@carbon/web-components 2.38.0 → 2.39.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.
Files changed (140) hide show
  1. package/custom-elements.json +643 -88
  2. package/dist/ai-label.min.js +1 -1
  3. package/dist/data-table.min.js +53 -42
  4. package/dist/date-picker.min.js +1 -1
  5. package/dist/feature-flags.min.js +1 -1
  6. package/dist/fluid-text-input.min.js +28 -0
  7. package/dist/menu-button.min.js +1 -1
  8. package/dist/modal.min.js +8 -8
  9. package/dist/notification.min.js +5 -3
  10. package/dist/number-input.min.js +1 -1
  11. package/dist/pagination.min.js +1 -1
  12. package/dist/password-input.min.js +1 -1
  13. package/dist/radio-button.min.js +4 -3
  14. package/dist/{search-5sjwuFeV.js → search-DRY-RtlJ.js} +1 -1
  15. package/dist/search.min.js +1 -1
  16. package/dist/{select-N1IlMFgF.js → select-Z7wZH7hh.js} +1 -1
  17. package/dist/select.min.js +1 -1
  18. package/dist/slug.min.js +1 -1
  19. package/dist/tabs.min.js +9 -8
  20. package/dist/{text-input-FSx1F405.js → text-input-B80oQMaX.js} +42 -36
  21. package/dist/text-input.min.js +2 -2
  22. package/dist/textarea.min.js +1 -1
  23. package/dist/toggle-tip.min.js +1 -1
  24. package/dist/toggle.min.js +1 -1
  25. package/es/components/ai-label/ai-label.scss.js +1 -1
  26. package/es/components/data-table/data-table.scss.js +1 -1
  27. package/es/components/data-table/table-batch-actions.d.ts +16 -1
  28. package/es/components/data-table/table-batch-actions.js +43 -5
  29. package/es/components/data-table/table-batch-actions.js.map +1 -1
  30. package/es/components/data-table/table-row.js +16 -9
  31. package/es/components/data-table/table-row.js.map +1 -1
  32. package/es/components/data-table/table.js +9 -2
  33. package/es/components/data-table/table.js.map +1 -1
  34. package/es/components/fluid-text-input/fluid-text-input-skeleton.d.ts +17 -0
  35. package/es/components/fluid-text-input/fluid-text-input-skeleton.js +38 -0
  36. package/es/components/fluid-text-input/fluid-text-input-skeleton.js.map +1 -0
  37. package/es/components/fluid-text-input/fluid-text-input.d.ts +19 -0
  38. package/es/components/fluid-text-input/fluid-text-input.js +49 -0
  39. package/es/components/fluid-text-input/fluid-text-input.js.map +1 -0
  40. package/es/components/fluid-text-input/fluid-text-input.scss.js +13 -0
  41. package/es/components/fluid-text-input/fluid-text-input.scss.js.map +1 -0
  42. package/es/components/fluid-text-input/index.d.ts +8 -0
  43. package/es/components/fluid-text-input/index.js +10 -0
  44. package/es/components/fluid-text-input/index.js.map +1 -0
  45. package/es/components/menu-button/defs.d.ts +4 -0
  46. package/es/components/menu-button/defs.js +4 -0
  47. package/es/components/menu-button/defs.js.map +1 -1
  48. package/es/components/modal/modal.scss.js +1 -1
  49. package/es/components/notification/toast-notification.js +7 -3
  50. package/es/components/notification/toast-notification.js.map +1 -1
  51. package/es/components/radio-button/radio-button-group.d.ts +4 -0
  52. package/es/components/radio-button/radio-button-group.js +22 -2
  53. package/es/components/radio-button/radio-button-group.js.map +1 -1
  54. package/es/components/radio-button/radio-button.d.ts +8 -0
  55. package/es/components/radio-button/radio-button.js +27 -0
  56. package/es/components/radio-button/radio-button.js.map +1 -1
  57. package/es/components/radio-button/radio-button.scss.js +1 -1
  58. package/es/components/slug/slug.scss.js +1 -1
  59. package/es/components/tabs/tab-skeleton.js +5 -1
  60. package/es/components/tabs/tab-skeleton.js.map +1 -1
  61. package/es/components/tabs/tabs-skeleton.d.ts +4 -0
  62. package/es/components/tabs/tabs-skeleton.js +11 -3
  63. package/es/components/tabs/tabs-skeleton.js.map +1 -1
  64. package/es/components/tabs/tabs.scss.js +1 -1
  65. package/es/components/text-input/text-input.d.ts +1 -0
  66. package/es/components/text-input/text-input.js +26 -11
  67. package/es/components/text-input/text-input.js.map +1 -1
  68. package/es/components/toggle/toggle.js +1 -1
  69. package/es/components/toggle/toggle.js.map +1 -1
  70. package/es/components/toggle/toggle.scss.js +1 -1
  71. package/es/components/toggle-tip/toggletip.scss.js +1 -1
  72. package/es/feature-flags/es/index.js +14 -0
  73. package/es/feature-flags/es/index.js.map +1 -1
  74. package/es-custom/components/ai-label/ai-label.scss.js +1 -1
  75. package/es-custom/components/data-table/data-table.scss.js +1 -1
  76. package/es-custom/components/data-table/table-batch-actions.d.ts +16 -1
  77. package/es-custom/components/data-table/table-batch-actions.js +43 -5
  78. package/es-custom/components/data-table/table-batch-actions.js.map +1 -1
  79. package/es-custom/components/data-table/table-row.js +16 -9
  80. package/es-custom/components/data-table/table-row.js.map +1 -1
  81. package/es-custom/components/data-table/table.js +9 -2
  82. package/es-custom/components/data-table/table.js.map +1 -1
  83. package/es-custom/components/fluid-text-input/fluid-text-input-skeleton.d.ts +17 -0
  84. package/es-custom/components/fluid-text-input/fluid-text-input-skeleton.js +38 -0
  85. package/es-custom/components/fluid-text-input/fluid-text-input-skeleton.js.map +1 -0
  86. package/es-custom/components/fluid-text-input/fluid-text-input.d.ts +19 -0
  87. package/es-custom/components/fluid-text-input/fluid-text-input.js +49 -0
  88. package/es-custom/components/fluid-text-input/fluid-text-input.js.map +1 -0
  89. package/es-custom/components/fluid-text-input/fluid-text-input.scss.js +13 -0
  90. package/es-custom/components/fluid-text-input/fluid-text-input.scss.js.map +1 -0
  91. package/es-custom/components/fluid-text-input/index.d.ts +8 -0
  92. package/es-custom/components/fluid-text-input/index.js +10 -0
  93. package/es-custom/components/fluid-text-input/index.js.map +1 -0
  94. package/es-custom/components/menu-button/defs.d.ts +4 -0
  95. package/es-custom/components/menu-button/defs.js +4 -0
  96. package/es-custom/components/menu-button/defs.js.map +1 -1
  97. package/es-custom/components/modal/modal.scss.js +1 -1
  98. package/es-custom/components/notification/toast-notification.js +7 -3
  99. package/es-custom/components/notification/toast-notification.js.map +1 -1
  100. package/es-custom/components/radio-button/radio-button-group.d.ts +4 -0
  101. package/es-custom/components/radio-button/radio-button-group.js +22 -2
  102. package/es-custom/components/radio-button/radio-button-group.js.map +1 -1
  103. package/es-custom/components/radio-button/radio-button.d.ts +8 -0
  104. package/es-custom/components/radio-button/radio-button.js +27 -0
  105. package/es-custom/components/radio-button/radio-button.js.map +1 -1
  106. package/es-custom/components/radio-button/radio-button.scss.js +1 -1
  107. package/es-custom/components/slug/slug.scss.js +1 -1
  108. package/es-custom/components/tabs/tab-skeleton.js +5 -1
  109. package/es-custom/components/tabs/tab-skeleton.js.map +1 -1
  110. package/es-custom/components/tabs/tabs-skeleton.d.ts +4 -0
  111. package/es-custom/components/tabs/tabs-skeleton.js +11 -3
  112. package/es-custom/components/tabs/tabs-skeleton.js.map +1 -1
  113. package/es-custom/components/tabs/tabs.scss.js +1 -1
  114. package/es-custom/components/text-input/text-input.d.ts +1 -0
  115. package/es-custom/components/text-input/text-input.js +26 -11
  116. package/es-custom/components/text-input/text-input.js.map +1 -1
  117. package/es-custom/components/toggle/toggle.js +1 -1
  118. package/es-custom/components/toggle/toggle.js.map +1 -1
  119. package/es-custom/components/toggle/toggle.scss.js +1 -1
  120. package/es-custom/components/toggle-tip/toggletip.scss.js +1 -1
  121. package/es-custom/feature-flags/es/index.js +14 -0
  122. package/es-custom/feature-flags/es/index.js.map +1 -1
  123. package/lib/components/data-table/table-batch-actions.d.ts +16 -1
  124. package/lib/components/fluid-text-input/fluid-text-input-skeleton.d.ts +17 -0
  125. package/lib/components/fluid-text-input/fluid-text-input.d.ts +19 -0
  126. package/lib/components/fluid-text-input/index.d.ts +8 -0
  127. package/lib/components/menu-button/defs.d.ts +4 -0
  128. package/lib/components/menu-button/defs.js +4 -0
  129. package/lib/components/menu-button/defs.js.map +1 -1
  130. package/lib/components/radio-button/radio-button-group.d.ts +4 -0
  131. package/lib/components/radio-button/radio-button.d.ts +8 -0
  132. package/lib/components/tabs/tabs-skeleton.d.ts +4 -0
  133. package/lib/components/text-input/text-input.d.ts +1 -0
  134. package/package.json +7 -7
  135. package/scss/components/data-table/_table-expandable.scss +49 -0
  136. package/scss/components/fluid-text-input/fluid-text-input.scss +25 -0
  137. package/scss/components/radio-button/radio-button.scss +2 -1
  138. package/scss/components/tabs/tabs.scss +50 -4
  139. package/scss/components/toggle/toggle.scss +11 -0
  140. package/telemetry.yml +5 -0
