Skip to content

Commit 2e45f13

Browse files
committed
'[CHECKPOINT]' updated package to conform with @windmillcode/wml-components-base version 18.2.11000
1 parent 3eaf880 commit 2e45f13

File tree

47 files changed

+295
-224
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+295
-224
lines changed

package-lock.json

Lines changed: 126 additions & 143 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular/animations": "18.2.10",
14-
"@angular/common": "18.2.10",
15-
"@angular/compiler": "18.2.10",
16-
"@angular/core": "18.2.10",
17-
"@angular/forms": "18.2.10",
18-
"@angular/platform-browser": "18.2.10",
19-
"@angular/platform-browser-dynamic": "18.2.10",
20-
"@angular/router": "18.2.10",
13+
"@angular/animations": "18.2.11",
14+
"@angular/common": "18.2.11",
15+
"@angular/compiler": "18.2.11",
16+
"@angular/core": "18.2.11",
17+
"@angular/forms": "18.2.11",
18+
"@angular/platform-browser": "18.2.11",
19+
"@angular/platform-browser-dynamic": "18.2.11",
20+
"@angular/router": "18.2.11",
2121
"@ngx-translate/core": "^15.0.0",
2222
"@ngx-translate/http-loader": "^8.0.0",
2323
"@windmillcode/angular-wml-button": "^18.2.3",
@@ -36,13 +36,13 @@
3636
"zone.js": "~0.14.3"
3737
},
3838
"devDependencies": {
39-
"@angular-devkit/build-angular": "18.2.10",
39+
"@angular-devkit/build-angular": "18.2.11",
4040
"@angular-eslint/builder": "^18.0.1",
4141
"@angular-eslint/eslint-plugin": "^18.0.1",
4242
"@angular-eslint/eslint-plugin-template": "^18.0.1",
4343
"@angular-eslint/template-parser": "^18.0.1",
44-
"@angular/cli": "18.2.10",
45-
"@angular/compiler-cli": "18.2.10",
44+
"@angular/cli": "18.2.11",
45+
"@angular/compiler-cli": "18.2.11",
4646
"@types/jasmine": "~5.1.0",
4747
"@types/three": "^0.169.0",
4848
"@typescript-eslint/eslint-plugin": "^7.2.0",

projects/wml-accordion/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,4 +543,8 @@ updated package to conform with @windmillcode/wml-components-base
543543

544544
### v18.2.9000 [10/23/24]
545545

546+
updated package to conform with @windmillcode/wml-components-base
547+
548+
### v18.2.10000 [10/31/24]
549+
546550
updated package to conform with @windmillcode/wml-components-base[](/Windmillcode-Angular-CDK-Docs/intro/wml-three)[](/Windmillcode-Angular-CDK-Docs/angular-components/wml-angular-components-base/)

projects/wml-accordion/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"peerDependencies": {
1010
"@angular/common": "^18.0.0",
1111
"@angular/core": "^18.0.0",
12-
"@windmillcode/angular-wml-components-base": "^18.2.10000",
13-
"@windmillcode/wml-components-base": "^18.2.10000"
12+
"@windmillcode/angular-wml-components-base": "^18.2.11000",
13+
"@windmillcode/wml-components-base": "^18.2.11000"
1414
},
1515
"private": false,
1616
"schematics": "",
1717
"scripts": {
1818
"build": "npx ng build"
1919
},
20-
"version": "18.2.10000"
20+
"version": "18.2.11000"
2121
}

projects/wml-angular-components-base/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,8 @@ updated package to conform with @windmillcode/wml-components-base
165165

166166
### v18.2.9000 [10/23/24]
167167

168+
updated package to conform with @windmillcode/wml-components-base
169+
170+
### v18.2.10000 [10/31/24]
171+
168172
updated package to conform with @windmillcode/wml-components-base[](/Windmillcode-Angular-CDK-Docs/angular-components/wml-accordion/)[](/Windmillcode-Angular-CDK-Docs/angular-components/wml-button/)

projects/wml-angular-components-base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"peerDependencies": {
1010
"@angular/common": "^18.0.0",
1111
"@angular/core": "^18.0.0",
12-
"@windmillcode/wml-components-base": "^18.2.10000"
12+
"@windmillcode/wml-components-base": "^18.2.11000"
1313
},
1414
"private": false,
1515
"schematics": "",
1616
"scripts": {
1717
"build": "npx ng build"
1818
},
19-
"version": "18.2.10000"
19+
"version": "18.2.11000"
2020
}

