@genesislcap/rapid-design-system 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 +73 -6
- package/package.json +11 -11
|
@@ -10651,7 +10651,7 @@
|
|
|
10651
10651
|
{
|
|
10652
10652
|
"name": "icon-size",
|
|
10653
10653
|
"type": {
|
|
10654
|
-
"text": "
|
|
10654
|
+
"text": "EnvironmentConfig['iconSize']"
|
|
10655
10655
|
},
|
|
10656
10656
|
"default": "'sm'",
|
|
10657
10657
|
"attribute": "icon-size",
|
|
@@ -10661,6 +10661,20 @@
|
|
|
10661
10661
|
"name": "EnvironmentIndicator",
|
|
10662
10662
|
"module": "src/environment-indicator/environment-indicator.ts"
|
|
10663
10663
|
}
|
|
10664
|
+
},
|
|
10665
|
+
{
|
|
10666
|
+
"name": "use-default-config",
|
|
10667
|
+
"type": {
|
|
10668
|
+
"text": "boolean"
|
|
10669
|
+
},
|
|
10670
|
+
"default": "false",
|
|
10671
|
+
"attribute": "use-default-config",
|
|
10672
|
+
"fieldName": "useDefaultConfig",
|
|
10673
|
+
"description": "whether to use the default config",
|
|
10674
|
+
"inheritedFrom": {
|
|
10675
|
+
"name": "EnvironmentIndicator",
|
|
10676
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
10677
|
+
}
|
|
10664
10678
|
}
|
|
10665
10679
|
],
|
|
10666
10680
|
"members": [
|
|
@@ -10755,7 +10769,7 @@
|
|
|
10755
10769
|
"kind": "field",
|
|
10756
10770
|
"name": "iconSize",
|
|
10757
10771
|
"type": {
|
|
10758
|
-
"text": "
|
|
10772
|
+
"text": "EnvironmentConfig['iconSize']"
|
|
10759
10773
|
},
|
|
10760
10774
|
"default": "'sm'",
|
|
10761
10775
|
"attribute": "icon-size",
|
|
@@ -10764,13 +10778,26 @@
|
|
|
10764
10778
|
"module": "src/environment-indicator/environment-indicator.ts"
|
|
10765
10779
|
}
|
|
10766
10780
|
},
|
|
10781
|
+
{
|
|
10782
|
+
"kind": "field",
|
|
10783
|
+
"name": "useDefaultConfig",
|
|
10784
|
+
"type": {
|
|
10785
|
+
"text": "boolean"
|
|
10786
|
+
},
|
|
10787
|
+
"default": "false",
|
|
10788
|
+
"attribute": "use-default-config",
|
|
10789
|
+
"inheritedFrom": {
|
|
10790
|
+
"name": "EnvironmentIndicator",
|
|
10791
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
10792
|
+
}
|
|
10793
|
+
},
|
|
10767
10794
|
{
|
|
10768
10795
|
"kind": "field",
|
|
10769
10796
|
"name": "config",
|
|
10770
10797
|
"type": {
|
|
10771
10798
|
"text": "EnvironmentConfig"
|
|
10772
10799
|
},
|
|
10773
|
-
"default": "
|
|
10800
|
+
"default": "DEFAULT_ENVIRONMENT_LEVEL_CONFIG",
|
|
10774
10801
|
"description": "Current environment configuration",
|
|
10775
10802
|
"inheritedFrom": {
|
|
10776
10803
|
"name": "EnvironmentIndicator",
|
|
@@ -10783,7 +10810,7 @@
|
|
|
10783
10810
|
"type": {
|
|
10784
10811
|
"text": "EnvironmentConfig[]"
|
|
10785
10812
|
},
|
|
10786
|
-
"default": "
|
|
10813
|
+
"default": "DEFAULT_ENVIRONMENT_CONFIGS",
|
|
10787
10814
|
"description": "Environment configurations",
|
|
10788
10815
|
"inheritedFrom": {
|
|
10789
10816
|
"name": "EnvironmentIndicator",
|
|
@@ -10798,6 +10825,46 @@
|
|
|
10798
10825
|
"module": "src/environment-indicator/environment-indicator.ts"
|
|
10799
10826
|
}
|
|
10800
10827
|
},
|
|
10828
|
+
{
|
|
10829
|
+
"kind": "field",
|
|
10830
|
+
"name": "diConfig",
|
|
10831
|
+
"type": {
|
|
10832
|
+
"text": "EnvironmentIndicatorConfig"
|
|
10833
|
+
},
|
|
10834
|
+
"description": "Current environment configuration from DI",
|
|
10835
|
+
"inheritedFrom": {
|
|
10836
|
+
"name": "EnvironmentIndicator",
|
|
10837
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
10838
|
+
}
|
|
10839
|
+
},
|
|
10840
|
+
{
|
|
10841
|
+
"kind": "method",
|
|
10842
|
+
"name": "diConfigChanged",
|
|
10843
|
+
"inheritedFrom": {
|
|
10844
|
+
"name": "EnvironmentIndicator",
|
|
10845
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
10846
|
+
}
|
|
10847
|
+
},
|
|
10848
|
+
{
|
|
10849
|
+
"kind": "field",
|
|
10850
|
+
"name": "unsubscribeConfig",
|
|
10851
|
+
"type": {
|
|
10852
|
+
"text": "() => void | undefined"
|
|
10853
|
+
},
|
|
10854
|
+
"privacy": "private",
|
|
10855
|
+
"inheritedFrom": {
|
|
10856
|
+
"name": "EnvironmentIndicator",
|
|
10857
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
10858
|
+
}
|
|
10859
|
+
},
|
|
10860
|
+
{
|
|
10861
|
+
"kind": "method",
|
|
10862
|
+
"name": "subscribeToDiConfig",
|
|
10863
|
+
"inheritedFrom": {
|
|
10864
|
+
"name": "EnvironmentIndicator",
|
|
10865
|
+
"module": "src/environment-indicator/environment-indicator.ts"
|
|
10866
|
+
}
|
|
10867
|
+
},
|
|
10801
10868
|
{
|
|
10802
10869
|
"kind": "method",
|
|
10803
10870
|
"name": "getAttributesConfig",
|
|
@@ -10819,7 +10886,7 @@
|
|
|
10819
10886
|
"privacy": "private",
|
|
10820
10887
|
"return": {
|
|
10821
10888
|
"type": {
|
|
10822
|
-
"text": "string"
|
|
10889
|
+
"text": "string | undefined"
|
|
10823
10890
|
}
|
|
10824
10891
|
},
|
|
10825
10892
|
"description": "Get the current environment level based on priority order",
|
|
@@ -10833,7 +10900,7 @@
|
|
|
10833
10900
|
"name": "getEnvConfigByLevel",
|
|
10834
10901
|
"return": {
|
|
10835
10902
|
"type": {
|
|
10836
|
-
"text": "EnvironmentConfig"
|
|
10903
|
+
"text": "EnvironmentConfig | undefined"
|
|
10837
10904
|
}
|
|
10838
10905
|
},
|
|
10839
10906
|
"inheritedFrom": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/rapid-design-system",
|
|
3
3
|
"description": "Rapid Design System",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.294.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -33,18 +33,18 @@
|
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
36
|
-
"@genesislcap/genx": "14.
|
|
37
|
-
"@genesislcap/rollup-builder": "14.
|
|
38
|
-
"@genesislcap/ts-builder": "14.
|
|
39
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
40
|
-
"@genesislcap/vite-builder": "14.
|
|
41
|
-
"@genesislcap/webpack-builder": "14.
|
|
36
|
+
"@genesislcap/genx": "14.294.0",
|
|
37
|
+
"@genesislcap/rollup-builder": "14.294.0",
|
|
38
|
+
"@genesislcap/ts-builder": "14.294.0",
|
|
39
|
+
"@genesislcap/uvu-playwright-builder": "14.294.0",
|
|
40
|
+
"@genesislcap/vite-builder": "14.294.0",
|
|
41
|
+
"@genesislcap/webpack-builder": "14.294.0",
|
|
42
42
|
"rimraf": "^5.0.0"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@genesislcap/foundation-logger": "14.
|
|
46
|
-
"@genesislcap/foundation-ui": "14.
|
|
47
|
-
"@genesislcap/foundation-utils": "14.
|
|
45
|
+
"@genesislcap/foundation-logger": "14.294.0",
|
|
46
|
+
"@genesislcap/foundation-ui": "14.294.0",
|
|
47
|
+
"@genesislcap/foundation-utils": "14.294.0",
|
|
48
48
|
"@microsoft/fast-colors": "5.3.1",
|
|
49
49
|
"@microsoft/fast-components": "2.30.6",
|
|
50
50
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"access": "public"
|
|
63
63
|
},
|
|
64
64
|
"customElements": "dist/custom-elements.json",
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "f7e3720d6f7bd3810a4a8350e4a3e9f436edb078"
|
|
66
66
|
}
|