@genesislcap/foundation-utils 14.177.2 → 14.178.0
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 +328 -328
- package/package.json +10 -10
|
@@ -357,56 +357,6 @@
|
|
|
357
357
|
}
|
|
358
358
|
]
|
|
359
359
|
},
|
|
360
|
-
{
|
|
361
|
-
"kind": "javascript-module",
|
|
362
|
-
"path": "src/design-system/design-system.ts",
|
|
363
|
-
"declarations": [
|
|
364
|
-
{
|
|
365
|
-
"kind": "function",
|
|
366
|
-
"name": "assureDesignSystem",
|
|
367
|
-
"return": {
|
|
368
|
-
"type": {
|
|
369
|
-
"text": "DesignSystemModule"
|
|
370
|
-
}
|
|
371
|
-
},
|
|
372
|
-
"parameters": [
|
|
373
|
-
{
|
|
374
|
-
"name": "module",
|
|
375
|
-
"type": {
|
|
376
|
-
"text": "DesignSystemModule"
|
|
377
|
-
}
|
|
378
|
-
}
|
|
379
|
-
],
|
|
380
|
-
"description": "assureDesignSystem.",
|
|
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
|
-
},
|
|
395
|
-
{
|
|
396
|
-
"kind": "javascript-module",
|
|
397
|
-
"path": "src/design-system/index.ts",
|
|
398
|
-
"declarations": [],
|
|
399
|
-
"exports": [
|
|
400
|
-
{
|
|
401
|
-
"kind": "js",
|
|
402
|
-
"name": "*",
|
|
403
|
-
"declaration": {
|
|
404
|
-
"name": "*",
|
|
405
|
-
"package": "./design-system"
|
|
406
|
-
}
|
|
407
|
-
}
|
|
408
|
-
]
|
|
409
|
-
},
|
|
410
360
|
{
|
|
411
361
|
"kind": "javascript-module",
|
|
412
362
|
"path": "src/decorators/index.ts",
|
|
@@ -460,6 +410,56 @@
|
|
|
460
410
|
}
|
|
461
411
|
]
|
|
462
412
|
},
|
|
413
|
+
{
|
|
414
|
+
"kind": "javascript-module",
|
|
415
|
+
"path": "src/design-system/design-system.ts",
|
|
416
|
+
"declarations": [
|
|
417
|
+
{
|
|
418
|
+
"kind": "function",
|
|
419
|
+
"name": "assureDesignSystem",
|
|
420
|
+
"return": {
|
|
421
|
+
"type": {
|
|
422
|
+
"text": "DesignSystemModule"
|
|
423
|
+
}
|
|
424
|
+
},
|
|
425
|
+
"parameters": [
|
|
426
|
+
{
|
|
427
|
+
"name": "module",
|
|
428
|
+
"type": {
|
|
429
|
+
"text": "DesignSystemModule"
|
|
430
|
+
}
|
|
431
|
+
}
|
|
432
|
+
],
|
|
433
|
+
"description": "assureDesignSystem.",
|
|
434
|
+
"privacy": "public"
|
|
435
|
+
}
|
|
436
|
+
],
|
|
437
|
+
"exports": [
|
|
438
|
+
{
|
|
439
|
+
"kind": "js",
|
|
440
|
+
"name": "assureDesignSystem",
|
|
441
|
+
"declaration": {
|
|
442
|
+
"name": "assureDesignSystem",
|
|
443
|
+
"module": "src/design-system/design-system.ts"
|
|
444
|
+
}
|
|
445
|
+
}
|
|
446
|
+
]
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"kind": "javascript-module",
|
|
450
|
+
"path": "src/design-system/index.ts",
|
|
451
|
+
"declarations": [],
|
|
452
|
+
"exports": [
|
|
453
|
+
{
|
|
454
|
+
"kind": "js",
|
|
455
|
+
"name": "*",
|
|
456
|
+
"declaration": {
|
|
457
|
+
"name": "*",
|
|
458
|
+
"package": "./design-system"
|
|
459
|
+
}
|
|
460
|
+
}
|
|
461
|
+
]
|
|
462
|
+
},
|
|
463
463
|
{
|
|
464
464
|
"kind": "javascript-module",
|
|
465
465
|
"path": "src/directives/index.ts",
|
|
@@ -1551,6 +1551,41 @@
|
|
|
1551
1551
|
}
|
|
1552
1552
|
]
|
|
1553
1553
|
},
|
|
1554
|
+
{
|
|
1555
|
+
"kind": "javascript-module",
|
|
1556
|
+
"path": "src/utils/index.ts",
|
|
1557
|
+
"declarations": [],
|
|
1558
|
+
"exports": [
|
|
1559
|
+
{
|
|
1560
|
+
"kind": "js",
|
|
1561
|
+
"name": "*",
|
|
1562
|
+
"declaration": {
|
|
1563
|
+
"name": "*",
|
|
1564
|
+
"package": "./logger"
|
|
1565
|
+
}
|
|
1566
|
+
}
|
|
1567
|
+
]
|
|
1568
|
+
},
|
|
1569
|
+
{
|
|
1570
|
+
"kind": "javascript-module",
|
|
1571
|
+
"path": "src/utils/logger.ts",
|
|
1572
|
+
"declarations": [
|
|
1573
|
+
{
|
|
1574
|
+
"kind": "variable",
|
|
1575
|
+
"name": "logger"
|
|
1576
|
+
}
|
|
1577
|
+
],
|
|
1578
|
+
"exports": [
|
|
1579
|
+
{
|
|
1580
|
+
"kind": "js",
|
|
1581
|
+
"name": "logger",
|
|
1582
|
+
"declaration": {
|
|
1583
|
+
"name": "logger",
|
|
1584
|
+
"module": "src/utils/logger.ts"
|
|
1585
|
+
}
|
|
1586
|
+
}
|
|
1587
|
+
]
|
|
1588
|
+
},
|
|
1554
1589
|
{
|
|
1555
1590
|
"kind": "javascript-module",
|
|
1556
1591
|
"path": "src/styles/color.ts",
|
|
@@ -1898,41 +1933,6 @@
|
|
|
1898
1933
|
}
|
|
1899
1934
|
]
|
|
1900
1935
|
},
|
|
1901
|
-
{
|
|
1902
|
-
"kind": "javascript-module",
|
|
1903
|
-
"path": "src/utils/index.ts",
|
|
1904
|
-
"declarations": [],
|
|
1905
|
-
"exports": [
|
|
1906
|
-
{
|
|
1907
|
-
"kind": "js",
|
|
1908
|
-
"name": "*",
|
|
1909
|
-
"declaration": {
|
|
1910
|
-
"name": "*",
|
|
1911
|
-
"package": "./logger"
|
|
1912
|
-
}
|
|
1913
|
-
}
|
|
1914
|
-
]
|
|
1915
|
-
},
|
|
1916
|
-
{
|
|
1917
|
-
"kind": "javascript-module",
|
|
1918
|
-
"path": "src/utils/logger.ts",
|
|
1919
|
-
"declarations": [
|
|
1920
|
-
{
|
|
1921
|
-
"kind": "variable",
|
|
1922
|
-
"name": "logger"
|
|
1923
|
-
}
|
|
1924
|
-
],
|
|
1925
|
-
"exports": [
|
|
1926
|
-
{
|
|
1927
|
-
"kind": "js",
|
|
1928
|
-
"name": "logger",
|
|
1929
|
-
"declaration": {
|
|
1930
|
-
"name": "logger",
|
|
1931
|
-
"module": "src/utils/logger.ts"
|
|
1932
|
-
}
|
|
1933
|
-
}
|
|
1934
|
-
]
|
|
1935
|
-
},
|
|
1936
1936
|
{
|
|
1937
1937
|
"kind": "javascript-module",
|
|
1938
1938
|
"path": "src/uuid/index.ts",
|
|
@@ -1972,7 +1972,7 @@
|
|
|
1972
1972
|
},
|
|
1973
1973
|
{
|
|
1974
1974
|
"kind": "javascript-module",
|
|
1975
|
-
"path": "src/
|
|
1975
|
+
"path": "src/directives/sync/index.ts",
|
|
1976
1976
|
"declarations": [],
|
|
1977
1977
|
"exports": [
|
|
1978
1978
|
{
|
|
@@ -1980,147 +1980,153 @@
|
|
|
1980
1980
|
"name": "*",
|
|
1981
1981
|
"declaration": {
|
|
1982
1982
|
"name": "*",
|
|
1983
|
-
"package": "./
|
|
1983
|
+
"package": "./sync"
|
|
1984
1984
|
}
|
|
1985
1985
|
}
|
|
1986
1986
|
]
|
|
1987
1987
|
},
|
|
1988
1988
|
{
|
|
1989
1989
|
"kind": "javascript-module",
|
|
1990
|
-
"path": "src/
|
|
1990
|
+
"path": "src/directives/sync/sync.ts",
|
|
1991
1991
|
"declarations": [
|
|
1992
|
-
{
|
|
1993
|
-
"kind": "function",
|
|
1994
|
-
"name": "inIFrame",
|
|
1995
|
-
"return": {
|
|
1996
|
-
"type": {
|
|
1997
|
-
"text": ""
|
|
1998
|
-
}
|
|
1999
|
-
},
|
|
2000
|
-
"description": "Returns a boolean value indicating whether the current window is inside an iframe.",
|
|
2001
|
-
"privacy": "public"
|
|
2002
|
-
},
|
|
2003
|
-
{
|
|
2004
|
-
"kind": "function",
|
|
2005
|
-
"name": "inSymphonyDesktop",
|
|
2006
|
-
"return": {
|
|
2007
|
-
"type": {
|
|
2008
|
-
"text": ""
|
|
2009
|
-
}
|
|
2010
|
-
},
|
|
2011
|
-
"description": "Returns a boolean value indicating whether the user is running the Symphony desktop app.",
|
|
2012
|
-
"privacy": "public"
|
|
2013
|
-
},
|
|
2014
|
-
{
|
|
2015
|
-
"kind": "variable",
|
|
2016
|
-
"name": "POPUP_DEFAULT_WIDTH",
|
|
2017
|
-
"type": {
|
|
2018
|
-
"text": "number"
|
|
2019
|
-
},
|
|
2020
|
-
"default": "483",
|
|
2021
|
-
"description": "The default width (in pixels) for pop-up windows.",
|
|
2022
|
-
"privacy": "public"
|
|
2023
|
-
},
|
|
2024
1992
|
{
|
|
2025
1993
|
"kind": "variable",
|
|
2026
|
-
"name": "
|
|
1994
|
+
"name": "defaultEventMap",
|
|
2027
1995
|
"type": {
|
|
2028
|
-
"text": "
|
|
1996
|
+
"text": "Map<string, EventName>"
|
|
2029
1997
|
},
|
|
2030
|
-
"default": "
|
|
2031
|
-
"description": "
|
|
1998
|
+
"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])",
|
|
1999
|
+
"description": "A map that associates specific HTML element tags with their corresponding default event names.",
|
|
2032
2000
|
"privacy": "public"
|
|
2033
2001
|
},
|
|
2034
2002
|
{
|
|
2035
2003
|
"kind": "function",
|
|
2036
|
-
"name": "
|
|
2004
|
+
"name": "sync",
|
|
2037
2005
|
"return": {
|
|
2038
2006
|
"type": {
|
|
2039
|
-
"text": ""
|
|
2007
|
+
"text": "CaptureType<TSource>"
|
|
2040
2008
|
}
|
|
2041
2009
|
},
|
|
2042
2010
|
"parameters": [
|
|
2043
2011
|
{
|
|
2044
|
-
"name": "
|
|
2012
|
+
"name": "binding",
|
|
2045
2013
|
"type": {
|
|
2046
|
-
"text": "
|
|
2047
|
-
}
|
|
2048
|
-
"description": "The URL to navigate to."
|
|
2014
|
+
"text": "Binding<TSource, TReturn>"
|
|
2015
|
+
}
|
|
2049
2016
|
},
|
|
2050
2017
|
{
|
|
2051
|
-
"name": "
|
|
2018
|
+
"name": "conversionType",
|
|
2019
|
+
"default": "'string'",
|
|
2052
2020
|
"type": {
|
|
2053
|
-
"text": "
|
|
2054
|
-
}
|
|
2055
|
-
"description": "The name of the new window."
|
|
2021
|
+
"text": "ConversionType"
|
|
2022
|
+
}
|
|
2056
2023
|
},
|
|
2057
2024
|
{
|
|
2058
|
-
"name": "
|
|
2059
|
-
"default": "
|
|
2025
|
+
"name": "eventName",
|
|
2026
|
+
"default": "'default'",
|
|
2060
2027
|
"type": {
|
|
2061
|
-
"text": "
|
|
2062
|
-
}
|
|
2063
|
-
"description": "The width of the new window (optional)."
|
|
2028
|
+
"text": "EventName"
|
|
2029
|
+
}
|
|
2064
2030
|
},
|
|
2065
2031
|
{
|
|
2066
|
-
"name": "
|
|
2067
|
-
"
|
|
2032
|
+
"name": "keyAttr",
|
|
2033
|
+
"optional": true,
|
|
2068
2034
|
"type": {
|
|
2069
|
-
"text": "
|
|
2070
|
-
}
|
|
2071
|
-
"description": "The height of the new window (optional)."
|
|
2035
|
+
"text": "string"
|
|
2036
|
+
}
|
|
2072
2037
|
}
|
|
2073
2038
|
],
|
|
2074
|
-
"description": "
|
|
2039
|
+
"description": "Creates a synchronization directive that binds a data source to an HTML element,",
|
|
2075
2040
|
"privacy": "public"
|
|
2076
2041
|
}
|
|
2077
2042
|
],
|
|
2078
2043
|
"exports": [
|
|
2079
2044
|
{
|
|
2080
2045
|
"kind": "js",
|
|
2081
|
-
"name": "
|
|
2046
|
+
"name": "defaultEventMap",
|
|
2082
2047
|
"declaration": {
|
|
2083
|
-
"name": "
|
|
2084
|
-
"module": "src/
|
|
2048
|
+
"name": "defaultEventMap",
|
|
2049
|
+
"module": "src/directives/sync/sync.ts"
|
|
2085
2050
|
}
|
|
2086
2051
|
},
|
|
2087
2052
|
{
|
|
2088
2053
|
"kind": "js",
|
|
2089
|
-
"name": "
|
|
2054
|
+
"name": "sync",
|
|
2090
2055
|
"declaration": {
|
|
2091
|
-
"name": "
|
|
2092
|
-
"module": "src/
|
|
2056
|
+
"name": "sync",
|
|
2057
|
+
"module": "src/directives/sync/sync.ts"
|
|
2093
2058
|
}
|
|
2094
|
-
}
|
|
2059
|
+
}
|
|
2060
|
+
]
|
|
2061
|
+
},
|
|
2062
|
+
{
|
|
2063
|
+
"kind": "javascript-module",
|
|
2064
|
+
"path": "src/directives/when-else/index.ts",
|
|
2065
|
+
"declarations": [],
|
|
2066
|
+
"exports": [
|
|
2095
2067
|
{
|
|
2096
2068
|
"kind": "js",
|
|
2097
|
-
"name": "
|
|
2069
|
+
"name": "*",
|
|
2098
2070
|
"declaration": {
|
|
2099
|
-
"name": "
|
|
2100
|
-
"
|
|
2071
|
+
"name": "*",
|
|
2072
|
+
"package": "./when-else"
|
|
2101
2073
|
}
|
|
2102
|
-
}
|
|
2074
|
+
}
|
|
2075
|
+
]
|
|
2076
|
+
},
|
|
2077
|
+
{
|
|
2078
|
+
"kind": "javascript-module",
|
|
2079
|
+
"path": "src/directives/when-else/when-else.ts",
|
|
2080
|
+
"declarations": [
|
|
2103
2081
|
{
|
|
2104
|
-
"kind": "
|
|
2105
|
-
"name": "
|
|
2106
|
-
"
|
|
2107
|
-
"
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2082
|
+
"kind": "function",
|
|
2083
|
+
"name": "whenElse",
|
|
2084
|
+
"return": {
|
|
2085
|
+
"type": {
|
|
2086
|
+
"text": "CaptureType<TSource>"
|
|
2087
|
+
}
|
|
2088
|
+
},
|
|
2089
|
+
"parameters": [
|
|
2090
|
+
{
|
|
2091
|
+
"name": "binding",
|
|
2092
|
+
"type": {
|
|
2093
|
+
"text": "Binding<TSource, TReturn>"
|
|
2094
|
+
},
|
|
2095
|
+
"description": "The condition to test for rendering."
|
|
2096
|
+
},
|
|
2097
|
+
{
|
|
2098
|
+
"name": "trueTemplateOrTemplateBinding",
|
|
2099
|
+
"type": {
|
|
2100
|
+
"text": "WhenTemplate<TSource>"
|
|
2101
|
+
},
|
|
2102
|
+
"description": "The template or a binding that gets the template to render when the condition is true."
|
|
2103
|
+
},
|
|
2104
|
+
{
|
|
2105
|
+
"name": "falseTemplateOrTemplateBinding",
|
|
2106
|
+
"type": {
|
|
2107
|
+
"text": "WhenTemplate<TSource>"
|
|
2108
|
+
},
|
|
2109
|
+
"description": "The template or a binding that gets the template to render when the condition is false."
|
|
2110
|
+
}
|
|
2111
|
+
],
|
|
2112
|
+
"description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
|
|
2113
|
+
"privacy": "public"
|
|
2114
|
+
}
|
|
2115
|
+
],
|
|
2116
|
+
"exports": [
|
|
2111
2117
|
{
|
|
2112
2118
|
"kind": "js",
|
|
2113
|
-
"name": "
|
|
2119
|
+
"name": "whenElse",
|
|
2114
2120
|
"declaration": {
|
|
2115
|
-
"name": "
|
|
2116
|
-
"module": "src/
|
|
2121
|
+
"name": "whenElse",
|
|
2122
|
+
"module": "src/directives/when-else/when-else.ts"
|
|
2117
2123
|
}
|
|
2118
2124
|
}
|
|
2119
2125
|
]
|
|
2120
2126
|
},
|
|
2121
2127
|
{
|
|
2122
2128
|
"kind": "javascript-module",
|
|
2123
|
-
"path": "src/
|
|
2129
|
+
"path": "src/window/index.ts",
|
|
2124
2130
|
"declarations": [],
|
|
2125
2131
|
"exports": [
|
|
2126
2132
|
{
|
|
@@ -2128,88 +2134,147 @@
|
|
|
2128
2134
|
"name": "*",
|
|
2129
2135
|
"declaration": {
|
|
2130
2136
|
"name": "*",
|
|
2131
|
-
"package": "./
|
|
2137
|
+
"package": "./window"
|
|
2132
2138
|
}
|
|
2133
2139
|
}
|
|
2134
2140
|
]
|
|
2135
2141
|
},
|
|
2136
2142
|
{
|
|
2137
2143
|
"kind": "javascript-module",
|
|
2138
|
-
"path": "src/
|
|
2144
|
+
"path": "src/window/window.ts",
|
|
2139
2145
|
"declarations": [
|
|
2146
|
+
{
|
|
2147
|
+
"kind": "function",
|
|
2148
|
+
"name": "inIFrame",
|
|
2149
|
+
"return": {
|
|
2150
|
+
"type": {
|
|
2151
|
+
"text": ""
|
|
2152
|
+
}
|
|
2153
|
+
},
|
|
2154
|
+
"description": "Returns a boolean value indicating whether the current window is inside an iframe.",
|
|
2155
|
+
"privacy": "public"
|
|
2156
|
+
},
|
|
2157
|
+
{
|
|
2158
|
+
"kind": "function",
|
|
2159
|
+
"name": "inSymphonyDesktop",
|
|
2160
|
+
"return": {
|
|
2161
|
+
"type": {
|
|
2162
|
+
"text": ""
|
|
2163
|
+
}
|
|
2164
|
+
},
|
|
2165
|
+
"description": "Returns a boolean value indicating whether the user is running the Symphony desktop app.",
|
|
2166
|
+
"privacy": "public"
|
|
2167
|
+
},
|
|
2140
2168
|
{
|
|
2141
2169
|
"kind": "variable",
|
|
2142
|
-
"name": "
|
|
2170
|
+
"name": "POPUP_DEFAULT_WIDTH",
|
|
2143
2171
|
"type": {
|
|
2144
|
-
"text": "
|
|
2172
|
+
"text": "number"
|
|
2145
2173
|
},
|
|
2146
|
-
"default": "
|
|
2147
|
-
"description": "
|
|
2174
|
+
"default": "483",
|
|
2175
|
+
"description": "The default width (in pixels) for pop-up windows.",
|
|
2176
|
+
"privacy": "public"
|
|
2177
|
+
},
|
|
2178
|
+
{
|
|
2179
|
+
"kind": "variable",
|
|
2180
|
+
"name": "POPUP_DEFAULT_HEIGHT",
|
|
2181
|
+
"type": {
|
|
2182
|
+
"text": "number"
|
|
2183
|
+
},
|
|
2184
|
+
"default": "600",
|
|
2185
|
+
"description": "The default height (in pixels) for pop-up windows.",
|
|
2148
2186
|
"privacy": "public"
|
|
2149
2187
|
},
|
|
2150
2188
|
{
|
|
2151
2189
|
"kind": "function",
|
|
2152
|
-
"name": "
|
|
2190
|
+
"name": "openPopup",
|
|
2153
2191
|
"return": {
|
|
2154
2192
|
"type": {
|
|
2155
|
-
"text": "
|
|
2193
|
+
"text": ""
|
|
2156
2194
|
}
|
|
2157
2195
|
},
|
|
2158
2196
|
"parameters": [
|
|
2159
2197
|
{
|
|
2160
|
-
"name": "
|
|
2198
|
+
"name": "urlNavigate",
|
|
2161
2199
|
"type": {
|
|
2162
|
-
"text": "
|
|
2163
|
-
}
|
|
2200
|
+
"text": "string"
|
|
2201
|
+
},
|
|
2202
|
+
"description": "The URL to navigate to."
|
|
2164
2203
|
},
|
|
2165
2204
|
{
|
|
2166
|
-
"name": "
|
|
2167
|
-
"default": "'string'",
|
|
2205
|
+
"name": "target",
|
|
2168
2206
|
"type": {
|
|
2169
|
-
"text": "
|
|
2170
|
-
}
|
|
2207
|
+
"text": "string"
|
|
2208
|
+
},
|
|
2209
|
+
"description": "The name of the new window."
|
|
2171
2210
|
},
|
|
2172
2211
|
{
|
|
2173
|
-
"name": "
|
|
2174
|
-
"default": "
|
|
2212
|
+
"name": "popUpWidth",
|
|
2213
|
+
"default": "POPUP_DEFAULT_WIDTH",
|
|
2175
2214
|
"type": {
|
|
2176
|
-
"text": "
|
|
2177
|
-
}
|
|
2215
|
+
"text": "number"
|
|
2216
|
+
},
|
|
2217
|
+
"description": "The width of the new window (optional)."
|
|
2178
2218
|
},
|
|
2179
2219
|
{
|
|
2180
|
-
"name": "
|
|
2181
|
-
"
|
|
2220
|
+
"name": "popUpHeight",
|
|
2221
|
+
"default": "POPUP_DEFAULT_HEIGHT",
|
|
2182
2222
|
"type": {
|
|
2183
|
-
"text": "
|
|
2184
|
-
}
|
|
2223
|
+
"text": "number"
|
|
2224
|
+
},
|
|
2225
|
+
"description": "The height of the new window (optional)."
|
|
2185
2226
|
}
|
|
2186
2227
|
],
|
|
2187
|
-
"description": "
|
|
2228
|
+
"description": "Opens a new browser window with the specified URL, target, width, and height.",
|
|
2188
2229
|
"privacy": "public"
|
|
2189
2230
|
}
|
|
2190
2231
|
],
|
|
2191
2232
|
"exports": [
|
|
2192
2233
|
{
|
|
2193
2234
|
"kind": "js",
|
|
2194
|
-
"name": "
|
|
2235
|
+
"name": "inIFrame",
|
|
2195
2236
|
"declaration": {
|
|
2196
|
-
"name": "
|
|
2197
|
-
"module": "src/
|
|
2237
|
+
"name": "inIFrame",
|
|
2238
|
+
"module": "src/window/window.ts"
|
|
2198
2239
|
}
|
|
2199
2240
|
},
|
|
2200
2241
|
{
|
|
2201
2242
|
"kind": "js",
|
|
2202
|
-
"name": "
|
|
2243
|
+
"name": "inSymphonyDesktop",
|
|
2203
2244
|
"declaration": {
|
|
2204
|
-
"name": "
|
|
2205
|
-
"module": "src/
|
|
2245
|
+
"name": "inSymphonyDesktop",
|
|
2246
|
+
"module": "src/window/window.ts"
|
|
2247
|
+
}
|
|
2248
|
+
},
|
|
2249
|
+
{
|
|
2250
|
+
"kind": "js",
|
|
2251
|
+
"name": "POPUP_DEFAULT_WIDTH",
|
|
2252
|
+
"declaration": {
|
|
2253
|
+
"name": "POPUP_DEFAULT_WIDTH",
|
|
2254
|
+
"module": "src/window/window.ts"
|
|
2255
|
+
}
|
|
2256
|
+
},
|
|
2257
|
+
{
|
|
2258
|
+
"kind": "js",
|
|
2259
|
+
"name": "POPUP_DEFAULT_HEIGHT",
|
|
2260
|
+
"declaration": {
|
|
2261
|
+
"name": "POPUP_DEFAULT_HEIGHT",
|
|
2262
|
+
"module": "src/window/window.ts"
|
|
2263
|
+
}
|
|
2264
|
+
},
|
|
2265
|
+
{
|
|
2266
|
+
"kind": "js",
|
|
2267
|
+
"name": "openPopup",
|
|
2268
|
+
"declaration": {
|
|
2269
|
+
"name": "openPopup",
|
|
2270
|
+
"module": "src/window/window.ts"
|
|
2206
2271
|
}
|
|
2207
2272
|
}
|
|
2208
2273
|
]
|
|
2209
2274
|
},
|
|
2210
2275
|
{
|
|
2211
2276
|
"kind": "javascript-module",
|
|
2212
|
-
"path": "src/
|
|
2277
|
+
"path": "src/mappers/dto/index.ts",
|
|
2213
2278
|
"declarations": [],
|
|
2214
2279
|
"exports": [
|
|
2215
2280
|
{
|
|
@@ -2217,61 +2282,96 @@
|
|
|
2217
2282
|
"name": "*",
|
|
2218
2283
|
"declaration": {
|
|
2219
2284
|
"name": "*",
|
|
2220
|
-
"package": "./
|
|
2285
|
+
"package": "./serverRow"
|
|
2286
|
+
}
|
|
2287
|
+
},
|
|
2288
|
+
{
|
|
2289
|
+
"kind": "js",
|
|
2290
|
+
"name": "*",
|
|
2291
|
+
"declaration": {
|
|
2292
|
+
"name": "*",
|
|
2293
|
+
"package": "./types"
|
|
2221
2294
|
}
|
|
2222
2295
|
}
|
|
2223
2296
|
]
|
|
2224
2297
|
},
|
|
2225
2298
|
{
|
|
2226
2299
|
"kind": "javascript-module",
|
|
2227
|
-
"path": "src/
|
|
2300
|
+
"path": "src/mappers/dto/serverRow.ts",
|
|
2228
2301
|
"declarations": [
|
|
2229
2302
|
{
|
|
2230
|
-
"kind": "
|
|
2231
|
-
"
|
|
2232
|
-
"
|
|
2233
|
-
|
|
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
|
-
},
|
|
2303
|
+
"kind": "class",
|
|
2304
|
+
"description": "The default `ServerRowDTOMapper`.",
|
|
2305
|
+
"name": "DefaultServerRowDTOMapper",
|
|
2306
|
+
"members": [
|
|
2245
2307
|
{
|
|
2246
|
-
"
|
|
2247
|
-
"
|
|
2248
|
-
|
|
2308
|
+
"kind": "field",
|
|
2309
|
+
"name": "fromDTO",
|
|
2310
|
+
"description": "Converts a server row DTO to an entity.",
|
|
2311
|
+
"parameters": [
|
|
2312
|
+
{
|
|
2313
|
+
"description": "The DTO to convert.",
|
|
2314
|
+
"name": "dto"
|
|
2315
|
+
}
|
|
2316
|
+
],
|
|
2317
|
+
"return": {
|
|
2318
|
+
"type": {
|
|
2319
|
+
"text": ""
|
|
2320
|
+
}
|
|
2249
2321
|
},
|
|
2250
|
-
"
|
|
2322
|
+
"privacy": "public"
|
|
2251
2323
|
},
|
|
2252
2324
|
{
|
|
2253
|
-
"
|
|
2254
|
-
"
|
|
2255
|
-
|
|
2325
|
+
"kind": "field",
|
|
2326
|
+
"name": "toDTO",
|
|
2327
|
+
"description": "Converts a server row entity to a DTO.",
|
|
2328
|
+
"parameters": [
|
|
2329
|
+
{
|
|
2330
|
+
"description": "The entity to convert.",
|
|
2331
|
+
"name": "entity"
|
|
2332
|
+
}
|
|
2333
|
+
],
|
|
2334
|
+
"return": {
|
|
2335
|
+
"type": {
|
|
2336
|
+
"text": ""
|
|
2337
|
+
}
|
|
2256
2338
|
},
|
|
2257
|
-
"
|
|
2339
|
+
"privacy": "public"
|
|
2258
2340
|
}
|
|
2259
|
-
]
|
|
2260
|
-
|
|
2341
|
+
]
|
|
2342
|
+
},
|
|
2343
|
+
{
|
|
2344
|
+
"kind": "variable",
|
|
2345
|
+
"name": "ServerRowDTOMapper",
|
|
2346
|
+
"description": "A DI token used to obtain a `ServerRowDTOMapper` instance.",
|
|
2261
2347
|
"privacy": "public"
|
|
2262
2348
|
}
|
|
2263
2349
|
],
|
|
2264
2350
|
"exports": [
|
|
2265
2351
|
{
|
|
2266
2352
|
"kind": "js",
|
|
2267
|
-
"name": "
|
|
2353
|
+
"name": "DefaultServerRowDTOMapper",
|
|
2268
2354
|
"declaration": {
|
|
2269
|
-
"name": "
|
|
2270
|
-
"module": "src/
|
|
2355
|
+
"name": "DefaultServerRowDTOMapper",
|
|
2356
|
+
"module": "src/mappers/dto/serverRow.ts"
|
|
2357
|
+
}
|
|
2358
|
+
},
|
|
2359
|
+
{
|
|
2360
|
+
"kind": "js",
|
|
2361
|
+
"name": "ServerRowDTOMapper",
|
|
2362
|
+
"declaration": {
|
|
2363
|
+
"name": "ServerRowDTOMapper",
|
|
2364
|
+
"module": "src/mappers/dto/serverRow.ts"
|
|
2271
2365
|
}
|
|
2272
2366
|
}
|
|
2273
2367
|
]
|
|
2274
2368
|
},
|
|
2369
|
+
{
|
|
2370
|
+
"kind": "javascript-module",
|
|
2371
|
+
"path": "src/mappers/dto/types.ts",
|
|
2372
|
+
"declarations": [],
|
|
2373
|
+
"exports": []
|
|
2374
|
+
},
|
|
2275
2375
|
{
|
|
2276
2376
|
"kind": "javascript-module",
|
|
2277
2377
|
"path": "src/mixins/lifecycle/index.ts",
|
|
@@ -2396,106 +2496,6 @@
|
|
|
2396
2496
|
}
|
|
2397
2497
|
]
|
|
2398
2498
|
},
|
|
2399
|
-
{
|
|
2400
|
-
"kind": "javascript-module",
|
|
2401
|
-
"path": "src/mappers/dto/index.ts",
|
|
2402
|
-
"declarations": [],
|
|
2403
|
-
"exports": [
|
|
2404
|
-
{
|
|
2405
|
-
"kind": "js",
|
|
2406
|
-
"name": "*",
|
|
2407
|
-
"declaration": {
|
|
2408
|
-
"name": "*",
|
|
2409
|
-
"package": "./serverRow"
|
|
2410
|
-
}
|
|
2411
|
-
},
|
|
2412
|
-
{
|
|
2413
|
-
"kind": "js",
|
|
2414
|
-
"name": "*",
|
|
2415
|
-
"declaration": {
|
|
2416
|
-
"name": "*",
|
|
2417
|
-
"package": "./types"
|
|
2418
|
-
}
|
|
2419
|
-
}
|
|
2420
|
-
]
|
|
2421
|
-
},
|
|
2422
|
-
{
|
|
2423
|
-
"kind": "javascript-module",
|
|
2424
|
-
"path": "src/mappers/dto/serverRow.ts",
|
|
2425
|
-
"declarations": [
|
|
2426
|
-
{
|
|
2427
|
-
"kind": "class",
|
|
2428
|
-
"description": "The default `ServerRowDTOMapper`.",
|
|
2429
|
-
"name": "DefaultServerRowDTOMapper",
|
|
2430
|
-
"members": [
|
|
2431
|
-
{
|
|
2432
|
-
"kind": "field",
|
|
2433
|
-
"name": "fromDTO",
|
|
2434
|
-
"description": "Converts a server row DTO to an entity.",
|
|
2435
|
-
"parameters": [
|
|
2436
|
-
{
|
|
2437
|
-
"description": "The DTO to convert.",
|
|
2438
|
-
"name": "dto"
|
|
2439
|
-
}
|
|
2440
|
-
],
|
|
2441
|
-
"return": {
|
|
2442
|
-
"type": {
|
|
2443
|
-
"text": ""
|
|
2444
|
-
}
|
|
2445
|
-
},
|
|
2446
|
-
"privacy": "public"
|
|
2447
|
-
},
|
|
2448
|
-
{
|
|
2449
|
-
"kind": "field",
|
|
2450
|
-
"name": "toDTO",
|
|
2451
|
-
"description": "Converts a server row entity to a DTO.",
|
|
2452
|
-
"parameters": [
|
|
2453
|
-
{
|
|
2454
|
-
"description": "The entity to convert.",
|
|
2455
|
-
"name": "entity"
|
|
2456
|
-
}
|
|
2457
|
-
],
|
|
2458
|
-
"return": {
|
|
2459
|
-
"type": {
|
|
2460
|
-
"text": ""
|
|
2461
|
-
}
|
|
2462
|
-
},
|
|
2463
|
-
"privacy": "public"
|
|
2464
|
-
}
|
|
2465
|
-
]
|
|
2466
|
-
},
|
|
2467
|
-
{
|
|
2468
|
-
"kind": "variable",
|
|
2469
|
-
"name": "ServerRowDTOMapper",
|
|
2470
|
-
"description": "A DI token used to obtain a `ServerRowDTOMapper` instance.",
|
|
2471
|
-
"privacy": "public"
|
|
2472
|
-
}
|
|
2473
|
-
],
|
|
2474
|
-
"exports": [
|
|
2475
|
-
{
|
|
2476
|
-
"kind": "js",
|
|
2477
|
-
"name": "DefaultServerRowDTOMapper",
|
|
2478
|
-
"declaration": {
|
|
2479
|
-
"name": "DefaultServerRowDTOMapper",
|
|
2480
|
-
"module": "src/mappers/dto/serverRow.ts"
|
|
2481
|
-
}
|
|
2482
|
-
},
|
|
2483
|
-
{
|
|
2484
|
-
"kind": "js",
|
|
2485
|
-
"name": "ServerRowDTOMapper",
|
|
2486
|
-
"declaration": {
|
|
2487
|
-
"name": "ServerRowDTOMapper",
|
|
2488
|
-
"module": "src/mappers/dto/serverRow.ts"
|
|
2489
|
-
}
|
|
2490
|
-
}
|
|
2491
|
-
]
|
|
2492
|
-
},
|
|
2493
|
-
{
|
|
2494
|
-
"kind": "javascript-module",
|
|
2495
|
-
"path": "src/mappers/dto/types.ts",
|
|
2496
|
-
"declarations": [],
|
|
2497
|
-
"exports": []
|
|
2498
|
-
},
|
|
2499
2499
|
{
|
|
2500
2500
|
"kind": "javascript-module",
|
|
2501
2501
|
"path": "src/mixins/pendingState/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.
|
|
4
|
+
"version": "14.178.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -19,17 +19,17 @@
|
|
|
19
19
|
"test": "genx test"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@genesislcap/foundation-testing": "14.
|
|
23
|
-
"@genesislcap/genx": "14.
|
|
24
|
-
"@genesislcap/rollup-builder": "14.
|
|
25
|
-
"@genesislcap/ts-builder": "14.
|
|
26
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
27
|
-
"@genesislcap/vite-builder": "14.
|
|
28
|
-
"@genesislcap/webpack-builder": "14.
|
|
22
|
+
"@genesislcap/foundation-testing": "14.178.0",
|
|
23
|
+
"@genesislcap/genx": "14.178.0",
|
|
24
|
+
"@genesislcap/rollup-builder": "14.178.0",
|
|
25
|
+
"@genesislcap/ts-builder": "14.178.0",
|
|
26
|
+
"@genesislcap/uvu-playwright-builder": "14.178.0",
|
|
27
|
+
"@genesislcap/vite-builder": "14.178.0",
|
|
28
|
+
"@genesislcap/webpack-builder": "14.178.0",
|
|
29
29
|
"rimraf": "^3.0.2"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@genesislcap/foundation-logger": "14.
|
|
32
|
+
"@genesislcap/foundation-logger": "14.178.0",
|
|
33
33
|
"@microsoft/fast-components": "^2.30.6",
|
|
34
34
|
"@microsoft/fast-element": "^1.12.0",
|
|
35
35
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"access": "public"
|
|
48
48
|
},
|
|
49
49
|
"customElements": "dist/custom-elements.json",
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "fd55a5cd2e3b0fa048377835c73186df1e75b849"
|
|
51
51
|
}
|