@genesislcap/foundation-utils 14.157.1-alpha-e60ad86.0 → 14.158.1-beta.9f2f9a2.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 +88 -88
- package/package.json +10 -10
|
@@ -402,6 +402,29 @@
|
|
|
402
402
|
}
|
|
403
403
|
]
|
|
404
404
|
},
|
|
405
|
+
{
|
|
406
|
+
"kind": "javascript-module",
|
|
407
|
+
"path": "src/directives/index.ts",
|
|
408
|
+
"declarations": [],
|
|
409
|
+
"exports": [
|
|
410
|
+
{
|
|
411
|
+
"kind": "js",
|
|
412
|
+
"name": "*",
|
|
413
|
+
"declaration": {
|
|
414
|
+
"name": "*",
|
|
415
|
+
"package": "./sync"
|
|
416
|
+
}
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"kind": "js",
|
|
420
|
+
"name": "*",
|
|
421
|
+
"declaration": {
|
|
422
|
+
"name": "*",
|
|
423
|
+
"package": "./when-else"
|
|
424
|
+
}
|
|
425
|
+
}
|
|
426
|
+
]
|
|
427
|
+
},
|
|
405
428
|
{
|
|
406
429
|
"kind": "javascript-module",
|
|
407
430
|
"path": "src/design-system/design-system.ts",
|
|
@@ -874,29 +897,6 @@
|
|
|
874
897
|
}
|
|
875
898
|
]
|
|
876
899
|
},
|
|
877
|
-
{
|
|
878
|
-
"kind": "javascript-module",
|
|
879
|
-
"path": "src/directives/index.ts",
|
|
880
|
-
"declarations": [],
|
|
881
|
-
"exports": [
|
|
882
|
-
{
|
|
883
|
-
"kind": "js",
|
|
884
|
-
"name": "*",
|
|
885
|
-
"declaration": {
|
|
886
|
-
"name": "*",
|
|
887
|
-
"package": "./sync"
|
|
888
|
-
}
|
|
889
|
-
},
|
|
890
|
-
{
|
|
891
|
-
"kind": "js",
|
|
892
|
-
"name": "*",
|
|
893
|
-
"declaration": {
|
|
894
|
-
"name": "*",
|
|
895
|
-
"package": "./when-else"
|
|
896
|
-
}
|
|
897
|
-
}
|
|
898
|
-
]
|
|
899
|
-
},
|
|
900
900
|
{
|
|
901
901
|
"kind": "javascript-module",
|
|
902
902
|
"path": "src/formatters/datetime.ts",
|
|
@@ -2143,71 +2143,6 @@
|
|
|
2143
2143
|
}
|
|
2144
2144
|
]
|
|
2145
2145
|
},
|
|
2146
|
-
{
|
|
2147
|
-
"kind": "javascript-module",
|
|
2148
|
-
"path": "src/directives/when-else/index.ts",
|
|
2149
|
-
"declarations": [],
|
|
2150
|
-
"exports": [
|
|
2151
|
-
{
|
|
2152
|
-
"kind": "js",
|
|
2153
|
-
"name": "*",
|
|
2154
|
-
"declaration": {
|
|
2155
|
-
"name": "*",
|
|
2156
|
-
"package": "./when-else"
|
|
2157
|
-
}
|
|
2158
|
-
}
|
|
2159
|
-
]
|
|
2160
|
-
},
|
|
2161
|
-
{
|
|
2162
|
-
"kind": "javascript-module",
|
|
2163
|
-
"path": "src/directives/when-else/when-else.ts",
|
|
2164
|
-
"declarations": [
|
|
2165
|
-
{
|
|
2166
|
-
"kind": "function",
|
|
2167
|
-
"name": "whenElse",
|
|
2168
|
-
"return": {
|
|
2169
|
-
"type": {
|
|
2170
|
-
"text": "CaptureType<TSource>"
|
|
2171
|
-
}
|
|
2172
|
-
},
|
|
2173
|
-
"parameters": [
|
|
2174
|
-
{
|
|
2175
|
-
"name": "binding",
|
|
2176
|
-
"type": {
|
|
2177
|
-
"text": "Binding<TSource, TReturn>"
|
|
2178
|
-
},
|
|
2179
|
-
"description": "The condition to test for rendering."
|
|
2180
|
-
},
|
|
2181
|
-
{
|
|
2182
|
-
"name": "trueTemplateOrTemplateBinding",
|
|
2183
|
-
"type": {
|
|
2184
|
-
"text": "WhenTemplate<TSource>"
|
|
2185
|
-
},
|
|
2186
|
-
"description": "The template or a binding that gets the template to render when the condition is true."
|
|
2187
|
-
},
|
|
2188
|
-
{
|
|
2189
|
-
"name": "falseTemplateOrTemplateBinding",
|
|
2190
|
-
"type": {
|
|
2191
|
-
"text": "WhenTemplate<TSource>"
|
|
2192
|
-
},
|
|
2193
|
-
"description": "The template or a binding that gets the template to render when the condition is false."
|
|
2194
|
-
}
|
|
2195
|
-
],
|
|
2196
|
-
"description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
|
|
2197
|
-
"privacy": "public"
|
|
2198
|
-
}
|
|
2199
|
-
],
|
|
2200
|
-
"exports": [
|
|
2201
|
-
{
|
|
2202
|
-
"kind": "js",
|
|
2203
|
-
"name": "whenElse",
|
|
2204
|
-
"declaration": {
|
|
2205
|
-
"name": "whenElse",
|
|
2206
|
-
"module": "src/directives/when-else/when-else.ts"
|
|
2207
|
-
}
|
|
2208
|
-
}
|
|
2209
|
-
]
|
|
2210
|
-
},
|
|
2211
2146
|
{
|
|
2212
2147
|
"kind": "javascript-module",
|
|
2213
2148
|
"path": "src/mappers/dto/index.ts",
|
|
@@ -2308,6 +2243,71 @@
|
|
|
2308
2243
|
"declarations": [],
|
|
2309
2244
|
"exports": []
|
|
2310
2245
|
},
|
|
2246
|
+
{
|
|
2247
|
+
"kind": "javascript-module",
|
|
2248
|
+
"path": "src/directives/when-else/index.ts",
|
|
2249
|
+
"declarations": [],
|
|
2250
|
+
"exports": [
|
|
2251
|
+
{
|
|
2252
|
+
"kind": "js",
|
|
2253
|
+
"name": "*",
|
|
2254
|
+
"declaration": {
|
|
2255
|
+
"name": "*",
|
|
2256
|
+
"package": "./when-else"
|
|
2257
|
+
}
|
|
2258
|
+
}
|
|
2259
|
+
]
|
|
2260
|
+
},
|
|
2261
|
+
{
|
|
2262
|
+
"kind": "javascript-module",
|
|
2263
|
+
"path": "src/directives/when-else/when-else.ts",
|
|
2264
|
+
"declarations": [
|
|
2265
|
+
{
|
|
2266
|
+
"kind": "function",
|
|
2267
|
+
"name": "whenElse",
|
|
2268
|
+
"return": {
|
|
2269
|
+
"type": {
|
|
2270
|
+
"text": "CaptureType<TSource>"
|
|
2271
|
+
}
|
|
2272
|
+
},
|
|
2273
|
+
"parameters": [
|
|
2274
|
+
{
|
|
2275
|
+
"name": "binding",
|
|
2276
|
+
"type": {
|
|
2277
|
+
"text": "Binding<TSource, TReturn>"
|
|
2278
|
+
},
|
|
2279
|
+
"description": "The condition to test for rendering."
|
|
2280
|
+
},
|
|
2281
|
+
{
|
|
2282
|
+
"name": "trueTemplateOrTemplateBinding",
|
|
2283
|
+
"type": {
|
|
2284
|
+
"text": "WhenTemplate<TSource>"
|
|
2285
|
+
},
|
|
2286
|
+
"description": "The template or a binding that gets the template to render when the condition is true."
|
|
2287
|
+
},
|
|
2288
|
+
{
|
|
2289
|
+
"name": "falseTemplateOrTemplateBinding",
|
|
2290
|
+
"type": {
|
|
2291
|
+
"text": "WhenTemplate<TSource>"
|
|
2292
|
+
},
|
|
2293
|
+
"description": "The template or a binding that gets the template to render when the condition is false."
|
|
2294
|
+
}
|
|
2295
|
+
],
|
|
2296
|
+
"description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
|
|
2297
|
+
"privacy": "public"
|
|
2298
|
+
}
|
|
2299
|
+
],
|
|
2300
|
+
"exports": [
|
|
2301
|
+
{
|
|
2302
|
+
"kind": "js",
|
|
2303
|
+
"name": "whenElse",
|
|
2304
|
+
"declaration": {
|
|
2305
|
+
"name": "whenElse",
|
|
2306
|
+
"module": "src/directives/when-else/when-else.ts"
|
|
2307
|
+
}
|
|
2308
|
+
}
|
|
2309
|
+
]
|
|
2310
|
+
},
|
|
2311
2311
|
{
|
|
2312
2312
|
"kind": "javascript-module",
|
|
2313
2313
|
"path": "src/mixins/lifecycle/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.158.1-beta.9f2f9a2.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.158.1-beta.9f2f9a2.0",
|
|
23
|
+
"@genesislcap/genx": "14.158.1-beta.9f2f9a2.0",
|
|
24
|
+
"@genesislcap/rollup-builder": "14.158.1-beta.9f2f9a2.0",
|
|
25
|
+
"@genesislcap/ts-builder": "14.158.1-beta.9f2f9a2.0",
|
|
26
|
+
"@genesislcap/uvu-playwright-builder": "14.158.1-beta.9f2f9a2.0",
|
|
27
|
+
"@genesislcap/vite-builder": "14.158.1-beta.9f2f9a2.0",
|
|
28
|
+
"@genesislcap/webpack-builder": "14.158.1-beta.9f2f9a2.0",
|
|
29
29
|
"rimraf": "^3.0.2"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@genesislcap/foundation-logger": "14.
|
|
32
|
+
"@genesislcap/foundation-logger": "14.158.1-beta.9f2f9a2.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": "56d1ee4853ea8afe5bd53a952e520816e75414c8"
|
|
51
51
|
}
|