@carbon/web-components 2.42.0 → 2.43.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/custom-elements.json +1225 -97
- package/dist/accordion.min.js +1 -1
- package/dist/code-snippet.min.js +7 -7
- package/dist/{collection-helpers-_CvqQaiX.js → collection-helpers-C5emLOnk.js} +1 -1
- package/dist/combo-box.min.js +5 -5
- package/dist/{content-switcher-item-VHI7iTTP.js → content-switcher-item-3fTDI2Aq.js} +1 -1
- package/dist/content-switcher.min.js +1 -1
- package/dist/data-table.min.js +1 -1
- package/dist/date-picker.min.js +1 -1
- package/dist/{dropdown-item-Pt_eWt66.js → dropdown-item-BO7AhHPd.js} +25 -25
- package/dist/dropdown.min.js +1 -1
- package/dist/file-uploader.min.js +1 -1
- package/dist/fluid-search.min.js +33 -0
- package/dist/fluid-select.min.js +30 -0
- package/dist/fluid-textarea.min.js +36 -0
- package/dist/icon-indicator.min.js +1 -1
- package/dist/inline-loading.min.js +1 -1
- package/dist/list.min.js +1 -1
- package/dist/loading.min.js +1 -1
- package/dist/menu.min.js +1 -1
- package/dist/modal.min.js +5 -5
- package/dist/multi-select.min.js +1 -1
- package/dist/overflow-menu.min.js +1 -1
- package/dist/pagination.min.js +1 -1
- package/dist/progress-indicator.min.js +1 -1
- package/dist/radio-button.min.js +10 -8
- package/dist/{search-BrKCrPl3.js → search-DhwzN9sI.js} +2 -1
- package/dist/search.min.js +4 -4
- package/dist/select-BIi12O8B.js +108 -0
- package/dist/select-item-Be7OL9mD.js +28 -0
- package/dist/select-skeleton-8uIIQzNt.js +31 -0
- package/dist/select.min.js +1 -4
- package/dist/structured-list.min.js +1 -1
- package/dist/tabs.min.js +1 -1
- package/dist/textarea.min.js +23 -15
- package/dist/time-picker.min.js +20 -20
- package/dist/ui-shell.min.js +2 -2
- package/es/components/combo-box/combo-box.d.ts +9 -2
- package/es/components/combo-box/combo-box.js +63 -6
- package/es/components/combo-box/combo-box.js.map +1 -1
- package/es/components/combo-box/combo-box.scss.js +1 -1
- package/es/components/data-table/data-table.scss.js +1 -1
- package/es/components/dropdown/dropdown.d.ts +8 -0
- package/es/components/dropdown/dropdown.js +29 -11
- package/es/components/dropdown/dropdown.js.map +1 -1
- package/es/components/dropdown/dropdown.scss.js +1 -1
- package/es/components/file-uploader/file-uploader.scss.js +1 -1
- package/es/components/fluid-search/fluid-search-skeleton.d.ts +17 -0
- package/es/components/fluid-search/fluid-search-skeleton.js +38 -0
- package/es/components/fluid-search/fluid-search-skeleton.js.map +1 -0
- package/es/components/fluid-search/fluid-search.d.ts +17 -0
- package/es/components/fluid-search/fluid-search.js +44 -0
- package/es/components/fluid-search/fluid-search.js.map +1 -0
- package/es/components/fluid-search/fluid-search.scss.js +13 -0
- package/es/components/fluid-search/fluid-search.scss.js.map +1 -0
- package/es/components/fluid-search/index.d.ts +8 -0
- package/es/components/fluid-search/index.js +10 -0
- package/es/components/fluid-search/index.js.map +1 -0
- package/es/components/fluid-select/fluid-select-skeleton.d.ts +17 -0
- package/es/components/fluid-select/fluid-select-skeleton.js +40 -0
- package/es/components/fluid-select/fluid-select-skeleton.js.map +1 -0
- package/es/components/fluid-select/fluid-select.d.ts +19 -0
- package/es/components/fluid-select/fluid-select.js +59 -0
- package/es/components/fluid-select/fluid-select.js.map +1 -0
- package/es/components/fluid-select/fluid-select.scss.js +13 -0
- package/es/components/fluid-select/fluid-select.scss.js.map +1 -0
- package/es/components/fluid-select/index.d.ts +8 -0
- package/es/components/fluid-select/index.js +10 -0
- package/es/components/fluid-select/index.js.map +1 -0
- package/es/components/fluid-textarea/fluid-textarea-skeleton.d.ts +17 -0
- package/es/components/fluid-textarea/fluid-textarea-skeleton.js +42 -0
- package/es/components/fluid-textarea/fluid-textarea-skeleton.js.map +1 -0
- package/es/components/fluid-textarea/fluid-textarea.d.ts +18 -0
- package/es/components/fluid-textarea/fluid-textarea.js +46 -0
- package/es/components/fluid-textarea/fluid-textarea.js.map +1 -0
- package/es/components/fluid-textarea/fluid-textarea.scss.js +13 -0
- package/es/components/fluid-textarea/fluid-textarea.scss.js.map +1 -0
- package/es/components/fluid-textarea/index.d.ts +8 -0
- package/es/components/fluid-textarea/index.js +10 -0
- package/es/components/fluid-textarea/index.js.map +1 -0
- package/es/components/inline-loading/inline-loading.scss.js +1 -1
- package/es/components/list/list.scss.js +1 -1
- package/es/components/loading/loading.scss.js +1 -1
- package/es/components/menu/menu.js +3 -1
- package/es/components/menu/menu.js.map +1 -1
- package/es/components/modal/modal.scss.js +1 -1
- package/es/components/multi-select/multi-select.scss.js +1 -1
- package/es/components/overflow-menu/overflow-menu-body.js +22 -10
- package/es/components/overflow-menu/overflow-menu-body.js.map +1 -1
- package/es/components/radio-button/radio-button-group.js +4 -2
- package/es/components/radio-button/radio-button-group.js.map +1 -1
- package/es/components/radio-button/radio-button.d.ts +8 -0
- package/es/components/radio-button/radio-button.js +53 -3
- package/es/components/radio-button/radio-button.js.map +1 -1
- package/es/components/radio-button/radio-button.scss.js +1 -1
- package/es/components/search/search-skeleton.js +2 -2
- package/es/components/search/search-skeleton.js.map +1 -1
- package/es/components/search/search.js +1 -0
- package/es/components/search/search.js.map +1 -1
- package/es/components/search/search.scss.js +1 -1
- package/es/components/select/select.d.ts +4 -0
- package/es/components/select/select.js +14 -1
- package/es/components/select/select.js.map +1 -1
- package/es/components/select/select.scss.js +1 -1
- package/es/components/textarea/textarea.d.ts +4 -0
- package/es/components/textarea/textarea.js +37 -11
- package/es/components/textarea/textarea.js.map +1 -1
- package/es/components/time-picker/time-picker.js +13 -8
- package/es/components/time-picker/time-picker.js.map +1 -1
- package/es/components/ui-shell/side-nav.scss.js +1 -1
- package/es-custom/components/combo-box/combo-box.d.ts +9 -2
- package/es-custom/components/combo-box/combo-box.js +63 -6
- package/es-custom/components/combo-box/combo-box.js.map +1 -1
- package/es-custom/components/combo-box/combo-box.scss.js +1 -1
- package/es-custom/components/data-table/data-table.scss.js +1 -1
- package/es-custom/components/dropdown/dropdown.d.ts +8 -0
- package/es-custom/components/dropdown/dropdown.js +29 -11
- package/es-custom/components/dropdown/dropdown.js.map +1 -1
- package/es-custom/components/dropdown/dropdown.scss.js +1 -1
- package/es-custom/components/file-uploader/file-uploader.scss.js +1 -1
- package/es-custom/components/fluid-search/fluid-search-skeleton.d.ts +17 -0
- package/es-custom/components/fluid-search/fluid-search-skeleton.js +38 -0
- package/es-custom/components/fluid-search/fluid-search-skeleton.js.map +1 -0
- package/es-custom/components/fluid-search/fluid-search.d.ts +17 -0
- package/es-custom/components/fluid-search/fluid-search.js +44 -0
- package/es-custom/components/fluid-search/fluid-search.js.map +1 -0
- package/es-custom/components/fluid-search/fluid-search.scss.js +13 -0
- package/es-custom/components/fluid-search/fluid-search.scss.js.map +1 -0
- package/es-custom/components/fluid-search/index.d.ts +8 -0
- package/es-custom/components/fluid-search/index.js +10 -0
- package/es-custom/components/fluid-search/index.js.map +1 -0
- package/es-custom/components/fluid-select/fluid-select-skeleton.d.ts +17 -0
- package/es-custom/components/fluid-select/fluid-select-skeleton.js +40 -0
- package/es-custom/components/fluid-select/fluid-select-skeleton.js.map +1 -0
- package/es-custom/components/fluid-select/fluid-select.d.ts +19 -0
- package/es-custom/components/fluid-select/fluid-select.js +59 -0
- package/es-custom/components/fluid-select/fluid-select.js.map +1 -0
- package/es-custom/components/fluid-select/fluid-select.scss.js +13 -0
- package/es-custom/components/fluid-select/fluid-select.scss.js.map +1 -0
- package/es-custom/components/fluid-select/index.d.ts +8 -0
- package/es-custom/components/fluid-select/index.js +10 -0
- package/es-custom/components/fluid-select/index.js.map +1 -0
- package/es-custom/components/fluid-textarea/fluid-textarea-skeleton.d.ts +17 -0
- package/es-custom/components/fluid-textarea/fluid-textarea-skeleton.js +42 -0
- package/es-custom/components/fluid-textarea/fluid-textarea-skeleton.js.map +1 -0
- package/es-custom/components/fluid-textarea/fluid-textarea.d.ts +18 -0
- package/es-custom/components/fluid-textarea/fluid-textarea.js +46 -0
- package/es-custom/components/fluid-textarea/fluid-textarea.js.map +1 -0
- package/es-custom/components/fluid-textarea/fluid-textarea.scss.js +13 -0
- package/es-custom/components/fluid-textarea/fluid-textarea.scss.js.map +1 -0
- package/es-custom/components/fluid-textarea/index.d.ts +8 -0
- package/es-custom/components/fluid-textarea/index.js +10 -0
- package/es-custom/components/fluid-textarea/index.js.map +1 -0
- package/es-custom/components/inline-loading/inline-loading.scss.js +1 -1
- package/es-custom/components/list/list.scss.js +1 -1
- package/es-custom/components/loading/loading.scss.js +1 -1
- package/es-custom/components/menu/menu.js +3 -1
- package/es-custom/components/menu/menu.js.map +1 -1
- package/es-custom/components/modal/modal.scss.js +1 -1
- package/es-custom/components/multi-select/multi-select.scss.js +1 -1
- package/es-custom/components/overflow-menu/overflow-menu-body.js +22 -10
- package/es-custom/components/overflow-menu/overflow-menu-body.js.map +1 -1
- package/es-custom/components/radio-button/radio-button-group.js +4 -2
- package/es-custom/components/radio-button/radio-button-group.js.map +1 -1
- package/es-custom/components/radio-button/radio-button.d.ts +8 -0
- package/es-custom/components/radio-button/radio-button.js +53 -3
- package/es-custom/components/radio-button/radio-button.js.map +1 -1
- package/es-custom/components/radio-button/radio-button.scss.js +1 -1
- package/es-custom/components/search/search-skeleton.js +2 -2
- package/es-custom/components/search/search-skeleton.js.map +1 -1
- package/es-custom/components/search/search.js +1 -0
- package/es-custom/components/search/search.js.map +1 -1
- package/es-custom/components/search/search.scss.js +1 -1
- package/es-custom/components/select/select.d.ts +4 -0
- package/es-custom/components/select/select.js +14 -1
- package/es-custom/components/select/select.js.map +1 -1
- package/es-custom/components/select/select.scss.js +1 -1
- package/es-custom/components/textarea/textarea.d.ts +4 -0
- package/es-custom/components/textarea/textarea.js +37 -11
- package/es-custom/components/textarea/textarea.js.map +1 -1
- package/es-custom/components/time-picker/time-picker.js +13 -8
- package/es-custom/components/time-picker/time-picker.js.map +1 -1
- package/es-custom/components/ui-shell/side-nav.scss.js +1 -1
- package/lib/components/combo-box/combo-box.d.ts +9 -2
- package/lib/components/dropdown/dropdown.d.ts +8 -0
- package/lib/components/fluid-search/fluid-search-skeleton.d.ts +17 -0
- package/lib/components/fluid-search/fluid-search.d.ts +17 -0
- package/lib/components/fluid-search/index.d.ts +8 -0
- package/lib/components/fluid-select/fluid-select-skeleton.d.ts +17 -0
- package/lib/components/fluid-select/fluid-select.d.ts +19 -0
- package/lib/components/fluid-select/index.d.ts +8 -0
- package/lib/components/fluid-textarea/fluid-textarea-skeleton.d.ts +17 -0
- package/lib/components/fluid-textarea/fluid-textarea.d.ts +18 -0
- package/lib/components/fluid-textarea/index.d.ts +8 -0
- package/lib/components/radio-button/radio-button.d.ts +8 -0
- package/lib/components/select/select.d.ts +4 -0
- package/lib/components/textarea/textarea.d.ts +4 -0
- package/package.json +6 -6
- package/scss/components/combo-box/combo-box.scss +82 -18
- package/scss/components/data-table/_table-core.scss +9 -9
- package/scss/components/data-table/_table-expandable.scss +7 -7
- package/scss/components/data-table/_table-selection.scss +3 -3
- package/scss/components/dropdown/dropdown.scss +2 -0
- package/scss/components/fluid-search/fluid-search.scss +55 -0
- package/scss/components/fluid-select/fluid-select.scss +58 -0
- package/scss/components/fluid-textarea/fluid-textarea.scss +16 -0
- package/scss/components/list/list.scss +1 -1
- package/scss/components/radio-button/radio-button.scss +9 -4
- package/scss/components/select/select.scss +1 -0
- package/telemetry.yml +9 -10
- package/dist/select-Dwsf_c0t.js +0 -104
package/custom-elements.json
CHANGED
|
@@ -2555,10 +2555,16 @@
|
|
|
2555
2555
|
},
|
|
2556
2556
|
{
|
|
2557
2557
|
"name": "should-filter-item",
|
|
2558
|
-
"description": "Provide custom filtering behavior.",
|
|
2558
|
+
"description": "Provide custom filtering behavior. This attribute will be ignored if\n`typeahead` is enabled and will default to `true`",
|
|
2559
2559
|
"type": "boolean | ShouldFilterItem",
|
|
2560
2560
|
"default": "false"
|
|
2561
2561
|
},
|
|
2562
|
+
{
|
|
2563
|
+
"name": "typeahead",
|
|
2564
|
+
"description": "**Experimental**: will enable autocomplete and typeahead for the input field",
|
|
2565
|
+
"type": "boolean",
|
|
2566
|
+
"default": "false"
|
|
2567
|
+
},
|
|
2562
2568
|
{
|
|
2563
2569
|
"name": "aria-label",
|
|
2564
2570
|
"description": "'aria-label' of the ListBox component.\nSpecify a label to be read by screen readers on the container node",
|
|
@@ -2715,10 +2721,17 @@
|
|
|
2715
2721
|
{
|
|
2716
2722
|
"name": "shouldFilterItem",
|
|
2717
2723
|
"attribute": "should-filter-item",
|
|
2718
|
-
"description": "Provide custom filtering behavior.",
|
|
2724
|
+
"description": "Provide custom filtering behavior. This attribute will be ignored if\n`typeahead` is enabled and will default to `true`",
|
|
2719
2725
|
"type": "boolean | ShouldFilterItem",
|
|
2720
2726
|
"default": "false"
|
|
2721
2727
|
},
|
|
2728
|
+
{
|
|
2729
|
+
"name": "typeahead",
|
|
2730
|
+
"attribute": "typeahead",
|
|
2731
|
+
"description": "**Experimental**: will enable autocomplete and typeahead for the input field",
|
|
2732
|
+
"type": "boolean",
|
|
2733
|
+
"default": "false"
|
|
2734
|
+
},
|
|
2722
2735
|
{
|
|
2723
2736
|
"name": "ariaLabel",
|
|
2724
2737
|
"attribute": "aria-label",
|
|
@@ -6178,139 +6191,1160 @@
|
|
|
6178
6191
|
"attribute": "invalid",
|
|
6179
6192
|
"description": "Controls the invalid state and visibility of the `validityMessage`.",
|
|
6180
6193
|
"type": "boolean",
|
|
6181
|
-
"default": "false"
|
|
6194
|
+
"default": "false"
|
|
6195
|
+
},
|
|
6196
|
+
{
|
|
6197
|
+
"name": "size",
|
|
6198
|
+
"attribute": "size",
|
|
6199
|
+
"description": "The size of this file uploader item.",
|
|
6200
|
+
"type": "FILE_UPLOADER_ITEM_SIZE",
|
|
6201
|
+
"default": "\"md\""
|
|
6202
|
+
},
|
|
6203
|
+
{
|
|
6204
|
+
"name": "state",
|
|
6205
|
+
"attribute": "state",
|
|
6206
|
+
"description": "The state of this file uploader item.",
|
|
6207
|
+
"type": "FILE_UPLOADER_ITEM_STATE",
|
|
6208
|
+
"default": "\"uploading\""
|
|
6209
|
+
},
|
|
6210
|
+
{
|
|
6211
|
+
"name": "errorSubject",
|
|
6212
|
+
"attribute": "error-subject",
|
|
6213
|
+
"description": "The error subject text.",
|
|
6214
|
+
"type": "string",
|
|
6215
|
+
"default": "\"\""
|
|
6216
|
+
},
|
|
6217
|
+
{
|
|
6218
|
+
"name": "errorBody",
|
|
6219
|
+
"attribute": "error-body",
|
|
6220
|
+
"description": "The error body text",
|
|
6221
|
+
"type": "string",
|
|
6222
|
+
"default": "\"\""
|
|
6223
|
+
},
|
|
6224
|
+
{
|
|
6225
|
+
"name": "styles",
|
|
6226
|
+
"default": "\"styles\""
|
|
6227
|
+
}
|
|
6228
|
+
],
|
|
6229
|
+
"events": [
|
|
6230
|
+
{
|
|
6231
|
+
"name": "cds-file-uploader-item-beingdeleted",
|
|
6232
|
+
"description": "The custom event fired before this file uploader item is being deleted upon a user gesture.\nCancellation of this event stops the user-initiated action of deleting this file uploader item."
|
|
6233
|
+
},
|
|
6234
|
+
{
|
|
6235
|
+
"name": "cds-file-uploader-item-deleted",
|
|
6236
|
+
"description": "The custom event fired after this file uploader item is deleted upon a user gesture."
|
|
6237
|
+
}
|
|
6238
|
+
],
|
|
6239
|
+
"slots": [
|
|
6240
|
+
{
|
|
6241
|
+
"name": "validity",
|
|
6242
|
+
"description": "message The validity message."
|
|
6243
|
+
},
|
|
6244
|
+
{
|
|
6245
|
+
"name": "validity-message",
|
|
6246
|
+
"description": "supplement The supplemental validity message."
|
|
6247
|
+
}
|
|
6248
|
+
]
|
|
6249
|
+
},
|
|
6250
|
+
{
|
|
6251
|
+
"name": "cds-file-uploader-skeleton",
|
|
6252
|
+
"path": "./src/components/file-uploader/file-uploader-skeleton.ts",
|
|
6253
|
+
"description": "The File uploader skeleton."
|
|
6254
|
+
},
|
|
6255
|
+
{
|
|
6256
|
+
"name": "cds-file-uploader",
|
|
6257
|
+
"path": "./src/components/file-uploader/file-uploader.ts",
|
|
6258
|
+
"description": "The file uploader component.",
|
|
6259
|
+
"attributes": [
|
|
6260
|
+
{
|
|
6261
|
+
"name": "disabled",
|
|
6262
|
+
"description": "`true` if the file uploader should disabled.",
|
|
6263
|
+
"type": "boolean",
|
|
6264
|
+
"default": "false"
|
|
6265
|
+
},
|
|
6266
|
+
{
|
|
6267
|
+
"name": "label-description",
|
|
6268
|
+
"description": "The description text.",
|
|
6269
|
+
"type": "string",
|
|
6270
|
+
"default": "\"\""
|
|
6271
|
+
},
|
|
6272
|
+
{
|
|
6273
|
+
"name": "label-title",
|
|
6274
|
+
"description": "The label title.",
|
|
6275
|
+
"type": "string",
|
|
6276
|
+
"default": "\"\""
|
|
6277
|
+
}
|
|
6278
|
+
],
|
|
6279
|
+
"properties": [
|
|
6280
|
+
{
|
|
6281
|
+
"name": "disabled",
|
|
6282
|
+
"attribute": "disabled",
|
|
6283
|
+
"description": "`true` if the file uploader should disabled.",
|
|
6284
|
+
"type": "boolean",
|
|
6285
|
+
"default": "false"
|
|
6286
|
+
},
|
|
6287
|
+
{
|
|
6288
|
+
"name": "labelDescription",
|
|
6289
|
+
"attribute": "label-description",
|
|
6290
|
+
"description": "The description text.",
|
|
6291
|
+
"type": "string",
|
|
6292
|
+
"default": "\"\""
|
|
6293
|
+
},
|
|
6294
|
+
{
|
|
6295
|
+
"name": "labelTitle",
|
|
6296
|
+
"attribute": "label-title",
|
|
6297
|
+
"description": "The label title.",
|
|
6298
|
+
"type": "string",
|
|
6299
|
+
"default": "\"\""
|
|
6300
|
+
},
|
|
6301
|
+
{
|
|
6302
|
+
"name": "styles",
|
|
6303
|
+
"default": "\"styles\""
|
|
6304
|
+
}
|
|
6305
|
+
]
|
|
6306
|
+
},
|
|
6307
|
+
{
|
|
6308
|
+
"name": "cds-fluid-search-skeleton",
|
|
6309
|
+
"path": "./src/components/fluid-search/fluid-search-skeleton.ts",
|
|
6310
|
+
"description": "Fluid Search.",
|
|
6311
|
+
"attributes": [
|
|
6312
|
+
{
|
|
6313
|
+
"name": "size",
|
|
6314
|
+
"description": "The search box size. Corresponds to the attribute with the same name.",
|
|
6315
|
+
"type": "INPUT_SIZE",
|
|
6316
|
+
"default": "\"md\""
|
|
6317
|
+
}
|
|
6318
|
+
],
|
|
6319
|
+
"properties": [
|
|
6320
|
+
{
|
|
6321
|
+
"name": "size",
|
|
6322
|
+
"attribute": "size",
|
|
6323
|
+
"description": "The search box size. Corresponds to the attribute with the same name.",
|
|
6324
|
+
"type": "INPUT_SIZE",
|
|
6325
|
+
"default": "\"md\""
|
|
6326
|
+
},
|
|
6327
|
+
{
|
|
6328
|
+
"name": "styles",
|
|
6329
|
+
"type": "array",
|
|
6330
|
+
"default": "[\"styles\",\"styles\"]"
|
|
6331
|
+
}
|
|
6332
|
+
]
|
|
6333
|
+
},
|
|
6334
|
+
{
|
|
6335
|
+
"name": "cds-fluid-search",
|
|
6336
|
+
"path": "./src/components/fluid-search/fluid-search.ts",
|
|
6337
|
+
"description": "Fluid text input.",
|
|
6338
|
+
"attributes": [
|
|
6339
|
+
{
|
|
6340
|
+
"name": "autocomplete",
|
|
6341
|
+
"description": "Specify an optional value for the autocomplete property on the underlying <input>,\ndefaults to \"off\"",
|
|
6342
|
+
"type": "string",
|
|
6343
|
+
"default": "\"off\""
|
|
6344
|
+
},
|
|
6345
|
+
{
|
|
6346
|
+
"name": "close-button-label-text",
|
|
6347
|
+
"description": "Specify a label to be read by screen readers on the \"close\" button",
|
|
6348
|
+
"type": "string",
|
|
6349
|
+
"default": "\"\""
|
|
6350
|
+
},
|
|
6351
|
+
{
|
|
6352
|
+
"name": "disabled",
|
|
6353
|
+
"description": "`true` if the search box should be disabled.",
|
|
6354
|
+
"type": "boolean",
|
|
6355
|
+
"default": "false"
|
|
6356
|
+
},
|
|
6357
|
+
{
|
|
6358
|
+
"name": "expandable",
|
|
6359
|
+
"description": "`true` if the search bar can be expandable",
|
|
6360
|
+
"type": "boolean",
|
|
6361
|
+
"default": "false"
|
|
6362
|
+
},
|
|
6363
|
+
{
|
|
6364
|
+
"name": "expanded",
|
|
6365
|
+
"description": "`true` if the expandable search has been expanded",
|
|
6366
|
+
"type": "boolean",
|
|
6367
|
+
"default": "false"
|
|
6368
|
+
},
|
|
6369
|
+
{
|
|
6370
|
+
"name": "hasCustomIcon",
|
|
6371
|
+
"type": "boolean",
|
|
6372
|
+
"default": "false"
|
|
6373
|
+
},
|
|
6374
|
+
{
|
|
6375
|
+
"name": "label-text",
|
|
6376
|
+
"description": "The label text.",
|
|
6377
|
+
"type": "string",
|
|
6378
|
+
"default": "\"\""
|
|
6379
|
+
},
|
|
6380
|
+
{
|
|
6381
|
+
"name": "name",
|
|
6382
|
+
"description": "The form name in `FormData`.",
|
|
6383
|
+
"type": "string",
|
|
6384
|
+
"default": "\"\""
|
|
6385
|
+
},
|
|
6386
|
+
{
|
|
6387
|
+
"name": "role",
|
|
6388
|
+
"description": "Specify the role for the underlying <input>, defaults to searchbox",
|
|
6389
|
+
"type": "string",
|
|
6390
|
+
"default": "\"\""
|
|
6391
|
+
},
|
|
6392
|
+
{
|
|
6393
|
+
"name": "placeholder",
|
|
6394
|
+
"description": "The placeholder text.",
|
|
6395
|
+
"type": "string",
|
|
6396
|
+
"default": "\"Search\""
|
|
6397
|
+
},
|
|
6398
|
+
{
|
|
6399
|
+
"name": "size",
|
|
6400
|
+
"description": "The search box size.",
|
|
6401
|
+
"type": "INPUT_SIZE",
|
|
6402
|
+
"default": "\"md\""
|
|
6403
|
+
},
|
|
6404
|
+
{
|
|
6405
|
+
"name": "type",
|
|
6406
|
+
"description": "The `<input>` name.",
|
|
6407
|
+
"type": "string",
|
|
6408
|
+
"default": "\"\""
|
|
6409
|
+
},
|
|
6410
|
+
{
|
|
6411
|
+
"name": "value",
|
|
6412
|
+
"description": "The value.",
|
|
6413
|
+
"type": "string",
|
|
6414
|
+
"default": "\"\""
|
|
6415
|
+
}
|
|
6416
|
+
],
|
|
6417
|
+
"properties": [
|
|
6418
|
+
{
|
|
6419
|
+
"name": "autoComplete",
|
|
6420
|
+
"attribute": "autocomplete",
|
|
6421
|
+
"description": "Specify an optional value for the autocomplete property on the underlying <input>,\ndefaults to \"off\"",
|
|
6422
|
+
"type": "string",
|
|
6423
|
+
"default": "\"off\""
|
|
6424
|
+
},
|
|
6425
|
+
{
|
|
6426
|
+
"name": "closeButtonLabelText",
|
|
6427
|
+
"attribute": "close-button-label-text",
|
|
6428
|
+
"description": "Specify a label to be read by screen readers on the \"close\" button",
|
|
6429
|
+
"type": "string",
|
|
6430
|
+
"default": "\"\""
|
|
6431
|
+
},
|
|
6432
|
+
{
|
|
6433
|
+
"name": "disabled",
|
|
6434
|
+
"attribute": "disabled",
|
|
6435
|
+
"description": "`true` if the search box should be disabled.",
|
|
6436
|
+
"type": "boolean",
|
|
6437
|
+
"default": "false"
|
|
6438
|
+
},
|
|
6439
|
+
{
|
|
6440
|
+
"name": "expandable",
|
|
6441
|
+
"attribute": "expandable",
|
|
6442
|
+
"description": "`true` if the search bar can be expandable",
|
|
6443
|
+
"type": "boolean",
|
|
6444
|
+
"default": "false"
|
|
6445
|
+
},
|
|
6446
|
+
{
|
|
6447
|
+
"name": "expanded",
|
|
6448
|
+
"attribute": "expanded",
|
|
6449
|
+
"description": "`true` if the expandable search has been expanded",
|
|
6450
|
+
"type": "boolean",
|
|
6451
|
+
"default": "false"
|
|
6452
|
+
},
|
|
6453
|
+
{
|
|
6454
|
+
"name": "hasCustomIcon",
|
|
6455
|
+
"attribute": "hasCustomIcon",
|
|
6456
|
+
"type": "boolean",
|
|
6457
|
+
"default": "false"
|
|
6458
|
+
},
|
|
6459
|
+
{
|
|
6460
|
+
"name": "labelText",
|
|
6461
|
+
"attribute": "label-text",
|
|
6462
|
+
"description": "The label text.",
|
|
6463
|
+
"type": "string",
|
|
6464
|
+
"default": "\"\""
|
|
6465
|
+
},
|
|
6466
|
+
{
|
|
6467
|
+
"name": "name",
|
|
6468
|
+
"attribute": "name",
|
|
6469
|
+
"description": "The form name in `FormData`.",
|
|
6470
|
+
"type": "string",
|
|
6471
|
+
"default": "\"\""
|
|
6472
|
+
},
|
|
6473
|
+
{
|
|
6474
|
+
"name": "role",
|
|
6475
|
+
"attribute": "role",
|
|
6476
|
+
"description": "Specify the role for the underlying <input>, defaults to searchbox",
|
|
6477
|
+
"type": "string",
|
|
6478
|
+
"default": "\"\""
|
|
6479
|
+
},
|
|
6480
|
+
{
|
|
6481
|
+
"name": "placeholder",
|
|
6482
|
+
"attribute": "placeholder",
|
|
6483
|
+
"description": "The placeholder text.",
|
|
6484
|
+
"type": "string",
|
|
6485
|
+
"default": "\"Search\""
|
|
6486
|
+
},
|
|
6487
|
+
{
|
|
6488
|
+
"name": "size",
|
|
6489
|
+
"attribute": "size",
|
|
6490
|
+
"description": "The search box size.",
|
|
6491
|
+
"type": "INPUT_SIZE",
|
|
6492
|
+
"default": "\"md\""
|
|
6493
|
+
},
|
|
6494
|
+
{
|
|
6495
|
+
"name": "type",
|
|
6496
|
+
"attribute": "type",
|
|
6497
|
+
"description": "The `<input>` name.",
|
|
6498
|
+
"type": "string",
|
|
6499
|
+
"default": "\"\""
|
|
6500
|
+
},
|
|
6501
|
+
{
|
|
6502
|
+
"name": "value",
|
|
6503
|
+
"attribute": "value",
|
|
6504
|
+
"description": "The value.",
|
|
6505
|
+
"type": "string",
|
|
6506
|
+
"default": "\"\""
|
|
6507
|
+
},
|
|
6508
|
+
{
|
|
6509
|
+
"name": "shadowRootOptions",
|
|
6510
|
+
"type": "{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; registry?: CustomElementRegistry | undefined; }",
|
|
6511
|
+
"default": "{\"delegatesFocus\":true}"
|
|
6512
|
+
},
|
|
6513
|
+
{
|
|
6514
|
+
"name": "styles",
|
|
6515
|
+
"type": "array",
|
|
6516
|
+
"default": "[\"styles\",\"styles\"]"
|
|
6517
|
+
}
|
|
6518
|
+
],
|
|
6519
|
+
"events": [
|
|
6520
|
+
{
|
|
6521
|
+
"name": "cds-search-input",
|
|
6522
|
+
"description": "The custom event fired after the search content is changed upon a user gesture."
|
|
6523
|
+
}
|
|
6524
|
+
],
|
|
6525
|
+
"cssParts": [
|
|
6526
|
+
{
|
|
6527
|
+
"name": "search",
|
|
6528
|
+
"description": "icon The search icon."
|
|
6529
|
+
},
|
|
6530
|
+
{
|
|
6531
|
+
"name": "label",
|
|
6532
|
+
"description": "text The label text."
|
|
6533
|
+
},
|
|
6534
|
+
{
|
|
6535
|
+
"name": "close",
|
|
6536
|
+
"description": "button The close button."
|
|
6537
|
+
}
|
|
6538
|
+
]
|
|
6539
|
+
},
|
|
6540
|
+
{
|
|
6541
|
+
"name": "cds-fluid-select-skeleton",
|
|
6542
|
+
"path": "./src/components/fluid-select/fluid-select-skeleton.ts",
|
|
6543
|
+
"description": "Fluid text area input.",
|
|
6544
|
+
"attributes": [
|
|
6545
|
+
{
|
|
6546
|
+
"name": "hide-label",
|
|
6547
|
+
"description": "`true` if the label should be hidden. Corresponds to the attribute with the same name.",
|
|
6548
|
+
"type": "boolean",
|
|
6549
|
+
"default": "false"
|
|
6550
|
+
}
|
|
6551
|
+
],
|
|
6552
|
+
"properties": [
|
|
6553
|
+
{
|
|
6554
|
+
"name": "hideLabel",
|
|
6555
|
+
"attribute": "hide-label",
|
|
6556
|
+
"description": "`true` if the label should be hidden. Corresponds to the attribute with the same name.",
|
|
6557
|
+
"type": "boolean",
|
|
6558
|
+
"default": "false"
|
|
6559
|
+
},
|
|
6560
|
+
{
|
|
6561
|
+
"name": "styles",
|
|
6562
|
+
"type": "array",
|
|
6563
|
+
"default": "[\"styles\",\"styles\"]"
|
|
6564
|
+
}
|
|
6565
|
+
]
|
|
6566
|
+
},
|
|
6567
|
+
{
|
|
6568
|
+
"name": "cds-fluid-select",
|
|
6569
|
+
"path": "./src/components/fluid-select/fluid-select.ts",
|
|
6570
|
+
"description": "Fluid text select.",
|
|
6571
|
+
"attributes": [
|
|
6572
|
+
{
|
|
6573
|
+
"name": "isFluid",
|
|
6574
|
+
"description": "Specify whether the textarea is fluid or not",
|
|
6575
|
+
"type": "boolean",
|
|
6576
|
+
"default": "false"
|
|
6577
|
+
},
|
|
6578
|
+
{
|
|
6579
|
+
"name": "autofocus",
|
|
6580
|
+
"description": "Sets the select to be focussed automatically on page load. Defaults to false",
|
|
6581
|
+
"type": "boolean",
|
|
6582
|
+
"default": "false"
|
|
6583
|
+
},
|
|
6584
|
+
{
|
|
6585
|
+
"name": "disabled",
|
|
6586
|
+
"description": "Controls the disabled state of the select",
|
|
6587
|
+
"type": "boolean",
|
|
6588
|
+
"default": "false"
|
|
6589
|
+
},
|
|
6590
|
+
{
|
|
6591
|
+
"name": "helper-text",
|
|
6592
|
+
"description": "The helper text.",
|
|
6593
|
+
"type": "string",
|
|
6594
|
+
"default": "\"\""
|
|
6595
|
+
},
|
|
6596
|
+
{
|
|
6597
|
+
"name": "hide-label",
|
|
6598
|
+
"description": "Specify whether the label should be hidden, or not",
|
|
6599
|
+
"type": "boolean",
|
|
6600
|
+
"default": "false"
|
|
6601
|
+
},
|
|
6602
|
+
{
|
|
6603
|
+
"name": "id",
|
|
6604
|
+
"description": "ID to link the `label` and `select`",
|
|
6605
|
+
"type": "string",
|
|
6606
|
+
"default": "\"\""
|
|
6607
|
+
},
|
|
6608
|
+
{
|
|
6609
|
+
"name": "invalid",
|
|
6610
|
+
"description": "Specify if the currently value is invalid.",
|
|
6611
|
+
"type": "boolean",
|
|
6612
|
+
"default": "false"
|
|
6613
|
+
},
|
|
6614
|
+
{
|
|
6615
|
+
"name": "invalid-text",
|
|
6616
|
+
"description": "Message which is displayed if the value is invalid.",
|
|
6617
|
+
"type": "string",
|
|
6618
|
+
"default": "\"\""
|
|
6619
|
+
},
|
|
6620
|
+
{
|
|
6621
|
+
"name": "warn",
|
|
6622
|
+
"description": "Specify if the currently value is warn.",
|
|
6623
|
+
"type": "boolean",
|
|
6624
|
+
"default": "false"
|
|
6625
|
+
},
|
|
6626
|
+
{
|
|
6627
|
+
"name": "warn-text",
|
|
6628
|
+
"description": "Message which is displayed if the value is warn.",
|
|
6629
|
+
"type": "string",
|
|
6630
|
+
"default": "\"\""
|
|
6631
|
+
},
|
|
6632
|
+
{
|
|
6633
|
+
"name": "label-text",
|
|
6634
|
+
"description": "The label text.",
|
|
6635
|
+
"type": "string",
|
|
6636
|
+
"default": "\"\""
|
|
6637
|
+
},
|
|
6638
|
+
{
|
|
6639
|
+
"name": "inline",
|
|
6640
|
+
"description": "Specify whether you want the inline version of this control",
|
|
6641
|
+
"type": "boolean",
|
|
6642
|
+
"default": "false"
|
|
6643
|
+
},
|
|
6644
|
+
{
|
|
6645
|
+
"name": "multiple",
|
|
6646
|
+
"description": "`true` to enable multiple selection.",
|
|
6647
|
+
"type": "boolean"
|
|
6648
|
+
},
|
|
6649
|
+
{
|
|
6650
|
+
"name": "name",
|
|
6651
|
+
"description": "Name for the select in the `FormData`",
|
|
6652
|
+
"type": "string",
|
|
6653
|
+
"default": "\"\""
|
|
6654
|
+
},
|
|
6655
|
+
{
|
|
6656
|
+
"name": "pattern",
|
|
6657
|
+
"description": "Pattern to validate the select against for HTML validity checking",
|
|
6658
|
+
"type": "string",
|
|
6659
|
+
"default": "\"\""
|
|
6660
|
+
},
|
|
6661
|
+
{
|
|
6662
|
+
"name": "placeholder",
|
|
6663
|
+
"description": "Value to display when the select has an empty `value`",
|
|
6664
|
+
"type": "string",
|
|
6665
|
+
"default": "\"\""
|
|
6666
|
+
},
|
|
6667
|
+
{
|
|
6668
|
+
"name": "readonly",
|
|
6669
|
+
"description": "Controls the readonly state of the select",
|
|
6670
|
+
"type": "boolean",
|
|
6671
|
+
"default": "false"
|
|
6672
|
+
},
|
|
6673
|
+
{
|
|
6674
|
+
"name": "required",
|
|
6675
|
+
"description": "Boolean property to set the required status",
|
|
6676
|
+
"type": "boolean",
|
|
6677
|
+
"default": "false"
|
|
6678
|
+
},
|
|
6679
|
+
{
|
|
6680
|
+
"name": "required-validity-message",
|
|
6681
|
+
"description": "The special validity message for `required`.",
|
|
6682
|
+
"type": "string",
|
|
6683
|
+
"default": "\"Please fill out this field.\""
|
|
6684
|
+
},
|
|
6685
|
+
{
|
|
6686
|
+
"name": "selectedIndex",
|
|
6687
|
+
"description": "The selected index.",
|
|
6688
|
+
"type": "number"
|
|
6689
|
+
},
|
|
6690
|
+
{
|
|
6691
|
+
"name": "size",
|
|
6692
|
+
"description": "The input box size.",
|
|
6693
|
+
"type": "INPUT_SIZE",
|
|
6694
|
+
"default": "\"md\""
|
|
6695
|
+
},
|
|
6696
|
+
{
|
|
6697
|
+
"name": "value",
|
|
6698
|
+
"description": "The value of the text area.",
|
|
6699
|
+
"type": "string",
|
|
6700
|
+
"default": "\"\""
|
|
6701
|
+
}
|
|
6702
|
+
],
|
|
6703
|
+
"properties": [
|
|
6704
|
+
{
|
|
6705
|
+
"name": "isFluid",
|
|
6706
|
+
"attribute": "isFluid",
|
|
6707
|
+
"description": "Specify whether the textarea is fluid or not",
|
|
6708
|
+
"type": "boolean",
|
|
6709
|
+
"default": "false"
|
|
6710
|
+
},
|
|
6711
|
+
{
|
|
6712
|
+
"name": "length",
|
|
6713
|
+
"description": "The count of child `<option>`s.\nIf the placeholder is in effect, it includes the `<option>` for the placeholder.",
|
|
6714
|
+
"type": "number"
|
|
6715
|
+
},
|
|
6716
|
+
{
|
|
6717
|
+
"name": "options",
|
|
6718
|
+
"description": "The child `<option>`s.",
|
|
6719
|
+
"type": "HTMLOptionsCollection"
|
|
6720
|
+
},
|
|
6721
|
+
{
|
|
6722
|
+
"name": "type",
|
|
6723
|
+
"description": "This form control's type.",
|
|
6724
|
+
"type": "string"
|
|
6725
|
+
},
|
|
6726
|
+
{
|
|
6727
|
+
"name": "autofocus",
|
|
6728
|
+
"attribute": "autofocus",
|
|
6729
|
+
"description": "Sets the select to be focussed automatically on page load. Defaults to false",
|
|
6730
|
+
"type": "boolean",
|
|
6731
|
+
"default": "false"
|
|
6732
|
+
},
|
|
6733
|
+
{
|
|
6734
|
+
"name": "disabled",
|
|
6735
|
+
"attribute": "disabled",
|
|
6736
|
+
"description": "Controls the disabled state of the select",
|
|
6737
|
+
"type": "boolean",
|
|
6738
|
+
"default": "false"
|
|
6739
|
+
},
|
|
6740
|
+
{
|
|
6741
|
+
"name": "helperText",
|
|
6742
|
+
"attribute": "helper-text",
|
|
6743
|
+
"description": "The helper text.",
|
|
6744
|
+
"type": "string",
|
|
6745
|
+
"default": "\"\""
|
|
6746
|
+
},
|
|
6747
|
+
{
|
|
6748
|
+
"name": "hideLabel",
|
|
6749
|
+
"attribute": "hide-label",
|
|
6750
|
+
"description": "Specify whether the label should be hidden, or not",
|
|
6751
|
+
"type": "boolean",
|
|
6752
|
+
"default": "false"
|
|
6753
|
+
},
|
|
6754
|
+
{
|
|
6755
|
+
"name": "id",
|
|
6756
|
+
"attribute": "id",
|
|
6757
|
+
"description": "ID to link the `label` and `select`",
|
|
6758
|
+
"type": "string",
|
|
6759
|
+
"default": "\"\""
|
|
6760
|
+
},
|
|
6761
|
+
{
|
|
6762
|
+
"name": "invalid",
|
|
6763
|
+
"attribute": "invalid",
|
|
6764
|
+
"description": "Specify if the currently value is invalid.",
|
|
6765
|
+
"type": "boolean",
|
|
6766
|
+
"default": "false"
|
|
6767
|
+
},
|
|
6768
|
+
{
|
|
6769
|
+
"name": "invalidText",
|
|
6770
|
+
"attribute": "invalid-text",
|
|
6771
|
+
"description": "Message which is displayed if the value is invalid.",
|
|
6772
|
+
"type": "string",
|
|
6773
|
+
"default": "\"\""
|
|
6774
|
+
},
|
|
6775
|
+
{
|
|
6776
|
+
"name": "warn",
|
|
6777
|
+
"attribute": "warn",
|
|
6778
|
+
"description": "Specify if the currently value is warn.",
|
|
6779
|
+
"type": "boolean",
|
|
6780
|
+
"default": "false"
|
|
6781
|
+
},
|
|
6782
|
+
{
|
|
6783
|
+
"name": "warnText",
|
|
6784
|
+
"attribute": "warn-text",
|
|
6785
|
+
"description": "Message which is displayed if the value is warn.",
|
|
6786
|
+
"type": "string",
|
|
6787
|
+
"default": "\"\""
|
|
6788
|
+
},
|
|
6789
|
+
{
|
|
6790
|
+
"name": "labelText",
|
|
6791
|
+
"attribute": "label-text",
|
|
6792
|
+
"description": "The label text.",
|
|
6793
|
+
"type": "string",
|
|
6794
|
+
"default": "\"\""
|
|
6795
|
+
},
|
|
6796
|
+
{
|
|
6797
|
+
"name": "inline",
|
|
6798
|
+
"attribute": "inline",
|
|
6799
|
+
"description": "Specify whether you want the inline version of this control",
|
|
6800
|
+
"type": "boolean",
|
|
6801
|
+
"default": "false"
|
|
6802
|
+
},
|
|
6803
|
+
{
|
|
6804
|
+
"name": "multiple",
|
|
6805
|
+
"attribute": "multiple",
|
|
6806
|
+
"description": "`true` to enable multiple selection.",
|
|
6807
|
+
"type": "boolean"
|
|
6808
|
+
},
|
|
6809
|
+
{
|
|
6810
|
+
"name": "name",
|
|
6811
|
+
"attribute": "name",
|
|
6812
|
+
"description": "Name for the select in the `FormData`",
|
|
6813
|
+
"type": "string",
|
|
6814
|
+
"default": "\"\""
|
|
6815
|
+
},
|
|
6816
|
+
{
|
|
6817
|
+
"name": "pattern",
|
|
6818
|
+
"attribute": "pattern",
|
|
6819
|
+
"description": "Pattern to validate the select against for HTML validity checking",
|
|
6820
|
+
"type": "string",
|
|
6821
|
+
"default": "\"\""
|
|
6822
|
+
},
|
|
6823
|
+
{
|
|
6824
|
+
"name": "placeholder",
|
|
6825
|
+
"attribute": "placeholder",
|
|
6826
|
+
"description": "Value to display when the select has an empty `value`",
|
|
6827
|
+
"type": "string",
|
|
6828
|
+
"default": "\"\""
|
|
6829
|
+
},
|
|
6830
|
+
{
|
|
6831
|
+
"name": "readonly",
|
|
6832
|
+
"attribute": "readonly",
|
|
6833
|
+
"description": "Controls the readonly state of the select",
|
|
6834
|
+
"type": "boolean",
|
|
6835
|
+
"default": "false"
|
|
6836
|
+
},
|
|
6837
|
+
{
|
|
6838
|
+
"name": "required",
|
|
6839
|
+
"attribute": "required",
|
|
6840
|
+
"description": "Boolean property to set the required status",
|
|
6841
|
+
"type": "boolean",
|
|
6842
|
+
"default": "false"
|
|
6843
|
+
},
|
|
6844
|
+
{
|
|
6845
|
+
"name": "requiredValidityMessage",
|
|
6846
|
+
"attribute": "required-validity-message",
|
|
6847
|
+
"description": "The special validity message for `required`.",
|
|
6848
|
+
"type": "string",
|
|
6849
|
+
"default": "\"Please fill out this field.\""
|
|
6850
|
+
},
|
|
6851
|
+
{
|
|
6852
|
+
"name": "selectedIndex",
|
|
6853
|
+
"attribute": "selectedIndex",
|
|
6854
|
+
"description": "The selected index.",
|
|
6855
|
+
"type": "number"
|
|
6856
|
+
},
|
|
6857
|
+
{
|
|
6858
|
+
"name": "size",
|
|
6859
|
+
"attribute": "size",
|
|
6860
|
+
"description": "The input box size.",
|
|
6861
|
+
"type": "INPUT_SIZE",
|
|
6862
|
+
"default": "\"md\""
|
|
6863
|
+
},
|
|
6864
|
+
{
|
|
6865
|
+
"name": "value",
|
|
6866
|
+
"attribute": "value",
|
|
6867
|
+
"description": "The value of the text area.",
|
|
6868
|
+
"type": "string",
|
|
6869
|
+
"default": "\"\""
|
|
6870
|
+
},
|
|
6871
|
+
{
|
|
6872
|
+
"name": "shadowRootOptions",
|
|
6873
|
+
"type": "{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; registry?: CustomElementRegistry | undefined; }",
|
|
6874
|
+
"default": "{\"delegatesFocus\":true}"
|
|
6875
|
+
},
|
|
6876
|
+
{
|
|
6877
|
+
"name": "styles",
|
|
6878
|
+
"type": "array",
|
|
6879
|
+
"default": "[\"styles\",\"styles\"]"
|
|
6880
|
+
}
|
|
6881
|
+
],
|
|
6882
|
+
"events": [
|
|
6883
|
+
{
|
|
6884
|
+
"name": "cds-select-selected",
|
|
6885
|
+
"description": "The name of the custom event fired after an item is selected."
|
|
6886
|
+
}
|
|
6887
|
+
],
|
|
6888
|
+
"slots": [
|
|
6889
|
+
{
|
|
6890
|
+
"name": "helper-text",
|
|
6891
|
+
"description": "The helper text."
|
|
6892
|
+
},
|
|
6893
|
+
{
|
|
6894
|
+
"name": "label-text",
|
|
6895
|
+
"description": "The label text."
|
|
6896
|
+
},
|
|
6897
|
+
{
|
|
6898
|
+
"name": "validity-message",
|
|
6899
|
+
"description": "The validity message. If present and non-empty, this input shows the UI of its invalid state."
|
|
6900
|
+
}
|
|
6901
|
+
]
|
|
6902
|
+
},
|
|
6903
|
+
{
|
|
6904
|
+
"name": "cds-fluid-text-input-skeleton",
|
|
6905
|
+
"path": "./src/components/fluid-text-input/fluid-text-input-skeleton.ts",
|
|
6906
|
+
"description": "Fluid text area input.",
|
|
6907
|
+
"attributes": [
|
|
6908
|
+
{
|
|
6909
|
+
"name": "hide-label",
|
|
6910
|
+
"description": "Specify whether the label should be hidden, or not",
|
|
6911
|
+
"type": "boolean",
|
|
6912
|
+
"default": "false"
|
|
6913
|
+
}
|
|
6914
|
+
],
|
|
6915
|
+
"properties": [
|
|
6916
|
+
{
|
|
6917
|
+
"name": "hideLabel",
|
|
6918
|
+
"attribute": "hide-label",
|
|
6919
|
+
"description": "Specify whether the label should be hidden, or not",
|
|
6920
|
+
"type": "boolean",
|
|
6921
|
+
"default": "false"
|
|
6922
|
+
},
|
|
6923
|
+
{
|
|
6924
|
+
"name": "styles",
|
|
6925
|
+
"type": "array",
|
|
6926
|
+
"default": "[\"styles\",\"styles\"]"
|
|
6927
|
+
}
|
|
6928
|
+
]
|
|
6929
|
+
},
|
|
6930
|
+
{
|
|
6931
|
+
"name": "cds-fluid-text-input",
|
|
6932
|
+
"path": "./src/components/fluid-text-input/fluid-text-input.ts",
|
|
6933
|
+
"description": "Fluid text input.",
|
|
6934
|
+
"attributes": [
|
|
6935
|
+
{
|
|
6936
|
+
"name": "autocomplete",
|
|
6937
|
+
"description": "May be any of the standard HTML autocomplete options",
|
|
6938
|
+
"type": "string",
|
|
6939
|
+
"default": "\"\""
|
|
6940
|
+
},
|
|
6941
|
+
{
|
|
6942
|
+
"name": "autofocus",
|
|
6943
|
+
"description": "Sets the input to be focussed automatically on page load. Defaults to false",
|
|
6944
|
+
"type": "boolean",
|
|
6945
|
+
"default": "false"
|
|
6946
|
+
},
|
|
6947
|
+
{
|
|
6948
|
+
"name": "disabled",
|
|
6949
|
+
"description": "Controls the disabled state of the input",
|
|
6950
|
+
"type": "boolean",
|
|
6951
|
+
"default": "false"
|
|
6952
|
+
},
|
|
6953
|
+
{
|
|
6954
|
+
"name": "enable-counter",
|
|
6955
|
+
"description": "Specify whether to display the character counter",
|
|
6956
|
+
"type": "boolean",
|
|
6957
|
+
"default": "false"
|
|
6958
|
+
},
|
|
6959
|
+
{
|
|
6960
|
+
"name": "helper-text",
|
|
6961
|
+
"description": "The helper text.",
|
|
6962
|
+
"type": "string",
|
|
6963
|
+
"default": "\"\""
|
|
6964
|
+
},
|
|
6965
|
+
{
|
|
6966
|
+
"name": "invalid-text",
|
|
6967
|
+
"description": "Message which is displayed if the value is invalid.",
|
|
6968
|
+
"type": "string",
|
|
6969
|
+
"default": "\"\""
|
|
6970
|
+
},
|
|
6971
|
+
{
|
|
6972
|
+
"name": "max-count",
|
|
6973
|
+
"description": "Max character count allowed for input. This is needed in order for enableCounter to display"
|
|
6974
|
+
},
|
|
6975
|
+
{
|
|
6976
|
+
"name": "warn",
|
|
6977
|
+
"description": "Specify whether the control is currently in warning state",
|
|
6978
|
+
"type": "boolean",
|
|
6979
|
+
"default": "false"
|
|
6980
|
+
},
|
|
6981
|
+
{
|
|
6982
|
+
"name": "warn-text",
|
|
6983
|
+
"description": "Provide the text that is displayed when the control is in warning state",
|
|
6984
|
+
"type": "string",
|
|
6985
|
+
"default": "\"\""
|
|
6986
|
+
},
|
|
6987
|
+
{
|
|
6988
|
+
"name": "hide-label",
|
|
6989
|
+
"description": "Specify whether you want the underlying label to be visually hidden",
|
|
6990
|
+
"type": "boolean",
|
|
6991
|
+
"default": "false"
|
|
6992
|
+
},
|
|
6993
|
+
{
|
|
6994
|
+
"name": "label",
|
|
6995
|
+
"description": "Generic label that will be used as the textual representation of what this field is for",
|
|
6996
|
+
"type": "string",
|
|
6997
|
+
"default": "\"\""
|
|
6998
|
+
},
|
|
6999
|
+
{
|
|
7000
|
+
"name": "name",
|
|
7001
|
+
"description": "Name for the input in the `FormData`",
|
|
7002
|
+
"type": "string",
|
|
7003
|
+
"default": "\"\""
|
|
7004
|
+
},
|
|
7005
|
+
{
|
|
7006
|
+
"name": "pattern",
|
|
7007
|
+
"description": "Pattern to validate the input against for HTML validity checking",
|
|
7008
|
+
"type": "string",
|
|
7009
|
+
"default": "\"\""
|
|
7010
|
+
},
|
|
7011
|
+
{
|
|
7012
|
+
"name": "placeholder",
|
|
7013
|
+
"description": "Value to display when the input has an empty `value`",
|
|
7014
|
+
"type": "string",
|
|
7015
|
+
"default": "\"\""
|
|
7016
|
+
},
|
|
7017
|
+
{
|
|
7018
|
+
"name": "readonly",
|
|
7019
|
+
"description": "Specify if the component should be read-only",
|
|
7020
|
+
"type": "boolean",
|
|
7021
|
+
"default": "false"
|
|
7022
|
+
},
|
|
7023
|
+
{
|
|
7024
|
+
"name": "hidePasswordLabel",
|
|
7025
|
+
"description": "\"Hide password\" tooltip text on password visibility toggle",
|
|
7026
|
+
"type": "string",
|
|
7027
|
+
"default": "\"Hide password\"",
|
|
7028
|
+
"deprecatedMessage": "will be removed in the next major version, use `cds-password-input` instead"
|
|
7029
|
+
},
|
|
7030
|
+
{
|
|
7031
|
+
"name": "showPasswordLabel",
|
|
7032
|
+
"description": "\"Show password\" tooltip text on password visibility toggle",
|
|
7033
|
+
"type": "string",
|
|
7034
|
+
"default": "\"Show password\"",
|
|
7035
|
+
"deprecatedMessage": "will be removed in the next major version, use `cds-password-input` instead"
|
|
7036
|
+
},
|
|
7037
|
+
{
|
|
7038
|
+
"name": "show-password-visibility-toggle",
|
|
7039
|
+
"description": "Boolean property to render password visibility toggle",
|
|
7040
|
+
"type": "boolean",
|
|
7041
|
+
"default": "false",
|
|
7042
|
+
"deprecatedMessage": "will be removed in the next major version, use `cds-password-input` instead"
|
|
7043
|
+
},
|
|
7044
|
+
{
|
|
7045
|
+
"name": "size",
|
|
7046
|
+
"description": "The input box size.",
|
|
7047
|
+
"type": "INPUT_SIZE",
|
|
7048
|
+
"default": "\"md\""
|
|
7049
|
+
},
|
|
7050
|
+
{
|
|
7051
|
+
"name": "isFluid",
|
|
7052
|
+
"type": "boolean",
|
|
7053
|
+
"default": "false"
|
|
7054
|
+
},
|
|
7055
|
+
{
|
|
7056
|
+
"name": "inline",
|
|
7057
|
+
"description": "true to use the inline version.",
|
|
7058
|
+
"type": "boolean",
|
|
7059
|
+
"default": "false"
|
|
7060
|
+
},
|
|
7061
|
+
{
|
|
7062
|
+
"name": "tooltipAlignment",
|
|
7063
|
+
"description": "Specify the alignment of the tooltip to the icon-only button.\nCan be one of: start, center, or end.",
|
|
7064
|
+
"type": "INPUT_TOOLTIP_ALIGNMENT",
|
|
7065
|
+
"default": "\"center\""
|
|
7066
|
+
},
|
|
7067
|
+
{
|
|
7068
|
+
"name": "tooltipDirection",
|
|
7069
|
+
"description": "Specify the direction of the tooltip for icon-only buttons.\nCan be either top, right, bottom, or left.",
|
|
7070
|
+
"type": "INPUT_TOOLTIP_DIRECTION",
|
|
7071
|
+
"default": "\"bottom\""
|
|
7072
|
+
},
|
|
7073
|
+
{
|
|
7074
|
+
"name": "type",
|
|
7075
|
+
"description": "The type of the input. Can be one of the types listed in the INPUT_TYPE enum",
|
|
7076
|
+
"type": "INPUT_TYPE",
|
|
7077
|
+
"default": "\"text\""
|
|
7078
|
+
},
|
|
7079
|
+
{
|
|
7080
|
+
"name": "invalid",
|
|
7081
|
+
"description": "Specify if the currently value is invalid.",
|
|
7082
|
+
"type": "boolean",
|
|
7083
|
+
"default": "false"
|
|
7084
|
+
},
|
|
7085
|
+
{
|
|
7086
|
+
"name": "required",
|
|
7087
|
+
"description": "Boolean property to set the required status",
|
|
7088
|
+
"type": "boolean",
|
|
7089
|
+
"default": "false"
|
|
7090
|
+
},
|
|
7091
|
+
{
|
|
7092
|
+
"name": "required-validity-message",
|
|
7093
|
+
"description": "The special validity message for `required`.",
|
|
7094
|
+
"type": "string",
|
|
7095
|
+
"default": "\"Please fill out this field.\""
|
|
7096
|
+
},
|
|
7097
|
+
{
|
|
7098
|
+
"name": "validity-message",
|
|
7099
|
+
"description": "The validity message. If present and non-empty, this input shows the UI of its invalid state.",
|
|
7100
|
+
"type": "string",
|
|
7101
|
+
"default": "\"\""
|
|
7102
|
+
},
|
|
7103
|
+
{
|
|
7104
|
+
"name": "value",
|
|
7105
|
+
"description": "The value of the input.",
|
|
7106
|
+
"type": "string"
|
|
7107
|
+
}
|
|
7108
|
+
],
|
|
7109
|
+
"properties": [
|
|
7110
|
+
{
|
|
7111
|
+
"name": "autocomplete",
|
|
7112
|
+
"attribute": "autocomplete",
|
|
7113
|
+
"description": "May be any of the standard HTML autocomplete options",
|
|
7114
|
+
"type": "string",
|
|
7115
|
+
"default": "\"\""
|
|
7116
|
+
},
|
|
7117
|
+
{
|
|
7118
|
+
"name": "autofocus",
|
|
7119
|
+
"attribute": "autofocus",
|
|
7120
|
+
"description": "Sets the input to be focussed automatically on page load. Defaults to false",
|
|
7121
|
+
"type": "boolean",
|
|
7122
|
+
"default": "false"
|
|
7123
|
+
},
|
|
7124
|
+
{
|
|
7125
|
+
"name": "disabled",
|
|
7126
|
+
"attribute": "disabled",
|
|
7127
|
+
"description": "Controls the disabled state of the input",
|
|
7128
|
+
"type": "boolean",
|
|
7129
|
+
"default": "false"
|
|
7130
|
+
},
|
|
7131
|
+
{
|
|
7132
|
+
"name": "enableCounter",
|
|
7133
|
+
"attribute": "enable-counter",
|
|
7134
|
+
"description": "Specify whether to display the character counter",
|
|
7135
|
+
"type": "boolean",
|
|
7136
|
+
"default": "false"
|
|
7137
|
+
},
|
|
7138
|
+
{
|
|
7139
|
+
"name": "helperText",
|
|
7140
|
+
"attribute": "helper-text",
|
|
7141
|
+
"description": "The helper text.",
|
|
7142
|
+
"type": "string",
|
|
7143
|
+
"default": "\"\""
|
|
7144
|
+
},
|
|
7145
|
+
{
|
|
7146
|
+
"name": "invalidText",
|
|
7147
|
+
"attribute": "invalid-text",
|
|
7148
|
+
"description": "Message which is displayed if the value is invalid.",
|
|
7149
|
+
"type": "string",
|
|
7150
|
+
"default": "\"\""
|
|
7151
|
+
},
|
|
7152
|
+
{
|
|
7153
|
+
"name": "maxCount",
|
|
7154
|
+
"attribute": "max-count",
|
|
7155
|
+
"description": "Max character count allowed for input. This is needed in order for enableCounter to display"
|
|
7156
|
+
},
|
|
7157
|
+
{
|
|
7158
|
+
"name": "warn",
|
|
7159
|
+
"attribute": "warn",
|
|
7160
|
+
"description": "Specify whether the control is currently in warning state",
|
|
7161
|
+
"type": "boolean",
|
|
7162
|
+
"default": "false"
|
|
7163
|
+
},
|
|
7164
|
+
{
|
|
7165
|
+
"name": "warnText",
|
|
7166
|
+
"attribute": "warn-text",
|
|
7167
|
+
"description": "Provide the text that is displayed when the control is in warning state",
|
|
7168
|
+
"type": "string",
|
|
7169
|
+
"default": "\"\""
|
|
7170
|
+
},
|
|
7171
|
+
{
|
|
7172
|
+
"name": "hideLabel",
|
|
7173
|
+
"attribute": "hide-label",
|
|
7174
|
+
"description": "Specify whether you want the underlying label to be visually hidden",
|
|
7175
|
+
"type": "boolean",
|
|
7176
|
+
"default": "false"
|
|
7177
|
+
},
|
|
7178
|
+
{
|
|
7179
|
+
"name": "label",
|
|
7180
|
+
"attribute": "label",
|
|
7181
|
+
"description": "Generic label that will be used as the textual representation of what this field is for",
|
|
7182
|
+
"type": "string",
|
|
7183
|
+
"default": "\"\""
|
|
7184
|
+
},
|
|
7185
|
+
{
|
|
7186
|
+
"name": "name",
|
|
7187
|
+
"attribute": "name",
|
|
7188
|
+
"description": "Name for the input in the `FormData`",
|
|
7189
|
+
"type": "string",
|
|
7190
|
+
"default": "\"\""
|
|
7191
|
+
},
|
|
7192
|
+
{
|
|
7193
|
+
"name": "pattern",
|
|
7194
|
+
"attribute": "pattern",
|
|
7195
|
+
"description": "Pattern to validate the input against for HTML validity checking",
|
|
7196
|
+
"type": "string",
|
|
7197
|
+
"default": "\"\""
|
|
7198
|
+
},
|
|
7199
|
+
{
|
|
7200
|
+
"name": "placeholder",
|
|
7201
|
+
"attribute": "placeholder",
|
|
7202
|
+
"description": "Value to display when the input has an empty `value`",
|
|
7203
|
+
"type": "string",
|
|
7204
|
+
"default": "\"\""
|
|
7205
|
+
},
|
|
7206
|
+
{
|
|
7207
|
+
"name": "readonly",
|
|
7208
|
+
"attribute": "readonly",
|
|
7209
|
+
"description": "Specify if the component should be read-only",
|
|
7210
|
+
"type": "boolean",
|
|
7211
|
+
"default": "false"
|
|
7212
|
+
},
|
|
7213
|
+
{
|
|
7214
|
+
"name": "hidePasswordLabel",
|
|
7215
|
+
"attribute": "hidePasswordLabel",
|
|
7216
|
+
"description": "\"Hide password\" tooltip text on password visibility toggle",
|
|
7217
|
+
"type": "string",
|
|
7218
|
+
"default": "\"Hide password\"",
|
|
7219
|
+
"deprecatedMessage": "will be removed in the next major version, use `cds-password-input` instead"
|
|
7220
|
+
},
|
|
7221
|
+
{
|
|
7222
|
+
"name": "showPasswordLabel",
|
|
7223
|
+
"attribute": "showPasswordLabel",
|
|
7224
|
+
"description": "\"Show password\" tooltip text on password visibility toggle",
|
|
7225
|
+
"type": "string",
|
|
7226
|
+
"default": "\"Show password\"",
|
|
7227
|
+
"deprecatedMessage": "will be removed in the next major version, use `cds-password-input` instead"
|
|
7228
|
+
},
|
|
7229
|
+
{
|
|
7230
|
+
"name": "showPasswordVisibilityToggle",
|
|
7231
|
+
"attribute": "show-password-visibility-toggle",
|
|
7232
|
+
"description": "Boolean property to render password visibility toggle",
|
|
7233
|
+
"type": "boolean",
|
|
7234
|
+
"default": "false",
|
|
7235
|
+
"deprecatedMessage": "will be removed in the next major version, use `cds-password-input` instead"
|
|
6182
7236
|
},
|
|
6183
7237
|
{
|
|
6184
7238
|
"name": "size",
|
|
6185
7239
|
"attribute": "size",
|
|
6186
|
-
"description": "The
|
|
6187
|
-
"type": "
|
|
7240
|
+
"description": "The input box size.",
|
|
7241
|
+
"type": "INPUT_SIZE",
|
|
6188
7242
|
"default": "\"md\""
|
|
6189
7243
|
},
|
|
6190
7244
|
{
|
|
6191
|
-
"name": "
|
|
6192
|
-
"attribute": "
|
|
6193
|
-
"
|
|
6194
|
-
"
|
|
6195
|
-
"default": "\"uploading\""
|
|
7245
|
+
"name": "isFluid",
|
|
7246
|
+
"attribute": "isFluid",
|
|
7247
|
+
"type": "boolean",
|
|
7248
|
+
"default": "false"
|
|
6196
7249
|
},
|
|
6197
7250
|
{
|
|
6198
|
-
"name": "
|
|
6199
|
-
"attribute": "
|
|
6200
|
-
"description": "
|
|
6201
|
-
"type": "
|
|
6202
|
-
"default": "
|
|
7251
|
+
"name": "inline",
|
|
7252
|
+
"attribute": "inline",
|
|
7253
|
+
"description": "true to use the inline version.",
|
|
7254
|
+
"type": "boolean",
|
|
7255
|
+
"default": "false"
|
|
6203
7256
|
},
|
|
6204
7257
|
{
|
|
6205
|
-
"name": "
|
|
6206
|
-
"attribute": "
|
|
6207
|
-
"description": "
|
|
6208
|
-
"type": "
|
|
6209
|
-
"default": "\"\""
|
|
7258
|
+
"name": "tooltipAlignment",
|
|
7259
|
+
"attribute": "tooltipAlignment",
|
|
7260
|
+
"description": "Specify the alignment of the tooltip to the icon-only button.\nCan be one of: start, center, or end.",
|
|
7261
|
+
"type": "INPUT_TOOLTIP_ALIGNMENT",
|
|
7262
|
+
"default": "\"center\""
|
|
6210
7263
|
},
|
|
6211
7264
|
{
|
|
6212
|
-
"name": "
|
|
6213
|
-
"
|
|
6214
|
-
|
|
6215
|
-
|
|
6216
|
-
|
|
7265
|
+
"name": "tooltipDirection",
|
|
7266
|
+
"attribute": "tooltipDirection",
|
|
7267
|
+
"description": "Specify the direction of the tooltip for icon-only buttons.\nCan be either top, right, bottom, or left.",
|
|
7268
|
+
"type": "INPUT_TOOLTIP_DIRECTION",
|
|
7269
|
+
"default": "\"bottom\""
|
|
7270
|
+
},
|
|
6217
7271
|
{
|
|
6218
|
-
"name": "
|
|
6219
|
-
"
|
|
7272
|
+
"name": "type",
|
|
7273
|
+
"attribute": "type",
|
|
7274
|
+
"description": "The type of the input. Can be one of the types listed in the INPUT_TYPE enum",
|
|
7275
|
+
"type": "INPUT_TYPE",
|
|
7276
|
+
"default": "\"text\""
|
|
6220
7277
|
},
|
|
6221
7278
|
{
|
|
6222
|
-
"name": "
|
|
6223
|
-
"
|
|
6224
|
-
|
|
6225
|
-
|
|
6226
|
-
"slots": [
|
|
7279
|
+
"name": "shadowRootOptions",
|
|
7280
|
+
"type": "{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; registry?: CustomElementRegistry | undefined; }",
|
|
7281
|
+
"default": "{\"delegatesFocus\":true}"
|
|
7282
|
+
},
|
|
6227
7283
|
{
|
|
6228
|
-
"name": "
|
|
6229
|
-
"
|
|
7284
|
+
"name": "styles",
|
|
7285
|
+
"type": "array",
|
|
7286
|
+
"default": "[\"styles\",\"styles\"]"
|
|
6230
7287
|
},
|
|
6231
7288
|
{
|
|
6232
|
-
"name": "
|
|
6233
|
-
"
|
|
6234
|
-
|
|
6235
|
-
|
|
6236
|
-
|
|
6237
|
-
|
|
6238
|
-
"name": "cds-file-uploader-skeleton",
|
|
6239
|
-
"path": "./src/components/file-uploader/file-uploader-skeleton.ts",
|
|
6240
|
-
"description": "The File uploader skeleton."
|
|
6241
|
-
},
|
|
6242
|
-
{
|
|
6243
|
-
"name": "cds-file-uploader",
|
|
6244
|
-
"path": "./src/components/file-uploader/file-uploader.ts",
|
|
6245
|
-
"description": "The file uploader component.",
|
|
6246
|
-
"attributes": [
|
|
7289
|
+
"name": "invalid",
|
|
7290
|
+
"attribute": "invalid",
|
|
7291
|
+
"description": "Specify if the currently value is invalid.",
|
|
7292
|
+
"type": "boolean",
|
|
7293
|
+
"default": "false"
|
|
7294
|
+
},
|
|
6247
7295
|
{
|
|
6248
|
-
"name": "
|
|
6249
|
-
"
|
|
7296
|
+
"name": "required",
|
|
7297
|
+
"attribute": "required",
|
|
7298
|
+
"description": "Boolean property to set the required status",
|
|
6250
7299
|
"type": "boolean",
|
|
6251
7300
|
"default": "false"
|
|
6252
7301
|
},
|
|
6253
7302
|
{
|
|
6254
|
-
"name": "
|
|
6255
|
-
"
|
|
7303
|
+
"name": "requiredValidityMessage",
|
|
7304
|
+
"attribute": "required-validity-message",
|
|
7305
|
+
"description": "The special validity message for `required`.",
|
|
6256
7306
|
"type": "string",
|
|
6257
|
-
"default": "\"
|
|
7307
|
+
"default": "\"Please fill out this field.\""
|
|
6258
7308
|
},
|
|
6259
7309
|
{
|
|
6260
|
-
"name": "
|
|
6261
|
-
"
|
|
7310
|
+
"name": "validityMessage",
|
|
7311
|
+
"attribute": "validity-message",
|
|
7312
|
+
"description": "The validity message. If present and non-empty, this input shows the UI of its invalid state.",
|
|
6262
7313
|
"type": "string",
|
|
6263
7314
|
"default": "\"\""
|
|
7315
|
+
},
|
|
7316
|
+
{
|
|
7317
|
+
"name": "value",
|
|
7318
|
+
"attribute": "value",
|
|
7319
|
+
"description": "The value of the input.",
|
|
7320
|
+
"type": "string"
|
|
6264
7321
|
}
|
|
6265
7322
|
],
|
|
6266
|
-
"
|
|
7323
|
+
"events": [
|
|
6267
7324
|
{
|
|
6268
|
-
"name": "
|
|
6269
|
-
|
|
6270
|
-
|
|
6271
|
-
|
|
6272
|
-
"default": "false"
|
|
6273
|
-
},
|
|
7325
|
+
"name": "invalid"
|
|
7326
|
+
}
|
|
7327
|
+
],
|
|
7328
|
+
"slots": [
|
|
6274
7329
|
{
|
|
6275
|
-
"name": "
|
|
6276
|
-
"
|
|
6277
|
-
"description": "The description text.",
|
|
6278
|
-
"type": "string",
|
|
6279
|
-
"default": "\"\""
|
|
7330
|
+
"name": "helper-text",
|
|
7331
|
+
"description": "The helper text."
|
|
6280
7332
|
},
|
|
6281
7333
|
{
|
|
6282
|
-
"name": "
|
|
6283
|
-
"
|
|
6284
|
-
"description": "The label title.",
|
|
6285
|
-
"type": "string",
|
|
6286
|
-
"default": "\"\""
|
|
7334
|
+
"name": "label-text",
|
|
7335
|
+
"description": "The label text."
|
|
6287
7336
|
},
|
|
6288
7337
|
{
|
|
6289
|
-
"name": "
|
|
6290
|
-
"
|
|
7338
|
+
"name": "validity-message",
|
|
7339
|
+
"description": "The validity message. If present and non-empty, this input shows the UI of its invalid state."
|
|
6291
7340
|
}
|
|
6292
7341
|
]
|
|
6293
7342
|
},
|
|
6294
7343
|
{
|
|
6295
|
-
"name": "cds-fluid-
|
|
6296
|
-
"path": "./src/components/fluid-
|
|
7344
|
+
"name": "cds-fluid-textarea",
|
|
7345
|
+
"path": "./src/components/fluid-textarea/fluid-textarea-skeleton.ts",
|
|
6297
7346
|
"description": "Fluid text area input.",
|
|
6298
|
-
"attributes": [
|
|
6299
|
-
{
|
|
6300
|
-
"name": "hide-label",
|
|
6301
|
-
"description": "Specify whether the label should be hidden, or not",
|
|
6302
|
-
"type": "boolean",
|
|
6303
|
-
"default": "false"
|
|
6304
|
-
}
|
|
6305
|
-
],
|
|
6306
7347
|
"properties": [
|
|
6307
|
-
{
|
|
6308
|
-
"name": "hideLabel",
|
|
6309
|
-
"attribute": "hide-label",
|
|
6310
|
-
"description": "Specify whether the label should be hidden, or not",
|
|
6311
|
-
"type": "boolean",
|
|
6312
|
-
"default": "false"
|
|
6313
|
-
},
|
|
6314
7348
|
{
|
|
6315
7349
|
"name": "styles",
|
|
6316
7350
|
"type": "array",
|
|
@@ -6319,10 +7353,32 @@
|
|
|
6319
7353
|
]
|
|
6320
7354
|
},
|
|
6321
7355
|
{
|
|
6322
|
-
"name": "cds-fluid-
|
|
6323
|
-
"path": "./src/components/fluid-
|
|
6324
|
-
"description": "Fluid text input.",
|
|
7356
|
+
"name": "cds-fluid-textarea",
|
|
7357
|
+
"path": "./src/components/fluid-textarea/fluid-textarea.ts",
|
|
7358
|
+
"description": "Fluid text area input.",
|
|
6325
7359
|
"attributes": [
|
|
7360
|
+
{
|
|
7361
|
+
"name": "cols",
|
|
7362
|
+
"description": "The number of columns for the textarea to show by default"
|
|
7363
|
+
},
|
|
7364
|
+
{
|
|
7365
|
+
"name": "counter-mode",
|
|
7366
|
+
"description": "Specify the method used for calculating the counter number",
|
|
7367
|
+
"type": "\"character\" | \"word\"",
|
|
7368
|
+
"default": "\"character\""
|
|
7369
|
+
},
|
|
7370
|
+
{
|
|
7371
|
+
"name": "id",
|
|
7372
|
+
"description": "ID to link the `label` and `textarea`",
|
|
7373
|
+
"type": "string",
|
|
7374
|
+
"default": "\"\""
|
|
7375
|
+
},
|
|
7376
|
+
{
|
|
7377
|
+
"name": "rows",
|
|
7378
|
+
"description": "The number of rows for the textarea to show by default",
|
|
7379
|
+
"type": "number",
|
|
7380
|
+
"default": "4"
|
|
7381
|
+
},
|
|
6326
7382
|
{
|
|
6327
7383
|
"name": "autocomplete",
|
|
6328
7384
|
"description": "May be any of the standard HTML autocomplete options",
|
|
@@ -6395,7 +7451,7 @@
|
|
|
6395
7451
|
},
|
|
6396
7452
|
{
|
|
6397
7453
|
"name": "pattern",
|
|
6398
|
-
"description": "Pattern to validate the
|
|
7454
|
+
"description": "Pattern to validate the textarea against for HTML validity checking",
|
|
6399
7455
|
"type": "string",
|
|
6400
7456
|
"default": "\"\""
|
|
6401
7457
|
},
|
|
@@ -6440,6 +7496,7 @@
|
|
|
6440
7496
|
},
|
|
6441
7497
|
{
|
|
6442
7498
|
"name": "isFluid",
|
|
7499
|
+
"description": "Specify whether the textarea is fluid or not",
|
|
6443
7500
|
"type": "boolean",
|
|
6444
7501
|
"default": "false"
|
|
6445
7502
|
},
|
|
@@ -6498,6 +7555,32 @@
|
|
|
6498
7555
|
}
|
|
6499
7556
|
],
|
|
6500
7557
|
"properties": [
|
|
7558
|
+
{
|
|
7559
|
+
"name": "cols",
|
|
7560
|
+
"attribute": "cols",
|
|
7561
|
+
"description": "The number of columns for the textarea to show by default"
|
|
7562
|
+
},
|
|
7563
|
+
{
|
|
7564
|
+
"name": "counterMode",
|
|
7565
|
+
"attribute": "counter-mode",
|
|
7566
|
+
"description": "Specify the method used for calculating the counter number",
|
|
7567
|
+
"type": "\"character\" | \"word\"",
|
|
7568
|
+
"default": "\"character\""
|
|
7569
|
+
},
|
|
7570
|
+
{
|
|
7571
|
+
"name": "id",
|
|
7572
|
+
"attribute": "id",
|
|
7573
|
+
"description": "ID to link the `label` and `textarea`",
|
|
7574
|
+
"type": "string",
|
|
7575
|
+
"default": "\"\""
|
|
7576
|
+
},
|
|
7577
|
+
{
|
|
7578
|
+
"name": "rows",
|
|
7579
|
+
"attribute": "rows",
|
|
7580
|
+
"description": "The number of rows for the textarea to show by default",
|
|
7581
|
+
"type": "number",
|
|
7582
|
+
"default": "4"
|
|
7583
|
+
},
|
|
6501
7584
|
{
|
|
6502
7585
|
"name": "autocomplete",
|
|
6503
7586
|
"attribute": "autocomplete",
|
|
@@ -6583,7 +7666,7 @@
|
|
|
6583
7666
|
{
|
|
6584
7667
|
"name": "pattern",
|
|
6585
7668
|
"attribute": "pattern",
|
|
6586
|
-
"description": "Pattern to validate the
|
|
7669
|
+
"description": "Pattern to validate the textarea against for HTML validity checking",
|
|
6587
7670
|
"type": "string",
|
|
6588
7671
|
"default": "\"\""
|
|
6589
7672
|
},
|
|
@@ -6635,6 +7718,7 @@
|
|
|
6635
7718
|
{
|
|
6636
7719
|
"name": "isFluid",
|
|
6637
7720
|
"attribute": "isFluid",
|
|
7721
|
+
"description": "Specify whether the textarea is fluid or not",
|
|
6638
7722
|
"type": "boolean",
|
|
6639
7723
|
"default": "false"
|
|
6640
7724
|
},
|
|
@@ -6712,6 +7796,9 @@
|
|
|
6712
7796
|
}
|
|
6713
7797
|
],
|
|
6714
7798
|
"events": [
|
|
7799
|
+
{
|
|
7800
|
+
"name": "input"
|
|
7801
|
+
},
|
|
6715
7802
|
{
|
|
6716
7803
|
"name": "invalid"
|
|
6717
7804
|
}
|
|
@@ -13362,6 +14449,18 @@
|
|
|
13362
14449
|
"type": "boolean",
|
|
13363
14450
|
"default": "false"
|
|
13364
14451
|
},
|
|
14452
|
+
{
|
|
14453
|
+
"name": "warn",
|
|
14454
|
+
"description": "Specify whether the control is currently in warning state",
|
|
14455
|
+
"type": "boolean",
|
|
14456
|
+
"default": "false"
|
|
14457
|
+
},
|
|
14458
|
+
{
|
|
14459
|
+
"name": "warn-text",
|
|
14460
|
+
"description": "Provide the text that is displayed when the control is in warning state",
|
|
14461
|
+
"type": "string",
|
|
14462
|
+
"default": "\"\""
|
|
14463
|
+
},
|
|
13365
14464
|
{
|
|
13366
14465
|
"name": "label-position",
|
|
13367
14466
|
"description": "The label position.",
|
|
@@ -13453,6 +14552,20 @@
|
|
|
13453
14552
|
"type": "boolean",
|
|
13454
14553
|
"default": "false"
|
|
13455
14554
|
},
|
|
14555
|
+
{
|
|
14556
|
+
"name": "warn",
|
|
14557
|
+
"attribute": "warn",
|
|
14558
|
+
"description": "Specify whether the control is currently in warning state",
|
|
14559
|
+
"type": "boolean",
|
|
14560
|
+
"default": "false"
|
|
14561
|
+
},
|
|
14562
|
+
{
|
|
14563
|
+
"name": "warnText",
|
|
14564
|
+
"attribute": "warn-text",
|
|
14565
|
+
"description": "Provide the text that is displayed when the control is in warning state",
|
|
14566
|
+
"type": "string",
|
|
14567
|
+
"default": "\"\""
|
|
14568
|
+
},
|
|
13456
14569
|
{
|
|
13457
14570
|
"name": "labelPosition",
|
|
13458
14571
|
"attribute": "label-position",
|
|
@@ -13823,6 +14936,12 @@
|
|
|
13823
14936
|
"path": "./src/components/select/select.ts",
|
|
13824
14937
|
"description": "Select box.",
|
|
13825
14938
|
"attributes": [
|
|
14939
|
+
{
|
|
14940
|
+
"name": "isFluid",
|
|
14941
|
+
"description": "Specify whether the textarea is fluid or not",
|
|
14942
|
+
"type": "boolean",
|
|
14943
|
+
"default": "false"
|
|
14944
|
+
},
|
|
13826
14945
|
{
|
|
13827
14946
|
"name": "autofocus",
|
|
13828
14947
|
"description": "Sets the select to be focussed automatically on page load. Defaults to false",
|
|
@@ -13949,6 +15068,13 @@
|
|
|
13949
15068
|
}
|
|
13950
15069
|
],
|
|
13951
15070
|
"properties": [
|
|
15071
|
+
{
|
|
15072
|
+
"name": "isFluid",
|
|
15073
|
+
"attribute": "isFluid",
|
|
15074
|
+
"description": "Specify whether the textarea is fluid or not",
|
|
15075
|
+
"type": "boolean",
|
|
15076
|
+
"default": "false"
|
|
15077
|
+
},
|
|
13952
15078
|
{
|
|
13953
15079
|
"name": "length",
|
|
13954
15080
|
"description": "The count of child `<option>`s.\nIf the placeholder is in effect, it includes the `<option>` for the placeholder.",
|
|
@@ -17307,6 +18433,7 @@
|
|
|
17307
18433
|
},
|
|
17308
18434
|
{
|
|
17309
18435
|
"name": "isFluid",
|
|
18436
|
+
"description": "Specify whether the textarea is fluid or not",
|
|
17310
18437
|
"type": "boolean",
|
|
17311
18438
|
"default": "false"
|
|
17312
18439
|
},
|
|
@@ -17528,6 +18655,7 @@
|
|
|
17528
18655
|
{
|
|
17529
18656
|
"name": "isFluid",
|
|
17530
18657
|
"attribute": "isFluid",
|
|
18658
|
+
"description": "Specify whether the textarea is fluid or not",
|
|
17531
18659
|
"type": "boolean",
|
|
17532
18660
|
"default": "false"
|
|
17533
18661
|
},
|