@@ -3747,6 +3747,12 @@
3747
3747
  "type": "number",
3748
3748
  "default": "0"
3749
3749
  },
3750
+ {
3751
+ "name": "total-rows-count",
3752
+ "description": "Numeric representation of the total number of items in a table.\nThis number is used in the select all button text\nThis property controls the rendering of the Select all button",
3753
+ "type": "number",
3754
+ "default": "0"
3755
+ },
3750
3756
  {
3751
3757
  "name": "size",
3752
3758
  "description": "The table size.",
@@ -3775,6 +3781,13 @@
3775
3781
  "type": "number",
3776
3782
  "default": "0"
3777
3783
  },
3784
+ {
3785
+ "name": "totalRowsCount",
3786
+ "attribute": "total-rows-count",
3787
+ "description": "Numeric representation of the total number of items in a table.\nThis number is used in the select all button text\nThis property controls the rendering of the Select all button",
3788
+ "type": "number",
3789
+ "default": "0"
3790
+ },
3778
3791
  {
3779
3792
  "name": "size",
3780
3793
  "attribute": "size",
@@ -3791,6 +3804,10 @@
3791
3804
  {
3792
3805
  "name": "cds-table-batch-actions-cancel-clicked",
3793
3806
  "description": "The custom event fired after the Cancel button is clicked."
3807
+ },
3808
+ {
3809
+ "name": "cds-table-batch-actions-select-all-clicked",
3810
+ "description": "The custom event fired after the Select all button is clicked."
3794
3811
  }
3795
3812
  ]
