Skip to content

Commit 9c36352

Browse files
committed
'[CHECKPOINT]' updated package to conform with @windmillcode/wml-components-base version 18.2.12000
1 parent 8d5c1c4 commit 9c36352

File tree

47 files changed

+306
-241
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

+306
-241
lines changed

package-lock.json

Lines changed: 114 additions & 114 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.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",
13+
"@angular/animations": "18.2.12",
14+
"@angular/common": "18.2.12",
15+
"@angular/compiler": "18.2.12",
16+
"@angular/core": "18.2.12",
17+
"@angular/forms": "18.2.12",
18+
"@angular/platform-browser": "18.2.12",
19+
"@angular/platform-browser-dynamic": "18.2.12",
20+
"@angular/router": "18.2.12",
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.11",
39+
"@angular-devkit/build-angular": "18.2.12",
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.11",
45-
"@angular/compiler-cli": "18.2.11",
44+
"@angular/cli": "18.2.12",
45+
"@angular/compiler-cli": "18.2.12",
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
@@ -547,4 +547,8 @@ updated package to conform with @windmillcode/wml-components-base
547547

548548
### v18.2.10000 [10/31/24]
549549

550+
updated package to conform with @windmillcode/wml-components-base
551+
552+
### v18.2.11000 [11/7/24]
553+
550554
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: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,18 @@
44
"tslib": "^2.3.0"
55
},
66
"funding": "https://github.com/sponsors/WindMillCode",
7-
"license":"CC-BY-4.0",
87
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-accordion",
98
"name": "@windmillcode/angular-wml-accordion",
109
"peerDependencies": {
1110
"@angular/common": "^18.0.0",
1211
"@angular/core": "^18.0.0",
13-
"@windmillcode/angular-wml-components-base": "^18.2.11000",
14-
"@windmillcode/wml-components-base": "^18.2.11000"
12+
"@windmillcode/angular-wml-components-base": "^18.2.12000",
13+
"@windmillcode/wml-components-base": "^18.2.12000"
1514
},
1615
"private": false,
1716
"schematics": "",
1817
"scripts": {
1918
"build": "npx ng build"
2019
},
21-
"version": "18.2.11000"
22-
}
20+
"version": "18.2.12000"
21+
}

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

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

170170
### v18.2.10000 [10/31/24]
171171

172+
updated package to conform with @windmillcode/wml-components-base
173+
174+
### v18.2.11000 [11/7/24]
175+
172176
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: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,17 @@
44
"tslib": "^2.3.0"
55
},
66
"funding": "https://github.com/sponsors/WindMillCode",
7-
"license":"CC-BY-4.0",
87
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-angular-components-base",
98
"name": "@windmillcode/angular-wml-components-base",
109
"peerDependencies": {
1110
"@angular/common": "^18.0.0",
1211
"@angular/core": "^18.0.0",
13-
"@windmillcode/wml-components-base": "^18.2.11000"
12+
"@windmillcode/wml-components-base": "^18.2.12000"
1413
},
1514
"private": false,
1615
"schematics": "",
1716
"scripts": {
1817
"build": "npx ng build"
1918
},
20-
"version": "18.2.11000"
21-
}
19+
"version": "18.2.12000"
20+
}

projects/wml-button/README.md

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

640640
### v18.2.10000 [10/31/24]
641641

642+
updated package to conform with @windmillcode/wml-components-base
643+
644+
### v18.2.11000 [11/7/24]
645+
642646
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: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,18 @@
44
"tslib": "^2.3.0"
55
},
66
"funding": "https://github.com/sponsors/WindMillCode",
7-
"license":"CC-BY-4.0",
87
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-button",
98
"name": "@windmillcode/angular-wml-button",
109
"peerDependencies": {
1110
"@angular/common": "^18.0.0",
1211
"@angular/core": "^18.0.0",
13-
"@windmillcode/angular-wml-components-base": "^18.2.11000",
14-
"@windmillcode/wml-components-base": "^18.2.11000"
12+
"@windmillcode/angular-wml-components-base": "^18.2.12000",
13+
"@windmillcode/wml-components-base": "^18.2.12000"
1514
},
1615
"private": false,
1716
"schematics": "",
1817
"scripts": {
1918
"build": "npx ng build"
2019
},
21-
"version": "18.2.11000"
22-
}
20+
"version": "18.2.12000"
21+
}

