@genesislcap/foundation-utils 14.211.3 → 14.211.5
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/custom-elements.json +215 -215
- package/package.json +10 -10
@@ -167,132 +167,6 @@
|
|
167
167
|
}
|
168
168
|
]
|
169
169
|
},
|
170
|
-
{
|
171
|
-
"kind": "javascript-module",
|
172
|
-
"path": "src/decorators/index.ts",
|
173
|
-
"declarations": [],
|
174
|
-
"exports": [
|
175
|
-
{
|
176
|
-
"kind": "js",
|
177
|
-
"name": "*",
|
178
|
-
"declaration": {
|
179
|
-
"name": "*",
|
180
|
-
"package": "./renderOnChange"
|
181
|
-
}
|
182
|
-
}
|
183
|
-
]
|
184
|
-
},
|
185
|
-
{
|
186
|
-
"kind": "javascript-module",
|
187
|
-
"path": "src/decorators/renderOnChange.ts",
|
188
|
-
"declarations": [
|
189
|
-
{
|
190
|
-
"kind": "function",
|
191
|
-
"name": "renderOnChange",
|
192
|
-
"parameters": [
|
193
|
-
{
|
194
|
-
"name": "target",
|
195
|
-
"type": {
|
196
|
-
"text": "FASTElement & { render(): void }"
|
197
|
-
},
|
198
|
-
"description": "The target to define the property change handler on."
|
199
|
-
},
|
200
|
-
{
|
201
|
-
"name": "name",
|
202
|
-
"type": {
|
203
|
-
"text": "string"
|
204
|
-
},
|
205
|
-
"description": "The property name."
|
206
|
-
}
|
207
|
-
],
|
208
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
209
|
-
"privacy": "public"
|
210
|
-
}
|
211
|
-
],
|
212
|
-
"exports": [
|
213
|
-
{
|
214
|
-
"kind": "js",
|
215
|
-
"name": "renderOnChange",
|
216
|
-
"declaration": {
|
217
|
-
"name": "renderOnChange",
|
218
|
-
"module": "src/decorators/renderOnChange.ts"
|
219
|
-
}
|
220
|
-
}
|
221
|
-
]
|
222
|
-
},
|
223
|
-
{
|
224
|
-
"kind": "javascript-module",
|
225
|
-
"path": "src/design-system/design-system.ts",
|
226
|
-
"declarations": [
|
227
|
-
{
|
228
|
-
"kind": "function",
|
229
|
-
"name": "assureDesignSystem",
|
230
|
-
"return": {
|
231
|
-
"type": {
|
232
|
-
"text": "DesignSystemModule"
|
233
|
-
}
|
234
|
-
},
|
235
|
-
"parameters": [
|
236
|
-
{
|
237
|
-
"name": "module",
|
238
|
-
"type": {
|
239
|
-
"text": "DesignSystemModule"
|
240
|
-
}
|
241
|
-
}
|
242
|
-
],
|
243
|
-
"description": "assureDesignSystem.",
|
244
|
-
"privacy": "public"
|
245
|
-
}
|
246
|
-
],
|
247
|
-
"exports": [
|
248
|
-
{
|
249
|
-
"kind": "js",
|
250
|
-
"name": "assureDesignSystem",
|
251
|
-
"declaration": {
|
252
|
-
"name": "assureDesignSystem",
|
253
|
-
"module": "src/design-system/design-system.ts"
|
254
|
-
}
|
255
|
-
}
|
256
|
-
]
|
257
|
-
},
|
258
|
-
{
|
259
|
-
"kind": "javascript-module",
|
260
|
-
"path": "src/design-system/index.ts",
|
261
|
-
"declarations": [],
|
262
|
-
"exports": [
|
263
|
-
{
|
264
|
-
"kind": "js",
|
265
|
-
"name": "*",
|
266
|
-
"declaration": {
|
267
|
-
"name": "*",
|
268
|
-
"package": "./design-system"
|
269
|
-
}
|
270
|
-
}
|
271
|
-
]
|
272
|
-
},
|
273
|
-
{
|
274
|
-
"kind": "javascript-module",
|
275
|
-
"path": "src/directives/index.ts",
|
276
|
-
"declarations": [],
|
277
|
-
"exports": [
|
278
|
-
{
|
279
|
-
"kind": "js",
|
280
|
-
"name": "*",
|
281
|
-
"declaration": {
|
282
|
-
"name": "*",
|
283
|
-
"package": "./sync"
|
284
|
-
}
|
285
|
-
},
|
286
|
-
{
|
287
|
-
"kind": "js",
|
288
|
-
"name": "*",
|
289
|
-
"declaration": {
|
290
|
-
"name": "*",
|
291
|
-
"package": "./when-else"
|
292
|
-
}
|
293
|
-
}
|
294
|
-
]
|
295
|
-
},
|
296
170
|
{
|
297
171
|
"kind": "javascript-module",
|
298
172
|
"path": "src/data/inMemoryDatabase.ts",
|
@@ -491,6 +365,132 @@
|
|
491
365
|
}
|
492
366
|
]
|
493
367
|
},
|
368
|
+
{
|
369
|
+
"kind": "javascript-module",
|
370
|
+
"path": "src/decorators/index.ts",
|
371
|
+
"declarations": [],
|
372
|
+
"exports": [
|
373
|
+
{
|
374
|
+
"kind": "js",
|
375
|
+
"name": "*",
|
376
|
+
"declaration": {
|
377
|
+
"name": "*",
|
378
|
+
"package": "./renderOnChange"
|
379
|
+
}
|
380
|
+
}
|
381
|
+
]
|
382
|
+
},
|
383
|
+
{
|
384
|
+
"kind": "javascript-module",
|
385
|
+
"path": "src/decorators/renderOnChange.ts",
|
386
|
+
"declarations": [
|
387
|
+
{
|
388
|
+
"kind": "function",
|
389
|
+
"name": "renderOnChange",
|
390
|
+
"parameters": [
|
391
|
+
{
|
392
|
+
"name": "target",
|
393
|
+
"type": {
|
394
|
+
"text": "FASTElement & { render(): void }"
|
395
|
+
},
|
396
|
+
"description": "The target to define the property change handler on."
|
397
|
+
},
|
398
|
+
{
|
399
|
+
"name": "name",
|
400
|
+
"type": {
|
401
|
+
"text": "string"
|
402
|
+
},
|
403
|
+
"description": "The property name."
|
404
|
+
}
|
405
|
+
],
|
406
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
407
|
+
"privacy": "public"
|
408
|
+
}
|
409
|
+
],
|
410
|
+
"exports": [
|
411
|
+
{
|
412
|
+
"kind": "js",
|
413
|
+
"name": "renderOnChange",
|
414
|
+
"declaration": {
|
415
|
+
"name": "renderOnChange",
|
416
|
+
"module": "src/decorators/renderOnChange.ts"
|
417
|
+
}
|
418
|
+
}
|
419
|
+
]
|
420
|
+
},
|
421
|
+
{
|
422
|
+
"kind": "javascript-module",
|
423
|
+
"path": "src/design-system/design-system.ts",
|
424
|
+
"declarations": [
|
425
|
+
{
|
426
|
+
"kind": "function",
|
427
|
+
"name": "assureDesignSystem",
|
428
|
+
"return": {
|
429
|
+
"type": {
|
430
|
+
"text": "DesignSystemModule"
|
431
|
+
}
|
432
|
+
},
|
433
|
+
"parameters": [
|
434
|
+
{
|
435
|
+
"name": "module",
|
436
|
+
"type": {
|
437
|
+
"text": "DesignSystemModule"
|
438
|
+
}
|
439
|
+
}
|
440
|
+
],
|
441
|
+
"description": "assureDesignSystem.",
|
442
|
+
"privacy": "public"
|
443
|
+
}
|
444
|
+
],
|
445
|
+
"exports": [
|
446
|
+
{
|
447
|
+
"kind": "js",
|
448
|
+
"name": "assureDesignSystem",
|
449
|
+
"declaration": {
|
450
|
+
"name": "assureDesignSystem",
|
451
|
+
"module": "src/design-system/design-system.ts"
|
452
|
+
}
|
453
|
+
}
|
454
|
+
]
|
455
|
+
},
|
456
|
+
{
|
457
|
+
"kind": "javascript-module",
|
458
|
+
"path": "src/design-system/index.ts",
|
459
|
+
"declarations": [],
|
460
|
+
"exports": [
|
461
|
+
{
|
462
|
+
"kind": "js",
|
463
|
+
"name": "*",
|
464
|
+
"declaration": {
|
465
|
+
"name": "*",
|
466
|
+
"package": "./design-system"
|
467
|
+
}
|
468
|
+
}
|
469
|
+
]
|
470
|
+
},
|
471
|
+
{
|
472
|
+
"kind": "javascript-module",
|
473
|
+
"path": "src/directives/index.ts",
|
474
|
+
"declarations": [],
|
475
|
+
"exports": [
|
476
|
+
{
|
477
|
+
"kind": "js",
|
478
|
+
"name": "*",
|
479
|
+
"declaration": {
|
480
|
+
"name": "*",
|
481
|
+
"package": "./sync"
|
482
|
+
}
|
483
|
+
},
|
484
|
+
{
|
485
|
+
"kind": "js",
|
486
|
+
"name": "*",
|
487
|
+
"declaration": {
|
488
|
+
"name": "*",
|
489
|
+
"package": "./when-else"
|
490
|
+
}
|
491
|
+
}
|
492
|
+
]
|
493
|
+
},
|
494
494
|
{
|
495
495
|
"kind": "javascript-module",
|
496
496
|
"path": "src/env/index.ts",
|
@@ -2068,6 +2068,95 @@
|
|
2068
2068
|
}
|
2069
2069
|
]
|
2070
2070
|
},
|
2071
|
+
{
|
2072
|
+
"kind": "javascript-module",
|
2073
|
+
"path": "src/directives/sync/index.ts",
|
2074
|
+
"declarations": [],
|
2075
|
+
"exports": [
|
2076
|
+
{
|
2077
|
+
"kind": "js",
|
2078
|
+
"name": "*",
|
2079
|
+
"declaration": {
|
2080
|
+
"name": "*",
|
2081
|
+
"package": "./sync"
|
2082
|
+
}
|
2083
|
+
}
|
2084
|
+
]
|
2085
|
+
},
|
2086
|
+
{
|
2087
|
+
"kind": "javascript-module",
|
2088
|
+
"path": "src/directives/sync/sync.ts",
|
2089
|
+
"declarations": [
|
2090
|
+
{
|
2091
|
+
"kind": "variable",
|
2092
|
+
"name": "defaultEventMap",
|
2093
|
+
"type": {
|
2094
|
+
"text": "Map<string, EventName>"
|
2095
|
+
},
|
2096
|
+
"default": "new Map([\n ['FAST-TEXT-AREA', 'input'],\n ['FAST-TEXT-FIELD', 'input'],\n ['FOUNDATION-TEXT-AREA', 'input'],\n ['FOUNDATION-TEXT-FIELD', 'input'],\n ['INPUT', 'input'],\n ['ZERO-TEXT-FIELD', 'input'],\n])",
|
2097
|
+
"description": "A map that associates specific HTML element tags with their corresponding default event names.",
|
2098
|
+
"privacy": "public"
|
2099
|
+
},
|
2100
|
+
{
|
2101
|
+
"kind": "function",
|
2102
|
+
"name": "sync",
|
2103
|
+
"return": {
|
2104
|
+
"type": {
|
2105
|
+
"text": "CaptureType<TSource>"
|
2106
|
+
}
|
2107
|
+
},
|
2108
|
+
"parameters": [
|
2109
|
+
{
|
2110
|
+
"name": "binding",
|
2111
|
+
"type": {
|
2112
|
+
"text": "Binding<TSource, TReturn>"
|
2113
|
+
}
|
2114
|
+
},
|
2115
|
+
{
|
2116
|
+
"name": "conversionType",
|
2117
|
+
"default": "'string'",
|
2118
|
+
"type": {
|
2119
|
+
"text": "ConversionType"
|
2120
|
+
}
|
2121
|
+
},
|
2122
|
+
{
|
2123
|
+
"name": "eventName",
|
2124
|
+
"default": "'default'",
|
2125
|
+
"type": {
|
2126
|
+
"text": "EventName"
|
2127
|
+
}
|
2128
|
+
},
|
2129
|
+
{
|
2130
|
+
"name": "keyAttr",
|
2131
|
+
"optional": true,
|
2132
|
+
"type": {
|
2133
|
+
"text": "string"
|
2134
|
+
}
|
2135
|
+
}
|
2136
|
+
],
|
2137
|
+
"description": "Creates a synchronization directive that binds a data source to an HTML element,",
|
2138
|
+
"privacy": "public"
|
2139
|
+
}
|
2140
|
+
],
|
2141
|
+
"exports": [
|
2142
|
+
{
|
2143
|
+
"kind": "js",
|
2144
|
+
"name": "defaultEventMap",
|
2145
|
+
"declaration": {
|
2146
|
+
"name": "defaultEventMap",
|
2147
|
+
"module": "src/directives/sync/sync.ts"
|
2148
|
+
}
|
2149
|
+
},
|
2150
|
+
{
|
2151
|
+
"kind": "js",
|
2152
|
+
"name": "sync",
|
2153
|
+
"declaration": {
|
2154
|
+
"name": "sync",
|
2155
|
+
"module": "src/directives/sync/sync.ts"
|
2156
|
+
}
|
2157
|
+
}
|
2158
|
+
]
|
2159
|
+
},
|
2071
2160
|
{
|
2072
2161
|
"kind": "javascript-module",
|
2073
2162
|
"path": "src/window/index.ts",
|
@@ -2216,95 +2305,6 @@
|
|
2216
2305
|
}
|
2217
2306
|
]
|
2218
2307
|
},
|
2219
|
-
{
|
2220
|
-
"kind": "javascript-module",
|
2221
|
-
"path": "src/directives/sync/index.ts",
|
2222
|
-
"declarations": [],
|
2223
|
-
"exports": [
|
2224
|
-
{
|
2225
|
-
"kind": "js",
|
2226
|
-
"name": "*",
|
2227
|
-
"declaration": {
|
2228
|
-
"name": "*",
|
2229
|
-
"package": "./sync"
|
2230
|
-
}
|
2231
|
-
}
|
2232
|
-
]
|
2233
|
-
},
|
2234
|
-
{
|
2235
|
-
"kind": "javascript-module",
|
2236
|
-
"path": "src/directives/sync/sync.ts",
|
2237
|
-
"declarations": [
|
2238
|
-
{
|
2239
|
-
"kind": "variable",
|
2240
|
-
"name": "defaultEventMap",
|
2241
|
-
"type": {
|
2242
|
-
"text": "Map<string, EventName>"
|
2243
|
-
},
|
2244
|
-
"default": "new Map([\n ['FAST-TEXT-AREA', 'input'],\n ['FAST-TEXT-FIELD', 'input'],\n ['FOUNDATION-TEXT-AREA', 'input'],\n ['FOUNDATION-TEXT-FIELD', 'input'],\n ['INPUT', 'input'],\n ['ZERO-TEXT-FIELD', 'input'],\n])",
|
2245
|
-
"description": "A map that associates specific HTML element tags with their corresponding default event names.",
|
2246
|
-
"privacy": "public"
|
2247
|
-
},
|
2248
|
-
{
|
2249
|
-
"kind": "function",
|
2250
|
-
"name": "sync",
|
2251
|
-
"return": {
|
2252
|
-
"type": {
|
2253
|
-
"text": "CaptureType<TSource>"
|
2254
|
-
}
|
2255
|
-
},
|
2256
|
-
"parameters": [
|
2257
|
-
{
|
2258
|
-
"name": "binding",
|
2259
|
-
"type": {
|
2260
|
-
"text": "Binding<TSource, TReturn>"
|
2261
|
-
}
|
2262
|
-
},
|
2263
|
-
{
|
2264
|
-
"name": "conversionType",
|
2265
|
-
"default": "'string'",
|
2266
|
-
"type": {
|
2267
|
-
"text": "ConversionType"
|
2268
|
-
}
|
2269
|
-
},
|
2270
|
-
{
|
2271
|
-
"name": "eventName",
|
2272
|
-
"default": "'default'",
|
2273
|
-
"type": {
|
2274
|
-
"text": "EventName"
|
2275
|
-
}
|
2276
|
-
},
|
2277
|
-
{
|
2278
|
-
"name": "keyAttr",
|
2279
|
-
"optional": true,
|
2280
|
-
"type": {
|
2281
|
-
"text": "string"
|
2282
|
-
}
|
2283
|
-
}
|
2284
|
-
],
|
2285
|
-
"description": "Creates a synchronization directive that binds a data source to an HTML element,",
|
2286
|
-
"privacy": "public"
|
2287
|
-
}
|
2288
|
-
],
|
2289
|
-
"exports": [
|
2290
|
-
{
|
2291
|
-
"kind": "js",
|
2292
|
-
"name": "defaultEventMap",
|
2293
|
-
"declaration": {
|
2294
|
-
"name": "defaultEventMap",
|
2295
|
-
"module": "src/directives/sync/sync.ts"
|
2296
|
-
}
|
2297
|
-
},
|
2298
|
-
{
|
2299
|
-
"kind": "js",
|
2300
|
-
"name": "sync",
|
2301
|
-
"declaration": {
|
2302
|
-
"name": "sync",
|
2303
|
-
"module": "src/directives/sync/sync.ts"
|
2304
|
-
}
|
2305
|
-
}
|
2306
|
-
]
|
2307
|
-
},
|
2308
2308
|
{
|
2309
2309
|
"kind": "javascript-module",
|
2310
2310
|
"path": "src/directives/when-else/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.211.
|
4
|
+
"version": "14.211.5",
|
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.211.
|
31
|
-
"@genesislcap/genx": "14.211.
|
32
|
-
"@genesislcap/rollup-builder": "14.211.
|
33
|
-
"@genesislcap/ts-builder": "14.211.
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.211.
|
35
|
-
"@genesislcap/vite-builder": "14.211.
|
36
|
-
"@genesislcap/webpack-builder": "14.211.
|
30
|
+
"@genesislcap/foundation-testing": "14.211.5",
|
31
|
+
"@genesislcap/genx": "14.211.5",
|
32
|
+
"@genesislcap/rollup-builder": "14.211.5",
|
33
|
+
"@genesislcap/ts-builder": "14.211.5",
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.211.5",
|
35
|
+
"@genesislcap/vite-builder": "14.211.5",
|
36
|
+
"@genesislcap/webpack-builder": "14.211.5",
|
37
37
|
"rimraf": "^5.0.0"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@genesislcap/foundation-logger": "14.211.
|
40
|
+
"@genesislcap/foundation-logger": "14.211.5",
|
41
41
|
"@microsoft/fast-components": "^2.30.6",
|
42
42
|
"@microsoft/fast-element": "^1.12.0",
|
43
43
|
"@microsoft/fast-foundation": "^2.49.4",
|
@@ -55,5 +55,5 @@
|
|
55
55
|
"access": "public"
|
56
56
|
},
|
57
57
|
"customElements": "dist/custom-elements.json",
|
58
|
-
"gitHead": "
|
58
|
+
"gitHead": "6362f3dbcf2712680073a886eeaed5c58bb6ad35"
|
59
59
|
}
|