@genesislcap/foundation-utils 14.187.1-accessibility.1 → 14.187.1

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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +207 -207
  2. package/package.json +10 -10
@@ -1425,132 +1425,6 @@
1425
1425
  }
1426
1426
  ]
1427
1427
  },
1428
- {
1429
- "kind": "javascript-module",
1430
- "path": "src/state/index.ts",
1431
- "declarations": [],
1432
- "exports": [
1433
- {
1434
- "kind": "js",
1435
- "name": "*",
1436
- "declaration": {
1437
- "name": "*",
1438
- "package": "./reactive"
1439
- }
1440
- },
1441
- {
1442
- "kind": "js",
1443
- "name": "*",
1444
- "declaration": {
1445
- "name": "*",
1446
- "package": "./visitor"
1447
- }
1448
- }
1449
- ]
1450
- },
1451
- {
1452
- "kind": "javascript-module",
1453
- "path": "src/state/reactive.ts",
1454
- "declarations": [
1455
- {
1456
- "kind": "function",
1457
- "name": "reactive",
1458
- "return": {
1459
- "type": {
1460
- "text": ""
1461
- }
1462
- },
1463
- "parameters": [
1464
- {
1465
- "name": "object",
1466
- "type": {
1467
- "text": "T"
1468
- },
1469
- "description": "The object to make reactive."
1470
- },
1471
- {
1472
- "name": "deep",
1473
- "default": "false",
1474
- "description": "Indicates whether to deeply convert the object."
1475
- }
1476
- ],
1477
- "description": "Converts a plain object to a reactive, observable object."
1478
- }
1479
- ],
1480
- "exports": [
1481
- {
1482
- "kind": "js",
1483
- "name": "reactive",
1484
- "declaration": {
1485
- "name": "reactive",
1486
- "module": "src/state/reactive.ts"
1487
- }
1488
- }
1489
- ]
1490
- },
1491
- {
1492
- "kind": "javascript-module",
1493
- "path": "src/state/visitor.ts",
1494
- "declarations": [
1495
- {
1496
- "kind": "function",
1497
- "name": "visitObject",
1498
- "return": {
1499
- "type": {
1500
- "text": "void"
1501
- }
1502
- },
1503
- "parameters": [
1504
- {
1505
- "name": "object",
1506
- "type": {
1507
- "text": "any"
1508
- },
1509
- "description": "The object."
1510
- },
1511
- {
1512
- "name": "deep",
1513
- "type": {
1514
- "text": "boolean"
1515
- },
1516
- "description": "A flag to indicate if a recursive visit of sub objects should occur."
1517
- },
1518
- {
1519
- "name": "visitor",
1520
- "type": {
1521
- "text": "ObjectVisitor<TVisitorData>"
1522
- },
1523
- "description": "The defined {@link ObjectVisitor}logic.\n * "
1524
- },
1525
- {
1526
- "name": "data",
1527
- "type": {
1528
- "text": "TVisitorData"
1529
- },
1530
- "description": "Visitor data."
1531
- },
1532
- {
1533
- "name": "traversed",
1534
- "type": {
1535
- "text": "WeakSet<any> | Set<any>"
1536
- },
1537
- "description": "The traversed object set."
1538
- }
1539
- ],
1540
- "description": "Visit object utility."
1541
- }
1542
- ],
1543
- "exports": [
1544
- {
1545
- "kind": "js",
1546
- "name": "visitObject",
1547
- "declaration": {
1548
- "name": "visitObject",
1549
- "module": "src/state/visitor.ts"
1550
- }
1551
- }
1552
- ]
1553
- },
1554
1428
  {
1555
1429
  "kind": "javascript-module",
1556
1430
  "path": "src/styles/color.ts",
@@ -1900,7 +1774,7 @@
1900
1774
  },
1901
1775
  {
1902
1776
  "kind": "javascript-module",
1903
- "path": "src/utils/index.ts",
1777
+ "path": "src/uuid/index.ts",
1904
1778
  "declarations": [],
1905
1779
  "exports": [
1906
1780
  {
@@ -1908,34 +1782,36 @@
1908
1782
  "name": "*",
1909
1783
  "declaration": {
1910
1784
  "name": "*",
1911
- "package": "./logger"
1785
+ "package": "./uuid"
1912
1786
  }
1913
1787
  }
1914
1788
  ]
1915
1789
  },