3796
3813
  },
@@ -6146,141 +6163,581 @@
6146
6163
  "default": "\"uploading\""
6147
6164
  },
6148
6165
  {
6149
- "name": "error-subject",
6150
- "description": "The error subject text.",
6166
+ "name": "error-subject",
6167
+ "description": "The error subject text.",
6168
+ "type": "string",
6169
+ "default": "\"\""
6170
+ },
6171
+ {
6172
+ "name": "error-body",
6173
+ "description": "The error body text",
6174
+ "type": "string",
6175
+ "default": "\"\""
6176
+ }
6177
+ ],
6178
+ "properties": [
6179
+ {
6180
+ "name": "iconDescription",
6181
+ "attribute": "icon-description",
6182
+ "description": "The `aria-label` attribute for the icon to delete this file uploader item.",
6183
+ "type": "string",
6184
+ "default": "\"Delete this file\""
6185
+ },
6186
+ {
6187
+ "name": "invalid",
6188
+ "attribute": "invalid",
6189
+ "description": "Controls the invalid state and visibility of the `validityMessage`.",
6190
+ "type": "boolean",
6191
+ "default": "false"
6192
+ },
6193
+ {
6194
+ "name": "size",
6195
+ "attribute": "size",
6196
+ "description": "The size of this file uploader item.",
6197
+ "type": "FILE_UPLOADER_ITEM_SIZE",
6198
+ "default": "\"md\""
6199
+ },
6200
+ {
6201
+ "name": "state",
6202
+ "attribute": "state",
6203
+ "description": "The state of this file uploader item.",
6204
+ "type": "FILE_UPLOADER_ITEM_STATE",
6205
+ "default": "\"uploading\""
6206
+ },
6207
+ {
6208
+ "name": "errorSubject",
6209
+ "attribute": "error-subject",
6210
+ "description": "The error subject text.",
6211
+ "type": "string",
6212
+ "default": "\"\""
6213
+ },
6214
+ {
6215
+ "name": "errorBody",
6216
+ "attribute": "error-body",
6217
+ "description": "The error body text",
6218
+ "type": "string",
6219
+ "default": "\"\""
6220
+ },
6221
+ {
6222
+ "name": "styles",
6223
+ "default": "\"styles\""
6224
+ }
6225
+ ],
6226
+ "events": [
6227
+ {
6228
+ "name": "cds-file-uploader-item-beingdeleted",
6229
+ "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."
6230
+ },
6231
+ {
6232
+ "name": "cds-file-uploader-item-deleted",
6233
+ "description": "The custom event fired after this file uploader item is deleted upon a user gesture."
6234
+ }
6235
+ ],
6236
+ "slots": [
6237
+ {
6238
+ "name": "validity",
6239
+ "description": "message The validity message."
6240
+ },
6241
+ {
6242
+ "name": "validity-message",
6243
+ "description": "supplement The supplemental validity message."
6244
+ }
6245
+ ]
6246
+ },
6247
+ {
6248
+ "name": "cds-file-uploader-skeleton",
6249
+ "path": "./src/components/file-uploader/file-uploader-skeleton.ts",
6250
+ "description": "The File uploader skeleton."
6251
+ },
6252
+ {
6253
+ "name": "cds-file-uploader",
6254
+ "path": "./src/components/file-uploader/file-uploader.ts",
6255
+ "description": "The file uploader component.",
6256
+ "attributes": [
6257
+ {
6258
+ "name": "disabled",
6259
+ "description": "`true` if the file uploader should disabled.",
6260
+ "type": "boolean",
6261
+ "default": "false"
6262
+ },
6263
+ {
6264
+ "name": "label-description",
6265
+ "description": "The description text.",
6266
+ "type": "string",
6267
+ "default": "\"\""
6268
+ },
6269
+ {
6270
+ "name": "label-title",
6271
+ "description": "The label title.",
6272
+ "type": "string",
6273
+ "default": "\"\""
6274
+ }
6275
+ ],
6276
+ "properties": [
6277
+ {
6278
+ "name": "disabled",
6279
+ "attribute": "disabled",
6280
+ "description": "`true` if the file uploader should disabled.",
6281
+ "type": "boolean",
6282
+ "default": "false"
6283
+ },
6284
+ {
6285
+ "name": "labelDescription",
6286
+ "attribute": "label-description",
6287
+ "description": "The description text.",
6288
+ "type": "string",
6289
+ "default": "\"\""
6290
+ },
6291
+ {
6292
+ "name": "labelTitle",
6293
+ "attribute": "label-title",
6294
+ "description": "The label title.",
6295
+ "type": "string",
6296
+ "default": "\"\""
6297
+ },
6298
+ {
6299
+ "name": "styles",
6300
+ "default": "\"styles\""
6301
+ }
6302
+ ]
6303
+ },
6304
+ {
6305
+ "name": "cds-fluid-text-input-skeleton",
6306
+ "path": "./src/components/fluid-text-input/fluid-text-input-skeleton.ts",
6307
+ "description": "Fluid text area input.",
6308
+ "attributes": [
6309
+ {
6310
+ "name": "hide-label",
6311
+ "description": "Specify whether the label should be hidden, or not",
6312
+ "type": "boolean",
6313
+ "default": "false"
6314
+ }
6315
+ ],
6316
+ "properties": [
6317
+ {
6318
+ "name": "hideLabel",
6319
+ "attribute": "hide-label",
6320
+ "description": "Specify whether the label should be hidden, or not",
6321
+ "type": "boolean",
6322
+ "default": "false"
6323
+ },
6324
+ {
6325
+ "name": "styles",
6326
+ "type": "array",
6327
+ "default": "[\"styles\",\"styles\"]"
6328
+ }
6329
+ ]
6330
+ },
6331
+ {
6332
+ "name": "cds-fluid-text-input",
6333
+ "path": "./src/components/fluid-text-input/fluid-text-input.ts",
6334
+ "description": "Fluid text input.",
6335
+ "attributes": [
6336
+ {
6337
+ "name": "autocomplete",
6338
+ "description": "May be any of the standard HTML autocomplete options",
6339
+ "type": "string",
6340
+ "default": "\"\""
6341
+ },
6342
+ {
6343
+ "name": "autofocus",
6344
+ "description": "Sets the input to be focussed automatically on page load. Defaults to false",
6345
+ "type": "boolean",
6346
+ "default": "false"
6347
+ },
6348
+ {
6349
+ "name": "disabled",
6350
+ "description": "Controls the disabled state of the input",
6351
+ "type": "boolean",
6352
+ "default": "false"
6353
+ },
6354
+ {
6355
+ "name": "enable-counter",
6356
+ "description": "Specify whether to display the character counter",
6357
+ "type": "boolean",
6358
+ "default": "false"
6359
+ },
6360
+ {
6361
+ "name": "helper-text",
6362
+ "description": "The helper text.",
6363
+ "type": "string",
6364
+ "default": "\"\""
6365
+ },
6366
+ {
6367
+ "name": "invalid-text",
6368
+ "description": "Message which is displayed if the value is invalid.",
6369
+ "type": "string",
6370
+ "default": "\"\""
6371
+ },
6372
+ {
6373
+ "name": "max-count",
6374
+ "description": "Max character count allowed for input. This is needed in order for enableCounter to display"
6375
+ },
6376
+ {
6377
+ "name": "warn",
6378
+ "description": "Specify whether the control is currently in warning state",
6379
+ "type": "boolean",
6380
+ "default": "false"
6381
+ },
6382
+ {
6383
+ "name": "warn-text",
6384
+ "description": "Provide the text that is displayed when the control is in warning state",
6385
+ "type": "string",
6386
+ "default": "\"\""
6387
+ },
6388
+ {
6389
+ "name": "hide-label",
6390
+ "description": "Specify whether you want the underlying label to be visually hidden",
6391
+ "type": "boolean",
6392
+ "default": "false"
6393
+ },
6394
+ {
6395
+ "name": "label",
6396
+ "description": "Generic label that will be used as the textual representation of what this field is for",
6397
+ "type": "string",
6398
+ "default": "\"\""
6399
+ },
6400
+ {
6401
+ "name": "name",
6402
+ "description": "Name for the input in the `FormData`",
6403
+ "type": "string",
6404
+ "default": "\"\""
6405
+ },
6406
+ {
6407
+ "name": "pattern",
6408
+ "description": "Pattern to validate the input against for HTML validity checking",
6409
+ "type": "string",
6410
+ "default": "\"\""
6411
+ },
6412
+ {
6413
+ "name": "placeholder",
6414
+ "description": "Value to display when the input has an empty `value`",
6415
+ "type": "string",
6416
+ "default": "\"\""
6417
+ },
6418
+ {
6419
+ "name": "readonly",
6420
+ "description": "Specify if the component should be read-only",
6421
+ "type": "boolean",
6422
+ "default": "false"
6423
+ },
6424
+ {
6425
+ "name": "hidePasswordLabel",
6426
+ "description": "\"Hide password\" tooltip text on password visibility toggle",
6427
+ "type": "string",
6428
+ "default": "\"Hide password\"",
6429
+ "deprecatedMessage": "will be removed in the next major version, use `cds-password-input` instead"
6430
+ },
6431
+ {
6432
+ "name": "showPasswordLabel",
6433
+ "description": "\"Show password\" tooltip text on password visibility toggle",
6434
+ "type": "string",
6435
+ "default": "\"Show password\"",
6436
+ "deprecatedMessage": "will be removed in the next major version, use `cds-password-input` instead"
6437
+ },
6438
+ {
6439
+ "name": "show-password-visibility-toggle",
6440
+ "description": "Boolean property to render password visibility toggle",
6441
+ "type": "boolean",
6442
+ "default": "false",
6443
+ "deprecatedMessage": "will be removed in the next major version, use `cds-password-input` instead"
6444
+ },
6445
+ {
6446
+ "name": "size",
6447
+ "description": "The input box size.",
6448
+ "type": "INPUT_SIZE",
6449
+ "default": "\"md\""
6450
+ },
6451
+ {
6452
+ "name": "isFluid",
6453
+ "type": "boolean",
6454
+ "default": "false"
6455
+ },
6456
+ {
6457
+ "name": "inline",
6458
+ "description": "true to use the inline version.",
6459
+ "type": "boolean",
6460
+ "default": "false"
6461
+ },
6462
+ {
6463
+ "name": "tooltipAlignment",
6464
+ "description": "Specify the alignment of the tooltip to the icon-only button.\nCan be one of: start, center, or end.",
6465
+ "type": "INPUT_TOOLTIP_ALIGNMENT",
6466
+ "default": "\"center\""
6467
+ },
6468
+ {
6469
+ "name": "tooltipDirection",
6470
+ "description": "Specify the direction of the tooltip for icon-only buttons.\nCan be either top, right, bottom, or left.",
6471
+ "type": "INPUT_TOOLTIP_DIRECTION",
6472
+ "default": "\"bottom\""
6473
+ },
6474
+ {
6475
+ "name": "type",
6476
+ "description": "The type of the input. Can be one of the types listed in the INPUT_TYPE enum",
6477
+ "type": "INPUT_TYPE",
6478
+ "default": "\"text\""
6479
+ },
6480
+ {
6481
+ "name": "invalid",
6482
+ "description": "Specify if the currently value is invalid.",
6483
+ "type": "boolean",
6484
+ "default": "false"
6485
+ },
6486
+ {
6487
+ "name": "required",
6488
+ "description": "Boolean property to set the required status",
6489
+ "type": "boolean",
6490
+ "default": "false"
6491
+ },
6492
+ {
6493
+ "name": "required-validity-message",
6494
+ "description": "The special validity message for `required`.",
6495
+ "type": "string",
6496
+ "default": "\"Please fill out this field.\""
6497
+ },
6498
+ {
6499
+ "name": "validity-message",
6500
+ "description": "The validity message. If present and non-empty, this input shows the UI of its invalid state.",
6501
+ "type": "string",
6502
+ "default": "\"\""
6503
+ },
6504
+ {
6505
+ "name": "value",
6506
+ "description": "The value of the input.",
6507
+ "type": "string"
6508
+ }
6509
+ ],
6510
+ "properties": [
6511
+ {
6512
+ "name": "autocomplete",
6513
+ "attribute": "autocomplete",
6514
+ "description": "May be any of the standard HTML autocomplete options",
6515
+ "type": "string",
6516
+ "default": "\"\""
6517
+ },
6518
+ {
6519
+ "name": "autofocus",
6520
+ "attribute": "autofocus",
6521
+ "description": "Sets the input to be focussed automatically on page load. Defaults to false",
6522
+ "type": "boolean",
6523
+ "default": "false"
6524
+ },
6525
+ {
6526
+ "name": "disabled",
6527
+ "attribute": "disabled",
6528
+ "description": "Controls the disabled state of the input",
6529
+ "type": "boolean",
6530
+ "default": "false"
6531
+ },
6532
+ {
6533
+ "name": "enableCounter",
6534
+ "attribute": "enable-counter",
6535
+ "description": "Specify whether to display the character counter",
6536
+ "type": "boolean",
6537
+ "default": "false"
6538
+ },
6539
+ {
6540
+ "name": "helperText",
6541
+ "attribute": "helper-text",
6542
+ "description": "The helper text.",
6543
+ "type": "string",
6544
+ "default": "\"\""
6545
+ },
6546
+ {
6547
+ "name": "invalidText",
6548
+ "attribute": "invalid-text",
6549
+ "description": "Message which is displayed if the value is invalid.",
6550
+ "type": "string",
6551
+ "default": "\"\""
6552
+ },
6553
+ {
6554
+ "name": "maxCount",
6555
+ "attribute": "max-count",
6556
+ "description": "Max character count allowed for input. This is needed in order for enableCounter to display"
6557
+ },
6558
+ {
6559
+ "name": "warn",
6560
+ "attribute": "warn",
6561
+ "description": "Specify whether the control is currently in warning state",
6562
+ "type": "boolean",
6563
+ "default": "false"
6564
+ },
6565
+ {
6566
+ "name": "warnText",
6567
+ "attribute": "warn-text",
6568
+ "description": "Provide the text that is displayed when the control is in warning state",
6569
+ "type": "string",
6570
+ "default": "\"\""
6571
+ },
6572
+ {
6573
+ "name": "hideLabel",
6574
+ "attribute": "hide-label",
6575
+ "description": "Specify whether you want the underlying label to be visually hidden",
6576
+ "type": "boolean",
6577
+ "default": "false"
6578
+ },
6579
+ {
6580
+ "name": "label",
6581
+ "attribute": "label",
6582
+ "description": "Generic label that will be used as the textual representation of what this field is for",
6583
+ "type": "string",
6584
+ "default": "\"\""
6585
+ },
6586
+ {
6587
+ "name": "name",
6588
+ "attribute": "name",
6589
+ "description": "Name for the input in the `FormData`",
6590
+ "type": "string",
6591
+ "default": "\"\""
6592
+ },
6593
+ {
6594
+ "name": "pattern",
6595
+ "attribute": "pattern",
6596
+ "description": "Pattern to validate the input against for HTML validity checking",
6597
+ "type": "string",
6598
+ "default": "\"\""
6599
+ },
6600
+ {
6601
+ "name": "placeholder",
6602
+ "attribute": "placeholder",
6603
+ "description": "Value to display when the input has an empty `value`",
6151
6604
  "type": "string",
6152
6605
  "default": "\"\""
6153
6606
  },
6154
6607
  {
6155
- "name": "error-body",
6156
- "description": "The error body text",
6608
+ "name": "readonly",
6609
+ "attribute": "readonly",
6610
+ "description": "Specify if the component should be read-only",
6611
+ "type": "boolean",
6612
+ "default": "false"
6613
+ },
6614
+ {
6615
+ "name": "hidePasswordLabel",
6616
+ "attribute": "hidePasswordLabel",
6617
+ "description": "\"Hide password\" tooltip text on password visibility toggle",
6157
6618
  "type": "string",
6158
- "default": "\"\""
6159
- }
6160
- ],
6161
- "properties": [
6619
+ "default": "\"Hide password\"",
6620
+ "deprecatedMessage": "will be removed in the next major version, use `cds-password-input` instead"
6621
+ },
6162
6622
  {
6163
- "name": "iconDescription",
6164
- "attribute": "icon-description",
6165
- "description": "The `aria-label` attribute for the icon to delete this file uploader item.",
6623
+ "name": "showPasswordLabel",
6624
+ "attribute": "showPasswordLabel",
6625
+ "description": "\"Show password\" tooltip text on password visibility toggle",
6166
6626
  "type": "string",
6167
- "default": "\"Delete this file\""
6627
+ "default": "\"Show password\"",
6628
+ "deprecatedMessage": "will be removed in the next major version, use `cds-password-input` instead"
6168
6629
  },
6169
6630
  {
6170
- "name": "invalid",
6171
- "attribute": "invalid",
6172
- "description": "Controls the invalid state and visibility of the `validityMessage`.",
6631
+ "name": "showPasswordVisibilityToggle",
6632
+ "attribute": "show-password-visibility-toggle",
6633
+ "description": "Boolean property to render password visibility toggle",
6173
6634
  "type": "boolean",
6174
- "default": "false"
6635
+ "default": "false",
6636
+ "deprecatedMessage": "will be removed in the next major version, use `cds-password-input` instead"
6175
6637
  },
6176
6638
  {
6177
6639
  "name": "size",
6178
6640
  "attribute": "size",
6179
- "description": "The size of this file uploader item.",
6180
- "type": "FILE_UPLOADER_ITEM_SIZE",
6641
+ "description": "The input box size.",
6642
+ "type": "INPUT_SIZE",
6181
6643
  "default": "\"md\""
6182
6644
  },
6183
6645
  {
6184
- "name": "state",
6185
- "attribute": "state",
6186
- "description": "The state of this file uploader item.",
6187
- "type": "FILE_UPLOADER_ITEM_STATE",
6188
- "default": "\"uploading\""
6646
+ "name": "isFluid",
6647
+ "attribute": "isFluid",
6648
+ "type": "boolean",
6649
+ "default": "false"
6189
6650
  },
6190
6651
  {
6191
- "name": "errorSubject",
6192
- "attribute": "error-subject",
6193
- "description": "The error subject text.",
6194
- "type": "string",
6195
- "default": "\"\""
6652
+ "name": "inline",
6653
+ "attribute": "inline",
6654
+ "description": "true to use the inline version.",
6655
+ "type": "boolean",
6656
+ "default": "false"
6196
6657
  },
6197
6658
  {
6198
- "name": "errorBody",
6199
- "attribute": "error-body",
6200
- "description": "The error body text",
6201
- "type": "string",
6202
- "default": "\"\""
6659
+ "name": "tooltipAlignment",
6660
+ "attribute": "tooltipAlignment",
6661
+ "description": "Specify the alignment of the tooltip to the icon-only button.\nCan be one of: start, center, or end.",
6662
+ "type": "INPUT_TOOLTIP_ALIGNMENT",
6663
+ "default": "\"center\""
6203
6664
  },
6204
6665
  {
6205
- "name": "styles",
6206
- "default": "\"styles\""
6207
- }
6208
- ],
6209
- "events": [
6666
+ "name": "tooltipDirection",
6667
+ "attribute": "tooltipDirection",
6668
+ "description": "Specify the direction of the tooltip for icon-only buttons.\nCan be either top, right, bottom, or left.",
6669
+ "type": "INPUT_TOOLTIP_DIRECTION",
6670
+ "default": "\"bottom\""
6671
+ },
6210
6672
  {
6211
- "name": "cds-file-uploader-item-beingdeleted",
6212
- "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."
6673
+ "name": "type",
6674
+ "attribute": "type",
6675
+ "description": "The type of the input. Can be one of the types listed in the INPUT_TYPE enum",
6676
+ "type": "INPUT_TYPE",
6677
+ "default": "\"text\""
6213
6678
  },
