@genesislcap/foundation-utils 14.71.1-auth-mf.10 → 14.71.1-auth-mf.12

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.
@@ -143,6 +143,59 @@
143
143
  }
144
144
  ]
145
145
  },
146
+ {
147
+ "kind": "javascript-module",
148
+ "path": "src/decorators/index.ts",
149
+ "declarations": [],
150
+ "exports": [
151
+ {
152
+ "kind": "js",
153
+ "name": "*",
154
+ "declaration": {
155
+ "name": "*",
156
+ "package": "./renderOnChange"
157
+ }
158
+ }
159
+ ]
160
+ },
161
+ {
162
+ "kind": "javascript-module",
163
+ "path": "src/decorators/renderOnChange.ts",
164
+ "declarations": [
165
+ {
166
+ "kind": "function",
167
+ "name": "renderOnChange",
168
+ "parameters": [
169
+ {
170
+ "name": "target",
171
+ "type": {
172
+ "text": "FASTElement & { render(): void }"
173
+ },
174
+ "description": "The target to define the property change handler on."
175
+ },
176
+ {
177
+ "name": "name",
178
+ "type": {
179
+ "text": "string"
180
+ },
181
+ "description": "The property name."
182
+ }
183
+ ],
184
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
185
+ "privacy": "public"
186
+ }
187
+ ],
188
+ "exports": [
189
+ {
190
+ "kind": "js",
191
+ "name": "renderOnChange",
192
+ "declaration": {
193
+ "name": "renderOnChange",
194
+ "module": "src/decorators/renderOnChange.ts"
195
+ }
196
+ }
197
+ ]
198
+ },
146
199
  {
147
200
  "kind": "javascript-module",
148
201
  "path": "src/data/inMemoryDatabase.ts",
@@ -364,55 +417,6 @@
364
417
  }
365
418
  ]
366
419
  },
367
- {
368
- "kind": "javascript-module",
369
- "path": "src/design-system/design-system.ts",
370
- "declarations": [
371
- {
372
- "kind": "function",
373
- "name": "assureDesignSystem",
374
- "return": {
375
- "type": {
376
- "text": "DesignSystemModule"
377
- }
378
- },
379
- "parameters": [
380
- {
381
- "name": "module",
382
- "type": {
383
- "text": "DesignSystemModule"
384
- }
385
- }
386
- ],
387
- "privacy": "public"
388
- }
389
- ],
390
- "exports": [
391
- {
392
- "kind": "js",
393
- "name": "assureDesignSystem",
394
- "declaration": {
395
- "name": "assureDesignSystem",
396
- "module": "src/design-system/design-system.ts"
397
- }
398
- }
399
- ]
400
- },
401
- {
402
- "kind": "javascript-module",
403
- "path": "src/design-system/index.ts",
404
- "declarations": [],
405
- "exports": [
406
- {
407
- "kind": "js",
408
- "name": "*",
409
- "declaration": {
410
- "name": "*",
411
- "package": "./design-system"
412
- }
413
- }
414
- ]
415
- },
416
420
  {
417
421
  "kind": "javascript-module",
418
422
  "path": "src/env/index.ts",
@@ -636,6 +640,55 @@
636
640
  }
637
641
  ]
638
642
  },
643
+ {
644
+ "kind": "javascript-module",
645
+ "path": "src/design-system/design-system.ts",
646
+ "declarations": [
647
+ {
648
+ "kind": "function",
649
+ "name": "assureDesignSystem",
650
+ "return": {
651
+ "type": {
652
+ "text": "DesignSystemModule"
653
+ }
654
+ },
655
+ "parameters": [
656
+ {
657
+ "name": "module",
658
+ "type": {
659
+ "text": "DesignSystemModule"
660
+ }
661
+ }
662
+ ],
663
+ "privacy": "public"
664
+ }
665
+ ],
666
+ "exports": [
667
+ {
668
+ "kind": "js",
669
+ "name": "assureDesignSystem",
670
+ "declaration": {
671
+ "name": "assureDesignSystem",
672
+ "module": "src/design-system/design-system.ts"
673
+ }
674
+ }
675
+ ]
676
+ },
677
+ {
678
+ "kind": "javascript-module",
679
+ "path": "src/design-system/index.ts",
680
+ "declarations": [],
681
+ "exports": [
682
+ {
683
+ "kind": "js",
684
+ "name": "*",
685
+ "declaration": {
686
+ "name": "*",
687
+ "package": "./design-system"
688
+ }
689
+ }
690
+ ]
691
+ },
639
692
  {
640
693
  "kind": "javascript-module",
641
694
  "path": "src/error/errorMap.ts",
@@ -830,59 +883,6 @@
830
883
  }
831
884
  ]
832
885
  },
833
- {
834
- "kind": "javascript-module",
835
- "path": "src/decorators/index.ts",
836
- "declarations": [],
837
- "exports": [
838
- {
839
- "kind": "js",
840
- "name": "*",
841
- "declaration": {
842
- "name": "*",
843
- "package": "./renderOnChange"
844
- }
845
- }
846
- ]
847
- },
848
- {
849
- "kind": "javascript-module",
850
- "path": "src/decorators/renderOnChange.ts",
851
- "declarations": [
852
- {
853
- "kind": "function",
854
- "name": "renderOnChange",
855
- "parameters": [
856
- {
857
- "name": "target",
858
- "type": {
859
- "text": "FASTElement & { render(): void }"
860
- },
861
- "description": "The target to define the property change handler on."
862
- },
863
- {
864
- "name": "name",
865
- "type": {
866
- "text": "string"
867
- },
868
- "description": "The property name."
869
- }
870
- ],
871
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
872
- "privacy": "public"
873
- }
874
- ],
875
- "exports": [
876
- {
877
- "kind": "js",
878
- "name": "renderOnChange",
879
- "declaration": {
880
- "name": "renderOnChange",
881
- "module": "src/decorators/renderOnChange.ts"
882
- }
883
- }
884
- ]
885
- },
886
886
  {
887
887
  "kind": "javascript-module",
888
888
  "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.71.1-auth-mf.10",
4
+ "version": "14.71.1-auth-mf.12",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -41,5 +41,5 @@
41
41
  "access": "public"
42
42
  },
43
43
  "customElements": "dist/custom-elements.json",
44
- "gitHead": "001bfebef2330dfe0d96c1ff142bf15d9912a7d4"
44
+ "gitHead": "d5bb6248956698078345e164d7022336aebd7e28"
45
45
  }