You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if you want a different animation for you animation states simply use a different keyframe mabye suffixing the keyframes with open and close for organization<iframesrc="https://stackblitz.com/edit/stackblitz-starters-7bnu7v?ctl=1&embed=1&file=src%2Fmain.ts&theme=dark"style="width: 100%; height: calc(500/16*1em) !important;"></iframe>
nearly as same as WMLCustomComponent. Refer to[WMLCustomComponent](/19.0.0/Windmillcode-Angular-CDK-Docs/intro/wml-components-base/#wml-custom-component)
28
28
29
29
30
30
31
31
## References
32
32
33
-
33
+
[Section titled “References”](#references)
34
34
35
35
### WMLAngularMotionUIProperty
36
36
37
-
Extends[WMLMotionUIProperty](/19.0.0/Windmillcode-Angular-CDK-Docs/intro/wml-components-base/#wml-motion-ui-property-reference)<table><thead><tr><th>Property</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><codedir="auto">motionEndEvent</code></td><td><codedir="auto">Subject<WMLMotionUIPropertyState></code></td><td>Subject triggered when a motion ends.</td></tr><tr><td><codedir="auto">motionKeyFrameEvent</code></td><td><codedir="auto">Subject<string></code></td><td>Subject triggered at specific keyframes during css transitions.</td></tr></tbody></table>
37
+
[Section titled “WMLAngularMotionUIProperty”](#wmlangularmotionuiproperty-1)Extends[WMLMotionUIProperty](/19.0.0/Windmillcode-Angular-CDK-Docs/intro/wml-components-base/#wml-motion-ui-property-reference)<table><thead><tr><th>Property</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><codedir="auto">motionEndEvent</code></td><td><codedir="auto">Subject<WMLMotionUIPropertyState></code></td><td>Subject triggered when a motion ends.</td></tr><tr><td><codedir="auto">motionKeyFrameEvent</code></td><td><codedir="auto">Subject<string></code></td><td>Subject triggered at specific keyframes during css transitions.</td></tr></tbody></table>
38
38
39
39
40
40
41
41
### WMLAngularModuleForRootProps
42
42
43
-
<table><thead><tr><th>Property</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><codedir="auto">ngxTranslateLoaderFactory</code></td><td><codedir="auto">Function</code></td><td>A function that returns a new instance of <codedir="auto">WMLNGXTranslateLoader</code>.</td></tr></tbody></table>
43
+
[Section titled “WMLAngularModuleForRootProps”](#wmlangularmoduleforrootprops)<table><thead><tr><th>Property</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><codedir="auto">ngxTranslateLoaderFactory</code></td><td><codedir="auto">Function</code></td><td>A function that returns a new instance of <codedir="auto">WMLNGXTranslateLoader</code>.</td></tr></tbody></table>
44
44
45
45
46
46
47
47
### WMLNGXTranslateLoader
48
48
49
-
<table><thead><tr><th>Property</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><codedir="auto">i18nLocation</code></td><td><codedir="auto">(lang: string) => any</code></td><td>A function that returns the translation file or object based on the language code.</td></tr></tbody></table>
49
+
[Section titled “WMLNGXTranslateLoader”](#wmlngxtranslateloader)<table><thead><tr><th>Property</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><codedir="auto">i18nLocation</code></td><td><codedir="auto">(lang: string) => any</code></td><td>A function that returns the translation file or object based on the language code.</td></tr></tbody></table>
50
50
51
51
52
52
53
53
### Methods
54
54
55
-
<table><thead><tr><th>Method</th><th>Description</th></tr></thead><tbody><tr><td><codedir="auto">getTranslation(lang: string)</code></td><td>Fetches the translations for the given language and returns an observable with the translation data.</td></tr></tbody></table>
55
+
[Section titled “Methods”](#methods)<table><thead><tr><th>Method</th><th>Description</th></tr></thead><tbody><tr><td><codedir="auto">getTranslation(lang: string)</code></td><td>Fetches the translations for the given language and returns an observable with the translation data.</td></tr></tbody></table>
56
56
57
57
58
58
59
59
### Functions
60
60
61
-
61
+
[Section titled “Functions”](#functions)
62
62
63
63
### addCustomComponent
64
64
65
-
<table><thead><tr><th>Parameter</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><codedir="auto">vcf</code></td><td><codedir="auto">ViewContainerRef</code></td><td>Angular ViewContainerRef for creating the component.</td></tr><tr><td><codedir="auto">cpnt</code></td><td><codedir="auto">Type<any></code></td><td>Component type to be created.</td></tr><tr><td><codedir="auto">props</code></td><td><codedir="auto">any</code></td><td>Properties to be passed to the component.</td></tr><tr><td><codedir="auto">return</code></td><td><codedir="auto">ComponentRef<any></code></td><td>Returns a reference to the created component.</td></tr><tr><td>,</td><td></td><td></td></tr></tbody></table>
65
+
[Section titled “addCustomComponent”](#addcustomcomponent)<table><thead><tr><th>Parameter</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><codedir="auto">vcf</code></td><td><codedir="auto">ViewContainerRef</code></td><td>Angular ViewContainerRef for creating the component.</td></tr><tr><td><codedir="auto">cpnt</code></td><td><codedir="auto">Type<any></code></td><td>Component type to be created.</td></tr><tr><td><codedir="auto">props</code></td><td><codedir="auto">any</code></td><td>Properties to be passed to the component.</td></tr><tr><td><codedir="auto">return</code></td><td><codedir="auto">ComponentRef<any></code></td><td>Returns a reference to the created component.</td></tr><tr><td>,</td><td></td><td></td></tr></tbody></table>
66
66
67
67
68
68
69
69
## Changelog
70
70
71
-
71
+
[Section titled “Changelog”](#changelog)
72
72
73
73
### v18.2.3100 [9/8/24]
74
74
75
-
pulled features from seperated angular features from core library to angular-wml-components-base
75
+
[Section titled “v18.2.3100 [9/8/24]”](#v1823100-9824)pulled features from seperated angular features from core library to angular-wml-components-base
WMLAngularCustomComponent from their orginal respective part which exlude “Angular in their name”
78
78
79
79
### v18.2.3100 [9/8/24]
80
80
81
-
updated package to reflect the version 18.2.3 of @angular/core package
81
+
[Section titled “v18.2.3100 [9/8/24]”](#v1823100-9824-1)updated package to reflect the version 18.2.3 of @angular/core package
82
82
83
83
### v18.2.3100 [9/8/24]
84
84
85
-
updated package to reflect the version 18.2.3 of @angular/core package
85
+
[Section titled “v18.2.3100 [9/8/24]”](#v1823100-9824-2)updated package to reflect the version 18.2.3 of @angular/core package
86
86
87
87
### v18.2.3100 [9/8/24]
88
88
89
-
updated package to reflect the version 18.2.3 of @angular/core package
89
+
[Section titled “v18.2.3100 [9/8/24]”](#v1823100-9824-3)updated package to reflect the version 18.2.3 of @angular/core package
90
90
91
91
### v18.2.3110 [9/10/24]
92
92
93
-
updated package to conform with @windmillcode/angular-wml-components-base
93
+
[Section titled “v18.2.3110 [9/10/24]”](#v1823110-91024)updated package to conform with @windmillcode/angular-wml-components-base
94
94
95
95
### v18.2.3111 [9/10/24]
96
96
97
-
updated package to conform with @windmillcode/angular-wml-components-base
97
+
[Section titled “v18.2.3111 [9/10/24]”](#v1823111-91024)updated package to conform with @windmillcode/angular-wml-components-base
98
98
99
99
### v18.2.3112 [9/10/24]
100
100
101
-
updated package to conform with @windmillcode/angular-wml-components-base
101
+
[Section titled “v18.2.3112 [9/10/24]”](#v1823112-91024)updated package to conform with @windmillcode/angular-wml-components-base
102
102
103
103
### v18.2.3200 [9/16/24]
104
104
105
-
[UPDATE] added motionKeyFrameEvent for css transitions WMLAngularMotionUIPropertyupdated package to conform with @windmillcode/wml-components-base
105
+
[Section titled “v18.2.3200 [9/16/24]”](#v1823200-91624)[UPDATE] added motionKeyFrameEvent for css transitions WMLAngularMotionUIPropertyupdated package to conform with @windmillcode/wml-components-base
106
106
107
107
### v18.2.4000 [9/16/24]
108
108
109
-
updated package to reflect the version 18.2.4 of @angular/core package
109
+
[Section titled “v18.2.4000 [9/16/24]”](#v1824000-91624)updated package to reflect the version 18.2.4 of @angular/core package
110
110
111
111
### v18.2.4000 [9/17/24]
112
112
113
-
updated package to reflect the version 18.2.4 of @angular/core package
113
+
[Section titled “v18.2.4000 [9/17/24]”](#v1824000-91724)updated package to reflect the version 18.2.4 of @angular/core package
114
114
115
115
### v18.2.4100 [9/19/24]
116
116
117
-
updated package to conform with @windmillcode/wml-components-base
117
+
[Section titled “v18.2.4100 [9/19/24]”](#v1824100-91924)updated package to conform with @windmillcode/wml-components-base
118
118
119
119
### v18.2.4200 [9/21/24]
120
120
121
-
updated package to conform with @windmillcode/wml-components-base
121
+
[Section titled “v18.2.4200 [9/21/24]”](#v1824200-92124)updated package to conform with @windmillcode/wml-components-base
122
122
123
123
### v18.2.5001 [9/22/24]
124
124
125
-
updated package to reflect the version 18.2.5 of @angular/core package
125
+
[Section titled “v18.2.5001 [9/22/24]”](#v1825001-92224)updated package to reflect the version 18.2.5 of @angular/core package
126
126
127
127
### v18.2.6000 [10/1/24]
128
128
129
-
updated package to reflect the version 18.2.6 of @angular/core package
129
+
[Section titled “v18.2.6000 [10/1/24]”](#v1826000-10124)updated package to reflect the version 18.2.6 of @angular/core package
130
130
131
131
### v18.2.7000 [10/2/24]
132
132
133
-
updated package to reflect the version 18.2.7 of @angular/core package
133
+
[Section titled “v18.2.7000 [10/2/24]”](#v1827000-10224)updated package to reflect the version 18.2.7 of @angular/core package
134
134
135
135
### v18.2.7001 [10/5/24]
136
136
137
-
updated package to conform with @windmillcode/wml-components-base
137
+
[Section titled “v18.2.7001 [10/5/24]”](#v1827001-10524)updated package to conform with @windmillcode/wml-components-base
138
138
139
139
### v18.2.7010 [10/9/24]
140
140
141
-
updated package to conform with @windmillcode/wml-components-base
141
+
[Section titled “v18.2.7010 [10/9/24]”](#v1827010-10924)updated package to conform with @windmillcode/wml-components-base
142
142
143
143
### v18.2.7020 [10/10/2024 2:15:30 PM EST]
144
144
145
-
updated package to conform with @windmillcode/wml-components-base
145
+
[Section titled “v18.2.7020 [10/10/2024 2:15:30 PM EST]”](#v1827020-10102024-21530-pm-est)updated package to conform with @windmillcode/wml-components-base
146
146
[PATCH] <codedir="auto">WMLAngularMotionUIProperty</code> constructor got updated in <codedir="auto">projects/wml-angular-components-base/src/lib/models.ts</code> to take partial props, fixing a bug where custom props were not being overridden just know that for the time being you can only use WMLMotionUIProperty or WMLAngularMotionUIProperty you cant use both becuase internally there would be a conflict with the management of static variables between the two classes
147
147
148
148
### v18.2.8000 [10/10/24]
149
149
150
-
updated package to reflect the version 18.2.8 of @angular/core package
150
+
[Section titled “v18.2.8000 [10/10/24]”](#v1828000-101024)updated package to reflect the version 18.2.8 of @angular/core package
151
151
152
152
### v18.2.8000 [10/11/24]
153
153
154
-
updated package to reflect the version 18.2.8 of @angular/core package
154
+
[Section titled “v18.2.8000 [10/11/24]”](#v1828000-101124)updated package to reflect the version 18.2.8 of @angular/core package
155
155
156
156
### v18.2.8001 [10/11/24]
157
157
158
-
updated package to reflect the version 18.2.8 of @angular/core package
158
+
[Section titled “v18.2.8001 [10/11/24]”](#v1828001-101124)updated package to reflect the version 18.2.8 of @angular/core package
159
159
160
160
### v18.2.8001 [10/11/24]
161
161
162
-
updated package to conform with @windmillcode/wml-components-base
162
+
[Section titled “v18.2.8001 [10/11/24]”](#v1828001-101124-1)updated package to conform with @windmillcode/wml-components-base
163
163
164
164
### v18.2.9000 [10/23/24]
165
165
166
-
updated package to conform with @windmillcode/wml-components-base
166
+
[Section titled “v18.2.9000 [10/23/24]”](#v1829000-102324)updated package to conform with @windmillcode/wml-components-base
167
167
168
168
### v18.2.10000 [10/31/24]
169
169
170
-
updated package to conform with @windmillcode/wml-components-base
170
+
[Section titled “v18.2.10000 [10/31/24]”](#v18210000-103124)updated package to conform with @windmillcode/wml-components-base
171
171
172
172
### v18.2.11000 [11/7/24]
173
173
174
-
updated package to conform with @windmillcode/wml-components-base
174
+
[Section titled “v18.2.11000 [11/7/24]”](#v18211000-11724)updated package to conform with @windmillcode/wml-components-base
175
175
176
176
### v18.2.12000 [11/15/24]
177
177
178
-
updated package to conform with @windmillcode/wml-components-base
178
+
[Section titled “v18.2.12000 [11/15/24]”](#v18212000-111524)updated package to conform with @windmillcode/wml-components-base
179
179
180
180
### v18.2.12001 [11/17/24]
181
181
182
-
updated package to conform with @windmillcode/wml-components-base
182
+
[Section titled “v18.2.12001 [11/17/24]”](#v18212001-111724)updated package to conform with @windmillcode/wml-components-base
183
183
184
184
### v19.0.0 [11/19/24]
185
185
186
-
updated package to conform with @windmillcode/wml-components-base
186
+
[Section titled “v19.0.0 [11/19/24]”](#v1900-111924)updated package to conform with @windmillcode/wml-components-base
187
187
188
188
### v19.0.3 [11/20/24]
189
189
190
-
updated package to conform with @windmillcode/wml-components-base
190
+
[Section titled “v19.0.3 [11/20/24]”](#v1903-112024)updated package to conform with @windmillcode/wml-components-base
191
191
192
192
### v19.0.4 [11/26/24]
193
193
194
-
updated package to conform with @windmillcode/wml-components-base
194
+
[Section titled “v19.0.4 [11/26/24]”](#v1904-112624)updated package to conform with @windmillcode/wml-components-base
195
195
196
196
### v19.0.1000 [11/26/24]
197
197
198
-
updated package to conform with @windmillcode/wml-components-base[](/Windmillcode-Angular-CDK-Docs/19.0.0/angular-components/wml-accordion/)[](/Windmillcode-Angular-CDK-Docs/19.0.0/angular-components/wml-button/)
198
+
[Section titled “v19.0.1000 [11/26/24]”](#v1901000-112624)updated package to conform with @windmillcode/wml-components-base[](/Windmillcode-Angular-CDK-Docs/19.0.0/angular-components/wml-accordion/)[](/Windmillcode-Angular-CDK-Docs/19.0.0/angular-components/wml-button/)
0 commit comments