6214
6679
  {
6215
- "name": "cds-file-uploader-item-deleted",
6216
- "description": "The custom event fired after this file uploader item is deleted upon a user gesture."
6217
- }
6218
- ],
6219
- "slots": [
6680
+ "name": "shadowRootOptions",
6681
+ "type": "{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; registry?: CustomElementRegistry | undefined; }",
6682
+ "default": "{\"delegatesFocus\":true}"
6683
+ },
6220
6684
  {
6221
- "name": "validity",
6222
- "description": "message The validity message."
6685
+ "name": "styles",
6686
+ "type": "array",
6687
+ "default": "[\"styles\",\"styles\"]"
6223
6688
  },
6224
6689
  {
6225
- "name": "validity-message",
6226
- "description": "supplement The supplemental validity message."
6227
- }
6228
- ]
6229
- },
6230
- {
6231
- "name": "cds-file-uploader-skeleton",
6232
- "path": "./src/components/file-uploader/file-uploader-skeleton.ts",
6233
- "description": "The File uploader skeleton."
6234
- },
6235
- {
6236
- "name": "cds-file-uploader",
6237
- "path": "./src/components/file-uploader/file-uploader.ts",
6238
- "description": "The file uploader component.",
6239
- "attributes": [
6690
+ "name": "invalid",
6691
+ "attribute": "invalid",
6692
+ "description": "Specify if the currently value is invalid.",
6693
+ "type": "boolean",
6694
+ "default": "false"
6695
+ },
6240
6696
  {
6241
- "name": "disabled",
6242
- "description": "`true` if the file uploader should disabled.",
6697
+ "name": "required",
6698
+ "attribute": "required",
6699
+ "description": "Boolean property to set the required status",
6243
6700
  "type": "boolean",
6244
6701
  "default": "false"
6245
6702
  },
6246
6703
  {
6247
- "name": "label-description",
6248
- "description": "The description text.",
6704
+ "name": "requiredValidityMessage",
6705
+ "attribute": "required-validity-message",
6706
+ "description": "The special validity message for `required`.",
6249
6707
  "type": "string",
6250
- "default": "\"\""
6708
+ "default": "\"Please fill out this field.\""
6251
6709
  },
6252
6710
  {
6253
- "name": "label-title",
6254
- "description": "The label title.",
6711
+ "name": "validityMessage",
6712
+ "attribute": "validity-message",
6713
+ "description": "The validity message. If present and non-empty, this input shows the UI of its invalid state.",
6255
6714
  "type": "string",
6256
6715
  "default": "\"\""
6716
+ },
6717
+ {
6718
+ "name": "value",
6719
+ "attribute": "value",
6720
+ "description": "The value of the input.",
6721
+ "type": "string"
6257
6722
  }
6258
6723
  ],