1916
1790
  {
1917
1791
  "kind": "javascript-module",
1918
- "path": "src/utils/logger.ts",
1792
+ "path": "src/uuid/uuid.ts",
1919
1793
  "declarations": [
1920
1794
  {
1921
1795
  "kind": "variable",
1922
- "name": "logger"
1796
+ "name": "UUID",
1797
+ "description": "A dependency injection token for the UUID interface.",
1798
+ "privacy": "public"
1923
1799
  }
1924
1800
  ],
1925
1801
  "exports": [
1926
1802
  {
1927
1803
  "kind": "js",
1928
- "name": "logger",
1804
+ "name": "UUID",
1929
1805
  "declaration": {
1930
- "name": "logger",
1931
- "module": "src/utils/logger.ts"
1806
+ "name": "UUID",
1807
+ "module": "src/uuid/uuid.ts"
1932
1808
  }
1933
1809
  }
1934
1810
  ]
1935
1811
  },
1936
1812
  {
1937
1813
  "kind": "javascript-module",
1938
- "path": "src/uuid/index.ts",
1814
+ "path": "src/utils/index.ts",
1939
1815
  "declarations": [],
1940
1816
  "exports": [
1941
1817
  {
@@ -1943,29 +1819,27 @@
1943
1819
  "name": "*",
1944
1820
  "declaration": {
1945
1821
  "name": "*",
1946
- "package": "./uuid"
1822
+ "package": "./logger"
1947
1823
  }
1948
1824
  }
1949
1825
  ]
1950
1826
  },
1951
1827
  {
1952
1828
  "kind": "javascript-module",
1953
- "path": "src/uuid/uuid.ts",
1829
+ "path": "src/utils/logger.ts",
1954
1830
  "declarations": [
1955
1831
  {
1956
1832
  "kind": "variable",
1957
- "name": "UUID",
1958
- "description": "A dependency injection token for the UUID interface.",
1959
- "privacy": "public"
1833
+ "name": "logger"
1960
1834
  }
1961
1835
  ],
1962
1836
  "exports": [
1963
1837
  {
1964
1838
  "kind": "js",
1965
- "name": "UUID",
1839
+ "name": "logger",
1966
1840
  "declaration": {
1967
- "name": "UUID",
1968
- "module": "src/uuid/uuid.ts"
1841
+ "name": "logger",
1842
+ "module": "src/utils/logger.ts"
1969
1843
  }
1970
1844
  }
1971
1845
  ]
@@ -2207,71 +2081,6 @@
2207
2081
  }
2208
2082
  ]
2209
2083
  },
2210
- {
2211
- "kind": "javascript-module",
2212
- "path": "src/directives/when-else/index.ts",
2213
- "declarations": [],
2214
- "exports": [
2215
- {
2216
- "kind": "js",
2217
- "name": "*",
2218
- "declaration": {
2219
- "name": "*",
2220
- "package": "./when-else"
2221
- }
2222
- }
2223
- ]
2224
- },
2225
- {
2226
- "kind": "javascript-module",
2227
- "path": "src/directives/when-else/when-else.ts",
2228
- "declarations": [
2229
- {
2230
- "kind": "function",
2231
- "name": "whenElse",
2232
- "return": {
2233
- "type": {
2234
- "text": "CaptureType<TSource>"
2235
- }
2236
- },
2237
- "parameters": [
2238
- {
2239
- "name": "binding",
2240
- "type": {
2241
- "text": "Binding<TSource, TReturn>"
2242
- },
2243
- "description": "The condition to test for rendering."
2244
- },
2245
- {
2246
- "name": "trueTemplateOrTemplateBinding",
2247
- "type": {
2248
- "text": "WhenTemplate<TSource>"
2249
- },
2250
- "description": "The template or a binding that gets the template to render when the condition is true."
2251
- },
2252
- {
2253
- "name": "falseTemplateOrTemplateBinding",
2254
- "type": {
2255
- "text": "WhenTemplate<TSource>"
2256
- },
2257
- "description": "The template or a binding that gets the template to render when the condition is false."
2258
- }
2259
- ],
2260
- "description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
2261
- "privacy": "public"
2262
- }
2263
- ],
2264
- "exports": [
2265
- {
2266
- "kind": "js",
2267
- "name": "whenElse",
2268
- "declaration": {
2269
- "name": "whenElse",
2270
- "module": "src/directives/when-else/when-else.ts"
2271
- }
2272
- }
2273
- ]
2274
- },
2275
2084
  {
2276
2085
  "kind": "javascript-module",
2277
2086
  "path": "src/mappers/dto/index.ts",
@@ -2372,6 +2181,71 @@
2372
2181
  "declarations": [],
2373
2182
  "exports": []
2374
2183
  },
