@genesislcap/foundation-utils 14.228.2-alpha-0224583.0 → 14.228.2-alpha-caa63d8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/custom-elements.json +320 -320
  2. package/package.json +10 -10
@@ -169,147 +169,6 @@
169
169
  }
170
170
  ]
171
171
  },
172
- {
173
- "kind": "javascript-module",
174
- "path": "src/directives/index.ts",
175
- "declarations": [],
176
- "exports": [
177
- {
178
- "kind": "js",
179
- "name": "*",
180
- "declaration": {
181
- "name": "*",
182
- "package": "./sync"
183
- }
184
- },
185
- {
186
- "kind": "js",
187
- "name": "*",
188
- "declaration": {
189
- "name": "*",
190
- "package": "./when-else"
191
- }
192
- }
193
- ]
194
- },
195
- {
196
- "kind": "javascript-module",
197
- "path": "src/design-system/design-system.ts",
198
- "declarations": [
199
- {
200
- "kind": "function",
201
- "name": "assureDesignSystem",
202
- "return": {
203
- "type": {
204
- "text": "DesignSystemModule"
205
- }
206
- },
207
- "parameters": [
208
- {
209
- "name": "module",
210
- "type": {
211
- "text": "DesignSystemModule"
212
- }
213
- }
214
- ],
215
- "description": "assureDesignSystem.",
216
- "privacy": "public"
217
- }
218
- ],
219
- "exports": [
220
- {
221
- "kind": "js",
222
- "name": "assureDesignSystem",
223
- "declaration": {
224
- "name": "assureDesignSystem",
225
- "module": "src/design-system/design-system.ts"
226
- }
227
- }
228
- ]
229
- },
230
- {
231
- "kind": "javascript-module",
232
- "path": "src/design-system/index.ts",
233
- "declarations": [],
234
- "exports": [
235
- {
236
- "kind": "js",
237
- "name": "*",
238
- "declaration": {
239
- "name": "*",
240
- "package": "./design-system"
241
- }
242
- }
243
- ]
244
- },
245
- {
246
- "kind": "javascript-module",
247
- "path": "src/decorators/index.ts",
248
- "declarations": [],
249
- "exports": [
250
- {
251
- "kind": "js",
252
- "name": "*",
253
- "declaration": {
254
- "name": "*",
255
- "package": "./renderOnChange"
256
- }
257
- }
258
- ]
259
- },
260
- {
261
- "kind": "javascript-module",
262
- "path": "src/decorators/renderOnChange.ts",
263
- "declarations": [
264
- {
265
- "kind": "function",
266
- "name": "renderOnChange",
267
- "parameters": [
268
- {
269
- "name": "target",
270
- "type": {
271
- "text": "FASTElement & { render(): void }"
272
- },
273
- "description": "The target to define the property change handler on."
274
- },
275
- {
276
- "name": "name",
277
- "type": {
278
- "text": "string"
279
- },
280
- "description": "The property name."
281
- }
282
- ],
283
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
284
- "privacy": "public"
285
- }
286
- ],
287
- "exports": [
288
- {
289
- "kind": "js",
290
- "name": "renderOnChange",
291
- "declaration": {
292
- "name": "renderOnChange",
293
- "module": "src/decorators/renderOnChange.ts"
294
- }
295
- }
296
- ]
297
- },
298
- {
299
- "kind": "javascript-module",
300
- "path": "src/encoding/index.ts",
301
- "declarations": [],
302
- "exports": [
303
- {
304
- "kind": "js",
305
- "name": "*",
306
- "declaration": {
307
- "name": "*",
308
- "package": "./base64"
309
- }
310
- }
311
- ]
312
- },
313
172
  {
314
173
  "kind": "javascript-module",
315
174
  "path": "src/data/inMemoryDatabase.ts",
@@ -510,7 +369,42 @@
510
369
  },