6259
- "properties": [
6724
+ "events": [
6260
6725
  {
6261
- "name": "disabled",
6262
- "attribute": "disabled",
6263
- "description": "`true` if the file uploader should disabled.",
6264
- "type": "boolean",
6265
- "default": "false"
6266
- },
6726
+ "name": "invalid"
6727
+ }
6728
+ ],
6729
+ "slots": [
6267
6730
  {
6268
- "name": "labelDescription",
6269
- "attribute": "label-description",
6270
- "description": "The description text.",
6271
- "type": "string",
6272
- "default": "\"\""
6731
+ "name": "helper-text",
6732
+ "description": "The helper text."
6273
6733
  },
6274
6734
  {
6275
- "name": "labelTitle",
6276
- "attribute": "label-title",
6277
- "description": "The label title.",
6278
- "type": "string",
6279
- "default": "\"\""
6735
+ "name": "label-text",
6736
+ "description": "The label text."
6280
6737
  },
6281
6738
  {
6282
- "name": "styles",
6283
- "default": "\"styles\""
6739
+ "name": "validity-message",
6740
+ "description": "The validity message. If present and non-empty, this input shows the UI of its invalid state."
6284
6741
  }
6285
6742
  ]
6286
6743
  },
@@ -10193,6 +10650,11 @@
10193
10650
  "type": "INPUT_SIZE",
