@genesislcap/foundation-zero 14.394.0 → 14.395.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 +149 -149
- package/package.json +12 -12
|
@@ -13732,91 +13732,118 @@
|
|
|
13732
13732
|
},
|
|
13733
13733
|
{
|
|
13734
13734
|
"kind": "javascript-module",
|
|
13735
|
-
"path": "src/error-
|
|
13735
|
+
"path": "src/error-boundary/error-boundary.ts",
|
|
13736
13736
|
"declarations": [
|
|
13737
|
+
{
|
|
13738
|
+
"kind": "variable",
|
|
13739
|
+
"name": "zeroErrorBoundaryShadowOptions",
|
|
13740
|
+
"type": {
|
|
13741
|
+
"text": "ShadowRootInit"
|
|
13742
|
+
},
|
|
13743
|
+
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
13744
|
+
},
|
|
13737
13745
|
{
|
|
13738
13746
|
"kind": "class",
|
|
13739
13747
|
"description": "",
|
|
13740
|
-
"name": "
|
|
13748
|
+
"name": "ErrorBoundary",
|
|
13741
13749
|
"superclass": {
|
|
13742
|
-
"name": "
|
|
13750
|
+
"name": "FoundationErrorBoundary",
|
|
13743
13751
|
"package": "@genesislcap/foundation-ui"
|
|
13744
13752
|
},
|
|
13745
|
-
"
|
|
13753
|
+
"deprecated": "true",
|
|
13754
|
+
"tagName": "%%prefix%%-error-boundary",
|
|
13746
13755
|
"customElement": true,
|
|
13747
|
-
"
|
|
13756
|
+
"attributes": [
|
|
13748
13757
|
{
|
|
13749
|
-
"
|
|
13750
|
-
"
|
|
13751
|
-
"
|
|
13752
|
-
"text": "HTMLElement & { close: () => void; show: () => void }"
|
|
13753
|
-
},
|
|
13754
|
-
"privacy": "public",
|
|
13758
|
+
"name": "resource-name",
|
|
13759
|
+
"description": "The resource name holding new and existing notifications",
|
|
13760
|
+
"fieldName": "resourceName",
|
|
13755
13761
|
"inheritedFrom": {
|
|
13756
|
-
"name": "
|
|
13757
|
-
"module": "src/error-
|
|
13762
|
+
"name": "ErrorBoundary",
|
|
13763
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
13758
13764
|
}
|
|
13759
13765
|
},
|
|
13760
13766
|
{
|
|
13761
|
-
"
|
|
13762
|
-
"name": "error",
|
|
13767
|
+
"name": "close-timeout",
|
|
13763
13768
|
"type": {
|
|
13764
|
-
"text": "
|
|
13769
|
+
"text": "number"
|
|
13765
13770
|
},
|
|
13771
|
+
"default": "0",
|
|
13772
|
+
"description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
|
|
13773
|
+
"fieldName": "closeTimeout",
|
|
13766
13774
|
"inheritedFrom": {
|
|
13767
|
-
"name": "
|
|
13768
|
-
"module": "src/error-
|
|
13775
|
+
"name": "ErrorBoundary",
|
|
13776
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
13777
|
+
}
|
|
13778
|
+
}
|
|
13779
|
+
],
|
|
13780
|
+
"members": [
|
|
13781
|
+
{
|
|
13782
|
+
"kind": "field",
|
|
13783
|
+
"name": "logger",
|
|
13784
|
+
"privacy": "private",
|
|
13785
|
+
"inheritedFrom": {
|
|
13786
|
+
"name": "ErrorBoundary",
|
|
13787
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
13769
13788
|
}
|
|
13770
13789
|
},
|
|
13771
13790
|
{
|
|
13772
13791
|
"kind": "field",
|
|
13773
|
-
"name": "
|
|
13792
|
+
"name": "errorBoundary",
|
|
13774
13793
|
"type": {
|
|
13775
|
-
"text": "
|
|
13794
|
+
"text": "HTMLElement"
|
|
13776
13795
|
},
|
|
13777
13796
|
"inheritedFrom": {
|
|
13778
|
-
"name": "
|
|
13779
|
-
"module": "src/error-
|
|
13797
|
+
"name": "ErrorBoundary",
|
|
13798
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
13780
13799
|
}
|
|
13781
13800
|
},
|
|
13782
13801
|
{
|
|
13783
|
-
"kind": "
|
|
13784
|
-
"name": "
|
|
13802
|
+
"kind": "field",
|
|
13803
|
+
"name": "resourceName",
|
|
13804
|
+
"description": "The resource name holding new and existing notifications",
|
|
13785
13805
|
"privacy": "public",
|
|
13786
|
-
"return": {
|
|
13787
|
-
"type": {
|
|
13788
|
-
"text": "void"
|
|
13789
|
-
}
|
|
13790
|
-
},
|
|
13791
|
-
"description": "Show the Error Dialog.",
|
|
13792
13806
|
"inheritedFrom": {
|
|
13793
|
-
"name": "
|
|
13794
|
-
"module": "src/error-
|
|
13807
|
+
"name": "ErrorBoundary",
|
|
13808
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
13795
13809
|
}
|
|
13796
13810
|
},
|
|
13797
13811
|
{
|
|
13798
|
-
"kind": "
|
|
13799
|
-
"name": "
|
|
13812
|
+
"kind": "field",
|
|
13813
|
+
"name": "closeTimeout",
|
|
13814
|
+
"type": {
|
|
13815
|
+
"text": "number"
|
|
13816
|
+
},
|
|
13817
|
+
"default": "0",
|
|
13818
|
+
"description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
|
|
13800
13819
|
"privacy": "public",
|
|
13801
|
-
"description": "Dismiss the Error Dialog from display and calls the dismissing action.",
|
|
13802
13820
|
"inheritedFrom": {
|
|
13803
|
-
"name": "
|
|
13804
|
-
"module": "src/error-
|
|
13821
|
+
"name": "ErrorBoundary",
|
|
13822
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
13805
13823
|
}
|
|
13806
13824
|
},
|
|
13807
13825
|
{
|
|
13808
|
-
"kind": "
|
|
13809
|
-
"name": "
|
|
13810
|
-
"
|
|
13811
|
-
|
|
13812
|
-
"type": {
|
|
13813
|
-
"text": "void"
|
|
13814
|
-
}
|
|
13826
|
+
"kind": "field",
|
|
13827
|
+
"name": "dataSub",
|
|
13828
|
+
"type": {
|
|
13829
|
+
"text": "Subscription"
|
|
13815
13830
|
},
|
|
13816
|
-
"
|
|
13831
|
+
"privacy": "protected",
|
|
13817
13832
|
"inheritedFrom": {
|
|
13818
|
-
"name": "
|
|
13819
|
-
"module": "src/error-
|
|
13833
|
+
"name": "ErrorBoundary",
|
|
13834
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
13835
|
+
}
|
|
13836
|
+
},
|
|
13837
|
+
{
|
|
13838
|
+
"kind": "field",
|
|
13839
|
+
"name": "datasource",
|
|
13840
|
+
"type": {
|
|
13841
|
+
"text": "Datasource"
|
|
13842
|
+
},
|
|
13843
|
+
"privacy": "private",
|
|
13844
|
+
"inheritedFrom": {
|
|
13845
|
+
"name": "ErrorBoundary",
|
|
13846
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
13820
13847
|
}
|
|
13821
13848
|
},
|
|
13822
13849
|
{
|
|
@@ -13934,33 +13961,39 @@
|
|
|
13934
13961
|
},
|
|
13935
13962
|
{
|
|
13936
13963
|
"kind": "variable",
|
|
13937
|
-
"name": "
|
|
13938
|
-
"description": "The zero ErrorDialog",
|
|
13939
|
-
"privacy": "public"
|
|
13964
|
+
"name": "zeroErrorBoundary"
|
|
13940
13965
|
}
|
|
13941
13966
|
],
|
|
13942
13967
|
"exports": [
|
|
13943
13968
|
{
|
|
13944
13969
|
"kind": "js",
|
|
13945
|
-
"name": "
|
|
13970
|
+
"name": "zeroErrorBoundaryShadowOptions",
|
|
13946
13971
|
"declaration": {
|
|
13947
|
-
"name": "
|
|
13948
|
-
"module": "src/error-
|
|
13972
|
+
"name": "zeroErrorBoundaryShadowOptions",
|
|
13973
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
13949
13974
|
}
|
|
13950
13975
|
},
|
|
13951
13976
|
{
|
|
13952
13977
|
"kind": "js",
|
|
13953
|
-
"name": "
|
|
13978
|
+
"name": "ErrorBoundary",
|
|
13954
13979
|
"declaration": {
|
|
13955
|
-
"name": "
|
|
13956
|
-
"module": "src/error-
|
|
13980
|
+
"name": "ErrorBoundary",
|
|
13981
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
13982
|
+
}
|
|
13983
|
+
},
|
|
13984
|
+
{
|
|
13985
|
+
"kind": "js",
|
|
13986
|
+
"name": "zeroErrorBoundary",
|
|
13987
|
+
"declaration": {
|
|
13988
|
+
"name": "zeroErrorBoundary",
|
|
13989
|
+
"module": "src/error-boundary/error-boundary.ts"
|
|
13957
13990
|
}
|
|
13958
13991
|
}
|
|
13959
13992
|
]
|
|
13960
13993
|
},
|
|
13961
13994
|
{
|
|
13962
13995
|
"kind": "javascript-module",
|
|
13963
|
-
"path": "src/error-
|
|
13996
|
+
"path": "src/error-boundary/index.ts",
|
|
13964
13997
|
"declarations": [],
|
|
13965
13998
|
"exports": [
|
|
13966
13999
|
{
|
|
@@ -13968,125 +14001,98 @@
|
|
|
13968
14001
|
"name": "*",
|
|
13969
14002
|
"declaration": {
|
|
13970
14003
|
"name": "*",
|
|
13971
|
-
"package": "./error-
|
|
14004
|
+
"package": "./error-boundary"
|
|
13972
14005
|
}
|
|
13973
14006
|
}
|
|
13974
14007
|
]
|
|
13975
14008
|
},
|
|
13976
14009
|
{
|
|
13977
14010
|
"kind": "javascript-module",
|
|
13978
|
-
"path": "src/error-
|
|
14011
|
+
"path": "src/error-dialog/error-dialog.ts",
|
|
13979
14012
|
"declarations": [
|
|
13980
|
-
{
|
|
13981
|
-
"kind": "variable",
|
|
13982
|
-
"name": "zeroErrorBoundaryShadowOptions",
|
|
13983
|
-
"type": {
|
|
13984
|
-
"text": "ShadowRootInit"
|
|
13985
|
-
},
|
|
13986
|
-
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
13987
|
-
},
|
|
13988
14013
|
{
|
|
13989
14014
|
"kind": "class",
|
|
13990
14015
|
"description": "",
|
|
13991
|
-
"name": "
|
|
14016
|
+
"name": "ErrorDialog",
|
|
13992
14017
|
"superclass": {
|
|
13993
|
-
"name": "
|
|
14018
|
+
"name": "FoundationErrorDialog",
|
|
13994
14019
|
"package": "@genesislcap/foundation-ui"
|
|
13995
14020
|
},
|
|
13996
|
-
"
|
|
13997
|
-
"tagName": "%%prefix%%-error-boundary",
|
|
14021
|
+
"tagName": "%%prefix%%-error-dialog",
|
|
13998
14022
|
"customElement": true,
|
|
13999
|
-
"attributes": [
|
|
14000
|
-
{
|
|
14001
|
-
"name": "resource-name",
|
|
14002
|
-
"description": "The resource name holding new and existing notifications",
|
|
14003
|
-
"fieldName": "resourceName",
|
|
14004
|
-
"inheritedFrom": {
|
|
14005
|
-
"name": "ErrorBoundary",
|
|
14006
|
-
"module": "src/error-boundary/error-boundary.ts"
|
|
14007
|
-
}
|
|
14008
|
-
},
|
|
14009
|
-
{
|
|
14010
|
-
"name": "close-timeout",
|
|
14011
|
-
"type": {
|
|
14012
|
-
"text": "number"
|
|
14013
|
-
},
|
|
14014
|
-
"default": "0",
|
|
14015
|
-
"description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
|
|
14016
|
-
"fieldName": "closeTimeout",
|
|
14017
|
-
"inheritedFrom": {
|
|
14018
|
-
"name": "ErrorBoundary",
|
|
14019
|
-
"module": "src/error-boundary/error-boundary.ts"
|
|
14020
|
-
}
|
|
14021
|
-
}
|
|
14022
|
-
],
|
|
14023
14023
|
"members": [
|
|
14024
14024
|
{
|
|
14025
14025
|
"kind": "field",
|
|
14026
|
-
"name": "
|
|
14027
|
-
"
|
|
14026
|
+
"name": "dialog",
|
|
14027
|
+
"type": {
|
|
14028
|
+
"text": "HTMLElement & { close: () => void; show: () => void }"
|
|
14029
|
+
},
|
|
14030
|
+
"privacy": "public",
|
|
14028
14031
|
"inheritedFrom": {
|
|
14029
|
-
"name": "
|
|
14030
|
-
"module": "src/error-
|
|
14032
|
+
"name": "ErrorDialog",
|
|
14033
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
14031
14034
|
}
|
|
14032
14035
|
},
|
|
14033
14036
|
{
|
|
14034
14037
|
"kind": "field",
|
|
14035
|
-
"name": "
|
|
14038
|
+
"name": "error",
|
|
14036
14039
|
"type": {
|
|
14037
|
-
"text": "
|
|
14040
|
+
"text": "ErrorStructure"
|
|
14038
14041
|
},
|
|
14039
14042
|
"inheritedFrom": {
|
|
14040
|
-
"name": "
|
|
14041
|
-
"module": "src/error-
|
|
14043
|
+
"name": "ErrorDialog",
|
|
14044
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
14042
14045
|
}
|
|
14043
14046
|
},
|
|
14044
14047
|
{
|
|
14045
14048
|
"kind": "field",
|
|
14046
|
-
"name": "
|
|
14047
|
-
"
|
|
14048
|
-
|
|
14049
|
+
"name": "notification",
|
|
14050
|
+
"type": {
|
|
14051
|
+
"text": "NotificationStructure"
|
|
14052
|
+
},
|
|
14049
14053
|
"inheritedFrom": {
|
|
14050
|
-
"name": "
|
|
14051
|
-
"module": "src/error-
|
|
14054
|
+
"name": "ErrorDialog",
|
|
14055
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
14052
14056
|
}
|
|
14053
14057
|
},
|
|
14054
14058
|
{
|
|
14055
|
-
"kind": "
|
|
14056
|
-
"name": "
|
|
14057
|
-
"type": {
|
|
14058
|
-
"text": "number"
|
|
14059
|
-
},
|
|
14060
|
-
"default": "0",
|
|
14061
|
-
"description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
|
|
14059
|
+
"kind": "method",
|
|
14060
|
+
"name": "show",
|
|
14062
14061
|
"privacy": "public",
|
|
14062
|
+
"return": {
|
|
14063
|
+
"type": {
|
|
14064
|
+
"text": "void"
|
|
14065
|
+
}
|
|
14066
|
+
},
|
|
14067
|
+
"description": "Show the Error Dialog.",
|
|
14063
14068
|
"inheritedFrom": {
|
|
14064
|
-
"name": "
|
|
14065
|
-
"module": "src/error-
|
|
14069
|
+
"name": "ErrorDialog",
|
|
14070
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
14066
14071
|
}
|
|
14067
14072
|
},
|
|
14068
14073
|
{
|
|
14069
|
-
"kind": "
|
|
14070
|
-
"name": "
|
|
14071
|
-
"
|
|
14072
|
-
|
|
14073
|
-
},
|
|
14074
|
-
"privacy": "protected",
|
|
14074
|
+
"kind": "method",
|
|
14075
|
+
"name": "dismiss",
|
|
14076
|
+
"privacy": "public",
|
|
14077
|
+
"description": "Dismiss the Error Dialog from display and calls the dismissing action.",
|
|
14075
14078
|
"inheritedFrom": {
|
|
14076
|
-
"name": "
|
|
14077
|
-
"module": "src/error-
|
|
14079
|
+
"name": "ErrorDialog",
|
|
14080
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
14078
14081
|
}
|
|
14079
14082
|
},
|
|
14080
14083
|
{
|
|
14081
|
-
"kind": "
|
|
14082
|
-
"name": "
|
|
14083
|
-
"
|
|
14084
|
-
|
|
14084
|
+
"kind": "method",
|
|
14085
|
+
"name": "closeDialog",
|
|
14086
|
+
"privacy": "public",
|
|
14087
|
+
"return": {
|
|
14088
|
+
"type": {
|
|
14089
|
+
"text": "void"
|
|
14090
|
+
}
|
|
14085
14091
|
},
|
|
14086
|
-
"
|
|
14092
|
+
"description": "Dismiss the Error Dialog from display.",
|
|
14087
14093
|
"inheritedFrom": {
|
|
14088
|
-
"name": "
|
|
14089
|
-
"module": "src/error-
|
|
14094
|
+
"name": "ErrorDialog",
|
|
14095
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
14090
14096
|
}
|
|
14091
14097
|
},
|
|
14092
14098
|
{
|
|
@@ -14204,39 +14210,33 @@
|
|
|
14204
14210
|
},
|
|
14205
14211
|
{
|
|
14206
14212
|
"kind": "variable",
|
|
14207
|
-
"name": "
|
|
14213
|
+
"name": "zeroErrorDialog",
|
|
14214
|
+
"description": "The zero ErrorDialog",
|
|
14215
|
+
"privacy": "public"
|
|
14208
14216
|
}
|
|
14209
14217
|
],
|
|
14210
14218
|
"exports": [
|
|
14211
14219
|
{
|
|
14212
14220
|
"kind": "js",
|
|
14213
|
-
"name": "
|
|
14214
|
-
"declaration": {
|
|
14215
|
-
"name": "zeroErrorBoundaryShadowOptions",
|
|
14216
|
-
"module": "src/error-boundary/error-boundary.ts"
|
|
14217
|
-
}
|
|
14218
|
-
},
|
|
14219
|
-
{
|
|
14220
|
-
"kind": "js",
|
|
14221
|
-
"name": "ErrorBoundary",
|
|
14221
|
+
"name": "ErrorDialog",
|
|
14222
14222
|
"declaration": {
|
|
14223
|
-
"name": "
|
|
14224
|
-
"module": "src/error-
|
|
14223
|
+
"name": "ErrorDialog",
|
|
14224
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
14225
14225
|
}
|
|
14226
14226
|
},
|
|
14227
14227
|
{
|
|
14228
14228
|
"kind": "js",
|
|
14229
|
-
"name": "
|
|
14229
|
+
"name": "zeroErrorDialog",
|
|
14230
14230
|
"declaration": {
|
|
14231
|
-
"name": "
|
|
14232
|
-
"module": "src/error-
|
|
14231
|
+
"name": "zeroErrorDialog",
|
|
14232
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
14233
14233
|
}
|
|
14234
14234
|
}
|
|
14235
14235
|
]
|
|
14236
14236
|
},
|
|
14237
14237
|
{
|
|
14238
14238
|
"kind": "javascript-module",
|
|
14239
|
-
"path": "src/error-
|
|
14239
|
+
"path": "src/error-dialog/index.ts",
|
|
14240
14240
|
"declarations": [],
|
|
14241
14241
|
"exports": [
|
|
14242
14242
|
{
|
|
@@ -14244,7 +14244,7 @@
|
|
|
14244
14244
|
"name": "*",
|
|
14245
14245
|
"declaration": {
|
|
14246
14246
|
"name": "*",
|
|
14247
|
-
"package": "./error-
|
|
14247
|
+
"package": "./error-dialog"
|
|
14248
14248
|
}
|
|
14249
14249
|
}
|
|
14250
14250
|
]
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-zero",
|
|
3
3
|
"description": "Genesis Foundation Zero Design System",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.395.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -73,18 +73,18 @@
|
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
76
|
-
"@genesislcap/genx": "14.
|
|
77
|
-
"@genesislcap/rollup-builder": "14.
|
|
78
|
-
"@genesislcap/ts-builder": "14.
|
|
79
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
80
|
-
"@genesislcap/vite-builder": "14.
|
|
81
|
-
"@genesislcap/webpack-builder": "14.
|
|
76
|
+
"@genesislcap/genx": "14.395.0",
|
|
77
|
+
"@genesislcap/rollup-builder": "14.395.0",
|
|
78
|
+
"@genesislcap/ts-builder": "14.395.0",
|
|
79
|
+
"@genesislcap/uvu-playwright-builder": "14.395.0",
|
|
80
|
+
"@genesislcap/vite-builder": "14.395.0",
|
|
81
|
+
"@genesislcap/webpack-builder": "14.395.0"
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
84
|
-
"@genesislcap/foundation-comms": "14.
|
|
85
|
-
"@genesislcap/foundation-logger": "14.
|
|
86
|
-
"@genesislcap/foundation-ui": "14.
|
|
87
|
-
"@genesislcap/foundation-utils": "14.
|
|
84
|
+
"@genesislcap/foundation-comms": "14.395.0",
|
|
85
|
+
"@genesislcap/foundation-logger": "14.395.0",
|
|
86
|
+
"@genesislcap/foundation-ui": "14.395.0",
|
|
87
|
+
"@genesislcap/foundation-utils": "14.395.0",
|
|
88
88
|
"@microsoft/fast-colors": "5.3.1",
|
|
89
89
|
"@microsoft/fast-components": "2.30.6",
|
|
90
90
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -100,5 +100,5 @@
|
|
|
100
100
|
"access": "public"
|
|
101
101
|
},
|
|
102
102
|
"customElements": "dist/custom-elements.json",
|
|
103
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "fb6a934ee936db50a36a54c1f5a790f3dcb81321"
|
|
104
104
|
}
|