511
370
  {
512
371
  "kind": "javascript-module",
513
- "path": "src/env/index.ts",
372
+ "path": "src/design-system/design-system.ts",
373
+ "declarations": [
374
+ {
375
+ "kind": "function",
376
+ "name": "assureDesignSystem",
377
+ "return": {
378
+ "type": {
379
+ "text": "DesignSystemModule"
380
+ }
381
+ },
382
+ "parameters": [
383
+ {
384
+ "name": "module",
385
+ "type": {
386
+ "text": "DesignSystemModule"
387
+ }
388
+ }
389
+ ],
390
+ "description": "assureDesignSystem.",
391
+ "privacy": "public"
392
+ }
393
+ ],
394
+ "exports": [
395
+ {
396
+ "kind": "js",
397
+ "name": "assureDesignSystem",
398
+ "declaration": {
399
+ "name": "assureDesignSystem",
400
+ "module": "src/design-system/design-system.ts"
401
+ }
402
+ }
403
+ ]
404
+ },
405
+ {
406
+ "kind": "javascript-module",
407
+ "path": "src/design-system/index.ts",
514
408
  "declarations": [],
515
409
  "exports": [
516
410
  {
@@ -518,61 +412,167 @@
518
412
  "name": "*",
519
413
  "declaration": {
520
414
  "name": "*",
521
- "package": "./is-dev"
415
+ "package": "./design-system"
522
416
  }
523
- },
417
+ }
418
+ ]
419
+ },
420
+ {
421
+ "kind": "javascript-module",
422
+ "path": "src/decorators/index.ts",
423
+ "declarations": [],
424
+ "exports": [
524
425
  {
525
426
  "kind": "js",
526
427
  "name": "*",
527
428
  "declaration": {
528
429
  "name": "*",
529
- "package": "./variables"
430
+ "package": "./renderOnChange"
530
431
  }
531
432
  }
532
433
  ]
533
434
  },
534
435
  {
535
436
  "kind": "javascript-module",
536
- "path": "src/env/is-dev.ts",
437
+ "path": "src/decorators/renderOnChange.ts",
537
438
  "declarations": [
538
439
  {
539
440
  "kind": "function",
540
- "name": "isDev",
541
- "description": "Determines if the current environment is a development environment.",
441
+ "name": "renderOnChange",
442
+ "parameters": [
443
+ {
444
+ "name": "target",
445
+ "type": {
446
+ "text": "FASTElement & { render(): void }"
447
+ },
448
+ "description": "The target to define the property change handler on."
449
+ },
450
+ {
451
+ "name": "name",
452
+ "type": {
453
+ "text": "string"
454
+ },
455
+ "description": "The property name."
456
+ }
457
+ ],
458
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
542
459
  "privacy": "public"
543
460
  }
544
461
  ],
545
462
  "exports": [
546
463
  {
547
464
  "kind": "js",
548
- "name": "isDev",
465
+ "name": "renderOnChange",
549
466
  "declaration": {
550
- "name": "isDev",
551
- "module": "src/env/is-dev.ts"
467
+ "name": "renderOnChange",
468
+ "module": "src/decorators/renderOnChange.ts"
552
469
  }
553
470
  }
554
471
  ]
555
472
  },
