@momentum-design/components 0.52.1 → 0.53.1

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.
@@ -3022,20 +3022,6 @@
3022
3022
  "module": "utils/mixins/FormInternalsMixin.js"
3023
3023
  }
3024
3024
  },
3025
- {
3026
- "kind": "field",
3027
- "name": "id",
3028
- "type": {
3029
- "text": "string"
3030
- },
3031
- "default": "`mdc-input-${uuidv4()}`",
3032
- "description": "The unique id of the input field. It is used to link the input field with the label.",
3033
- "attribute": "id",
3034
- "inheritedFrom": {
3035
- "name": "FormfieldWrapper",
3036
- "module": "components/formfieldwrapper/formfieldwrapper.component.js"
3037
- }
3038
- },
3039
3025
  {
3040
3026
  "kind": "field",
3041
3027
  "name": "dataAriaLabel",
@@ -3094,6 +3080,20 @@
3094
3080
  "module": "components/formfieldwrapper/formfieldwrapper.component.js"
3095
3081
  }
3096
3082
  },
3083
+ {
3084
+ "kind": "field",
3085
+ "name": "id",
3086
+ "type": {
3087
+ "text": "string"
3088
+ },
3089
+ "default": "''",
3090
+ "description": "The unique id of the input field. It is used to link the input field with the label.",
3091
+ "attribute": "id",
3092
+ "inheritedFrom": {
3093
+ "name": "FormfieldWrapper",
3094
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
3095
+ }
3096
+ },
3097
3097
  {
3098
3098
  "kind": "field",
3099
3099
  "name": "helpTextType",
@@ -7749,20 +7749,6 @@
7749
7749
  "module": "utils/mixins/FormInternalsMixin.js"
7750
7750
  }
7751
7751
  },
7752
- {
7753
- "kind": "field",
7754
- "name": "id",
7755
- "type": {
7756
- "text": "string"
7757
- },
7758
- "default": "`mdc-input-${uuidv4()}`",
7759
- "description": "The unique id of the input field. It is used to link the input field with the label.",
7760
- "attribute": "id",
7761
- "inheritedFrom": {
7762
- "name": "FormfieldWrapper",
7763
- "module": "components/formfieldwrapper/formfieldwrapper.component.js"
7764
- }
7765
- },
7766
7752
  {
7767
7753
  "kind": "field",
7768
7754
  "name": "dataAriaLabel",
@@ -7821,6 +7807,20 @@
7821
7807
  "module": "components/formfieldwrapper/formfieldwrapper.component.js"
7822
7808
  }
7823
7809
  },
7810
+ {
7811
+ "kind": "field",
7812
+ "name": "id",
7813
+ "type": {
7814
+ "text": "string"
7815
+ },
7816
+ "default": "''",
7817
+ "description": "The unique id of the input field. It is used to link the input field with the label.",
7818
+ "attribute": "id",
7819
+ "inheritedFrom": {
7820
+ "name": "FormfieldWrapper",
7821
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
7822
+ }
7823
+ },
7824
7824
  {
7825
7825
  "kind": "field",
7826
7826
  "name": "helpTextType",
@@ -8256,205 +8256,6 @@
8256
8256
  }
8257
8257
  ]
8258
8258
  },
