@genesislcap/foundation-utils 14.188.0-FUI-2012.1 → 14.188.0-FUI-2012-tabulator.1

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
@@ -159,59 +159,6 @@
159
159
  }
160
160
  ]
161
161
  },
162
- {
163
- "kind": "javascript-module",
164
- "path": "src/decorators/index.ts",
165
- "declarations": [],
166
- "exports": [
167
- {
168
- "kind": "js",
169
- "name": "*",
170
- "declaration": {
171
- "name": "*",
172
- "package": "./renderOnChange"
173
- }
174
- }
175
- ]
176
- },
177
- {
178
- "kind": "javascript-module",
179
- "path": "src/decorators/renderOnChange.ts",
180
- "declarations": [
181
- {
182
- "kind": "function",
183
- "name": "renderOnChange",
184
- "parameters": [
185
- {
186
- "name": "target",
187
- "type": {
188
- "text": "FASTElement & { render(): void }"
189
- },
190
- "description": "The target to define the property change handler on."
191
- },
192
- {
193
- "name": "name",
194
- "type": {
195
- "text": "string"
196
- },
197
- "description": "The property name."
198
- }
199
- ],
200
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
201
- "privacy": "public"
202
- }
203
- ],
204
- "exports": [
205
- {
206
- "kind": "js",
207
- "name": "renderOnChange",
208
- "declaration": {
209
- "name": "renderOnChange",
210
- "module": "src/decorators/renderOnChange.ts"
211
- }
212
- }
213
- ]
214
- },
215
162
  {
216
163
  "kind": "javascript-module",
217
164
  "path": "src/data/inMemoryDatabase.ts",
@@ -433,56 +380,6 @@
433
380
  }
434
381
  ]
435
382
  },
436
- {
437
- "kind": "javascript-module",
438
- "path": "src/design-system/design-system.ts",
439
- "declarations": [
440
- {
441
- "kind": "function",
442
- "name": "assureDesignSystem",
443
- "return": {
444
- "type": {
445
- "text": "DesignSystemModule"
446
- }
447
- },
448
- "parameters": [
449
- {
450
- "name": "module",
451
- "type": {
452
- "text": "DesignSystemModule"
453
- }
454
- }
455
- ],
456
- "description": "assureDesignSystem.",
457
- "privacy": "public"
458
- }
459
- ],
460
- "exports": [
461
- {
462
- "kind": "js",
463
- "name": "assureDesignSystem",
464
- "declaration": {
465
- "name": "assureDesignSystem",
466
- "module": "src/design-system/design-system.ts"
467
- }
468
- }
469
- ]
470
- },
471
- {
472
- "kind": "javascript-module",
473
- "path": "src/design-system/index.ts",
474
- "declarations": [],
475
- "exports": [
476
- {
477
- "kind": "js",
478
- "name": "*",
479
- "declaration": {
480
- "name": "*",
481
- "package": "./design-system"
482
- }
483
- }
484
- ]
485
- },
486
383
  {
487
384
  "kind": "javascript-module",
488
385
  "path": "src/env/index.ts",
@@ -721,6 +618,59 @@
721
618
  }
722
619
  ]
723
620
  },
621
+ {
622
+ "kind": "javascript-module",
623
+ "path": "src/decorators/index.ts",
624
+ "declarations": [],
625
+ "exports": [
626
+ {
627
+ "kind": "js",
628
+ "name": "*",
629
+ "declaration": {
630
+ "name": "*",
631
+ "package": "./renderOnChange"
632
+ }
633
+ }
634
+ ]
635
+ },
636
+ {
637
+ "kind": "javascript-module",
638
+ "path": "src/decorators/renderOnChange.ts",
639
+ "declarations": [
640
+ {
641
+ "kind": "function",
642
+ "name": "renderOnChange",
643
+ "parameters": [
644
+ {
645
+ "name": "target",
646
+ "type": {
647
+ "text": "FASTElement & { render(): void }"
648
+ },
649
+ "description": "The target to define the property change handler on."
650
+ },
651
+ {
652
+ "name": "name",
653
+ "type": {
654
+ "text": "string"
655
+ },
656
+ "description": "The property name."
657
+ }
658
+ ],
659
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
660
+ "privacy": "public"
661
+ }
662
+ ],
663
+ "exports": [
664
+ {
665
+ "kind": "js",
666
+ "name": "renderOnChange",
667
+ "declaration": {
668
+ "name": "renderOnChange",
669
+ "module": "src/decorators/renderOnChange.ts"
670
+ }
671
+ }
672
+ ]
673
+ },
724
674
  {
725
675
  "kind": "javascript-module",
726
676
  "path": "src/error/errorMap.ts",
@@ -920,6 +870,56 @@
920
870
  }
