Skip to content

Commit 708bc6c

Browse files
committed
'[CHECKPOINT]' updated package to conform with @windmillcode/angular-wml-components-base version 18.2.2101
1 parent 4f16f6b commit 708bc6c

File tree

22 files changed

+59
-59
lines changed

22 files changed

+59
-59
lines changed

projects/wml-accordion/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/angular-wml-components-base": "^18.2.2100"
12+
"@windmillcode/angular-wml-components-base": "^18.2.2101"
1313
},
1414
"private": false,
1515
"schematics": "",
1616
"scripts": {
1717
"build": "npx ng build"
1818
},
19-
"version": "18.2.2100"
19+
"version": "18.2.2101"
2020
}

projects/wml-button/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/angular-wml-components-base": "^18.2.2100"
12+
"@windmillcode/angular-wml-components-base": "^18.2.2101"
1313
},
1414
"private": false,
1515
"schematics": "",
1616
"scripts": {
1717
"build": "npx ng build"
1818
},
19-
"version": "18.2.2100"
19+
"version": "18.2.2101"
2020
}

projects/wml-chips/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
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.2100",
15-
"@windmillcode/angular-wml-components-base": "^18.2.2100"
14+
"@windmillcode/angular-wml-button": "^18.2.2101",
15+
"@windmillcode/angular-wml-components-base": "^18.2.2101"
1616
},
1717
"private": false,
1818
"schematics": "",
1919
"scripts": {
2020
"build": "npx ng build",
2121
"test": "npx ng test wml-chips --code-coverage"
2222
},
23-
"version": "18.2.2100"
23+
"version": "18.2.2101"
2424
}

projects/wml-components-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"scripts": {
1616
"build": "npx ng build"
1717
},
18-
"version": "18.2.2100"
18+
"version": "18.2.2101"
1919
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ export class WMLRoute<V=any,T=any> extends WMLView<V,T> {
105105
routerLink?:string
106106
}
107107

108+
// TODO rename to WMLMotion
108109
export type WMLAnimateUIPropertyState ="open" | "opening" | "closing" | "closed"
109110
export class WMLAnimateUIProperty<V=any,T=any> extends WMLView<V,T> {
110111
constructor(props: Partial<WMLAnimateUIProperty> = {}) {
@@ -124,10 +125,9 @@ export class WMLAnimateUIProperty<V=any,T=any> extends WMLView<V,T> {
124125
props.keyFrameName = defaultName;
125126
}
126127
let origProps = Object.entries(props)
127-
.filter(([key,val]) => {
128-
return !key.startsWith('prop');
129-
});
130-
console.log(this.keyFrameName)
128+
.filter(([key,val]) => {
129+
return !key.startsWith('prop');
130+
});
131131
Object.assign(this, { ...Object.fromEntries(origProps) });
132132
this.injectKeyframes()
133133

projects/wml-field/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/angular-wml-components-base": "^18.2.2100"
12+
"@windmillcode/angular-wml-components-base": "^18.2.2101"
1313
},
1414
"private": false,
1515
"schematics": "",
1616
"scripts": {
1717
"build": "npx ng build"
1818
},
19-
"version": "18.2.2100"
19+
"version": "18.2.2101"
2020
}

projects/wml-file-manager/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/angular-wml-components-base": "^18.2.2100"
12+
"@windmillcode/angular-wml-components-base": "^18.2.2101"
1313
},
1414
"private": false,
1515
"schematics": "",
1616
"scripts": {
1717
"build": "npx ng build"
1818
},
19-
"version": "18.2.2100"
19+
"version": "18.2.2101"
2020
}

projects/wml-form/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/angular-wml-components-base": "^18.2.2100"
12+
"@windmillcode/angular-wml-components-base": "^18.2.2101"
1313
},
1414
"private": false,
1515
"schematics": "",
1616
"scripts": {
1717
"build": "npx ng build"
1818
},
19-
"version": "18.2.2100"
19+
"version": "18.2.2101"
2020
}

projects/wml-infinite-dropdown/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/angular-wml-components-base": "^18.2.2100"
12+
"@windmillcode/angular-wml-components-base": "^18.2.2101"
1313
},
1414
"private": false,
1515
"schematics": "",
1616
"scripts": {
1717
"build": "npx ng build"
1818
},
19-
"version": "18.2.2100"
19+
"version": "18.2.2101"
2020
}

projects/wml-input/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/angular-wml-components-base": "^18.2.2100"
12+
"@windmillcode/angular-wml-components-base": "^18.2.2101"
1313
},
1414
"private": false,
1515
"schematics": "",
1616
"scripts": {
1717
"build": "npx ng build"
1818
},
19-
"version": "18.2.2100"
19+
"version": "18.2.2101"
2020
}

0 commit comments

Comments
 (0)