@riverty/web-components 6.3.0 → 6.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/cjs/app-globals-V2Kpy_OQ.js +5 -0
- package/dist/cjs/focusable-Oll_rmtP.js +28 -0
- package/dist/cjs/formData-B2DZyLxP.js +44 -0
- package/dist/cjs/index-BnETQtSf.js +1834 -0
- package/dist/cjs/index.cjs.js +37 -0
- package/dist/cjs/loader.cjs.js +13 -0
- package/dist/cjs/r-accordion-panel.cjs.entry.js +24 -0
- package/dist/cjs/r-accordion-section.cjs.entry.js +125 -0
- package/dist/cjs/r-accordion-trigger.cjs.entry.js +93 -0
- package/dist/cjs/r-accordion.cjs.entry.js +20 -0
- package/dist/cjs/r-alert.cjs.entry.js +146 -0
- package/dist/cjs/r-badge.cjs.entry.js +41 -0
- package/dist/cjs/r-button.cjs.entry.js +149 -0
- package/dist/cjs/r-checkbox-group.cjs.entry.js +237 -0
- package/dist/cjs/r-checkbox.cjs.entry.js +274 -0
- package/dist/cjs/r-design-system-devtools.cjs.entry.js +31 -0
- package/dist/cjs/r-dialog.cjs.entry.js +107 -0
- package/dist/cjs/r-hint_2.cjs.entry.js +50 -0
- package/dist/cjs/r-icon-button_2.cjs.entry.js +492 -0
- package/dist/cjs/r-icon.cjs.entry.js +284 -0
- package/dist/cjs/r-illustration.cjs.entry.js +396 -0
- package/dist/cjs/r-input-code.cjs.entry.js +437 -0
- package/dist/cjs/r-input-date.cjs.entry.js +524 -0
- package/dist/cjs/r-input-password.cjs.entry.js +270 -0
- package/dist/cjs/r-input-phone-number.cjs.entry.js +2525 -0
- package/dist/cjs/r-input.cjs.entry.js +618 -0
- package/dist/cjs/r-list-item.cjs.entry.js +109 -0
- package/dist/cjs/r-pagination.cjs.entry.js +320 -0
- package/dist/cjs/r-panel.cjs.entry.js +184 -0
- package/dist/cjs/r-popover-action.cjs.entry.js +80 -0
- package/dist/cjs/r-popover-content.cjs.entry.js +62 -0
- package/dist/cjs/r-popover-headline.cjs.entry.js +28 -0
- package/dist/cjs/r-popover-trigger.cjs.entry.js +70 -0
- package/dist/cjs/r-popover.cjs.entry.js +347 -0
- package/dist/cjs/r-progress-bar.cjs.entry.js +25 -0
- package/dist/cjs/r-radio-button-description.cjs.entry.js +18 -0
- package/dist/cjs/r-radio-button-leading.cjs.entry.js +18 -0
- package/dist/cjs/r-radio-button-title.cjs.entry.js +18 -0
- package/dist/cjs/r-radio-button-trailing.cjs.entry.js +18 -0
- package/dist/cjs/r-radio-button.cjs.entry.js +139 -0
- package/dist/cjs/r-radio-group.cjs.entry.js +428 -0
- package/dist/cjs/r-select-option.cjs.entry.js +130 -0
- package/dist/cjs/r-select.cjs.entry.js +1107 -0
- package/dist/cjs/r-skip-link.cjs.entry.js +19 -0
- package/dist/cjs/r-stepper-item.cjs.entry.js +42 -0
- package/dist/cjs/r-stepper.cjs.entry.js +99 -0
- package/dist/cjs/r-tab-panel.cjs.entry.js +26 -0
- package/dist/cjs/r-tab.cjs.entry.js +62 -0
- package/dist/cjs/r-tabs-list.cjs.entry.js +175 -0
- package/dist/cjs/r-tabs.cjs.entry.js +277 -0
- package/dist/cjs/r-textarea.cjs.entry.js +270 -0
- package/dist/cjs/r-toast-group.cjs.entry.js +46 -0
- package/dist/cjs/r-toast.cjs.entry.js +314 -0
- package/dist/cjs/style-observer-D9zSP9wP.js +1118 -0
- package/dist/cjs/theming-NqxjhVJS.js +109 -0
- package/dist/cjs/web-components.cjs.js +25 -0
- package/dist/collection/collection-manifest.json +60 -0
- package/dist/collection/components/accordion/accordion.css +24 -0
- package/dist/collection/components/accordion/accordion.js +90 -0
- package/dist/collection/components/accordion/exports.js +1 -0
- package/dist/collection/components/accordion-panel/accordion-panel.css +50 -0
- package/dist/collection/components/accordion-panel/accordion-panel.js +86 -0
- package/dist/collection/components/accordion-section/accordion-section.css +27 -0
- package/dist/collection/components/accordion-section/accordion-section.js +235 -0
- package/dist/collection/components/accordion-trigger/accordion-trigger.css +93 -0
- package/dist/collection/components/accordion-trigger/accordion-trigger.js +220 -0
- package/dist/collection/components/alert/alert.css +120 -0
- package/dist/collection/components/alert/alert.js +526 -0
- package/dist/collection/components/alert/exports.js +2 -0
- package/dist/collection/components/badge/badge.css +62 -0
- package/dist/collection/components/badge/badge.js +124 -0
- package/dist/collection/components/badge/exports.js +1 -0
- package/dist/collection/components/button/button.css +180 -0
- package/dist/collection/components/button/button.js +510 -0
- package/dist/collection/components/button/exports.js +5 -0
- package/dist/collection/components/checkbox/checkbox.css +116 -0
- package/dist/collection/components/checkbox/checkbox.js +803 -0
- package/dist/collection/components/checkbox-group/checkbox-group.css +48 -0
- package/dist/collection/components/checkbox-group/checkbox-group.js +744 -0
- package/dist/collection/components/design-system-devtools/design-system-devtools.js +59 -0
- package/dist/collection/components/dialog/dialog.css +125 -0
- package/dist/collection/components/dialog/dialog.js +345 -0
- package/dist/collection/components/dialog/exports.js +9 -0
- package/dist/collection/components/hint/exports.js +1 -0
- package/dist/collection/components/hint/hint.css +63 -0
- package/dist/collection/components/hint/hint.js +114 -0
- package/dist/collection/components/icon/all-kit.js +2 -0
- package/dist/collection/components/icon/data.js +90 -0
- package/dist/collection/components/icon/exports.js +7 -0
- package/dist/collection/components/icon/icon.css +105 -0
- package/dist/collection/components/icon/icon.js +379 -0
- package/dist/collection/components/icon/riverty-kit.js +2 -0
- package/dist/collection/components/icon-button/icon-button.css +105 -0
- package/dist/collection/components/icon-button/icon-button.js +343 -0
- package/dist/collection/components/illustration/data.js +112 -0
- package/dist/collection/components/illustration/exports.js +3 -0
- package/dist/collection/components/illustration/illustration.css +52 -0
- package/dist/collection/components/illustration/illustration.js +540 -0
- package/dist/collection/components/illustration/illustrations-ui-kit.js +2 -0
- package/dist/collection/components/input/exports.js +62 -0
- package/dist/collection/components/input/input.css +186 -0
- package/dist/collection/components/input/input.js +1861 -0
- package/dist/collection/components/input-code/exports.js +2 -0
- package/dist/collection/components/input-code/input-code.css +127 -0
- package/dist/collection/components/input-code/input-code.js +1165 -0
- package/dist/collection/components/input-date/exports.js +1 -0
- package/dist/collection/components/input-date/input-date.css +148 -0
- package/dist/collection/components/input-date/input-date.js +1254 -0
- package/dist/collection/components/input-password/exports.js +1 -0
- package/dist/collection/components/input-password/input-password.css +25 -0
- package/dist/collection/components/input-password/input-password.js +1077 -0
- package/dist/collection/components/input-phone-number/input-phone-number.css +61 -0
- package/dist/collection/components/input-phone-number/input-phone-number.js +893 -0
- package/dist/collection/components/label/label.css +38 -0
- package/dist/collection/components/label/label.js +47 -0
- package/dist/collection/components/list-item/list-item/exports.js +2 -0
- package/dist/collection/components/list-item/list-item/list-item.css +199 -0
- package/dist/collection/components/list-item/list-item/list-item.js +467 -0
- package/dist/collection/components/pagination/exports.js +3 -0
- package/dist/collection/components/pagination/pagination.css +118 -0
- package/dist/collection/components/pagination/pagination.js +814 -0
- package/dist/collection/components/panel/exports.js +1 -0
- package/dist/collection/components/panel/panel.css +192 -0
- package/dist/collection/components/panel/panel.js +473 -0
- package/dist/collection/components/popover/exports.js +3 -0
- package/dist/collection/components/popover/popover.css +251 -0
- package/dist/collection/components/popover/popover.js +741 -0
- package/dist/collection/components/popover-action/popover-action.css +21 -0
- package/dist/collection/components/popover-action/popover-action.js +150 -0
- package/dist/collection/components/popover-content/popover-content.css +9 -0
- package/dist/collection/components/popover-content/popover-content.js +130 -0
- package/dist/collection/components/popover-headline/popover-headline.css +7 -0
- package/dist/collection/components/popover-headline/popover-headline.js +28 -0
- package/dist/collection/components/popover-trigger/exports.js +1 -0
- package/dist/collection/components/popover-trigger/popover-trigger.css +4 -0
- package/dist/collection/components/popover-trigger/popover-trigger.js +163 -0
- package/dist/collection/components/progress-bar/progress-bar.css +41 -0
- package/dist/collection/components/progress-bar/progress-bar.js +71 -0
- package/dist/collection/components/radio-button/radio-button.css +126 -0
- package/dist/collection/components/radio-button/radio-button.js +559 -0
- package/dist/collection/components/radio-button-description/radio-button-description.css +5 -0
- package/dist/collection/components/radio-button-description/radio-button-description.js +22 -0
- package/dist/collection/components/radio-button-leading/radio-button-leading.css +3 -0
- package/dist/collection/components/radio-button-leading/radio-button-leading.js +22 -0
- package/dist/collection/components/radio-button-title/radio-button-title.css +8 -0
- package/dist/collection/components/radio-button-title/radio-button-title.js +22 -0
- package/dist/collection/components/radio-button-trailing/radio-button-trailing.css +6 -0
- package/dist/collection/components/radio-button-trailing/radio-button-trailing.js +22 -0
- package/dist/collection/components/radio-group/exports.js +1 -0
- package/dist/collection/components/radio-group/radio-group.css +65 -0
- package/dist/collection/components/radio-group/radio-group.js +1023 -0
- package/dist/collection/components/select/exports.js +1 -0
- package/dist/collection/components/select/select.css +247 -0
- package/dist/collection/components/select/select.js +2038 -0
- package/dist/collection/components/select-option/select-option.css +93 -0
- package/dist/collection/components/select-option/select-option.js +459 -0
- package/dist/collection/components/skip-link/exports.js +1 -0
- package/dist/collection/components/skip-link/skip-link.css +37 -0
- package/dist/collection/components/skip-link/skip-link.js +52 -0
- package/dist/collection/components/stepper/stepper.css +25 -0
- package/dist/collection/components/stepper/stepper.js +216 -0
- package/dist/collection/components/stepper-item/stepper-item.css +62 -0
- package/dist/collection/components/stepper-item/stepper-item.js +171 -0
- package/dist/collection/components/tab/tab.css +81 -0
- package/dist/collection/components/tab/tab.js +169 -0
- package/dist/collection/components/tab-panel/tab-panel.css +19 -0
- package/dist/collection/components/tab-panel/tab-panel.js +72 -0
- package/dist/collection/components/tabs/tabs.css +4 -0
- package/dist/collection/components/tabs/tabs.js +345 -0
- package/dist/collection/components/tabs-list/exports.js +2 -0
- package/dist/collection/components/tabs-list/tabs-list.css +58 -0
- package/dist/collection/components/tabs-list/tabs-list.js +294 -0
- package/dist/collection/components/textarea/exports.js +8 -0
- package/dist/collection/components/textarea/textarea.css +148 -0
- package/dist/collection/components/textarea/textarea.js +1055 -0
- package/dist/collection/components/toast/exports.js +3 -0
- package/dist/collection/components/toast/toast.css +179 -0
- package/dist/collection/components/toast/toast.js +820 -0
- package/dist/collection/components/toast-group/exports.js +1 -0
- package/dist/collection/components/toast-group/toast-group.css +37 -0
- package/dist/collection/components/toast-group/toast-group.js +49 -0
- package/dist/collection/components/tooltip/exports.js +3 -0
- package/dist/collection/components/tooltip/tooltip.css +77 -0
- package/dist/collection/components/tooltip/tooltip.js +525 -0
- package/dist/collection/index.js +2 -0
- package/dist/collection/utils/focusable.js +24 -0
- package/dist/collection/utils/formData.js +40 -0
- package/dist/collection/utils/theming.js +103 -0
- package/dist/collection/utils/version-checker.js +33 -0
- package/dist/esm/app-globals-DQuL1Twl.js +3 -0
- package/dist/esm/focusable-ky1yonnS.js +26 -0
- package/dist/esm/formData-DvLT8-y3.js +42 -0
- package/dist/esm/index-CTxpqopm.js +1806 -0
- package/dist/esm/index.js +35 -0
- package/dist/esm/loader.js +11 -0
- package/dist/esm/r-accordion-panel.entry.js +22 -0
- package/dist/esm/r-accordion-section.entry.js +123 -0
- package/dist/esm/r-accordion-trigger.entry.js +91 -0
- package/dist/esm/r-accordion.entry.js +18 -0
- package/dist/esm/r-alert.entry.js +144 -0
- package/dist/esm/r-badge.entry.js +39 -0
- package/dist/esm/r-button.entry.js +147 -0
- package/dist/esm/r-checkbox-group.entry.js +235 -0
- package/dist/esm/r-checkbox.entry.js +272 -0
- package/dist/esm/r-design-system-devtools.entry.js +29 -0
- package/dist/esm/r-dialog.entry.js +105 -0
- package/dist/esm/r-hint_2.entry.js +47 -0
- package/dist/esm/r-icon-button_2.entry.js +489 -0
- package/dist/esm/r-icon.entry.js +282 -0
- package/dist/esm/r-illustration.entry.js +394 -0
- package/dist/esm/r-input-code.entry.js +435 -0
- package/dist/esm/r-input-date.entry.js +522 -0
- package/dist/esm/r-input-password.entry.js +268 -0
- package/dist/esm/r-input-phone-number.entry.js +2523 -0
- package/dist/esm/r-input.entry.js +616 -0
- package/dist/esm/r-list-item.entry.js +107 -0
- package/dist/esm/r-pagination.entry.js +318 -0
- package/dist/esm/r-panel.entry.js +182 -0
- package/dist/esm/r-popover-action.entry.js +78 -0
- package/dist/esm/r-popover-content.entry.js +60 -0
- package/dist/esm/r-popover-headline.entry.js +26 -0
- package/dist/esm/r-popover-trigger.entry.js +68 -0
- package/dist/esm/r-popover.entry.js +345 -0
- package/dist/esm/r-progress-bar.entry.js +23 -0
- package/dist/esm/r-radio-button-description.entry.js +16 -0
- package/dist/esm/r-radio-button-leading.entry.js +16 -0
- package/dist/esm/r-radio-button-title.entry.js +16 -0
- package/dist/esm/r-radio-button-trailing.entry.js +16 -0
- package/dist/esm/r-radio-button.entry.js +137 -0
- package/dist/esm/r-radio-group.entry.js +426 -0
- package/dist/esm/r-select-option.entry.js +128 -0
- package/dist/esm/r-select.entry.js +1105 -0
- package/dist/esm/r-skip-link.entry.js +17 -0
- package/dist/esm/r-stepper-item.entry.js +40 -0
- package/dist/esm/r-stepper.entry.js +97 -0
- package/dist/esm/r-tab-panel.entry.js +24 -0
- package/dist/esm/r-tab.entry.js +60 -0
- package/dist/esm/r-tabs-list.entry.js +173 -0
- package/dist/esm/r-tabs.entry.js +275 -0
- package/dist/esm/r-textarea.entry.js +268 -0
- package/dist/esm/r-toast-group.entry.js +44 -0
- package/dist/esm/r-toast.entry.js +312 -0
- package/dist/esm/style-observer-4Uv3PpKT.js +1116 -0
- package/dist/esm/theming-DD2IrjpG.js +106 -0
- package/dist/esm/web-components.js +21 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/types/components/accordion/accordion.d.ts +27 -0
- package/dist/types/components/accordion/exports.d.ts +2 -0
- package/dist/types/components/accordion-panel/accordion-panel.d.ts +10 -0
- package/dist/types/components/accordion-section/accordion-section.d.ts +36 -0
- package/dist/types/components/accordion-trigger/accordion-trigger.d.ts +33 -0
- package/dist/types/components/alert/alert.d.ts +67 -0
- package/dist/types/components/alert/exports.d.ts +4 -0
- package/dist/types/components/badge/badge.d.ts +26 -0
- package/dist/types/components/badge/exports.d.ts +2 -0
- package/dist/types/components/button/button.d.ts +89 -0
- package/dist/types/components/button/exports.d.ts +10 -0
- package/dist/types/components/checkbox/checkbox.d.ts +138 -0
- package/dist/types/components/checkbox-group/checkbox-group.d.ts +124 -0
- package/dist/types/components/design-system-devtools/design-system-devtools.d.ts +15 -0
- package/dist/types/components/dialog/dialog.d.ts +69 -0
- package/dist/types/components/dialog/exports.d.ts +10 -0
- package/dist/types/components/hint/exports.d.ts +2 -0
- package/dist/types/components/hint/hint.d.ts +20 -0
- package/dist/types/components/icon/all-kit.d.ts +2890 -0
- package/dist/types/components/icon/data.d.ts +145 -0
- package/dist/types/components/icon/exports.d.ts +152 -0
- package/dist/types/components/icon/icon.d.ts +37 -0
- package/dist/types/components/icon/riverty-kit.d.ts +139 -0
- package/dist/types/components/icon-button/icon-button.d.ts +69 -0
- package/dist/types/components/illustration/data.d.ts +52 -0
- package/dist/types/components/illustration/exports.d.ts +23 -0
- package/dist/types/components/illustration/illustration.d.ts +51 -0
- package/dist/types/components/illustration/illustrations-ui-kit.d.ts +21 -0
- package/dist/types/components/input/exports.d.ts +55 -0
- package/dist/types/components/input/input.d.ts +365 -0
- package/dist/types/components/input-code/exports.d.ts +4 -0
- package/dist/types/components/input-code/input-code.d.ts +177 -0
- package/dist/types/components/input-date/exports.d.ts +5 -0
- package/dist/types/components/input-date/input-date.d.ts +174 -0
- package/dist/types/components/input-password/exports.d.ts +1 -0
- package/dist/types/components/input-password/input-password.d.ts +186 -0
- package/dist/types/components/input-phone-number/input-phone-number.d.ts +130 -0
- package/dist/types/components/label/label.d.ts +9 -0
- package/dist/types/components/list-item/list-item/exports.d.ts +4 -0
- package/dist/types/components/list-item/list-item/list-item.d.ts +61 -0
- package/dist/types/components/pagination/exports.d.ts +6 -0
- package/dist/types/components/pagination/pagination.d.ts +140 -0
- package/dist/types/components/panel/exports.d.ts +2 -0
- package/dist/types/components/panel/panel.d.ts +56 -0
- package/dist/types/components/popover/exports.d.ts +6 -0
- package/dist/types/components/popover/popover.d.ts +131 -0
- package/dist/types/components/popover-action/popover-action.d.ts +24 -0
- package/dist/types/components/popover-content/popover-content.d.ts +22 -0
- package/dist/types/components/popover-headline/popover-headline.d.ts +6 -0
- package/dist/types/components/popover-trigger/exports.d.ts +2 -0
- package/dist/types/components/popover-trigger/popover-trigger.d.ts +31 -0
- package/dist/types/components/progress-bar/progress-bar.d.ts +10 -0
- package/dist/types/components/radio-button/radio-button.d.ts +92 -0
- package/dist/types/components/radio-button-description/radio-button-description.d.ts +8 -0
- package/dist/types/components/radio-button-leading/radio-button-leading.d.ts +8 -0
- package/dist/types/components/radio-button-title/radio-button-title.d.ts +8 -0
- package/dist/types/components/radio-button-trailing/radio-button-trailing.d.ts +8 -0
- package/dist/types/components/radio-group/exports.d.ts +2 -0
- package/dist/types/components/radio-group/radio-group.d.ts +179 -0
- package/dist/types/components/select/exports.d.ts +2 -0
- package/dist/types/components/select/select.d.ts +319 -0
- package/dist/types/components/select-option/select-option.d.ts +113 -0
- package/dist/types/components/skip-link/exports.d.ts +2 -0
- package/dist/types/components/skip-link/skip-link.d.ts +6 -0
- package/dist/types/components/stepper/stepper.d.ts +22 -0
- package/dist/types/components/stepper-item/stepper-item.d.ts +23 -0
- package/dist/types/components/tab/tab.d.ts +23 -0
- package/dist/types/components/tab-panel/tab-panel.d.ts +7 -0
- package/dist/types/components/tabs/tabs.d.ts +49 -0
- package/dist/types/components/tabs-list/exports.d.ts +4 -0
- package/dist/types/components/tabs-list/tabs-list.d.ts +41 -0
- package/dist/types/components/textarea/exports.d.ts +2 -0
- package/dist/types/components/textarea/textarea.d.ts +158 -0
- package/dist/types/components/toast/exports.d.ts +6 -0
- package/dist/types/components/toast/toast.d.ts +146 -0
- package/dist/types/components/toast-group/exports.d.ts +2 -0
- package/dist/types/components/toast-group/toast-group.d.ts +9 -0
- package/dist/types/components/tooltip/exports.d.ts +6 -0
- package/dist/types/components/tooltip/tooltip.d.ts +132 -0
- package/dist/types/components.d.ts +6347 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/stencil-public-runtime.d.ts +1732 -0
- package/dist/types/types/jsx-shim.d.ts +13 -0
- package/dist/types/types/style-observer.d.ts +20 -0
- package/dist/types/utils/focusable.d.ts +1 -0
- package/dist/types/utils/formData.d.ts +1 -0
- package/dist/types/utils/theming.d.ts +15 -0
- package/dist/types/utils/version-checker.d.ts +1 -0
- package/dist/web-components/index.esm.js +1 -0
- package/dist/web-components/p-01aefcf0.entry.js +1 -0
- package/dist/web-components/p-05cb55db.entry.js +1 -0
- package/dist/web-components/p-0a34d33b.entry.js +1 -0
- package/dist/web-components/p-11b22309.entry.js +1 -0
- package/dist/web-components/p-2d878934.entry.js +1 -0
- package/dist/web-components/p-325dbedf.entry.js +1 -0
- package/dist/web-components/p-34b9457b.entry.js +1 -0
- package/dist/web-components/p-36abd05a.entry.js +1 -0
- package/dist/web-components/p-386d1ef9.entry.js +1 -0
- package/dist/web-components/p-3d67b77b.entry.js +1 -0
- package/dist/web-components/p-4Uv3PpKT.js +1 -0
- package/dist/web-components/p-4b12fbc0.entry.js +1 -0
- package/dist/web-components/p-52f7b505.entry.js +1 -0
- package/dist/web-components/p-55600d47.entry.js +1 -0
- package/dist/web-components/p-57ebc474.entry.js +1 -0
- package/dist/web-components/p-57edf7f4.entry.js +1 -0
- package/dist/web-components/p-69a24fe2.entry.js +1 -0
- package/dist/web-components/p-6d92648c.entry.js +1 -0
- package/dist/web-components/p-75052597.entry.js +1 -0
- package/dist/web-components/p-7b2c5b63.entry.js +1 -0
- package/dist/web-components/p-7bf463ff.entry.js +1 -0
- package/dist/web-components/p-838e43d4.entry.js +1 -0
- package/dist/web-components/p-8c16d038.entry.js +1 -0
- package/dist/web-components/p-8f8313de.entry.js +1 -0
- package/dist/web-components/p-9026d5a2.entry.js +1 -0
- package/dist/web-components/p-95396b5c.entry.js +1 -0
- package/dist/web-components/p-9c31c7c4.entry.js +1 -0
- package/dist/web-components/p-9c415b9c.entry.js +1 -0
- package/dist/web-components/p-9f583ed1.entry.js +1 -0
- package/dist/web-components/p-B9rsR6cQ.js +1 -0
- package/dist/web-components/p-CTxpqopm.js +2 -0
- package/dist/web-components/p-DQuL1Twl.js +1 -0
- package/dist/web-components/p-DvLT8-y3.js +1 -0
- package/dist/web-components/p-b303b2cc.entry.js +1 -0
- package/dist/web-components/p-b8df041d.entry.js +1 -0
- package/dist/web-components/p-bc30844f.entry.js +1 -0
- package/dist/web-components/p-c4a77a65.entry.js +1 -0
- package/dist/web-components/p-c549addf.entry.js +1 -0
- package/dist/web-components/p-c65df19f.entry.js +1 -0
- package/dist/web-components/p-c80a5541.entry.js +1 -0
- package/dist/web-components/p-c96ee61a.entry.js +1 -0
- package/dist/web-components/p-cf3f044d.entry.js +1 -0
- package/dist/web-components/p-d1412932.entry.js +1 -0
- package/dist/web-components/p-d9778cfa.entry.js +1 -0
- package/dist/web-components/p-dbe4ccb8.entry.js +1 -0
- package/dist/web-components/p-ded50850.entry.js +1 -0
- package/dist/web-components/p-e5be895b.entry.js +1 -0
- package/dist/web-components/p-e6b34c1e.entry.js +1 -0
- package/dist/web-components/p-ec3c4800.entry.js +1 -0
- package/dist/web-components/p-f670fd87.entry.js +1 -0
- package/dist/web-components/p-f867e4c3.entry.js +1 -0
- package/dist/web-components/p-ff6b1b8f.entry.js +1 -0
- package/dist/web-components/p-ky1yonnS.js +1 -0
- package/dist/web-components/web-components.esm.js +1 -0
- package/loader/cdn.js +1 -0
- package/loader/index.cjs.js +1 -0
- package/loader/index.d.ts +24 -0
- package/loader/index.es2017.js +1 -0
- package/loader/index.js +2 -0
- package/package.json +1 -1
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
import { DateStructure } from "./exports";
|
|
3
|
+
export declare class InputDate {
|
|
4
|
+
host: HTMLRInputDateElement;
|
|
5
|
+
/** Specifies the `id` of the `<form>` to which the element belongs */
|
|
6
|
+
form?: string;
|
|
7
|
+
/** Specifies if element must be ignored during validation of the form elements */
|
|
8
|
+
novalidate?: boolean;
|
|
9
|
+
/** Specifies a name for a input */
|
|
10
|
+
name: string;
|
|
11
|
+
/** Specifies a date format */
|
|
12
|
+
format: string;
|
|
13
|
+
/** The value of the date input */
|
|
14
|
+
value?: string | null;
|
|
15
|
+
/** The text on the label */
|
|
16
|
+
label: string;
|
|
17
|
+
/** Text of an additional marker in the label */
|
|
18
|
+
fieldIndicator?: string;
|
|
19
|
+
/**
|
|
20
|
+
* Optional hint, visually presented under the input,
|
|
21
|
+
* giving additional context to the user
|
|
22
|
+
*/
|
|
23
|
+
hint?: string;
|
|
24
|
+
/** Defines if the component suppose to occupy 100% width */
|
|
25
|
+
fullWidth?: boolean;
|
|
26
|
+
/** Defines label for the input for the day */
|
|
27
|
+
dayAriaLabel: string;
|
|
28
|
+
/** Defines label for the input for the month */
|
|
29
|
+
monthAriaLabel: string;
|
|
30
|
+
/** Defines label for the input for the year */
|
|
31
|
+
yearAriaLabel: string;
|
|
32
|
+
/** Visual indication of valid state */
|
|
33
|
+
valid?: boolean;
|
|
34
|
+
/** Validity indicator, serving to change UI of the component */
|
|
35
|
+
invalid?: boolean;
|
|
36
|
+
/** The way to provide error message separately from Constraint Validation API. */
|
|
37
|
+
error?: string;
|
|
38
|
+
/** Prevents user interaction and applies disabled style */
|
|
39
|
+
disabled?: boolean;
|
|
40
|
+
/**
|
|
41
|
+
* Makes the date inputs read-only: users can focus and copy the value,
|
|
42
|
+
* but cannot modify it (value still submitted with the form unlike disabled).
|
|
43
|
+
*/
|
|
44
|
+
readonly?: boolean;
|
|
45
|
+
/** Specifies that an input is required/must be filled out */
|
|
46
|
+
required?: boolean;
|
|
47
|
+
/** Set custom message for `valueMissing` property of a ValidityState object (set by `required`) */
|
|
48
|
+
valueMissingMessage?: string;
|
|
49
|
+
/** Custom error message displayed when date is not valid. */
|
|
50
|
+
invalidDateMessage?: string;
|
|
51
|
+
/**
|
|
52
|
+
* Minimum date value (in the same format as the date input).
|
|
53
|
+
* Note: When changing the `format` prop, ensure `min` is also updated to match the new format.
|
|
54
|
+
*/
|
|
55
|
+
min?: string;
|
|
56
|
+
/**
|
|
57
|
+
* Maximum date value (in the same format as the date input).
|
|
58
|
+
* Note: When changing the `format` prop, ensure `max` is also updated to match the new format.
|
|
59
|
+
*/
|
|
60
|
+
max?: string;
|
|
61
|
+
/** Custom error message displayed when date is before the minimum date. */
|
|
62
|
+
rangeUnderflowMessage?: string;
|
|
63
|
+
/** Custom error message displayed when date is after the maximum date. */
|
|
64
|
+
rangeOverflowMessage?: string;
|
|
65
|
+
/** Custom error message displayed for any validation failures in the input. */
|
|
66
|
+
customErrorMessage?: string;
|
|
67
|
+
/** Save current value */
|
|
68
|
+
currentValues: DateStructure;
|
|
69
|
+
/** Defines date delimiter */
|
|
70
|
+
delimiter: string;
|
|
71
|
+
/** Validity state passed from validateFormElement function after validation */
|
|
72
|
+
validityState: string;
|
|
73
|
+
/** Validity message passed from validateFormElement function after validation */
|
|
74
|
+
validityMessage: string;
|
|
75
|
+
/** Defines if the component has been touched by user */
|
|
76
|
+
touched: boolean;
|
|
77
|
+
/** Defines if the value has been changed by user interaction */
|
|
78
|
+
dirty: boolean;
|
|
79
|
+
/** Emits event after each validation */
|
|
80
|
+
rValidate: EventEmitter<{
|
|
81
|
+
state: string;
|
|
82
|
+
message: string;
|
|
83
|
+
}>;
|
|
84
|
+
/** Emits 'rInput' event when value of the component is changing */
|
|
85
|
+
rInput: EventEmitter<{
|
|
86
|
+
element: HTMLRInputDateElement;
|
|
87
|
+
value: any;
|
|
88
|
+
}>;
|
|
89
|
+
/** Emits 'rChange' event when value of the component has been changed */
|
|
90
|
+
rChange: EventEmitter<{
|
|
91
|
+
element: HTMLRInputDateElement;
|
|
92
|
+
value: any;
|
|
93
|
+
}>;
|
|
94
|
+
/** Emits 'rReset' event when form containing the component was reset */
|
|
95
|
+
rReset: EventEmitter<{
|
|
96
|
+
element: HTMLRInputDateElement;
|
|
97
|
+
value: any;
|
|
98
|
+
}>;
|
|
99
|
+
handleFormatChange(): void;
|
|
100
|
+
handleValueChange(): void;
|
|
101
|
+
/** Get the date value */
|
|
102
|
+
getValue(): Promise<string>;
|
|
103
|
+
/** Sets the date value */
|
|
104
|
+
setValue(value: string): Promise<void>;
|
|
105
|
+
/** Gets the current date format */
|
|
106
|
+
getFormat(): Promise<string>;
|
|
107
|
+
/** Sets the date format */
|
|
108
|
+
setFormat(format: string): Promise<void>;
|
|
109
|
+
/** Gets the touched state (whether user has interacted with the input) */
|
|
110
|
+
isTouched(): Promise<boolean>;
|
|
111
|
+
/** Gets the dirty state (whether value has been changed by user) */
|
|
112
|
+
isDirty(): Promise<boolean>;
|
|
113
|
+
/** Resets touched and dirty states to pristine (untouched/clean) */
|
|
114
|
+
markAsPristine(): Promise<void>;
|
|
115
|
+
/**
|
|
116
|
+
* Resets the component by clearing all input values and focusing the first input.
|
|
117
|
+
* @returns Promise that resolves when reset is complete
|
|
118
|
+
*/
|
|
119
|
+
reset(): Promise<void>;
|
|
120
|
+
/** Validates an element, displays provided message in case value is invalid. */
|
|
121
|
+
setCustomValidity(message: string): Promise<void>;
|
|
122
|
+
/**
|
|
123
|
+
* Validates the input date without triggering UI and returns a boolean indicating its validity.
|
|
124
|
+
* @returns A boolean indicating whether the input date is valid.
|
|
125
|
+
*/
|
|
126
|
+
checkValidity(): Promise<boolean>;
|
|
127
|
+
/**
|
|
128
|
+
* Initial attributes state
|
|
129
|
+
* */
|
|
130
|
+
private initial;
|
|
131
|
+
private uniqueId;
|
|
132
|
+
private nativeElement;
|
|
133
|
+
private get inputs();
|
|
134
|
+
private get inputOrder();
|
|
135
|
+
private get message();
|
|
136
|
+
private get hasMessage();
|
|
137
|
+
private get ariaDescribedBy();
|
|
138
|
+
/** Identify wrapping form element */
|
|
139
|
+
private get parentFormEl();
|
|
140
|
+
/**
|
|
141
|
+
* Determine whether this element should be ignored
|
|
142
|
+
* during Constraint Validation API validation.
|
|
143
|
+
* */
|
|
144
|
+
private get isNoValidate();
|
|
145
|
+
private get firstEmptyInput();
|
|
146
|
+
private get hasTrailingSlot();
|
|
147
|
+
private getDateComponent;
|
|
148
|
+
private setDateComponent;
|
|
149
|
+
private getInputAttrs;
|
|
150
|
+
private getDelimiter;
|
|
151
|
+
private updateValue;
|
|
152
|
+
private onHostClick;
|
|
153
|
+
private onInputClick;
|
|
154
|
+
private createKeyDownHandler;
|
|
155
|
+
private handleKeyDown;
|
|
156
|
+
private handlePaste;
|
|
157
|
+
private createInputHandler;
|
|
158
|
+
private handleInput;
|
|
159
|
+
private createChangeHandler;
|
|
160
|
+
private handleChange;
|
|
161
|
+
private handleBlur;
|
|
162
|
+
private getValidityStateData;
|
|
163
|
+
private validateFormElement;
|
|
164
|
+
private onResetForm;
|
|
165
|
+
private onSubmitForm;
|
|
166
|
+
private contributeToFormData;
|
|
167
|
+
private setCurrentValues;
|
|
168
|
+
componentWillLoad(): void;
|
|
169
|
+
private connectFormEventListeners;
|
|
170
|
+
private disconnectFormEventListeners;
|
|
171
|
+
connectedCallback(): void;
|
|
172
|
+
disconnectedCallback(): void;
|
|
173
|
+
render(): any;
|
|
174
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type PasswordAutocomplete = 'current-password' | 'new-password' | 'off';
|
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
import type { PasswordAutocomplete } from './exports';
|
|
3
|
+
export declare class InputPassword {
|
|
4
|
+
host: HTMLRInputPasswordElement;
|
|
5
|
+
/** Specifies the `id` of the `<form>` to which the element belongs */
|
|
6
|
+
form?: string;
|
|
7
|
+
/** Specifies if element must be ignored during validation of the form elements */
|
|
8
|
+
novalidate?: boolean;
|
|
9
|
+
/** Specifies a name for a input */
|
|
10
|
+
name: string;
|
|
11
|
+
/** The value of the password input */
|
|
12
|
+
value?: string | null;
|
|
13
|
+
/** Specifies a short hint that describes the expected value of a input */
|
|
14
|
+
placeholder?: string;
|
|
15
|
+
/** The text on the label */
|
|
16
|
+
label: string;
|
|
17
|
+
/** Text of an additional marker in the label */
|
|
18
|
+
fieldIndicator?: string;
|
|
19
|
+
/**
|
|
20
|
+
* Optional hint, visually presented under the input,
|
|
21
|
+
* giving additional context to the user
|
|
22
|
+
*/
|
|
23
|
+
hint?: string;
|
|
24
|
+
/** Defines if the component suppose to occupy 100% width */
|
|
25
|
+
fullWidth?: boolean;
|
|
26
|
+
/** Visual indication of valid state */
|
|
27
|
+
valid?: boolean;
|
|
28
|
+
/** Validity indicator, serving to change UI of the component */
|
|
29
|
+
invalid?: boolean;
|
|
30
|
+
/** The way to provide error message separately from Constraint Validation API. */
|
|
31
|
+
error?: string;
|
|
32
|
+
/** Prevents user interaction and applies disabled style */
|
|
33
|
+
disabled?: boolean;
|
|
34
|
+
/**
|
|
35
|
+
* Makes the input read-only: users can focus and copy the value,
|
|
36
|
+
* but cannot modify it (value still submitted with the form unlike disabled).
|
|
37
|
+
*/
|
|
38
|
+
readonly?: boolean;
|
|
39
|
+
/** Specifies that an input is required/must be filled out */
|
|
40
|
+
required?: boolean;
|
|
41
|
+
/** Maximum character length (enforced by native input). */
|
|
42
|
+
maxlength?: number;
|
|
43
|
+
/** Minimum character length (validation only). */
|
|
44
|
+
minlength?: number;
|
|
45
|
+
/** Regex pattern the value must match (string form). */
|
|
46
|
+
pattern?: string;
|
|
47
|
+
/** Set custom message for `valueMissing` property of a ValidityState object (set by `required`) within Constrain Validation API */
|
|
48
|
+
valueMissingMessage?: string;
|
|
49
|
+
/** Custom message for `tooLong`. */
|
|
50
|
+
tooLongMessage?: string;
|
|
51
|
+
/** Custom message for `tooShort`. */
|
|
52
|
+
tooShortMessage?: string;
|
|
53
|
+
/** Custom message for `patternMismatch`. */
|
|
54
|
+
patternMismatchMessage?: string;
|
|
55
|
+
/** Custom error message displayed for any validation failures in the input. */
|
|
56
|
+
customErrorMessage?: string;
|
|
57
|
+
/**
|
|
58
|
+
* Defines label for characters show button.
|
|
59
|
+
* */
|
|
60
|
+
showPasswordAriaLabel: string;
|
|
61
|
+
/**
|
|
62
|
+
* Defines label for characters hide button.
|
|
63
|
+
* */
|
|
64
|
+
hidePasswordAriaLabel: string;
|
|
65
|
+
/** Custom message when the password is shown to alert screen reader users. */
|
|
66
|
+
shownPasswordMessage: string;
|
|
67
|
+
/** Custom message when the password is hidden to alert screen reader users. */
|
|
68
|
+
hiddenPasswordMessage: string;
|
|
69
|
+
/**
|
|
70
|
+
* Safari-specific password rules for strong password generation.
|
|
71
|
+
* Format: "minlength: X; required: lower; required: upper; required: digit; required: special;"
|
|
72
|
+
* Example: "minlength: 8; required: lower; required: upper; required: digit; required: special;"
|
|
73
|
+
* Note: This attribute is Safari-specific and will be ignored by other browsers.
|
|
74
|
+
* See: https://developer.apple.com/documentation/security/password_autofill/customizing_password_autofill_rules
|
|
75
|
+
*/
|
|
76
|
+
passwordrules?: string;
|
|
77
|
+
/**
|
|
78
|
+
* Password-specific autocomplete behavior for browser password managers.
|
|
79
|
+
*
|
|
80
|
+
* @example
|
|
81
|
+
* **Usage Guidelines:**
|
|
82
|
+
* - `'current-password'`: Use in login forms where users enter their existing password
|
|
83
|
+
* - `'new-password'`: Use in registration forms or password change forms for the new password field
|
|
84
|
+
* - `'off'`: Disable autofill in sensitive contexts where password managers should not suggest values
|
|
85
|
+
*
|
|
86
|
+
* **Common Patterns:**
|
|
87
|
+
* ```tsx
|
|
88
|
+
* // Login form
|
|
89
|
+
* <r-input-password autocomplete="current-password" />
|
|
90
|
+
*
|
|
91
|
+
* // Registration form
|
|
92
|
+
* <r-input-password autocomplete="new-password" />
|
|
93
|
+
*
|
|
94
|
+
* // Sensitive form (e.g., admin panel)
|
|
95
|
+
* <r-input-password autocomplete="off" />
|
|
96
|
+
* ```
|
|
97
|
+
*/
|
|
98
|
+
autocomplete?: PasswordAutocomplete;
|
|
99
|
+
showed: boolean;
|
|
100
|
+
/** Validity state passed from validateFormElement function after validation */
|
|
101
|
+
validityState: string;
|
|
102
|
+
/** Validity message passed from validateFormElement function after validation */
|
|
103
|
+
validityMessage: string;
|
|
104
|
+
passwordVisibilityTimer: any;
|
|
105
|
+
/** Emits event after each validation */
|
|
106
|
+
rValidate: EventEmitter<{
|
|
107
|
+
state: string;
|
|
108
|
+
message: string;
|
|
109
|
+
}>;
|
|
110
|
+
/** Emits 'rInput' event when value of the component is changing */
|
|
111
|
+
rInput: EventEmitter<{
|
|
112
|
+
element: HTMLRInputPasswordElement;
|
|
113
|
+
value: any;
|
|
114
|
+
}>;
|
|
115
|
+
/** Emits 'rChange' event when value of the component has been changed */
|
|
116
|
+
rChange: EventEmitter<{
|
|
117
|
+
element: HTMLRInputPasswordElement;
|
|
118
|
+
value: any;
|
|
119
|
+
}>;
|
|
120
|
+
/** Emits 'rReset' event when form containing the component was reset */
|
|
121
|
+
rReset: EventEmitter<{
|
|
122
|
+
element: HTMLRInputPasswordElement;
|
|
123
|
+
value: any;
|
|
124
|
+
}>;
|
|
125
|
+
/** Emits 'rVisibilityChange' event when password visibility is toggled */
|
|
126
|
+
rVisibilityChange: EventEmitter<{
|
|
127
|
+
element: HTMLRInputPasswordElement;
|
|
128
|
+
visible: boolean;
|
|
129
|
+
}>;
|
|
130
|
+
/**
|
|
131
|
+
* Toggle password text visibility.
|
|
132
|
+
* */
|
|
133
|
+
toggleShow(): Promise<void>;
|
|
134
|
+
/**
|
|
135
|
+
* Show password text.
|
|
136
|
+
* */
|
|
137
|
+
showPassword(): Promise<void>;
|
|
138
|
+
/**
|
|
139
|
+
* Hide password text.
|
|
140
|
+
* */
|
|
141
|
+
hidePassword(): Promise<void>;
|
|
142
|
+
/** Get the input value */
|
|
143
|
+
getValue(): Promise<string>;
|
|
144
|
+
/** Set the input value */
|
|
145
|
+
setValue(value: string): Promise<void>;
|
|
146
|
+
/** Validates an element, displays provided message in case value is invalid. */
|
|
147
|
+
setCustomValidity(message: string): Promise<void>;
|
|
148
|
+
/**
|
|
149
|
+
* Validates the input password without triggering UI and returns a boolean indicating its validity.
|
|
150
|
+
* @returns A boolean indicating whether the input password is valid.
|
|
151
|
+
*/
|
|
152
|
+
checkValidity(): Promise<boolean>;
|
|
153
|
+
/**
|
|
154
|
+
* Initial attributes state
|
|
155
|
+
* */
|
|
156
|
+
private initial;
|
|
157
|
+
private nativeElement;
|
|
158
|
+
private passwordVisibilityChangeAlertContainer?;
|
|
159
|
+
/** Identify wrapping form element */
|
|
160
|
+
private get parentFormEl();
|
|
161
|
+
/**
|
|
162
|
+
* Determine whether this element should be ignored
|
|
163
|
+
* during Constraint Validation API validation.
|
|
164
|
+
* */
|
|
165
|
+
private get isNoValidate();
|
|
166
|
+
private get hasError();
|
|
167
|
+
private get hasValidationError();
|
|
168
|
+
private get hasMessage();
|
|
169
|
+
private onShowClick;
|
|
170
|
+
private alertOnPasswordVisibilityChange;
|
|
171
|
+
private onInput;
|
|
172
|
+
private onChange;
|
|
173
|
+
private getValidityStateData;
|
|
174
|
+
private validateFormElement;
|
|
175
|
+
componentWillLoad(): void;
|
|
176
|
+
private contributeToFormData;
|
|
177
|
+
private connectFormEventListeners;
|
|
178
|
+
private disconnectFormEventListeners;
|
|
179
|
+
connectedCallback(): void;
|
|
180
|
+
disconnectedCallback(): void;
|
|
181
|
+
private onResetForm;
|
|
182
|
+
private onSubmitForm;
|
|
183
|
+
private handleKeyup;
|
|
184
|
+
private handleBlur;
|
|
185
|
+
render(): any;
|
|
186
|
+
}
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
export declare class InputPhoneNumber {
|
|
3
|
+
host: HTMLRInputPhoneNumberElement;
|
|
4
|
+
/** Phone number value */
|
|
5
|
+
value?: string;
|
|
6
|
+
/** Specifies the `id` of the `<form>` to which the element belongs */
|
|
7
|
+
form?: string;
|
|
8
|
+
/** Specifies if element must be ignored during validation of the form elements */
|
|
9
|
+
novalidate?: boolean;
|
|
10
|
+
/** The label for the phone number. */
|
|
11
|
+
label: string;
|
|
12
|
+
/** An optional field indicator for the label. */
|
|
13
|
+
fieldIndicator?: string;
|
|
14
|
+
/** Optional hint giving additional context to the user */
|
|
15
|
+
hint?: string;
|
|
16
|
+
/** Specifies a name for an input for submitting within formData object. */
|
|
17
|
+
name: string;
|
|
18
|
+
/** Label for phone input */
|
|
19
|
+
inputLabel?: string;
|
|
20
|
+
/** Label for countryCode code */
|
|
21
|
+
countryCodeLabel?: string;
|
|
22
|
+
/** Prevents user interaction and applies disabled style. */
|
|
23
|
+
disabled?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* Makes the date inputs read-only: users can focus and copy the value,
|
|
26
|
+
* but cannot modify it (value still submitted with the form unlike disabled).
|
|
27
|
+
*/
|
|
28
|
+
readonly?: boolean;
|
|
29
|
+
/** Specifies that phone number value is required */
|
|
30
|
+
required?: boolean;
|
|
31
|
+
/** Visual indication of valid state */
|
|
32
|
+
valid?: boolean;
|
|
33
|
+
/** Validity indicator, serving to change UI of the component */
|
|
34
|
+
invalid?: boolean;
|
|
35
|
+
/** Custom validation error message */
|
|
36
|
+
error?: string;
|
|
37
|
+
/** Set custom message for `customError` property of a ValidityState object indicating whether the element's custom validity message has been set to a non-empty string by calling the element's setCustomValidity() method. */
|
|
38
|
+
customErrorMessage?: string;
|
|
39
|
+
/** Set custom message for `valueMissing` property of a ValidityState object (set by `required`) within Constrain Validation API */
|
|
40
|
+
valueMissingMessage?: string;
|
|
41
|
+
/** Custom error message displayed when phone number is not valid. */
|
|
42
|
+
invalidPhoneNumberMessage?: string;
|
|
43
|
+
/** Defines if the component suppose to occupy 100% width */
|
|
44
|
+
fullWidth?: boolean;
|
|
45
|
+
fullPhoneNumber: string;
|
|
46
|
+
phoneNumber: string;
|
|
47
|
+
validityState: string;
|
|
48
|
+
validityMessage: string;
|
|
49
|
+
/** Emits 'rInput' event when value of the component is changing */
|
|
50
|
+
rInput: EventEmitter<{
|
|
51
|
+
element: HTMLRInputPhoneNumberElement;
|
|
52
|
+
value: string;
|
|
53
|
+
phoneNumber: string;
|
|
54
|
+
countryCode: string;
|
|
55
|
+
}>;
|
|
56
|
+
/** Emits 'rChange' event when value of the component has been changed */
|
|
57
|
+
rChange: EventEmitter<{
|
|
58
|
+
element: HTMLRInputPhoneNumberElement;
|
|
59
|
+
value: string;
|
|
60
|
+
countryCode: string;
|
|
61
|
+
phoneNumber: string;
|
|
62
|
+
}>;
|
|
63
|
+
/** Emits event after each validation */
|
|
64
|
+
rValidate: EventEmitter<{
|
|
65
|
+
state: string;
|
|
66
|
+
message: string;
|
|
67
|
+
}>;
|
|
68
|
+
/** Emits 'rReset' event when form containing the component was reset */
|
|
69
|
+
rReset: EventEmitter<{
|
|
70
|
+
element: HTMLRInputPhoneNumberElement;
|
|
71
|
+
value: string;
|
|
72
|
+
}>;
|
|
73
|
+
/** Returns the element value. */
|
|
74
|
+
getValue(): Promise<string>;
|
|
75
|
+
/** Set the element value. */
|
|
76
|
+
setValue(value: string): Promise<void>;
|
|
77
|
+
/** Validates an element, displays provided message in case value is invalid. */
|
|
78
|
+
setCustomValidity(message: string): Promise<void>;
|
|
79
|
+
/**
|
|
80
|
+
* Validates the input phone number without triggering UI and returns a boolean indicating its validity.
|
|
81
|
+
* @returns A boolean indicating whether the input phone number is valid.
|
|
82
|
+
*/
|
|
83
|
+
checkValidity(): Promise<boolean>;
|
|
84
|
+
/** Check validity and reveal validation state. */
|
|
85
|
+
reportValidity(): Promise<boolean>;
|
|
86
|
+
/** Reset phone number input to its initial state */
|
|
87
|
+
reset(): Promise<void>;
|
|
88
|
+
watchValueChange(value: string): void;
|
|
89
|
+
handleDisabledChange(): void;
|
|
90
|
+
handleRequiredChange(): void;
|
|
91
|
+
handleReadonlyChange(): void;
|
|
92
|
+
handleLabelChange(): void;
|
|
93
|
+
private uniqueId;
|
|
94
|
+
/**
|
|
95
|
+
* Initial attributes state
|
|
96
|
+
* */
|
|
97
|
+
private initial;
|
|
98
|
+
private nativeElement;
|
|
99
|
+
/** Identify wrapping form element */
|
|
100
|
+
private get parentFormEl();
|
|
101
|
+
private get countryCodeElement();
|
|
102
|
+
private get countryCode();
|
|
103
|
+
private get ariaDescribedBy();
|
|
104
|
+
private get hasError();
|
|
105
|
+
private get hasValidationError();
|
|
106
|
+
private get hasMessage();
|
|
107
|
+
private get errorMessage();
|
|
108
|
+
/**
|
|
109
|
+
* Determine whether this element should be ignored
|
|
110
|
+
* during Constraint Validation API validation.
|
|
111
|
+
* */
|
|
112
|
+
private get isNoValidate();
|
|
113
|
+
private updateValues;
|
|
114
|
+
private setCountryCodeElementAttributes;
|
|
115
|
+
private getPhoneValidationResult;
|
|
116
|
+
private handleOnInput;
|
|
117
|
+
private handleInputOnChange;
|
|
118
|
+
private handleValueChange;
|
|
119
|
+
private validateFormElement;
|
|
120
|
+
private getValidityStateData;
|
|
121
|
+
private onSubmitForm;
|
|
122
|
+
private contributeToFormData;
|
|
123
|
+
private onResetForm;
|
|
124
|
+
private connectEventListeners;
|
|
125
|
+
private disconnectEventListeners;
|
|
126
|
+
componentWillLoad(): void;
|
|
127
|
+
componentDidLoad(): void;
|
|
128
|
+
disconnectedCallback(): void;
|
|
129
|
+
render(): any;
|
|
130
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Utility component, mostly used internally in other design system components,
|
|
3
|
+
* for consistent presentation of text with optional associated tooltip.
|
|
4
|
+
*/
|
|
5
|
+
export declare class RLabel {
|
|
6
|
+
/** Text of an additional marker */
|
|
7
|
+
fieldIndicator?: string;
|
|
8
|
+
render(): any;
|
|
9
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare const TrailingTextAlignmentArray: readonly ["top", "center", "bottom"];
|
|
2
|
+
export declare const listItemVariantArray: readonly ["list-item", "navitem", "subitem"];
|
|
3
|
+
export type TrailingTextAlignment = typeof TrailingTextAlignmentArray[number];
|
|
4
|
+
export type ListItemVariant = typeof listItemVariantArray[number];
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { IconName } from '../../icon/exports';
|
|
2
|
+
import { TrailingTextAlignment, ListItemVariant } from './exports';
|
|
3
|
+
export declare class RListItem {
|
|
4
|
+
host: HTMLRListItemElement;
|
|
5
|
+
/**
|
|
6
|
+
* The main text or headline displayed in the text slot (2nd slot) of the list item.
|
|
7
|
+
*/
|
|
8
|
+
headline?: string;
|
|
9
|
+
/** Secondary text displayed below the headline (2nd slot), used for additional details or context. */
|
|
10
|
+
description?: string;
|
|
11
|
+
/** When enabled, the description is limited to a single line and truncated with an ellipsis if it overflows. */
|
|
12
|
+
truncateDescription?: boolean;
|
|
13
|
+
/** Specifies the name of the icon to display in the leading slot (1st slot) of the list item. */
|
|
14
|
+
leadingIcon?: IconName;
|
|
15
|
+
/** Defines an icon source to be presented in leading slot */
|
|
16
|
+
leadingIconSrc?: string;
|
|
17
|
+
/** Defines if the leading icon shall become hidden. */
|
|
18
|
+
hideLeadingIcon?: boolean;
|
|
19
|
+
/** Specifies the name of the icon to display in the trailing slot (3rd slot) of the list item. */
|
|
20
|
+
trailingIcon?: IconName;
|
|
21
|
+
/** Defines an icon source to be presented in trailing slot */
|
|
22
|
+
trailingIconSrc?: string;
|
|
23
|
+
/** Text displayed in the trailing slot (3rd slot), as an alternative to an icon. */
|
|
24
|
+
trailingText?: string;
|
|
25
|
+
/** Defines the alignment style for the trailing text. */
|
|
26
|
+
alignment: TrailingTextAlignment;
|
|
27
|
+
/** If true, adds a horizontal divider below the list item. */
|
|
28
|
+
divider?: boolean;
|
|
29
|
+
/** If provided, renders the list item as a link using the <a> tag with the given href attribute. */
|
|
30
|
+
href?: string;
|
|
31
|
+
/** If true, prevents user interaction with the list item and applies a disabled style. */
|
|
32
|
+
disabled?: boolean;
|
|
33
|
+
/** Controls the style variation of the list item, such as regular or subitem. */
|
|
34
|
+
variant: ListItemVariant;
|
|
35
|
+
/** Determines whether the list item is expanded to show its subitems. It can be toggled programmatically or through user interaction. */
|
|
36
|
+
expanded: boolean;
|
|
37
|
+
/** Indicates whether the list item is currently active (e.g., represents the current page). */
|
|
38
|
+
active?: boolean;
|
|
39
|
+
/** Method to toggle sub-items of the list-item */
|
|
40
|
+
toggleSubitems(): Promise<void>;
|
|
41
|
+
/** Unique id for each subItem list */
|
|
42
|
+
private uniqueSubmitemsId;
|
|
43
|
+
private isEl;
|
|
44
|
+
private get isLeadingIcon();
|
|
45
|
+
private get isLeadingSlot();
|
|
46
|
+
private get isLeading();
|
|
47
|
+
private get isTrailingIcon();
|
|
48
|
+
private get isTrailingSlot();
|
|
49
|
+
private get isTrailing();
|
|
50
|
+
private get isTextSlot();
|
|
51
|
+
private get isHeadlineSlot();
|
|
52
|
+
private get isDescriptionSlot();
|
|
53
|
+
private get headlineContent();
|
|
54
|
+
private get hasSubitems();
|
|
55
|
+
private get subItems();
|
|
56
|
+
/** Function to set tabindex for sub-items */
|
|
57
|
+
private setTabIndexOnSubItems;
|
|
58
|
+
componentDidLoad(): void;
|
|
59
|
+
private get tagName();
|
|
60
|
+
render(): any;
|
|
61
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export declare const paginationVariantArray: readonly ["minimized", "standard", "maximized"];
|
|
2
|
+
export declare const paginationItemsPerPageOptionsArray: readonly [5, 10, 15, 20, 25, 50, 100];
|
|
3
|
+
export declare const paginationListBoxPositionArray: readonly ["top", "bottom"];
|
|
4
|
+
export type PaginationVariant = typeof paginationVariantArray[number];
|
|
5
|
+
export type PaginationItemsPerPageOptions = typeof paginationItemsPerPageOptionsArray[number];
|
|
6
|
+
export type PaginationListBoxPosition = typeof paginationListBoxPositionArray[number];
|