@genesislcap/foundation-utils 14.421.1-FUI-2511.1 → 14.421.1-FUI-2511.2
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 +173 -173
- package/package.json +11 -11
|
@@ -250,179 +250,6 @@
|
|
|
250
250
|
}
|
|
251
251
|
]
|
|
252
252
|
},
|
|
253
|
-
{
|
|
254
|
-
"kind": "javascript-module",
|
|
255
|
-
"path": "src/decorators/index.ts",
|
|
256
|
-
"declarations": [],
|
|
257
|
-
"exports": [
|
|
258
|
-
{
|
|
259
|
-
"kind": "js",
|
|
260
|
-
"name": "*",
|
|
261
|
-
"declaration": {
|
|
262
|
-
"name": "*",
|
|
263
|
-
"package": "./renderOnChange"
|
|
264
|
-
}
|
|
265
|
-
}
|
|
266
|
-
]
|
|
267
|
-
},
|
|
268
|
-
{
|
|
269
|
-
"kind": "javascript-module",
|
|
270
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
271
|
-
"declarations": [
|
|
272
|
-
{
|
|
273
|
-
"kind": "function",
|
|
274
|
-
"name": "renderOnChange",
|
|
275
|
-
"parameters": [
|
|
276
|
-
{
|
|
277
|
-
"name": "target",
|
|
278
|
-
"type": {
|
|
279
|
-
"text": "FASTElement & { render(): void }"
|
|
280
|
-
},
|
|
281
|
-
"description": "The target to define the property change handler on."
|
|
282
|
-
},
|
|
283
|
-
{
|
|
284
|
-
"name": "name",
|
|
285
|
-
"type": {
|
|
286
|
-
"text": "string"
|
|
287
|
-
},
|
|
288
|
-
"description": "The property name."
|
|
289
|
-
}
|
|
290
|
-
],
|
|
291
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
292
|
-
"privacy": "public"
|
|
293
|
-
}
|
|
294
|
-
],
|
|
295
|
-
"exports": [
|
|
296
|
-
{
|
|
297
|
-
"kind": "js",
|
|
298
|
-
"name": "renderOnChange",
|
|
299
|
-
"declaration": {
|
|
300
|
-
"name": "renderOnChange",
|
|
301
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
302
|
-
}
|
|
303
|
-
}
|
|
304
|
-
]
|
|
305
|
-
},
|
|
306
|
-
{
|
|
307
|
-
"kind": "javascript-module",
|
|
308
|
-
"path": "src/design-system/design-system.ts",
|
|
309
|
-
"declarations": [
|
|
310
|
-
{
|
|
311
|
-
"kind": "function",
|
|
312
|
-
"name": "assureDesignSystem",
|
|
313
|
-
"return": {
|
|
314
|
-
"type": {
|
|
315
|
-
"text": "DesignSystemModule"
|
|
316
|
-
}
|
|
317
|
-
},
|
|
318
|
-
"parameters": [
|
|
319
|
-
{
|
|
320
|
-
"name": "module",
|
|
321
|
-
"type": {
|
|
322
|
-
"text": "DesignSystemModule"
|
|
323
|
-
}
|
|
324
|
-
}
|
|
325
|
-
],
|
|
326
|
-
"description": "assureDesignSystem.",
|
|
327
|
-
"privacy": "public"
|
|
328
|
-
},
|
|
329
|
-
{
|
|
330
|
-
"kind": "function",
|
|
331
|
-
"name": "getCurrentDesignSystem",
|
|
332
|
-
"return": {
|
|
333
|
-
"type": {
|
|
334
|
-
"text": ""
|
|
335
|
-
}
|
|
336
|
-
},
|
|
337
|
-
"parameters": [
|
|
338
|
-
{
|
|
339
|
-
"name": "element",
|
|
340
|
-
"type": {
|
|
341
|
-
"text": "HTMLElement"
|
|
342
|
-
},
|
|
343
|
-
"description": "The starting HTML element"
|
|
344
|
-
},
|
|
345
|
-
{
|
|
346
|
-
"name": "fallbackPrefix",
|
|
347
|
-
"type": {
|
|
348
|
-
"text": "string"
|
|
349
|
-
},
|
|
350
|
-
"description": "The prefix to fallback to if the provider is not available"
|
|
351
|
-
}
|
|
352
|
-
],
|
|
353
|
-
"description": "Get the current design system provider element and prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
354
|
-
"privacy": "public"
|
|
355
|
-
},
|
|
356
|
-
{
|
|
357
|
-
"kind": "function",
|
|
358
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
359
|
-
"return": {
|
|
360
|
-
"type": {
|
|
361
|
-
"text": ""
|
|
362
|
-
}
|
|
363
|
-
},
|
|
364
|
-
"parameters": [
|
|
365
|
-
{
|
|
366
|
-
"name": "element",
|
|
367
|
-
"type": {
|
|
368
|
-
"text": "HTMLElement"
|
|
369
|
-
},
|
|
370
|
-
"description": "The starting HTML element"
|
|
371
|
-
},
|
|
372
|
-
{
|
|
373
|
-
"name": "fallbackPrefix",
|
|
374
|
-
"type": {
|
|
375
|
-
"text": "string"
|
|
376
|
-
},
|
|
377
|
-
"description": "The prefix to fallback to if the provider is not available"
|
|
378
|
-
}
|
|
379
|
-
],
|
|
380
|
-
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
381
|
-
"privacy": "public"
|
|
382
|
-
}
|
|
383
|
-
],
|
|
384
|
-
"exports": [
|
|
385
|
-
{
|
|
386
|
-
"kind": "js",
|
|
387
|
-
"name": "assureDesignSystem",
|
|
388
|
-
"declaration": {
|
|
389
|
-
"name": "assureDesignSystem",
|
|
390
|
-
"module": "src/design-system/design-system.ts"
|
|
391
|
-
}
|
|
392
|
-
},
|
|
393
|
-
{
|
|
394
|
-
"kind": "js",
|
|
395
|
-
"name": "getCurrentDesignSystem",
|
|
396
|
-
"declaration": {
|
|
397
|
-
"name": "getCurrentDesignSystem",
|
|
398
|
-
"module": "src/design-system/design-system.ts"
|
|
399
|
-
}
|
|
400
|
-
},
|
|
401
|
-
{
|
|
402
|
-
"kind": "js",
|
|
403
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
404
|
-
"declaration": {
|
|
405
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
406
|
-
"module": "src/design-system/design-system.ts"
|
|
407
|
-
}
|
|
408
|
-
}
|
|
409
|
-
]
|
|
410
|
-
},
|
|
411
|
-
{
|
|
412
|
-
"kind": "javascript-module",
|
|
413
|
-
"path": "src/design-system/index.ts",
|
|
414
|
-
"declarations": [],
|
|
415
|
-
"exports": [
|
|
416
|
-
{
|
|
417
|
-
"kind": "js",
|
|
418
|
-
"name": "*",
|
|
419
|
-
"declaration": {
|
|
420
|
-
"name": "*",
|
|
421
|
-
"package": "./design-system"
|
|
422
|
-
}
|
|
423
|
-
}
|
|
424
|
-
]
|
|
425
|
-
},
|
|
426
253
|
{
|
|
427
254
|
"kind": "javascript-module",
|
|
428
255
|
"path": "src/data/inMemoryDatabase.ts",
|
|
@@ -621,6 +448,126 @@
|
|
|
621
448
|
}
|
|
622
449
|
]
|
|
623
450
|
},
|
|
451
|
+
{
|
|
452
|
+
"kind": "javascript-module",
|
|
453
|
+
"path": "src/design-system/design-system.ts",
|
|
454
|
+
"declarations": [
|
|
455
|
+
{
|
|
456
|
+
"kind": "function",
|
|
457
|
+
"name": "assureDesignSystem",
|
|
458
|
+
"return": {
|
|
459
|
+
"type": {
|
|
460
|
+
"text": "DesignSystemModule"
|
|
461
|
+
}
|
|
462
|
+
},
|
|
463
|
+
"parameters": [
|
|
464
|
+
{
|
|
465
|
+
"name": "module",
|
|
466
|
+
"type": {
|
|
467
|
+
"text": "DesignSystemModule"
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
],
|
|
471
|
+
"description": "assureDesignSystem.",
|
|
472
|
+
"privacy": "public"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"kind": "function",
|
|
476
|
+
"name": "getCurrentDesignSystem",
|
|
477
|
+
"return": {
|
|
478
|
+
"type": {
|
|
479
|
+
"text": ""
|
|
480
|
+
}
|
|
481
|
+
},
|
|
482
|
+
"parameters": [
|
|
483
|
+
{
|
|
484
|
+
"name": "element",
|
|
485
|
+
"type": {
|
|
486
|
+
"text": "HTMLElement"
|
|
487
|
+
},
|
|
488
|
+
"description": "The starting HTML element"
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"name": "fallbackPrefix",
|
|
492
|
+
"type": {
|
|
493
|
+
"text": "string"
|
|
494
|
+
},
|
|
495
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
496
|
+
}
|
|
497
|
+
],
|
|
498
|
+
"description": "Get the current design system provider element and prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
499
|
+
"privacy": "public"
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"kind": "function",
|
|
503
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
504
|
+
"return": {
|
|
505
|
+
"type": {
|
|
506
|
+
"text": ""
|
|
507
|
+
}
|
|
508
|
+
},
|
|
509
|
+
"parameters": [
|
|
510
|
+
{
|
|
511
|
+
"name": "element",
|
|
512
|
+
"type": {
|
|
513
|
+
"text": "HTMLElement"
|
|
514
|
+
},
|
|
515
|
+
"description": "The starting HTML element"
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"name": "fallbackPrefix",
|
|
519
|
+
"type": {
|
|
520
|
+
"text": "string"
|
|
521
|
+
},
|
|
522
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
523
|
+
}
|
|
524
|
+
],
|
|
525
|
+
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
526
|
+
"privacy": "public"
|
|
527
|
+
}
|
|
528
|
+
],
|
|
529
|
+
"exports": [
|
|
530
|
+
{
|
|
531
|
+
"kind": "js",
|
|
532
|
+
"name": "assureDesignSystem",
|
|
533
|
+
"declaration": {
|
|
534
|
+
"name": "assureDesignSystem",
|
|
535
|
+
"module": "src/design-system/design-system.ts"
|
|
536
|
+
}
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"kind": "js",
|
|
540
|
+
"name": "getCurrentDesignSystem",
|
|
541
|
+
"declaration": {
|
|
542
|
+
"name": "getCurrentDesignSystem",
|
|
543
|
+
"module": "src/design-system/design-system.ts"
|
|
544
|
+
}
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"kind": "js",
|
|
548
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
549
|
+
"declaration": {
|
|
550
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
551
|
+
"module": "src/design-system/design-system.ts"
|
|
552
|
+
}
|
|
553
|
+
}
|
|
554
|
+
]
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"kind": "javascript-module",
|
|
558
|
+
"path": "src/design-system/index.ts",
|
|
559
|
+
"declarations": [],
|
|
560
|
+
"exports": [
|
|
561
|
+
{
|
|
562
|
+
"kind": "js",
|
|
563
|
+
"name": "*",
|
|
564
|
+
"declaration": {
|
|
565
|
+
"name": "*",
|
|
566
|
+
"package": "./design-system"
|
|
567
|
+
}
|
|
568
|
+
}
|
|
569
|
+
]
|
|
570
|
+
},
|
|
624
571
|
{
|
|
625
572
|
"kind": "javascript-module",
|
|
626
573
|
"path": "src/directives/index.ts",
|
|
@@ -644,6 +591,59 @@
|
|
|
644
591
|
}
|
|
645
592
|
]
|
|
646
593
|
},
|
|
594
|
+
{
|
|
595
|
+
"kind": "javascript-module",
|
|
596
|
+
"path": "src/decorators/index.ts",
|
|
597
|
+
"declarations": [],
|
|
598
|
+
"exports": [
|
|
599
|
+
{
|
|
600
|
+
"kind": "js",
|
|
601
|
+
"name": "*",
|
|
602
|
+
"declaration": {
|
|
603
|
+
"name": "*",
|
|
604
|
+
"package": "./renderOnChange"
|
|
605
|
+
}
|
|
606
|
+
}
|
|
607
|
+
]
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"kind": "javascript-module",
|
|
611
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
612
|
+
"declarations": [
|
|
613
|
+
{
|
|
614
|
+
"kind": "function",
|
|
615
|
+
"name": "renderOnChange",
|
|
616
|
+
"parameters": [
|
|
617
|
+
{
|
|
618
|
+
"name": "target",
|
|
619
|
+
"type": {
|
|
620
|
+
"text": "FASTElement & { render(): void }"
|
|
621
|
+
},
|
|
622
|
+
"description": "The target to define the property change handler on."
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"name": "name",
|
|
626
|
+
"type": {
|
|
627
|
+
"text": "string"
|
|
628
|
+
},
|
|
629
|
+
"description": "The property name."
|
|
630
|
+
}
|
|
631
|
+
],
|
|
632
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
633
|
+
"privacy": "public"
|
|
634
|
+
}
|
|
635
|
+
],
|
|
636
|
+
"exports": [
|
|
637
|
+
{
|
|
638
|
+
"kind": "js",
|
|
639
|
+
"name": "renderOnChange",
|
|
640
|
+
"declaration": {
|
|
641
|
+
"name": "renderOnChange",
|
|
642
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
643
|
+
}
|
|
644
|
+
}
|
|
645
|
+
]
|
|
646
|
+
},
|
|
647
647
|
{
|
|
648
648
|
"kind": "javascript-module",
|
|
649
649
|
"path": "src/encoding/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.421.1-FUI-2511.
|
|
4
|
+
"version": "14.421.1-FUI-2511.2",
|
|
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.421.1-FUI-2511.
|
|
33
|
-
"@genesislcap/genx": "14.421.1-FUI-2511.
|
|
34
|
-
"@genesislcap/rollup-builder": "14.421.1-FUI-2511.
|
|
35
|
-
"@genesislcap/ts-builder": "14.421.1-FUI-2511.
|
|
36
|
-
"@genesislcap/uvu-playwright-builder": "14.421.1-FUI-2511.
|
|
37
|
-
"@genesislcap/vite-builder": "14.421.1-FUI-2511.
|
|
38
|
-
"@genesislcap/webpack-builder": "14.421.1-FUI-2511.
|
|
32
|
+
"@genesislcap/foundation-testing": "14.421.1-FUI-2511.2",
|
|
33
|
+
"@genesislcap/genx": "14.421.1-FUI-2511.2",
|
|
34
|
+
"@genesislcap/rollup-builder": "14.421.1-FUI-2511.2",
|
|
35
|
+
"@genesislcap/ts-builder": "14.421.1-FUI-2511.2",
|
|
36
|
+
"@genesislcap/uvu-playwright-builder": "14.421.1-FUI-2511.2",
|
|
37
|
+
"@genesislcap/vite-builder": "14.421.1-FUI-2511.2",
|
|
38
|
+
"@genesislcap/webpack-builder": "14.421.1-FUI-2511.2",
|
|
39
39
|
"@types/json-schema": "^7.0.11"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@genesislcap/expression-builder": "14.421.1-FUI-2511.
|
|
43
|
-
"@genesislcap/foundation-logger": "14.421.1-FUI-2511.
|
|
42
|
+
"@genesislcap/expression-builder": "14.421.1-FUI-2511.2",
|
|
43
|
+
"@genesislcap/foundation-logger": "14.421.1-FUI-2511.2",
|
|
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": "18458029bcdb96e7528aed7813ae3f986ca810f5"
|
|
62
62
|
}
|