Skip to content

Commit ae20742

Browse files
committed
[CHECKPOINT] before upgrade to angular 19.2.9
1 parent 986368f commit ae20742

File tree

1 file changed

+43
-43
lines changed
  • projects/wml-angular-components-base

1 file changed

+43
-43
lines changed

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

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -8,191 +8,191 @@ While WML Components Base provides the essential UI building blocks, WML Angular
88

99
## Installation
1010

11-
Terminal window <code><div class="ec-line"><div class="code"><span style="--0:#82AAFF;--1:#3B61B0">npm</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#ECC48D;--1:#3B61B0">install</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#82AAFF;--1:#3B61B0">-s</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#82AAFF;--1:#3B61B0">--verbose</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#ECC48D;--1:#3B61B0">@windmillcode/angular-wml-components-base</span></div></div></code>
11+
[Section titled “Installation”](#installation)Terminal window <code><div class="ec-line"><div class="code"><span style="--0:#82AAFF;--1:#3B61B0">npm</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#ECC48D;--1:#3B61B0">install</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#82AAFF;--1:#3B61B0">-s</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#82AAFF;--1:#3B61B0">--verbose</span><span style="--0:#D6DEEB;--1:#403F53"> </span><span style="--0:#ECC48D;--1:#3B61B0">@windmillcode/angular-wml-components-base</span></div></div></code>
1212

1313
## Usage
1414

15-
15+
[Section titled “Usage”](#usage)
1616

1717
### [WMLAngularMotionUIProperty](#wml-angular-motion-ui-property)
1818

19-
**[Decent Example](#wml-animate-ui-property-decent-example)**
19+
[Section titled “WMLAngularMotionUIProperty”](#wmlangularmotionuiproperty)**[Decent Example](#wml-animate-ui-property-decent-example)**
2020

2121
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<iframe src="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>
2222

2323
### WMLAngularCustomComponent
2424

25-
**Custom Components**
25+
[Section titled “WMLAngularCustomComponent”](#wmlangularcustomcomponent)**Custom Components**
2626

2727
nearly as same as WMLCustomComponent. Refer to[WMLCustomComponent](/19.0.0/Windmillcode-Angular-CDK-Docs/intro/wml-components-base/#wml-custom-component)
2828

2929

3030

3131
## References
3232

33-
33+
[Section titled “References”](#references)
3434

3535
### WMLAngularMotionUIProperty
3636

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><code dir="auto">motionEndEvent</code></td><td><code dir="auto">Subject&lt;WMLMotionUIPropertyState&gt;</code></td><td>Subject triggered when a motion ends.</td></tr><tr><td><code dir="auto">motionKeyFrameEvent</code></td><td><code dir="auto">Subject&lt;string&gt;</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><code dir="auto">motionEndEvent</code></td><td><code dir="auto">Subject&lt;WMLMotionUIPropertyState&gt;</code></td><td>Subject triggered when a motion ends.</td></tr><tr><td><code dir="auto">motionKeyFrameEvent</code></td><td><code dir="auto">Subject&lt;string&gt;</code></td><td>Subject triggered at specific keyframes during css transitions.</td></tr></tbody></table>
3838

3939

4040

4141
### WMLAngularModuleForRootProps
4242

43-
<table><thead><tr><th>Property</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code dir="auto">ngxTranslateLoaderFactory</code></td><td><code dir="auto">Function</code></td><td>A function that returns a new instance of <code dir="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><code dir="auto">ngxTranslateLoaderFactory</code></td><td><code dir="auto">Function</code></td><td>A function that returns a new instance of <code dir="auto">WMLNGXTranslateLoader</code>.</td></tr></tbody></table>
4444

4545

4646

4747
### WMLNGXTranslateLoader
4848

49-
<table><thead><tr><th>Property</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code dir="auto">i18nLocation</code></td><td><code dir="auto">(lang: string) =&gt; 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><code dir="auto">i18nLocation</code></td><td><code dir="auto">(lang: string) =&gt; any</code></td><td>A function that returns the translation file or object based on the language code.</td></tr></tbody></table>
5050

5151

5252

5353
### Methods
5454

55-
<table><thead><tr><th>Method</th><th>Description</th></tr></thead><tbody><tr><td><code dir="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><code dir="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>
5656

5757

5858

5959
### Functions
6060

61-
61+
[Section titled “Functions”](#functions)
6262

6363
### addCustomComponent
6464

65-
<table><thead><tr><th>Parameter</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code dir="auto">vcf</code></td><td><code dir="auto">ViewContainerRef</code></td><td>Angular ViewContainerRef for creating the component.</td></tr><tr><td><code dir="auto">cpnt</code></td><td><code dir="auto">Type&lt;any&gt;</code></td><td>Component type to be created.</td></tr><tr><td><code dir="auto">props</code></td><td><code dir="auto">any</code></td><td>Properties to be passed to the component.</td></tr><tr><td><code dir="auto">return</code></td><td><code dir="auto">ComponentRef&lt;any&gt;</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><code dir="auto">vcf</code></td><td><code dir="auto">ViewContainerRef</code></td><td>Angular ViewContainerRef for creating the component.</td></tr><tr><td><code dir="auto">cpnt</code></td><td><code dir="auto">Type&lt;any&gt;</code></td><td>Component type to be created.</td></tr><tr><td><code dir="auto">props</code></td><td><code dir="auto">any</code></td><td>Properties to be passed to the component.</td></tr><tr><td><code dir="auto">return</code></td><td><code dir="auto">ComponentRef&lt;any&gt;</code></td><td>Returns a reference to the created component.</td></tr><tr><td>,</td><td></td><td></td></tr></tbody></table>
6666

6767

6868

6969
## Changelog
7070

71-
71+
[Section titled “Changelog”](#changelog)
7272

7373
### v18.2.3100 [9/8/24]
7474

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
7676
creating WMLAngularTestUtils,WMLAngularTestHttpHandler,WMLAngularModuleForRootProps,WMLAngularMotionUIProperty
7777
WMLAngularCustomComponent from their orginal respective part which exlude “Angular in their name”
7878

7979
### v18.2.3100 [9/8/24]
8080

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
8282

8383
### v18.2.3100 [9/8/24]
8484

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
8686

8787
### v18.2.3100 [9/8/24]
8888

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
9090

9191
### v18.2.3110 [9/10/24]
9292

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
9494

9595
### v18.2.3111 [9/10/24]
9696

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
9898

9999
### v18.2.3112 [9/10/24]
100100

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
102102

103103
### v18.2.3200 [9/16/24]
104104

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
106106

107107
### v18.2.4000 [9/16/24]
108108

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
110110

111111
### v18.2.4000 [9/17/24]
112112

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
114114

115115
### v18.2.4100 [9/19/24]
116116

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
118118

119119
### v18.2.4200 [9/21/24]
120120

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
122122

123123
### v18.2.5001 [9/22/24]
124124

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
126126

127127
### v18.2.6000 [10/1/24]
128128

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
130130

131131
### v18.2.7000 [10/2/24]
132132

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
134134

135135
### v18.2.7001 [10/5/24]
136136

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
138138

139139
### v18.2.7010 [10/9/24]
140140

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
142142

143143
### v18.2.7020 [10/10/2024 2:15:30 PM EST]
144144

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
146146
[PATCH] <code dir="auto">WMLAngularMotionUIProperty</code> constructor got updated in <code dir="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
147147

148148
### v18.2.8000 [10/10/24]
149149

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
151151

152152
### v18.2.8000 [10/11/24]
153153

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
155155

156156
### v18.2.8001 [10/11/24]
157157

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
159159

160160
### v18.2.8001 [10/11/24]
161161

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
163163

164164
### v18.2.9000 [10/23/24]
165165

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
167167

168168
### v18.2.10000 [10/31/24]
169169

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
171171

172172
### v18.2.11000 [11/7/24]
173173

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
175175

176176
### v18.2.12000 [11/15/24]
177177

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
179179

180180
### v18.2.12001 [11/17/24]
181181

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
183183

184184
### v19.0.0 [11/19/24]
185185

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
187187

188188
### v19.0.3 [11/20/24]
189189

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
191191

192192
### v19.0.4 [11/26/24]
193193

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
195195

196196
### v19.0.1000 [11/26/24]
197197

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

Comments
 (0)