@genesislcap/foundation-utils 14.233.0 → 14.233.2-alpha-eddf1a1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/custom-elements.json +141 -141
- package/package.json +10 -10
@@ -169,6 +169,44 @@
|
|
169
169
|
}
|
170
170
|
]
|
171
171
|
},
|
172
|
+
{
|
173
|
+
"kind": "javascript-module",
|
174
|
+
"path": "src/directives/index.ts",
|
175
|
+
"declarations": [],
|
176
|
+
"exports": [
|
177
|
+
{
|
178
|
+
"kind": "js",
|
179
|
+
"name": "*",
|
180
|
+
"declaration": {
|
181
|
+
"name": "*",
|
182
|
+
"package": "./sync"
|
183
|
+
}
|
184
|
+
},
|
185
|
+
{
|
186
|
+
"kind": "js",
|
187
|
+
"name": "*",
|
188
|
+
"declaration": {
|
189
|
+
"name": "*",
|
190
|
+
"package": "./when-else"
|
191
|
+
}
|
192
|
+
}
|
193
|
+
]
|
194
|
+
},
|
195
|
+
{
|
196
|
+
"kind": "javascript-module",
|
197
|
+
"path": "src/encoding/index.ts",
|
198
|
+
"declarations": [],
|
199
|
+
"exports": [
|
200
|
+
{
|
201
|
+
"kind": "js",
|
202
|
+
"name": "*",
|
203
|
+
"declaration": {
|
204
|
+
"name": "*",
|
205
|
+
"package": "./base64"
|
206
|
+
}
|
207
|
+
}
|
208
|
+
]
|
209
|
+
},
|
172
210
|
{
|
173
211
|
"kind": "javascript-module",
|
174
212
|
"path": "src/data/inMemoryDatabase.ts",
|
@@ -367,147 +405,6 @@
|
|
367
405
|
}
|
368
406
|
]
|
369
407
|
},
|
370
|
-
{
|
371
|
-
"kind": "javascript-module",
|
372
|
-
"path": "src/decorators/index.ts",
|
373
|
-
"declarations": [],
|
374
|
-
"exports": [
|
375
|
-
{
|
376
|
-
"kind": "js",
|
377
|
-
"name": "*",
|
378
|
-
"declaration": {
|
379
|
-
"name": "*",
|
380
|
-
"package": "./renderOnChange"
|
381
|
-
}
|
382
|
-
}
|
383
|
-
]
|
384
|
-
},
|
385
|
-
{
|
386
|
-
"kind": "javascript-module",
|
387
|
-
"path": "src/decorators/renderOnChange.ts",
|
388
|
-
"declarations": [
|
389
|
-
{
|
390
|
-
"kind": "function",
|
391
|
-
"name": "renderOnChange",
|
392
|
-
"parameters": [
|
393
|
-
{
|
394
|
-
"name": "target",
|
395
|
-
"type": {
|
396
|
-
"text": "FASTElement & { render(): void }"
|
397
|
-
},
|
398
|
-
"description": "The target to define the property change handler on."
|
399
|
-
},
|
400
|
-
{
|
401
|
-
"name": "name",
|
402
|
-
"type": {
|
403
|
-
"text": "string"
|
404
|
-
},
|
405
|
-
"description": "The property name."
|
406
|
-
}
|
407
|
-
],
|
408
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
409
|
-
"privacy": "public"
|
410
|
-
}
|
411
|
-
],
|
412
|
-
"exports": [
|
413
|
-
{
|
414
|
-
"kind": "js",
|
415
|
-
"name": "renderOnChange",
|
416
|
-
"declaration": {
|
417
|
-
"name": "renderOnChange",
|
418
|
-
"module": "src/decorators/renderOnChange.ts"
|
419
|
-
}
|
420
|
-
}
|
421
|
-
]
|
422
|
-
},
|
423
|
-
{
|
424
|
-
"kind": "javascript-module",
|
425
|
-
"path": "src/design-system/design-system.ts",
|
426
|
-
"declarations": [
|
427
|
-
{
|
428
|
-
"kind": "function",
|
429
|
-
"name": "assureDesignSystem",
|
430
|
-
"return": {
|
431
|
-
"type": {
|
432
|
-
"text": "DesignSystemModule"
|
433
|
-
}
|
434
|
-
},
|
435
|
-
"parameters": [
|
436
|
-
{
|
437
|
-
"name": "module",
|
438
|
-
"type": {
|
439
|
-
"text": "DesignSystemModule"
|
440
|
-
}
|
441
|
-
}
|
442
|
-
],
|
443
|
-
"description": "assureDesignSystem.",
|
444
|
-
"privacy": "public"
|
445
|
-
}
|
446
|
-
],
|
447
|
-
"exports": [
|
448
|
-
{
|
449
|
-
"kind": "js",
|
450
|
-
"name": "assureDesignSystem",
|
451
|
-
"declaration": {
|
452
|
-
"name": "assureDesignSystem",
|
453
|
-
"module": "src/design-system/design-system.ts"
|
454
|
-
}
|
455
|
-
}
|
456
|
-
]
|
457
|
-
},
|
458
|
-
{
|
459
|
-
"kind": "javascript-module",
|
460
|
-
"path": "src/design-system/index.ts",
|
461
|
-
"declarations": [],
|
462
|
-
"exports": [
|
463
|
-
{
|
464
|
-
"kind": "js",
|
465
|
-
"name": "*",
|
466
|
-
"declaration": {
|
467
|
-
"name": "*",
|
468
|
-
"package": "./design-system"
|
469
|
-
}
|
470
|
-
}
|
471
|
-
]
|
472
|
-
},
|
473
|
-
{
|
474
|
-
"kind": "javascript-module",
|
475
|
-
"path": "src/directives/index.ts",
|
476
|
-
"declarations": [],
|
477
|
-
"exports": [
|
478
|
-
{
|
479
|
-
"kind": "js",
|
480
|
-
"name": "*",
|
481
|
-
"declaration": {
|
482
|
-
"name": "*",
|
483
|
-
"package": "./sync"
|
484
|
-
}
|
485
|
-
},
|
486
|
-
{
|
487
|
-
"kind": "js",
|
488
|
-
"name": "*",
|
489
|
-
"declaration": {
|
490
|
-
"name": "*",
|
491
|
-
"package": "./when-else"
|
492
|
-
}
|
493
|
-
}
|
494
|
-
]
|
495
|
-
},
|
496
|
-
{
|
497
|
-
"kind": "javascript-module",
|
498
|
-
"path": "src/encoding/index.ts",
|
499
|
-
"declarations": [],
|
500
|
-
"exports": [
|
501
|
-
{
|
502
|
-
"kind": "js",
|
503
|
-
"name": "*",
|
504
|
-
"declaration": {
|
505
|
-
"name": "*",
|
506
|
-
"package": "./base64"
|
507
|
-
}
|
508
|
-
}
|
509
|
-
]
|
510
|
-
},
|
511
408
|
{
|
512
409
|
"kind": "javascript-module",
|
513
410
|
"path": "src/env/index.ts",
|
@@ -796,6 +693,109 @@
|
|
796
693
|
}
|
797
694
|
]
|
798
695
|
},
|
696
|
+
{
|
697
|
+
"kind": "javascript-module",
|
698
|
+
"path": "src/decorators/index.ts",
|
699
|
+
"declarations": [],
|
700
|
+
"exports": [
|
701
|
+
{
|
702
|
+
"kind": "js",
|
703
|
+
"name": "*",
|
704
|
+
"declaration": {
|
705
|
+
"name": "*",
|
706
|
+
"package": "./renderOnChange"
|
707
|
+
}
|
708
|
+
}
|
709
|
+
]
|
710
|
+
},
|
711
|
+
{
|
712
|
+
"kind": "javascript-module",
|
713
|
+
"path": "src/decorators/renderOnChange.ts",
|
714
|
+
"declarations": [
|
715
|
+
{
|
716
|
+
"kind": "function",
|
717
|
+
"name": "renderOnChange",
|
718
|
+
"parameters": [
|
719
|
+
{
|
720
|
+
"name": "target",
|
721
|
+
"type": {
|
722
|
+
"text": "FASTElement & { render(): void }"
|
723
|
+
},
|
724
|
+
"description": "The target to define the property change handler on."
|
725
|
+
},
|
726
|
+
{
|
727
|
+
"name": "name",
|
728
|
+
"type": {
|
729
|
+
"text": "string"
|
730
|
+
},
|
731
|
+
"description": "The property name."
|
732
|
+
}
|
733
|
+
],
|
734
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
735
|
+
"privacy": "public"
|
736
|
+
}
|
737
|
+
],
|
738
|
+
"exports": [
|
739
|
+
{
|
740
|
+
"kind": "js",
|
741
|
+
"name": "renderOnChange",
|
742
|
+
"declaration": {
|
743
|
+
"name": "renderOnChange",
|
744
|
+
"module": "src/decorators/renderOnChange.ts"
|
745
|
+
}
|
746
|
+
}
|
747
|
+
]
|
748
|
+
},
|
749
|
+
{
|
750
|
+
"kind": "javascript-module",
|
751
|
+
"path": "src/design-system/design-system.ts",
|
752
|
+
"declarations": [
|
753
|
+
{
|
754
|
+
"kind": "function",
|
755
|
+
"name": "assureDesignSystem",
|
756
|
+
"return": {
|
757
|
+
"type": {
|
758
|
+
"text": "DesignSystemModule"
|
759
|
+
}
|
760
|
+
},
|
761
|
+
"parameters": [
|
762
|
+
{
|
763
|
+
"name": "module",
|
764
|
+
"type": {
|
765
|
+
"text": "DesignSystemModule"
|
766
|
+
}
|
767
|
+
}
|
768
|
+
],
|
769
|
+
"description": "assureDesignSystem.",
|
770
|
+
"privacy": "public"
|
771
|
+
}
|
772
|
+
],
|
773
|
+
"exports": [
|
774
|
+
{
|
775
|
+
"kind": "js",
|
776
|
+
"name": "assureDesignSystem",
|
777
|
+
"declaration": {
|
778
|
+
"name": "assureDesignSystem",
|
779
|
+
"module": "src/design-system/design-system.ts"
|
780
|
+
}
|
781
|
+
}
|
782
|
+
]
|
783
|
+
},
|
784
|
+
{
|
785
|
+
"kind": "javascript-module",
|
786
|
+
"path": "src/design-system/index.ts",
|
787
|
+
"declarations": [],
|
788
|
+
"exports": [
|
789
|
+
{
|
790
|
+
"kind": "js",
|
791
|
+
"name": "*",
|
792
|
+
"declaration": {
|
793
|
+
"name": "*",
|
794
|
+
"package": "./design-system"
|
795
|
+
}
|
796
|
+
}
|
797
|
+
]
|
798
|
+
},
|
799
799
|
{
|
800
800
|
"kind": "javascript-module",
|
801
801
|
"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.233.0",
|
4
|
+
"version": "14.233.2-alpha-eddf1a1.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.233.0",
|
31
|
-
"@genesislcap/genx": "14.233.0",
|
32
|
-
"@genesislcap/rollup-builder": "14.233.0",
|
33
|
-
"@genesislcap/ts-builder": "14.233.0",
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.233.0",
|
35
|
-
"@genesislcap/vite-builder": "14.233.0",
|
36
|
-
"@genesislcap/webpack-builder": "14.233.0",
|
30
|
+
"@genesislcap/foundation-testing": "14.233.2-alpha-eddf1a1.0",
|
31
|
+
"@genesislcap/genx": "14.233.2-alpha-eddf1a1.0",
|
32
|
+
"@genesislcap/rollup-builder": "14.233.2-alpha-eddf1a1.0",
|
33
|
+
"@genesislcap/ts-builder": "14.233.2-alpha-eddf1a1.0",
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.233.2-alpha-eddf1a1.0",
|
35
|
+
"@genesislcap/vite-builder": "14.233.2-alpha-eddf1a1.0",
|
36
|
+
"@genesislcap/webpack-builder": "14.233.2-alpha-eddf1a1.0",
|
37
37
|
"rimraf": "^5.0.0"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@genesislcap/foundation-logger": "14.233.0",
|
40
|
+
"@genesislcap/foundation-logger": "14.233.2-alpha-eddf1a1.0",
|
41
41
|
"@microsoft/fast-components": "2.30.6",
|
42
42
|
"@microsoft/fast-element": "1.14.0",
|
43
43
|
"@microsoft/fast-foundation": "2.49.6",
|
@@ -55,5 +55,5 @@
|
|
55
55
|
"access": "public"
|
56
56
|
},
|
57
57
|
"customElements": "dist/custom-elements.json",
|
58
|
-
"gitHead": "
|
58
|
+
"gitHead": "2164f177418232818933668d0637e6d4ceae99ad"
|
59
59
|
}
|