8259
- {
8260
- "kind": "javascript-module",
8261
- "path": "components/inputchip/inputchip.component.js",
8262
- "declarations": [
8263
- {
8264
- "kind": "class",
8265
- "description": "mdc-inputchip component is an interactive chip that consumers can use to represent an input.\n\n- It supports a leading icon along with label.\n- It supports an error state for validation.\n- It supports a close button to remove the chip.",
8266
- "name": "InputChip",
8267
- "cssProperties": [
8268
- {
8269
- "description": "The color of the chip.",
8270
- "name": "--mdc-chip-color"
8271
- },
8272
- {
8273
- "description": "The border color of the chip.",
8274
- "name": "--mdc-chip-border-color"
8275
- },
8276
- {
8277
- "description": "The background color of the chip.",
8278
- "name": "--mdc-chip-background-color"
8279
- }
8280
- ],
8281
- "members": [
8282
- {
8283
- "kind": "field",
8284
- "name": "label",
8285
- "type": {
8286
- "text": "string"
8287
- },
8288
- "default": "''",
8289
- "description": "The label of the inputchip.\n\nWe recommend limiting the <b>maximum length of the label text to 20 characters</b>,\nincluding empty spaces to split words.",
8290
- "attribute": "label"
8291
- },
8292
- {
8293
- "kind": "field",
8294
- "name": "error",
8295
- "type": {
8296
- "text": "boolean"
8297
- },
8298
- "default": "false",
8299
- "description": "The error state of the inputchip.",
8300
- "attribute": "error"
8301
- },
8302
- {
8303
- "kind": "field",
8304
- "name": "clearAriaLabel",
8305
- "type": {
8306
- "text": "string"
8307
- },
8308
- "default": "''",
8309
- "description": "The aria-label of the close button.",
8310
- "attribute": "clear-aria-label"
8311
- },
8312
- {
8313
- "kind": "method",
8314
- "name": "renderIcon",
8315
- "privacy": "private",
8316
- "description": "Renders the icon element if available.",
8317
- "return": {
8318
- "type": {
8319
- "text": ""
8320
- }
8321
- }
8322
- },
8323
- {
8324
- "kind": "method",
8325
- "name": "handleClose",
8326
- "privacy": "private",
8327
- "description": "Handles the behavior of the close button on click event.",
8328
- "parameters": [
8329
- {
8330
- "description": "The event object.",
8331
- "name": "event"
8332
- }
8333
- ]
8334
- },
8335
- {
8336
- "kind": "field",
8337
- "name": "iconName",
8338
- "type": {
8339
- "text": "IconNames | undefined"
8340
- },
8341
- "description": "Name of the icon (= filename).\n\nIf no `icon-name` is provided, no icon will be rendered.",
8342
- "attribute": "icon-name",
8343
- "inheritedFrom": {
8344
- "name": "IconNameMixin",
8345
- "module": "utils/mixins/IconNameMixin.js"
8346
- }
8347
- },
8348
- {
8349
- "kind": "field",
8350
- "name": "disabled",
8351
- "type": {
8352
- "text": "boolean | undefined"
8353
- },
8354
- "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
8355
- "default": "undefined",
8356
- "attribute": "disabled",
8357
- "reflects": true,
8358
- "inheritedFrom": {
8359
- "name": "DisabledMixin",
8360
- "module": "utils/mixins/DisabledMixin.js"
8361
- }
8362
- }
8363
- ],
8364
- "events": [
8365
- {
8366
- "name": "remove",
8367
- "type": {
8368
- "text": "CustomEvent"
8369
- },
8370
- "description": "This event is dispatched when the close button is activated. It bubbles and is composed.",
8371
- "reactName": "onRemove"
8372
- }
8373
- ],
8374
- "attributes": [
8375
- {
8376
- "name": "label",
8377
- "type": {
8378
- "text": "string"
8379
- },
8380
- "default": "''",
8381
- "description": "The label of the inputchip.\n\nWe recommend limiting the <b>maximum length of the label text to 20 characters</b>,\nincluding empty spaces to split words.",
8382
- "fieldName": "label"
8383
- },
8384
- {
8385
- "name": "error",
8386
- "type": {
8387
- "text": "boolean"
8388
- },
8389
- "default": "false",
8390
- "description": "The error state of the inputchip.",
8391
- "fieldName": "error"
8392
- },
8393
- {
8394
- "name": "clear-aria-label",
8395
- "type": {
8396
- "text": "string"
8397
- },
8398
- "default": "''",
8399
- "description": "The aria-label of the close button.",
8400
- "fieldName": "clearAriaLabel"
8401
- },
8402
- {
8403
- "name": "icon-name",
8404
- "type": {
8405
- "text": "IconNames | undefined"
8406
- },
8407
- "description": "Name of the icon (= filename).\n\nIf no `icon-name` is provided, no icon will be rendered.",
8408
- "fieldName": "iconName",
8409
- "inheritedFrom": {
8410
- "name": "IconNameMixin",
8411
- "module": "src/utils/mixins/IconNameMixin.ts"
8412
- }
8413
- },
8414
- {
8415
- "name": "disabled",
8416
- "type": {
8417
- "text": "boolean | undefined"
8418
- },
8419
- "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
8420
- "default": "undefined",
8421
- "fieldName": "disabled",
8422
- "inheritedFrom": {
8423
- "name": "DisabledMixin",
8424
- "module": "src/utils/mixins/DisabledMixin.ts"
8425
- }
8426
- }
8427
- ],
8428
- "mixins": [
8429
- {
8430
- "name": "IconNameMixin",
8431
- "module": "/src/utils/mixins/IconNameMixin"
8432
- },
8433
- {
8434
- "name": "DisabledMixin",
8435
- "module": "/src/utils/mixins/DisabledMixin"
8436
- }
8437
- ],
8438
- "superclass": {
8439
- "name": "Component",
8440
- "module": "/src/models"
8441
- },
8442
- "tagName": "mdc-inputchip",
8443
- "jsDoc": "/**\n * mdc-inputchip component is an interactive chip that consumers can use to represent an input.\n *\n * - It supports a leading icon along with label.\n * - It supports an error state for validation.\n * - It supports a close button to remove the chip.\n *\n * @tagname mdc-inputchip\n *\n * @dependency mdc-button\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @event remove - This event is dispatched when the close button is activated. It bubbles and is composed.\n *\n * @cssproperty --mdc-chip-color - The color of the chip.\n * @cssproperty --mdc-chip-border-color - The border color of the chip.\n * @cssproperty --mdc-chip-background-color - The background color of the chip.\n *\n */",
8444
- "customElement": true
8445
- }
8446
- ],
8447
- "exports": [
8448
- {
8449
- "kind": "js",
8450
- "name": "default",
8451
- "declaration": {
8452
- "name": "InputChip",
8453
- "module": "components/inputchip/inputchip.component.js"
8454
- }
8455
- }
8456
- ]
8457
- },
8458
8259
  {
8459
8260
  "kind": "javascript-module",
8460
8261
  "path": "components/link/link.component.js",
@@ -9153,61 +8954,277 @@
9153
8954
  "type": {
9154
8955
  "text": "ListItemVariants"
9155
8956
  },
9156
- "description": "The variant of the list item. It can be a pill, rectangle or a full-width.",
9157
- "default": "'full-width'",
9158
- "fieldName": "variant"
8957
+ "description": "The variant of the list item. It can be a pill, rectangle or a full-width.",
8958
+ "default": "'full-width'",
8959
+ "fieldName": "variant"
8960
+ },
8961
+ {
8962
+ "name": "label",
8963
+ "type": {
8964
+ "text": "string | undefined"
8965
+ },
8966
+ "description": "The primary label of the list item.\nThis appears on the leading side of the list item.",
8967
+ "fieldName": "label"
8968
+ },
8969
+ {
8970
+ "name": "secondary-label",
8971
+ "type": {
8972
+ "text": "string | undefined"
8973
+ },
8974
+ "description": "The secondary label of the list item.\nThis appears on the leading side of the list item.",
8975
+ "fieldName": "secondaryLabel"
8976
+ },
8977
+ {
8978
+ "name": "tertiary-label",
8979
+ "type": {
8980
+ "text": "string | undefined"
8981
+ },
8982
+ "description": "The tertiary label of the list item.\nThis appears on the leading side of the list item.",
8983
+ "fieldName": "tertiaryLabel"
8984
+ },
8985
+ {
8986
+ "name": "side-header-text",
8987
+ "type": {
8988
+ "text": "string | undefined"
8989
+ },
8990
+ "description": "The header text of the list item.\nThis appears on the trailing side of the list item.",
8991
+ "fieldName": "sideHeaderText"
8992
+ },
8993
+ {
8994
+ "name": "subline-text",
8995
+ "type": {
8996
+ "text": "string | undefined"
8997
+ },
8998
+ "description": "The subline text of the list item.\nThis appears on the trailing side of the list item.",
8999
+ "fieldName": "sublineText"
9000
+ },
9001
+ {
9002
+ "name": "data-aria-label",
9003
+ "type": {
9004
+ "text": "string | null"
9005
+ },
9006
+ "default": "null",
9007
+ "description": "Defines a string value that labels the current element.\nThe Aria-Label attribute to be set for accessibility.",
9008
+ "fieldName": "dataAriaLabel",
9009
+ "inheritedFrom": {
9010
+ "name": "DataAriaLabelMixin",
9011
+ "module": "src/utils/mixins/DataAriaLabelMixin.ts"
9012
+ }
9013
+ },
9014
+ {
9015
+ "name": "disabled",
9016
+ "type": {
9017
+ "text": "boolean | undefined"
9018
+ },
9019
+ "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
9020
+ "default": "undefined",
9021
+ "fieldName": "disabled",
9022
+ "inheritedFrom": {
9023
+ "name": "DisabledMixin",
9024
+ "module": "src/utils/mixins/DisabledMixin.ts"
9025
+ }
9026
+ },
9027
+ {
9028
+ "name": "tabIndex",
9029
+ "type": {
9030
+ "text": "number"
9031
+ },
9032
+ "default": "0",
9033
+ "description": "This property specifies the tab order of the element.",
9034
+ "fieldName": "tabIndex",
9035
+ "inheritedFrom": {
9036
+ "name": "TabIndexMixin",
9037
+ "module": "src/utils/mixins/TabIndexMixin.ts"
9038
+ }
9039
+ }
9040
+ ],
9041
+ "mixins": [
9042
+ {
9043
+ "name": "DataAriaLabelMixin",
9044
+ "module": "/src/utils/mixins/DataAriaLabelMixin"
9045
+ },
9046
+ {
9047
+ "name": "DisabledMixin",
9048
+ "module": "/src/utils/mixins/DisabledMixin"
9049
+ },
9050
+ {
9051
+ "name": "TabIndexMixin",
9052
+ "module": "/src/utils/mixins/TabIndexMixin"
9053
+ }
9054
+ ],
9055
+ "superclass": {
9056
+ "name": "Component",
9057
+ "module": "/src/models"
9058
+ },
9059
+ "tagName": "mdc-listitem",
9060
+ "jsDoc": "/**\n * mdc-listitem component is used to display a label with different types of controls.\n * There can be three types of controls, a radio button, a checkbox on the\n * leading side and a toggle on the trailing side.\n * The list item can contain an avatar on the leading side and a badge on the trailing side.\n * Additionally, the list item can contain a side header and a subline text.\n *\n * The leading and trailing slots can be used to display controls and text. <br/>\n * Based on the leading/trailing slot, the position of the controls and text can be adjusted. <br/>\n * Please use mdc-list as a parent element even when there is only listitem for a11y purpose.\n *\n * @tagname mdc-listitem\n *\n * @dependency mdc-text\n *\n * @slot leading-controls - slot for list item controls to appear of leading end.\n * @slot leading-text-primary-label - slot for list item primary label.\n * @slot leading-text-secondary-label - slot for list item secondary label.\n * @slot leading-text-tertiary-label - slot for list item tertiary label.\n * @slot trailing-text-side-header - slot for list item side header text.\n * @slot trailing-text-subline - slot for list item subline text.\n * @slot trailing-controls - slot for list item controls to appear of trailing end.\n *\n * @cssproperty --mdc-listitem-default-background-color - Allows customization of the default background color.\n * @cssproperty --mdc-listitem-background-color-hover - Allows customization of the background color on hover.\n * @cssproperty --mdc-listitem-background-color-active - Allows customization of the background color when pressed.\n * @cssproperty --mdc-listitem-primary-label-color\n * - Allows customization of the primary label, side header and subline text slot color.\n * @cssproperty --mdc-listitem-secondary-label-color\n * - Allows customization of the secondary and tertiary label text slot color.\n * @cssproperty --mdc-listitem-disabled-color - Allows customization of the disabled color.\n * @cssproperty --mdc-listitem-column-gap - Allows customization of column gap.\n *\n * @event click - (React: onClick) This event is dispatched when the listitem is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the listitem.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the listitem.\n * @event focus - (React: onFocus) This event is dispatched when the listitem receives focus.\n */",
9061
+ "customElement": true
9062
+ }
9063
+ ],
9064
+ "exports": [
9065
+ {
9066
+ "kind": "js",
9067
+ "name": "default",
9068
+ "declaration": {
9069
+ "name": "ListItem",
9070
+ "module": "components/listitem/listitem.component.js"
9071
+ }
9072
+ }
9073
+ ]
9074
+ },
9075
+ {
9076
+ "kind": "javascript-module",
9077
+ "path": "components/inputchip/inputchip.component.js",
9078
+ "declarations": [
9079
+ {
9080
+ "kind": "class",
9081
+ "description": "mdc-inputchip component is an interactive chip that consumers can use to represent an input.\n\n- It supports a leading icon along with label.\n- It supports an error state for validation.\n- It supports a close button to remove the chip.",
9082
+ "name": "InputChip",
9083
+ "cssProperties": [
9084
+ {
9085
+ "description": "The color of the chip.",
9086
+ "name": "--mdc-chip-color"
9087
+ },
9088
+ {
9089
+ "description": "The border color of the chip.",
9090
+ "name": "--mdc-chip-border-color"
9091
+ },
9092
+ {
9093
+ "description": "The background color of the chip.",
9094
+ "name": "--mdc-chip-background-color"
9095
+ }
9096
+ ],
9097
+ "members": [
9098
+ {
9099
+ "kind": "field",
9100
+ "name": "label",
9101
+ "type": {
9102
+ "text": "string"
9103
+ },
9104
+ "default": "''",
9105
+ "description": "The label of the inputchip.\n\nWe recommend limiting the <b>maximum length of the label text to 20 characters</b>,\nincluding empty spaces to split words.",
9106
+ "attribute": "label"
9107
+ },
9108
+ {
9109
+ "kind": "field",
9110
+ "name": "error",
9111
+ "type": {
9112
+ "text": "boolean"
9113
+ },
9114
+ "default": "false",
9115
+ "description": "The error state of the inputchip.",
9116
+ "attribute": "error"
9117
+ },
9118
+ {
9119
+ "kind": "field",
9120
+ "name": "clearAriaLabel",
9121
+ "type": {
9122
+ "text": "string"
9123
+ },
9124
+ "default": "''",
9125
+ "description": "The aria-label of the close button.",
9126
+ "attribute": "clear-aria-label"
9127
+ },
9128
+ {
9129
+ "kind": "method",
9130
+ "name": "renderIcon",
9131
+ "privacy": "private",
9132
+ "description": "Renders the icon element if available.",
9133
+ "return": {
9134
+ "type": {
9135
+ "text": ""
9136
+ }
9137
+ }
9138
+ },
9139
+ {
9140
+ "kind": "method",
9141
+ "name": "handleClose",
9142
+ "privacy": "private",
9143
+ "description": "Handles the behavior of the close button on click event.",
9144
+ "parameters": [
9145
+ {
9146
+ "description": "The event object.",
9147
+ "name": "event"
9148
+ }
9149
+ ]
9150
+ },
9151
+ {
9152
+ "kind": "field",
9153
+ "name": "iconName",
9154
+ "type": {
9155
+ "text": "IconNames | undefined"
9156
+ },
9157
+ "description": "Name of the icon (= filename).\n\nIf no `icon-name` is provided, no icon will be rendered.",
9158
+ "attribute": "icon-name",
9159
+ "inheritedFrom": {
9160
+ "name": "IconNameMixin",
9161
+ "module": "utils/mixins/IconNameMixin.js"
9162
+ }
9159
9163
  },
9160
9164
  {
9161
- "name": "label",
9165
+ "kind": "field",
9166
+ "name": "disabled",
9162
9167
  "type": {
9163
- "text": "string | undefined"
9168
+ "text": "boolean | undefined"
9164
9169
  },
9165
- "description": "The primary label of the list item.\nThis appears on the leading side of the list item.",
9166
- "fieldName": "label"
9167
- },
9170
+ "description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
9171
+ "default": "undefined",
9172
+ "attribute": "disabled",
9173
+ "reflects": true,
9174
+ "inheritedFrom": {
9175
+ "name": "DisabledMixin",
9176
+ "module": "utils/mixins/DisabledMixin.js"
9177
+ }
9178
+ }
9179
+ ],
9180
+ "events": [
9168
9181
  {
9169
- "name": "secondary-label",
9182
+ "name": "remove",
9170
9183
  "type": {
9171
- "text": "string | undefined"
9184
+ "text": "CustomEvent"
9172
9185
  },
9173
- "description": "The secondary label of the list item.\nThis appears on the leading side of the list item.",
9174
- "fieldName": "secondaryLabel"
9175
- },
9186
+ "description": "This event is dispatched when the close button is activated. It bubbles and is composed.",
9187
+ "reactName": "onRemove"
9188
+ }
9189
+ ],
9190
+ "attributes": [
9176
9191
  {
9177
- "name": "tertiary-label",
9192
+ "name": "label",
9178
9193
  "type": {
9179
- "text": "string | undefined"
9194
+ "text": "string"
9180
9195
  },
9181
- "description": "The tertiary label of the list item.\nThis appears on the leading side of the list item.",
9182
- "fieldName": "tertiaryLabel"
9196
+ "default": "''",
9197
+ "description": "The label of the inputchip.\n\nWe recommend limiting the <b>maximum length of the label text to 20 characters</b>,\nincluding empty spaces to split words.",
9198
+ "fieldName": "label"
9183
9199
  },
9184
9200
  {
9185
- "name": "side-header-text",
9201
+ "name": "error",
9186
9202
  "type": {
9187
- "text": "string | undefined"
9203
+ "text": "boolean"
9188
9204
  },
9189
- "description": "The header text of the list item.\nThis appears on the trailing side of the list item.",
9190
- "fieldName": "sideHeaderText"
9205
+ "default": "false",
9206
+ "description": "The error state of the inputchip.",
9207
+ "fieldName": "error"
9191
9208
  },
9192
9209
  {
9193
- "name": "subline-text",
9210
+ "name": "clear-aria-label",
9194
9211
  "type": {
9195
- "text": "string | undefined"
9212
+ "text": "string"
9196
9213
  },
9197
- "description": "The subline text of the list item.\nThis appears on the trailing side of the list item.",
9198
- "fieldName": "sublineText"
9214
+ "default": "''",
9215
+ "description": "The aria-label of the close button.",
9216
+ "fieldName": "clearAriaLabel"
9199
9217
  },
9200
9218
  {
9201
- "name": "data-aria-label",
9219
+ "name": "icon-name",
9202
9220
  "type": {
9203
- "text": "string | null"
9221
+ "text": "IconNames | undefined"
9204
9222
  },
9205
- "default": "null",
9206
- "description": "Defines a string value that labels the current element.\nThe Aria-Label attribute to be set for accessibility.",
9207
- "fieldName": "dataAriaLabel",
9223
+ "description": "Name of the icon (= filename).\n\nIf no `icon-name` is provided, no icon will be rendered.",
9224
+ "fieldName": "iconName",
9208
9225
  "inheritedFrom": {
9209
- "name": "DataAriaLabelMixin",
9210
- "module": "src/utils/mixins/DataAriaLabelMixin.ts"
9226
+ "name": "IconNameMixin",
9227
+ "module": "src/utils/mixins/IconNameMixin.ts"
9211
9228
  }
9212
9229
  },
9213
9230
  {
@@ -9222,41 +9239,24 @@
9222
9239
  "name": "DisabledMixin",
9223
9240
  "module": "src/utils/mixins/DisabledMixin.ts"
9224
9241
  }
9225
- },
9226
- {
9227
- "name": "tabIndex",
9228
- "type": {
9229
- "text": "number"
9230
- },
9231
- "default": "0",
9232
- "description": "This property specifies the tab order of the element.",
9233
- "fieldName": "tabIndex",
9234
- "inheritedFrom": {
9235
- "name": "TabIndexMixin",
9236
- "module": "src/utils/mixins/TabIndexMixin.ts"
9237
- }
9238
9242
  }
9239
9243
  ],
