@genesislcap/foundation-zero 14.133.1 → 14.135.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 +1356 -1356
- package/package.json +7 -7
|
@@ -6841,7 +6841,7 @@
|
|
|
6841
6841
|
},
|
|
6842
6842
|
{
|
|
6843
6843
|
"kind": "javascript-module",
|
|
6844
|
-
"path": "src/
|
|
6844
|
+
"path": "src/calendar/calendar.stories.ts",
|
|
6845
6845
|
"declarations": [
|
|
6846
6846
|
{
|
|
6847
6847
|
"kind": "variable",
|
|
@@ -6849,7 +6849,7 @@
|
|
|
6849
6849
|
"type": {
|
|
6850
6850
|
"text": "Meta"
|
|
6851
6851
|
},
|
|
6852
|
-
"default": "{\n title: '
|
|
6852
|
+
"default": "{\n title: 'Calendar',\n component: 'zero-calendar',\n}"
|
|
6853
6853
|
},
|
|
6854
6854
|
{
|
|
6855
6855
|
"kind": "variable",
|
|
@@ -6857,7 +6857,7 @@
|
|
|
6857
6857
|
"type": {
|
|
6858
6858
|
"text": "StoryObj"
|
|
6859
6859
|
},
|
|
6860
|
-
"default": "{\n args: {
|
|
6860
|
+
"default": "{\n args: {},\n render: () => html`\n <div style=\"${wrapperStyle}\">\n <zero-calendar\n id=\"zCalendar\"\n month=\"${new Date().getMonth() + 1}\"\n year=\"${new Date().getFullYear()}\"\n month-format=\"short\"\n weekday-format=\"narrow\"\n disabled-dates=\"${new Date().getMonth() + 1}-${new Date().getDate() > 1\n ? new Date().getDate() - 1\n : new Date().getDate() + 2}-${new Date().getFullYear()}\"\n selected-dates=\"${new Date().getMonth() +\n 1}-${new Date().getDate()}-${new Date().getFullYear()}\"\n >\n <div\n slot=\"${new Date().getMonth() + 1}-${new Date().getDate()}-${new Date().getFullYear()}\"\n >\n Test slot\n </div>\n </zero-calendar>\n </div>\n `,\n}"
|
|
6861
6861
|
}
|
|
6862
6862
|
],
|
|
6863
6863
|
"exports": [
|
|
@@ -6866,7 +6866,7 @@
|
|
|
6866
6866
|
"name": "default",
|
|
6867
6867
|
"declaration": {
|
|
6868
6868
|
"name": "meta",
|
|
6869
|
-
"module": "src/
|
|
6869
|
+
"module": "src/calendar/calendar.stories.ts"
|
|
6870
6870
|
}
|
|
6871
6871
|
},
|
|
6872
6872
|
{
|
|
@@ -6874,60 +6874,46 @@
|
|
|
6874
6874
|
"name": "Primary",
|
|
6875
6875
|
"declaration": {
|
|
6876
6876
|
"name": "Primary",
|
|
6877
|
-
"module": "src/
|
|
6877
|
+
"module": "src/calendar/calendar.stories.ts"
|
|
6878
6878
|
}
|
|
6879
6879
|
}
|
|
6880
6880
|
]
|
|
6881
6881
|
},
|
|
6882
6882
|
{
|
|
6883
6883
|
"kind": "javascript-module",
|
|
6884
|
-
"path": "src/
|
|
6884
|
+
"path": "src/calendar/calendar.styles.ts",
|
|
6885
6885
|
"declarations": [
|
|
6886
6886
|
{
|
|
6887
6887
|
"kind": "function",
|
|
6888
|
-
"name": "
|
|
6888
|
+
"name": "zeroCalendarStyles",
|
|
6889
6889
|
"return": {
|
|
6890
6890
|
"type": {
|
|
6891
6891
|
"text": "ElementStyles"
|
|
6892
6892
|
}
|
|
6893
|
-
}
|
|
6894
|
-
"parameters": [
|
|
6895
|
-
{
|
|
6896
|
-
"name": "context",
|
|
6897
|
-
"type": {
|
|
6898
|
-
"text": "ElementDefinitionContext"
|
|
6899
|
-
}
|
|
6900
|
-
},
|
|
6901
|
-
{
|
|
6902
|
-
"name": "definition",
|
|
6903
|
-
"type": {
|
|
6904
|
-
"text": "FoundationElementDefinition"
|
|
6905
|
-
}
|
|
6906
|
-
}
|
|
6907
|
-
]
|
|
6893
|
+
}
|
|
6908
6894
|
}
|
|
6909
6895
|
],
|
|
6910
6896
|
"exports": [
|
|
6911
6897
|
{
|
|
6912
6898
|
"kind": "js",
|
|
6913
|
-
"name": "
|
|
6899
|
+
"name": "zeroCalendarStyles",
|
|
6914
6900
|
"declaration": {
|
|
6915
|
-
"name": "
|
|
6916
|
-
"module": "src/
|
|
6901
|
+
"name": "zeroCalendarStyles",
|
|
6902
|
+
"module": "src/calendar/calendar.styles.ts"
|
|
6917
6903
|
}
|
|
6918
6904
|
}
|
|
6919
6905
|
]
|
|
6920
6906
|
},
|
|
6921
6907
|
{
|
|
6922
6908
|
"kind": "javascript-module",
|
|
6923
|
-
"path": "src/
|
|
6909
|
+
"path": "src/calendar/calendar.template.ts",
|
|
6924
6910
|
"declarations": [
|
|
6925
6911
|
{
|
|
6926
6912
|
"kind": "function",
|
|
6927
|
-
"name": "
|
|
6913
|
+
"name": "zeroCalendarTemplate",
|
|
6928
6914
|
"return": {
|
|
6929
6915
|
"type": {
|
|
6930
|
-
"text": "ViewTemplate<
|
|
6916
|
+
"text": "ViewTemplate<Calendar>"
|
|
6931
6917
|
}
|
|
6932
6918
|
},
|
|
6933
6919
|
"parameters": [
|
|
@@ -6949,29 +6935,161 @@
|
|
|
6949
6935
|
"exports": [
|
|
6950
6936
|
{
|
|
6951
6937
|
"kind": "js",
|
|
6952
|
-
"name": "
|
|
6938
|
+
"name": "zeroCalendarTemplate",
|
|
6953
6939
|
"declaration": {
|
|
6954
|
-
"name": "
|
|
6955
|
-
"module": "src/
|
|
6940
|
+
"name": "zeroCalendarTemplate",
|
|
6941
|
+
"module": "src/calendar/calendar.template.ts"
|
|
6956
6942
|
}
|
|
6957
6943
|
}
|
|
6958
6944
|
]
|
|
6959
6945
|
},
|
|
6960
6946
|
{
|
|
6961
6947
|
"kind": "javascript-module",
|
|
6962
|
-
"path": "src/
|
|
6948
|
+
"path": "src/calendar/calendar.ts",
|
|
6963
6949
|
"declarations": [
|
|
6964
6950
|
{
|
|
6965
6951
|
"kind": "class",
|
|
6966
6952
|
"description": "",
|
|
6967
|
-
"name": "
|
|
6953
|
+
"name": "Calendar",
|
|
6968
6954
|
"superclass": {
|
|
6969
|
-
"name": "
|
|
6955
|
+
"name": "FoundationCalendar",
|
|
6970
6956
|
"package": "@genesislcap/foundation-ui"
|
|
6971
6957
|
},
|
|
6972
|
-
"tagName": "%%prefix%%-
|
|
6958
|
+
"tagName": "%%prefix%%-calendar",
|
|
6973
6959
|
"customElement": true,
|
|
6974
6960
|
"members": [
|
|
6961
|
+
{
|
|
6962
|
+
"kind": "field",
|
|
6963
|
+
"name": "today",
|
|
6964
|
+
"type": {
|
|
6965
|
+
"text": "any"
|
|
6966
|
+
},
|
|
6967
|
+
"default": "new Day(null, lang)",
|
|
6968
|
+
"inheritedFrom": {
|
|
6969
|
+
"name": "Calendar",
|
|
6970
|
+
"module": "src/date-picker/calendar.ts"
|
|
6971
|
+
}
|
|
6972
|
+
},
|
|
6973
|
+
{
|
|
6974
|
+
"kind": "field",
|
|
6975
|
+
"name": "year",
|
|
6976
|
+
"type": {
|
|
6977
|
+
"text": "number"
|
|
6978
|
+
},
|
|
6979
|
+
"inheritedFrom": {
|
|
6980
|
+
"name": "Calendar",
|
|
6981
|
+
"module": "src/date-picker/calendar.ts"
|
|
6982
|
+
}
|
|
6983
|
+
},
|
|
6984
|
+
{
|
|
6985
|
+
"kind": "field",
|
|
6986
|
+
"name": "month",
|
|
6987
|
+
"type": {
|
|
6988
|
+
"text": "any"
|
|
6989
|
+
},
|
|
6990
|
+
"default": "new Month(new Date(this.year, (monthNumber || this.today.monthNumber) - 1), lang)",
|
|
6991
|
+
"inheritedFrom": {
|
|
6992
|
+
"name": "Calendar",
|
|
6993
|
+
"module": "src/date-picker/calendar.ts"
|
|
6994
|
+
}
|
|
6995
|
+
},
|
|
6996
|
+
{
|
|
6997
|
+
"kind": "field",
|
|
6998
|
+
"name": "lang",
|
|
6999
|
+
"type": {
|
|
7000
|
+
"text": "string"
|
|
7001
|
+
},
|
|
7002
|
+
"default": "lang",
|
|
7003
|
+
"inheritedFrom": {
|
|
7004
|
+
"name": "Calendar",
|
|
7005
|
+
"module": "src/date-picker/calendar.ts"
|
|
7006
|
+
}
|
|
7007
|
+
},
|
|
7008
|
+
{
|
|
7009
|
+
"kind": "field",
|
|
7010
|
+
"name": "weekDays",
|
|
7011
|
+
"inheritedFrom": {
|
|
7012
|
+
"name": "Calendar",
|
|
7013
|
+
"module": "src/date-picker/calendar.ts"
|
|
7014
|
+
}
|
|
7015
|
+
},
|
|
7016
|
+
{
|
|
7017
|
+
"kind": "method",
|
|
7018
|
+
"name": "getMonth",
|
|
7019
|
+
"parameters": [
|
|
7020
|
+
{
|
|
7021
|
+
"name": "monthNumber"
|
|
7022
|
+
}
|
|
7023
|
+
],
|
|
7024
|
+
"inheritedFrom": {
|
|
7025
|
+
"name": "Calendar",
|
|
7026
|
+
"module": "src/date-picker/calendar.ts"
|
|
7027
|
+
}
|
|
7028
|
+
},
|
|
7029
|
+
{
|
|
7030
|
+
"kind": "method",
|
|
7031
|
+
"name": "getPreviousMonth",
|
|
7032
|
+
"inheritedFrom": {
|
|
7033
|
+
"name": "Calendar",
|
|
7034
|
+
"module": "src/date-picker/calendar.ts"
|
|
7035
|
+
}
|
|
7036
|
+
},
|
|
7037
|
+
{
|
|
7038
|
+
"kind": "method",
|
|
7039
|
+
"name": "getNextMonth",
|
|
7040
|
+
"inheritedFrom": {
|
|
7041
|
+
"name": "Calendar",
|
|
7042
|
+
"module": "src/date-picker/calendar.ts"
|
|
7043
|
+
}
|
|
7044
|
+
},
|
|
7045
|
+
{
|
|
7046
|
+
"kind": "method",
|
|
7047
|
+
"name": "goToDate",
|
|
7048
|
+
"parameters": [
|
|
7049
|
+
{
|
|
7050
|
+
"name": "monthNumber"
|
|
7051
|
+
},
|
|
7052
|
+
{
|
|
7053
|
+
"name": "year"
|
|
7054
|
+
}
|
|
7055
|
+
],
|
|
7056
|
+
"inheritedFrom": {
|
|
7057
|
+
"name": "Calendar",
|
|
7058
|
+
"module": "src/date-picker/calendar.ts"
|
|
7059
|
+
}
|
|
7060
|
+
},
|
|
7061
|
+
{
|
|
7062
|
+
"kind": "method",
|
|
7063
|
+
"name": "goToNextYear",
|
|
7064
|
+
"inheritedFrom": {
|
|
7065
|
+
"name": "Calendar",
|
|
7066
|
+
"module": "src/date-picker/calendar.ts"
|
|
7067
|
+
}
|
|
7068
|
+
},
|
|
7069
|
+
{
|
|
7070
|
+
"kind": "method",
|
|
7071
|
+
"name": "goToPreviousYear",
|
|
7072
|
+
"inheritedFrom": {
|
|
7073
|
+
"name": "Calendar",
|
|
7074
|
+
"module": "src/date-picker/calendar.ts"
|
|
7075
|
+
}
|
|
7076
|
+
},
|
|
7077
|
+
{
|
|
7078
|
+
"kind": "method",
|
|
7079
|
+
"name": "goToNextMonth",
|
|
7080
|
+
"inheritedFrom": {
|
|
7081
|
+
"name": "Calendar",
|
|
7082
|
+
"module": "src/date-picker/calendar.ts"
|
|
7083
|
+
}
|
|
7084
|
+
},
|
|
7085
|
+
{
|
|
7086
|
+
"kind": "method",
|
|
7087
|
+
"name": "goToPreviousMonth",
|
|
7088
|
+
"inheritedFrom": {
|
|
7089
|
+
"name": "Calendar",
|
|
7090
|
+
"module": "src/date-picker/calendar.ts"
|
|
7091
|
+
}
|
|
7092
|
+
},
|
|
6975
7093
|
{
|
|
6976
7094
|
"kind": "field",
|
|
6977
7095
|
"name": "_presentation",
|
|
@@ -6981,8 +7099,8 @@
|
|
|
6981
7099
|
"privacy": "private",
|
|
6982
7100
|
"default": "void 0",
|
|
6983
7101
|
"inheritedFrom": {
|
|
6984
|
-
"name": "
|
|
6985
|
-
"module": "src/
|
|
7102
|
+
"name": "Calendar",
|
|
7103
|
+
"module": "src/date-picker/calendar.ts"
|
|
6986
7104
|
}
|
|
6987
7105
|
},
|
|
6988
7106
|
{
|
|
@@ -6994,8 +7112,8 @@
|
|
|
6994
7112
|
"privacy": "public",
|
|
6995
7113
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
6996
7114
|
"inheritedFrom": {
|
|
6997
|
-
"name": "
|
|
6998
|
-
"module": "src/
|
|
7115
|
+
"name": "Calendar",
|
|
7116
|
+
"module": "src/date-picker/calendar.ts"
|
|
6999
7117
|
}
|
|
7000
7118
|
},
|
|
7001
7119
|
{
|
|
@@ -7007,8 +7125,8 @@
|
|
|
7007
7125
|
"privacy": "public",
|
|
7008
7126
|
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
7009
7127
|
"inheritedFrom": {
|
|
7010
|
-
"name": "
|
|
7011
|
-
"module": "src/
|
|
7128
|
+
"name": "Calendar",
|
|
7129
|
+
"module": "src/date-picker/calendar.ts"
|
|
7012
7130
|
}
|
|
7013
7131
|
},
|
|
7014
7132
|
{
|
|
@@ -7021,8 +7139,8 @@
|
|
|
7021
7139
|
}
|
|
7022
7140
|
},
|
|
7023
7141
|
"inheritedFrom": {
|
|
7024
|
-
"name": "
|
|
7025
|
-
"module": "src/
|
|
7142
|
+
"name": "Calendar",
|
|
7143
|
+
"module": "src/date-picker/calendar.ts"
|
|
7026
7144
|
}
|
|
7027
7145
|
},
|
|
7028
7146
|
{
|
|
@@ -7034,8 +7152,8 @@
|
|
|
7034
7152
|
"privacy": "public",
|
|
7035
7153
|
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
7036
7154
|
"inheritedFrom": {
|
|
7037
|
-
"name": "
|
|
7038
|
-
"module": "src/
|
|
7155
|
+
"name": "Calendar",
|
|
7156
|
+
"module": "src/date-picker/calendar.ts"
|
|
7039
7157
|
}
|
|
7040
7158
|
},
|
|
7041
7159
|
{
|
|
@@ -7048,8 +7166,8 @@
|
|
|
7048
7166
|
}
|
|
7049
7167
|
},
|
|
7050
7168
|
"inheritedFrom": {
|
|
7051
|
-
"name": "
|
|
7052
|
-
"module": "src/
|
|
7169
|
+
"name": "Calendar",
|
|
7170
|
+
"module": "src/date-picker/calendar.ts"
|
|
7053
7171
|
}
|
|
7054
7172
|
},
|
|
7055
7173
|
{
|
|
@@ -7079,39 +7197,39 @@
|
|
|
7079
7197
|
],
|
|
7080
7198
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
7081
7199
|
"inheritedFrom": {
|
|
7082
|
-
"name": "
|
|
7083
|
-
"module": "src/
|
|
7200
|
+
"name": "Calendar",
|
|
7201
|
+
"module": "src/date-picker/calendar.ts"
|
|
7084
7202
|
}
|
|
7085
7203
|
}
|
|
7086
7204
|
]
|
|
7087
7205
|
},
|
|
7088
7206
|
{
|
|
7089
7207
|
"kind": "variable",
|
|
7090
|
-
"name": "
|
|
7208
|
+
"name": "zeroCalendar"
|
|
7091
7209
|
}
|
|
7092
7210
|
],
|
|
7093
7211
|
"exports": [
|
|
7094
7212
|
{
|
|
7095
7213
|
"kind": "js",
|
|
7096
|
-
"name": "
|
|
7214
|
+
"name": "Calendar",
|
|
7097
7215
|
"declaration": {
|
|
7098
|
-
"name": "
|
|
7099
|
-
"module": "src/
|
|
7216
|
+
"name": "Calendar",
|
|
7217
|
+
"module": "src/calendar/calendar.ts"
|
|
7100
7218
|
}
|
|
7101
7219
|
},
|
|
7102
7220
|
{
|
|
7103
7221
|
"kind": "js",
|
|
7104
|
-
"name": "
|
|
7222
|
+
"name": "zeroCalendar",
|
|
7105
7223
|
"declaration": {
|
|
7106
|
-
"name": "
|
|
7107
|
-
"module": "src/
|
|
7224
|
+
"name": "zeroCalendar",
|
|
7225
|
+
"module": "src/calendar/calendar.ts"
|
|
7108
7226
|
}
|
|
7109
7227
|
}
|
|
7110
7228
|
]
|
|
7111
7229
|
},
|
|
7112
7230
|
{
|
|
7113
7231
|
"kind": "javascript-module",
|
|
7114
|
-
"path": "src/
|
|
7232
|
+
"path": "src/calendar/index.ts",
|
|
7115
7233
|
"declarations": [],
|
|
7116
7234
|
"exports": [
|
|
7117
7235
|
{
|
|
@@ -7119,7 +7237,7 @@
|
|
|
7119
7237
|
"name": "*",
|
|
7120
7238
|
"declaration": {
|
|
7121
7239
|
"name": "*",
|
|
7122
|
-
"package": "./
|
|
7240
|
+
"package": "./calendar"
|
|
7123
7241
|
}
|
|
7124
7242
|
},
|
|
7125
7243
|
{
|
|
@@ -7127,7 +7245,7 @@
|
|
|
7127
7245
|
"name": "*",
|
|
7128
7246
|
"declaration": {
|
|
7129
7247
|
"name": "*",
|
|
7130
|
-
"package": "./
|
|
7248
|
+
"package": "./calendar.styles"
|
|
7131
7249
|
}
|
|
7132
7250
|
},
|
|
7133
7251
|
{
|
|
@@ -7135,14 +7253,14 @@
|
|
|
7135
7253
|
"name": "*",
|
|
7136
7254
|
"declaration": {
|
|
7137
7255
|
"name": "*",
|
|
7138
|
-
"package": "./
|
|
7256
|
+
"package": "./calendar.template"
|
|
7139
7257
|
}
|
|
7140
7258
|
}
|
|
7141
7259
|
]
|
|
7142
7260
|
},
|
|
7143
7261
|
{
|
|
7144
7262
|
"kind": "javascript-module",
|
|
7145
|
-
"path": "src/
|
|
7263
|
+
"path": "src/card/card.stories.ts",
|
|
7146
7264
|
"declarations": [
|
|
7147
7265
|
{
|
|
7148
7266
|
"kind": "variable",
|
|
@@ -7150,7 +7268,7 @@
|
|
|
7150
7268
|
"type": {
|
|
7151
7269
|
"text": "Meta"
|
|
7152
7270
|
},
|
|
7153
|
-
"default": "{\n title: '
|
|
7271
|
+
"default": "{\n title: 'Card',\n component: 'zero-card',\n}"
|
|
7154
7272
|
},
|
|
7155
7273
|
{
|
|
7156
7274
|
"kind": "variable",
|
|
@@ -7158,7 +7276,7 @@
|
|
|
7158
7276
|
"type": {
|
|
7159
7277
|
"text": "StoryObj"
|
|
7160
7278
|
},
|
|
7161
|
-
"default": "{\n args: {\n
|
|
7279
|
+
"default": "{\n args: {\n cardFillColor: '#2f353a',\n cardHeading: 'Card 1',\n cardText: 'This is a Rapid Card (and the only one with without extra fui elements!)',\n },\n render: ({ cardFillColor, cardHeading, cardText }) => html`\n <div style=\"${wrapperStyle} --zero-card-fill-color:${cardFillColor};\">\n <zero-card style=\"${cardStyle}\">\n <h6>${cardHeading}</h6>\n <span>${cardText}</span>\n </zero-card>\n </div>\n `,\n}"
|
|
7162
7280
|
}
|
|
7163
7281
|
],
|
|
7164
7282
|
"exports": [
|
|
@@ -7167,7 +7285,7 @@
|
|
|
7167
7285
|
"name": "default",
|
|
7168
7286
|
"declaration": {
|
|
7169
7287
|
"name": "meta",
|
|
7170
|
-
"module": "src/
|
|
7288
|
+
"module": "src/card/card.stories.ts"
|
|
7171
7289
|
}
|
|
7172
7290
|
},
|
|
7173
7291
|
{
|
|
@@ -7175,18 +7293,18 @@
|
|
|
7175
7293
|
"name": "Primary",
|
|
7176
7294
|
"declaration": {
|
|
7177
7295
|
"name": "Primary",
|
|
7178
|
-
"module": "src/
|
|
7296
|
+
"module": "src/card/card.stories.ts"
|
|
7179
7297
|
}
|
|
7180
7298
|
}
|
|
7181
7299
|
]
|
|
7182
7300
|
},
|
|
7183
7301
|
{
|
|
7184
7302
|
"kind": "javascript-module",
|
|
7185
|
-
"path": "src/
|
|
7303
|
+
"path": "src/card/card.styles.ts",
|
|
7186
7304
|
"declarations": [
|
|
7187
7305
|
{
|
|
7188
7306
|
"kind": "function",
|
|
7189
|
-
"name": "
|
|
7307
|
+
"name": "zeroCardStyles",
|
|
7190
7308
|
"return": {
|
|
7191
7309
|
"type": {
|
|
7192
7310
|
"text": "ElementStyles"
|
|
@@ -7202,7 +7320,7 @@
|
|
|
7202
7320
|
{
|
|
7203
7321
|
"name": "definition",
|
|
7204
7322
|
"type": {
|
|
7205
|
-
"text": "
|
|
7323
|
+
"text": "FoundationElementDefinition"
|
|
7206
7324
|
}
|
|
7207
7325
|
}
|
|
7208
7326
|
]
|
|
@@ -7211,24 +7329,24 @@
|
|
|
7211
7329
|
"exports": [
|
|
7212
7330
|
{
|
|
7213
7331
|
"kind": "js",
|
|
7214
|
-
"name": "
|
|
7332
|
+
"name": "zeroCardStyles",
|
|
7215
7333
|
"declaration": {
|
|
7216
|
-
"name": "
|
|
7217
|
-
"module": "src/
|
|
7334
|
+
"name": "zeroCardStyles",
|
|
7335
|
+
"module": "src/card/card.styles.ts"
|
|
7218
7336
|
}
|
|
7219
7337
|
}
|
|
7220
7338
|
]
|
|
7221
7339
|
},
|
|
7222
7340
|
{
|
|
7223
7341
|
"kind": "javascript-module",
|
|
7224
|
-
"path": "src/
|
|
7342
|
+
"path": "src/card/card.template.ts",
|
|
7225
7343
|
"declarations": [
|
|
7226
7344
|
{
|
|
7227
7345
|
"kind": "function",
|
|
7228
|
-
"name": "
|
|
7346
|
+
"name": "zeroCardTemplate",
|
|
7229
7347
|
"return": {
|
|
7230
7348
|
"type": {
|
|
7231
|
-
"text": "ViewTemplate<
|
|
7349
|
+
"text": "ViewTemplate<Card>"
|
|
7232
7350
|
}
|
|
7233
7351
|
},
|
|
7234
7352
|
"parameters": [
|
|
@@ -7241,7 +7359,7 @@
|
|
|
7241
7359
|
{
|
|
7242
7360
|
"name": "definition",
|
|
7243
7361
|
"type": {
|
|
7244
|
-
"text": "
|
|
7362
|
+
"text": "FoundationElementDefinition"
|
|
7245
7363
|
}
|
|
7246
7364
|
}
|
|
7247
7365
|
]
|
|
@@ -7250,92 +7368,29 @@
|
|
|
7250
7368
|
"exports": [
|
|
7251
7369
|
{
|
|
7252
7370
|
"kind": "js",
|
|
7253
|
-
"name": "
|
|
7371
|
+
"name": "zeroCardTemplate",
|
|
7254
7372
|
"declaration": {
|
|
7255
|
-
"name": "
|
|
7256
|
-
"module": "src/
|
|
7373
|
+
"name": "zeroCardTemplate",
|
|
7374
|
+
"module": "src/card/card.template.ts"
|
|
7257
7375
|
}
|
|
7258
7376
|
}
|
|
7259
7377
|
]
|
|
7260
7378
|
},
|
|
7261
7379
|
{
|
|
7262
7380
|
"kind": "javascript-module",
|
|
7263
|
-
"path": "src/
|
|
7381
|
+
"path": "src/card/card.ts",
|
|
7264
7382
|
"declarations": [
|
|
7265
7383
|
{
|
|
7266
7384
|
"kind": "class",
|
|
7267
7385
|
"description": "",
|
|
7268
|
-
"name": "
|
|
7386
|
+
"name": "Card",
|
|
7269
7387
|
"superclass": {
|
|
7270
|
-
"name": "
|
|
7388
|
+
"name": "FoundationCard",
|
|
7271
7389
|
"package": "@genesislcap/foundation-ui"
|
|
7272
7390
|
},
|
|
7273
|
-
"tagName": "%%prefix%%-
|
|
7391
|
+
"tagName": "%%prefix%%-card",
|
|
7274
7392
|
"customElement": true,
|
|
7275
|
-
"attributes": [
|
|
7276
|
-
{
|
|
7277
|
-
"name": "readonly",
|
|
7278
|
-
"type": {
|
|
7279
|
-
"text": "boolean"
|
|
7280
|
-
},
|
|
7281
|
-
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
7282
|
-
"fieldName": "readOnly",
|
|
7283
|
-
"inheritedFrom": {
|
|
7284
|
-
"name": "Checkbox",
|
|
7285
|
-
"module": "src/checkbox/checkbox.ts"
|
|
7286
|
-
}
|
|
7287
|
-
}
|
|
7288
|
-
],
|
|
7289
7393
|
"members": [
|
|
7290
|
-
{
|
|
7291
|
-
"kind": "field",
|
|
7292
|
-
"name": "readOnly",
|
|
7293
|
-
"type": {
|
|
7294
|
-
"text": "boolean"
|
|
7295
|
-
},
|
|
7296
|
-
"privacy": "public",
|
|
7297
|
-
"description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
|
|
7298
|
-
"inheritedFrom": {
|
|
7299
|
-
"name": "Checkbox",
|
|
7300
|
-
"module": "src/checkbox/checkbox.ts"
|
|
7301
|
-
}
|
|
7302
|
-
},
|
|
7303
|
-
{
|
|
7304
|
-
"kind": "method",
|
|
7305
|
-
"name": "readOnlyChanged",
|
|
7306
|
-
"privacy": "private",
|
|
7307
|
-
"return": {
|
|
7308
|
-
"type": {
|
|
7309
|
-
"text": "void"
|
|
7310
|
-
}
|
|
7311
|
-
},
|
|
7312
|
-
"inheritedFrom": {
|
|
7313
|
-
"name": "Checkbox",
|
|
7314
|
-
"module": "src/checkbox/checkbox.ts"
|
|
7315
|
-
}
|
|
7316
|
-
},
|
|
7317
|
-
{
|
|
7318
|
-
"kind": "field",
|
|
7319
|
-
"name": "indeterminate",
|
|
7320
|
-
"type": {
|
|
7321
|
-
"text": "boolean"
|
|
7322
|
-
},
|
|
7323
|
-
"privacy": "public",
|
|
7324
|
-
"default": "false",
|
|
7325
|
-
"description": "The indeterminate state of the control",
|
|
7326
|
-
"inheritedFrom": {
|
|
7327
|
-
"name": "Checkbox",
|
|
7328
|
-
"module": "src/checkbox/checkbox.ts"
|
|
7329
|
-
}
|
|
7330
|
-
},
|
|
7331
|
-
{
|
|
7332
|
-
"kind": "field",
|
|
7333
|
-
"name": "proxy",
|
|
7334
|
-
"inheritedFrom": {
|
|
7335
|
-
"name": "Checkbox",
|
|
7336
|
-
"module": "src/checkbox/checkbox.ts"
|
|
7337
|
-
}
|
|
7338
|
-
},
|
|
7339
7394
|
{
|
|
7340
7395
|
"kind": "field",
|
|
7341
7396
|
"name": "_presentation",
|
|
@@ -7345,8 +7400,8 @@
|
|
|
7345
7400
|
"privacy": "private",
|
|
7346
7401
|
"default": "void 0",
|
|
7347
7402
|
"inheritedFrom": {
|
|
7348
|
-
"name": "
|
|
7349
|
-
"module": "src/
|
|
7403
|
+
"name": "Card",
|
|
7404
|
+
"module": "src/card/card.ts"
|
|
7350
7405
|
}
|
|
7351
7406
|
},
|
|
7352
7407
|
{
|
|
@@ -7358,8 +7413,8 @@
|
|
|
7358
7413
|
"privacy": "public",
|
|
7359
7414
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
7360
7415
|
"inheritedFrom": {
|
|
7361
|
-
"name": "
|
|
7362
|
-
"module": "src/
|
|
7416
|
+
"name": "Card",
|
|
7417
|
+
"module": "src/card/card.ts"
|
|
7363
7418
|
}
|
|
7364
7419
|
},
|
|
7365
7420
|
{
|
|
@@ -7371,8 +7426,8 @@
|
|
|
7371
7426
|
"privacy": "public",
|
|
7372
7427
|
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
7373
7428
|
"inheritedFrom": {
|
|
7374
|
-
"name": "
|
|
7375
|
-
"module": "src/
|
|
7429
|
+
"name": "Card",
|
|
7430
|
+
"module": "src/card/card.ts"
|
|
7376
7431
|
}
|
|
7377
7432
|
},
|
|
7378
7433
|
{
|
|
@@ -7385,8 +7440,8 @@
|
|
|
7385
7440
|
}
|
|
7386
7441
|
},
|
|
7387
7442
|
"inheritedFrom": {
|
|
7388
|
-
"name": "
|
|
7389
|
-
"module": "src/
|
|
7443
|
+
"name": "Card",
|
|
7444
|
+
"module": "src/card/card.ts"
|
|
7390
7445
|
}
|
|
7391
7446
|
},
|
|
7392
7447
|
{
|
|
@@ -7398,8 +7453,8 @@
|
|
|
7398
7453
|
"privacy": "public",
|
|
7399
7454
|
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
7400
7455
|
"inheritedFrom": {
|
|
7401
|
-
"name": "
|
|
7402
|
-
"module": "src/
|
|
7456
|
+
"name": "Card",
|
|
7457
|
+
"module": "src/card/card.ts"
|
|
7403
7458
|
}
|
|
7404
7459
|
},
|
|
7405
7460
|
{
|
|
@@ -7412,8 +7467,8 @@
|
|
|
7412
7467
|
}
|
|
7413
7468
|
},
|
|
7414
7469
|
"inheritedFrom": {
|
|
7415
|
-
"name": "
|
|
7416
|
-
"module": "src/
|
|
7470
|
+
"name": "Card",
|
|
7471
|
+
"module": "src/card/card.ts"
|
|
7417
7472
|
}
|
|
7418
7473
|
},
|
|
7419
7474
|
{
|
|
@@ -7443,49 +7498,39 @@
|
|
|
7443
7498
|
],
|
|
7444
7499
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
7445
7500
|
"inheritedFrom": {
|
|
7446
|
-
"name": "
|
|
7447
|
-
"module": "src/
|
|
7448
|
-
}
|
|
7449
|
-
}
|
|
7450
|
-
],
|
|
7451
|
-
"events": [
|
|
7452
|
-
{
|
|
7453
|
-
"description": "Emits a custom change event when the checked state changes",
|
|
7454
|
-
"name": "change",
|
|
7455
|
-
"inheritedFrom": {
|
|
7456
|
-
"name": "Checkbox",
|
|
7457
|
-
"module": "src/checkbox/checkbox.ts"
|
|
7501
|
+
"name": "Card",
|
|
7502
|
+
"module": "src/card/card.ts"
|
|
7458
7503
|
}
|
|
7459
7504
|
}
|
|
7460
7505
|
]
|
|
7461
7506
|
},
|
|
7462
7507
|
{
|
|
7463
7508
|
"kind": "variable",
|
|
7464
|
-
"name": "
|
|
7509
|
+
"name": "zeroCard"
|
|
7465
7510
|
}
|
|
7466
7511
|
],
|
|
7467
7512
|
"exports": [
|
|
7468
7513
|
{
|
|
7469
7514
|
"kind": "js",
|
|
7470
|
-
"name": "
|
|
7515
|
+
"name": "Card",
|
|
7471
7516
|
"declaration": {
|
|
7472
|
-
"name": "
|
|
7473
|
-
"module": "src/
|
|
7517
|
+
"name": "Card",
|
|
7518
|
+
"module": "src/card/card.ts"
|
|
7474
7519
|
}
|
|
7475
7520
|
},
|
|
7476
7521
|
{
|
|
7477
7522
|
"kind": "js",
|
|
7478
|
-
"name": "
|
|
7523
|
+
"name": "zeroCard",
|
|
7479
7524
|
"declaration": {
|
|
7480
|
-
"name": "
|
|
7481
|
-
"module": "src/
|
|
7525
|
+
"name": "zeroCard",
|
|
7526
|
+
"module": "src/card/card.ts"
|
|
7482
7527
|
}
|
|
7483
7528
|
}
|
|
7484
7529
|
]
|
|
7485
7530
|
},
|
|
7486
7531
|
{
|
|
7487
7532
|
"kind": "javascript-module",
|
|
7488
|
-
"path": "src/
|
|
7533
|
+
"path": "src/card/index.ts",
|
|
7489
7534
|
"declarations": [],
|
|
7490
7535
|
"exports": [
|
|
7491
7536
|
{
|
|
@@ -7493,7 +7538,7 @@
|
|
|
7493
7538
|
"name": "*",
|
|
7494
7539
|
"declaration": {
|
|
7495
7540
|
"name": "*",
|
|
7496
|
-
"package": "./
|
|
7541
|
+
"package": "./card"
|
|
7497
7542
|
}
|
|
7498
7543
|
},
|
|
7499
7544
|
{
|
|
@@ -7501,7 +7546,7 @@
|
|
|
7501
7546
|
"name": "*",
|
|
7502
7547
|
"declaration": {
|
|
7503
7548
|
"name": "*",
|
|
7504
|
-
"package": "./
|
|
7549
|
+
"package": "./card.styles"
|
|
7505
7550
|
}
|
|
7506
7551
|
},
|
|
7507
7552
|
{
|
|
@@ -7509,14 +7554,14 @@
|
|
|
7509
7554
|
"name": "*",
|
|
7510
7555
|
"declaration": {
|
|
7511
7556
|
"name": "*",
|
|
7512
|
-
"package": "./
|
|
7557
|
+
"package": "./card.template"
|
|
7513
7558
|
}
|
|
7514
7559
|
}
|
|
7515
7560
|
]
|
|
7516
7561
|
},
|
|
7517
7562
|
{
|
|
7518
7563
|
"kind": "javascript-module",
|
|
7519
|
-
"path": "src/
|
|
7564
|
+
"path": "src/checkbox/checkbox.stories.ts",
|
|
7520
7565
|
"declarations": [
|
|
7521
7566
|
{
|
|
7522
7567
|
"kind": "variable",
|
|
@@ -7524,7 +7569,7 @@
|
|
|
7524
7569
|
"type": {
|
|
7525
7570
|
"text": "Meta"
|
|
7526
7571
|
},
|
|
7527
|
-
"default": "{\n title: '
|
|
7572
|
+
"default": "{\n title: 'Checkbox',\n component: 'zero-checkbox>',\n}"
|
|
7528
7573
|
},
|
|
7529
7574
|
{
|
|
7530
7575
|
"kind": "variable",
|
|
@@ -7532,7 +7577,7 @@
|
|
|
7532
7577
|
"type": {
|
|
7533
7578
|
"text": "StoryObj"
|
|
7534
7579
|
},
|
|
7535
|
-
"default": "{\n args: {},\n render: ()
|
|
7580
|
+
"default": "{\n args: {\n customCheckboxText: 'Custom Zero Checkbox',\n customCheckboxDesignUnit: 8,\n customCheckboxCornerRadius: 4,\n },\n render: ({ customCheckboxText, customCheckboxDesignUnit, customCheckboxCornerRadius }) =>\n html`\n <div style=\"${wrapperStyle}\">\n <zero-checkbox>Default Zero Checkbox</zero-checkbox>\n\n <zero-design-system-provider\n design-unit=\"${customCheckboxDesignUnit}\"\n corner-radius=${customCheckboxCornerRadius}\"\n >\n <zero-checkbox>${customCheckboxText}</zero-checkbox>\n </zero-design-system-provider>\n </div>\n `,\n}"
|
|
7536
7581
|
}
|
|
7537
7582
|
],
|
|
7538
7583
|
"exports": [
|
|
@@ -7541,7 +7586,7 @@
|
|
|
7541
7586
|
"name": "default",
|
|
7542
7587
|
"declaration": {
|
|
7543
7588
|
"name": "meta",
|
|
7544
|
-
"module": "src/
|
|
7589
|
+
"module": "src/checkbox/checkbox.stories.ts"
|
|
7545
7590
|
}
|
|
7546
7591
|
},
|
|
7547
7592
|
{
|
|
@@ -7549,46 +7594,60 @@
|
|
|
7549
7594
|
"name": "Primary",
|
|
7550
7595
|
"declaration": {
|
|
7551
7596
|
"name": "Primary",
|
|
7552
|
-
"module": "src/
|
|
7597
|
+
"module": "src/checkbox/checkbox.stories.ts"
|
|
7553
7598
|
}
|
|
7554
7599
|
}
|
|
7555
7600
|
]
|
|
7556
7601
|
},
|
|
7557
7602
|
{
|
|
7558
7603
|
"kind": "javascript-module",
|
|
7559
|
-
"path": "src/
|
|
7604
|
+
"path": "src/checkbox/checkbox.styles.ts",
|
|
7560
7605
|
"declarations": [
|
|
7561
7606
|
{
|
|
7562
7607
|
"kind": "function",
|
|
7563
|
-
"name": "
|
|
7608
|
+
"name": "zeroCheckboxStyles",
|
|
7564
7609
|
"return": {
|
|
7565
7610
|
"type": {
|
|
7566
7611
|
"text": "ElementStyles"
|
|
7567
7612
|
}
|
|
7568
|
-
}
|
|
7613
|
+
},
|
|
7614
|
+
"parameters": [
|
|
7615
|
+
{
|
|
7616
|
+
"name": "context",
|
|
7617
|
+
"type": {
|
|
7618
|
+
"text": "ElementDefinitionContext"
|
|
7619
|
+
}
|
|
7620
|
+
},
|
|
7621
|
+
{
|
|
7622
|
+
"name": "definition",
|
|
7623
|
+
"type": {
|
|
7624
|
+
"text": "CheckboxOptions"
|
|
7625
|
+
}
|
|
7626
|
+
}
|
|
7627
|
+
]
|
|
7569
7628
|
}
|
|
7570
7629
|
],
|
|
7571
7630
|
"exports": [
|
|
7572
7631
|
{
|
|
7573
7632
|
"kind": "js",
|
|
7574
|
-
"name": "
|
|
7633
|
+
"name": "zeroCheckboxStyles",
|
|
7575
7634
|
"declaration": {
|
|
7576
|
-
"name": "
|
|
7577
|
-
"module": "src/
|
|
7635
|
+
"name": "zeroCheckboxStyles",
|
|
7636
|
+
"module": "src/checkbox/checkbox.styles.ts"
|
|
7578
7637
|
}
|
|
7579
7638
|
}
|
|
7580
7639
|
]
|
|
7581
7640
|
},
|
|
7582
7641
|
{
|
|
7583
7642
|
"kind": "javascript-module",
|
|
7584
|
-
"path": "src/
|
|
7643
|
+
"path": "src/checkbox/checkbox.template.ts",
|
|
7585
7644
|
"declarations": [
|
|
7586
7645
|
{
|
|
7587
7646
|
"kind": "function",
|
|
7588
|
-
"name": "
|
|
7647
|
+
"name": "zeroCheckboxTemplate",
|
|
7589
7648
|
"return": {
|
|
7590
7649
|
"type": {
|
|
7591
|
-
"text": "ViewTemplate<
|
|
7650
|
+
"text": "ViewTemplate<Checkbox>"
|
|
7592
7651
|
}
|
|
7593
7652
|
},
|
|
7594
7653
|
"parameters": [
|
|
@@ -7601,7 +7660,7 @@
|
|
|
7601
7660
|
{
|
|
7602
7661
|
"name": "definition",
|
|
7603
7662
|
"type": {
|
|
7604
|
-
"text": "
|
|
7663
|
+
"text": "CheckboxOptions"
|
|
7605
7664
|
}
|
|
7606
7665
|
}
|
|
7607
7666
|
]
|
|
@@ -7610,159 +7669,90 @@
|
|
|
7610
7669
|
"exports": [
|
|
7611
7670
|
{
|
|
7612
7671
|
"kind": "js",
|
|
7613
|
-
"name": "
|
|
7672
|
+
"name": "zeroCheckboxTemplate",
|
|
7614
7673
|
"declaration": {
|
|
7615
|
-
"name": "
|
|
7616
|
-
"module": "src/
|
|
7674
|
+
"name": "zeroCheckboxTemplate",
|
|
7675
|
+
"module": "src/checkbox/checkbox.template.ts"
|
|
7617
7676
|
}
|
|
7618
7677
|
}
|
|
7619
7678
|
]
|
|
7620
7679
|
},
|
|
7621
7680
|
{
|
|
7622
7681
|
"kind": "javascript-module",
|
|
7623
|
-
"path": "src/
|
|
7682
|
+
"path": "src/checkbox/checkbox.ts",
|
|
7624
7683
|
"declarations": [
|
|
7625
7684
|
{
|
|
7626
7685
|
"kind": "class",
|
|
7627
7686
|
"description": "",
|
|
7628
|
-
"name": "
|
|
7687
|
+
"name": "Checkbox",
|
|
7629
7688
|
"superclass": {
|
|
7630
|
-
"name": "
|
|
7689
|
+
"name": "FoundationCheckbox",
|
|
7631
7690
|
"package": "@genesislcap/foundation-ui"
|
|
7632
7691
|
},
|
|
7633
|
-
"tagName": "%%prefix%%-
|
|
7692
|
+
"tagName": "%%prefix%%-checkbox",
|
|
7634
7693
|
"customElement": true,
|
|
7635
|
-
"
|
|
7694
|
+
"attributes": [
|
|
7636
7695
|
{
|
|
7637
|
-
"
|
|
7638
|
-
"name": "today",
|
|
7696
|
+
"name": "readonly",
|
|
7639
7697
|
"type": {
|
|
7640
|
-
"text": "
|
|
7698
|
+
"text": "boolean"
|
|
7641
7699
|
},
|
|
7642
|
-
"
|
|
7700
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
7701
|
+
"fieldName": "readOnly",
|
|
7643
7702
|
"inheritedFrom": {
|
|
7644
|
-
"name": "
|
|
7645
|
-
"module": "src/
|
|
7703
|
+
"name": "Checkbox",
|
|
7704
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7646
7705
|
}
|
|
7647
|
-
}
|
|
7706
|
+
}
|
|
7707
|
+
],
|
|
7708
|
+
"members": [
|
|
7648
7709
|
{
|
|
7649
7710
|
"kind": "field",
|
|
7650
|
-
"name": "
|
|
7711
|
+
"name": "readOnly",
|
|
7651
7712
|
"type": {
|
|
7652
|
-
"text": "
|
|
7713
|
+
"text": "boolean"
|
|
7653
7714
|
},
|
|
7715
|
+
"privacy": "public",
|
|
7716
|
+
"description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
|
|
7654
7717
|
"inheritedFrom": {
|
|
7655
|
-
"name": "
|
|
7656
|
-
"module": "src/
|
|
7718
|
+
"name": "Checkbox",
|
|
7719
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7657
7720
|
}
|
|
7658
7721
|
},
|
|
7659
7722
|
{
|
|
7660
|
-
"kind": "
|
|
7661
|
-
"name": "
|
|
7662
|
-
"
|
|
7663
|
-
|
|
7723
|
+
"kind": "method",
|
|
7724
|
+
"name": "readOnlyChanged",
|
|
7725
|
+
"privacy": "private",
|
|
7726
|
+
"return": {
|
|
7727
|
+
"type": {
|
|
7728
|
+
"text": "void"
|
|
7729
|
+
}
|
|
7664
7730
|
},
|
|
7665
|
-
"default": "new Month(new Date(this.year, (monthNumber || this.today.monthNumber) - 1), lang)",
|
|
7666
7731
|
"inheritedFrom": {
|
|
7667
|
-
"name": "
|
|
7668
|
-
"module": "src/
|
|
7732
|
+
"name": "Checkbox",
|
|
7733
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7669
7734
|
}
|
|
7670
7735
|
},
|
|
7671
7736
|
{
|
|
7672
7737
|
"kind": "field",
|
|
7673
|
-
"name": "
|
|
7738
|
+
"name": "indeterminate",
|
|
7674
7739
|
"type": {
|
|
7675
|
-
"text": "
|
|
7740
|
+
"text": "boolean"
|
|
7676
7741
|
},
|
|
7677
|
-
"
|
|
7742
|
+
"privacy": "public",
|
|
7743
|
+
"default": "false",
|
|
7744
|
+
"description": "The indeterminate state of the control",
|
|
7678
7745
|
"inheritedFrom": {
|
|
7679
|
-
"name": "
|
|
7680
|
-
"module": "src/
|
|
7746
|
+
"name": "Checkbox",
|
|
7747
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7681
7748
|
}
|
|
7682
7749
|
},
|
|
7683
7750
|
{
|
|
7684
7751
|
"kind": "field",
|
|
7685
|
-
"name": "
|
|
7686
|
-
"inheritedFrom": {
|
|
7687
|
-
"name": "Calendar",
|
|
7688
|
-
"module": "src/date-picker/calendar.ts"
|
|
7689
|
-
}
|
|
7690
|
-
},
|
|
7691
|
-
{
|
|
7692
|
-
"kind": "method",
|
|
7693
|
-
"name": "getMonth",
|
|
7694
|
-
"parameters": [
|
|
7695
|
-
{
|
|
7696
|
-
"name": "monthNumber"
|
|
7697
|
-
}
|
|
7698
|
-
],
|
|
7699
|
-
"inheritedFrom": {
|
|
7700
|
-
"name": "Calendar",
|
|
7701
|
-
"module": "src/date-picker/calendar.ts"
|
|
7702
|
-
}
|
|
7703
|
-
},
|
|
7704
|
-
{
|
|
7705
|
-
"kind": "method",
|
|
7706
|
-
"name": "getPreviousMonth",
|
|
7707
|
-
"inheritedFrom": {
|
|
7708
|
-
"name": "Calendar",
|
|
7709
|
-
"module": "src/date-picker/calendar.ts"
|
|
7710
|
-
}
|
|
7711
|
-
},
|
|
7712
|
-
{
|
|
7713
|
-
"kind": "method",
|
|
7714
|
-
"name": "getNextMonth",
|
|
7715
|
-
"inheritedFrom": {
|
|
7716
|
-
"name": "Calendar",
|
|
7717
|
-
"module": "src/date-picker/calendar.ts"
|
|
7718
|
-
}
|
|
7719
|
-
},
|
|
7720
|
-
{
|
|
7721
|
-
"kind": "method",
|
|
7722
|
-
"name": "goToDate",
|
|
7723
|
-
"parameters": [
|
|
7724
|
-
{
|
|
7725
|
-
"name": "monthNumber"
|
|
7726
|
-
},
|
|
7727
|
-
{
|
|
7728
|
-
"name": "year"
|
|
7729
|
-
}
|
|
7730
|
-
],
|
|
7731
|
-
"inheritedFrom": {
|
|
7732
|
-
"name": "Calendar",
|
|
7733
|
-
"module": "src/date-picker/calendar.ts"
|
|
7734
|
-
}
|
|
7735
|
-
},
|
|
7736
|
-
{
|
|
7737
|
-
"kind": "method",
|
|
7738
|
-
"name": "goToNextYear",
|
|
7739
|
-
"inheritedFrom": {
|
|
7740
|
-
"name": "Calendar",
|
|
7741
|
-
"module": "src/date-picker/calendar.ts"
|
|
7742
|
-
}
|
|
7743
|
-
},
|
|
7744
|
-
{
|
|
7745
|
-
"kind": "method",
|
|
7746
|
-
"name": "goToPreviousYear",
|
|
7747
|
-
"inheritedFrom": {
|
|
7748
|
-
"name": "Calendar",
|
|
7749
|
-
"module": "src/date-picker/calendar.ts"
|
|
7750
|
-
}
|
|
7751
|
-
},
|
|
7752
|
-
{
|
|
7753
|
-
"kind": "method",
|
|
7754
|
-
"name": "goToNextMonth",
|
|
7755
|
-
"inheritedFrom": {
|
|
7756
|
-
"name": "Calendar",
|
|
7757
|
-
"module": "src/date-picker/calendar.ts"
|
|
7758
|
-
}
|
|
7759
|
-
},
|
|
7760
|
-
{
|
|
7761
|
-
"kind": "method",
|
|
7762
|
-
"name": "goToPreviousMonth",
|
|
7752
|
+
"name": "proxy",
|
|
7763
7753
|
"inheritedFrom": {
|
|
7764
|
-
"name": "
|
|
7765
|
-
"module": "src/
|
|
7754
|
+
"name": "Checkbox",
|
|
7755
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7766
7756
|
}
|
|
7767
7757
|
},
|
|
7768
7758
|
{
|
|
@@ -7774,8 +7764,8 @@
|
|
|
7774
7764
|
"privacy": "private",
|
|
7775
7765
|
"default": "void 0",
|
|
7776
7766
|
"inheritedFrom": {
|
|
7777
|
-
"name": "
|
|
7778
|
-
"module": "src/
|
|
7767
|
+
"name": "Checkbox",
|
|
7768
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7779
7769
|
}
|
|
7780
7770
|
},
|
|
7781
7771
|
{
|
|
@@ -7787,8 +7777,8 @@
|
|
|
7787
7777
|
"privacy": "public",
|
|
7788
7778
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
7789
7779
|
"inheritedFrom": {
|
|
7790
|
-
"name": "
|
|
7791
|
-
"module": "src/
|
|
7780
|
+
"name": "Checkbox",
|
|
7781
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7792
7782
|
}
|
|
7793
7783
|
},
|
|
7794
7784
|
{
|
|
@@ -7800,8 +7790,8 @@
|
|
|
7800
7790
|
"privacy": "public",
|
|
7801
7791
|
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
7802
7792
|
"inheritedFrom": {
|
|
7803
|
-
"name": "
|
|
7804
|
-
"module": "src/
|
|
7793
|
+
"name": "Checkbox",
|
|
7794
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7805
7795
|
}
|
|
7806
7796
|
},
|
|
7807
7797
|
{
|
|
@@ -7814,8 +7804,8 @@
|
|
|
7814
7804
|
}
|
|
7815
7805
|
},
|
|
7816
7806
|
"inheritedFrom": {
|
|
7817
|
-
"name": "
|
|
7818
|
-
"module": "src/
|
|
7807
|
+
"name": "Checkbox",
|
|
7808
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7819
7809
|
}
|
|
7820
7810
|
},
|
|
7821
7811
|
{
|
|
@@ -7827,8 +7817,8 @@
|
|
|
7827
7817
|
"privacy": "public",
|
|
7828
7818
|
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
7829
7819
|
"inheritedFrom": {
|
|
7830
|
-
"name": "
|
|
7831
|
-
"module": "src/
|
|
7820
|
+
"name": "Checkbox",
|
|
7821
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7832
7822
|
}
|
|
7833
7823
|
},
|
|
7834
7824
|
{
|
|
@@ -7841,8 +7831,8 @@
|
|
|
7841
7831
|
}
|
|
7842
7832
|
},
|
|
7843
7833
|
"inheritedFrom": {
|
|
7844
|
-
"name": "
|
|
7845
|
-
"module": "src/
|
|
7834
|
+
"name": "Checkbox",
|
|
7835
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7846
7836
|
}
|
|
7847
7837
|
},
|
|
7848
7838
|
{
|
|
@@ -7872,39 +7862,49 @@
|
|
|
7872
7862
|
],
|
|
7873
7863
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
7874
7864
|
"inheritedFrom": {
|
|
7875
|
-
"name": "
|
|
7876
|
-
"module": "src/
|
|
7865
|
+
"name": "Checkbox",
|
|
7866
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7867
|
+
}
|
|
7868
|
+
}
|
|
7869
|
+
],
|
|
7870
|
+
"events": [
|
|
7871
|
+
{
|
|
7872
|
+
"description": "Emits a custom change event when the checked state changes",
|
|
7873
|
+
"name": "change",
|
|
7874
|
+
"inheritedFrom": {
|
|
7875
|
+
"name": "Checkbox",
|
|
7876
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7877
7877
|
}
|
|
7878
7878
|
}
|
|
7879
7879
|
]
|
|
7880
7880
|
},
|
|
7881
7881
|
{
|
|
7882
7882
|
"kind": "variable",
|
|
7883
|
-
"name": "
|
|
7883
|
+
"name": "zeroCheckbox"
|
|
7884
7884
|
}
|
|
7885
7885
|
],
|
|
7886
7886
|
"exports": [
|
|
7887
7887
|
{
|
|
7888
7888
|
"kind": "js",
|
|
7889
|
-
"name": "
|
|
7889
|
+
"name": "Checkbox",
|
|
7890
7890
|
"declaration": {
|
|
7891
|
-
"name": "
|
|
7892
|
-
"module": "src/
|
|
7891
|
+
"name": "Checkbox",
|
|
7892
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7893
7893
|
}
|
|
7894
7894
|
},
|
|
7895
7895
|
{
|
|
7896
7896
|
"kind": "js",
|
|
7897
|
-
"name": "
|
|
7897
|
+
"name": "zeroCheckbox",
|
|
7898
7898
|
"declaration": {
|
|
7899
|
-
"name": "
|
|
7900
|
-
"module": "src/
|
|
7899
|
+
"name": "zeroCheckbox",
|
|
7900
|
+
"module": "src/checkbox/checkbox.ts"
|
|
7901
7901
|
}
|
|
7902
7902
|
}
|
|
7903
7903
|
]
|
|
7904
7904
|
},
|
|
7905
7905
|
{
|
|
7906
7906
|
"kind": "javascript-module",
|
|
7907
|
-
"path": "src/
|
|
7907
|
+
"path": "src/checkbox/index.ts",
|
|
7908
7908
|
"declarations": [],
|
|
7909
7909
|
"exports": [
|
|
7910
7910
|
{
|
|
@@ -7912,7 +7912,7 @@
|
|
|
7912
7912
|
"name": "*",
|
|
7913
7913
|
"declaration": {
|
|
7914
7914
|
"name": "*",
|
|
7915
|
-
"package": "./
|
|
7915
|
+
"package": "./checkbox"
|
|
7916
7916
|
}
|
|
7917
7917
|
},
|
|
7918
7918
|
{
|
|
@@ -7920,7 +7920,7 @@
|
|
|
7920
7920
|
"name": "*",
|
|
7921
7921
|
"declaration": {
|
|
7922
7922
|
"name": "*",
|
|
7923
|
-
"package": "./
|
|
7923
|
+
"package": "./checkbox.styles"
|
|
7924
7924
|
}
|
|
7925
7925
|
},
|
|
7926
7926
|
{
|
|
@@ -7928,7 +7928,7 @@
|
|
|
7928
7928
|
"name": "*",
|
|
7929
7929
|
"declaration": {
|
|
7930
7930
|
"name": "*",
|
|
7931
|
-
"package": "./
|
|
7931
|
+
"package": "./checkbox.template"
|
|
7932
7932
|
}
|
|
7933
7933
|
}
|
|
7934
7934
|
]
|
|
@@ -18211,38 +18211,7 @@
|
|
|
18211
18211
|
},
|
|
18212
18212
|
{
|
|
18213
18213
|
"kind": "javascript-module",
|
|
18214
|
-
"path": "src/
|
|
18215
|
-
"declarations": [],
|
|
18216
|
-
"exports": [
|
|
18217
|
-
{
|
|
18218
|
-
"kind": "js",
|
|
18219
|
-
"name": "*",
|
|
18220
|
-
"declaration": {
|
|
18221
|
-
"name": "*",
|
|
18222
|
-
"package": "./listbox.template"
|
|
18223
|
-
}
|
|
18224
|
-
},
|
|
18225
|
-
{
|
|
18226
|
-
"kind": "js",
|
|
18227
|
-
"name": "*",
|
|
18228
|
-
"declaration": {
|
|
18229
|
-
"name": "*",
|
|
18230
|
-
"package": "./listbox.styles"
|
|
18231
|
-
}
|
|
18232
|
-
},
|
|
18233
|
-
{
|
|
18234
|
-
"kind": "js",
|
|
18235
|
-
"name": "*",
|
|
18236
|
-
"declaration": {
|
|
18237
|
-
"name": "*",
|
|
18238
|
-
"package": "./listbox"
|
|
18239
|
-
}
|
|
18240
|
-
}
|
|
18241
|
-
]
|
|
18242
|
-
},
|
|
18243
|
-
{
|
|
18244
|
-
"kind": "javascript-module",
|
|
18245
|
-
"path": "src/listbox/listbox.stories.ts",
|
|
18214
|
+
"path": "src/icon/icon.stories.ts",
|
|
18246
18215
|
"declarations": [
|
|
18247
18216
|
{
|
|
18248
18217
|
"kind": "variable",
|
|
@@ -18250,15 +18219,23 @@
|
|
|
18250
18219
|
"type": {
|
|
18251
18220
|
"text": "Meta"
|
|
18252
18221
|
},
|
|
18253
|
-
"default": "{\n title: '
|
|
18222
|
+
"default": "{\n title: 'Icon',\n component: 'zero-icon',\n}"
|
|
18254
18223
|
},
|
|
18255
18224
|
{
|
|
18256
18225
|
"kind": "variable",
|
|
18257
|
-
"name": "
|
|
18226
|
+
"name": "Multiple",
|
|
18258
18227
|
"type": {
|
|
18259
18228
|
"text": "StoryObj"
|
|
18260
18229
|
},
|
|
18261
|
-
"default": "{\n render: () => html`\n <zero-
|
|
18230
|
+
"default": "{\n render: () => html`\n <div style=\"${wrapperStyle}\">\n <zero-icon name=\"glasses\" size=\"1x\"></zero-icon>\n <zero-icon name=\"amazon\" size=\"2x\" variant=\"brand\"></zero-icon>\n <zero-icon name=\"amazon-pay\" size=\"3x\" variant=\"brand\"></zero-icon>\n <zero-icon name=\"apple\" size=\"4x\" variant=\"brand\"></zero-icon>\n <zero-icon name=\"chrome\" size=\"5x\" variant=\"brand\"></zero-icon>\n <zero-icon name=\"ambulance\" size=\"xs\"></zero-icon>\n <zero-icon name=\"angry\" size=\"1x\"></zero-icon>\n <zero-icon variant=\"regular\" name=\"angry\" size=\"sm\"></zero-icon>\n <zero-icon name=\"address-book\" size=\"lg\"></zero-icon>\n <zero-icon variant=\"regular\" name=\"address-book\" size=\"xl\"></zero-icon>\n <zero-icon name=\"bookmark\" size=\"2xl;\"></zero-icon>\n <zero-icon variant=\"regular\" name=\"bookmark\" size=\"2xs\"></zero-icon>\n </div>\n `,\n}"
|
|
18231
|
+
},
|
|
18232
|
+
{
|
|
18233
|
+
"kind": "variable",
|
|
18234
|
+
"name": "Configurable",
|
|
18235
|
+
"type": {
|
|
18236
|
+
"text": "StoryObj"
|
|
18237
|
+
},
|
|
18238
|
+
"default": "{\n argTypes: {\n size: {\n control: 'select',\n options: [\n '2xs',\n 'xs',\n 'sm',\n 'lg',\n 'xl',\n '2xl',\n '1x',\n '2x',\n '3x',\n '4x',\n '5x',\n '6x',\n '7x',\n '8x',\n '9x',\n '10x',\n ],\n },\n variant: {\n control: 'select',\n options: ['solid', 'regular', 'brand'],\n },\n },\n args: {\n name: 'glasses',\n size: 'lg',\n variant: 'solid',\n },\n render: ({ name, size, variant }) => html`\n <zero-icon name=\"${name}\" size=\"${size}\" variant=\"${variant}\"></zero-icon>\n `,\n}"
|
|
18262
18239
|
}
|
|
18263
18240
|
],
|
|
18264
18241
|
"exports": [
|
|
@@ -18267,26 +18244,34 @@
|
|
|
18267
18244
|
"name": "default",
|
|
18268
18245
|
"declaration": {
|
|
18269
18246
|
"name": "meta",
|
|
18270
|
-
"module": "src/
|
|
18247
|
+
"module": "src/icon/icon.stories.ts"
|
|
18271
18248
|
}
|
|
18272
18249
|
},
|
|
18273
18250
|
{
|
|
18274
18251
|
"kind": "js",
|
|
18275
|
-
"name": "
|
|
18252
|
+
"name": "Multiple",
|
|
18276
18253
|
"declaration": {
|
|
18277
|
-
"name": "
|
|
18278
|
-
"module": "src/
|
|
18254
|
+
"name": "Multiple",
|
|
18255
|
+
"module": "src/icon/icon.stories.ts"
|
|
18256
|
+
}
|
|
18257
|
+
},
|
|
18258
|
+
{
|
|
18259
|
+
"kind": "js",
|
|
18260
|
+
"name": "Configurable",
|
|
18261
|
+
"declaration": {
|
|
18262
|
+
"name": "Configurable",
|
|
18263
|
+
"module": "src/icon/icon.stories.ts"
|
|
18279
18264
|
}
|
|
18280
18265
|
}
|
|
18281
18266
|
]
|
|
18282
18267
|
},
|
|
18283
18268
|
{
|
|
18284
18269
|
"kind": "javascript-module",
|
|
18285
|
-
"path": "src/
|
|
18270
|
+
"path": "src/icon/icon.styles.ts",
|
|
18286
18271
|
"declarations": [
|
|
18287
18272
|
{
|
|
18288
18273
|
"kind": "function",
|
|
18289
|
-
"name": "
|
|
18274
|
+
"name": "zeroIconStyles",
|
|
18290
18275
|
"return": {
|
|
18291
18276
|
"type": {
|
|
18292
18277
|
"text": "ElementStyles"
|
|
@@ -18311,197 +18296,185 @@
|
|
|
18311
18296
|
"exports": [
|
|
18312
18297
|
{
|
|
18313
18298
|
"kind": "js",
|
|
18314
|
-
"name": "
|
|
18299
|
+
"name": "zeroIconStyles",
|
|
18315
18300
|
"declaration": {
|
|
18316
|
-
"name": "
|
|
18317
|
-
"module": "src/
|
|
18301
|
+
"name": "zeroIconStyles",
|
|
18302
|
+
"module": "src/icon/icon.styles.ts"
|
|
18318
18303
|
}
|
|
18319
18304
|
}
|
|
18320
18305
|
]
|
|
18321
18306
|
},
|
|
18322
18307
|
{
|
|
18323
18308
|
"kind": "javascript-module",
|
|
18324
|
-
"path": "src/
|
|
18309
|
+
"path": "src/icon/icon.ts",
|
|
18325
18310
|
"declarations": [
|
|
18326
18311
|
{
|
|
18327
|
-
"kind": "
|
|
18328
|
-
"
|
|
18329
|
-
"
|
|
18330
|
-
|
|
18331
|
-
|
|
18332
|
-
|
|
18312
|
+
"kind": "class",
|
|
18313
|
+
"description": "",
|
|
18314
|
+
"name": "Icon",
|
|
18315
|
+
"superclass": {
|
|
18316
|
+
"name": "FoundationIcon",
|
|
18317
|
+
"package": "@genesislcap/foundation-ui"
|
|
18333
18318
|
},
|
|
18334
|
-
"
|
|
18319
|
+
"tagName": "%%prefix%%-icon",
|
|
18320
|
+
"customElement": true,
|
|
18321
|
+
"attributes": [
|
|
18335
18322
|
{
|
|
18336
|
-
"name": "
|
|
18323
|
+
"name": "name",
|
|
18337
18324
|
"type": {
|
|
18338
|
-
"text": "
|
|
18325
|
+
"text": "IconName"
|
|
18326
|
+
},
|
|
18327
|
+
"fieldName": "name",
|
|
18328
|
+
"inheritedFrom": {
|
|
18329
|
+
"name": "Icon",
|
|
18330
|
+
"module": "src/icon/icon.ts"
|
|
18339
18331
|
}
|
|
18340
18332
|
},
|
|
18341
18333
|
{
|
|
18342
|
-
"name": "
|
|
18334
|
+
"name": "size",
|
|
18343
18335
|
"type": {
|
|
18344
|
-
"text": "
|
|
18345
|
-
}
|
|
18346
|
-
|
|
18347
|
-
|
|
18348
|
-
|
|
18349
|
-
|
|
18350
|
-
|
|
18351
|
-
|
|
18352
|
-
|
|
18353
|
-
"name": "zeroListboxTemplate",
|
|
18354
|
-
"declaration": {
|
|
18355
|
-
"name": "zeroListboxTemplate",
|
|
18356
|
-
"module": "src/listbox/listbox.template.ts"
|
|
18357
|
-
}
|
|
18358
|
-
}
|
|
18359
|
-
]
|
|
18360
|
-
},
|
|
18361
|
-
{
|
|
18362
|
-
"kind": "javascript-module",
|
|
18363
|
-
"path": "src/listbox/listbox.ts",
|
|
18364
|
-
"declarations": [
|
|
18365
|
-
{
|
|
18366
|
-
"kind": "class",
|
|
18367
|
-
"description": "",
|
|
18368
|
-
"name": "Listbox",
|
|
18369
|
-
"superclass": {
|
|
18370
|
-
"name": "FoundationListbox",
|
|
18371
|
-
"package": "@genesislcap/foundation-ui"
|
|
18372
|
-
},
|
|
18373
|
-
"tagName": "%%prefix%%-listbox",
|
|
18374
|
-
"customElement": true,
|
|
18375
|
-
"attributes": [
|
|
18336
|
+
"text": "FaSize"
|
|
18337
|
+
},
|
|
18338
|
+
"default": "'sm'",
|
|
18339
|
+
"fieldName": "size",
|
|
18340
|
+
"inheritedFrom": {
|
|
18341
|
+
"name": "Icon",
|
|
18342
|
+
"module": "src/icon/icon.ts"
|
|
18343
|
+
}
|
|
18344
|
+
},
|
|
18376
18345
|
{
|
|
18346
|
+
"name": "variant",
|
|
18377
18347
|
"type": {
|
|
18378
|
-
"text": "
|
|
18348
|
+
"text": "IconStyle"
|
|
18379
18349
|
},
|
|
18380
|
-
"
|
|
18381
|
-
"fieldName": "
|
|
18350
|
+
"default": "'solid'",
|
|
18351
|
+
"fieldName": "variant",
|
|
18382
18352
|
"inheritedFrom": {
|
|
18383
|
-
"name": "
|
|
18384
|
-
"module": "src/
|
|
18353
|
+
"name": "Icon",
|
|
18354
|
+
"module": "src/icon/icon.ts"
|
|
18385
18355
|
}
|
|
18386
18356
|
}
|
|
18387
18357
|
],
|
|
18388
18358
|
"members": [
|
|
18389
18359
|
{
|
|
18390
18360
|
"kind": "field",
|
|
18391
|
-
"name": "
|
|
18361
|
+
"name": "iElement",
|
|
18392
18362
|
"type": {
|
|
18393
|
-
"text": "
|
|
18363
|
+
"text": "HTMLElement"
|
|
18394
18364
|
},
|
|
18395
|
-
"privacy": "public",
|
|
18396
|
-
"description": "The number of options.",
|
|
18397
18365
|
"inheritedFrom": {
|
|
18398
|
-
"name": "
|
|
18399
|
-
"module": "src/
|
|
18366
|
+
"name": "Icon",
|
|
18367
|
+
"module": "src/icon/icon.ts"
|
|
18400
18368
|
}
|
|
18401
18369
|
},
|
|
18402
18370
|
{
|
|
18403
18371
|
"kind": "field",
|
|
18404
|
-
"name": "
|
|
18372
|
+
"name": "name",
|
|
18405
18373
|
"type": {
|
|
18406
|
-
"text": "
|
|
18374
|
+
"text": "IconName"
|
|
18407
18375
|
},
|
|
18408
|
-
"privacy": "public",
|
|
18409
|
-
"description": "The list of options.",
|
|
18410
18376
|
"inheritedFrom": {
|
|
18411
|
-
"name": "
|
|
18412
|
-
"module": "src/
|
|
18377
|
+
"name": "Icon",
|
|
18378
|
+
"module": "src/icon/icon.ts"
|
|
18413
18379
|
}
|
|
18414
18380
|
},
|
|
18415
18381
|
{
|
|
18416
|
-
"kind": "
|
|
18417
|
-
"name": "
|
|
18418
|
-
"
|
|
18382
|
+
"kind": "method",
|
|
18383
|
+
"name": "nameChanged",
|
|
18384
|
+
"parameters": [
|
|
18385
|
+
{
|
|
18386
|
+
"name": "oldValue",
|
|
18387
|
+
"type": {
|
|
18388
|
+
"text": "string"
|
|
18389
|
+
}
|
|
18390
|
+
},
|
|
18391
|
+
{
|
|
18392
|
+
"name": "newValue",
|
|
18393
|
+
"type": {
|
|
18394
|
+
"text": "string"
|
|
18395
|
+
}
|
|
18396
|
+
}
|
|
18397
|
+
],
|
|
18419
18398
|
"inheritedFrom": {
|
|
18420
|
-
"name": "
|
|
18421
|
-
"module": "src/
|
|
18399
|
+
"name": "Icon",
|
|
18400
|
+
"module": "src/icon/icon.ts"
|
|
18422
18401
|
}
|
|
18423
18402
|
},
|
|
18424
18403
|
{
|
|
18425
18404
|
"kind": "field",
|
|
18426
|
-
"name": "
|
|
18405
|
+
"name": "size",
|
|
18427
18406
|
"type": {
|
|
18428
|
-
"text": "
|
|
18407
|
+
"text": "FaSize"
|
|
18429
18408
|
},
|
|
18430
|
-
"
|
|
18431
|
-
"description": "The disabled state of the listbox.",
|
|
18409
|
+
"default": "'sm'",
|
|
18432
18410
|
"inheritedFrom": {
|
|
18433
|
-
"name": "
|
|
18434
|
-
"module": "src/
|
|
18411
|
+
"name": "Icon",
|
|
18412
|
+
"module": "src/icon/icon.ts"
|
|
18435
18413
|
}
|
|
18436
18414
|
},
|
|
18437
18415
|
{
|
|
18438
|
-
"kind": "
|
|
18439
|
-
"name": "
|
|
18440
|
-
"
|
|
18441
|
-
|
|
18442
|
-
|
|
18443
|
-
|
|
18444
|
-
|
|
18445
|
-
|
|
18416
|
+
"kind": "method",
|
|
18417
|
+
"name": "sizeChanged",
|
|
18418
|
+
"parameters": [
|
|
18419
|
+
{
|
|
18420
|
+
"name": "oldValue",
|
|
18421
|
+
"type": {
|
|
18422
|
+
"text": "string"
|
|
18423
|
+
}
|
|
18424
|
+
},
|
|
18425
|
+
{
|
|
18426
|
+
"name": "newValue",
|
|
18427
|
+
"type": {
|
|
18428
|
+
"text": "string"
|
|
18429
|
+
}
|
|
18430
|
+
}
|
|
18431
|
+
],
|
|
18446
18432
|
"inheritedFrom": {
|
|
18447
|
-
"name": "
|
|
18448
|
-
"module": "src/
|
|
18433
|
+
"name": "Icon",
|
|
18434
|
+
"module": "src/icon/icon.ts"
|
|
18449
18435
|
}
|
|
18450
18436
|
},
|
|
18451
18437
|
{
|
|
18452
18438
|
"kind": "field",
|
|
18453
|
-
"name": "
|
|
18439
|
+
"name": "variant",
|
|
18454
18440
|
"type": {
|
|
18455
|
-
"text": "
|
|
18441
|
+
"text": "IconStyle"
|
|
18456
18442
|
},
|
|
18457
|
-
"
|
|
18458
|
-
"default": "[]",
|
|
18459
|
-
"description": "A collection of the selected options.",
|
|
18443
|
+
"default": "'solid'",
|
|
18460
18444
|
"inheritedFrom": {
|
|
18461
|
-
"name": "
|
|
18462
|
-
"module": "src/
|
|
18445
|
+
"name": "Icon",
|
|
18446
|
+
"module": "src/icon/icon.ts"
|
|
18463
18447
|
}
|
|
18464
18448
|
},
|
|
18465
18449
|
{
|
|
18466
|
-
"kind": "
|
|
18467
|
-
"name": "
|
|
18468
|
-
"privacy": "public",
|
|
18469
|
-
"static": true,
|
|
18470
|
-
"description": "A static filter to include only selectable options.",
|
|
18450
|
+
"kind": "method",
|
|
18451
|
+
"name": "variantChanged",
|
|
18471
18452
|
"parameters": [
|
|
18472
18453
|
{
|
|
18473
|
-
"
|
|
18474
|
-
"
|
|
18454
|
+
"name": "oldValue",
|
|
18455
|
+
"type": {
|
|
18456
|
+
"text": "string"
|
|
18457
|
+
}
|
|
18458
|
+
},
|
|
18459
|
+
{
|
|
18460
|
+
"name": "newValue",
|
|
18461
|
+
"type": {
|
|
18462
|
+
"text": "string"
|
|
18463
|
+
}
|
|
18475
18464
|
}
|
|
18476
18465
|
],
|
|
18477
18466
|
"inheritedFrom": {
|
|
18478
|
-
"name": "
|
|
18479
|
-
"module": "src/
|
|
18480
|
-
}
|
|
18481
|
-
},
|
|
18482
|
-
{
|
|
18483
|
-
"kind": "method",
|
|
18484
|
-
"name": "selectFirstOption",
|
|
18485
|
-
"privacy": "public",
|
|
18486
|
-
"return": {
|
|
18487
|
-
"type": {
|
|
18488
|
-
"text": "void"
|
|
18489
|
-
}
|
|
18490
|
-
},
|
|
18491
|
-
"description": "Moves focus to the first selectable option.",
|
|
18492
|
-
"inheritedFrom": {
|
|
18493
|
-
"name": "Listbox",
|
|
18494
|
-
"module": "src/listbox/listbox.ts"
|
|
18467
|
+
"name": "Icon",
|
|
18468
|
+
"module": "src/icon/icon.ts"
|
|
18495
18469
|
}
|
|
18496
18470
|
},
|
|
18497
18471
|
{
|
|
18498
18472
|
"kind": "method",
|
|
18499
|
-
"name": "
|
|
18473
|
+
"name": "loadIcon",
|
|
18500
18474
|
"privacy": "public",
|
|
18501
|
-
"description": "Sets an option as selected and gives it focus.",
|
|
18502
18475
|
"inheritedFrom": {
|
|
18503
|
-
"name": "
|
|
18504
|
-
"module": "src/
|
|
18476
|
+
"name": "Icon",
|
|
18477
|
+
"module": "src/icon/icon.ts"
|
|
18505
18478
|
}
|
|
18506
18479
|
},
|
|
18507
18480
|
{
|
|
@@ -18513,8 +18486,8 @@
|
|
|
18513
18486
|
"privacy": "private",
|
|
18514
18487
|
"default": "void 0",
|
|
18515
18488
|
"inheritedFrom": {
|
|
18516
|
-
"name": "
|
|
18517
|
-
"module": "src/
|
|
18489
|
+
"name": "FoundationElement",
|
|
18490
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
18518
18491
|
}
|
|
18519
18492
|
},
|
|
18520
18493
|
{
|
|
@@ -18526,8 +18499,8 @@
|
|
|
18526
18499
|
"privacy": "public",
|
|
18527
18500
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
18528
18501
|
"inheritedFrom": {
|
|
18529
|
-
"name": "
|
|
18530
|
-
"module": "src/
|
|
18502
|
+
"name": "FoundationElement",
|
|
18503
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
18531
18504
|
}
|
|
18532
18505
|
},
|
|
18533
18506
|
{
|
|
@@ -18539,8 +18512,8 @@
|
|
|
18539
18512
|
"privacy": "public",
|
|
18540
18513
|
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
18541
18514
|
"inheritedFrom": {
|
|
18542
|
-
"name": "
|
|
18543
|
-
"module": "src/
|
|
18515
|
+
"name": "FoundationElement",
|
|
18516
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
18544
18517
|
}
|
|
18545
18518
|
},
|
|
18546
18519
|
{
|
|
@@ -18553,8 +18526,8 @@
|
|
|
18553
18526
|
}
|
|
18554
18527
|
},
|
|
18555
18528
|
"inheritedFrom": {
|
|
18556
|
-
"name": "
|
|
18557
|
-
"module": "src/
|
|
18529
|
+
"name": "FoundationElement",
|
|
18530
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
18558
18531
|
}
|
|
18559
18532
|
},
|
|
18560
18533
|
{
|
|
@@ -18566,8 +18539,8 @@
|
|
|
18566
18539
|
"privacy": "public",
|
|
18567
18540
|
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
18568
18541
|
"inheritedFrom": {
|
|
18569
|
-
"name": "
|
|
18570
|
-
"module": "src/
|
|
18542
|
+
"name": "FoundationElement",
|
|
18543
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
18571
18544
|
}
|
|
18572
18545
|
},
|
|
18573
18546
|
{
|
|
@@ -18580,8 +18553,8 @@
|
|
|
18580
18553
|
}
|
|
18581
18554
|
},
|
|
18582
18555
|
"inheritedFrom": {
|
|
18583
|
-
"name": "
|
|
18584
|
-
"module": "src/
|
|
18556
|
+
"name": "FoundationElement",
|
|
18557
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
18585
18558
|
}
|
|
18586
18559
|
},
|
|
18587
18560
|
{
|
|
@@ -18611,39 +18584,119 @@
|
|
|
18611
18584
|
],
|
|
18612
18585
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
18613
18586
|
"inheritedFrom": {
|
|
18614
|
-
"name": "
|
|
18615
|
-
"module": "src/
|
|
18587
|
+
"name": "FoundationElement",
|
|
18588
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
18616
18589
|
}
|
|
18617
18590
|
}
|
|
18618
18591
|
]
|
|
18619
18592
|
},
|
|
18620
18593
|
{
|
|
18621
18594
|
"kind": "variable",
|
|
18622
|
-
"name": "
|
|
18595
|
+
"name": "defaultIconConfig",
|
|
18596
|
+
"default": "foundationIconConfig"
|
|
18597
|
+
},
|
|
18598
|
+
{
|
|
18599
|
+
"kind": "variable",
|
|
18600
|
+
"name": "zeroIconShadowOptions",
|
|
18601
|
+
"default": "foundationIconShadowOptions"
|
|
18602
|
+
},
|
|
18603
|
+
{
|
|
18604
|
+
"kind": "variable",
|
|
18605
|
+
"name": "zeroIcon"
|
|
18623
18606
|
}
|
|
18624
18607
|
],
|
|
18625
18608
|
"exports": [
|
|
18626
18609
|
{
|
|
18627
18610
|
"kind": "js",
|
|
18628
|
-
"name": "
|
|
18611
|
+
"name": "Icon",
|
|
18629
18612
|
"declaration": {
|
|
18630
|
-
"name": "
|
|
18631
|
-
"module": "src/
|
|
18613
|
+
"name": "Icon",
|
|
18614
|
+
"module": "src/icon/icon.ts"
|
|
18632
18615
|
}
|
|
18633
18616
|
},
|
|
18634
18617
|
{
|
|
18635
18618
|
"kind": "js",
|
|
18636
|
-
"name": "
|
|
18619
|
+
"name": "defaultIconConfig",
|
|
18637
18620
|
"declaration": {
|
|
18638
|
-
"name": "
|
|
18639
|
-
"module": "src/
|
|
18621
|
+
"name": "defaultIconConfig",
|
|
18622
|
+
"module": "src/icon/icon.ts"
|
|
18623
|
+
}
|
|
18624
|
+
},
|
|
18625
|
+
{
|
|
18626
|
+
"kind": "js",
|
|
18627
|
+
"name": "zeroIconShadowOptions",
|
|
18628
|
+
"declaration": {
|
|
18629
|
+
"name": "zeroIconShadowOptions",
|
|
18630
|
+
"module": "src/icon/icon.ts"
|
|
18631
|
+
}
|
|
18632
|
+
},
|
|
18633
|
+
{
|
|
18634
|
+
"kind": "js",
|
|
18635
|
+
"name": "zeroIcon",
|
|
18636
|
+
"declaration": {
|
|
18637
|
+
"name": "zeroIcon",
|
|
18638
|
+
"module": "src/icon/icon.ts"
|
|
18640
18639
|
}
|
|
18641
18640
|
}
|
|
18642
18641
|
]
|
|
18643
18642
|
},
|
|
18644
18643
|
{
|
|
18645
18644
|
"kind": "javascript-module",
|
|
18646
|
-
"path": "src/icon/
|
|
18645
|
+
"path": "src/icon/index.ts",
|
|
18646
|
+
"declarations": [],
|
|
18647
|
+
"exports": [
|
|
18648
|
+
{
|
|
18649
|
+
"kind": "js",
|
|
18650
|
+
"name": "*",
|
|
18651
|
+
"declaration": {
|
|
18652
|
+
"name": "*",
|
|
18653
|
+
"package": "./icon"
|
|
18654
|
+
}
|
|
18655
|
+
},
|
|
18656
|
+
{
|
|
18657
|
+
"kind": "js",
|
|
18658
|
+
"name": "*",
|
|
18659
|
+
"declaration": {
|
|
18660
|
+
"name": "*",
|
|
18661
|
+
"package": "./icon.styles"
|
|
18662
|
+
}
|
|
18663
|
+
}
|
|
18664
|
+
]
|
|
18665
|
+
},
|
|
18666
|
+
{
|
|
18667
|
+
"kind": "javascript-module",
|
|
18668
|
+
"path": "src/listbox/index.ts",
|
|
18669
|
+
"declarations": [],
|
|
18670
|
+
"exports": [
|
|
18671
|
+
{
|
|
18672
|
+
"kind": "js",
|
|
18673
|
+
"name": "*",
|
|
18674
|
+
"declaration": {
|
|
18675
|
+
"name": "*",
|
|
18676
|
+
"package": "./listbox.template"
|
|
18677
|
+
}
|
|
18678
|
+
},
|
|
18679
|
+
{
|
|
18680
|
+
"kind": "js",
|
|
18681
|
+
"name": "*",
|
|
18682
|
+
"declaration": {
|
|
18683
|
+
"name": "*",
|
|
18684
|
+
"package": "./listbox.styles"
|
|
18685
|
+
}
|
|
18686
|
+
},
|
|
18687
|
+
{
|
|
18688
|
+
"kind": "js",
|
|
18689
|
+
"name": "*",
|
|
18690
|
+
"declaration": {
|
|
18691
|
+
"name": "*",
|
|
18692
|
+
"package": "./listbox"
|
|
18693
|
+
}
|
|
18694
|
+
}
|
|
18695
|
+
]
|
|
18696
|
+
},
|
|
18697
|
+
{
|
|
18698
|
+
"kind": "javascript-module",
|
|
18699
|
+
"path": "src/listbox/listbox.stories.ts",
|
|
18647
18700
|
"declarations": [
|
|
18648
18701
|
{
|
|
18649
18702
|
"kind": "variable",
|
|
@@ -18651,23 +18704,15 @@
|
|
|
18651
18704
|
"type": {
|
|
18652
18705
|
"text": "Meta"
|
|
18653
18706
|
},
|
|
18654
|
-
"default": "{\n title: '
|
|
18655
|
-
},
|
|
18656
|
-
{
|
|
18657
|
-
"kind": "variable",
|
|
18658
|
-
"name": "Multiple",
|
|
18659
|
-
"type": {
|
|
18660
|
-
"text": "StoryObj"
|
|
18661
|
-
},
|
|
18662
|
-
"default": "{\n render: () => html`\n <div style=\"${wrapperStyle}\">\n <zero-icon name=\"glasses\" size=\"1x\"></zero-icon>\n <zero-icon name=\"amazon\" size=\"2x\" variant=\"brand\"></zero-icon>\n <zero-icon name=\"amazon-pay\" size=\"3x\" variant=\"brand\"></zero-icon>\n <zero-icon name=\"apple\" size=\"4x\" variant=\"brand\"></zero-icon>\n <zero-icon name=\"chrome\" size=\"5x\" variant=\"brand\"></zero-icon>\n <zero-icon name=\"ambulance\" size=\"xs\"></zero-icon>\n <zero-icon name=\"angry\" size=\"1x\"></zero-icon>\n <zero-icon variant=\"regular\" name=\"angry\" size=\"sm\"></zero-icon>\n <zero-icon name=\"address-book\" size=\"lg\"></zero-icon>\n <zero-icon variant=\"regular\" name=\"address-book\" size=\"xl\"></zero-icon>\n <zero-icon name=\"bookmark\" size=\"2xl;\"></zero-icon>\n <zero-icon variant=\"regular\" name=\"bookmark\" size=\"2xs\"></zero-icon>\n </div>\n `,\n}"
|
|
18707
|
+
"default": "{\n title: 'Listbox',\n component: 'zero-listbox',\n}"
|
|
18663
18708
|
},
|
|
18664
18709
|
{
|
|
18665
18710
|
"kind": "variable",
|
|
18666
|
-
"name": "
|
|
18711
|
+
"name": "Primary",
|
|
18667
18712
|
"type": {
|
|
18668
18713
|
"text": "StoryObj"
|
|
18669
18714
|
},
|
|
18670
|
-
"default": "{\n
|
|
18715
|
+
"default": "{\n render: () => html`\n <zero-listbox style=\"width: 200px;\">\n <zero-option>Option 1</zero-option>\n <zero-option>Option 2</zero-option>\n <zero-option>Option 3</zero-option>\n </zero-listbox>\n `,\n}"
|
|
18671
18716
|
}
|
|
18672
18717
|
],
|
|
18673
18718
|
"exports": [
|
|
@@ -18676,37 +18721,68 @@
|
|
|
18676
18721
|
"name": "default",
|
|
18677
18722
|
"declaration": {
|
|
18678
18723
|
"name": "meta",
|
|
18679
|
-
"module": "src/
|
|
18724
|
+
"module": "src/listbox/listbox.stories.ts"
|
|
18680
18725
|
}
|
|
18681
18726
|
},
|
|
18682
18727
|
{
|
|
18683
18728
|
"kind": "js",
|
|
18684
|
-
"name": "
|
|
18729
|
+
"name": "Primary",
|
|
18685
18730
|
"declaration": {
|
|
18686
|
-
"name": "
|
|
18687
|
-
"module": "src/
|
|
18731
|
+
"name": "Primary",
|
|
18732
|
+
"module": "src/listbox/listbox.stories.ts"
|
|
18688
18733
|
}
|
|
18689
|
-
}
|
|
18734
|
+
}
|
|
18735
|
+
]
|
|
18736
|
+
},
|
|
18737
|
+
{
|
|
18738
|
+
"kind": "javascript-module",
|
|
18739
|
+
"path": "src/listbox/listbox.styles.ts",
|
|
18740
|
+
"declarations": [
|
|
18741
|
+
{
|
|
18742
|
+
"kind": "function",
|
|
18743
|
+
"name": "zeroListboxStyles",
|
|
18744
|
+
"return": {
|
|
18745
|
+
"type": {
|
|
18746
|
+
"text": "ElementStyles"
|
|
18747
|
+
}
|
|
18748
|
+
},
|
|
18749
|
+
"parameters": [
|
|
18750
|
+
{
|
|
18751
|
+
"name": "context",
|
|
18752
|
+
"type": {
|
|
18753
|
+
"text": "ElementDefinitionContext"
|
|
18754
|
+
}
|
|
18755
|
+
},
|
|
18756
|
+
{
|
|
18757
|
+
"name": "definition",
|
|
18758
|
+
"type": {
|
|
18759
|
+
"text": "FoundationElementDefinition"
|
|
18760
|
+
}
|
|
18761
|
+
}
|
|
18762
|
+
]
|
|
18763
|
+
}
|
|
18764
|
+
],
|
|
18765
|
+
"exports": [
|
|
18690
18766
|
{
|
|
18691
18767
|
"kind": "js",
|
|
18692
|
-
"name": "
|
|
18768
|
+
"name": "zeroListboxStyles",
|
|
18693
18769
|
"declaration": {
|
|
18694
|
-
"name": "
|
|
18695
|
-
"module": "src/
|
|
18770
|
+
"name": "zeroListboxStyles",
|
|
18771
|
+
"module": "src/listbox/listbox.styles.ts"
|
|
18696
18772
|
}
|
|
18697
18773
|
}
|
|
18698
18774
|
]
|
|
18699
18775
|
},
|
|
18700
18776
|
{
|
|
18701
18777
|
"kind": "javascript-module",
|
|
18702
|
-
"path": "src/
|
|
18778
|
+
"path": "src/listbox/listbox.template.ts",
|
|
18703
18779
|
"declarations": [
|
|
18704
18780
|
{
|
|
18705
18781
|
"kind": "function",
|
|
18706
|
-
"name": "
|
|
18782
|
+
"name": "zeroListboxTemplate",
|
|
18707
18783
|
"return": {
|
|
18708
18784
|
"type": {
|
|
18709
|
-
"text": "
|
|
18785
|
+
"text": "ViewTemplate<Listbox>"
|
|
18710
18786
|
}
|
|
18711
18787
|
},
|
|
18712
18788
|
"parameters": [
|
|
@@ -18728,185 +18804,158 @@
|
|
|
18728
18804
|
"exports": [
|
|
18729
18805
|
{
|
|
18730
18806
|
"kind": "js",
|
|
18731
|
-
"name": "
|
|
18807
|
+
"name": "zeroListboxTemplate",
|
|
18732
18808
|
"declaration": {
|
|
18733
|
-
"name": "
|
|
18734
|
-
"module": "src/
|
|
18809
|
+
"name": "zeroListboxTemplate",
|
|
18810
|
+
"module": "src/listbox/listbox.template.ts"
|
|
18735
18811
|
}
|
|
18736
18812
|
}
|
|
18737
18813
|
]
|
|
18738
18814
|
},
|
|
18739
18815
|
{
|
|
18740
18816
|
"kind": "javascript-module",
|
|
18741
|
-
"path": "src/
|
|
18817
|
+
"path": "src/listbox/listbox.ts",
|
|
18742
18818
|
"declarations": [
|
|
18743
18819
|
{
|
|
18744
18820
|
"kind": "class",
|
|
18745
18821
|
"description": "",
|
|
18746
|
-
"name": "
|
|
18822
|
+
"name": "Listbox",
|
|
18747
18823
|
"superclass": {
|
|
18748
|
-
"name": "
|
|
18824
|
+
"name": "FoundationListbox",
|
|
18749
18825
|
"package": "@genesislcap/foundation-ui"
|
|
18750
18826
|
},
|
|
18751
|
-
"tagName": "%%prefix%%-
|
|
18827
|
+
"tagName": "%%prefix%%-listbox",
|
|
18752
18828
|
"customElement": true,
|
|
18753
18829
|
"attributes": [
|
|
18754
18830
|
{
|
|
18755
|
-
"name": "name",
|
|
18756
18831
|
"type": {
|
|
18757
|
-
"text": "
|
|
18832
|
+
"text": "boolean"
|
|
18758
18833
|
},
|
|
18759
|
-
"
|
|
18834
|
+
"description": "The disabled state of the listbox.",
|
|
18835
|
+
"fieldName": "disabled",
|
|
18760
18836
|
"inheritedFrom": {
|
|
18761
|
-
"name": "
|
|
18762
|
-
"module": "src/
|
|
18837
|
+
"name": "Listbox",
|
|
18838
|
+
"module": "src/listbox/listbox.ts"
|
|
18763
18839
|
}
|
|
18764
|
-
}
|
|
18840
|
+
}
|
|
18841
|
+
],
|
|
18842
|
+
"members": [
|
|
18765
18843
|
{
|
|
18766
|
-
"
|
|
18844
|
+
"kind": "field",
|
|
18845
|
+
"name": "length",
|
|
18767
18846
|
"type": {
|
|
18768
|
-
"text": "
|
|
18847
|
+
"text": "number"
|
|
18769
18848
|
},
|
|
18770
|
-
"
|
|
18771
|
-
"
|
|
18849
|
+
"privacy": "public",
|
|
18850
|
+
"description": "The number of options.",
|
|
18772
18851
|
"inheritedFrom": {
|
|
18773
|
-
"name": "
|
|
18774
|
-
"module": "src/
|
|
18852
|
+
"name": "Listbox",
|
|
18853
|
+
"module": "src/listbox/listbox.ts"
|
|
18775
18854
|
}
|
|
18776
18855
|
},
|
|
18777
18856
|
{
|
|
18778
|
-
"
|
|
18857
|
+
"kind": "field",
|
|
18858
|
+
"name": "options",
|
|
18779
18859
|
"type": {
|
|
18780
|
-
"text": "
|
|
18860
|
+
"text": "ListboxOption[]"
|
|
18781
18861
|
},
|
|
18782
|
-
"
|
|
18783
|
-
"
|
|
18862
|
+
"privacy": "public",
|
|
18863
|
+
"description": "The list of options.",
|
|
18784
18864
|
"inheritedFrom": {
|
|
18785
|
-
"name": "
|
|
18786
|
-
"module": "src/
|
|
18865
|
+
"name": "Listbox",
|
|
18866
|
+
"module": "src/listbox/listbox.ts"
|
|
18787
18867
|
}
|
|
18788
|
-
}
|
|
18789
|
-
],
|
|
18790
|
-
"members": [
|
|
18868
|
+
},
|
|
18791
18869
|
{
|
|
18792
18870
|
"kind": "field",
|
|
18793
|
-
"name": "
|
|
18794
|
-
"
|
|
18795
|
-
"text": "HTMLElement"
|
|
18796
|
-
},
|
|
18871
|
+
"name": "typeAheadExpired",
|
|
18872
|
+
"privacy": "protected",
|
|
18797
18873
|
"inheritedFrom": {
|
|
18798
|
-
"name": "
|
|
18799
|
-
"module": "src/
|
|
18874
|
+
"name": "Listbox",
|
|
18875
|
+
"module": "src/listbox/listbox.ts"
|
|
18800
18876
|
}
|
|
18801
18877
|
},
|
|
18802
18878
|
{
|
|
18803
18879
|
"kind": "field",
|
|
18804
|
-
"name": "
|
|
18880
|
+
"name": "disabled",
|
|
18805
18881
|
"type": {
|
|
18806
|
-
"text": "
|
|
18882
|
+
"text": "boolean"
|
|
18807
18883
|
},
|
|
18884
|
+
"privacy": "public",
|
|
18885
|
+
"description": "The disabled state of the listbox.",
|
|
18808
18886
|
"inheritedFrom": {
|
|
18809
|
-
"name": "
|
|
18810
|
-
"module": "src/
|
|
18887
|
+
"name": "Listbox",
|
|
18888
|
+
"module": "src/listbox/listbox.ts"
|
|
18811
18889
|
}
|
|
18812
18890
|
},
|
|
18813
18891
|
{
|
|
18814
|
-
"kind": "
|
|
18815
|
-
"name": "
|
|
18816
|
-
"
|
|
18817
|
-
|
|
18818
|
-
|
|
18819
|
-
|
|
18820
|
-
|
|
18821
|
-
|
|
18822
|
-
},
|
|
18823
|
-
{
|
|
18824
|
-
"name": "newValue",
|
|
18825
|
-
"type": {
|
|
18826
|
-
"text": "string"
|
|
18827
|
-
}
|
|
18828
|
-
}
|
|
18829
|
-
],
|
|
18892
|
+
"kind": "field",
|
|
18893
|
+
"name": "selectedIndex",
|
|
18894
|
+
"type": {
|
|
18895
|
+
"text": "number"
|
|
18896
|
+
},
|
|
18897
|
+
"privacy": "public",
|
|
18898
|
+
"default": "-1",
|
|
18899
|
+
"description": "The index of the selected option.",
|
|
18830
18900
|
"inheritedFrom": {
|
|
18831
|
-
"name": "
|
|
18832
|
-
"module": "src/
|
|
18901
|
+
"name": "Listbox",
|
|
18902
|
+
"module": "src/listbox/listbox.ts"
|
|
18833
18903
|
}
|
|
18834
18904
|
},
|
|
18835
18905
|
{
|
|
18836
18906
|
"kind": "field",
|
|
18837
|
-
"name": "
|
|
18907
|
+
"name": "selectedOptions",
|
|
18838
18908
|
"type": {
|
|
18839
|
-
"text": "
|
|
18909
|
+
"text": "ListboxOption[]"
|
|
18840
18910
|
},
|
|
18841
|
-
"
|
|
18911
|
+
"privacy": "public",
|
|
18912
|
+
"default": "[]",
|
|
18913
|
+
"description": "A collection of the selected options.",
|
|
18842
18914
|
"inheritedFrom": {
|
|
18843
|
-
"name": "
|
|
18844
|
-
"module": "src/
|
|
18915
|
+
"name": "Listbox",
|
|
18916
|
+
"module": "src/listbox/listbox.ts"
|
|
18845
18917
|
}
|
|
18846
18918
|
},
|
|
18847
18919
|
{
|
|
18848
|
-
"kind": "
|
|
18849
|
-
"name": "
|
|
18920
|
+
"kind": "field",
|
|
18921
|
+
"name": "slottedOptionFilter",
|
|
18922
|
+
"privacy": "public",
|
|
18923
|
+
"static": true,
|
|
18924
|
+
"description": "A static filter to include only selectable options.",
|
|
18850
18925
|
"parameters": [
|
|
18851
18926
|
{
|
|
18852
|
-
"
|
|
18853
|
-
"
|
|
18854
|
-
"text": "string"
|
|
18855
|
-
}
|
|
18856
|
-
},
|
|
18857
|
-
{
|
|
18858
|
-
"name": "newValue",
|
|
18859
|
-
"type": {
|
|
18860
|
-
"text": "string"
|
|
18861
|
-
}
|
|
18927
|
+
"description": "element to filter",
|
|
18928
|
+
"name": "n"
|
|
18862
18929
|
}
|
|
18863
18930
|
],
|
|
18864
18931
|
"inheritedFrom": {
|
|
18865
|
-
"name": "
|
|
18866
|
-
"module": "src/
|
|
18867
|
-
}
|
|
18868
|
-
},
|
|
18869
|
-
{
|
|
18870
|
-
"kind": "field",
|
|
18871
|
-
"name": "variant",
|
|
18872
|
-
"type": {
|
|
18873
|
-
"text": "IconStyle"
|
|
18874
|
-
},
|
|
18875
|
-
"default": "'solid'",
|
|
18876
|
-
"inheritedFrom": {
|
|
18877
|
-
"name": "Icon",
|
|
18878
|
-
"module": "src/icon/icon.ts"
|
|
18932
|
+
"name": "Listbox",
|
|
18933
|
+
"module": "src/listbox/listbox.ts"
|
|
18879
18934
|
}
|
|
18880
18935
|
},
|
|
18881
18936
|
{
|
|
18882
18937
|
"kind": "method",
|
|
18883
|
-
"name": "
|
|
18884
|
-
"
|
|
18885
|
-
|
|
18886
|
-
|
|
18887
|
-
"
|
|
18888
|
-
"text": "string"
|
|
18889
|
-
}
|
|
18890
|
-
},
|
|
18891
|
-
{
|
|
18892
|
-
"name": "newValue",
|
|
18893
|
-
"type": {
|
|
18894
|
-
"text": "string"
|
|
18895
|
-
}
|
|
18938
|
+
"name": "selectFirstOption",
|
|
18939
|
+
"privacy": "public",
|
|
18940
|
+
"return": {
|
|
18941
|
+
"type": {
|
|
18942
|
+
"text": "void"
|
|
18896
18943
|
}
|
|
18897
|
-
|
|
18944
|
+
},
|
|
18945
|
+
"description": "Moves focus to the first selectable option.",
|
|
18898
18946
|
"inheritedFrom": {
|
|
18899
|
-
"name": "
|
|
18900
|
-
"module": "src/
|
|
18947
|
+
"name": "Listbox",
|
|
18948
|
+
"module": "src/listbox/listbox.ts"
|
|
18901
18949
|
}
|
|
18902
18950
|
},
|
|
18903
18951
|
{
|
|
18904
18952
|
"kind": "method",
|
|
18905
|
-
"name": "
|
|
18953
|
+
"name": "setSelectedOptions",
|
|
18906
18954
|
"privacy": "public",
|
|
18955
|
+
"description": "Sets an option as selected and gives it focus.",
|
|
18907
18956
|
"inheritedFrom": {
|
|
18908
|
-
"name": "
|
|
18909
|
-
"module": "src/
|
|
18957
|
+
"name": "Listbox",
|
|
18958
|
+
"module": "src/listbox/listbox.ts"
|
|
18910
18959
|
}
|
|
18911
18960
|
},
|
|
18912
18961
|
{
|
|
@@ -18918,8 +18967,8 @@
|
|
|
18918
18967
|
"privacy": "private",
|
|
18919
18968
|
"default": "void 0",
|
|
18920
18969
|
"inheritedFrom": {
|
|
18921
|
-
"name": "
|
|
18922
|
-
"module": "src/
|
|
18970
|
+
"name": "Listbox",
|
|
18971
|
+
"module": "src/listbox/listbox.ts"
|
|
18923
18972
|
}
|
|
18924
18973
|
},
|
|
18925
18974
|
{
|
|
@@ -18931,8 +18980,8 @@
|
|
|
18931
18980
|
"privacy": "public",
|
|
18932
18981
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
18933
18982
|
"inheritedFrom": {
|
|
18934
|
-
"name": "
|
|
18935
|
-
"module": "src/
|
|
18983
|
+
"name": "Listbox",
|
|
18984
|
+
"module": "src/listbox/listbox.ts"
|
|
18936
18985
|
}
|
|
18937
18986
|
},
|
|
18938
18987
|
{
|
|
@@ -18944,8 +18993,8 @@
|
|
|
18944
18993
|
"privacy": "public",
|
|
18945
18994
|
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
18946
18995
|
"inheritedFrom": {
|
|
18947
|
-
"name": "
|
|
18948
|
-
"module": "src/
|
|
18996
|
+
"name": "Listbox",
|
|
18997
|
+
"module": "src/listbox/listbox.ts"
|
|
18949
18998
|
}
|
|
18950
18999
|
},
|
|
18951
19000
|
{
|
|
@@ -18958,8 +19007,8 @@
|
|
|
18958
19007
|
}
|
|
18959
19008
|
},
|
|
18960
19009
|
"inheritedFrom": {
|
|
18961
|
-
"name": "
|
|
18962
|
-
"module": "src/
|
|
19010
|
+
"name": "Listbox",
|
|
19011
|
+
"module": "src/listbox/listbox.ts"
|
|
18963
19012
|
}
|
|
18964
19013
|
},
|
|
18965
19014
|
{
|
|
@@ -18971,8 +19020,8 @@
|
|
|
18971
19020
|
"privacy": "public",
|
|
18972
19021
|
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
18973
19022
|
"inheritedFrom": {
|
|
18974
|
-
"name": "
|
|
18975
|
-
"module": "src/
|
|
19023
|
+
"name": "Listbox",
|
|
19024
|
+
"module": "src/listbox/listbox.ts"
|
|
18976
19025
|
}
|
|
18977
19026
|
},
|
|
18978
19027
|
{
|
|
@@ -18985,8 +19034,8 @@
|
|
|
18985
19034
|
}
|
|
18986
19035
|
},
|
|
18987
19036
|
"inheritedFrom": {
|
|
18988
|
-
"name": "
|
|
18989
|
-
"module": "src/
|
|
19037
|
+
"name": "Listbox",
|
|
19038
|
+
"module": "src/listbox/listbox.ts"
|
|
18990
19039
|
}
|
|
18991
19040
|
},
|
|
18992
19041
|
{
|
|
@@ -19016,81 +19065,32 @@
|
|
|
19016
19065
|
],
|
|
19017
19066
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
19018
19067
|
"inheritedFrom": {
|
|
19019
|
-
"name": "
|
|
19020
|
-
"module": "src/
|
|
19068
|
+
"name": "Listbox",
|
|
19069
|
+
"module": "src/listbox/listbox.ts"
|
|
19021
19070
|
}
|
|
19022
19071
|
}
|
|
19023
19072
|
]
|
|
19024
19073
|
},
|
|
19025
19074
|
{
|
|
19026
19075
|
"kind": "variable",
|
|
19027
|
-
"name": "
|
|
19028
|
-
"default": "foundationIconConfig"
|
|
19029
|
-
},
|
|
19030
|
-
{
|
|
19031
|
-
"kind": "variable",
|
|
19032
|
-
"name": "zeroIconShadowOptions",
|
|
19033
|
-
"default": "foundationIconShadowOptions"
|
|
19034
|
-
},
|
|
19035
|
-
{
|
|
19036
|
-
"kind": "variable",
|
|
19037
|
-
"name": "zeroIcon"
|
|
19076
|
+
"name": "zeroListbox"
|
|
19038
19077
|
}
|
|
19039
19078
|
],
|
|
19040
19079
|
"exports": [
|
|
19041
19080
|
{
|
|
19042
19081
|
"kind": "js",
|
|
19043
|
-
"name": "
|
|
19044
|
-
"declaration": {
|
|
19045
|
-
"name": "Icon",
|
|
19046
|
-
"module": "src/icon/icon.ts"
|
|
19047
|
-
}
|
|
19048
|
-
},
|
|
19049
|
-
{
|
|
19050
|
-
"kind": "js",
|
|
19051
|
-
"name": "defaultIconConfig",
|
|
19052
|
-
"declaration": {
|
|
19053
|
-
"name": "defaultIconConfig",
|
|
19054
|
-
"module": "src/icon/icon.ts"
|
|
19055
|
-
}
|
|
19056
|
-
},
|
|
19057
|
-
{
|
|
19058
|
-
"kind": "js",
|
|
19059
|
-
"name": "zeroIconShadowOptions",
|
|
19060
|
-
"declaration": {
|
|
19061
|
-
"name": "zeroIconShadowOptions",
|
|
19062
|
-
"module": "src/icon/icon.ts"
|
|
19063
|
-
}
|
|
19064
|
-
},
|
|
19065
|
-
{
|
|
19066
|
-
"kind": "js",
|
|
19067
|
-
"name": "zeroIcon",
|
|
19068
|
-
"declaration": {
|
|
19069
|
-
"name": "zeroIcon",
|
|
19070
|
-
"module": "src/icon/icon.ts"
|
|
19071
|
-
}
|
|
19072
|
-
}
|
|
19073
|
-
]
|
|
19074
|
-
},
|
|
19075
|
-
{
|
|
19076
|
-
"kind": "javascript-module",
|
|
19077
|
-
"path": "src/icon/index.ts",
|
|
19078
|
-
"declarations": [],
|
|
19079
|
-
"exports": [
|
|
19080
|
-
{
|
|
19081
|
-
"kind": "js",
|
|
19082
|
-
"name": "*",
|
|
19082
|
+
"name": "Listbox",
|
|
19083
19083
|
"declaration": {
|
|
19084
|
-
"name": "
|
|
19085
|
-
"
|
|
19084
|
+
"name": "Listbox",
|
|
19085
|
+
"module": "src/listbox/listbox.ts"
|
|
19086
19086
|
}
|
|
19087
19087
|
},
|
|
19088
19088
|
{
|
|
19089
19089
|
"kind": "js",
|
|
19090
|
-
"name": "
|
|
19090
|
+
"name": "zeroListbox",
|
|
19091
19091
|
"declaration": {
|
|
19092
|
-
"name": "
|
|
19093
|
-
"
|
|
19092
|
+
"name": "zeroListbox",
|
|
19093
|
+
"module": "src/listbox/listbox.ts"
|
|
19094
19094
|
}
|
|
19095
19095
|
}
|
|
19096
19096
|
]
|
|
@@ -32646,7 +32646,7 @@
|
|
|
32646
32646
|
},
|
|
32647
32647
|
{
|
|
32648
32648
|
"kind": "javascript-module",
|
|
32649
|
-
"path": "src/
|
|
32649
|
+
"path": "src/tooltip/index.ts",
|
|
32650
32650
|
"declarations": [],
|
|
32651
32651
|
"exports": [
|
|
32652
32652
|
{
|
|
@@ -32654,7 +32654,7 @@
|
|
|
32654
32654
|
"name": "*",
|
|
32655
32655
|
"declaration": {
|
|
32656
32656
|
"name": "*",
|
|
32657
|
-
"package": "./
|
|
32657
|
+
"package": "./tooltip"
|
|
32658
32658
|
}
|
|
32659
32659
|
},
|
|
32660
32660
|
{
|
|
@@ -32662,7 +32662,7 @@
|
|
|
32662
32662
|
"name": "*",
|
|
32663
32663
|
"declaration": {
|
|
32664
32664
|
"name": "*",
|
|
32665
|
-
"package": "./
|
|
32665
|
+
"package": "./tooltip.styles"
|
|
32666
32666
|
}
|
|
32667
32667
|
},
|
|
32668
32668
|
{
|
|
@@ -32670,18 +32670,58 @@
|
|
|
32670
32670
|
"name": "*",
|
|
32671
32671
|
"declaration": {
|
|
32672
32672
|
"name": "*",
|
|
32673
|
-
"package": "./
|
|
32673
|
+
"package": "./tooltip.template"
|
|
32674
32674
|
}
|
|
32675
32675
|
}
|
|
32676
32676
|
]
|
|
32677
32677
|
},
|
|
32678
32678
|
{
|
|
32679
32679
|
"kind": "javascript-module",
|
|
32680
|
-
"path": "src/
|
|
32680
|
+
"path": "src/tooltip/tooltip.stories.ts",
|
|
32681
|
+
"declarations": [
|
|
32682
|
+
{
|
|
32683
|
+
"kind": "variable",
|
|
32684
|
+
"name": "meta",
|
|
32685
|
+
"type": {
|
|
32686
|
+
"text": "Meta"
|
|
32687
|
+
},
|
|
32688
|
+
"default": "{\n title: 'Tooltip',\n component: 'zero-tooltip',\n}"
|
|
32689
|
+
},
|
|
32690
|
+
{
|
|
32691
|
+
"kind": "variable",
|
|
32692
|
+
"name": "Primary",
|
|
32693
|
+
"type": {
|
|
32694
|
+
"text": "StoryObj"
|
|
32695
|
+
},
|
|
32696
|
+
"default": "{\n render: () => html`\n <zero-button id=\"zero-btn-tooltip-anchor\">Hover me</zero-button>\n <zero-tooltip anchor=\"zero-btn-tooltip-anchor\">oh hello there!</zero-tooltip>\n <zero-badge id=\"zero-badge-tooltip-anchor\">And me too!</zero-badge>\n <zero-tooltip anchor=\"zero-badge-tooltip-anchor\">again!</zero-tooltip>\n `,\n}"
|
|
32697
|
+
}
|
|
32698
|
+
],
|
|
32699
|
+
"exports": [
|
|
32700
|
+
{
|
|
32701
|
+
"kind": "js",
|
|
32702
|
+
"name": "default",
|
|
32703
|
+
"declaration": {
|
|
32704
|
+
"name": "meta",
|
|
32705
|
+
"module": "src/tooltip/tooltip.stories.ts"
|
|
32706
|
+
}
|
|
32707
|
+
},
|
|
32708
|
+
{
|
|
32709
|
+
"kind": "js",
|
|
32710
|
+
"name": "Primary",
|
|
32711
|
+
"declaration": {
|
|
32712
|
+
"name": "Primary",
|
|
32713
|
+
"module": "src/tooltip/tooltip.stories.ts"
|
|
32714
|
+
}
|
|
32715
|
+
}
|
|
32716
|
+
]
|
|
32717
|
+
},
|
|
32718
|
+
{
|
|
32719
|
+
"kind": "javascript-module",
|
|
32720
|
+
"path": "src/tooltip/tooltip.styles.ts",
|
|
32681
32721
|
"declarations": [
|
|
32682
32722
|
{
|
|
32683
32723
|
"kind": "function",
|
|
32684
|
-
"name": "
|
|
32724
|
+
"name": "zeroTooltipStyles",
|
|
32685
32725
|
"return": {
|
|
32686
32726
|
"type": {
|
|
32687
32727
|
"text": "ElementStyles"
|
|
@@ -32706,24 +32746,24 @@
|
|
|
32706
32746
|
"exports": [
|
|
32707
32747
|
{
|
|
32708
32748
|
"kind": "js",
|
|
32709
|
-
"name": "
|
|
32749
|
+
"name": "zeroTooltipStyles",
|
|
32710
32750
|
"declaration": {
|
|
32711
|
-
"name": "
|
|
32712
|
-
"module": "src/
|
|
32751
|
+
"name": "zeroTooltipStyles",
|
|
32752
|
+
"module": "src/tooltip/tooltip.styles.ts"
|
|
32713
32753
|
}
|
|
32714
32754
|
}
|
|
32715
32755
|
]
|
|
32716
32756
|
},
|
|
32717
32757
|
{
|
|
32718
32758
|
"kind": "javascript-module",
|
|
32719
|
-
"path": "src/
|
|
32759
|
+
"path": "src/tooltip/tooltip.template.ts",
|
|
32720
32760
|
"declarations": [
|
|
32721
32761
|
{
|
|
32722
32762
|
"kind": "function",
|
|
32723
|
-
"name": "
|
|
32763
|
+
"name": "zeroTooltipTemplate",
|
|
32724
32764
|
"return": {
|
|
32725
32765
|
"type": {
|
|
32726
|
-
"text": "ViewTemplate<
|
|
32766
|
+
"text": "ViewTemplate<Tooltip>"
|
|
32727
32767
|
}
|
|
32728
32768
|
},
|
|
32729
32769
|
"parameters": [
|
|
@@ -32745,87 +32785,133 @@
|
|
|
32745
32785
|
"exports": [
|
|
32746
32786
|
{
|
|
32747
32787
|
"kind": "js",
|
|
32748
|
-
"name": "
|
|
32788
|
+
"name": "zeroTooltipTemplate",
|
|
32749
32789
|
"declaration": {
|
|
32750
|
-
"name": "
|
|
32751
|
-
"module": "src/
|
|
32790
|
+
"name": "zeroTooltipTemplate",
|
|
32791
|
+
"module": "src/tooltip/tooltip.template.ts"
|
|
32752
32792
|
}
|
|
32753
32793
|
}
|
|
32754
32794
|
]
|
|
32755
32795
|
},
|
|
32756
32796
|
{
|
|
32757
32797
|
"kind": "javascript-module",
|
|
32758
|
-
"path": "src/
|
|
32798
|
+
"path": "src/tooltip/tooltip.ts",
|
|
32759
32799
|
"declarations": [
|
|
32760
32800
|
{
|
|
32761
32801
|
"kind": "class",
|
|
32762
32802
|
"description": "",
|
|
32763
|
-
"name": "
|
|
32803
|
+
"name": "Tooltip",
|
|
32764
32804
|
"superclass": {
|
|
32765
|
-
"name": "
|
|
32805
|
+
"name": "FoundationTooltip",
|
|
32766
32806
|
"package": "@genesislcap/foundation-ui"
|
|
32767
32807
|
},
|
|
32768
|
-
"tagName": "%%prefix%%-
|
|
32808
|
+
"tagName": "%%prefix%%-tooltip",
|
|
32769
32809
|
"customElement": true,
|
|
32770
32810
|
"attributes": [
|
|
32771
32811
|
{
|
|
32772
32812
|
"type": {
|
|
32773
32813
|
"text": "boolean"
|
|
32774
32814
|
},
|
|
32775
|
-
"description": "
|
|
32776
|
-
"fieldName": "
|
|
32777
|
-
"default": "false",
|
|
32815
|
+
"description": "Whether the tooltip is visible or not.\nIf undefined tooltip is shown when anchor element is hovered",
|
|
32816
|
+
"fieldName": "visible",
|
|
32778
32817
|
"inheritedFrom": {
|
|
32779
|
-
"name": "
|
|
32780
|
-
"module": "src/
|
|
32818
|
+
"name": "Tooltip",
|
|
32819
|
+
"module": "src/tooltip/tooltip.ts"
|
|
32781
32820
|
}
|
|
32782
|
-
}
|
|
32783
|
-
],
|
|
32784
|
-
"members": [
|
|
32821
|
+
},
|
|
32785
32822
|
{
|
|
32786
|
-
"
|
|
32787
|
-
"name": "expanded",
|
|
32823
|
+
"name": "anchor",
|
|
32788
32824
|
"type": {
|
|
32789
|
-
"text": "
|
|
32825
|
+
"text": "string"
|
|
32790
32826
|
},
|
|
32791
|
-
"
|
|
32792
|
-
"
|
|
32793
|
-
"
|
|
32827
|
+
"default": "\"\"",
|
|
32828
|
+
"description": "The id of the element the tooltip is anchored to",
|
|
32829
|
+
"fieldName": "anchor",
|
|
32794
32830
|
"inheritedFrom": {
|
|
32795
|
-
"name": "
|
|
32796
|
-
"module": "src/
|
|
32831
|
+
"name": "Tooltip",
|
|
32832
|
+
"module": "src/tooltip/tooltip.ts"
|
|
32797
32833
|
}
|
|
32798
32834
|
},
|
|
32799
32835
|
{
|
|
32800
|
-
"
|
|
32801
|
-
"
|
|
32802
|
-
|
|
32803
|
-
|
|
32804
|
-
|
|
32805
|
-
|
|
32806
|
-
|
|
32807
|
-
},
|
|
32836
|
+
"name": "delay",
|
|
32837
|
+
"type": {
|
|
32838
|
+
"text": "number"
|
|
32839
|
+
},
|
|
32840
|
+
"default": "300",
|
|
32841
|
+
"description": "The delay in milliseconds before a tooltip is shown after a hover event",
|
|
32842
|
+
"fieldName": "delay",
|
|
32808
32843
|
"inheritedFrom": {
|
|
32809
|
-
"name": "
|
|
32810
|
-
"module": "src/
|
|
32844
|
+
"name": "Tooltip",
|
|
32845
|
+
"module": "src/tooltip/tooltip.ts"
|
|
32846
|
+
}
|
|
32847
|
+
},
|
|
32848
|
+
{
|
|
32849
|
+
"name": "position",
|
|
32850
|
+
"type": {
|
|
32851
|
+
"text": "TooltipPosition"
|
|
32852
|
+
},
|
|
32853
|
+
"description": "Controls the placement of the tooltip relative to the anchor.\nWhen the position is undefined the tooltip is placed above or below the anchor based on available space.",
|
|
32854
|
+
"fieldName": "position",
|
|
32855
|
+
"inheritedFrom": {
|
|
32856
|
+
"name": "Tooltip",
|
|
32857
|
+
"module": "src/tooltip/tooltip.ts"
|
|
32858
|
+
}
|
|
32859
|
+
},
|
|
32860
|
+
{
|
|
32861
|
+
"name": "auto-update-mode",
|
|
32862
|
+
"type": {
|
|
32863
|
+
"text": "AutoUpdateMode"
|
|
32864
|
+
},
|
|
32865
|
+
"default": "\"anchor\"",
|
|
32866
|
+
"description": "Controls when the tooltip updates its position, default is 'anchor' which only updates when\nthe anchor is resized. 'auto' will update on scroll/resize events.\nCorresponds to anchored-region auto-update-mode.",
|
|
32867
|
+
"fieldName": "autoUpdateMode",
|
|
32868
|
+
"inheritedFrom": {
|
|
32869
|
+
"name": "Tooltip",
|
|
32870
|
+
"module": "src/tooltip/tooltip.ts"
|
|
32871
|
+
}
|
|
32872
|
+
},
|
|
32873
|
+
{
|
|
32874
|
+
"name": "horizontal-viewport-lock",
|
|
32875
|
+
"type": {
|
|
32876
|
+
"text": "boolean"
|
|
32877
|
+
},
|
|
32878
|
+
"description": "Controls if the tooltip will always remain fully in the viewport on the horizontal axis",
|
|
32879
|
+
"fieldName": "horizontalViewportLock",
|
|
32880
|
+
"inheritedFrom": {
|
|
32881
|
+
"name": "Tooltip",
|
|
32882
|
+
"module": "src/tooltip/tooltip.ts"
|
|
32811
32883
|
}
|
|
32812
32884
|
},
|
|
32885
|
+
{
|
|
32886
|
+
"name": "vertical-viewport-lock",
|
|
32887
|
+
"type": {
|
|
32888
|
+
"text": "boolean"
|
|
32889
|
+
},
|
|
32890
|
+
"description": "Controls if the tooltip will always remain fully in the viewport on the vertical axis",
|
|
32891
|
+
"fieldName": "verticalViewportLock",
|
|
32892
|
+
"inheritedFrom": {
|
|
32893
|
+
"name": "Tooltip",
|
|
32894
|
+
"module": "src/tooltip/tooltip.ts"
|
|
32895
|
+
}
|
|
32896
|
+
}
|
|
32897
|
+
],
|
|
32898
|
+
"members": [
|
|
32813
32899
|
{
|
|
32814
32900
|
"kind": "field",
|
|
32815
|
-
"name": "
|
|
32901
|
+
"name": "visible",
|
|
32816
32902
|
"type": {
|
|
32817
32903
|
"text": "boolean"
|
|
32818
32904
|
},
|
|
32819
32905
|
"privacy": "public",
|
|
32820
|
-
"description": "
|
|
32906
|
+
"description": "Whether the tooltip is visible or not.\nIf undefined tooltip is shown when anchor element is hovered",
|
|
32821
32907
|
"inheritedFrom": {
|
|
32822
|
-
"name": "
|
|
32823
|
-
"module": "src/
|
|
32908
|
+
"name": "Tooltip",
|
|
32909
|
+
"module": "src/tooltip/tooltip.ts"
|
|
32824
32910
|
}
|
|
32825
32911
|
},
|
|
32826
32912
|
{
|
|
32827
32913
|
"kind": "method",
|
|
32828
|
-
"name": "
|
|
32914
|
+
"name": "visibleChanged",
|
|
32829
32915
|
"privacy": "private",
|
|
32830
32916
|
"return": {
|
|
32831
32917
|
"type": {
|
|
@@ -32833,510 +32919,220 @@
|
|
|
32833
32919
|
}
|
|
32834
32920
|
},
|
|
32835
32921
|
"inheritedFrom": {
|
|
32836
|
-
"name": "
|
|
32837
|
-
"module": "src/
|
|
32922
|
+
"name": "Tooltip",
|
|
32923
|
+
"module": "src/tooltip/tooltip.ts"
|
|
32838
32924
|
}
|
|
32839
32925
|
},
|
|
32840
32926
|
{
|
|
32841
32927
|
"kind": "field",
|
|
32842
|
-
"name": "
|
|
32928
|
+
"name": "anchor",
|
|
32843
32929
|
"type": {
|
|
32844
|
-
"text": "
|
|
32930
|
+
"text": "string"
|
|
32845
32931
|
},
|
|
32846
32932
|
"privacy": "public",
|
|
32847
|
-
"
|
|
32933
|
+
"default": "\"\"",
|
|
32934
|
+
"description": "The id of the element the tooltip is anchored to",
|
|
32848
32935
|
"inheritedFrom": {
|
|
32849
|
-
"name": "
|
|
32850
|
-
"module": "src/
|
|
32936
|
+
"name": "Tooltip",
|
|
32937
|
+
"module": "src/tooltip/tooltip.ts"
|
|
32851
32938
|
}
|
|
32852
32939
|
},
|
|
32853
32940
|
{
|
|
32854
32941
|
"kind": "method",
|
|
32855
|
-
"name": "
|
|
32942
|
+
"name": "anchorChanged",
|
|
32856
32943
|
"privacy": "private",
|
|
32857
32944
|
"return": {
|
|
32858
32945
|
"type": {
|
|
32859
32946
|
"text": "void"
|
|
32860
32947
|
}
|
|
32861
32948
|
},
|
|
32862
|
-
"parameters": [
|
|
32863
|
-
{
|
|
32864
|
-
"name": "oldValue",
|
|
32865
|
-
"type": {
|
|
32866
|
-
"text": "unknown"
|
|
32867
|
-
}
|
|
32868
|
-
},
|
|
32869
|
-
{
|
|
32870
|
-
"name": "newValue",
|
|
32871
|
-
"type": {
|
|
32872
|
-
"text": "HTMLElement[]"
|
|
32873
|
-
}
|
|
32874
|
-
}
|
|
32875
|
-
],
|
|
32876
32949
|
"inheritedFrom": {
|
|
32877
|
-
"name": "
|
|
32878
|
-
"module": "src/
|
|
32950
|
+
"name": "Tooltip",
|
|
32951
|
+
"module": "src/tooltip/tooltip.ts"
|
|
32879
32952
|
}
|
|
32880
32953
|
},
|
|
32881
32954
|
{
|
|
32882
|
-
"kind": "
|
|
32883
|
-
"name": "
|
|
32955
|
+
"kind": "field",
|
|
32956
|
+
"name": "delay",
|
|
32957
|
+
"type": {
|
|
32958
|
+
"text": "number"
|
|
32959
|
+
},
|
|
32884
32960
|
"privacy": "public",
|
|
32885
|
-
"
|
|
32886
|
-
"
|
|
32887
|
-
{
|
|
32888
|
-
"name": "el",
|
|
32889
|
-
"type": {
|
|
32890
|
-
"text": "HTMLElement"
|
|
32891
|
-
},
|
|
32892
|
-
"description": "the element to focus"
|
|
32893
|
-
}
|
|
32894
|
-
],
|
|
32895
|
-
"description": "Places document focus on a tree item",
|
|
32961
|
+
"default": "300",
|
|
32962
|
+
"description": "The delay in milliseconds before a tooltip is shown after a hover event",
|
|
32896
32963
|
"inheritedFrom": {
|
|
32897
|
-
"name": "
|
|
32898
|
-
"module": "src/
|
|
32964
|
+
"name": "Tooltip",
|
|
32965
|
+
"module": "src/tooltip/tooltip.ts"
|
|
32899
32966
|
}
|
|
32900
32967
|
},
|
|
32901
32968
|
{
|
|
32902
32969
|
"kind": "field",
|
|
32903
|
-
"name": "
|
|
32970
|
+
"name": "position",
|
|
32971
|
+
"type": {
|
|
32972
|
+
"text": "TooltipPosition"
|
|
32973
|
+
},
|
|
32904
32974
|
"privacy": "public",
|
|
32905
|
-
"description": "
|
|
32975
|
+
"description": "Controls the placement of the tooltip relative to the anchor.\nWhen the position is undefined the tooltip is placed above or below the anchor based on available space.",
|
|
32906
32976
|
"inheritedFrom": {
|
|
32907
|
-
"name": "
|
|
32908
|
-
"module": "src/
|
|
32977
|
+
"name": "Tooltip",
|
|
32978
|
+
"module": "src/tooltip/tooltip.ts"
|
|
32909
32979
|
}
|
|
32910
32980
|
},
|
|
32911
32981
|
{
|
|
32912
|
-
"kind": "
|
|
32913
|
-
"name": "
|
|
32914
|
-
"type": {
|
|
32915
|
-
"text": "ComponentPresentation | null | undefined"
|
|
32916
|
-
},
|
|
32982
|
+
"kind": "method",
|
|
32983
|
+
"name": "positionChanged",
|
|
32917
32984
|
"privacy": "private",
|
|
32918
|
-
"
|
|
32985
|
+
"return": {
|
|
32986
|
+
"type": {
|
|
32987
|
+
"text": "void"
|
|
32988
|
+
}
|
|
32989
|
+
},
|
|
32919
32990
|
"inheritedFrom": {
|
|
32920
|
-
"name": "
|
|
32921
|
-
"module": "src/
|
|
32991
|
+
"name": "Tooltip",
|
|
32992
|
+
"module": "src/tooltip/tooltip.ts"
|
|
32922
32993
|
}
|
|
32923
32994
|
},
|
|
32924
32995
|
{
|
|
32925
32996
|
"kind": "field",
|
|
32926
|
-
"name": "
|
|
32997
|
+
"name": "autoUpdateMode",
|
|
32927
32998
|
"type": {
|
|
32928
|
-
"text": "
|
|
32999
|
+
"text": "AutoUpdateMode"
|
|
32929
33000
|
},
|
|
32930
33001
|
"privacy": "public",
|
|
32931
|
-
"
|
|
33002
|
+
"default": "\"anchor\"",
|
|
33003
|
+
"description": "Controls when the tooltip updates its position, default is 'anchor' which only updates when\nthe anchor is resized. 'auto' will update on scroll/resize events.\nCorresponds to anchored-region auto-update-mode.",
|
|
32932
33004
|
"inheritedFrom": {
|
|
32933
|
-
"name": "
|
|
32934
|
-
"module": "src/
|
|
33005
|
+
"name": "Tooltip",
|
|
33006
|
+
"module": "src/tooltip/tooltip.ts"
|
|
32935
33007
|
}
|
|
32936
33008
|
},
|
|
32937
33009
|
{
|
|
32938
33010
|
"kind": "field",
|
|
32939
|
-
"name": "
|
|
33011
|
+
"name": "horizontalViewportLock",
|
|
32940
33012
|
"type": {
|
|
32941
|
-
"text": "
|
|
33013
|
+
"text": "boolean"
|
|
32942
33014
|
},
|
|
32943
33015
|
"privacy": "public",
|
|
32944
|
-
"description": "
|
|
33016
|
+
"description": "Controls if the tooltip will always remain fully in the viewport on the horizontal axis",
|
|
32945
33017
|
"inheritedFrom": {
|
|
32946
|
-
"name": "
|
|
32947
|
-
"module": "src/
|
|
33018
|
+
"name": "Tooltip",
|
|
33019
|
+
"module": "src/tooltip/tooltip.ts"
|
|
32948
33020
|
}
|
|
32949
33021
|
},
|
|
32950
33022
|
{
|
|
32951
|
-
"kind": "
|
|
32952
|
-
"name": "
|
|
32953
|
-
"
|
|
32954
|
-
|
|
32955
|
-
"type": {
|
|
32956
|
-
"text": "void"
|
|
32957
|
-
}
|
|
33023
|
+
"kind": "field",
|
|
33024
|
+
"name": "verticalViewportLock",
|
|
33025
|
+
"type": {
|
|
33026
|
+
"text": "boolean"
|
|
32958
33027
|
},
|
|
33028
|
+
"privacy": "public",
|
|
33029
|
+
"description": "Controls if the tooltip will always remain fully in the viewport on the vertical axis",
|
|
32959
33030
|
"inheritedFrom": {
|
|
32960
|
-
"name": "
|
|
32961
|
-
"module": "src/
|
|
33031
|
+
"name": "Tooltip",
|
|
33032
|
+
"module": "src/tooltip/tooltip.ts"
|
|
32962
33033
|
}
|
|
32963
33034
|
},
|
|
32964
33035
|
{
|
|
32965
33036
|
"kind": "field",
|
|
32966
|
-
"name": "
|
|
33037
|
+
"name": "anchorElement",
|
|
32967
33038
|
"type": {
|
|
32968
|
-
"text": "
|
|
33039
|
+
"text": "HTMLElement | null"
|
|
32969
33040
|
},
|
|
32970
33041
|
"privacy": "public",
|
|
32971
|
-
"
|
|
33042
|
+
"default": "null",
|
|
33043
|
+
"description": "the html element currently being used as anchor.\nSetting this directly overrides the anchor attribute.",
|
|
32972
33044
|
"inheritedFrom": {
|
|
32973
|
-
"name": "
|
|
32974
|
-
"module": "src/
|
|
33045
|
+
"name": "Tooltip",
|
|
33046
|
+
"module": "src/tooltip/tooltip.ts"
|
|
32975
33047
|
}
|
|
32976
33048
|
},
|
|
32977
33049
|
{
|
|
32978
33050
|
"kind": "method",
|
|
32979
|
-
"name": "
|
|
32980
|
-
"privacy": "
|
|
33051
|
+
"name": "anchorElementChanged",
|
|
33052
|
+
"privacy": "private",
|
|
32981
33053
|
"return": {
|
|
32982
33054
|
"type": {
|
|
32983
33055
|
"text": "void"
|
|
32984
33056
|
}
|
|
32985
33057
|
},
|
|
33058
|
+
"parameters": [
|
|
33059
|
+
{
|
|
33060
|
+
"name": "oldValue",
|
|
33061
|
+
"type": {
|
|
33062
|
+
"text": "HTMLElement | null"
|
|
33063
|
+
}
|
|
33064
|
+
}
|
|
33065
|
+
],
|
|
32986
33066
|
"inheritedFrom": {
|
|
32987
|
-
"name": "
|
|
32988
|
-
"module": "src/
|
|
33067
|
+
"name": "Tooltip",
|
|
33068
|
+
"module": "src/tooltip/tooltip.ts"
|
|
32989
33069
|
}
|
|
32990
33070
|
},
|
|
32991
33071
|
{
|
|
32992
33072
|
"kind": "method",
|
|
32993
|
-
"name": "
|
|
32994
|
-
"privacy": "
|
|
32995
|
-
"static": true,
|
|
33073
|
+
"name": "viewportElementChanged",
|
|
33074
|
+
"privacy": "private",
|
|
32996
33075
|
"return": {
|
|
32997
33076
|
"type": {
|
|
32998
|
-
"text": "
|
|
33077
|
+
"text": "void"
|
|
32999
33078
|
}
|
|
33000
33079
|
},
|
|
33001
|
-
"parameters": [
|
|
33002
|
-
{
|
|
33003
|
-
"name": "this",
|
|
33004
|
-
"type": {
|
|
33005
|
-
"text": "K"
|
|
33006
|
-
}
|
|
33007
|
-
},
|
|
33008
|
-
{
|
|
33009
|
-
"name": "elementDefinition",
|
|
33010
|
-
"type": {
|
|
33011
|
-
"text": "T"
|
|
33012
|
-
},
|
|
33013
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
33014
|
-
}
|
|
33015
|
-
],
|
|
33016
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
33017
33080
|
"inheritedFrom": {
|
|
33018
|
-
"name": "
|
|
33019
|
-
"module": "src/
|
|
33081
|
+
"name": "Tooltip",
|
|
33082
|
+
"module": "src/tooltip/tooltip.ts"
|
|
33020
33083
|
}
|
|
33021
|
-
}
|
|
33022
|
-
],
|
|
33023
|
-
"events": [
|
|
33084
|
+
},
|
|
33024
33085
|
{
|
|
33025
|
-
"
|
|
33026
|
-
"name": "
|
|
33027
|
-
"inheritedFrom": {
|
|
33028
|
-
"name": "TreeItem",
|
|
33029
|
-
"module": "src/tree-item/tree-item.ts"
|
|
33030
|
-
}
|
|
33031
|
-
},
|
|
33032
|
-
{
|
|
33033
|
-
"description": "Fires a custom 'selected-change' event when the selected state changes",
|
|
33034
|
-
"name": "selected-change",
|
|
33035
|
-
"inheritedFrom": {
|
|
33036
|
-
"name": "TreeItem",
|
|
33037
|
-
"module": "src/tree-item/tree-item.ts"
|
|
33038
|
-
}
|
|
33039
|
-
}
|
|
33040
|
-
]
|
|
33041
|
-
},
|
|
33042
|
-
{
|
|
33043
|
-
"kind": "variable",
|
|
33044
|
-
"name": "zeroTreeItem"
|
|
33045
|
-
}
|
|
33046
|
-
],
|
|
33047
|
-
"exports": [
|
|
33048
|
-
{
|
|
33049
|
-
"kind": "js",
|
|
33050
|
-
"name": "TreeItem",
|
|
33051
|
-
"declaration": {
|
|
33052
|
-
"name": "TreeItem",
|
|
33053
|
-
"module": "src/tree-item/tree-item.ts"
|
|
33054
|
-
}
|
|
33055
|
-
},
|
|
33056
|
-
{
|
|
33057
|
-
"kind": "js",
|
|
33058
|
-
"name": "zeroTreeItem",
|
|
33059
|
-
"declaration": {
|
|
33060
|
-
"name": "zeroTreeItem",
|
|
33061
|
-
"module": "src/tree-item/tree-item.ts"
|
|
33062
|
-
}
|
|
33063
|
-
}
|
|
33064
|
-
]
|
|
33065
|
-
},
|
|
33066
|
-
{
|
|
33067
|
-
"kind": "javascript-module",
|
|
33068
|
-
"path": "src/tooltip/index.ts",
|
|
33069
|
-
"declarations": [],
|
|
33070
|
-
"exports": [
|
|
33071
|
-
{
|
|
33072
|
-
"kind": "js",
|
|
33073
|
-
"name": "*",
|
|
33074
|
-
"declaration": {
|
|
33075
|
-
"name": "*",
|
|
33076
|
-
"package": "./tooltip"
|
|
33077
|
-
}
|
|
33078
|
-
},
|
|
33079
|
-
{
|
|
33080
|
-
"kind": "js",
|
|
33081
|
-
"name": "*",
|
|
33082
|
-
"declaration": {
|
|
33083
|
-
"name": "*",
|
|
33084
|
-
"package": "./tooltip.styles"
|
|
33085
|
-
}
|
|
33086
|
-
},
|
|
33087
|
-
{
|
|
33088
|
-
"kind": "js",
|
|
33089
|
-
"name": "*",
|
|
33090
|
-
"declaration": {
|
|
33091
|
-
"name": "*",
|
|
33092
|
-
"package": "./tooltip.template"
|
|
33093
|
-
}
|
|
33094
|
-
}
|
|
33095
|
-
]
|
|
33096
|
-
},
|
|
33097
|
-
{
|
|
33098
|
-
"kind": "javascript-module",
|
|
33099
|
-
"path": "src/tooltip/tooltip.stories.ts",
|
|
33100
|
-
"declarations": [
|
|
33101
|
-
{
|
|
33102
|
-
"kind": "variable",
|
|
33103
|
-
"name": "meta",
|
|
33104
|
-
"type": {
|
|
33105
|
-
"text": "Meta"
|
|
33106
|
-
},
|
|
33107
|
-
"default": "{\n title: 'Tooltip',\n component: 'zero-tooltip',\n}"
|
|
33108
|
-
},
|
|
33109
|
-
{
|
|
33110
|
-
"kind": "variable",
|
|
33111
|
-
"name": "Primary",
|
|
33112
|
-
"type": {
|
|
33113
|
-
"text": "StoryObj"
|
|
33114
|
-
},
|
|
33115
|
-
"default": "{\n render: () => html`\n <zero-button id=\"zero-btn-tooltip-anchor\">Hover me</zero-button>\n <zero-tooltip anchor=\"zero-btn-tooltip-anchor\">oh hello there!</zero-tooltip>\n <zero-badge id=\"zero-badge-tooltip-anchor\">And me too!</zero-badge>\n <zero-tooltip anchor=\"zero-badge-tooltip-anchor\">again!</zero-tooltip>\n `,\n}"
|
|
33116
|
-
}
|
|
33117
|
-
],
|
|
33118
|
-
"exports": [
|
|
33119
|
-
{
|
|
33120
|
-
"kind": "js",
|
|
33121
|
-
"name": "default",
|
|
33122
|
-
"declaration": {
|
|
33123
|
-
"name": "meta",
|
|
33124
|
-
"module": "src/tooltip/tooltip.stories.ts"
|
|
33125
|
-
}
|
|
33126
|
-
},
|
|
33127
|
-
{
|
|
33128
|
-
"kind": "js",
|
|
33129
|
-
"name": "Primary",
|
|
33130
|
-
"declaration": {
|
|
33131
|
-
"name": "Primary",
|
|
33132
|
-
"module": "src/tooltip/tooltip.stories.ts"
|
|
33133
|
-
}
|
|
33134
|
-
}
|
|
33135
|
-
]
|
|
33136
|
-
},
|
|
33137
|
-
{
|
|
33138
|
-
"kind": "javascript-module",
|
|
33139
|
-
"path": "src/tooltip/tooltip.styles.ts",
|
|
33140
|
-
"declarations": [
|
|
33141
|
-
{
|
|
33142
|
-
"kind": "function",
|
|
33143
|
-
"name": "zeroTooltipStyles",
|
|
33144
|
-
"return": {
|
|
33145
|
-
"type": {
|
|
33146
|
-
"text": "ElementStyles"
|
|
33147
|
-
}
|
|
33148
|
-
},
|
|
33149
|
-
"parameters": [
|
|
33150
|
-
{
|
|
33151
|
-
"name": "context",
|
|
33152
|
-
"type": {
|
|
33153
|
-
"text": "ElementDefinitionContext"
|
|
33154
|
-
}
|
|
33155
|
-
},
|
|
33156
|
-
{
|
|
33157
|
-
"name": "definition",
|
|
33158
|
-
"type": {
|
|
33159
|
-
"text": "FoundationElementDefinition"
|
|
33160
|
-
}
|
|
33161
|
-
}
|
|
33162
|
-
]
|
|
33163
|
-
}
|
|
33164
|
-
],
|
|
33165
|
-
"exports": [
|
|
33166
|
-
{
|
|
33167
|
-
"kind": "js",
|
|
33168
|
-
"name": "zeroTooltipStyles",
|
|
33169
|
-
"declaration": {
|
|
33170
|
-
"name": "zeroTooltipStyles",
|
|
33171
|
-
"module": "src/tooltip/tooltip.styles.ts"
|
|
33172
|
-
}
|
|
33173
|
-
}
|
|
33174
|
-
]
|
|
33175
|
-
},
|
|
33176
|
-
{
|
|
33177
|
-
"kind": "javascript-module",
|
|
33178
|
-
"path": "src/tooltip/tooltip.template.ts",
|
|
33179
|
-
"declarations": [
|
|
33180
|
-
{
|
|
33181
|
-
"kind": "function",
|
|
33182
|
-
"name": "zeroTooltipTemplate",
|
|
33183
|
-
"return": {
|
|
33184
|
-
"type": {
|
|
33185
|
-
"text": "ViewTemplate<Tooltip>"
|
|
33186
|
-
}
|
|
33187
|
-
},
|
|
33188
|
-
"parameters": [
|
|
33189
|
-
{
|
|
33190
|
-
"name": "context",
|
|
33191
|
-
"type": {
|
|
33192
|
-
"text": "ElementDefinitionContext"
|
|
33193
|
-
}
|
|
33194
|
-
},
|
|
33195
|
-
{
|
|
33196
|
-
"name": "definition",
|
|
33197
|
-
"type": {
|
|
33198
|
-
"text": "FoundationElementDefinition"
|
|
33199
|
-
}
|
|
33200
|
-
}
|
|
33201
|
-
]
|
|
33202
|
-
}
|
|
33203
|
-
],
|
|
33204
|
-
"exports": [
|
|
33205
|
-
{
|
|
33206
|
-
"kind": "js",
|
|
33207
|
-
"name": "zeroTooltipTemplate",
|
|
33208
|
-
"declaration": {
|
|
33209
|
-
"name": "zeroTooltipTemplate",
|
|
33210
|
-
"module": "src/tooltip/tooltip.template.ts"
|
|
33211
|
-
}
|
|
33212
|
-
}
|
|
33213
|
-
]
|
|
33214
|
-
},
|
|
33215
|
-
{
|
|
33216
|
-
"kind": "javascript-module",
|
|
33217
|
-
"path": "src/tooltip/tooltip.ts",
|
|
33218
|
-
"declarations": [
|
|
33219
|
-
{
|
|
33220
|
-
"kind": "class",
|
|
33221
|
-
"description": "",
|
|
33222
|
-
"name": "Tooltip",
|
|
33223
|
-
"superclass": {
|
|
33224
|
-
"name": "FoundationTooltip",
|
|
33225
|
-
"package": "@genesislcap/foundation-ui"
|
|
33226
|
-
},
|
|
33227
|
-
"tagName": "%%prefix%%-tooltip",
|
|
33228
|
-
"customElement": true,
|
|
33229
|
-
"attributes": [
|
|
33230
|
-
{
|
|
33231
|
-
"type": {
|
|
33232
|
-
"text": "boolean"
|
|
33233
|
-
},
|
|
33234
|
-
"description": "Whether the tooltip is visible or not.\nIf undefined tooltip is shown when anchor element is hovered",
|
|
33235
|
-
"fieldName": "visible",
|
|
33236
|
-
"inheritedFrom": {
|
|
33237
|
-
"name": "Tooltip",
|
|
33238
|
-
"module": "src/tooltip/tooltip.ts"
|
|
33239
|
-
}
|
|
33240
|
-
},
|
|
33241
|
-
{
|
|
33242
|
-
"name": "anchor",
|
|
33243
|
-
"type": {
|
|
33244
|
-
"text": "string"
|
|
33245
|
-
},
|
|
33246
|
-
"default": "\"\"",
|
|
33247
|
-
"description": "The id of the element the tooltip is anchored to",
|
|
33248
|
-
"fieldName": "anchor",
|
|
33249
|
-
"inheritedFrom": {
|
|
33250
|
-
"name": "Tooltip",
|
|
33251
|
-
"module": "src/tooltip/tooltip.ts"
|
|
33252
|
-
}
|
|
33253
|
-
},
|
|
33254
|
-
{
|
|
33255
|
-
"name": "delay",
|
|
33256
|
-
"type": {
|
|
33257
|
-
"text": "number"
|
|
33258
|
-
},
|
|
33259
|
-
"default": "300",
|
|
33260
|
-
"description": "The delay in milliseconds before a tooltip is shown after a hover event",
|
|
33261
|
-
"fieldName": "delay",
|
|
33262
|
-
"inheritedFrom": {
|
|
33263
|
-
"name": "Tooltip",
|
|
33264
|
-
"module": "src/tooltip/tooltip.ts"
|
|
33265
|
-
}
|
|
33266
|
-
},
|
|
33267
|
-
{
|
|
33268
|
-
"name": "position",
|
|
33086
|
+
"kind": "field",
|
|
33087
|
+
"name": "showDelayTimer",
|
|
33269
33088
|
"type": {
|
|
33270
|
-
"text": "
|
|
33089
|
+
"text": "number | null"
|
|
33271
33090
|
},
|
|
33272
|
-
"
|
|
33273
|
-
"
|
|
33091
|
+
"privacy": "private",
|
|
33092
|
+
"default": "null",
|
|
33093
|
+
"description": "The timer that tracks delay time before the tooltip is shown on hover",
|
|
33274
33094
|
"inheritedFrom": {
|
|
33275
33095
|
"name": "Tooltip",
|
|
33276
33096
|
"module": "src/tooltip/tooltip.ts"
|
|
33277
33097
|
}
|
|
33278
33098
|
},
|
|
33279
33099
|
{
|
|
33280
|
-
"
|
|
33100
|
+
"kind": "field",
|
|
33101
|
+
"name": "hideDelayTimer",
|
|
33281
33102
|
"type": {
|
|
33282
|
-
"text": "
|
|
33103
|
+
"text": "number | null"
|
|
33283
33104
|
},
|
|
33284
|
-
"
|
|
33285
|
-
"
|
|
33286
|
-
"
|
|
33105
|
+
"privacy": "private",
|
|
33106
|
+
"default": "null",
|
|
33107
|
+
"description": "The timer that tracks delay time before the tooltip is hidden",
|
|
33287
33108
|
"inheritedFrom": {
|
|
33288
33109
|
"name": "Tooltip",
|
|
33289
33110
|
"module": "src/tooltip/tooltip.ts"
|
|
33290
33111
|
}
|
|
33291
33112
|
},
|
|
33292
33113
|
{
|
|
33293
|
-
"
|
|
33114
|
+
"kind": "field",
|
|
33115
|
+
"name": "isAnchorHoveredFocused",
|
|
33294
33116
|
"type": {
|
|
33295
33117
|
"text": "boolean"
|
|
33296
33118
|
},
|
|
33297
|
-
"
|
|
33298
|
-
"
|
|
33119
|
+
"privacy": "private",
|
|
33120
|
+
"default": "false",
|
|
33121
|
+
"description": "Indicates whether the anchor is currently being hovered or has focus",
|
|
33299
33122
|
"inheritedFrom": {
|
|
33300
33123
|
"name": "Tooltip",
|
|
33301
33124
|
"module": "src/tooltip/tooltip.ts"
|
|
33302
33125
|
}
|
|
33303
33126
|
},
|
|
33304
|
-
{
|
|
33305
|
-
"name": "vertical-viewport-lock",
|
|
33306
|
-
"type": {
|
|
33307
|
-
"text": "boolean"
|
|
33308
|
-
},
|
|
33309
|
-
"description": "Controls if the tooltip will always remain fully in the viewport on the vertical axis",
|
|
33310
|
-
"fieldName": "verticalViewportLock",
|
|
33311
|
-
"inheritedFrom": {
|
|
33312
|
-
"name": "Tooltip",
|
|
33313
|
-
"module": "src/tooltip/tooltip.ts"
|
|
33314
|
-
}
|
|
33315
|
-
}
|
|
33316
|
-
],
|
|
33317
|
-
"members": [
|
|
33318
33127
|
{
|
|
33319
33128
|
"kind": "field",
|
|
33320
|
-
"name": "
|
|
33129
|
+
"name": "isRegionHovered",
|
|
33321
33130
|
"type": {
|
|
33322
33131
|
"text": "boolean"
|
|
33323
33132
|
},
|
|
33324
|
-
"privacy": "public",
|
|
33325
|
-
"description": "Whether the tooltip is visible or not.\nIf undefined tooltip is shown when anchor element is hovered",
|
|
33326
|
-
"inheritedFrom": {
|
|
33327
|
-
"name": "Tooltip",
|
|
33328
|
-
"module": "src/tooltip/tooltip.ts"
|
|
33329
|
-
}
|
|
33330
|
-
},
|
|
33331
|
-
{
|
|
33332
|
-
"kind": "method",
|
|
33333
|
-
"name": "visibleChanged",
|
|
33334
33133
|
"privacy": "private",
|
|
33335
|
-
"
|
|
33336
|
-
|
|
33337
|
-
"text": "void"
|
|
33338
|
-
}
|
|
33339
|
-
},
|
|
33134
|
+
"default": "false",
|
|
33135
|
+
"description": "Indicates whether the region is currently being hovered",
|
|
33340
33136
|
"inheritedFrom": {
|
|
33341
33137
|
"name": "Tooltip",
|
|
33342
33138
|
"module": "src/tooltip/tooltip.ts"
|
|
@@ -33344,27 +33140,19 @@
|
|
|
33344
33140
|
},
|
|
33345
33141
|
{
|
|
33346
33142
|
"kind": "field",
|
|
33347
|
-
"name": "
|
|
33348
|
-
"
|
|
33349
|
-
|
|
33350
|
-
},
|
|
33351
|
-
"privacy": "public",
|
|
33352
|
-
"default": "\"\"",
|
|
33353
|
-
"description": "The id of the element the tooltip is anchored to",
|
|
33143
|
+
"name": "handleRegionMouseOver",
|
|
33144
|
+
"privacy": "private",
|
|
33145
|
+
"description": "mouse enters region",
|
|
33354
33146
|
"inheritedFrom": {
|
|
33355
33147
|
"name": "Tooltip",
|
|
33356
33148
|
"module": "src/tooltip/tooltip.ts"
|
|
33357
33149
|
}
|
|
33358
33150
|
},
|
|
33359
33151
|
{
|
|
33360
|
-
"kind": "
|
|
33361
|
-
"name": "
|
|
33152
|
+
"kind": "field",
|
|
33153
|
+
"name": "handleRegionMouseOut",
|
|
33362
33154
|
"privacy": "private",
|
|
33363
|
-
"
|
|
33364
|
-
"type": {
|
|
33365
|
-
"text": "void"
|
|
33366
|
-
}
|
|
33367
|
-
},
|
|
33155
|
+
"description": "mouse leaves region",
|
|
33368
33156
|
"inheritedFrom": {
|
|
33369
33157
|
"name": "Tooltip",
|
|
33370
33158
|
"module": "src/tooltip/tooltip.ts"
|
|
@@ -33372,13 +33160,9 @@
|
|
|
33372
33160
|
},
|
|
33373
33161
|
{
|
|
33374
33162
|
"kind": "field",
|
|
33375
|
-
"name": "
|
|
33376
|
-
"
|
|
33377
|
-
|
|
33378
|
-
},
|
|
33379
|
-
"privacy": "public",
|
|
33380
|
-
"default": "300",
|
|
33381
|
-
"description": "The delay in milliseconds before a tooltip is shown after a hover event",
|
|
33163
|
+
"name": "handleAnchorMouseOver",
|
|
33164
|
+
"privacy": "private",
|
|
33165
|
+
"description": "mouse enters anchor",
|
|
33382
33166
|
"inheritedFrom": {
|
|
33383
33167
|
"name": "Tooltip",
|
|
33384
33168
|
"module": "src/tooltip/tooltip.ts"
|
|
@@ -33386,26 +33170,19 @@
|
|
|
33386
33170
|
},
|
|
33387
33171
|
{
|
|
33388
33172
|
"kind": "field",
|
|
33389
|
-
"name": "
|
|
33390
|
-
"
|
|
33391
|
-
|
|
33392
|
-
},
|
|
33393
|
-
"privacy": "public",
|
|
33394
|
-
"description": "Controls the placement of the tooltip relative to the anchor.\nWhen the position is undefined the tooltip is placed above or below the anchor based on available space.",
|
|
33173
|
+
"name": "handleAnchorMouseOut",
|
|
33174
|
+
"privacy": "private",
|
|
33175
|
+
"description": "mouse leaves anchor",
|
|
33395
33176
|
"inheritedFrom": {
|
|
33396
33177
|
"name": "Tooltip",
|
|
33397
33178
|
"module": "src/tooltip/tooltip.ts"
|
|
33398
33179
|
}
|
|
33399
33180
|
},
|
|
33400
33181
|
{
|
|
33401
|
-
"kind": "
|
|
33402
|
-
"name": "
|
|
33182
|
+
"kind": "field",
|
|
33183
|
+
"name": "handleAnchorFocusIn",
|
|
33403
33184
|
"privacy": "private",
|
|
33404
|
-
"
|
|
33405
|
-
"type": {
|
|
33406
|
-
"text": "void"
|
|
33407
|
-
}
|
|
33408
|
-
},
|
|
33185
|
+
"description": "anchor gets focus",
|
|
33409
33186
|
"inheritedFrom": {
|
|
33410
33187
|
"name": "Tooltip",
|
|
33411
33188
|
"module": "src/tooltip/tooltip.ts"
|
|
@@ -33413,13 +33190,9 @@
|
|
|
33413
33190
|
},
|
|
33414
33191
|
{
|
|
33415
33192
|
"kind": "field",
|
|
33416
|
-
"name": "
|
|
33417
|
-
"
|
|
33418
|
-
|
|
33419
|
-
},
|
|
33420
|
-
"privacy": "public",
|
|
33421
|
-
"default": "\"anchor\"",
|
|
33422
|
-
"description": "Controls when the tooltip updates its position, default is 'anchor' which only updates when\nthe anchor is resized. 'auto' will update on scroll/resize events.\nCorresponds to anchored-region auto-update-mode.",
|
|
33193
|
+
"name": "handleAnchorFocusOut",
|
|
33194
|
+
"privacy": "private",
|
|
33195
|
+
"description": "anchor loses focus",
|
|
33423
33196
|
"inheritedFrom": {
|
|
33424
33197
|
"name": "Tooltip",
|
|
33425
33198
|
"module": "src/tooltip/tooltip.ts"
|
|
@@ -33427,12 +33200,9 @@
|
|
|
33427
33200
|
},
|
|
33428
33201
|
{
|
|
33429
33202
|
"kind": "field",
|
|
33430
|
-
"name": "
|
|
33431
|
-
"
|
|
33432
|
-
|
|
33433
|
-
},
|
|
33434
|
-
"privacy": "public",
|
|
33435
|
-
"description": "Controls if the tooltip will always remain fully in the viewport on the horizontal axis",
|
|
33203
|
+
"name": "startHideDelayTimer",
|
|
33204
|
+
"privacy": "private",
|
|
33205
|
+
"description": "starts the hide timer",
|
|
33436
33206
|
"inheritedFrom": {
|
|
33437
33207
|
"name": "Tooltip",
|
|
33438
33208
|
"module": "src/tooltip/tooltip.ts"
|
|
@@ -33440,12 +33210,9 @@
|
|
|
33440
33210
|
},
|
|
33441
33211
|
{
|
|
33442
33212
|
"kind": "field",
|
|
33443
|
-
"name": "
|
|
33444
|
-
"
|
|
33445
|
-
|
|
33446
|
-
},
|
|
33447
|
-
"privacy": "public",
|
|
33448
|
-
"description": "Controls if the tooltip will always remain fully in the viewport on the vertical axis",
|
|
33213
|
+
"name": "clearHideDelayTimer",
|
|
33214
|
+
"privacy": "private",
|
|
33215
|
+
"description": "clears the hide delay",
|
|
33449
33216
|
"inheritedFrom": {
|
|
33450
33217
|
"name": "Tooltip",
|
|
33451
33218
|
"module": "src/tooltip/tooltip.ts"
|
|
@@ -33453,35 +33220,29 @@
|
|
|
33453
33220
|
},
|
|
33454
33221
|
{
|
|
33455
33222
|
"kind": "field",
|
|
33456
|
-
"name": "
|
|
33457
|
-
"
|
|
33458
|
-
|
|
33459
|
-
},
|
|
33460
|
-
"privacy": "public",
|
|
33461
|
-
"default": "null",
|
|
33462
|
-
"description": "the html element currently being used as anchor.\nSetting this directly overrides the anchor attribute.",
|
|
33223
|
+
"name": "startShowDelayTimer",
|
|
33224
|
+
"privacy": "private",
|
|
33225
|
+
"description": "starts the show timer if not currently running",
|
|
33463
33226
|
"inheritedFrom": {
|
|
33464
33227
|
"name": "Tooltip",
|
|
33465
33228
|
"module": "src/tooltip/tooltip.ts"
|
|
33466
33229
|
}
|
|
33467
33230
|
},
|
|
33468
33231
|
{
|
|
33469
|
-
"kind": "
|
|
33470
|
-
"name": "
|
|
33232
|
+
"kind": "field",
|
|
33233
|
+
"name": "startHover",
|
|
33471
33234
|
"privacy": "private",
|
|
33472
|
-
"
|
|
33473
|
-
|
|
33474
|
-
|
|
33475
|
-
|
|
33476
|
-
}
|
|
33477
|
-
|
|
33478
|
-
|
|
33479
|
-
|
|
33480
|
-
|
|
33481
|
-
|
|
33482
|
-
|
|
33483
|
-
}
|
|
33484
|
-
],
|
|
33235
|
+
"description": "start hover",
|
|
33236
|
+
"inheritedFrom": {
|
|
33237
|
+
"name": "Tooltip",
|
|
33238
|
+
"module": "src/tooltip/tooltip.ts"
|
|
33239
|
+
}
|
|
33240
|
+
},
|
|
33241
|
+
{
|
|
33242
|
+
"kind": "field",
|
|
33243
|
+
"name": "clearShowDelayTimer",
|
|
33244
|
+
"privacy": "private",
|
|
33245
|
+
"description": "clears the show delay",
|
|
33485
33246
|
"inheritedFrom": {
|
|
33486
33247
|
"name": "Tooltip",
|
|
33487
33248
|
"module": "src/tooltip/tooltip.ts"
|
|
@@ -33489,13 +33250,14 @@
|
|
|
33489
33250
|
},
|
|
33490
33251
|
{
|
|
33491
33252
|
"kind": "method",
|
|
33492
|
-
"name": "
|
|
33253
|
+
"name": "updateLayout",
|
|
33493
33254
|
"privacy": "private",
|
|
33494
33255
|
"return": {
|
|
33495
33256
|
"type": {
|
|
33496
33257
|
"text": "void"
|
|
33497
33258
|
}
|
|
33498
33259
|
},
|
|
33260
|
+
"description": "updated the properties being passed to the anchored region",
|
|
33499
33261
|
"inheritedFrom": {
|
|
33500
33262
|
"name": "Tooltip",
|
|
33501
33263
|
"module": "src/tooltip/tooltip.ts"
|
|
@@ -33503,13 +33265,9 @@
|
|
|
33503
33265
|
},
|
|
33504
33266
|
{
|
|
33505
33267
|
"kind": "field",
|
|
33506
|
-
"name": "
|
|
33507
|
-
"type": {
|
|
33508
|
-
"text": "number | null"
|
|
33509
|
-
},
|
|
33268
|
+
"name": "getAnchor",
|
|
33510
33269
|
"privacy": "private",
|
|
33511
|
-
"
|
|
33512
|
-
"description": "The timer that tracks delay time before the tooltip is shown on hover",
|
|
33270
|
+
"description": "Gets the anchor element by id",
|
|
33513
33271
|
"inheritedFrom": {
|
|
33514
33272
|
"name": "Tooltip",
|
|
33515
33273
|
"module": "src/tooltip/tooltip.ts"
|
|
@@ -33517,13 +33275,9 @@
|
|
|
33517
33275
|
},
|
|
33518
33276
|
{
|
|
33519
33277
|
"kind": "field",
|
|
33520
|
-
"name": "
|
|
33521
|
-
"type": {
|
|
33522
|
-
"text": "number | null"
|
|
33523
|
-
},
|
|
33278
|
+
"name": "handleDocumentKeydown",
|
|
33524
33279
|
"privacy": "private",
|
|
33525
|
-
"
|
|
33526
|
-
"description": "The timer that tracks delay time before the tooltip is hidden",
|
|
33280
|
+
"description": "handles key down events to check for dismiss",
|
|
33527
33281
|
"inheritedFrom": {
|
|
33528
33282
|
"name": "Tooltip",
|
|
33529
33283
|
"module": "src/tooltip/tooltip.ts"
|
|
@@ -33531,13 +33285,9 @@
|
|
|
33531
33285
|
},
|
|
33532
33286
|
{
|
|
33533
33287
|
"kind": "field",
|
|
33534
|
-
"name": "
|
|
33535
|
-
"type": {
|
|
33536
|
-
"text": "boolean"
|
|
33537
|
-
},
|
|
33288
|
+
"name": "updateTooltipVisibility",
|
|
33538
33289
|
"privacy": "private",
|
|
33539
|
-
"
|
|
33540
|
-
"description": "Indicates whether the anchor is currently being hovered or has focus",
|
|
33290
|
+
"description": "determines whether to show or hide the tooltip based on current state",
|
|
33541
33291
|
"inheritedFrom": {
|
|
33542
33292
|
"name": "Tooltip",
|
|
33543
33293
|
"module": "src/tooltip/tooltip.ts"
|
|
@@ -33545,13 +33295,9 @@
|
|
|
33545
33295
|
},
|
|
33546
33296
|
{
|
|
33547
33297
|
"kind": "field",
|
|
33548
|
-
"name": "
|
|
33549
|
-
"type": {
|
|
33550
|
-
"text": "boolean"
|
|
33551
|
-
},
|
|
33298
|
+
"name": "showTooltip",
|
|
33552
33299
|
"privacy": "private",
|
|
33553
|
-
"
|
|
33554
|
-
"description": "Indicates whether the region is currently being hovered",
|
|
33300
|
+
"description": "shows the tooltip",
|
|
33555
33301
|
"inheritedFrom": {
|
|
33556
33302
|
"name": "Tooltip",
|
|
33557
33303
|
"module": "src/tooltip/tooltip.ts"
|
|
@@ -33559,9 +33305,9 @@
|
|
|
33559
33305
|
},
|
|
33560
33306
|
{
|
|
33561
33307
|
"kind": "field",
|
|
33562
|
-
"name": "
|
|
33308
|
+
"name": "hideTooltip",
|
|
33563
33309
|
"privacy": "private",
|
|
33564
|
-
"description": "
|
|
33310
|
+
"description": "hides the tooltip",
|
|
33565
33311
|
"inheritedFrom": {
|
|
33566
33312
|
"name": "Tooltip",
|
|
33567
33313
|
"module": "src/tooltip/tooltip.ts"
|
|
@@ -33569,9 +33315,9 @@
|
|
|
33569
33315
|
},
|
|
33570
33316
|
{
|
|
33571
33317
|
"kind": "field",
|
|
33572
|
-
"name": "
|
|
33318
|
+
"name": "setRegionProps",
|
|
33573
33319
|
"privacy": "private",
|
|
33574
|
-
"description": "
|
|
33320
|
+
"description": "updates the tooltip anchored region props after it has been\nadded to the DOM",
|
|
33575
33321
|
"inheritedFrom": {
|
|
33576
33322
|
"name": "Tooltip",
|
|
33577
33323
|
"module": "src/tooltip/tooltip.ts"
|
|
@@ -33579,9 +33325,12 @@
|
|
|
33579
33325
|
},
|
|
33580
33326
|
{
|
|
33581
33327
|
"kind": "field",
|
|
33582
|
-
"name": "
|
|
33328
|
+
"name": "_presentation",
|
|
33329
|
+
"type": {
|
|
33330
|
+
"text": "ComponentPresentation | null | undefined"
|
|
33331
|
+
},
|
|
33583
33332
|
"privacy": "private",
|
|
33584
|
-
"
|
|
33333
|
+
"default": "void 0",
|
|
33585
33334
|
"inheritedFrom": {
|
|
33586
33335
|
"name": "Tooltip",
|
|
33587
33336
|
"module": "src/tooltip/tooltip.ts"
|
|
@@ -33589,9 +33338,12 @@
|
|
|
33589
33338
|
},
|
|
33590
33339
|
{
|
|
33591
33340
|
"kind": "field",
|
|
33592
|
-
"name": "
|
|
33593
|
-
"
|
|
33594
|
-
|
|
33341
|
+
"name": "$presentation",
|
|
33342
|
+
"type": {
|
|
33343
|
+
"text": "ComponentPresentation | null"
|
|
33344
|
+
},
|
|
33345
|
+
"privacy": "public",
|
|
33346
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
33595
33347
|
"inheritedFrom": {
|
|
33596
33348
|
"name": "Tooltip",
|
|
33597
33349
|
"module": "src/tooltip/tooltip.ts"
|
|
@@ -33599,19 +33351,26 @@
|
|
|
33599
33351
|
},
|
|
33600
33352
|
{
|
|
33601
33353
|
"kind": "field",
|
|
33602
|
-
"name": "
|
|
33603
|
-
"
|
|
33604
|
-
|
|
33354
|
+
"name": "template",
|
|
33355
|
+
"type": {
|
|
33356
|
+
"text": "ElementViewTemplate | void | null"
|
|
33357
|
+
},
|
|
33358
|
+
"privacy": "public",
|
|
33359
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
33605
33360
|
"inheritedFrom": {
|
|
33606
33361
|
"name": "Tooltip",
|
|
33607
33362
|
"module": "src/tooltip/tooltip.ts"
|
|
33608
33363
|
}
|
|
33609
33364
|
},
|
|
33610
33365
|
{
|
|
33611
|
-
"kind": "
|
|
33612
|
-
"name": "
|
|
33613
|
-
"privacy": "
|
|
33614
|
-
"
|
|
33366
|
+
"kind": "method",
|
|
33367
|
+
"name": "templateChanged",
|
|
33368
|
+
"privacy": "protected",
|
|
33369
|
+
"return": {
|
|
33370
|
+
"type": {
|
|
33371
|
+
"text": "void"
|
|
33372
|
+
}
|
|
33373
|
+
},
|
|
33615
33374
|
"inheritedFrom": {
|
|
33616
33375
|
"name": "Tooltip",
|
|
33617
33376
|
"module": "src/tooltip/tooltip.ts"
|
|
@@ -33619,127 +33378,360 @@
|
|
|
33619
33378
|
},
|
|
33620
33379
|
{
|
|
33621
33380
|
"kind": "field",
|
|
33622
|
-
"name": "
|
|
33623
|
-
"
|
|
33624
|
-
|
|
33381
|
+
"name": "styles",
|
|
33382
|
+
"type": {
|
|
33383
|
+
"text": "ElementStyles | void | null"
|
|
33384
|
+
},
|
|
33385
|
+
"privacy": "public",
|
|
33386
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
33387
|
+
"inheritedFrom": {
|
|
33388
|
+
"name": "Tooltip",
|
|
33389
|
+
"module": "src/tooltip/tooltip.ts"
|
|
33390
|
+
}
|
|
33391
|
+
},
|
|
33392
|
+
{
|
|
33393
|
+
"kind": "method",
|
|
33394
|
+
"name": "stylesChanged",
|
|
33395
|
+
"privacy": "protected",
|
|
33396
|
+
"return": {
|
|
33397
|
+
"type": {
|
|
33398
|
+
"text": "void"
|
|
33399
|
+
}
|
|
33400
|
+
},
|
|
33401
|
+
"inheritedFrom": {
|
|
33402
|
+
"name": "Tooltip",
|
|
33403
|
+
"module": "src/tooltip/tooltip.ts"
|
|
33404
|
+
}
|
|
33405
|
+
},
|
|
33406
|
+
{
|
|
33407
|
+
"kind": "method",
|
|
33408
|
+
"name": "compose",
|
|
33409
|
+
"privacy": "public",
|
|
33410
|
+
"static": true,
|
|
33411
|
+
"return": {
|
|
33412
|
+
"type": {
|
|
33413
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
33414
|
+
}
|
|
33415
|
+
},
|
|
33416
|
+
"parameters": [
|
|
33417
|
+
{
|
|
33418
|
+
"name": "this",
|
|
33419
|
+
"type": {
|
|
33420
|
+
"text": "K"
|
|
33421
|
+
}
|
|
33422
|
+
},
|
|
33423
|
+
{
|
|
33424
|
+
"name": "elementDefinition",
|
|
33425
|
+
"type": {
|
|
33426
|
+
"text": "T"
|
|
33427
|
+
},
|
|
33428
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
33429
|
+
}
|
|
33430
|
+
],
|
|
33431
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
33432
|
+
"inheritedFrom": {
|
|
33433
|
+
"name": "Tooltip",
|
|
33434
|
+
"module": "src/tooltip/tooltip.ts"
|
|
33435
|
+
}
|
|
33436
|
+
}
|
|
33437
|
+
],
|
|
33438
|
+
"events": [
|
|
33439
|
+
{
|
|
33440
|
+
"description": "Fires a custom 'dismiss' event when the tooltip is visible and escape key is pressed",
|
|
33441
|
+
"name": "dismiss",
|
|
33625
33442
|
"inheritedFrom": {
|
|
33626
33443
|
"name": "Tooltip",
|
|
33627
33444
|
"module": "src/tooltip/tooltip.ts"
|
|
33628
33445
|
}
|
|
33446
|
+
}
|
|
33447
|
+
]
|
|
33448
|
+
},
|
|
33449
|
+
{
|
|
33450
|
+
"kind": "variable",
|
|
33451
|
+
"name": "zeroTooltip"
|
|
33452
|
+
}
|
|
33453
|
+
],
|
|
33454
|
+
"exports": [
|
|
33455
|
+
{
|
|
33456
|
+
"kind": "js",
|
|
33457
|
+
"name": "Tooltip",
|
|
33458
|
+
"declaration": {
|
|
33459
|
+
"name": "Tooltip",
|
|
33460
|
+
"module": "src/tooltip/tooltip.ts"
|
|
33461
|
+
}
|
|
33462
|
+
},
|
|
33463
|
+
{
|
|
33464
|
+
"kind": "js",
|
|
33465
|
+
"name": "zeroTooltip",
|
|
33466
|
+
"declaration": {
|
|
33467
|
+
"name": "zeroTooltip",
|
|
33468
|
+
"module": "src/tooltip/tooltip.ts"
|
|
33469
|
+
}
|
|
33470
|
+
}
|
|
33471
|
+
]
|
|
33472
|
+
},
|
|
33473
|
+
{
|
|
33474
|
+
"kind": "javascript-module",
|
|
33475
|
+
"path": "src/tree-item/index.ts",
|
|
33476
|
+
"declarations": [],
|
|
33477
|
+
"exports": [
|
|
33478
|
+
{
|
|
33479
|
+
"kind": "js",
|
|
33480
|
+
"name": "*",
|
|
33481
|
+
"declaration": {
|
|
33482
|
+
"name": "*",
|
|
33483
|
+
"package": "./tree-item.template"
|
|
33484
|
+
}
|
|
33485
|
+
},
|
|
33486
|
+
{
|
|
33487
|
+
"kind": "js",
|
|
33488
|
+
"name": "*",
|
|
33489
|
+
"declaration": {
|
|
33490
|
+
"name": "*",
|
|
33491
|
+
"package": "./tree-item.styles"
|
|
33492
|
+
}
|
|
33493
|
+
},
|
|
33494
|
+
{
|
|
33495
|
+
"kind": "js",
|
|
33496
|
+
"name": "*",
|
|
33497
|
+
"declaration": {
|
|
33498
|
+
"name": "*",
|
|
33499
|
+
"package": "./tree-item"
|
|
33500
|
+
}
|
|
33501
|
+
}
|
|
33502
|
+
]
|
|
33503
|
+
},
|
|
33504
|
+
{
|
|
33505
|
+
"kind": "javascript-module",
|
|
33506
|
+
"path": "src/tree-item/tree-item.styles.ts",
|
|
33507
|
+
"declarations": [
|
|
33508
|
+
{
|
|
33509
|
+
"kind": "function",
|
|
33510
|
+
"name": "zeroTreeItemStyles",
|
|
33511
|
+
"return": {
|
|
33512
|
+
"type": {
|
|
33513
|
+
"text": "ElementStyles"
|
|
33514
|
+
}
|
|
33515
|
+
},
|
|
33516
|
+
"parameters": [
|
|
33517
|
+
{
|
|
33518
|
+
"name": "context",
|
|
33519
|
+
"type": {
|
|
33520
|
+
"text": "ElementDefinitionContext"
|
|
33521
|
+
}
|
|
33629
33522
|
},
|
|
33630
33523
|
{
|
|
33631
|
-
"
|
|
33632
|
-
"
|
|
33633
|
-
|
|
33634
|
-
|
|
33635
|
-
|
|
33636
|
-
|
|
33637
|
-
|
|
33524
|
+
"name": "definition",
|
|
33525
|
+
"type": {
|
|
33526
|
+
"text": "FoundationElementDefinition"
|
|
33527
|
+
}
|
|
33528
|
+
}
|
|
33529
|
+
]
|
|
33530
|
+
}
|
|
33531
|
+
],
|
|
33532
|
+
"exports": [
|
|
33533
|
+
{
|
|
33534
|
+
"kind": "js",
|
|
33535
|
+
"name": "zeroTreeItemStyles",
|
|
33536
|
+
"declaration": {
|
|
33537
|
+
"name": "zeroTreeItemStyles",
|
|
33538
|
+
"module": "src/tree-item/tree-item.styles.ts"
|
|
33539
|
+
}
|
|
33540
|
+
}
|
|
33541
|
+
]
|
|
33542
|
+
},
|
|
33543
|
+
{
|
|
33544
|
+
"kind": "javascript-module",
|
|
33545
|
+
"path": "src/tree-item/tree-item.template.ts",
|
|
33546
|
+
"declarations": [
|
|
33547
|
+
{
|
|
33548
|
+
"kind": "function",
|
|
33549
|
+
"name": "zeroTreeItemTemplate",
|
|
33550
|
+
"return": {
|
|
33551
|
+
"type": {
|
|
33552
|
+
"text": "ViewTemplate<TreeItem>"
|
|
33553
|
+
}
|
|
33554
|
+
},
|
|
33555
|
+
"parameters": [
|
|
33556
|
+
{
|
|
33557
|
+
"name": "context",
|
|
33558
|
+
"type": {
|
|
33559
|
+
"text": "ElementDefinitionContext"
|
|
33638
33560
|
}
|
|
33639
33561
|
},
|
|
33640
33562
|
{
|
|
33641
|
-
"
|
|
33642
|
-
"
|
|
33643
|
-
|
|
33644
|
-
"description": "starts the show timer if not currently running",
|
|
33645
|
-
"inheritedFrom": {
|
|
33646
|
-
"name": "Tooltip",
|
|
33647
|
-
"module": "src/tooltip/tooltip.ts"
|
|
33563
|
+
"name": "definition",
|
|
33564
|
+
"type": {
|
|
33565
|
+
"text": "FoundationElementDefinition"
|
|
33648
33566
|
}
|
|
33649
|
-
}
|
|
33567
|
+
}
|
|
33568
|
+
]
|
|
33569
|
+
}
|
|
33570
|
+
],
|
|
33571
|
+
"exports": [
|
|
33572
|
+
{
|
|
33573
|
+
"kind": "js",
|
|
33574
|
+
"name": "zeroTreeItemTemplate",
|
|
33575
|
+
"declaration": {
|
|
33576
|
+
"name": "zeroTreeItemTemplate",
|
|
33577
|
+
"module": "src/tree-item/tree-item.template.ts"
|
|
33578
|
+
}
|
|
33579
|
+
}
|
|
33580
|
+
]
|
|
33581
|
+
},
|
|
33582
|
+
{
|
|
33583
|
+
"kind": "javascript-module",
|
|
33584
|
+
"path": "src/tree-item/tree-item.ts",
|
|
33585
|
+
"declarations": [
|
|
33586
|
+
{
|
|
33587
|
+
"kind": "class",
|
|
33588
|
+
"description": "",
|
|
33589
|
+
"name": "TreeItem",
|
|
33590
|
+
"superclass": {
|
|
33591
|
+
"name": "FoundationTreeItem",
|
|
33592
|
+
"package": "@genesislcap/foundation-ui"
|
|
33593
|
+
},
|
|
33594
|
+
"tagName": "%%prefix%%-tree-item",
|
|
33595
|
+
"customElement": true,
|
|
33596
|
+
"attributes": [
|
|
33650
33597
|
{
|
|
33651
|
-
"
|
|
33652
|
-
|
|
33653
|
-
|
|
33654
|
-
"description": "
|
|
33598
|
+
"type": {
|
|
33599
|
+
"text": "boolean"
|
|
33600
|
+
},
|
|
33601
|
+
"description": "When true, the control will be appear expanded by user interaction.",
|
|
33602
|
+
"fieldName": "expanded",
|
|
33603
|
+
"default": "false",
|
|
33655
33604
|
"inheritedFrom": {
|
|
33656
|
-
"name": "
|
|
33657
|
-
"module": "src/
|
|
33605
|
+
"name": "TreeItem",
|
|
33606
|
+
"module": "src/tree-item/tree-item.ts"
|
|
33658
33607
|
}
|
|
33659
|
-
}
|
|
33608
|
+
}
|
|
33609
|
+
],
|
|
33610
|
+
"members": [
|
|
33660
33611
|
{
|
|
33661
33612
|
"kind": "field",
|
|
33662
|
-
"name": "
|
|
33663
|
-
"
|
|
33664
|
-
|
|
33613
|
+
"name": "expanded",
|
|
33614
|
+
"type": {
|
|
33615
|
+
"text": "boolean"
|
|
33616
|
+
},
|
|
33617
|
+
"privacy": "public",
|
|
33618
|
+
"default": "false",
|
|
33619
|
+
"description": "When true, the control will be appear expanded by user interaction.",
|
|
33665
33620
|
"inheritedFrom": {
|
|
33666
|
-
"name": "
|
|
33667
|
-
"module": "src/
|
|
33621
|
+
"name": "TreeItem",
|
|
33622
|
+
"module": "src/tree-item/tree-item.ts"
|
|
33668
33623
|
}
|
|
33669
33624
|
},
|
|
33670
33625
|
{
|
|
33671
33626
|
"kind": "method",
|
|
33672
|
-
"name": "
|
|
33627
|
+
"name": "expandedChanged",
|
|
33673
33628
|
"privacy": "private",
|
|
33674
33629
|
"return": {
|
|
33675
33630
|
"type": {
|
|
33676
33631
|
"text": "void"
|
|
33677
33632
|
}
|
|
33678
33633
|
},
|
|
33679
|
-
"description": "updated the properties being passed to the anchored region",
|
|
33680
33634
|
"inheritedFrom": {
|
|
33681
|
-
"name": "
|
|
33682
|
-
"module": "src/
|
|
33635
|
+
"name": "TreeItem",
|
|
33636
|
+
"module": "src/tree-item/tree-item.ts"
|
|
33683
33637
|
}
|
|
33684
33638
|
},
|
|
33685
33639
|
{
|
|
33686
33640
|
"kind": "field",
|
|
33687
|
-
"name": "
|
|
33688
|
-
"
|
|
33689
|
-
|
|
33641
|
+
"name": "selected",
|
|
33642
|
+
"type": {
|
|
33643
|
+
"text": "boolean"
|
|
33644
|
+
},
|
|
33645
|
+
"privacy": "public",
|
|
33646
|
+
"description": "When true, the control will appear selected by user interaction.",
|
|
33690
33647
|
"inheritedFrom": {
|
|
33691
|
-
"name": "
|
|
33692
|
-
"module": "src/
|
|
33648
|
+
"name": "TreeItem",
|
|
33649
|
+
"module": "src/tree-item/tree-item.ts"
|
|
33693
33650
|
}
|
|
33694
33651
|
},
|
|
33695
33652
|
{
|
|
33696
|
-
"kind": "
|
|
33697
|
-
"name": "
|
|
33653
|
+
"kind": "method",
|
|
33654
|
+
"name": "selectedChanged",
|
|
33698
33655
|
"privacy": "private",
|
|
33699
|
-
"
|
|
33656
|
+
"return": {
|
|
33657
|
+
"type": {
|
|
33658
|
+
"text": "void"
|
|
33659
|
+
}
|
|
33660
|
+
},
|
|
33700
33661
|
"inheritedFrom": {
|
|
33701
|
-
"name": "
|
|
33702
|
-
"module": "src/
|
|
33662
|
+
"name": "TreeItem",
|
|
33663
|
+
"module": "src/tree-item/tree-item.ts"
|
|
33703
33664
|
}
|
|
33704
33665
|
},
|
|
33705
33666
|
{
|
|
33706
33667
|
"kind": "field",
|
|
33707
|
-
"name": "
|
|
33708
|
-
"
|
|
33709
|
-
|
|
33668
|
+
"name": "disabled",
|
|
33669
|
+
"type": {
|
|
33670
|
+
"text": "boolean"
|
|
33671
|
+
},
|
|
33672
|
+
"privacy": "public",
|
|
33673
|
+
"description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute} for more information.",
|
|
33710
33674
|
"inheritedFrom": {
|
|
33711
|
-
"name": "
|
|
33712
|
-
"module": "src/
|
|
33675
|
+
"name": "TreeItem",
|
|
33676
|
+
"module": "src/tree-item/tree-item.ts"
|
|
33713
33677
|
}
|
|
33714
33678
|
},
|
|
33715
33679
|
{
|
|
33716
|
-
"kind": "
|
|
33717
|
-
"name": "
|
|
33680
|
+
"kind": "method",
|
|
33681
|
+
"name": "itemsChanged",
|
|
33718
33682
|
"privacy": "private",
|
|
33719
|
-
"
|
|
33683
|
+
"return": {
|
|
33684
|
+
"type": {
|
|
33685
|
+
"text": "void"
|
|
33686
|
+
}
|
|
33687
|
+
},
|
|
33688
|
+
"parameters": [
|
|
33689
|
+
{
|
|
33690
|
+
"name": "oldValue",
|
|
33691
|
+
"type": {
|
|
33692
|
+
"text": "unknown"
|
|
33693
|
+
}
|
|
33694
|
+
},
|
|
33695
|
+
{
|
|
33696
|
+
"name": "newValue",
|
|
33697
|
+
"type": {
|
|
33698
|
+
"text": "HTMLElement[]"
|
|
33699
|
+
}
|
|
33700
|
+
}
|
|
33701
|
+
],
|
|
33720
33702
|
"inheritedFrom": {
|
|
33721
|
-
"name": "
|
|
33722
|
-
"module": "src/
|
|
33703
|
+
"name": "TreeItem",
|
|
33704
|
+
"module": "src/tree-item/tree-item.ts"
|
|
33723
33705
|
}
|
|
33724
33706
|
},
|
|
33725
33707
|
{
|
|
33726
|
-
"kind": "
|
|
33727
|
-
"name": "
|
|
33728
|
-
"privacy": "
|
|
33729
|
-
"
|
|
33708
|
+
"kind": "method",
|
|
33709
|
+
"name": "focusItem",
|
|
33710
|
+
"privacy": "public",
|
|
33711
|
+
"static": true,
|
|
33712
|
+
"parameters": [
|
|
33713
|
+
{
|
|
33714
|
+
"name": "el",
|
|
33715
|
+
"type": {
|
|
33716
|
+
"text": "HTMLElement"
|
|
33717
|
+
},
|
|
33718
|
+
"description": "the element to focus"
|
|
33719
|
+
}
|
|
33720
|
+
],
|
|
33721
|
+
"description": "Places document focus on a tree item",
|
|
33730
33722
|
"inheritedFrom": {
|
|
33731
|
-
"name": "
|
|
33732
|
-
"module": "src/
|
|
33723
|
+
"name": "TreeItem",
|
|
33724
|
+
"module": "src/tree-item/tree-item.ts"
|
|
33733
33725
|
}
|
|
33734
33726
|
},
|
|
33735
33727
|
{
|
|
33736
33728
|
"kind": "field",
|
|
33737
|
-
"name": "
|
|
33738
|
-
"privacy": "
|
|
33739
|
-
"description": "
|
|
33729
|
+
"name": "isNestedItem",
|
|
33730
|
+
"privacy": "public",
|
|
33731
|
+
"description": "Whether the tree is nested",
|
|
33740
33732
|
"inheritedFrom": {
|
|
33741
|
-
"name": "
|
|
33742
|
-
"module": "src/
|
|
33733
|
+
"name": "TreeItem",
|
|
33734
|
+
"module": "src/tree-item/tree-item.ts"
|
|
33743
33735
|
}
|
|
33744
33736
|
},
|
|
33745
33737
|
{
|
|
@@ -33751,8 +33743,8 @@
|
|
|
33751
33743
|
"privacy": "private",
|
|
33752
33744
|
"default": "void 0",
|
|
33753
33745
|
"inheritedFrom": {
|
|
33754
|
-
"name": "
|
|
33755
|
-
"module": "src/
|
|
33746
|
+
"name": "TreeItem",
|
|
33747
|
+
"module": "src/tree-item/tree-item.ts"
|
|
33756
33748
|
}
|
|
33757
33749
|
},
|
|
33758
33750
|
{
|
|
@@ -33764,8 +33756,8 @@
|
|
|
33764
33756
|
"privacy": "public",
|
|
33765
33757
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
33766
33758
|
"inheritedFrom": {
|
|
33767
|
-
"name": "
|
|
33768
|
-
"module": "src/
|
|
33759
|
+
"name": "TreeItem",
|
|
33760
|
+
"module": "src/tree-item/tree-item.ts"
|
|
33769
33761
|
}
|
|
33770
33762
|
},
|
|
33771
33763
|
{
|
|
@@ -33777,8 +33769,8 @@
|
|
|
33777
33769
|
"privacy": "public",
|
|
33778
33770
|
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
33779
33771
|
"inheritedFrom": {
|
|
33780
|
-
"name": "
|
|
33781
|
-
"module": "src/
|
|
33772
|
+
"name": "TreeItem",
|
|
33773
|
+
"module": "src/tree-item/tree-item.ts"
|
|
33782
33774
|
}
|
|
33783
33775
|
},
|
|
33784
33776
|
{
|
|
@@ -33791,8 +33783,8 @@
|
|
|
33791
33783
|
}
|
|
33792
33784
|
},
|
|
33793
33785
|
"inheritedFrom": {
|
|
33794
|
-
"name": "
|
|
33795
|
-
"module": "src/
|
|
33786
|
+
"name": "TreeItem",
|
|
33787
|
+
"module": "src/tree-item/tree-item.ts"
|
|
33796
33788
|
}
|
|
33797
33789
|
},
|
|
33798
33790
|
{
|
|
@@ -33804,8 +33796,8 @@
|
|
|
33804
33796
|
"privacy": "public",
|
|
33805
33797
|
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
33806
33798
|
"inheritedFrom": {
|
|
33807
|
-
"name": "
|
|
33808
|
-
"module": "src/
|
|
33799
|
+
"name": "TreeItem",
|
|
33800
|
+
"module": "src/tree-item/tree-item.ts"
|
|
33809
33801
|
}
|
|
33810
33802
|
},
|
|
33811
33803
|
{
|
|
@@ -33818,8 +33810,8 @@
|
|
|
33818
33810
|
}
|
|
33819
33811
|
},
|
|
33820
33812
|
"inheritedFrom": {
|
|
33821
|
-
"name": "
|
|
33822
|
-
"module": "src/
|
|
33813
|
+
"name": "TreeItem",
|
|
33814
|
+
"module": "src/tree-item/tree-item.ts"
|
|
33823
33815
|
}
|
|
33824
33816
|
},
|
|
33825
33817
|
{
|
|
@@ -33849,42 +33841,50 @@
|
|
|
33849
33841
|
],
|
|
33850
33842
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
33851
33843
|
"inheritedFrom": {
|
|
33852
|
-
"name": "
|
|
33853
|
-
"module": "src/
|
|
33844
|
+
"name": "TreeItem",
|
|
33845
|
+
"module": "src/tree-item/tree-item.ts"
|
|
33854
33846
|
}
|
|
33855
33847
|
}
|
|
33856
33848
|
],
|
|
33857
33849
|
"events": [
|
|
33858
33850
|
{
|
|
33859
|
-
"description": "Fires a custom '
|
|
33860
|
-
"name": "
|
|
33851
|
+
"description": "Fires a custom 'expanded-change' event when the expanded state changes",
|
|
33852
|
+
"name": "expanded-change",
|
|
33861
33853
|
"inheritedFrom": {
|
|
33862
|
-
"name": "
|
|
33863
|
-
"module": "src/
|
|
33854
|
+
"name": "TreeItem",
|
|
33855
|
+
"module": "src/tree-item/tree-item.ts"
|
|
33856
|
+
}
|
|
33857
|
+
},
|
|
33858
|
+
{
|
|
33859
|
+
"description": "Fires a custom 'selected-change' event when the selected state changes",
|
|
33860
|
+
"name": "selected-change",
|
|
33861
|
+
"inheritedFrom": {
|
|
33862
|
+
"name": "TreeItem",
|
|
33863
|
+
"module": "src/tree-item/tree-item.ts"
|
|
33864
33864
|
}
|
|
33865
33865
|
}
|
|
33866
33866
|
]
|
|
33867
33867
|
},
|
|
33868
33868
|
{
|
|
33869
33869
|
"kind": "variable",
|
|
33870
|
-
"name": "
|
|
33870
|
+
"name": "zeroTreeItem"
|
|
33871
33871
|
}
|
|
33872
33872
|
],
|
|
33873
33873
|
"exports": [
|
|
33874
33874
|
{
|
|
33875
33875
|
"kind": "js",
|
|
33876
|
-
"name": "
|
|
33876
|
+
"name": "TreeItem",
|
|
33877
33877
|
"declaration": {
|
|
33878
|
-
"name": "
|
|
33879
|
-
"module": "src/
|
|
33878
|
+
"name": "TreeItem",
|
|
33879
|
+
"module": "src/tree-item/tree-item.ts"
|
|
33880
33880
|
}
|
|
33881
33881
|
},
|
|
33882
33882
|
{
|
|
33883
33883
|
"kind": "js",
|
|
33884
|
-
"name": "
|
|
33884
|
+
"name": "zeroTreeItem",
|
|
33885
33885
|
"declaration": {
|
|
33886
|
-
"name": "
|
|
33887
|
-
"module": "src/
|
|
33886
|
+
"name": "zeroTreeItem",
|
|
33887
|
+
"module": "src/tree-item/tree-item.ts"
|
|
33888
33888
|
}
|
|
33889
33889
|
}
|
|
33890
33890
|
]
|