2184
+ {
2185
+ "kind": "javascript-module",
2186
+ "path": "src/directives/when-else/index.ts",
2187
+ "declarations": [],
2188
+ "exports": [
2189
+ {
2190
+ "kind": "js",
2191
+ "name": "*",
2192
+ "declaration": {
2193
+ "name": "*",
2194
+ "package": "./when-else"
2195
+ }
2196
+ }
2197
+ ]
2198
+ },
2199
+ {
2200
+ "kind": "javascript-module",
2201
+ "path": "src/directives/when-else/when-else.ts",
2202
+ "declarations": [
2203
+ {
2204
+ "kind": "function",
2205
+ "name": "whenElse",
2206
+ "return": {
2207
+ "type": {
2208
+ "text": "CaptureType<TSource>"
2209
+ }
2210
+ },
2211
+ "parameters": [
2212
+ {
2213
+ "name": "binding",
2214
+ "type": {
2215
+ "text": "Binding<TSource, TReturn>"
2216
+ },
2217
+ "description": "The condition to test for rendering."
2218
+ },
2219
+ {
2220
+ "name": "trueTemplateOrTemplateBinding",
2221
+ "type": {
2222
+ "text": "WhenTemplate<TSource>"
2223
+ },
2224
+ "description": "The template or a binding that gets the template to render when the condition is true."
2225
+ },
2226
+ {
2227
+ "name": "falseTemplateOrTemplateBinding",
2228
+ "type": {
2229
+ "text": "WhenTemplate<TSource>"
2230
+ },
2231
+ "description": "The template or a binding that gets the template to render when the condition is false."
2232
+ }
2233
+ ],
2234
+ "description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
2235
+ "privacy": "public"
2236
+ }
2237
+ ],
2238
+ "exports": [
2239
+ {
2240
+ "kind": "js",
2241
+ "name": "whenElse",
2242
+ "declaration": {
2243
+ "name": "whenElse",
2244
+ "module": "src/directives/when-else/when-else.ts"
2245
+ }
2246
+ }
2247
+ ]
2248
+ },
2375
2249
  {
2376
2250
  "kind": "javascript-module",
2377
2251
  "path": "src/mixins/lifecycle/index.ts",
@@ -2583,6 +2457,132 @@
2583
2457
  }
2584
2458
  ]
2585
2459
  },
