@genesislcap/foundation-utils 14.470.0 → 14.471.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.
@@ -209,47 +209,6 @@
209
209
  }
210
210
  ]
211
211
  },
212
- {
213
- "kind": "javascript-module",
214
- "path": "src/converters/index.ts",
215
- "declarations": [],
216
- "exports": [
217
- {
218
- "kind": "js",
219
- "name": "*",
220
- "declaration": {
221
- "name": "*",
222
- "package": "./string-array-converter"
223
- }
224
- }
225
- ]
226
- },
227
- {
228
- "kind": "javascript-module",
229
- "path": "src/converters/string-array-converter.ts",
230
- "declarations": [
231
- {
232
- "kind": "variable",
233
- "name": "stringArrayConverter",
234
- "type": {
235
- "text": "ValueConverter"
236
- },
237
- "default": "{\n fromView(v: string): string | string[] | undefined {\n if (!v?.trim()) return undefined;\n return v.includes(',') ? v.split(',').map((s) => s.trim()) : v.trim();\n },\n toView(v: string | string[] | undefined): string {\n if (typeof v === 'string') return v;\n if (Array.isArray(v)) return v.join(',');\n return '';\n },\n}",
238
- "description": "A @microsoft/fast-element#ValueConverter that converts between comma-separated string attributes\nand `string | string[]` properties.",
239
- "privacy": "public"
240
- }
241
- ],
242
- "exports": [
243
- {
244
- "kind": "js",
245
- "name": "stringArrayConverter",
246
- "declaration": {
247
- "name": "stringArrayConverter",
248
- "module": "src/converters/string-array-converter.ts"
249
- }
250
- }
251
- ]
252
- },
253
212
  {
254
213
  "kind": "javascript-module",
255
214
  "path": "src/data/inMemoryDatabase.ts",
@@ -650,6 +609,47 @@
650
609
  }
651
610
  ]
652
611
  },
612
+ {
613
+ "kind": "javascript-module",
614
+ "path": "src/converters/index.ts",
615
+ "declarations": [],
616
+ "exports": [
617
+ {
618
+ "kind": "js",
619
+ "name": "*",
620
+ "declaration": {
621
+ "name": "*",
622
+ "package": "./string-array-converter"
623
+ }
624
+ }
625
+ ]
626
+ },
627
+ {
628
+ "kind": "javascript-module",
629
+ "path": "src/converters/string-array-converter.ts",
630
+ "declarations": [
631
+ {
632
+ "kind": "variable",
633
+ "name": "stringArrayConverter",
634
+ "type": {
635
+ "text": "ValueConverter"
636
+ },
637
+ "default": "{\n fromView(v: string): string | string[] | undefined {\n if (!v?.trim()) return undefined;\n return v.includes(',') ? v.split(',').map((s) => s.trim()) : v.trim();\n },\n toView(v: string | string[] | undefined): string {\n if (typeof v === 'string') return v;\n if (Array.isArray(v)) return v.join(',');\n return '';\n },\n}",
638
+ "description": "A @microsoft/fast-element#ValueConverter that converts between comma-separated string attributes\nand `string | string[]` properties.",
639
+ "privacy": "public"
640
+ }
641
+ ],
642
+ "exports": [
643
+ {
644
+ "kind": "js",
645
+ "name": "stringArrayConverter",
646
+ "declaration": {
647
+ "name": "stringArrayConverter",
648
+ "module": "src/converters/string-array-converter.ts"
649
+ }
650
+ }
651
+ ]
652
+ },
653
653
  {
654
654
  "kind": "javascript-module",
655
655
  "path": "src/directives/index.ts",
@@ -673,6 +673,21 @@
673
673
  }
674
674
  ]
675
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
+ },
676
691
  {
677
692
  "kind": "javascript-module",
678
693
  "path": "src/decorators/index.ts",
@@ -726,21 +741,6 @@
726
741
  }
727
742
  ]
728
743
  },
729
- {
730
- "kind": "javascript-module",
731
- "path": "src/encoding/index.ts",
732
- "declarations": [],
733
- "exports": [
734
- {
735
- "kind": "js",
736
- "name": "*",
737
- "declaration": {
738
- "name": "*",
739
- "package": "./base64"
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.470.0",
4
+ "version": "14.471.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.470.0",
33
- "@genesislcap/genx": "14.470.0",
34
- "@genesislcap/rollup-builder": "14.470.0",
35
- "@genesislcap/ts-builder": "14.470.0",
36
- "@genesislcap/uvu-playwright-builder": "14.470.0",
37
- "@genesislcap/vite-builder": "14.470.0",
38
- "@genesislcap/webpack-builder": "14.470.0",
32
+ "@genesislcap/foundation-testing": "14.471.0",
33
+ "@genesislcap/genx": "14.471.0",
34
+ "@genesislcap/rollup-builder": "14.471.0",
35
+ "@genesislcap/ts-builder": "14.471.0",
36
+ "@genesislcap/uvu-playwright-builder": "14.471.0",
37
+ "@genesislcap/vite-builder": "14.471.0",
38
+ "@genesislcap/webpack-builder": "14.471.0",
39
39
  "@types/json-schema": "^7.0.11"
40
40
  },
41
41
  "dependencies": {
42
- "@genesislcap/expression-builder": "14.470.0",
43
- "@genesislcap/foundation-logger": "14.470.0",
42
+ "@genesislcap/expression-builder": "14.471.0",
43
+ "@genesislcap/foundation-logger": "14.471.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": "c222968b05dd3bb5db608222696b1f59a1c65913"
61
+ "gitHead": "610c348b892f15a2c15140528863aee389801a78"
62
62
  }