@genesislcap/foundation-utils 14.437.4 → 14.437.5-canary.gs-datepicker
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 +64 -64
- package/package.json +11 -11
|
@@ -209,70 +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
|
-
{
|
|
254
|
-
"kind": "javascript-module",
|
|
255
|
-
"path": "src/directives/index.ts",
|
|
256
|
-
"declarations": [],
|
|
257
|
-
"exports": [
|
|
258
|
-
{
|
|
259
|
-
"kind": "js",
|
|
260
|
-
"name": "*",
|
|
261
|
-
"declaration": {
|
|
262
|
-
"name": "*",
|
|
263
|
-
"package": "./sync"
|
|
264
|
-
}
|
|
265
|
-
},
|
|
266
|
-
{
|
|
267
|
-
"kind": "js",
|
|
268
|
-
"name": "*",
|
|
269
|
-
"declaration": {
|
|
270
|
-
"name": "*",
|
|
271
|
-
"package": "./when-else"
|
|
272
|
-
}
|
|
273
|
-
}
|
|
274
|
-
]
|
|
275
|
-
},
|
|
276
212
|
{
|
|
277
213
|
"kind": "javascript-module",
|
|
278
214
|
"path": "src/design-system/design-system.ts",
|
|
@@ -475,6 +411,29 @@
|
|
|
475
411
|
}
|
|
476
412
|
]
|
|
477
413
|
},
|
|
414
|
+
{
|
|
415
|
+
"kind": "javascript-module",
|
|
416
|
+
"path": "src/directives/index.ts",
|
|
417
|
+
"declarations": [],
|
|
418
|
+
"exports": [
|
|
419
|
+
{
|
|
420
|
+
"kind": "js",
|
|
421
|
+
"name": "*",
|
|
422
|
+
"declaration": {
|
|
423
|
+
"name": "*",
|
|
424
|
+
"package": "./sync"
|
|
425
|
+
}
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"kind": "js",
|
|
429
|
+
"name": "*",
|
|
430
|
+
"declaration": {
|
|
431
|
+
"name": "*",
|
|
432
|
+
"package": "./when-else"
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
]
|
|
436
|
+
},
|
|
478
437
|
{
|
|
479
438
|
"kind": "javascript-module",
|
|
480
439
|
"path": "src/encoding/index.ts",
|
|
@@ -965,6 +924,47 @@
|
|
|
965
924
|
}
|
|
966
925
|
]
|
|
967
926
|
},
|
|
927
|
+
{
|
|
928
|
+
"kind": "javascript-module",
|
|
929
|
+
"path": "src/converters/index.ts",
|
|
930
|
+
"declarations": [],
|
|
931
|
+
"exports": [
|
|
932
|
+
{
|
|
933
|
+
"kind": "js",
|
|
934
|
+
"name": "*",
|
|
935
|
+
"declaration": {
|
|
936
|
+
"name": "*",
|
|
937
|
+
"package": "./string-array-converter"
|
|
938
|
+
}
|
|
939
|
+
}
|
|
940
|
+
]
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"kind": "javascript-module",
|
|
944
|
+
"path": "src/converters/string-array-converter.ts",
|
|
945
|
+
"declarations": [
|
|
946
|
+
{
|
|
947
|
+
"kind": "variable",
|
|
948
|
+
"name": "stringArrayConverter",
|
|
949
|
+
"type": {
|
|
950
|
+
"text": "ValueConverter"
|
|
951
|
+
},
|
|
952
|
+
"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}",
|
|
953
|
+
"description": "A @microsoft/fast-element#ValueConverter that converts between comma-separated string attributes\nand `string | string[]` properties.",
|
|
954
|
+
"privacy": "public"
|
|
955
|
+
}
|
|
956
|
+
],
|
|
957
|
+
"exports": [
|
|
958
|
+
{
|
|
959
|
+
"kind": "js",
|
|
960
|
+
"name": "stringArrayConverter",
|
|
961
|
+
"declaration": {
|
|
962
|
+
"name": "stringArrayConverter",
|
|
963
|
+
"module": "src/converters/string-array-converter.ts"
|
|
964
|
+
}
|
|
965
|
+
}
|
|
966
|
+
]
|
|
967
|
+
},
|
|
968
968
|
{
|
|
969
969
|
"kind": "javascript-module",
|
|
970
970
|
"path": "src/data/inMemoryDatabase.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.437.
|
|
4
|
+
"version": "14.437.5-canary.gs-datepicker",
|
|
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.437.
|
|
33
|
-
"@genesislcap/genx": "14.437.
|
|
34
|
-
"@genesislcap/rollup-builder": "14.437.
|
|
35
|
-
"@genesislcap/ts-builder": "14.437.
|
|
36
|
-
"@genesislcap/uvu-playwright-builder": "14.437.
|
|
37
|
-
"@genesislcap/vite-builder": "14.437.
|
|
38
|
-
"@genesislcap/webpack-builder": "14.437.
|
|
32
|
+
"@genesislcap/foundation-testing": "14.437.5-canary.gs-datepicker",
|
|
33
|
+
"@genesislcap/genx": "14.437.5-canary.gs-datepicker",
|
|
34
|
+
"@genesislcap/rollup-builder": "14.437.5-canary.gs-datepicker",
|
|
35
|
+
"@genesislcap/ts-builder": "14.437.5-canary.gs-datepicker",
|
|
36
|
+
"@genesislcap/uvu-playwright-builder": "14.437.5-canary.gs-datepicker",
|
|
37
|
+
"@genesislcap/vite-builder": "14.437.5-canary.gs-datepicker",
|
|
38
|
+
"@genesislcap/webpack-builder": "14.437.5-canary.gs-datepicker",
|
|
39
39
|
"@types/json-schema": "^7.0.11"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@genesislcap/expression-builder": "14.437.
|
|
43
|
-
"@genesislcap/foundation-logger": "14.437.
|
|
42
|
+
"@genesislcap/expression-builder": "14.437.5-canary.gs-datepicker",
|
|
43
|
+
"@genesislcap/foundation-logger": "14.437.5-canary.gs-datepicker",
|
|
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": "d926dcc5c1273bf6824c3e8121331ea88cdfc9e1"
|
|
62
62
|
}
|