Skip to content

Commit 8e47467

Browse files
committed
[UPDATE] additional work
1 parent 955899b commit 8e47467

File tree

30 files changed

+462
-246
lines changed

30 files changed

+462
-246
lines changed

README.md

Lines changed: 153 additions & 66 deletions
Large diffs are not rendered by default.

projects/wml-accordion/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
"@ngx-translate/core": ">=15.0.0",
44
"tslib": "^2.3.0"
55
},
6-
"funding": "https://www.gofundme.com/f/strengthen-our-business-to-take-on-bigger-initiati?utm_campaign=p_lico+share-sheet-first-launch&utm_medium=copy_link&utm_source=customer",
7-
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs//components/wml-accordion",
6+
"funding": "https://github.com/sponsors/WindMillCode",
7+
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/components/wml-accordion",
88
"name": "@windmillcode/angular-wml-accordion",
99
"peerDependencies": {
1010
"@angular/common": "^18.0.0",
1111
"@angular/core": "^18.0.0",
12-
"@windmillcode/angular-wml-components-base": "^18.2.4000",
13-
"@windmillcode/wml-components-base": "^18.2.4000"
12+
"@windmillcode/angular-wml-components-base": "^18.2.4100",
13+
"@windmillcode/wml-components-base": "^18.2.4100"
1414
},
1515
"private": false,
1616
"schematics": "",
1717
"scripts": {
1818
"build": "npx ng build"
1919
},
20-
"version": "18.2.4000"
21-
}
20+
"version": "18.2.4100"
21+
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
"@ngx-translate/core": ">=15.0.0",
44
"tslib": "^2.3.0"
55
},
6-
"funding": "https://www.gofundme.com/f/strengthen-our-business-to-take-on-bigger-initiati?utm_campaign=p_lico+share-sheet-first-launch&utm_medium=copy_link&utm_source=customer",
7-
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs//components/wml-angular-components-base",
6+
"funding": "https://github.com/sponsors/WindMillCode",
7+
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/intro/wml-angular-components-base",
88
"name": "@windmillcode/angular-wml-components-base",
99
"peerDependencies": {
1010
"@angular/common": "^18.0.0",
1111
"@angular/core": "^18.0.0",
12-
"@windmillcode/wml-components-base": "^18.2.4000"
12+
"@windmillcode/wml-components-base": "^18.2.4100"
1313
},
1414
"private": false,
1515
"schematics": "",
1616
"scripts": {
1717
"build": "npx ng build"
1818
},
19-
"version": "18.2.4000"
19+
"version": "18.2.4100"
2020
}

projects/wml-button/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
"@ngx-translate/core": ">=15.0.0",
44
"tslib": "^2.3.0"
55
},
6-
"funding": "https://www.gofundme.com/f/strengthen-our-business-to-take-on-bigger-initiati?utm_campaign=p_lico+share-sheet-first-launch&utm_medium=copy_link&utm_source=customer",
7-
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs//components/wml-button",
6+
"funding": "https://github.com/sponsors/WindMillCode",
7+
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/components/wml-button",
88
"name": "@windmillcode/angular-wml-button",
99
"peerDependencies": {
1010
"@angular/common": "^18.0.0",
1111
"@angular/core": "^18.0.0",
12-
"@windmillcode/angular-wml-components-base": "^18.2.4000",
13-
"@windmillcode/wml-components-base": "^18.2.4000"
12+
"@windmillcode/angular-wml-components-base": "^18.2.4100",
13+
"@windmillcode/wml-components-base": "^18.2.4100"
1414
},
1515
"private": false,
1616
"schematics": "",
1717
"scripts": {
1818
"build": "npx ng build"
1919
},
20-
"version": "18.2.4000"
21-
}
20+
"version": "18.2.4100"
21+
}

projects/wml-chips/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
"@ngx-translate/core": ">=15.0.0",
44
"tslib": "^2.3.0"
55
},
6-
"funding": "https://www.gofundme.com/f/strengthen-our-business-to-take-on-bigger-initiati?utm_campaign=p_lico+share-sheet-first-launch&utm_medium=copy_link&utm_source=customer",
7-
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs//components/wml-chips",
6+
"funding": "https://github.com/sponsors/WindMillCode",
7+
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/components/wml-chips",
88
"name": "@windmillcode/angular-wml-chips",
99
"peerDependencies": {
1010
"@angular/animations": "^18.0.0",
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.4000",
15-
"@windmillcode/angular-wml-components-base": "^18.2.4000",
16-
"@windmillcode/wml-components-base": "^18.2.4000"
14+
"@windmillcode/angular-wml-button": "^18.2.4100",
15+
"@windmillcode/angular-wml-components-base": "^18.2.4100",
16+
"@windmillcode/wml-components-base": "^18.2.4100"
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.4000"
25-
}
24+
"version": "18.2.4100"
25+
}

projects/wml-components-base/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ angular<table><thead><tr><th>Property</th><th>Type</th><th>Description</th></tr>
7272

