@genesislcap/foundation-zero 14.143.1 → 14.143.3-alpha-b3a864d.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 +1683 -1683
- package/package.json +7 -7
|
@@ -12999,7 +12999,7 @@
|
|
|
12999
12999
|
},
|
|
13000
13000
|
{
|
|
13001
13001
|
"kind": "javascript-module",
|
|
13002
|
-
"path": "src/
|
|
13002
|
+
"path": "src/file-upload/file-upload.stories.ts",
|
|
13003
13003
|
"declarations": [
|
|
13004
13004
|
{
|
|
13005
13005
|
"kind": "variable",
|
|
@@ -13007,7 +13007,7 @@
|
|
|
13007
13007
|
"type": {
|
|
13008
13008
|
"text": "Meta"
|
|
13009
13009
|
},
|
|
13010
|
-
"default": "{\n title: '
|
|
13010
|
+
"default": "{\n title: 'File Upload',\n component: 'zero-file-upload',\n}"
|
|
13011
13011
|
},
|
|
13012
13012
|
{
|
|
13013
13013
|
"kind": "variable",
|
|
@@ -13015,7 +13015,7 @@
|
|
|
13015
13015
|
"type": {
|
|
13016
13016
|
"text": "StoryObj"
|
|
13017
13017
|
},
|
|
13018
|
-
"default": "{\n
|
|
13018
|
+
"default": "{\n render: () => html`\n <div style=\"min-height: 300px;\">\n <zero-file-upload label=\"Select Files\"></zero-file-upload>\n </div>\n `,\n}"
|
|
13019
13019
|
}
|
|
13020
13020
|
],
|
|
13021
13021
|
"exports": [
|
|
@@ -13024,7 +13024,7 @@
|
|
|
13024
13024
|
"name": "default",
|
|
13025
13025
|
"declaration": {
|
|
13026
13026
|
"name": "meta",
|
|
13027
|
-
"module": "src/
|
|
13027
|
+
"module": "src/file-upload/file-upload.stories.ts"
|
|
13028
13028
|
}
|
|
13029
13029
|
},
|
|
13030
13030
|
{
|
|
@@ -13032,474 +13032,354 @@
|
|
|
13032
13032
|
"name": "Primary",
|
|
13033
13033
|
"declaration": {
|
|
13034
13034
|
"name": "Primary",
|
|
13035
|
-
"module": "src/
|
|
13035
|
+
"module": "src/file-upload/file-upload.stories.ts"
|
|
13036
13036
|
}
|
|
13037
13037
|
}
|
|
13038
13038
|
]
|
|
13039
13039
|
},
|
|
13040
13040
|
{
|
|
13041
13041
|
"kind": "javascript-module",
|
|
13042
|
-
"path": "src/
|
|
13042
|
+
"path": "src/file-upload/file-upload.styles.ts",
|
|
13043
|
+
"declarations": [
|
|
13044
|
+
{
|
|
13045
|
+
"kind": "variable",
|
|
13046
|
+
"name": "zeroFileUploadStyles",
|
|
13047
|
+
"default": "css`\n ${foundationFileUploadStyles}\n ::-webkit-scrollbar {\n width: 12px;\n }\n\n ::-webkit-scrollbar-track {\n background: rgb(31 33 38);\n }\n\n ::-webkit-scrollbar-thumb {\n width: 8px;\n border-radius: 10px;\n box-shadow: inset 0 0 6px rgba(0 0 0 / 30%);\n background-color: var(--neutral-color);\n border: 3px solid rgb(31 33 38);\n }\n`"
|
|
13048
|
+
}
|
|
13049
|
+
],
|
|
13050
|
+
"exports": [
|
|
13051
|
+
{
|
|
13052
|
+
"kind": "js",
|
|
13053
|
+
"name": "zeroFileUploadStyles",
|
|
13054
|
+
"declaration": {
|
|
13055
|
+
"name": "zeroFileUploadStyles",
|
|
13056
|
+
"module": "src/file-upload/file-upload.styles.ts"
|
|
13057
|
+
}
|
|
13058
|
+
}
|
|
13059
|
+
]
|
|
13060
|
+
},
|
|
13061
|
+
{
|
|
13062
|
+
"kind": "javascript-module",
|
|
13063
|
+
"path": "src/file-upload/file-upload.template.ts",
|
|
13064
|
+
"declarations": [
|
|
13065
|
+
{
|
|
13066
|
+
"kind": "variable",
|
|
13067
|
+
"name": "fileUploadTemplate",
|
|
13068
|
+
"default": "html<FileUpload>`\n ${getPrefixedFileUpload('zero')}\n`"
|
|
13069
|
+
}
|
|
13070
|
+
],
|
|
13071
|
+
"exports": [
|
|
13072
|
+
{
|
|
13073
|
+
"kind": "js",
|
|
13074
|
+
"name": "fileUploadTemplate",
|
|
13075
|
+
"declaration": {
|
|
13076
|
+
"name": "fileUploadTemplate",
|
|
13077
|
+
"module": "src/file-upload/file-upload.template.ts"
|
|
13078
|
+
}
|
|
13079
|
+
}
|
|
13080
|
+
]
|
|
13081
|
+
},
|
|
13082
|
+
{
|
|
13083
|
+
"kind": "javascript-module",
|
|
13084
|
+
"path": "src/file-upload/file-upload.ts",
|
|
13043
13085
|
"declarations": [
|
|
13086
|
+
{
|
|
13087
|
+
"kind": "variable",
|
|
13088
|
+
"name": "defaultFileUploadConfig",
|
|
13089
|
+
"default": "foundationConfig"
|
|
13090
|
+
},
|
|
13091
|
+
{
|
|
13092
|
+
"kind": "variable",
|
|
13093
|
+
"name": "zeroFileUploadShadowOptions",
|
|
13094
|
+
"default": "foundationFileUploadShadowOptions"
|
|
13095
|
+
},
|
|
13044
13096
|
{
|
|
13045
13097
|
"kind": "class",
|
|
13046
13098
|
"description": "",
|
|
13047
|
-
"name": "
|
|
13099
|
+
"name": "FileUpload",
|
|
13048
13100
|
"superclass": {
|
|
13049
|
-
"name": "
|
|
13101
|
+
"name": "FoundationFileUpload",
|
|
13050
13102
|
"package": "@genesislcap/foundation-ui"
|
|
13051
13103
|
},
|
|
13052
|
-
"tagName": "%%prefix%%-
|
|
13104
|
+
"tagName": "%%prefix%%-file-upload",
|
|
13053
13105
|
"customElement": true,
|
|
13054
|
-
"
|
|
13106
|
+
"attributes": [
|
|
13055
13107
|
{
|
|
13056
|
-
"
|
|
13057
|
-
"name": "dialog",
|
|
13108
|
+
"name": "label",
|
|
13058
13109
|
"type": {
|
|
13059
|
-
"text": "
|
|
13110
|
+
"text": "string"
|
|
13060
13111
|
},
|
|
13061
|
-
"
|
|
13112
|
+
"fieldName": "label",
|
|
13062
13113
|
"inheritedFrom": {
|
|
13063
|
-
"name": "
|
|
13064
|
-
"module": "src/
|
|
13114
|
+
"name": "FileUpload",
|
|
13115
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13065
13116
|
}
|
|
13066
13117
|
},
|
|
13067
13118
|
{
|
|
13068
|
-
"
|
|
13069
|
-
"name": "error",
|
|
13119
|
+
"name": "accept",
|
|
13070
13120
|
"type": {
|
|
13071
|
-
"text": "
|
|
13121
|
+
"text": "string"
|
|
13072
13122
|
},
|
|
13123
|
+
"default": "''",
|
|
13124
|
+
"fieldName": "accept",
|
|
13073
13125
|
"inheritedFrom": {
|
|
13074
|
-
"name": "
|
|
13075
|
-
"module": "src/
|
|
13126
|
+
"name": "FileUpload",
|
|
13127
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13076
13128
|
}
|
|
13077
13129
|
},
|
|
13078
13130
|
{
|
|
13079
|
-
"
|
|
13080
|
-
"
|
|
13131
|
+
"name": "file-size-limit-bytes",
|
|
13132
|
+
"default": "FILE_SIZE_LIMIT",
|
|
13133
|
+
"resolveInitializer": {
|
|
13134
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13135
|
+
},
|
|
13136
|
+
"fieldName": "fileSizeLimitBytes",
|
|
13137
|
+
"inheritedFrom": {
|
|
13138
|
+
"name": "FileUpload",
|
|
13139
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13140
|
+
}
|
|
13141
|
+
},
|
|
13142
|
+
{
|
|
13143
|
+
"name": "uploaded-files-resource-name",
|
|
13081
13144
|
"type": {
|
|
13082
|
-
"text": "
|
|
13145
|
+
"text": "string"
|
|
13083
13146
|
},
|
|
13147
|
+
"default": "'ALL_FILE_ATTACHMENTS'",
|
|
13148
|
+
"fieldName": "uploadedFilesResourceName",
|
|
13084
13149
|
"inheritedFrom": {
|
|
13085
|
-
"name": "
|
|
13086
|
-
"module": "src/
|
|
13150
|
+
"name": "FileUpload",
|
|
13151
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13087
13152
|
}
|
|
13088
13153
|
},
|
|
13089
13154
|
{
|
|
13090
|
-
"
|
|
13091
|
-
"
|
|
13092
|
-
|
|
13093
|
-
"return": {
|
|
13094
|
-
"type": {
|
|
13095
|
-
"text": "void"
|
|
13096
|
-
}
|
|
13155
|
+
"name": "upload-event-name",
|
|
13156
|
+
"type": {
|
|
13157
|
+
"text": "string"
|
|
13097
13158
|
},
|
|
13098
|
-
"
|
|
13159
|
+
"default": "'gwf/attachment-handler/upload'",
|
|
13160
|
+
"fieldName": "uploadEventName",
|
|
13099
13161
|
"inheritedFrom": {
|
|
13100
|
-
"name": "
|
|
13101
|
-
"module": "src/
|
|
13162
|
+
"name": "FileUpload",
|
|
13163
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13102
13164
|
}
|
|
13103
13165
|
},
|
|
13104
13166
|
{
|
|
13105
|
-
"
|
|
13106
|
-
"
|
|
13107
|
-
|
|
13108
|
-
|
|
13167
|
+
"name": "field-name",
|
|
13168
|
+
"type": {
|
|
13169
|
+
"text": "string"
|
|
13170
|
+
},
|
|
13171
|
+
"fieldName": "fieldName",
|
|
13109
13172
|
"inheritedFrom": {
|
|
13110
|
-
"name": "
|
|
13111
|
-
"module": "src/
|
|
13173
|
+
"name": "FileUpload",
|
|
13174
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13112
13175
|
}
|
|
13113
13176
|
},
|
|
13114
13177
|
{
|
|
13115
|
-
"
|
|
13116
|
-
"
|
|
13117
|
-
|
|
13118
|
-
"return": {
|
|
13119
|
-
"type": {
|
|
13120
|
-
"text": "void"
|
|
13121
|
-
}
|
|
13178
|
+
"name": "entity-id",
|
|
13179
|
+
"type": {
|
|
13180
|
+
"text": "string"
|
|
13122
13181
|
},
|
|
13123
|
-
"
|
|
13182
|
+
"fieldName": "entityId",
|
|
13124
13183
|
"inheritedFrom": {
|
|
13125
|
-
"name": "
|
|
13126
|
-
"module": "src/
|
|
13184
|
+
"name": "FileUpload",
|
|
13185
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13127
13186
|
}
|
|
13128
13187
|
},
|
|
13129
13188
|
{
|
|
13130
|
-
"
|
|
13131
|
-
"name": "_presentation",
|
|
13189
|
+
"name": "upload-key",
|
|
13132
13190
|
"type": {
|
|
13133
|
-
"text": "
|
|
13191
|
+
"text": "string"
|
|
13134
13192
|
},
|
|
13135
|
-
"
|
|
13136
|
-
"default": "void 0",
|
|
13193
|
+
"fieldName": "uploadKey",
|
|
13137
13194
|
"inheritedFrom": {
|
|
13138
|
-
"name": "
|
|
13139
|
-
"module": "src/
|
|
13195
|
+
"name": "FileUpload",
|
|
13196
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13140
13197
|
}
|
|
13141
13198
|
},
|
|
13199
|
+
{
|
|
13200
|
+
"name": "grid-fields",
|
|
13201
|
+
"type": {
|
|
13202
|
+
"text": "string"
|
|
13203
|
+
},
|
|
13204
|
+
"default": "''",
|
|
13205
|
+
"fieldName": "gridFields",
|
|
13206
|
+
"inheritedFrom": {
|
|
13207
|
+
"name": "FileUpload",
|
|
13208
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13209
|
+
}
|
|
13210
|
+
}
|
|
13211
|
+
],
|
|
13212
|
+
"members": [
|
|
13142
13213
|
{
|
|
13143
13214
|
"kind": "field",
|
|
13144
|
-
"name": "
|
|
13215
|
+
"name": "fileInput",
|
|
13145
13216
|
"type": {
|
|
13146
|
-
"text": "
|
|
13217
|
+
"text": "HTMLInputElement"
|
|
13147
13218
|
},
|
|
13148
13219
|
"privacy": "public",
|
|
13149
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
13150
13220
|
"inheritedFrom": {
|
|
13151
|
-
"name": "
|
|
13152
|
-
"module": "src/
|
|
13221
|
+
"name": "FileUpload",
|
|
13222
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13153
13223
|
}
|
|
13154
13224
|
},
|
|
13155
13225
|
{
|
|
13156
13226
|
"kind": "field",
|
|
13157
|
-
"name": "
|
|
13227
|
+
"name": "acceptedFormats",
|
|
13158
13228
|
"type": {
|
|
13159
|
-
"text": "
|
|
13229
|
+
"text": "array"
|
|
13160
13230
|
},
|
|
13161
|
-
"privacy": "
|
|
13162
|
-
"
|
|
13231
|
+
"privacy": "private",
|
|
13232
|
+
"default": "[]",
|
|
13163
13233
|
"inheritedFrom": {
|
|
13164
|
-
"name": "
|
|
13165
|
-
"module": "src/
|
|
13234
|
+
"name": "FileUpload",
|
|
13235
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13166
13236
|
}
|
|
13167
13237
|
},
|
|
13168
13238
|
{
|
|
13169
|
-
"kind": "
|
|
13170
|
-
"name": "
|
|
13171
|
-
"
|
|
13172
|
-
|
|
13173
|
-
"type": {
|
|
13174
|
-
"text": "void"
|
|
13175
|
-
}
|
|
13239
|
+
"kind": "field",
|
|
13240
|
+
"name": "selectedFiles",
|
|
13241
|
+
"type": {
|
|
13242
|
+
"text": "File[]"
|
|
13176
13243
|
},
|
|
13244
|
+
"privacy": "private",
|
|
13177
13245
|
"inheritedFrom": {
|
|
13178
|
-
"name": "
|
|
13179
|
-
"module": "src/
|
|
13246
|
+
"name": "FileUpload",
|
|
13247
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13180
13248
|
}
|
|
13181
13249
|
},
|
|
13182
13250
|
{
|
|
13183
13251
|
"kind": "field",
|
|
13184
|
-
"name": "
|
|
13252
|
+
"name": "gridCriteria",
|
|
13185
13253
|
"type": {
|
|
13186
|
-
"text": "
|
|
13254
|
+
"text": "string"
|
|
13187
13255
|
},
|
|
13188
|
-
"privacy": "public",
|
|
13189
|
-
"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.",
|
|
13190
13256
|
"inheritedFrom": {
|
|
13191
|
-
"name": "
|
|
13192
|
-
"module": "src/
|
|
13257
|
+
"name": "FileUpload",
|
|
13258
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13193
13259
|
}
|
|
13194
13260
|
},
|
|
13195
13261
|
{
|
|
13196
|
-
"kind": "
|
|
13197
|
-
"name": "
|
|
13198
|
-
"
|
|
13199
|
-
|
|
13200
|
-
"type": {
|
|
13201
|
-
"text": "void"
|
|
13202
|
-
}
|
|
13262
|
+
"kind": "field",
|
|
13263
|
+
"name": "connect",
|
|
13264
|
+
"type": {
|
|
13265
|
+
"text": "Connect"
|
|
13203
13266
|
},
|
|
13204
13267
|
"inheritedFrom": {
|
|
13205
|
-
"name": "
|
|
13206
|
-
"module": "src/
|
|
13268
|
+
"name": "FileUpload",
|
|
13269
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13207
13270
|
}
|
|
13208
13271
|
},
|
|
13209
13272
|
{
|
|
13210
|
-
"kind": "
|
|
13211
|
-
"name": "
|
|
13212
|
-
"
|
|
13213
|
-
|
|
13214
|
-
"return": {
|
|
13215
|
-
"type": {
|
|
13216
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
13217
|
-
}
|
|
13273
|
+
"kind": "field",
|
|
13274
|
+
"name": "session",
|
|
13275
|
+
"type": {
|
|
13276
|
+
"text": "Session"
|
|
13218
13277
|
},
|
|
13219
|
-
"parameters": [
|
|
13220
|
-
{
|
|
13221
|
-
"name": "this",
|
|
13222
|
-
"type": {
|
|
13223
|
-
"text": "K"
|
|
13224
|
-
}
|
|
13225
|
-
},
|
|
13226
|
-
{
|
|
13227
|
-
"name": "elementDefinition",
|
|
13228
|
-
"type": {
|
|
13229
|
-
"text": "T"
|
|
13230
|
-
},
|
|
13231
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
13232
|
-
}
|
|
13233
|
-
],
|
|
13234
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
13235
13278
|
"inheritedFrom": {
|
|
13236
|
-
"name": "
|
|
13237
|
-
"module": "src/
|
|
13279
|
+
"name": "FileUpload",
|
|
13280
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13238
13281
|
}
|
|
13239
|
-
}
|
|
13240
|
-
]
|
|
13241
|
-
},
|
|
13242
|
-
{
|
|
13243
|
-
"kind": "variable",
|
|
13244
|
-
"name": "zeroErrorDialog",
|
|
13245
|
-
"description": "The zero ErrorDialog",
|
|
13246
|
-
"privacy": "public"
|
|
13247
|
-
}
|
|
13248
|
-
],
|
|
13249
|
-
"exports": [
|
|
13250
|
-
{
|
|
13251
|
-
"kind": "js",
|
|
13252
|
-
"name": "ErrorDialog",
|
|
13253
|
-
"declaration": {
|
|
13254
|
-
"name": "ErrorDialog",
|
|
13255
|
-
"module": "src/error-dialog/error-dialog.ts"
|
|
13256
|
-
}
|
|
13257
|
-
},
|
|
13258
|
-
{
|
|
13259
|
-
"kind": "js",
|
|
13260
|
-
"name": "zeroErrorDialog",
|
|
13261
|
-
"declaration": {
|
|
13262
|
-
"name": "zeroErrorDialog",
|
|
13263
|
-
"module": "src/error-dialog/error-dialog.ts"
|
|
13264
|
-
}
|
|
13265
|
-
}
|
|
13266
|
-
]
|
|
13267
|
-
},
|
|
13268
|
-
{
|
|
13269
|
-
"kind": "javascript-module",
|
|
13270
|
-
"path": "src/error-dialog/index.ts",
|
|
13271
|
-
"declarations": [],
|
|
13272
|
-
"exports": [
|
|
13273
|
-
{
|
|
13274
|
-
"kind": "js",
|
|
13275
|
-
"name": "*",
|
|
13276
|
-
"declaration": {
|
|
13277
|
-
"name": "*",
|
|
13278
|
-
"package": "./error-dialog"
|
|
13279
|
-
}
|
|
13280
|
-
}
|
|
13281
|
-
]
|
|
13282
|
-
},
|
|
13283
|
-
{
|
|
13284
|
-
"kind": "javascript-module",
|
|
13285
|
-
"path": "src/file-upload/file-upload.stories.ts",
|
|
13286
|
-
"declarations": [
|
|
13287
|
-
{
|
|
13288
|
-
"kind": "variable",
|
|
13289
|
-
"name": "meta",
|
|
13290
|
-
"type": {
|
|
13291
|
-
"text": "Meta"
|
|
13292
|
-
},
|
|
13293
|
-
"default": "{\n title: 'File Upload',\n component: 'zero-file-upload',\n}"
|
|
13294
|
-
},
|
|
13295
|
-
{
|
|
13296
|
-
"kind": "variable",
|
|
13297
|
-
"name": "Primary",
|
|
13298
|
-
"type": {
|
|
13299
|
-
"text": "StoryObj"
|
|
13300
|
-
},
|
|
13301
|
-
"default": "{\n render: () => html`\n <div style=\"min-height: 300px;\">\n <zero-file-upload label=\"Select Files\"></zero-file-upload>\n </div>\n `,\n}"
|
|
13302
|
-
}
|
|
13303
|
-
],
|
|
13304
|
-
"exports": [
|
|
13305
|
-
{
|
|
13306
|
-
"kind": "js",
|
|
13307
|
-
"name": "default",
|
|
13308
|
-
"declaration": {
|
|
13309
|
-
"name": "meta",
|
|
13310
|
-
"module": "src/file-upload/file-upload.stories.ts"
|
|
13311
|
-
}
|
|
13312
|
-
},
|
|
13313
|
-
{
|
|
13314
|
-
"kind": "js",
|
|
13315
|
-
"name": "Primary",
|
|
13316
|
-
"declaration": {
|
|
13317
|
-
"name": "Primary",
|
|
13318
|
-
"module": "src/file-upload/file-upload.stories.ts"
|
|
13319
|
-
}
|
|
13320
|
-
}
|
|
13321
|
-
]
|
|
13322
|
-
},
|
|
13323
|
-
{
|
|
13324
|
-
"kind": "javascript-module",
|
|
13325
|
-
"path": "src/file-upload/file-upload.styles.ts",
|
|
13326
|
-
"declarations": [
|
|
13327
|
-
{
|
|
13328
|
-
"kind": "variable",
|
|
13329
|
-
"name": "zeroFileUploadStyles",
|
|
13330
|
-
"default": "css`\n ${foundationFileUploadStyles}\n ::-webkit-scrollbar {\n width: 12px;\n }\n\n ::-webkit-scrollbar-track {\n background: rgb(31 33 38);\n }\n\n ::-webkit-scrollbar-thumb {\n width: 8px;\n border-radius: 10px;\n box-shadow: inset 0 0 6px rgba(0 0 0 / 30%);\n background-color: var(--neutral-color);\n border: 3px solid rgb(31 33 38);\n }\n`"
|
|
13331
|
-
}
|
|
13332
|
-
],
|
|
13333
|
-
"exports": [
|
|
13334
|
-
{
|
|
13335
|
-
"kind": "js",
|
|
13336
|
-
"name": "zeroFileUploadStyles",
|
|
13337
|
-
"declaration": {
|
|
13338
|
-
"name": "zeroFileUploadStyles",
|
|
13339
|
-
"module": "src/file-upload/file-upload.styles.ts"
|
|
13340
|
-
}
|
|
13341
|
-
}
|
|
13342
|
-
]
|
|
13343
|
-
},
|
|
13344
|
-
{
|
|
13345
|
-
"kind": "javascript-module",
|
|
13346
|
-
"path": "src/file-upload/file-upload.template.ts",
|
|
13347
|
-
"declarations": [
|
|
13348
|
-
{
|
|
13349
|
-
"kind": "variable",
|
|
13350
|
-
"name": "fileUploadTemplate",
|
|
13351
|
-
"default": "html<FileUpload>`\n ${getPrefixedFileUpload('zero')}\n`"
|
|
13352
|
-
}
|
|
13353
|
-
],
|
|
13354
|
-
"exports": [
|
|
13355
|
-
{
|
|
13356
|
-
"kind": "js",
|
|
13357
|
-
"name": "fileUploadTemplate",
|
|
13358
|
-
"declaration": {
|
|
13359
|
-
"name": "fileUploadTemplate",
|
|
13360
|
-
"module": "src/file-upload/file-upload.template.ts"
|
|
13361
|
-
}
|
|
13362
|
-
}
|
|
13363
|
-
]
|
|
13364
|
-
},
|
|
13365
|
-
{
|
|
13366
|
-
"kind": "javascript-module",
|
|
13367
|
-
"path": "src/file-upload/file-upload.ts",
|
|
13368
|
-
"declarations": [
|
|
13369
|
-
{
|
|
13370
|
-
"kind": "variable",
|
|
13371
|
-
"name": "defaultFileUploadConfig",
|
|
13372
|
-
"default": "foundationConfig"
|
|
13373
|
-
},
|
|
13374
|
-
{
|
|
13375
|
-
"kind": "variable",
|
|
13376
|
-
"name": "zeroFileUploadShadowOptions",
|
|
13377
|
-
"default": "foundationFileUploadShadowOptions"
|
|
13378
|
-
},
|
|
13379
|
-
{
|
|
13380
|
-
"kind": "class",
|
|
13381
|
-
"description": "",
|
|
13382
|
-
"name": "FileUpload",
|
|
13383
|
-
"superclass": {
|
|
13384
|
-
"name": "FoundationFileUpload",
|
|
13385
|
-
"package": "@genesislcap/foundation-ui"
|
|
13386
|
-
},
|
|
13387
|
-
"tagName": "%%prefix%%-file-upload",
|
|
13388
|
-
"customElement": true,
|
|
13389
|
-
"attributes": [
|
|
13282
|
+
},
|
|
13390
13283
|
{
|
|
13284
|
+
"kind": "field",
|
|
13391
13285
|
"name": "label",
|
|
13392
13286
|
"type": {
|
|
13393
13287
|
"text": "string"
|
|
13394
13288
|
},
|
|
13395
|
-
"fieldName": "label",
|
|
13396
13289
|
"inheritedFrom": {
|
|
13397
13290
|
"name": "FileUpload",
|
|
13398
13291
|
"module": "src/file-upload/file-upload.ts"
|
|
13399
13292
|
}
|
|
13400
13293
|
},
|
|
13401
13294
|
{
|
|
13295
|
+
"kind": "field",
|
|
13402
13296
|
"name": "accept",
|
|
13403
13297
|
"type": {
|
|
13404
13298
|
"text": "string"
|
|
13405
13299
|
},
|
|
13406
13300
|
"default": "''",
|
|
13407
|
-
"fieldName": "accept",
|
|
13408
13301
|
"inheritedFrom": {
|
|
13409
13302
|
"name": "FileUpload",
|
|
13410
13303
|
"module": "src/file-upload/file-upload.ts"
|
|
13411
13304
|
}
|
|
13412
13305
|
},
|
|
13413
13306
|
{
|
|
13414
|
-
"
|
|
13415
|
-
"
|
|
13416
|
-
"resolveInitializer": {
|
|
13417
|
-
"module": "src/file-upload/file-upload.ts"
|
|
13418
|
-
},
|
|
13419
|
-
"fieldName": "fileSizeLimitBytes",
|
|
13307
|
+
"kind": "method",
|
|
13308
|
+
"name": "acceptChanged",
|
|
13420
13309
|
"inheritedFrom": {
|
|
13421
13310
|
"name": "FileUpload",
|
|
13422
13311
|
"module": "src/file-upload/file-upload.ts"
|
|
13423
13312
|
}
|
|
13424
13313
|
},
|
|
13425
13314
|
{
|
|
13426
|
-
"
|
|
13315
|
+
"kind": "field",
|
|
13316
|
+
"name": "fileSizeLimitBytes",
|
|
13317
|
+
"default": "104_857_600",
|
|
13427
13318
|
"type": {
|
|
13428
|
-
"text": "
|
|
13319
|
+
"text": "number"
|
|
13429
13320
|
},
|
|
13430
|
-
"default": "'ALL_FILE_ATTACHMENTS'",
|
|
13431
|
-
"fieldName": "uploadedFilesResourceName",
|
|
13432
13321
|
"inheritedFrom": {
|
|
13433
13322
|
"name": "FileUpload",
|
|
13434
13323
|
"module": "src/file-upload/file-upload.ts"
|
|
13435
13324
|
}
|
|
13436
13325
|
},
|
|
13437
13326
|
{
|
|
13438
|
-
"
|
|
13327
|
+
"kind": "field",
|
|
13328
|
+
"name": "uploadedFilesResourceName",
|
|
13439
13329
|
"type": {
|
|
13440
13330
|
"text": "string"
|
|
13441
13331
|
},
|
|
13442
|
-
"default": "'
|
|
13443
|
-
"fieldName": "uploadEventName",
|
|
13332
|
+
"default": "'ALL_FILE_ATTACHMENTS'",
|
|
13444
13333
|
"inheritedFrom": {
|
|
13445
13334
|
"name": "FileUpload",
|
|
13446
13335
|
"module": "src/file-upload/file-upload.ts"
|
|
13447
13336
|
}
|
|
13448
13337
|
},
|
|
13449
13338
|
{
|
|
13450
|
-
"
|
|
13339
|
+
"kind": "field",
|
|
13340
|
+
"name": "uploadEventName",
|
|
13451
13341
|
"type": {
|
|
13452
13342
|
"text": "string"
|
|
13453
13343
|
},
|
|
13454
|
-
"
|
|
13344
|
+
"default": "'gwf/attachment-handler/upload'",
|
|
13455
13345
|
"inheritedFrom": {
|
|
13456
13346
|
"name": "FileUpload",
|
|
13457
13347
|
"module": "src/file-upload/file-upload.ts"
|
|
13458
13348
|
}
|
|
13459
13349
|
},
|
|
13460
13350
|
{
|
|
13461
|
-
"
|
|
13351
|
+
"kind": "field",
|
|
13352
|
+
"name": "fieldName",
|
|
13462
13353
|
"type": {
|
|
13463
13354
|
"text": "string"
|
|
13464
13355
|
},
|
|
13465
|
-
"fieldName": "entityId",
|
|
13466
13356
|
"inheritedFrom": {
|
|
13467
13357
|
"name": "FileUpload",
|
|
13468
13358
|
"module": "src/file-upload/file-upload.ts"
|
|
13469
13359
|
}
|
|
13470
13360
|
},
|
|
13471
13361
|
{
|
|
13472
|
-
"
|
|
13473
|
-
"
|
|
13474
|
-
"text": "string"
|
|
13475
|
-
},
|
|
13476
|
-
"fieldName": "uploadKey",
|
|
13362
|
+
"kind": "method",
|
|
13363
|
+
"name": "fieldNameChanged",
|
|
13477
13364
|
"inheritedFrom": {
|
|
13478
13365
|
"name": "FileUpload",
|
|
13479
13366
|
"module": "src/file-upload/file-upload.ts"
|
|
13480
13367
|
}
|
|
13481
13368
|
},
|
|
13482
13369
|
{
|
|
13483
|
-
"
|
|
13370
|
+
"kind": "field",
|
|
13371
|
+
"name": "entityId",
|
|
13484
13372
|
"type": {
|
|
13485
13373
|
"text": "string"
|
|
13486
13374
|
},
|
|
13487
|
-
"default": "''",
|
|
13488
|
-
"fieldName": "gridFields",
|
|
13489
13375
|
"inheritedFrom": {
|
|
13490
13376
|
"name": "FileUpload",
|
|
13491
13377
|
"module": "src/file-upload/file-upload.ts"
|
|
13492
13378
|
}
|
|
13493
|
-
}
|
|
13494
|
-
],
|
|
13495
|
-
"members": [
|
|
13379
|
+
},
|
|
13496
13380
|
{
|
|
13497
|
-
"kind": "
|
|
13498
|
-
"name": "
|
|
13499
|
-
"type": {
|
|
13500
|
-
"text": "HTMLInputElement"
|
|
13501
|
-
},
|
|
13502
|
-
"privacy": "public",
|
|
13381
|
+
"kind": "method",
|
|
13382
|
+
"name": "entityIdChanged",
|
|
13503
13383
|
"inheritedFrom": {
|
|
13504
13384
|
"name": "FileUpload",
|
|
13505
13385
|
"module": "src/file-upload/file-upload.ts"
|
|
@@ -13507,12 +13387,10 @@
|
|
|
13507
13387
|
},
|
|
13508
13388
|
{
|
|
13509
13389
|
"kind": "field",
|
|
13510
|
-
"name": "
|
|
13390
|
+
"name": "uploadKey",
|
|
13511
13391
|
"type": {
|
|
13512
|
-
"text": "
|
|
13392
|
+
"text": "string"
|
|
13513
13393
|
},
|
|
13514
|
-
"privacy": "private",
|
|
13515
|
-
"default": "[]",
|
|
13516
13394
|
"inheritedFrom": {
|
|
13517
13395
|
"name": "FileUpload",
|
|
13518
13396
|
"module": "src/file-upload/file-upload.ts"
|
|
@@ -13520,11 +13398,11 @@
|
|
|
13520
13398
|
},
|
|
13521
13399
|
{
|
|
13522
13400
|
"kind": "field",
|
|
13523
|
-
"name": "
|
|
13401
|
+
"name": "gridFields",
|
|
13524
13402
|
"type": {
|
|
13525
|
-
"text": "
|
|
13403
|
+
"text": "string"
|
|
13526
13404
|
},
|
|
13527
|
-
"
|
|
13405
|
+
"default": "''",
|
|
13528
13406
|
"inheritedFrom": {
|
|
13529
13407
|
"name": "FileUpload",
|
|
13530
13408
|
"module": "src/file-upload/file-upload.ts"
|
|
@@ -13532,10 +13410,11 @@
|
|
|
13532
13410
|
},
|
|
13533
13411
|
{
|
|
13534
13412
|
"kind": "field",
|
|
13535
|
-
"name": "
|
|
13413
|
+
"name": "fileName",
|
|
13536
13414
|
"type": {
|
|
13537
13415
|
"text": "string"
|
|
13538
13416
|
},
|
|
13417
|
+
"default": "''",
|
|
13539
13418
|
"inheritedFrom": {
|
|
13540
13419
|
"name": "FileUpload",
|
|
13541
13420
|
"module": "src/file-upload/file-upload.ts"
|
|
@@ -13543,169 +13422,7 @@
|
|
|
13543
13422
|
},
|
|
13544
13423
|
{
|
|
13545
13424
|
"kind": "field",
|
|
13546
|
-
"name": "
|
|
13547
|
-
"type": {
|
|
13548
|
-
"text": "Connect"
|
|
13549
|
-
},
|
|
13550
|
-
"inheritedFrom": {
|
|
13551
|
-
"name": "FileUpload",
|
|
13552
|
-
"module": "src/file-upload/file-upload.ts"
|
|
13553
|
-
}
|
|
13554
|
-
},
|
|
13555
|
-
{
|
|
13556
|
-
"kind": "field",
|
|
13557
|
-
"name": "session",
|
|
13558
|
-
"type": {
|
|
13559
|
-
"text": "Session"
|
|
13560
|
-
},
|
|
13561
|
-
"inheritedFrom": {
|
|
13562
|
-
"name": "FileUpload",
|
|
13563
|
-
"module": "src/file-upload/file-upload.ts"
|
|
13564
|
-
}
|
|
13565
|
-
},
|
|
13566
|
-
{
|
|
13567
|
-
"kind": "field",
|
|
13568
|
-
"name": "label",
|
|
13569
|
-
"type": {
|
|
13570
|
-
"text": "string"
|
|
13571
|
-
},
|
|
13572
|
-
"inheritedFrom": {
|
|
13573
|
-
"name": "FileUpload",
|
|
13574
|
-
"module": "src/file-upload/file-upload.ts"
|
|
13575
|
-
}
|
|
13576
|
-
},
|
|
13577
|
-
{
|
|
13578
|
-
"kind": "field",
|
|
13579
|
-
"name": "accept",
|
|
13580
|
-
"type": {
|
|
13581
|
-
"text": "string"
|
|
13582
|
-
},
|
|
13583
|
-
"default": "''",
|
|
13584
|
-
"inheritedFrom": {
|
|
13585
|
-
"name": "FileUpload",
|
|
13586
|
-
"module": "src/file-upload/file-upload.ts"
|
|
13587
|
-
}
|
|
13588
|
-
},
|
|
13589
|
-
{
|
|
13590
|
-
"kind": "method",
|
|
13591
|
-
"name": "acceptChanged",
|
|
13592
|
-
"inheritedFrom": {
|
|
13593
|
-
"name": "FileUpload",
|
|
13594
|
-
"module": "src/file-upload/file-upload.ts"
|
|
13595
|
-
}
|
|
13596
|
-
},
|
|
13597
|
-
{
|
|
13598
|
-
"kind": "field",
|
|
13599
|
-
"name": "fileSizeLimitBytes",
|
|
13600
|
-
"default": "104_857_600",
|
|
13601
|
-
"type": {
|
|
13602
|
-
"text": "number"
|
|
13603
|
-
},
|
|
13604
|
-
"inheritedFrom": {
|
|
13605
|
-
"name": "FileUpload",
|
|
13606
|
-
"module": "src/file-upload/file-upload.ts"
|
|
13607
|
-
}
|
|
13608
|
-
},
|
|
13609
|
-
{
|
|
13610
|
-
"kind": "field",
|
|
13611
|
-
"name": "uploadedFilesResourceName",
|
|
13612
|
-
"type": {
|
|
13613
|
-
"text": "string"
|
|
13614
|
-
},
|
|
13615
|
-
"default": "'ALL_FILE_ATTACHMENTS'",
|
|
13616
|
-
"inheritedFrom": {
|
|
13617
|
-
"name": "FileUpload",
|
|
13618
|
-
"module": "src/file-upload/file-upload.ts"
|
|
13619
|
-
}
|
|
13620
|
-
},
|
|
13621
|
-
{
|
|
13622
|
-
"kind": "field",
|
|
13623
|
-
"name": "uploadEventName",
|
|
13624
|
-
"type": {
|
|
13625
|
-
"text": "string"
|
|
13626
|
-
},
|
|
13627
|
-
"default": "'gwf/attachment-handler/upload'",
|
|
13628
|
-
"inheritedFrom": {
|
|
13629
|
-
"name": "FileUpload",
|
|
13630
|
-
"module": "src/file-upload/file-upload.ts"
|
|
13631
|
-
}
|
|
13632
|
-
},
|
|
13633
|
-
{
|
|
13634
|
-
"kind": "field",
|
|
13635
|
-
"name": "fieldName",
|
|
13636
|
-
"type": {
|
|
13637
|
-
"text": "string"
|
|
13638
|
-
},
|
|
13639
|
-
"inheritedFrom": {
|
|
13640
|
-
"name": "FileUpload",
|
|
13641
|
-
"module": "src/file-upload/file-upload.ts"
|
|
13642
|
-
}
|
|
13643
|
-
},
|
|
13644
|
-
{
|
|
13645
|
-
"kind": "method",
|
|
13646
|
-
"name": "fieldNameChanged",
|
|
13647
|
-
"inheritedFrom": {
|
|
13648
|
-
"name": "FileUpload",
|
|
13649
|
-
"module": "src/file-upload/file-upload.ts"
|
|
13650
|
-
}
|
|
13651
|
-
},
|
|
13652
|
-
{
|
|
13653
|
-
"kind": "field",
|
|
13654
|
-
"name": "entityId",
|
|
13655
|
-
"type": {
|
|
13656
|
-
"text": "string"
|
|
13657
|
-
},
|
|
13658
|
-
"inheritedFrom": {
|
|
13659
|
-
"name": "FileUpload",
|
|
13660
|
-
"module": "src/file-upload/file-upload.ts"
|
|
13661
|
-
}
|
|
13662
|
-
},
|
|
13663
|
-
{
|
|
13664
|
-
"kind": "method",
|
|
13665
|
-
"name": "entityIdChanged",
|
|
13666
|
-
"inheritedFrom": {
|
|
13667
|
-
"name": "FileUpload",
|
|
13668
|
-
"module": "src/file-upload/file-upload.ts"
|
|
13669
|
-
}
|
|
13670
|
-
},
|
|
13671
|
-
{
|
|
13672
|
-
"kind": "field",
|
|
13673
|
-
"name": "uploadKey",
|
|
13674
|
-
"type": {
|
|
13675
|
-
"text": "string"
|
|
13676
|
-
},
|
|
13677
|
-
"inheritedFrom": {
|
|
13678
|
-
"name": "FileUpload",
|
|
13679
|
-
"module": "src/file-upload/file-upload.ts"
|
|
13680
|
-
}
|
|
13681
|
-
},
|
|
13682
|
-
{
|
|
13683
|
-
"kind": "field",
|
|
13684
|
-
"name": "gridFields",
|
|
13685
|
-
"type": {
|
|
13686
|
-
"text": "string"
|
|
13687
|
-
},
|
|
13688
|
-
"default": "''",
|
|
13689
|
-
"inheritedFrom": {
|
|
13690
|
-
"name": "FileUpload",
|
|
13691
|
-
"module": "src/file-upload/file-upload.ts"
|
|
13692
|
-
}
|
|
13693
|
-
},
|
|
13694
|
-
{
|
|
13695
|
-
"kind": "field",
|
|
13696
|
-
"name": "fileName",
|
|
13697
|
-
"type": {
|
|
13698
|
-
"text": "string"
|
|
13699
|
-
},
|
|
13700
|
-
"default": "''",
|
|
13701
|
-
"inheritedFrom": {
|
|
13702
|
-
"name": "FileUpload",
|
|
13703
|
-
"module": "src/file-upload/file-upload.ts"
|
|
13704
|
-
}
|
|
13705
|
-
},
|
|
13706
|
-
{
|
|
13707
|
-
"kind": "field",
|
|
13708
|
-
"name": "uploadedFilesList",
|
|
13425
|
+
"name": "uploadedFilesList",
|
|
13709
13426
|
"type": {
|
|
13710
13427
|
"text": "array"
|
|
13711
13428
|
},
|
|
@@ -15345,7 +15062,7 @@
|
|
|
15345
15062
|
},
|
|
15346
15063
|
{
|
|
15347
15064
|
"kind": "javascript-module",
|
|
15348
|
-
"path": "src/
|
|
15065
|
+
"path": "src/error-dialog/error-dialog.stories.ts",
|
|
15349
15066
|
"declarations": [
|
|
15350
15067
|
{
|
|
15351
15068
|
"kind": "variable",
|
|
@@ -15353,7 +15070,7 @@
|
|
|
15353
15070
|
"type": {
|
|
15354
15071
|
"text": "Meta"
|
|
15355
15072
|
},
|
|
15356
|
-
"default": "{\n title: '
|
|
15073
|
+
"default": "{\n title: 'Error Dialog',\n component: 'zero-error-dialog',\n}"
|
|
15357
15074
|
},
|
|
15358
15075
|
{
|
|
15359
15076
|
"kind": "variable",
|
|
@@ -15361,7 +15078,7 @@
|
|
|
15361
15078
|
"type": {
|
|
15362
15079
|
"text": "StoryObj"
|
|
15363
15080
|
},
|
|
15364
|
-
"default": "{\n
|
|
15081
|
+
"default": "{\n args: {\n errorText:\n 'Lorem ipsum dolor sit amet consectetur adipisicing elit. Lorem ipsum dolor sit amet',\n notifyText:\n 'Lorem ipsum dolor sit amet consectetur adipisicing elit. Lorem ipsum dolor sit amet',\n },\n render: ({ errorText, notifyText }) => html`\n <zero-button @click=\"${() => showDialog(errorText)}\">Show Zero Dialog</zero-button>\n <zero-button @click=\"${() => showDialogNotify(notifyText)}\">\n Show Zero Dialog - Notification\n </zero-button>\n <div id=\"error-dialog-container\"></div>\n `,\n}"
|
|
15365
15082
|
}
|
|
15366
15083
|
],
|
|
15367
15084
|
"exports": [
|
|
@@ -15370,7 +15087,7 @@
|
|
|
15370
15087
|
"name": "default",
|
|
15371
15088
|
"declaration": {
|
|
15372
15089
|
"name": "meta",
|
|
15373
|
-
"module": "src/
|
|
15090
|
+
"module": "src/error-dialog/error-dialog.stories.ts"
|
|
15374
15091
|
}
|
|
15375
15092
|
},
|
|
15376
15093
|
{
|
|
@@ -15378,26 +15095,100 @@
|
|
|
15378
15095
|
"name": "Primary",
|
|
15379
15096
|
"declaration": {
|
|
15380
15097
|
"name": "Primary",
|
|
15381
|
-
"module": "src/
|
|
15098
|
+
"module": "src/error-dialog/error-dialog.stories.ts"
|
|
15382
15099
|
}
|
|
15383
15100
|
}
|
|
15384
15101
|
]
|
|
15385
15102
|
},
|
|
15386
15103
|
{
|
|
15387
15104
|
"kind": "javascript-module",
|
|
15388
|
-
"path": "src/
|
|
15105
|
+
"path": "src/error-dialog/error-dialog.ts",
|
|
15389
15106
|
"declarations": [
|
|
15390
15107
|
{
|
|
15391
15108
|
"kind": "class",
|
|
15392
15109
|
"description": "",
|
|
15393
|
-
"name": "
|
|
15110
|
+
"name": "ErrorDialog",
|
|
15394
15111
|
"superclass": {
|
|
15395
|
-
"name": "
|
|
15112
|
+
"name": "FoundationErrorDialog",
|
|
15396
15113
|
"package": "@genesislcap/foundation-ui"
|
|
15397
15114
|
},
|
|
15398
|
-
"tagName": "%%prefix%%-
|
|
15115
|
+
"tagName": "%%prefix%%-error-dialog",
|
|
15399
15116
|
"customElement": true,
|
|
15400
15117
|
"members": [
|
|
15118
|
+
{
|
|
15119
|
+
"kind": "field",
|
|
15120
|
+
"name": "dialog",
|
|
15121
|
+
"type": {
|
|
15122
|
+
"text": "HTMLElement & { close: () => void; show: () => void }"
|
|
15123
|
+
},
|
|
15124
|
+
"privacy": "public",
|
|
15125
|
+
"inheritedFrom": {
|
|
15126
|
+
"name": "ErrorDialog",
|
|
15127
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
15128
|
+
}
|
|
15129
|
+
},
|
|
15130
|
+
{
|
|
15131
|
+
"kind": "field",
|
|
15132
|
+
"name": "error",
|
|
15133
|
+
"type": {
|
|
15134
|
+
"text": "ErrorStructure"
|
|
15135
|
+
},
|
|
15136
|
+
"inheritedFrom": {
|
|
15137
|
+
"name": "ErrorDialog",
|
|
15138
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
15139
|
+
}
|
|
15140
|
+
},
|
|
15141
|
+
{
|
|
15142
|
+
"kind": "field",
|
|
15143
|
+
"name": "notification",
|
|
15144
|
+
"type": {
|
|
15145
|
+
"text": "NotificationStructure"
|
|
15146
|
+
},
|
|
15147
|
+
"inheritedFrom": {
|
|
15148
|
+
"name": "ErrorDialog",
|
|
15149
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
15150
|
+
}
|
|
15151
|
+
},
|
|
15152
|
+
{
|
|
15153
|
+
"kind": "method",
|
|
15154
|
+
"name": "show",
|
|
15155
|
+
"privacy": "public",
|
|
15156
|
+
"return": {
|
|
15157
|
+
"type": {
|
|
15158
|
+
"text": "void"
|
|
15159
|
+
}
|
|
15160
|
+
},
|
|
15161
|
+
"description": "Show the Error Dialog.",
|
|
15162
|
+
"inheritedFrom": {
|
|
15163
|
+
"name": "ErrorDialog",
|
|
15164
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
15165
|
+
}
|
|
15166
|
+
},
|
|
15167
|
+
{
|
|
15168
|
+
"kind": "method",
|
|
15169
|
+
"name": "dismiss",
|
|
15170
|
+
"privacy": "public",
|
|
15171
|
+
"description": "Dismiss the Error Dialog from display and calls the dismissing action.",
|
|
15172
|
+
"inheritedFrom": {
|
|
15173
|
+
"name": "ErrorDialog",
|
|
15174
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
15175
|
+
}
|
|
15176
|
+
},
|
|
15177
|
+
{
|
|
15178
|
+
"kind": "method",
|
|
15179
|
+
"name": "closeDialog",
|
|
15180
|
+
"privacy": "public",
|
|
15181
|
+
"return": {
|
|
15182
|
+
"type": {
|
|
15183
|
+
"text": "void"
|
|
15184
|
+
}
|
|
15185
|
+
},
|
|
15186
|
+
"description": "Dismiss the Error Dialog from display.",
|
|
15187
|
+
"inheritedFrom": {
|
|
15188
|
+
"name": "ErrorDialog",
|
|
15189
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
15190
|
+
}
|
|
15191
|
+
},
|
|
15401
15192
|
{
|
|
15402
15193
|
"kind": "field",
|
|
15403
15194
|
"name": "_presentation",
|
|
@@ -15513,9 +15304,218 @@
|
|
|
15513
15304
|
},
|
|
15514
15305
|
{
|
|
15515
15306
|
"kind": "variable",
|
|
15516
|
-
"name": "
|
|
15517
|
-
"description": "The
|
|
15518
|
-
"privacy": "public"
|
|
15307
|
+
"name": "zeroErrorDialog",
|
|
15308
|
+
"description": "The zero ErrorDialog",
|
|
15309
|
+
"privacy": "public"
|
|
15310
|
+
}
|
|
15311
|
+
],
|
|
15312
|
+
"exports": [
|
|
15313
|
+
{
|
|
15314
|
+
"kind": "js",
|
|
15315
|
+
"name": "ErrorDialog",
|
|
15316
|
+
"declaration": {
|
|
15317
|
+
"name": "ErrorDialog",
|
|
15318
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
15319
|
+
}
|
|
15320
|
+
},
|
|
15321
|
+
{
|
|
15322
|
+
"kind": "js",
|
|
15323
|
+
"name": "zeroErrorDialog",
|
|
15324
|
+
"declaration": {
|
|
15325
|
+
"name": "zeroErrorDialog",
|
|
15326
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
15327
|
+
}
|
|
15328
|
+
}
|
|
15329
|
+
]
|
|
15330
|
+
},
|
|
15331
|
+
{
|
|
15332
|
+
"kind": "javascript-module",
|
|
15333
|
+
"path": "src/error-dialog/index.ts",
|
|
15334
|
+
"declarations": [],
|
|
15335
|
+
"exports": [
|
|
15336
|
+
{
|
|
15337
|
+
"kind": "js",
|
|
15338
|
+
"name": "*",
|
|
15339
|
+
"declaration": {
|
|
15340
|
+
"name": "*",
|
|
15341
|
+
"package": "./error-dialog"
|
|
15342
|
+
}
|
|
15343
|
+
}
|
|
15344
|
+
]
|
|
15345
|
+
},
|
|
15346
|
+
{
|
|
15347
|
+
"kind": "javascript-module",
|
|
15348
|
+
"path": "src/flex-layout/flex-layout.stories.ts",
|
|
15349
|
+
"declarations": [
|
|
15350
|
+
{
|
|
15351
|
+
"kind": "variable",
|
|
15352
|
+
"name": "meta",
|
|
15353
|
+
"type": {
|
|
15354
|
+
"text": "Meta"
|
|
15355
|
+
},
|
|
15356
|
+
"default": "{\n title: 'Flex Layout',\n component: 'zero-flex-layout',\n parameters: {\n controls: { hideNoControlsWarning: true },\n },\n}"
|
|
15357
|
+
},
|
|
15358
|
+
{
|
|
15359
|
+
"kind": "variable",
|
|
15360
|
+
"name": "Primary",
|
|
15361
|
+
"type": {
|
|
15362
|
+
"text": "StoryObj"
|
|
15363
|
+
},
|
|
15364
|
+
"default": "{\n render: () => html`\n <div style=\"${wrapperStyle}\">\n <zero-card style=\"height: 200px; width: 100%;\">\n <zero-flex-layout class=\"flex-column flex-wrap spacing-2x justify-end\">\n <div style=\"width: 30%; height: 40%; background-color: red;\"></div>\n <div style=\"width: 30%; height: 50%; background-color: green;\"></div>\n </zero-flex-layout>\n </zero-card>\n\n <zero-card style=\"height: 200px; width: 100%;\">\n <zero-flex-layout class=\"flex-row spacing-2x\">\n <div style=\"width: 30%; background-color: red;\"></div>\n <div style=\"width: 70%; background-color: green;\"></div>\n </zero-flex-layout>\n </zero-card>\n\n <zero-card style=\"height: 200px; width: 100%;\">\n <zero-flex-layout class=\"flex-row spacing-2x\">\n <div style=\"width: 20%; background-color: red;\"></div>\n <div style=\"width: 60%; background-color: green;\"></div>\n <div style=\"width: 20%; background-color: blue;\"></div>\n </zero-flex-layout>\n </zero-card>\n\n <zero-card style=\"height: 200px; width: 100%;\">\n <zero-flex-layout class=\"flex-row spacing-2x\">\n <div style=\"width: 30%; height: 100%; background-color: red;\"></div>\n <zero-flex-layout class=\"flex-column spacing-2x\">\n <div style=\"height: 60%; width: 100%; background-color: blue;\"></div>\n <div style=\"height: 40%; width: 100%; background-color: green;\"></div>\n </zero-flex-layout>\n </zero-flex-layout>\n </zero-card>\n\n <zero-card style=\"height: 200px; width: 100%;\">\n <zero-flex-layout class=\"flex-column spacing-2x\">\n <div style=\"height: 100%; width: 100%; background-color: blue;\"></div>\n <zero-flex-layout class=\"flex-row spacing-2x\">\n <div style=\"width: 80%; background-color: green;\"></div>\n <div style=\"width: 20%; background-color: blue;\"></div>\n </zero-flex-layout>\n </zero-flex-layout>\n </zero-card>\n\n <zero-card style=\"height: 200px; width: 100%;\">\n <zero-flex-layout class=\"flex-column spacing-2x\">\n <div style=\"height: 20%; width: 100%; background-color: blue;\"></div>\n <zero-flex-layout class=\"flex-row spacing-2x\">\n <div style=\"width: 20%; background-color: green;\"></div>\n <div style=\"width: 80%; background-color: blue;\"></div>\n </zero-flex-layout>\n <div style=\"width: 100%; height: 20%; background-color: yellow;\"></div>\n </zero-flex-layout>\n </zero-card>\n\n <zero-card style=\"height: 200px; width: 100%;\">\n <zero-flex-layout class=\"flex-row spacing-2x\">\n <div style=\"background-color: blue; width: 100%; height: 100%;\"></div>\n <zero-flex-layout class=\"flex-column spacing-2x\">\n <div style=\"background-color: green; width: 100%; height: 100%;\"></div>\n <zero-flex-layout class=\"flex-row spacing-2x\">\n <div style=\"flex:3; background-color: yellow;\"></div>\n <div style=\"flex:1; background-color: blue;\"></div>\n </zero-flex-layout>\n </zero-flex-layout>\n </zero-flex-layout>\n </zero-card>\n </div>\n `,\n}"
|
|
15365
|
+
}
|
|
15366
|
+
],
|
|
15367
|
+
"exports": [
|
|
15368
|
+
{
|
|
15369
|
+
"kind": "js",
|
|
15370
|
+
"name": "default",
|
|
15371
|
+
"declaration": {
|
|
15372
|
+
"name": "meta",
|
|
15373
|
+
"module": "src/flex-layout/flex-layout.stories.ts"
|
|
15374
|
+
}
|
|
15375
|
+
},
|
|
15376
|
+
{
|
|
15377
|
+
"kind": "js",
|
|
15378
|
+
"name": "Primary",
|
|
15379
|
+
"declaration": {
|
|
15380
|
+
"name": "Primary",
|
|
15381
|
+
"module": "src/flex-layout/flex-layout.stories.ts"
|
|
15382
|
+
}
|
|
15383
|
+
}
|
|
15384
|
+
]
|
|
15385
|
+
},
|
|
15386
|
+
{
|
|
15387
|
+
"kind": "javascript-module",
|
|
15388
|
+
"path": "src/flex-layout/flex-layout.ts",
|
|
15389
|
+
"declarations": [
|
|
15390
|
+
{
|
|
15391
|
+
"kind": "class",
|
|
15392
|
+
"description": "",
|
|
15393
|
+
"name": "FlexLayout",
|
|
15394
|
+
"superclass": {
|
|
15395
|
+
"name": "FoundationFlexLayout",
|
|
15396
|
+
"package": "@genesislcap/foundation-ui"
|
|
15397
|
+
},
|
|
15398
|
+
"tagName": "%%prefix%%-flex-layout",
|
|
15399
|
+
"customElement": true,
|
|
15400
|
+
"members": [
|
|
15401
|
+
{
|
|
15402
|
+
"kind": "field",
|
|
15403
|
+
"name": "_presentation",
|
|
15404
|
+
"type": {
|
|
15405
|
+
"text": "ComponentPresentation | null | undefined"
|
|
15406
|
+
},
|
|
15407
|
+
"privacy": "private",
|
|
15408
|
+
"default": "void 0",
|
|
15409
|
+
"inheritedFrom": {
|
|
15410
|
+
"name": "FoundationElement",
|
|
15411
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15412
|
+
}
|
|
15413
|
+
},
|
|
15414
|
+
{
|
|
15415
|
+
"kind": "field",
|
|
15416
|
+
"name": "$presentation",
|
|
15417
|
+
"type": {
|
|
15418
|
+
"text": "ComponentPresentation | null"
|
|
15419
|
+
},
|
|
15420
|
+
"privacy": "public",
|
|
15421
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
15422
|
+
"inheritedFrom": {
|
|
15423
|
+
"name": "FoundationElement",
|
|
15424
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15425
|
+
}
|
|
15426
|
+
},
|
|
15427
|
+
{
|
|
15428
|
+
"kind": "field",
|
|
15429
|
+
"name": "template",
|
|
15430
|
+
"type": {
|
|
15431
|
+
"text": "ElementViewTemplate | void | null"
|
|
15432
|
+
},
|
|
15433
|
+
"privacy": "public",
|
|
15434
|
+
"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.",
|
|
15435
|
+
"inheritedFrom": {
|
|
15436
|
+
"name": "FoundationElement",
|
|
15437
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15438
|
+
}
|
|
15439
|
+
},
|
|
15440
|
+
{
|
|
15441
|
+
"kind": "method",
|
|
15442
|
+
"name": "templateChanged",
|
|
15443
|
+
"privacy": "protected",
|
|
15444
|
+
"return": {
|
|
15445
|
+
"type": {
|
|
15446
|
+
"text": "void"
|
|
15447
|
+
}
|
|
15448
|
+
},
|
|
15449
|
+
"inheritedFrom": {
|
|
15450
|
+
"name": "FoundationElement",
|
|
15451
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15452
|
+
}
|
|
15453
|
+
},
|
|
15454
|
+
{
|
|
15455
|
+
"kind": "field",
|
|
15456
|
+
"name": "styles",
|
|
15457
|
+
"type": {
|
|
15458
|
+
"text": "ElementStyles | void | null"
|
|
15459
|
+
},
|
|
15460
|
+
"privacy": "public",
|
|
15461
|
+
"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.",
|
|
15462
|
+
"inheritedFrom": {
|
|
15463
|
+
"name": "FoundationElement",
|
|
15464
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15465
|
+
}
|
|
15466
|
+
},
|
|
15467
|
+
{
|
|
15468
|
+
"kind": "method",
|
|
15469
|
+
"name": "stylesChanged",
|
|
15470
|
+
"privacy": "protected",
|
|
15471
|
+
"return": {
|
|
15472
|
+
"type": {
|
|
15473
|
+
"text": "void"
|
|
15474
|
+
}
|
|
15475
|
+
},
|
|
15476
|
+
"inheritedFrom": {
|
|
15477
|
+
"name": "FoundationElement",
|
|
15478
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15479
|
+
}
|
|
15480
|
+
},
|
|
15481
|
+
{
|
|
15482
|
+
"kind": "method",
|
|
15483
|
+
"name": "compose",
|
|
15484
|
+
"privacy": "public",
|
|
15485
|
+
"static": true,
|
|
15486
|
+
"return": {
|
|
15487
|
+
"type": {
|
|
15488
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
15489
|
+
}
|
|
15490
|
+
},
|
|
15491
|
+
"parameters": [
|
|
15492
|
+
{
|
|
15493
|
+
"name": "this",
|
|
15494
|
+
"type": {
|
|
15495
|
+
"text": "K"
|
|
15496
|
+
}
|
|
15497
|
+
},
|
|
15498
|
+
{
|
|
15499
|
+
"name": "elementDefinition",
|
|
15500
|
+
"type": {
|
|
15501
|
+
"text": "T"
|
|
15502
|
+
},
|
|
15503
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
15504
|
+
}
|
|
15505
|
+
],
|
|
15506
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
15507
|
+
"inheritedFrom": {
|
|
15508
|
+
"name": "FoundationElement",
|
|
15509
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15510
|
+
}
|
|
15511
|
+
}
|
|
15512
|
+
]
|
|
15513
|
+
},
|
|
15514
|
+
{
|
|
15515
|
+
"kind": "variable",
|
|
15516
|
+
"name": "zeroFlexLayout",
|
|
15517
|
+
"description": "The Zero Flex Layout",
|
|
15518
|
+
"privacy": "public"
|
|
15519
15519
|
}
|
|
15520
15520
|
],
|
|
15521
15521
|
"exports": [
|
|
@@ -20588,7 +20588,7 @@
|
|
|
20588
20588
|
},
|
|
20589
20589
|
{
|
|
20590
20590
|
"kind": "javascript-module",
|
|
20591
|
-
"path": "src/
|
|
20591
|
+
"path": "src/multiselect/index.ts",
|
|
20592
20592
|
"declarations": [],
|
|
20593
20593
|
"exports": [
|
|
20594
20594
|
{
|
|
@@ -20596,7 +20596,7 @@
|
|
|
20596
20596
|
"name": "*",
|
|
20597
20597
|
"declaration": {
|
|
20598
20598
|
"name": "*",
|
|
20599
|
-
"package": "./
|
|
20599
|
+
"package": "./multiselect"
|
|
20600
20600
|
}
|
|
20601
20601
|
},
|
|
20602
20602
|
{
|
|
@@ -20604,22 +20604,22 @@
|
|
|
20604
20604
|
"name": "*",
|
|
20605
20605
|
"declaration": {
|
|
20606
20606
|
"name": "*",
|
|
20607
|
-
"package": "./
|
|
20607
|
+
"package": "./multiselect.styles"
|
|
20608
20608
|
}
|
|
20609
20609
|
},
|
|
20610
20610
|
{
|
|
20611
20611
|
"kind": "js",
|
|
20612
|
-
"name": "
|
|
20612
|
+
"name": "*",
|
|
20613
20613
|
"declaration": {
|
|
20614
|
-
"name": "
|
|
20615
|
-
"package": "
|
|
20614
|
+
"name": "*",
|
|
20615
|
+
"package": "./multiselect.template"
|
|
20616
20616
|
}
|
|
20617
20617
|
}
|
|
20618
20618
|
]
|
|
20619
20619
|
},
|
|
20620
20620
|
{
|
|
20621
20621
|
"kind": "javascript-module",
|
|
20622
|
-
"path": "src/
|
|
20622
|
+
"path": "src/multiselect/multiselect.stories.ts",
|
|
20623
20623
|
"declarations": [
|
|
20624
20624
|
{
|
|
20625
20625
|
"kind": "variable",
|
|
@@ -20627,7 +20627,7 @@
|
|
|
20627
20627
|
"type": {
|
|
20628
20628
|
"text": "Meta"
|
|
20629
20629
|
},
|
|
20630
|
-
"default": "{\n title: '
|
|
20630
|
+
"default": "{\n title: 'Multiselect',\n component: 'zero-multiselect',\n}"
|
|
20631
20631
|
},
|
|
20632
20632
|
{
|
|
20633
20633
|
"kind": "variable",
|
|
@@ -20635,7 +20635,7 @@
|
|
|
20635
20635
|
"type": {
|
|
20636
20636
|
"text": "StoryObj"
|
|
20637
20637
|
},
|
|
20638
|
-
"default": "{\n args: {\n
|
|
20638
|
+
"default": "{\n render: ({ name, text, countries, search, autoPosition }) => html`\n <div style=\"min-height: 400px;\">\n <zero-multiselect\n name=\"${name}\"\n auto-position=\"${autoPosition}\"\n .options=\"${countries}\"\n search=\"${search}\"\n >\n ${text}\n </zero-multiselect>\n </div>\n `,\n args: {\n name: 'Countries',\n text: 'Multiselect',\n search: true,\n autoPosition: true,\n countries: [\n 'Afghanistan',\n 'Aland Islands',\n 'Albania',\n 'Algeria',\n 'American Samoa',\n 'Andorra',\n 'Angola',\n 'Anguilla',\n 'Antarctica',\n 'Antigua and Barbuda',\n 'Argentina',\n 'Armenia',\n 'Aruba',\n 'Australia',\n 'Austria',\n 'Azerbaijan',\n 'Bahamas',\n 'Bahrain',\n 'Bangladesh',\n 'Barbados',\n 'Belarus',\n 'Belgium',\n 'Belize',\n 'Benin',\n 'Bermuda',\n 'Bhutan',\n 'Bolivia',\n 'Bonaire, Sint Eustatius and Saba',\n 'Bosnia and Herzegovina',\n 'Botswana',\n 'Bouvet Island',\n 'Brazil',\n 'British Indian Ocean Territory',\n 'Brunei Darussalam',\n 'Bulgaria',\n 'Burkina Faso',\n 'Burundi',\n 'Cambodia',\n 'Cameroon',\n 'Canada',\n 'Cape Verde',\n 'Cayman Islands',\n 'Central African Republic',\n 'Chad',\n ],\n },\n}"
|
|
20639
20639
|
}
|
|
20640
20640
|
],
|
|
20641
20641
|
"exports": [
|
|
@@ -20644,7 +20644,7 @@
|
|
|
20644
20644
|
"name": "default",
|
|
20645
20645
|
"declaration": {
|
|
20646
20646
|
"name": "meta",
|
|
20647
|
-
"module": "src/
|
|
20647
|
+
"module": "src/multiselect/multiselect.stories.ts"
|
|
20648
20648
|
}
|
|
20649
20649
|
},
|
|
20650
20650
|
{
|
|
@@ -20652,585 +20652,392 @@
|
|
|
20652
20652
|
"name": "Primary",
|
|
20653
20653
|
"declaration": {
|
|
20654
20654
|
"name": "Primary",
|
|
20655
|
-
"module": "src/
|
|
20655
|
+
"module": "src/multiselect/multiselect.stories.ts"
|
|
20656
20656
|
}
|
|
20657
20657
|
}
|
|
20658
20658
|
]
|
|
20659
20659
|
},
|
|
20660
20660
|
{
|
|
20661
20661
|
"kind": "javascript-module",
|
|
20662
|
-
"path": "src/
|
|
20662
|
+
"path": "src/multiselect/multiselect.styles.ts",
|
|
20663
20663
|
"declarations": [
|
|
20664
20664
|
{
|
|
20665
20665
|
"kind": "variable",
|
|
20666
|
-
"name": "
|
|
20667
|
-
"default": "css`\n ${
|
|
20666
|
+
"name": "multiselectStyles",
|
|
20667
|
+
"default": "css`\n ${foundationMultiselectStyles}\n\n :host {\n --primary-gradient-angle: -113.5deg;\n }\n\n #display-field {\n background: ${defaultRapidBGColor};\n }\n\n #display-field:focus {\n outline: none;\n background:\n linear-gradient(\n var(--primary-gradient-angle),\n ${PrimaryRapidColorHEX.blue} 0%,\n ${PrimaryRapidColorHEX.purple} 100%\n )\n top/100% 1px,\n linear-gradient(\n var(--primary-gradient-angle),\n ${PrimaryRapidColorHEX.blue} 0%,\n ${PrimaryRapidColorHEX.purple} 100%\n )\n bottom/100% 1px;\n background-origin: border-box;\n background-repeat: no-repeat;\n border: 1px solid transparent;\n border-right-color: ${PrimaryRapidColorHEX.blue};\n border-left-color: ${PrimaryRapidColorHEX.purple};\n }\n\n ::slotted(zero-checkbox),\n zero-checkbox {\n border-bottom: 1px solid rgb(46 48 52);\n padding: 5px 0 5px 5px;\n margin: 0;\n }\n\n ::slotted(zero-checkbox:hover),\n zero-checkbox:hover {\n background-color: rgb(45 47 51);\n cursor: pointer;\n }\n\n ::slotted(zero-checkbox)::part(label),\n zero-checkbox::part(label) {\n overflow-x: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n .label {\n color: ${defaultRapidLabelColor};\n }\n`"
|
|
20668
20668
|
}
|
|
20669
20669
|
],
|
|
20670
20670
|
"exports": [
|
|
20671
20671
|
{
|
|
20672
20672
|
"kind": "js",
|
|
20673
|
-
"name": "
|
|
20673
|
+
"name": "multiselectStyles",
|
|
20674
20674
|
"declaration": {
|
|
20675
|
-
"name": "
|
|
20676
|
-
"module": "src/
|
|
20675
|
+
"name": "multiselectStyles",
|
|
20676
|
+
"module": "src/multiselect/multiselect.styles.ts"
|
|
20677
20677
|
}
|
|
20678
20678
|
}
|
|
20679
20679
|
]
|
|
20680
20680
|
},
|
|
20681
20681
|
{
|
|
20682
20682
|
"kind": "javascript-module",
|
|
20683
|
-
"path": "src/
|
|
20683
|
+
"path": "src/multiselect/multiselect.template.ts",
|
|
20684
20684
|
"declarations": [
|
|
20685
20685
|
{
|
|
20686
20686
|
"kind": "variable",
|
|
20687
|
-
"name": "
|
|
20688
|
-
"default": "
|
|
20689
|
-
}
|
|
20687
|
+
"name": "multiselectTemplate",
|
|
20688
|
+
"default": "html<Multiselect>`\n ${getPrefixedMultiselect('zero')}\n`"
|
|
20689
|
+
}
|
|
20690
|
+
],
|
|
20691
|
+
"exports": [
|
|
20690
20692
|
{
|
|
20691
|
-
"kind": "
|
|
20692
|
-
"name": "
|
|
20693
|
-
"
|
|
20694
|
-
|
|
20695
|
-
|
|
20696
|
-
|
|
20697
|
-
|
|
20698
|
-
|
|
20699
|
-
|
|
20693
|
+
"kind": "js",
|
|
20694
|
+
"name": "multiselectTemplate",
|
|
20695
|
+
"declaration": {
|
|
20696
|
+
"name": "multiselectTemplate",
|
|
20697
|
+
"module": "src/multiselect/multiselect.template.ts"
|
|
20698
|
+
}
|
|
20699
|
+
}
|
|
20700
|
+
]
|
|
20701
|
+
},
|
|
20702
|
+
{
|
|
20703
|
+
"kind": "javascript-module",
|
|
20704
|
+
"path": "src/multiselect/multiselect.ts",
|
|
20705
|
+
"declarations": [
|
|
20700
20706
|
{
|
|
20701
20707
|
"kind": "class",
|
|
20702
20708
|
"description": "",
|
|
20703
|
-
"name": "
|
|
20709
|
+
"name": "Multiselect",
|
|
20704
20710
|
"superclass": {
|
|
20705
|
-
"name": "
|
|
20711
|
+
"name": "FoundationMultiselect",
|
|
20706
20712
|
"package": "@genesislcap/foundation-ui"
|
|
20707
20713
|
},
|
|
20708
|
-
"tagName": "%%prefix%%-
|
|
20714
|
+
"tagName": "%%prefix%%-multiselect",
|
|
20709
20715
|
"customElement": true,
|
|
20710
20716
|
"attributes": [
|
|
20711
20717
|
{
|
|
20712
|
-
"name": "
|
|
20718
|
+
"name": "name",
|
|
20713
20719
|
"type": {
|
|
20714
|
-
"text": "
|
|
20720
|
+
"text": "string"
|
|
20715
20721
|
},
|
|
20716
|
-
"default": "'
|
|
20717
|
-
"fieldName": "
|
|
20722
|
+
"default": "''",
|
|
20723
|
+
"fieldName": "name",
|
|
20718
20724
|
"inheritedFrom": {
|
|
20719
|
-
"name": "
|
|
20720
|
-
"module": "src/
|
|
20725
|
+
"name": "Multiselect",
|
|
20726
|
+
"module": "src/multiselect/multiselect.ts"
|
|
20721
20727
|
}
|
|
20722
20728
|
},
|
|
20723
20729
|
{
|
|
20724
|
-
"name": "
|
|
20730
|
+
"name": "auto-position",
|
|
20725
20731
|
"type": {
|
|
20726
20732
|
"text": "boolean"
|
|
20727
20733
|
},
|
|
20728
20734
|
"default": "true",
|
|
20729
|
-
"
|
|
20730
|
-
"fieldName": "showCloseIcon",
|
|
20735
|
+
"fieldName": "autoPosition",
|
|
20731
20736
|
"inheritedFrom": {
|
|
20732
|
-
"name": "
|
|
20733
|
-
"module": "src/
|
|
20737
|
+
"name": "Multiselect",
|
|
20738
|
+
"module": "src/multiselect/multiselect.ts"
|
|
20734
20739
|
}
|
|
20735
|
-
}
|
|
20736
|
-
],
|
|
20737
|
-
"members": [
|
|
20740
|
+
},
|
|
20738
20741
|
{
|
|
20739
|
-
"
|
|
20740
|
-
|
|
20741
|
-
"return": {
|
|
20742
|
-
"type": {
|
|
20743
|
-
"text": "void"
|
|
20744
|
-
}
|
|
20742
|
+
"type": {
|
|
20743
|
+
"text": "boolean"
|
|
20745
20744
|
},
|
|
20746
|
-
"
|
|
20745
|
+
"default": "true",
|
|
20746
|
+
"fieldName": "all",
|
|
20747
20747
|
"inheritedFrom": {
|
|
20748
|
-
"name": "
|
|
20749
|
-
"module": "src/
|
|
20748
|
+
"name": "Multiselect",
|
|
20749
|
+
"module": "src/multiselect/multiselect.ts"
|
|
20750
20750
|
}
|
|
20751
20751
|
},
|
|
20752
20752
|
{
|
|
20753
|
-
"
|
|
20754
|
-
"name": "mainElement",
|
|
20753
|
+
"name": "debounce",
|
|
20755
20754
|
"type": {
|
|
20756
|
-
"text": "
|
|
20755
|
+
"text": "number"
|
|
20757
20756
|
},
|
|
20758
|
-
"
|
|
20757
|
+
"default": "DEBOUNCE_TIME",
|
|
20758
|
+
"resolveInitializer": {
|
|
20759
|
+
"module": "src/multiselect/multiselect.ts"
|
|
20760
|
+
},
|
|
20761
|
+
"fieldName": "debounce",
|
|
20759
20762
|
"inheritedFrom": {
|
|
20760
|
-
"name": "
|
|
20761
|
-
"module": "src/
|
|
20763
|
+
"name": "Multiselect",
|
|
20764
|
+
"module": "src/multiselect/multiselect.ts"
|
|
20762
20765
|
}
|
|
20763
|
-
}
|
|
20766
|
+
}
|
|
20767
|
+
],
|
|
20768
|
+
"members": [
|
|
20764
20769
|
{
|
|
20765
20770
|
"kind": "field",
|
|
20766
|
-
"name": "
|
|
20771
|
+
"name": "name",
|
|
20767
20772
|
"type": {
|
|
20768
|
-
"text": "
|
|
20773
|
+
"text": "string"
|
|
20769
20774
|
},
|
|
20775
|
+
"default": "''",
|
|
20770
20776
|
"inheritedFrom": {
|
|
20771
|
-
"name": "
|
|
20772
|
-
"module": "src/
|
|
20777
|
+
"name": "Multiselect",
|
|
20778
|
+
"module": "src/multiselect/multiselect.ts"
|
|
20773
20779
|
}
|
|
20774
20780
|
},
|
|
20775
20781
|
{
|
|
20776
|
-
"kind": "
|
|
20777
|
-
"name": "
|
|
20782
|
+
"kind": "field",
|
|
20783
|
+
"name": "autoPosition",
|
|
20784
|
+
"type": {
|
|
20785
|
+
"text": "boolean"
|
|
20786
|
+
},
|
|
20787
|
+
"default": "true",
|
|
20778
20788
|
"inheritedFrom": {
|
|
20779
|
-
"name": "
|
|
20780
|
-
"module": "src/
|
|
20789
|
+
"name": "Multiselect",
|
|
20790
|
+
"module": "src/multiselect/multiselect.ts"
|
|
20781
20791
|
}
|
|
20782
20792
|
},
|
|
20783
20793
|
{
|
|
20784
20794
|
"kind": "field",
|
|
20785
|
-
"name": "
|
|
20795
|
+
"name": "all",
|
|
20786
20796
|
"type": {
|
|
20787
|
-
"text": "
|
|
20797
|
+
"text": "boolean"
|
|
20788
20798
|
},
|
|
20789
|
-
"default": "
|
|
20799
|
+
"default": "true",
|
|
20790
20800
|
"inheritedFrom": {
|
|
20791
|
-
"name": "
|
|
20792
|
-
"module": "src/
|
|
20801
|
+
"name": "Multiselect",
|
|
20802
|
+
"module": "src/multiselect/multiselect.ts"
|
|
20793
20803
|
}
|
|
20794
20804
|
},
|
|
20795
20805
|
{
|
|
20796
20806
|
"kind": "field",
|
|
20797
|
-
"name": "
|
|
20807
|
+
"name": "allSelected",
|
|
20798
20808
|
"type": {
|
|
20799
20809
|
"text": "boolean"
|
|
20800
20810
|
},
|
|
20801
|
-
"default": "
|
|
20802
|
-
"description": "Whether or not to show the close icon",
|
|
20811
|
+
"default": "false",
|
|
20803
20812
|
"inheritedFrom": {
|
|
20804
|
-
"name": "
|
|
20805
|
-
"module": "src/
|
|
20813
|
+
"name": "Multiselect",
|
|
20814
|
+
"module": "src/multiselect/multiselect.ts"
|
|
20806
20815
|
}
|
|
20807
20816
|
},
|
|
20808
20817
|
{
|
|
20809
20818
|
"kind": "field",
|
|
20810
|
-
"name": "
|
|
20819
|
+
"name": "search",
|
|
20811
20820
|
"type": {
|
|
20812
|
-
"text": "
|
|
20821
|
+
"text": "boolean"
|
|
20813
20822
|
},
|
|
20814
|
-
"
|
|
20823
|
+
"default": "true",
|
|
20815
20824
|
"inheritedFrom": {
|
|
20816
|
-
"name": "
|
|
20817
|
-
"module": "src/
|
|
20825
|
+
"name": "Multiselect",
|
|
20826
|
+
"module": "src/multiselect/multiselect.ts"
|
|
20818
20827
|
}
|
|
20819
20828
|
},
|
|
20820
20829
|
{
|
|
20821
20830
|
"kind": "field",
|
|
20822
|
-
"name": "
|
|
20831
|
+
"name": "disabled",
|
|
20823
20832
|
"type": {
|
|
20824
|
-
"text": "
|
|
20833
|
+
"text": "boolean"
|
|
20825
20834
|
},
|
|
20826
|
-
"
|
|
20835
|
+
"default": "false",
|
|
20827
20836
|
"inheritedFrom": {
|
|
20828
|
-
"name": "
|
|
20829
|
-
"module": "src/
|
|
20837
|
+
"name": "Multiselect",
|
|
20838
|
+
"module": "src/multiselect/multiselect.ts"
|
|
20830
20839
|
}
|
|
20831
20840
|
},
|
|
20832
20841
|
{
|
|
20833
20842
|
"kind": "field",
|
|
20834
|
-
"name": "
|
|
20843
|
+
"name": "async",
|
|
20835
20844
|
"type": {
|
|
20836
20845
|
"text": "boolean"
|
|
20837
20846
|
},
|
|
20838
|
-
"
|
|
20839
|
-
"readonly": true,
|
|
20847
|
+
"default": "false",
|
|
20840
20848
|
"inheritedFrom": {
|
|
20841
|
-
"name": "
|
|
20842
|
-
"module": "src/
|
|
20849
|
+
"name": "Multiselect",
|
|
20850
|
+
"module": "src/multiselect/multiselect.ts"
|
|
20843
20851
|
}
|
|
20844
20852
|
},
|
|
20845
20853
|
{
|
|
20846
|
-
"kind": "
|
|
20847
|
-
"name": "
|
|
20848
|
-
"
|
|
20849
|
-
"
|
|
20850
|
-
"text": "void"
|
|
20851
|
-
}
|
|
20854
|
+
"kind": "field",
|
|
20855
|
+
"name": "debounce",
|
|
20856
|
+
"type": {
|
|
20857
|
+
"text": "number"
|
|
20852
20858
|
},
|
|
20853
|
-
"
|
|
20859
|
+
"default": "500",
|
|
20854
20860
|
"inheritedFrom": {
|
|
20855
|
-
"name": "
|
|
20856
|
-
"module": "src/
|
|
20861
|
+
"name": "Multiselect",
|
|
20862
|
+
"module": "src/multiselect/multiselect.ts"
|
|
20857
20863
|
}
|
|
20858
20864
|
},
|
|
20859
20865
|
{
|
|
20860
20866
|
"kind": "method",
|
|
20861
|
-
"name": "
|
|
20862
|
-
"
|
|
20863
|
-
|
|
20867
|
+
"name": "debounceChanged",
|
|
20868
|
+
"parameters": [
|
|
20869
|
+
{
|
|
20870
|
+
"name": "oldValue"
|
|
20871
|
+
},
|
|
20872
|
+
{
|
|
20873
|
+
"name": "newValue",
|
|
20874
|
+
"type": {
|
|
20875
|
+
"text": "number"
|
|
20876
|
+
}
|
|
20877
|
+
}
|
|
20878
|
+
],
|
|
20864
20879
|
"inheritedFrom": {
|
|
20865
|
-
"name": "
|
|
20866
|
-
"module": "src/
|
|
20880
|
+
"name": "Multiselect",
|
|
20881
|
+
"module": "src/multiselect/multiselect.ts"
|
|
20867
20882
|
}
|
|
20868
20883
|
},
|
|
20869
20884
|
{
|
|
20870
|
-
"kind": "
|
|
20871
|
-
"name": "
|
|
20872
|
-
"privacy": "public",
|
|
20873
|
-
"return": {
|
|
20874
|
-
"type": {
|
|
20875
|
-
"text": "void"
|
|
20876
|
-
}
|
|
20877
|
-
},
|
|
20878
|
-
"description": "Dismiss the Dialog from display.",
|
|
20885
|
+
"kind": "field",
|
|
20886
|
+
"name": "debouncedInputHandler",
|
|
20879
20887
|
"inheritedFrom": {
|
|
20880
|
-
"name": "
|
|
20881
|
-
"module": "src/
|
|
20888
|
+
"name": "Multiselect",
|
|
20889
|
+
"module": "src/multiselect/multiselect.ts"
|
|
20882
20890
|
}
|
|
20883
20891
|
},
|
|
20884
20892
|
{
|
|
20885
20893
|
"kind": "field",
|
|
20886
|
-
"name": "
|
|
20894
|
+
"name": "defaultSlottedNodes",
|
|
20887
20895
|
"type": {
|
|
20888
|
-
"text": "
|
|
20896
|
+
"text": "Node[]"
|
|
20889
20897
|
},
|
|
20890
|
-
"privacy": "private",
|
|
20891
|
-
"default": "void 0",
|
|
20892
20898
|
"inheritedFrom": {
|
|
20893
|
-
"name": "
|
|
20894
|
-
"module": "src/
|
|
20899
|
+
"name": "Multiselect",
|
|
20900
|
+
"module": "src/multiselect/multiselect.ts"
|
|
20895
20901
|
}
|
|
20896
20902
|
},
|
|
20897
20903
|
{
|
|
20898
20904
|
"kind": "field",
|
|
20899
|
-
"name": "
|
|
20905
|
+
"name": "slottedDatasource",
|
|
20900
20906
|
"type": {
|
|
20901
|
-
"text": "
|
|
20907
|
+
"text": "MultiselectDatasource[]"
|
|
20902
20908
|
},
|
|
20903
|
-
"privacy": "public",
|
|
20904
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
20905
20909
|
"inheritedFrom": {
|
|
20906
|
-
"name": "
|
|
20907
|
-
"module": "src/
|
|
20910
|
+
"name": "Multiselect",
|
|
20911
|
+
"module": "src/multiselect/multiselect.ts"
|
|
20908
20912
|
}
|
|
20909
20913
|
},
|
|
20910
20914
|
{
|
|
20911
20915
|
"kind": "field",
|
|
20912
|
-
"name": "
|
|
20913
|
-
"type": {
|
|
20914
|
-
"text": "ElementViewTemplate | void | null"
|
|
20915
|
-
},
|
|
20916
|
-
"privacy": "public",
|
|
20917
|
-
"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.",
|
|
20916
|
+
"name": "valueFormatter",
|
|
20918
20917
|
"inheritedFrom": {
|
|
20919
|
-
"name": "
|
|
20920
|
-
"module": "src/
|
|
20918
|
+
"name": "Multiselect",
|
|
20919
|
+
"module": "src/multiselect/multiselect.ts"
|
|
20921
20920
|
}
|
|
20922
20921
|
},
|
|
20923
20922
|
{
|
|
20924
|
-
"kind": "
|
|
20925
|
-
"name": "
|
|
20926
|
-
"
|
|
20927
|
-
|
|
20928
|
-
"type": {
|
|
20929
|
-
"text": "void"
|
|
20930
|
-
}
|
|
20923
|
+
"kind": "field",
|
|
20924
|
+
"name": "loading",
|
|
20925
|
+
"type": {
|
|
20926
|
+
"text": "boolean"
|
|
20931
20927
|
},
|
|
20932
20928
|
"inheritedFrom": {
|
|
20933
|
-
"name": "
|
|
20934
|
-
"module": "src/
|
|
20929
|
+
"name": "Multiselect",
|
|
20930
|
+
"module": "src/multiselect/multiselect.ts"
|
|
20935
20931
|
}
|
|
20936
20932
|
},
|
|
20937
20933
|
{
|
|
20938
20934
|
"kind": "field",
|
|
20939
|
-
"name": "
|
|
20935
|
+
"name": "filterSearchValue",
|
|
20940
20936
|
"type": {
|
|
20941
|
-
"text": "
|
|
20937
|
+
"text": "string"
|
|
20942
20938
|
},
|
|
20943
|
-
"privacy": "public",
|
|
20944
|
-
"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.",
|
|
20945
20939
|
"inheritedFrom": {
|
|
20946
|
-
"name": "
|
|
20947
|
-
"module": "src/
|
|
20940
|
+
"name": "Multiselect",
|
|
20941
|
+
"module": "src/multiselect/multiselect.ts"
|
|
20948
20942
|
}
|
|
20949
20943
|
},
|
|
20950
20944
|
{
|
|
20951
|
-
"kind": "
|
|
20952
|
-
"name": "
|
|
20953
|
-
"privacy": "
|
|
20954
|
-
"
|
|
20955
|
-
"
|
|
20956
|
-
|
|
20957
|
-
|
|
20945
|
+
"kind": "field",
|
|
20946
|
+
"name": "clickOutside",
|
|
20947
|
+
"privacy": "private",
|
|
20948
|
+
"inheritedFrom": {
|
|
20949
|
+
"name": "Multiselect",
|
|
20950
|
+
"module": "src/multiselect/multiselect.ts"
|
|
20951
|
+
}
|
|
20952
|
+
},
|
|
20953
|
+
{
|
|
20954
|
+
"kind": "field",
|
|
20955
|
+
"name": "open",
|
|
20956
|
+
"type": {
|
|
20957
|
+
"text": "boolean"
|
|
20958
20958
|
},
|
|
20959
|
+
"default": "false",
|
|
20959
20960
|
"inheritedFrom": {
|
|
20960
|
-
"name": "
|
|
20961
|
-
"module": "src/
|
|
20961
|
+
"name": "Multiselect",
|
|
20962
|
+
"module": "src/multiselect/multiselect.ts"
|
|
20962
20963
|
}
|
|
20963
20964
|
},
|
|
20964
20965
|
{
|
|
20965
20966
|
"kind": "method",
|
|
20966
|
-
"name": "
|
|
20967
|
-
"privacy": "public",
|
|
20968
|
-
"static": true,
|
|
20969
|
-
"return": {
|
|
20970
|
-
"type": {
|
|
20971
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
20972
|
-
}
|
|
20973
|
-
},
|
|
20967
|
+
"name": "openChanged",
|
|
20974
20968
|
"parameters": [
|
|
20975
20969
|
{
|
|
20976
|
-
"name": "
|
|
20970
|
+
"name": "previous",
|
|
20977
20971
|
"type": {
|
|
20978
|
-
"text": "
|
|
20972
|
+
"text": "boolean"
|
|
20979
20973
|
}
|
|
20980
20974
|
},
|
|
20981
20975
|
{
|
|
20982
|
-
"name": "
|
|
20976
|
+
"name": "open",
|
|
20983
20977
|
"type": {
|
|
20984
|
-
"text": "
|
|
20985
|
-
}
|
|
20986
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
20978
|
+
"text": "boolean"
|
|
20979
|
+
}
|
|
20987
20980
|
}
|
|
20988
20981
|
],
|
|
20989
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
20990
20982
|
"inheritedFrom": {
|
|
20991
|
-
"name": "
|
|
20992
|
-
"module": "src/
|
|
20983
|
+
"name": "Multiselect",
|
|
20984
|
+
"module": "src/multiselect/multiselect.ts"
|
|
20993
20985
|
}
|
|
20994
|
-
}
|
|
20995
|
-
]
|
|
20996
|
-
},
|
|
20997
|
-
{
|
|
20998
|
-
"kind": "variable",
|
|
20999
|
-
"name": "zeroModal",
|
|
21000
|
-
"description": "The Zero Modal",
|
|
21001
|
-
"privacy": "public"
|
|
21002
|
-
}
|
|
21003
|
-
],
|
|
21004
|
-
"exports": [
|
|
21005
|
-
{
|
|
21006
|
-
"kind": "js",
|
|
21007
|
-
"name": "defaultModalConfig",
|
|
21008
|
-
"declaration": {
|
|
21009
|
-
"name": "defaultModalConfig",
|
|
21010
|
-
"module": "src/modal/modal.ts"
|
|
21011
|
-
}
|
|
21012
|
-
},
|
|
21013
|
-
{
|
|
21014
|
-
"kind": "js",
|
|
21015
|
-
"name": "zeroModalTemplate",
|
|
21016
|
-
"declaration": {
|
|
21017
|
-
"name": "zeroModalTemplate",
|
|
21018
|
-
"module": "src/modal/modal.ts"
|
|
21019
|
-
}
|
|
21020
|
-
},
|
|
21021
|
-
{
|
|
21022
|
-
"kind": "js",
|
|
21023
|
-
"name": "zeroModalShadowOptions",
|
|
21024
|
-
"declaration": {
|
|
21025
|
-
"name": "zeroModalShadowOptions",
|
|
21026
|
-
"module": "src/modal/modal.ts"
|
|
21027
|
-
}
|
|
21028
|
-
},
|
|
21029
|
-
{
|
|
21030
|
-
"kind": "js",
|
|
21031
|
-
"name": "Modal",
|
|
21032
|
-
"declaration": {
|
|
21033
|
-
"name": "Modal",
|
|
21034
|
-
"module": "src/modal/modal.ts"
|
|
21035
|
-
}
|
|
21036
|
-
},
|
|
21037
|
-
{
|
|
21038
|
-
"kind": "js",
|
|
21039
|
-
"name": "zeroModal",
|
|
21040
|
-
"declaration": {
|
|
21041
|
-
"name": "zeroModal",
|
|
21042
|
-
"module": "src/modal/modal.ts"
|
|
21043
|
-
}
|
|
21044
|
-
}
|
|
21045
|
-
]
|
|
21046
|
-
},
|
|
21047
|
-
{
|
|
21048
|
-
"kind": "javascript-module",
|
|
21049
|
-
"path": "src/multiselect/index.ts",
|
|
21050
|
-
"declarations": [],
|
|
21051
|
-
"exports": [
|
|
21052
|
-
{
|
|
21053
|
-
"kind": "js",
|
|
21054
|
-
"name": "*",
|
|
21055
|
-
"declaration": {
|
|
21056
|
-
"name": "*",
|
|
21057
|
-
"package": "./multiselect"
|
|
21058
|
-
}
|
|
21059
|
-
},
|
|
21060
|
-
{
|
|
21061
|
-
"kind": "js",
|
|
21062
|
-
"name": "*",
|
|
21063
|
-
"declaration": {
|
|
21064
|
-
"name": "*",
|
|
21065
|
-
"package": "./multiselect.styles"
|
|
21066
|
-
}
|
|
21067
|
-
},
|
|
21068
|
-
{
|
|
21069
|
-
"kind": "js",
|
|
21070
|
-
"name": "*",
|
|
21071
|
-
"declaration": {
|
|
21072
|
-
"name": "*",
|
|
21073
|
-
"package": "./multiselect.template"
|
|
21074
|
-
}
|
|
21075
|
-
}
|
|
21076
|
-
]
|
|
21077
|
-
},
|
|
21078
|
-
{
|
|
21079
|
-
"kind": "javascript-module",
|
|
21080
|
-
"path": "src/multiselect/multiselect.stories.ts",
|
|
21081
|
-
"declarations": [
|
|
21082
|
-
{
|
|
21083
|
-
"kind": "variable",
|
|
21084
|
-
"name": "meta",
|
|
21085
|
-
"type": {
|
|
21086
|
-
"text": "Meta"
|
|
21087
|
-
},
|
|
21088
|
-
"default": "{\n title: 'Multiselect',\n component: 'zero-multiselect',\n}"
|
|
21089
|
-
},
|
|
21090
|
-
{
|
|
21091
|
-
"kind": "variable",
|
|
21092
|
-
"name": "Primary",
|
|
21093
|
-
"type": {
|
|
21094
|
-
"text": "StoryObj"
|
|
21095
|
-
},
|
|
21096
|
-
"default": "{\n render: ({ name, text, countries, search, autoPosition }) => html`\n <div style=\"min-height: 400px;\">\n <zero-multiselect\n name=\"${name}\"\n auto-position=\"${autoPosition}\"\n .options=\"${countries}\"\n search=\"${search}\"\n >\n ${text}\n </zero-multiselect>\n </div>\n `,\n args: {\n name: 'Countries',\n text: 'Multiselect',\n search: true,\n autoPosition: true,\n countries: [\n 'Afghanistan',\n 'Aland Islands',\n 'Albania',\n 'Algeria',\n 'American Samoa',\n 'Andorra',\n 'Angola',\n 'Anguilla',\n 'Antarctica',\n 'Antigua and Barbuda',\n 'Argentina',\n 'Armenia',\n 'Aruba',\n 'Australia',\n 'Austria',\n 'Azerbaijan',\n 'Bahamas',\n 'Bahrain',\n 'Bangladesh',\n 'Barbados',\n 'Belarus',\n 'Belgium',\n 'Belize',\n 'Benin',\n 'Bermuda',\n 'Bhutan',\n 'Bolivia',\n 'Bonaire, Sint Eustatius and Saba',\n 'Bosnia and Herzegovina',\n 'Botswana',\n 'Bouvet Island',\n 'Brazil',\n 'British Indian Ocean Territory',\n 'Brunei Darussalam',\n 'Bulgaria',\n 'Burkina Faso',\n 'Burundi',\n 'Cambodia',\n 'Cameroon',\n 'Canada',\n 'Cape Verde',\n 'Cayman Islands',\n 'Central African Republic',\n 'Chad',\n ],\n },\n}"
|
|
21097
|
-
}
|
|
21098
|
-
],
|
|
21099
|
-
"exports": [
|
|
21100
|
-
{
|
|
21101
|
-
"kind": "js",
|
|
21102
|
-
"name": "default",
|
|
21103
|
-
"declaration": {
|
|
21104
|
-
"name": "meta",
|
|
21105
|
-
"module": "src/multiselect/multiselect.stories.ts"
|
|
21106
|
-
}
|
|
21107
|
-
},
|
|
21108
|
-
{
|
|
21109
|
-
"kind": "js",
|
|
21110
|
-
"name": "Primary",
|
|
21111
|
-
"declaration": {
|
|
21112
|
-
"name": "Primary",
|
|
21113
|
-
"module": "src/multiselect/multiselect.stories.ts"
|
|
21114
|
-
}
|
|
21115
|
-
}
|
|
21116
|
-
]
|
|
21117
|
-
},
|
|
21118
|
-
{
|
|
21119
|
-
"kind": "javascript-module",
|
|
21120
|
-
"path": "src/multiselect/multiselect.styles.ts",
|
|
21121
|
-
"declarations": [
|
|
21122
|
-
{
|
|
21123
|
-
"kind": "variable",
|
|
21124
|
-
"name": "multiselectStyles",
|
|
21125
|
-
"default": "css`\n ${foundationMultiselectStyles}\n\n :host {\n --primary-gradient-angle: -113.5deg;\n }\n\n #display-field {\n background: ${defaultRapidBGColor};\n }\n\n #display-field:focus {\n outline: none;\n background:\n linear-gradient(\n var(--primary-gradient-angle),\n ${PrimaryRapidColorHEX.blue} 0%,\n ${PrimaryRapidColorHEX.purple} 100%\n )\n top/100% 1px,\n linear-gradient(\n var(--primary-gradient-angle),\n ${PrimaryRapidColorHEX.blue} 0%,\n ${PrimaryRapidColorHEX.purple} 100%\n )\n bottom/100% 1px;\n background-origin: border-box;\n background-repeat: no-repeat;\n border: 1px solid transparent;\n border-right-color: ${PrimaryRapidColorHEX.blue};\n border-left-color: ${PrimaryRapidColorHEX.purple};\n }\n\n ::slotted(zero-checkbox),\n zero-checkbox {\n border-bottom: 1px solid rgb(46 48 52);\n padding: 5px 0 5px 5px;\n margin: 0;\n }\n\n ::slotted(zero-checkbox:hover),\n zero-checkbox:hover {\n background-color: rgb(45 47 51);\n cursor: pointer;\n }\n\n ::slotted(zero-checkbox)::part(label),\n zero-checkbox::part(label) {\n overflow-x: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n .label {\n color: ${defaultRapidLabelColor};\n }\n`"
|
|
21126
|
-
}
|
|
21127
|
-
],
|
|
21128
|
-
"exports": [
|
|
21129
|
-
{
|
|
21130
|
-
"kind": "js",
|
|
21131
|
-
"name": "multiselectStyles",
|
|
21132
|
-
"declaration": {
|
|
21133
|
-
"name": "multiselectStyles",
|
|
21134
|
-
"module": "src/multiselect/multiselect.styles.ts"
|
|
21135
|
-
}
|
|
21136
|
-
}
|
|
21137
|
-
]
|
|
21138
|
-
},
|
|
21139
|
-
{
|
|
21140
|
-
"kind": "javascript-module",
|
|
21141
|
-
"path": "src/multiselect/multiselect.template.ts",
|
|
21142
|
-
"declarations": [
|
|
21143
|
-
{
|
|
21144
|
-
"kind": "variable",
|
|
21145
|
-
"name": "multiselectTemplate",
|
|
21146
|
-
"default": "html<Multiselect>`\n ${getPrefixedMultiselect('zero')}\n`"
|
|
21147
|
-
}
|
|
21148
|
-
],
|
|
21149
|
-
"exports": [
|
|
21150
|
-
{
|
|
21151
|
-
"kind": "js",
|
|
21152
|
-
"name": "multiselectTemplate",
|
|
21153
|
-
"declaration": {
|
|
21154
|
-
"name": "multiselectTemplate",
|
|
21155
|
-
"module": "src/multiselect/multiselect.template.ts"
|
|
21156
|
-
}
|
|
21157
|
-
}
|
|
21158
|
-
]
|
|
21159
|
-
},
|
|
21160
|
-
{
|
|
21161
|
-
"kind": "javascript-module",
|
|
21162
|
-
"path": "src/multiselect/multiselect.ts",
|
|
21163
|
-
"declarations": [
|
|
21164
|
-
{
|
|
21165
|
-
"kind": "class",
|
|
21166
|
-
"description": "",
|
|
21167
|
-
"name": "Multiselect",
|
|
21168
|
-
"superclass": {
|
|
21169
|
-
"name": "FoundationMultiselect",
|
|
21170
|
-
"package": "@genesislcap/foundation-ui"
|
|
21171
|
-
},
|
|
21172
|
-
"tagName": "%%prefix%%-multiselect",
|
|
21173
|
-
"customElement": true,
|
|
21174
|
-
"attributes": [
|
|
20986
|
+
},
|
|
21175
20987
|
{
|
|
21176
|
-
"
|
|
20988
|
+
"kind": "field",
|
|
20989
|
+
"name": "options",
|
|
21177
20990
|
"type": {
|
|
21178
|
-
"text": "
|
|
20991
|
+
"text": "MultiselectOption[]"
|
|
21179
20992
|
},
|
|
21180
|
-
"default": "
|
|
21181
|
-
"fieldName": "name",
|
|
20993
|
+
"default": "[]",
|
|
21182
20994
|
"inheritedFrom": {
|
|
21183
20995
|
"name": "Multiselect",
|
|
21184
20996
|
"module": "src/multiselect/multiselect.ts"
|
|
21185
20997
|
}
|
|
21186
20998
|
},
|
|
21187
20999
|
{
|
|
21188
|
-
"
|
|
21000
|
+
"kind": "field",
|
|
21001
|
+
"name": "selectedOptions",
|
|
21189
21002
|
"type": {
|
|
21190
|
-
"text": "
|
|
21003
|
+
"text": "string[]"
|
|
21191
21004
|
},
|
|
21192
|
-
"default": "
|
|
21193
|
-
"fieldName": "autoPosition",
|
|
21005
|
+
"default": "[]",
|
|
21194
21006
|
"inheritedFrom": {
|
|
21195
21007
|
"name": "Multiselect",
|
|
21196
21008
|
"module": "src/multiselect/multiselect.ts"
|
|
21197
21009
|
}
|
|
21198
21010
|
},
|
|
21199
21011
|
{
|
|
21012
|
+
"kind": "field",
|
|
21013
|
+
"name": "filteredAvailableOptions",
|
|
21200
21014
|
"type": {
|
|
21201
|
-
"text": "
|
|
21015
|
+
"text": "MultiselectOption[]"
|
|
21202
21016
|
},
|
|
21203
|
-
"default": "
|
|
21204
|
-
"fieldName": "all",
|
|
21017
|
+
"default": "[...this.options]",
|
|
21205
21018
|
"inheritedFrom": {
|
|
21206
21019
|
"name": "Multiselect",
|
|
21207
21020
|
"module": "src/multiselect/multiselect.ts"
|
|
21208
21021
|
}
|
|
21209
21022
|
},
|
|
21210
21023
|
{
|
|
21211
|
-
"
|
|
21024
|
+
"kind": "field",
|
|
21025
|
+
"name": "scrollContainer",
|
|
21212
21026
|
"type": {
|
|
21213
|
-
"text": "
|
|
21214
|
-
},
|
|
21215
|
-
"default": "DEBOUNCE_TIME",
|
|
21216
|
-
"resolveInitializer": {
|
|
21217
|
-
"module": "src/multiselect/multiselect.ts"
|
|
21027
|
+
"text": "HTMLElement"
|
|
21218
21028
|
},
|
|
21219
|
-
"fieldName": "debounce",
|
|
21220
21029
|
"inheritedFrom": {
|
|
21221
21030
|
"name": "Multiselect",
|
|
21222
21031
|
"module": "src/multiselect/multiselect.ts"
|
|
21223
21032
|
}
|
|
21224
|
-
}
|
|
21225
|
-
],
|
|
21226
|
-
"members": [
|
|
21033
|
+
},
|
|
21227
21034
|
{
|
|
21228
21035
|
"kind": "field",
|
|
21229
|
-
"name": "
|
|
21036
|
+
"name": "position",
|
|
21230
21037
|
"type": {
|
|
21231
|
-
"text": "
|
|
21038
|
+
"text": "Position"
|
|
21232
21039
|
},
|
|
21233
|
-
"
|
|
21040
|
+
"description": "Controls the positioning of the multiselect dropdown. Accepts the following values:\n- Position.ABOVE: Forces the dropdown to always open above the input field.\n- Position.BELOW: Forces the dropdown to always open below the input field.",
|
|
21234
21041
|
"inheritedFrom": {
|
|
21235
21042
|
"name": "Multiselect",
|
|
21236
21043
|
"module": "src/multiselect/multiselect.ts"
|
|
@@ -21238,11 +21045,10 @@
|
|
|
21238
21045
|
},
|
|
21239
21046
|
{
|
|
21240
21047
|
"kind": "field",
|
|
21241
|
-
"name": "
|
|
21048
|
+
"name": "onAllSelectedCallback",
|
|
21242
21049
|
"type": {
|
|
21243
|
-
"text": "boolean"
|
|
21050
|
+
"text": "(allSelected: boolean) => void"
|
|
21244
21051
|
},
|
|
21245
|
-
"default": "true",
|
|
21246
21052
|
"inheritedFrom": {
|
|
21247
21053
|
"name": "Multiselect",
|
|
21248
21054
|
"module": "src/multiselect/multiselect.ts"
|
|
@@ -21250,11 +21056,12 @@
|
|
|
21250
21056
|
},
|
|
21251
21057
|
{
|
|
21252
21058
|
"kind": "field",
|
|
21253
|
-
"name": "
|
|
21059
|
+
"name": "initialisedOptions",
|
|
21254
21060
|
"type": {
|
|
21255
21061
|
"text": "boolean"
|
|
21256
21062
|
},
|
|
21257
|
-
"
|
|
21063
|
+
"privacy": "private",
|
|
21064
|
+
"default": "false",
|
|
21258
21065
|
"inheritedFrom": {
|
|
21259
21066
|
"name": "Multiselect",
|
|
21260
21067
|
"module": "src/multiselect/multiselect.ts"
|
|
@@ -21262,11 +21069,10 @@
|
|
|
21262
21069
|
},
|
|
21263
21070
|
{
|
|
21264
21071
|
"kind": "field",
|
|
21265
|
-
"name": "
|
|
21072
|
+
"name": "arrowIcon",
|
|
21266
21073
|
"type": {
|
|
21267
|
-
"text": "
|
|
21074
|
+
"text": "SVGElement"
|
|
21268
21075
|
},
|
|
21269
|
-
"default": "false",
|
|
21270
21076
|
"inheritedFrom": {
|
|
21271
21077
|
"name": "Multiselect",
|
|
21272
21078
|
"module": "src/multiselect/multiselect.ts"
|
|
@@ -21274,47 +21080,34 @@
|
|
|
21274
21080
|
},
|
|
21275
21081
|
{
|
|
21276
21082
|
"kind": "field",
|
|
21277
|
-
"name": "
|
|
21083
|
+
"name": "optionsElement",
|
|
21278
21084
|
"type": {
|
|
21279
|
-
"text": "
|
|
21085
|
+
"text": "HTMLElement"
|
|
21280
21086
|
},
|
|
21281
|
-
"default": "true",
|
|
21282
21087
|
"inheritedFrom": {
|
|
21283
21088
|
"name": "Multiselect",
|
|
21284
21089
|
"module": "src/multiselect/multiselect.ts"
|
|
21285
21090
|
}
|
|
21286
21091
|
},
|
|
21287
21092
|
{
|
|
21288
|
-
"kind": "
|
|
21289
|
-
"name": "
|
|
21290
|
-
"type": {
|
|
21291
|
-
"text": "boolean"
|
|
21292
|
-
},
|
|
21293
|
-
"default": "false",
|
|
21093
|
+
"kind": "method",
|
|
21094
|
+
"name": "toggle",
|
|
21294
21095
|
"inheritedFrom": {
|
|
21295
21096
|
"name": "Multiselect",
|
|
21296
21097
|
"module": "src/multiselect/multiselect.ts"
|
|
21297
21098
|
}
|
|
21298
21099
|
},
|
|
21299
21100
|
{
|
|
21300
|
-
"kind": "
|
|
21301
|
-
"name": "
|
|
21302
|
-
"type": {
|
|
21303
|
-
"text": "boolean"
|
|
21304
|
-
},
|
|
21305
|
-
"default": "false",
|
|
21101
|
+
"kind": "method",
|
|
21102
|
+
"name": "optionsChanged",
|
|
21306
21103
|
"inheritedFrom": {
|
|
21307
21104
|
"name": "Multiselect",
|
|
21308
21105
|
"module": "src/multiselect/multiselect.ts"
|
|
21309
21106
|
}
|
|
21310
21107
|
},
|
|
21311
21108
|
{
|
|
21312
|
-
"kind": "
|
|
21313
|
-
"name": "
|
|
21314
|
-
"type": {
|
|
21315
|
-
"text": "number"
|
|
21316
|
-
},
|
|
21317
|
-
"default": "500",
|
|
21109
|
+
"kind": "method",
|
|
21110
|
+
"name": "selectedOptionsChanged",
|
|
21318
21111
|
"inheritedFrom": {
|
|
21319
21112
|
"name": "Multiselect",
|
|
21320
21113
|
"module": "src/multiselect/multiselect.ts"
|
|
@@ -21322,48 +21115,57 @@
|
|
|
21322
21115
|
},
|
|
21323
21116
|
{
|
|
21324
21117
|
"kind": "method",
|
|
21325
|
-
"name": "
|
|
21326
|
-
"
|
|
21327
|
-
|
|
21328
|
-
"name": "oldValue"
|
|
21329
|
-
},
|
|
21330
|
-
{
|
|
21331
|
-
"name": "newValue",
|
|
21332
|
-
"type": {
|
|
21333
|
-
"text": "number"
|
|
21334
|
-
}
|
|
21335
|
-
}
|
|
21336
|
-
],
|
|
21118
|
+
"name": "setDropdownPosition",
|
|
21119
|
+
"privacy": "private",
|
|
21120
|
+
"description": "Sets the dropdown position based on the current configuration.",
|
|
21337
21121
|
"inheritedFrom": {
|
|
21338
21122
|
"name": "Multiselect",
|
|
21339
21123
|
"module": "src/multiselect/multiselect.ts"
|
|
21340
21124
|
}
|
|
21341
21125
|
},
|
|
21342
21126
|
{
|
|
21343
|
-
"kind": "
|
|
21344
|
-
"name": "
|
|
21127
|
+
"kind": "method",
|
|
21128
|
+
"name": "optionGetter",
|
|
21129
|
+
"parameters": [
|
|
21130
|
+
{
|
|
21131
|
+
"name": "option",
|
|
21132
|
+
"type": {
|
|
21133
|
+
"text": "MultiselectOption"
|
|
21134
|
+
}
|
|
21135
|
+
}
|
|
21136
|
+
],
|
|
21345
21137
|
"inheritedFrom": {
|
|
21346
21138
|
"name": "Multiselect",
|
|
21347
21139
|
"module": "src/multiselect/multiselect.ts"
|
|
21348
21140
|
}
|
|
21349
21141
|
},
|
|
21350
21142
|
{
|
|
21351
|
-
"kind": "
|
|
21352
|
-
"name": "
|
|
21353
|
-
"
|
|
21354
|
-
|
|
21355
|
-
|
|
21143
|
+
"kind": "method",
|
|
21144
|
+
"name": "getItemLabel",
|
|
21145
|
+
"parameters": [
|
|
21146
|
+
{
|
|
21147
|
+
"name": "option",
|
|
21148
|
+
"type": {
|
|
21149
|
+
"text": "MultiselectOption"
|
|
21150
|
+
}
|
|
21151
|
+
}
|
|
21152
|
+
],
|
|
21356
21153
|
"inheritedFrom": {
|
|
21357
21154
|
"name": "Multiselect",
|
|
21358
21155
|
"module": "src/multiselect/multiselect.ts"
|
|
21359
21156
|
}
|
|
21360
21157
|
},
|
|
21361
21158
|
{
|
|
21362
|
-
"kind": "
|
|
21363
|
-
"name": "
|
|
21364
|
-
"
|
|
21365
|
-
|
|
21366
|
-
|
|
21159
|
+
"kind": "method",
|
|
21160
|
+
"name": "isOptionDisabled",
|
|
21161
|
+
"parameters": [
|
|
21162
|
+
{
|
|
21163
|
+
"name": "option",
|
|
21164
|
+
"type": {
|
|
21165
|
+
"text": "MultiselectOption"
|
|
21166
|
+
}
|
|
21167
|
+
}
|
|
21168
|
+
],
|
|
21367
21169
|
"inheritedFrom": {
|
|
21368
21170
|
"name": "Multiselect",
|
|
21369
21171
|
"module": "src/multiselect/multiselect.ts"
|
|
@@ -21371,7 +21173,8 @@
|
|
|
21371
21173
|
},
|
|
21372
21174
|
{
|
|
21373
21175
|
"kind": "field",
|
|
21374
|
-
"name": "
|
|
21176
|
+
"name": "getDisplayValue",
|
|
21177
|
+
"readonly": true,
|
|
21375
21178
|
"inheritedFrom": {
|
|
21376
21179
|
"name": "Multiselect",
|
|
21377
21180
|
"module": "src/multiselect/multiselect.ts"
|
|
@@ -21379,10 +21182,8 @@
|
|
|
21379
21182
|
},
|
|
21380
21183
|
{
|
|
21381
21184
|
"kind": "field",
|
|
21382
|
-
"name": "
|
|
21383
|
-
"
|
|
21384
|
-
"text": "boolean"
|
|
21385
|
-
},
|
|
21185
|
+
"name": "getPlaceholder",
|
|
21186
|
+
"readonly": true,
|
|
21386
21187
|
"inheritedFrom": {
|
|
21387
21188
|
"name": "Multiselect",
|
|
21388
21189
|
"module": "src/multiselect/multiselect.ts"
|
|
@@ -21390,10 +21191,8 @@
|
|
|
21390
21191
|
},
|
|
21391
21192
|
{
|
|
21392
21193
|
"kind": "field",
|
|
21393
|
-
"name": "
|
|
21394
|
-
"
|
|
21395
|
-
"text": "string"
|
|
21396
|
-
},
|
|
21194
|
+
"name": "isAllSelected",
|
|
21195
|
+
"readonly": true,
|
|
21397
21196
|
"inheritedFrom": {
|
|
21398
21197
|
"name": "Multiselect",
|
|
21399
21198
|
"module": "src/multiselect/multiselect.ts"
|
|
@@ -21401,20 +21200,29 @@
|
|
|
21401
21200
|
},
|
|
21402
21201
|
{
|
|
21403
21202
|
"kind": "field",
|
|
21404
|
-
"name": "
|
|
21405
|
-
"
|
|
21203
|
+
"name": "isAllOptionsDisabled",
|
|
21204
|
+
"readonly": true,
|
|
21406
21205
|
"inheritedFrom": {
|
|
21407
21206
|
"name": "Multiselect",
|
|
21408
21207
|
"module": "src/multiselect/multiselect.ts"
|
|
21409
21208
|
}
|
|
21410
21209
|
},
|
|
21411
21210
|
{
|
|
21412
|
-
"kind": "
|
|
21413
|
-
"name": "
|
|
21414
|
-
"
|
|
21415
|
-
"
|
|
21211
|
+
"kind": "method",
|
|
21212
|
+
"name": "isOptionSelected",
|
|
21213
|
+
"return": {
|
|
21214
|
+
"type": {
|
|
21215
|
+
"text": "boolean"
|
|
21216
|
+
}
|
|
21416
21217
|
},
|
|
21417
|
-
"
|
|
21218
|
+
"parameters": [
|
|
21219
|
+
{
|
|
21220
|
+
"name": "normalizedOption",
|
|
21221
|
+
"type": {
|
|
21222
|
+
"text": "MultiselectOption"
|
|
21223
|
+
}
|
|
21224
|
+
}
|
|
21225
|
+
],
|
|
21418
21226
|
"inheritedFrom": {
|
|
21419
21227
|
"name": "Multiselect",
|
|
21420
21228
|
"module": "src/multiselect/multiselect.ts"
|
|
@@ -21422,18 +21230,12 @@
|
|
|
21422
21230
|
},
|
|
21423
21231
|
{
|
|
21424
21232
|
"kind": "method",
|
|
21425
|
-
"name": "
|
|
21233
|
+
"name": "selectCheckboxOne",
|
|
21426
21234
|
"parameters": [
|
|
21427
21235
|
{
|
|
21428
|
-
"name": "
|
|
21429
|
-
"type": {
|
|
21430
|
-
"text": "boolean"
|
|
21431
|
-
}
|
|
21432
|
-
},
|
|
21433
|
-
{
|
|
21434
|
-
"name": "open",
|
|
21236
|
+
"name": "normalizedOption",
|
|
21435
21237
|
"type": {
|
|
21436
|
-
"text": "
|
|
21238
|
+
"text": "MultiselectOption"
|
|
21437
21239
|
}
|
|
21438
21240
|
}
|
|
21439
21241
|
],
|
|
@@ -21443,83 +21245,73 @@
|
|
|
21443
21245
|
}
|
|
21444
21246
|
},
|
|
21445
21247
|
{
|
|
21446
|
-
"kind": "
|
|
21447
|
-
"name": "
|
|
21448
|
-
"type": {
|
|
21449
|
-
"text": "MultiselectOption[]"
|
|
21450
|
-
},
|
|
21451
|
-
"default": "[]",
|
|
21248
|
+
"kind": "method",
|
|
21249
|
+
"name": "getEnabledOptionsCount",
|
|
21452
21250
|
"inheritedFrom": {
|
|
21453
21251
|
"name": "Multiselect",
|
|
21454
21252
|
"module": "src/multiselect/multiselect.ts"
|
|
21455
21253
|
}
|
|
21456
21254
|
},
|
|
21457
21255
|
{
|
|
21458
|
-
"kind": "
|
|
21459
|
-
"name": "
|
|
21460
|
-
"type": {
|
|
21461
|
-
"text": "string[]"
|
|
21462
|
-
},
|
|
21463
|
-
"default": "[]",
|
|
21256
|
+
"kind": "method",
|
|
21257
|
+
"name": "selectCheckboxAll",
|
|
21464
21258
|
"inheritedFrom": {
|
|
21465
21259
|
"name": "Multiselect",
|
|
21466
21260
|
"module": "src/multiselect/multiselect.ts"
|
|
21467
21261
|
}
|
|
21468
21262
|
},
|
|
21469
21263
|
{
|
|
21470
|
-
"kind": "
|
|
21471
|
-
"name": "
|
|
21472
|
-
"type": {
|
|
21473
|
-
"text": "MultiselectOption[]"
|
|
21474
|
-
},
|
|
21475
|
-
"default": "[...this.options]",
|
|
21264
|
+
"kind": "method",
|
|
21265
|
+
"name": "inputHandler",
|
|
21476
21266
|
"inheritedFrom": {
|
|
21477
21267
|
"name": "Multiselect",
|
|
21478
21268
|
"module": "src/multiselect/multiselect.ts"
|
|
21479
21269
|
}
|
|
21480
21270
|
},
|
|
21481
21271
|
{
|
|
21482
|
-
"kind": "
|
|
21483
|
-
"name": "
|
|
21484
|
-
"type": {
|
|
21485
|
-
"text": "HTMLElement"
|
|
21486
|
-
},
|
|
21272
|
+
"kind": "method",
|
|
21273
|
+
"name": "setFilter",
|
|
21487
21274
|
"inheritedFrom": {
|
|
21488
21275
|
"name": "Multiselect",
|
|
21489
21276
|
"module": "src/multiselect/multiselect.ts"
|
|
21490
21277
|
}
|
|
21491
21278
|
},
|
|
21492
21279
|
{
|
|
21493
|
-
"kind": "
|
|
21494
|
-
"name": "
|
|
21495
|
-
"type": {
|
|
21496
|
-
"text": "Position"
|
|
21497
|
-
},
|
|
21498
|
-
"description": "Controls the positioning of the multiselect dropdown. Accepts the following values:\n- Position.ABOVE: Forces the dropdown to always open above the input field.\n- Position.BELOW: Forces the dropdown to always open below the input field.",
|
|
21280
|
+
"kind": "method",
|
|
21281
|
+
"name": "asyncSetFilter",
|
|
21499
21282
|
"inheritedFrom": {
|
|
21500
21283
|
"name": "Multiselect",
|
|
21501
21284
|
"module": "src/multiselect/multiselect.ts"
|
|
21502
21285
|
}
|
|
21503
21286
|
},
|
|
21504
21287
|
{
|
|
21505
|
-
"kind": "
|
|
21506
|
-
"name": "
|
|
21507
|
-
"
|
|
21508
|
-
|
|
21509
|
-
|
|
21288
|
+
"kind": "method",
|
|
21289
|
+
"name": "changeHandler",
|
|
21290
|
+
"parameters": [
|
|
21291
|
+
{
|
|
21292
|
+
"name": "event",
|
|
21293
|
+
"type": {
|
|
21294
|
+
"text": "Event"
|
|
21295
|
+
}
|
|
21296
|
+
}
|
|
21297
|
+
],
|
|
21510
21298
|
"inheritedFrom": {
|
|
21511
21299
|
"name": "Multiselect",
|
|
21512
21300
|
"module": "src/multiselect/multiselect.ts"
|
|
21513
21301
|
}
|
|
21514
21302
|
},
|
|
21515
21303
|
{
|
|
21516
|
-
"kind": "
|
|
21517
|
-
"name": "
|
|
21518
|
-
"type": {
|
|
21519
|
-
"text": "boolean"
|
|
21520
|
-
},
|
|
21304
|
+
"kind": "method",
|
|
21305
|
+
"name": "handleClickOutside",
|
|
21521
21306
|
"privacy": "private",
|
|
21522
|
-
"
|
|
21307
|
+
"parameters": [
|
|
21308
|
+
{
|
|
21309
|
+
"name": "event",
|
|
21310
|
+
"type": {
|
|
21311
|
+
"text": "MouseEvent"
|
|
21312
|
+
}
|
|
21313
|
+
}
|
|
21314
|
+
],
|
|
21523
21315
|
"inheritedFrom": {
|
|
21524
21316
|
"name": "Multiselect",
|
|
21525
21317
|
"module": "src/multiselect/multiselect.ts"
|
|
@@ -21527,265 +21319,15 @@
|
|
|
21527
21319
|
},
|
|
21528
21320
|
{
|
|
21529
21321
|
"kind": "field",
|
|
21530
|
-
"name": "
|
|
21322
|
+
"name": "_presentation",
|
|
21531
21323
|
"type": {
|
|
21532
|
-
"text": "
|
|
21324
|
+
"text": "ComponentPresentation | null | undefined"
|
|
21533
21325
|
},
|
|
21326
|
+
"privacy": "private",
|
|
21327
|
+
"default": "void 0",
|
|
21534
21328
|
"inheritedFrom": {
|
|
21535
|
-
"name": "
|
|
21536
|
-
"module": "src/
|
|
21537
|
-
}
|
|
21538
|
-
},
|
|
21539
|
-
{
|
|
21540
|
-
"kind": "field",
|
|
21541
|
-
"name": "optionsElement",
|
|
21542
|
-
"type": {
|
|
21543
|
-
"text": "HTMLElement"
|
|
21544
|
-
},
|
|
21545
|
-
"inheritedFrom": {
|
|
21546
|
-
"name": "Multiselect",
|
|
21547
|
-
"module": "src/multiselect/multiselect.ts"
|
|
21548
|
-
}
|
|
21549
|
-
},
|
|
21550
|
-
{
|
|
21551
|
-
"kind": "method",
|
|
21552
|
-
"name": "toggle",
|
|
21553
|
-
"inheritedFrom": {
|
|
21554
|
-
"name": "Multiselect",
|
|
21555
|
-
"module": "src/multiselect/multiselect.ts"
|
|
21556
|
-
}
|
|
21557
|
-
},
|
|
21558
|
-
{
|
|
21559
|
-
"kind": "method",
|
|
21560
|
-
"name": "optionsChanged",
|
|
21561
|
-
"inheritedFrom": {
|
|
21562
|
-
"name": "Multiselect",
|
|
21563
|
-
"module": "src/multiselect/multiselect.ts"
|
|
21564
|
-
}
|
|
21565
|
-
},
|
|
21566
|
-
{
|
|
21567
|
-
"kind": "method",
|
|
21568
|
-
"name": "selectedOptionsChanged",
|
|
21569
|
-
"inheritedFrom": {
|
|
21570
|
-
"name": "Multiselect",
|
|
21571
|
-
"module": "src/multiselect/multiselect.ts"
|
|
21572
|
-
}
|
|
21573
|
-
},
|
|
21574
|
-
{
|
|
21575
|
-
"kind": "method",
|
|
21576
|
-
"name": "setDropdownPosition",
|
|
21577
|
-
"privacy": "private",
|
|
21578
|
-
"description": "Sets the dropdown position based on the current configuration.",
|
|
21579
|
-
"inheritedFrom": {
|
|
21580
|
-
"name": "Multiselect",
|
|
21581
|
-
"module": "src/multiselect/multiselect.ts"
|
|
21582
|
-
}
|
|
21583
|
-
},
|
|
21584
|
-
{
|
|
21585
|
-
"kind": "method",
|
|
21586
|
-
"name": "optionGetter",
|
|
21587
|
-
"parameters": [
|
|
21588
|
-
{
|
|
21589
|
-
"name": "option",
|
|
21590
|
-
"type": {
|
|
21591
|
-
"text": "MultiselectOption"
|
|
21592
|
-
}
|
|
21593
|
-
}
|
|
21594
|
-
],
|
|
21595
|
-
"inheritedFrom": {
|
|
21596
|
-
"name": "Multiselect",
|
|
21597
|
-
"module": "src/multiselect/multiselect.ts"
|
|
21598
|
-
}
|
|
21599
|
-
},
|
|
21600
|
-
{
|
|
21601
|
-
"kind": "method",
|
|
21602
|
-
"name": "getItemLabel",
|
|
21603
|
-
"parameters": [
|
|
21604
|
-
{
|
|
21605
|
-
"name": "option",
|
|
21606
|
-
"type": {
|
|
21607
|
-
"text": "MultiselectOption"
|
|
21608
|
-
}
|
|
21609
|
-
}
|
|
21610
|
-
],
|
|
21611
|
-
"inheritedFrom": {
|
|
21612
|
-
"name": "Multiselect",
|
|
21613
|
-
"module": "src/multiselect/multiselect.ts"
|
|
21614
|
-
}
|
|
21615
|
-
},
|
|
21616
|
-
{
|
|
21617
|
-
"kind": "method",
|
|
21618
|
-
"name": "isOptionDisabled",
|
|
21619
|
-
"parameters": [
|
|
21620
|
-
{
|
|
21621
|
-
"name": "option",
|
|
21622
|
-
"type": {
|
|
21623
|
-
"text": "MultiselectOption"
|
|
21624
|
-
}
|
|
21625
|
-
}
|
|
21626
|
-
],
|
|
21627
|
-
"inheritedFrom": {
|
|
21628
|
-
"name": "Multiselect",
|
|
21629
|
-
"module": "src/multiselect/multiselect.ts"
|
|
21630
|
-
}
|
|
21631
|
-
},
|
|
21632
|
-
{
|
|
21633
|
-
"kind": "field",
|
|
21634
|
-
"name": "getDisplayValue",
|
|
21635
|
-
"readonly": true,
|
|
21636
|
-
"inheritedFrom": {
|
|
21637
|
-
"name": "Multiselect",
|
|
21638
|
-
"module": "src/multiselect/multiselect.ts"
|
|
21639
|
-
}
|
|
21640
|
-
},
|
|
21641
|
-
{
|
|
21642
|
-
"kind": "field",
|
|
21643
|
-
"name": "getPlaceholder",
|
|
21644
|
-
"readonly": true,
|
|
21645
|
-
"inheritedFrom": {
|
|
21646
|
-
"name": "Multiselect",
|
|
21647
|
-
"module": "src/multiselect/multiselect.ts"
|
|
21648
|
-
}
|
|
21649
|
-
},
|
|
21650
|
-
{
|
|
21651
|
-
"kind": "field",
|
|
21652
|
-
"name": "isAllSelected",
|
|
21653
|
-
"readonly": true,
|
|
21654
|
-
"inheritedFrom": {
|
|
21655
|
-
"name": "Multiselect",
|
|
21656
|
-
"module": "src/multiselect/multiselect.ts"
|
|
21657
|
-
}
|
|
21658
|
-
},
|
|
21659
|
-
{
|
|
21660
|
-
"kind": "field",
|
|
21661
|
-
"name": "isAllOptionsDisabled",
|
|
21662
|
-
"readonly": true,
|
|
21663
|
-
"inheritedFrom": {
|
|
21664
|
-
"name": "Multiselect",
|
|
21665
|
-
"module": "src/multiselect/multiselect.ts"
|
|
21666
|
-
}
|
|
21667
|
-
},
|
|
21668
|
-
{
|
|
21669
|
-
"kind": "method",
|
|
21670
|
-
"name": "isOptionSelected",
|
|
21671
|
-
"return": {
|
|
21672
|
-
"type": {
|
|
21673
|
-
"text": "boolean"
|
|
21674
|
-
}
|
|
21675
|
-
},
|
|
21676
|
-
"parameters": [
|
|
21677
|
-
{
|
|
21678
|
-
"name": "normalizedOption",
|
|
21679
|
-
"type": {
|
|
21680
|
-
"text": "MultiselectOption"
|
|
21681
|
-
}
|
|
21682
|
-
}
|
|
21683
|
-
],
|
|
21684
|
-
"inheritedFrom": {
|
|
21685
|
-
"name": "Multiselect",
|
|
21686
|
-
"module": "src/multiselect/multiselect.ts"
|
|
21687
|
-
}
|
|
21688
|
-
},
|
|
21689
|
-
{
|
|
21690
|
-
"kind": "method",
|
|
21691
|
-
"name": "selectCheckboxOne",
|
|
21692
|
-
"parameters": [
|
|
21693
|
-
{
|
|
21694
|
-
"name": "normalizedOption",
|
|
21695
|
-
"type": {
|
|
21696
|
-
"text": "MultiselectOption"
|
|
21697
|
-
}
|
|
21698
|
-
}
|
|
21699
|
-
],
|
|
21700
|
-
"inheritedFrom": {
|
|
21701
|
-
"name": "Multiselect",
|
|
21702
|
-
"module": "src/multiselect/multiselect.ts"
|
|
21703
|
-
}
|
|
21704
|
-
},
|
|
21705
|
-
{
|
|
21706
|
-
"kind": "method",
|
|
21707
|
-
"name": "getEnabledOptionsCount",
|
|
21708
|
-
"inheritedFrom": {
|
|
21709
|
-
"name": "Multiselect",
|
|
21710
|
-
"module": "src/multiselect/multiselect.ts"
|
|
21711
|
-
}
|
|
21712
|
-
},
|
|
21713
|
-
{
|
|
21714
|
-
"kind": "method",
|
|
21715
|
-
"name": "selectCheckboxAll",
|
|
21716
|
-
"inheritedFrom": {
|
|
21717
|
-
"name": "Multiselect",
|
|
21718
|
-
"module": "src/multiselect/multiselect.ts"
|
|
21719
|
-
}
|
|
21720
|
-
},
|
|
21721
|
-
{
|
|
21722
|
-
"kind": "method",
|
|
21723
|
-
"name": "inputHandler",
|
|
21724
|
-
"inheritedFrom": {
|
|
21725
|
-
"name": "Multiselect",
|
|
21726
|
-
"module": "src/multiselect/multiselect.ts"
|
|
21727
|
-
}
|
|
21728
|
-
},
|
|
21729
|
-
{
|
|
21730
|
-
"kind": "method",
|
|
21731
|
-
"name": "setFilter",
|
|
21732
|
-
"inheritedFrom": {
|
|
21733
|
-
"name": "Multiselect",
|
|
21734
|
-
"module": "src/multiselect/multiselect.ts"
|
|
21735
|
-
}
|
|
21736
|
-
},
|
|
21737
|
-
{
|
|
21738
|
-
"kind": "method",
|
|
21739
|
-
"name": "asyncSetFilter",
|
|
21740
|
-
"inheritedFrom": {
|
|
21741
|
-
"name": "Multiselect",
|
|
21742
|
-
"module": "src/multiselect/multiselect.ts"
|
|
21743
|
-
}
|
|
21744
|
-
},
|
|
21745
|
-
{
|
|
21746
|
-
"kind": "method",
|
|
21747
|
-
"name": "changeHandler",
|
|
21748
|
-
"parameters": [
|
|
21749
|
-
{
|
|
21750
|
-
"name": "event",
|
|
21751
|
-
"type": {
|
|
21752
|
-
"text": "Event"
|
|
21753
|
-
}
|
|
21754
|
-
}
|
|
21755
|
-
],
|
|
21756
|
-
"inheritedFrom": {
|
|
21757
|
-
"name": "Multiselect",
|
|
21758
|
-
"module": "src/multiselect/multiselect.ts"
|
|
21759
|
-
}
|
|
21760
|
-
},
|
|
21761
|
-
{
|
|
21762
|
-
"kind": "method",
|
|
21763
|
-
"name": "handleClickOutside",
|
|
21764
|
-
"privacy": "private",
|
|
21765
|
-
"parameters": [
|
|
21766
|
-
{
|
|
21767
|
-
"name": "event",
|
|
21768
|
-
"type": {
|
|
21769
|
-
"text": "MouseEvent"
|
|
21770
|
-
}
|
|
21771
|
-
}
|
|
21772
|
-
],
|
|
21773
|
-
"inheritedFrom": {
|
|
21774
|
-
"name": "Multiselect",
|
|
21775
|
-
"module": "src/multiselect/multiselect.ts"
|
|
21776
|
-
}
|
|
21777
|
-
},
|
|
21778
|
-
{
|
|
21779
|
-
"kind": "field",
|
|
21780
|
-
"name": "_presentation",
|
|
21781
|
-
"type": {
|
|
21782
|
-
"text": "ComponentPresentation | null | undefined"
|
|
21783
|
-
},
|
|
21784
|
-
"privacy": "private",
|
|
21785
|
-
"default": "void 0",
|
|
21786
|
-
"inheritedFrom": {
|
|
21787
|
-
"name": "FoundationElement",
|
|
21788
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
21329
|
+
"name": "FoundationElement",
|
|
21330
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
21789
21331
|
}
|
|
21790
21332
|
},
|
|
21791
21333
|
{
|
|
@@ -24597,7 +24139,7 @@
|
|
|
24597
24139
|
},
|
|
24598
24140
|
{
|
|
24599
24141
|
"kind": "javascript-module",
|
|
24600
|
-
"path": "src/
|
|
24142
|
+
"path": "src/search-bar/index.ts",
|
|
24601
24143
|
"declarations": [],
|
|
24602
24144
|
"exports": [
|
|
24603
24145
|
{
|
|
@@ -24605,240 +24147,7 @@
|
|
|
24605
24147
|
"name": "*",
|
|
24606
24148
|
"declaration": {
|
|
24607
24149
|
"name": "*",
|
|
24608
|
-
"package": "./
|
|
24609
|
-
}
|
|
24610
|
-
},
|
|
24611
|
-
{
|
|
24612
|
-
"kind": "js",
|
|
24613
|
-
"name": "*",
|
|
24614
|
-
"declaration": {
|
|
24615
|
-
"name": "*",
|
|
24616
|
-
"package": "./segmented-control.styles"
|
|
24617
|
-
}
|
|
24618
|
-
},
|
|
24619
|
-
{
|
|
24620
|
-
"kind": "js",
|
|
24621
|
-
"name": "*",
|
|
24622
|
-
"declaration": {
|
|
24623
|
-
"name": "*",
|
|
24624
|
-
"package": "./segmented-control"
|
|
24625
|
-
}
|
|
24626
|
-
}
|
|
24627
|
-
]
|
|
24628
|
-
},
|
|
24629
|
-
{
|
|
24630
|
-
"kind": "javascript-module",
|
|
24631
|
-
"path": "src/segmented-control/segmented-control.stories.ts",
|
|
24632
|
-
"declarations": [
|
|
24633
|
-
{
|
|
24634
|
-
"kind": "variable",
|
|
24635
|
-
"name": "meta",
|
|
24636
|
-
"type": {
|
|
24637
|
-
"text": "Meta"
|
|
24638
|
-
},
|
|
24639
|
-
"default": "{\n title: 'Segmented Control',\n component: 'zero-segmented-control',\n}"
|
|
24640
|
-
},
|
|
24641
|
-
{
|
|
24642
|
-
"kind": "variable",
|
|
24643
|
-
"name": "Primary",
|
|
24644
|
-
"type": {
|
|
24645
|
-
"text": "StoryObj"
|
|
24646
|
-
},
|
|
24647
|
-
"default": "{\n render: () => html`\n <div style=\"${wrapperStyle}\">\n <zero-segmented-control>\n <label slot=\"label\">Neutral Segment Control (label slot)</label>\n <zero-segmented-item>Segmented Item</zero-segmented-item>\n <zero-segmented-item>Segmented Item</zero-segmented-item>\n <zero-segmented-item>Segmented Item</zero-segmented-item>\n </zero-segmented-control>\n\n <zero-segmented-control appearance=\"primary\">\n <label slot=\"label\">Primary Segment Control (label slot)</label>\n <zero-segmented-item>Segmented Item</zero-segmented-item>\n <zero-segmented-item>Segmented Item</zero-segmented-item>\n <zero-segmented-item>Segmented Item</zero-segmented-item>\n </zero-segmented-control>\n </div>\n `,\n}"
|
|
24648
|
-
}
|
|
24649
|
-
],
|
|
24650
|
-
"exports": [
|
|
24651
|
-
{
|
|
24652
|
-
"kind": "js",
|
|
24653
|
-
"name": "default",
|
|
24654
|
-
"declaration": {
|
|
24655
|
-
"name": "meta",
|
|
24656
|
-
"module": "src/segmented-control/segmented-control.stories.ts"
|
|
24657
|
-
}
|
|
24658
|
-
},
|
|
24659
|
-
{
|
|
24660
|
-
"kind": "js",
|
|
24661
|
-
"name": "Primary",
|
|
24662
|
-
"declaration": {
|
|
24663
|
-
"name": "Primary",
|
|
24664
|
-
"module": "src/segmented-control/segmented-control.stories.ts"
|
|
24665
|
-
}
|
|
24666
|
-
}
|
|
24667
|
-
]
|
|
24668
|
-
},
|
|
24669
|
-
{
|
|
24670
|
-
"kind": "javascript-module",
|
|
24671
|
-
"path": "src/segmented-control/segmented-control.styles.ts",
|
|
24672
|
-
"declarations": [
|
|
24673
|
-
{
|
|
24674
|
-
"kind": "function",
|
|
24675
|
-
"name": "zeroSegmentedControlStyles",
|
|
24676
|
-
"return": {
|
|
24677
|
-
"type": {
|
|
24678
|
-
"text": "ElementStyles"
|
|
24679
|
-
}
|
|
24680
|
-
},
|
|
24681
|
-
"parameters": [
|
|
24682
|
-
{
|
|
24683
|
-
"name": "context",
|
|
24684
|
-
"type": {
|
|
24685
|
-
"text": "ElementDefinitionContext"
|
|
24686
|
-
}
|
|
24687
|
-
},
|
|
24688
|
-
{
|
|
24689
|
-
"name": "definition",
|
|
24690
|
-
"type": {
|
|
24691
|
-
"text": "FoundationElementDefinition"
|
|
24692
|
-
}
|
|
24693
|
-
}
|
|
24694
|
-
]
|
|
24695
|
-
}
|
|
24696
|
-
],
|
|
24697
|
-
"exports": [
|
|
24698
|
-
{
|
|
24699
|
-
"kind": "js",
|
|
24700
|
-
"name": "zeroSegmentedControlStyles",
|
|
24701
|
-
"declaration": {
|
|
24702
|
-
"name": "zeroSegmentedControlStyles",
|
|
24703
|
-
"module": "src/segmented-control/segmented-control.styles.ts"
|
|
24704
|
-
}
|
|
24705
|
-
}
|
|
24706
|
-
]
|
|
24707
|
-
},
|
|
24708
|
-
{
|
|
24709
|
-
"kind": "javascript-module",
|
|
24710
|
-
"path": "src/segmented-control/segmented-control.template.ts",
|
|
24711
|
-
"declarations": [
|
|
24712
|
-
{
|
|
24713
|
-
"kind": "function",
|
|
24714
|
-
"name": "zeroSegmentedControlTemplate",
|
|
24715
|
-
"return": {
|
|
24716
|
-
"type": {
|
|
24717
|
-
"text": "ViewTemplate<SegmentedControl>"
|
|
24718
|
-
}
|
|
24719
|
-
},
|
|
24720
|
-
"parameters": [
|
|
24721
|
-
{
|
|
24722
|
-
"name": "context",
|
|
24723
|
-
"type": {
|
|
24724
|
-
"text": "ElementDefinitionContext"
|
|
24725
|
-
}
|
|
24726
|
-
},
|
|
24727
|
-
{
|
|
24728
|
-
"name": "definition",
|
|
24729
|
-
"type": {
|
|
24730
|
-
"text": "FoundationElementDefinition"
|
|
24731
|
-
}
|
|
24732
|
-
}
|
|
24733
|
-
]
|
|
24734
|
-
}
|
|
24735
|
-
],
|
|
24736
|
-
"exports": [
|
|
24737
|
-
{
|
|
24738
|
-
"kind": "js",
|
|
24739
|
-
"name": "zeroSegmentedControlTemplate",
|
|
24740
|
-
"declaration": {
|
|
24741
|
-
"name": "zeroSegmentedControlTemplate",
|
|
24742
|
-
"module": "src/segmented-control/segmented-control.template.ts"
|
|
24743
|
-
}
|
|
24744
|
-
}
|
|
24745
|
-
]
|
|
24746
|
-
},
|
|
24747
|
-
{
|
|
24748
|
-
"kind": "javascript-module",
|
|
24749
|
-
"path": "src/segmented-control/segmented-control.ts",
|
|
24750
|
-
"declarations": [
|
|
24751
|
-
{
|
|
24752
|
-
"kind": "class",
|
|
24753
|
-
"description": "",
|
|
24754
|
-
"name": "SegmentedControl",
|
|
24755
|
-
"superclass": {
|
|
24756
|
-
"name": "FoundationSegmentedControl",
|
|
24757
|
-
"package": "@genesislcap/foundation-ui"
|
|
24758
|
-
},
|
|
24759
|
-
"tagName": "%%prefix%%-segmented-control",
|
|
24760
|
-
"customElement": true,
|
|
24761
|
-
"members": [
|
|
24762
|
-
{
|
|
24763
|
-
"kind": "method",
|
|
24764
|
-
"name": "valueChanged",
|
|
24765
|
-
"privacy": "protected",
|
|
24766
|
-
"inheritedFrom": {
|
|
24767
|
-
"name": "SegmentedControl",
|
|
24768
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
24769
|
-
}
|
|
24770
|
-
}
|
|
24771
|
-
]
|
|
24772
|
-
},
|
|
24773
|
-
{
|
|
24774
|
-
"kind": "variable",
|
|
24775
|
-
"name": "zeroSegmentedControlShadowOptions",
|
|
24776
|
-
"type": {
|
|
24777
|
-
"text": "ShadowRootInit"
|
|
24778
|
-
},
|
|
24779
|
-
"default": "undefined"
|
|
24780
|
-
},
|
|
24781
|
-
{
|
|
24782
|
-
"kind": "variable",
|
|
24783
|
-
"name": "defaultSegmentedControlConfig",
|
|
24784
|
-
"type": {
|
|
24785
|
-
"text": "object"
|
|
24786
|
-
},
|
|
24787
|
-
"default": "{}"
|
|
24788
|
-
},
|
|
24789
|
-
{
|
|
24790
|
-
"kind": "variable",
|
|
24791
|
-
"name": "zeroSegmentedControl",
|
|
24792
|
-
"description": "The Zero Segmented Control",
|
|
24793
|
-
"privacy": "public"
|
|
24794
|
-
}
|
|
24795
|
-
],
|
|
24796
|
-
"exports": [
|
|
24797
|
-
{
|
|
24798
|
-
"kind": "js",
|
|
24799
|
-
"name": "SegmentedControl",
|
|
24800
|
-
"declaration": {
|
|
24801
|
-
"name": "SegmentedControl",
|
|
24802
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
24803
|
-
}
|
|
24804
|
-
},
|
|
24805
|
-
{
|
|
24806
|
-
"kind": "js",
|
|
24807
|
-
"name": "zeroSegmentedControlShadowOptions",
|
|
24808
|
-
"declaration": {
|
|
24809
|
-
"name": "zeroSegmentedControlShadowOptions",
|
|
24810
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
24811
|
-
}
|
|
24812
|
-
},
|
|
24813
|
-
{
|
|
24814
|
-
"kind": "js",
|
|
24815
|
-
"name": "defaultSegmentedControlConfig",
|
|
24816
|
-
"declaration": {
|
|
24817
|
-
"name": "defaultSegmentedControlConfig",
|
|
24818
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
24819
|
-
}
|
|
24820
|
-
},
|
|
24821
|
-
{
|
|
24822
|
-
"kind": "js",
|
|
24823
|
-
"name": "zeroSegmentedControl",
|
|
24824
|
-
"declaration": {
|
|
24825
|
-
"name": "zeroSegmentedControl",
|
|
24826
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
24827
|
-
}
|
|
24828
|
-
}
|
|
24829
|
-
]
|
|
24830
|
-
},
|
|
24831
|
-
{
|
|
24832
|
-
"kind": "javascript-module",
|
|
24833
|
-
"path": "src/search-bar/index.ts",
|
|
24834
|
-
"declarations": [],
|
|
24835
|
-
"exports": [
|
|
24836
|
-
{
|
|
24837
|
-
"kind": "js",
|
|
24838
|
-
"name": "*",
|
|
24839
|
-
"declaration": {
|
|
24840
|
-
"name": "*",
|
|
24841
|
-
"package": "./search-bar"
|
|
24150
|
+
"package": "./search-bar"
|
|
24842
24151
|
}
|
|
24843
24152
|
},
|
|
24844
24153
|
{
|
|
@@ -26468,7 +25777,7 @@
|
|
|
26468
25777
|
},
|
|
26469
25778
|
{
|
|
26470
25779
|
"kind": "javascript-module",
|
|
26471
|
-
"path": "src/segmented-
|
|
25780
|
+
"path": "src/segmented-control/index.ts",
|
|
26472
25781
|
"declarations": [],
|
|
26473
25782
|
"exports": [
|
|
26474
25783
|
{
|
|
@@ -26476,7 +25785,7 @@
|
|
|
26476
25785
|
"name": "*",
|
|
26477
25786
|
"declaration": {
|
|
26478
25787
|
"name": "*",
|
|
26479
|
-
"package": "./segmented-
|
|
25788
|
+
"package": "./segmented-control.template"
|
|
26480
25789
|
}
|
|
26481
25790
|
},
|
|
26482
25791
|
{
|
|
@@ -26484,7 +25793,7 @@
|
|
|
26484
25793
|
"name": "*",
|
|
26485
25794
|
"declaration": {
|
|
26486
25795
|
"name": "*",
|
|
26487
|
-
"package": "./segmented-
|
|
25796
|
+
"package": "./segmented-control.styles"
|
|
26488
25797
|
}
|
|
26489
25798
|
},
|
|
26490
25799
|
{
|
|
@@ -26492,26 +25801,259 @@
|
|
|
26492
25801
|
"name": "*",
|
|
26493
25802
|
"declaration": {
|
|
26494
25803
|
"name": "*",
|
|
26495
|
-
"package": "./segmented-
|
|
25804
|
+
"package": "./segmented-control"
|
|
26496
25805
|
}
|
|
26497
25806
|
}
|
|
26498
25807
|
]
|
|
26499
25808
|
},
|
|
26500
25809
|
{
|
|
26501
25810
|
"kind": "javascript-module",
|
|
26502
|
-
"path": "src/segmented-
|
|
25811
|
+
"path": "src/segmented-control/segmented-control.stories.ts",
|
|
26503
25812
|
"declarations": [
|
|
26504
25813
|
{
|
|
26505
|
-
"kind": "
|
|
26506
|
-
"name": "
|
|
26507
|
-
"
|
|
26508
|
-
"
|
|
26509
|
-
"text": "ElementStyles"
|
|
26510
|
-
}
|
|
25814
|
+
"kind": "variable",
|
|
25815
|
+
"name": "meta",
|
|
25816
|
+
"type": {
|
|
25817
|
+
"text": "Meta"
|
|
26511
25818
|
},
|
|
26512
|
-
"
|
|
26513
|
-
|
|
26514
|
-
|
|
25819
|
+
"default": "{\n title: 'Segmented Control',\n component: 'zero-segmented-control',\n}"
|
|
25820
|
+
},
|
|
25821
|
+
{
|
|
25822
|
+
"kind": "variable",
|
|
25823
|
+
"name": "Primary",
|
|
25824
|
+
"type": {
|
|
25825
|
+
"text": "StoryObj"
|
|
25826
|
+
},
|
|
25827
|
+
"default": "{\n render: () => html`\n <div style=\"${wrapperStyle}\">\n <zero-segmented-control>\n <label slot=\"label\">Neutral Segment Control (label slot)</label>\n <zero-segmented-item>Segmented Item</zero-segmented-item>\n <zero-segmented-item>Segmented Item</zero-segmented-item>\n <zero-segmented-item>Segmented Item</zero-segmented-item>\n </zero-segmented-control>\n\n <zero-segmented-control appearance=\"primary\">\n <label slot=\"label\">Primary Segment Control (label slot)</label>\n <zero-segmented-item>Segmented Item</zero-segmented-item>\n <zero-segmented-item>Segmented Item</zero-segmented-item>\n <zero-segmented-item>Segmented Item</zero-segmented-item>\n </zero-segmented-control>\n </div>\n `,\n}"
|
|
25828
|
+
}
|
|
25829
|
+
],
|
|
25830
|
+
"exports": [
|
|
25831
|
+
{
|
|
25832
|
+
"kind": "js",
|
|
25833
|
+
"name": "default",
|
|
25834
|
+
"declaration": {
|
|
25835
|
+
"name": "meta",
|
|
25836
|
+
"module": "src/segmented-control/segmented-control.stories.ts"
|
|
25837
|
+
}
|
|
25838
|
+
},
|
|
25839
|
+
{
|
|
25840
|
+
"kind": "js",
|
|
25841
|
+
"name": "Primary",
|
|
25842
|
+
"declaration": {
|
|
25843
|
+
"name": "Primary",
|
|
25844
|
+
"module": "src/segmented-control/segmented-control.stories.ts"
|
|
25845
|
+
}
|
|
25846
|
+
}
|
|
25847
|
+
]
|
|
25848
|
+
},
|
|
25849
|
+
{
|
|
25850
|
+
"kind": "javascript-module",
|
|
25851
|
+
"path": "src/segmented-control/segmented-control.styles.ts",
|
|
25852
|
+
"declarations": [
|
|
25853
|
+
{
|
|
25854
|
+
"kind": "function",
|
|
25855
|
+
"name": "zeroSegmentedControlStyles",
|
|
25856
|
+
"return": {
|
|
25857
|
+
"type": {
|
|
25858
|
+
"text": "ElementStyles"
|
|
25859
|
+
}
|
|
25860
|
+
},
|
|
25861
|
+
"parameters": [
|
|
25862
|
+
{
|
|
25863
|
+
"name": "context",
|
|
25864
|
+
"type": {
|
|
25865
|
+
"text": "ElementDefinitionContext"
|
|
25866
|
+
}
|
|
25867
|
+
},
|
|
25868
|
+
{
|
|
25869
|
+
"name": "definition",
|
|
25870
|
+
"type": {
|
|
25871
|
+
"text": "FoundationElementDefinition"
|
|
25872
|
+
}
|
|
25873
|
+
}
|
|
25874
|
+
]
|
|
25875
|
+
}
|
|
25876
|
+
],
|
|
25877
|
+
"exports": [
|
|
25878
|
+
{
|
|
25879
|
+
"kind": "js",
|
|
25880
|
+
"name": "zeroSegmentedControlStyles",
|
|
25881
|
+
"declaration": {
|
|
25882
|
+
"name": "zeroSegmentedControlStyles",
|
|
25883
|
+
"module": "src/segmented-control/segmented-control.styles.ts"
|
|
25884
|
+
}
|
|
25885
|
+
}
|
|
25886
|
+
]
|
|
25887
|
+
},
|
|
25888
|
+
{
|
|
25889
|
+
"kind": "javascript-module",
|
|
25890
|
+
"path": "src/segmented-control/segmented-control.template.ts",
|
|
25891
|
+
"declarations": [
|
|
25892
|
+
{
|
|
25893
|
+
"kind": "function",
|
|
25894
|
+
"name": "zeroSegmentedControlTemplate",
|
|
25895
|
+
"return": {
|
|
25896
|
+
"type": {
|
|
25897
|
+
"text": "ViewTemplate<SegmentedControl>"
|
|
25898
|
+
}
|
|
25899
|
+
},
|
|
25900
|
+
"parameters": [
|
|
25901
|
+
{
|
|
25902
|
+
"name": "context",
|
|
25903
|
+
"type": {
|
|
25904
|
+
"text": "ElementDefinitionContext"
|
|
25905
|
+
}
|
|
25906
|
+
},
|
|
25907
|
+
{
|
|
25908
|
+
"name": "definition",
|
|
25909
|
+
"type": {
|
|
25910
|
+
"text": "FoundationElementDefinition"
|
|
25911
|
+
}
|
|
25912
|
+
}
|
|
25913
|
+
]
|
|
25914
|
+
}
|
|
25915
|
+
],
|
|
25916
|
+
"exports": [
|
|
25917
|
+
{
|
|
25918
|
+
"kind": "js",
|
|
25919
|
+
"name": "zeroSegmentedControlTemplate",
|
|
25920
|
+
"declaration": {
|
|
25921
|
+
"name": "zeroSegmentedControlTemplate",
|
|
25922
|
+
"module": "src/segmented-control/segmented-control.template.ts"
|
|
25923
|
+
}
|
|
25924
|
+
}
|
|
25925
|
+
]
|
|
25926
|
+
},
|
|
25927
|
+
{
|
|
25928
|
+
"kind": "javascript-module",
|
|
25929
|
+
"path": "src/segmented-control/segmented-control.ts",
|
|
25930
|
+
"declarations": [
|
|
25931
|
+
{
|
|
25932
|
+
"kind": "class",
|
|
25933
|
+
"description": "",
|
|
25934
|
+
"name": "SegmentedControl",
|
|
25935
|
+
"superclass": {
|
|
25936
|
+
"name": "FoundationSegmentedControl",
|
|
25937
|
+
"package": "@genesislcap/foundation-ui"
|
|
25938
|
+
},
|
|
25939
|
+
"tagName": "%%prefix%%-segmented-control",
|
|
25940
|
+
"customElement": true,
|
|
25941
|
+
"members": [
|
|
25942
|
+
{
|
|
25943
|
+
"kind": "method",
|
|
25944
|
+
"name": "valueChanged",
|
|
25945
|
+
"privacy": "protected",
|
|
25946
|
+
"inheritedFrom": {
|
|
25947
|
+
"name": "SegmentedControl",
|
|
25948
|
+
"module": "src/segmented-control/segmented-control.ts"
|
|
25949
|
+
}
|
|
25950
|
+
}
|
|
25951
|
+
]
|
|
25952
|
+
},
|
|
25953
|
+
{
|
|
25954
|
+
"kind": "variable",
|
|
25955
|
+
"name": "zeroSegmentedControlShadowOptions",
|
|
25956
|
+
"type": {
|
|
25957
|
+
"text": "ShadowRootInit"
|
|
25958
|
+
},
|
|
25959
|
+
"default": "undefined"
|
|
25960
|
+
},
|
|
25961
|
+
{
|
|
25962
|
+
"kind": "variable",
|
|
25963
|
+
"name": "defaultSegmentedControlConfig",
|
|
25964
|
+
"type": {
|
|
25965
|
+
"text": "object"
|
|
25966
|
+
},
|
|
25967
|
+
"default": "{}"
|
|
25968
|
+
},
|
|
25969
|
+
{
|
|
25970
|
+
"kind": "variable",
|
|
25971
|
+
"name": "zeroSegmentedControl",
|
|
25972
|
+
"description": "The Zero Segmented Control",
|
|
25973
|
+
"privacy": "public"
|
|
25974
|
+
}
|
|
25975
|
+
],
|
|
25976
|
+
"exports": [
|
|
25977
|
+
{
|
|
25978
|
+
"kind": "js",
|
|
25979
|
+
"name": "SegmentedControl",
|
|
25980
|
+
"declaration": {
|
|
25981
|
+
"name": "SegmentedControl",
|
|
25982
|
+
"module": "src/segmented-control/segmented-control.ts"
|
|
25983
|
+
}
|
|
25984
|
+
},
|
|
25985
|
+
{
|
|
25986
|
+
"kind": "js",
|
|
25987
|
+
"name": "zeroSegmentedControlShadowOptions",
|
|
25988
|
+
"declaration": {
|
|
25989
|
+
"name": "zeroSegmentedControlShadowOptions",
|
|
25990
|
+
"module": "src/segmented-control/segmented-control.ts"
|
|
25991
|
+
}
|
|
25992
|
+
},
|
|
25993
|
+
{
|
|
25994
|
+
"kind": "js",
|
|
25995
|
+
"name": "defaultSegmentedControlConfig",
|
|
25996
|
+
"declaration": {
|
|
25997
|
+
"name": "defaultSegmentedControlConfig",
|
|
25998
|
+
"module": "src/segmented-control/segmented-control.ts"
|
|
25999
|
+
}
|
|
26000
|
+
},
|
|
26001
|
+
{
|
|
26002
|
+
"kind": "js",
|
|
26003
|
+
"name": "zeroSegmentedControl",
|
|
26004
|
+
"declaration": {
|
|
26005
|
+
"name": "zeroSegmentedControl",
|
|
26006
|
+
"module": "src/segmented-control/segmented-control.ts"
|
|
26007
|
+
}
|
|
26008
|
+
}
|
|
26009
|
+
]
|
|
26010
|
+
},
|
|
26011
|
+
{
|
|
26012
|
+
"kind": "javascript-module",
|
|
26013
|
+
"path": "src/segmented-item/index.ts",
|
|
26014
|
+
"declarations": [],
|
|
26015
|
+
"exports": [
|
|
26016
|
+
{
|
|
26017
|
+
"kind": "js",
|
|
26018
|
+
"name": "*",
|
|
26019
|
+
"declaration": {
|
|
26020
|
+
"name": "*",
|
|
26021
|
+
"package": "./segmented-item.template"
|
|
26022
|
+
}
|
|
26023
|
+
},
|
|
26024
|
+
{
|
|
26025
|
+
"kind": "js",
|
|
26026
|
+
"name": "*",
|
|
26027
|
+
"declaration": {
|
|
26028
|
+
"name": "*",
|
|
26029
|
+
"package": "./segmented-item.styles"
|
|
26030
|
+
}
|
|
26031
|
+
},
|
|
26032
|
+
{
|
|
26033
|
+
"kind": "js",
|
|
26034
|
+
"name": "*",
|
|
26035
|
+
"declaration": {
|
|
26036
|
+
"name": "*",
|
|
26037
|
+
"package": "./segmented-item"
|
|
26038
|
+
}
|
|
26039
|
+
}
|
|
26040
|
+
]
|
|
26041
|
+
},
|
|
26042
|
+
{
|
|
26043
|
+
"kind": "javascript-module",
|
|
26044
|
+
"path": "src/segmented-item/segmented-item.styles.ts",
|
|
26045
|
+
"declarations": [
|
|
26046
|
+
{
|
|
26047
|
+
"kind": "function",
|
|
26048
|
+
"name": "zeroSegmentedItemStyles",
|
|
26049
|
+
"return": {
|
|
26050
|
+
"type": {
|
|
26051
|
+
"text": "ElementStyles"
|
|
26052
|
+
}
|
|
26053
|
+
},
|
|
26054
|
+
"parameters": [
|
|
26055
|
+
{
|
|
26056
|
+
"name": "context",
|
|
26515
26057
|
"type": {
|
|
26516
26058
|
"text": "ElementDefinitionContext"
|
|
26517
26059
|
}
|
|
@@ -26847,28 +26389,341 @@
|
|
|
26847
26389
|
"name": "Select",
|
|
26848
26390
|
"module": "src/select/select.ts"
|
|
26849
26391
|
}
|
|
26850
|
-
}
|
|
26851
|
-
],
|
|
26852
|
-
"members": [
|
|
26392
|
+
}
|
|
26393
|
+
],
|
|
26394
|
+
"members": [
|
|
26395
|
+
{
|
|
26396
|
+
"kind": "field",
|
|
26397
|
+
"name": "open",
|
|
26398
|
+
"type": {
|
|
26399
|
+
"text": "boolean"
|
|
26400
|
+
},
|
|
26401
|
+
"privacy": "public",
|
|
26402
|
+
"default": "false",
|
|
26403
|
+
"description": "The open attribute.",
|
|
26404
|
+
"inheritedFrom": {
|
|
26405
|
+
"name": "Select",
|
|
26406
|
+
"module": "src/select/select.ts"
|
|
26407
|
+
}
|
|
26408
|
+
},
|
|
26409
|
+
{
|
|
26410
|
+
"kind": "field",
|
|
26411
|
+
"name": "value",
|
|
26412
|
+
"privacy": "public",
|
|
26413
|
+
"description": "The value property.",
|
|
26414
|
+
"inheritedFrom": {
|
|
26415
|
+
"name": "Select",
|
|
26416
|
+
"module": "src/select/select.ts"
|
|
26417
|
+
}
|
|
26418
|
+
},
|
|
26419
|
+
{
|
|
26420
|
+
"kind": "field",
|
|
26421
|
+
"name": "positionAttribute",
|
|
26422
|
+
"type": {
|
|
26423
|
+
"text": "SelectPosition | undefined"
|
|
26424
|
+
},
|
|
26425
|
+
"privacy": "public",
|
|
26426
|
+
"description": "Reflects the placement for the listbox when the select is open.",
|
|
26427
|
+
"inheritedFrom": {
|
|
26428
|
+
"name": "Select",
|
|
26429
|
+
"module": "src/select/select.ts"
|
|
26430
|
+
}
|
|
26431
|
+
},
|
|
26432
|
+
{
|
|
26433
|
+
"kind": "field",
|
|
26434
|
+
"name": "position",
|
|
26435
|
+
"type": {
|
|
26436
|
+
"text": "SelectPosition | undefined"
|
|
26437
|
+
},
|
|
26438
|
+
"privacy": "public",
|
|
26439
|
+
"description": "Holds the current state for the calculated position of the listbox.",
|
|
26440
|
+
"inheritedFrom": {
|
|
26441
|
+
"name": "Select",
|
|
26442
|
+
"module": "src/select/select.ts"
|
|
26443
|
+
}
|
|
26444
|
+
},
|
|
26445
|
+
{
|
|
26446
|
+
"kind": "method",
|
|
26447
|
+
"name": "positionChanged",
|
|
26448
|
+
"privacy": "protected",
|
|
26449
|
+
"return": {
|
|
26450
|
+
"type": {
|
|
26451
|
+
"text": "void"
|
|
26452
|
+
}
|
|
26453
|
+
},
|
|
26454
|
+
"parameters": [
|
|
26455
|
+
{
|
|
26456
|
+
"name": "prev",
|
|
26457
|
+
"type": {
|
|
26458
|
+
"text": "SelectPosition | undefined"
|
|
26459
|
+
}
|
|
26460
|
+
},
|
|
26461
|
+
{
|
|
26462
|
+
"name": "next",
|
|
26463
|
+
"type": {
|
|
26464
|
+
"text": "SelectPosition | undefined"
|
|
26465
|
+
}
|
|
26466
|
+
}
|
|
26467
|
+
],
|
|
26468
|
+
"inheritedFrom": {
|
|
26469
|
+
"name": "Select",
|
|
26470
|
+
"module": "src/select/select.ts"
|
|
26471
|
+
}
|
|
26472
|
+
},
|
|
26473
|
+
{
|
|
26474
|
+
"kind": "method",
|
|
26475
|
+
"name": "setPositioning",
|
|
26476
|
+
"privacy": "public",
|
|
26477
|
+
"return": {
|
|
26478
|
+
"type": {
|
|
26479
|
+
"text": "void"
|
|
26480
|
+
}
|
|
26481
|
+
},
|
|
26482
|
+
"description": "Calculate and apply listbox positioning based on available viewport space.",
|
|
26483
|
+
"inheritedFrom": {
|
|
26484
|
+
"name": "Select",
|
|
26485
|
+
"module": "src/select/select.ts"
|
|
26486
|
+
}
|
|
26487
|
+
},
|
|
26488
|
+
{
|
|
26489
|
+
"kind": "field",
|
|
26490
|
+
"name": "displayValue",
|
|
26491
|
+
"type": {
|
|
26492
|
+
"text": "string"
|
|
26493
|
+
},
|
|
26494
|
+
"privacy": "public",
|
|
26495
|
+
"description": "The value displayed on the button.",
|
|
26496
|
+
"inheritedFrom": {
|
|
26497
|
+
"name": "Select",
|
|
26498
|
+
"module": "src/select/select.ts"
|
|
26499
|
+
}
|
|
26500
|
+
},
|
|
26501
|
+
{
|
|
26502
|
+
"kind": "method",
|
|
26503
|
+
"name": "multipleChanged",
|
|
26504
|
+
"privacy": "public",
|
|
26505
|
+
"parameters": [
|
|
26506
|
+
{
|
|
26507
|
+
"name": "prev",
|
|
26508
|
+
"type": {
|
|
26509
|
+
"text": "boolean | undefined"
|
|
26510
|
+
},
|
|
26511
|
+
"description": "the previous multiple value"
|
|
26512
|
+
},
|
|
26513
|
+
{
|
|
26514
|
+
"name": "next",
|
|
26515
|
+
"type": {
|
|
26516
|
+
"text": "boolean"
|
|
26517
|
+
},
|
|
26518
|
+
"description": "the current multiple value"
|
|
26519
|
+
}
|
|
26520
|
+
],
|
|
26521
|
+
"description": "Sets the multiple property on the proxy element.",
|
|
26522
|
+
"inheritedFrom": {
|
|
26523
|
+
"name": "Select",
|
|
26524
|
+
"module": "src/select/select.ts"
|
|
26525
|
+
}
|
|
26526
|
+
},
|
|
26527
|
+
{
|
|
26528
|
+
"kind": "field",
|
|
26529
|
+
"name": "proxy",
|
|
26530
|
+
"inheritedFrom": {
|
|
26531
|
+
"name": "Select",
|
|
26532
|
+
"module": "src/select/select.ts"
|
|
26533
|
+
}
|
|
26534
|
+
},
|
|
26535
|
+
{
|
|
26536
|
+
"kind": "field",
|
|
26537
|
+
"name": "multiple",
|
|
26538
|
+
"type": {
|
|
26539
|
+
"text": "boolean"
|
|
26540
|
+
},
|
|
26541
|
+
"privacy": "public",
|
|
26542
|
+
"description": "Indicates if the listbox is in multi-selection mode.",
|
|
26543
|
+
"inheritedFrom": {
|
|
26544
|
+
"name": "Select",
|
|
26545
|
+
"module": "src/select/select.ts"
|
|
26546
|
+
}
|
|
26547
|
+
},
|
|
26548
|
+
{
|
|
26549
|
+
"kind": "field",
|
|
26550
|
+
"name": "size",
|
|
26551
|
+
"type": {
|
|
26552
|
+
"text": "number"
|
|
26553
|
+
},
|
|
26554
|
+
"privacy": "public",
|
|
26555
|
+
"description": "The maximum number of options to display.",
|
|
26556
|
+
"inheritedFrom": {
|
|
26557
|
+
"name": "Select",
|
|
26558
|
+
"module": "src/select/select.ts"
|
|
26559
|
+
}
|
|
26560
|
+
},
|
|
26561
|
+
{
|
|
26562
|
+
"kind": "method",
|
|
26563
|
+
"name": "setSelectedOptions",
|
|
26564
|
+
"privacy": "public",
|
|
26565
|
+
"description": "Sets an option as selected and gives it focus.",
|
|
26566
|
+
"inheritedFrom": {
|
|
26567
|
+
"name": "Select",
|
|
26568
|
+
"module": "src/select/select.ts"
|
|
26569
|
+
}
|
|
26570
|
+
},
|
|
26571
|
+
{
|
|
26572
|
+
"kind": "field",
|
|
26573
|
+
"name": "length",
|
|
26574
|
+
"type": {
|
|
26575
|
+
"text": "number"
|
|
26576
|
+
},
|
|
26577
|
+
"privacy": "public",
|
|
26578
|
+
"description": "The number of options.",
|
|
26579
|
+
"inheritedFrom": {
|
|
26580
|
+
"name": "Select",
|
|
26581
|
+
"module": "src/select/select.ts"
|
|
26582
|
+
}
|
|
26583
|
+
},
|
|
26584
|
+
{
|
|
26585
|
+
"kind": "field",
|
|
26586
|
+
"name": "options",
|
|
26587
|
+
"type": {
|
|
26588
|
+
"text": "ListboxOption[]"
|
|
26589
|
+
},
|
|
26590
|
+
"privacy": "public",
|
|
26591
|
+
"description": "The list of options.",
|
|
26592
|
+
"inheritedFrom": {
|
|
26593
|
+
"name": "Select",
|
|
26594
|
+
"module": "src/select/select.ts"
|
|
26595
|
+
}
|
|
26596
|
+
},
|
|
26597
|
+
{
|
|
26598
|
+
"kind": "field",
|
|
26599
|
+
"name": "typeAheadExpired",
|
|
26600
|
+
"privacy": "protected",
|
|
26601
|
+
"inheritedFrom": {
|
|
26602
|
+
"name": "Select",
|
|
26603
|
+
"module": "src/select/select.ts"
|
|
26604
|
+
}
|
|
26605
|
+
},
|
|
26606
|
+
{
|
|
26607
|
+
"kind": "field",
|
|
26608
|
+
"name": "disabled",
|
|
26609
|
+
"type": {
|
|
26610
|
+
"text": "boolean"
|
|
26611
|
+
},
|
|
26612
|
+
"privacy": "public",
|
|
26613
|
+
"description": "The disabled state of the listbox.",
|
|
26614
|
+
"inheritedFrom": {
|
|
26615
|
+
"name": "Select",
|
|
26616
|
+
"module": "src/select/select.ts"
|
|
26617
|
+
}
|
|
26618
|
+
},
|
|
26619
|
+
{
|
|
26620
|
+
"kind": "field",
|
|
26621
|
+
"name": "selectedIndex",
|
|
26622
|
+
"type": {
|
|
26623
|
+
"text": "number"
|
|
26624
|
+
},
|
|
26625
|
+
"privacy": "public",
|
|
26626
|
+
"default": "-1",
|
|
26627
|
+
"description": "The index of the selected option.",
|
|
26628
|
+
"inheritedFrom": {
|
|
26629
|
+
"name": "Select",
|
|
26630
|
+
"module": "src/select/select.ts"
|
|
26631
|
+
}
|
|
26632
|
+
},
|
|
26633
|
+
{
|
|
26634
|
+
"kind": "field",
|
|
26635
|
+
"name": "selectedOptions",
|
|
26636
|
+
"type": {
|
|
26637
|
+
"text": "ListboxOption[]"
|
|
26638
|
+
},
|
|
26639
|
+
"privacy": "public",
|
|
26640
|
+
"default": "[]",
|
|
26641
|
+
"description": "A collection of the selected options.",
|
|
26642
|
+
"inheritedFrom": {
|
|
26643
|
+
"name": "Select",
|
|
26644
|
+
"module": "src/select/select.ts"
|
|
26645
|
+
}
|
|
26646
|
+
},
|
|
26647
|
+
{
|
|
26648
|
+
"kind": "field",
|
|
26649
|
+
"name": "slottedOptionFilter",
|
|
26650
|
+
"privacy": "public",
|
|
26651
|
+
"static": true,
|
|
26652
|
+
"description": "A static filter to include only selectable options.",
|
|
26653
|
+
"parameters": [
|
|
26654
|
+
{
|
|
26655
|
+
"description": "element to filter",
|
|
26656
|
+
"name": "n"
|
|
26657
|
+
}
|
|
26658
|
+
],
|
|
26659
|
+
"inheritedFrom": {
|
|
26660
|
+
"name": "Select",
|
|
26661
|
+
"module": "src/select/select.ts"
|
|
26662
|
+
}
|
|
26663
|
+
},
|
|
26664
|
+
{
|
|
26665
|
+
"kind": "method",
|
|
26666
|
+
"name": "selectFirstOption",
|
|
26667
|
+
"privacy": "public",
|
|
26668
|
+
"return": {
|
|
26669
|
+
"type": {
|
|
26670
|
+
"text": "void"
|
|
26671
|
+
}
|
|
26672
|
+
},
|
|
26673
|
+
"description": "Moves focus to the first selectable option.",
|
|
26674
|
+
"inheritedFrom": {
|
|
26675
|
+
"name": "Select",
|
|
26676
|
+
"module": "src/select/select.ts"
|
|
26677
|
+
}
|
|
26678
|
+
},
|
|
26679
|
+
{
|
|
26680
|
+
"kind": "field",
|
|
26681
|
+
"name": "_presentation",
|
|
26682
|
+
"type": {
|
|
26683
|
+
"text": "ComponentPresentation | null | undefined"
|
|
26684
|
+
},
|
|
26685
|
+
"privacy": "private",
|
|
26686
|
+
"default": "void 0",
|
|
26687
|
+
"inheritedFrom": {
|
|
26688
|
+
"name": "Select",
|
|
26689
|
+
"module": "src/select/select.ts"
|
|
26690
|
+
}
|
|
26691
|
+
},
|
|
26692
|
+
{
|
|
26693
|
+
"kind": "field",
|
|
26694
|
+
"name": "$presentation",
|
|
26695
|
+
"type": {
|
|
26696
|
+
"text": "ComponentPresentation | null"
|
|
26697
|
+
},
|
|
26698
|
+
"privacy": "public",
|
|
26699
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
26700
|
+
"inheritedFrom": {
|
|
26701
|
+
"name": "Select",
|
|
26702
|
+
"module": "src/select/select.ts"
|
|
26703
|
+
}
|
|
26704
|
+
},
|
|
26853
26705
|
{
|
|
26854
26706
|
"kind": "field",
|
|
26855
|
-
"name": "
|
|
26707
|
+
"name": "template",
|
|
26856
26708
|
"type": {
|
|
26857
|
-
"text": "
|
|
26709
|
+
"text": "ElementViewTemplate | void | null"
|
|
26858
26710
|
},
|
|
26859
26711
|
"privacy": "public",
|
|
26860
|
-
"
|
|
26861
|
-
"description": "The open attribute.",
|
|
26712
|
+
"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.",
|
|
26862
26713
|
"inheritedFrom": {
|
|
26863
26714
|
"name": "Select",
|
|
26864
26715
|
"module": "src/select/select.ts"
|
|
26865
26716
|
}
|
|
26866
26717
|
},
|
|
26867
26718
|
{
|
|
26868
|
-
"kind": "
|
|
26869
|
-
"name": "
|
|
26870
|
-
"privacy": "
|
|
26871
|
-
"
|
|
26719
|
+
"kind": "method",
|
|
26720
|
+
"name": "templateChanged",
|
|
26721
|
+
"privacy": "protected",
|
|
26722
|
+
"return": {
|
|
26723
|
+
"type": {
|
|
26724
|
+
"text": "void"
|
|
26725
|
+
}
|
|
26726
|
+
},
|
|
26872
26727
|
"inheritedFrom": {
|
|
26873
26728
|
"name": "Select",
|
|
26874
26729
|
"module": "src/select/select.ts"
|
|
@@ -26876,25 +26731,26 @@
|
|
|
26876
26731
|
},
|
|
26877
26732
|
{
|
|
26878
26733
|
"kind": "field",
|
|
26879
|
-
"name": "
|
|
26734
|
+
"name": "styles",
|
|
26880
26735
|
"type": {
|
|
26881
|
-
"text": "
|
|
26736
|
+
"text": "ElementStyles | void | null"
|
|
26882
26737
|
},
|
|
26883
26738
|
"privacy": "public",
|
|
26884
|
-
"description": "
|
|
26739
|
+
"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.",
|
|
26885
26740
|
"inheritedFrom": {
|
|
26886
26741
|
"name": "Select",
|
|
26887
26742
|
"module": "src/select/select.ts"
|
|
26888
26743
|
}
|
|
26889
26744
|
},
|
|
26890
26745
|
{
|
|
26891
|
-
"kind": "
|
|
26892
|
-
"name": "
|
|
26893
|
-
"
|
|
26894
|
-
|
|
26746
|
+
"kind": "method",
|
|
26747
|
+
"name": "stylesChanged",
|
|
26748
|
+
"privacy": "protected",
|
|
26749
|
+
"return": {
|
|
26750
|
+
"type": {
|
|
26751
|
+
"text": "void"
|
|
26752
|
+
}
|
|
26895
26753
|
},
|
|
26896
|
-
"privacy": "public",
|
|
26897
|
-
"description": "Holds the current state for the calculated position of the listbox.",
|
|
26898
26754
|
"inheritedFrom": {
|
|
26899
26755
|
"name": "Select",
|
|
26900
26756
|
"module": "src/select/select.ts"
|
|
@@ -26902,236 +26758,372 @@
|
|
|
26902
26758
|
},
|
|
26903
26759
|
{
|
|
26904
26760
|
"kind": "method",
|
|
26905
|
-
"name": "
|
|
26906
|
-
"privacy": "
|
|
26761
|
+
"name": "compose",
|
|
26762
|
+
"privacy": "public",
|
|
26763
|
+
"static": true,
|
|
26907
26764
|
"return": {
|
|
26908
26765
|
"type": {
|
|
26909
|
-
"text": "
|
|
26766
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
26910
26767
|
}
|
|
26911
26768
|
},
|
|
26912
26769
|
"parameters": [
|
|
26913
26770
|
{
|
|
26914
|
-
"name": "
|
|
26771
|
+
"name": "this",
|
|
26915
26772
|
"type": {
|
|
26916
|
-
"text": "
|
|
26773
|
+
"text": "K"
|
|
26917
26774
|
}
|
|
26918
26775
|
},
|
|
26919
26776
|
{
|
|
26920
|
-
"name": "
|
|
26777
|
+
"name": "elementDefinition",
|
|
26921
26778
|
"type": {
|
|
26922
|
-
"text": "
|
|
26923
|
-
}
|
|
26779
|
+
"text": "T"
|
|
26780
|
+
},
|
|
26781
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
26924
26782
|
}
|
|
26925
26783
|
],
|
|
26784
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
26926
26785
|
"inheritedFrom": {
|
|
26927
26786
|
"name": "Select",
|
|
26928
26787
|
"module": "src/select/select.ts"
|
|
26929
26788
|
}
|
|
26930
|
-
}
|
|
26789
|
+
}
|
|
26790
|
+
],
|
|
26791
|
+
"events": [
|
|
26931
26792
|
{
|
|
26932
|
-
"
|
|
26933
|
-
"name": "
|
|
26934
|
-
"privacy": "public",
|
|
26935
|
-
"return": {
|
|
26936
|
-
"type": {
|
|
26937
|
-
"text": "void"
|
|
26938
|
-
}
|
|
26939
|
-
},
|
|
26940
|
-
"description": "Calculate and apply listbox positioning based on available viewport space.",
|
|
26793
|
+
"description": "Fires a custom 'input' event when the value updates",
|
|
26794
|
+
"name": "input",
|
|
26941
26795
|
"inheritedFrom": {
|
|
26942
26796
|
"name": "Select",
|
|
26943
26797
|
"module": "src/select/select.ts"
|
|
26944
26798
|
}
|
|
26945
26799
|
},
|
|
26946
26800
|
{
|
|
26947
|
-
"
|
|
26948
|
-
"name": "
|
|
26949
|
-
"type": {
|
|
26950
|
-
"text": "string"
|
|
26951
|
-
},
|
|
26952
|
-
"privacy": "public",
|
|
26953
|
-
"description": "The value displayed on the button.",
|
|
26801
|
+
"description": "Fires a custom 'change' event when the value updates",
|
|
26802
|
+
"name": "change",
|
|
26954
26803
|
"inheritedFrom": {
|
|
26955
26804
|
"name": "Select",
|
|
26956
26805
|
"module": "src/select/select.ts"
|
|
26957
26806
|
}
|
|
26958
|
-
}
|
|
26959
|
-
|
|
26960
|
-
|
|
26961
|
-
|
|
26962
|
-
|
|
26963
|
-
|
|
26964
|
-
|
|
26965
|
-
|
|
26966
|
-
|
|
26967
|
-
|
|
26968
|
-
|
|
26969
|
-
|
|
26970
|
-
|
|
26971
|
-
|
|
26972
|
-
|
|
26973
|
-
|
|
26974
|
-
|
|
26975
|
-
|
|
26976
|
-
|
|
26977
|
-
|
|
26978
|
-
|
|
26979
|
-
|
|
26807
|
+
}
|
|
26808
|
+
]
|
|
26809
|
+
},
|
|
26810
|
+
{
|
|
26811
|
+
"kind": "variable",
|
|
26812
|
+
"name": "zeroSelect"
|
|
26813
|
+
}
|
|
26814
|
+
],
|
|
26815
|
+
"exports": [
|
|
26816
|
+
{
|
|
26817
|
+
"kind": "js",
|
|
26818
|
+
"name": "Select",
|
|
26819
|
+
"declaration": {
|
|
26820
|
+
"name": "Select",
|
|
26821
|
+
"module": "src/select/select.ts"
|
|
26822
|
+
}
|
|
26823
|
+
},
|
|
26824
|
+
{
|
|
26825
|
+
"kind": "js",
|
|
26826
|
+
"name": "zeroSelect",
|
|
26827
|
+
"declaration": {
|
|
26828
|
+
"name": "zeroSelect",
|
|
26829
|
+
"module": "src/select/select.ts"
|
|
26830
|
+
}
|
|
26831
|
+
}
|
|
26832
|
+
]
|
|
26833
|
+
},
|
|
26834
|
+
{
|
|
26835
|
+
"kind": "javascript-module",
|
|
26836
|
+
"path": "src/modal/index.ts",
|
|
26837
|
+
"declarations": [],
|
|
26838
|
+
"exports": [
|
|
26839
|
+
{
|
|
26840
|
+
"kind": "js",
|
|
26841
|
+
"name": "*",
|
|
26842
|
+
"declaration": {
|
|
26843
|
+
"name": "*",
|
|
26844
|
+
"package": "./modal"
|
|
26845
|
+
}
|
|
26846
|
+
},
|
|
26847
|
+
{
|
|
26848
|
+
"kind": "js",
|
|
26849
|
+
"name": "*",
|
|
26850
|
+
"declaration": {
|
|
26851
|
+
"name": "*",
|
|
26852
|
+
"package": "./modal.styles"
|
|
26853
|
+
}
|
|
26854
|
+
},
|
|
26855
|
+
{
|
|
26856
|
+
"kind": "js",
|
|
26857
|
+
"name": "zeroModalTemplate",
|
|
26858
|
+
"declaration": {
|
|
26859
|
+
"name": "foundationModalTemplate",
|
|
26860
|
+
"package": "@genesislcap/foundation-ui"
|
|
26861
|
+
}
|
|
26862
|
+
}
|
|
26863
|
+
]
|
|
26864
|
+
},
|
|
26865
|
+
{
|
|
26866
|
+
"kind": "javascript-module",
|
|
26867
|
+
"path": "src/modal/modal.stories.ts",
|
|
26868
|
+
"declarations": [
|
|
26869
|
+
{
|
|
26870
|
+
"kind": "variable",
|
|
26871
|
+
"name": "meta",
|
|
26872
|
+
"type": {
|
|
26873
|
+
"text": "Meta"
|
|
26874
|
+
},
|
|
26875
|
+
"default": "{\n title: 'Modal',\n component: 'zero-modal',\n}"
|
|
26876
|
+
},
|
|
26877
|
+
{
|
|
26878
|
+
"kind": "variable",
|
|
26879
|
+
"name": "Primary",
|
|
26880
|
+
"type": {
|
|
26881
|
+
"text": "StoryObj"
|
|
26882
|
+
},
|
|
26883
|
+
"default": "{\n args: {\n dialogMaxWidth: '557px',\n modalTitle: 'Modal title',\n modalInitialText: 'Some text in a Zero Dialog',\n modalMainText: `Lorem ipsum dolor sit amet consectetur adipisicing elit. Quis similique iste ab sed\n voluptatem ut suscipit tenetur distinctio? Quo est debitis pariatur qui quisquam repudiandae\n at atque et quibusdam rerum, reprehenderit sed laborum officiis distinctio dolorum\n temporibus aperiam dolor consequatur perferendis aspernatur fugit repellendus asperiores,\n voluptas illo? Voluptatum, atque quidem?`,\n modalCloseButtonText: 'Close this modal',\n },\n render: ({\n dialogMaxWidth,\n modalTitle,\n modalInitialText,\n modalMainText,\n modalCloseButtonText,\n }) => html`\n <zero-button @click=\"${showModal}\">Show Zero Modal</zero-button>\n <zero-modal style=\"--dialog-max-width: ${dialogMaxWidth};\">\n <h5 slot=\"top\">${modalTitle}</h5>\n <p>${modalInitialText}</p>\n <p>${modalMainText}</p>\n <zero-divider slot=\"bottom\"></zero-divider>\n <zero-button appearance=\"primary-gradient\" slot=\"bottom\" @click=\"${closeModal}\">\n ${modalCloseButtonText}\n </zero-button>\n </zero-modal>\n `,\n}"
|
|
26884
|
+
}
|
|
26885
|
+
],
|
|
26886
|
+
"exports": [
|
|
26887
|
+
{
|
|
26888
|
+
"kind": "js",
|
|
26889
|
+
"name": "default",
|
|
26890
|
+
"declaration": {
|
|
26891
|
+
"name": "meta",
|
|
26892
|
+
"module": "src/modal/modal.stories.ts"
|
|
26893
|
+
}
|
|
26894
|
+
},
|
|
26895
|
+
{
|
|
26896
|
+
"kind": "js",
|
|
26897
|
+
"name": "Primary",
|
|
26898
|
+
"declaration": {
|
|
26899
|
+
"name": "Primary",
|
|
26900
|
+
"module": "src/modal/modal.stories.ts"
|
|
26901
|
+
}
|
|
26902
|
+
}
|
|
26903
|
+
]
|
|
26904
|
+
},
|
|
26905
|
+
{
|
|
26906
|
+
"kind": "javascript-module",
|
|
26907
|
+
"path": "src/modal/modal.styles.ts",
|
|
26908
|
+
"declarations": [
|
|
26909
|
+
{
|
|
26910
|
+
"kind": "variable",
|
|
26911
|
+
"name": "zeroModalStyles",
|
|
26912
|
+
"default": "css`\n ${zeroDialogStyles}\n`"
|
|
26913
|
+
}
|
|
26914
|
+
],
|
|
26915
|
+
"exports": [
|
|
26916
|
+
{
|
|
26917
|
+
"kind": "js",
|
|
26918
|
+
"name": "zeroModalStyles",
|
|
26919
|
+
"declaration": {
|
|
26920
|
+
"name": "zeroModalStyles",
|
|
26921
|
+
"module": "src/modal/modal.styles.ts"
|
|
26922
|
+
}
|
|
26923
|
+
}
|
|
26924
|
+
]
|
|
26925
|
+
},
|
|
26926
|
+
{
|
|
26927
|
+
"kind": "javascript-module",
|
|
26928
|
+
"path": "src/modal/modal.ts",
|
|
26929
|
+
"declarations": [
|
|
26930
|
+
{
|
|
26931
|
+
"kind": "variable",
|
|
26932
|
+
"name": "defaultModalConfig",
|
|
26933
|
+
"default": "foundationConfig"
|
|
26934
|
+
},
|
|
26935
|
+
{
|
|
26936
|
+
"kind": "variable",
|
|
26937
|
+
"name": "zeroModalTemplate",
|
|
26938
|
+
"default": "foundationModalTemplate"
|
|
26939
|
+
},
|
|
26940
|
+
{
|
|
26941
|
+
"kind": "variable",
|
|
26942
|
+
"name": "zeroModalShadowOptions",
|
|
26943
|
+
"default": "foundationModalShadowOptions"
|
|
26944
|
+
},
|
|
26945
|
+
{
|
|
26946
|
+
"kind": "class",
|
|
26947
|
+
"description": "",
|
|
26948
|
+
"name": "Modal",
|
|
26949
|
+
"superclass": {
|
|
26950
|
+
"name": "FoundationModal",
|
|
26951
|
+
"package": "@genesislcap/foundation-ui"
|
|
26952
|
+
},
|
|
26953
|
+
"tagName": "%%prefix%%-modal",
|
|
26954
|
+
"customElement": true,
|
|
26955
|
+
"attributes": [
|
|
26956
|
+
{
|
|
26957
|
+
"name": "position",
|
|
26958
|
+
"type": {
|
|
26959
|
+
"text": "'centre' | 'left' | 'right'"
|
|
26960
|
+
},
|
|
26961
|
+
"default": "'centre'",
|
|
26962
|
+
"fieldName": "position",
|
|
26980
26963
|
"inheritedFrom": {
|
|
26981
|
-
"name": "
|
|
26982
|
-
"module": "src/
|
|
26964
|
+
"name": "DialogElement",
|
|
26965
|
+
"module": "src/dialog/dialog.ts"
|
|
26983
26966
|
}
|
|
26984
26967
|
},
|
|
26985
26968
|
{
|
|
26986
|
-
"
|
|
26987
|
-
"
|
|
26969
|
+
"name": "show-close-icon",
|
|
26970
|
+
"type": {
|
|
26971
|
+
"text": "boolean"
|
|
26972
|
+
},
|
|
26973
|
+
"default": "true",
|
|
26974
|
+
"description": "Whether or not to show the close icon",
|
|
26975
|
+
"fieldName": "showCloseIcon",
|
|
26988
26976
|
"inheritedFrom": {
|
|
26989
|
-
"name": "
|
|
26990
|
-
"module": "src/
|
|
26977
|
+
"name": "DialogElement",
|
|
26978
|
+
"module": "src/dialog/dialog.ts"
|
|
26979
|
+
}
|
|
26980
|
+
}
|
|
26981
|
+
],
|
|
26982
|
+
"members": [
|
|
26983
|
+
{
|
|
26984
|
+
"kind": "method",
|
|
26985
|
+
"name": "show",
|
|
26986
|
+
"return": {
|
|
26987
|
+
"type": {
|
|
26988
|
+
"text": "void"
|
|
26989
|
+
}
|
|
26990
|
+
},
|
|
26991
|
+
"description": "Show the HTMLDialogElement and its contents",
|
|
26992
|
+
"inheritedFrom": {
|
|
26993
|
+
"name": "DialogElement",
|
|
26994
|
+
"module": "src/dialog/dialog.ts"
|
|
26991
26995
|
}
|
|
26992
26996
|
},
|
|
26993
26997
|
{
|
|
26994
26998
|
"kind": "field",
|
|
26995
|
-
"name": "
|
|
26999
|
+
"name": "mainElement",
|
|
26996
27000
|
"type": {
|
|
26997
|
-
"text": "
|
|
27001
|
+
"text": "HTMLDialogElement"
|
|
26998
27002
|
},
|
|
26999
|
-
"
|
|
27000
|
-
"description": "Indicates if the listbox is in multi-selection mode.",
|
|
27003
|
+
"description": "A reference to the dialog element\nin the component Shadow DOM.",
|
|
27001
27004
|
"inheritedFrom": {
|
|
27002
|
-
"name": "
|
|
27003
|
-
"module": "src/
|
|
27005
|
+
"name": "DialogElement",
|
|
27006
|
+
"module": "src/dialog/dialog.ts"
|
|
27004
27007
|
}
|
|
27005
27008
|
},
|
|
27006
27009
|
{
|
|
27007
27010
|
"kind": "field",
|
|
27008
|
-
"name": "
|
|
27011
|
+
"name": "notification",
|
|
27009
27012
|
"type": {
|
|
27010
|
-
"text": "
|
|
27013
|
+
"text": "NotificationStructure"
|
|
27011
27014
|
},
|
|
27012
|
-
"privacy": "public",
|
|
27013
|
-
"description": "The maximum number of options to display.",
|
|
27014
27015
|
"inheritedFrom": {
|
|
27015
|
-
"name": "
|
|
27016
|
-
"module": "src/
|
|
27016
|
+
"name": "DialogElement",
|
|
27017
|
+
"module": "src/dialog/dialog.ts"
|
|
27017
27018
|
}
|
|
27018
27019
|
},
|
|
27019
27020
|
{
|
|
27020
27021
|
"kind": "method",
|
|
27021
|
-
"name": "
|
|
27022
|
-
"privacy": "public",
|
|
27023
|
-
"description": "Sets an option as selected and gives it focus.",
|
|
27022
|
+
"name": "notificationChanged",
|
|
27024
27023
|
"inheritedFrom": {
|
|
27025
|
-
"name": "
|
|
27026
|
-
"module": "src/
|
|
27024
|
+
"name": "DialogElement",
|
|
27025
|
+
"module": "src/dialog/dialog.ts"
|
|
27027
27026
|
}
|
|
27028
27027
|
},
|
|
27029
27028
|
{
|
|
27030
27029
|
"kind": "field",
|
|
27031
|
-
"name": "
|
|
27030
|
+
"name": "position",
|
|
27032
27031
|
"type": {
|
|
27033
|
-
"text": "
|
|
27032
|
+
"text": "'centre' | 'left' | 'right'"
|
|
27034
27033
|
},
|
|
27035
|
-
"
|
|
27036
|
-
"description": "The number of options.",
|
|
27034
|
+
"default": "'centre'",
|
|
27037
27035
|
"inheritedFrom": {
|
|
27038
|
-
"name": "
|
|
27039
|
-
"module": "src/
|
|
27036
|
+
"name": "DialogElement",
|
|
27037
|
+
"module": "src/dialog/dialog.ts"
|
|
27040
27038
|
}
|
|
27041
27039
|
},
|
|
27042
27040
|
{
|
|
27043
27041
|
"kind": "field",
|
|
27044
|
-
"name": "
|
|
27042
|
+
"name": "showCloseIcon",
|
|
27045
27043
|
"type": {
|
|
27046
|
-
"text": "
|
|
27044
|
+
"text": "boolean"
|
|
27047
27045
|
},
|
|
27048
|
-
"
|
|
27049
|
-
"description": "
|
|
27046
|
+
"default": "true",
|
|
27047
|
+
"description": "Whether or not to show the close icon",
|
|
27050
27048
|
"inheritedFrom": {
|
|
27051
|
-
"name": "
|
|
27052
|
-
"module": "src/
|
|
27049
|
+
"name": "DialogElement",
|
|
27050
|
+
"module": "src/dialog/dialog.ts"
|
|
27053
27051
|
}
|
|
27054
27052
|
},
|
|
27055
27053
|
{
|
|
27056
27054
|
"kind": "field",
|
|
27057
|
-
"name": "
|
|
27058
|
-
"
|
|
27055
|
+
"name": "onShowCallback",
|
|
27056
|
+
"type": {
|
|
27057
|
+
"text": "() => void"
|
|
27058
|
+
},
|
|
27059
|
+
"description": "Callback to run *before* HTMLDialogElement is shown",
|
|
27059
27060
|
"inheritedFrom": {
|
|
27060
|
-
"name": "
|
|
27061
|
-
"module": "src/
|
|
27061
|
+
"name": "DialogElement",
|
|
27062
|
+
"module": "src/dialog/dialog.ts"
|
|
27062
27063
|
}
|
|
27063
27064
|
},
|
|
27064
27065
|
{
|
|
27065
27066
|
"kind": "field",
|
|
27066
|
-
"name": "
|
|
27067
|
+
"name": "onCloseCallback",
|
|
27067
27068
|
"type": {
|
|
27068
|
-
"text": "
|
|
27069
|
+
"text": "() => void"
|
|
27069
27070
|
},
|
|
27070
|
-
"
|
|
27071
|
-
"description": "The disabled state of the listbox.",
|
|
27071
|
+
"description": "Callback to run *after* HTMLDialogElement is closed",
|
|
27072
27072
|
"inheritedFrom": {
|
|
27073
|
-
"name": "
|
|
27074
|
-
"module": "src/
|
|
27073
|
+
"name": "DialogElement",
|
|
27074
|
+
"module": "src/dialog/dialog.ts"
|
|
27075
27075
|
}
|
|
27076
27076
|
},
|
|
27077
27077
|
{
|
|
27078
27078
|
"kind": "field",
|
|
27079
|
-
"name": "
|
|
27079
|
+
"name": "open",
|
|
27080
27080
|
"type": {
|
|
27081
|
-
"text": "
|
|
27081
|
+
"text": "boolean"
|
|
27082
27082
|
},
|
|
27083
|
-
"
|
|
27084
|
-
"
|
|
27085
|
-
"description": "The index of the selected option.",
|
|
27083
|
+
"description": "Determine if the dialog is showing or closed.",
|
|
27084
|
+
"readonly": true,
|
|
27086
27085
|
"inheritedFrom": {
|
|
27087
|
-
"name": "
|
|
27088
|
-
"module": "src/
|
|
27086
|
+
"name": "DialogElement",
|
|
27087
|
+
"module": "src/dialog/dialog.ts"
|
|
27089
27088
|
}
|
|
27090
27089
|
},
|
|
27091
27090
|
{
|
|
27092
|
-
"kind": "
|
|
27093
|
-
"name": "
|
|
27094
|
-
"
|
|
27095
|
-
"
|
|
27091
|
+
"kind": "method",
|
|
27092
|
+
"name": "close",
|
|
27093
|
+
"return": {
|
|
27094
|
+
"type": {
|
|
27095
|
+
"text": "void"
|
|
27096
|
+
}
|
|
27096
27097
|
},
|
|
27097
|
-
"
|
|
27098
|
-
"default": "[]",
|
|
27099
|
-
"description": "A collection of the selected options.",
|
|
27098
|
+
"description": "Remove the HTMLDialogElement from display",
|
|
27100
27099
|
"inheritedFrom": {
|
|
27101
|
-
"name": "
|
|
27102
|
-
"module": "src/
|
|
27100
|
+
"name": "DialogElement",
|
|
27101
|
+
"module": "src/dialog/dialog.ts"
|
|
27103
27102
|
}
|
|
27104
27103
|
},
|
|
27105
27104
|
{
|
|
27106
|
-
"kind": "
|
|
27107
|
-
"name": "
|
|
27105
|
+
"kind": "method",
|
|
27106
|
+
"name": "dismiss",
|
|
27108
27107
|
"privacy": "public",
|
|
27109
|
-
"
|
|
27110
|
-
"description": "A static filter to include only selectable options.",
|
|
27111
|
-
"parameters": [
|
|
27112
|
-
{
|
|
27113
|
-
"description": "element to filter",
|
|
27114
|
-
"name": "n"
|
|
27115
|
-
}
|
|
27116
|
-
],
|
|
27108
|
+
"description": "Dismiss the Dialog from display and calls the dismissing action.",
|
|
27117
27109
|
"inheritedFrom": {
|
|
27118
|
-
"name": "
|
|
27119
|
-
"module": "src/
|
|
27110
|
+
"name": "DialogElement",
|
|
27111
|
+
"module": "src/dialog/dialog.ts"
|
|
27120
27112
|
}
|
|
27121
27113
|
},
|
|
27122
27114
|
{
|
|
27123
27115
|
"kind": "method",
|
|
27124
|
-
"name": "
|
|
27116
|
+
"name": "closeDialog",
|
|
27125
27117
|
"privacy": "public",
|
|
27126
27118
|
"return": {
|
|
27127
27119
|
"type": {
|
|
27128
27120
|
"text": "void"
|
|
27129
27121
|
}
|
|
27130
27122
|
},
|
|
27131
|
-
"description": "
|
|
27123
|
+
"description": "Dismiss the Dialog from display.",
|
|
27132
27124
|
"inheritedFrom": {
|
|
27133
|
-
"name": "
|
|
27134
|
-
"module": "src/
|
|
27125
|
+
"name": "DialogElement",
|
|
27126
|
+
"module": "src/dialog/dialog.ts"
|
|
27135
27127
|
}
|
|
27136
27128
|
},
|
|
27137
27129
|
{
|
|
@@ -27143,8 +27135,8 @@
|
|
|
27143
27135
|
"privacy": "private",
|
|
27144
27136
|
"default": "void 0",
|
|
27145
27137
|
"inheritedFrom": {
|
|
27146
|
-
"name": "
|
|
27147
|
-
"module": "src/
|
|
27138
|
+
"name": "FoundationElement",
|
|
27139
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
27148
27140
|
}
|
|
27149
27141
|
},
|
|
27150
27142
|
{
|
|
@@ -27156,8 +27148,8 @@
|
|
|
27156
27148
|
"privacy": "public",
|
|
27157
27149
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
27158
27150
|
"inheritedFrom": {
|
|
27159
|
-
"name": "
|
|
27160
|
-
"module": "src/
|
|
27151
|
+
"name": "FoundationElement",
|
|
27152
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
27161
27153
|
}
|
|
27162
27154
|
},
|
|
27163
27155
|
{
|
|
@@ -27169,8 +27161,8 @@
|
|
|
27169
27161
|
"privacy": "public",
|
|
27170
27162
|
"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.",
|
|
27171
27163
|
"inheritedFrom": {
|
|
27172
|
-
"name": "
|
|
27173
|
-
"module": "src/
|
|
27164
|
+
"name": "FoundationElement",
|
|
27165
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
27174
27166
|
}
|
|
27175
27167
|
},
|
|
27176
27168
|
{
|
|
@@ -27183,8 +27175,8 @@
|
|
|
27183
27175
|
}
|
|
27184
27176
|
},
|
|
27185
27177
|
"inheritedFrom": {
|
|
27186
|
-
"name": "
|
|
27187
|
-
"module": "src/
|
|
27178
|
+
"name": "FoundationElement",
|
|
27179
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
27188
27180
|
}
|
|
27189
27181
|
},
|
|
27190
27182
|
{
|
|
@@ -27196,8 +27188,8 @@
|
|
|
27196
27188
|
"privacy": "public",
|
|
27197
27189
|
"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.",
|
|
27198
27190
|
"inheritedFrom": {
|
|
27199
|
-
"name": "
|
|
27200
|
-
"module": "src/
|
|
27191
|
+
"name": "FoundationElement",
|
|
27192
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
27201
27193
|
}
|
|
27202
27194
|
},
|
|
27203
27195
|
{
|
|
@@ -27210,8 +27202,8 @@
|
|
|
27210
27202
|
}
|
|
27211
27203
|
},
|
|
27212
27204
|
"inheritedFrom": {
|
|
27213
|
-
"name": "
|
|
27214
|
-
"module": "src/
|
|
27205
|
+
"name": "FoundationElement",
|
|
27206
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
27215
27207
|
}
|
|
27216
27208
|
},
|
|
27217
27209
|
{
|
|
@@ -27241,50 +27233,58 @@
|
|
|
27241
27233
|
],
|
|
27242
27234
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
27243
27235
|
"inheritedFrom": {
|
|
27244
|
-
"name": "
|
|
27245
|
-
"module": "src/
|
|
27246
|
-
}
|
|
27247
|
-
}
|
|
27248
|
-
],
|
|
27249
|
-
"events": [
|
|
27250
|
-
{
|
|
27251
|
-
"description": "Fires a custom 'input' event when the value updates",
|
|
27252
|
-
"name": "input",
|
|
27253
|
-
"inheritedFrom": {
|
|
27254
|
-
"name": "Select",
|
|
27255
|
-
"module": "src/select/select.ts"
|
|
27256
|
-
}
|
|
27257
|
-
},
|
|
27258
|
-
{
|
|
27259
|
-
"description": "Fires a custom 'change' event when the value updates",
|
|
27260
|
-
"name": "change",
|
|
27261
|
-
"inheritedFrom": {
|
|
27262
|
-
"name": "Select",
|
|
27263
|
-
"module": "src/select/select.ts"
|
|
27236
|
+
"name": "FoundationElement",
|
|
27237
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
27264
27238
|
}
|
|
27265
27239
|
}
|
|
27266
27240
|
]
|
|
27267
27241
|
},
|
|
27268
27242
|
{
|
|
27269
27243
|
"kind": "variable",
|
|
27270
|
-
"name": "
|
|
27244
|
+
"name": "zeroModal",
|
|
27245
|
+
"description": "The Zero Modal",
|
|
27246
|
+
"privacy": "public"
|
|
27271
27247
|
}
|
|
27272
27248
|
],
|
|
27273
27249
|
"exports": [
|
|
27274
27250
|
{
|
|
27275
27251
|
"kind": "js",
|
|
27276
|
-
"name": "
|
|
27252
|
+
"name": "defaultModalConfig",
|
|
27277
27253
|
"declaration": {
|
|
27278
|
-
"name": "
|
|
27279
|
-
"module": "src/
|
|
27254
|
+
"name": "defaultModalConfig",
|
|
27255
|
+
"module": "src/modal/modal.ts"
|
|
27280
27256
|
}
|
|
27281
27257
|
},
|
|
27282
27258
|
{
|
|
27283
27259
|
"kind": "js",
|
|
27284
|
-
"name": "
|
|
27260
|
+
"name": "zeroModalTemplate",
|
|
27285
27261
|
"declaration": {
|
|
27286
|
-
"name": "
|
|
27287
|
-
"module": "src/
|
|
27262
|
+
"name": "zeroModalTemplate",
|
|
27263
|
+
"module": "src/modal/modal.ts"
|
|
27264
|
+
}
|
|
27265
|
+
},
|
|
27266
|
+
{
|
|
27267
|
+
"kind": "js",
|
|
27268
|
+
"name": "zeroModalShadowOptions",
|
|
27269
|
+
"declaration": {
|
|
27270
|
+
"name": "zeroModalShadowOptions",
|
|
27271
|
+
"module": "src/modal/modal.ts"
|
|
27272
|
+
}
|
|
27273
|
+
},
|
|
27274
|
+
{
|
|
27275
|
+
"kind": "js",
|
|
27276
|
+
"name": "Modal",
|
|
27277
|
+
"declaration": {
|
|
27278
|
+
"name": "Modal",
|
|
27279
|
+
"module": "src/modal/modal.ts"
|
|
27280
|
+
}
|
|
27281
|
+
},
|
|
27282
|
+
{
|
|
27283
|
+
"kind": "js",
|
|
27284
|
+
"name": "zeroModal",
|
|
27285
|
+
"declaration": {
|
|
27286
|
+
"name": "zeroModal",
|
|
27287
|
+
"module": "src/modal/modal.ts"
|
|
27288
27288
|
}
|
|
27289
27289
|
}
|
|
27290
27290
|
]
|