10194
10651
  "default": "\"md\""
10195
10652
  },
10653
+ {
10654
+ "name": "isFluid",
10655
+ "type": "boolean",
10656
+ "default": "false"
10657
+ },
10196
10658
  {
10197
10659
  "name": "inline",
10198
10660
  "description": "true to use the inline version.",
@@ -10454,6 +10916,12 @@
10454
10916
  "type": "INPUT_SIZE",
10455
10917
  "default": "\"md\""
10456
10918
  },
10919
+ {
10920
+ "name": "isFluid",
10921
+ "attribute": "isFluid",
10922
+ "type": "boolean",
10923
+ "default": "false"
10924
+ },
10457
10925
  {
10458
10926
  "name": "inline",
10459
10927
  "attribute": "inline",
@@ -11728,6 +12196,11 @@
11728
12196
  "type": "INPUT_SIZE",
11729
12197
  "default": "\"md\""
11730
12198
  },
12199
+ {
12200
+ "name": "isFluid",
12201
+ "type": "boolean",
12202
+ "default": "false"
12203
+ },
11731
12204
  {
11732
12205
  "name": "inline",
11733
12206
  "description": "true to use the inline version.",
@@ -11917,6 +12390,12 @@
11917
12390
  "type": "INPUT_SIZE",
11918
12391
  "default": "\"md\""
11919
12392
  },
