@momentum-design/components 0.104.8 → 0.104.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/index.js +1 -2
- package/dist/browser/index.js.map +2 -2
- package/dist/components/popover/popover.component.d.ts +4 -4
- package/dist/components/popover/popover.component.js +4 -4
- package/dist/components/popover/popover.constants.d.ts +1 -1
- package/dist/components/popover/popover.constants.js +1 -1
- package/dist/components/select/select.component.js +0 -1
- package/dist/custom-elements.json +1215 -1215
- package/dist/react/index.d.ts +1 -1
- package/dist/react/index.js +1 -1
- package/package.json +1 -1
@@ -7088,172 +7088,32 @@
|
|
7088
7088
|
},
|
7089
7089
|
{
|
7090
7090
|
"kind": "javascript-module",
|
7091
|
-
"path": "components/
|
7091
|
+
"path": "components/checkbox/checkbox.component.js",
|
7092
7092
|
"declarations": [
|
7093
7093
|
{
|
7094
7094
|
"kind": "class",
|
7095
|
-
"description": "
|
7096
|
-
"name": "
|
7095
|
+
"description": "Checkboxes allow users to select multiple options from a list or turn an item/feature on or off.\nThese are often used in forms, settings, and selections in lists.\n\nA checkbox component contains an optional label and an optional helper text.\n\nTo create a group of checkboxes, use the FormFieldGroup component.",
|
7096
|
+
"name": "Checkbox",
|
7097
7097
|
"cssProperties": [
|
7098
7098
|
{
|
7099
|
-
"description": "
|
7100
|
-
"name": "--mdc-
|
7101
|
-
"inheritedFrom": {
|
7102
|
-
"name": "Card",
|
7103
|
-
"module": "src/components/card/card.component.ts"
|
7104
|
-
}
|
7105
|
-
}
|
7106
|
-
],
|
7107
|
-
"cssParts": [
|
7108
|
-
{
|
7109
|
-
"description": "The header part of the card",
|
7110
|
-
"name": "header",
|
7111
|
-
"inheritedFrom": {
|
7112
|
-
"name": "Card",
|
7113
|
-
"module": "src/components/card/card.component.ts"
|
7114
|
-
}
|
7115
|
-
},
|
7116
|
-
{
|
7117
|
-
"description": "The icon part of the card header",
|
7118
|
-
"name": "icon",
|
7119
|
-
"inheritedFrom": {
|
7120
|
-
"name": "Card",
|
7121
|
-
"module": "src/components/card/card.component.ts"
|
7122
|
-
}
|
7123
|
-
},
|
7124
|
-
{
|
7125
|
-
"description": "The body part of the card",
|
7126
|
-
"name": "body",
|
7127
|
-
"inheritedFrom": {
|
7128
|
-
"name": "Card",
|
7129
|
-
"module": "src/components/card/card.component.ts"
|
7130
|
-
}
|
7131
|
-
},
|
7132
|
-
{
|
7133
|
-
"description": "The image part of the card",
|
7134
|
-
"name": "image",
|
7135
|
-
"inheritedFrom": {
|
7136
|
-
"name": "Card",
|
7137
|
-
"module": "src/components/card/card.component.ts"
|
7138
|
-
}
|
7139
|
-
},
|
7140
|
-
{
|
7141
|
-
"description": "The footer part of the card",
|
7142
|
-
"name": "footer",
|
7143
|
-
"inheritedFrom": {
|
7144
|
-
"name": "Card",
|
7145
|
-
"module": "src/components/card/card.component.ts"
|
7146
|
-
}
|
7147
|
-
},
|
7148
|
-
{
|
7149
|
-
"description": "The link part of the card footer",
|
7150
|
-
"name": "footer-link",
|
7151
|
-
"inheritedFrom": {
|
7152
|
-
"name": "Card",
|
7153
|
-
"module": "src/components/card/card.component.ts"
|
7154
|
-
}
|
7155
|
-
},
|
7156
|
-
{
|
7157
|
-
"description": "The primary button part of the card footer",
|
7158
|
-
"name": "footer-button-primary",
|
7159
|
-
"inheritedFrom": {
|
7160
|
-
"name": "Card",
|
7161
|
-
"module": "src/components/card/card.component.ts"
|
7162
|
-
}
|
7163
|
-
},
|
7164
|
-
{
|
7165
|
-
"description": "The secondary button part of the card footer",
|
7166
|
-
"name": "footer-button-secondary",
|
7167
|
-
"inheritedFrom": {
|
7168
|
-
"name": "Card",
|
7169
|
-
"module": "src/components/card/card.component.ts"
|
7170
|
-
}
|
7171
|
-
},
|
7172
|
-
{
|
7173
|
-
"description": "The icon button part of the card header",
|
7174
|
-
"name": "icon-button",
|
7175
|
-
"inheritedFrom": {
|
7176
|
-
"name": "Card",
|
7177
|
-
"module": "src/components/card/card.component.ts"
|
7178
|
-
}
|
7179
|
-
},
|
7180
|
-
{
|
7181
|
-
"description": "The text part of the card",
|
7182
|
-
"name": "text",
|
7183
|
-
"inheritedFrom": {
|
7184
|
-
"name": "Card",
|
7185
|
-
"module": "src/components/card/card.component.ts"
|
7186
|
-
}
|
7187
|
-
},
|
7188
|
-
{
|
7189
|
-
"description": "The check part of the card",
|
7190
|
-
"name": "check"
|
7191
|
-
},
|
7192
|
-
{
|
7193
|
-
"description": "The check icon part of the card",
|
7194
|
-
"name": "check-icon"
|
7195
|
-
},
|
7196
|
-
{
|
7197
|
-
"description": "The check icon button part of the card",
|
7198
|
-
"name": "check-icon-button"
|
7199
|
-
}
|
7200
|
-
],
|
7201
|
-
"slots": [
|
7202
|
-
{
|
7203
|
-
"description": "This slot is for passing the content before the body",
|
7204
|
-
"name": "before-body",
|
7205
|
-
"inheritedFrom": {
|
7206
|
-
"name": "Card",
|
7207
|
-
"module": "src/components/card/card.component.ts"
|
7208
|
-
}
|
7209
|
-
},
|
7210
|
-
{
|
7211
|
-
"description": "This slot is for passing the text content for the card",
|
7212
|
-
"name": "body",
|
7213
|
-
"inheritedFrom": {
|
7214
|
-
"name": "Card",
|
7215
|
-
"module": "src/components/card/card.component.ts"
|
7216
|
-
}
|
7217
|
-
},
|
7218
|
-
{
|
7219
|
-
"description": "This slot is for passing the content after the body",
|
7220
|
-
"name": "after-body",
|
7221
|
-
"inheritedFrom": {
|
7222
|
-
"name": "Card",
|
7223
|
-
"module": "src/components/card/card.component.ts"
|
7224
|
-
}
|
7099
|
+
"description": "Allows customization of the background color on hover.",
|
7100
|
+
"name": "--mdc-checkbox-background-color-hover"
|
7225
7101
|
},
|
7226
7102
|
{
|
7227
|
-
"description": "
|
7228
|
-
"name": "
|
7229
|
-
"inheritedFrom": {
|
7230
|
-
"name": "Card",
|
7231
|
-
"module": "src/components/card/card.component.ts"
|
7232
|
-
}
|
7103
|
+
"description": "Background color for a selected checkbox when hovered.",
|
7104
|
+
"name": "--mdc-checkbox-checked-background-color-hover"
|
7233
7105
|
},
|
7234
7106
|
{
|
7235
|
-
"description": "
|
7236
|
-
"name": "
|
7237
|
-
"inheritedFrom": {
|
7238
|
-
"name": "Card",
|
7239
|
-
"module": "src/components/card/card.component.ts"
|
7240
|
-
}
|
7107
|
+
"description": "Background color for a selected checkbox when pressed.",
|
7108
|
+
"name": "--mdc-checkbox-checked-pressed-icon-color"
|
7241
7109
|
},
|
7242
7110
|
{
|
7243
|
-
"description": "
|
7244
|
-
"name": "
|
7245
|
-
"inheritedFrom": {
|
7246
|
-
"name": "Card",
|
7247
|
-
"module": "src/components/card/card.component.ts"
|
7248
|
-
}
|
7111
|
+
"description": "Background color for a selected checkbox when pressed.",
|
7112
|
+
"name": "--mdc-checkbox-pressed-icon-color"
|
7249
7113
|
},
|
7250
7114
|
{
|
7251
|
-
"description": "
|
7252
|
-
"name": "
|
7253
|
-
"inheritedFrom": {
|
7254
|
-
"name": "Card",
|
7255
|
-
"module": "src/components/card/card.component.ts"
|
7256
|
-
}
|
7115
|
+
"description": "Background color for a selected checkbox when disabled.",
|
7116
|
+
"name": "--mdc-checkbox-disabled-checked-icon-color"
|
7257
7117
|
}
|
7258
7118
|
],
|
7259
7119
|
"members": [
|
@@ -7264,371 +7124,432 @@
|
|
7264
7124
|
"text": "boolean"
|
7265
7125
|
},
|
7266
7126
|
"default": "false",
|
7267
|
-
"description": "
|
7127
|
+
"description": "Determines whether the checkbox is selected or unselected.",
|
7268
7128
|
"attribute": "checked",
|
7269
7129
|
"reflects": true
|
7270
7130
|
},
|
7271
7131
|
{
|
7272
7132
|
"kind": "field",
|
7273
|
-
"name": "
|
7133
|
+
"name": "indeterminate",
|
7274
7134
|
"type": {
|
7275
|
-
"text": "
|
7135
|
+
"text": "boolean"
|
7276
7136
|
},
|
7277
|
-
"default": "
|
7278
|
-
"description": "
|
7279
|
-
"attribute": "
|
7137
|
+
"default": "false",
|
7138
|
+
"description": "This property is used to determine the parent checkbox in a nested checkbox group.\nIf any one of the children is unselected, then the parent checkbox will be indeterminate.\nIf all children are either selected or unselected, then the parent checkbox will not be indeterminate.",
|
7139
|
+
"attribute": "indeterminate",
|
7140
|
+
"reflects": true
|
7141
|
+
},
|
7142
|
+
{
|
7143
|
+
"kind": "field",
|
7144
|
+
"name": "autofocus",
|
7145
|
+
"type": {
|
7146
|
+
"text": "boolean"
|
7147
|
+
},
|
7148
|
+
"default": "false",
|
7149
|
+
"description": "Automatically focus on the element when the page loads.\n[MDN Reference](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autofocus)",
|
7150
|
+
"attribute": "autofocus",
|
7151
|
+
"reflects": true
|
7280
7152
|
},
|
7281
7153
|
{
|
7282
7154
|
"kind": "method",
|
7283
|
-
"name": "
|
7155
|
+
"name": "setFormValue",
|
7284
7156
|
"privacy": "private",
|
7285
|
-
"
|
7286
|
-
"type": {
|
7287
|
-
"text": "CardRadio[]"
|
7288
|
-
}
|
7289
|
-
},
|
7290
|
-
"description": "Returns all cards within the same group (name)."
|
7157
|
+
"description": "Updates the form value to reflect the current state of the checkbox.\nIf checked, the value is set to either the user-provided value or 'on' if no value is provided.\nIf unchecked, the value is set to null."
|
7291
7158
|
},
|
7292
7159
|
{
|
7293
7160
|
"kind": "method",
|
7294
|
-
"name": "
|
7161
|
+
"name": "manageRequired",
|
7295
7162
|
"privacy": "private",
|
7296
|
-
"
|
7297
|
-
"type": {
|
7298
|
-
"text": "void"
|
7299
|
-
}
|
7300
|
-
},
|
7301
|
-
"description": "Handles the change event on the radio element.\nThis will toggle the state of the radio element.\nDispatches the change event."
|
7163
|
+
"description": "Manages the required state of the checkbox.\nIf the checkbox is not checked and the required property is set, then the checkbox is invalid."
|
7302
7164
|
},
|
7303
7165
|
{
|
7304
7166
|
"kind": "method",
|
7305
|
-
"name": "
|
7167
|
+
"name": "toggleState",
|
7168
|
+
"privacy": "private",
|
7306
7169
|
"return": {
|
7307
7170
|
"type": {
|
7308
7171
|
"text": "void"
|
7309
7172
|
}
|
7310
7173
|
},
|
7311
|
-
"
|
7312
|
-
{
|
7313
|
-
"name": "disabled",
|
7314
|
-
"type": {
|
7315
|
-
"text": "boolean"
|
7316
|
-
}
|
7317
|
-
}
|
7318
|
-
]
|
7174
|
+
"description": "Toggles the state of the checkbox element.\nIf the element is not disabled, then\nthe checked property is toggled and the indeterminate property is set to false."
|
7319
7175
|
},
|
7320
7176
|
{
|
7321
7177
|
"kind": "method",
|
7322
|
-
"name": "
|
7178
|
+
"name": "handleKeyDown",
|
7323
7179
|
"privacy": "private",
|
7324
7180
|
"return": {
|
7325
7181
|
"type": {
|
7326
7182
|
"text": "void"
|
7327
7183
|
}
|
7328
7184
|
},
|
7329
|
-
"parameters": [
|
7330
|
-
{
|
7331
|
-
"name": "cards",
|
7332
|
-
"type": {
|
7333
|
-
"text": "CardRadio[]"
|
7334
|
-
}
|
7335
|
-
},
|
7336
|
-
{
|
7337
|
-
"name": "index",
|
7338
|
-
"type": {
|
7339
|
-
"text": "number"
|
7340
|
-
}
|
7341
|
-
}
|
7342
|
-
]
|
7343
|
-
},
|
7344
|
-
{
|
7345
|
-
"kind": "method",
|
7346
|
-
"name": "toggleOnEnter",
|
7347
|
-
"privacy": "private",
|
7348
7185
|
"parameters": [
|
7349
7186
|
{
|
7350
7187
|
"name": "event",
|
7351
7188
|
"type": {
|
7352
7189
|
"text": "KeyboardEvent"
|
7353
7190
|
},
|
7354
|
-
"description": "The keyboard event"
|
7191
|
+
"description": "The keyboard event."
|
7355
7192
|
}
|
7356
7193
|
],
|
7357
|
-
"description": "
|
7194
|
+
"description": "Handles the keydown event on the checkbox.\nWhen the user presses Enter, the form is submitted."
|
7358
7195
|
},
|
7359
7196
|
{
|
7360
7197
|
"kind": "method",
|
7361
|
-
"name": "
|
7362
|
-
"privacy": "
|
7198
|
+
"name": "handleChange",
|
7199
|
+
"privacy": "public",
|
7200
|
+
"return": {
|
7201
|
+
"type": {
|
7202
|
+
"text": "void"
|
7203
|
+
}
|
7204
|
+
},
|
7363
7205
|
"parameters": [
|
7364
7206
|
{
|
7365
7207
|
"name": "event",
|
7366
7208
|
"type": {
|
7367
|
-
"text": "
|
7368
|
-
}
|
7369
|
-
"description": "The keyboard event"
|
7209
|
+
"text": "Event"
|
7210
|
+
}
|
7370
7211
|
}
|
7371
7212
|
],
|
7372
|
-
"description": "Toggles the
|
7213
|
+
"description": "Toggles the state of the checkbox element.\nand dispatch the new change event."
|
7214
|
+
},
|
7215
|
+
{
|
7216
|
+
"kind": "field",
|
7217
|
+
"name": "renderLabelAndHelperText",
|
7218
|
+
"privacy": "private"
|
7219
|
+
},
|
7220
|
+
{
|
7221
|
+
"kind": "field",
|
7222
|
+
"name": "name",
|
7223
|
+
"type": {
|
7224
|
+
"text": "string"
|
7225
|
+
},
|
7226
|
+
"default": "''",
|
7227
|
+
"description": "Indicates the name of the component group.\nThey are used to group elements in a form together.",
|
7228
|
+
"attribute": "name",
|
7229
|
+
"reflects": true,
|
7230
|
+
"inheritedFrom": {
|
7231
|
+
"name": "FormInternalsMixin",
|
7232
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
7233
|
+
}
|
7234
|
+
},
|
7235
|
+
{
|
7236
|
+
"kind": "field",
|
7237
|
+
"name": "value",
|
7238
|
+
"type": {
|
7239
|
+
"text": "string"
|
7240
|
+
},
|
7241
|
+
"default": "''",
|
7242
|
+
"description": "Indicates the value of the component group (ex: input, checkbox, radio, select etc...)",
|
7243
|
+
"attribute": "value",
|
7244
|
+
"reflects": true,
|
7245
|
+
"inheritedFrom": {
|
7246
|
+
"name": "FormInternalsMixin",
|
7247
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
7248
|
+
}
|
7249
|
+
},
|
7250
|
+
{
|
7251
|
+
"kind": "field",
|
7252
|
+
"name": "validationMessage",
|
7253
|
+
"type": {
|
7254
|
+
"text": "string | undefined"
|
7255
|
+
},
|
7256
|
+
"description": "Custom validation message that will override the default message and displayed when the input is invalid.\n\nTo display custom validation messages, you must listen for input events (or other relevant events)\non your component and update the `validationMessage` property with the desired message string.\nUpdating this property will ensure that new validation messages are shown to the user.\n- The `validationMessage` property overrides the default browser validation message when set.\n- Consumers are responsible for updating `validationMessage` in response to input or validation state changes.",
|
7257
|
+
"attribute": "validation-message",
|
7258
|
+
"reflects": true,
|
7259
|
+
"inheritedFrom": {
|
7260
|
+
"name": "FormInternalsMixin",
|
7261
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
7262
|
+
}
|
7263
|
+
},
|
7264
|
+
{
|
7265
|
+
"kind": "field",
|
7266
|
+
"name": "validity",
|
7267
|
+
"type": {
|
7268
|
+
"text": "ValidityState"
|
7269
|
+
},
|
7270
|
+
"readonly": true,
|
7271
|
+
"inheritedFrom": {
|
7272
|
+
"name": "FormInternalsMixin",
|
7273
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
7274
|
+
}
|
7275
|
+
},
|
7276
|
+
{
|
7277
|
+
"kind": "field",
|
7278
|
+
"name": "willValidate",
|
7279
|
+
"readonly": true,
|
7280
|
+
"inheritedFrom": {
|
7281
|
+
"name": "FormInternalsMixin",
|
7282
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
7283
|
+
}
|
7373
7284
|
},
|
7374
7285
|
{
|
7375
7286
|
"kind": "method",
|
7376
|
-
"name": "
|
7377
|
-
"
|
7378
|
-
"description": "Renders the header of the card",
|
7287
|
+
"name": "setValidity",
|
7288
|
+
"description": "Sets the validity of the input field based on the input field's validity.",
|
7379
7289
|
"return": {
|
7380
7290
|
"type": {
|
7381
7291
|
"text": ""
|
7382
7292
|
}
|
7383
7293
|
},
|
7384
7294
|
"inheritedFrom": {
|
7385
|
-
"name": "
|
7386
|
-
"module": "
|
7295
|
+
"name": "FormInternalsMixin",
|
7296
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
7387
7297
|
}
|
7388
7298
|
},
|
7389
7299
|
{
|
7390
|
-
"kind": "
|
7391
|
-
"name": "
|
7392
|
-
"
|
7393
|
-
"
|
7300
|
+
"kind": "method",
|
7301
|
+
"name": "checkValidity",
|
7302
|
+
"return": {
|
7303
|
+
"type": {
|
7304
|
+
"text": "boolean"
|
7305
|
+
}
|
7394
7306
|
},
|
7395
|
-
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
7396
|
-
"default": "undefined",
|
7397
|
-
"attribute": "disabled",
|
7398
|
-
"reflects": true,
|
7399
7307
|
"inheritedFrom": {
|
7400
|
-
"name": "
|
7401
|
-
"module": "utils/mixins/
|
7308
|
+
"name": "FormInternalsMixin",
|
7309
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
7310
|
+
}
|
7311
|
+
},
|
7312
|
+
{
|
7313
|
+
"kind": "method",
|
7314
|
+
"name": "reportValidity",
|
7315
|
+
"inheritedFrom": {
|
7316
|
+
"name": "FormInternalsMixin",
|
7317
|
+
"module": "utils/mixins/FormInternalsMixin.js"
|
7402
7318
|
}
|
7403
7319
|
},
|
7404
7320
|
{
|
7405
7321
|
"kind": "field",
|
7406
|
-
"name": "
|
7322
|
+
"name": "dataAriaLabel",
|
7407
7323
|
"type": {
|
7408
|
-
"text": "
|
7324
|
+
"text": "string | null"
|
7409
7325
|
},
|
7410
|
-
"default": "
|
7411
|
-
"description": "
|
7412
|
-
"attribute": "
|
7326
|
+
"default": "null",
|
7327
|
+
"description": "Defines a string value that labels the current element.\nThe Aria-Label attribute to be set for accessibility.",
|
7328
|
+
"attribute": "data-aria-label",
|
7413
7329
|
"reflects": true,
|
7414
7330
|
"inheritedFrom": {
|
7415
|
-
"name": "
|
7416
|
-
"module": "utils/mixins/
|
7331
|
+
"name": "DataAriaLabelMixin",
|
7332
|
+
"module": "utils/mixins/DataAriaLabelMixin.js"
|
7417
7333
|
}
|
7418
7334
|
},
|
7419
7335
|
{
|
7420
7336
|
"kind": "field",
|
7421
|
-
"name": "
|
7337
|
+
"name": "disabled",
|
7422
7338
|
"type": {
|
7423
|
-
"text": "
|
7339
|
+
"text": "boolean | undefined"
|
7424
7340
|
},
|
7425
|
-
"
|
7426
|
-
"
|
7427
|
-
"attribute": "
|
7341
|
+
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
7342
|
+
"default": "undefined",
|
7343
|
+
"attribute": "disabled",
|
7428
7344
|
"reflects": true,
|
7429
7345
|
"inheritedFrom": {
|
7430
|
-
"name": "
|
7431
|
-
"module": "
|
7346
|
+
"name": "DisabledMixin",
|
7347
|
+
"module": "utils/mixins/DisabledMixin.js"
|
7432
7348
|
}
|
7433
7349
|
},
|
7434
7350
|
{
|
7435
7351
|
"kind": "field",
|
7436
|
-
"name": "
|
7352
|
+
"name": "label",
|
7437
7353
|
"type": {
|
7438
|
-
"text": "string"
|
7354
|
+
"text": "string | undefined"
|
7439
7355
|
},
|
7440
|
-
"
|
7441
|
-
"
|
7442
|
-
"attribute": "subtitle",
|
7356
|
+
"description": "The label of the input field. It is linked to the input field using the `for` attribute.",
|
7357
|
+
"attribute": "label",
|
7443
7358
|
"reflects": true,
|
7444
7359
|
"inheritedFrom": {
|
7445
|
-
"name": "
|
7446
|
-
"module": "components/
|
7360
|
+
"name": "FormfieldWrapper",
|
7361
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
7447
7362
|
}
|
7448
7363
|
},
|
7449
7364
|
{
|
7450
7365
|
"kind": "field",
|
7451
|
-
"name": "
|
7366
|
+
"name": "required",
|
7452
7367
|
"type": {
|
7453
|
-
"text": "
|
7368
|
+
"text": "boolean"
|
7454
7369
|
},
|
7455
|
-
"default": "
|
7456
|
-
"description": "The
|
7457
|
-
"attribute": "
|
7370
|
+
"default": "false",
|
7371
|
+
"description": "The required attribute to indicate that the input field is required.\nIt is used to append a required indicator (*) to the label.",
|
7372
|
+
"attribute": "required",
|
7458
7373
|
"reflects": true,
|
7459
7374
|
"inheritedFrom": {
|
7460
|
-
"name": "
|
7461
|
-
"module": "components/
|
7375
|
+
"name": "FormfieldWrapper",
|
7376
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
7462
7377
|
}
|
7463
7378
|
},
|
7464
7379
|
{
|
7465
7380
|
"kind": "field",
|
7466
|
-
"name": "
|
7381
|
+
"name": "id",
|
7467
7382
|
"type": {
|
7468
7383
|
"text": "string"
|
7469
7384
|
},
|
7470
7385
|
"default": "''",
|
7471
|
-
"description": "The
|
7472
|
-
"attribute": "
|
7473
|
-
"reflects": true,
|
7386
|
+
"description": "The unique id of the input field. It is used to link the input field with the label.",
|
7387
|
+
"attribute": "id",
|
7474
7388
|
"inheritedFrom": {
|
7475
|
-
"name": "
|
7476
|
-
"module": "components/
|
7389
|
+
"name": "FormfieldWrapper",
|
7390
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
7477
7391
|
}
|
7478
7392
|
},
|
7479
7393
|
{
|
7480
7394
|
"kind": "field",
|
7481
|
-
"name": "
|
7395
|
+
"name": "helpTextType",
|
7482
7396
|
"type": {
|
7483
|
-
"text": "
|
7397
|
+
"text": "ValidationType"
|
7484
7398
|
},
|
7485
|
-
"description": "The
|
7486
|
-
"
|
7487
|
-
"attribute": "variant",
|
7399
|
+
"description": "The type of help text. It can be 'default', 'error', 'warning', 'success', 'priority'.",
|
7400
|
+
"attribute": "help-text-type",
|
7488
7401
|
"reflects": true,
|
7489
7402
|
"inheritedFrom": {
|
7490
|
-
"name": "
|
7491
|
-
"module": "components/
|
7403
|
+
"name": "FormfieldWrapper",
|
7404
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
7492
7405
|
}
|
7493
7406
|
},
|
7494
7407
|
{
|
7495
7408
|
"kind": "field",
|
7496
|
-
"name": "
|
7409
|
+
"name": "helpText",
|
7497
7410
|
"type": {
|
7498
|
-
"text": "
|
7411
|
+
"text": "string | undefined"
|
7499
7412
|
},
|
7500
|
-
"description": "The
|
7501
|
-
"
|
7502
|
-
"attribute": "orientation",
|
7413
|
+
"description": "The help text that is displayed below the input field.",
|
7414
|
+
"attribute": "help-text",
|
7503
7415
|
"reflects": true,
|
7504
7416
|
"inheritedFrom": {
|
7505
|
-
"name": "
|
7506
|
-
"module": "components/
|
7417
|
+
"name": "FormfieldWrapper",
|
7418
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
7507
7419
|
}
|
7508
7420
|
},
|
7509
7421
|
{
|
7510
7422
|
"kind": "field",
|
7511
|
-
"name": "
|
7423
|
+
"name": "toggletipText",
|
7512
7424
|
"type": {
|
7513
|
-
"text": "
|
7425
|
+
"text": "string | undefined"
|
7514
7426
|
},
|
7515
|
-
"description": "The
|
7516
|
-
"
|
7517
|
-
"attribute": "title-tag-name",
|
7427
|
+
"description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
|
7428
|
+
"attribute": "toggletip-text",
|
7518
7429
|
"reflects": true,
|
7519
7430
|
"inheritedFrom": {
|
7520
|
-
"name": "
|
7521
|
-
"module": "components/
|
7431
|
+
"name": "FormfieldWrapper",
|
7432
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
7522
7433
|
}
|
7523
7434
|
},
|
7524
7435
|
{
|
7525
7436
|
"kind": "field",
|
7526
|
-
"name": "
|
7437
|
+
"name": "toggletipPlacement",
|
7527
7438
|
"type": {
|
7528
|
-
"text": "
|
7439
|
+
"text": "PopoverPlacement"
|
7529
7440
|
},
|
7530
|
-
"description": "The
|
7531
|
-
"default": "'
|
7532
|
-
"attribute": "
|
7441
|
+
"description": "The placement of the toggletip that is displayed when the info icon is hovered.",
|
7442
|
+
"default": "'top'",
|
7443
|
+
"attribute": "toggletip-placement",
|
7533
7444
|
"reflects": true,
|
7534
7445
|
"inheritedFrom": {
|
7535
|
-
"name": "
|
7536
|
-
"module": "components/
|
7446
|
+
"name": "FormfieldWrapper",
|
7447
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
7537
7448
|
}
|
7538
7449
|
},
|
7539
7450
|
{
|
7540
7451
|
"kind": "field",
|
7541
|
-
"name": "
|
7452
|
+
"name": "infoIconAriaLabel",
|
7542
7453
|
"type": {
|
7543
|
-
"text": "
|
7454
|
+
"text": "string | undefined"
|
7544
7455
|
},
|
7545
|
-
"description": "
|
7546
|
-
"attribute": "icon-
|
7456
|
+
"description": "Aria label for the info icon that is displayed next to the label when `toggletipText` is set.\nThis is used for accessibility purposes to provide a description of the icon.",
|
7457
|
+
"attribute": "info-icon-aria-label",
|
7547
7458
|
"reflects": true,
|
7548
7459
|
"inheritedFrom": {
|
7549
|
-
"name": "
|
7550
|
-
"module": "components/
|
7460
|
+
"name": "FormfieldWrapper",
|
7461
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
7551
7462
|
}
|
7552
7463
|
},
|
7553
7464
|
{
|
7554
7465
|
"kind": "method",
|
7555
|
-
"name": "
|
7466
|
+
"name": "renderLabelElement",
|
7556
7467
|
"privacy": "protected",
|
7557
|
-
"description": "
|
7468
|
+
"description": "creates the label element when the label property is set.\nid is used to link the label with the input field.",
|
7558
7469
|
"return": {
|
7559
7470
|
"type": {
|
7560
7471
|
"text": ""
|
7561
7472
|
}
|
7562
7473
|
},
|
7563
7474
|
"inheritedFrom": {
|
7564
|
-
"name": "
|
7565
|
-
"module": "components/
|
7475
|
+
"name": "FormfieldWrapper",
|
7476
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
7566
7477
|
}
|
7567
7478
|
},
|
7568
7479
|
{
|
7569
7480
|
"kind": "method",
|
7570
|
-
"name": "
|
7481
|
+
"name": "renderHelpTextIcon",
|
7571
7482
|
"privacy": "protected",
|
7572
|
-
"description": "
|
7483
|
+
"description": "creates the helpertext icon based on the helpTextType for validation.\nIf the helpTextType is not set, it defaults to 'default' and it doesn't display any icon.",
|
7573
7484
|
"return": {
|
7574
7485
|
"type": {
|
7575
7486
|
"text": ""
|
7576
7487
|
}
|
7577
7488
|
},
|
7578
7489
|
"inheritedFrom": {
|
7579
|
-
"name": "
|
7580
|
-
"module": "components/
|
7581
|
-
}
|
7490
|
+
"name": "FormfieldWrapper",
|
7491
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
7492
|
+
}
|
7582
7493
|
},
|
7583
7494
|
{
|
7584
7495
|
"kind": "method",
|
7585
|
-
"name": "
|
7496
|
+
"name": "renderHelpText",
|
7586
7497
|
"privacy": "protected",
|
7587
|
-
"description": "
|
7498
|
+
"description": "creates the helper text component when the helpertext value is set.\nIt is also used to display the validation message based on the helpTextType.",
|
7588
7499
|
"return": {
|
7589
7500
|
"type": {
|
7590
7501
|
"text": ""
|
7591
7502
|
}
|
7592
7503
|
},
|
7593
7504
|
"inheritedFrom": {
|
7594
|
-
"name": "
|
7595
|
-
"module": "components/
|
7505
|
+
"name": "FormfieldWrapper",
|
7506
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
7596
7507
|
}
|
7597
7508
|
},
|
7598
7509
|
{
|
7599
7510
|
"kind": "method",
|
7600
|
-
"name": "
|
7511
|
+
"name": "renderLabel",
|
7601
7512
|
"privacy": "protected",
|
7602
|
-
"description": "
|
7513
|
+
"description": "renders the mdc-label-text container that contains the label and labelInfoToggleTip.",
|
7603
7514
|
"return": {
|
7604
7515
|
"type": {
|
7605
7516
|
"text": ""
|
7606
7517
|
}
|
7607
7518
|
},
|
7608
7519
|
"inheritedFrom": {
|
7609
|
-
"name": "
|
7610
|
-
"module": "components/
|
7520
|
+
"name": "FormfieldWrapper",
|
7521
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
7522
|
+
}
|
7523
|
+
},
|
7524
|
+
{
|
7525
|
+
"kind": "method",
|
7526
|
+
"name": "renderHelperText",
|
7527
|
+
"privacy": "protected",
|
7528
|
+
"description": "renders the mdc-help-text container that contains the helpertext icon and helpertext.",
|
7529
|
+
"return": {
|
7530
|
+
"type": {
|
7531
|
+
"text": ""
|
7532
|
+
}
|
7533
|
+
},
|
7534
|
+
"inheritedFrom": {
|
7535
|
+
"name": "FormfieldWrapper",
|
7536
|
+
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
7611
7537
|
}
|
7612
7538
|
}
|
7613
7539
|
],
|
7614
7540
|
"events": [
|
7615
7541
|
{
|
7616
|
-
"
|
7617
|
-
|
7618
|
-
|
7619
|
-
},
|
7620
|
-
{
|
7621
|
-
"description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the card. It toggles the checked state when enter key is used.",
|
7622
|
-
"name": "keydown",
|
7623
|
-
"reactName": "onKeyDown"
|
7542
|
+
"type": {
|
7543
|
+
"text": "EventConstructor"
|
7544
|
+
}
|
7624
7545
|
},
|
7625
7546
|
{
|
7626
|
-
"description": "(React:
|
7627
|
-
"name": "
|
7628
|
-
"reactName": "
|
7547
|
+
"description": "(React: onChange) Event that gets dispatched when the checkbox state changes.",
|
7548
|
+
"name": "change",
|
7549
|
+
"reactName": "onChange"
|
7629
7550
|
},
|
7630
7551
|
{
|
7631
|
-
"description": "(React: onFocus) Event that gets dispatched when the
|
7552
|
+
"description": "(React: onFocus) Event that gets dispatched when the checkbox receives focus.",
|
7632
7553
|
"name": "focus",
|
7633
7554
|
"reactName": "onFocus"
|
7634
7555
|
}
|
@@ -7640,177 +7561,207 @@
|
|
7640
7561
|
"text": "boolean"
|
7641
7562
|
},
|
7642
7563
|
"default": "false",
|
7643
|
-
"description": "
|
7564
|
+
"description": "Determines whether the checkbox is selected or unselected.",
|
7644
7565
|
"fieldName": "checked"
|
7645
7566
|
},
|
7567
|
+
{
|
7568
|
+
"name": "indeterminate",
|
7569
|
+
"type": {
|
7570
|
+
"text": "boolean"
|
7571
|
+
},
|
7572
|
+
"default": "false",
|
7573
|
+
"description": "This property is used to determine the parent checkbox in a nested checkbox group.\nIf any one of the children is unselected, then the parent checkbox will be indeterminate.\nIf all children are either selected or unselected, then the parent checkbox will not be indeterminate.",
|
7574
|
+
"fieldName": "indeterminate"
|
7575
|
+
},
|
7576
|
+
{
|
7577
|
+
"name": "autofocus",
|
7578
|
+
"type": {
|
7579
|
+
"text": "boolean"
|
7580
|
+
},
|
7581
|
+
"default": "false",
|
7582
|
+
"description": "Automatically focus on the element when the page loads.\n[MDN Reference](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autofocus)",
|
7583
|
+
"fieldName": "autofocus"
|
7584
|
+
},
|
7646
7585
|
{
|
7647
7586
|
"name": "name",
|
7648
7587
|
"type": {
|
7649
7588
|
"text": "string"
|
7650
7589
|
},
|
7651
7590
|
"default": "''",
|
7652
|
-
"description": "
|
7653
|
-
"fieldName": "name"
|
7591
|
+
"description": "Indicates the name of the component group.\nThey are used to group elements in a form together.",
|
7592
|
+
"fieldName": "name",
|
7593
|
+
"inheritedFrom": {
|
7594
|
+
"name": "FormInternalsMixin",
|
7595
|
+
"module": "src/utils/mixins/FormInternalsMixin.ts"
|
7596
|
+
}
|
7654
7597
|
},
|
7655
7598
|
{
|
7656
|
-
"name": "
|
7599
|
+
"name": "value",
|
7657
7600
|
"type": {
|
7658
|
-
"text": "
|
7601
|
+
"text": "string"
|
7659
7602
|
},
|
7660
|
-
"
|
7661
|
-
"
|
7662
|
-
"fieldName": "
|
7603
|
+
"default": "''",
|
7604
|
+
"description": "Indicates the value of the component group (ex: input, checkbox, radio, select etc...)",
|
7605
|
+
"fieldName": "value",
|
7663
7606
|
"inheritedFrom": {
|
7664
|
-
"name": "
|
7665
|
-
"module": "src/utils/mixins/
|
7607
|
+
"name": "FormInternalsMixin",
|
7608
|
+
"module": "src/utils/mixins/FormInternalsMixin.ts"
|
7666
7609
|
}
|
7667
7610
|
},
|
7668
7611
|
{
|
7669
|
-
"name": "
|
7612
|
+
"name": "validation-message",
|
7670
7613
|
"type": {
|
7671
|
-
"text": "
|
7614
|
+
"text": "string | undefined"
|
7672
7615
|
},
|
7673
|
-
"
|
7674
|
-
"
|
7675
|
-
"fieldName": "tabIndex",
|
7616
|
+
"description": "Custom validation message that will override the default message and displayed when the input is invalid.\n\nTo display custom validation messages, you must listen for input events (or other relevant events)\non your component and update the `validationMessage` property with the desired message string.\nUpdating this property will ensure that new validation messages are shown to the user.\n- The `validationMessage` property overrides the default browser validation message when set.\n- Consumers are responsible for updating `validationMessage` in response to input or validation state changes.",
|
7617
|
+
"fieldName": "validationMessage",
|
7676
7618
|
"inheritedFrom": {
|
7677
|
-
"name": "
|
7678
|
-
"module": "src/utils/mixins/
|
7619
|
+
"name": "FormInternalsMixin",
|
7620
|
+
"module": "src/utils/mixins/FormInternalsMixin.ts"
|
7679
7621
|
}
|
7680
7622
|
},
|
7681
7623
|
{
|
7682
|
-
"name": "
|
7624
|
+
"name": "data-aria-label",
|
7683
7625
|
"type": {
|
7684
|
-
"text": "string"
|
7626
|
+
"text": "string | null"
|
7685
7627
|
},
|
7686
|
-
"default": "
|
7687
|
-
"description": "
|
7688
|
-
"fieldName": "
|
7628
|
+
"default": "null",
|
7629
|
+
"description": "Defines a string value that labels the current element.\nThe Aria-Label attribute to be set for accessibility.",
|
7630
|
+
"fieldName": "dataAriaLabel",
|
7689
7631
|
"inheritedFrom": {
|
7690
|
-
"name": "
|
7691
|
-
"module": "src/
|
7632
|
+
"name": "DataAriaLabelMixin",
|
7633
|
+
"module": "src/utils/mixins/DataAriaLabelMixin.ts"
|
7692
7634
|
}
|
7693
7635
|
},
|
7694
7636
|
{
|
7695
|
-
"name": "
|
7637
|
+
"name": "disabled",
|
7696
7638
|
"type": {
|
7697
|
-
"text": "
|
7639
|
+
"text": "boolean | undefined"
|
7698
7640
|
},
|
7699
|
-
"
|
7700
|
-
"
|
7701
|
-
"fieldName": "
|
7641
|
+
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
7642
|
+
"default": "undefined",
|
7643
|
+
"fieldName": "disabled",
|
7702
7644
|
"inheritedFrom": {
|
7703
|
-
"name": "
|
7704
|
-
"module": "src/
|
7645
|
+
"name": "DisabledMixin",
|
7646
|
+
"module": "src/utils/mixins/DisabledMixin.ts"
|
7705
7647
|
}
|
7706
7648
|
},
|
7707
7649
|
{
|
7708
|
-
"name": "
|
7650
|
+
"name": "label",
|
7709
7651
|
"type": {
|
7710
|
-
"text": "string"
|
7652
|
+
"text": "string | undefined"
|
7711
7653
|
},
|
7712
|
-
"
|
7713
|
-
"
|
7714
|
-
"fieldName": "imageSrc",
|
7654
|
+
"description": "The label of the input field. It is linked to the input field using the `for` attribute.",
|
7655
|
+
"fieldName": "label",
|
7715
7656
|
"inheritedFrom": {
|
7716
|
-
"name": "
|
7717
|
-
"module": "src/components/
|
7657
|
+
"name": "FormfieldWrapper",
|
7658
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
7718
7659
|
}
|
7719
7660
|
},
|
7720
7661
|
{
|
7721
|
-
"name": "
|
7662
|
+
"name": "required",
|
7663
|
+
"type": {
|
7664
|
+
"text": "boolean"
|
7665
|
+
},
|
7666
|
+
"default": "false",
|
7667
|
+
"description": "The required attribute to indicate that the input field is required.\nIt is used to append a required indicator (*) to the label.",
|
7668
|
+
"fieldName": "required",
|
7669
|
+
"inheritedFrom": {
|
7670
|
+
"name": "FormfieldWrapper",
|
7671
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
7672
|
+
}
|
7673
|
+
},
|
7674
|
+
{
|
7675
|
+
"name": "id",
|
7722
7676
|
"type": {
|
7723
7677
|
"text": "string"
|
7724
7678
|
},
|
7725
7679
|
"default": "''",
|
7726
|
-
"description": "The
|
7727
|
-
"fieldName": "
|
7680
|
+
"description": "The unique id of the input field. It is used to link the input field with the label.",
|
7681
|
+
"fieldName": "id",
|
7728
7682
|
"inheritedFrom": {
|
7729
|
-
"name": "
|
7730
|
-
"module": "src/components/
|
7683
|
+
"name": "FormfieldWrapper",
|
7684
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
7731
7685
|
}
|
7732
7686
|
},
|
7733
7687
|
{
|
7734
|
-
"name": "
|
7688
|
+
"name": "help-text-type",
|
7735
7689
|
"type": {
|
7736
|
-
"text": "
|
7690
|
+
"text": "ValidationType"
|
7737
7691
|
},
|
7738
|
-
"description": "The
|
7739
|
-
"
|
7740
|
-
"fieldName": "variant",
|
7692
|
+
"description": "The type of help text. It can be 'default', 'error', 'warning', 'success', 'priority'.",
|
7693
|
+
"fieldName": "helpTextType",
|
7741
7694
|
"inheritedFrom": {
|
7742
|
-
"name": "
|
7743
|
-
"module": "src/components/
|
7695
|
+
"name": "FormfieldWrapper",
|
7696
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
7744
7697
|
}
|
7745
7698
|
},
|
7746
7699
|
{
|
7747
|
-
"name": "
|
7700
|
+
"name": "help-text",
|
7748
7701
|
"type": {
|
7749
|
-
"text": "
|
7702
|
+
"text": "string | undefined"
|
7750
7703
|
},
|
7751
|
-
"description": "The
|
7752
|
-
"
|
7753
|
-
"fieldName": "orientation",
|
7704
|
+
"description": "The help text that is displayed below the input field.",
|
7705
|
+
"fieldName": "helpText",
|
7754
7706
|
"inheritedFrom": {
|
7755
|
-
"name": "
|
7756
|
-
"module": "src/components/
|
7707
|
+
"name": "FormfieldWrapper",
|
7708
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
7757
7709
|
}
|
7758
7710
|
},
|
7759
7711
|
{
|
7760
|
-
"name": "
|
7712
|
+
"name": "toggletip-text",
|
7761
7713
|
"type": {
|
7762
|
-
"text": "
|
7714
|
+
"text": "string | undefined"
|
7763
7715
|
},
|
7764
|
-
"description": "The
|
7765
|
-
"
|
7766
|
-
"fieldName": "titleTagName",
|
7716
|
+
"description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
|
7717
|
+
"fieldName": "toggletipText",
|
7767
7718
|
"inheritedFrom": {
|
7768
|
-
"name": "
|
7769
|
-
"module": "src/components/
|
7719
|
+
"name": "FormfieldWrapper",
|
7720
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
7770
7721
|
}
|
7771
7722
|
},
|
7772
7723
|
{
|
7773
|
-
"name": "
|
7724
|
+
"name": "toggletip-placement",
|
7774
7725
|
"type": {
|
7775
|
-
"text": "
|
7726
|
+
"text": "PopoverPlacement"
|
7776
7727
|
},
|
7777
|
-
"description": "The
|
7778
|
-
"default": "'
|
7779
|
-
"fieldName": "
|
7728
|
+
"description": "The placement of the toggletip that is displayed when the info icon is hovered.",
|
7729
|
+
"default": "'top'",
|
7730
|
+
"fieldName": "toggletipPlacement",
|
7780
7731
|
"inheritedFrom": {
|
7781
|
-
"name": "
|
7782
|
-
"module": "src/components/
|
7732
|
+
"name": "FormfieldWrapper",
|
7733
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
7783
7734
|
}
|
7784
7735
|
},
|
7785
7736
|
{
|
7786
|
-
"name": "icon-
|
7737
|
+
"name": "info-icon-aria-label",
|
7787
7738
|
"type": {
|
7788
|
-
"text": "
|
7739
|
+
"text": "string | undefined"
|
7789
7740
|
},
|
7790
|
-
"description": "
|
7791
|
-
"fieldName": "
|
7741
|
+
"description": "Aria label for the info icon that is displayed next to the label when `toggletipText` is set.\nThis is used for accessibility purposes to provide a description of the icon.",
|
7742
|
+
"fieldName": "infoIconAriaLabel",
|
7792
7743
|
"inheritedFrom": {
|
7793
|
-
"name": "
|
7794
|
-
"module": "src/components/
|
7744
|
+
"name": "FormfieldWrapper",
|
7745
|
+
"module": "src/components/formfieldwrapper/formfieldwrapper.component.ts"
|
7795
7746
|
}
|
7796
7747
|
}
|
7797
7748
|
],
|
7798
7749
|
"mixins": [
|
7799
7750
|
{
|
7800
|
-
"name": "
|
7801
|
-
"module": "/src/utils/mixins/
|
7751
|
+
"name": "FormInternalsMixin",
|
7752
|
+
"module": "/src/utils/mixins/FormInternalsMixin"
|
7802
7753
|
},
|
7803
7754
|
{
|
7804
|
-
"name": "
|
7805
|
-
"module": "/src/utils/mixins/
|
7755
|
+
"name": "DataAriaLabelMixin",
|
7756
|
+
"module": "/src/utils/mixins/DataAriaLabelMixin"
|
7806
7757
|
}
|
7807
7758
|
],
|
7808
7759
|
"superclass": {
|
7809
|
-
"name": "
|
7810
|
-
"module": "/src/components/
|
7760
|
+
"name": "FormfieldWrapper",
|
7761
|
+
"module": "/src/components/formfieldwrapper/formfieldwrapper.component"
|
7811
7762
|
},
|
7812
|
-
"tagName": "mdc-
|
7813
|
-
"jsDoc": "/**\n *
|
7763
|
+
"tagName": "mdc-checkbox",
|
7764
|
+
"jsDoc": "/**\n * Checkboxes allow users to select multiple options from a list or turn an item/feature on or off.\n * These are often used in forms, settings, and selections in lists.\n *\n * A checkbox component contains an optional label and an optional helper text.\n *\n * To create a group of checkboxes, use the FormFieldGroup component.\n *\n * @dependency mdc-button\n * @dependency mdc-icon\n * @dependency mdc-staticcheckbox\n * @dependency mdc-text\n * @dependency mdc-toggletip\n *\n * @tagname mdc-checkbox\n *\n * @event change - (React: onChange) Event that gets dispatched when the checkbox state changes.\n * @event focus - (React: onFocus) Event that gets dispatched when the checkbox receives focus.\n *\n * @cssproperty --mdc-checkbox-background-color-hover - Allows customization of the background color on hover.\n * @cssproperty --mdc-checkbox-checked-background-color-hover - Background color for a selected checkbox when hovered.\n * @cssproperty --mdc-checkbox-checked-pressed-icon-color - Background color for a selected checkbox when pressed.\n * @cssproperty --mdc-checkbox-pressed-icon-color - Background color for a selected checkbox when pressed.\n * @cssproperty --mdc-checkbox-disabled-checked-icon-color - Background color for a selected checkbox when disabled.\n */",
|
7814
7765
|
"customElement": true
|
7815
7766
|
}
|
7816
7767
|
],
|
@@ -7819,1094 +7770,1152 @@
|
|
7819
7770
|
"kind": "js",
|
7820
7771
|
"name": "default",
|
7821
7772
|
"declaration": {
|
7822
|
-
"name": "
|
7823
|
-
"module": "components/
|
7773
|
+
"name": "Checkbox",
|
7774
|
+
"module": "components/checkbox/checkbox.component.js"
|
7824
7775
|
}
|
7825
7776
|
}
|
7826
7777
|
]
|
7827
7778
|
},
|
7828
7779
|
{
|
7829
7780
|
"kind": "javascript-module",
|
7830
|
-
"path": "components/
|
7781
|
+
"path": "components/chip/chip.component.js",
|
7831
7782
|
"declarations": [
|
7832
7783
|
{
|
7833
7784
|
"kind": "class",
|
7834
|
-
"description": "
|
7835
|
-
"name": "
|
7785
|
+
"description": "mdc-chip is an interactive element that can be used to represent a chip. It supports a leading icon along with label.\nConsumers can wrap this component around a tooltip to provide additional context.\n\nIt is recommended to keep the label text for the chip component concise and compact.\nFor best results, we recommend limiting the <b>maximum length of the label text to 20 characters</b>,\nincluding empty spaces to split words.\n\nThis component is built by extending Buttonsimple.",
|
7786
|
+
"name": "Chip",
|
7836
7787
|
"cssProperties": [
|
7837
7788
|
{
|
7838
|
-
"description": "
|
7839
|
-
"name": "--mdc-
|
7840
|
-
},
|
7841
|
-
{
|
7842
|
-
"description": "Background color for a selected checkbox when hovered.",
|
7843
|
-
"name": "--mdc-checkbox-checked-background-color-hover"
|
7844
|
-
},
|
7845
|
-
{
|
7846
|
-
"description": "Background color for a selected checkbox when pressed.",
|
7847
|
-
"name": "--mdc-checkbox-checked-pressed-icon-color"
|
7789
|
+
"description": "The color of the chip.",
|
7790
|
+
"name": "--mdc-chip-color"
|
7848
7791
|
},
|
7849
7792
|
{
|
7850
|
-
"description": "
|
7851
|
-
"name": "--mdc-
|
7793
|
+
"description": "The border color of the chip.",
|
7794
|
+
"name": "--mdc-chip-border-color"
|
7852
7795
|
},
|
7853
7796
|
{
|
7854
|
-
"description": "
|
7855
|
-
"name": "--mdc-
|
7797
|
+
"description": "The background color of the chip.",
|
7798
|
+
"name": "--mdc-chip-background-color"
|
7856
7799
|
}
|
7857
7800
|
],
|
7858
7801
|
"members": [
|
7859
7802
|
{
|
7860
7803
|
"kind": "field",
|
7861
|
-
"name": "
|
7862
|
-
"type": {
|
7863
|
-
"text": "boolean"
|
7864
|
-
},
|
7865
|
-
"default": "false",
|
7866
|
-
"description": "Determines whether the checkbox is selected or unselected.",
|
7867
|
-
"attribute": "checked",
|
7868
|
-
"reflects": true
|
7869
|
-
},
|
7870
|
-
{
|
7871
|
-
"kind": "field",
|
7872
|
-
"name": "indeterminate",
|
7804
|
+
"name": "color",
|
7873
7805
|
"type": {
|
7874
|
-
"text": "
|
7806
|
+
"text": "ColorType"
|
7875
7807
|
},
|
7876
|
-
"
|
7877
|
-
"
|
7878
|
-
"attribute": "
|
7808
|
+
"description": "The color of the chip. It supports the following colors\n- default\n- cobalt\n- gold\n- lime\n- mint\n- orange\n- pink\n- purple\n- slate\n- violet",
|
7809
|
+
"default": "default",
|
7810
|
+
"attribute": "color",
|
7879
7811
|
"reflects": true
|
7880
7812
|
},
|
7881
7813
|
{
|
7882
7814
|
"kind": "field",
|
7883
|
-
"name": "
|
7815
|
+
"name": "label",
|
7884
7816
|
"type": {
|
7885
|
-
"text": "
|
7817
|
+
"text": "string"
|
7886
7818
|
},
|
7887
|
-
"default": "
|
7888
|
-
"description": "
|
7889
|
-
"attribute": "
|
7890
|
-
"reflects": true
|
7891
|
-
},
|
7892
|
-
{
|
7893
|
-
"kind": "method",
|
7894
|
-
"name": "setFormValue",
|
7895
|
-
"privacy": "private",
|
7896
|
-
"description": "Updates the form value to reflect the current state of the checkbox.\nIf checked, the value is set to either the user-provided value or 'on' if no value is provided.\nIf unchecked, the value is set to null."
|
7897
|
-
},
|
7898
|
-
{
|
7899
|
-
"kind": "method",
|
7900
|
-
"name": "manageRequired",
|
7901
|
-
"privacy": "private",
|
7902
|
-
"description": "Manages the required state of the checkbox.\nIf the checkbox is not checked and the required property is set, then the checkbox is invalid."
|
7819
|
+
"default": "''",
|
7820
|
+
"description": "The visible label text of the chip.\n\nWe recommend limiting the <b>maximum length of the label text to 20 characters</b>,\nincluding empty spaces to split words.",
|
7821
|
+
"attribute": "label"
|
7903
7822
|
},
|
7904
7823
|
{
|
7905
7824
|
"kind": "method",
|
7906
|
-
"name": "
|
7825
|
+
"name": "renderIcon",
|
7907
7826
|
"privacy": "private",
|
7827
|
+
"description": "Renders the icon element if available.",
|
7908
7828
|
"return": {
|
7909
7829
|
"type": {
|
7910
|
-
"text": "
|
7830
|
+
"text": ""
|
7911
7831
|
}
|
7912
|
-
}
|
7913
|
-
"description": "Toggles the state of the checkbox element.\nIf the element is not disabled, then\nthe checked property is toggled and the indeterminate property is set to false."
|
7832
|
+
}
|
7914
7833
|
},
|
7915
7834
|
{
|
7916
|
-
"kind": "
|
7917
|
-
"name": "
|
7918
|
-
"
|
7919
|
-
|
7920
|
-
"type": {
|
7921
|
-
"text": "void"
|
7922
|
-
}
|
7835
|
+
"kind": "field",
|
7836
|
+
"name": "iconName",
|
7837
|
+
"type": {
|
7838
|
+
"text": "IconNames | undefined"
|
7923
7839
|
},
|
7924
|
-
"
|
7925
|
-
|
7926
|
-
|
7927
|
-
|
7928
|
-
|
7929
|
-
|
7930
|
-
"description": "The keyboard event."
|
7931
|
-
}
|
7932
|
-
],
|
7933
|
-
"description": "Handles the keydown event on the checkbox.\nWhen the user presses Enter, the form is submitted."
|
7840
|
+
"description": "Name of the icon (= filename).\n\nIf no `icon-name` is provided, no icon will be rendered.",
|
7841
|
+
"attribute": "icon-name",
|
7842
|
+
"inheritedFrom": {
|
7843
|
+
"name": "IconNameMixin",
|
7844
|
+
"module": "utils/mixins/IconNameMixin.js"
|
7845
|
+
}
|
7934
7846
|
},
|
7935
7847
|
{
|
7936
|
-
"kind": "
|
7937
|
-
"name": "
|
7938
|
-
"
|
7939
|
-
|
7940
|
-
"type": {
|
7941
|
-
"text": "void"
|
7942
|
-
}
|
7848
|
+
"kind": "field",
|
7849
|
+
"name": "autofocus",
|
7850
|
+
"type": {
|
7851
|
+
"text": "boolean"
|
7943
7852
|
},
|
7944
|
-
"
|
7945
|
-
|
7946
|
-
|
7947
|
-
|
7948
|
-
|
7949
|
-
|
7950
|
-
|
7951
|
-
|
7952
|
-
"description": "Toggles the state of the checkbox element.\nand dispatch the new change event."
|
7853
|
+
"default": "false",
|
7854
|
+
"description": "This property indicates whether the element should receive focus automatically when it is rendered.",
|
7855
|
+
"attribute": "autofocus",
|
7856
|
+
"reflects": true,
|
7857
|
+
"inheritedFrom": {
|
7858
|
+
"name": "Buttonsimple",
|
7859
|
+
"module": "components/buttonsimple/buttonsimple.component.js"
|
7860
|
+
}
|
7953
7861
|
},
|
7954
7862
|
{
|
7955
7863
|
"kind": "field",
|
7956
|
-
"name": "
|
7957
|
-
"
|
7864
|
+
"name": "tabIndex",
|
7865
|
+
"type": {
|
7866
|
+
"text": "number"
|
7867
|
+
},
|
7868
|
+
"default": "0",
|
7869
|
+
"description": "This property specifies the tab order of the element.",
|
7870
|
+
"attribute": "tabIndex",
|
7871
|
+
"reflects": true,
|
7872
|
+
"inheritedFrom": {
|
7873
|
+
"name": "Buttonsimple",
|
7874
|
+
"module": "components/buttonsimple/buttonsimple.component.js"
|
7875
|
+
}
|
7958
7876
|
},
|
7959
7877
|
{
|
7960
7878
|
"kind": "field",
|
7961
|
-
"name": "
|
7879
|
+
"name": "disabled",
|
7962
7880
|
"type": {
|
7963
|
-
"text": "
|
7881
|
+
"text": "boolean | undefined"
|
7964
7882
|
},
|
7965
|
-
"
|
7966
|
-
"
|
7967
|
-
"attribute": "
|
7883
|
+
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
7884
|
+
"default": "undefined",
|
7885
|
+
"attribute": "disabled",
|
7968
7886
|
"reflects": true,
|
7969
7887
|
"inheritedFrom": {
|
7970
|
-
"name": "
|
7971
|
-
"module": "
|
7888
|
+
"name": "Buttonsimple",
|
7889
|
+
"module": "components/buttonsimple/buttonsimple.component.js"
|
7972
7890
|
}
|
7973
7891
|
},
|
7974
7892
|
{
|
7975
7893
|
"kind": "field",
|
7976
|
-
"name": "
|
7894
|
+
"name": "active",
|
7977
7895
|
"type": {
|
7978
|
-
"text": "
|
7896
|
+
"text": "boolean | undefined"
|
7979
7897
|
},
|
7980
|
-
"
|
7981
|
-
"
|
7982
|
-
"attribute": "
|
7898
|
+
"description": "The button's active state indicates whether it is currently toggled on (active) or off (inactive).\nWhen the active state is true, the button is considered to be in an active state, meaning it is toggled on.\nConversely, when the active state is false, the button is in an inactive state, indicating it is toggled off.\n\nThis attribute is used to set the provided `ariaStateKey` to true or false.",
|
7899
|
+
"default": "undefined",
|
7900
|
+
"attribute": "active",
|
7983
7901
|
"reflects": true,
|
7984
7902
|
"inheritedFrom": {
|
7985
|
-
"name": "
|
7986
|
-
"module": "
|
7903
|
+
"name": "Buttonsimple",
|
7904
|
+
"module": "components/buttonsimple/buttonsimple.component.js"
|
7987
7905
|
}
|
7988
7906
|
},
|
7989
7907
|
{
|
7990
7908
|
"kind": "field",
|
7991
|
-
"name": "
|
7909
|
+
"name": "softDisabled",
|
7992
7910
|
"type": {
|
7993
|
-
"text": "
|
7911
|
+
"text": "boolean | undefined"
|
7994
7912
|
},
|
7995
|
-
"description": "
|
7996
|
-
"
|
7913
|
+
"description": "Indicates whether the button is soft disabled.\nWhen set to `true`, the button appears visually disabled but still allows\nfocus, click, and keyboard actions to be passed through.\n\n**Important:** When using soft disabled, consumers must ensure that\nthe button behaves like a disabled button, allowing only focus and\npreventing any interactions (clicks or keyboard actions) from triggering unintended actions.",
|
7914
|
+
"default": "undefined",
|
7915
|
+
"attribute": "soft-disabled",
|
7997
7916
|
"reflects": true,
|
7998
7917
|
"inheritedFrom": {
|
7999
|
-
"name": "
|
8000
|
-
"module": "
|
7918
|
+
"name": "Buttonsimple",
|
7919
|
+
"module": "components/buttonsimple/buttonsimple.component.js"
|
8001
7920
|
}
|
8002
7921
|
},
|
8003
7922
|
{
|
8004
7923
|
"kind": "field",
|
8005
|
-
"name": "
|
7924
|
+
"name": "size",
|
8006
7925
|
"type": {
|
8007
|
-
"text": "
|
7926
|
+
"text": "ButtonSize"
|
8008
7927
|
},
|
8009
|
-
"
|
7928
|
+
"description": "Simplebutton size is a super set of all the sizes supported by children components.",
|
7929
|
+
"default": "32",
|
7930
|
+
"attribute": "size",
|
7931
|
+
"reflects": true,
|
8010
7932
|
"inheritedFrom": {
|
8011
|
-
"name": "
|
8012
|
-
"module": "
|
7933
|
+
"name": "Buttonsimple",
|
7934
|
+
"module": "components/buttonsimple/buttonsimple.component.js"
|
8013
7935
|
}
|
8014
7936
|
},
|
8015
7937
|
{
|
8016
7938
|
"kind": "field",
|
8017
|
-
"name": "
|
8018
|
-
"
|
7939
|
+
"name": "role",
|
7940
|
+
"type": {
|
7941
|
+
"text": "RoleType"
|
7942
|
+
},
|
7943
|
+
"description": "This property defines the ARIA role for the element. By default, it is set to 'button'.\nConsumers should override this role when:\n- The element is being used in a context where a different role is more appropriate.\n- Custom behaviors are implemented that require a specific ARIA role for accessibility purposes.",
|
7944
|
+
"default": "button",
|
7945
|
+
"attribute": "role",
|
7946
|
+
"reflects": true,
|
8019
7947
|
"inheritedFrom": {
|
8020
|
-
"name": "
|
8021
|
-
"module": "
|
7948
|
+
"name": "Buttonsimple",
|
7949
|
+
"module": "components/buttonsimple/buttonsimple.component.js"
|
8022
7950
|
}
|
8023
7951
|
},
|
8024
7952
|
{
|
8025
|
-
"kind": "
|
8026
|
-
"name": "
|
8027
|
-
"
|
8028
|
-
|
8029
|
-
"type": {
|
8030
|
-
"text": ""
|
8031
|
-
}
|
7953
|
+
"kind": "field",
|
7954
|
+
"name": "ariaStateKey",
|
7955
|
+
"type": {
|
7956
|
+
"text": "string | undefined"
|
8032
7957
|
},
|
7958
|
+
"description": "This property defines the ARIA state key, which will be toggled when the\nButton is set to `active`.\nThe default value is 'aria-pressed', which is commonly used for toggle buttons.\n\nConsumers can override this property to use a different ARIA state key if needed.\nIn case multiple aria attributes should be toggled, they can be passed in as\na comma separated string.\nFor example: `aria-pressed,aria-expanded`",
|
7959
|
+
"default": "'aria-pressed' (when)",
|
7960
|
+
"attribute": "ariaStateKey",
|
7961
|
+
"reflects": true,
|
8033
7962
|
"inheritedFrom": {
|
8034
|
-
"name": "
|
8035
|
-
"module": "
|
7963
|
+
"name": "Buttonsimple",
|
7964
|
+
"module": "components/buttonsimple/buttonsimple.component.js"
|
8036
7965
|
}
|
8037
7966
|
},
|
8038
7967
|
{
|
8039
|
-
"kind": "
|
8040
|
-
"name": "
|
8041
|
-
"
|
8042
|
-
"
|
8043
|
-
"text": "boolean"
|
8044
|
-
}
|
7968
|
+
"kind": "field",
|
7969
|
+
"name": "type",
|
7970
|
+
"type": {
|
7971
|
+
"text": "ButtonType"
|
8045
7972
|
},
|
7973
|
+
"description": "This property defines the type attribute for the button element.\nThe type attribute specifies the behavior of the button when it is clicked.\n- **submit**: The button submits the form data to the server.\n- **reset**: The button resets the form data to its initial state.\n- **button**: The button does nothing when clicked.",
|
7974
|
+
"default": "button",
|
7975
|
+
"attribute": "type",
|
7976
|
+
"reflects": true,
|
8046
7977
|
"inheritedFrom": {
|
8047
|
-
"name": "
|
8048
|
-
"module": "
|
7978
|
+
"name": "Buttonsimple",
|
7979
|
+
"module": "components/buttonsimple/buttonsimple.component.js"
|
8049
7980
|
}
|
8050
7981
|
},
|
8051
7982
|
{
|
8052
7983
|
"kind": "method",
|
8053
|
-
"name": "
|
7984
|
+
"name": "executeAction",
|
7985
|
+
"privacy": "protected",
|
8054
7986
|
"inheritedFrom": {
|
8055
|
-
"name": "
|
8056
|
-
"module": "
|
7987
|
+
"name": "Buttonsimple",
|
7988
|
+
"module": "components/buttonsimple/buttonsimple.component.js"
|
8057
7989
|
}
|
8058
7990
|
},
|
8059
7991
|
{
|
8060
|
-
"kind": "
|
8061
|
-
"name": "
|
8062
|
-
"
|
8063
|
-
|
8064
|
-
|
8065
|
-
|
8066
|
-
|
8067
|
-
|
8068
|
-
|
7992
|
+
"kind": "method",
|
7993
|
+
"name": "setActive",
|
7994
|
+
"privacy": "protected",
|
7995
|
+
"parameters": [
|
7996
|
+
{
|
7997
|
+
"name": "element",
|
7998
|
+
"type": {
|
7999
|
+
"text": "HTMLElement"
|
8000
|
+
},
|
8001
|
+
"description": "The button element"
|
8002
|
+
},
|
8003
|
+
{
|
8004
|
+
"name": "active",
|
8005
|
+
"optional": true,
|
8006
|
+
"type": {
|
8007
|
+
"text": "boolean"
|
8008
|
+
},
|
8009
|
+
"description": "The active state of the element"
|
8010
|
+
}
|
8011
|
+
],
|
8012
|
+
"description": "Sets the ariaStateKey attributes based on the active state of the button.",
|
8069
8013
|
"inheritedFrom": {
|
8070
|
-
"name": "
|
8071
|
-
"module": "
|
8014
|
+
"name": "Buttonsimple",
|
8015
|
+
"module": "components/buttonsimple/buttonsimple.component.js"
|
8072
8016
|
}
|
8073
8017
|
},
|
8074
8018
|
{
|
8075
|
-
"kind": "
|
8076
|
-
"name": "
|
8077
|
-
"
|
8078
|
-
|
8079
|
-
|
8080
|
-
|
8081
|
-
|
8082
|
-
|
8083
|
-
|
8019
|
+
"kind": "method",
|
8020
|
+
"name": "setSoftDisabled",
|
8021
|
+
"privacy": "private",
|
8022
|
+
"parameters": [
|
8023
|
+
{
|
8024
|
+
"name": "element",
|
8025
|
+
"type": {
|
8026
|
+
"text": "HTMLElement"
|
8027
|
+
},
|
8028
|
+
"description": "The button element."
|
8029
|
+
},
|
8030
|
+
{
|
8031
|
+
"name": "softDisabled",
|
8032
|
+
"optional": true,
|
8033
|
+
"type": {
|
8034
|
+
"text": "boolean"
|
8035
|
+
},
|
8036
|
+
"description": "The soft-disabled state."
|
8037
|
+
}
|
8038
|
+
],
|
8039
|
+
"description": "Sets the soft-disabled attribute for the button.\nWhen soft-disabled, the button looks to be disabled but remains focusable and clickable.\nAlso sets/removes aria-disabled attribute.",
|
8084
8040
|
"inheritedFrom": {
|
8085
|
-
"name": "
|
8086
|
-
"module": "
|
8041
|
+
"name": "Buttonsimple",
|
8042
|
+
"module": "components/buttonsimple/buttonsimple.component.js"
|
8087
8043
|
}
|
8088
8044
|
},
|
8089
8045
|
{
|
8090
|
-
"kind": "
|
8091
|
-
"name": "
|
8092
|
-
"
|
8093
|
-
|
8094
|
-
|
8095
|
-
|
8096
|
-
|
8097
|
-
|
8046
|
+
"kind": "method",
|
8047
|
+
"name": "setDisabled",
|
8048
|
+
"privacy": "private",
|
8049
|
+
"parameters": [
|
8050
|
+
{
|
8051
|
+
"name": "element",
|
8052
|
+
"type": {
|
8053
|
+
"text": "HTMLElement"
|
8054
|
+
},
|
8055
|
+
"description": "The button element."
|
8056
|
+
},
|
8057
|
+
{
|
8058
|
+
"name": "disabled",
|
8059
|
+
"type": {
|
8060
|
+
"text": "boolean"
|
8061
|
+
},
|
8062
|
+
"description": "The disabled state."
|
8063
|
+
}
|
8064
|
+
],
|
8065
|
+
"description": "Sets the disabled attribute for the button.\nWhen disabled, the button is not focusable or clickable, and tabindex is set to -1.\nThe previous tabindex is stored and restored when enabled.\nAlso sets/removes aria-disabled attribute.",
|
8098
8066
|
"inheritedFrom": {
|
8099
|
-
"name": "
|
8100
|
-
"module": "components/
|
8067
|
+
"name": "Buttonsimple",
|
8068
|
+
"module": "components/buttonsimple/buttonsimple.component.js"
|
8101
8069
|
}
|
8102
8070
|
},
|
8103
8071
|
{
|
8104
|
-
"kind": "
|
8105
|
-
"name": "
|
8106
|
-
"
|
8107
|
-
"text": "boolean"
|
8108
|
-
},
|
8109
|
-
"default": "false",
|
8110
|
-
"description": "The required attribute to indicate that the input field is required.\nIt is used to append a required indicator (*) to the label.",
|
8111
|
-
"attribute": "required",
|
8112
|
-
"reflects": true,
|
8072
|
+
"kind": "method",
|
8073
|
+
"name": "triggerClickEvent",
|
8074
|
+
"privacy": "private",
|
8113
8075
|
"inheritedFrom": {
|
8114
|
-
"name": "
|
8115
|
-
"module": "components/
|
8076
|
+
"name": "Buttonsimple",
|
8077
|
+
"module": "components/buttonsimple/buttonsimple.component.js"
|
8116
8078
|
}
|
8117
8079
|
},
|
8118
8080
|
{
|
8119
|
-
"kind": "
|
8120
|
-
"name": "
|
8081
|
+
"kind": "method",
|
8082
|
+
"name": "handleBlur",
|
8083
|
+
"privacy": "private",
|
8084
|
+
"description": "In case the button is pressed and the focus is lost while pressing,\nthe pressed class is removed.",
|
8085
|
+
"inheritedFrom": {
|
8086
|
+
"name": "Buttonsimple",
|
8087
|
+
"module": "components/buttonsimple/buttonsimple.component.js"
|
8088
|
+
}
|
8089
|
+
},
|
8090
|
+
{
|
8091
|
+
"kind": "method",
|
8092
|
+
"name": "handleKeyDown",
|
8093
|
+
"privacy": "private",
|
8094
|
+
"parameters": [
|
8095
|
+
{
|
8096
|
+
"name": "event",
|
8097
|
+
"type": {
|
8098
|
+
"text": "KeyboardEvent"
|
8099
|
+
},
|
8100
|
+
"description": "The keyboard event."
|
8101
|
+
}
|
8102
|
+
],
|
8103
|
+
"description": "Handles the keydown event on the button.\nIf the key is 'Enter' or 'Space', the button is pressed.\nIf the key is 'Enter', the button is pressed. The native HTML button works in the same way.\nIf the key is 'Space', the button's default is prevent to avoid scrolling etc in the host application.",
|
8104
|
+
"inheritedFrom": {
|
8105
|
+
"name": "Buttonsimple",
|
8106
|
+
"module": "components/buttonsimple/buttonsimple.component.js"
|
8107
|
+
}
|
8108
|
+
},
|
8109
|
+
{
|
8110
|
+
"kind": "method",
|
8111
|
+
"name": "handleKeyUp",
|
8112
|
+
"privacy": "private",
|
8113
|
+
"parameters": [
|
8114
|
+
{
|
8115
|
+
"name": "event",
|
8116
|
+
"type": {
|
8117
|
+
"text": "KeyboardEvent"
|
8118
|
+
},
|
8119
|
+
"description": "The keyboard event."
|
8120
|
+
}
|
8121
|
+
],
|
8122
|
+
"description": "Handles the keyup event on the button.\nIf the key is 'Enter' or 'Space', the button is clicked.\nIf the key is 'Space', the button is pressed. The native HTML button works in the same way.",
|
8123
|
+
"inheritedFrom": {
|
8124
|
+
"name": "Buttonsimple",
|
8125
|
+
"module": "components/buttonsimple/buttonsimple.component.js"
|
8126
|
+
}
|
8127
|
+
}
|
8128
|
+
],
|
8129
|
+
"attributes": [
|
8130
|
+
{
|
8131
|
+
"name": "color",
|
8132
|
+
"type": {
|
8133
|
+
"text": "ColorType"
|
8134
|
+
},
|
8135
|
+
"description": "The color of the chip. It supports the following colors\n- default\n- cobalt\n- gold\n- lime\n- mint\n- orange\n- pink\n- purple\n- slate\n- violet",
|
8136
|
+
"default": "default",
|
8137
|
+
"fieldName": "color"
|
8138
|
+
},
|
8139
|
+
{
|
8140
|
+
"name": "label",
|
8121
8141
|
"type": {
|
8122
8142
|
"text": "string"
|
8123
8143
|
},
|
8124
8144
|
"default": "''",
|
8125
|
-
"description": "The
|
8126
|
-
"
|
8127
|
-
"inheritedFrom": {
|
8128
|
-
"name": "FormfieldWrapper",
|
8129
|
-
"module": "components/formfieldwrapper/formfieldwrapper.component.js"
|
8130
|
-
}
|
8145
|
+
"description": "The visible label text of the chip.\n\nWe recommend limiting the <b>maximum length of the label text to 20 characters</b>,\nincluding empty spaces to split words.",
|
8146
|
+
"fieldName": "label"
|
8131
8147
|
},
|
8132
8148
|
{
|
8133
|
-
"
|
8134
|
-
"name": "helpTextType",
|
8149
|
+
"name": "icon-name",
|
8135
8150
|
"type": {
|
8136
|
-
"text": "
|
8151
|
+
"text": "IconNames | undefined"
|
8137
8152
|
},
|
8138
|
-
"description": "
|
8139
|
-
"
|
8140
|
-
"reflects": true,
|
8153
|
+
"description": "Name of the icon (= filename).\n\nIf no `icon-name` is provided, no icon will be rendered.",
|
8154
|
+
"fieldName": "iconName",
|
8141
8155
|
"inheritedFrom": {
|
8142
|
-
"name": "
|
8143
|
-
"module": "
|
8156
|
+
"name": "IconNameMixin",
|
8157
|
+
"module": "src/utils/mixins/IconNameMixin.ts"
|
8144
8158
|
}
|
8145
8159
|
},
|
8146
8160
|
{
|
8147
|
-
"
|
8148
|
-
"name": "helpText",
|
8161
|
+
"name": "autofocus",
|
8149
8162
|
"type": {
|
8150
|
-
"text": "
|
8163
|
+
"text": "boolean"
|
8151
8164
|
},
|
8152
|
-
"
|
8153
|
-
"
|
8154
|
-
"
|
8165
|
+
"default": "false",
|
8166
|
+
"description": "This property indicates whether the element should receive focus automatically when it is rendered.",
|
8167
|
+
"fieldName": "autofocus",
|
8155
8168
|
"inheritedFrom": {
|
8156
|
-
"name": "
|
8157
|
-
"module": "components/
|
8169
|
+
"name": "Buttonsimple",
|
8170
|
+
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
8158
8171
|
}
|
8159
8172
|
},
|
8160
8173
|
{
|
8161
|
-
"
|
8162
|
-
"name": "toggletipText",
|
8174
|
+
"name": "tabIndex",
|
8163
8175
|
"type": {
|
8164
|
-
"text": "
|
8176
|
+
"text": "number"
|
8165
8177
|
},
|
8166
|
-
"
|
8167
|
-
"
|
8168
|
-
"
|
8178
|
+
"default": "0",
|
8179
|
+
"description": "This property specifies the tab order of the element.",
|
8180
|
+
"fieldName": "tabIndex",
|
8169
8181
|
"inheritedFrom": {
|
8170
|
-
"name": "
|
8171
|
-
"module": "components/
|
8182
|
+
"name": "Buttonsimple",
|
8183
|
+
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
8172
8184
|
}
|
8173
8185
|
},
|
8174
8186
|
{
|
8175
|
-
"
|
8176
|
-
"name": "toggletipPlacement",
|
8187
|
+
"name": "disabled",
|
8177
8188
|
"type": {
|
8178
|
-
"text": "
|
8189
|
+
"text": "boolean | undefined"
|
8179
8190
|
},
|
8180
|
-
"description": "
|
8181
|
-
"default": "
|
8182
|
-
"
|
8183
|
-
"reflects": true,
|
8191
|
+
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
8192
|
+
"default": "undefined",
|
8193
|
+
"fieldName": "disabled",
|
8184
8194
|
"inheritedFrom": {
|
8185
|
-
"name": "
|
8186
|
-
"module": "components/
|
8195
|
+
"name": "Buttonsimple",
|
8196
|
+
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
8187
8197
|
}
|
8188
8198
|
},
|
8189
8199
|
{
|
8190
|
-
"
|
8191
|
-
"name": "infoIconAriaLabel",
|
8200
|
+
"name": "active",
|
8192
8201
|
"type": {
|
8193
|
-
"text": "
|
8202
|
+
"text": "boolean | undefined"
|
8194
8203
|
},
|
8195
|
-
"description": "
|
8196
|
-
"
|
8197
|
-
"
|
8204
|
+
"description": "The button's active state indicates whether it is currently toggled on (active) or off (inactive).\nWhen the active state is true, the button is considered to be in an active state, meaning it is toggled on.\nConversely, when the active state is false, the button is in an inactive state, indicating it is toggled off.\n\nThis attribute is used to set the provided `ariaStateKey` to true or false.",
|
8205
|
+
"default": "undefined",
|
8206
|
+
"fieldName": "active",
|
8198
8207
|
"inheritedFrom": {
|
8199
|
-
"name": "
|
8200
|
-
"module": "components/
|
8208
|
+
"name": "Buttonsimple",
|
8209
|
+
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
8201
8210
|
}
|
8202
8211
|
},
|
8203
8212
|
{
|
8204
|
-
"
|
8205
|
-
"
|
8206
|
-
|
8207
|
-
"description": "creates the label element when the label property is set.\nid is used to link the label with the input field.",
|
8208
|
-
"return": {
|
8209
|
-
"type": {
|
8210
|
-
"text": ""
|
8211
|
-
}
|
8213
|
+
"name": "soft-disabled",
|
8214
|
+
"type": {
|
8215
|
+
"text": "boolean | undefined"
|
8212
8216
|
},
|
8217
|
+
"description": "Indicates whether the button is soft disabled.\nWhen set to `true`, the button appears visually disabled but still allows\nfocus, click, and keyboard actions to be passed through.\n\n**Important:** When using soft disabled, consumers must ensure that\nthe button behaves like a disabled button, allowing only focus and\npreventing any interactions (clicks or keyboard actions) from triggering unintended actions.",
|
8218
|
+
"default": "undefined",
|
8219
|
+
"fieldName": "softDisabled",
|
8213
8220
|
"inheritedFrom": {
|
8214
|
-
"name": "
|
8215
|
-
"module": "components/
|
8221
|
+
"name": "Buttonsimple",
|
8222
|
+
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
8216
8223
|
}
|
8217
8224
|
},
|
8218
8225
|
{
|
8219
|
-
"
|
8220
|
-
"
|
8221
|
-
|
8222
|
-
"description": "creates the helpertext icon based on the helpTextType for validation.\nIf the helpTextType is not set, it defaults to 'default' and it doesn't display any icon.",
|
8223
|
-
"return": {
|
8224
|
-
"type": {
|
8225
|
-
"text": ""
|
8226
|
-
}
|
8226
|
+
"name": "size",
|
8227
|
+
"type": {
|
8228
|
+
"text": "ButtonSize"
|
8227
8229
|
},
|
8230
|
+
"description": "Simplebutton size is a super set of all the sizes supported by children components.",
|
8231
|
+
"default": "32",
|
8232
|
+
"fieldName": "size",
|
8228
8233
|
"inheritedFrom": {
|
8229
|
-
"name": "
|
8230
|
-
"module": "components/
|
8234
|
+
"name": "Buttonsimple",
|
8235
|
+
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
8231
8236
|
}
|
8232
8237
|
},
|
8233
8238
|
{
|
8234
|
-
"
|
8235
|
-
"
|
8236
|
-
|
8237
|
-
"description": "creates the helper text component when the helpertext value is set.\nIt is also used to display the validation message based on the helpTextType.",
|
8238
|
-
"return": {
|
8239
|
-
"type": {
|
8240
|
-
"text": ""
|
8241
|
-
}
|
8239
|
+
"name": "role",
|
8240
|
+
"type": {
|
8241
|
+
"text": "RoleType"
|
8242
8242
|
},
|
8243
|
+
"description": "This property defines the ARIA role for the element. By default, it is set to 'button'.\nConsumers should override this role when:\n- The element is being used in a context where a different role is more appropriate.\n- Custom behaviors are implemented that require a specific ARIA role for accessibility purposes.",
|
8244
|
+
"default": "button",
|
8245
|
+
"fieldName": "role",
|
8243
8246
|
"inheritedFrom": {
|
8244
|
-
"name": "
|
8245
|
-
"module": "components/
|
8247
|
+
"name": "Buttonsimple",
|
8248
|
+
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
8246
8249
|
}
|
8247
8250
|
},
|
8248
8251
|
{
|
8249
|
-
"
|
8250
|
-
"
|
8251
|
-
|
8252
|
-
"description": "renders the mdc-label-text container that contains the label and labelInfoToggleTip.",
|
8253
|
-
"return": {
|
8254
|
-
"type": {
|
8255
|
-
"text": ""
|
8256
|
-
}
|
8252
|
+
"name": "ariaStateKey",
|
8253
|
+
"type": {
|
8254
|
+
"text": "string | undefined"
|
8257
8255
|
},
|
8256
|
+
"description": "This property defines the ARIA state key, which will be toggled when the\nButton is set to `active`.\nThe default value is 'aria-pressed', which is commonly used for toggle buttons.\n\nConsumers can override this property to use a different ARIA state key if needed.\nIn case multiple aria attributes should be toggled, they can be passed in as\na comma separated string.\nFor example: `aria-pressed,aria-expanded`",
|
8257
|
+
"default": "'aria-pressed' (when)",
|
8258
|
+
"fieldName": "ariaStateKey",
|
8258
8259
|
"inheritedFrom": {
|
8259
|
-
"name": "
|
8260
|
-
"module": "components/
|
8260
|
+
"name": "Buttonsimple",
|
8261
|
+
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
8261
8262
|
}
|
8262
8263
|
},
|
8263
8264
|
{
|
8264
|
-
"
|
8265
|
-
"
|
8266
|
-
|
8267
|
-
"description": "renders the mdc-help-text container that contains the helpertext icon and helpertext.",
|
8268
|
-
"return": {
|
8269
|
-
"type": {
|
8270
|
-
"text": ""
|
8271
|
-
}
|
8265
|
+
"name": "type",
|
8266
|
+
"type": {
|
8267
|
+
"text": "ButtonType"
|
8272
8268
|
},
|
8269
|
+
"description": "This property defines the type attribute for the button element.\nThe type attribute specifies the behavior of the button when it is clicked.\n- **submit**: The button submits the form data to the server.\n- **reset**: The button resets the form data to its initial state.\n- **button**: The button does nothing when clicked.",
|
8270
|
+
"default": "button",
|
8271
|
+
"fieldName": "type",
|
8273
8272
|
"inheritedFrom": {
|
8274
|
-
"name": "
|
8275
|
-
"module": "components/
|
8273
|
+
"name": "Buttonsimple",
|
8274
|
+
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
8276
8275
|
}
|
8277
8276
|
}
|
8278
8277
|
],
|
8278
|
+
"mixins": [
|
8279
|
+
{
|
8280
|
+
"name": "IconNameMixin",
|
8281
|
+
"module": "/src/utils/mixins/IconNameMixin"
|
8282
|
+
}
|
8283
|
+
],
|
8284
|
+
"superclass": {
|
8285
|
+
"name": "Buttonsimple",
|
8286
|
+
"module": "/src/components/buttonsimple/buttonsimple.component"
|
8287
|
+
},
|
8288
|
+
"tagName": "mdc-chip",
|
8289
|
+
"jsDoc": "/**\n * mdc-chip is an interactive element that can be used to represent a chip. It supports a leading icon along with label.\n * Consumers can wrap this component around a tooltip to provide additional context.\n *\n * It is recommended to keep the label text for the chip component concise and compact.\n * For best results, we recommend limiting the <b>maximum length of the label text to 20 characters</b>,\n * including empty spaces to split words.\n *\n * This component is built by extending Buttonsimple.\n *\n * @tagname mdc-chip\n *\n * @dependency mdc-icon\n * @dependency mdc-text\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 */",
|
8290
|
+
"customElement": true,
|
8279
8291
|
"events": [
|
8280
8292
|
{
|
8281
|
-
"
|
8282
|
-
|
8293
|
+
"description": "(React: onClick) This event is dispatched when the button is clicked.",
|
8294
|
+
"name": "click",
|
8295
|
+
"reactName": "onClick",
|
8296
|
+
"inheritedFrom": {
|
8297
|
+
"name": "Buttonsimple",
|
8298
|
+
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
8283
8299
|
}
|
8284
8300
|
},
|
8285
8301
|
{
|
8286
|
-
"description": "(React:
|
8287
|
-
"name": "
|
8288
|
-
"reactName": "
|
8302
|
+
"description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the button.",
|
8303
|
+
"name": "keydown",
|
8304
|
+
"reactName": "onKeyDown",
|
8305
|
+
"inheritedFrom": {
|
8306
|
+
"name": "Buttonsimple",
|
8307
|
+
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
8308
|
+
}
|
8289
8309
|
},
|
8290
8310
|
{
|
8291
|
-
"description": "(React:
|
8311
|
+
"description": "(React: onKeyUp) This event is dispatched when a key is released on the button.",
|
8312
|
+
"name": "keyup",
|
8313
|
+
"reactName": "onKeyUp",
|
8314
|
+
"inheritedFrom": {
|
8315
|
+
"name": "Buttonsimple",
|
8316
|
+
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
8317
|
+
}
|
8318
|
+
},
|
8319
|
+
{
|
8320
|
+
"description": "(React: onFocus) This event is dispatched when the button receives focus.",
|
8292
8321
|
"name": "focus",
|
8293
|
-
"reactName": "onFocus"
|
8322
|
+
"reactName": "onFocus",
|
8323
|
+
"inheritedFrom": {
|
8324
|
+
"name": "Buttonsimple",
|
8325
|
+
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
8326
|
+
}
|
8294
8327
|
}
|
8295
|
-
]
|
8296
|
-
|
8297
|
-
|
8298
|
-
|
8299
|
-
|
8300
|
-
|
8301
|
-
|
8302
|
-
|
8303
|
-
|
8304
|
-
|
8305
|
-
|
8328
|
+
]
|
8329
|
+
}
|
8330
|
+
],
|
8331
|
+
"exports": [
|
8332
|
+
{
|
8333
|
+
"kind": "js",
|
8334
|
+
"name": "default",
|
8335
|
+
"declaration": {
|
8336
|
+
"name": "Chip",
|
8337
|
+
"module": "components/chip/chip.component.js"
|
8338
|
+
}
|
8339
|
+
}
|
8340
|
+
]
|
8341
|
+
},
|
8342
|
+
{
|
8343
|
+
"kind": "javascript-module",
|
8344
|
+
"path": "components/cardradio/cardradio.component.js",
|
8345
|
+
"declarations": [
|
8346
|
+
{
|
8347
|
+
"kind": "class",
|
8348
|
+
"description": "cardradio component extends `mdc-card` and supports radio selection interaction addtionally.\n\nWhile using this component within a form or group of cards, make sure cards are in a role = \"radio-group\".\nThis card would have events for selected and unselected (similar to radio)\n\n**Note**: This is a single selection card i.e. interacting anywhere on the card would toggle the checked state.\nMake sure to pass only non-interactable elements within the slots.\n\nMake sure to pass the `card-title` mandatorily for this card.",
|
8349
|
+
"name": "CardRadio",
|
8350
|
+
"cssProperties": [
|
8306
8351
|
{
|
8307
|
-
"
|
8308
|
-
"
|
8309
|
-
|
8310
|
-
|
8311
|
-
|
8312
|
-
|
8313
|
-
|
8314
|
-
|
8352
|
+
"description": "The width of the card",
|
8353
|
+
"name": "--mdc-card-width",
|
8354
|
+
"inheritedFrom": {
|
8355
|
+
"name": "Card",
|
8356
|
+
"module": "src/components/card/card.component.ts"
|
8357
|
+
}
|
8358
|
+
}
|
8359
|
+
],
|
8360
|
+
"cssParts": [
|
8315
8361
|
{
|
8316
|
-
"
|
8317
|
-
"
|
8318
|
-
|
8319
|
-
|
8320
|
-
|
8321
|
-
|
8322
|
-
"fieldName": "autofocus"
|
8362
|
+
"description": "The header part of the card",
|
8363
|
+
"name": "header",
|
8364
|
+
"inheritedFrom": {
|
8365
|
+
"name": "Card",
|
8366
|
+
"module": "src/components/card/card.component.ts"
|
8367
|
+
}
|
8323
8368
|
},
|
8324
8369
|
{
|
8325
|
-
"
|
8326
|
-
"
|
8327
|
-
"text": "string"
|
8328
|
-
},
|
8329
|
-
"default": "''",
|
8330
|
-
"description": "Indicates the name of the component group.\nThey are used to group elements in a form together.",
|
8331
|
-
"fieldName": "name",
|
8370
|
+
"description": "The icon part of the card header",
|
8371
|
+
"name": "icon",
|
8332
8372
|
"inheritedFrom": {
|
8333
|
-
"name": "
|
8334
|
-
"module": "src/
|
8373
|
+
"name": "Card",
|
8374
|
+
"module": "src/components/card/card.component.ts"
|
8335
8375
|
}
|
8336
8376
|
},
|
8337
8377
|
{
|
8338
|
-
"
|
8339
|
-
"
|
8340
|
-
"text": "string"
|
8341
|
-
},
|
8342
|
-
"default": "''",
|
8343
|
-
"description": "Indicates the value of the component group (ex: input, checkbox, radio, select etc...)",
|
8344
|
-
"fieldName": "value",
|
8378
|
+
"description": "The body part of the card",
|
8379
|
+
"name": "body",
|
8345
8380
|
"inheritedFrom": {
|
8346
|
-
"name": "
|
8347
|
-
"module": "src/
|
8381
|
+
"name": "Card",
|
8382
|
+
"module": "src/components/card/card.component.ts"
|
8348
8383
|
}
|
8349
8384
|
},
|
8350
8385
|
{
|
8351
|
-
"
|
8352
|
-
"
|
8353
|
-
"text": "string | undefined"
|
8354
|
-
},
|
8355
|
-
"description": "Custom validation message that will override the default message and displayed when the input is invalid.\n\nTo display custom validation messages, you must listen for input events (or other relevant events)\non your component and update the `validationMessage` property with the desired message string.\nUpdating this property will ensure that new validation messages are shown to the user.\n- The `validationMessage` property overrides the default browser validation message when set.\n- Consumers are responsible for updating `validationMessage` in response to input or validation state changes.",
|
8356
|
-
"fieldName": "validationMessage",
|
8386
|
+
"description": "The image part of the card",
|
8387
|
+
"name": "image",
|
8357
8388
|
"inheritedFrom": {
|
8358
|
-
"name": "
|
8359
|
-
"module": "src/
|
8389
|
+
"name": "Card",
|
8390
|
+
"module": "src/components/card/card.component.ts"
|
8360
8391
|
}
|
8361
8392
|
},
|
8362
8393
|
{
|
8363
|
-
"
|
8364
|
-
"
|
8365
|
-
"text": "string | null"
|
8366
|
-
},
|
8367
|
-
"default": "null",
|
8368
|
-
"description": "Defines a string value that labels the current element.\nThe Aria-Label attribute to be set for accessibility.",
|
8369
|
-
"fieldName": "dataAriaLabel",
|
8394
|
+
"description": "The footer part of the card",
|
8395
|
+
"name": "footer",
|
8370
8396
|
"inheritedFrom": {
|
8371
|
-
"name": "
|
8372
|
-
"module": "src/
|
8397
|
+
"name": "Card",
|
8398
|
+
"module": "src/components/card/card.component.ts"
|
8373
8399
|
}
|
8374
8400
|
},
|
8375
8401
|
{
|
8376
|
-
"
|
8377
|
-
"
|
8378
|
-
"text": "boolean | undefined"
|
8379
|
-
},
|
8380
|
-
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
8381
|
-
"default": "undefined",
|
8382
|
-
"fieldName": "disabled",
|
8402
|
+
"description": "The link part of the card footer",
|
8403
|
+
"name": "footer-link",
|
8383
8404
|
"inheritedFrom": {
|
8384
|
-
"name": "
|
8385
|
-
"module": "src/
|
8405
|
+
"name": "Card",
|
8406
|
+
"module": "src/components/card/card.component.ts"
|
8386
8407
|
}
|
8387
8408
|
},
|
8388
8409
|
{
|
8389
|
-
"
|
8390
|
-
"
|
8391
|
-
"text": "string | undefined"
|
8392
|
-
},
|
8393
|
-
"description": "The label of the input field. It is linked to the input field using the `for` attribute.",
|
8394
|
-
"fieldName": "label",
|
8410
|
+
"description": "The primary button part of the card footer",
|
8411
|
+
"name": "footer-button-primary",
|
8395
8412
|
"inheritedFrom": {
|
8396
|
-
"name": "
|
8397
|
-
"module": "src/components/
|
8413
|
+
"name": "Card",
|
8414
|
+
"module": "src/components/card/card.component.ts"
|
8398
8415
|
}
|
8399
8416
|
},
|
8400
8417
|
{
|
8401
|
-
"
|
8402
|
-
"
|
8403
|
-
"text": "boolean"
|
8404
|
-
},
|
8405
|
-
"default": "false",
|
8406
|
-
"description": "The required attribute to indicate that the input field is required.\nIt is used to append a required indicator (*) to the label.",
|
8407
|
-
"fieldName": "required",
|
8418
|
+
"description": "The secondary button part of the card footer",
|
8419
|
+
"name": "footer-button-secondary",
|
8408
8420
|
"inheritedFrom": {
|
8409
|
-
"name": "
|
8410
|
-
"module": "src/components/
|
8421
|
+
"name": "Card",
|
8422
|
+
"module": "src/components/card/card.component.ts"
|
8411
8423
|
}
|
8412
8424
|
},
|
8413
8425
|
{
|
8414
|
-
"
|
8415
|
-
"
|
8416
|
-
"text": "string"
|
8417
|
-
},
|
8418
|
-
"default": "''",
|
8419
|
-
"description": "The unique id of the input field. It is used to link the input field with the label.",
|
8420
|
-
"fieldName": "id",
|
8426
|
+
"description": "The icon button part of the card header",
|
8427
|
+
"name": "icon-button",
|
8421
8428
|
"inheritedFrom": {
|
8422
|
-
"name": "
|
8423
|
-
"module": "src/components/
|
8429
|
+
"name": "Card",
|
8430
|
+
"module": "src/components/card/card.component.ts"
|
8424
8431
|
}
|
8425
8432
|
},
|
8426
8433
|
{
|
8427
|
-
"
|
8428
|
-
"
|
8429
|
-
"text": "ValidationType"
|
8430
|
-
},
|
8431
|
-
"description": "The type of help text. It can be 'default', 'error', 'warning', 'success', 'priority'.",
|
8432
|
-
"fieldName": "helpTextType",
|
8434
|
+
"description": "The text part of the card",
|
8435
|
+
"name": "text",
|
8433
8436
|
"inheritedFrom": {
|
8434
|
-
"name": "
|
8435
|
-
"module": "src/components/
|
8437
|
+
"name": "Card",
|
8438
|
+
"module": "src/components/card/card.component.ts"
|
8436
8439
|
}
|
8437
8440
|
},
|
8438
8441
|
{
|
8439
|
-
"
|
8440
|
-
"
|
8441
|
-
|
8442
|
-
|
8443
|
-
"description": "The
|
8444
|
-
"
|
8442
|
+
"description": "The check part of the card",
|
8443
|
+
"name": "check"
|
8444
|
+
},
|
8445
|
+
{
|
8446
|
+
"description": "The check icon part of the card",
|
8447
|
+
"name": "check-icon"
|
8448
|
+
},
|
8449
|
+
{
|
8450
|
+
"description": "The check icon button part of the card",
|
8451
|
+
"name": "check-icon-button"
|
8452
|
+
}
|
8453
|
+
],
|
8454
|
+
"slots": [
|
8455
|
+
{
|
8456
|
+
"description": "This slot is for passing the content before the body",
|
8457
|
+
"name": "before-body",
|
8445
8458
|
"inheritedFrom": {
|
8446
|
-
"name": "
|
8447
|
-
"module": "src/components/
|
8459
|
+
"name": "Card",
|
8460
|
+
"module": "src/components/card/card.component.ts"
|
8448
8461
|
}
|
8449
8462
|
},
|
8450
8463
|
{
|
8451
|
-
"
|
8452
|
-
"
|
8453
|
-
"text": "string | undefined"
|
8454
|
-
},
|
8455
|
-
"description": "The toggletip text that is displayed when the label is hovered.\nIt is used to provide additional information about the label.",
|
8456
|
-
"fieldName": "toggletipText",
|
8464
|
+
"description": "This slot is for passing the text content for the card",
|
8465
|
+
"name": "body",
|
8457
8466
|
"inheritedFrom": {
|
8458
|
-
"name": "
|
8459
|
-
"module": "src/components/
|
8467
|
+
"name": "Card",
|
8468
|
+
"module": "src/components/card/card.component.ts"
|
8460
8469
|
}
|
8461
8470
|
},
|
8462
8471
|
{
|
8463
|
-
"
|
8464
|
-
"
|
8465
|
-
"text": "PopoverPlacement"
|
8466
|
-
},
|
8467
|
-
"description": "The placement of the toggletip that is displayed when the info icon is hovered.",
|
8468
|
-
"default": "'top'",
|
8469
|
-
"fieldName": "toggletipPlacement",
|
8472
|
+
"description": "This slot is for passing the content after the body",
|
8473
|
+
"name": "after-body",
|
8470
8474
|
"inheritedFrom": {
|
8471
|
-
"name": "
|
8472
|
-
"module": "src/components/
|
8475
|
+
"name": "Card",
|
8476
|
+
"module": "src/components/card/card.component.ts"
|
8473
8477
|
}
|
8474
8478
|
},
|
8475
8479
|
{
|
8476
|
-
"
|
8477
|
-
"
|
8478
|
-
"text": "string | undefined"
|
8479
|
-
},
|
8480
|
-
"description": "Aria label for the info icon that is displayed next to the label when `toggletipText` is set.\nThis is used for accessibility purposes to provide a description of the icon.",
|
8481
|
-
"fieldName": "infoIconAriaLabel",
|
8480
|
+
"description": "This slot is for passing `mdc-link` component within the footer section.",
|
8481
|
+
"name": "footer-link",
|
8482
8482
|
"inheritedFrom": {
|
8483
|
-
"name": "
|
8484
|
-
"module": "src/components/
|
8483
|
+
"name": "Card",
|
8484
|
+
"module": "src/components/card/card.component.ts"
|
8485
8485
|
}
|
8486
|
-
}
|
8487
|
-
],
|
8488
|
-
"mixins": [
|
8489
|
-
{
|
8490
|
-
"name": "FormInternalsMixin",
|
8491
|
-
"module": "/src/utils/mixins/FormInternalsMixin"
|
8492
8486
|
},
|
8493
8487
|
{
|
8494
|
-
"
|
8495
|
-
"
|
8496
|
-
|
8497
|
-
|
8498
|
-
|
8499
|
-
|
8500
|
-
"module": "/src/components/formfieldwrapper/formfieldwrapper.component"
|
8501
|
-
},
|
8502
|
-
"tagName": "mdc-checkbox",
|
8503
|
-
"jsDoc": "/**\n * Checkboxes allow users to select multiple options from a list or turn an item/feature on or off.\n * These are often used in forms, settings, and selections in lists.\n *\n * A checkbox component contains an optional label and an optional helper text.\n *\n * To create a group of checkboxes, use the FormFieldGroup component.\n *\n * @dependency mdc-button\n * @dependency mdc-icon\n * @dependency mdc-staticcheckbox\n * @dependency mdc-text\n * @dependency mdc-toggletip\n *\n * @tagname mdc-checkbox\n *\n * @event change - (React: onChange) Event that gets dispatched when the checkbox state changes.\n * @event focus - (React: onFocus) Event that gets dispatched when the checkbox receives focus.\n *\n * @cssproperty --mdc-checkbox-background-color-hover - Allows customization of the background color on hover.\n * @cssproperty --mdc-checkbox-checked-background-color-hover - Background color for a selected checkbox when hovered.\n * @cssproperty --mdc-checkbox-checked-pressed-icon-color - Background color for a selected checkbox when pressed.\n * @cssproperty --mdc-checkbox-pressed-icon-color - Background color for a selected checkbox when pressed.\n * @cssproperty --mdc-checkbox-disabled-checked-icon-color - Background color for a selected checkbox when disabled.\n */",
|
8504
|
-
"customElement": true
|
8505
|
-
}
|
8506
|
-
],
|
8507
|
-
"exports": [
|
8508
|
-
{
|
8509
|
-
"kind": "js",
|
8510
|
-
"name": "default",
|
8511
|
-
"declaration": {
|
8512
|
-
"name": "Checkbox",
|
8513
|
-
"module": "components/checkbox/checkbox.component.js"
|
8514
|
-
}
|
8515
|
-
}
|
8516
|
-
]
|
8517
|
-
},
|
8518
|
-
{
|
8519
|
-
"kind": "javascript-module",
|
8520
|
-
"path": "components/chip/chip.component.js",
|
8521
|
-
"declarations": [
|
8522
|
-
{
|
8523
|
-
"kind": "class",
|
8524
|
-
"description": "mdc-chip is an interactive element that can be used to represent a chip. It supports a leading icon along with label.\nConsumers can wrap this component around a tooltip to provide additional context.\n\nIt is recommended to keep the label text for the chip component concise and compact.\nFor best results, we recommend limiting the <b>maximum length of the label text to 20 characters</b>,\nincluding empty spaces to split words.\n\nThis component is built by extending Buttonsimple.",
|
8525
|
-
"name": "Chip",
|
8526
|
-
"cssProperties": [
|
8527
|
-
{
|
8528
|
-
"description": "The color of the chip.",
|
8529
|
-
"name": "--mdc-chip-color"
|
8488
|
+
"description": "This slot is for passing primary variant of `mdc-button` component within the footer section.",
|
8489
|
+
"name": "footer-button-primary",
|
8490
|
+
"inheritedFrom": {
|
8491
|
+
"name": "Card",
|
8492
|
+
"module": "src/components/card/card.component.ts"
|
8493
|
+
}
|
8530
8494
|
},
|
8531
8495
|
{
|
8532
|
-
"description": "
|
8533
|
-
"name": "
|
8496
|
+
"description": "This slot is for passing secondary variant of `mdc-button` component within the footer section.",
|
8497
|
+
"name": "footer-button-secondary",
|
8498
|
+
"inheritedFrom": {
|
8499
|
+
"name": "Card",
|
8500
|
+
"module": "src/components/card/card.component.ts"
|
8501
|
+
}
|
8534
8502
|
},
|
8535
8503
|
{
|
8536
|
-
"description": "
|
8537
|
-
"name": "
|
8504
|
+
"description": " This slot is for passing custom footer content. Only use this if really needed, using the footer-link and footer-button slots is preferred.",
|
8505
|
+
"name": "footer",
|
8506
|
+
"inheritedFrom": {
|
8507
|
+
"name": "Card",
|
8508
|
+
"module": "src/components/card/card.component.ts"
|
8509
|
+
}
|
8538
8510
|
}
|
8539
8511
|
],
|
8540
8512
|
"members": [
|
8541
8513
|
{
|
8542
8514
|
"kind": "field",
|
8543
|
-
"name": "
|
8515
|
+
"name": "checked",
|
8544
8516
|
"type": {
|
8545
|
-
"text": "
|
8517
|
+
"text": "boolean"
|
8546
8518
|
},
|
8547
|
-
"
|
8548
|
-
"
|
8549
|
-
"attribute": "
|
8519
|
+
"default": "false",
|
8520
|
+
"description": "The checked state of the card",
|
8521
|
+
"attribute": "checked",
|
8550
8522
|
"reflects": true
|
8551
8523
|
},
|
8552
8524
|
{
|
8553
8525
|
"kind": "field",
|
8554
|
-
"name": "
|
8526
|
+
"name": "name",
|
8555
8527
|
"type": {
|
8556
8528
|
"text": "string"
|
8557
8529
|
},
|
8558
8530
|
"default": "''",
|
8559
|
-
"description": "The
|
8560
|
-
"attribute": "
|
8531
|
+
"description": "The name of the radio.",
|
8532
|
+
"attribute": "name"
|
8561
8533
|
},
|
8562
8534
|
{
|
8563
8535
|
"kind": "method",
|
8564
|
-
"name": "
|
8536
|
+
"name": "getAllCardsWithinSameGroup",
|
8565
8537
|
"privacy": "private",
|
8566
|
-
"
|
8538
|
+
"return": {
|
8539
|
+
"type": {
|
8540
|
+
"text": "CardRadio[]"
|
8541
|
+
}
|
8542
|
+
},
|
8543
|
+
"description": "Returns all cards within the same group (name)."
|
8544
|
+
},
|
8545
|
+
{
|
8546
|
+
"kind": "method",
|
8547
|
+
"name": "toggleChecked",
|
8548
|
+
"privacy": "private",
|
8549
|
+
"return": {
|
8550
|
+
"type": {
|
8551
|
+
"text": "void"
|
8552
|
+
}
|
8553
|
+
},
|
8554
|
+
"description": "Handles the change event on the radio element.\nThis will toggle the state of the radio element.\nDispatches the change event."
|
8555
|
+
},
|
8556
|
+
{
|
8557
|
+
"kind": "method",
|
8558
|
+
"name": "setDisabled",
|
8559
|
+
"return": {
|
8560
|
+
"type": {
|
8561
|
+
"text": "void"
|
8562
|
+
}
|
8563
|
+
},
|
8564
|
+
"parameters": [
|
8565
|
+
{
|
8566
|
+
"name": "disabled",
|
8567
|
+
"type": {
|
8568
|
+
"text": "boolean"
|
8569
|
+
}
|
8570
|
+
}
|
8571
|
+
]
|
8572
|
+
},
|
8573
|
+
{
|
8574
|
+
"kind": "method",
|
8575
|
+
"name": "updateCardRadio",
|
8576
|
+
"privacy": "private",
|
8577
|
+
"return": {
|
8578
|
+
"type": {
|
8579
|
+
"text": "void"
|
8580
|
+
}
|
8581
|
+
},
|
8582
|
+
"parameters": [
|
8583
|
+
{
|
8584
|
+
"name": "cards",
|
8585
|
+
"type": {
|
8586
|
+
"text": "CardRadio[]"
|
8587
|
+
}
|
8588
|
+
},
|
8589
|
+
{
|
8590
|
+
"name": "index",
|
8591
|
+
"type": {
|
8592
|
+
"text": "number"
|
8593
|
+
}
|
8594
|
+
}
|
8595
|
+
]
|
8596
|
+
},
|
8597
|
+
{
|
8598
|
+
"kind": "method",
|
8599
|
+
"name": "toggleOnEnter",
|
8600
|
+
"privacy": "private",
|
8601
|
+
"parameters": [
|
8602
|
+
{
|
8603
|
+
"name": "event",
|
8604
|
+
"type": {
|
8605
|
+
"text": "KeyboardEvent"
|
8606
|
+
},
|
8607
|
+
"description": "The keyboard event"
|
8608
|
+
}
|
8609
|
+
],
|
8610
|
+
"description": "Toggles the checked state when enter key is used"
|
8611
|
+
},
|
8612
|
+
{
|
8613
|
+
"kind": "method",
|
8614
|
+
"name": "toggleOnSpace",
|
8615
|
+
"privacy": "private",
|
8616
|
+
"parameters": [
|
8617
|
+
{
|
8618
|
+
"name": "event",
|
8619
|
+
"type": {
|
8620
|
+
"text": "KeyboardEvent"
|
8621
|
+
},
|
8622
|
+
"description": "The keyboard event"
|
8623
|
+
}
|
8624
|
+
],
|
8625
|
+
"description": "Toggles the checked state when space key is used"
|
8626
|
+
},
|
8627
|
+
{
|
8628
|
+
"kind": "method",
|
8629
|
+
"name": "renderHeader",
|
8630
|
+
"privacy": "protected",
|
8631
|
+
"description": "Renders the header of the card",
|
8567
8632
|
"return": {
|
8568
8633
|
"type": {
|
8569
8634
|
"text": ""
|
8570
8635
|
}
|
8636
|
+
},
|
8637
|
+
"inheritedFrom": {
|
8638
|
+
"name": "Card",
|
8639
|
+
"module": "components/card/card.component.js"
|
8571
8640
|
}
|
8572
8641
|
},
|
8573
8642
|
{
|
8574
8643
|
"kind": "field",
|
8575
|
-
"name": "
|
8644
|
+
"name": "disabled",
|
8576
8645
|
"type": {
|
8577
|
-
"text": "
|
8646
|
+
"text": "boolean | undefined"
|
8578
8647
|
},
|
8579
|
-
"description": "
|
8580
|
-
"
|
8648
|
+
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
8649
|
+
"default": "undefined",
|
8650
|
+
"attribute": "disabled",
|
8651
|
+
"reflects": true,
|
8581
8652
|
"inheritedFrom": {
|
8582
|
-
"name": "
|
8583
|
-
"module": "utils/mixins/
|
8653
|
+
"name": "DisabledMixin",
|
8654
|
+
"module": "utils/mixins/DisabledMixin.js"
|
8584
8655
|
}
|
8585
8656
|
},
|
8586
8657
|
{
|
8587
8658
|
"kind": "field",
|
8588
|
-
"name": "
|
8659
|
+
"name": "tabIndex",
|
8589
8660
|
"type": {
|
8590
|
-
"text": "
|
8661
|
+
"text": "number"
|
8591
8662
|
},
|
8592
|
-
"default": "
|
8593
|
-
"description": "This property
|
8594
|
-
"attribute": "
|
8663
|
+
"default": "0",
|
8664
|
+
"description": "This property specifies the tab order of the element.",
|
8665
|
+
"attribute": "tabIndex",
|
8666
|
+
"reflects": true,
|
8667
|
+
"inheritedFrom": {
|
8668
|
+
"name": "TabIndexMixin",
|
8669
|
+
"module": "utils/mixins/TabIndexMixin.js"
|
8670
|
+
}
|
8671
|
+
},
|
8672
|
+
{
|
8673
|
+
"kind": "field",
|
8674
|
+
"name": "cardTitle",
|
8675
|
+
"type": {
|
8676
|
+
"text": "string"
|
8677
|
+
},
|
8678
|
+
"default": "''",
|
8679
|
+
"description": "The title of the card - part of header section",
|
8680
|
+
"attribute": "card-title",
|
8595
8681
|
"reflects": true,
|
8596
8682
|
"inheritedFrom": {
|
8597
|
-
"name": "
|
8598
|
-
"module": "components/
|
8683
|
+
"name": "Card",
|
8684
|
+
"module": "components/card/card.component.js"
|
8599
8685
|
}
|
8600
8686
|
},
|
8601
8687
|
{
|
8602
8688
|
"kind": "field",
|
8603
|
-
"name": "
|
8689
|
+
"name": "subtitle",
|
8604
8690
|
"type": {
|
8605
|
-
"text": "
|
8691
|
+
"text": "string"
|
8606
8692
|
},
|
8607
|
-
"default": "
|
8608
|
-
"description": "
|
8609
|
-
"attribute": "
|
8693
|
+
"default": "''",
|
8694
|
+
"description": "The subtitle of the card - part of header section",
|
8695
|
+
"attribute": "subtitle",
|
8610
8696
|
"reflects": true,
|
8611
8697
|
"inheritedFrom": {
|
8612
|
-
"name": "
|
8613
|
-
"module": "components/
|
8698
|
+
"name": "Card",
|
8699
|
+
"module": "components/card/card.component.js"
|
8614
8700
|
}
|
8615
8701
|
},
|
8616
8702
|
{
|
8617
8703
|
"kind": "field",
|
8618
|
-
"name": "
|
8704
|
+
"name": "imageSrc",
|
8619
8705
|
"type": {
|
8620
|
-
"text": "
|
8706
|
+
"text": "string"
|
8621
8707
|
},
|
8622
|
-
"
|
8623
|
-
"
|
8624
|
-
"attribute": "
|
8708
|
+
"default": "''",
|
8709
|
+
"description": "The image source URL to render on the card",
|
8710
|
+
"attribute": "image-src",
|
8625
8711
|
"reflects": true,
|
8626
8712
|
"inheritedFrom": {
|
8627
|
-
"name": "
|
8628
|
-
"module": "components/
|
8713
|
+
"name": "Card",
|
8714
|
+
"module": "components/card/card.component.js"
|
8629
8715
|
}
|
8630
8716
|
},
|
8631
8717
|
{
|
8632
8718
|
"kind": "field",
|
8633
|
-
"name": "
|
8719
|
+
"name": "imageAlt",
|
8634
8720
|
"type": {
|
8635
|
-
"text": "
|
8721
|
+
"text": "string"
|
8636
8722
|
},
|
8637
|
-
"
|
8638
|
-
"
|
8639
|
-
"attribute": "
|
8723
|
+
"default": "''",
|
8724
|
+
"description": "The image alt for accessibility support",
|
8725
|
+
"attribute": "image-alt",
|
8640
8726
|
"reflects": true,
|
8641
8727
|
"inheritedFrom": {
|
8642
|
-
"name": "
|
8643
|
-
"module": "components/
|
8728
|
+
"name": "Card",
|
8729
|
+
"module": "components/card/card.component.js"
|
8644
8730
|
}
|
8645
8731
|
},
|
8646
8732
|
{
|
8647
8733
|
"kind": "field",
|
8648
|
-
"name": "
|
8734
|
+
"name": "variant",
|
8649
8735
|
"type": {
|
8650
|
-
"text": "
|
8736
|
+
"text": "CardVariant"
|
8651
8737
|
},
|
8652
|
-
"description": "
|
8653
|
-
"default": "
|
8654
|
-
"attribute": "
|
8738
|
+
"description": "The variant of the card. It can either be set to 'border' or 'ghost'",
|
8739
|
+
"default": "'border'",
|
8740
|
+
"attribute": "variant",
|
8655
8741
|
"reflects": true,
|
8656
8742
|
"inheritedFrom": {
|
8657
|
-
"name": "
|
8658
|
-
"module": "components/
|
8743
|
+
"name": "Card",
|
8744
|
+
"module": "components/card/card.component.js"
|
8659
8745
|
}
|
8660
8746
|
},
|
8661
8747
|
{
|
8662
8748
|
"kind": "field",
|
8663
|
-
"name": "
|
8749
|
+
"name": "orientation",
|
8664
8750
|
"type": {
|
8665
|
-
"text": "
|
8751
|
+
"text": "CardOrientation"
|
8666
8752
|
},
|
8667
|
-
"description": "
|
8668
|
-
"default": "
|
8669
|
-
"attribute": "
|
8753
|
+
"description": "The orientation of the card. It can either be set to 'vertical' or 'horizontal'",
|
8754
|
+
"default": "'vertical'",
|
8755
|
+
"attribute": "orientation",
|
8670
8756
|
"reflects": true,
|
8671
8757
|
"inheritedFrom": {
|
8672
|
-
"name": "
|
8673
|
-
"module": "components/
|
8758
|
+
"name": "Card",
|
8759
|
+
"module": "components/card/card.component.js"
|
8674
8760
|
}
|
8675
8761
|
},
|
8676
8762
|
{
|
8677
8763
|
"kind": "field",
|
8678
|
-
"name": "
|
8764
|
+
"name": "titleTagName",
|
8679
8765
|
"type": {
|
8680
|
-
"text": "
|
8766
|
+
"text": "TagNameType"
|
8681
8767
|
},
|
8682
|
-
"description": "
|
8683
|
-
"default": "
|
8684
|
-
"attribute": "
|
8768
|
+
"description": "The tag name for the card title. It supports all the types that `mdc-text` supports",
|
8769
|
+
"default": "'span'",
|
8770
|
+
"attribute": "title-tag-name",
|
8685
8771
|
"reflects": true,
|
8686
8772
|
"inheritedFrom": {
|
8687
|
-
"name": "
|
8688
|
-
"module": "components/
|
8773
|
+
"name": "Card",
|
8774
|
+
"module": "components/card/card.component.js"
|
8689
8775
|
}
|
8690
8776
|
},
|
8691
8777
|
{
|
8692
8778
|
"kind": "field",
|
8693
|
-
"name": "
|
8779
|
+
"name": "subtitleTagName",
|
8694
8780
|
"type": {
|
8695
|
-
"text": "
|
8781
|
+
"text": "TagNameType"
|
8696
8782
|
},
|
8697
|
-
"description": "
|
8698
|
-
"default": "'
|
8699
|
-
"attribute": "
|
8783
|
+
"description": "The tag name for the subtitle. It supports all the types that `mdc-text` supports",
|
8784
|
+
"default": "'span'",
|
8785
|
+
"attribute": "subtitle-tag-name",
|
8700
8786
|
"reflects": true,
|
8701
8787
|
"inheritedFrom": {
|
8702
|
-
"name": "
|
8703
|
-
"module": "components/
|
8788
|
+
"name": "Card",
|
8789
|
+
"module": "components/card/card.component.js"
|
8704
8790
|
}
|
8705
8791
|
},
|
8706
8792
|
{
|
8707
8793
|
"kind": "field",
|
8708
|
-
"name": "
|
8794
|
+
"name": "iconName",
|
8709
8795
|
"type": {
|
8710
|
-
"text": "
|
8796
|
+
"text": "IconNames | undefined"
|
8711
8797
|
},
|
8712
|
-
"description": "
|
8713
|
-
"
|
8714
|
-
"attribute": "type",
|
8798
|
+
"description": "Name of the icon (= filename).\n\nIf no `icon-name` is provided, no icon will be rendered.",
|
8799
|
+
"attribute": "icon-name",
|
8715
8800
|
"reflects": true,
|
8716
8801
|
"inheritedFrom": {
|
8717
|
-
"name": "
|
8718
|
-
"module": "components/
|
8802
|
+
"name": "Card",
|
8803
|
+
"module": "components/card/card.component.js"
|
8719
8804
|
}
|
8720
8805
|
},
|
8721
8806
|
{
|
8722
8807
|
"kind": "method",
|
8723
|
-
"name": "
|
8808
|
+
"name": "renderImage",
|
8724
8809
|
"privacy": "protected",
|
8810
|
+
"description": "Renders the image on the card if image source is provided",
|
8811
|
+
"return": {
|
8812
|
+
"type": {
|
8813
|
+
"text": ""
|
8814
|
+
}
|
8815
|
+
},
|
8725
8816
|
"inheritedFrom": {
|
8726
|
-
"name": "
|
8727
|
-
"module": "components/
|
8817
|
+
"name": "Card",
|
8818
|
+
"module": "components/card/card.component.js"
|
8728
8819
|
}
|
8729
8820
|
},
|
8730
8821
|
{
|
8731
8822
|
"kind": "method",
|
8732
|
-
"name": "
|
8823
|
+
"name": "renderIcon",
|
8733
8824
|
"privacy": "protected",
|
8734
|
-
"
|
8735
|
-
|
8736
|
-
|
8737
|
-
"
|
8738
|
-
"text": "HTMLElement"
|
8739
|
-
},
|
8740
|
-
"description": "The button element"
|
8741
|
-
},
|
8742
|
-
{
|
8743
|
-
"name": "active",
|
8744
|
-
"optional": true,
|
8745
|
-
"type": {
|
8746
|
-
"text": "boolean"
|
8747
|
-
},
|
8748
|
-
"description": "The active state of the element"
|
8825
|
+
"description": "Renders the icon on the card if icon name is provided",
|
8826
|
+
"return": {
|
8827
|
+
"type": {
|
8828
|
+
"text": ""
|
8749
8829
|
}
|
8750
|
-
|
8751
|
-
"description": "Sets the ariaStateKey attributes based on the active state of the button.",
|
8830
|
+
},
|
8752
8831
|
"inheritedFrom": {
|
8753
|
-
"name": "
|
8754
|
-
"module": "components/
|
8832
|
+
"name": "Card",
|
8833
|
+
"module": "components/card/card.component.js"
|
8755
8834
|
}
|
8756
8835
|
},
|
8757
8836
|
{
|
8758
8837
|
"kind": "method",
|
8759
|
-
"name": "
|
8760
|
-
"privacy": "
|
8761
|
-
"
|
8762
|
-
|
8763
|
-
|
8764
|
-
"
|
8765
|
-
"text": "HTMLElement"
|
8766
|
-
},
|
8767
|
-
"description": "The button element."
|
8768
|
-
},
|
8769
|
-
{
|
8770
|
-
"name": "softDisabled",
|
8771
|
-
"optional": true,
|
8772
|
-
"type": {
|
8773
|
-
"text": "boolean"
|
8774
|
-
},
|
8775
|
-
"description": "The soft-disabled state."
|
8838
|
+
"name": "renderTitle",
|
8839
|
+
"privacy": "protected",
|
8840
|
+
"description": "Renders the title and subtitle on the card",
|
8841
|
+
"return": {
|
8842
|
+
"type": {
|
8843
|
+
"text": ""
|
8776
8844
|
}
|
8777
|
-
|
8778
|
-
"description": "Sets the soft-disabled attribute for the button.\nWhen soft-disabled, the button looks to be disabled but remains focusable and clickable.\nAlso sets/removes aria-disabled attribute.",
|
8845
|
+
},
|
8779
8846
|
"inheritedFrom": {
|
8780
|
-
"name": "
|
8781
|
-
"module": "components/
|
8847
|
+
"name": "Card",
|
8848
|
+
"module": "components/card/card.component.js"
|
8782
8849
|
}
|
8783
8850
|
},
|
8784
8851
|
{
|
8785
8852
|
"kind": "method",
|
8786
|
-
"name": "
|
8787
|
-
"privacy": "
|
8788
|
-
"
|
8789
|
-
|
8790
|
-
|
8791
|
-
"
|
8792
|
-
"text": "HTMLElement"
|
8793
|
-
},
|
8794
|
-
"description": "The button element."
|
8795
|
-
},
|
8796
|
-
{
|
8797
|
-
"name": "disabled",
|
8798
|
-
"type": {
|
8799
|
-
"text": "boolean"
|
8800
|
-
},
|
8801
|
-
"description": "The disabled state."
|
8853
|
+
"name": "renderFooter",
|
8854
|
+
"privacy": "protected",
|
8855
|
+
"description": "Renders the footer of the card if footer-link,\nfooter-button-primary, or footer-button-secondary slots are provided",
|
8856
|
+
"return": {
|
8857
|
+
"type": {
|
8858
|
+
"text": ""
|
8802
8859
|
}
|
8803
|
-
|
8804
|
-
"description": "Sets the disabled attribute for the button.\nWhen disabled, the button is not focusable or clickable, and tabindex is set to -1.\nThe previous tabindex is stored and restored when enabled.\nAlso sets/removes aria-disabled attribute.",
|
8860
|
+
},
|
8805
8861
|
"inheritedFrom": {
|
8806
|
-
"name": "
|
8807
|
-
"module": "components/
|
8862
|
+
"name": "Card",
|
8863
|
+
"module": "components/card/card.component.js"
|
8808
8864
|
}
|
8809
|
-
}
|
8865
|
+
}
|
8866
|
+
],
|
8867
|
+
"events": [
|
8810
8868
|
{
|
8811
|
-
"
|
8812
|
-
"name": "
|
8813
|
-
"
|
8814
|
-
"inheritedFrom": {
|
8815
|
-
"name": "Buttonsimple",
|
8816
|
-
"module": "components/buttonsimple/buttonsimple.component.js"
|
8817
|
-
}
|
8869
|
+
"description": "(React: onClick) Event that gets dispatched when the card is clicked. It toggles the checked state.",
|
8870
|
+
"name": "click",
|
8871
|
+
"reactName": "onClick"
|
8818
8872
|
},
|
8819
8873
|
{
|
8820
|
-
"
|
8821
|
-
"name": "
|
8822
|
-
"
|
8823
|
-
"description": "In case the button is pressed and the focus is lost while pressing,\nthe pressed class is removed.",
|
8824
|
-
"inheritedFrom": {
|
8825
|
-
"name": "Buttonsimple",
|
8826
|
-
"module": "components/buttonsimple/buttonsimple.component.js"
|
8827
|
-
}
|
8874
|
+
"description": "(React: onKeyDown) This event is dispatched when a key is pressed down on the card. It toggles the checked state when enter key is used.",
|
8875
|
+
"name": "keydown",
|
8876
|
+
"reactName": "onKeyDown"
|
8828
8877
|
},
|
8829
8878
|
{
|
8830
|
-
"
|
8831
|
-
"name": "
|
8832
|
-
"
|
8833
|
-
"parameters": [
|
8834
|
-
{
|
8835
|
-
"name": "event",
|
8836
|
-
"type": {
|
8837
|
-
"text": "KeyboardEvent"
|
8838
|
-
},
|
8839
|
-
"description": "The keyboard event."
|
8840
|
-
}
|
8841
|
-
],
|
8842
|
-
"description": "Handles the keydown event on the button.\nIf the key is 'Enter' or 'Space', the button is pressed.\nIf the key is 'Enter', the button is pressed. The native HTML button works in the same way.\nIf the key is 'Space', the button's default is prevent to avoid scrolling etc in the host application.",
|
8843
|
-
"inheritedFrom": {
|
8844
|
-
"name": "Buttonsimple",
|
8845
|
-
"module": "components/buttonsimple/buttonsimple.component.js"
|
8846
|
-
}
|
8879
|
+
"description": "(React: onKeyUp) This event is dispatched when a key is released on the card. It toggles the checked state when space key is used.",
|
8880
|
+
"name": "keyup",
|
8881
|
+
"reactName": "onKeyUp"
|
8847
8882
|
},
|
8848
8883
|
{
|
8849
|
-
"
|
8850
|
-
"name": "
|
8851
|
-
"
|
8852
|
-
"parameters": [
|
8853
|
-
{
|
8854
|
-
"name": "event",
|
8855
|
-
"type": {
|
8856
|
-
"text": "KeyboardEvent"
|
8857
|
-
},
|
8858
|
-
"description": "The keyboard event."
|
8859
|
-
}
|
8860
|
-
],
|
8861
|
-
"description": "Handles the keyup event on the button.\nIf the key is 'Enter' or 'Space', the button is clicked.\nIf the key is 'Space', the button is pressed. The native HTML button works in the same way.",
|
8862
|
-
"inheritedFrom": {
|
8863
|
-
"name": "Buttonsimple",
|
8864
|
-
"module": "components/buttonsimple/buttonsimple.component.js"
|
8865
|
-
}
|
8884
|
+
"description": "(React: onFocus) Event that gets dispatched when the card receives focus.",
|
8885
|
+
"name": "focus",
|
8886
|
+
"reactName": "onFocus"
|
8866
8887
|
}
|
8867
8888
|
],
|
8868
8889
|
"attributes": [
|
8869
8890
|
{
|
8870
|
-
"name": "
|
8891
|
+
"name": "checked",
|
8871
8892
|
"type": {
|
8872
|
-
"text": "
|
8893
|
+
"text": "boolean"
|
8873
8894
|
},
|
8874
|
-
"
|
8875
|
-
"
|
8876
|
-
"fieldName": "
|
8895
|
+
"default": "false",
|
8896
|
+
"description": "The checked state of the card",
|
8897
|
+
"fieldName": "checked"
|
8877
8898
|
},
|
8878
8899
|
{
|
8879
|
-
"name": "
|
8900
|
+
"name": "name",
|
8880
8901
|
"type": {
|
8881
8902
|
"text": "string"
|
8882
8903
|
},
|
8883
8904
|
"default": "''",
|
8884
|
-
"description": "The
|
8885
|
-
"fieldName": "
|
8886
|
-
},
|
8887
|
-
{
|
8888
|
-
"name": "icon-name",
|
8889
|
-
"type": {
|
8890
|
-
"text": "IconNames | undefined"
|
8891
|
-
},
|
8892
|
-
"description": "Name of the icon (= filename).\n\nIf no `icon-name` is provided, no icon will be rendered.",
|
8893
|
-
"fieldName": "iconName",
|
8894
|
-
"inheritedFrom": {
|
8895
|
-
"name": "IconNameMixin",
|
8896
|
-
"module": "src/utils/mixins/IconNameMixin.ts"
|
8897
|
-
}
|
8905
|
+
"description": "The name of the radio.",
|
8906
|
+
"fieldName": "name"
|
8898
8907
|
},
|
8899
8908
|
{
|
8900
|
-
"name": "
|
8909
|
+
"name": "disabled",
|
8901
8910
|
"type": {
|
8902
|
-
"text": "boolean"
|
8911
|
+
"text": "boolean | undefined"
|
8903
8912
|
},
|
8904
|
-
"
|
8905
|
-
"
|
8906
|
-
"fieldName": "
|
8913
|
+
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
8914
|
+
"default": "undefined",
|
8915
|
+
"fieldName": "disabled",
|
8907
8916
|
"inheritedFrom": {
|
8908
|
-
"name": "
|
8909
|
-
"module": "src/
|
8917
|
+
"name": "DisabledMixin",
|
8918
|
+
"module": "src/utils/mixins/DisabledMixin.ts"
|
8910
8919
|
}
|
8911
8920
|
},
|
8912
8921
|
{
|
@@ -8918,153 +8927,144 @@
|
|
8918
8927
|
"description": "This property specifies the tab order of the element.",
|
8919
8928
|
"fieldName": "tabIndex",
|
8920
8929
|
"inheritedFrom": {
|
8921
|
-
"name": "
|
8922
|
-
"module": "src/
|
8930
|
+
"name": "TabIndexMixin",
|
8931
|
+
"module": "src/utils/mixins/TabIndexMixin.ts"
|
8923
8932
|
}
|
8924
8933
|
},
|
8925
8934
|
{
|
8926
|
-
"name": "
|
8935
|
+
"name": "card-title",
|
8927
8936
|
"type": {
|
8928
|
-
"text": "
|
8937
|
+
"text": "string"
|
8929
8938
|
},
|
8930
|
-
"
|
8931
|
-
"
|
8932
|
-
"fieldName": "
|
8939
|
+
"default": "''",
|
8940
|
+
"description": "The title of the card - part of header section",
|
8941
|
+
"fieldName": "cardTitle",
|
8933
8942
|
"inheritedFrom": {
|
8934
|
-
"name": "
|
8935
|
-
"module": "src/components/
|
8943
|
+
"name": "Card",
|
8944
|
+
"module": "src/components/card/card.component.ts"
|
8936
8945
|
}
|
8937
8946
|
},
|
8938
8947
|
{
|
8939
|
-
"name": "
|
8948
|
+
"name": "subtitle",
|
8940
8949
|
"type": {
|
8941
|
-
"text": "
|
8950
|
+
"text": "string"
|
8942
8951
|
},
|
8943
|
-
"
|
8944
|
-
"
|
8945
|
-
"fieldName": "
|
8952
|
+
"default": "''",
|
8953
|
+
"description": "The subtitle of the card - part of header section",
|
8954
|
+
"fieldName": "subtitle",
|
8946
8955
|
"inheritedFrom": {
|
8947
|
-
"name": "
|
8948
|
-
"module": "src/components/
|
8956
|
+
"name": "Card",
|
8957
|
+
"module": "src/components/card/card.component.ts"
|
8949
8958
|
}
|
8950
8959
|
},
|
8951
8960
|
{
|
8952
|
-
"name": "
|
8961
|
+
"name": "image-src",
|
8953
8962
|
"type": {
|
8954
|
-
"text": "
|
8963
|
+
"text": "string"
|
8955
8964
|
},
|
8956
|
-
"
|
8957
|
-
"
|
8958
|
-
"fieldName": "
|
8965
|
+
"default": "''",
|
8966
|
+
"description": "The image source URL to render on the card",
|
8967
|
+
"fieldName": "imageSrc",
|
8959
8968
|
"inheritedFrom": {
|
8960
|
-
"name": "
|
8961
|
-
"module": "src/components/
|
8969
|
+
"name": "Card",
|
8970
|
+
"module": "src/components/card/card.component.ts"
|
8962
8971
|
}
|
8963
8972
|
},
|
8964
8973
|
{
|
8965
|
-
"name": "
|
8974
|
+
"name": "image-alt",
|
8966
8975
|
"type": {
|
8967
|
-
"text": "
|
8976
|
+
"text": "string"
|
8968
8977
|
},
|
8969
|
-
"
|
8970
|
-
"
|
8971
|
-
"fieldName": "
|
8978
|
+
"default": "''",
|
8979
|
+
"description": "The image alt for accessibility support",
|
8980
|
+
"fieldName": "imageAlt",
|
8972
8981
|
"inheritedFrom": {
|
8973
|
-
"name": "
|
8974
|
-
"module": "src/components/
|
8982
|
+
"name": "Card",
|
8983
|
+
"module": "src/components/card/card.component.ts"
|
8975
8984
|
}
|
8976
8985
|
},
|
8977
8986
|
{
|
8978
|
-
"name": "
|
8987
|
+
"name": "variant",
|
8979
8988
|
"type": {
|
8980
|
-
"text": "
|
8989
|
+
"text": "CardVariant"
|
8981
8990
|
},
|
8982
|
-
"description": "
|
8983
|
-
"default": "
|
8984
|
-
"fieldName": "
|
8991
|
+
"description": "The variant of the card. It can either be set to 'border' or 'ghost'",
|
8992
|
+
"default": "'border'",
|
8993
|
+
"fieldName": "variant",
|
8985
8994
|
"inheritedFrom": {
|
8986
|
-
"name": "
|
8987
|
-
"module": "src/components/
|
8995
|
+
"name": "Card",
|
8996
|
+
"module": "src/components/card/card.component.ts"
|
8988
8997
|
}
|
8989
8998
|
},
|
8990
8999
|
{
|
8991
|
-
"name": "
|
9000
|
+
"name": "orientation",
|
8992
9001
|
"type": {
|
8993
|
-
"text": "
|
9002
|
+
"text": "CardOrientation"
|
8994
9003
|
},
|
8995
|
-
"description": "
|
8996
|
-
"default": "'
|
8997
|
-
"fieldName": "
|
9004
|
+
"description": "The orientation of the card. It can either be set to 'vertical' or 'horizontal'",
|
9005
|
+
"default": "'vertical'",
|
9006
|
+
"fieldName": "orientation",
|
8998
9007
|
"inheritedFrom": {
|
8999
|
-
"name": "
|
9000
|
-
"module": "src/components/
|
9008
|
+
"name": "Card",
|
9009
|
+
"module": "src/components/card/card.component.ts"
|
9001
9010
|
}
|
9002
9011
|
},
|
9003
9012
|
{
|
9004
|
-
"name": "
|
9013
|
+
"name": "title-tag-name",
|
9005
9014
|
"type": {
|
9006
|
-
"text": "
|
9015
|
+
"text": "TagNameType"
|
9007
9016
|
},
|
9008
|
-
"description": "
|
9009
|
-
"default": "
|
9010
|
-
"fieldName": "
|
9011
|
-
"inheritedFrom": {
|
9012
|
-
"name": "Buttonsimple",
|
9013
|
-
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
9014
|
-
}
|
9015
|
-
}
|
9016
|
-
],
|
9017
|
-
"mixins": [
|
9018
|
-
{
|
9019
|
-
"name": "IconNameMixin",
|
9020
|
-
"module": "/src/utils/mixins/IconNameMixin"
|
9021
|
-
}
|
9022
|
-
],
|
9023
|
-
"superclass": {
|
9024
|
-
"name": "Buttonsimple",
|
9025
|
-
"module": "/src/components/buttonsimple/buttonsimple.component"
|
9026
|
-
},
|
9027
|
-
"tagName": "mdc-chip",
|
9028
|
-
"jsDoc": "/**\n * mdc-chip is an interactive element that can be used to represent a chip. It supports a leading icon along with label.\n * Consumers can wrap this component around a tooltip to provide additional context.\n *\n * It is recommended to keep the label text for the chip component concise and compact.\n * For best results, we recommend limiting the <b>maximum length of the label text to 20 characters</b>,\n * including empty spaces to split words.\n *\n * This component is built by extending Buttonsimple.\n *\n * @tagname mdc-chip\n *\n * @dependency mdc-icon\n * @dependency mdc-text\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 */",
|
9029
|
-
"customElement": true,
|
9030
|
-
"events": [
|
9031
|
-
{
|
9032
|
-
"description": "(React: onClick) This event is dispatched when the button is clicked.",
|
9033
|
-
"name": "click",
|
9034
|
-
"reactName": "onClick",
|
9017
|
+
"description": "The tag name for the card title. It supports all the types that `mdc-text` supports",
|
9018
|
+
"default": "'span'",
|
9019
|
+
"fieldName": "titleTagName",
|
9035
9020
|
"inheritedFrom": {
|
9036
|
-
"name": "
|
9037
|
-
"module": "src/components/
|
9021
|
+
"name": "Card",
|
9022
|
+
"module": "src/components/card/card.component.ts"
|
9038
9023
|
}
|
9039
9024
|
},
|
9040
9025
|
{
|
9041
|
-
"
|
9042
|
-
"
|
9043
|
-
|
9026
|
+
"name": "subtitle-tag-name",
|
9027
|
+
"type": {
|
9028
|
+
"text": "TagNameType"
|
9029
|
+
},
|
9030
|
+
"description": "The tag name for the subtitle. It supports all the types that `mdc-text` supports",
|
9031
|
+
"default": "'span'",
|
9032
|
+
"fieldName": "subtitleTagName",
|
9044
9033
|
"inheritedFrom": {
|
9045
|
-
"name": "
|
9046
|
-
"module": "src/components/
|
9034
|
+
"name": "Card",
|
9035
|
+
"module": "src/components/card/card.component.ts"
|
9047
9036
|
}
|
9048
9037
|
},
|
9049
9038
|
{
|
9050
|
-
"
|
9051
|
-
"
|
9052
|
-
|
9039
|
+
"name": "icon-name",
|
9040
|
+
"type": {
|
9041
|
+
"text": "IconNames | undefined"
|
9042
|
+
},
|
9043
|
+
"description": "Name of the icon (= filename).\n\nIf no `icon-name` is provided, no icon will be rendered.",
|
9044
|
+
"fieldName": "iconName",
|
9053
9045
|
"inheritedFrom": {
|
9054
|
-
"name": "
|
9055
|
-
"module": "src/components/
|
9046
|
+
"name": "Card",
|
9047
|
+
"module": "src/components/card/card.component.ts"
|
9056
9048
|
}
|
9049
|
+
}
|
9050
|
+
],
|
9051
|
+
"mixins": [
|
9052
|
+
{
|
9053
|
+
"name": "DisabledMixin",
|
9054
|
+
"module": "/src/utils/mixins/DisabledMixin"
|
9057
9055
|
},
|
9058
9056
|
{
|
9059
|
-
"
|
9060
|
-
"
|
9061
|
-
"reactName": "onFocus",
|
9062
|
-
"inheritedFrom": {
|
9063
|
-
"name": "Buttonsimple",
|
9064
|
-
"module": "src/components/buttonsimple/buttonsimple.component.ts"
|
9065
|
-
}
|
9057
|
+
"name": "TabIndexMixin",
|
9058
|
+
"module": "/src/utils/mixins/TabIndexMixin"
|
9066
9059
|
}
|
9067
|
-
]
|
9060
|
+
],
|
9061
|
+
"superclass": {
|
9062
|
+
"name": "Card",
|
9063
|
+
"module": "/src/components/card/card.component"
|
9064
|
+
},
|
9065
|
+
"tagName": "mdc-cardradio",
|
9066
|
+
"jsDoc": "/**\n * cardradio component extends `mdc-card` and supports radio selection interaction addtionally.\n *\n * While using this component within a form or group of cards, make sure cards are in a role = \"radio-group\".\n * This card would have events for selected and unselected (similar to radio)\n *\n * **Note**: This is a single selection card i.e. interacting anywhere on the card would toggle the checked state.\n * Make sure to pass only non-interactable elements within the slots.\n *\n * Make sure to pass the `card-title` mandatorily for this card.\n *\n * @tagname mdc-cardradio\n *\n * @dependency mdc-icon\n * @dependency mdc-staticradio\n * @dependency mdc-text\n *\n * @slot before-body - This slot is for passing the content before the body\n * @slot body - This slot is for passing the text content for the card\n * @slot after-body - This slot is for passing the content after the body\n * @slot footer-link - This slot is for passing `mdc-link` component within the footer section.\n * @slot footer-button-primary - This slot is for passing primary variant of `mdc-button` component within the footer section.\n *\n * @csspart header - The header part of the card\n * @csspart icon - The icon part of the card header\n * @csspart body - The body part of the card\n * @csspart image - The image part of the card\n * @csspart footer - The footer part of the card\n * @csspart footer-link - The link part of the card footer\n * @csspart footer-button-primary - The primary button part of the card footer\n * @csspart footer-button-secondary - The secondary button part of the card footer\n * @csspart icon-button - The icon button part of the card header\n * @csspart text - The text part of the card\n * @csspart check - The check part of the card\n * @csspart check-icon - The check icon part of the card\n * @csspart check-icon-button - The check icon button part of the card\n *\n * @cssproperty --mdc-card-width - The width of the card\n *\n * @event click - (React: onClick) Event that gets dispatched when the card is clicked. It toggles the checked state.\n * @event keydown - (React: onKeyDown) This event is dispatched when a key is pressed down on the card.\n * It toggles the checked state when enter key is used.\n * @event keyup - (React: onKeyUp) This event is dispatched when a key is released on the card.\n * It toggles the checked state when space key is used.\n * @event focus - (React: onFocus) Event that gets dispatched when the card receives focus.\n *\n */",
|
9067
|
+
"customElement": true
|
9068
9068
|
}
|
9069
9069
|
],
|
9070
9070
|
"exports": [
|
@@ -9072,8 +9072,8 @@
|
|
9072
9072
|
"kind": "js",
|
9073
9073
|
"name": "default",
|
9074
9074
|
"declaration": {
|
9075
|
-
"name": "
|
9076
|
-
"module": "components/
|
9075
|
+
"name": "CardRadio",
|
9076
|
+
"module": "components/cardradio/cardradio.component.js"
|
9077
9077
|
}
|
9078
9078
|
}
|
9079
9079
|
]
|
@@ -10076,8 +10076,8 @@
|
|
10076
10076
|
"type": {
|
10077
10077
|
"text": "boolean | undefined"
|
10078
10078
|
},
|
10079
|
-
"description": "Set this property to
|
10080
|
-
"default": "
|
10079
|
+
"description": "Set this property to false to make the backdrop a dimmed visible backdrop (if `backdrop` is true).\nThis is useful for cases where the popovers backdrop should get dimmed.",
|
10080
|
+
"default": "true - default is to have a invisible backdrop",
|
10081
10081
|
"attribute": "is-backdrop-invisible",
|
10082
10082
|
"reflects": true,
|
10083
10083
|
"inheritedFrom": {
|
@@ -10886,8 +10886,8 @@
|
|
10886
10886
|
"type": {
|
10887
10887
|
"text": "boolean | undefined"
|
10888
10888
|
},
|
10889
|
-
"description": "Set this property to
|
10890
|
-
"default": "
|
10889
|
+
"description": "Set this property to false to make the backdrop a dimmed visible backdrop (if `backdrop` is true).\nThis is useful for cases where the popovers backdrop should get dimmed.",
|
10890
|
+
"default": "true - default is to have a invisible backdrop",
|
10891
10891
|
"fieldName": "isBackdropInvisible",
|
10892
10892
|
"inheritedFrom": {
|
10893
10893
|
"name": "Popover",
|
@@ -22008,8 +22008,8 @@
|
|
22008
22008
|
"type": {
|
22009
22009
|
"text": "boolean | undefined"
|
22010
22010
|
},
|
22011
|
-
"description": "Set this property to
|
22012
|
-
"default": "
|
22011
|
+
"description": "Set this property to false to make the backdrop a dimmed visible backdrop (if `backdrop` is true).\nThis is useful for cases where the popovers backdrop should get dimmed.",
|
22012
|
+
"default": "true - default is to have a invisible backdrop",
|
22013
22013
|
"attribute": "is-backdrop-invisible",
|
22014
22014
|
"reflects": true,
|
22015
22015
|
"inheritedFrom": {
|
@@ -22778,8 +22778,8 @@
|
|
22778
22778
|
"type": {
|
22779
22779
|
"text": "boolean | undefined"
|
22780
22780
|
},
|
22781
|
-
"description": "Set this property to
|
22782
|
-
"default": "
|
22781
|
+
"description": "Set this property to false to make the backdrop a dimmed visible backdrop (if `backdrop` is true).\nThis is useful for cases where the popovers backdrop should get dimmed.",
|
22782
|
+
"default": "true - default is to have a invisible backdrop",
|
22783
22783
|
"fieldName": "isBackdropInvisible",
|
22784
22784
|
"inheritedFrom": {
|
22785
22785
|
"name": "Popover",
|
@@ -27090,8 +27090,8 @@
|
|
27090
27090
|
"type": {
|
27091
27091
|
"text": "boolean | undefined"
|
27092
27092
|
},
|
27093
|
-
"description": "Set this property to
|
27094
|
-
"default": "
|
27093
|
+
"description": "Set this property to false to make the backdrop a dimmed visible backdrop (if `backdrop` is true).\nThis is useful for cases where the popovers backdrop should get dimmed.",
|
27094
|
+
"default": "true - default is to have a invisible backdrop",
|
27095
27095
|
"attribute": "is-backdrop-invisible",
|
27096
27096
|
"reflects": true
|
27097
27097
|
},
|
@@ -28166,8 +28166,8 @@
|
|
28166
28166
|
"type": {
|
28167
28167
|
"text": "boolean | undefined"
|
28168
28168
|
},
|
28169
|
-
"description": "Set this property to
|
28170
|
-
"default": "
|
28169
|
+
"description": "Set this property to false to make the backdrop a dimmed visible backdrop (if `backdrop` is true).\nThis is useful for cases where the popovers backdrop should get dimmed.",
|
28170
|
+
"default": "true - default is to have a invisible backdrop",
|
28171
28171
|
"fieldName": "isBackdropInvisible"
|
28172
28172
|
},
|
28173
28173
|
{
|
@@ -39307,8 +39307,8 @@
|
|
39307
39307
|
"type": {
|
39308
39308
|
"text": "boolean | undefined"
|
39309
39309
|
},
|
39310
|
-
"description": "Set this property to
|
39311
|
-
"default": "
|
39310
|
+
"description": "Set this property to false to make the backdrop a dimmed visible backdrop (if `backdrop` is true).\nThis is useful for cases where the popovers backdrop should get dimmed.",
|
39311
|
+
"default": "true - default is to have a invisible backdrop",
|
39312
39312
|
"attribute": "is-backdrop-invisible",
|
39313
39313
|
"reflects": true,
|
39314
39314
|
"inheritedFrom": {
|
@@ -40127,8 +40127,8 @@
|
|
40127
40127
|
"type": {
|
40128
40128
|
"text": "boolean | undefined"
|
40129
40129
|
},
|
40130
|
-
"description": "Set this property to
|
40131
|
-
"default": "
|
40130
|
+
"description": "Set this property to false to make the backdrop a dimmed visible backdrop (if `backdrop` is true).\nThis is useful for cases where the popovers backdrop should get dimmed.",
|
40131
|
+
"default": "true - default is to have a invisible backdrop",
|
40132
40132
|
"fieldName": "isBackdropInvisible",
|
40133
40133
|
"inheritedFrom": {
|
40134
40134
|
"name": "Popover",
|
@@ -41391,8 +41391,8 @@
|
|
41391
41391
|
"type": {
|
41392
41392
|
"text": "boolean | undefined"
|
41393
41393
|
},
|
41394
|
-
"description": "Set this property to
|
41395
|
-
"default": "
|
41394
|
+
"description": "Set this property to false to make the backdrop a dimmed visible backdrop (if `backdrop` is true).\nThis is useful for cases where the popovers backdrop should get dimmed.",
|
41395
|
+
"default": "true - default is to have a invisible backdrop",
|
41396
41396
|
"attribute": "is-backdrop-invisible",
|
41397
41397
|
"reflects": true,
|
41398
41398
|
"inheritedFrom": {
|
@@ -42212,8 +42212,8 @@
|
|
42212
42212
|
"type": {
|
42213
42213
|
"text": "boolean | undefined"
|
42214
42214
|
},
|
42215
|
-
"description": "Set this property to
|
42216
|
-
"default": "
|
42215
|
+
"description": "Set this property to false to make the backdrop a dimmed visible backdrop (if `backdrop` is true).\nThis is useful for cases where the popovers backdrop should get dimmed.",
|
42216
|
+
"default": "true - default is to have a invisible backdrop",
|
42217
42217
|
"fieldName": "isBackdropInvisible",
|
42218
42218
|
"inheritedFrom": {
|
42219
42219
|
"name": "Popover",
|