@genesislcap/foundation-zero 14.108.0 → 14.109.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 +548 -548
- package/package.json +7 -7
|
@@ -12969,7 +12969,7 @@
|
|
|
12969
12969
|
},
|
|
12970
12970
|
{
|
|
12971
12971
|
"kind": "javascript-module",
|
|
12972
|
-
"path": "src/
|
|
12972
|
+
"path": "src/file-upload/file-upload.stories.ts",
|
|
12973
12973
|
"declarations": [
|
|
12974
12974
|
{
|
|
12975
12975
|
"kind": "variable",
|
|
@@ -12977,7 +12977,7 @@
|
|
|
12977
12977
|
"type": {
|
|
12978
12978
|
"text": "Meta"
|
|
12979
12979
|
},
|
|
12980
|
-
"default": "{\n title: '
|
|
12980
|
+
"default": "{\n title: 'File Upload',\n component: 'zero-file-upload',\n}"
|
|
12981
12981
|
},
|
|
12982
12982
|
{
|
|
12983
12983
|
"kind": "variable",
|
|
@@ -12985,7 +12985,7 @@
|
|
|
12985
12985
|
"type": {
|
|
12986
12986
|
"text": "StoryObj"
|
|
12987
12987
|
},
|
|
12988
|
-
"default": "{\n
|
|
12988
|
+
"default": "{\n render: () => html`\n <div style=\"min-height: 300px;\">\n <zero-file-upload label=\"Select Files\"></zero-file-upload>\n </div>\n `,\n}"
|
|
12989
12989
|
}
|
|
12990
12990
|
],
|
|
12991
12991
|
"exports": [
|
|
@@ -12994,7 +12994,7 @@
|
|
|
12994
12994
|
"name": "default",
|
|
12995
12995
|
"declaration": {
|
|
12996
12996
|
"name": "meta",
|
|
12997
|
-
"module": "src/
|
|
12997
|
+
"module": "src/file-upload/file-upload.stories.ts"
|
|
12998
12998
|
}
|
|
12999
12999
|
},
|
|
13000
13000
|
{
|
|
@@ -13002,474 +13002,354 @@
|
|
|
13002
13002
|
"name": "Primary",
|
|
13003
13003
|
"declaration": {
|
|
13004
13004
|
"name": "Primary",
|
|
13005
|
-
"module": "src/
|
|
13005
|
+
"module": "src/file-upload/file-upload.stories.ts"
|
|
13006
13006
|
}
|
|
13007
13007
|
}
|
|
13008
13008
|
]
|
|
13009
13009
|
},
|
|
13010
13010
|
{
|
|
13011
13011
|
"kind": "javascript-module",
|
|
13012
|
-
"path": "src/
|
|
13012
|
+
"path": "src/file-upload/file-upload.styles.ts",
|
|
13013
|
+
"declarations": [
|
|
13014
|
+
{
|
|
13015
|
+
"kind": "variable",
|
|
13016
|
+
"name": "zeroFileUploadStyles",
|
|
13017
|
+
"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`"
|
|
13018
|
+
}
|
|
13019
|
+
],
|
|
13020
|
+
"exports": [
|
|
13021
|
+
{
|
|
13022
|
+
"kind": "js",
|
|
13023
|
+
"name": "zeroFileUploadStyles",
|
|
13024
|
+
"declaration": {
|
|
13025
|
+
"name": "zeroFileUploadStyles",
|
|
13026
|
+
"module": "src/file-upload/file-upload.styles.ts"
|
|
13027
|
+
}
|
|
13028
|
+
}
|
|
13029
|
+
]
|
|
13030
|
+
},
|
|
13031
|
+
{
|
|
13032
|
+
"kind": "javascript-module",
|
|
13033
|
+
"path": "src/file-upload/file-upload.template.ts",
|
|
13034
|
+
"declarations": [
|
|
13035
|
+
{
|
|
13036
|
+
"kind": "variable",
|
|
13037
|
+
"name": "fileUploadTemplate",
|
|
13038
|
+
"default": "html<FileUpload>`\n ${getPrefixedFileUpload('zero')}\n`"
|
|
13039
|
+
}
|
|
13040
|
+
],
|
|
13041
|
+
"exports": [
|
|
13042
|
+
{
|
|
13043
|
+
"kind": "js",
|
|
13044
|
+
"name": "fileUploadTemplate",
|
|
13045
|
+
"declaration": {
|
|
13046
|
+
"name": "fileUploadTemplate",
|
|
13047
|
+
"module": "src/file-upload/file-upload.template.ts"
|
|
13048
|
+
}
|
|
13049
|
+
}
|
|
13050
|
+
]
|
|
13051
|
+
},
|
|
13052
|
+
{
|
|
13053
|
+
"kind": "javascript-module",
|
|
13054
|
+
"path": "src/file-upload/file-upload.ts",
|
|
13013
13055
|
"declarations": [
|
|
13056
|
+
{
|
|
13057
|
+
"kind": "variable",
|
|
13058
|
+
"name": "defaultFileUploadConfig",
|
|
13059
|
+
"default": "foundationConfig"
|
|
13060
|
+
},
|
|
13061
|
+
{
|
|
13062
|
+
"kind": "variable",
|
|
13063
|
+
"name": "zeroFileUploadShadowOptions",
|
|
13064
|
+
"default": "foundationFileUploadShadowOptions"
|
|
13065
|
+
},
|
|
13014
13066
|
{
|
|
13015
13067
|
"kind": "class",
|
|
13016
13068
|
"description": "",
|
|
13017
|
-
"name": "
|
|
13069
|
+
"name": "FileUpload",
|
|
13018
13070
|
"superclass": {
|
|
13019
|
-
"name": "
|
|
13071
|
+
"name": "FoundationFileUpload",
|
|
13020
13072
|
"package": "@genesislcap/foundation-ui"
|
|
13021
13073
|
},
|
|
13022
|
-
"tagName": "%%prefix%%-
|
|
13074
|
+
"tagName": "%%prefix%%-file-upload",
|
|
13023
13075
|
"customElement": true,
|
|
13024
|
-
"
|
|
13076
|
+
"attributes": [
|
|
13025
13077
|
{
|
|
13026
|
-
"
|
|
13027
|
-
"name": "dialog",
|
|
13078
|
+
"name": "label",
|
|
13028
13079
|
"type": {
|
|
13029
|
-
"text": "
|
|
13080
|
+
"text": "string"
|
|
13030
13081
|
},
|
|
13031
|
-
"
|
|
13082
|
+
"fieldName": "label",
|
|
13032
13083
|
"inheritedFrom": {
|
|
13033
|
-
"name": "
|
|
13034
|
-
"module": "src/
|
|
13084
|
+
"name": "FileUpload",
|
|
13085
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13035
13086
|
}
|
|
13036
13087
|
},
|
|
13037
13088
|
{
|
|
13038
|
-
"
|
|
13039
|
-
"name": "error",
|
|
13089
|
+
"name": "accept",
|
|
13040
13090
|
"type": {
|
|
13041
|
-
"text": "
|
|
13091
|
+
"text": "string"
|
|
13042
13092
|
},
|
|
13093
|
+
"default": "''",
|
|
13094
|
+
"fieldName": "accept",
|
|
13043
13095
|
"inheritedFrom": {
|
|
13044
|
-
"name": "
|
|
13045
|
-
"module": "src/
|
|
13096
|
+
"name": "FileUpload",
|
|
13097
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13046
13098
|
}
|
|
13047
13099
|
},
|
|
13048
13100
|
{
|
|
13049
|
-
"
|
|
13050
|
-
"
|
|
13101
|
+
"name": "file-size-limit-bytes",
|
|
13102
|
+
"default": "FILE_SIZE_LIMIT",
|
|
13103
|
+
"resolveInitializer": {
|
|
13104
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13105
|
+
},
|
|
13106
|
+
"fieldName": "fileSizeLimitBytes",
|
|
13107
|
+
"inheritedFrom": {
|
|
13108
|
+
"name": "FileUpload",
|
|
13109
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13110
|
+
}
|
|
13111
|
+
},
|
|
13112
|
+
{
|
|
13113
|
+
"name": "uploaded-files-resource-name",
|
|
13051
13114
|
"type": {
|
|
13052
|
-
"text": "
|
|
13115
|
+
"text": "string"
|
|
13053
13116
|
},
|
|
13117
|
+
"default": "'ALL_FILE_ATTACHMENTS'",
|
|
13118
|
+
"fieldName": "uploadedFilesResourceName",
|
|
13054
13119
|
"inheritedFrom": {
|
|
13055
|
-
"name": "
|
|
13056
|
-
"module": "src/
|
|
13120
|
+
"name": "FileUpload",
|
|
13121
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13057
13122
|
}
|
|
13058
13123
|
},
|
|
13059
13124
|
{
|
|
13060
|
-
"
|
|
13061
|
-
"
|
|
13062
|
-
|
|
13063
|
-
"return": {
|
|
13064
|
-
"type": {
|
|
13065
|
-
"text": "void"
|
|
13066
|
-
}
|
|
13125
|
+
"name": "upload-event-name",
|
|
13126
|
+
"type": {
|
|
13127
|
+
"text": "string"
|
|
13067
13128
|
},
|
|
13068
|
-
"
|
|
13129
|
+
"default": "'gwf/attachment-handler/upload'",
|
|
13130
|
+
"fieldName": "uploadEventName",
|
|
13069
13131
|
"inheritedFrom": {
|
|
13070
|
-
"name": "
|
|
13071
|
-
"module": "src/
|
|
13132
|
+
"name": "FileUpload",
|
|
13133
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13072
13134
|
}
|
|
13073
13135
|
},
|
|
13074
13136
|
{
|
|
13075
|
-
"
|
|
13076
|
-
"
|
|
13077
|
-
|
|
13078
|
-
|
|
13137
|
+
"name": "field-name",
|
|
13138
|
+
"type": {
|
|
13139
|
+
"text": "string"
|
|
13140
|
+
},
|
|
13141
|
+
"fieldName": "fieldName",
|
|
13079
13142
|
"inheritedFrom": {
|
|
13080
|
-
"name": "
|
|
13081
|
-
"module": "src/
|
|
13143
|
+
"name": "FileUpload",
|
|
13144
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13082
13145
|
}
|
|
13083
13146
|
},
|
|
13084
13147
|
{
|
|
13085
|
-
"
|
|
13086
|
-
"
|
|
13087
|
-
|
|
13088
|
-
"return": {
|
|
13089
|
-
"type": {
|
|
13090
|
-
"text": "void"
|
|
13091
|
-
}
|
|
13148
|
+
"name": "entity-id",
|
|
13149
|
+
"type": {
|
|
13150
|
+
"text": "string"
|
|
13092
13151
|
},
|
|
13093
|
-
"
|
|
13152
|
+
"fieldName": "entityId",
|
|
13094
13153
|
"inheritedFrom": {
|
|
13095
|
-
"name": "
|
|
13096
|
-
"module": "src/
|
|
13154
|
+
"name": "FileUpload",
|
|
13155
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13097
13156
|
}
|
|
13098
13157
|
},
|
|
13099
13158
|
{
|
|
13100
|
-
"
|
|
13101
|
-
"name": "_presentation",
|
|
13159
|
+
"name": "upload-key",
|
|
13102
13160
|
"type": {
|
|
13103
|
-
"text": "
|
|
13161
|
+
"text": "string"
|
|
13104
13162
|
},
|
|
13105
|
-
"
|
|
13106
|
-
"default": "void 0",
|
|
13163
|
+
"fieldName": "uploadKey",
|
|
13107
13164
|
"inheritedFrom": {
|
|
13108
|
-
"name": "
|
|
13109
|
-
"module": "src/
|
|
13165
|
+
"name": "FileUpload",
|
|
13166
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13110
13167
|
}
|
|
13111
13168
|
},
|
|
13169
|
+
{
|
|
13170
|
+
"name": "grid-fields",
|
|
13171
|
+
"type": {
|
|
13172
|
+
"text": "string"
|
|
13173
|
+
},
|
|
13174
|
+
"default": "''",
|
|
13175
|
+
"fieldName": "gridFields",
|
|
13176
|
+
"inheritedFrom": {
|
|
13177
|
+
"name": "FileUpload",
|
|
13178
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13179
|
+
}
|
|
13180
|
+
}
|
|
13181
|
+
],
|
|
13182
|
+
"members": [
|
|
13112
13183
|
{
|
|
13113
13184
|
"kind": "field",
|
|
13114
|
-
"name": "
|
|
13185
|
+
"name": "fileInput",
|
|
13115
13186
|
"type": {
|
|
13116
|
-
"text": "
|
|
13187
|
+
"text": "HTMLInputElement"
|
|
13117
13188
|
},
|
|
13118
13189
|
"privacy": "public",
|
|
13119
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
13120
13190
|
"inheritedFrom": {
|
|
13121
|
-
"name": "
|
|
13122
|
-
"module": "src/
|
|
13191
|
+
"name": "FileUpload",
|
|
13192
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13123
13193
|
}
|
|
13124
13194
|
},
|
|
13125
13195
|
{
|
|
13126
13196
|
"kind": "field",
|
|
13127
|
-
"name": "
|
|
13197
|
+
"name": "acceptedFormats",
|
|
13128
13198
|
"type": {
|
|
13129
|
-
"text": "
|
|
13199
|
+
"text": "array"
|
|
13130
13200
|
},
|
|
13131
|
-
"privacy": "
|
|
13132
|
-
"
|
|
13201
|
+
"privacy": "private",
|
|
13202
|
+
"default": "[]",
|
|
13133
13203
|
"inheritedFrom": {
|
|
13134
|
-
"name": "
|
|
13135
|
-
"module": "src/
|
|
13204
|
+
"name": "FileUpload",
|
|
13205
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13136
13206
|
}
|
|
13137
13207
|
},
|
|
13138
13208
|
{
|
|
13139
|
-
"kind": "
|
|
13140
|
-
"name": "
|
|
13141
|
-
"
|
|
13142
|
-
|
|
13143
|
-
"type": {
|
|
13144
|
-
"text": "void"
|
|
13145
|
-
}
|
|
13209
|
+
"kind": "field",
|
|
13210
|
+
"name": "selectedFiles",
|
|
13211
|
+
"type": {
|
|
13212
|
+
"text": "File[]"
|
|
13146
13213
|
},
|
|
13214
|
+
"privacy": "private",
|
|
13147
13215
|
"inheritedFrom": {
|
|
13148
|
-
"name": "
|
|
13149
|
-
"module": "src/
|
|
13216
|
+
"name": "FileUpload",
|
|
13217
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13150
13218
|
}
|
|
13151
13219
|
},
|
|
13152
13220
|
{
|
|
13153
13221
|
"kind": "field",
|
|
13154
|
-
"name": "
|
|
13222
|
+
"name": "gridCriteria",
|
|
13155
13223
|
"type": {
|
|
13156
|
-
"text": "
|
|
13224
|
+
"text": "string"
|
|
13157
13225
|
},
|
|
13158
|
-
"privacy": "public",
|
|
13159
|
-
"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.",
|
|
13160
13226
|
"inheritedFrom": {
|
|
13161
|
-
"name": "
|
|
13162
|
-
"module": "src/
|
|
13227
|
+
"name": "FileUpload",
|
|
13228
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13163
13229
|
}
|
|
13164
13230
|
},
|
|
13165
13231
|
{
|
|
13166
|
-
"kind": "
|
|
13167
|
-
"name": "
|
|
13168
|
-
"
|
|
13169
|
-
|
|
13170
|
-
"type": {
|
|
13171
|
-
"text": "void"
|
|
13172
|
-
}
|
|
13232
|
+
"kind": "field",
|
|
13233
|
+
"name": "connect",
|
|
13234
|
+
"type": {
|
|
13235
|
+
"text": "Connect"
|
|
13173
13236
|
},
|
|
13174
13237
|
"inheritedFrom": {
|
|
13175
|
-
"name": "
|
|
13176
|
-
"module": "src/
|
|
13238
|
+
"name": "FileUpload",
|
|
13239
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13177
13240
|
}
|
|
13178
13241
|
},
|
|
13179
13242
|
{
|
|
13180
|
-
"kind": "
|
|
13181
|
-
"name": "
|
|
13182
|
-
"
|
|
13183
|
-
|
|
13184
|
-
"return": {
|
|
13185
|
-
"type": {
|
|
13186
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
13187
|
-
}
|
|
13243
|
+
"kind": "field",
|
|
13244
|
+
"name": "session",
|
|
13245
|
+
"type": {
|
|
13246
|
+
"text": "Session"
|
|
13188
13247
|
},
|
|
13189
|
-
"parameters": [
|
|
13190
|
-
{
|
|
13191
|
-
"name": "this",
|
|
13192
|
-
"type": {
|
|
13193
|
-
"text": "K"
|
|
13194
|
-
}
|
|
13195
|
-
},
|
|
13196
|
-
{
|
|
13197
|
-
"name": "elementDefinition",
|
|
13198
|
-
"type": {
|
|
13199
|
-
"text": "T"
|
|
13200
|
-
},
|
|
13201
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
13202
|
-
}
|
|
13203
|
-
],
|
|
13204
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
13205
13248
|
"inheritedFrom": {
|
|
13206
|
-
"name": "
|
|
13207
|
-
"module": "src/
|
|
13249
|
+
"name": "FileUpload",
|
|
13250
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13208
13251
|
}
|
|
13209
|
-
}
|
|
13210
|
-
]
|
|
13211
|
-
},
|
|
13212
|
-
{
|
|
13213
|
-
"kind": "variable",
|
|
13214
|
-
"name": "zeroErrorDialog",
|
|
13215
|
-
"description": "The zero ErrorDialog",
|
|
13216
|
-
"privacy": "public"
|
|
13217
|
-
}
|
|
13218
|
-
],
|
|
13219
|
-
"exports": [
|
|
13220
|
-
{
|
|
13221
|
-
"kind": "js",
|
|
13222
|
-
"name": "ErrorDialog",
|
|
13223
|
-
"declaration": {
|
|
13224
|
-
"name": "ErrorDialog",
|
|
13225
|
-
"module": "src/error-dialog/error-dialog.ts"
|
|
13226
|
-
}
|
|
13227
|
-
},
|
|
13228
|
-
{
|
|
13229
|
-
"kind": "js",
|
|
13230
|
-
"name": "zeroErrorDialog",
|
|
13231
|
-
"declaration": {
|
|
13232
|
-
"name": "zeroErrorDialog",
|
|
13233
|
-
"module": "src/error-dialog/error-dialog.ts"
|
|
13234
|
-
}
|
|
13235
|
-
}
|
|
13236
|
-
]
|
|
13237
|
-
},
|
|
13238
|
-
{
|
|
13239
|
-
"kind": "javascript-module",
|
|
13240
|
-
"path": "src/error-dialog/index.ts",
|
|
13241
|
-
"declarations": [],
|
|
13242
|
-
"exports": [
|
|
13243
|
-
{
|
|
13244
|
-
"kind": "js",
|
|
13245
|
-
"name": "*",
|
|
13246
|
-
"declaration": {
|
|
13247
|
-
"name": "*",
|
|
13248
|
-
"package": "./error-dialog"
|
|
13249
|
-
}
|
|
13250
|
-
}
|
|
13251
|
-
]
|
|
13252
|
-
},
|
|
13253
|
-
{
|
|
13254
|
-
"kind": "javascript-module",
|
|
13255
|
-
"path": "src/file-upload/file-upload.stories.ts",
|
|
13256
|
-
"declarations": [
|
|
13257
|
-
{
|
|
13258
|
-
"kind": "variable",
|
|
13259
|
-
"name": "meta",
|
|
13260
|
-
"type": {
|
|
13261
|
-
"text": "Meta"
|
|
13262
|
-
},
|
|
13263
|
-
"default": "{\n title: 'File Upload',\n component: 'zero-file-upload',\n}"
|
|
13264
|
-
},
|
|
13265
|
-
{
|
|
13266
|
-
"kind": "variable",
|
|
13267
|
-
"name": "Primary",
|
|
13268
|
-
"type": {
|
|
13269
|
-
"text": "StoryObj"
|
|
13270
|
-
},
|
|
13271
|
-
"default": "{\n render: () => html`\n <div style=\"min-height: 300px;\">\n <zero-file-upload label=\"Select Files\"></zero-file-upload>\n </div>\n `,\n}"
|
|
13272
|
-
}
|
|
13273
|
-
],
|
|
13274
|
-
"exports": [
|
|
13275
|
-
{
|
|
13276
|
-
"kind": "js",
|
|
13277
|
-
"name": "default",
|
|
13278
|
-
"declaration": {
|
|
13279
|
-
"name": "meta",
|
|
13280
|
-
"module": "src/file-upload/file-upload.stories.ts"
|
|
13281
|
-
}
|
|
13282
|
-
},
|
|
13283
|
-
{
|
|
13284
|
-
"kind": "js",
|
|
13285
|
-
"name": "Primary",
|
|
13286
|
-
"declaration": {
|
|
13287
|
-
"name": "Primary",
|
|
13288
|
-
"module": "src/file-upload/file-upload.stories.ts"
|
|
13289
|
-
}
|
|
13290
|
-
}
|
|
13291
|
-
]
|
|
13292
|
-
},
|
|
13293
|
-
{
|
|
13294
|
-
"kind": "javascript-module",
|
|
13295
|
-
"path": "src/file-upload/file-upload.styles.ts",
|
|
13296
|
-
"declarations": [
|
|
13297
|
-
{
|
|
13298
|
-
"kind": "variable",
|
|
13299
|
-
"name": "zeroFileUploadStyles",
|
|
13300
|
-
"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`"
|
|
13301
|
-
}
|
|
13302
|
-
],
|
|
13303
|
-
"exports": [
|
|
13304
|
-
{
|
|
13305
|
-
"kind": "js",
|
|
13306
|
-
"name": "zeroFileUploadStyles",
|
|
13307
|
-
"declaration": {
|
|
13308
|
-
"name": "zeroFileUploadStyles",
|
|
13309
|
-
"module": "src/file-upload/file-upload.styles.ts"
|
|
13310
|
-
}
|
|
13311
|
-
}
|
|
13312
|
-
]
|
|
13313
|
-
},
|
|
13314
|
-
{
|
|
13315
|
-
"kind": "javascript-module",
|
|
13316
|
-
"path": "src/file-upload/file-upload.template.ts",
|
|
13317
|
-
"declarations": [
|
|
13318
|
-
{
|
|
13319
|
-
"kind": "variable",
|
|
13320
|
-
"name": "fileUploadTemplate",
|
|
13321
|
-
"default": "html<FileUpload>`\n ${getPrefixedFileUpload('zero')}\n`"
|
|
13322
|
-
}
|
|
13323
|
-
],
|
|
13324
|
-
"exports": [
|
|
13325
|
-
{
|
|
13326
|
-
"kind": "js",
|
|
13327
|
-
"name": "fileUploadTemplate",
|
|
13328
|
-
"declaration": {
|
|
13329
|
-
"name": "fileUploadTemplate",
|
|
13330
|
-
"module": "src/file-upload/file-upload.template.ts"
|
|
13331
|
-
}
|
|
13332
|
-
}
|
|
13333
|
-
]
|
|
13334
|
-
},
|
|
13335
|
-
{
|
|
13336
|
-
"kind": "javascript-module",
|
|
13337
|
-
"path": "src/file-upload/file-upload.ts",
|
|
13338
|
-
"declarations": [
|
|
13339
|
-
{
|
|
13340
|
-
"kind": "variable",
|
|
13341
|
-
"name": "defaultFileUploadConfig",
|
|
13342
|
-
"default": "foundationConfig"
|
|
13343
|
-
},
|
|
13344
|
-
{
|
|
13345
|
-
"kind": "variable",
|
|
13346
|
-
"name": "zeroFileUploadShadowOptions",
|
|
13347
|
-
"default": "foundationFileUploadShadowOptions"
|
|
13348
|
-
},
|
|
13349
|
-
{
|
|
13350
|
-
"kind": "class",
|
|
13351
|
-
"description": "",
|
|
13352
|
-
"name": "FileUpload",
|
|
13353
|
-
"superclass": {
|
|
13354
|
-
"name": "FoundationFileUpload",
|
|
13355
|
-
"package": "@genesislcap/foundation-ui"
|
|
13356
|
-
},
|
|
13357
|
-
"tagName": "%%prefix%%-file-upload",
|
|
13358
|
-
"customElement": true,
|
|
13359
|
-
"attributes": [
|
|
13252
|
+
},
|
|
13360
13253
|
{
|
|
13254
|
+
"kind": "field",
|
|
13361
13255
|
"name": "label",
|
|
13362
13256
|
"type": {
|
|
13363
13257
|
"text": "string"
|
|
13364
13258
|
},
|
|
13365
|
-
"fieldName": "label",
|
|
13366
13259
|
"inheritedFrom": {
|
|
13367
13260
|
"name": "FileUpload",
|
|
13368
13261
|
"module": "src/file-upload/file-upload.ts"
|
|
13369
13262
|
}
|
|
13370
13263
|
},
|
|
13371
13264
|
{
|
|
13265
|
+
"kind": "field",
|
|
13372
13266
|
"name": "accept",
|
|
13373
13267
|
"type": {
|
|
13374
13268
|
"text": "string"
|
|
13375
13269
|
},
|
|
13376
13270
|
"default": "''",
|
|
13377
|
-
"fieldName": "accept",
|
|
13378
13271
|
"inheritedFrom": {
|
|
13379
13272
|
"name": "FileUpload",
|
|
13380
13273
|
"module": "src/file-upload/file-upload.ts"
|
|
13381
13274
|
}
|
|
13382
13275
|
},
|
|
13383
13276
|
{
|
|
13384
|
-
"
|
|
13385
|
-
"
|
|
13386
|
-
"resolveInitializer": {
|
|
13387
|
-
"module": "src/file-upload/file-upload.ts"
|
|
13388
|
-
},
|
|
13389
|
-
"fieldName": "fileSizeLimitBytes",
|
|
13277
|
+
"kind": "method",
|
|
13278
|
+
"name": "acceptChanged",
|
|
13390
13279
|
"inheritedFrom": {
|
|
13391
13280
|
"name": "FileUpload",
|
|
13392
13281
|
"module": "src/file-upload/file-upload.ts"
|
|
13393
13282
|
}
|
|
13394
13283
|
},
|
|
13395
13284
|
{
|
|
13396
|
-
"
|
|
13285
|
+
"kind": "field",
|
|
13286
|
+
"name": "fileSizeLimitBytes",
|
|
13287
|
+
"default": "104_857_600",
|
|
13397
13288
|
"type": {
|
|
13398
|
-
"text": "
|
|
13289
|
+
"text": "number"
|
|
13399
13290
|
},
|
|
13400
|
-
"default": "'ALL_FILE_ATTACHMENTS'",
|
|
13401
|
-
"fieldName": "uploadedFilesResourceName",
|
|
13402
13291
|
"inheritedFrom": {
|
|
13403
13292
|
"name": "FileUpload",
|
|
13404
13293
|
"module": "src/file-upload/file-upload.ts"
|
|
13405
13294
|
}
|
|
13406
13295
|
},
|
|
13407
13296
|
{
|
|
13408
|
-
"
|
|
13297
|
+
"kind": "field",
|
|
13298
|
+
"name": "uploadedFilesResourceName",
|
|
13409
13299
|
"type": {
|
|
13410
13300
|
"text": "string"
|
|
13411
13301
|
},
|
|
13412
|
-
"default": "'
|
|
13413
|
-
"fieldName": "uploadEventName",
|
|
13302
|
+
"default": "'ALL_FILE_ATTACHMENTS'",
|
|
13414
13303
|
"inheritedFrom": {
|
|
13415
13304
|
"name": "FileUpload",
|
|
13416
13305
|
"module": "src/file-upload/file-upload.ts"
|
|
13417
13306
|
}
|
|
13418
13307
|
},
|
|
13419
13308
|
{
|
|
13420
|
-
"
|
|
13309
|
+
"kind": "field",
|
|
13310
|
+
"name": "uploadEventName",
|
|
13421
13311
|
"type": {
|
|
13422
13312
|
"text": "string"
|
|
13423
13313
|
},
|
|
13424
|
-
"
|
|
13314
|
+
"default": "'gwf/attachment-handler/upload'",
|
|
13425
13315
|
"inheritedFrom": {
|
|
13426
13316
|
"name": "FileUpload",
|
|
13427
13317
|
"module": "src/file-upload/file-upload.ts"
|
|
13428
13318
|
}
|
|
13429
13319
|
},
|
|
13430
13320
|
{
|
|
13431
|
-
"
|
|
13321
|
+
"kind": "field",
|
|
13322
|
+
"name": "fieldName",
|
|
13432
13323
|
"type": {
|
|
13433
13324
|
"text": "string"
|
|
13434
13325
|
},
|
|
13435
|
-
"fieldName": "entityId",
|
|
13436
13326
|
"inheritedFrom": {
|
|
13437
13327
|
"name": "FileUpload",
|
|
13438
13328
|
"module": "src/file-upload/file-upload.ts"
|
|
13439
13329
|
}
|
|
13440
13330
|
},
|
|
13441
13331
|
{
|
|
13442
|
-
"
|
|
13443
|
-
"
|
|
13444
|
-
"text": "string"
|
|
13445
|
-
},
|
|
13446
|
-
"fieldName": "uploadKey",
|
|
13332
|
+
"kind": "method",
|
|
13333
|
+
"name": "fieldNameChanged",
|
|
13447
13334
|
"inheritedFrom": {
|
|
13448
13335
|
"name": "FileUpload",
|
|
13449
13336
|
"module": "src/file-upload/file-upload.ts"
|
|
13450
13337
|
}
|
|
13451
13338
|
},
|
|
13452
13339
|
{
|
|
13453
|
-
"
|
|
13340
|
+
"kind": "field",
|
|
13341
|
+
"name": "entityId",
|
|
13454
13342
|
"type": {
|
|
13455
13343
|
"text": "string"
|
|
13456
13344
|
},
|
|
13457
|
-
"default": "''",
|
|
13458
|
-
"fieldName": "gridFields",
|
|
13459
13345
|
"inheritedFrom": {
|
|
13460
13346
|
"name": "FileUpload",
|
|
13461
13347
|
"module": "src/file-upload/file-upload.ts"
|
|
13462
13348
|
}
|
|
13463
|
-
}
|
|
13464
|
-
],
|
|
13465
|
-
"members": [
|
|
13349
|
+
},
|
|
13466
13350
|
{
|
|
13467
|
-
"kind": "
|
|
13468
|
-
"name": "
|
|
13469
|
-
"type": {
|
|
13470
|
-
"text": "HTMLInputElement"
|
|
13471
|
-
},
|
|
13472
|
-
"privacy": "public",
|
|
13351
|
+
"kind": "method",
|
|
13352
|
+
"name": "entityIdChanged",
|
|
13473
13353
|
"inheritedFrom": {
|
|
13474
13354
|
"name": "FileUpload",
|
|
13475
13355
|
"module": "src/file-upload/file-upload.ts"
|
|
@@ -13477,12 +13357,10 @@
|
|
|
13477
13357
|
},
|
|
13478
13358
|
{
|
|
13479
13359
|
"kind": "field",
|
|
13480
|
-
"name": "
|
|
13360
|
+
"name": "uploadKey",
|
|
13481
13361
|
"type": {
|
|
13482
|
-
"text": "
|
|
13362
|
+
"text": "string"
|
|
13483
13363
|
},
|
|
13484
|
-
"privacy": "private",
|
|
13485
|
-
"default": "[]",
|
|
13486
13364
|
"inheritedFrom": {
|
|
13487
13365
|
"name": "FileUpload",
|
|
13488
13366
|
"module": "src/file-upload/file-upload.ts"
|
|
@@ -13490,11 +13368,11 @@
|
|
|
13490
13368
|
},
|
|
13491
13369
|
{
|
|
13492
13370
|
"kind": "field",
|
|
13493
|
-
"name": "
|
|
13371
|
+
"name": "gridFields",
|
|
13494
13372
|
"type": {
|
|
13495
|
-
"text": "
|
|
13373
|
+
"text": "string"
|
|
13496
13374
|
},
|
|
13497
|
-
"
|
|
13375
|
+
"default": "''",
|
|
13498
13376
|
"inheritedFrom": {
|
|
13499
13377
|
"name": "FileUpload",
|
|
13500
13378
|
"module": "src/file-upload/file-upload.ts"
|
|
@@ -13502,10 +13380,11 @@
|
|
|
13502
13380
|
},
|
|
13503
13381
|
{
|
|
13504
13382
|
"kind": "field",
|
|
13505
|
-
"name": "
|
|
13383
|
+
"name": "fileName",
|
|
13506
13384
|
"type": {
|
|
13507
13385
|
"text": "string"
|
|
13508
13386
|
},
|
|
13387
|
+
"default": "''",
|
|
13509
13388
|
"inheritedFrom": {
|
|
13510
13389
|
"name": "FileUpload",
|
|
13511
13390
|
"module": "src/file-upload/file-upload.ts"
|
|
@@ -13513,10 +13392,11 @@
|
|
|
13513
13392
|
},
|
|
13514
13393
|
{
|
|
13515
13394
|
"kind": "field",
|
|
13516
|
-
"name": "
|
|
13395
|
+
"name": "uploadedFilesList",
|
|
13517
13396
|
"type": {
|
|
13518
|
-
"text": "
|
|
13397
|
+
"text": "array"
|
|
13519
13398
|
},
|
|
13399
|
+
"default": "[]",
|
|
13520
13400
|
"inheritedFrom": {
|
|
13521
13401
|
"name": "FileUpload",
|
|
13522
13402
|
"module": "src/file-upload/file-upload.ts"
|
|
@@ -13524,10 +13404,11 @@
|
|
|
13524
13404
|
},
|
|
13525
13405
|
{
|
|
13526
13406
|
"kind": "field",
|
|
13527
|
-
"name": "
|
|
13407
|
+
"name": "filesGridColumnDefinitions",
|
|
13528
13408
|
"type": {
|
|
13529
|
-
"text": "
|
|
13409
|
+
"text": "ColumnDefinition[]"
|
|
13530
13410
|
},
|
|
13411
|
+
"default": "[]",
|
|
13531
13412
|
"inheritedFrom": {
|
|
13532
13413
|
"name": "FileUpload",
|
|
13533
13414
|
"module": "src/file-upload/file-upload.ts"
|
|
@@ -13535,22 +13416,19 @@
|
|
|
13535
13416
|
},
|
|
13536
13417
|
{
|
|
13537
13418
|
"kind": "field",
|
|
13538
|
-
"name": "
|
|
13419
|
+
"name": "downloadEventName",
|
|
13539
13420
|
"type": {
|
|
13540
|
-
"text": "
|
|
13421
|
+
"text": "Function"
|
|
13541
13422
|
},
|
|
13423
|
+
"privacy": "public",
|
|
13542
13424
|
"inheritedFrom": {
|
|
13543
13425
|
"name": "FileUpload",
|
|
13544
13426
|
"module": "src/file-upload/file-upload.ts"
|
|
13545
13427
|
}
|
|
13546
13428
|
},
|
|
13547
13429
|
{
|
|
13548
|
-
"kind": "
|
|
13549
|
-
"name": "
|
|
13550
|
-
"type": {
|
|
13551
|
-
"text": "string"
|
|
13552
|
-
},
|
|
13553
|
-
"default": "''",
|
|
13430
|
+
"kind": "method",
|
|
13431
|
+
"name": "setupGrid",
|
|
13554
13432
|
"inheritedFrom": {
|
|
13555
13433
|
"name": "FileUpload",
|
|
13556
13434
|
"module": "src/file-upload/file-upload.ts"
|
|
@@ -13558,54 +13436,55 @@
|
|
|
13558
13436
|
},
|
|
13559
13437
|
{
|
|
13560
13438
|
"kind": "method",
|
|
13561
|
-
"name": "
|
|
13439
|
+
"name": "handleStreamRowOperation",
|
|
13440
|
+
"privacy": "private",
|
|
13441
|
+
"parameters": [
|
|
13442
|
+
{
|
|
13443
|
+
"name": "data",
|
|
13444
|
+
"type": {
|
|
13445
|
+
"text": "Message<any>"
|
|
13446
|
+
}
|
|
13447
|
+
}
|
|
13448
|
+
],
|
|
13562
13449
|
"inheritedFrom": {
|
|
13563
13450
|
"name": "FileUpload",
|
|
13564
13451
|
"module": "src/file-upload/file-upload.ts"
|
|
13565
13452
|
}
|
|
13566
13453
|
},
|
|
13567
13454
|
{
|
|
13568
|
-
"kind": "
|
|
13569
|
-
"name": "
|
|
13570
|
-
"default": "104_857_600",
|
|
13571
|
-
"type": {
|
|
13572
|
-
"text": "number"
|
|
13573
|
-
},
|
|
13455
|
+
"kind": "method",
|
|
13456
|
+
"name": "setRowData",
|
|
13574
13457
|
"inheritedFrom": {
|
|
13575
13458
|
"name": "FileUpload",
|
|
13576
13459
|
"module": "src/file-upload/file-upload.ts"
|
|
13577
13460
|
}
|
|
13578
13461
|
},
|
|
13579
13462
|
{
|
|
13580
|
-
"kind": "
|
|
13581
|
-
"name": "
|
|
13582
|
-
"type": {
|
|
13583
|
-
"text": "string"
|
|
13584
|
-
},
|
|
13585
|
-
"default": "'ALL_FILE_ATTACHMENTS'",
|
|
13463
|
+
"kind": "method",
|
|
13464
|
+
"name": "setColumnDefs",
|
|
13586
13465
|
"inheritedFrom": {
|
|
13587
13466
|
"name": "FileUpload",
|
|
13588
13467
|
"module": "src/file-upload/file-upload.ts"
|
|
13589
13468
|
}
|
|
13590
13469
|
},
|
|
13591
13470
|
{
|
|
13592
|
-
"kind": "
|
|
13593
|
-
"name": "
|
|
13594
|
-
"
|
|
13595
|
-
"text": "string"
|
|
13596
|
-
},
|
|
13597
|
-
"default": "'gwf/attachment-handler/upload'",
|
|
13471
|
+
"kind": "method",
|
|
13472
|
+
"name": "getDownloadColumn",
|
|
13473
|
+
"privacy": "public",
|
|
13598
13474
|
"inheritedFrom": {
|
|
13599
13475
|
"name": "FileUpload",
|
|
13600
13476
|
"module": "src/file-upload/file-upload.ts"
|
|
13601
13477
|
}
|
|
13602
13478
|
},
|
|
13603
13479
|
{
|
|
13604
|
-
"kind": "
|
|
13605
|
-
"name": "
|
|
13606
|
-
"
|
|
13607
|
-
|
|
13608
|
-
|
|
13480
|
+
"kind": "method",
|
|
13481
|
+
"name": "getColumnObject",
|
|
13482
|
+
"privacy": "public",
|
|
13483
|
+
"parameters": [
|
|
13484
|
+
{
|
|
13485
|
+
"name": "column"
|
|
13486
|
+
}
|
|
13487
|
+
],
|
|
13609
13488
|
"inheritedFrom": {
|
|
13610
13489
|
"name": "FileUpload",
|
|
13611
13490
|
"module": "src/file-upload/file-upload.ts"
|
|
@@ -13613,18 +13492,22 @@
|
|
|
13613
13492
|
},
|
|
13614
13493
|
{
|
|
13615
13494
|
"kind": "method",
|
|
13616
|
-
"name": "
|
|
13495
|
+
"name": "handleClick",
|
|
13496
|
+
"privacy": "public",
|
|
13617
13497
|
"inheritedFrom": {
|
|
13618
13498
|
"name": "FileUpload",
|
|
13619
13499
|
"module": "src/file-upload/file-upload.ts"
|
|
13620
13500
|
}
|
|
13621
13501
|
},
|
|
13622
13502
|
{
|
|
13623
|
-
"kind": "
|
|
13624
|
-
"name": "
|
|
13625
|
-
"
|
|
13626
|
-
|
|
13627
|
-
|
|
13503
|
+
"kind": "method",
|
|
13504
|
+
"name": "onInputChange",
|
|
13505
|
+
"privacy": "public",
|
|
13506
|
+
"parameters": [
|
|
13507
|
+
{
|
|
13508
|
+
"name": "e"
|
|
13509
|
+
}
|
|
13510
|
+
],
|
|
13628
13511
|
"inheritedFrom": {
|
|
13629
13512
|
"name": "FileUpload",
|
|
13630
13513
|
"module": "src/file-upload/file-upload.ts"
|
|
@@ -13632,7 +13515,51 @@
|
|
|
13632
13515
|
},
|
|
13633
13516
|
{
|
|
13634
13517
|
"kind": "method",
|
|
13635
|
-
"name": "
|
|
13518
|
+
"name": "onFilesSelected",
|
|
13519
|
+
"privacy": "public",
|
|
13520
|
+
"parameters": [
|
|
13521
|
+
{
|
|
13522
|
+
"name": "files",
|
|
13523
|
+
"type": {
|
|
13524
|
+
"text": "File[]"
|
|
13525
|
+
}
|
|
13526
|
+
}
|
|
13527
|
+
],
|
|
13528
|
+
"inheritedFrom": {
|
|
13529
|
+
"name": "FileUpload",
|
|
13530
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13531
|
+
}
|
|
13532
|
+
},
|
|
13533
|
+
{
|
|
13534
|
+
"kind": "method",
|
|
13535
|
+
"name": "handleFileUpload",
|
|
13536
|
+
"privacy": "public",
|
|
13537
|
+
"inheritedFrom": {
|
|
13538
|
+
"name": "FileUpload",
|
|
13539
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13540
|
+
}
|
|
13541
|
+
},
|
|
13542
|
+
{
|
|
13543
|
+
"kind": "method",
|
|
13544
|
+
"name": "handleFileDownload",
|
|
13545
|
+
"privacy": "public",
|
|
13546
|
+
"parameters": [
|
|
13547
|
+
{
|
|
13548
|
+
"name": "rowData",
|
|
13549
|
+
"type": {
|
|
13550
|
+
"text": "any"
|
|
13551
|
+
}
|
|
13552
|
+
}
|
|
13553
|
+
],
|
|
13554
|
+
"inheritedFrom": {
|
|
13555
|
+
"name": "FileUpload",
|
|
13556
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13557
|
+
}
|
|
13558
|
+
},
|
|
13559
|
+
{
|
|
13560
|
+
"kind": "method",
|
|
13561
|
+
"name": "clearSelection",
|
|
13562
|
+
"privacy": "public",
|
|
13636
13563
|
"inheritedFrom": {
|
|
13637
13564
|
"name": "FileUpload",
|
|
13638
13565
|
"module": "src/file-upload/file-upload.ts"
|
|
@@ -13640,212 +13567,317 @@
|
|
|
13640
13567
|
},
|
|
13641
13568
|
{
|
|
13642
13569
|
"kind": "field",
|
|
13643
|
-
"name": "
|
|
13570
|
+
"name": "_presentation",
|
|
13644
13571
|
"type": {
|
|
13645
|
-
"text": "
|
|
13572
|
+
"text": "ComponentPresentation | null | undefined"
|
|
13646
13573
|
},
|
|
13574
|
+
"privacy": "private",
|
|
13575
|
+
"default": "void 0",
|
|
13647
13576
|
"inheritedFrom": {
|
|
13648
|
-
"name": "
|
|
13649
|
-
"module": "src/
|
|
13577
|
+
"name": "FoundationElement",
|
|
13578
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
13650
13579
|
}
|
|
13651
13580
|
},
|
|
13652
13581
|
{
|
|
13653
13582
|
"kind": "field",
|
|
13654
|
-
"name": "
|
|
13583
|
+
"name": "$presentation",
|
|
13655
13584
|
"type": {
|
|
13656
|
-
"text": "
|
|
13585
|
+
"text": "ComponentPresentation | null"
|
|
13657
13586
|
},
|
|
13658
|
-
"
|
|
13587
|
+
"privacy": "public",
|
|
13588
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
13659
13589
|
"inheritedFrom": {
|
|
13660
|
-
"name": "
|
|
13661
|
-
"module": "src/
|
|
13590
|
+
"name": "FoundationElement",
|
|
13591
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
13662
13592
|
}
|
|
13663
13593
|
},
|
|
13664
13594
|
{
|
|
13665
13595
|
"kind": "field",
|
|
13666
|
-
"name": "
|
|
13596
|
+
"name": "template",
|
|
13667
13597
|
"type": {
|
|
13668
|
-
"text": "
|
|
13598
|
+
"text": "ElementViewTemplate | void | null"
|
|
13669
13599
|
},
|
|
13670
|
-
"
|
|
13600
|
+
"privacy": "public",
|
|
13601
|
+
"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.",
|
|
13671
13602
|
"inheritedFrom": {
|
|
13672
|
-
"name": "
|
|
13673
|
-
"module": "src/
|
|
13603
|
+
"name": "FoundationElement",
|
|
13604
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
13605
|
+
}
|
|
13606
|
+
},
|
|
13607
|
+
{
|
|
13608
|
+
"kind": "method",
|
|
13609
|
+
"name": "templateChanged",
|
|
13610
|
+
"privacy": "protected",
|
|
13611
|
+
"return": {
|
|
13612
|
+
"type": {
|
|
13613
|
+
"text": "void"
|
|
13614
|
+
}
|
|
13615
|
+
},
|
|
13616
|
+
"inheritedFrom": {
|
|
13617
|
+
"name": "FoundationElement",
|
|
13618
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
13674
13619
|
}
|
|
13675
13620
|
},
|
|
13676
13621
|
{
|
|
13677
13622
|
"kind": "field",
|
|
13678
|
-
"name": "
|
|
13623
|
+
"name": "styles",
|
|
13624
|
+
"type": {
|
|
13625
|
+
"text": "ElementStyles | void | null"
|
|
13626
|
+
},
|
|
13627
|
+
"privacy": "public",
|
|
13628
|
+
"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.",
|
|
13629
|
+
"inheritedFrom": {
|
|
13630
|
+
"name": "FoundationElement",
|
|
13631
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
13632
|
+
}
|
|
13633
|
+
},
|
|
13634
|
+
{
|
|
13635
|
+
"kind": "method",
|
|
13636
|
+
"name": "stylesChanged",
|
|
13637
|
+
"privacy": "protected",
|
|
13638
|
+
"return": {
|
|
13639
|
+
"type": {
|
|
13640
|
+
"text": "void"
|
|
13641
|
+
}
|
|
13642
|
+
},
|
|
13643
|
+
"inheritedFrom": {
|
|
13644
|
+
"name": "FoundationElement",
|
|
13645
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
13646
|
+
}
|
|
13647
|
+
},
|
|
13648
|
+
{
|
|
13649
|
+
"kind": "method",
|
|
13650
|
+
"name": "compose",
|
|
13651
|
+
"privacy": "public",
|
|
13652
|
+
"static": true,
|
|
13653
|
+
"return": {
|
|
13654
|
+
"type": {
|
|
13655
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
13656
|
+
}
|
|
13657
|
+
},
|
|
13658
|
+
"parameters": [
|
|
13659
|
+
{
|
|
13660
|
+
"name": "this",
|
|
13661
|
+
"type": {
|
|
13662
|
+
"text": "K"
|
|
13663
|
+
}
|
|
13664
|
+
},
|
|
13665
|
+
{
|
|
13666
|
+
"name": "elementDefinition",
|
|
13667
|
+
"type": {
|
|
13668
|
+
"text": "T"
|
|
13669
|
+
},
|
|
13670
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
13671
|
+
}
|
|
13672
|
+
],
|
|
13673
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
13674
|
+
"inheritedFrom": {
|
|
13675
|
+
"name": "FoundationElement",
|
|
13676
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
13677
|
+
}
|
|
13678
|
+
}
|
|
13679
|
+
]
|
|
13680
|
+
},
|
|
13681
|
+
{
|
|
13682
|
+
"kind": "variable",
|
|
13683
|
+
"name": "zeroFileUpload",
|
|
13684
|
+
"description": "The Zero FileUpload",
|
|
13685
|
+
"privacy": "public"
|
|
13686
|
+
}
|
|
13687
|
+
],
|
|
13688
|
+
"exports": [
|
|
13689
|
+
{
|
|
13690
|
+
"kind": "js",
|
|
13691
|
+
"name": "defaultFileUploadConfig",
|
|
13692
|
+
"declaration": {
|
|
13693
|
+
"name": "defaultFileUploadConfig",
|
|
13694
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13695
|
+
}
|
|
13696
|
+
},
|
|
13697
|
+
{
|
|
13698
|
+
"kind": "js",
|
|
13699
|
+
"name": "zeroFileUploadShadowOptions",
|
|
13700
|
+
"declaration": {
|
|
13701
|
+
"name": "zeroFileUploadShadowOptions",
|
|
13702
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13703
|
+
}
|
|
13704
|
+
},
|
|
13705
|
+
{
|
|
13706
|
+
"kind": "js",
|
|
13707
|
+
"name": "FileUpload",
|
|
13708
|
+
"declaration": {
|
|
13709
|
+
"name": "FileUpload",
|
|
13710
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13711
|
+
}
|
|
13712
|
+
},
|
|
13713
|
+
{
|
|
13714
|
+
"kind": "js",
|
|
13715
|
+
"name": "zeroFileUpload",
|
|
13716
|
+
"declaration": {
|
|
13717
|
+
"name": "zeroFileUpload",
|
|
13718
|
+
"module": "src/file-upload/file-upload.ts"
|
|
13719
|
+
}
|
|
13720
|
+
}
|
|
13721
|
+
]
|
|
13722
|
+
},
|
|
13723
|
+
{
|
|
13724
|
+
"kind": "javascript-module",
|
|
13725
|
+
"path": "src/file-upload/index.ts",
|
|
13726
|
+
"declarations": [],
|
|
13727
|
+
"exports": [
|
|
13728
|
+
{
|
|
13729
|
+
"kind": "js",
|
|
13730
|
+
"name": "*",
|
|
13731
|
+
"declaration": {
|
|
13732
|
+
"name": "*",
|
|
13733
|
+
"package": "./file-upload"
|
|
13734
|
+
}
|
|
13735
|
+
},
|
|
13736
|
+
{
|
|
13737
|
+
"kind": "js",
|
|
13738
|
+
"name": "*",
|
|
13739
|
+
"declaration": {
|
|
13740
|
+
"name": "*",
|
|
13741
|
+
"package": "./file-upload.styles"
|
|
13742
|
+
}
|
|
13743
|
+
},
|
|
13744
|
+
{
|
|
13745
|
+
"kind": "js",
|
|
13746
|
+
"name": "zeroFileUploadTemplate",
|
|
13747
|
+
"declaration": {
|
|
13748
|
+
"name": "foundationFileUploadTemplate",
|
|
13749
|
+
"package": "@genesislcap/foundation-ui"
|
|
13750
|
+
}
|
|
13751
|
+
}
|
|
13752
|
+
]
|
|
13753
|
+
},
|
|
13754
|
+
{
|
|
13755
|
+
"kind": "javascript-module",
|
|
13756
|
+
"path": "src/error-dialog/error-dialog.stories.ts",
|
|
13757
|
+
"declarations": [
|
|
13758
|
+
{
|
|
13759
|
+
"kind": "variable",
|
|
13760
|
+
"name": "meta",
|
|
13761
|
+
"type": {
|
|
13762
|
+
"text": "Meta"
|
|
13763
|
+
},
|
|
13764
|
+
"default": "{\n title: 'Error Dialog',\n component: 'zero-error-dialog',\n}"
|
|
13765
|
+
},
|
|
13766
|
+
{
|
|
13767
|
+
"kind": "variable",
|
|
13768
|
+
"name": "Primary",
|
|
13769
|
+
"type": {
|
|
13770
|
+
"text": "StoryObj"
|
|
13771
|
+
},
|
|
13772
|
+
"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}"
|
|
13773
|
+
}
|
|
13774
|
+
],
|
|
13775
|
+
"exports": [
|
|
13776
|
+
{
|
|
13777
|
+
"kind": "js",
|
|
13778
|
+
"name": "default",
|
|
13779
|
+
"declaration": {
|
|
13780
|
+
"name": "meta",
|
|
13781
|
+
"module": "src/error-dialog/error-dialog.stories.ts"
|
|
13782
|
+
}
|
|
13783
|
+
},
|
|
13784
|
+
{
|
|
13785
|
+
"kind": "js",
|
|
13786
|
+
"name": "Primary",
|
|
13787
|
+
"declaration": {
|
|
13788
|
+
"name": "Primary",
|
|
13789
|
+
"module": "src/error-dialog/error-dialog.stories.ts"
|
|
13790
|
+
}
|
|
13791
|
+
}
|
|
13792
|
+
]
|
|
13793
|
+
},
|
|
13794
|
+
{
|
|
13795
|
+
"kind": "javascript-module",
|
|
13796
|
+
"path": "src/error-dialog/error-dialog.ts",
|
|
13797
|
+
"declarations": [
|
|
13798
|
+
{
|
|
13799
|
+
"kind": "class",
|
|
13800
|
+
"description": "",
|
|
13801
|
+
"name": "ErrorDialog",
|
|
13802
|
+
"superclass": {
|
|
13803
|
+
"name": "FoundationErrorDialog",
|
|
13804
|
+
"package": "@genesislcap/foundation-ui"
|
|
13805
|
+
},
|
|
13806
|
+
"tagName": "%%prefix%%-error-dialog",
|
|
13807
|
+
"customElement": true,
|
|
13808
|
+
"members": [
|
|
13809
|
+
{
|
|
13810
|
+
"kind": "field",
|
|
13811
|
+
"name": "dialog",
|
|
13679
13812
|
"type": {
|
|
13680
|
-
"text": "
|
|
13813
|
+
"text": "HTMLElement & { close: () => void; show: () => void }"
|
|
13681
13814
|
},
|
|
13682
|
-
"
|
|
13815
|
+
"privacy": "public",
|
|
13683
13816
|
"inheritedFrom": {
|
|
13684
|
-
"name": "
|
|
13685
|
-
"module": "src/
|
|
13817
|
+
"name": "ErrorDialog",
|
|
13818
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
13686
13819
|
}
|
|
13687
13820
|
},
|
|
13688
13821
|
{
|
|
13689
13822
|
"kind": "field",
|
|
13690
|
-
"name": "
|
|
13823
|
+
"name": "error",
|
|
13691
13824
|
"type": {
|
|
13692
|
-
"text": "
|
|
13825
|
+
"text": "ErrorStructure"
|
|
13693
13826
|
},
|
|
13694
|
-
"default": "[]",
|
|
13695
13827
|
"inheritedFrom": {
|
|
13696
|
-
"name": "
|
|
13697
|
-
"module": "src/
|
|
13828
|
+
"name": "ErrorDialog",
|
|
13829
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
13698
13830
|
}
|
|
13699
13831
|
},
|
|
13700
13832
|
{
|
|
13701
13833
|
"kind": "field",
|
|
13702
|
-
"name": "
|
|
13834
|
+
"name": "notification",
|
|
13703
13835
|
"type": {
|
|
13704
|
-
"text": "
|
|
13836
|
+
"text": "NotificationStructure"
|
|
13705
13837
|
},
|
|
13706
|
-
"privacy": "public",
|
|
13707
|
-
"inheritedFrom": {
|
|
13708
|
-
"name": "FileUpload",
|
|
13709
|
-
"module": "src/file-upload/file-upload.ts"
|
|
13710
|
-
}
|
|
13711
|
-
},
|
|
13712
|
-
{
|
|
13713
|
-
"kind": "method",
|
|
13714
|
-
"name": "setupGrid",
|
|
13715
|
-
"inheritedFrom": {
|
|
13716
|
-
"name": "FileUpload",
|
|
13717
|
-
"module": "src/file-upload/file-upload.ts"
|
|
13718
|
-
}
|
|
13719
|
-
},
|
|
13720
|
-
{
|
|
13721
|
-
"kind": "method",
|
|
13722
|
-
"name": "handleStreamRowOperation",
|
|
13723
|
-
"privacy": "private",
|
|
13724
|
-
"parameters": [
|
|
13725
|
-
{
|
|
13726
|
-
"name": "data",
|
|
13727
|
-
"type": {
|
|
13728
|
-
"text": "Message<any>"
|
|
13729
|
-
}
|
|
13730
|
-
}
|
|
13731
|
-
],
|
|
13732
|
-
"inheritedFrom": {
|
|
13733
|
-
"name": "FileUpload",
|
|
13734
|
-
"module": "src/file-upload/file-upload.ts"
|
|
13735
|
-
}
|
|
13736
|
-
},
|
|
13737
|
-
{
|
|
13738
|
-
"kind": "method",
|
|
13739
|
-
"name": "setRowData",
|
|
13740
|
-
"inheritedFrom": {
|
|
13741
|
-
"name": "FileUpload",
|
|
13742
|
-
"module": "src/file-upload/file-upload.ts"
|
|
13743
|
-
}
|
|
13744
|
-
},
|
|
13745
|
-
{
|
|
13746
|
-
"kind": "method",
|
|
13747
|
-
"name": "setColumnDefs",
|
|
13748
|
-
"inheritedFrom": {
|
|
13749
|
-
"name": "FileUpload",
|
|
13750
|
-
"module": "src/file-upload/file-upload.ts"
|
|
13751
|
-
}
|
|
13752
|
-
},
|
|
13753
|
-
{
|
|
13754
|
-
"kind": "method",
|
|
13755
|
-
"name": "getDownloadColumn",
|
|
13756
|
-
"privacy": "public",
|
|
13757
|
-
"inheritedFrom": {
|
|
13758
|
-
"name": "FileUpload",
|
|
13759
|
-
"module": "src/file-upload/file-upload.ts"
|
|
13760
|
-
}
|
|
13761
|
-
},
|
|
13762
|
-
{
|
|
13763
|
-
"kind": "method",
|
|
13764
|
-
"name": "getColumnObject",
|
|
13765
|
-
"privacy": "public",
|
|
13766
|
-
"parameters": [
|
|
13767
|
-
{
|
|
13768
|
-
"name": "column"
|
|
13769
|
-
}
|
|
13770
|
-
],
|
|
13771
|
-
"inheritedFrom": {
|
|
13772
|
-
"name": "FileUpload",
|
|
13773
|
-
"module": "src/file-upload/file-upload.ts"
|
|
13774
|
-
}
|
|
13775
|
-
},
|
|
13776
|
-
{
|
|
13777
|
-
"kind": "method",
|
|
13778
|
-
"name": "handleClick",
|
|
13779
|
-
"privacy": "public",
|
|
13780
|
-
"inheritedFrom": {
|
|
13781
|
-
"name": "FileUpload",
|
|
13782
|
-
"module": "src/file-upload/file-upload.ts"
|
|
13783
|
-
}
|
|
13784
|
-
},
|
|
13785
|
-
{
|
|
13786
|
-
"kind": "method",
|
|
13787
|
-
"name": "onInputChange",
|
|
13788
|
-
"privacy": "public",
|
|
13789
|
-
"parameters": [
|
|
13790
|
-
{
|
|
13791
|
-
"name": "e"
|
|
13792
|
-
}
|
|
13793
|
-
],
|
|
13794
13838
|
"inheritedFrom": {
|
|
13795
|
-
"name": "
|
|
13796
|
-
"module": "src/
|
|
13839
|
+
"name": "ErrorDialog",
|
|
13840
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
13797
13841
|
}
|
|
13798
13842
|
},
|
|
13799
13843
|
{
|
|
13800
13844
|
"kind": "method",
|
|
13801
|
-
"name": "
|
|
13845
|
+
"name": "show",
|
|
13802
13846
|
"privacy": "public",
|
|
13803
|
-
"
|
|
13804
|
-
{
|
|
13805
|
-
"
|
|
13806
|
-
"type": {
|
|
13807
|
-
"text": "File[]"
|
|
13808
|
-
}
|
|
13847
|
+
"return": {
|
|
13848
|
+
"type": {
|
|
13849
|
+
"text": "void"
|
|
13809
13850
|
}
|
|
13810
|
-
|
|
13851
|
+
},
|
|
13852
|
+
"description": "Show the Error Dialog.",
|
|
13811
13853
|
"inheritedFrom": {
|
|
13812
|
-
"name": "
|
|
13813
|
-
"module": "src/
|
|
13854
|
+
"name": "ErrorDialog",
|
|
13855
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
13814
13856
|
}
|
|
13815
13857
|
},
|
|
13816
13858
|
{
|
|
13817
13859
|
"kind": "method",
|
|
13818
|
-
"name": "
|
|
13860
|
+
"name": "dismiss",
|
|
13819
13861
|
"privacy": "public",
|
|
13862
|
+
"description": "Dismiss the Error Dialog from display and calls the dismissing action.",
|
|
13820
13863
|
"inheritedFrom": {
|
|
13821
|
-
"name": "
|
|
13822
|
-
"module": "src/
|
|
13864
|
+
"name": "ErrorDialog",
|
|
13865
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
13823
13866
|
}
|
|
13824
13867
|
},
|
|
13825
13868
|
{
|
|
13826
13869
|
"kind": "method",
|
|
13827
|
-
"name": "
|
|
13870
|
+
"name": "closeDialog",
|
|
13828
13871
|
"privacy": "public",
|
|
13829
|
-
"
|
|
13830
|
-
{
|
|
13831
|
-
"
|
|
13832
|
-
"type": {
|
|
13833
|
-
"text": "any"
|
|
13834
|
-
}
|
|
13872
|
+
"return": {
|
|
13873
|
+
"type": {
|
|
13874
|
+
"text": "void"
|
|
13835
13875
|
}
|
|
13836
|
-
|
|
13837
|
-
"
|
|
13838
|
-
"name": "FileUpload",
|
|
13839
|
-
"module": "src/file-upload/file-upload.ts"
|
|
13840
|
-
}
|
|
13841
|
-
},
|
|
13842
|
-
{
|
|
13843
|
-
"kind": "method",
|
|
13844
|
-
"name": "clearSelection",
|
|
13845
|
-
"privacy": "public",
|
|
13876
|
+
},
|
|
13877
|
+
"description": "Dismiss the Error Dialog from display.",
|
|
13846
13878
|
"inheritedFrom": {
|
|
13847
|
-
"name": "
|
|
13848
|
-
"module": "src/
|
|
13879
|
+
"name": "ErrorDialog",
|
|
13880
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
13849
13881
|
}
|
|
13850
13882
|
},
|
|
13851
13883
|
{
|
|
@@ -13963,49 +13995,33 @@
|
|
|
13963
13995
|
},
|
|
13964
13996
|
{
|
|
13965
13997
|
"kind": "variable",
|
|
13966
|
-
"name": "
|
|
13967
|
-
"description": "The
|
|
13998
|
+
"name": "zeroErrorDialog",
|
|
13999
|
+
"description": "The zero ErrorDialog",
|
|
13968
14000
|
"privacy": "public"
|
|
13969
14001
|
}
|
|
13970
14002
|
],
|
|
13971
14003
|
"exports": [
|
|
13972
14004
|
{
|
|
13973
14005
|
"kind": "js",
|
|
13974
|
-
"name": "
|
|
13975
|
-
"declaration": {
|
|
13976
|
-
"name": "defaultFileUploadConfig",
|
|
13977
|
-
"module": "src/file-upload/file-upload.ts"
|
|
13978
|
-
}
|
|
13979
|
-
},
|
|
13980
|
-
{
|
|
13981
|
-
"kind": "js",
|
|
13982
|
-
"name": "zeroFileUploadShadowOptions",
|
|
13983
|
-
"declaration": {
|
|
13984
|
-
"name": "zeroFileUploadShadowOptions",
|
|
13985
|
-
"module": "src/file-upload/file-upload.ts"
|
|
13986
|
-
}
|
|
13987
|
-
},
|
|
13988
|
-
{
|
|
13989
|
-
"kind": "js",
|
|
13990
|
-
"name": "FileUpload",
|
|
14006
|
+
"name": "ErrorDialog",
|
|
13991
14007
|
"declaration": {
|
|
13992
|
-
"name": "
|
|
13993
|
-
"module": "src/
|
|
14008
|
+
"name": "ErrorDialog",
|
|
14009
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
13994
14010
|
}
|
|
13995
14011
|
},
|
|
13996
14012
|
{
|
|
13997
14013
|
"kind": "js",
|
|
13998
|
-
"name": "
|
|
14014
|
+
"name": "zeroErrorDialog",
|
|
13999
14015
|
"declaration": {
|
|
14000
|
-
"name": "
|
|
14001
|
-
"module": "src/
|
|
14016
|
+
"name": "zeroErrorDialog",
|
|
14017
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
14002
14018
|
}
|
|
14003
14019
|
}
|
|
14004
14020
|
]
|
|
14005
14021
|
},
|
|
14006
14022
|
{
|
|
14007
14023
|
"kind": "javascript-module",
|
|
14008
|
-
"path": "src/
|
|
14024
|
+
"path": "src/error-dialog/index.ts",
|
|
14009
14025
|
"declarations": [],
|
|
14010
14026
|
"exports": [
|
|
14011
14027
|
{
|
|
@@ -14013,23 +14029,7 @@
|
|
|
14013
14029
|
"name": "*",
|
|
14014
14030
|
"declaration": {
|
|
14015
14031
|
"name": "*",
|
|
14016
|
-
"package": "./
|
|
14017
|
-
}
|
|
14018
|
-
},
|
|
14019
|
-
{
|
|
14020
|
-
"kind": "js",
|
|
14021
|
-
"name": "*",
|
|
14022
|
-
"declaration": {
|
|
14023
|
-
"name": "*",
|
|
14024
|
-
"package": "./file-upload.styles"
|
|
14025
|
-
}
|
|
14026
|
-
},
|
|
14027
|
-
{
|
|
14028
|
-
"kind": "js",
|
|
14029
|
-
"name": "zeroFileUploadTemplate",
|
|
14030
|
-
"declaration": {
|
|
14031
|
-
"name": "foundationFileUploadTemplate",
|
|
14032
|
-
"package": "@genesislcap/foundation-ui"
|
|
14032
|
+
"package": "./error-dialog"
|
|
14033
14033
|
}
|
|
14034
14034
|
}
|
|
14035
14035
|
]
|