12393
+ {
12394
+ "name": "isFluid",
12395
+ "attribute": "isFluid",
12396
+ "type": "boolean",
12397
+ "default": "false"
12398
+ },
11920
12399
  {
11921
12400
  "name": "inline",
11922
12401
  "attribute": "inline",
@@ -12536,6 +13015,12 @@
12536
13015
  "type": "boolean",
12537
13016
  "default": "false"
12538
13017
  },
13018
+ {
13019
+ "name": "required",
13020
+ "description": "`true` to specify if input selection in group is required.",
13021
+ "type": "boolean",
13022
+ "default": "false"
13023
+ },
12539
13024
  {
12540
13025
  "name": "value",
12541
13026
  "description": "The `value` attribute for the `<input>` for selection.",
@@ -12623,6 +13108,13 @@
12623
13108
  "type": "boolean",
12624
13109
  "default": "false"
12625
13110
  },
13111
+ {
13112
+ "name": "required",
13113
+ "attribute": "required",
13114
+ "description": "`true` to specify if input selection in group is required.",
13115
+ "type": "boolean",
13116
+ "default": "false"
13117
+ },
12626
13118
  {
12627
13119
  "name": "value",
12628
13120
  "attribute": "value",
@@ -12662,6 +13154,12 @@
12662
13154
  "type": "boolean",
12663
13155
  "default": "false"
12664
13156
  },