921
871
  ]
922
872
  },
873
+ {
874
+ "kind": "javascript-module",
875
+ "path": "src/design-system/design-system.ts",
876
+ "declarations": [
877
+ {
878
+ "kind": "function",
879
+ "name": "assureDesignSystem",
880
+ "return": {
881
+ "type": {
882
+ "text": "DesignSystemModule"
883
+ }
884
+ },
885
+ "parameters": [
886
+ {
887
+ "name": "module",
888
+ "type": {
889
+ "text": "DesignSystemModule"
890
+ }
891
+ }
892
+ ],
893
+ "description": "assureDesignSystem.",
894
+ "privacy": "public"
895
+ }
896
+ ],
897
+ "exports": [
898
+ {
899
+ "kind": "js",
900
+ "name": "assureDesignSystem",
901
+ "declaration": {
902
+ "name": "assureDesignSystem",
903
+ "module": "src/design-system/design-system.ts"
904
+ }
905
+ }
906
+ ]
907
+ },
908
+ {
909
+ "kind": "javascript-module",
910
+ "path": "src/design-system/index.ts",
911
+ "declarations": [],
912
+ "exports": [
913
+ {
914
+ "kind": "js",
915
+ "name": "*",
916
+ "declaration": {
917
+ "name": "*",
918
+ "package": "./design-system"
919
+ }
920
+ }
921
+ ]
922
+ },
923
923
  {
924
924
  "kind": "javascript-module",
925
925
  "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.188.0-FUI-2012.1",
4
+ "version": "14.188.0-FUI-2012-tabulator.1",
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.188.0-FUI-2012.1",
31
- "@genesislcap/genx": "14.188.0-FUI-2012.1",
32
- "@genesislcap/rollup-builder": "14.188.0-FUI-2012.1",
33
- "@genesislcap/ts-builder": "14.188.0-FUI-2012.1",
34
- "@genesislcap/uvu-playwright-builder": "14.188.0-FUI-2012.1",
35
- "@genesislcap/vite-builder": "14.188.0-FUI-2012.1",
36
- "@genesislcap/webpack-builder": "14.188.0-FUI-2012.1",
30
+ "@genesislcap/foundation-testing": "14.188.0-FUI-2012-tabulator.1",
31
+ "@genesislcap/genx": "14.188.0-FUI-2012-tabulator.1",
32
+ "@genesislcap/rollup-builder": "14.188.0-FUI-2012-tabulator.1",
33
+ "@genesislcap/ts-builder": "14.188.0-FUI-2012-tabulator.1",
34
+ "@genesislcap/uvu-playwright-builder": "14.188.0-FUI-2012-tabulator.1",
35
+ "@genesislcap/vite-builder": "14.188.0-FUI-2012-tabulator.1",
36
+ "@genesislcap/webpack-builder": "14.188.0-FUI-2012-tabulator.1",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.188.0-FUI-2012.1",
40
+ "@genesislcap/foundation-logger": "14.188.0-FUI-2012-tabulator.1",
41
41
  "@microsoft/fast-components": "^2.30.6",
42
42
  "@microsoft/fast-element": "^1.12.0",
43
43
  "@microsoft/fast-foundation": "^2.49.4",
@@ -54,5 +54,5 @@
54
54
  "access": "public"
55
55
  },
56
56
  "customElements": "dist/custom-elements.json",
57
- "gitHead": "c4d4a4d125fc1c38212911387907757832010c76"
57
+ "gitHead": "5824fecaf9af97a64b316ea900380945268e7fe3"
58
58
  }