@genesislcap/foundation-utils 14.214.4 → 14.214.5-alpha-4192f9d.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/custom-elements.json +103 -103
  2. package/package.json +10 -10
@@ -167,6 +167,82 @@
167
167
  }
168
168
  ]
169
169
  },
170
+ {
171
+ "kind": "javascript-module",
172
+ "path": "src/decorators/index.ts",
173
+ "declarations": [],
174
+ "exports": [
175
+ {
176
+ "kind": "js",
177
+ "name": "*",
178
+ "declaration": {
179
+ "name": "*",
180
+ "package": "./renderOnChange"
181
+ }
182
+ }
183
+ ]
184
+ },
185
+ {
186
+ "kind": "javascript-module",
187
+ "path": "src/decorators/renderOnChange.ts",
188
+ "declarations": [
189
+ {
190
+ "kind": "function",
191
+ "name": "renderOnChange",
192
+ "parameters": [
193
+ {
194
+ "name": "target",
195
+ "type": {
196
+ "text": "FASTElement & { render(): void }"
197
+ },
198
+ "description": "The target to define the property change handler on."
199
+ },
200
+ {
201
+ "name": "name",
202
+ "type": {
203
+ "text": "string"
204
+ },
205
+ "description": "The property name."
206
+ }
207
+ ],
208
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
209
+ "privacy": "public"
210
+ }
211
+ ],
212
+ "exports": [
213
+ {
214
+ "kind": "js",
215
+ "name": "renderOnChange",
216
+ "declaration": {
217
+ "name": "renderOnChange",
218
+ "module": "src/decorators/renderOnChange.ts"
219
+ }
220
+ }
221
+ ]
222
+ },
223
+ {
224
+ "kind": "javascript-module",
225
+ "path": "src/directives/index.ts",
226
+ "declarations": [],
227
+ "exports": [
228
+ {
229
+ "kind": "js",
230
+ "name": "*",
231
+ "declaration": {
232
+ "name": "*",
233
+ "package": "./sync"
234
+ }
235
+ },
236
+ {
237
+ "kind": "js",
238
+ "name": "*",
239
+ "declaration": {
240
+ "name": "*",
241
+ "package": "./when-else"
242
+ }
243
+ }
244
+ ]
245
+ },
170
246
  {
171
247
  "kind": "javascript-module",
172
248
  "path": "src/data/inMemoryDatabase.ts",
@@ -367,30 +443,42 @@
367
443
  },
368
444
  {
369
445
  "kind": "javascript-module",
370
- "path": "src/directives/index.ts",
371
- "declarations": [],
372
- "exports": [
446
+ "path": "src/design-system/design-system.ts",
447
+ "declarations": [
373
448
  {
374
- "kind": "js",
375
- "name": "*",
376
- "declaration": {
377
- "name": "*",
378
- "package": "./sync"
379
- }
380
- },
449
+ "kind": "function",
450
+ "name": "assureDesignSystem",
451
+ "return": {
452
+ "type": {
453
+ "text": "DesignSystemModule"
454
+ }
455
+ },
456
+ "parameters": [
457
+ {
458
+ "name": "module",
459
+ "type": {
460
+ "text": "DesignSystemModule"
461
+ }
462
+ }
463
+ ],
464
+ "description": "assureDesignSystem.",
465
+ "privacy": "public"
466
+ }
467
+ ],
468
+ "exports": [
381
469
  {
382
470
  "kind": "js",
383
- "name": "*",
471
+ "name": "assureDesignSystem",
384
472
  "declaration": {
385
- "name": "*",
386
- "package": "./when-else"
473
+ "name": "assureDesignSystem",
474
+ "module": "src/design-system/design-system.ts"
387
475
  }
388
476
  }
389
477
  ]
390
478
  },