projects/wml-button/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,4 +635,8 @@ updated package to conform with @windmillcode/wml-components-base
635635

636636
### v18.2.9000 [10/23/24]
637637

638+
updated package to conform with @windmillcode/wml-components-base
639+
640+
### v18.2.10000 [10/31/24]
641+
638642
updated package to conform with @windmillcode/wml-components-base[](/Windmillcode-Angular-CDK-Docs/angular-components/wml-angular-components-base/)[](/Windmillcode-Angular-CDK-Docs/angular-components/wml-carousel/)

projects/wml-button/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"peerDependencies": {
1010
"@angular/common": "^18.0.0",
1111
"@angular/core": "^18.0.0",
12-
"@windmillcode/angular-wml-components-base": "^18.2.10000",
13-
"@windmillcode/wml-components-base": "^18.2.10000"
12+
"@windmillcode/angular-wml-components-base": "^18.2.11000",
13+
"@windmillcode/wml-components-base": "^18.2.11000"
1414
},
1515
"private": false,
1616
"schematics": "",
1717
"scripts": {
1818
"build": "npx ng build"
1919
},
20-
"version": "18.2.10000"
20+
"version": "18.2.11000"
2121
}

projects/wml-carousel/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,8 @@ updated package to conform with @windmillcode/wml-components-base
166166

167167
### v18.2.9000 [10/23/24]
168168

169+
updated package to conform with @windmillcode/wml-components-base
170+
171+
### v18.2.10000 [10/31/24]
172+
169173
updated package to conform with @windmillcode/wml-components-base[](/Windmillcode-Angular-CDK-Docs/angular-components/wml-button/)[](/Windmillcode-Angular-CDK-Docs/angular-components/wml-chips/)

projects/wml-carousel/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"peerDependencies": {
1010
"@angular/common": "^18.0.0",
1111
"@angular/core": "^18.0.0",
12-
"@windmillcode/angular-wml-components-base": "^18.2.10000",
13-
"@windmillcode/wml-components-base": "^18.2.10000"
12+
"@windmillcode/angular-wml-components-base": "^18.2.11000",
13+
"@windmillcode/wml-components-base": "^18.2.11000"
1414
},
1515
"private": false,
1616
"schematics": "",
1717
"scripts": {
1818
"build": "npx ng build"
1919
},
20-
"version": "18.2.10000"
20+
"version": "18.2.11000"
2121
}

projects/wml-chips/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,4 +543,8 @@ updated package to conform with @windmillcode/wml-components-base
543543

544544
### v18.2.9000 [10/23/24]
545545

546+
updated package to conform with @windmillcode/wml-components-base
547+
548+
### v18.2.10000 [10/31/24]
549+
546550
updated package to conform with @windmillcode/wml-components-base[](/Windmillcode-Angular-CDK-Docs/angular-components/wml-carousel/)[](/Windmillcode-Angular-CDK-Docs/angular-components/wml-field/)

projects/wml-chips/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"@angular/cdk": "^18.0.0",
1212
"@angular/common": "^18.0.0",
1313
"@angular/core": "^18.0.0",
14-
"@windmillcode/angular-wml-button": "^18.2.10000",
15-
"@windmillcode/angular-wml-components-base": "^18.2.10000",
16-
"@windmillcode/wml-components-base": "^18.2.10000"
14+
"@windmillcode/angular-wml-button": "^18.2.11000",
15+
"@windmillcode/angular-wml-components-base": "^18.2.11000",
16+
"@windmillcode/wml-components-base": "^18.2.11000"
1717
},
1818
"private": false,
1919
"schematics": "",
2020
"scripts": {
2121
"build": "npx ng build",
2222
"test": "npx ng test wml-chips --code-coverage"
2323
},
24-
"version": "18.2.10000"
24+
"version": "18.2.11000"
2525
}

projects/wml-components-base/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,4 +1084,8 @@ updated package to conform with @windmillcode/wml-components-base
10841084

10851085
### v18.2.9000 [10/23/24]
10861086

1087+
updated package to conform with @windmillcode/wml-components-base
1088+
1089+
### v18.2.10000 [10/31/24]
1090+
10871091
updated package to conform with @windmillcode/wml-components-base[](/Windmillcode-Angular-CDK-Docs/intro/wml-three)