9240
9244
  "mixins": [
9241
9245
  {
9242
- "name": "DataAriaLabelMixin",
9243
- "module": "/src/utils/mixins/DataAriaLabelMixin"
9246
+ "name": "IconNameMixin",
9247
+ "module": "/src/utils/mixins/IconNameMixin"
9244
9248
  },
9245
9249
  {
9246
9250
  "name": "DisabledMixin",
9247
9251
  "module": "/src/utils/mixins/DisabledMixin"
9248
- },
9249
- {
9250
- "name": "TabIndexMixin",
9251
- "module": "/src/utils/mixins/TabIndexMixin"
9252
9252
  }
9253
9253
  ],
9254
9254
  "superclass": {
9255
9255
  "name": "Component",
9256
9256
  "module": "/src/models"
9257
9257
  },
9258
- "tagName": "mdc-listitem",
9259
- "jsDoc": "/**\n * mdc-listitem component is used to display a label with different types of controls.\n * There can be three types of controls, a radio button, a checkbox on the\n * leading side and a toggle on the trailing side.\n * The list item can contain an avatar on the leading side and a badge on the trailing side.\n * Additionally, the list item can contain a side header and a subline text.\n *\n * The leading and trailing slots can be used to display controls and text. <br/>\n * Based on the leading/trailing slot, the position of the controls and text can be adjusted. <br/>\n * Please use mdc-list as a parent element even when there is only listitem for a11y purpose.\n *\n * @tagname mdc-listitem\n *\n * @dependency mdc-text\n *\n * @slot leading-controls - slot for list item controls to appear of leading end.\n * @slot leading-text-primary-label - slot for list item primary label.\n * @slot leading-text-secondary-label - slot for list item secondary label.\n * @slot leading-text-tertiary-label - slot for list item tertiary label.\n * @slot trailing-text-side-header - slot for list item side header text.\n * @slot trailing-text-subline - slot for list item subline text.\n * @slot trailing-controls - slot for list item controls to appear of trailing end.\n *\n * @cssproperty --mdc-listitem-default-background-color - Allows customization of the default background color.\n * @cssproperty --mdc-listitem-background-color-hover - Allows customization of the background color on hover.\n * @cssproperty --mdc-listitem-background-color-active - Allows customization of the background color when pressed.\n * @cssproperty --mdc-listitem-primary-label-color\n * - Allows customization of the primary label, side header and subline text slot color.\n * @cssproperty --mdc-listitem-secondary-label-color\n * - Allows customization of the secondary and tertiary label text slot color.\n * @cssproperty --mdc-listitem-disabled-color - Allows customization of the disabled color.\n * @cssproperty --mdc-listitem-column-gap - Allows customization of column gap.\n *\n * @event click - (React: onClick) This event is dispatched when the listitem is clicked.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the listitem.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the listitem.\n * @event focus - (React: onFocus) This event is dispatched when the listitem receives focus.\n */",
9258
+ "tagName": "mdc-inputchip",
9259
+ "jsDoc": "/**\n * mdc-inputchip component is an interactive chip that consumers can use to represent an input.\n *\n * - It supports a leading icon along with label.\n * - It supports an error state for validation.\n * - It supports a close button to remove the chip.\n *\n * @tagname mdc-inputchip\n *\n * @dependency mdc-button\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @event remove - This event is dispatched when the close button is activated. It bubbles and is composed.\n *\n * @cssproperty --mdc-chip-color - The color of the chip.\n * @cssproperty --mdc-chip-border-color - The border color of the chip.\n * @cssproperty --mdc-chip-background-color - The background color of the chip.\n *\n */",
9260
9260
  "customElement": true
