@momentum-design/components 0.107.0 → 0.107.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/index.js +101 -101
- package/dist/browser/index.js.map +2 -2
- package/dist/components/menupopover/menupopover.component.js +0 -2
- package/dist/components/popover/popover.component.d.ts +12 -9
- package/dist/components/popover/popover.component.js +12 -23
- package/dist/components/popover/popover.constants.d.ts +0 -1
- package/dist/components/popover/popover.constants.js +0 -1
- package/dist/components/popover/popover.utils.d.ts +0 -4
- package/dist/components/popover/popover.utils.js +4 -18
- package/dist/custom-elements.json +562 -694
- package/dist/react/index.d.ts +1 -1
- package/dist/react/index.js +1 -1
- package/dist/react/popover/index.d.ts +4 -0
- package/dist/react/popover/index.js +4 -0
- package/package.json +1 -1
@@ -10528,21 +10528,6 @@
|
|
10528
10528
|
"module": "components/popover/popover.component.js"
|
10529
10529
|
}
|
10530
10530
|
},
|
10531
|
-
{
|
10532
|
-
"kind": "field",
|
10533
|
-
"name": "disableAriaHasPopup",
|
10534
|
-
"type": {
|
10535
|
-
"text": "boolean"
|
10536
|
-
},
|
10537
|
-
"description": "Disable setting the aria-haspopup attribute on trigger element.\nMake sure to set this to true when the popover is extended and its role\nis not 'dialog' or 'alertdialog' i.e. listbox, menu, etc.",
|
10538
|
-
"default": "false",
|
10539
|
-
"attribute": "disable-aria-haspopup",
|
10540
|
-
"reflects": true,
|
10541
|
-
"inheritedFrom": {
|
10542
|
-
"name": "Popover",
|
10543
|
-
"module": "components/popover/popover.component.js"
|
10544
|
-
}
|
10545
|
-
},
|
10546
10531
|
{
|
10547
10532
|
"kind": "field",
|
10548
10533
|
"name": "keepConnectedTooltipClosed",
|
@@ -11334,19 +11319,6 @@
|
|
11334
11319
|
"module": "src/components/popover/popover.component.ts"
|
11335
11320
|
}
|
11336
11321
|
},
|
11337
|
-
{
|
11338
|
-
"name": "disable-aria-haspopup",
|
11339
|
-
"type": {
|
11340
|
-
"text": "boolean"
|
11341
|
-
},
|
11342
|
-
"description": "Disable setting the aria-haspopup attribute on trigger element.\nMake sure to set this to true when the popover is extended and its role\nis not 'dialog' or 'alertdialog' i.e. listbox, menu, etc.",
|
11343
|
-
"default": "false",
|
11344
|
-
"fieldName": "disableAriaHasPopup",
|
11345
|
-
"inheritedFrom": {
|
11346
|
-
"name": "Popover",
|
11347
|
-
"module": "src/components/popover/popover.component.ts"
|
11348
|
-
}
|
11349
|
-
},
|
11350
11322
|
{
|
11351
11323
|
"name": "keep-connected-tooltip-closed",
|
11352
11324
|
"type": {
|
@@ -22502,7 +22474,7 @@
|
|
22502
22474
|
"type": {
|
22503
22475
|
"text": "boolean"
|
22504
22476
|
},
|
22505
|
-
"description": "Disable setting the aria-expanded attribute on trigger element.\
|
22477
|
+
"description": "Disable setting the `aria-expanded` attribute on trigger element.\n\nNote, when `disable-aria-expanded` is true\n - when its value change after first update to\n - `true`: popover will not remove the `aria-expanded` to avoid conflicts when there are more than one popover\n registered to the same trigger\n - `false`: check `aria-expanded` value and update it if necessary.\n - aria-haspopup will be disabled as well",
|
22506
22478
|
"default": "false",
|
22507
22479
|
"attribute": "disable-aria-expanded",
|
22508
22480
|
"reflects": true,
|
@@ -22511,21 +22483,6 @@
|
|
22511
22483
|
"module": "components/popover/popover.component.js"
|
22512
22484
|
}
|
22513
22485
|
},
|
22514
|
-
{
|
22515
|
-
"kind": "field",
|
22516
|
-
"name": "disableAriaHasPopup",
|
22517
|
-
"type": {
|
22518
|
-
"text": "boolean"
|
22519
|
-
},
|
22520
|
-
"description": "Disable setting the aria-haspopup attribute on trigger element.\nMake sure to set this to true when the popover is extended and its role\nis not 'dialog' or 'alertdialog' i.e. listbox, menu, etc.",
|
22521
|
-
"default": "false",
|
22522
|
-
"attribute": "disable-aria-haspopup",
|
22523
|
-
"reflects": true,
|
22524
|
-
"inheritedFrom": {
|
22525
|
-
"name": "Popover",
|
22526
|
-
"module": "components/popover/popover.component.js"
|
22527
|
-
}
|
22528
|
-
},
|
22529
22486
|
{
|
22530
22487
|
"kind": "field",
|
22531
22488
|
"name": "keepConnectedTooltipClosed",
|
@@ -23267,7 +23224,7 @@
|
|
23267
23224
|
"type": {
|
23268
23225
|
"text": "boolean"
|
23269
23226
|
},
|
23270
|
-
"description": "Disable setting the aria-expanded attribute on trigger element.\
|
23227
|
+
"description": "Disable setting the `aria-expanded` attribute on trigger element.\n\nNote, when `disable-aria-expanded` is true\n - when its value change after first update to\n - `true`: popover will not remove the `aria-expanded` to avoid conflicts when there are more than one popover\n registered to the same trigger\n - `false`: check `aria-expanded` value and update it if necessary.\n - aria-haspopup will be disabled as well",
|
23271
23228
|
"default": "false",
|
23272
23229
|
"fieldName": "disableAriaExpanded",
|
23273
23230
|
"inheritedFrom": {
|
@@ -23275,19 +23232,6 @@
|
|
23275
23232
|
"module": "src/components/popover/popover.component.ts"
|
23276
23233
|
}
|
23277
23234
|
},
|
23278
|
-
{
|
23279
|
-
"name": "disable-aria-haspopup",
|
23280
|
-
"type": {
|
23281
|
-
"text": "boolean"
|
23282
|
-
},
|
23283
|
-
"description": "Disable setting the aria-haspopup attribute on trigger element.\nMake sure to set this to true when the popover is extended and its role\nis not 'dialog' or 'alertdialog' i.e. listbox, menu, etc.",
|
23284
|
-
"default": "false",
|
23285
|
-
"fieldName": "disableAriaHasPopup",
|
23286
|
-
"inheritedFrom": {
|
23287
|
-
"name": "Popover",
|
23288
|
-
"module": "src/components/popover/popover.component.ts"
|
23289
|
-
}
|
23290
|
-
},
|
23291
23235
|
{
|
23292
23236
|
"name": "keep-connected-tooltip-closed",
|
23293
23237
|
"type": {
|
@@ -26966,7 +26910,7 @@
|
|
26966
26910
|
"declarations": [
|
26967
26911
|
{
|
26968
26912
|
"kind": "class",
|
26969
|
-
"description": "Popover component is a lightweight floating UI element that displays additional content when triggered.\nIt can be used for tooltips, dropdowns, or contextual menus.\nThe popover automatically positions itself based on available space and\nsupports dynamic height adjustments with scrollable content when needed
|
26913
|
+
"description": "Popover component is a lightweight floating UI element that displays additional content when triggered.\nIt can be used for tooltips, dropdowns, or contextual menus.\nThe popover automatically positions itself based on available space and\nsupports dynamic height adjustments with scrollable content when needed。\n\nNote:\n - A component (button) can trigger more than one popover, but only one of them should change the\n aria-expanded and aria-haspopup, the rest of the popovers must have `disable-aria-expanded` attribute.",
|
26970
26914
|
"name": "Popover",
|
26971
26915
|
"cssProperties": [
|
26972
26916
|
{
|
@@ -27400,22 +27344,11 @@
|
|
27400
27344
|
"type": {
|
27401
27345
|
"text": "boolean"
|
27402
27346
|
},
|
27403
|
-
"description": "Disable setting the aria-expanded attribute on trigger element.\
|
27347
|
+
"description": "Disable setting the `aria-expanded` attribute on trigger element.\n\nNote, when `disable-aria-expanded` is true\n - when its value change after first update to\n - `true`: popover will not remove the `aria-expanded` to avoid conflicts when there are more than one popover\n registered to the same trigger\n - `false`: check `aria-expanded` value and update it if necessary.\n - aria-haspopup will be disabled as well",
|
27404
27348
|
"default": "false",
|
27405
27349
|
"attribute": "disable-aria-expanded",
|
27406
27350
|
"reflects": true
|
27407
27351
|
},
|
27408
|
-
{
|
27409
|
-
"kind": "field",
|
27410
|
-
"name": "disableAriaHasPopup",
|
27411
|
-
"type": {
|
27412
|
-
"text": "boolean"
|
27413
|
-
},
|
27414
|
-
"description": "Disable setting the aria-haspopup attribute on trigger element.\nMake sure to set this to true when the popover is extended and its role\nis not 'dialog' or 'alertdialog' i.e. listbox, menu, etc.",
|
27415
|
-
"default": "false",
|
27416
|
-
"attribute": "disable-aria-haspopup",
|
27417
|
-
"reflects": true
|
27418
|
-
},
|
27419
27352
|
{
|
27420
27353
|
"kind": "field",
|
27421
27354
|
"name": "keepConnectedTooltipClosed",
|
@@ -28452,19 +28385,10 @@
|
|
28452
28385
|
"type": {
|
28453
28386
|
"text": "boolean"
|
28454
28387
|
},
|
28455
|
-
"description": "Disable setting the aria-expanded attribute on trigger element.\
|
28388
|
+
"description": "Disable setting the `aria-expanded` attribute on trigger element.\n\nNote, when `disable-aria-expanded` is true\n - when its value change after first update to\n - `true`: popover will not remove the `aria-expanded` to avoid conflicts when there are more than one popover\n registered to the same trigger\n - `false`: check `aria-expanded` value and update it if necessary.\n - aria-haspopup will be disabled as well",
|
28456
28389
|
"default": "false",
|
28457
28390
|
"fieldName": "disableAriaExpanded"
|
28458
28391
|
},
|
28459
|
-
{
|
28460
|
-
"name": "disable-aria-haspopup",
|
28461
|
-
"type": {
|
28462
|
-
"text": "boolean"
|
28463
|
-
},
|
28464
|
-
"description": "Disable setting the aria-haspopup attribute on trigger element.\nMake sure to set this to true when the popover is extended and its role\nis not 'dialog' or 'alertdialog' i.e. listbox, menu, etc.",
|
28465
|
-
"default": "false",
|
28466
|
-
"fieldName": "disableAriaHasPopup"
|
28467
|
-
},
|
28468
28392
|
{
|
28469
28393
|
"name": "keep-connected-tooltip-closed",
|
28470
28394
|
"type": {
|
@@ -28506,7 +28430,7 @@
|
|
28506
28430
|
"module": "/src/models"
|
28507
28431
|
},
|
28508
28432
|
"tagName": "mdc-popover",
|
28509
|
-
"jsDoc": "/**\n * Popover component is a lightweight floating UI element that displays additional content when triggered.\n * It can be used for tooltips, dropdowns, or contextual menus.\n * The popover automatically positions itself based on available space and\n * supports dynamic height adjustments with scrollable content when needed。\n *\n * @dependency mdc-button\n *\n * @tagname mdc-popover\n *\n *\n * @event shown - (React: onShown) This event is dispatched when the popover is shown\n * @event hidden - (React: onHidden) This event is dispatched when the popover is hidden\n * @event created - (React: onCreated) This event is dispatched when the popover is created (added to the DOM)\n * @event destroyed - (React: onDestroyed) This event is dispatched when the popover is destroyed (removed from the DOM)\n *\n * @cssproperty --mdc-popover-arrow-border-radius - radius of the arrow border\n * @cssproperty --mdc-popover-arrow-border - border of the arrow\n * @cssproperty --mdc-popover-primary-background-color - primary background color of the popover\n * @cssproperty --mdc-popover-border-color - border color of the popover\n * @cssproperty --mdc-popover-inverted-background-color - inverted background color of the popover\n * @cssproperty --mdc-popover-inverted-border-color - inverted border color of the popover\n * @cssproperty --mdc-popover-inverted-text-color - inverted text color of the popover\n * @cssproperty --mdc-popover-elevation-3 - elevation of the popover\n * @cssproperty --mdc-popover-max-width - max width of the popover\n * @cssproperty --mdc-popover-max-height - max height of the popover\n *\n * @slot - Default slot for the popover content\n *\n */",
|
28433
|
+
"jsDoc": "/**\n * Popover component is a lightweight floating UI element that displays additional content when triggered.\n * It can be used for tooltips, dropdowns, or contextual menus.\n * The popover automatically positions itself based on available space and\n * supports dynamic height adjustments with scrollable content when needed。\n *\n * Note:\n * - A component (button) can trigger more than one popover, but only one of them should change the\n * aria-expanded and aria-haspopup, the rest of the popovers must have `disable-aria-expanded` attribute.\n *\n * @dependency mdc-button\n *\n * @tagname mdc-popover\n *\n *\n * @event shown - (React: onShown) This event is dispatched when the popover is shown\n * @event hidden - (React: onHidden) This event is dispatched when the popover is hidden\n * @event created - (React: onCreated) This event is dispatched when the popover is created (added to the DOM)\n * @event destroyed - (React: onDestroyed) This event is dispatched when the popover is destroyed (removed from the DOM)\n *\n * @cssproperty --mdc-popover-arrow-border-radius - radius of the arrow border\n * @cssproperty --mdc-popover-arrow-border - border of the arrow\n * @cssproperty --mdc-popover-primary-background-color - primary background color of the popover\n * @cssproperty --mdc-popover-border-color - border color of the popover\n * @cssproperty --mdc-popover-inverted-background-color - inverted background color of the popover\n * @cssproperty --mdc-popover-inverted-border-color - inverted border color of the popover\n * @cssproperty --mdc-popover-inverted-text-color - inverted text color of the popover\n * @cssproperty --mdc-popover-elevation-3 - elevation of the popover\n * @cssproperty --mdc-popover-max-width - max width of the popover\n * @cssproperty --mdc-popover-max-height - max height of the popover\n *\n * @slot - Default slot for the popover content\n *\n */",
|
28510
28434
|
"customElement": true
|
28511
28435
|
}
|
28512
28436
|
],
|
@@ -33655,912 +33579,912 @@
|
|
33655
33579
|
},
|
33656
33580
|
{
|
33657
33581
|
"kind": "javascript-module",
|
33658
|
-
"path": "components/
|
33582
|
+
"path": "components/spinner/spinner.component.js",
|
33659
33583
|
"declarations": [
|
33660
33584
|
{
|
33661
33585
|
"kind": "class",
|
33662
|
-
"description": "
|
33663
|
-
"name": "
|
33586
|
+
"description": "`mdc-spinner` is loading spinner which is an indeterminate progress indicator, meaning\nit's best for cases where the progress or duration of a process is variable or unknown.\n\nSpinner Variants:\n- **Standalone (Default)**: Track has a blue color.\n- **Button**: To be used when placed in a button to show that the button’s action is currently in progress.\nTo ensure a minimum 3:1 contrast ratio, the color is changed internally to be the same color as the button’s\nicon or label text.\n\nSpinner Sizes:\n- **Large (96px)**: Use when replacing entire regions or pages that are still loading\n- **MidSize (48px) (Default)**: Use for most use cases.\n- **Small (24px)**: Use for inline with loading text.\n\nCustomisation of the spinner size is allowed by setting the size to undefined and using the --mdc-spinner-size\nCSS property.\n\nSpinner Colors:\n- **Default**: Use for most use cases.\n- **Inverted**: Only to be used within inverted components, such as coachmarks.\n\nRegarding accessibility, if an aria-label is provided, the role will be set to 'img'; if it is absent, the role\nwill be unset\nand aria-hidden will be set to 'true' so the spinner will be ignored by screen readers.",
|
33587
|
+
"name": "Spinner",
|
33664
33588
|
"cssProperties": [
|
33665
33589
|
{
|
33666
|
-
"description": "
|
33667
|
-
"name": "--
|
33590
|
+
"description": "Allows customization of the default spinner color.",
|
33591
|
+
"name": "--mdc-spinner-default-color"
|
33592
|
+
},
|
33593
|
+
{
|
33594
|
+
"description": "Allows customization of the inverted spinner color.",
|
33595
|
+
"name": "--mdc-spinner-inverted-color"
|
33596
|
+
},
|
33597
|
+
{
|
33598
|
+
"description": "Allows customization of the spinner Button variant color.",
|
33599
|
+
"name": "--mdc-spinner-button-variant-color"
|
33600
|
+
},
|
33601
|
+
{
|
33602
|
+
"description": "Allows customization of the spinner size.",
|
33603
|
+
"name": "--mdc-spinner-size"
|
33668
33604
|
}
|
33669
33605
|
],
|
33670
|
-
"
|
33606
|
+
"cssParts": [
|
33671
33607
|
{
|
33672
|
-
"description": "
|
33673
|
-
"name": "
|
33608
|
+
"description": "The svg which contains the circle spinner.",
|
33609
|
+
"name": "container"
|
33610
|
+
},
|
33611
|
+
{
|
33612
|
+
"description": "The circle of the spinner.",
|
33613
|
+
"name": "circle"
|
33674
33614
|
}
|
33675
33615
|
],
|
33676
33616
|
"members": [
|
33677
33617
|
{
|
33678
33618
|
"kind": "field",
|
33679
|
-
"name": "
|
33619
|
+
"name": "inverted",
|
33680
33620
|
"type": {
|
33681
|
-
"text": "boolean"
|
33621
|
+
"text": "boolean | undefined"
|
33682
33622
|
},
|
33623
|
+
"description": "The spinner color can be inverted by setting the inverted attribute to true.",
|
33683
33624
|
"default": "false",
|
33684
|
-
"
|
33685
|
-
"
|
33625
|
+
"attribute": "inverted",
|
33626
|
+
"reflects": true
|
33686
33627
|
},
|
33687
33628
|
{
|
33688
33629
|
"kind": "field",
|
33689
|
-
"name": "
|
33630
|
+
"name": "size",
|
33690
33631
|
"type": {
|
33691
|
-
"text": "
|
33632
|
+
"text": "SpinnerSize | undefined"
|
33692
33633
|
},
|
33693
|
-
"description": "
|
33694
|
-
"
|
33634
|
+
"description": "Size of the spinner.\nAcceptable values include:\n\n- 'small'\n- 'midsize'\n- 'large'\n- 'undefined'",
|
33635
|
+
"default": "midsize",
|
33636
|
+
"attribute": "size",
|
33637
|
+
"reflects": true
|
33695
33638
|
},
|
33696
33639
|
{
|
33697
33640
|
"kind": "field",
|
33698
|
-
"name": "
|
33641
|
+
"name": "ariaLabel",
|
33699
33642
|
"type": {
|
33700
|
-
"text": "
|
33643
|
+
"text": "string | null"
|
33701
33644
|
},
|
33702
|
-
"
|
33703
|
-
"
|
33645
|
+
"default": "null",
|
33646
|
+
"description": "Aria-label attribute to be set for accessibility",
|
33647
|
+
"attribute": "aria-label"
|
33704
33648
|
},
|
33705
33649
|
{
|
33706
33650
|
"kind": "field",
|
33707
|
-
"name": "
|
33651
|
+
"name": "variant",
|
33708
33652
|
"type": {
|
33709
|
-
"text": "
|
33653
|
+
"text": "SpinnerVariant"
|
33710
33654
|
},
|
33711
|
-
"description": "
|
33712
|
-
"
|
33713
|
-
|
33655
|
+
"description": "There are 2 variants of spinner: default and button. Their coloring is different.\n- **Standalone (Default)**: Track has a blue color.\n- **Button**: To be used when placed in a button to show that the button’s action is currently in progress.\nTo ensure a minimum 3:1 contrast ratio, change the active indicator color to be the same color as the button’s\nicon or label text.",
|
33656
|
+
"default": "standalone",
|
33657
|
+
"attribute": "variant",
|
33658
|
+
"reflects": true
|
33659
|
+
}
|
33660
|
+
],
|
33661
|
+
"attributes": [
|
33714
33662
|
{
|
33715
|
-
"
|
33716
|
-
"name": "trailingIcon",
|
33663
|
+
"name": "inverted",
|
33717
33664
|
"type": {
|
33718
|
-
"text": "
|
33665
|
+
"text": "boolean | undefined"
|
33719
33666
|
},
|
33720
|
-
"description": "
|
33721
|
-
"
|
33667
|
+
"description": "The spinner color can be inverted by setting the inverted attribute to true.",
|
33668
|
+
"default": "false",
|
33669
|
+
"fieldName": "inverted"
|
33722
33670
|
},
|
33723
33671
|
{
|
33724
|
-
"
|
33725
|
-
"name": "min",
|
33672
|
+
"name": "size",
|
33726
33673
|
"type": {
|
33727
|
-
"text": "
|
33674
|
+
"text": "SpinnerSize | undefined"
|
33728
33675
|
},
|
33729
|
-
"
|
33730
|
-
"
|
33731
|
-
"
|
33676
|
+
"description": "Size of the spinner.\nAcceptable values include:\n\n- 'small'\n- 'midsize'\n- 'large'\n- 'undefined'",
|
33677
|
+
"default": "midsize",
|
33678
|
+
"fieldName": "size"
|
33732
33679
|
},
|
33733
33680
|
{
|
33734
|
-
"
|
33735
|
-
"name": "max",
|
33681
|
+
"name": "aria-label",
|
33736
33682
|
"type": {
|
33737
|
-
"text": "
|
33683
|
+
"text": "string | null"
|
33738
33684
|
},
|
33739
|
-
"default": "
|
33740
|
-
"description": "
|
33741
|
-
"
|
33685
|
+
"default": "null",
|
33686
|
+
"description": "Aria-label attribute to be set for accessibility",
|
33687
|
+
"fieldName": "ariaLabel"
|
33742
33688
|
},
|
33743
33689
|
{
|
33744
|
-
"
|
33745
|
-
"name": "value",
|
33690
|
+
"name": "variant",
|
33746
33691
|
"type": {
|
33747
|
-
"text": "
|
33692
|
+
"text": "SpinnerVariant"
|
33748
33693
|
},
|
33749
|
-
"description": "
|
33750
|
-
"
|
33694
|
+
"description": "There are 2 variants of spinner: default and button. Their coloring is different.\n- **Standalone (Default)**: Track has a blue color.\n- **Button**: To be used when placed in a button to show that the button’s action is currently in progress.\nTo ensure a minimum 3:1 contrast ratio, change the active indicator color to be the same color as the button’s\nicon or label text.",
|
33695
|
+
"default": "standalone",
|
33696
|
+
"fieldName": "variant"
|
33697
|
+
}
|
33698
|
+
],
|
33699
|
+
"superclass": {
|
33700
|
+
"name": "Component",
|
33701
|
+
"module": "/src/models"
|
33702
|
+
},
|
33703
|
+
"tagName": "mdc-spinner",
|
33704
|
+
"jsDoc": "/**\n * `mdc-spinner` is loading spinner which is an indeterminate progress indicator, meaning\n * it's best for cases where the progress or duration of a process is variable or unknown.\n *\n * Spinner Variants:\n * - **Standalone (Default)**: Track has a blue color.\n * - **Button**: To be used when placed in a button to show that the button’s action is currently in progress.\n * To ensure a minimum 3:1 contrast ratio, the color is changed internally to be the same color as the button’s\n * icon or label text.\n *\n * Spinner Sizes:\n * - **Large (96px)**: Use when replacing entire regions or pages that are still loading\n * - **MidSize (48px) (Default)**: Use for most use cases.\n * - **Small (24px)**: Use for inline with loading text.\n *\n * Customisation of the spinner size is allowed by setting the size to undefined and using the --mdc-spinner-size\n * CSS property.\n *\n * Spinner Colors:\n * - **Default**: Use for most use cases.\n * - **Inverted**: Only to be used within inverted components, such as coachmarks.\n *\n * Regarding accessibility, if an aria-label is provided, the role will be set to 'img'; if it is absent, the role\n * will be unset\n * and aria-hidden will be set to 'true' so the spinner will be ignored by screen readers.\n *\n * @tagname mdc-spinner\n *\n * @cssproperty --mdc-spinner-default-color - Allows customization of the default spinner color.\n * @cssproperty --mdc-spinner-inverted-color - Allows customization of the inverted spinner color.\n * @cssproperty --mdc-spinner-button-variant-color - Allows customization of the spinner Button variant color.\n * @cssproperty --mdc-spinner-size - Allows customization of the spinner size.\n *\n * @csspart container - The svg which contains the circle spinner.\n * @csspart circle - The circle of the spinner.\n */",
|
33705
|
+
"customElement": true
|
33706
|
+
}
|
33707
|
+
],
|
33708
|
+
"exports": [
|
33709
|
+
{
|
33710
|
+
"kind": "js",
|
33711
|
+
"name": "default",
|
33712
|
+
"declaration": {
|
33713
|
+
"name": "Spinner",
|
33714
|
+
"module": "components/spinner/spinner.component.js"
|
33715
|
+
}
|
33716
|
+
}
|
33717
|
+
]
|
33718
|
+
},
|
33719
|
+
{
|
33720
|
+
"kind": "javascript-module",
|
33721
|
+
"path": "components/staticcheckbox/staticcheckbox.component.js",
|
33722
|
+
"declarations": [
|
33723
|
+
{
|
33724
|
+
"kind": "class",
|
33725
|
+
"description": "This is a decorative component that is styled to look as a checkbox.\n\nIt has 3 properties - checked, indeterminate and disabled.\n\nWe are using the same styling that has been created for the `mdc-checkbox` component.",
|
33726
|
+
"name": "StaticCheckbox",
|
33727
|
+
"cssProperties": [
|
33728
|
+
{
|
33729
|
+
"description": "Border color in high contrast.",
|
33730
|
+
"name": "--mdc-staticcheckbox-border-color"
|
33751
33731
|
},
|
33752
33732
|
{
|
33753
|
-
"
|
33754
|
-
"name": "
|
33755
|
-
"type": {
|
33756
|
-
"text": "number | undefined"
|
33757
|
-
},
|
33758
|
-
"description": "The slider start value displayed when range is true.",
|
33759
|
-
"attribute": "value-start"
|
33733
|
+
"description": "Background color for a selected checkbox.",
|
33734
|
+
"name": "--mdc-staticcheckbox-checked-background-color"
|
33760
33735
|
},
|
33761
33736
|
{
|
33762
|
-
"
|
33763
|
-
"name": "
|
33764
|
-
"type": {
|
33765
|
-
"text": "number | undefined"
|
33766
|
-
},
|
33767
|
-
"description": "The slider end value displayed when range is true.",
|
33768
|
-
"attribute": "value-end"
|
33737
|
+
"description": "Background color for a disabled checkbox.",
|
33738
|
+
"name": "--mdc-staticcheckbox-disabled-background-color"
|
33769
33739
|
},
|
33770
33740
|
{
|
33771
|
-
"
|
33772
|
-
"name": "
|
33773
|
-
"type": {
|
33774
|
-
"text": "number"
|
33775
|
-
},
|
33776
|
-
"default": "1",
|
33777
|
-
"description": "The step between values. This will show tick marks and the stepper will snap to the nearest tick mark.",
|
33778
|
-
"attribute": "step"
|
33741
|
+
"description": "Border color for a disabled checkbox.",
|
33742
|
+
"name": "--mdc-checkbox-disabled-border-color"
|
33779
33743
|
},
|
33780
33744
|
{
|
33781
|
-
"
|
33782
|
-
"name": "
|
33783
|
-
"type": {
|
33784
|
-
"text": "string | undefined"
|
33785
|
-
},
|
33786
|
-
"description": "It represents the label for slider component.",
|
33787
|
-
"attribute": "label"
|
33745
|
+
"description": "Background color for a disabled, selected checkbox.",
|
33746
|
+
"name": "--mdc-checkbox-disabled-checked-icon-color"
|
33788
33747
|
},
|
33789
33748
|
{
|
33790
|
-
"
|
33791
|
-
"name": "
|
33792
|
-
"type": {
|
33793
|
-
"text": "string | undefined"
|
33794
|
-
},
|
33795
|
-
"description": "The label text is shown below the slider (on leading side) representing the minimum starting value of the slider.",
|
33796
|
-
"attribute": "label-start"
|
33749
|
+
"description": "Icon color for a disabled checkbox.",
|
33750
|
+
"name": "--mdc-staticcheckbox-disabled-icon-color"
|
33797
33751
|
},
|
33752
|
+
{
|
33753
|
+
"description": "Background color for an unselected checkbox.",
|
33754
|
+
"name": "--mdc-staticcheckbox-icon-background-color"
|
33755
|
+
},
|
33756
|
+
{
|
33757
|
+
"description": "Default background color for an unselected checkbox.",
|
33758
|
+
"name": "--mdc-staticcheckbox-icon-border-color"
|
33759
|
+
},
|
33760
|
+
{
|
33761
|
+
"description": "Icon color for an unselected checkbox.",
|
33762
|
+
"name": "--mdc-staticcheckbox-icon-color"
|
33763
|
+
}
|
33764
|
+
],
|
33765
|
+
"members": [
|
33798
33766
|
{
|
33799
33767
|
"kind": "field",
|
33800
|
-
"name": "
|
33768
|
+
"name": "checked",
|
33801
33769
|
"type": {
|
33802
|
-
"text": "
|
33770
|
+
"text": "boolean"
|
33803
33771
|
},
|
33804
|
-
"
|
33805
|
-
"
|
33772
|
+
"default": "false",
|
33773
|
+
"description": "Determines whether the checkbox is selected or unselected.",
|
33774
|
+
"attribute": "checked",
|
33775
|
+
"reflects": true
|
33806
33776
|
},
|
33807
33777
|
{
|
33808
33778
|
"kind": "field",
|
33809
|
-
"name": "
|
33779
|
+
"name": "indeterminate",
|
33810
33780
|
"type": {
|
33811
|
-
"text": "
|
33781
|
+
"text": "boolean"
|
33812
33782
|
},
|
33813
|
-
"default": "
|
33814
|
-
"description": "
|
33815
|
-
"attribute": "
|
33783
|
+
"default": "false",
|
33784
|
+
"description": "Determines whether the checkbox is in an indeterminate state.",
|
33785
|
+
"attribute": "indeterminate",
|
33786
|
+
"reflects": true
|
33816
33787
|
},
|
33817
33788
|
{
|
33818
33789
|
"kind": "field",
|
33819
|
-
"name": "
|
33790
|
+
"name": "disabled",
|
33820
33791
|
"type": {
|
33821
|
-
"text": "
|
33792
|
+
"text": "boolean | undefined"
|
33822
33793
|
},
|
33823
|
-
"
|
33824
|
-
"
|
33825
|
-
"attribute": "
|
33826
|
-
|
33794
|
+
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
33795
|
+
"default": "undefined",
|
33796
|
+
"attribute": "disabled",
|
33797
|
+
"reflects": true,
|
33798
|
+
"inheritedFrom": {
|
33799
|
+
"name": "DisabledMixin",
|
33800
|
+
"module": "utils/mixins/DisabledMixin.js"
|
33801
|
+
}
|
33802
|
+
}
|
33803
|
+
],
|
33804
|
+
"attributes": [
|
33827
33805
|
{
|
33828
|
-
"
|
33829
|
-
"name": "valueLabelEnd",
|
33806
|
+
"name": "checked",
|
33830
33807
|
"type": {
|
33831
|
-
"text": "
|
33808
|
+
"text": "boolean"
|
33832
33809
|
},
|
33833
|
-
"default": "
|
33834
|
-
"description": "
|
33835
|
-
"
|
33810
|
+
"default": "false",
|
33811
|
+
"description": "Determines whether the checkbox is selected or unselected.",
|
33812
|
+
"fieldName": "checked"
|
33836
33813
|
},
|
33837
33814
|
{
|
33838
|
-
"
|
33839
|
-
"name": "ariaLabelStart",
|
33815
|
+
"name": "indeterminate",
|
33840
33816
|
"type": {
|
33841
|
-
"text": "
|
33817
|
+
"text": "boolean"
|
33842
33818
|
},
|
33843
|
-
"default": "
|
33844
|
-
"description": "
|
33845
|
-
"
|
33819
|
+
"default": "false",
|
33820
|
+
"description": "Determines whether the checkbox is in an indeterminate state.",
|
33821
|
+
"fieldName": "indeterminate"
|
33846
33822
|
},
|
33847
33823
|
{
|
33848
|
-
"
|
33849
|
-
"name": "ariaValuetextStart",
|
33824
|
+
"name": "disabled",
|
33850
33825
|
"type": {
|
33851
|
-
"text": "
|
33826
|
+
"text": "boolean | undefined"
|
33852
33827
|
},
|
33853
|
-
"
|
33854
|
-
"
|
33855
|
-
"
|
33828
|
+
"description": "Indicates whether the component is disabled.\nWhen the component is disabled for user interaction; it is not focusable or clickable.",
|
33829
|
+
"default": "undefined",
|
33830
|
+
"fieldName": "disabled",
|
33831
|
+
"inheritedFrom": {
|
33832
|
+
"name": "DisabledMixin",
|
33833
|
+
"module": "src/utils/mixins/DisabledMixin.ts"
|
33834
|
+
}
|
33835
|
+
}
|
33836
|
+
],
|
33837
|
+
"mixins": [
|
33838
|
+
{
|
33839
|
+
"name": "DisabledMixin",
|
33840
|
+
"module": "/src/utils/mixins/DisabledMixin"
|
33841
|
+
}
|
33842
|
+
],
|
33843
|
+
"superclass": {
|
33844
|
+
"name": "Component",
|
33845
|
+
"module": "/src/models"
|
33846
|
+
},
|
33847
|
+
"tagName": "mdc-staticcheckbox",
|
33848
|
+
"jsDoc": "/**\n * This is a decorative component that is styled to look as a checkbox.\n *\n * It has 3 properties - checked, indeterminate and disabled.\n *\n * We are using the same styling that has been created for the `mdc-checkbox` component.\n *\n * @tagname mdc-staticcheckbox\n *\n * @dependency mdc-icon\n *\n * @cssproperty --mdc-staticcheckbox-border-color - Border color in high contrast.\n * @cssproperty --mdc-staticcheckbox-checked-background-color - Background color for a selected checkbox.\n * @cssproperty --mdc-staticcheckbox-disabled-background-color - Background color for a disabled checkbox.\n * @cssproperty --mdc-checkbox-disabled-border-color - Border color for a disabled checkbox.\n * @cssproperty --mdc-checkbox-disabled-checked-icon-color - Background color for a disabled, selected checkbox.\n * @cssproperty --mdc-staticcheckbox-disabled-icon-color - Icon color for a disabled checkbox.\n * @cssproperty --mdc-staticcheckbox-icon-background-color - Background color for an unselected checkbox.\n * @cssproperty --mdc-staticcheckbox-icon-border-color - Default background color for an unselected checkbox.\n * @cssproperty --mdc-staticcheckbox-icon-color - Icon color for an unselected checkbox.\n *\n */",
|
33849
|
+
"customElement": true
|
33850
|
+
}
|
33851
|
+
],
|
33852
|
+
"exports": [
|
33853
|
+
{
|
33854
|
+
"kind": "js",
|
33855
|
+
"name": "default",
|
33856
|
+
"declaration": {
|
33857
|
+
"name": "StaticCheckbox",
|
33858
|
+
"module": "components/staticcheckbox/staticcheckbox.component.js"
|
33859
|
+
}
|
33860
|
+
}
|
33861
|
+
]
|
33862
|
+
},
|
33863
|
+
{
|
33864
|
+
"kind": "javascript-module",
|
33865
|
+
"path": "components/staticchip/staticchip.component.js",
|
33866
|
+
"declarations": [
|
33867
|
+
{
|
33868
|
+
"kind": "class",
|
33869
|
+
"description": "mdc-staticchip is an static element that can be used to represent a chip. It supports a leading icon along with label.\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>, including empty spaces to split words.",
|
33870
|
+
"name": "StaticChip",
|
33871
|
+
"cssProperties": [
|
33872
|
+
{
|
33873
|
+
"description": "The color of the static chip.",
|
33874
|
+
"name": "--mdc-chip-color"
|
33856
33875
|
},
|
33876
|
+
{
|
33877
|
+
"description": "The border color of the static chip.",
|
33878
|
+
"name": "--mdc-chip-border-color"
|
33879
|
+
},
|
33880
|
+
{
|
33881
|
+
"description": "The background color of the static chip.",
|
33882
|
+
"name": "--mdc-chip-background-color"
|
33883
|
+
}
|
33884
|
+
],
|
33885
|
+
"members": [
|
33857
33886
|
{
|
33858
33887
|
"kind": "field",
|
33859
|
-
"name": "
|
33888
|
+
"name": "color",
|
33860
33889
|
"type": {
|
33861
|
-
"text": "
|
33890
|
+
"text": "ColorType"
|
33862
33891
|
},
|
33863
|
-
"
|
33864
|
-
"
|
33865
|
-
"attribute": "
|
33892
|
+
"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",
|
33893
|
+
"default": "default",
|
33894
|
+
"attribute": "color",
|
33895
|
+
"reflects": true
|
33866
33896
|
},
|
33867
33897
|
{
|
33868
33898
|
"kind": "field",
|
33869
|
-
"name": "
|
33899
|
+
"name": "label",
|
33870
33900
|
"type": {
|
33871
33901
|
"text": "string"
|
33872
33902
|
},
|
33873
33903
|
"default": "''",
|
33874
|
-
"description": "
|
33875
|
-
"attribute": "
|
33904
|
+
"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.",
|
33905
|
+
"attribute": "label"
|
33876
33906
|
},
|
33877
33907
|
{
|
33878
|
-
"kind": "
|
33879
|
-
"name": "
|
33880
|
-
"
|
33881
|
-
|
33882
|
-
|
33883
|
-
|
33884
|
-
|
33908
|
+
"kind": "method",
|
33909
|
+
"name": "renderIcon",
|
33910
|
+
"privacy": "private",
|
33911
|
+
"description": "Renders the icon element if available.",
|
33912
|
+
"return": {
|
33913
|
+
"type": {
|
33914
|
+
"text": ""
|
33915
|
+
}
|
33916
|
+
}
|
33885
33917
|
},
|
33886
33918
|
{
|
33887
33919
|
"kind": "field",
|
33888
|
-
"name": "
|
33920
|
+
"name": "iconName",
|
33889
33921
|
"type": {
|
33890
|
-
"text": "
|
33922
|
+
"text": "IconNames | undefined"
|
33891
33923
|
},
|
33892
|
-
"description": "Name
|
33893
|
-
"attribute": "name
|
33894
|
-
|
33924
|
+
"description": "Name of the icon (= filename).\n\nIf no `icon-name` is provided, no icon will be rendered.",
|
33925
|
+
"attribute": "icon-name",
|
33926
|
+
"inheritedFrom": {
|
33927
|
+
"name": "IconNameMixin",
|
33928
|
+
"module": "utils/mixins/IconNameMixin.js"
|
33929
|
+
}
|
33930
|
+
}
|
33931
|
+
],
|
33932
|
+
"attributes": [
|
33895
33933
|
{
|
33896
|
-
"
|
33897
|
-
"name": "nameEnd",
|
33934
|
+
"name": "color",
|
33898
33935
|
"type": {
|
33899
|
-
"text": "
|
33936
|
+
"text": "ColorType"
|
33900
33937
|
},
|
33901
|
-
"description": "
|
33902
|
-
"
|
33938
|
+
"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",
|
33939
|
+
"default": "default",
|
33940
|
+
"fieldName": "color"
|
33903
33941
|
},
|
33904
33942
|
{
|
33905
|
-
"
|
33906
|
-
"name": "dataAriaValuetext",
|
33943
|
+
"name": "label",
|
33907
33944
|
"type": {
|
33908
33945
|
"text": "string"
|
33909
33946
|
},
|
33910
33947
|
"default": "''",
|
33911
|
-
"description": "
|
33912
|
-
"
|
33948
|
+
"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.",
|
33949
|
+
"fieldName": "label"
|
33913
33950
|
},
|
33914
33951
|
{
|
33915
|
-
"
|
33916
|
-
"name": "dataAriaLabel",
|
33952
|
+
"name": "icon-name",
|
33917
33953
|
"type": {
|
33918
|
-
"text": "
|
33954
|
+
"text": "IconNames | undefined"
|
33919
33955
|
},
|
33920
|
-
"
|
33921
|
-
"
|
33922
|
-
"
|
33956
|
+
"description": "Name of the icon (= filename).\n\nIf no `icon-name` is provided, no icon will be rendered.",
|
33957
|
+
"fieldName": "iconName",
|
33958
|
+
"inheritedFrom": {
|
33959
|
+
"name": "IconNameMixin",
|
33960
|
+
"module": "src/utils/mixins/IconNameMixin.ts"
|
33961
|
+
}
|
33923
33962
|
}
|
33924
33963
|
],
|
33925
|
-
"
|
33964
|
+
"mixins": [
|
33965
|
+
{
|
33966
|
+
"name": "IconNameMixin",
|
33967
|
+
"module": "/src/utils/mixins/IconNameMixin"
|
33968
|
+
}
|
33969
|
+
],
|
33970
|
+
"superclass": {
|
33971
|
+
"name": "Component",
|
33972
|
+
"module": "/src/models"
|
33973
|
+
},
|
33974
|
+
"tagName": "mdc-staticchip",
|
33975
|
+
"jsDoc": "/**\n * mdc-staticchip is an static element that can be used to represent a chip. It supports a leading icon along with label.\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>, including empty spaces to split words.\n *\n *\n * @tagname mdc-staticchip\n *\n * @dependency mdc-icon\n * @dependency mdc-text\n *\n * @cssproperty --mdc-chip-color - The color of the static chip.\n * @cssproperty --mdc-chip-border-color - The border color of the static chip.\n * @cssproperty --mdc-chip-background-color - The background color of the static chip.\n *\n */",
|
33976
|
+
"customElement": true
|
33977
|
+
}
|
33978
|
+
],
|
33979
|
+
"exports": [
|
33980
|
+
{
|
33981
|
+
"kind": "js",
|
33982
|
+
"name": "default",
|
33983
|
+
"declaration": {
|
33984
|
+
"name": "StaticChip",
|
33985
|
+
"module": "components/staticchip/staticchip.component.js"
|
33986
|
+
}
|
33987
|
+
}
|
33988
|
+
]
|
33989
|
+
},
|
33990
|
+
{
|
33991
|
+
"kind": "javascript-module",
|
33992
|
+
"path": "components/slider/slider.component.js",
|
33993
|
+
"declarations": [
|
33994
|
+
{
|
33995
|
+
"kind": "class",
|
33996
|
+
"description": "slider component, which ...",
|
33997
|
+
"name": "Slider",
|
33998
|
+
"cssProperties": [
|
33926
33999
|
{
|
34000
|
+
"description": "Description of the CSS custom property",
|
34001
|
+
"name": "--custom-property-name"
|
34002
|
+
}
|
34003
|
+
],
|
34004
|
+
"slots": [
|
34005
|
+
{
|
34006
|
+
"description": "This is a default/unnamed slot",
|
34007
|
+
"name": "default"
|
34008
|
+
}
|
34009
|
+
],
|
34010
|
+
"members": [
|
34011
|
+
{
|
34012
|
+
"kind": "field",
|
33927
34013
|
"name": "range",
|
33928
34014
|
"type": {
|
33929
34015
|
"text": "boolean"
|
33930
34016
|
},
|
33931
34017
|
"default": "false",
|
33932
34018
|
"description": "Whether or not to show a value range. When false, the slider displays a slide-able handle for the value property; when true, it displays slide-able handles for the valueStart and valueEnd properties.",
|
33933
|
-
"
|
34019
|
+
"attribute": "range"
|
33934
34020
|
},
|
33935
34021
|
{
|
34022
|
+
"kind": "field",
|
33936
34023
|
"name": "disabled",
|
33937
34024
|
"type": {
|
33938
34025
|
"text": "boolean | undefined"
|
33939
34026
|
},
|
33940
34027
|
"description": "Whether the slider is disabled.",
|
33941
|
-
"
|
34028
|
+
"attribute": "disabled"
|
33942
34029
|
},
|
33943
34030
|
{
|
33944
|
-
"
|
34031
|
+
"kind": "field",
|
34032
|
+
"name": "softDisabled",
|
33945
34033
|
"type": {
|
33946
34034
|
"text": "boolean | undefined"
|
33947
34035
|
},
|
33948
34036
|
"description": "Acts similar to disabled, but component is focusable and tooltip is shown on focus.",
|
33949
|
-
"
|
34037
|
+
"attribute": "soft-disabled"
|
33950
34038
|
},
|
33951
34039
|
{
|
33952
|
-
"
|
34040
|
+
"kind": "field",
|
34041
|
+
"name": "leadingIcon",
|
33953
34042
|
"type": {
|
33954
34043
|
"text": "string | undefined"
|
33955
34044
|
},
|
33956
34045
|
"description": "Icon that represents the minimum value; ex: muted speaker.",
|
33957
|
-
"
|
34046
|
+
"attribute": "leading-icon"
|
33958
34047
|
},
|
33959
34048
|
{
|
33960
|
-
"
|
34049
|
+
"kind": "field",
|
34050
|
+
"name": "trailingIcon",
|
33961
34051
|
"type": {
|
33962
34052
|
"text": "string | undefined"
|
33963
34053
|
},
|
33964
34054
|
"description": "Icon that represents the maximum value; ex: speaker with full volume.",
|
33965
|
-
"
|
34055
|
+
"attribute": "trailing-icon"
|
33966
34056
|
},
|
33967
34057
|
{
|
34058
|
+
"kind": "field",
|
33968
34059
|
"name": "min",
|
33969
34060
|
"type": {
|
33970
34061
|
"text": "number"
|
33971
34062
|
},
|
33972
34063
|
"default": "0",
|
33973
34064
|
"description": "The slider minimum value.",
|
33974
|
-
"
|
34065
|
+
"attribute": "min"
|
33975
34066
|
},
|
33976
34067
|
{
|
34068
|
+
"kind": "field",
|
33977
34069
|
"name": "max",
|
33978
34070
|
"type": {
|
33979
34071
|
"text": "number"
|
33980
34072
|
},
|
33981
34073
|
"default": "100",
|
33982
34074
|
"description": "The slider maximum value.",
|
33983
|
-
"
|
34075
|
+
"attribute": "max"
|
33984
34076
|
},
|
33985
34077
|
{
|
34078
|
+
"kind": "field",
|
33986
34079
|
"name": "value",
|
33987
34080
|
"type": {
|
33988
34081
|
"text": "number | undefined"
|
33989
34082
|
},
|
33990
34083
|
"description": "The slider value displayed when range is false.",
|
33991
|
-
"
|
34084
|
+
"attribute": "value"
|
33992
34085
|
},
|
33993
34086
|
{
|
33994
|
-
"
|
34087
|
+
"kind": "field",
|
34088
|
+
"name": "valueStart",
|
33995
34089
|
"type": {
|
33996
34090
|
"text": "number | undefined"
|
33997
34091
|
},
|
33998
34092
|
"description": "The slider start value displayed when range is true.",
|
33999
|
-
"
|
34093
|
+
"attribute": "value-start"
|
34000
34094
|
},
|
34001
34095
|
{
|
34002
|
-
"
|
34096
|
+
"kind": "field",
|
34097
|
+
"name": "valueEnd",
|
34003
34098
|
"type": {
|
34004
34099
|
"text": "number | undefined"
|
34005
34100
|
},
|
34006
34101
|
"description": "The slider end value displayed when range is true.",
|
34007
|
-
"
|
34102
|
+
"attribute": "value-end"
|
34008
34103
|
},
|
34009
34104
|
{
|
34105
|
+
"kind": "field",
|
34010
34106
|
"name": "step",
|
34011
34107
|
"type": {
|
34012
34108
|
"text": "number"
|
34013
34109
|
},
|
34014
34110
|
"default": "1",
|
34015
34111
|
"description": "The step between values. This will show tick marks and the stepper will snap to the nearest tick mark.",
|
34016
|
-
"
|
34112
|
+
"attribute": "step"
|
34017
34113
|
},
|
34018
34114
|
{
|
34115
|
+
"kind": "field",
|
34019
34116
|
"name": "label",
|
34020
34117
|
"type": {
|
34021
34118
|
"text": "string | undefined"
|
34022
34119
|
},
|
34023
34120
|
"description": "It represents the label for slider component.",
|
34024
|
-
"
|
34121
|
+
"attribute": "label"
|
34025
34122
|
},
|
34026
34123
|
{
|
34027
|
-
"
|
34124
|
+
"kind": "field",
|
34125
|
+
"name": "labelStart",
|
34028
34126
|
"type": {
|
34029
34127
|
"text": "string | undefined"
|
34030
34128
|
},
|
34031
34129
|
"description": "The label text is shown below the slider (on leading side) representing the minimum starting value of the slider.",
|
34032
|
-
"
|
34130
|
+
"attribute": "label-start"
|
34033
34131
|
},
|
34034
34132
|
{
|
34035
|
-
"
|
34133
|
+
"kind": "field",
|
34134
|
+
"name": "labelEnd",
|
34036
34135
|
"type": {
|
34037
34136
|
"text": "string | undefined"
|
34038
34137
|
},
|
34039
34138
|
"description": "The label text is shown below the slider (on trailing side) representing the maximum starting value of the slider.",
|
34040
|
-
"
|
34139
|
+
"attribute": "label-end"
|
34041
34140
|
},
|
34042
34141
|
{
|
34043
|
-
"
|
34142
|
+
"kind": "field",
|
34143
|
+
"name": "valueLabel",
|
34044
34144
|
"type": {
|
34045
34145
|
"text": "string"
|
34046
34146
|
},
|
34047
34147
|
"default": "''",
|
34048
34148
|
"description": "An optional label for the slider's value displayed when range is false; if not set, the label is the value itself.",
|
34049
|
-
"
|
34149
|
+
"attribute": "value-label"
|
34050
34150
|
},
|
34051
34151
|
{
|
34052
|
-
"
|
34152
|
+
"kind": "field",
|
34153
|
+
"name": "valueLabelStart",
|
34053
34154
|
"type": {
|
34054
34155
|
"text": "string"
|
34055
34156
|
},
|
34056
34157
|
"default": "''",
|
34057
34158
|
"description": "An optional label for the slider's start value displayed when range is true; if not set, the label is the valueStart itself.",
|
34058
|
-
"
|
34159
|
+
"attribute": "value-label-start"
|
34059
34160
|
},
|
34060
34161
|
{
|
34061
|
-
"
|
34162
|
+
"kind": "field",
|
34163
|
+
"name": "valueLabelEnd",
|
34062
34164
|
"type": {
|
34063
34165
|
"text": "string"
|
34064
34166
|
},
|
34065
34167
|
"default": "''",
|
34066
34168
|
"description": "An optional label for the slider's end value displayed when range is true; if not set, the label is the valueEnd itself.",
|
34067
|
-
"
|
34068
|
-
},
|
34069
|
-
{
|
34070
|
-
"name": "aria-label-start",
|
34071
|
-
"type": {
|
34072
|
-
"text": "string"
|
34073
|
-
},
|
34074
|
-
"default": "''",
|
34075
|
-
"description": "Aria label for the slider's start handle displayed when range is true.",
|
34076
|
-
"fieldName": "ariaLabelStart"
|
34077
|
-
},
|
34078
|
-
{
|
34079
|
-
"name": "aria-valuetext-start",
|
34080
|
-
"type": {
|
34081
|
-
"text": "string"
|
34082
|
-
},
|
34083
|
-
"default": "''",
|
34084
|
-
"description": "Aria value text for the slider's start value displayed when range is true.",
|
34085
|
-
"fieldName": "ariaValuetextStart"
|
34086
|
-
},
|
34087
|
-
{
|
34088
|
-
"name": "aria-label-end",
|
34089
|
-
"type": {
|
34090
|
-
"text": "string"
|
34091
|
-
},
|
34092
|
-
"default": "''",
|
34093
|
-
"description": "Aria label for the slider's end handle displayed when range is true.",
|
34094
|
-
"fieldName": "ariaLabelEnd"
|
34095
|
-
},
|
34096
|
-
{
|
34097
|
-
"name": "aria-valuetext-end",
|
34098
|
-
"type": {
|
34099
|
-
"text": "string"
|
34100
|
-
},
|
34101
|
-
"default": "''",
|
34102
|
-
"description": "Aria value text for the slider's end value displayed when range is true.",
|
34103
|
-
"fieldName": "ariaValuetextEnd"
|
34104
|
-
},
|
34105
|
-
{
|
34106
|
-
"name": "name",
|
34107
|
-
"type": {
|
34108
|
-
"text": "string | undefined"
|
34109
|
-
},
|
34110
|
-
"description": "Name attribute for the slider (single value).",
|
34111
|
-
"fieldName": "name"
|
34112
|
-
},
|
34113
|
-
{
|
34114
|
-
"name": "name-start",
|
34115
|
-
"type": {
|
34116
|
-
"text": "string | undefined"
|
34117
|
-
},
|
34118
|
-
"description": "Name attribute for the slider's start handle (range).",
|
34119
|
-
"fieldName": "nameStart"
|
34120
|
-
},
|
34121
|
-
{
|
34122
|
-
"name": "name-end",
|
34123
|
-
"type": {
|
34124
|
-
"text": "string | undefined"
|
34125
|
-
},
|
34126
|
-
"description": "Name attribute for the slider's end handle (range).",
|
34127
|
-
"fieldName": "nameEnd"
|
34128
|
-
},
|
34129
|
-
{
|
34130
|
-
"name": "data-aria-valuetext",
|
34131
|
-
"type": {
|
34132
|
-
"text": "string"
|
34133
|
-
},
|
34134
|
-
"default": "''",
|
34135
|
-
"description": "Aria value text for the slider's value displayed when range is false.",
|
34136
|
-
"fieldName": "dataAriaValuetext"
|
34169
|
+
"attribute": "value-label-end"
|
34137
34170
|
},
|
34138
34171
|
{
|
34139
|
-
"
|
34172
|
+
"kind": "field",
|
34173
|
+
"name": "ariaLabelStart",
|
34140
34174
|
"type": {
|
34141
34175
|
"text": "string"
|
34142
|
-
},
|
34143
|
-
"default": "''",
|
34144
|
-
"description": "Aria label for the slider's handle displayed when range is
|
34145
|
-
"
|
34146
|
-
}
|
34147
|
-
],
|
34148
|
-
"superclass": {
|
34149
|
-
"name": "Component",
|
34150
|
-
"module": "/src/models"
|
34151
|
-
},
|
34152
|
-
"tagName": "mdc-slider",
|
34153
|
-
"jsDoc": "/**\n * slider component, which ...\n *\n * @tagname mdc-slider\n *\n * @slot default - This is a default/unnamed slot\n *\n * @cssproperty --custom-property-name - Description of the CSS custom property\n */",
|
34154
|
-
"customElement": true
|
34155
|
-
}
|
34156
|
-
],
|
34157
|
-
"exports": [
|
34158
|
-
{
|
34159
|
-
"kind": "js",
|
34160
|
-
"name": "default",
|
34161
|
-
"declaration": {
|
34162
|
-
"name": "Slider",
|
34163
|
-
"module": "components/slider/slider.component.js"
|
34164
|
-
}
|
34165
|
-
}
|
34166
|
-
]
|
34167
|
-
},
|
34168
|
-
{
|
34169
|
-
"kind": "javascript-module",
|
34170
|
-
"path": "components/spinner/spinner.component.js",
|
34171
|
-
"declarations": [
|
34172
|
-
{
|
34173
|
-
"kind": "class",
|
34174
|
-
"description": "`mdc-spinner` is loading spinner which is an indeterminate progress indicator, meaning\nit's best for cases where the progress or duration of a process is variable or unknown.\n\nSpinner Variants:\n- **Standalone (Default)**: Track has a blue color.\n- **Button**: To be used when placed in a button to show that the button’s action is currently in progress.\nTo ensure a minimum 3:1 contrast ratio, the color is changed internally to be the same color as the button’s\nicon or label text.\n\nSpinner Sizes:\n- **Large (96px)**: Use when replacing entire regions or pages that are still loading\n- **MidSize (48px) (Default)**: Use for most use cases.\n- **Small (24px)**: Use for inline with loading text.\n\nCustomisation of the spinner size is allowed by setting the size to undefined and using the --mdc-spinner-size\nCSS property.\n\nSpinner Colors:\n- **Default**: Use for most use cases.\n- **Inverted**: Only to be used within inverted components, such as coachmarks.\n\nRegarding accessibility, if an aria-label is provided, the role will be set to 'img'; if it is absent, the role\nwill be unset\nand aria-hidden will be set to 'true' so the spinner will be ignored by screen readers.",
|
34175
|
-
"name": "Spinner",
|
34176
|
-
"cssProperties": [
|
34177
|
-
{
|
34178
|
-
"description": "Allows customization of the default spinner color.",
|
34179
|
-
"name": "--mdc-spinner-default-color"
|
34176
|
+
},
|
34177
|
+
"default": "''",
|
34178
|
+
"description": "Aria label for the slider's start handle displayed when range is true.",
|
34179
|
+
"attribute": "aria-label-start"
|
34180
34180
|
},
|
34181
34181
|
{
|
34182
|
-
"
|
34183
|
-
"name": "
|
34182
|
+
"kind": "field",
|
34183
|
+
"name": "ariaValuetextStart",
|
34184
|
+
"type": {
|
34185
|
+
"text": "string"
|
34186
|
+
},
|
34187
|
+
"default": "''",
|
34188
|
+
"description": "Aria value text for the slider's start value displayed when range is true.",
|
34189
|
+
"attribute": "aria-valuetext-start"
|
34184
34190
|
},
|
34185
34191
|
{
|
34186
|
-
"
|
34187
|
-
"name": "
|
34192
|
+
"kind": "field",
|
34193
|
+
"name": "ariaLabelEnd",
|
34194
|
+
"type": {
|
34195
|
+
"text": "string"
|
34196
|
+
},
|
34197
|
+
"default": "''",
|
34198
|
+
"description": "Aria label for the slider's end handle displayed when range is true.",
|
34199
|
+
"attribute": "aria-label-end"
|
34188
34200
|
},
|
34189
34201
|
{
|
34190
|
-
"
|
34191
|
-
"name": "
|
34192
|
-
|
34193
|
-
|
34194
|
-
|
34195
|
-
|
34196
|
-
"description": "
|
34197
|
-
"
|
34202
|
+
"kind": "field",
|
34203
|
+
"name": "ariaValuetextEnd",
|
34204
|
+
"type": {
|
34205
|
+
"text": "string"
|
34206
|
+
},
|
34207
|
+
"default": "''",
|
34208
|
+
"description": "Aria value text for the slider's end value displayed when range is true.",
|
34209
|
+
"attribute": "aria-valuetext-end"
|
34198
34210
|
},
|
34199
34211
|
{
|
34200
|
-
"
|
34201
|
-
"name": "
|
34202
|
-
|
34203
|
-
|
34204
|
-
|
34212
|
+
"kind": "field",
|
34213
|
+
"name": "name",
|
34214
|
+
"type": {
|
34215
|
+
"text": "string | undefined"
|
34216
|
+
},
|
34217
|
+
"description": "Name attribute for the slider (single value).",
|
34218
|
+
"attribute": "name"
|
34219
|
+
},
|
34205
34220
|
{
|
34206
34221
|
"kind": "field",
|
34207
|
-
"name": "
|
34222
|
+
"name": "nameStart",
|
34208
34223
|
"type": {
|
34209
|
-
"text": "
|
34224
|
+
"text": "string | undefined"
|
34210
34225
|
},
|
34211
|
-
"description": "
|
34212
|
-
"
|
34213
|
-
"attribute": "inverted",
|
34214
|
-
"reflects": true
|
34226
|
+
"description": "Name attribute for the slider's start handle (range).",
|
34227
|
+
"attribute": "name-start"
|
34215
34228
|
},
|
34216
34229
|
{
|
34217
34230
|
"kind": "field",
|
34218
|
-
"name": "
|
34231
|
+
"name": "nameEnd",
|
34219
34232
|
"type": {
|
34220
|
-
"text": "
|
34233
|
+
"text": "string | undefined"
|
34221
34234
|
},
|
34222
|
-
"description": "
|
34223
|
-
"
|
34224
|
-
"attribute": "size",
|
34225
|
-
"reflects": true
|
34235
|
+
"description": "Name attribute for the slider's end handle (range).",
|
34236
|
+
"attribute": "name-end"
|
34226
34237
|
},
|
34227
34238
|
{
|
34228
34239
|
"kind": "field",
|
34229
|
-
"name": "
|
34240
|
+
"name": "dataAriaValuetext",
|
34230
34241
|
"type": {
|
34231
|
-
"text": "string
|
34242
|
+
"text": "string"
|
34232
34243
|
},
|
34233
|
-
"default": "
|
34234
|
-
"description": "Aria
|
34235
|
-
"attribute": "aria-
|
34244
|
+
"default": "''",
|
34245
|
+
"description": "Aria value text for the slider's value displayed when range is false.",
|
34246
|
+
"attribute": "data-aria-valuetext"
|
34236
34247
|
},
|
34237
34248
|
{
|
34238
34249
|
"kind": "field",
|
34239
|
-
"name": "
|
34250
|
+
"name": "dataAriaLabel",
|
34240
34251
|
"type": {
|
34241
|
-
"text": "
|
34252
|
+
"text": "string"
|
34242
34253
|
},
|
34243
|
-
"
|
34244
|
-
"
|
34245
|
-
"attribute": "
|
34246
|
-
"reflects": true
|
34254
|
+
"default": "''",
|
34255
|
+
"description": "Aria label for the slider's handle displayed when range is false.",
|
34256
|
+
"attribute": "data-aria-label"
|
34247
34257
|
}
|
34248
34258
|
],
|
34249
34259
|
"attributes": [
|
34250
34260
|
{
|
34251
|
-
"name": "
|
34261
|
+
"name": "range",
|
34252
34262
|
"type": {
|
34253
|
-
"text": "boolean
|
34263
|
+
"text": "boolean"
|
34254
34264
|
},
|
34255
|
-
"description": "The spinner color can be inverted by setting the inverted attribute to true.",
|
34256
34265
|
"default": "false",
|
34257
|
-
"
|
34266
|
+
"description": "Whether or not to show a value range. When false, the slider displays a slide-able handle for the value property; when true, it displays slide-able handles for the valueStart and valueEnd properties.",
|
34267
|
+
"fieldName": "range"
|
34258
34268
|
},
|
34259
34269
|
{
|
34260
|
-
"name": "
|
34270
|
+
"name": "disabled",
|
34261
34271
|
"type": {
|
34262
|
-
"text": "
|
34272
|
+
"text": "boolean | undefined"
|
34263
34273
|
},
|
34264
|
-
"description": "
|
34265
|
-
"
|
34266
|
-
"fieldName": "size"
|
34274
|
+
"description": "Whether the slider is disabled.",
|
34275
|
+
"fieldName": "disabled"
|
34267
34276
|
},
|
34268
34277
|
{
|
34269
|
-
"name": "
|
34278
|
+
"name": "soft-disabled",
|
34270
34279
|
"type": {
|
34271
|
-
"text": "
|
34280
|
+
"text": "boolean | undefined"
|
34272
34281
|
},
|
34273
|
-
"
|
34274
|
-
"
|
34275
|
-
"fieldName": "ariaLabel"
|
34282
|
+
"description": "Acts similar to disabled, but component is focusable and tooltip is shown on focus.",
|
34283
|
+
"fieldName": "softDisabled"
|
34276
34284
|
},
|
34277
34285
|
{
|
34278
|
-
"name": "
|
34286
|
+
"name": "leading-icon",
|
34279
34287
|
"type": {
|
34280
|
-
"text": "
|
34288
|
+
"text": "string | undefined"
|
34281
34289
|
},
|
34282
|
-
"description": "
|
34283
|
-
"
|
34284
|
-
"fieldName": "variant"
|
34285
|
-
}
|
34286
|
-
],
|
34287
|
-
"superclass": {
|
34288
|
-
"name": "Component",
|
34289
|
-
"module": "/src/models"
|
34290
|
-
},
|
34291
|
-
"tagName": "mdc-spinner",
|
34292
|
-
"jsDoc": "/**\n * `mdc-spinner` is loading spinner which is an indeterminate progress indicator, meaning\n * it's best for cases where the progress or duration of a process is variable or unknown.\n *\n * Spinner Variants:\n * - **Standalone (Default)**: Track has a blue color.\n * - **Button**: To be used when placed in a button to show that the button’s action is currently in progress.\n * To ensure a minimum 3:1 contrast ratio, the color is changed internally to be the same color as the button’s\n * icon or label text.\n *\n * Spinner Sizes:\n * - **Large (96px)**: Use when replacing entire regions or pages that are still loading\n * - **MidSize (48px) (Default)**: Use for most use cases.\n * - **Small (24px)**: Use for inline with loading text.\n *\n * Customisation of the spinner size is allowed by setting the size to undefined and using the --mdc-spinner-size\n * CSS property.\n *\n * Spinner Colors:\n * - **Default**: Use for most use cases.\n * - **Inverted**: Only to be used within inverted components, such as coachmarks.\n *\n * Regarding accessibility, if an aria-label is provided, the role will be set to 'img'; if it is absent, the role\n * will be unset\n * and aria-hidden will be set to 'true' so the spinner will be ignored by screen readers.\n *\n * @tagname mdc-spinner\n *\n * @cssproperty --mdc-spinner-default-color - Allows customization of the default spinner color.\n * @cssproperty --mdc-spinner-inverted-color - Allows customization of the inverted spinner color.\n * @cssproperty --mdc-spinner-button-variant-color - Allows customization of the spinner Button variant color.\n * @cssproperty --mdc-spinner-size - Allows customization of the spinner size.\n *\n * @csspart container - The svg which contains the circle spinner.\n * @csspart circle - The circle of the spinner.\n */",
|
34293
|
-
"customElement": true
|
34294
|
-
}
|
34295
|
-
],
|
34296
|
-
"exports": [
|
34297
|
-
{
|
34298
|
-
"kind": "js",
|
34299
|
-
"name": "default",
|
34300
|
-
"declaration": {
|
34301
|
-
"name": "Spinner",
|
34302
|
-
"module": "components/spinner/spinner.component.js"
|
34303
|
-
}
|
34304
|
-
}
|
34305
|
-
]
|
34306
|
-
},
|
34307
|
-
{
|
34308
|
-
"kind": "javascript-module",
|
34309
|
-
"path": "components/staticcheckbox/staticcheckbox.component.js",
|
34310
|
-
"declarations": [
|
34311
|
-
{
|
34312
|
-
"kind": "class",
|
34313
|
-
"description": "This is a decorative component that is styled to look as a checkbox.\n\nIt has 3 properties - checked, indeterminate and disabled.\n\nWe are using the same styling that has been created for the `mdc-checkbox` component.",
|
34314
|
-
"name": "StaticCheckbox",
|
34315
|
-
"cssProperties": [
|
34316
|
-
{
|
34317
|
-
"description": "Border color in high contrast.",
|
34318
|
-
"name": "--mdc-staticcheckbox-border-color"
|
34290
|
+
"description": "Icon that represents the minimum value; ex: muted speaker.",
|
34291
|
+
"fieldName": "leadingIcon"
|
34319
34292
|
},
|
34320
34293
|
{
|
34321
|
-
"
|
34322
|
-
"
|
34294
|
+
"name": "trailing-icon",
|
34295
|
+
"type": {
|
34296
|
+
"text": "string | undefined"
|
34297
|
+
},
|
34298
|
+
"description": "Icon that represents the maximum value; ex: speaker with full volume.",
|
34299
|
+
"fieldName": "trailingIcon"
|
34323
34300
|
},
|
34324
34301
|
{
|
34325
|
-
"
|
34326
|
-
"
|
34302
|
+
"name": "min",
|
34303
|
+
"type": {
|
34304
|
+
"text": "number"
|
34305
|
+
},
|
34306
|
+
"default": "0",
|
34307
|
+
"description": "The slider minimum value.",
|
34308
|
+
"fieldName": "min"
|
34327
34309
|
},
|
34328
34310
|
{
|
34329
|
-
"
|
34330
|
-
"
|
34311
|
+
"name": "max",
|
34312
|
+
"type": {
|
34313
|
+
"text": "number"
|
34314
|
+
},
|
34315
|
+
"default": "100",
|
34316
|
+
"description": "The slider maximum value.",
|
34317
|
+
"fieldName": "max"
|
34331
34318
|
},
|
34332
34319
|
{
|
34333
|
-
"
|
34334
|
-
"
|
34320
|
+
"name": "value",
|
34321
|
+
"type": {
|
34322
|
+
"text": "number | undefined"
|
34323
|
+
},
|
34324
|
+
"description": "The slider value displayed when range is false.",
|
34325
|
+
"fieldName": "value"
|
34335
34326
|
},
|
34336
34327
|
{
|
34337
|
-
"
|
34338
|
-
"
|
34328
|
+
"name": "value-start",
|
34329
|
+
"type": {
|
34330
|
+
"text": "number | undefined"
|
34331
|
+
},
|
34332
|
+
"description": "The slider start value displayed when range is true.",
|
34333
|
+
"fieldName": "valueStart"
|
34339
34334
|
},
|
34340
34335
|
{
|
34341
|
-
"
|
34342
|
-
"
|
34336
|
+
"name": "value-end",
|
34337
|
+
"type": {
|
34338
|
+
"text": "number | undefined"
|
34339
|
+
},
|
34340
|
+
"description": "The slider end value displayed when range is true.",
|
34341
|
+
"fieldName": "valueEnd"
|
34343
34342
|
},
|
34344
34343
|
{
|
34345
|
-
"
|
34346
|
-
"
|
34344
|
+
"name": "step",
|
34345
|
+
"type": {
|
34346
|
+
"text": "number"
|
34347
|
+
},
|
34348
|
+
"default": "1",
|
34349
|
+
"description": "The step between values. This will show tick marks and the stepper will snap to the nearest tick mark.",
|
34350
|
+
"fieldName": "step"
|
34347
34351
|
},
|
34348
34352
|
{
|
34349
|
-
"
|
34350
|
-
"
|
34351
|
-
|
34352
|
-
|
34353
|
-
|
34353
|
+
"name": "label",
|
34354
|
+
"type": {
|
34355
|
+
"text": "string | undefined"
|
34356
|
+
},
|
34357
|
+
"description": "It represents the label for slider component.",
|
34358
|
+
"fieldName": "label"
|
34359
|
+
},
|
34354
34360
|
{
|
34355
|
-
"
|
34356
|
-
"name": "checked",
|
34361
|
+
"name": "label-start",
|
34357
34362
|
"type": {
|
34358
|
-
"text": "
|
34363
|
+
"text": "string | undefined"
|
34359
34364
|
},
|
34360
|
-
"
|
34361
|
-
"
|
34362
|
-
"attribute": "checked",
|
34363
|
-
"reflects": true
|
34365
|
+
"description": "The label text is shown below the slider (on leading side) representing the minimum starting value of the slider.",
|
34366
|
+
"fieldName": "labelStart"
|
34364
34367
|
},
|
34365
34368
|
{
|
34366
|
-
"
|
34367
|
-
"name": "indeterminate",
|
34369
|
+
"name": "label-end",
|
34368
34370
|
"type": {
|
34369
|
-
"text": "
|
34371
|
+
"text": "string | undefined"
|
34370
34372
|
},
|
34371
|
-
"
|
34372
|
-
"
|
34373
|
-
"attribute": "indeterminate",
|
34374
|
-
"reflects": true
|
34373
|
+
"description": "The label text is shown below the slider (on trailing side) representing the maximum starting value of the slider.",
|
34374
|
+
"fieldName": "labelEnd"
|
34375
34375
|
},
|
34376
34376
|
{
|
34377
|
-
"
|
34378
|
-
"name": "disabled",
|
34377
|
+
"name": "value-label",
|
34379
34378
|
"type": {
|
34380
|
-
"text": "
|
34379
|
+
"text": "string"
|
34381
34380
|
},
|
34382
|
-
"
|
34383
|
-
"
|
34384
|
-
"
|
34385
|
-
|
34386
|
-
"inheritedFrom": {
|
34387
|
-
"name": "DisabledMixin",
|
34388
|
-
"module": "utils/mixins/DisabledMixin.js"
|
34389
|
-
}
|
34390
|
-
}
|
34391
|
-
],
|
34392
|
-
"attributes": [
|
34381
|
+
"default": "''",
|
34382
|
+
"description": "An optional label for the slider's value displayed when range is false; if not set, the label is the value itself.",
|
34383
|
+
"fieldName": "valueLabel"
|
34384
|
+
},
|
34393
34385
|
{
|
34394
|
-
"name": "
|
34386
|
+
"name": "value-label-start",
|
34395
34387
|
"type": {
|
34396
|
-
"text": "
|
34388
|
+
"text": "string"
|
34397
34389
|
},
|
34398
|
-
"default": "
|
34399
|
-
"description": "
|
34400
|
-
"fieldName": "
|
34390
|
+
"default": "''",
|
34391
|
+
"description": "An optional label for the slider's start value displayed when range is true; if not set, the label is the valueStart itself.",
|
34392
|
+
"fieldName": "valueLabelStart"
|
34401
34393
|
},
|
34402
34394
|
{
|
34403
|
-
"name": "
|
34395
|
+
"name": "value-label-end",
|
34404
34396
|
"type": {
|
34405
|
-
"text": "
|
34397
|
+
"text": "string"
|
34406
34398
|
},
|
34407
|
-
"default": "
|
34408
|
-
"description": "
|
34409
|
-
"fieldName": "
|
34399
|
+
"default": "''",
|
34400
|
+
"description": "An optional label for the slider's end value displayed when range is true; if not set, the label is the valueEnd itself.",
|
34401
|
+
"fieldName": "valueLabelEnd"
|
34410
34402
|
},
|
34411
34403
|
{
|
34412
|
-
"name": "
|
34404
|
+
"name": "aria-label-start",
|
34413
34405
|
"type": {
|
34414
|
-
"text": "
|
34406
|
+
"text": "string"
|
34415
34407
|
},
|
34416
|
-
"
|
34417
|
-
"
|
34418
|
-
"fieldName": "
|
34419
|
-
"inheritedFrom": {
|
34420
|
-
"name": "DisabledMixin",
|
34421
|
-
"module": "src/utils/mixins/DisabledMixin.ts"
|
34422
|
-
}
|
34423
|
-
}
|
34424
|
-
],
|
34425
|
-
"mixins": [
|
34426
|
-
{
|
34427
|
-
"name": "DisabledMixin",
|
34428
|
-
"module": "/src/utils/mixins/DisabledMixin"
|
34429
|
-
}
|
34430
|
-
],
|
34431
|
-
"superclass": {
|
34432
|
-
"name": "Component",
|
34433
|
-
"module": "/src/models"
|
34434
|
-
},
|
34435
|
-
"tagName": "mdc-staticcheckbox",
|
34436
|
-
"jsDoc": "/**\n * This is a decorative component that is styled to look as a checkbox.\n *\n * It has 3 properties - checked, indeterminate and disabled.\n *\n * We are using the same styling that has been created for the `mdc-checkbox` component.\n *\n * @tagname mdc-staticcheckbox\n *\n * @dependency mdc-icon\n *\n * @cssproperty --mdc-staticcheckbox-border-color - Border color in high contrast.\n * @cssproperty --mdc-staticcheckbox-checked-background-color - Background color for a selected checkbox.\n * @cssproperty --mdc-staticcheckbox-disabled-background-color - Background color for a disabled checkbox.\n * @cssproperty --mdc-checkbox-disabled-border-color - Border color for a disabled checkbox.\n * @cssproperty --mdc-checkbox-disabled-checked-icon-color - Background color for a disabled, selected checkbox.\n * @cssproperty --mdc-staticcheckbox-disabled-icon-color - Icon color for a disabled checkbox.\n * @cssproperty --mdc-staticcheckbox-icon-background-color - Background color for an unselected checkbox.\n * @cssproperty --mdc-staticcheckbox-icon-border-color - Default background color for an unselected checkbox.\n * @cssproperty --mdc-staticcheckbox-icon-color - Icon color for an unselected checkbox.\n *\n */",
|
34437
|
-
"customElement": true
|
34438
|
-
}
|
34439
|
-
],
|
34440
|
-
"exports": [
|
34441
|
-
{
|
34442
|
-
"kind": "js",
|
34443
|
-
"name": "default",
|
34444
|
-
"declaration": {
|
34445
|
-
"name": "StaticCheckbox",
|
34446
|
-
"module": "components/staticcheckbox/staticcheckbox.component.js"
|
34447
|
-
}
|
34448
|
-
}
|
34449
|
-
]
|
34450
|
-
},
|
34451
|
-
{
|
34452
|
-
"kind": "javascript-module",
|
34453
|
-
"path": "components/staticchip/staticchip.component.js",
|
34454
|
-
"declarations": [
|
34455
|
-
{
|
34456
|
-
"kind": "class",
|
34457
|
-
"description": "mdc-staticchip is an static element that can be used to represent a chip. It supports a leading icon along with label.\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>, including empty spaces to split words.",
|
34458
|
-
"name": "StaticChip",
|
34459
|
-
"cssProperties": [
|
34460
|
-
{
|
34461
|
-
"description": "The color of the static chip.",
|
34462
|
-
"name": "--mdc-chip-color"
|
34408
|
+
"default": "''",
|
34409
|
+
"description": "Aria label for the slider's start handle displayed when range is true.",
|
34410
|
+
"fieldName": "ariaLabelStart"
|
34463
34411
|
},
|
34464
34412
|
{
|
34465
|
-
"
|
34466
|
-
"
|
34413
|
+
"name": "aria-valuetext-start",
|
34414
|
+
"type": {
|
34415
|
+
"text": "string"
|
34416
|
+
},
|
34417
|
+
"default": "''",
|
34418
|
+
"description": "Aria value text for the slider's start value displayed when range is true.",
|
34419
|
+
"fieldName": "ariaValuetextStart"
|
34467
34420
|
},
|
34468
34421
|
{
|
34469
|
-
"
|
34470
|
-
"name": "--mdc-chip-background-color"
|
34471
|
-
}
|
34472
|
-
],
|
34473
|
-
"members": [
|
34474
|
-
{
|
34475
|
-
"kind": "field",
|
34476
|
-
"name": "color",
|
34422
|
+
"name": "aria-label-end",
|
34477
34423
|
"type": {
|
34478
|
-
"text": "
|
34424
|
+
"text": "string"
|
34479
34425
|
},
|
34480
|
-
"
|
34481
|
-
"
|
34482
|
-
"
|
34483
|
-
"reflects": true
|
34426
|
+
"default": "''",
|
34427
|
+
"description": "Aria label for the slider's end handle displayed when range is true.",
|
34428
|
+
"fieldName": "ariaLabelEnd"
|
34484
34429
|
},
|
34485
34430
|
{
|
34486
|
-
"
|
34487
|
-
"name": "label",
|
34431
|
+
"name": "aria-valuetext-end",
|
34488
34432
|
"type": {
|
34489
34433
|
"text": "string"
|
34490
34434
|
},
|
34491
34435
|
"default": "''",
|
34492
|
-
"description": "
|
34493
|
-
"
|
34436
|
+
"description": "Aria value text for the slider's end value displayed when range is true.",
|
34437
|
+
"fieldName": "ariaValuetextEnd"
|
34494
34438
|
},
|
34495
34439
|
{
|
34496
|
-
"
|
34497
|
-
"
|
34498
|
-
|
34499
|
-
|
34500
|
-
"
|
34501
|
-
|
34502
|
-
"text": ""
|
34503
|
-
}
|
34504
|
-
}
|
34440
|
+
"name": "name",
|
34441
|
+
"type": {
|
34442
|
+
"text": "string | undefined"
|
34443
|
+
},
|
34444
|
+
"description": "Name attribute for the slider (single value).",
|
34445
|
+
"fieldName": "name"
|
34505
34446
|
},
|
34506
34447
|
{
|
34507
|
-
"
|
34508
|
-
"name": "iconName",
|
34448
|
+
"name": "name-start",
|
34509
34449
|
"type": {
|
34510
|
-
"text": "
|
34450
|
+
"text": "string | undefined"
|
34511
34451
|
},
|
34512
|
-
"description": "Name
|
34513
|
-
"
|
34514
|
-
|
34515
|
-
"name": "IconNameMixin",
|
34516
|
-
"module": "utils/mixins/IconNameMixin.js"
|
34517
|
-
}
|
34518
|
-
}
|
34519
|
-
],
|
34520
|
-
"attributes": [
|
34452
|
+
"description": "Name attribute for the slider's start handle (range).",
|
34453
|
+
"fieldName": "nameStart"
|
34454
|
+
},
|
34521
34455
|
{
|
34522
|
-
"name": "
|
34456
|
+
"name": "name-end",
|
34523
34457
|
"type": {
|
34524
|
-
"text": "
|
34458
|
+
"text": "string | undefined"
|
34525
34459
|
},
|
34526
|
-
"description": "
|
34527
|
-
"
|
34528
|
-
"fieldName": "color"
|
34460
|
+
"description": "Name attribute for the slider's end handle (range).",
|
34461
|
+
"fieldName": "nameEnd"
|
34529
34462
|
},
|
34530
34463
|
{
|
34531
|
-
"name": "
|
34464
|
+
"name": "data-aria-valuetext",
|
34532
34465
|
"type": {
|
34533
34466
|
"text": "string"
|
34534
34467
|
},
|
34535
34468
|
"default": "''",
|
34536
|
-
"description": "
|
34537
|
-
"fieldName": "
|
34469
|
+
"description": "Aria value text for the slider's value displayed when range is false.",
|
34470
|
+
"fieldName": "dataAriaValuetext"
|
34538
34471
|
},
|
34539
34472
|
{
|
34540
|
-
"name": "
|
34473
|
+
"name": "data-aria-label",
|
34541
34474
|
"type": {
|
34542
|
-
"text": "
|
34475
|
+
"text": "string"
|
34543
34476
|
},
|
34544
|
-
"
|
34545
|
-
"
|
34546
|
-
"
|
34547
|
-
"name": "IconNameMixin",
|
34548
|
-
"module": "src/utils/mixins/IconNameMixin.ts"
|
34549
|
-
}
|
34550
|
-
}
|
34551
|
-
],
|
34552
|
-
"mixins": [
|
34553
|
-
{
|
34554
|
-
"name": "IconNameMixin",
|
34555
|
-
"module": "/src/utils/mixins/IconNameMixin"
|
34477
|
+
"default": "''",
|
34478
|
+
"description": "Aria label for the slider's handle displayed when range is false.",
|
34479
|
+
"fieldName": "dataAriaLabel"
|
34556
34480
|
}
|
34557
34481
|
],
|
34558
34482
|
"superclass": {
|
34559
34483
|
"name": "Component",
|
34560
34484
|
"module": "/src/models"
|
34561
34485
|
},
|
34562
|
-
"tagName": "mdc-
|
34563
|
-
"jsDoc": "/**\n *
|
34486
|
+
"tagName": "mdc-slider",
|
34487
|
+
"jsDoc": "/**\n * slider component, which ...\n *\n * @tagname mdc-slider\n *\n * @slot default - This is a default/unnamed slot\n *\n * @cssproperty --custom-property-name - Description of the CSS custom property\n */",
|
34564
34488
|
"customElement": true
|
34565
34489
|
}
|
34566
34490
|
],
|
@@ -34569,8 +34493,8 @@
|
|
34569
34493
|
"kind": "js",
|
34570
34494
|
"name": "default",
|
34571
34495
|
"declaration": {
|
34572
|
-
"name": "
|
34573
|
-
"module": "components/
|
34496
|
+
"name": "Slider",
|
34497
|
+
"module": "components/slider/slider.component.js"
|
34574
34498
|
}
|
34575
34499
|
}
|
34576
34500
|
]
|
@@ -39713,7 +39637,7 @@
|
|
39713
39637
|
"type": {
|
39714
39638
|
"text": "boolean"
|
39715
39639
|
},
|
39716
|
-
"description": "Disable setting the aria-expanded attribute on trigger element.\
|
39640
|
+
"description": "Disable setting the `aria-expanded` attribute on trigger element.\n\nNote, when `disable-aria-expanded` is true\n - when its value change after first update to\n - `true`: popover will not remove the `aria-expanded` to avoid conflicts when there are more than one popover\n registered to the same trigger\n - `false`: check `aria-expanded` value and update it if necessary.\n - aria-haspopup will be disabled as well",
|
39717
39641
|
"default": "false",
|
39718
39642
|
"attribute": "disable-aria-expanded",
|
39719
39643
|
"reflects": true,
|
@@ -39722,21 +39646,6 @@
|
|
39722
39646
|
"module": "components/popover/popover.component.js"
|
39723
39647
|
}
|
39724
39648
|
},
|
39725
|
-
{
|
39726
|
-
"kind": "field",
|
39727
|
-
"name": "disableAriaHasPopup",
|
39728
|
-
"type": {
|
39729
|
-
"text": "boolean"
|
39730
|
-
},
|
39731
|
-
"description": "Disable setting the aria-haspopup attribute on trigger element.\nMake sure to set this to true when the popover is extended and its role\nis not 'dialog' or 'alertdialog' i.e. listbox, menu, etc.",
|
39732
|
-
"default": "false",
|
39733
|
-
"attribute": "disable-aria-haspopup",
|
39734
|
-
"reflects": true,
|
39735
|
-
"inheritedFrom": {
|
39736
|
-
"name": "Popover",
|
39737
|
-
"module": "components/popover/popover.component.js"
|
39738
|
-
}
|
39739
|
-
},
|
39740
39649
|
{
|
39741
39650
|
"kind": "field",
|
39742
39651
|
"name": "keepConnectedTooltipClosed",
|
@@ -40528,7 +40437,7 @@
|
|
40528
40437
|
"type": {
|
40529
40438
|
"text": "boolean"
|
40530
40439
|
},
|
40531
|
-
"description": "Disable setting the aria-expanded attribute on trigger element.\
|
40440
|
+
"description": "Disable setting the `aria-expanded` attribute on trigger element.\n\nNote, when `disable-aria-expanded` is true\n - when its value change after first update to\n - `true`: popover will not remove the `aria-expanded` to avoid conflicts when there are more than one popover\n registered to the same trigger\n - `false`: check `aria-expanded` value and update it if necessary.\n - aria-haspopup will be disabled as well",
|
40532
40441
|
"default": "false",
|
40533
40442
|
"fieldName": "disableAriaExpanded",
|
40534
40443
|
"inheritedFrom": {
|
@@ -40536,19 +40445,6 @@
|
|
40536
40445
|
"module": "src/components/popover/popover.component.ts"
|
40537
40446
|
}
|
40538
40447
|
},
|
40539
|
-
{
|
40540
|
-
"name": "disable-aria-haspopup",
|
40541
|
-
"type": {
|
40542
|
-
"text": "boolean"
|
40543
|
-
},
|
40544
|
-
"description": "Disable setting the aria-haspopup attribute on trigger element.\nMake sure to set this to true when the popover is extended and its role\nis not 'dialog' or 'alertdialog' i.e. listbox, menu, etc.",
|
40545
|
-
"default": "false",
|
40546
|
-
"fieldName": "disableAriaHasPopup",
|
40547
|
-
"inheritedFrom": {
|
40548
|
-
"name": "Popover",
|
40549
|
-
"module": "src/components/popover/popover.component.ts"
|
40550
|
-
}
|
40551
|
-
},
|
40552
40448
|
{
|
40553
40449
|
"name": "keep-connected-tooltip-closed",
|
40554
40450
|
"type": {
|
@@ -41797,7 +41693,7 @@
|
|
41797
41693
|
"type": {
|
41798
41694
|
"text": "boolean"
|
41799
41695
|
},
|
41800
|
-
"description": "Disable setting the aria-expanded attribute on trigger element.\
|
41696
|
+
"description": "Disable setting the `aria-expanded` attribute on trigger element.\n\nNote, when `disable-aria-expanded` is true\n - when its value change after first update to\n - `true`: popover will not remove the `aria-expanded` to avoid conflicts when there are more than one popover\n registered to the same trigger\n - `false`: check `aria-expanded` value and update it if necessary.\n - aria-haspopup will be disabled as well",
|
41801
41697
|
"default": "false",
|
41802
41698
|
"attribute": "disable-aria-expanded",
|
41803
41699
|
"reflects": true,
|
@@ -41806,21 +41702,6 @@
|
|
41806
41702
|
"module": "components/popover/popover.component.js"
|
41807
41703
|
}
|
41808
41704
|
},
|
41809
|
-
{
|
41810
|
-
"kind": "field",
|
41811
|
-
"name": "disableAriaHasPopup",
|
41812
|
-
"type": {
|
41813
|
-
"text": "boolean"
|
41814
|
-
},
|
41815
|
-
"description": "Disable setting the aria-haspopup attribute on trigger element.\nMake sure to set this to true when the popover is extended and its role\nis not 'dialog' or 'alertdialog' i.e. listbox, menu, etc.",
|
41816
|
-
"default": "false",
|
41817
|
-
"attribute": "disable-aria-haspopup",
|
41818
|
-
"reflects": true,
|
41819
|
-
"inheritedFrom": {
|
41820
|
-
"name": "Popover",
|
41821
|
-
"module": "components/popover/popover.component.js"
|
41822
|
-
}
|
41823
|
-
},
|
41824
41705
|
{
|
41825
41706
|
"kind": "field",
|
41826
41707
|
"name": "keepConnectedTooltipClosed",
|
@@ -42613,7 +42494,7 @@
|
|
42613
42494
|
"type": {
|
42614
42495
|
"text": "boolean"
|
42615
42496
|
},
|
42616
|
-
"description": "Disable setting the aria-expanded attribute on trigger element.\
|
42497
|
+
"description": "Disable setting the `aria-expanded` attribute on trigger element.\n\nNote, when `disable-aria-expanded` is true\n - when its value change after first update to\n - `true`: popover will not remove the `aria-expanded` to avoid conflicts when there are more than one popover\n registered to the same trigger\n - `false`: check `aria-expanded` value and update it if necessary.\n - aria-haspopup will be disabled as well",
|
42617
42498
|
"default": "false",
|
42618
42499
|
"fieldName": "disableAriaExpanded",
|
42619
42500
|
"inheritedFrom": {
|
@@ -42621,19 +42502,6 @@
|
|
42621
42502
|
"module": "src/components/popover/popover.component.ts"
|
42622
42503
|
}
|
42623
42504
|
},
|
42624
|
-
{
|
42625
|
-
"name": "disable-aria-haspopup",
|
42626
|
-
"type": {
|
42627
|
-
"text": "boolean"
|
42628
|
-
},
|
42629
|
-
"description": "Disable setting the aria-haspopup attribute on trigger element.\nMake sure to set this to true when the popover is extended and its role\nis not 'dialog' or 'alertdialog' i.e. listbox, menu, etc.",
|
42630
|
-
"default": "false",
|
42631
|
-
"fieldName": "disableAriaHasPopup",
|
42632
|
-
"inheritedFrom": {
|
42633
|
-
"name": "Popover",
|
42634
|
-
"module": "src/components/popover/popover.component.ts"
|
42635
|
-
}
|
42636
|
-
},
|
42637
42505
|
{
|
42638
42506
|
"name": "keep-connected-tooltip-closed",
|
42639
42507
|
"type": {
|