projects/wml-components-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"scripts": {
1111
"build": "npx ng build"
1212
},
13-
"version": "18.2.10000"
13+
"version": "18.2.11000"
1414
}

projects/wml-field/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,4 +564,8 @@ updated package to conform with @windmillcode/wml-components-base
564564

565565
### v18.2.9000 [10/23/24]
566566

567+
updated package to conform with @windmillcode/wml-components-base
568+
569+
### v18.2.10000 [10/31/24]
570+
567571
updated package to conform with @windmillcode/wml-components-base[](/Windmillcode-Angular-CDK-Docs/angular-components/wml-chips/)[](/Windmillcode-Angular-CDK-Docs/angular-components/wml-file-manager/)

projects/wml-field/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"peerDependencies": {
1010
"@angular/common": "^18.0.0",
1111
"@angular/core": "^18.0.0",
12-
"@windmillcode/angular-wml-components-base": "^18.2.10000",
13-
"@windmillcode/wml-components-base": "^18.2.10000"
12+
"@windmillcode/angular-wml-components-base": "^18.2.11000",
13+
"@windmillcode/wml-components-base": "^18.2.11000"
1414
},
1515
"private": false,
1616
"schematics": "",
1717
"scripts": {
1818
"build": "npx ng build"
1919
},
20-
"version": "18.2.10000"
20+
"version": "18.2.11000"
2121
}

projects/wml-file-manager/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,4 +513,8 @@ updated package to conform with @windmillcode/wml-components-base
513513

514514
### v18.2.9000 [10/23/24]
515515

516+
updated package to conform with @windmillcode/wml-components-base
517+
518+
### v18.2.10000 [10/31/24]
519+
516520
updated package to conform with @windmillcode/wml-components-base[](/Windmillcode-Angular-CDK-Docs/angular-components/wml-field/)[](/Windmillcode-Angular-CDK-Docs/angular-components/wml-form/)

projects/wml-file-manager/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"peerDependencies": {
1010
"@angular/common": "^18.0.0",
1111
"@angular/core": "^18.0.0",
12-
"@windmillcode/angular-wml-components-base": "^18.2.10000",
13-
"@windmillcode/wml-components-base": "^18.2.10000"
12+
"@windmillcode/angular-wml-components-base": "^18.2.11000",
13+
"@windmillcode/wml-components-base": "^18.2.11000"
1414
},
1515
"private": false,
1616
"schematics": "",
1717
"scripts": {
1818
"build": "npx ng build"
1919
},
20-
"version": "18.2.10000"
20+
"version": "18.2.11000"
2121
}

projects/wml-form/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,4 +230,8 @@ updated package to conform with @windmillcode/wml-components-base
230230

231231
### v18.2.9000 [10/23/24]
232232

233+
updated package to conform with @windmillcode/wml-components-base
234+
235+
### v18.2.10000 [10/31/24]
236+
233237
updated package to conform with @windmillcode/wml-components-base[](/Windmillcode-Angular-CDK-Docs/angular-components/wml-file-manager/)[](/Windmillcode-Angular-CDK-Docs/angular-components/wml-infinite-dropdown/)

projects/wml-form/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"peerDependencies": {
1010
"@angular/common": "^18.0.0",
1111
"@angular/core": "^18.0.0",
12-
"@windmillcode/angular-wml-components-base": "^18.2.10000",
13-
"@windmillcode/wml-components-base": "^18.2.10000"
12+
"@windmillcode/angular-wml-components-base": "^18.2.11000",
13+
"@windmillcode/wml-components-base": "^18.2.11000"
1414
},
1515
"private": false,
1616
"schematics": "",
1717
"scripts": {
1818
"build": "npx ng build"
1919
},
20-
"version": "18.2.10000"
20+
"version": "18.2.11000"
2121
}

projects/wml-infinite-dropdown/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,4 +551,8 @@ updated package to conform with @windmillcode/wml-components-base
551551

552552
### v18.2.9000 [10/23/24]
553553

554+
updated package to conform with @windmillcode/wml-components-base
555+
556+
### v18.2.10000 [10/31/24]
557+
554558
updated package to conform with @windmillcode/wml-components-base[](/Windmillcode-Angular-CDK-Docs/angular-components/wml-form/)[](/Windmillcode-Angular-CDK-Docs/angular-components/wml-input/)