9261
9261
  }
9262
9262
  ],
@@ -9265,8 +9265,8 @@
9265
9265
  "kind": "js",
9266
9266
  "name": "default",
9267
9267
  "declaration": {
9268
- "name": "ListItem",
9269
- "module": "components/listitem/listitem.component.js"
9268
+ "name": "InputChip",
9269
+ "module": "components/inputchip/inputchip.component.js"
9270
9270
  }
9271
9271
  }
9272
9272
  ]
@@ -9755,15 +9755,6 @@
9755
9755
  "module": "utils/mixins/FormInternalsMixin.js"
9756
9756
  }
9757
9757
  },
9758
- {
9759
- "kind": "field",
9760
- "name": "id",
9761
- "default": "`mdc-input-${uuidv4()}`",
9762
- "inheritedFrom": {
9763
- "name": "FormInternalsMixin",
9764
- "module": "utils/mixins/FormInternalsMixin.js"
9765
- }
9766
- },
9767
9758
  {
9768
9759
  "kind": "field",
9769
9760
  "name": "dataAriaLabel",
@@ -13025,20 +13016,6 @@
13025
13016
  "module": "utils/mixins/FormInternalsMixin.js"
13026
13017
  }
13027
13018
  },
13028
- {
13029
- "kind": "field",
13030
- "name": "id",
13031
- "type": {
13032
- "text": "string"
13033
- },
13034
- "default": "`mdc-input-${uuidv4()}`",
13035
- "description": "The unique id of the input field. It is used to link the input field with the label.",
13036
- "attribute": "id",
13037
- "inheritedFrom": {
13038
- "name": "FormfieldWrapper",
13039
- "module": "components/formfieldwrapper/formfieldwrapper.component.js"
13040
- }
13041
- },
13042
13019
  {
13043
13020
  "kind": "field",
13044
13021
  "name": "dataAriaLabel",
@@ -13097,6 +13074,20 @@
13097
13074
  "module": "components/formfieldwrapper/formfieldwrapper.component.js"
13098
13075
  }