projects/wml-carousel/README.md

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

171171
### v18.2.10000 [10/31/24]
172172

173+
updated package to conform with @windmillcode/wml-components-base
174+
175+
### v18.2.11000 [11/7/24]
176+
173177
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: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,18 @@
44
"tslib": "^2.3.0"
55
},
66
"funding": "https://github.com/sponsors/WindMillCode",
7-
"license":"CC-BY-4.0",
87
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-carousel",
98
"name": "@windmillcode/angular-wml-carousel",
109
"peerDependencies": {
1110
"@angular/common": "^18.0.0",
1211
"@angular/core": "^18.0.0",
13-
"@windmillcode/angular-wml-components-base": "^18.2.11000",
14-
"@windmillcode/wml-components-base": "^18.2.11000"
12+
"@windmillcode/angular-wml-components-base": "^18.2.12000",
13+
"@windmillcode/wml-components-base": "^18.2.12000"
1514
},
1615
"private": false,
1716
"schematics": "",
1817
"scripts": {
1918
"build": "npx ng build"
2019
},
21-
"version": "18.2.11000"
22-
}
20+
"version": "18.2.12000"
21+
}

projects/wml-chips/README.md

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

548548
### v18.2.10000 [10/31/24]
549549

550+
updated package to conform with @windmillcode/wml-components-base
551+
552+
### v18.2.11000 [11/7/24]
553+
550554
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: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,22 @@
44
"tslib": "^2.3.0"
55
},
66
"funding": "https://github.com/sponsors/WindMillCode",
7-
"license":"CC-BY-4.0",
87
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-chips",
98
"name": "@windmillcode/angular-wml-chips",
109
"peerDependencies": {
1110
"@angular/animations": "^18.0.0",
1211
"@angular/cdk": "^18.0.0",
1312
"@angular/common": "^18.0.0",
1413
"@angular/core": "^18.0.0",
15-
"@windmillcode/angular-wml-button": "^18.2.11000",
16-
"@windmillcode/angular-wml-components-base": "^18.2.11000",
17-
"@windmillcode/wml-components-base": "^18.2.11000"
14+
"@windmillcode/angular-wml-button": "^18.2.12000",
15+
"@windmillcode/angular-wml-components-base": "^18.2.12000",
16+
"@windmillcode/wml-components-base": "^18.2.12000"
1817
},
1918
"private": false,
2019
"schematics": "",
2120
"scripts": {
2221
"build": "npx ng build",
2322
"test": "npx ng test wml-chips --code-coverage"
2423
},
25-
"version": "18.2.11000"
26-
}
24+
"version": "18.2.12000"
25+
}

projects/wml-components-base/README.md

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

10891089
### v18.2.10000 [10/31/24]
10901090

1091+
updated package to conform with @windmillcode/wml-components-base
1092+
1093+
### v18.2.11000 [11/7/24]
1094+
10911095
updated package to conform with @windmillcode/wml-components-base[](/Windmillcode-Angular-CDK-Docs/intro/wml-three)

projects/wml-components-base/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
"tslib": "^2.3.0"
44
},
55
"funding": "https://github.com/sponsors/WindMillCode",
6-
"license":"CC-BY-4.0",
76
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/intro/wml-components-base",
87
"name": "@windmillcode/wml-components-base",
98
"private": false,
109
"schematics": "",
1110
"scripts": {
1211
"build": "npx ng build"
1312
},
14-
"version": "18.2.11000"
15-
}
13+
"version": "18.2.12000"
14+
}

projects/wml-field/README.md

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

569569
### v18.2.10000 [10/31/24]
570570

571+
updated package to conform with @windmillcode/wml-components-base
572+
573+
### v18.2.11000 [11/7/24]
574+
571575
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: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,18 @@
44
"tslib": "^2.3.0"
55
},
66
"funding": "https://github.com/sponsors/WindMillCode",
7-
"license":"CC-BY-4.0",
87
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-field",
98
"name": "@windmillcode/angular-wml-field",
109
"peerDependencies": {
1110
"@angular/common": "^18.0.0",
1211
"@angular/core": "^18.0.0",
13-
"@windmillcode/angular-wml-components-base": "^18.2.11000",
14-
"@windmillcode/wml-components-base": "^18.2.11000"
12+
"@windmillcode/angular-wml-components-base": "^18.2.12000",
13+
"@windmillcode/wml-components-base": "^18.2.12000"
1514
},
1615
"private": false,
1716
"schematics": "",
1817
"scripts": {
1918
"build": "npx ng build"
2019
},
21-
"version": "18.2.11000"
22-
}
20+
"version": "18.2.12000"
21+
}