391
479
  {
392
480
  "kind": "javascript-module",
393
- "path": "src/decorators/index.ts",
481
+ "path": "src/design-system/index.ts",
394
482
  "declarations": [],
395
483
  "exports": [
396
484
  {
@@ -398,45 +486,7 @@
398
486
  "name": "*",
399
487
  "declaration": {
400
488
  "name": "*",
401
- "package": "./renderOnChange"
402
- }
403
- }
404
- ]
405
- },
406
- {
407
- "kind": "javascript-module",
408
- "path": "src/decorators/renderOnChange.ts",
409
- "declarations": [
410
- {
411
- "kind": "function",
412
- "name": "renderOnChange",
413
- "parameters": [
414
- {
415
- "name": "target",
416
- "type": {
417
- "text": "FASTElement & { render(): void }"
418
- },
419
- "description": "The target to define the property change handler on."
420
- },
421
- {
422
- "name": "name",
423
- "type": {
424
- "text": "string"
425
- },
426
- "description": "The property name."
427
- }
428
- ],
429
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
430
- "privacy": "public"
431
- }
432
- ],
433
- "exports": [
434
- {
435
- "kind": "js",
436
- "name": "renderOnChange",
437
- "declaration": {
438
- "name": "renderOnChange",
439
- "module": "src/decorators/renderOnChange.ts"
489
+ "package": "./design-system"
440
490
  }
441
491
  }
442
492
  ]
@@ -679,56 +729,6 @@
679
729
  }
680
730
  ]
681
731
  },
682
- {
683
- "kind": "javascript-module",
684
- "path": "src/design-system/design-system.ts",
685
- "declarations": [
686
- {
687
- "kind": "function",
688
- "name": "assureDesignSystem",
689
- "return": {
690
- "type": {
691
- "text": "DesignSystemModule"
692
- }
693
- },
694
- "parameters": [
695
- {
696
- "name": "module",
697
- "type": {
698
- "text": "DesignSystemModule"
699
- }
700
- }
701
- ],
702
- "description": "assureDesignSystem.",
703
- "privacy": "public"
704
- }
705
- ],
706
- "exports": [
707
- {
708
- "kind": "js",
709
- "name": "assureDesignSystem",
710
- "declaration": {
711
- "name": "assureDesignSystem",
712
- "module": "src/design-system/design-system.ts"
713
- }
714
- }
715
- ]
716
- },
717
- {
718
- "kind": "javascript-module",
719
- "path": "src/design-system/index.ts",
720
- "declarations": [],
721
- "exports": [
722
- {
723
- "kind": "js",
724
- "name": "*",
725
- "declaration": {
726
- "name": "*",
727
- "package": "./design-system"
728
- }
729
- }
730
- ]
731
- },
732
732
  {
733
733
  "kind": "javascript-module",
734
734
  "path": "src/error/errorMap.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.214.4",
4
+ "version": "14.214.5-alpha-4192f9d.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,17 +27,17 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.214.4",
31
- "@genesislcap/genx": "14.214.4",
32
- "@genesislcap/rollup-builder": "14.214.4",
33
- "@genesislcap/ts-builder": "14.214.4",
34
- "@genesislcap/uvu-playwright-builder": "14.214.4",
35
- "@genesislcap/vite-builder": "14.214.4",
36
- "@genesislcap/webpack-builder": "14.214.4",
30
+ "@genesislcap/foundation-testing": "14.214.5-alpha-4192f9d.0",
31
+ "@genesislcap/genx": "14.214.5-alpha-4192f9d.0",
32
+ "@genesislcap/rollup-builder": "14.214.5-alpha-4192f9d.0",
33
+ "@genesislcap/ts-builder": "14.214.5-alpha-4192f9d.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.214.5-alpha-4192f9d.0",
35
+ "@genesislcap/vite-builder": "14.214.5-alpha-4192f9d.0",
36
+ "@genesislcap/webpack-builder": "14.214.5-alpha-4192f9d.0",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.214.4",
40
+ "@genesislcap/foundation-logger": "14.214.5-alpha-4192f9d.0",
41
41
  "@microsoft/fast-components": "^2.30.6",
42
42
  "@microsoft/fast-element": "^1.12.0",
43
43
  "@microsoft/fast-foundation": "^2.49.4",
@@ -55,5 +55,5 @@
55
55
  "access": "public"
56
56
  },
57
57
  "customElements": "dist/custom-elements.json",
58
- "gitHead": "bf09c1923937329fe6e048704860737f1b92e088"
58
+ "gitHead": "4361ef6026de2991597da294d022957198370637"
59
59
  }