Skip to content

Commit 23130aa

Browse files
committed
'[CHECKPOINT]' updated package to conform with @windmillcode/wml-components-base version 19.2.7000
1 parent 164c237 commit 23130aa

File tree

47 files changed

+669
-270
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

+669
-270
lines changed

package-lock.json

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

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular-devkit/core": "19.2.6",
14-
"@angular/animations": "19.2.6",
15-
"@angular/common": "19.2.6",
16-
"@angular/compiler": "19.2.6",
17-
"@angular/core": "19.2.6",
18-
"@angular/forms": "19.2.6",
19-
"@angular/platform-browser": "19.2.6",
20-
"@angular/platform-browser-dynamic": "19.2.6",
21-
"@angular/router": "19.2.6",
13+
"@angular-devkit/core": "19.2.7",
14+
"@angular/animations": "19.2.7",
15+
"@angular/common": "19.2.7",
16+
"@angular/compiler": "19.2.7",
17+
"@angular/core": "19.2.7",
18+
"@angular/forms": "19.2.7",
19+
"@angular/platform-browser": "19.2.7",
20+
"@angular/platform-browser-dynamic": "19.2.7",
21+
"@angular/router": "19.2.7",
2222
"@ngx-translate/core": "16.0.4",
2323
"@ngx-translate/http-loader": "16.0.1",
2424
"cannon-es": "^0.20.0",
@@ -32,13 +32,13 @@
3232
"zone.js": "~0.15.0"
3333
},
3434
"devDependencies": {
35-
"@angular-devkit/build-angular": "19.2.6",
35+
"@angular-devkit/build-angular": "19.2.7",
3636
"@angular-eslint/builder": "^18.0.1",
3737
"@angular-eslint/eslint-plugin": "^18.0.1",
3838
"@angular-eslint/eslint-plugin-template": "^18.0.1",
3939
"@angular-eslint/template-parser": "^18.0.1",
40-
"@angular/cli": "19.2.6",
41-
"@angular/compiler-cli": "19.2.6",
40+
"@angular/cli": "19.2.7",
41+
"@angular/compiler-cli": "19.2.7",
4242
"@types/jasmine": "~5.1.0",
4343
"@types/three": "^0.170.0",
4444
"@typescript-eslint/eslint-plugin": "^7.2.0",

projects/wml-accordion/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WML Accordion
22

3-
[Switch to Zen Mode](/Windmillcode-Angular-CDK-Docs/zen-mode/19.0.0/angular-components/wml-accordion)function h(){const t=window.location.hash;document.querySelectorAll(".starlight-view-modes-switcher-a").forEach(e=>{e.href&&(e.href=e.href.split("#")[0]+t)})}h();window.addEventListener("hashchange",h);The Windmillcode Angular WML Accordion library provides a set of components and services to create accordion functionalities in Angular applications. This library facilitates the development of accordions with customizable sections, and animation controls, using WMLUIProperty to ensure consistency in development practices. Developers can construct accordions that are responsive and adaptable to various content types and user interactions, enhancing the informational architecture of Angular-based web applications.
3+
[starlightViewModes.switchTo](/Windmillcode-Angular-CDK-Docs/zen-mode/19.0.0/angular-components/wml-accordion)function h(){const t=window.location.hash;document.querySelectorAll(".starlight-view-modes-switcher-a").forEach(e=>{e.href&&(e.href=e.href.split("#")[0]+t)})}h();window.addEventListener("hashchange",h);The Windmillcode Angular WML Accordion library provides a set of components and services to create accordion functionalities in Angular applications. This library facilitates the development of accordions with customizable sections, and animation controls, using WMLUIProperty to ensure consistency in development practices. Developers can construct accordions that are responsive and adaptable to various content types and user interactions, enhancing the informational architecture of Angular-based web applications.
44

55
WMLAccordionZeroComponent is the container which is populated with WMLAccordionZeroItemComponent to populate the accordion. WMLAccordionZeroItemComponent is a dynamic component and by defuault is uses WMLAccordionZeroSampleComponent as the accordion body and WMLAccordionZeroTitleComponent as the title of the accordion. you will want to replace
66

projects/wml-accordion/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-accordion",
88
"name": "@windmillcode/angular-wml-accordion",
99
"peerDependencies": {
10-
"@angular/common": "^19.2.6",
11-
"@angular/core": "^19.2.6",
12-
"@windmillcode/angular-wml-components-base": "^19.2.6000",
13-
"@windmillcode/wml-components-base": "^19.2.6000"
10+
"@angular/common": "^19.2.7",
11+
"@angular/core": "^19.2.7",
12+
"@windmillcode/angular-wml-components-base": "^19.2.7000",
13+
"@windmillcode/wml-components-base": "^19.2.7000"
1414
},
1515
"private": false,
1616
"repository": {
@@ -20,5 +20,5 @@
2020
"scripts": {
2121
"build": "npx ng build"
2222
},
23-
"version": "19.2.6000"
23+
"version": "19.2.7000"
2424
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WML Angular Components Base
22

3-
[Switch to Zen Mode](/Windmillcode-Angular-CDK-Docs/zen-mode/19.0.0/angular-components/wml-angular-components-base)function h(){const t=window.location.hash;document.querySelectorAll(".starlight-view-modes-switcher-a").forEach(e=>{e.href&&(e.href=e.href.split("#")[0]+t)})}h();window.addEventListener("hashchange",h);WML Angular Components Base extends the WML Components Base by integrating it with Angular-specific features and functionality. It builds on the foundation provided by the core library and adds seamless integration with Angular’s framework, making it easier to work with Angular modules, change detection, and Angular-based services like ngx-translate.
3+
[starlightViewModes.switchTo](/Windmillcode-Angular-CDK-Docs/zen-mode/19.0.0/angular-components/wml-angular-components-base)function h(){const t=window.location.hash;document.querySelectorAll(".starlight-view-modes-switcher-a").forEach(e=>{e.href&&(e.href=e.href.split("#")[0]+t)})}h();window.addEventListener("hashchange",h);WML Angular Components Base extends the WML Components Base by integrating it with Angular-specific features and functionality. It builds on the foundation provided by the core library and adds seamless integration with Angular’s framework, making it easier to work with Angular modules, change detection, and Angular-based services like ngx-translate.
44

55
While WML Components Base provides the essential UI building blocks, WML Angular Components Base enhances these components to work natively with Angular. This includes adding support for Angular’s dependency injection, change detection, routing, and lifecycle hooks.
66

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-angular-components-base",
88
"name": "@windmillcode/angular-wml-components-base",
99
"peerDependencies": {
10-
"@angular/common": "^19.2.6",
11-
"@angular/core": "^19.2.6",
12-
"@windmillcode/wml-components-base": "^19.2.6000"
10+
"@angular/common": "^19.2.7",
11+
"@angular/core": "^19.2.7",
12+
"@windmillcode/wml-components-base": "^19.2.7000"
1313
},
1414
"private": false,
1515
"repository": {
@@ -19,5 +19,5 @@
1919
"scripts": {
2020
"build": "npx ng build"
2121
},
22-
"version": "19.2.6000"
22+
"version": "19.2.7000"
2323
}

projects/wml-button/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WML Button
22

3-
[Switch to Zen Mode](/Windmillcode-Angular-CDK-Docs/zen-mode/19.0.0/angular-components/wml-button)function h(){const t=window.location.hash;document.querySelectorAll(".starlight-view-modes-switcher-a").forEach(e=>{e.href&&(e.href=e.href.split("#")[0]+t)})}h();window.addEventListener("hashchange",h);The <code dir="auto">wml-button</code> library is an Angular-focused toolkit designed to provide developers with versatile and customizable button components. Its primary goal is to offer a streamlined approach to implementing interactive buttons within Angular applications, addressing common challenges such as dynamic content loading, user interaction handling, and flexible styling. By delivering a set of modular and adaptable components, the library aims to enhance the development workflow and enrich the user experience across diverse application scenarios.
3+
[starlightViewModes.switchTo](/Windmillcode-Angular-CDK-Docs/zen-mode/19.0.0/angular-components/wml-button)function h(){const t=window.location.hash;document.querySelectorAll(".starlight-view-modes-switcher-a").forEach(e=>{e.href&&(e.href=e.href.split("#")[0]+t)})}h();window.addEventListener("hashchange",h);The <code dir="auto">wml-button</code> library is an Angular-focused toolkit designed to provide developers with versatile and customizable button components. Its primary goal is to offer a streamlined approach to implementing interactive buttons within Angular applications, addressing common challenges such as dynamic content loading, user interaction handling, and flexible styling. By delivering a set of modular and adaptable components, the library aims to enhance the development workflow and enrich the user experience across diverse application scenarios.
44

55
The library includes two primary components:
66

projects/wml-button/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-button",
88
"name": "@windmillcode/angular-wml-button",
99
"peerDependencies": {
10-
"@angular/common": "^19.2.6",
11-
"@angular/core": "^19.2.6",
12-
"@windmillcode/angular-wml-components-base": "^19.2.6000",
13-
"@windmillcode/wml-components-base": "^19.2.6000"
10+
"@angular/common": "^19.2.7",
11+
"@angular/core": "^19.2.7",
12+
"@windmillcode/angular-wml-components-base": "^19.2.7000",
13+
"@windmillcode/wml-components-base": "^19.2.7000"
1414
},
1515
"private": false,
1616
"repository": {
@@ -20,5 +20,5 @@
2020
"scripts": {
2121
"build": "npx ng build"
2222
},
23-
"version": "19.2.6000"
23+
"version": "19.2.7000"
2424
}

projects/wml-carousel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WML Carousel (3D)
22

3-
[Switch to Zen Mode](/Windmillcode-Angular-CDK-Docs/zen-mode/19.0.0/angular-components/wml-carousel)function h(){const t=window.location.hash;document.querySelectorAll(".starlight-view-modes-switcher-a").forEach(e=>{e.href&&(e.href=e.href.split("#")[0]+t)})}h();window.addEventListener("hashchange",h);The library is for carousels of all different types
3+
[starlightViewModes.switchTo](/Windmillcode-Angular-CDK-Docs/zen-mode/19.0.0/angular-components/wml-carousel)function h(){const t=window.location.hash;document.querySelectorAll(".starlight-view-modes-switcher-a").forEach(e=>{e.href&&(e.href=e.href.split("#")[0]+t)})}h();window.addEventListener("hashchange",h);The library is for carousels of all different types
44

55
The <code dir="auto">WMLCarouselOneComponent</code> is an Angular component that provides a customizable 3D carousel experience. It allows developers to create interactive and dynamic carousels with customizable slides and controls. The functionality of the component is in the prop class passed to the component so if you have your own 3d carousel you would like to design all you need to worry about is styling.It is designed to be flexible and extendable, enabling developers to tailor the carousel to their specific needs.
66

projects/wml-carousel/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-carousel",
88
"name": "@windmillcode/angular-wml-carousel",
99
"peerDependencies": {
10-
"@angular/common": "^19.2.6",
11-
"@angular/core": "^19.2.6",
12-
"@windmillcode/angular-wml-components-base": "^19.2.6000",
13-
"@windmillcode/wml-components-base": "^19.2.6000"
10+
"@angular/common": "^19.2.7",
11+
"@angular/core": "^19.2.7",
12+
"@windmillcode/angular-wml-components-base": "^19.2.7000",
13+
"@windmillcode/wml-components-base": "^19.2.7000"
1414
},
1515
"private": false,
1616
"repository": {
@@ -20,5 +20,5 @@
2020
"scripts": {
2121
"build": "npx ng build"
2222
},
23-
"version": "19.2.6000"
23+
"version": "19.2.7000"
2424
}

0 commit comments

Comments
 (0)