13099
13076
  },
13077
+ {
13078
+ "kind": "field",
13079
+ "name": "id",
13080
+ "type": {
13081
+ "text": "string"
13082
+ },
13083
+ "default": "''",
13084
+ "description": "The unique id of the input field. It is used to link the input field with the label.",
13085
+ "attribute": "id",
13086
+ "inheritedFrom": {
13087
+ "name": "FormfieldWrapper",
13088
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
13089
+ }
13090
+ },
13100
13091
  {
13101
13092
  "kind": "field",
13102
13093
  "name": "helpTextType",
@@ -14082,20 +14073,6 @@
14082
14073
  "module": "utils/mixins/FormInternalsMixin.js"
14083
14074
  }
14084
14075
  },
14085
- {
14086
- "kind": "field",
14087
- "name": "id",
14088
- "type": {
14089
- "text": "string"
14090
- },
14091
- "default": "`mdc-input-${uuidv4()}`",
14092
- "description": "The unique id of the input field. It is used to link the input field with the label.",
14093
- "attribute": "id",
14094
- "inheritedFrom": {
14095
- "name": "FormfieldWrapper",
14096
- "module": "components/formfieldwrapper/formfieldwrapper.component.js"
14097
- }
14098
- },
14099
14076
  {
14100
14077
  "kind": "field",
14101
14078
  "name": "dataAriaLabel",
@@ -14515,6 +14492,20 @@
14515
14492
  "module": "components/formfieldwrapper/formfieldwrapper.component.js"
14516
14493
  }