projects/wml-infinite-dropdown/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"peerDependencies": {
1010
"@angular/common": "^18.0.0",
1111
"@angular/core": "^18.0.0",
12-
"@windmillcode/angular-wml-components-base": "^18.2.10000",
13-
"@windmillcode/wml-components-base": "^18.2.10000"
12+
"@windmillcode/angular-wml-components-base": "^18.2.11000",
13+
"@windmillcode/wml-components-base": "^18.2.11000"
1414
},
1515
"private": false,
1616
"schematics": "",
1717
"scripts": {
1818
"build": "npx ng build"
1919
},
20-
"version": "18.2.10000"
20+
"version": "18.2.11000"
2121
}

projects/wml-input/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,4 +532,8 @@ updated package to conform with @windmillcode/wml-components-base
532532

533533
### v18.2.9000 [10/23/24]
534534

535+
updated package to conform with @windmillcode/wml-components-base
536+
537+
### v18.2.10000 [10/31/24]
538+
535539
updated package to conform with @windmillcode/wml-components-base[](/Windmillcode-Angular-CDK-Docs/angular-components/wml-infinite-dropdown/)[](/Windmillcode-Angular-CDK-Docs/angular-components/wml-mobile-nav/)

projects/wml-input/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"peerDependencies": {
1010
"@angular/common": "^18.0.0",
1111
"@angular/core": "^18.0.0",
12-
"@windmillcode/angular-wml-components-base": "^18.2.10000",
13-
"@windmillcode/wml-components-base": "^18.2.10000"
12+
"@windmillcode/angular-wml-components-base": "^18.2.11000",
13+
"@windmillcode/wml-components-base": "^18.2.11000"
1414
},
1515
"private": false,
1616
"schematics": "",
1717
"scripts": {
1818
"build": "npx ng build"
1919
},
20-
"version": "18.2.10000"
20+
"version": "18.2.11000"
2121
}

projects/wml-mobile-nav/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,4 +505,8 @@ updated package to conform with @windmillcode/wml-components-base
505505

506506
### v18.2.9000 [10/23/24]
507507

508+
updated package to conform with @windmillcode/wml-components-base
509+
510+
### v18.2.10000 [10/31/24]
511+
508512
updated package to conform with @windmillcode/wml-components-base[](/Windmillcode-Angular-CDK-Docs/angular-components/wml-input/)[](/Windmillcode-Angular-CDK-Docs/angular-components/wml-notify/)

projects/wml-mobile-nav/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"@angular/common": "^18.0.0",
1111
"@angular/core": "^18.0.0",
1212
"@angular/forms": "^18.0.0",
13-
"@windmillcode/angular-wml-components-base": "^18.2.10000",
14-
"@windmillcode/angular-wml-infinite-dropdown": "^18.2.10000",
15-
"@windmillcode/wml-components-base": "^18.2.10000"
13+
"@windmillcode/angular-wml-components-base": "^18.2.11000",
14+
"@windmillcode/angular-wml-infinite-dropdown": "^18.2.11000",
15+
"@windmillcode/wml-components-base": "^18.2.11000"
1616
},
1717
"private": false,
1818
"schematics": "",
1919
"scripts": {
2020
"build": "npx ng build"
2121
},
22-
"version": "18.2.10000"
22+
"version": "18.2.11000"
2323
}

projects/wml-notify/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,4 +498,8 @@ updated package to conform with @windmillcode/wml-components-base
498498

499499
### v18.2.9000 [10/23/24]
500500

501+
updated package to conform with @windmillcode/wml-components-base
502+
503+
### v18.2.10000 [10/31/24]
504+
501505
updated package to conform with @windmillcode/wml-components-base[](/Windmillcode-Angular-CDK-Docs/angular-components/wml-mobile-nav/)[](/Windmillcode-Angular-CDK-Docs/angular-components/wml-options/)

projects/wml-notify/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"peerDependencies": {
1010
"@angular/common": "^18.0.0",
1111
"@angular/core": "^18.0.0",
12-
"@windmillcode/angular-wml-components-base": "^18.2.10000",
13-
"@windmillcode/wml-components-base": "^18.2.10000"
12+
"@windmillcode/angular-wml-components-base": "^18.2.11000",
13+
"@windmillcode/wml-components-base": "^18.2.11000"
1414
},
1515
"private": false,
1616
"schematics": "",
1717
"scripts": {
1818
"build": "npx ng build"
1919
},
20-
"version": "18.2.10000"
20+
"version": "18.2.11000"
2121
}

0 commit comments

Comments
 (0)