556
473
  {
557
474
  "kind": "javascript-module",
558
- "path": "src/env/variables.ts",
559
- "declarations": [
475
+ "path": "src/encoding/index.ts",
476
+ "declarations": [],
477
+ "exports": [
560
478
  {
561
- "kind": "variable",
562
- "name": "BUILDER",
563
- "type": {
564
- "text": "string"
479
+ "kind": "js",
480
+ "name": "*",
481
+ "declaration": {
482
+ "name": "*",
483
+ "package": "./base64"
565
484
  }
566
- },
485
+ }
486
+ ]
487
+ },
488
+ {
489
+ "kind": "javascript-module",
490
+ "path": "src/directives/index.ts",
491
+ "declarations": [],
492
+ "exports": [
567
493
  {
568
- "kind": "variable",
569
- "name": "_BUILDER",
570
- "type": {
571
- "text": "string"
572
- },
573
- "default": "'webpack'",
574
- "description": "The builder aka file bundler.",
575
- "privacy": "public"
494
+ "kind": "js",
495
+ "name": "*",
496
+ "declaration": {
497
+ "name": "*",
498
+ "package": "./sync"
499
+ }
500
+ },
501
+ {
502
+ "kind": "js",
503
+ "name": "*",
504
+ "declaration": {
505
+ "name": "*",
506
+ "package": "./when-else"
507
+ }
508
+ }
509
+ ]
510
+ },
511
+ {
512
+ "kind": "javascript-module",
513
+ "path": "src/env/index.ts",
514
+ "declarations": [],
515
+ "exports": [
516
+ {
517
+ "kind": "js",
518
+ "name": "*",
519
+ "declaration": {
520
+ "name": "*",
521
+ "package": "./is-dev"
522
+ }
523
+ },
524
+ {
525
+ "kind": "js",
526
+ "name": "*",
527
+ "declaration": {
528
+ "name": "*",
529
+ "package": "./variables"
530
+ }
531
+ }
532
+ ]
533
+ },
534
+ {
535
+ "kind": "javascript-module",
536
+ "path": "src/env/is-dev.ts",
537
+ "declarations": [
538
+ {
539
+ "kind": "function",
540
+ "name": "isDev",
541
+ "description": "Determines if the current environment is a development environment.",
542
+ "privacy": "public"
543
+ }
544
+ ],
545
+ "exports": [
546
+ {
547
+ "kind": "js",
548
+ "name": "isDev",
549
+ "declaration": {
550
+ "name": "isDev",
551
+ "module": "src/env/is-dev.ts"
552
+ }
553
+ }
554
+ ]
555
+ },
556
+ {
557
+ "kind": "javascript-module",
558
+ "path": "src/env/variables.ts",
559
+ "declarations": [
560
+ {
561
+ "kind": "variable",
562
+ "name": "BUILDER",
563
+ "type": {
564
+ "text": "string"
565
+ }
566
+ },
567
+ {
568
+ "kind": "variable",
569
+ "name": "_BUILDER",
570
+ "type": {
571
+ "text": "string"
572
+ },
573
+ "default": "'webpack'",
574
+ "description": "The builder aka file bundler.",
575
+ "privacy": "public"
576
576
  },
577
577
  {
578
578
  "kind": "variable",
@@ -2283,160 +2283,6 @@
2283
2283
  }
2284
2284
  ]
2285
2285
  },
2286
- {
2287
- "kind": "javascript-module",
2288
- "path": "src/directives/sync/index.ts",
2289
- "declarations": [],
2290
- "exports": [
2291
- {
2292
- "kind": "js",
2293
- "name": "*",
2294
- "declaration": {
2295
- "name": "*",
2296
- "package": "./sync"
2297
- }
2298
- }
2299
- ]
2300
- },
2301
- {
2302
- "kind": "javascript-module",
2303
- "path": "src/directives/sync/sync.ts",
2304
- "declarations": [
2305
- {
2306
- "kind": "variable",
2307
- "name": "defaultEventMap",
2308
- "type": {
2309
- "text": "Map<string, EventName>"
2310
- },
2311
- "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])",
2312
- "description": "A map that associates specific HTML element tags with their corresponding default event names.",
2313
- "privacy": "public"
2314
- },
2315
- {
2316
- "kind": "function",
2317
- "name": "sync",
2318
- "return": {
2319
- "type": {
2320
- "text": "CaptureType<TSource>"
2321
- }
2322
- },
2323
- "parameters": [
2324
- {
2325
- "name": "binding",
2326
- "type": {
2327
- "text": "Binding<TSource, TReturn>"
2328
- }
2329
- },
2330
- {
2331
- "name": "conversionType",
2332
- "default": "'string'",
2333
- "type": {
2334
- "text": "ConversionType"
2335
- }
2336
- },
2337
- {
2338
- "name": "eventName",
2339
- "default": "'default'",
2340
- "type": {
2341
- "text": "EventName"
2342
- }
2343
- },
2344
- {
2345
- "name": "keyAttr",
2346
- "optional": true,
2347
- "type": {
2348
- "text": "string"
2349
- }
2350
- }
2351
- ],
2352
- "description": "Creates a synchronization directive that binds a data source to an HTML element,",
2353
- "privacy": "public"
2354
- }
2355
- ],
2356
- "exports": [
2357
- {
2358
- "kind": "js",
2359
- "name": "defaultEventMap",
2360
- "declaration": {
2361
- "name": "defaultEventMap",
2362
- "module": "src/directives/sync/sync.ts"
2363
- }
2364
- },
2365
- {
2366
- "kind": "js",
2367
- "name": "sync",
2368
- "declaration": {
2369
- "name": "sync",
2370
- "module": "src/directives/sync/sync.ts"
2371
- }
2372
- }
2373
- ]
2374
- },
2375
- {
2376
- "kind": "javascript-module",
2377
- "path": "src/directives/when-else/index.ts",
2378
- "declarations": [],
2379
- "exports": [
2380
- {
2381
- "kind": "js",
2382
- "name": "*",
2383
- "declaration": {
2384
- "name": "*",
2385
- "package": "./when-else"
2386
- }
2387
- }
2388
- ]
2389
- },
2390
- {
2391
- "kind": "javascript-module",
2392
- "path": "src/directives/when-else/when-else.ts",
2393
- "declarations": [
2394
- {
2395
- "kind": "function",
2396
- "name": "whenElse",
2397
- "return": {
2398
- "type": {
2399
- "text": "CaptureType<TSource>"
2400
- }
2401
- },
2402
- "parameters": [
2403
- {
2404
- "name": "binding",
2405
- "type": {
2406
- "text": "Binding<TSource, TReturn>"
2407
- },
2408
- "description": "The condition to test for rendering."
2409
- },
2410
- {
2411
- "name": "trueTemplateOrTemplateBinding",
2412
- "type": {
2413
- "text": "WhenTemplate<TSource>"
2414
- },
2415
- "description": "The template or a binding that gets the template to render when the condition is true."
2416
- },
2417
- {
2418
- "name": "falseTemplateOrTemplateBinding",
2419
- "type": {
2420
- "text": "WhenTemplate<TSource>"
2421
- },
2422
- "description": "The template or a binding that gets the template to render when the condition is false."
2423
- }
2424
- ],
2425
- "description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
2426
- "privacy": "public"
2427
- }
2428
- ],
2429
- "exports": [
2430
- {
2431
- "kind": "js",
2432
- "name": "whenElse",
2433
- "declaration": {
2434
- "name": "whenElse",
2435
- "module": "src/directives/when-else/when-else.ts"
2436
- }
2437
- }
2438
- ]
2439
- },
2440
2286
  {
2441
2287
  "kind": "javascript-module",
2442
2288
  "path": "src/encoding/base64/decode.ts",
@@ -2591,6 +2437,160 @@
2591
2437
  }
2592
2438
  ]
