@genesislcap/foundation-utils 14.434.0 → 14.436.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.
- package/dist/custom-elements.json +91 -91
- package/package.json +11 -11
|
@@ -250,59 +250,6 @@
|
|
|
250
250
|
}
|
|
251
251
|
]
|
|
252
252
|
},
|
|
253
|
-
{
|
|
254
|
-
"kind": "javascript-module",
|
|
255
|
-
"path": "src/decorators/index.ts",
|
|
256
|
-
"declarations": [],
|
|
257
|
-
"exports": [
|
|
258
|
-
{
|
|
259
|
-
"kind": "js",
|
|
260
|
-
"name": "*",
|
|
261
|
-
"declaration": {
|
|
262
|
-
"name": "*",
|
|
263
|
-
"package": "./renderOnChange"
|
|
264
|
-
}
|
|
265
|
-
}
|
|
266
|
-
]
|
|
267
|
-
},
|
|
268
|
-
{
|
|
269
|
-
"kind": "javascript-module",
|
|
270
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
271
|
-
"declarations": [
|
|
272
|
-
{
|
|
273
|
-
"kind": "function",
|
|
274
|
-
"name": "renderOnChange",
|
|
275
|
-
"parameters": [
|
|
276
|
-
{
|
|
277
|
-
"name": "target",
|
|
278
|
-
"type": {
|
|
279
|
-
"text": "FASTElement & { render(): void }"
|
|
280
|
-
},
|
|
281
|
-
"description": "The target to define the property change handler on."
|
|
282
|
-
},
|
|
283
|
-
{
|
|
284
|
-
"name": "name",
|
|
285
|
-
"type": {
|
|
286
|
-
"text": "string"
|
|
287
|
-
},
|
|
288
|
-
"description": "The property name."
|
|
289
|
-
}
|
|
290
|
-
],
|
|
291
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
292
|
-
"privacy": "public"
|
|
293
|
-
}
|
|
294
|
-
],
|
|
295
|
-
"exports": [
|
|
296
|
-
{
|
|
297
|
-
"kind": "js",
|
|
298
|
-
"name": "renderOnChange",
|
|
299
|
-
"declaration": {
|
|
300
|
-
"name": "renderOnChange",
|
|
301
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
302
|
-
}
|
|
303
|
-
}
|
|
304
|
-
]
|
|
305
|
-
},
|
|
306
253
|
{
|
|
307
254
|
"kind": "javascript-module",
|
|
308
255
|
"path": "src/data/inMemoryDatabase.ts",
|
|
@@ -501,44 +448,6 @@
|
|
|
501
448
|
}
|
|
502
449
|
]
|
|
503
450
|
},
|
|
504
|
-
{
|
|
505
|
-
"kind": "javascript-module",
|
|
506
|
-
"path": "src/directives/index.ts",
|
|
507
|
-
"declarations": [],
|
|
508
|
-
"exports": [
|
|
509
|
-
{
|
|
510
|
-
"kind": "js",
|
|
511
|
-
"name": "*",
|
|
512
|
-
"declaration": {
|
|
513
|
-
"name": "*",
|
|
514
|
-
"package": "./sync"
|
|
515
|
-
}
|
|
516
|
-
},
|
|
517
|
-
{
|
|
518
|
-
"kind": "js",
|
|
519
|
-
"name": "*",
|
|
520
|
-
"declaration": {
|
|
521
|
-
"name": "*",
|
|
522
|
-
"package": "./when-else"
|
|
523
|
-
}
|
|
524
|
-
}
|
|
525
|
-
]
|
|
526
|
-
},
|
|
527
|
-
{
|
|
528
|
-
"kind": "javascript-module",
|
|
529
|
-
"path": "src/encoding/index.ts",
|
|
530
|
-
"declarations": [],
|
|
531
|
-
"exports": [
|
|
532
|
-
{
|
|
533
|
-
"kind": "js",
|
|
534
|
-
"name": "*",
|
|
535
|
-
"declaration": {
|
|
536
|
-
"name": "*",
|
|
537
|
-
"package": "./base64"
|
|
538
|
-
}
|
|
539
|
-
}
|
|
540
|
-
]
|
|
541
|
-
},
|
|
542
451
|
{
|
|
543
452
|
"kind": "javascript-module",
|
|
544
453
|
"path": "src/design-system/design-system.ts",
|
|
@@ -741,6 +650,97 @@
|
|
|
741
650
|
}
|
|
742
651
|
]
|
|
743
652
|
},
|
|
653
|
+
{
|
|
654
|
+
"kind": "javascript-module",
|
|
655
|
+
"path": "src/directives/index.ts",
|
|
656
|
+
"declarations": [],
|
|
657
|
+
"exports": [
|
|
658
|
+
{
|
|
659
|
+
"kind": "js",
|
|
660
|
+
"name": "*",
|
|
661
|
+
"declaration": {
|
|
662
|
+
"name": "*",
|
|
663
|
+
"package": "./sync"
|
|
664
|
+
}
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"kind": "js",
|
|
668
|
+
"name": "*",
|
|
669
|
+
"declaration": {
|
|
670
|
+
"name": "*",
|
|
671
|
+
"package": "./when-else"
|
|
672
|
+
}
|
|
673
|
+
}
|
|
674
|
+
]
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"kind": "javascript-module",
|
|
678
|
+
"path": "src/encoding/index.ts",
|
|
679
|
+
"declarations": [],
|
|
680
|
+
"exports": [
|
|
681
|
+
{
|
|
682
|
+
"kind": "js",
|
|
683
|
+
"name": "*",
|
|
684
|
+
"declaration": {
|
|
685
|
+
"name": "*",
|
|
686
|
+
"package": "./base64"
|
|
687
|
+
}
|
|
688
|
+
}
|
|
689
|
+
]
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
"kind": "javascript-module",
|
|
693
|
+
"path": "src/decorators/index.ts",
|
|
694
|
+
"declarations": [],
|
|
695
|
+
"exports": [
|
|
696
|
+
{
|
|
697
|
+
"kind": "js",
|
|
698
|
+
"name": "*",
|
|
699
|
+
"declaration": {
|
|
700
|
+
"name": "*",
|
|
701
|
+
"package": "./renderOnChange"
|
|
702
|
+
}
|
|
703
|
+
}
|
|
704
|
+
]
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"kind": "javascript-module",
|
|
708
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
709
|
+
"declarations": [
|
|
710
|
+
{
|
|
711
|
+
"kind": "function",
|
|
712
|
+
"name": "renderOnChange",
|
|
713
|
+
"parameters": [
|
|
714
|
+
{
|
|
715
|
+
"name": "target",
|
|
716
|
+
"type": {
|
|
717
|
+
"text": "FASTElement & { render(): void }"
|
|
718
|
+
},
|
|
719
|
+
"description": "The target to define the property change handler on."
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
"name": "name",
|
|
723
|
+
"type": {
|
|
724
|
+
"text": "string"
|
|
725
|
+
},
|
|
726
|
+
"description": "The property name."
|
|
727
|
+
}
|
|
728
|
+
],
|
|
729
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
730
|
+
"privacy": "public"
|
|
731
|
+
}
|
|
732
|
+
],
|
|
733
|
+
"exports": [
|
|
734
|
+
{
|
|
735
|
+
"kind": "js",
|
|
736
|
+
"name": "renderOnChange",
|
|
737
|
+
"declaration": {
|
|
738
|
+
"name": "renderOnChange",
|
|
739
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
740
|
+
}
|
|
741
|
+
}
|
|
742
|
+
]
|
|
743
|
+
},
|
|
744
744
|
{
|
|
745
745
|
"kind": "javascript-module",
|
|
746
746
|
"path": "src/env/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.
|
|
4
|
+
"version": "14.436.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -29,18 +29,18 @@
|
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@genesislcap/foundation-testing": "14.
|
|
33
|
-
"@genesislcap/genx": "14.
|
|
34
|
-
"@genesislcap/rollup-builder": "14.
|
|
35
|
-
"@genesislcap/ts-builder": "14.
|
|
36
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
37
|
-
"@genesislcap/vite-builder": "14.
|
|
38
|
-
"@genesislcap/webpack-builder": "14.
|
|
32
|
+
"@genesislcap/foundation-testing": "14.436.0",
|
|
33
|
+
"@genesislcap/genx": "14.436.0",
|
|
34
|
+
"@genesislcap/rollup-builder": "14.436.0",
|
|
35
|
+
"@genesislcap/ts-builder": "14.436.0",
|
|
36
|
+
"@genesislcap/uvu-playwright-builder": "14.436.0",
|
|
37
|
+
"@genesislcap/vite-builder": "14.436.0",
|
|
38
|
+
"@genesislcap/webpack-builder": "14.436.0",
|
|
39
39
|
"@types/json-schema": "^7.0.11"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@genesislcap/expression-builder": "14.
|
|
43
|
-
"@genesislcap/foundation-logger": "14.
|
|
42
|
+
"@genesislcap/expression-builder": "14.436.0",
|
|
43
|
+
"@genesislcap/foundation-logger": "14.436.0",
|
|
44
44
|
"@microsoft/fast-components": "2.30.6",
|
|
45
45
|
"@microsoft/fast-element": "1.14.0",
|
|
46
46
|
"@microsoft/fast-foundation": "2.50.0",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"access": "public"
|
|
59
59
|
},
|
|
60
60
|
"customElements": "dist/custom-elements.json",
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "87ef9b53cc5f3030651cbc3126bd26f07ffd6819"
|
|
62
62
|
}
|