projects/wml-file-manager/README.md

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

518518
### v18.2.10000 [10/31/24]
519519

520+
updated package to conform with @windmillcode/wml-components-base
521+
522+
### v18.2.11000 [11/7/24]
523+
520524
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: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,18 @@
44
"tslib": "^2.3.0"
55
},
66
"funding": "https://github.com/sponsors/WindMillCode",
7-
"license":"CC-BY-4.0",
87
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-file-manager",
98
"name": "@windmillcode/angular-wml-file-manager",
109
"peerDependencies": {
1110
"@angular/common": "^18.0.0",
1211
"@angular/core": "^18.0.0",
13-
"@windmillcode/angular-wml-components-base": "^18.2.11000",
14-
"@windmillcode/wml-components-base": "^18.2.11000"
12+
"@windmillcode/angular-wml-components-base": "^18.2.12000",
13+
"@windmillcode/wml-components-base": "^18.2.12000"
1514
},
1615
"private": false,
1716
"schematics": "",
1817
"scripts": {
1918
"build": "npx ng build"
2019
},
21-
"version": "18.2.11000"
22-
}
20+
"version": "18.2.12000"
21+
}

projects/wml-form/README.md

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

235235
### v18.2.10000 [10/31/24]
236236

237+
updated package to conform with @windmillcode/wml-components-base
238+
239+
### v18.2.11000 [11/7/24]
240+
237241
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: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,18 @@
44
"tslib": "^2.3.0"
55
},
66
"funding": "https://github.com/sponsors/WindMillCode",
7-
"license":"CC-BY-4.0",
87
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-form",
98
"name": "@windmillcode/angular-wml-form",
109
"peerDependencies": {
1110
"@angular/common": "^18.0.0",
1211
"@angular/core": "^18.0.0",
13-
"@windmillcode/angular-wml-components-base": "^18.2.11000",
14-
"@windmillcode/wml-components-base": "^18.2.11000"
12+
"@windmillcode/angular-wml-components-base": "^18.2.12000",
13+
"@windmillcode/wml-components-base": "^18.2.12000"
1514
},
1615
"private": false,
1716
"schematics": "",
1817
"scripts": {
1918
"build": "npx ng build"
2019
},
21-
"version": "18.2.11000"
22-
}
20+
"version": "18.2.12000"
21+
}

projects/wml-infinite-dropdown/README.md

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

556556
### v18.2.10000 [10/31/24]
557557

558+
updated package to conform with @windmillcode/wml-components-base
559+
560+
### v18.2.11000 [11/7/24]
561+
558562
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: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,18 @@
44
"tslib": "^2.3.0"
55
},
66
"funding": "https://github.com/sponsors/WindMillCode",
7-
"license":"CC-BY-4.0",
87
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-infinite-dropdown",
98
"name": "@windmillcode/angular-wml-infinite-dropdown",
109
"peerDependencies": {
1110
"@angular/common": "^18.0.0",
1211
"@angular/core": "^18.0.0",
13-
"@windmillcode/angular-wml-components-base": "^18.2.11000",
14-
"@windmillcode/wml-components-base": "^18.2.11000"
12+
"@windmillcode/angular-wml-components-base": "^18.2.12000",
13+
"@windmillcode/wml-components-base": "^18.2.12000"
1514
},
1615
"private": false,
1716
"schematics": "",
1817
"scripts": {
1918
"build": "npx ng build"
2019
},
21-
"version": "18.2.11000"
22-
}
20+
"version": "18.2.12000"
21+
}

projects/wml-input/README.md

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

537537
### v18.2.10000 [10/31/24]
538538

539+
updated package to conform with @windmillcode/wml-components-base
540+
541+
### v18.2.11000 [11/7/24]
542+
539543
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/)

0 commit comments

Comments
 (0)