13157
+ {
13158
+ "name": "default-checked",
13159
+ "description": "Specify whether the `<radio-button>` should be checked by default",
13160
+ "type": "boolean",
13161
+ "default": "false"
13162
+ },
12665
13163
  {
12666
13164
  "name": "disabledItem",
12667
13165
  "description": "`true` if the radio button item should be disabled.",
@@ -12715,6 +13213,12 @@
12715
13213
  "type": "boolean",
12716
13214
  "default": "false"
12717
13215
  },
13216
+ {
13217
+ "name": "required",
13218
+ "description": "`true` if the radio button is required.",
13219
+ "type": "boolean",
13220
+ "default": "false"
13221
+ },
12718
13222
  {
12719
13223
  "name": "value",
12720
13224
  "description": "The `value` attribute for the `<input>` for selection.",
@@ -12736,6 +13240,13 @@
12736
13240
  "type": "boolean",
12737
13241
  "default": "false"
12738
13242
  },
13243
+ {
13244
+ "name": "defaultChecked",
13245
+ "attribute": "default-checked",
13246
+ "description": "Specify whether the `<radio-button>` should be checked by default",
13247
+ "type": "boolean",
13248
+ "default": "false"
13249
+ },
12739
13250
  {
12740
13251
  "name": "disabledItem",
12741
13252
  "attribute": "disabledItem",
@@ -12798,6 +13309,13 @@
12798
13309
  "type": "boolean",
12799
13310
  "default": "false"
12800
13311
  },
13312
+ {
13313
+ "name": "required",
13314
+ "attribute": "required",
13315
+ "description": "`true` if the radio button is required.",
13316
+ "type": "boolean",
13317
+ "default": "false"
13318
+ },
12801
13319
  {
12802
13320
  "name": "value",
12803
13321
  "attribute": "value",
@@ -15209,7 +15727,22 @@
15209
15727
  "name": "cds-tabs-skeleton",
15210
15728
  "path": "./src/components/tabs/tabs-skeleton.ts",
15211
15729
  "description": "Skeleton of tabs.",
15730
+ "attributes": [
15731
+ {
15732
+ "name": "contained",
15733
+ "description": "Provide the type of Tab",
15734
+ "type": "boolean",
15735
+ "default": "false"
15736
+ }
15737
+ ],
15212
15738
  "properties": [
15739
+ {
15740
+ "name": "contained",
15741
+ "attribute": "contained",
15742
+ "description": "Provide the type of Tab",
15743
+ "type": "boolean",
15744
+ "default": "false"
15745
+ },
15213
15746
  {
15214
15747
  "name": "styles",
15215
15748
  "default": "\"styles\""
@@ -16150,6 +16683,11 @@
16150
16683
  "type": "INPUT_SIZE",
16151
16684
  "default": "\"md\""
16152
16685
  },
16686
+ {
16687
+ "name": "isFluid",
16688
+ "type": "boolean",
16689
+ "default": "false"
16690
+ },
16153
16691
  {
16154
16692
  "name": "inline",
16155
16693
  "description": "true to use the inline version.",
@@ -16339,6 +16877,12 @@
16339
16877
  "type": "INPUT_SIZE",
16340
16878
  "default": "\"md\""
16341
16879
  },
16880
+ {
16881
+ "name": "isFluid",
16882
+ "attribute": "isFluid",
16883
+ "type": "boolean",
16884
+ "default": "false"
16885
+ },
16342
16886
  {
16343
16887
  "name": "inline",
16344
16888
  "attribute": "inline",
@@ -16583,6 +17127,11 @@
16583
17127
  "type": "INPUT_SIZE",
16584
17128
  "default": "\"md\""
16585
17129
  },
17130
+ {
17131
+ "name": "isFluid",
17132
+ "type": "boolean",
17133
+ "default": "false"
17134
+ },
16586
17135
  {
16587
17136
  "name": "inline",
16588
17137
  "description": "true to use the inline version.",
@@ -16798,6 +17347,12 @@
16798
17347
  "type": "INPUT_SIZE",
16799
17348
  "default": "\"md\""
16800
17349
  },
17350
+ {
17351
+ "name": "isFluid",
17352
+ "attribute": "isFluid",
17353
+ "type": "boolean",
17354
+ "default": "false"
17355
+ },
16801
17356
  {
16802
17357
  "name": "inline",
16803
17358
  "attribute": "inline",