14517
14494
  },
14495
+ {
14496
+ "kind": "field",
14497
+ "name": "id",
14498
+ "type": {
14499
+ "text": "string"
14500
+ },
14501
+ "default": "''",
14502
+ "description": "The unique id of the input field. It is used to link the input field with the label.",
14503
+ "attribute": "id",
14504
+ "inheritedFrom": {
14505
+ "name": "FormfieldWrapper",
14506
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
14507
+ }
14508
+ },
14518
14509
  {
14519
14510
  "kind": "field",
14520
14511
  "name": "helpTextType",
@@ -15616,20 +15607,6 @@
15616
15607
  "module": "utils/mixins/FormInternalsMixin.js"
15617
15608
  }
15618
15609
  },
15619
- {
15620
- "kind": "field",
15621
- "name": "id",
15622
- "type": {
15623
- "text": "string"
15624
- },
15625
- "default": "`mdc-input-${uuidv4()}`",
15626
- "description": "The unique id of the input field. It is used to link the input field with the label.",
15627
- "attribute": "id",
15628
- "inheritedFrom": {
15629
- "name": "FormfieldWrapper",
15630
- "module": "components/formfieldwrapper/formfieldwrapper.component.js"
15631
- }
15632
- },
15633
15610
  {
15634
15611
  "kind": "field",
15635
15612
  "name": "dataAriaLabel",
@@ -15688,6 +15665,20 @@
15688
15665
  "module": "components/formfieldwrapper/formfieldwrapper.component.js"
15689
15666
  }
