@genesislcap/foundation-utils 14.154.3-alpha-359bdfd.0 → 14.154.3-alpha-94561a6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/custom-elements.json +103 -103
  2. package/package.json +10 -10
@@ -151,6 +151,109 @@
151
151
  }
152
152
  ]
153
153
  },
154
+ {
155
+ "kind": "javascript-module",
156
+ "path": "src/decorators/index.ts",
157
+ "declarations": [],
158
+ "exports": [
159
+ {
160
+ "kind": "js",
161
+ "name": "*",
162
+ "declaration": {
163
+ "name": "*",
164
+ "package": "./renderOnChange"
165
+ }
166
+ }
167
+ ]
168
+ },
169
+ {
170
+ "kind": "javascript-module",
171
+ "path": "src/decorators/renderOnChange.ts",
172
+ "declarations": [
173
+ {
174
+ "kind": "function",
175
+ "name": "renderOnChange",
176
+ "parameters": [
177
+ {
178
+ "name": "target",
179
+ "type": {
180
+ "text": "FASTElement & { render(): void }"
181
+ },
182
+ "description": "The target to define the property change handler on."
183
+ },
184
+ {
185
+ "name": "name",
186
+ "type": {
187
+ "text": "string"
188
+ },
189
+ "description": "The property name."
190
+ }
191
+ ],
192
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
193
+ "privacy": "public"
194
+ }
195
+ ],
196
+ "exports": [
197
+ {
198
+ "kind": "js",
199
+ "name": "renderOnChange",
200
+ "declaration": {
201
+ "name": "renderOnChange",
202
+ "module": "src/decorators/renderOnChange.ts"
203
+ }
204
+ }
205
+ ]
206
+ },
207
+ {
208
+ "kind": "javascript-module",
209
+ "path": "src/design-system/design-system.ts",
210
+ "declarations": [
211
+ {
212
+ "kind": "function",
213
+ "name": "assureDesignSystem",
214
+ "return": {
215
+ "type": {
216
+ "text": "DesignSystemModule"
217
+ }
218
+ },
219
+ "parameters": [
220
+ {
221
+ "name": "module",
222
+ "type": {
223
+ "text": "DesignSystemModule"
224
+ }
225
+ }
226
+ ],
227
+ "description": "assureDesignSystem.",
228
+ "privacy": "public"
229
+ }
230
+ ],
231
+ "exports": [
232
+ {
233
+ "kind": "js",
234
+ "name": "assureDesignSystem",
235
+ "declaration": {
236
+ "name": "assureDesignSystem",
237
+ "module": "src/design-system/design-system.ts"
238
+ }
239
+ }
240
+ ]
241
+ },
242
+ {
243
+ "kind": "javascript-module",
244
+ "path": "src/design-system/index.ts",
245
+ "declarations": [],
246
+ "exports": [
247
+ {
248
+ "kind": "js",
249
+ "name": "*",
250
+ "declaration": {
251
+ "name": "*",
252
+ "package": "./design-system"
253
+ }
254
+ }
255
+ ]
256
+ },
154
257
  {
155
258
  "kind": "javascript-module",
156
259
  "path": "src/data/inMemoryDatabase.ts",
@@ -349,109 +452,6 @@
349
452
  }
350
453
  ]
351
454
  },