2460
+ {
2461
+ "kind": "javascript-module",
2462
+ "path": "src/state/index.ts",
2463
+ "declarations": [],
2464
+ "exports": [
2465
+ {
2466
+ "kind": "js",
2467
+ "name": "*",
2468
+ "declaration": {
2469
+ "name": "*",
2470
+ "package": "./reactive"
2471
+ }
2472
+ },
2473
+ {
2474
+ "kind": "js",
2475
+ "name": "*",
2476
+ "declaration": {
2477
+ "name": "*",
2478
+ "package": "./visitor"
2479
+ }
2480
+ }
2481
+ ]
2482
+ },
2483
+ {
2484
+ "kind": "javascript-module",
2485
+ "path": "src/state/reactive.ts",
2486
+ "declarations": [
2487
+ {
2488
+ "kind": "function",
2489
+ "name": "reactive",
2490
+ "return": {
2491
+ "type": {
2492
+ "text": ""
2493
+ }
2494
+ },
2495
+ "parameters": [
2496
+ {
2497
+ "name": "object",
2498
+ "type": {
2499
+ "text": "T"
2500
+ },
2501
+ "description": "The object to make reactive."
2502
+ },
2503
+ {
2504
+ "name": "deep",
2505
+ "default": "false",
2506
+ "description": "Indicates whether to deeply convert the object."
2507
+ }
2508
+ ],
2509
+ "description": "Converts a plain object to a reactive, observable object."
2510
+ }
2511
+ ],
2512
+ "exports": [
2513
+ {
2514
+ "kind": "js",
2515
+ "name": "reactive",
2516
+ "declaration": {
2517
+ "name": "reactive",
2518
+ "module": "src/state/reactive.ts"
2519
+ }
2520
+ }
2521
+ ]
2522
+ },
2523
+ {
2524
+ "kind": "javascript-module",
2525
+ "path": "src/state/visitor.ts",
2526
+ "declarations": [
2527
+ {
2528
+ "kind": "function",
2529
+ "name": "visitObject",
2530
+ "return": {
2531
+ "type": {
2532
+ "text": "void"
2533
+ }
2534
+ },
2535
+ "parameters": [
2536
+ {
2537
+ "name": "object",
2538
+ "type": {
2539
+ "text": "any"
2540
+ },
2541
+ "description": "The object."
2542
+ },
2543
+ {
2544
+ "name": "deep",
2545
+ "type": {
2546
+ "text": "boolean"
2547
+ },
2548
+ "description": "A flag to indicate if a recursive visit of sub objects should occur."
2549
+ },
2550
+ {
2551
+ "name": "visitor",
2552
+ "type": {
2553
+ "text": "ObjectVisitor<TVisitorData>"
2554
+ },
2555
+ "description": "The defined {@link ObjectVisitor}logic.\n * "
2556
+ },
2557
+ {
2558
+ "name": "data",
2559
+ "type": {
2560
+ "text": "TVisitorData"
2561
+ },
2562
+ "description": "Visitor data."
2563
+ },
2564
+ {
2565
+ "name": "traversed",
2566
+ "type": {
2567
+ "text": "WeakSet<any> | Set<any>"
2568
+ },
2569
+ "description": "The traversed object set."
2570
+ }
2571
+ ],
2572
+ "description": "Visit object utility."
2573
+ }
2574
+ ],
2575
+ "exports": [
2576
+ {
2577
+ "kind": "js",
2578
+ "name": "visitObject",
2579
+ "declaration": {
2580
+ "name": "visitObject",
2581
+ "module": "src/state/visitor.ts"
2582
+ }
2583
+ }
2584
+ ]
2585
+ },
2586
2586
  {
2587
2587
  "kind": "javascript-module",
2588
2588
  "path": "src/serializers/json/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.187.1-accessibility.1",
4
+ "version": "14.187.1",
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.187.1-accessibility.1",
31
- "@genesislcap/genx": "14.187.1-accessibility.1",
32
- "@genesislcap/rollup-builder": "14.187.1-accessibility.1",
33
- "@genesislcap/ts-builder": "14.187.1-accessibility.1",
34
- "@genesislcap/uvu-playwright-builder": "14.187.1-accessibility.1",
35
- "@genesislcap/vite-builder": "14.187.1-accessibility.1",
36
- "@genesislcap/webpack-builder": "14.187.1-accessibility.1",
30
+ "@genesislcap/foundation-testing": "14.187.1",
31
+ "@genesislcap/genx": "14.187.1",
32
+ "@genesislcap/rollup-builder": "14.187.1",
33
+ "@genesislcap/ts-builder": "14.187.1",
34
+ "@genesislcap/uvu-playwright-builder": "14.187.1",
35
+ "@genesislcap/vite-builder": "14.187.1",
36
+ "@genesislcap/webpack-builder": "14.187.1",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.187.1-accessibility.1",
40
+ "@genesislcap/foundation-logger": "14.187.1",
41
41
  "@microsoft/fast-components": "^2.30.6",
42
42
  "@microsoft/fast-element": "^1.12.0",
43
43
  "@microsoft/fast-foundation": "^2.49.4",
@@ -54,5 +54,5 @@
54
54
  "access": "public"
55
55
  },
56
56
  "customElements": "dist/custom-elements.json",
57
- "gitHead": "e798cfd3061012fb058a61b92406bc8f92363e9f"
57
+ "gitHead": "ed7f2594a168c5d92f448fc0c65566a9f1074acb"
58
58
  }