15690
15667
  },
15668
+ {
15669
+ "kind": "field",
15670
+ "name": "id",
15671
+ "type": {
15672
+ "text": "string"
15673
+ },
15674
+ "default": "''",
15675
+ "description": "The unique id of the input field. It is used to link the input field with the label.",
15676
+ "attribute": "id",
15677
+ "inheritedFrom": {
15678
+ "name": "FormfieldWrapper",
15679
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
15680
+ }
15681
+ },
15691
15682
  {
15692
15683
  "kind": "field",
15693
15684
  "name": "helpTextType",
@@ -17455,20 +17446,6 @@
17455
17446
  "module": "utils/mixins/FormInternalsMixin.js"
17456
17447
  }
17457
17448
  },
17458
- {
17459
- "kind": "field",
17460
- "name": "id",
17461
- "type": {
17462
- "text": "string"
17463
- },
17464
- "default": "`mdc-input-${uuidv4()}`",
17465
- "description": "The unique id of the input field. It is used to link the input field with the label.",
17466
- "attribute": "id",
17467
- "inheritedFrom": {
17468
- "name": "FormfieldWrapper",
17469
- "module": "components/formfieldwrapper/formfieldwrapper.component.js"
17470
- }
17471
- },
17472
17449
  {
17473
17450
  "kind": "field",
17474
17451
  "name": "dataAriaLabel",
@@ -17527,6 +17504,20 @@
17527
17504
  "module": "components/formfieldwrapper/formfieldwrapper.component.js"
17528
17505
  }