352
- {
353
- "kind": "javascript-module",
354
- "path": "src/design-system/design-system.ts",
355
- "declarations": [
356
- {
357
- "kind": "function",
358
- "name": "assureDesignSystem",
359
- "return": {
360
- "type": {
361
- "text": "DesignSystemModule"
362
- }
363
- },
364
- "parameters": [
365
- {
366
- "name": "module",
367
- "type": {
368
- "text": "DesignSystemModule"
369
- }
370
- }
371
- ],
372
- "description": "assureDesignSystem.",
373
- "privacy": "public"
374
- }
375
- ],
376
- "exports": [
377
- {
378
- "kind": "js",
379
- "name": "assureDesignSystem",
380
- "declaration": {
381
- "name": "assureDesignSystem",
382
- "module": "src/design-system/design-system.ts"
383
- }
384
- }
385
- ]
386
- },
387
- {
388
- "kind": "javascript-module",
389
- "path": "src/design-system/index.ts",
390
- "declarations": [],
391
- "exports": [
392
- {
393
- "kind": "js",
394
- "name": "*",
395
- "declaration": {
396
- "name": "*",
397
- "package": "./design-system"
398
- }
399
- }
400
- ]
401
- },
402
- {
403
- "kind": "javascript-module",
404
- "path": "src/decorators/index.ts",
405
- "declarations": [],
406
- "exports": [
407
- {
408
- "kind": "js",
409
- "name": "*",
410
- "declaration": {
411
- "name": "*",
412
- "package": "./renderOnChange"
413
- }
414
- }
415
- ]
416
- },
417
- {
418
- "kind": "javascript-module",
419
- "path": "src/decorators/renderOnChange.ts",
420
- "declarations": [
421
- {
422
- "kind": "function",
423
- "name": "renderOnChange",
424
- "parameters": [
425
- {
426
- "name": "target",
427
- "type": {
428
- "text": "FASTElement & { render(): void }"
429
- },
430
- "description": "The target to define the property change handler on."
431
- },
432
- {
433
- "name": "name",
434
- "type": {
435
- "text": "string"
436
- },
437
- "description": "The property name."
438
- }
439
- ],
440
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
441
- "privacy": "public"
442
- }
443
- ],
444
- "exports": [
445
- {
446
- "kind": "js",
447
- "name": "renderOnChange",
448
- "declaration": {
449
- "name": "renderOnChange",
450
- "module": "src/decorators/renderOnChange.ts"
451
- }
452
- }
453
- ]
454
- },
455
455
  {
456
456
  "kind": "javascript-module",
457
457
  "path": "src/directives/index.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-utils",
3
3
  "description": "Genesis Foundation Utils",
4
- "version": "14.154.3-alpha-359bdfd.0",
4
+ "version": "14.154.3-alpha-94561a6.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -19,17 +19,17 @@
19
19
  "test": "genx test"
20
20
  },
21
21
  "devDependencies": {
22
- "@genesislcap/foundation-testing": "14.154.3-alpha-359bdfd.0",
23
- "@genesislcap/genx": "14.154.3-alpha-359bdfd.0",
24
- "@genesislcap/rollup-builder": "14.154.3-alpha-359bdfd.0",
25
- "@genesislcap/ts-builder": "14.154.3-alpha-359bdfd.0",
26
- "@genesislcap/uvu-playwright-builder": "14.154.3-alpha-359bdfd.0",
27
- "@genesislcap/vite-builder": "14.154.3-alpha-359bdfd.0",
28
- "@genesislcap/webpack-builder": "14.154.3-alpha-359bdfd.0",
22
+ "@genesislcap/foundation-testing": "14.154.3-alpha-94561a6.0",
23
+ "@genesislcap/genx": "14.154.3-alpha-94561a6.0",
24
+ "@genesislcap/rollup-builder": "14.154.3-alpha-94561a6.0",
25
+ "@genesislcap/ts-builder": "14.154.3-alpha-94561a6.0",
26
+ "@genesislcap/uvu-playwright-builder": "14.154.3-alpha-94561a6.0",
27
+ "@genesislcap/vite-builder": "14.154.3-alpha-94561a6.0",
28
+ "@genesislcap/webpack-builder": "14.154.3-alpha-94561a6.0",
29
29
  "rimraf": "^3.0.2"
30
30
  },
31
31
  "dependencies": {
32
- "@genesislcap/foundation-logger": "14.154.3-alpha-359bdfd.0",
32
+ "@genesislcap/foundation-logger": "14.154.3-alpha-94561a6.0",
33
33
  "@microsoft/fast-components": "^2.30.6",
34
34
  "@microsoft/fast-element": "^1.12.0",
35
35
  "@microsoft/fast-foundation": "^2.49.4",
@@ -47,5 +47,5 @@
47
47
  "access": "public"
48
48
  },
49
49
  "customElements": "dist/custom-elements.json",
50
- "gitHead": "835f258ddff9da4f231dbe6493ebf0fa385a5c6b"
50
+ "gitHead": "f002e740bda8b88ea620dfb1c7b5ff32a72ec2ae"
51
51
  }