7373
### WMLRoute
7474

75-
<table><thead><tr><th>Property</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code dir="auto">route</code></td><td><code dir="auto">string</code></td><td>Defines the route for the application, default is ”/.</td></tr><tr><td><code dir="auto">link</code></td><td><code dir="auto">string</code></td><td>Optional link associated with the route.</td></tr><tr><td><code dir="auto">routerLink</code></td><td><code dir="auto">string</code></td><td>Optional router link for navigation.</td></tr></tbody></table>
75+
<table><thead><tr><th>Property</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code dir="auto">route</code></td><td><code dir="auto">string</code></td><td>Defines the route for the application, default is ”/.</td></tr><tr><td><code dir="auto">link</code></td><td><code dir="auto">string</code></td><td>Optional link associated with the route.</td></tr><tr><td><code dir="auto">routerLink</code></td><td><code dir="auto">string</code></td><td>Optional router link for navigation.</td></tr></tbody></table>
7676

7777

7878

projects/wml-components-base/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"dependencies": {
33
"tslib": "^2.3.0"
44
},
5-
"funding": "https://www.gofundme.com/f/strengthen-our-business-to-take-on-bigger-initiati?utm_campaign=p_lico+share-sheet-first-launch&utm_medium=copy_link&utm_source=customer",
6-
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs//intro/wml-components-base",
5+
"funding": "https://github.com/sponsors/WindMillCode",
6+
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/intro/wml-components-base",
77
"name": "@windmillcode/wml-components-base",
88
"private": false,
99
"schematics": "",
1010
"scripts": {
1111
"build": "npx ng build"
1212
},
13-
"version": "18.2.4000"
13+
"version": "18.2.4100"
1414
}

projects/wml-components-base/src/lib/models.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ import { detectFramework, getGlobalObject, updateClassString } from "./functions
44

55
export type WMLUIFrameworkType='React' | 'Angular' | 'Vue.js' | 'Svelte' | 'Ember.js' | 'Backbone.js' | 'Preact' | 'Next.js' | 'Nuxt.js' | 'Gatsby' | 'Remix' | 'NestJS' | 'VanillaJS'| 'Lit' | 'Alpine.js' | 'Mithril.js' | 'Aurelia' | 'Riot.js' | 'Inferno' | 'Stencil'
66

7-
8-
9-
107
export function WMLConstructorDecorator<T extends { new(...args: any[]): { } }>(ReversedBase: T) {
118

129
return class extends ReversedBase {

projects/wml-field/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
"@ngx-translate/core": ">=15.0.0",
44
"tslib": "^2.3.0"
55
},
6-
"funding": "https://www.gofundme.com/f/strengthen-our-business-to-take-on-bigger-initiati?utm_campaign=p_lico+share-sheet-first-launch&utm_medium=copy_link&utm_source=customer",
7-
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs//components/wml-field",
6+
"funding": "https://github.com/sponsors/WindMillCode",
7+
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/components/wml-field",
88
"name": "@windmillcode/angular-wml-field",
99
"peerDependencies": {
1010
"@angular/common": "^18.0.0",
1111
"@angular/core": "^18.0.0",
12-
"@windmillcode/angular-wml-components-base": "^18.2.4000",
13-
"@windmillcode/wml-components-base": "^18.2.4000"
12+
"@windmillcode/angular-wml-components-base": "^18.2.4100",
13+
"@windmillcode/wml-components-base": "^18.2.4100"
1414
},
1515
"private": false,
1616
"schematics": "",
1717
"scripts": {
1818
"build": "npx ng build"
1919
},
20-
"version": "18.2.4000"
21-
}
20+
"version": "18.2.4100"
21+
}

projects/wml-file-manager/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
"@ngx-translate/core": ">=15.0.0",
44
"tslib": "^2.3.0"
55
},
6-
"funding": "https://www.gofundme.com/f/strengthen-our-business-to-take-on-bigger-initiati?utm_campaign=p_lico+share-sheet-first-launch&utm_medium=copy_link&utm_source=customer",
7-
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs//components/wml-file-manager",
6+
"funding": "https://github.com/sponsors/WindMillCode",
7+
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/components/wml-file-manager",
88
"name": "@windmillcode/angular-wml-file-manager",
99
"peerDependencies": {
1010
"@angular/common": "^18.0.0",
1111
"@angular/core": "^18.0.0",
12-
"@windmillcode/angular-wml-components-base": "^18.2.4000",
13-
"@windmillcode/wml-components-base": "^18.2.4000"
12+
"@windmillcode/angular-wml-components-base": "^18.2.4100",
13+
"@windmillcode/wml-components-base": "^18.2.4100"
1414
},
1515
"private": false,
1616
"schematics": "",
1717
"scripts": {
1818
"build": "npx ng build"
1919
},
20-
"version": "18.2.4000"
21-
}
20+
"version": "18.2.4100"
21+
}

0 commit comments

Comments
 (0)