@genesislcap/foundation-ui 14.293.2 → 14.294.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 +403 -262
- package/dist/dts/environment-indicator/environment-indicator.d.ts +16 -60
- package/dist/dts/environment-indicator/environment-indicator.d.ts.map +1 -1
- package/dist/dts/environment-indicator/index.d.ts +1 -0
- package/dist/dts/environment-indicator/index.d.ts.map +1 -1
- package/dist/dts/environment-indicator/types.d.ts +49 -0
- package/dist/dts/environment-indicator/types.d.ts.map +1 -0
- package/dist/dts/environment-indicator/utils/configure.d.ts +25 -1
- package/dist/dts/environment-indicator/utils/configure.d.ts.map +1 -1
- package/dist/esm/environment-indicator/environment-indicator.js +69 -69
- package/dist/esm/environment-indicator/index.js +1 -0
- package/dist/esm/environment-indicator/types.js +1 -0
- package/dist/esm/environment-indicator/utils/configure.js +64 -2
- package/package.json +18 -18
|
@@ -1255,37 +1255,6 @@
|
|
|
1255
1255
|
}
|
|
1256
1256
|
]
|
|
1257
1257
|
},
|
|
1258
|
-
{
|
|
1259
|
-
"kind": "javascript-module",
|
|
1260
|
-
"path": "src/_config/index.ts",
|
|
1261
|
-
"declarations": [],
|
|
1262
|
-
"exports": [
|
|
1263
|
-
{
|
|
1264
|
-
"kind": "js",
|
|
1265
|
-
"name": "*",
|
|
1266
|
-
"declaration": {
|
|
1267
|
-
"name": "*",
|
|
1268
|
-
"package": "./styles"
|
|
1269
|
-
}
|
|
1270
|
-
},
|
|
1271
|
-
{
|
|
1272
|
-
"kind": "js",
|
|
1273
|
-
"name": "*",
|
|
1274
|
-
"declaration": {
|
|
1275
|
-
"name": "*",
|
|
1276
|
-
"package": "./tokens"
|
|
1277
|
-
}
|
|
1278
|
-
},
|
|
1279
|
-
{
|
|
1280
|
-
"kind": "js",
|
|
1281
|
-
"name": "*",
|
|
1282
|
-
"declaration": {
|
|
1283
|
-
"name": "*",
|
|
1284
|
-
"package": "./values"
|
|
1285
|
-
}
|
|
1286
|
-
}
|
|
1287
|
-
]
|
|
1288
|
-
},
|
|
1289
1258
|
{
|
|
1290
1259
|
"kind": "javascript-module",
|
|
1291
1260
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1680,6 +1649,37 @@
|
|
|
1680
1649
|
}
|
|
1681
1650
|
]
|
|
1682
1651
|
},
|
|
1652
|
+
{
|
|
1653
|
+
"kind": "javascript-module",
|
|
1654
|
+
"path": "src/_config/index.ts",
|
|
1655
|
+
"declarations": [],
|
|
1656
|
+
"exports": [
|
|
1657
|
+
{
|
|
1658
|
+
"kind": "js",
|
|
1659
|
+
"name": "*",
|
|
1660
|
+
"declaration": {
|
|
1661
|
+
"name": "*",
|
|
1662
|
+
"package": "./styles"
|
|
1663
|
+
}
|
|
1664
|
+
},
|
|
1665
|
+
{
|
|
1666
|
+
"kind": "js",
|
|
1667
|
+
"name": "*",
|
|
1668
|
+
"declaration": {
|
|
1669
|
+
"name": "*",
|
|
1670
|
+
"package": "./tokens"
|
|
1671
|
+
}
|
|
1672
|
+
},
|
|
1673
|
+
{
|
|
1674
|
+
"kind": "js",
|
|
1675
|
+
"name": "*",
|
|
1676
|
+
"declaration": {
|
|
1677
|
+
"name": "*",
|
|
1678
|
+
"package": "./values"
|
|
1679
|
+
}
|
|
1680
|
+
}
|
|
1681
|
+
]
|
|
1682
|
+
},
|
|
1683
1683
|
{
|
|
1684
1684
|
"kind": "javascript-module",
|
|
1685
1685
|
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
@@ -2239,6 +2239,188 @@
|
|
|
2239
2239
|
}
|
|
2240
2240
|
]
|
|
2241
2241
|
},
|
|
2242
|
+
{
|
|
2243
|
+
"kind": "javascript-module",
|
|
2244
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
2245
|
+
"declarations": [
|
|
2246
|
+
{
|
|
2247
|
+
"kind": "function",
|
|
2248
|
+
"name": "foundationAccordionStyles",
|
|
2249
|
+
"return": {
|
|
2250
|
+
"type": {
|
|
2251
|
+
"text": "ElementStyles"
|
|
2252
|
+
}
|
|
2253
|
+
},
|
|
2254
|
+
"parameters": [
|
|
2255
|
+
{
|
|
2256
|
+
"name": "context",
|
|
2257
|
+
"type": {
|
|
2258
|
+
"text": "ElementDefinitionContext"
|
|
2259
|
+
}
|
|
2260
|
+
},
|
|
2261
|
+
{
|
|
2262
|
+
"name": "definition",
|
|
2263
|
+
"type": {
|
|
2264
|
+
"text": "FoundationElementDefinition"
|
|
2265
|
+
}
|
|
2266
|
+
}
|
|
2267
|
+
]
|
|
2268
|
+
}
|
|
2269
|
+
],
|
|
2270
|
+
"exports": [
|
|
2271
|
+
{
|
|
2272
|
+
"kind": "js",
|
|
2273
|
+
"name": "foundationAccordionStyles",
|
|
2274
|
+
"declaration": {
|
|
2275
|
+
"name": "foundationAccordionStyles",
|
|
2276
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
2277
|
+
}
|
|
2278
|
+
}
|
|
2279
|
+
]
|
|
2280
|
+
},
|
|
2281
|
+
{
|
|
2282
|
+
"kind": "javascript-module",
|
|
2283
|
+
"path": "src/accordion/accordion.template.ts",
|
|
2284
|
+
"declarations": [
|
|
2285
|
+
{
|
|
2286
|
+
"kind": "function",
|
|
2287
|
+
"name": "foundationAccordionTemplate",
|
|
2288
|
+
"return": {
|
|
2289
|
+
"type": {
|
|
2290
|
+
"text": "ViewTemplate<Accordion>"
|
|
2291
|
+
}
|
|
2292
|
+
},
|
|
2293
|
+
"parameters": [
|
|
2294
|
+
{
|
|
2295
|
+
"name": "context",
|
|
2296
|
+
"type": {
|
|
2297
|
+
"text": "ElementDefinitionContext"
|
|
2298
|
+
}
|
|
2299
|
+
},
|
|
2300
|
+
{
|
|
2301
|
+
"name": "definition",
|
|
2302
|
+
"type": {
|
|
2303
|
+
"text": "FoundationElementDefinition"
|
|
2304
|
+
}
|
|
2305
|
+
}
|
|
2306
|
+
]
|
|
2307
|
+
}
|
|
2308
|
+
],
|
|
2309
|
+
"exports": [
|
|
2310
|
+
{
|
|
2311
|
+
"kind": "js",
|
|
2312
|
+
"name": "foundationAccordionTemplate",
|
|
2313
|
+
"declaration": {
|
|
2314
|
+
"name": "foundationAccordionTemplate",
|
|
2315
|
+
"module": "src/accordion/accordion.template.ts"
|
|
2316
|
+
}
|
|
2317
|
+
}
|
|
2318
|
+
]
|
|
2319
|
+
},
|
|
2320
|
+
{
|
|
2321
|
+
"kind": "javascript-module",
|
|
2322
|
+
"path": "src/accordion/accordion.ts",
|
|
2323
|
+
"declarations": [
|
|
2324
|
+
{
|
|
2325
|
+
"kind": "class",
|
|
2326
|
+
"description": "",
|
|
2327
|
+
"name": "Accordion",
|
|
2328
|
+
"superclass": {
|
|
2329
|
+
"name": "FASTAccordion",
|
|
2330
|
+
"package": "@microsoft/fast-foundation"
|
|
2331
|
+
},
|
|
2332
|
+
"tagName": "%%prefix%%-accordion",
|
|
2333
|
+
"customElement": true
|
|
2334
|
+
},
|
|
2335
|
+
{
|
|
2336
|
+
"kind": "variable",
|
|
2337
|
+
"name": "foundationAccordionShadowOptions",
|
|
2338
|
+
"type": {
|
|
2339
|
+
"text": "ShadowRootInit"
|
|
2340
|
+
},
|
|
2341
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2342
|
+
},
|
|
2343
|
+
{
|
|
2344
|
+
"kind": "variable",
|
|
2345
|
+
"name": "defaultAccordionConfig",
|
|
2346
|
+
"type": {
|
|
2347
|
+
"text": "object"
|
|
2348
|
+
},
|
|
2349
|
+
"default": "{}"
|
|
2350
|
+
},
|
|
2351
|
+
{
|
|
2352
|
+
"kind": "variable",
|
|
2353
|
+
"name": "foundationAccordion",
|
|
2354
|
+
"description": "The Foundation Accordion",
|
|
2355
|
+
"privacy": "public"
|
|
2356
|
+
}
|
|
2357
|
+
],
|
|
2358
|
+
"exports": [
|
|
2359
|
+
{
|
|
2360
|
+
"kind": "js",
|
|
2361
|
+
"name": "Accordion",
|
|
2362
|
+
"declaration": {
|
|
2363
|
+
"name": "Accordion",
|
|
2364
|
+
"module": "src/accordion/accordion.ts"
|
|
2365
|
+
}
|
|
2366
|
+
},
|
|
2367
|
+
{
|
|
2368
|
+
"kind": "js",
|
|
2369
|
+
"name": "foundationAccordionShadowOptions",
|
|
2370
|
+
"declaration": {
|
|
2371
|
+
"name": "foundationAccordionShadowOptions",
|
|
2372
|
+
"module": "src/accordion/accordion.ts"
|
|
2373
|
+
}
|
|
2374
|
+
},
|
|
2375
|
+
{
|
|
2376
|
+
"kind": "js",
|
|
2377
|
+
"name": "defaultAccordionConfig",
|
|
2378
|
+
"declaration": {
|
|
2379
|
+
"name": "defaultAccordionConfig",
|
|
2380
|
+
"module": "src/accordion/accordion.ts"
|
|
2381
|
+
}
|
|
2382
|
+
},
|
|
2383
|
+
{
|
|
2384
|
+
"kind": "js",
|
|
2385
|
+
"name": "foundationAccordion",
|
|
2386
|
+
"declaration": {
|
|
2387
|
+
"name": "foundationAccordion",
|
|
2388
|
+
"module": "src/accordion/accordion.ts"
|
|
2389
|
+
}
|
|
2390
|
+
}
|
|
2391
|
+
]
|
|
2392
|
+
},
|
|
2393
|
+
{
|
|
2394
|
+
"kind": "javascript-module",
|
|
2395
|
+
"path": "src/accordion/index.ts",
|
|
2396
|
+
"declarations": [],
|
|
2397
|
+
"exports": [
|
|
2398
|
+
{
|
|
2399
|
+
"kind": "js",
|
|
2400
|
+
"name": "*",
|
|
2401
|
+
"declaration": {
|
|
2402
|
+
"name": "*",
|
|
2403
|
+
"package": "./accordion.template"
|
|
2404
|
+
}
|
|
2405
|
+
},
|
|
2406
|
+
{
|
|
2407
|
+
"kind": "js",
|
|
2408
|
+
"name": "*",
|
|
2409
|
+
"declaration": {
|
|
2410
|
+
"name": "*",
|
|
2411
|
+
"package": "./accordion.styles"
|
|
2412
|
+
}
|
|
2413
|
+
},
|
|
2414
|
+
{
|
|
2415
|
+
"kind": "js",
|
|
2416
|
+
"name": "*",
|
|
2417
|
+
"declaration": {
|
|
2418
|
+
"name": "*",
|
|
2419
|
+
"package": "./accordion"
|
|
2420
|
+
}
|
|
2421
|
+
}
|
|
2422
|
+
]
|
|
2423
|
+
},
|
|
2242
2424
|
{
|
|
2243
2425
|
"kind": "javascript-module",
|
|
2244
2426
|
"path": "src/anchor/anchor.styles.ts",
|
|
@@ -2761,14 +2943,14 @@
|
|
|
2761
2943
|
},
|
|
2762
2944
|
{
|
|
2763
2945
|
"kind": "javascript-module",
|
|
2764
|
-
"path": "src/
|
|
2946
|
+
"path": "src/anchored-region/anchor-region.template.ts",
|
|
2765
2947
|
"declarations": [
|
|
2766
2948
|
{
|
|
2767
2949
|
"kind": "function",
|
|
2768
|
-
"name": "
|
|
2950
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2769
2951
|
"return": {
|
|
2770
2952
|
"type": {
|
|
2771
|
-
"text": "
|
|
2953
|
+
"text": "ViewTemplate<AnchoredRegion>"
|
|
2772
2954
|
}
|
|
2773
2955
|
},
|
|
2774
2956
|
"parameters": [
|
|
@@ -2790,206 +2972,24 @@
|
|
|
2790
2972
|
"exports": [
|
|
2791
2973
|
{
|
|
2792
2974
|
"kind": "js",
|
|
2793
|
-
"name": "
|
|
2975
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2794
2976
|
"declaration": {
|
|
2795
|
-
"name": "
|
|
2796
|
-
"module": "src/
|
|
2977
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2978
|
+
"module": "src/anchored-region/anchor-region.template.ts"
|
|
2797
2979
|
}
|
|
2798
2980
|
}
|
|
2799
2981
|
]
|
|
2800
2982
|
},
|
|
2801
2983
|
{
|
|
2802
2984
|
"kind": "javascript-module",
|
|
2803
|
-
"path": "src/
|
|
2985
|
+
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
2804
2986
|
"declarations": [
|
|
2805
2987
|
{
|
|
2806
2988
|
"kind": "function",
|
|
2807
|
-
"name": "
|
|
2989
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2808
2990
|
"return": {
|
|
2809
2991
|
"type": {
|
|
2810
|
-
"text": "
|
|
2811
|
-
}
|
|
2812
|
-
},
|
|
2813
|
-
"parameters": [
|
|
2814
|
-
{
|
|
2815
|
-
"name": "context",
|
|
2816
|
-
"type": {
|
|
2817
|
-
"text": "ElementDefinitionContext"
|
|
2818
|
-
}
|
|
2819
|
-
},
|
|
2820
|
-
{
|
|
2821
|
-
"name": "definition",
|
|
2822
|
-
"type": {
|
|
2823
|
-
"text": "FoundationElementDefinition"
|
|
2824
|
-
}
|
|
2825
|
-
}
|
|
2826
|
-
]
|
|
2827
|
-
}
|
|
2828
|
-
],
|
|
2829
|
-
"exports": [
|
|
2830
|
-
{
|
|
2831
|
-
"kind": "js",
|
|
2832
|
-
"name": "foundationAccordionTemplate",
|
|
2833
|
-
"declaration": {
|
|
2834
|
-
"name": "foundationAccordionTemplate",
|
|
2835
|
-
"module": "src/accordion/accordion.template.ts"
|
|
2836
|
-
}
|
|
2837
|
-
}
|
|
2838
|
-
]
|
|
2839
|
-
},
|
|
2840
|
-
{
|
|
2841
|
-
"kind": "javascript-module",
|
|
2842
|
-
"path": "src/accordion/accordion.ts",
|
|
2843
|
-
"declarations": [
|
|
2844
|
-
{
|
|
2845
|
-
"kind": "class",
|
|
2846
|
-
"description": "",
|
|
2847
|
-
"name": "Accordion",
|
|
2848
|
-
"superclass": {
|
|
2849
|
-
"name": "FASTAccordion",
|
|
2850
|
-
"package": "@microsoft/fast-foundation"
|
|
2851
|
-
},
|
|
2852
|
-
"tagName": "%%prefix%%-accordion",
|
|
2853
|
-
"customElement": true
|
|
2854
|
-
},
|
|
2855
|
-
{
|
|
2856
|
-
"kind": "variable",
|
|
2857
|
-
"name": "foundationAccordionShadowOptions",
|
|
2858
|
-
"type": {
|
|
2859
|
-
"text": "ShadowRootInit"
|
|
2860
|
-
},
|
|
2861
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2862
|
-
},
|
|
2863
|
-
{
|
|
2864
|
-
"kind": "variable",
|
|
2865
|
-
"name": "defaultAccordionConfig",
|
|
2866
|
-
"type": {
|
|
2867
|
-
"text": "object"
|
|
2868
|
-
},
|
|
2869
|
-
"default": "{}"
|
|
2870
|
-
},
|
|
2871
|
-
{
|
|
2872
|
-
"kind": "variable",
|
|
2873
|
-
"name": "foundationAccordion",
|
|
2874
|
-
"description": "The Foundation Accordion",
|
|
2875
|
-
"privacy": "public"
|
|
2876
|
-
}
|
|
2877
|
-
],
|
|
2878
|
-
"exports": [
|
|
2879
|
-
{
|
|
2880
|
-
"kind": "js",
|
|
2881
|
-
"name": "Accordion",
|
|
2882
|
-
"declaration": {
|
|
2883
|
-
"name": "Accordion",
|
|
2884
|
-
"module": "src/accordion/accordion.ts"
|
|
2885
|
-
}
|
|
2886
|
-
},
|
|
2887
|
-
{
|
|
2888
|
-
"kind": "js",
|
|
2889
|
-
"name": "foundationAccordionShadowOptions",
|
|
2890
|
-
"declaration": {
|
|
2891
|
-
"name": "foundationAccordionShadowOptions",
|
|
2892
|
-
"module": "src/accordion/accordion.ts"
|
|
2893
|
-
}
|
|
2894
|
-
},
|
|
2895
|
-
{
|
|
2896
|
-
"kind": "js",
|
|
2897
|
-
"name": "defaultAccordionConfig",
|
|
2898
|
-
"declaration": {
|
|
2899
|
-
"name": "defaultAccordionConfig",
|
|
2900
|
-
"module": "src/accordion/accordion.ts"
|
|
2901
|
-
}
|
|
2902
|
-
},
|
|
2903
|
-
{
|
|
2904
|
-
"kind": "js",
|
|
2905
|
-
"name": "foundationAccordion",
|
|
2906
|
-
"declaration": {
|
|
2907
|
-
"name": "foundationAccordion",
|
|
2908
|
-
"module": "src/accordion/accordion.ts"
|
|
2909
|
-
}
|
|
2910
|
-
}
|
|
2911
|
-
]
|
|
2912
|
-
},
|
|
2913
|
-
{
|
|
2914
|
-
"kind": "javascript-module",
|
|
2915
|
-
"path": "src/accordion/index.ts",
|
|
2916
|
-
"declarations": [],
|
|
2917
|
-
"exports": [
|
|
2918
|
-
{
|
|
2919
|
-
"kind": "js",
|
|
2920
|
-
"name": "*",
|
|
2921
|
-
"declaration": {
|
|
2922
|
-
"name": "*",
|
|
2923
|
-
"package": "./accordion.template"
|
|
2924
|
-
}
|
|
2925
|
-
},
|
|
2926
|
-
{
|
|
2927
|
-
"kind": "js",
|
|
2928
|
-
"name": "*",
|
|
2929
|
-
"declaration": {
|
|
2930
|
-
"name": "*",
|
|
2931
|
-
"package": "./accordion.styles"
|
|
2932
|
-
}
|
|
2933
|
-
},
|
|
2934
|
-
{
|
|
2935
|
-
"kind": "js",
|
|
2936
|
-
"name": "*",
|
|
2937
|
-
"declaration": {
|
|
2938
|
-
"name": "*",
|
|
2939
|
-
"package": "./accordion"
|
|
2940
|
-
}
|
|
2941
|
-
}
|
|
2942
|
-
]
|
|
2943
|
-
},
|
|
2944
|
-
{
|
|
2945
|
-
"kind": "javascript-module",
|
|
2946
|
-
"path": "src/anchored-region/anchor-region.template.ts",
|
|
2947
|
-
"declarations": [
|
|
2948
|
-
{
|
|
2949
|
-
"kind": "function",
|
|
2950
|
-
"name": "foundationAnchoredRegionTemplate",
|
|
2951
|
-
"return": {
|
|
2952
|
-
"type": {
|
|
2953
|
-
"text": "ViewTemplate<AnchoredRegion>"
|
|
2954
|
-
}
|
|
2955
|
-
},
|
|
2956
|
-
"parameters": [
|
|
2957
|
-
{
|
|
2958
|
-
"name": "context",
|
|
2959
|
-
"type": {
|
|
2960
|
-
"text": "ElementDefinitionContext"
|
|
2961
|
-
}
|
|
2962
|
-
},
|
|
2963
|
-
{
|
|
2964
|
-
"name": "definition",
|
|
2965
|
-
"type": {
|
|
2966
|
-
"text": "FoundationElementDefinition"
|
|
2967
|
-
}
|
|
2968
|
-
}
|
|
2969
|
-
]
|
|
2970
|
-
}
|
|
2971
|
-
],
|
|
2972
|
-
"exports": [
|
|
2973
|
-
{
|
|
2974
|
-
"kind": "js",
|
|
2975
|
-
"name": "foundationAnchoredRegionTemplate",
|
|
2976
|
-
"declaration": {
|
|
2977
|
-
"name": "foundationAnchoredRegionTemplate",
|
|
2978
|
-
"module": "src/anchored-region/anchor-region.template.ts"
|
|
2979
|
-
}
|
|
2980
|
-
}
|
|
2981
|
-
]
|
|
2982
|
-
},
|
|
2983
|
-
{
|
|
2984
|
-
"kind": "javascript-module",
|
|
2985
|
-
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
2986
|
-
"declarations": [
|
|
2987
|
-
{
|
|
2988
|
-
"kind": "function",
|
|
2989
|
-
"name": "foundationAnchoredRegionStyles",
|
|
2990
|
-
"return": {
|
|
2991
|
-
"type": {
|
|
2992
|
-
"text": "ElementStyles"
|
|
2992
|
+
"text": "ElementStyles"
|
|
2993
2993
|
}
|
|
2994
2994
|
},
|
|
2995
2995
|
"parameters": [
|
|
@@ -16166,21 +16166,6 @@
|
|
|
16166
16166
|
"kind": "javascript-module",
|
|
16167
16167
|
"path": "src/environment-indicator/environment-indicator.ts",
|
|
16168
16168
|
"declarations": [
|
|
16169
|
-
{
|
|
16170
|
-
"kind": "variable",
|
|
16171
|
-
"name": "DEFAULT_ENVIRONMENT_LEVEL_CONFIG",
|
|
16172
|
-
"type": {
|
|
16173
|
-
"text": "EnvironmentConfig"
|
|
16174
|
-
},
|
|
16175
|
-
"default": "{\n level: DEFAULT_ENVIRONMENT_LEVEL,\n showIcon: false,\n iconSize: 'sm',\n backgroundColor: '#2222ff',\n textColor: '#ffffff',\n label: 'DEFAULT',\n}",
|
|
16176
|
-
"description": "Default environment level configuration"
|
|
16177
|
-
},
|
|
16178
|
-
{
|
|
16179
|
-
"kind": "variable",
|
|
16180
|
-
"name": "EnvironmentIndicatorConfigToken",
|
|
16181
|
-
"description": "EnvironmentConfigs DI token.",
|
|
16182
|
-
"privacy": "public"
|
|
16183
|
-
},
|
|
16184
16169
|
{
|
|
16185
16170
|
"kind": "class",
|
|
16186
16171
|
"description": "",
|
|
@@ -16249,18 +16234,27 @@
|
|
|
16249
16234
|
"kind": "field",
|
|
16250
16235
|
"name": "iconSize",
|
|
16251
16236
|
"type": {
|
|
16252
|
-
"text": "
|
|
16237
|
+
"text": "EnvironmentConfig['iconSize']"
|
|
16253
16238
|
},
|
|
16254
16239
|
"default": "'sm'",
|
|
16255
16240
|
"attribute": "icon-size"
|
|
16256
16241
|
},
|
|
16242
|
+
{
|
|
16243
|
+
"kind": "field",
|
|
16244
|
+
"name": "useDefaultConfig",
|
|
16245
|
+
"type": {
|
|
16246
|
+
"text": "boolean"
|
|
16247
|
+
},
|
|
16248
|
+
"default": "false",
|
|
16249
|
+
"attribute": "use-default-config"
|
|
16250
|
+
},
|
|
16257
16251
|
{
|
|
16258
16252
|
"kind": "field",
|
|
16259
16253
|
"name": "config",
|
|
16260
16254
|
"type": {
|
|
16261
16255
|
"text": "EnvironmentConfig"
|
|
16262
16256
|
},
|
|
16263
|
-
"default": "
|
|
16257
|
+
"default": "DEFAULT_ENVIRONMENT_LEVEL_CONFIG",
|
|
16264
16258
|
"description": "Current environment configuration"
|
|
16265
16259
|
},
|
|
16266
16260
|
{
|
|
@@ -16269,13 +16263,37 @@
|
|
|
16269
16263
|
"type": {
|
|
16270
16264
|
"text": "EnvironmentConfig[]"
|
|
16271
16265
|
},
|
|
16272
|
-
"default": "
|
|
16266
|
+
"default": "DEFAULT_ENVIRONMENT_CONFIGS",
|
|
16273
16267
|
"description": "Environment configurations"
|
|
16274
16268
|
},
|
|
16275
16269
|
{
|
|
16276
16270
|
"kind": "method",
|
|
16277
16271
|
"name": "envConfigsChanged"
|
|
16278
16272
|
},
|
|
16273
|
+
{
|
|
16274
|
+
"kind": "field",
|
|
16275
|
+
"name": "diConfig",
|
|
16276
|
+
"type": {
|
|
16277
|
+
"text": "EnvironmentIndicatorConfig"
|
|
16278
|
+
},
|
|
16279
|
+
"description": "Current environment configuration from DI"
|
|
16280
|
+
},
|
|
16281
|
+
{
|
|
16282
|
+
"kind": "method",
|
|
16283
|
+
"name": "diConfigChanged"
|
|
16284
|
+
},
|
|
16285
|
+
{
|
|
16286
|
+
"kind": "field",
|
|
16287
|
+
"name": "unsubscribeConfig",
|
|
16288
|
+
"type": {
|
|
16289
|
+
"text": "() => void | undefined"
|
|
16290
|
+
},
|
|
16291
|
+
"privacy": "private"
|
|
16292
|
+
},
|
|
16293
|
+
{
|
|
16294
|
+
"kind": "method",
|
|
16295
|
+
"name": "subscribeToDiConfig"
|
|
16296
|
+
},
|
|
16279
16297
|
{
|
|
16280
16298
|
"kind": "method",
|
|
16281
16299
|
"name": "getAttributesConfig",
|
|
@@ -16293,7 +16311,7 @@
|
|
|
16293
16311
|
"privacy": "private",
|
|
16294
16312
|
"return": {
|
|
16295
16313
|
"type": {
|
|
16296
|
-
"text": "string"
|
|
16314
|
+
"text": "string | undefined"
|
|
16297
16315
|
}
|
|
16298
16316
|
},
|
|
16299
16317
|
"description": "Get the current environment level based on priority order"
|
|
@@ -16303,7 +16321,7 @@
|
|
|
16303
16321
|
"name": "getEnvConfigByLevel",
|
|
16304
16322
|
"return": {
|
|
16305
16323
|
"type": {
|
|
16306
|
-
"text": "EnvironmentConfig"
|
|
16324
|
+
"text": "EnvironmentConfig | undefined"
|
|
16307
16325
|
}
|
|
16308
16326
|
}
|
|
16309
16327
|
},
|
|
@@ -16496,12 +16514,21 @@
|
|
|
16496
16514
|
{
|
|
16497
16515
|
"name": "icon-size",
|
|
16498
16516
|
"type": {
|
|
16499
|
-
"text": "
|
|
16517
|
+
"text": "EnvironmentConfig['iconSize']"
|
|
16500
16518
|
},
|
|
16501
16519
|
"default": "'sm'",
|
|
16502
16520
|
"fieldName": "iconSize",
|
|
16503
16521
|
"description": "the size of the icon"
|
|
16504
16522
|
},
|
|
16523
|
+
{
|
|
16524
|
+
"name": "use-default-config",
|
|
16525
|
+
"type": {
|
|
16526
|
+
"text": "boolean"
|
|
16527
|
+
},
|
|
16528
|
+
"default": "false",
|
|
16529
|
+
"fieldName": "useDefaultConfig",
|
|
16530
|
+
"description": "whether to use the default config"
|
|
16531
|
+
},
|
|
16505
16532
|
{
|
|
16506
16533
|
"name": "level",
|
|
16507
16534
|
"type": {
|
|
@@ -16564,11 +16591,20 @@
|
|
|
16564
16591
|
{
|
|
16565
16592
|
"name": "icon-size",
|
|
16566
16593
|
"type": {
|
|
16567
|
-
"text": "
|
|
16594
|
+
"text": "EnvironmentConfig['iconSize']"
|
|
16568
16595
|
},
|
|
16569
16596
|
"default": "'sm'",
|
|
16570
16597
|
"attribute": "icon-size",
|
|
16571
16598
|
"fieldName": "iconSize"
|
|
16599
|
+
},
|
|
16600
|
+
{
|
|
16601
|
+
"name": "use-default-config",
|
|
16602
|
+
"type": {
|
|
16603
|
+
"text": "boolean"
|
|
16604
|
+
},
|
|
16605
|
+
"default": "false",
|
|
16606
|
+
"attribute": "use-default-config",
|
|
16607
|
+
"fieldName": "useDefaultConfig"
|
|
16572
16608
|
}
|
|
16573
16609
|
],
|
|
16574
16610
|
"superclass": {
|
|
@@ -16586,22 +16622,6 @@
|
|
|
16586
16622
|
}
|
|
16587
16623
|
],
|
|
16588
16624
|
"exports": [
|
|
16589
|
-
{
|
|
16590
|
-
"kind": "js",
|
|
16591
|
-
"name": "DEFAULT_ENVIRONMENT_LEVEL_CONFIG",
|
|
16592
|
-
"declaration": {
|
|
16593
|
-
"name": "DEFAULT_ENVIRONMENT_LEVEL_CONFIG",
|
|
16594
|
-
"module": "src/environment-indicator/environment-indicator.ts"
|
|
16595
|
-
}
|
|
16596
|
-
},
|
|
16597
|
-
{
|
|
16598
|
-
"kind": "js",
|
|
16599
|
-
"name": "EnvironmentIndicatorConfigToken",
|
|
16600
|
-
"declaration": {
|
|
16601
|
-
"name": "EnvironmentIndicatorConfigToken",
|
|
16602
|
-
"module": "src/environment-indicator/environment-indicator.ts"
|
|
16603
|
-
}
|
|
16604
|
-
},
|
|
16605
16625
|
{
|
|
16606
16626
|
"kind": "js",
|
|
16607
16627
|
"name": "EnvironmentIndicator",
|
|
@@ -16656,9 +16676,23 @@
|
|
|
16656
16676
|
"name": "configureEnvironmentIndicator",
|
|
16657
16677
|
"module": "./utils/configure"
|
|
16658
16678
|
}
|
|
16679
|
+
},
|
|
16680
|
+
{
|
|
16681
|
+
"kind": "js",
|
|
16682
|
+
"name": "*",
|
|
16683
|
+
"declaration": {
|
|
16684
|
+
"name": "*",
|
|
16685
|
+
"package": "./types"
|
|
16686
|
+
}
|
|
16659
16687
|
}
|
|
16660
16688
|
]
|
|
16661
16689
|
},
|
|
16690
|
+
{
|
|
16691
|
+
"kind": "javascript-module",
|
|
16692
|
+
"path": "src/environment-indicator/types.ts",
|
|
16693
|
+
"declarations": [],
|
|
16694
|
+
"exports": []
|
|
16695
|
+
},
|
|
16662
16696
|
{
|
|
16663
16697
|
"kind": "javascript-module",
|
|
16664
16698
|
"path": "src/error-banner/error-banner.template.ts",
|
|
@@ -50483,6 +50517,45 @@
|
|
|
50483
50517
|
"kind": "javascript-module",
|
|
50484
50518
|
"path": "src/environment-indicator/utils/configure.ts",
|
|
50485
50519
|
"declarations": [
|
|
50520
|
+
{
|
|
50521
|
+
"kind": "variable",
|
|
50522
|
+
"name": "DEFAULT_ENVIRONMENT_LEVEL",
|
|
50523
|
+
"type": {
|
|
50524
|
+
"text": "string"
|
|
50525
|
+
},
|
|
50526
|
+
"default": "'default'",
|
|
50527
|
+
"description": "Default environment level"
|
|
50528
|
+
},
|
|
50529
|
+
{
|
|
50530
|
+
"kind": "variable",
|
|
50531
|
+
"name": "DEFAULT_ENVIRONMENT_LEVEL_CONFIG",
|
|
50532
|
+
"type": {
|
|
50533
|
+
"text": "EnvironmentConfig"
|
|
50534
|
+
},
|
|
50535
|
+
"default": "{\n level: DEFAULT_ENVIRONMENT_LEVEL,\n showIcon: false,\n iconSize: 'sm',\n backgroundColor: '#2222ff',\n textColor: '#ffffff',\n label: 'DEFAULT',\n}",
|
|
50536
|
+
"description": "Default environment level configuration"
|
|
50537
|
+
},
|
|
50538
|
+
{
|
|
50539
|
+
"kind": "variable",
|
|
50540
|
+
"name": "DEFAULT_ENVIRONMENT_CONFIGS",
|
|
50541
|
+
"type": {
|
|
50542
|
+
"text": "EnvironmentConfig[]"
|
|
50543
|
+
},
|
|
50544
|
+
"default": "[\n DEFAULT_ENVIRONMENT_LEVEL_CONFIG,\n {\n level: 'dev',\n showIcon: false,\n icon: 'code',\n backgroundColor: '#ff6b35',\n label: 'DEV',\n },\n {\n level: 'prod',\n showIcon: false,\n icon: 'check-circle',\n backgroundColor: '#28a745',\n label: 'PROD',\n },\n]",
|
|
50545
|
+
"description": "Default environment configurations"
|
|
50546
|
+
},
|
|
50547
|
+
{
|
|
50548
|
+
"kind": "variable",
|
|
50549
|
+
"name": "EnvironmentIndicatorConfigObserver"
|
|
50550
|
+
},
|
|
50551
|
+
{
|
|
50552
|
+
"kind": "variable",
|
|
50553
|
+
"name": "EnvironmentIndicatorConfigObserverToken"
|
|
50554
|
+
},
|
|
50555
|
+
{
|
|
50556
|
+
"kind": "variable",
|
|
50557
|
+
"name": "EnvironmentIndicatorConfigToken"
|
|
50558
|
+
},
|
|
50486
50559
|
{
|
|
50487
50560
|
"kind": "function",
|
|
50488
50561
|
"name": "configureEnvironmentIndicator",
|
|
@@ -50492,12 +50565,72 @@
|
|
|
50492
50565
|
"default": "{ configs: [] }",
|
|
50493
50566
|
"type": {
|
|
50494
50567
|
"text": "EnvironmentIndicatorConfig"
|
|
50495
|
-
}
|
|
50568
|
+
},
|
|
50569
|
+
"description": "the options to configure the environment indicator"
|
|
50496
50570
|
}
|
|
50497
|
-
]
|
|
50571
|
+
],
|
|
50572
|
+
"description": "Configure the environment indicator"
|
|
50573
|
+
},
|
|
50574
|
+
{
|
|
50575
|
+
"kind": "function",
|
|
50576
|
+
"name": "getCurrentEnvironmentIndicatorConfig",
|
|
50577
|
+
"return": {
|
|
50578
|
+
"type": {
|
|
50579
|
+
"text": ""
|
|
50580
|
+
}
|
|
50581
|
+
},
|
|
50582
|
+
"description": "Get the current environment indicator configuration from DI"
|
|
50498
50583
|
}
|
|
50499
50584
|
],
|
|
50500
50585
|
"exports": [
|
|
50586
|
+
{
|
|
50587
|
+
"kind": "js",
|
|
50588
|
+
"name": "DEFAULT_ENVIRONMENT_LEVEL",
|
|
50589
|
+
"declaration": {
|
|
50590
|
+
"name": "DEFAULT_ENVIRONMENT_LEVEL",
|
|
50591
|
+
"module": "src/environment-indicator/utils/configure.ts"
|
|
50592
|
+
}
|
|
50593
|
+
},
|
|
50594
|
+
{
|
|
50595
|
+
"kind": "js",
|
|
50596
|
+
"name": "DEFAULT_ENVIRONMENT_LEVEL_CONFIG",
|
|
50597
|
+
"declaration": {
|
|
50598
|
+
"name": "DEFAULT_ENVIRONMENT_LEVEL_CONFIG",
|
|
50599
|
+
"module": "src/environment-indicator/utils/configure.ts"
|
|
50600
|
+
}
|
|
50601
|
+
},
|
|
50602
|
+
{
|
|
50603
|
+
"kind": "js",
|
|
50604
|
+
"name": "DEFAULT_ENVIRONMENT_CONFIGS",
|
|
50605
|
+
"declaration": {
|
|
50606
|
+
"name": "DEFAULT_ENVIRONMENT_CONFIGS",
|
|
50607
|
+
"module": "src/environment-indicator/utils/configure.ts"
|
|
50608
|
+
}
|
|
50609
|
+
},
|
|
50610
|
+
{
|
|
50611
|
+
"kind": "js",
|
|
50612
|
+
"name": "EnvironmentIndicatorConfigObserver",
|
|
50613
|
+
"declaration": {
|
|
50614
|
+
"name": "EnvironmentIndicatorConfigObserver",
|
|
50615
|
+
"module": "src/environment-indicator/utils/configure.ts"
|
|
50616
|
+
}
|
|
50617
|
+
},
|
|
50618
|
+
{
|
|
50619
|
+
"kind": "js",
|
|
50620
|
+
"name": "EnvironmentIndicatorConfigObserverToken",
|
|
50621
|
+
"declaration": {
|
|
50622
|
+
"name": "EnvironmentIndicatorConfigObserverToken",
|
|
50623
|
+
"module": "src/environment-indicator/utils/configure.ts"
|
|
50624
|
+
}
|
|
50625
|
+
},
|
|
50626
|
+
{
|
|
50627
|
+
"kind": "js",
|
|
50628
|
+
"name": "EnvironmentIndicatorConfigToken",
|
|
50629
|
+
"declaration": {
|
|
50630
|
+
"name": "EnvironmentIndicatorConfigToken",
|
|
50631
|
+
"module": "src/environment-indicator/utils/configure.ts"
|
|
50632
|
+
}
|
|
50633
|
+
},
|
|
50501
50634
|
{
|
|
50502
50635
|
"kind": "js",
|
|
50503
50636
|
"name": "configureEnvironmentIndicator",
|
|
@@ -50505,6 +50638,14 @@
|
|
|
50505
50638
|
"name": "configureEnvironmentIndicator",
|
|
50506
50639
|
"module": "src/environment-indicator/utils/configure.ts"
|
|
50507
50640
|
}
|
|
50641
|
+
},
|
|
50642
|
+
{
|
|
50643
|
+
"kind": "js",
|
|
50644
|
+
"name": "getCurrentEnvironmentIndicatorConfig",
|
|
50645
|
+
"declaration": {
|
|
50646
|
+
"name": "getCurrentEnvironmentIndicatorConfig",
|
|
50647
|
+
"module": "src/environment-indicator/utils/configure.ts"
|
|
50648
|
+
}
|
|
50508
50649
|
}
|
|
50509
50650
|
]
|
|
50510
50651
|
},
|