@genesislcap/foundation-utils 14.158.2-alpha-9dfdf28.0 → 14.159.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 +126 -126
  2. package/package.json +10 -10
@@ -151,6 +151,59 @@
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
+ },
154
207
  {
155
208
  "kind": "javascript-module",
156
209
  "path": "src/data/inMemoryDatabase.ts",
@@ -349,132 +402,6 @@
349
402
  }
350
403
  ]
351
404
  },
352
- {
353
- "kind": "javascript-module",
354
- "path": "src/decorators/index.ts",
355
- "declarations": [],
356
- "exports": [
357
- {
358
- "kind": "js",
359
- "name": "*",
360
- "declaration": {
361
- "name": "*",
362
- "package": "./renderOnChange"
363
- }
364
- }
365
- ]
366
- },
367
- {
368
- "kind": "javascript-module",
369
- "path": "src/decorators/renderOnChange.ts",
370
- "declarations": [
371
- {
372
- "kind": "function",
373
- "name": "renderOnChange",
374
- "parameters": [
375
- {
376
- "name": "target",
377
- "type": {
378
- "text": "FASTElement & { render(): void }"
379
- },
380
- "description": "The target to define the property change handler on."
381
- },
382
- {
383
- "name": "name",
384
- "type": {
385
- "text": "string"
386
- },
387
- "description": "The property name."
388
- }
389
- ],
390
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
391
- "privacy": "public"
392
- }
393
- ],
394
- "exports": [
395
- {
396
- "kind": "js",
397
- "name": "renderOnChange",
398
- "declaration": {
399
- "name": "renderOnChange",
400
- "module": "src/decorators/renderOnChange.ts"
401
- }
402
- }
403
- ]
404
- },
405
- {
406
- "kind": "javascript-module",
407
- "path": "src/design-system/design-system.ts",
408
- "declarations": [
409
- {
410
- "kind": "function",
411
- "name": "assureDesignSystem",
412
- "return": {
413
- "type": {
414
- "text": "DesignSystemModule"
415
- }
416
- },
417
- "parameters": [
418
- {
419
- "name": "module",
420
- "type": {
421
- "text": "DesignSystemModule"
422
- }
423
- }
424
- ],
425
- "description": "assureDesignSystem.",
426
- "privacy": "public"
427
- }
428
- ],
429
- "exports": [
430
- {
431
- "kind": "js",
432
- "name": "assureDesignSystem",
433
- "declaration": {
434
- "name": "assureDesignSystem",
435
- "module": "src/design-system/design-system.ts"
436
- }
437
- }
438
- ]
439
- },
440
- {
441
- "kind": "javascript-module",
442
- "path": "src/design-system/index.ts",
443
- "declarations": [],
444
- "exports": [
445
- {
446
- "kind": "js",
447
- "name": "*",
448
- "declaration": {
449
- "name": "*",
450
- "package": "./design-system"
451
- }
452
- }
453
- ]
454
- },
455
- {
456
- "kind": "javascript-module",
457
- "path": "src/directives/index.ts",
458
- "declarations": [],
459
- "exports": [
460
- {
461
- "kind": "js",
462
- "name": "*",
463
- "declaration": {
464
- "name": "*",
465
- "package": "./sync"
466
- }
467
- },
468
- {
469
- "kind": "js",
470
- "name": "*",
471
- "declaration": {
472
- "name": "*",
473
- "package": "./when-else"
474
- }
475
- }
476
- ]
477
- },
478
405
  {
479
406
  "kind": "javascript-module",
480
407
  "path": "src/env/index.ts",
@@ -698,6 +625,29 @@
698
625
  }
699
626
  ]
700
627
  },
628
+ {
629
+ "kind": "javascript-module",
630
+ "path": "src/directives/index.ts",
631
+ "declarations": [],
632
+ "exports": [
633
+ {
634
+ "kind": "js",
635
+ "name": "*",
636
+ "declaration": {
637
+ "name": "*",
638
+ "package": "./sync"
639
+ }
640
+ },
641
+ {
642
+ "kind": "js",
643
+ "name": "*",
644
+ "declaration": {
645
+ "name": "*",
646
+ "package": "./when-else"
647
+ }
648
+ }
649
+ ]
650
+ },
701
651
  {
702
652
  "kind": "javascript-module",
703
653
  "path": "src/error/errorMap.ts",
@@ -897,6 +847,56 @@
897
847
  }
898
848
  ]
899
849
  },
850
+ {
851
+ "kind": "javascript-module",
852
+ "path": "src/design-system/design-system.ts",
853
+ "declarations": [
854
+ {
855
+ "kind": "function",
856
+ "name": "assureDesignSystem",
857
+ "return": {
858
+ "type": {
859
+ "text": "DesignSystemModule"
860
+ }
861
+ },
862
+ "parameters": [
863
+ {
864
+ "name": "module",
865
+ "type": {
866
+ "text": "DesignSystemModule"
867
+ }
868
+ }
869
+ ],
870
+ "description": "assureDesignSystem.",
871
+ "privacy": "public"
872
+ }
873
+ ],
874
+ "exports": [
875
+ {
876
+ "kind": "js",
877
+ "name": "assureDesignSystem",
878
+ "declaration": {
879
+ "name": "assureDesignSystem",
880
+ "module": "src/design-system/design-system.ts"
881
+ }
882
+ }
883
+ ]
884
+ },
885
+ {
886
+ "kind": "javascript-module",
887
+ "path": "src/design-system/index.ts",
888
+ "declarations": [],
889
+ "exports": [
890
+ {
891
+ "kind": "js",
892
+ "name": "*",
893
+ "declaration": {
894
+ "name": "*",
895
+ "package": "./design-system"
896
+ }
897
+ }
898
+ ]
899
+ },
900
900
  {
901
901
  "kind": "javascript-module",
902
902
  "path": "src/formatters/datetime.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.158.2-alpha-9dfdf28.0",
4
+ "version": "14.159.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.158.2-alpha-9dfdf28.0",
23
- "@genesislcap/genx": "14.158.2-alpha-9dfdf28.0",
24
- "@genesislcap/rollup-builder": "14.158.2-alpha-9dfdf28.0",
25
- "@genesislcap/ts-builder": "14.158.2-alpha-9dfdf28.0",
26
- "@genesislcap/uvu-playwright-builder": "14.158.2-alpha-9dfdf28.0",
27
- "@genesislcap/vite-builder": "14.158.2-alpha-9dfdf28.0",
28
- "@genesislcap/webpack-builder": "14.158.2-alpha-9dfdf28.0",
22
+ "@genesislcap/foundation-testing": "14.159.0",
23
+ "@genesislcap/genx": "14.159.0",
24
+ "@genesislcap/rollup-builder": "14.159.0",
25
+ "@genesislcap/ts-builder": "14.159.0",
26
+ "@genesislcap/uvu-playwright-builder": "14.159.0",
27
+ "@genesislcap/vite-builder": "14.159.0",
28
+ "@genesislcap/webpack-builder": "14.159.0",
29
29
  "rimraf": "^3.0.2"
30
30
  },
31
31
  "dependencies": {
32
- "@genesislcap/foundation-logger": "14.158.2-alpha-9dfdf28.0",
32
+ "@genesislcap/foundation-logger": "14.159.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": "aed9487d5c829bbd361ee61d327782711bf16e3d"
50
+ "gitHead": "ca4f78e47565e5b813a263c4fe40f52c9be221ca"
51
51
  }