2593
2439
  },
2440
+ {
2441
+ "kind": "javascript-module",
2442
+ "path": "src/directives/sync/index.ts",
2443
+ "declarations": [],
2444
+ "exports": [
2445
+ {
2446
+ "kind": "js",
2447
+ "name": "*",
2448
+ "declaration": {
2449
+ "name": "*",
2450
+ "package": "./sync"
2451
+ }
2452
+ }
2453
+ ]
2454
+ },
2455
+ {
2456
+ "kind": "javascript-module",
2457
+ "path": "src/directives/sync/sync.ts",
2458
+ "declarations": [
2459
+ {
2460
+ "kind": "variable",
2461
+ "name": "defaultEventMap",
2462
+ "type": {
2463
+ "text": "Map<string, EventName>"
2464
+ },
2465
+ "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])",
2466
+ "description": "A map that associates specific HTML element tags with their corresponding default event names.",
2467
+ "privacy": "public"
2468
+ },
2469
+ {
2470
+ "kind": "function",
2471
+ "name": "sync",
2472
+ "return": {
2473
+ "type": {
2474
+ "text": "CaptureType<TSource>"
2475
+ }
2476
+ },
2477
+ "parameters": [
2478
+ {
2479
+ "name": "binding",
2480
+ "type": {
2481
+ "text": "Binding<TSource, TReturn>"
2482
+ }
2483
+ },
2484
+ {
2485
+ "name": "conversionType",
2486
+ "default": "'string'",
2487
+ "type": {
2488
+ "text": "ConversionType"
2489
+ }
2490
+ },
2491
+ {
2492
+ "name": "eventName",
2493
+ "default": "'default'",
2494
+ "type": {
2495
+ "text": "EventName"
2496
+ }
2497
+ },
2498
+ {
2499
+ "name": "keyAttr",
2500
+ "optional": true,
2501
+ "type": {
2502
+ "text": "string"
2503
+ }
2504
+ }
2505
+ ],
2506
+ "description": "Creates a synchronization directive that binds a data source to an HTML element,",
2507
+ "privacy": "public"
2508
+ }
2509
+ ],
2510
+ "exports": [
2511
+ {
2512
+ "kind": "js",
2513
+ "name": "defaultEventMap",
2514
+ "declaration": {
2515
+ "name": "defaultEventMap",
2516
+ "module": "src/directives/sync/sync.ts"
2517
+ }
2518
+ },
2519
+ {
2520
+ "kind": "js",
2521
+ "name": "sync",
2522
+ "declaration": {
2523
+ "name": "sync",
2524
+ "module": "src/directives/sync/sync.ts"
2525
+ }
2526
+ }
2527
+ ]
2528
+ },
2529
+ {
2530
+ "kind": "javascript-module",
2531
+ "path": "src/directives/when-else/index.ts",
2532
+ "declarations": [],
2533
+ "exports": [
2534
+ {
2535
+ "kind": "js",
2536
+ "name": "*",
2537
+ "declaration": {
2538
+ "name": "*",
2539
+ "package": "./when-else"
2540
+ }
2541
+ }
2542
+ ]
2543
+ },
2544
+ {
2545
+ "kind": "javascript-module",
2546
+ "path": "src/directives/when-else/when-else.ts",
2547
+ "declarations": [
2548
+ {
2549
+ "kind": "function",
2550
+ "name": "whenElse",
2551
+ "return": {
2552
+ "type": {
2553
+ "text": "CaptureType<TSource>"
2554
+ }
2555
+ },
2556
+ "parameters": [
2557
+ {
2558
+ "name": "binding",
2559
+ "type": {
2560
+ "text": "Binding<TSource, TReturn>"
2561
+ },
2562
+ "description": "The condition to test for rendering."
2563
+ },
2564
+ {
2565
+ "name": "trueTemplateOrTemplateBinding",
2566
+ "type": {
2567
+ "text": "WhenTemplate<TSource>"
2568
+ },
2569
+ "description": "The template or a binding that gets the template to render when the condition is true."
2570
+ },
2571
+ {
2572
+ "name": "falseTemplateOrTemplateBinding",
2573
+ "type": {
2574
+ "text": "WhenTemplate<TSource>"
2575
+ },
2576
+ "description": "The template or a binding that gets the template to render when the condition is false."
2577
+ }
2578
+ ],
2579
+ "description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
2580
+ "privacy": "public"
2581
+ }
2582
+ ],
2583
+ "exports": [
2584
+ {
2585
+ "kind": "js",
2586
+ "name": "whenElse",
2587
+ "declaration": {
2588
+ "name": "whenElse",
2589
+ "module": "src/directives/when-else/when-else.ts"
2590
+ }
2591
+ }
2592
+ ]
2593
+ },
2594
2594
  {
2595
2595
  "kind": "javascript-module",
2596
2596
  "path": "src/mappers/dto/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.228.2-alpha-0224583.0",
4
+ "version": "14.228.2-alpha-caa63d8.0",
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.228.2-alpha-0224583.0",
31
- "@genesislcap/genx": "14.228.2-alpha-0224583.0",
32
- "@genesislcap/rollup-builder": "14.228.2-alpha-0224583.0",
33
- "@genesislcap/ts-builder": "14.228.2-alpha-0224583.0",
34
- "@genesislcap/uvu-playwright-builder": "14.228.2-alpha-0224583.0",
35
- "@genesislcap/vite-builder": "14.228.2-alpha-0224583.0",
36
- "@genesislcap/webpack-builder": "14.228.2-alpha-0224583.0",
30
+ "@genesislcap/foundation-testing": "14.228.2-alpha-caa63d8.0",
31
+ "@genesislcap/genx": "14.228.2-alpha-caa63d8.0",
32
+ "@genesislcap/rollup-builder": "14.228.2-alpha-caa63d8.0",
33
+ "@genesislcap/ts-builder": "14.228.2-alpha-caa63d8.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.228.2-alpha-caa63d8.0",
35
+ "@genesislcap/vite-builder": "14.228.2-alpha-caa63d8.0",
36
+ "@genesislcap/webpack-builder": "14.228.2-alpha-caa63d8.0",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.228.2-alpha-0224583.0",
40
+ "@genesislcap/foundation-logger": "14.228.2-alpha-caa63d8.0",
41
41
  "@microsoft/fast-components": "2.30.6",
42
42
  "@microsoft/fast-element": "1.14.0",
43
43
  "@microsoft/fast-foundation": "2.49.6",
@@ -55,5 +55,5 @@
55
55
  "access": "public"
56
56
  },
57
57
  "customElements": "dist/custom-elements.json",
58
- "gitHead": "aa6b11ffeec9cf411f5385f780f948036c6f5524"
58
+ "gitHead": "5a09bdebdf72565c93f4d99af9ea548fc4f56c11"
59
59
  }