@ncino/web-components 2.0.0-preview.8 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/index-chunk.js +2 -2
- package/dist/assets/index-chunk10.js +1 -1
- package/dist/assets/index-chunk11.js +1 -5
- package/dist/assets/index-chunk12.js +1 -1
- package/dist/assets/index-chunk13.js +1 -1
- package/dist/assets/index-chunk14.js +1 -1
- package/dist/assets/index-chunk2.js +6 -6
- package/dist/assets/index-chunk3.js +1 -1
- package/dist/assets/index-chunk4.js +5 -1
- package/dist/assets/index-chunk5.js +1 -1
- package/dist/assets/index-chunk6.js +1 -1
- package/dist/assets/index-chunk7.js +3 -11
- package/dist/assets/index-chunk8.js +10 -2
- package/dist/assets/index-chunk9.js +3 -3
- package/dist/assets/input-rich-text.css +1 -1
- package/dist/components/accordion/accordion.js +1 -1
- package/dist/components/accordion/gator/base/accordion.gator.js +2 -2
- package/dist/components/accordion/gator/group/accordion-group.gator.js +2 -2
- package/dist/components/accordion/index.js +1 -1
- package/dist/components/alert/alert.js +1 -1
- package/dist/components/alert/gator/base/alert.gator.js +1 -1
- package/dist/components/alert/gator/subtitle/alert-subtitle.gator.js +2 -2
- package/dist/components/alert/gator/title/alert-title.gator.js +1 -1
- package/dist/components/alert/index.js +1 -1
- package/dist/components/avatar/avatar.js +1 -1
- package/dist/components/avatar/gator/avatar.gator.js +1 -1
- package/dist/components/avatar/index.js +1 -1
- package/dist/components/badge/badge.js +1 -1
- package/dist/components/badge/gator/badge.gator.js +1 -1
- package/dist/components/badge/index.js +1 -1
- package/dist/components/badge/slds/badge.slds.js +2 -2
- package/dist/components/banner/banner.js +1 -1
- package/dist/components/banner/gator/banner.gator.js +2 -2
- package/dist/components/banner/index.js +1 -1
- package/dist/components/boolean/boolean.gator.js +1 -1
- package/dist/components/boolean/index.js +1 -1
- package/dist/components/breadcrumbs/gator/breadcrumb/breadcrumb.gator.js +2 -2
- package/dist/components/breadcrumbs/gator/container/breadcrumbs.gator.js +1 -1
- package/dist/components/breadcrumbs/index.js +1 -1
- package/dist/components/button/button.js +1 -1
- package/dist/components/button/gator/button.gator.js +1 -1
- package/dist/components/button/index.js +1 -1
- package/dist/components/button/slds/button.slds.js +2 -2
- package/dist/components/button-card/button-card.js +1 -1
- package/dist/components/button-card/gator/button-card.gator.js +1 -1
- package/dist/components/button-card/index.js +1 -1
- package/dist/components/card/card.js +1 -1
- package/dist/components/card/gator/base/card.gator.js +1 -1
- package/dist/components/card/gator/content/card-content.gator.js +2 -2
- package/dist/components/card/gator/footer/card-footer.gator.js +1 -1
- package/dist/components/card/gator/header/card-header.gator.js +41 -1
- package/dist/components/card/index.js +1 -1
- package/dist/components/checkbox/checkbox.gator.js +4 -4
- package/dist/components/checkbox/index.js +1 -1
- package/dist/components/checkbox-group/checkbox-group.gator.js +5 -5
- package/dist/components/checkbox-group/index.js +1 -1
- package/dist/components/chip/chip.js +1 -1
- package/dist/components/chip/gator/chip.gator.js +1 -1
- package/dist/components/chip/index.js +1 -1
- package/dist/components/combobox/base/combobox.js +1 -1
- package/dist/components/combobox/base/combobox.slds.js +1 -1
- package/dist/components/combobox/base/index.js +1 -1
- package/dist/components/combobox/combobox-item/combobox-item.js +1 -1
- package/dist/components/combobox/combobox-item/combobox-item.slds.js +4 -4
- package/dist/components/combobox/combobox-item/index.js +1 -1
- package/dist/components/combobox/index.js +1 -1
- package/dist/components/date-picker/base/datepicker.js +1 -0
- package/dist/components/date-picker/base/gator/datepicker.gator.js +105 -0
- package/dist/components/date-picker/year-month-selector/year-month-selector.gator.js +13 -0
- package/dist/components/display-card/display-card.js +1 -1
- package/dist/components/display-card/gator/display-card.gator.js +12 -9
- package/dist/components/display-card/index.js +1 -1
- package/dist/components/divider/gator/divider.gator.js +1 -1
- package/dist/components/fab/fab.js +1 -1
- package/dist/components/fab/gator/fab.gator.js +2 -2
- package/dist/components/fab/index.js +1 -1
- package/dist/components/headline-card/gator/headline-card.gator.js +13 -9
- package/dist/components/headline-card/headline-card.js +1 -1
- package/dist/components/headline-card/index.js +1 -1
- package/dist/components/icon/gator/icon.gator.js +1 -1
- package/dist/components/icon/gator/index.js +1 -1
- package/dist/components/icon/gator/templates/chevron-left.js +14 -0
- package/dist/components/icon/gator/templates/dashboard.js +11 -0
- package/dist/components/icon/gator/templates/index.js +1 -1
- package/dist/components/icon/gator/templates/percent.js +5 -0
- package/dist/components/icon/gator/templates/settings.js +11 -0
- package/dist/components/icon/gator/templates/shield-lock.js +6 -0
- package/dist/components/icon/icon.js +1 -1
- package/dist/components/icon/index.js +1 -1
- package/dist/components/icon/slds/icon.slds.js +1 -1
- package/dist/components/icon-button/gator/icon-button.gator.js +3 -3
- package/dist/components/icon-button/icon-button.js +1 -1
- package/dist/components/icon-button/index.js +1 -1
- package/dist/components/illustration/gator/illustration.gator.js +1 -0
- package/dist/components/illustration/gator/index.js +1 -0
- package/dist/components/{icon → illustration}/gator/templates/balloons.js +1 -1
- package/dist/components/illustration/gator/templates/check-with-pencil.js +6 -0
- package/dist/components/illustration/gator/templates/commercial.js +35 -0
- package/dist/components/illustration/gator/templates/consumer.js +21 -0
- package/dist/components/illustration/gator/templates/index.js +1 -0
- package/dist/components/illustration/gator/templates/mortgage.js +26 -0
- package/dist/components/illustration/gator/templates/portfolio-analytics.js +43 -0
- package/dist/components/illustration/gator/templates/small-business.js +26 -0
- package/dist/components/illustration/gator/templates/treasury.js +27 -0
- package/dist/components/illustration/gator/templates/your-bank-placeholder.js +40 -0
- package/dist/components/illustration/illustration-registry.js +1 -0
- package/dist/components/illustration/index.js +1 -0
- package/dist/components/input/base/input-base.gator.js +6 -6
- package/dist/components/input/base/input-base.js +1 -1
- package/dist/components/input/gator/dropdown/input-dropdown.gator.js +31 -13
- package/dist/components/input/gator/help-text/help-text.gator.js +1 -1
- package/dist/components/input/gator/input-label/input-label.gator.js +2 -2
- package/dist/components/input/gator/input-masked/input-masked.gator.js +1 -0
- package/dist/components/input/gator/input-percent/input-percent.gator.js +1 -0
- package/dist/components/input/gator/input-text/input-text.gator.js +20 -9
- package/dist/components/input/gator/input-textarea/input-textarea.gator.js +2 -2
- package/dist/components/input/index.gator.js +1 -0
- package/dist/components/input/index.js +1 -1
- package/dist/components/input/index.slds.js +1 -0
- package/dist/components/input/slds/input-error/input-error.slds.js +3 -3
- package/dist/components/input/slds/input-label/input-label.slds.js +4 -4
- package/dist/components/input/slds/input-text/input-text.slds.js +1 -1
- package/dist/components/input-rich-text/ckeditor-config.js +285 -276
- package/dist/components/input-rich-text/index.js +1 -1
- package/dist/components/input-rich-text/input-rich-text.js +1 -1
- package/dist/components/input-rich-text/input-rich-text.slds.js +3 -3
- package/dist/components/list/gator/list/index.js +1 -1
- package/dist/components/list/gator/list/list.gator.js +2 -2
- package/dist/components/list/gator/list-item/index.js +1 -1
- package/dist/components/list/gator/list-item/list-item.gator.js +2 -2
- package/dist/components/list/index.js +1 -0
- package/dist/components/loading-spinner/loading-spinner.js +1 -1
- package/dist/components/menu/base/gator/menu.gator.js +7 -9
- package/dist/components/menu/base/index.js +1 -1
- package/dist/components/menu/base/menu.js +1 -1
- package/dist/components/menu/base/slds/menu.slds.js +1 -1
- package/dist/components/menu/index.js +1 -1
- package/dist/components/menu/menu-divider/index.js +1 -1
- package/dist/components/menu/menu-divider/menu-divider.slds.js +2 -2
- package/dist/components/menu/menu-item/gator/menu-item.gator.js +3 -3
- package/dist/components/menu/menu-item/index.js +1 -1
- package/dist/components/menu/menu-item/menu-item.js +1 -1
- package/dist/components/menu/menu-item/slds/menu-item.slds.js +1 -1
- package/dist/components/menu/menu-submenu/index.js +1 -1
- package/dist/components/menu/menu-submenu/menu-submenu.js +1 -1
- package/dist/components/menu/menu-submenu/menu-submenu.slds.js +2 -2
- package/dist/components/modal/gator/modal.gator.js +14 -11
- package/dist/components/modal/index.js +1 -1
- package/dist/components/modal/modal.js +1 -1
- package/dist/components/page-header/gator/page-header.gator.js +2 -2
- package/dist/components/page-header/index.js +1 -1
- package/dist/components/pill/pill.js +1 -1
- package/dist/components/pill/pill.slds.js +1 -1
- package/dist/components/radio/index.js +1 -1
- package/dist/components/radio/radio.gator.js +1 -1
- package/dist/components/radio-group/index.js +1 -1
- package/dist/components/radio-group/radio-group.gator.js +6 -6
- package/dist/components/scoped-notification/index.js +1 -1
- package/dist/components/scoped-notification/scoped-notification.slds.js +1 -1
- package/dist/components/selection-box/index.js +1 -1
- package/dist/components/selection-box/selection-box.gator.js +2 -2
- package/dist/components/selection-box-group/index.js +1 -1
- package/dist/components/selection-box-group/selection-box-group.gator.js +1 -1
- package/dist/components/selector/gator/selector.gator.js +9 -0
- package/dist/components/skeleton-loader/gator/skeleton-loader.gator.js +1 -1
- package/dist/components/skeleton-loader/index.js +1 -1
- package/dist/components/switch/gator/switch.gator.js +2 -2
- package/dist/components/switch/switch.js +1 -1
- package/dist/components/table/gator/table.gator.js +9 -9
- package/dist/components/table/table.js +1 -1
- package/dist/components/tabs/gator/tab/tab.gator.js +2 -2
- package/dist/components/tabs/gator/tabset/tabset.gator.js +4 -4
- package/dist/components/tabs/index.gator.js +1 -0
- package/dist/components/tabs/index.js +1 -1
- package/dist/components/text-detail/gator/text-detail.gator.js +1 -51
- package/dist/components/text-detail/index.js +1 -1
- package/dist/components/text-detail/text-detail.js +1 -1
- package/dist/components/text-link/gator/text-link.gator.js +2 -2
- package/dist/components/text-link/index.js +1 -1
- package/dist/components/text-link/text-link.js +1 -1
- package/dist/components/toast/gator/base/toast.gator.js +5 -5
- package/dist/components/toast/gator/subtitle/toast-subtitle.gator.js +2 -2
- package/dist/components/toast/gator/title/toast-title.gator.js +2 -2
- package/dist/components/toast/index.js +1 -1
- package/dist/components/tooltip/gator/tooltip.gator.js +2 -2
- package/dist/components/tooltip/index.js +1 -1
- package/dist/components/tooltip/slds/tooltip.slds.js +1 -1
- package/dist/components/tooltip/tooltip.js +1 -1
- package/dist/index.gator.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.slds.js +1 -1
- package/dist/types/components/card/gator/header/card-header.gator.d.ts +0 -25
- package/dist/types/components/date-picker/base/datepicker.d.ts +91 -0
- package/dist/types/components/date-picker/base/gator/datepicker.gator.d.ts +48 -0
- package/dist/types/components/date-picker/base/gator/datepicker.gator.test.d.ts +0 -0
- package/dist/types/components/date-picker/year-month-selector/year-month-selector.gator.d.ts +41 -0
- package/dist/types/components/date-picker/year-month-selector/year-month-selector.gator.test.d.ts +0 -0
- package/dist/types/components/headline-card/headline-card.d.ts +3 -3
- package/dist/types/components/icon/gator/templates/chevron-left.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/dashboard.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/index.d.ts +6 -2
- package/dist/types/components/icon/gator/templates/percent.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/settings.d.ts +1 -0
- package/dist/types/components/icon/gator/templates/shield-lock.d.ts +1 -0
- package/dist/types/components/illustration/gator/illustration.gator.d.ts +29 -0
- package/dist/types/components/illustration/gator/illustration.gator.test.d.ts +0 -0
- package/dist/types/components/illustration/gator/index.d.ts +2 -0
- package/dist/types/components/illustration/gator/templates/check-with-pencil.d.ts +1 -0
- package/dist/types/components/illustration/gator/templates/commercial.d.ts +1 -0
- package/dist/types/components/illustration/gator/templates/consumer.d.ts +1 -0
- package/dist/types/components/illustration/gator/templates/index.d.ts +9 -0
- package/dist/types/components/illustration/gator/templates/mortgage.d.ts +1 -0
- package/dist/types/components/illustration/gator/templates/portfolio-analytics.d.ts +1 -0
- package/dist/types/components/illustration/gator/templates/small-business.d.ts +1 -0
- package/dist/types/components/illustration/gator/templates/treasury.d.ts +1 -0
- package/dist/types/components/illustration/gator/templates/your-bank-placeholder.d.ts +1 -0
- package/dist/types/components/illustration/illustration-registry.d.ts +9 -0
- package/dist/types/components/illustration/index.d.ts +1 -0
- package/dist/types/components/input/base/input-base.d.ts +42 -0
- package/dist/types/components/input/base/input-base.gator.d.ts +1 -0
- package/dist/types/components/input/gator/dropdown/input-dropdown.gator.d.ts +22 -0
- package/dist/types/components/input/gator/input-masked/input-masked.gator.d.ts +40 -0
- package/dist/types/components/input/gator/input-masked/input-masked.gator.test.d.ts +0 -0
- package/dist/types/components/input/gator/input-percent/input-percent.gator.d.ts +9 -0
- package/dist/types/components/input/gator/input-percent/input-percent.gator.test.d.ts +0 -0
- package/dist/types/components/input/gator/input-text/input-text.gator.d.ts +20 -5
- package/dist/types/components/input/index.d.ts +2 -7
- package/dist/types/components/input/index.gator.d.ts +5 -0
- package/dist/types/components/input/index.slds.d.ts +3 -0
- package/dist/types/components/list/index.d.ts +2 -0
- package/dist/types/components/menu/base/gator/menu.gator.d.ts +2 -0
- package/dist/types/components/menu/base/menu.d.ts +6 -0
- package/dist/types/components/radio-group/radio-group.gator.d.ts +1 -1
- package/dist/types/components/selection-box-group/selection-box-group.gator.d.ts +1 -1
- package/dist/types/components/selector/gator/selector.gator.d.ts +39 -0
- package/dist/types/components/selector/gator/selector.gator.test.d.ts +0 -0
- package/dist/types/components/tabs/index.d.ts +1 -1
- package/dist/types/components/tabs/index.gator.d.ts +2 -0
- package/dist/types/index.d.ts +8 -2
- package/dist/types/index.gator.d.ts +36 -32
- package/dist/types/index.slds.d.ts +9 -10
- package/dist/types/utils/components/illustration-list/illustration-list.gator.d.ts +9 -0
- package/dist/types/utils/data/countries.json.d.ts +13729 -0
- package/dist/types/utils/data/data-models.d.ts +46 -0
- package/dist/types/utils/data/naics-codes.json.d.ts +2130 -0
- package/dist/types/utils/data/states.json.d.ts +55423 -0
- package/dist/types/utils/industry-utils.d.ts +4 -0
- package/dist/types/utils/places-utils.d.ts +8 -0
- package/dist/types/utils/vitest-utils.d.ts +1 -1
- package/dist/utils/components/icon-list/icon-list.gator.js +2 -2
- package/dist/utils/components/illustration-list/illustration-list.gator.js +10 -0
- package/dist/utils/components/slot-placeholder/slot-placeholder.js +2 -2
- package/dist/utils/components/testable-lit-element/testable-lit-element.js +1 -1
- package/dist/utils/data/data-models.js +1 -0
- package/dist/utils/industry-utils.js +1 -0
- package/dist/utils/places-utils.js +1 -0
- package/package.json +39 -39
- package/web-types.json +1000 -499
- /package/dist/types/components/{icon → illustration}/gator/templates/balloons.d.ts +0 -0
package/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"name": "@ncino/web-components",
|
|
4
|
-
"version": "2.0.0-preview.
|
|
4
|
+
"version": "2.0.0-preview.21",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -77,23 +77,6 @@
|
|
|
77
77
|
"description": "\n---\n",
|
|
78
78
|
"doc-url": "",
|
|
79
79
|
"attributes": [
|
|
80
|
-
{
|
|
81
|
-
"name": "skeleton",
|
|
82
|
-
"value": { "type": "boolean", "default": "false" }
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"name": "vertical",
|
|
86
|
-
"value": { "type": "boolean", "default": "false" }
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"name": "invert-title",
|
|
90
|
-
"value": { "type": "boolean", "default": "false" }
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"name": "subtitle",
|
|
94
|
-
"value": { "type": "string", "default": "''" }
|
|
95
|
-
},
|
|
96
|
-
{ "name": "title", "value": { "type": "string", "default": "''" } },
|
|
97
80
|
{
|
|
98
81
|
"name": "data-testid",
|
|
99
82
|
"value": { "type": "string | undefined", "default": "undefined" }
|
|
@@ -102,11 +85,6 @@
|
|
|
102
85
|
"events": [],
|
|
103
86
|
"js": {
|
|
104
87
|
"properties": [
|
|
105
|
-
{ "name": "skeleton", "type": "boolean" },
|
|
106
|
-
{ "name": "vertical", "type": "boolean" },
|
|
107
|
-
{ "name": "invertTitle", "type": "boolean" },
|
|
108
|
-
{ "name": "subtitle", "type": "string" },
|
|
109
|
-
{ "name": "title", "type": "string" },
|
|
110
88
|
{ "name": "dataTestid", "type": "string | undefined" },
|
|
111
89
|
{ "name": "labelDataTestid" },
|
|
112
90
|
{ "name": "helpTextDataTestid" },
|
|
@@ -633,68 +611,6 @@
|
|
|
633
611
|
"events": []
|
|
634
612
|
}
|
|
635
613
|
},
|
|
636
|
-
{
|
|
637
|
-
"name": "ngc-breadcrumb",
|
|
638
|
-
"description": "\n---\n",
|
|
639
|
-
"doc-url": "",
|
|
640
|
-
"attributes": [
|
|
641
|
-
{
|
|
642
|
-
"name": "current",
|
|
643
|
-
"value": { "type": "boolean", "default": "false" }
|
|
644
|
-
},
|
|
645
|
-
{
|
|
646
|
-
"name": "first",
|
|
647
|
-
"value": { "type": "boolean", "default": "false" }
|
|
648
|
-
},
|
|
649
|
-
{ "name": "label", "value": { "type": "string", "default": "''" } },
|
|
650
|
-
{ "name": "href", "value": { "type": "string", "default": "''" } },
|
|
651
|
-
{
|
|
652
|
-
"name": "data-testid",
|
|
653
|
-
"value": { "type": "string | undefined", "default": "undefined" }
|
|
654
|
-
}
|
|
655
|
-
],
|
|
656
|
-
"events": [],
|
|
657
|
-
"js": {
|
|
658
|
-
"properties": [
|
|
659
|
-
{ "name": "current", "type": "boolean" },
|
|
660
|
-
{ "name": "first", "type": "boolean" },
|
|
661
|
-
{ "name": "label", "type": "string" },
|
|
662
|
-
{ "name": "href", "type": "string" },
|
|
663
|
-
{ "name": "crumbRef", "type": "Ref<HTMLDivElement>" },
|
|
664
|
-
{ "name": "breadcrumbClass" },
|
|
665
|
-
{ "name": "breadcrumbSeparator" },
|
|
666
|
-
{ "name": "dataTestid", "type": "string | undefined" },
|
|
667
|
-
{ "name": "labelDataTestid" },
|
|
668
|
-
{ "name": "helpTextDataTestid" },
|
|
669
|
-
{ "name": "errorMessageDataTestid" }
|
|
670
|
-
],
|
|
671
|
-
"events": []
|
|
672
|
-
}
|
|
673
|
-
},
|
|
674
|
-
{
|
|
675
|
-
"name": "ngc-breadcrumbs",
|
|
676
|
-
"description": "\n---\n\n\n### **Slots:**\n - _default_ - The content within the button",
|
|
677
|
-
"doc-url": "",
|
|
678
|
-
"attributes": [
|
|
679
|
-
{
|
|
680
|
-
"name": "data-testid",
|
|
681
|
-
"value": { "type": "string | undefined", "default": "undefined" }
|
|
682
|
-
}
|
|
683
|
-
],
|
|
684
|
-
"slots": [
|
|
685
|
-
{ "name": "", "description": "The content within the button" }
|
|
686
|
-
],
|
|
687
|
-
"events": [],
|
|
688
|
-
"js": {
|
|
689
|
-
"properties": [
|
|
690
|
-
{ "name": "dataTestid", "type": "string | undefined" },
|
|
691
|
-
{ "name": "labelDataTestid" },
|
|
692
|
-
{ "name": "helpTextDataTestid" },
|
|
693
|
-
{ "name": "errorMessageDataTestid" }
|
|
694
|
-
],
|
|
695
|
-
"events": []
|
|
696
|
-
}
|
|
697
|
-
},
|
|
698
614
|
{
|
|
699
615
|
"name": "ngc-radio",
|
|
700
616
|
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
@@ -903,6 +819,68 @@
|
|
|
903
819
|
"events": [{ "name": "change", "type": "CustomEvent" }]
|
|
904
820
|
}
|
|
905
821
|
},
|
|
822
|
+
{
|
|
823
|
+
"name": "ngc-breadcrumb",
|
|
824
|
+
"description": "\n---\n",
|
|
825
|
+
"doc-url": "",
|
|
826
|
+
"attributes": [
|
|
827
|
+
{
|
|
828
|
+
"name": "current",
|
|
829
|
+
"value": { "type": "boolean", "default": "false" }
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
"name": "first",
|
|
833
|
+
"value": { "type": "boolean", "default": "false" }
|
|
834
|
+
},
|
|
835
|
+
{ "name": "label", "value": { "type": "string", "default": "''" } },
|
|
836
|
+
{ "name": "href", "value": { "type": "string", "default": "''" } },
|
|
837
|
+
{
|
|
838
|
+
"name": "data-testid",
|
|
839
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
840
|
+
}
|
|
841
|
+
],
|
|
842
|
+
"events": [],
|
|
843
|
+
"js": {
|
|
844
|
+
"properties": [
|
|
845
|
+
{ "name": "current", "type": "boolean" },
|
|
846
|
+
{ "name": "first", "type": "boolean" },
|
|
847
|
+
{ "name": "label", "type": "string" },
|
|
848
|
+
{ "name": "href", "type": "string" },
|
|
849
|
+
{ "name": "crumbRef", "type": "Ref<HTMLDivElement>" },
|
|
850
|
+
{ "name": "breadcrumbClass" },
|
|
851
|
+
{ "name": "breadcrumbSeparator" },
|
|
852
|
+
{ "name": "dataTestid", "type": "string | undefined" },
|
|
853
|
+
{ "name": "labelDataTestid" },
|
|
854
|
+
{ "name": "helpTextDataTestid" },
|
|
855
|
+
{ "name": "errorMessageDataTestid" }
|
|
856
|
+
],
|
|
857
|
+
"events": []
|
|
858
|
+
}
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
"name": "ngc-breadcrumbs",
|
|
862
|
+
"description": "\n---\n\n\n### **Slots:**\n - _default_ - The content within the button",
|
|
863
|
+
"doc-url": "",
|
|
864
|
+
"attributes": [
|
|
865
|
+
{
|
|
866
|
+
"name": "data-testid",
|
|
867
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
868
|
+
}
|
|
869
|
+
],
|
|
870
|
+
"slots": [
|
|
871
|
+
{ "name": "", "description": "The content within the button" }
|
|
872
|
+
],
|
|
873
|
+
"events": [],
|
|
874
|
+
"js": {
|
|
875
|
+
"properties": [
|
|
876
|
+
{ "name": "dataTestid", "type": "string | undefined" },
|
|
877
|
+
{ "name": "labelDataTestid" },
|
|
878
|
+
{ "name": "helpTextDataTestid" },
|
|
879
|
+
{ "name": "errorMessageDataTestid" }
|
|
880
|
+
],
|
|
881
|
+
"events": []
|
|
882
|
+
}
|
|
883
|
+
},
|
|
906
884
|
{
|
|
907
885
|
"name": "nsc-button",
|
|
908
886
|
"description": "\n---\n",
|
|
@@ -1318,6 +1296,39 @@
|
|
|
1318
1296
|
"events": [{ "name": "action-click", "type": "CustomEvent" }]
|
|
1319
1297
|
}
|
|
1320
1298
|
},
|
|
1299
|
+
{
|
|
1300
|
+
"name": "ngc-divider",
|
|
1301
|
+
"description": "\n---\n",
|
|
1302
|
+
"doc-url": "",
|
|
1303
|
+
"attributes": [
|
|
1304
|
+
{
|
|
1305
|
+
"name": "density",
|
|
1306
|
+
"value": {
|
|
1307
|
+
"type": "'default' | 'compact' | 'comfortable'",
|
|
1308
|
+
"default": "'default'"
|
|
1309
|
+
}
|
|
1310
|
+
},
|
|
1311
|
+
{
|
|
1312
|
+
"name": "data-testid",
|
|
1313
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
1314
|
+
}
|
|
1315
|
+
],
|
|
1316
|
+
"events": [],
|
|
1317
|
+
"js": {
|
|
1318
|
+
"properties": [
|
|
1319
|
+
{
|
|
1320
|
+
"name": "density",
|
|
1321
|
+
"type": "'default' | 'compact' | 'comfortable'"
|
|
1322
|
+
},
|
|
1323
|
+
{ "name": "densityClass" },
|
|
1324
|
+
{ "name": "dataTestid", "type": "string | undefined" },
|
|
1325
|
+
{ "name": "labelDataTestid" },
|
|
1326
|
+
{ "name": "helpTextDataTestid" },
|
|
1327
|
+
{ "name": "errorMessageDataTestid" }
|
|
1328
|
+
],
|
|
1329
|
+
"events": []
|
|
1330
|
+
}
|
|
1331
|
+
},
|
|
1321
1332
|
{
|
|
1322
1333
|
"name": "ngc-fab",
|
|
1323
1334
|
"description": "\n---\n\n\n### **Events:**\n - **click**\n\n### **Slots:**\n - _default_ - The content within the button",
|
|
@@ -1380,40 +1391,71 @@
|
|
|
1380
1391
|
}
|
|
1381
1392
|
},
|
|
1382
1393
|
{
|
|
1383
|
-
"name": "ngc-
|
|
1384
|
-
"description": "\n---\n",
|
|
1394
|
+
"name": "ngc-illustration",
|
|
1395
|
+
"description": "An element that renderings a single illustration. Illustrations are either provided as a\nLit TemplateResult, or looked up by name from an illustration registry.\n---\n",
|
|
1385
1396
|
"doc-url": "",
|
|
1386
1397
|
"attributes": [
|
|
1387
1398
|
{ "name": "name", "value": { "type": "string", "default": "''" } },
|
|
1388
1399
|
{
|
|
1389
|
-
"name": "
|
|
1390
|
-
"
|
|
1391
|
-
|
|
1400
|
+
"name": "label",
|
|
1401
|
+
"description": "A description of the illustration to use for accessibility. If omitted, the illustration\nwill be ignored by assistive devices.",
|
|
1402
|
+
"value": { "type": "string", "default": "''" }
|
|
1403
|
+
},
|
|
1404
|
+
{ "name": "width", "value": { "type": "string | undefined" } },
|
|
1405
|
+
{ "name": "height", "value": { "type": "string | undefined" } }
|
|
1392
1406
|
],
|
|
1393
1407
|
"events": [],
|
|
1394
1408
|
"js": {
|
|
1395
1409
|
"properties": [
|
|
1396
1410
|
{ "name": "name", "type": "string" },
|
|
1397
|
-
{
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1411
|
+
{
|
|
1412
|
+
"name": "label",
|
|
1413
|
+
"description": "A description of the illustration to use for accessibility. If omitted, the illustration\nwill be ignored by assistive devices.",
|
|
1414
|
+
"type": "string"
|
|
1415
|
+
},
|
|
1416
|
+
{ "name": "width", "type": "string | undefined" },
|
|
1417
|
+
{ "name": "height", "type": "string | undefined" },
|
|
1418
|
+
{ "name": "_svg", "type": "SVGElement | null | undefined" }
|
|
1401
1419
|
],
|
|
1402
1420
|
"events": []
|
|
1403
1421
|
}
|
|
1404
1422
|
},
|
|
1405
1423
|
{
|
|
1406
|
-
"name": "ngc-
|
|
1424
|
+
"name": "ngc-headline-card",
|
|
1407
1425
|
"description": "\n---\n",
|
|
1408
1426
|
"doc-url": "",
|
|
1409
1427
|
"attributes": [
|
|
1410
1428
|
{
|
|
1411
|
-
"name": "
|
|
1429
|
+
"name": "orientation",
|
|
1430
|
+
"value": {
|
|
1431
|
+
"type": "'horizontal' | 'vertical'",
|
|
1432
|
+
"default": "'horizontal'"
|
|
1433
|
+
}
|
|
1434
|
+
},
|
|
1435
|
+
{
|
|
1436
|
+
"name": "background",
|
|
1437
|
+
"value": { "type": "boolean", "default": "true" }
|
|
1438
|
+
},
|
|
1439
|
+
{
|
|
1440
|
+
"name": "illustration-name",
|
|
1441
|
+
"value": { "type": "string", "default": "'balloons'" }
|
|
1442
|
+
},
|
|
1443
|
+
{ "name": "title", "value": { "type": "string", "default": "''" } },
|
|
1444
|
+
{
|
|
1445
|
+
"name": "subtitle",
|
|
1412
1446
|
"value": { "type": "string", "default": "''" }
|
|
1413
1447
|
},
|
|
1414
1448
|
{
|
|
1415
|
-
"name": "
|
|
1416
|
-
"value": { "type": "
|
|
1449
|
+
"name": "elevated",
|
|
1450
|
+
"value": { "type": "boolean", "default": "false" }
|
|
1451
|
+
},
|
|
1452
|
+
{
|
|
1453
|
+
"name": "outlined",
|
|
1454
|
+
"value": { "type": "boolean", "default": "false" }
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
"name": "skeleton",
|
|
1458
|
+
"value": { "type": "boolean", "default": "false" }
|
|
1417
1459
|
},
|
|
1418
1460
|
{
|
|
1419
1461
|
"name": "data-testid",
|
|
@@ -1423,115 +1465,24 @@
|
|
|
1423
1465
|
"events": [],
|
|
1424
1466
|
"js": {
|
|
1425
1467
|
"properties": [
|
|
1426
|
-
{ "name": "
|
|
1427
|
-
{ "name": "
|
|
1428
|
-
{ "name": "
|
|
1429
|
-
{ "name": "
|
|
1430
|
-
{ "name": "
|
|
1431
|
-
{ "name": "
|
|
1432
|
-
{ "name": "
|
|
1433
|
-
{ "name": "
|
|
1434
|
-
{ "name": "
|
|
1435
|
-
{ "name": "
|
|
1436
|
-
{ "name": "
|
|
1437
|
-
{ "name": "
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
"description": "\n---\n",
|
|
1445
|
-
"doc-url": "",
|
|
1446
|
-
"attributes": [
|
|
1447
|
-
{ "name": "title", "value": { "type": "string", "default": "''" } },
|
|
1448
|
-
{
|
|
1449
|
-
"name": "subtitle",
|
|
1450
|
-
"value": { "type": "string", "default": "''" }
|
|
1451
|
-
},
|
|
1452
|
-
{
|
|
1453
|
-
"name": "data-testid",
|
|
1454
|
-
"value": { "type": "string | undefined", "default": "undefined" }
|
|
1455
|
-
}
|
|
1456
|
-
],
|
|
1457
|
-
"events": [],
|
|
1458
|
-
"js": {
|
|
1459
|
-
"properties": [
|
|
1460
|
-
{ "name": "title", "type": "string" },
|
|
1461
|
-
{ "name": "subtitle", "type": "string" },
|
|
1462
|
-
{ "name": "_showBreadcrumbs", "type": "boolean" },
|
|
1463
|
-
{ "name": "breadcrumbClass" },
|
|
1464
|
-
{ "name": "dataTestid", "type": "string | undefined" },
|
|
1465
|
-
{ "name": "labelDataTestid" },
|
|
1466
|
-
{ "name": "helpTextDataTestid" },
|
|
1467
|
-
{ "name": "errorMessageDataTestid" }
|
|
1468
|
-
],
|
|
1469
|
-
"events": []
|
|
1470
|
-
}
|
|
1471
|
-
},
|
|
1472
|
-
{
|
|
1473
|
-
"name": "ngc-headline-card",
|
|
1474
|
-
"description": "\n---\n",
|
|
1475
|
-
"doc-url": "",
|
|
1476
|
-
"attributes": [
|
|
1477
|
-
{
|
|
1478
|
-
"name": "orientation",
|
|
1479
|
-
"value": {
|
|
1480
|
-
"type": "'horizontal' | 'vertical'",
|
|
1481
|
-
"default": "'horizontal'"
|
|
1482
|
-
}
|
|
1483
|
-
},
|
|
1484
|
-
{
|
|
1485
|
-
"name": "background",
|
|
1486
|
-
"value": { "type": "boolean", "default": "true" }
|
|
1487
|
-
},
|
|
1488
|
-
{
|
|
1489
|
-
"name": "icon-name",
|
|
1490
|
-
"value": { "type": "string", "default": "'balloons'" }
|
|
1491
|
-
},
|
|
1492
|
-
{ "name": "title", "value": { "type": "string", "default": "''" } },
|
|
1493
|
-
{
|
|
1494
|
-
"name": "subtitle",
|
|
1495
|
-
"value": { "type": "string", "default": "''" }
|
|
1496
|
-
},
|
|
1497
|
-
{
|
|
1498
|
-
"name": "elevated",
|
|
1499
|
-
"value": { "type": "boolean", "default": "false" }
|
|
1500
|
-
},
|
|
1501
|
-
{
|
|
1502
|
-
"name": "outlined",
|
|
1503
|
-
"value": { "type": "boolean", "default": "false" }
|
|
1504
|
-
},
|
|
1505
|
-
{
|
|
1506
|
-
"name": "skeleton",
|
|
1507
|
-
"value": { "type": "boolean", "default": "false" }
|
|
1508
|
-
},
|
|
1509
|
-
{
|
|
1510
|
-
"name": "data-testid",
|
|
1511
|
-
"value": { "type": "string | undefined", "default": "undefined" }
|
|
1512
|
-
}
|
|
1513
|
-
],
|
|
1514
|
-
"events": [],
|
|
1515
|
-
"js": {
|
|
1516
|
-
"properties": [
|
|
1517
|
-
{ "name": "containerRef", "type": "Ref<HTMLInputElement>" },
|
|
1518
|
-
{ "name": "illustrationMarkup" },
|
|
1519
|
-
{ "name": "cardContentClass" },
|
|
1520
|
-
{ "name": "justifyCenterClass" },
|
|
1521
|
-
{ "name": "backgroundMarkup" },
|
|
1522
|
-
{ "name": "elevatedClass" },
|
|
1523
|
-
{ "name": "outlinedClass" },
|
|
1524
|
-
{ "name": "orientationClass" },
|
|
1525
|
-
{ "name": "getBackgroundClass" },
|
|
1526
|
-
{ "name": "shouldBeVertical" },
|
|
1527
|
-
{ "name": "orientation", "type": "'horizontal' | 'vertical'" },
|
|
1528
|
-
{ "name": "background", "type": "boolean" },
|
|
1529
|
-
{ "name": "iconName", "type": "string" },
|
|
1530
|
-
{ "name": "title", "type": "string" },
|
|
1531
|
-
{ "name": "subtitle", "type": "string" },
|
|
1532
|
-
{ "name": "elevated", "type": "boolean" },
|
|
1533
|
-
{ "name": "outlined", "type": "boolean" },
|
|
1534
|
-
{ "name": "skeleton", "type": "boolean" },
|
|
1468
|
+
{ "name": "containerRef", "type": "Ref<HTMLInputElement>" },
|
|
1469
|
+
{ "name": "illustrationMarkup" },
|
|
1470
|
+
{ "name": "cardContentClass" },
|
|
1471
|
+
{ "name": "justifyCenterClass" },
|
|
1472
|
+
{ "name": "backgroundMarkup" },
|
|
1473
|
+
{ "name": "elevatedClass" },
|
|
1474
|
+
{ "name": "outlinedClass" },
|
|
1475
|
+
{ "name": "orientationClass" },
|
|
1476
|
+
{ "name": "getBackgroundClass" },
|
|
1477
|
+
{ "name": "shouldBeVertical" },
|
|
1478
|
+
{ "name": "orientation", "type": "'horizontal' | 'vertical'" },
|
|
1479
|
+
{ "name": "background", "type": "boolean" },
|
|
1480
|
+
{ "name": "illustrationName", "type": "string" },
|
|
1481
|
+
{ "name": "title", "type": "string" },
|
|
1482
|
+
{ "name": "subtitle", "type": "string" },
|
|
1483
|
+
{ "name": "elevated", "type": "boolean" },
|
|
1484
|
+
{ "name": "outlined", "type": "boolean" },
|
|
1485
|
+
{ "name": "skeleton", "type": "boolean" },
|
|
1535
1486
|
{ "name": "dataTestid", "type": "string | undefined" },
|
|
1536
1487
|
{ "name": "labelDataTestid" },
|
|
1537
1488
|
{ "name": "helpTextDataTestid" },
|
|
@@ -1542,12 +1493,13 @@
|
|
|
1542
1493
|
},
|
|
1543
1494
|
{
|
|
1544
1495
|
"name": "ngc-input-text",
|
|
1545
|
-
"description": "\n---\n
|
|
1496
|
+
"description": "\n---\n",
|
|
1546
1497
|
"doc-url": "",
|
|
1547
1498
|
"attributes": [
|
|
1548
1499
|
{ "name": "for", "value": { "type": "string", "default": "''" } },
|
|
1549
1500
|
{ "name": "min", "value": { "type": "string" } },
|
|
1550
1501
|
{ "name": "max", "value": { "type": "string" } },
|
|
1502
|
+
{ "name": "step", "value": { "type": "number" } },
|
|
1551
1503
|
{ "name": "id", "value": { "type": "string", "default": "''" } },
|
|
1552
1504
|
{
|
|
1553
1505
|
"name": "required",
|
|
@@ -1558,6 +1510,10 @@
|
|
|
1558
1510
|
"value": { "type": "boolean", "default": "false" }
|
|
1559
1511
|
},
|
|
1560
1512
|
{ "name": "label", "value": { "type": "string", "default": "''" } },
|
|
1513
|
+
{
|
|
1514
|
+
"name": "aria-description",
|
|
1515
|
+
"value": { "type": "string | null", "default": "null" }
|
|
1516
|
+
},
|
|
1561
1517
|
{
|
|
1562
1518
|
"name": "placeholder",
|
|
1563
1519
|
"value": { "type": "string", "default": "''" }
|
|
@@ -1586,25 +1542,31 @@
|
|
|
1586
1542
|
"name": "end-icon",
|
|
1587
1543
|
"value": { "type": "string", "default": "''" }
|
|
1588
1544
|
},
|
|
1545
|
+
{
|
|
1546
|
+
"name": "max-length",
|
|
1547
|
+
"value": { "type": "string", "default": "undefined" }
|
|
1548
|
+
},
|
|
1589
1549
|
{
|
|
1590
1550
|
"name": "data-testid",
|
|
1591
1551
|
"value": { "type": "string | undefined", "default": "undefined" }
|
|
1592
1552
|
}
|
|
1593
1553
|
],
|
|
1594
|
-
"events": [
|
|
1554
|
+
"events": [],
|
|
1595
1555
|
"js": {
|
|
1596
1556
|
"properties": [
|
|
1557
|
+
{ "name": "inputRef", "type": "Ref<HTMLInputElement>" },
|
|
1558
|
+
{ "name": "controlRef", "type": "Ref<HTMLDivElement>" },
|
|
1597
1559
|
{ "name": "for", "type": "string" },
|
|
1598
1560
|
{ "name": "min", "type": "string" },
|
|
1599
1561
|
{ "name": "max", "type": "string" },
|
|
1600
|
-
{ "name": "
|
|
1601
|
-
{ "name": "controlRef", "type": "Ref<HTMLDivElement>" },
|
|
1562
|
+
{ "name": "step", "type": "number" },
|
|
1602
1563
|
{ "name": "_nativeInputError", "type": "string | undefined" },
|
|
1603
1564
|
{ "name": "displayedErrorText" },
|
|
1604
1565
|
{ "name": "isAriaInvalid" },
|
|
1605
1566
|
{ "name": "errorClass" },
|
|
1606
1567
|
{ "name": "disabledClass" },
|
|
1607
1568
|
{ "name": "passwordVisibilityMarkup" },
|
|
1569
|
+
{ "name": "errorTextMarkup" },
|
|
1608
1570
|
{ "name": "shouldHaveStartMarkup" },
|
|
1609
1571
|
{ "name": "shouldHaveEndMarkup" },
|
|
1610
1572
|
{ "name": "startIconMarkup" },
|
|
@@ -1612,11 +1574,11 @@
|
|
|
1612
1574
|
{ "name": "labelMarkup" },
|
|
1613
1575
|
{ "name": "helpTextMarkup" },
|
|
1614
1576
|
{ "name": "bottomText" },
|
|
1615
|
-
{ "name": "errorTextMarkup" },
|
|
1616
1577
|
{ "name": "id", "type": "string" },
|
|
1617
1578
|
{ "name": "required", "type": "boolean" },
|
|
1618
1579
|
{ "name": "disabled", "type": "boolean" },
|
|
1619
1580
|
{ "name": "label", "type": "string" },
|
|
1581
|
+
{ "name": "ariaDescription", "type": "string | null" },
|
|
1620
1582
|
{ "name": "placeholder", "type": "string" },
|
|
1621
1583
|
{ "name": "value", "type": "string | number | undefined | null" },
|
|
1622
1584
|
{ "name": "errorText", "type": "string" },
|
|
@@ -1624,22 +1586,24 @@
|
|
|
1624
1586
|
{ "name": "type", "type": "string" },
|
|
1625
1587
|
{ "name": "startIcon", "type": "string" },
|
|
1626
1588
|
{ "name": "endIcon", "type": "string" },
|
|
1589
|
+
{ "name": "maxLength", "type": "string" },
|
|
1627
1590
|
{ "name": "dataTestid", "type": "string | undefined" },
|
|
1628
1591
|
{ "name": "labelDataTestid" },
|
|
1629
1592
|
{ "name": "helpTextDataTestid" },
|
|
1630
1593
|
{ "name": "errorMessageDataTestid" }
|
|
1631
1594
|
],
|
|
1632
|
-
"events": [
|
|
1595
|
+
"events": []
|
|
1633
1596
|
}
|
|
1634
1597
|
},
|
|
1635
1598
|
{
|
|
1636
1599
|
"name": "ngc-input-textarea",
|
|
1637
|
-
"description": "\n---\n
|
|
1600
|
+
"description": "\n---\n",
|
|
1638
1601
|
"doc-url": "",
|
|
1639
1602
|
"attributes": [
|
|
1640
1603
|
{ "name": "for", "value": { "type": "string", "default": "''" } },
|
|
1641
1604
|
{ "name": "min", "value": { "type": "string" } },
|
|
1642
1605
|
{ "name": "max", "value": { "type": "string" } },
|
|
1606
|
+
{ "name": "step", "value": { "type": "number" } },
|
|
1643
1607
|
{ "name": "id", "value": { "type": "string", "default": "''" } },
|
|
1644
1608
|
{
|
|
1645
1609
|
"name": "required",
|
|
@@ -1650,6 +1614,10 @@
|
|
|
1650
1614
|
"value": { "type": "boolean", "default": "false" }
|
|
1651
1615
|
},
|
|
1652
1616
|
{ "name": "label", "value": { "type": "string", "default": "''" } },
|
|
1617
|
+
{
|
|
1618
|
+
"name": "aria-description",
|
|
1619
|
+
"value": { "type": "string | null", "default": "null" }
|
|
1620
|
+
},
|
|
1653
1621
|
{
|
|
1654
1622
|
"name": "placeholder",
|
|
1655
1623
|
"value": { "type": "string", "default": "''" }
|
|
@@ -1678,25 +1646,31 @@
|
|
|
1678
1646
|
"name": "end-icon",
|
|
1679
1647
|
"value": { "type": "string", "default": "''" }
|
|
1680
1648
|
},
|
|
1649
|
+
{
|
|
1650
|
+
"name": "max-length",
|
|
1651
|
+
"value": { "type": "string", "default": "undefined" }
|
|
1652
|
+
},
|
|
1681
1653
|
{
|
|
1682
1654
|
"name": "data-testid",
|
|
1683
1655
|
"value": { "type": "string | undefined", "default": "undefined" }
|
|
1684
1656
|
}
|
|
1685
1657
|
],
|
|
1686
|
-
"events": [
|
|
1658
|
+
"events": [],
|
|
1687
1659
|
"js": {
|
|
1688
1660
|
"properties": [
|
|
1661
|
+
{ "name": "inputRef", "type": "Ref<HTMLInputElement>" },
|
|
1662
|
+
{ "name": "controlRef", "type": "Ref<HTMLDivElement>" },
|
|
1689
1663
|
{ "name": "for", "type": "string" },
|
|
1690
1664
|
{ "name": "min", "type": "string" },
|
|
1691
1665
|
{ "name": "max", "type": "string" },
|
|
1692
|
-
{ "name": "
|
|
1693
|
-
{ "name": "controlRef", "type": "Ref<HTMLDivElement>" },
|
|
1666
|
+
{ "name": "step", "type": "number" },
|
|
1694
1667
|
{ "name": "_nativeInputError", "type": "string | undefined" },
|
|
1695
1668
|
{ "name": "displayedErrorText" },
|
|
1696
1669
|
{ "name": "isAriaInvalid" },
|
|
1697
1670
|
{ "name": "errorClass" },
|
|
1698
1671
|
{ "name": "disabledClass" },
|
|
1699
1672
|
{ "name": "passwordVisibilityMarkup" },
|
|
1673
|
+
{ "name": "errorTextMarkup" },
|
|
1700
1674
|
{ "name": "shouldHaveStartMarkup" },
|
|
1701
1675
|
{ "name": "shouldHaveEndMarkup" },
|
|
1702
1676
|
{ "name": "startIconMarkup" },
|
|
@@ -1704,11 +1678,11 @@
|
|
|
1704
1678
|
{ "name": "labelMarkup" },
|
|
1705
1679
|
{ "name": "helpTextMarkup" },
|
|
1706
1680
|
{ "name": "bottomText" },
|
|
1707
|
-
{ "name": "errorTextMarkup" },
|
|
1708
1681
|
{ "name": "id", "type": "string" },
|
|
1709
1682
|
{ "name": "required", "type": "boolean" },
|
|
1710
1683
|
{ "name": "disabled", "type": "boolean" },
|
|
1711
1684
|
{ "name": "label", "type": "string" },
|
|
1685
|
+
{ "name": "ariaDescription", "type": "string | null" },
|
|
1712
1686
|
{ "name": "placeholder", "type": "string" },
|
|
1713
1687
|
{ "name": "value", "type": "string | number | undefined | null" },
|
|
1714
1688
|
{ "name": "errorText", "type": "string" },
|
|
@@ -1716,63 +1690,39 @@
|
|
|
1716
1690
|
{ "name": "type", "type": "string" },
|
|
1717
1691
|
{ "name": "startIcon", "type": "string" },
|
|
1718
1692
|
{ "name": "endIcon", "type": "string" },
|
|
1693
|
+
{ "name": "maxLength", "type": "string" },
|
|
1719
1694
|
{ "name": "dataTestid", "type": "string | undefined" },
|
|
1720
1695
|
{ "name": "labelDataTestid" },
|
|
1721
1696
|
{ "name": "helpTextDataTestid" },
|
|
1722
1697
|
{ "name": "errorMessageDataTestid" }
|
|
1723
1698
|
],
|
|
1724
|
-
"events": [
|
|
1699
|
+
"events": []
|
|
1725
1700
|
}
|
|
1726
1701
|
},
|
|
1727
1702
|
{
|
|
1728
|
-
"name": "
|
|
1703
|
+
"name": "ngc-input-masked",
|
|
1729
1704
|
"description": "\n---\n",
|
|
1730
1705
|
"doc-url": "",
|
|
1731
1706
|
"attributes": [
|
|
1732
1707
|
{
|
|
1733
|
-
"name": "
|
|
1734
|
-
"value": { "type": "
|
|
1708
|
+
"name": "mask-preset",
|
|
1709
|
+
"value": { "type": "'ssn' | 'ein' | ", "default": "null" }
|
|
1735
1710
|
},
|
|
1736
|
-
{ "name": "for", "value": { "type": "string", "default": "''" } },
|
|
1737
|
-
{ "name": "label", "value": { "type": "string", "default": "''" } },
|
|
1738
1711
|
{
|
|
1739
|
-
"name": "
|
|
1740
|
-
"value": { "type": "
|
|
1741
|
-
}
|
|
1742
|
-
],
|
|
1743
|
-
"events": [],
|
|
1744
|
-
"js": {
|
|
1745
|
-
"properties": [
|
|
1746
|
-
{ "name": "required", "type": "boolean" },
|
|
1747
|
-
{ "name": "for", "type": "string" },
|
|
1748
|
-
{ "name": "label", "type": "string" },
|
|
1749
|
-
{ "name": "labelId", "type": "string" }
|
|
1750
|
-
],
|
|
1751
|
-
"events": []
|
|
1752
|
-
}
|
|
1753
|
-
},
|
|
1754
|
-
{
|
|
1755
|
-
"name": "nsc-input-error",
|
|
1756
|
-
"description": "\n---\n",
|
|
1757
|
-
"doc-url": "",
|
|
1758
|
-
"attributes": [
|
|
1712
|
+
"name": "mask-pattern",
|
|
1713
|
+
"value": { "type": "'ssn' | 'ein' | ", "default": "''" }
|
|
1714
|
+
},
|
|
1759
1715
|
{
|
|
1760
|
-
"name": "
|
|
1761
|
-
"value": {
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
"properties": [{ "name": "id", "type": "string" }],
|
|
1767
|
-
"events": []
|
|
1768
|
-
}
|
|
1769
|
-
},
|
|
1770
|
-
{
|
|
1771
|
-
"name": "nsc-input-text",
|
|
1772
|
-
"description": "\n---\n",
|
|
1773
|
-
"doc-url": "",
|
|
1774
|
-
"attributes": [
|
|
1716
|
+
"name": "accepted-char-type",
|
|
1717
|
+
"value": {
|
|
1718
|
+
"type": "'numeric' | 'alpha' | 'alphanumeric'",
|
|
1719
|
+
"default": "'alphanumeric'"
|
|
1720
|
+
}
|
|
1721
|
+
},
|
|
1775
1722
|
{ "name": "for", "value": { "type": "string", "default": "''" } },
|
|
1723
|
+
{ "name": "min", "value": { "type": "string" } },
|
|
1724
|
+
{ "name": "max", "value": { "type": "string" } },
|
|
1725
|
+
{ "name": "step", "value": { "type": "number" } },
|
|
1776
1726
|
{ "name": "id", "value": { "type": "string", "default": "''" } },
|
|
1777
1727
|
{
|
|
1778
1728
|
"name": "required",
|
|
@@ -1783,6 +1733,10 @@
|
|
|
1783
1733
|
"value": { "type": "boolean", "default": "false" }
|
|
1784
1734
|
},
|
|
1785
1735
|
{ "name": "label", "value": { "type": "string", "default": "''" } },
|
|
1736
|
+
{
|
|
1737
|
+
"name": "aria-description",
|
|
1738
|
+
"value": { "type": "string | null", "default": "null" }
|
|
1739
|
+
},
|
|
1786
1740
|
{
|
|
1787
1741
|
"name": "placeholder",
|
|
1788
1742
|
"value": { "type": "string", "default": "''" }
|
|
@@ -1811,6 +1765,10 @@
|
|
|
1811
1765
|
"name": "end-icon",
|
|
1812
1766
|
"value": { "type": "string", "default": "''" }
|
|
1813
1767
|
},
|
|
1768
|
+
{
|
|
1769
|
+
"name": "max-length",
|
|
1770
|
+
"value": { "type": "string", "default": "undefined" }
|
|
1771
|
+
},
|
|
1814
1772
|
{
|
|
1815
1773
|
"name": "data-testid",
|
|
1816
1774
|
"value": { "type": "string | undefined", "default": "undefined" }
|
|
@@ -1819,21 +1777,45 @@
|
|
|
1819
1777
|
"events": [],
|
|
1820
1778
|
"js": {
|
|
1821
1779
|
"properties": [
|
|
1780
|
+
{ "name": "maskPreset", "type": "'ssn' | 'ein' | " },
|
|
1781
|
+
{ "name": "maskPattern", "type": "'ssn' | 'ein' | " },
|
|
1782
|
+
{
|
|
1783
|
+
"name": "acceptedCharType",
|
|
1784
|
+
"type": "'numeric' | 'alpha' | 'alphanumeric'"
|
|
1785
|
+
},
|
|
1786
|
+
{ "name": "value", "type": "string | number | undefined | null" },
|
|
1787
|
+
{ "name": "inputRef", "type": "Ref<HTMLInputElement>" },
|
|
1788
|
+
{ "name": "controlRef", "type": "Ref<HTMLDivElement>" },
|
|
1822
1789
|
{ "name": "for", "type": "string" },
|
|
1823
|
-
{ "name": "
|
|
1824
|
-
{ "name": "
|
|
1790
|
+
{ "name": "min", "type": "string" },
|
|
1791
|
+
{ "name": "max", "type": "string" },
|
|
1792
|
+
{ "name": "step", "type": "number" },
|
|
1793
|
+
{ "name": "_nativeInputError", "type": "string | undefined" },
|
|
1794
|
+
{ "name": "displayedErrorText" },
|
|
1825
1795
|
{ "name": "isAriaInvalid" },
|
|
1796
|
+
{ "name": "errorClass" },
|
|
1797
|
+
{ "name": "disabledClass" },
|
|
1798
|
+
{ "name": "passwordVisibilityMarkup" },
|
|
1799
|
+
{ "name": "errorTextMarkup" },
|
|
1800
|
+
{ "name": "shouldHaveStartMarkup" },
|
|
1801
|
+
{ "name": "shouldHaveEndMarkup" },
|
|
1802
|
+
{ "name": "startIconMarkup" },
|
|
1803
|
+
{ "name": "endIconMarkup" },
|
|
1804
|
+
{ "name": "labelMarkup" },
|
|
1805
|
+
{ "name": "helpTextMarkup" },
|
|
1806
|
+
{ "name": "bottomText" },
|
|
1826
1807
|
{ "name": "id", "type": "string" },
|
|
1827
1808
|
{ "name": "required", "type": "boolean" },
|
|
1828
1809
|
{ "name": "disabled", "type": "boolean" },
|
|
1829
1810
|
{ "name": "label", "type": "string" },
|
|
1811
|
+
{ "name": "ariaDescription", "type": "string | null" },
|
|
1830
1812
|
{ "name": "placeholder", "type": "string" },
|
|
1831
|
-
{ "name": "value", "type": "string | number | undefined | null" },
|
|
1832
1813
|
{ "name": "errorText", "type": "string" },
|
|
1833
1814
|
{ "name": "helpText", "type": "string" },
|
|
1834
1815
|
{ "name": "type", "type": "string" },
|
|
1835
1816
|
{ "name": "startIcon", "type": "string" },
|
|
1836
1817
|
{ "name": "endIcon", "type": "string" },
|
|
1818
|
+
{ "name": "maxLength", "type": "string" },
|
|
1837
1819
|
{ "name": "dataTestid", "type": "string | undefined" },
|
|
1838
1820
|
{ "name": "labelDataTestid" },
|
|
1839
1821
|
{ "name": "helpTextDataTestid" },
|
|
@@ -1909,38 +1891,262 @@
|
|
|
1909
1891
|
}
|
|
1910
1892
|
},
|
|
1911
1893
|
{
|
|
1912
|
-
"name": "
|
|
1913
|
-
"description": "\n---\n",
|
|
1894
|
+
"name": "ngc-icon-button",
|
|
1895
|
+
"description": "\n---\n\n\n### **Events:**\n - **click**",
|
|
1914
1896
|
"doc-url": "",
|
|
1915
1897
|
"attributes": [
|
|
1916
1898
|
{
|
|
1917
|
-
"name": "
|
|
1918
|
-
"
|
|
1899
|
+
"name": "size",
|
|
1900
|
+
"value": {
|
|
1901
|
+
"type": " | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge'",
|
|
1902
|
+
"default": "'small'"
|
|
1903
|
+
}
|
|
1904
|
+
},
|
|
1905
|
+
{
|
|
1906
|
+
"name": "aria-label",
|
|
1907
|
+
"value": { "type": "string", "default": "''" }
|
|
1908
|
+
},
|
|
1909
|
+
{
|
|
1910
|
+
"name": "loading-aria-label",
|
|
1911
|
+
"value": { "type": "string", "default": "'Loading'" }
|
|
1912
|
+
},
|
|
1913
|
+
{
|
|
1914
|
+
"name": "icon-name",
|
|
1915
|
+
"value": { "type": "string", "default": "''" }
|
|
1916
|
+
},
|
|
1917
|
+
{
|
|
1918
|
+
"name": "disabled",
|
|
1919
1919
|
"value": { "type": "boolean", "default": "false" }
|
|
1920
1920
|
},
|
|
1921
1921
|
{
|
|
1922
|
-
"name": "
|
|
1923
|
-
"
|
|
1924
|
-
|
|
1922
|
+
"name": "loading",
|
|
1923
|
+
"value": { "type": "boolean", "default": "false" }
|
|
1924
|
+
},
|
|
1925
|
+
{
|
|
1926
|
+
"name": "skeleton",
|
|
1927
|
+
"value": { "type": "boolean", "default": "false" }
|
|
1925
1928
|
},
|
|
1926
1929
|
{
|
|
1927
1930
|
"name": "data-testid",
|
|
1928
1931
|
"value": { "type": "string | undefined", "default": "undefined" }
|
|
1929
1932
|
}
|
|
1930
1933
|
],
|
|
1931
|
-
"events": [],
|
|
1934
|
+
"events": [{ "name": "click", "type": "CustomEvent" }],
|
|
1932
1935
|
"js": {
|
|
1933
1936
|
"properties": [
|
|
1937
|
+
{ "name": "buttonAriaLabel" },
|
|
1938
|
+
{ "name": "sizeClass" },
|
|
1939
|
+
{ "name": "loadingClass" },
|
|
1940
|
+
{ "name": "pxSize" },
|
|
1941
|
+
{ "name": "skeletonMarkup" },
|
|
1942
|
+
{ "name": "loadingMarkup" },
|
|
1934
1943
|
{
|
|
1935
|
-
"name": "
|
|
1936
|
-
"
|
|
1937
|
-
|
|
1938
|
-
},
|
|
1944
|
+
"name": "size",
|
|
1945
|
+
"type": " | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge'"
|
|
1946
|
+
},
|
|
1947
|
+
{ "name": "ariaLabel", "type": "string" },
|
|
1948
|
+
{ "name": "loadingAriaLabel", "type": "string" },
|
|
1949
|
+
{ "name": "iconName", "type": "string" },
|
|
1950
|
+
{ "name": "disabled", "type": "boolean" },
|
|
1951
|
+
{ "name": "loading", "type": "boolean" },
|
|
1952
|
+
{ "name": "skeleton", "type": "boolean" },
|
|
1953
|
+
{ "name": "dataTestid", "type": "string | undefined" },
|
|
1954
|
+
{ "name": "labelDataTestid" },
|
|
1955
|
+
{ "name": "helpTextDataTestid" },
|
|
1956
|
+
{ "name": "errorMessageDataTestid" }
|
|
1957
|
+
],
|
|
1958
|
+
"events": [{ "name": "click", "type": "CustomEvent" }]
|
|
1959
|
+
}
|
|
1960
|
+
},
|
|
1961
|
+
{
|
|
1962
|
+
"name": "ngc-list-item",
|
|
1963
|
+
"description": "\n---\n\n\n### **Events:**\n - **selected**",
|
|
1964
|
+
"doc-url": "",
|
|
1965
|
+
"attributes": [
|
|
1966
|
+
{ "name": "id", "value": { "type": "string", "default": "''" } },
|
|
1967
|
+
{ "name": "text", "value": { "type": "string", "default": "''" } },
|
|
1968
|
+
{ "name": "value", "value": { "type": "string", "default": "''" } },
|
|
1969
|
+
{
|
|
1970
|
+
"name": "subtitle",
|
|
1971
|
+
"value": { "type": "string | null", "default": "null" }
|
|
1972
|
+
},
|
|
1973
|
+
{
|
|
1974
|
+
"name": "density",
|
|
1975
|
+
"value": { "type": "string", "default": "'default'" }
|
|
1976
|
+
},
|
|
1977
|
+
{
|
|
1978
|
+
"name": "selectable",
|
|
1979
|
+
"value": { "type": "boolean", "default": "false" }
|
|
1980
|
+
},
|
|
1981
|
+
{
|
|
1982
|
+
"name": "selected",
|
|
1983
|
+
"value": { "type": "boolean", "default": "false" }
|
|
1984
|
+
},
|
|
1985
|
+
{
|
|
1986
|
+
"name": "multiselect",
|
|
1987
|
+
"value": { "type": "boolean", "default": "false" }
|
|
1988
|
+
},
|
|
1989
|
+
{
|
|
1990
|
+
"name": "end-icon",
|
|
1991
|
+
"value": { "type": "string | null", "default": "null" }
|
|
1992
|
+
},
|
|
1993
|
+
{
|
|
1994
|
+
"name": "start-icon",
|
|
1995
|
+
"value": { "type": "string | null", "default": "null" }
|
|
1996
|
+
},
|
|
1997
|
+
{
|
|
1998
|
+
"name": "current-list-item",
|
|
1999
|
+
"value": { "type": "boolean", "default": "false" }
|
|
2000
|
+
},
|
|
2001
|
+
{
|
|
2002
|
+
"name": "faux-focus",
|
|
2003
|
+
"value": { "type": "boolean", "default": "false" }
|
|
2004
|
+
},
|
|
2005
|
+
{
|
|
2006
|
+
"name": "data-testid",
|
|
2007
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
2008
|
+
}
|
|
2009
|
+
],
|
|
2010
|
+
"events": [{ "name": "selected", "type": "CustomEvent" }],
|
|
2011
|
+
"js": {
|
|
2012
|
+
"properties": [
|
|
2013
|
+
{ "name": "id", "type": "string" },
|
|
2014
|
+
{ "name": "text", "type": "string" },
|
|
2015
|
+
{ "name": "value", "type": "string" },
|
|
2016
|
+
{ "name": "subtitle", "type": "string | null" },
|
|
2017
|
+
{ "name": "density", "type": "string" },
|
|
2018
|
+
{ "name": "selectable", "type": "boolean" },
|
|
2019
|
+
{ "name": "selected", "type": "boolean" },
|
|
2020
|
+
{ "name": "multiselect", "type": "boolean" },
|
|
2021
|
+
{ "name": "endIcon", "type": "string | null" },
|
|
2022
|
+
{ "name": "startIcon", "type": "string | null" },
|
|
2023
|
+
{ "name": "currentListItem", "type": "boolean" },
|
|
2024
|
+
{ "name": "fauxFocus", "type": "boolean" },
|
|
2025
|
+
{ "name": "_role", "type": "string" },
|
|
2026
|
+
{ "name": "falseFocusing", "type": "boolean" },
|
|
2027
|
+
{ "name": "listItemRef", "type": "Ref<HTMLLIElement>" },
|
|
2028
|
+
{ "name": "replacedStringId" },
|
|
2029
|
+
{ "name": "listItemDensityClass" },
|
|
2030
|
+
{ "name": "tabIndex" },
|
|
2031
|
+
{ "name": "selectableClass" },
|
|
2032
|
+
{ "name": "subtitleSpacerElement" },
|
|
2033
|
+
{ "name": "listItemSelectedClass" },
|
|
2034
|
+
{ "name": "interactionIconContent" },
|
|
2035
|
+
{ "name": "leftIconContent" },
|
|
2036
|
+
{ "name": "rightIconContent" },
|
|
2037
|
+
{ "name": "falseFocusClass" },
|
|
2038
|
+
{ "name": "dataTestid", "type": "string | undefined" },
|
|
2039
|
+
{ "name": "labelDataTestid" },
|
|
2040
|
+
{ "name": "helpTextDataTestid" },
|
|
2041
|
+
{ "name": "errorMessageDataTestid" }
|
|
2042
|
+
],
|
|
2043
|
+
"events": [{ "name": "selected", "type": "CustomEvent" }]
|
|
2044
|
+
}
|
|
2045
|
+
},
|
|
2046
|
+
{
|
|
2047
|
+
"name": "ngc-list",
|
|
2048
|
+
"description": "\n---\n",
|
|
2049
|
+
"doc-url": "",
|
|
2050
|
+
"attributes": [
|
|
2051
|
+
{ "name": "id", "value": { "type": "string", "default": "''" } },
|
|
2052
|
+
{
|
|
2053
|
+
"name": "density",
|
|
2054
|
+
"value": {
|
|
2055
|
+
"type": "'default' | 'compact' | 'comfortable'",
|
|
2056
|
+
"default": "'default'"
|
|
2057
|
+
}
|
|
2058
|
+
},
|
|
2059
|
+
{
|
|
2060
|
+
"name": "selectable",
|
|
2061
|
+
"value": { "type": "boolean", "default": "false" }
|
|
2062
|
+
},
|
|
2063
|
+
{
|
|
2064
|
+
"name": "multiselect",
|
|
2065
|
+
"value": { "type": "boolean", "default": "false" }
|
|
2066
|
+
},
|
|
2067
|
+
{
|
|
2068
|
+
"name": "aria-labelledby",
|
|
2069
|
+
"value": { "type": "string", "default": "''" }
|
|
2070
|
+
},
|
|
2071
|
+
{ "name": "title", "value": { "type": "string", "default": "''" } },
|
|
2072
|
+
{
|
|
2073
|
+
"name": "faux-focus",
|
|
2074
|
+
"value": { "type": "boolean", "default": "false" }
|
|
2075
|
+
},
|
|
2076
|
+
{
|
|
2077
|
+
"name": "data-testid",
|
|
2078
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
2079
|
+
}
|
|
2080
|
+
],
|
|
2081
|
+
"events": [],
|
|
2082
|
+
"js": {
|
|
2083
|
+
"properties": [
|
|
2084
|
+
{ "name": "id", "type": "string" },
|
|
2085
|
+
{
|
|
2086
|
+
"name": "density",
|
|
2087
|
+
"type": "'default' | 'compact' | 'comfortable'"
|
|
2088
|
+
},
|
|
2089
|
+
{ "name": "selectable", "type": "boolean" },
|
|
2090
|
+
{ "name": "multiselect", "type": "boolean" },
|
|
2091
|
+
{ "name": "ariaLabelledBy", "type": "string" },
|
|
2092
|
+
{ "name": "title", "type": "string" },
|
|
2093
|
+
{ "name": "fauxFocus", "type": "boolean" },
|
|
2094
|
+
{ "name": "_selectedListItem", "type": "null" },
|
|
2095
|
+
{ "name": "_role", "type": "string" },
|
|
2096
|
+
{ "name": "_activeIndex", "type": "number" },
|
|
2097
|
+
{ "name": "_totalListItems", "type": "number" },
|
|
2098
|
+
{ "name": "_hasIndexChanged", "type": "boolean" },
|
|
2099
|
+
{ "name": "dataTestid", "type": "string | undefined" },
|
|
2100
|
+
{ "name": "labelDataTestid" },
|
|
2101
|
+
{ "name": "helpTextDataTestid" },
|
|
2102
|
+
{ "name": "errorMessageDataTestid" }
|
|
2103
|
+
],
|
|
2104
|
+
"events": []
|
|
2105
|
+
}
|
|
2106
|
+
},
|
|
2107
|
+
{
|
|
2108
|
+
"name": "nsc-menu",
|
|
2109
|
+
"description": "\n---\n",
|
|
2110
|
+
"doc-url": "",
|
|
2111
|
+
"attributes": [
|
|
2112
|
+
{
|
|
2113
|
+
"name": "open",
|
|
2114
|
+
"description": "The open state of the menu",
|
|
2115
|
+
"value": { "type": "boolean", "default": "false" }
|
|
2116
|
+
},
|
|
2117
|
+
{
|
|
2118
|
+
"name": "menu-aria-label",
|
|
2119
|
+
"description": "The aria label for the menu",
|
|
2120
|
+
"value": { "type": "string", "default": "'Show More'" }
|
|
2121
|
+
},
|
|
2122
|
+
{
|
|
2123
|
+
"name": "placement",
|
|
2124
|
+
"description": "Placement of the dropdown for the menu",
|
|
2125
|
+
"value": { "type": "string", "default": "'bottom-start'" }
|
|
2126
|
+
},
|
|
2127
|
+
{
|
|
2128
|
+
"name": "data-testid",
|
|
2129
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
2130
|
+
}
|
|
2131
|
+
],
|
|
2132
|
+
"events": [],
|
|
2133
|
+
"js": {
|
|
2134
|
+
"properties": [
|
|
2135
|
+
{
|
|
2136
|
+
"name": "open",
|
|
2137
|
+
"description": "The open state of the menu",
|
|
2138
|
+
"type": "boolean"
|
|
2139
|
+
},
|
|
1939
2140
|
{
|
|
1940
2141
|
"name": "menuAriaLabel",
|
|
1941
2142
|
"description": "The aria label for the menu",
|
|
1942
2143
|
"type": "string"
|
|
1943
2144
|
},
|
|
2145
|
+
{
|
|
2146
|
+
"name": "placement",
|
|
2147
|
+
"description": "Placement of the dropdown for the menu",
|
|
2148
|
+
"type": "string"
|
|
2149
|
+
},
|
|
1944
2150
|
{ "name": "dataTestid", "type": "string | undefined" },
|
|
1945
2151
|
{ "name": "labelDataTestid" },
|
|
1946
2152
|
{ "name": "helpTextDataTestid" },
|
|
@@ -1964,6 +2170,11 @@
|
|
|
1964
2170
|
"description": "The aria label for the menu",
|
|
1965
2171
|
"value": { "type": "string", "default": "'Show More'" }
|
|
1966
2172
|
},
|
|
2173
|
+
{
|
|
2174
|
+
"name": "placement",
|
|
2175
|
+
"description": "Placement of the dropdown for the menu",
|
|
2176
|
+
"value": { "type": "string", "default": "'bottom-start'" }
|
|
2177
|
+
},
|
|
1967
2178
|
{
|
|
1968
2179
|
"name": "data-testid",
|
|
1969
2180
|
"value": { "type": "string | undefined", "default": "undefined" }
|
|
@@ -1982,6 +2193,11 @@
|
|
|
1982
2193
|
"description": "The aria label for the menu",
|
|
1983
2194
|
"type": "string"
|
|
1984
2195
|
},
|
|
2196
|
+
{
|
|
2197
|
+
"name": "placement",
|
|
2198
|
+
"description": "Placement of the dropdown for the menu",
|
|
2199
|
+
"type": "string"
|
|
2200
|
+
},
|
|
1985
2201
|
{ "name": "dataTestid", "type": "string | undefined" },
|
|
1986
2202
|
{ "name": "labelDataTestid" },
|
|
1987
2203
|
{ "name": "helpTextDataTestid" },
|
|
@@ -2072,148 +2288,170 @@
|
|
|
2072
2288
|
}
|
|
2073
2289
|
},
|
|
2074
2290
|
{
|
|
2075
|
-
"name": "ngc-
|
|
2076
|
-
"description": "\n---\n\n\n### **Events:**\n - **click**",
|
|
2291
|
+
"name": "ngc-modal",
|
|
2292
|
+
"description": "\n---\n\n\n### **Events:**\n - **close**\n- **primary-action-click**\n- **secondary-action-click**",
|
|
2077
2293
|
"doc-url": "",
|
|
2078
2294
|
"attributes": [
|
|
2079
2295
|
{
|
|
2080
|
-
"name": "
|
|
2296
|
+
"name": "dialog-role",
|
|
2081
2297
|
"value": {
|
|
2082
|
-
"type": "
|
|
2083
|
-
"default": "'
|
|
2298
|
+
"type": "'dialog' | 'alertdialog'",
|
|
2299
|
+
"default": "'dialog'"
|
|
2084
2300
|
}
|
|
2085
2301
|
},
|
|
2086
2302
|
{
|
|
2087
|
-
"name": "
|
|
2088
|
-
"value": { "type": "
|
|
2303
|
+
"name": "open",
|
|
2304
|
+
"value": { "type": "boolean", "default": "false" }
|
|
2089
2305
|
},
|
|
2090
2306
|
{
|
|
2091
|
-
"name": "
|
|
2092
|
-
"value": {
|
|
2307
|
+
"name": "variant",
|
|
2308
|
+
"value": {
|
|
2309
|
+
"type": "'decide' | 'destructive' | 'confirmation' | 'dismiss'",
|
|
2310
|
+
"default": "'dismiss'"
|
|
2311
|
+
}
|
|
2093
2312
|
},
|
|
2094
2313
|
{
|
|
2095
|
-
"name": "
|
|
2096
|
-
"value": {
|
|
2314
|
+
"name": "size",
|
|
2315
|
+
"value": {
|
|
2316
|
+
"type": "'small' | 'standard' | 'fullscreen'",
|
|
2317
|
+
"default": "'standard'"
|
|
2318
|
+
}
|
|
2097
2319
|
},
|
|
2320
|
+
{ "name": "title", "value": { "type": "string", "default": "''" } },
|
|
2098
2321
|
{
|
|
2099
|
-
"name": "
|
|
2100
|
-
"value": { "type": "
|
|
2322
|
+
"name": "primary-action-text",
|
|
2323
|
+
"value": { "type": "string", "default": "'Save'" }
|
|
2101
2324
|
},
|
|
2102
2325
|
{
|
|
2103
|
-
"name": "
|
|
2104
|
-
"value": { "type": "
|
|
2326
|
+
"name": "destructive-message-text",
|
|
2327
|
+
"value": { "type": "string", "default": "''" }
|
|
2105
2328
|
},
|
|
2106
2329
|
{
|
|
2107
2330
|
"name": "skeleton",
|
|
2108
2331
|
"value": { "type": "boolean", "default": "false" }
|
|
2109
|
-
}
|
|
2332
|
+
}
|
|
2333
|
+
],
|
|
2334
|
+
"events": [
|
|
2335
|
+
{ "name": "close", "type": "CustomEvent" },
|
|
2336
|
+
{ "name": "primary-action-click", "type": "CustomEvent" },
|
|
2337
|
+
{ "name": "secondary-action-click", "type": "CustomEvent" }
|
|
2338
|
+
],
|
|
2339
|
+
"js": {
|
|
2340
|
+
"properties": [
|
|
2341
|
+
{ "name": "gatorModalContentLoadingMarkup" },
|
|
2342
|
+
{ "name": "gatorModalFooterMarkup" },
|
|
2343
|
+
{ "name": "footerWarningMessageMarkup" },
|
|
2344
|
+
{ "name": "footerPrimaryActionButtonMarkup" },
|
|
2345
|
+
{ "name": "primaryButtonDescribedBy" },
|
|
2346
|
+
{ "name": "footerSecondaryActionButtonMarkup" },
|
|
2347
|
+
{ "name": "actionButtonLoaderMarkup" },
|
|
2348
|
+
{ "name": "dialogRole", "type": "'dialog' | 'alertdialog'" },
|
|
2349
|
+
{ "name": "open", "type": "boolean" },
|
|
2350
|
+
{
|
|
2351
|
+
"name": "variant",
|
|
2352
|
+
"type": "'decide' | 'destructive' | 'confirmation' | 'dismiss'"
|
|
2353
|
+
},
|
|
2354
|
+
{ "name": "size", "type": "'small' | 'standard' | 'fullscreen'" },
|
|
2355
|
+
{ "name": "title", "type": "string" },
|
|
2356
|
+
{ "name": "primaryActionText", "type": "string" },
|
|
2357
|
+
{ "name": "destructiveMessageText", "type": "string" },
|
|
2358
|
+
{ "name": "skeleton", "type": "boolean" }
|
|
2359
|
+
],
|
|
2360
|
+
"events": [
|
|
2361
|
+
{ "name": "close", "type": "CustomEvent" },
|
|
2362
|
+
{ "name": "primary-action-click", "type": "CustomEvent" },
|
|
2363
|
+
{ "name": "secondary-action-click", "type": "CustomEvent" }
|
|
2364
|
+
]
|
|
2365
|
+
}
|
|
2366
|
+
},
|
|
2367
|
+
{
|
|
2368
|
+
"name": "ngc-tab",
|
|
2369
|
+
"description": "\n---\n",
|
|
2370
|
+
"doc-url": "",
|
|
2371
|
+
"attributes": [
|
|
2372
|
+
{ "name": "name", "value": { "type": "string", "default": "''" } },
|
|
2110
2373
|
{
|
|
2111
2374
|
"name": "data-testid",
|
|
2112
2375
|
"value": { "type": "string | undefined", "default": "undefined" }
|
|
2113
2376
|
}
|
|
2114
2377
|
],
|
|
2115
|
-
"events": [
|
|
2378
|
+
"events": [],
|
|
2116
2379
|
"js": {
|
|
2117
2380
|
"properties": [
|
|
2118
|
-
{ "name": "
|
|
2119
|
-
{ "name": "sizeClass" },
|
|
2120
|
-
{ "name": "loadingClass" },
|
|
2121
|
-
{ "name": "pxSize" },
|
|
2122
|
-
{ "name": "skeletonMarkup" },
|
|
2123
|
-
{ "name": "loadingMarkup" },
|
|
2124
|
-
{
|
|
2125
|
-
"name": "size",
|
|
2126
|
-
"type": " | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge'"
|
|
2127
|
-
},
|
|
2128
|
-
{ "name": "ariaLabel", "type": "string" },
|
|
2129
|
-
{ "name": "loadingAriaLabel", "type": "string" },
|
|
2130
|
-
{ "name": "iconName", "type": "string" },
|
|
2131
|
-
{ "name": "disabled", "type": "boolean" },
|
|
2132
|
-
{ "name": "loading", "type": "boolean" },
|
|
2133
|
-
{ "name": "skeleton", "type": "boolean" },
|
|
2381
|
+
{ "name": "name", "type": "string" },
|
|
2134
2382
|
{ "name": "dataTestid", "type": "string | undefined" },
|
|
2135
2383
|
{ "name": "labelDataTestid" },
|
|
2136
2384
|
{ "name": "helpTextDataTestid" },
|
|
2137
2385
|
{ "name": "errorMessageDataTestid" }
|
|
2138
2386
|
],
|
|
2139
|
-
"events": [
|
|
2387
|
+
"events": []
|
|
2140
2388
|
}
|
|
2141
2389
|
},
|
|
2142
2390
|
{
|
|
2143
|
-
"name": "ngc-
|
|
2144
|
-
"description": "\n---\n
|
|
2391
|
+
"name": "ngc-tabset",
|
|
2392
|
+
"description": "\n---\n",
|
|
2145
2393
|
"doc-url": "",
|
|
2146
2394
|
"attributes": [
|
|
2147
2395
|
{
|
|
2148
|
-
"name": "
|
|
2149
|
-
"value": {
|
|
2150
|
-
"type": "'dialog' | 'alertdialog'",
|
|
2151
|
-
"default": "'dialog'"
|
|
2152
|
-
}
|
|
2153
|
-
},
|
|
2154
|
-
{
|
|
2155
|
-
"name": "open",
|
|
2156
|
-
"value": { "type": "boolean", "default": "false" }
|
|
2157
|
-
},
|
|
2158
|
-
{
|
|
2159
|
-
"name": "variant",
|
|
2160
|
-
"value": {
|
|
2161
|
-
"type": "'decide' | 'destructive' | 'confirmation' | 'dismiss'",
|
|
2162
|
-
"default": "'dismiss'"
|
|
2163
|
-
}
|
|
2396
|
+
"name": "tabset-aria-labelledby",
|
|
2397
|
+
"value": { "type": "string", "default": "''" }
|
|
2164
2398
|
},
|
|
2165
2399
|
{
|
|
2166
2400
|
"name": "size",
|
|
2167
|
-
"value": {
|
|
2168
|
-
"type": "'small' | 'standard' | 'fullscreen'",
|
|
2169
|
-
"default": "'standard'"
|
|
2170
|
-
}
|
|
2401
|
+
"value": { "type": "string", "default": "'medium'" }
|
|
2171
2402
|
},
|
|
2403
|
+
{
|
|
2404
|
+
"name": "data-testid",
|
|
2405
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
2406
|
+
}
|
|
2407
|
+
],
|
|
2408
|
+
"events": [],
|
|
2409
|
+
"js": {
|
|
2410
|
+
"properties": [
|
|
2411
|
+
{ "name": "tabsetAriaLabelledby", "type": "string" },
|
|
2412
|
+
{ "name": "size", "type": "string" },
|
|
2413
|
+
{ "name": "activeTabIndex", "type": "number" },
|
|
2414
|
+
{ "name": "tabs", "type": "NgcTab[] | undefined" },
|
|
2415
|
+
{ "name": "_contentRef", "type": "Ref<HTMLDivElement>" },
|
|
2416
|
+
{ "name": "tabSizeClass" },
|
|
2417
|
+
{ "name": "tabContainerSizeClass" },
|
|
2418
|
+
{ "name": "tabSpacerClass" },
|
|
2419
|
+
{ "name": "dataTestid", "type": "string | undefined" },
|
|
2420
|
+
{ "name": "labelDataTestid" },
|
|
2421
|
+
{ "name": "helpTextDataTestid" },
|
|
2422
|
+
{ "name": "errorMessageDataTestid" }
|
|
2423
|
+
],
|
|
2424
|
+
"events": []
|
|
2425
|
+
}
|
|
2426
|
+
},
|
|
2427
|
+
{
|
|
2428
|
+
"name": "ngc-page-header",
|
|
2429
|
+
"description": "\n---\n",
|
|
2430
|
+
"doc-url": "",
|
|
2431
|
+
"attributes": [
|
|
2172
2432
|
{ "name": "title", "value": { "type": "string", "default": "''" } },
|
|
2173
2433
|
{
|
|
2174
|
-
"name": "
|
|
2175
|
-
"value": { "type": "string", "default": "'Save'" }
|
|
2176
|
-
},
|
|
2177
|
-
{
|
|
2178
|
-
"name": "destructive-message-text",
|
|
2434
|
+
"name": "subtitle",
|
|
2179
2435
|
"value": { "type": "string", "default": "''" }
|
|
2180
2436
|
},
|
|
2181
2437
|
{
|
|
2182
|
-
"name": "
|
|
2183
|
-
"value": { "type": "
|
|
2438
|
+
"name": "data-testid",
|
|
2439
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
2184
2440
|
}
|
|
2185
2441
|
],
|
|
2186
|
-
"events": [
|
|
2187
|
-
{ "name": "close", "type": "CustomEvent" },
|
|
2188
|
-
{ "name": "primary-action-click", "type": "CustomEvent" },
|
|
2189
|
-
{ "name": "secondary-action-click", "type": "CustomEvent" }
|
|
2190
|
-
],
|
|
2442
|
+
"events": [],
|
|
2191
2443
|
"js": {
|
|
2192
2444
|
"properties": [
|
|
2193
|
-
{ "name": "gatorModalContentLoadingMarkup" },
|
|
2194
|
-
{ "name": "gatorModalFooterMarkup" },
|
|
2195
|
-
{ "name": "footerWarningMessageMarkup" },
|
|
2196
|
-
{ "name": "footerPrimaryActionButtonMarkup" },
|
|
2197
|
-
{ "name": "primaryButtonDescribedBy" },
|
|
2198
|
-
{ "name": "footerSecondaryActionButtonMarkup" },
|
|
2199
|
-
{ "name": "actionButtonLoaderMarkup" },
|
|
2200
|
-
{ "name": "dialogRole", "type": "'dialog' | 'alertdialog'" },
|
|
2201
|
-
{ "name": "open", "type": "boolean" },
|
|
2202
|
-
{
|
|
2203
|
-
"name": "variant",
|
|
2204
|
-
"type": "'decide' | 'destructive' | 'confirmation' | 'dismiss'"
|
|
2205
|
-
},
|
|
2206
|
-
{ "name": "size", "type": "'small' | 'standard' | 'fullscreen'" },
|
|
2207
2445
|
{ "name": "title", "type": "string" },
|
|
2208
|
-
{ "name": "
|
|
2209
|
-
{ "name": "
|
|
2210
|
-
{ "name": "
|
|
2446
|
+
{ "name": "subtitle", "type": "string" },
|
|
2447
|
+
{ "name": "_showBreadcrumbs", "type": "boolean" },
|
|
2448
|
+
{ "name": "breadcrumbClass" },
|
|
2449
|
+
{ "name": "dataTestid", "type": "string | undefined" },
|
|
2450
|
+
{ "name": "labelDataTestid" },
|
|
2451
|
+
{ "name": "helpTextDataTestid" },
|
|
2452
|
+
{ "name": "errorMessageDataTestid" }
|
|
2211
2453
|
],
|
|
2212
|
-
"events": [
|
|
2213
|
-
{ "name": "close", "type": "CustomEvent" },
|
|
2214
|
-
{ "name": "primary-action-click", "type": "CustomEvent" },
|
|
2215
|
-
{ "name": "secondary-action-click", "type": "CustomEvent" }
|
|
2216
|
-
]
|
|
2454
|
+
"events": []
|
|
2217
2455
|
}
|
|
2218
2456
|
},
|
|
2219
2457
|
{
|
|
@@ -2394,6 +2632,54 @@
|
|
|
2394
2632
|
"events": [{ "name": "change", "type": "CustomEvent" }]
|
|
2395
2633
|
}
|
|
2396
2634
|
},
|
|
2635
|
+
{
|
|
2636
|
+
"name": "ngc-text-link",
|
|
2637
|
+
"description": "\n---\n\n\n### **Slots:**\n - _default_ - Default slot for the text link content",
|
|
2638
|
+
"doc-url": "",
|
|
2639
|
+
"attributes": [
|
|
2640
|
+
{ "name": "href", "value": { "type": "string", "default": "''" } },
|
|
2641
|
+
{
|
|
2642
|
+
"name": "end-icon",
|
|
2643
|
+
"value": { "type": "string", "default": "''" }
|
|
2644
|
+
},
|
|
2645
|
+
{
|
|
2646
|
+
"name": "variant",
|
|
2647
|
+
"value": {
|
|
2648
|
+
"type": "'default' | 'subtle'",
|
|
2649
|
+
"default": "'default'"
|
|
2650
|
+
}
|
|
2651
|
+
},
|
|
2652
|
+
{
|
|
2653
|
+
"name": "target",
|
|
2654
|
+
"value": { "type": "string", "default": "''" }
|
|
2655
|
+
},
|
|
2656
|
+
{
|
|
2657
|
+
"name": "data-testid",
|
|
2658
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
2659
|
+
}
|
|
2660
|
+
],
|
|
2661
|
+
"slots": [
|
|
2662
|
+
{
|
|
2663
|
+
"name": "",
|
|
2664
|
+
"description": "Default slot for the text link content"
|
|
2665
|
+
}
|
|
2666
|
+
],
|
|
2667
|
+
"events": [],
|
|
2668
|
+
"js": {
|
|
2669
|
+
"properties": [
|
|
2670
|
+
{ "name": "variantClass" },
|
|
2671
|
+
{ "name": "href", "type": "string" },
|
|
2672
|
+
{ "name": "endIcon", "type": "string" },
|
|
2673
|
+
{ "name": "variant", "type": "'default' | 'subtle'" },
|
|
2674
|
+
{ "name": "target", "type": "string" },
|
|
2675
|
+
{ "name": "dataTestid", "type": "string | undefined" },
|
|
2676
|
+
{ "name": "labelDataTestid" },
|
|
2677
|
+
{ "name": "helpTextDataTestid" },
|
|
2678
|
+
{ "name": "errorMessageDataTestid" }
|
|
2679
|
+
],
|
|
2680
|
+
"events": []
|
|
2681
|
+
}
|
|
2682
|
+
},
|
|
2397
2683
|
{
|
|
2398
2684
|
"name": "ngc-toast",
|
|
2399
2685
|
"description": "\n---\n\n\n### **Events:**\n - **dismiss**\n\n### **Slots:**\n - _default_ - The content within the toast",
|
|
@@ -2547,6 +2833,49 @@
|
|
|
2547
2833
|
"events": []
|
|
2548
2834
|
}
|
|
2549
2835
|
},
|
|
2836
|
+
{
|
|
2837
|
+
"name": "nsc-input-label",
|
|
2838
|
+
"description": "\n---\n",
|
|
2839
|
+
"doc-url": "",
|
|
2840
|
+
"attributes": [
|
|
2841
|
+
{
|
|
2842
|
+
"name": "required",
|
|
2843
|
+
"value": { "type": "boolean", "default": "false" }
|
|
2844
|
+
},
|
|
2845
|
+
{ "name": "for", "value": { "type": "string", "default": "''" } },
|
|
2846
|
+
{ "name": "label", "value": { "type": "string", "default": "''" } },
|
|
2847
|
+
{
|
|
2848
|
+
"name": "label-id",
|
|
2849
|
+
"value": { "type": "string", "default": "''" }
|
|
2850
|
+
}
|
|
2851
|
+
],
|
|
2852
|
+
"events": [],
|
|
2853
|
+
"js": {
|
|
2854
|
+
"properties": [
|
|
2855
|
+
{ "name": "required", "type": "boolean" },
|
|
2856
|
+
{ "name": "for", "type": "string" },
|
|
2857
|
+
{ "name": "label", "type": "string" },
|
|
2858
|
+
{ "name": "labelId", "type": "string" }
|
|
2859
|
+
],
|
|
2860
|
+
"events": []
|
|
2861
|
+
}
|
|
2862
|
+
},
|
|
2863
|
+
{
|
|
2864
|
+
"name": "nsc-input-error",
|
|
2865
|
+
"description": "\n---\n",
|
|
2866
|
+
"doc-url": "",
|
|
2867
|
+
"attributes": [
|
|
2868
|
+
{
|
|
2869
|
+
"name": "id",
|
|
2870
|
+
"value": { "type": "string", "default": "'error'" }
|
|
2871
|
+
}
|
|
2872
|
+
],
|
|
2873
|
+
"events": [],
|
|
2874
|
+
"js": {
|
|
2875
|
+
"properties": [{ "name": "id", "type": "string" }],
|
|
2876
|
+
"events": []
|
|
2877
|
+
}
|
|
2878
|
+
},
|
|
2550
2879
|
{
|
|
2551
2880
|
"name": "nsc-combobox",
|
|
2552
2881
|
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
@@ -2747,16 +3076,56 @@
|
|
|
2747
3076
|
}
|
|
2748
3077
|
},
|
|
2749
3078
|
{
|
|
2750
|
-
"name": "
|
|
3079
|
+
"name": "nsc-input-text",
|
|
2751
3080
|
"description": "\n---\n",
|
|
2752
3081
|
"doc-url": "",
|
|
2753
3082
|
"attributes": [
|
|
3083
|
+
{ "name": "for", "value": { "type": "string", "default": "''" } },
|
|
3084
|
+
{ "name": "id", "value": { "type": "string", "default": "''" } },
|
|
2754
3085
|
{
|
|
2755
|
-
"name": "
|
|
2756
|
-
"value": {
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
3086
|
+
"name": "required",
|
|
3087
|
+
"value": { "type": "boolean", "default": "false" }
|
|
3088
|
+
},
|
|
3089
|
+
{
|
|
3090
|
+
"name": "disabled",
|
|
3091
|
+
"value": { "type": "boolean", "default": "false" }
|
|
3092
|
+
},
|
|
3093
|
+
{ "name": "label", "value": { "type": "string", "default": "''" } },
|
|
3094
|
+
{
|
|
3095
|
+
"name": "aria-description",
|
|
3096
|
+
"value": { "type": "string | null", "default": "null" }
|
|
3097
|
+
},
|
|
3098
|
+
{
|
|
3099
|
+
"name": "placeholder",
|
|
3100
|
+
"value": { "type": "string", "default": "''" }
|
|
3101
|
+
},
|
|
3102
|
+
{
|
|
3103
|
+
"name": "value",
|
|
3104
|
+
"value": { "type": "string | number | undefined | null" }
|
|
3105
|
+
},
|
|
3106
|
+
{
|
|
3107
|
+
"name": "error-text",
|
|
3108
|
+
"value": { "type": "string", "default": "''" }
|
|
3109
|
+
},
|
|
3110
|
+
{
|
|
3111
|
+
"name": "help-text",
|
|
3112
|
+
"value": { "type": "string", "default": "''" }
|
|
3113
|
+
},
|
|
3114
|
+
{
|
|
3115
|
+
"name": "type",
|
|
3116
|
+
"value": { "type": "string", "default": "'text'" }
|
|
3117
|
+
},
|
|
3118
|
+
{
|
|
3119
|
+
"name": "start-icon",
|
|
3120
|
+
"value": { "type": "string", "default": "''" }
|
|
3121
|
+
},
|
|
3122
|
+
{
|
|
3123
|
+
"name": "end-icon",
|
|
3124
|
+
"value": { "type": "string", "default": "''" }
|
|
3125
|
+
},
|
|
3126
|
+
{
|
|
3127
|
+
"name": "max-length",
|
|
3128
|
+
"value": { "type": "string", "default": "undefined" }
|
|
2760
3129
|
},
|
|
2761
3130
|
{
|
|
2762
3131
|
"name": "data-testid",
|
|
@@ -2766,11 +3135,23 @@
|
|
|
2766
3135
|
"events": [],
|
|
2767
3136
|
"js": {
|
|
2768
3137
|
"properties": [
|
|
2769
|
-
{
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
},
|
|
2773
|
-
{ "name": "
|
|
3138
|
+
{ "name": "for", "type": "string" },
|
|
3139
|
+
{ "name": "labelMarkup" },
|
|
3140
|
+
{ "name": "hasErrorClass" },
|
|
3141
|
+
{ "name": "isAriaInvalid" },
|
|
3142
|
+
{ "name": "id", "type": "string" },
|
|
3143
|
+
{ "name": "required", "type": "boolean" },
|
|
3144
|
+
{ "name": "disabled", "type": "boolean" },
|
|
3145
|
+
{ "name": "label", "type": "string" },
|
|
3146
|
+
{ "name": "ariaDescription", "type": "string | null" },
|
|
3147
|
+
{ "name": "placeholder", "type": "string" },
|
|
3148
|
+
{ "name": "value", "type": "string | number | undefined | null" },
|
|
3149
|
+
{ "name": "errorText", "type": "string" },
|
|
3150
|
+
{ "name": "helpText", "type": "string" },
|
|
3151
|
+
{ "name": "type", "type": "string" },
|
|
3152
|
+
{ "name": "startIcon", "type": "string" },
|
|
3153
|
+
{ "name": "endIcon", "type": "string" },
|
|
3154
|
+
{ "name": "maxLength", "type": "string" },
|
|
2774
3155
|
{ "name": "dataTestid", "type": "string | undefined" },
|
|
2775
3156
|
{ "name": "labelDataTestid" },
|
|
2776
3157
|
{ "name": "helpTextDataTestid" },
|
|
@@ -2822,62 +3203,113 @@
|
|
|
2822
3203
|
"value": { "type": "string | null", "default": "null" }
|
|
2823
3204
|
}
|
|
2824
3205
|
],
|
|
2825
|
-
"events": [],
|
|
3206
|
+
"events": [],
|
|
3207
|
+
"js": {
|
|
3208
|
+
"properties": [
|
|
3209
|
+
{ "name": "columnDefinitions", "type": "ColumnDefinition[]" },
|
|
3210
|
+
{ "name": "data", "type": "RowData[]" },
|
|
3211
|
+
{ "name": "tableAriaLabelledBy", "type": "string | null" }
|
|
3212
|
+
],
|
|
3213
|
+
"events": []
|
|
3214
|
+
}
|
|
3215
|
+
},
|
|
3216
|
+
{
|
|
3217
|
+
"name": "ngc-year-month-selector",
|
|
3218
|
+
"description": "\n---\n\n\n### **Events:**\n - **selectorclick**",
|
|
3219
|
+
"doc-url": "",
|
|
3220
|
+
"attributes": [
|
|
3221
|
+
{
|
|
3222
|
+
"name": "selected",
|
|
3223
|
+
"value": { "type": "boolean", "default": "false" }
|
|
3224
|
+
},
|
|
3225
|
+
{
|
|
3226
|
+
"name": "disabled",
|
|
3227
|
+
"value": { "type": "boolean", "default": "false" }
|
|
3228
|
+
},
|
|
3229
|
+
{
|
|
3230
|
+
"name": "current",
|
|
3231
|
+
"value": { "type": "boolean", "default": "false" }
|
|
3232
|
+
},
|
|
3233
|
+
{
|
|
3234
|
+
"name": "tabindex",
|
|
3235
|
+
"value": { "type": "number", "default": "0" }
|
|
3236
|
+
},
|
|
3237
|
+
{
|
|
3238
|
+
"name": "data-testid",
|
|
3239
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
3240
|
+
}
|
|
3241
|
+
],
|
|
3242
|
+
"events": [{ "name": "selectorclick", "type": "CustomEvent" }],
|
|
2826
3243
|
"js": {
|
|
2827
3244
|
"properties": [
|
|
2828
|
-
{ "name": "
|
|
2829
|
-
{ "name": "
|
|
2830
|
-
{ "name": "
|
|
3245
|
+
{ "name": "selected", "type": "boolean" },
|
|
3246
|
+
{ "name": "disabled", "type": "boolean" },
|
|
3247
|
+
{ "name": "current", "type": "boolean" },
|
|
3248
|
+
{ "name": "tabindex", "type": "number" },
|
|
3249
|
+
{ "name": "selectedClass" },
|
|
3250
|
+
{ "name": "disabledClass" },
|
|
3251
|
+
{ "name": "currentClass" },
|
|
3252
|
+
{ "name": "dataTestid", "type": "string | undefined" },
|
|
3253
|
+
{ "name": "labelDataTestid" },
|
|
3254
|
+
{ "name": "helpTextDataTestid" },
|
|
3255
|
+
{ "name": "errorMessageDataTestid" }
|
|
2831
3256
|
],
|
|
2832
|
-
"events": []
|
|
3257
|
+
"events": [{ "name": "selectorclick", "type": "CustomEvent" }]
|
|
2833
3258
|
}
|
|
2834
3259
|
},
|
|
2835
3260
|
{
|
|
2836
|
-
"name": "ngc-
|
|
2837
|
-
"description": "\n---\n\n\n### **
|
|
3261
|
+
"name": "ngc-selector",
|
|
3262
|
+
"description": "\n---\n\n\n### **Events:**\n - **selectorclick**",
|
|
2838
3263
|
"doc-url": "",
|
|
2839
3264
|
"attributes": [
|
|
2840
|
-
{ "name": "href", "value": { "type": "string", "default": "''" } },
|
|
2841
3265
|
{
|
|
2842
|
-
"name": "
|
|
2843
|
-
"value": { "type": "string", "default": "''" }
|
|
2844
|
-
},
|
|
2845
|
-
{
|
|
2846
|
-
"name": "variant",
|
|
3266
|
+
"name": "type",
|
|
2847
3267
|
"value": {
|
|
2848
|
-
"type": "'
|
|
2849
|
-
"default": "
|
|
3268
|
+
"type": "'base' | 'inactive' | 'disabled' | 'range-start' | 'range-end' | 'range-in-between' | 'current'",
|
|
3269
|
+
"default": "null"
|
|
2850
3270
|
}
|
|
2851
3271
|
},
|
|
2852
3272
|
{
|
|
2853
|
-
"name": "
|
|
2854
|
-
"value": { "type": "
|
|
3273
|
+
"name": "selected",
|
|
3274
|
+
"value": { "type": "boolean", "default": "false" }
|
|
3275
|
+
},
|
|
3276
|
+
{
|
|
3277
|
+
"name": "disabled",
|
|
3278
|
+
"value": { "type": "boolean", "default": "false" }
|
|
3279
|
+
},
|
|
3280
|
+
{
|
|
3281
|
+
"name": "current",
|
|
3282
|
+
"value": { "type": "boolean", "default": "false" }
|
|
3283
|
+
},
|
|
3284
|
+
{
|
|
3285
|
+
"name": "tabindex",
|
|
3286
|
+
"value": { "type": "number", "default": "0" }
|
|
2855
3287
|
},
|
|
2856
3288
|
{
|
|
2857
3289
|
"name": "data-testid",
|
|
2858
3290
|
"value": { "type": "string | undefined", "default": "undefined" }
|
|
2859
3291
|
}
|
|
2860
3292
|
],
|
|
2861
|
-
"
|
|
2862
|
-
{
|
|
2863
|
-
"name": "",
|
|
2864
|
-
"description": "Default slot for the text link content"
|
|
2865
|
-
}
|
|
2866
|
-
],
|
|
2867
|
-
"events": [],
|
|
3293
|
+
"events": [{ "name": "selectorclick", "type": "CustomEvent" }],
|
|
2868
3294
|
"js": {
|
|
2869
3295
|
"properties": [
|
|
2870
|
-
{
|
|
2871
|
-
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
{ "name": "
|
|
3296
|
+
{
|
|
3297
|
+
"name": "type",
|
|
3298
|
+
"type": "'base' | 'inactive' | 'disabled' | 'range-start' | 'range-end' | 'range-in-between' | 'current'"
|
|
3299
|
+
},
|
|
3300
|
+
{ "name": "selected", "type": "boolean" },
|
|
3301
|
+
{ "name": "disabled", "type": "boolean" },
|
|
3302
|
+
{ "name": "current", "type": "boolean" },
|
|
3303
|
+
{ "name": "tabindex", "type": "number" },
|
|
3304
|
+
{ "name": "selectedClass" },
|
|
3305
|
+
{ "name": "disabledClass" },
|
|
3306
|
+
{ "name": "currentClass" },
|
|
2875
3307
|
{ "name": "dataTestid", "type": "string | undefined" },
|
|
2876
3308
|
{ "name": "labelDataTestid" },
|
|
2877
3309
|
{ "name": "helpTextDataTestid" },
|
|
2878
3310
|
{ "name": "errorMessageDataTestid" }
|
|
2879
3311
|
],
|
|
2880
|
-
"events": []
|
|
3312
|
+
"events": [{ "name": "selectorclick", "type": "CustomEvent" }]
|
|
2881
3313
|
}
|
|
2882
3314
|
},
|
|
2883
3315
|
{
|
|
@@ -2888,6 +3320,14 @@
|
|
|
2888
3320
|
"events": [],
|
|
2889
3321
|
"js": { "properties": [], "events": [] }
|
|
2890
3322
|
},
|
|
3323
|
+
{
|
|
3324
|
+
"name": "ngc-illustration-list",
|
|
3325
|
+
"description": "An element that renders all of the illustrations in the illustration registry.\nThis component is not distributed as part of the library, but is useful for\ndevelopment and testing.\n---\n",
|
|
3326
|
+
"doc-url": "",
|
|
3327
|
+
"attributes": [],
|
|
3328
|
+
"events": [],
|
|
3329
|
+
"js": { "properties": [], "events": [] }
|
|
3330
|
+
},
|
|
2891
3331
|
{
|
|
2892
3332
|
"name": "slot-placeholder",
|
|
2893
3333
|
"description": "\n---\n",
|
|
@@ -2897,119 +3337,143 @@
|
|
|
2897
3337
|
"js": { "properties": [], "events": [] }
|
|
2898
3338
|
},
|
|
2899
3339
|
{
|
|
2900
|
-
"name": "ngc-
|
|
2901
|
-
"description": "\n---\n
|
|
3340
|
+
"name": "ngc-datepicker",
|
|
3341
|
+
"description": "\n---\n",
|
|
2902
3342
|
"doc-url": "",
|
|
2903
3343
|
"attributes": [
|
|
2904
|
-
{ "name": "id", "value": { "type": "string", "default": "''" } },
|
|
2905
|
-
{ "name": "text", "value": { "type": "string", "default": "''" } },
|
|
2906
|
-
{ "name": "value", "value": { "type": "string", "default": "''" } },
|
|
2907
|
-
{
|
|
2908
|
-
"name": "subtitle",
|
|
2909
|
-
"value": { "type": "string | null", "default": "null" }
|
|
2910
|
-
},
|
|
2911
3344
|
{
|
|
2912
|
-
"name": "
|
|
2913
|
-
"value": { "type": "
|
|
3345
|
+
"name": "range",
|
|
3346
|
+
"value": { "type": "boolean", "default": "false" }
|
|
2914
3347
|
},
|
|
2915
3348
|
{
|
|
2916
|
-
"name": "
|
|
2917
|
-
"value": { "type": "
|
|
3349
|
+
"name": "start-date",
|
|
3350
|
+
"value": { "type": "Date | null", "default": "null" }
|
|
2918
3351
|
},
|
|
2919
3352
|
{
|
|
2920
|
-
"name": "selected",
|
|
2921
|
-
"value": { "type": "
|
|
3353
|
+
"name": "selected-date",
|
|
3354
|
+
"value": { "type": "Date | null", "default": "null" }
|
|
2922
3355
|
},
|
|
3356
|
+
{ "name": "min", "value": { "type": "Date" } },
|
|
3357
|
+
{ "name": "max", "value": { "type": "Date" } },
|
|
2923
3358
|
{
|
|
2924
|
-
"name": "
|
|
3359
|
+
"name": "sunday-start",
|
|
2925
3360
|
"value": { "type": "boolean", "default": "false" }
|
|
2926
3361
|
},
|
|
2927
3362
|
{
|
|
2928
|
-
"name": "
|
|
2929
|
-
"value": { "type": "string
|
|
3363
|
+
"name": "previous-month-aria-label",
|
|
3364
|
+
"value": { "type": "string", "default": "'Previous Month'" }
|
|
2930
3365
|
},
|
|
2931
3366
|
{
|
|
2932
|
-
"name": "
|
|
2933
|
-
"value": { "type": "string
|
|
3367
|
+
"name": "next-month-aria-label",
|
|
3368
|
+
"value": { "type": "string", "default": "'Next Month'" }
|
|
2934
3369
|
},
|
|
2935
3370
|
{
|
|
2936
|
-
"name": "
|
|
2937
|
-
"value": { "type": "
|
|
3371
|
+
"name": "clear-button-label",
|
|
3372
|
+
"value": { "type": "string", "default": "'Clear'" }
|
|
2938
3373
|
},
|
|
2939
3374
|
{
|
|
2940
|
-
"name": "
|
|
2941
|
-
"value": { "type": "
|
|
3375
|
+
"name": "today-button-label",
|
|
3376
|
+
"value": { "type": "string", "default": "'Today'" }
|
|
2942
3377
|
},
|
|
2943
3378
|
{
|
|
2944
3379
|
"name": "data-testid",
|
|
2945
3380
|
"value": { "type": "string | undefined", "default": "undefined" }
|
|
2946
3381
|
}
|
|
2947
3382
|
],
|
|
2948
|
-
"events": [
|
|
3383
|
+
"events": [],
|
|
2949
3384
|
"js": {
|
|
2950
3385
|
"properties": [
|
|
2951
|
-
{ "name": "
|
|
2952
|
-
{ "name": "
|
|
2953
|
-
{ "name": "
|
|
2954
|
-
{ "name": "
|
|
2955
|
-
{ "name": "
|
|
2956
|
-
{ "name": "
|
|
2957
|
-
{ "name": "
|
|
2958
|
-
{ "name": "
|
|
2959
|
-
{ "name": "
|
|
2960
|
-
{ "name": "
|
|
2961
|
-
{ "name": "
|
|
2962
|
-
{ "name": "
|
|
2963
|
-
{ "name": "
|
|
2964
|
-
{ "name": "
|
|
2965
|
-
{ "name": "
|
|
2966
|
-
{ "name": "
|
|
2967
|
-
{ "name": "
|
|
2968
|
-
{ "name": "
|
|
2969
|
-
{ "name": "
|
|
2970
|
-
{ "name": "
|
|
2971
|
-
{ "name": "listItemSelectedClass" },
|
|
2972
|
-
{ "name": "interactionIconContent" },
|
|
2973
|
-
{ "name": "leftIconContent" },
|
|
2974
|
-
{ "name": "rightIconContent" },
|
|
2975
|
-
{ "name": "falseFocusClass" },
|
|
3386
|
+
{ "name": "headerMarkup" },
|
|
3387
|
+
{ "name": "bodyMarkup" },
|
|
3388
|
+
{ "name": "currentViewMarkup" },
|
|
3389
|
+
{ "name": "calendarMarkup" },
|
|
3390
|
+
{ "name": "daysOfWeekMarkup" },
|
|
3391
|
+
{ "name": "getDatesMarkup" },
|
|
3392
|
+
{ "name": "footerMarkup" },
|
|
3393
|
+
{ "name": "_todaysDate", "type": "Date" },
|
|
3394
|
+
{ "name": "range", "type": "boolean" },
|
|
3395
|
+
{ "name": "startDate", "type": "Date | null" },
|
|
3396
|
+
{ "name": "endDate", "type": "Date | null" },
|
|
3397
|
+
{ "name": "selectedDate", "type": "Date | null" },
|
|
3398
|
+
{ "name": "min", "type": "Date" },
|
|
3399
|
+
{ "name": "max", "type": "Date" },
|
|
3400
|
+
{ "name": "sundayStart", "type": "boolean" },
|
|
3401
|
+
{ "name": "previousMonthAriaLabel", "type": "string" },
|
|
3402
|
+
{ "name": "nextMonthAriaLabel", "type": "string" },
|
|
3403
|
+
{ "name": "clearButtonLabel", "type": "string" },
|
|
3404
|
+
{ "name": "todayButtonLabel", "type": "string" },
|
|
3405
|
+
{ "name": "currentMonthName", "type": "string" },
|
|
2976
3406
|
{ "name": "dataTestid", "type": "string | undefined" },
|
|
2977
3407
|
{ "name": "labelDataTestid" },
|
|
2978
3408
|
{ "name": "helpTextDataTestid" },
|
|
2979
3409
|
{ "name": "errorMessageDataTestid" }
|
|
2980
3410
|
],
|
|
2981
|
-
"events": [
|
|
3411
|
+
"events": []
|
|
2982
3412
|
}
|
|
2983
3413
|
},
|
|
2984
3414
|
{
|
|
2985
|
-
"name": "ngc-
|
|
3415
|
+
"name": "ngc-input-dropdown",
|
|
2986
3416
|
"description": "\n---\n",
|
|
2987
3417
|
"doc-url": "",
|
|
2988
3418
|
"attributes": [
|
|
2989
|
-
{ "name": "id", "value": { "type": "string", "default": "''" } },
|
|
2990
3419
|
{
|
|
2991
|
-
"name": "
|
|
2992
|
-
"value": {
|
|
2993
|
-
"type": "'default' | 'compact' | 'comfortable'",
|
|
2994
|
-
"default": "'default'"
|
|
2995
|
-
}
|
|
3420
|
+
"name": "options",
|
|
3421
|
+
"value": { "type": "NgcDropdownType[]", "default": "[]" }
|
|
2996
3422
|
},
|
|
2997
3423
|
{
|
|
2998
|
-
"name": "
|
|
3424
|
+
"name": "autocomplete",
|
|
2999
3425
|
"value": { "type": "boolean", "default": "false" }
|
|
3000
3426
|
},
|
|
3427
|
+
{ "name": "data-type", "value": { "type": "string | undefined" } },
|
|
3001
3428
|
{
|
|
3002
|
-
"name": "
|
|
3429
|
+
"name": "country-code",
|
|
3430
|
+
"value": { "type": "string | undefined" }
|
|
3431
|
+
},
|
|
3432
|
+
{ "name": "id", "value": { "type": "string", "default": "''" } },
|
|
3433
|
+
{
|
|
3434
|
+
"name": "required",
|
|
3003
3435
|
"value": { "type": "boolean", "default": "false" }
|
|
3004
3436
|
},
|
|
3005
3437
|
{
|
|
3006
|
-
"name": "
|
|
3438
|
+
"name": "disabled",
|
|
3439
|
+
"value": { "type": "boolean", "default": "false" }
|
|
3440
|
+
},
|
|
3441
|
+
{ "name": "label", "value": { "type": "string", "default": "''" } },
|
|
3442
|
+
{
|
|
3443
|
+
"name": "aria-description",
|
|
3444
|
+
"value": { "type": "string | null", "default": "null" }
|
|
3445
|
+
},
|
|
3446
|
+
{
|
|
3447
|
+
"name": "placeholder",
|
|
3007
3448
|
"value": { "type": "string", "default": "''" }
|
|
3008
3449
|
},
|
|
3009
|
-
{ "name": "title", "value": { "type": "string", "default": "''" } },
|
|
3010
3450
|
{
|
|
3011
|
-
"name": "
|
|
3012
|
-
"value": { "type": "
|
|
3451
|
+
"name": "value",
|
|
3452
|
+
"value": { "type": "string | number | undefined | null" }
|
|
3453
|
+
},
|
|
3454
|
+
{
|
|
3455
|
+
"name": "error-text",
|
|
3456
|
+
"value": { "type": "string", "default": "''" }
|
|
3457
|
+
},
|
|
3458
|
+
{
|
|
3459
|
+
"name": "help-text",
|
|
3460
|
+
"value": { "type": "string", "default": "''" }
|
|
3461
|
+
},
|
|
3462
|
+
{
|
|
3463
|
+
"name": "type",
|
|
3464
|
+
"value": { "type": "string", "default": "'text'" }
|
|
3465
|
+
},
|
|
3466
|
+
{
|
|
3467
|
+
"name": "start-icon",
|
|
3468
|
+
"value": { "type": "string", "default": "''" }
|
|
3469
|
+
},
|
|
3470
|
+
{
|
|
3471
|
+
"name": "end-icon",
|
|
3472
|
+
"value": { "type": "string", "default": "''" }
|
|
3473
|
+
},
|
|
3474
|
+
{
|
|
3475
|
+
"name": "max-length",
|
|
3476
|
+
"value": { "type": "string", "default": "undefined" }
|
|
3013
3477
|
},
|
|
3014
3478
|
{
|
|
3015
3479
|
"name": "data-testid",
|
|
@@ -3019,21 +3483,45 @@
|
|
|
3019
3483
|
"events": [],
|
|
3020
3484
|
"js": {
|
|
3021
3485
|
"properties": [
|
|
3486
|
+
{ "name": "options", "type": "NgcDropdownType[]" },
|
|
3487
|
+
{ "name": "autocomplete", "type": "boolean" },
|
|
3488
|
+
{ "name": "dataType", "type": "string | undefined" },
|
|
3489
|
+
{ "name": "countryCode", "type": "string | undefined" },
|
|
3490
|
+
{ "name": "_cleanup", "type": "(() => void) | undefined" },
|
|
3491
|
+
{ "name": "_expanded", "type": "boolean" },
|
|
3492
|
+
{ "name": "_searchValue", "type": "string" },
|
|
3493
|
+
{ "name": "listboxRef", "type": "Ref<HTMLDivElement>" },
|
|
3494
|
+
{ "name": "listRef", "type": "Ref<HTMLElement>" },
|
|
3495
|
+
{ "name": "inputRef", "type": "Ref<HTMLInputElement>" },
|
|
3496
|
+
{ "name": "fauxInputMarkup" },
|
|
3497
|
+
{ "name": "displayedValue" },
|
|
3498
|
+
{ "name": "showPlaceholder" },
|
|
3499
|
+
{ "name": "replacedActiveDescendant" },
|
|
3500
|
+
{ "name": "listboxMarkup" },
|
|
3501
|
+
{ "name": "displayedOptions" },
|
|
3502
|
+
{ "name": "errorClass" },
|
|
3503
|
+
{ "name": "labelMarkup" },
|
|
3504
|
+
{ "name": "endIconMarkup" },
|
|
3505
|
+
{ "name": "controlRef", "type": "Ref<HTMLDivElement>" },
|
|
3506
|
+
{ "name": "shouldHaveStartMarkup" },
|
|
3507
|
+
{ "name": "shouldHaveEndMarkup" },
|
|
3508
|
+
{ "name": "startIconMarkup" },
|
|
3509
|
+
{ "name": "helpTextMarkup" },
|
|
3510
|
+
{ "name": "bottomText" },
|
|
3511
|
+
{ "name": "errorTextMarkup" },
|
|
3022
3512
|
{ "name": "id", "type": "string" },
|
|
3023
|
-
{
|
|
3024
|
-
|
|
3025
|
-
|
|
3026
|
-
},
|
|
3027
|
-
{ "name": "
|
|
3028
|
-
{ "name": "
|
|
3029
|
-
{ "name": "
|
|
3030
|
-
{ "name": "
|
|
3031
|
-
{ "name": "
|
|
3032
|
-
{ "name": "
|
|
3033
|
-
{ "name": "
|
|
3034
|
-
{ "name": "
|
|
3035
|
-
{ "name": "_totalListItems", "type": "number" },
|
|
3036
|
-
{ "name": "_hasIndexChanged", "type": "boolean" },
|
|
3513
|
+
{ "name": "required", "type": "boolean" },
|
|
3514
|
+
{ "name": "disabled", "type": "boolean" },
|
|
3515
|
+
{ "name": "label", "type": "string" },
|
|
3516
|
+
{ "name": "ariaDescription", "type": "string | null" },
|
|
3517
|
+
{ "name": "placeholder", "type": "string" },
|
|
3518
|
+
{ "name": "value", "type": "string | number | undefined | null" },
|
|
3519
|
+
{ "name": "errorText", "type": "string" },
|
|
3520
|
+
{ "name": "helpText", "type": "string" },
|
|
3521
|
+
{ "name": "type", "type": "string" },
|
|
3522
|
+
{ "name": "startIcon", "type": "string" },
|
|
3523
|
+
{ "name": "endIcon", "type": "string" },
|
|
3524
|
+
{ "name": "maxLength", "type": "string" },
|
|
3037
3525
|
{ "name": "dataTestid", "type": "string | undefined" },
|
|
3038
3526
|
{ "name": "labelDataTestid" },
|
|
3039
3527
|
{ "name": "helpTextDataTestid" },
|
|
@@ -3043,14 +3531,14 @@
|
|
|
3043
3531
|
}
|
|
3044
3532
|
},
|
|
3045
3533
|
{
|
|
3046
|
-
"name": "ngc-input-
|
|
3534
|
+
"name": "ngc-input-percent",
|
|
3047
3535
|
"description": "\n---\n",
|
|
3048
3536
|
"doc-url": "",
|
|
3049
3537
|
"attributes": [
|
|
3050
|
-
{
|
|
3051
|
-
|
|
3052
|
-
|
|
3053
|
-
},
|
|
3538
|
+
{ "name": "for", "value": { "type": "string", "default": "''" } },
|
|
3539
|
+
{ "name": "min", "value": { "type": "string" } },
|
|
3540
|
+
{ "name": "max", "value": { "type": "string" } },
|
|
3541
|
+
{ "name": "step", "value": { "type": "number" } },
|
|
3054
3542
|
{ "name": "id", "value": { "type": "string", "default": "''" } },
|
|
3055
3543
|
{
|
|
3056
3544
|
"name": "required",
|
|
@@ -3061,6 +3549,10 @@
|
|
|
3061
3549
|
"value": { "type": "boolean", "default": "false" }
|
|
3062
3550
|
},
|
|
3063
3551
|
{ "name": "label", "value": { "type": "string", "default": "''" } },
|
|
3552
|
+
{
|
|
3553
|
+
"name": "aria-description",
|
|
3554
|
+
"value": { "type": "string | null", "default": "null" }
|
|
3555
|
+
},
|
|
3064
3556
|
{
|
|
3065
3557
|
"name": "placeholder",
|
|
3066
3558
|
"value": { "type": "string", "default": "''" }
|
|
@@ -3089,6 +3581,10 @@
|
|
|
3089
3581
|
"name": "end-icon",
|
|
3090
3582
|
"value": { "type": "string", "default": "''" }
|
|
3091
3583
|
},
|
|
3584
|
+
{
|
|
3585
|
+
"name": "max-length",
|
|
3586
|
+
"value": { "type": "string", "default": "undefined" }
|
|
3587
|
+
},
|
|
3092
3588
|
{
|
|
3093
3589
|
"name": "data-testid",
|
|
3094
3590
|
"value": { "type": "string | undefined", "default": "undefined" }
|
|
@@ -3097,27 +3593,31 @@
|
|
|
3097
3593
|
"events": [],
|
|
3098
3594
|
"js": {
|
|
3099
3595
|
"properties": [
|
|
3100
|
-
{ "name": "
|
|
3101
|
-
{ "name": "_cleanup", "type": "(() => void) | undefined" },
|
|
3102
|
-
{ "name": "_expanded", "type": "boolean" },
|
|
3103
|
-
{ "name": "listboxRef", "type": "Ref<HTMLDivElement>" },
|
|
3104
|
-
{ "name": "listRef", "type": "Ref<HTMLElement>" },
|
|
3105
|
-
{ "name": "replacedActiveDescendant" },
|
|
3106
|
-
{ "name": "listboxMarkup" },
|
|
3107
|
-
{ "name": "errorClass" },
|
|
3108
|
-
{ "name": "labelMarkup" },
|
|
3109
|
-
{ "name": "endIconMarkup" },
|
|
3596
|
+
{ "name": "inputRef", "type": "Ref<HTMLInputElement>" },
|
|
3110
3597
|
{ "name": "controlRef", "type": "Ref<HTMLDivElement>" },
|
|
3598
|
+
{ "name": "for", "type": "string" },
|
|
3599
|
+
{ "name": "min", "type": "string" },
|
|
3600
|
+
{ "name": "max", "type": "string" },
|
|
3601
|
+
{ "name": "step", "type": "number" },
|
|
3602
|
+
{ "name": "_nativeInputError", "type": "string | undefined" },
|
|
3603
|
+
{ "name": "displayedErrorText" },
|
|
3604
|
+
{ "name": "isAriaInvalid" },
|
|
3605
|
+
{ "name": "errorClass" },
|
|
3606
|
+
{ "name": "disabledClass" },
|
|
3607
|
+
{ "name": "passwordVisibilityMarkup" },
|
|
3608
|
+
{ "name": "errorTextMarkup" },
|
|
3111
3609
|
{ "name": "shouldHaveStartMarkup" },
|
|
3112
3610
|
{ "name": "shouldHaveEndMarkup" },
|
|
3113
3611
|
{ "name": "startIconMarkup" },
|
|
3612
|
+
{ "name": "endIconMarkup" },
|
|
3613
|
+
{ "name": "labelMarkup" },
|
|
3114
3614
|
{ "name": "helpTextMarkup" },
|
|
3115
3615
|
{ "name": "bottomText" },
|
|
3116
|
-
{ "name": "errorTextMarkup" },
|
|
3117
3616
|
{ "name": "id", "type": "string" },
|
|
3118
3617
|
{ "name": "required", "type": "boolean" },
|
|
3119
3618
|
{ "name": "disabled", "type": "boolean" },
|
|
3120
3619
|
{ "name": "label", "type": "string" },
|
|
3620
|
+
{ "name": "ariaDescription", "type": "string | null" },
|
|
3121
3621
|
{ "name": "placeholder", "type": "string" },
|
|
3122
3622
|
{ "name": "value", "type": "string | number | undefined | null" },
|
|
3123
3623
|
{ "name": "errorText", "type": "string" },
|
|
@@ -3125,6 +3625,7 @@
|
|
|
3125
3625
|
{ "name": "type", "type": "string" },
|
|
3126
3626
|
{ "name": "startIcon", "type": "string" },
|
|
3127
3627
|
{ "name": "endIcon", "type": "string" },
|
|
3628
|
+
{ "name": "maxLength", "type": "string" },
|
|
3128
3629
|
{ "name": "dataTestid", "type": "string | undefined" },
|
|
3129
3630
|
{ "name": "labelDataTestid" },
|
|
3130
3631
|
{ "name": "helpTextDataTestid" },
|