17529
17506
  },
17507
+ {
17508
+ "kind": "field",
17509
+ "name": "id",
17510
+ "type": {
17511
+ "text": "string"
17512
+ },
17513
+ "default": "''",
17514
+ "description": "The unique id of the input field. It is used to link the input field with the label.",
17515
+ "attribute": "id",
17516
+ "inheritedFrom": {
17517
+ "name": "FormfieldWrapper",
17518
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
17519
+ }
17520
+ },
17530
17521
  {
17531
17522
  "kind": "field",
17532
17523
  "name": "helpTextType",
@@ -18341,20 +18332,6 @@
18341
18332
  "module": "utils/mixins/FormInternalsMixin.js"
18342
18333
  }
18343
18334
  },
18344
- {
18345
- "kind": "field",
18346
- "name": "id",
18347
- "type": {
18348
- "text": "string"
18349
- },
18350
- "default": "`mdc-input-${uuidv4()}`",
18351
- "description": "The unique id of the input field. It is used to link the input field with the label.",
18352
- "attribute": "id",
18353
- "inheritedFrom": {
18354
- "name": "FormfieldWrapper",
18355
- "module": "components/formfieldwrapper/formfieldwrapper.component.js"
18356
- }
18357
- },
18358
18335
  {
18359
18336
  "kind": "field",
18360
18337
  "name": "dataAriaLabel",
@@ -18413,6 +18390,20 @@
18413
18390
  "module": "components/formfieldwrapper/formfieldwrapper.component.js"
18414
18391
  }
18415
18392
  },
18393
+ {
18394
+ "kind": "field",
18395
+ "name": "id",
18396
+ "type": {
18397
+ "text": "string"
18398
+ },
18399
+ "default": "''",
18400
+ "description": "The unique id of the input field. It is used to link the input field with the label.",
18401
+ "attribute": "id",
18402
+ "inheritedFrom": {
18403
+ "name": "FormfieldWrapper",
18404
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
18405
+ }
18406
+ },
18416
18407
  {
18417
18408
  "kind": "field",
18418
18409
  "name": "helpTextType",
@@ -21344,11 +21335,6 @@
21344
21335
  {
21345
21336
  "kind": "method",
21346
21337
  "name": "reportValidity"
21347
- },
21348
- {
21349
- "kind": "field",
21350
- "name": "id",
21351
- "default": "`mdc-input-${uuidv4()}`"
21352
21338
  }
21353
21339
  ],
21354
21340
  "attributes": [