@baloise/ds-core 0.0.5-nightly.e56f740
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/LICENSE +201 -0
- package/README.md +45 -0
- package/components/_commonjsHelpers.js +3 -0
- package/components/attributes.js +40 -0
- package/components/bal-accordion-details.d.ts +11 -0
- package/components/bal-accordion-details.js +90 -0
- package/components/bal-accordion-summary.d.ts +11 -0
- package/components/bal-accordion-summary.js +116 -0
- package/components/bal-accordion-trigger.d.ts +11 -0
- package/components/bal-accordion-trigger.js +135 -0
- package/components/bal-accordion.d.ts +11 -0
- package/components/bal-accordion.js +350 -0
- package/components/bal-app.d.ts +11 -0
- package/components/bal-app.js +6 -0
- package/components/bal-app2.js +87 -0
- package/components/bal-badge.d.ts +11 -0
- package/components/bal-badge.js +6 -0
- package/components/bal-badge2.js +54 -0
- package/components/bal-button-group.d.ts +11 -0
- package/components/bal-button-group.js +6 -0
- package/components/bal-button-group2.js +40 -0
- package/components/bal-button.d.ts +11 -0
- package/components/bal-button.js +6 -0
- package/components/bal-button2.js +218 -0
- package/components/bal-card-actions.d.ts +11 -0
- package/components/bal-card-actions.js +38 -0
- package/components/bal-card-button.d.ts +11 -0
- package/components/bal-card-button.js +62 -0
- package/components/bal-card-content.d.ts +11 -0
- package/components/bal-card-content.js +6 -0
- package/components/bal-card-content2.js +26 -0
- package/components/bal-card-subtitle.d.ts +11 -0
- package/components/bal-card-subtitle.js +42 -0
- package/components/bal-card-title.d.ts +11 -0
- package/components/bal-card-title.js +38 -0
- package/components/bal-card.d.ts +11 -0
- package/components/bal-card.js +6 -0
- package/components/bal-card2.js +63 -0
- package/components/bal-carousel-item.d.ts +11 -0
- package/components/bal-carousel-item.js +6 -0
- package/components/bal-carousel-item2.js +94 -0
- package/components/bal-carousel.d.ts +11 -0
- package/components/bal-carousel.js +6 -0
- package/components/bal-carousel2.js +477 -0
- package/components/bal-checkbox-button.d.ts +11 -0
- package/components/bal-checkbox-button.js +236 -0
- package/components/bal-checkbox-group.d.ts +11 -0
- package/components/bal-checkbox-group.js +373 -0
- package/components/bal-checkbox.d.ts +11 -0
- package/components/bal-checkbox.js +6 -0
- package/components/bal-checkbox2.js +322 -0
- package/components/bal-close.d.ts +11 -0
- package/components/bal-close.i18n.js +34 -0
- package/components/bal-close.js +6 -0
- package/components/bal-close2.js +74 -0
- package/components/bal-content.d.ts +11 -0
- package/components/bal-content.js +74 -0
- package/components/bal-data-item.d.ts +11 -0
- package/components/bal-data-item.js +36 -0
- package/components/bal-data-label.d.ts +11 -0
- package/components/bal-data-label.js +33 -0
- package/components/bal-data-value.d.ts +11 -0
- package/components/bal-data-value.js +69 -0
- package/components/bal-data.d.ts +11 -0
- package/components/bal-data.js +63 -0
- package/components/bal-date-calendar-cell.d.ts +11 -0
- package/components/bal-date-calendar-cell.js +6 -0
- package/components/bal-date-calendar-cell2.js +63 -0
- package/components/bal-date-calendar.d.ts +11 -0
- package/components/bal-date-calendar.js +6 -0
- package/components/bal-date-calendar2.js +522 -0
- package/components/bal-date.d.ts +11 -0
- package/components/bal-date.i18n.js +64 -0
- package/components/bal-date.js +387 -0
- package/components/bal-datepicker.d.ts +11 -0
- package/components/bal-datepicker.i18n.js +74 -0
- package/components/bal-datepicker.js +1152 -0
- package/components/bal-divider.d.ts +11 -0
- package/components/bal-divider.js +60 -0
- package/components/bal-doc-app.d.ts +11 -0
- package/components/bal-doc-app.js +260 -0
- package/components/bal-field-control.d.ts +11 -0
- package/components/bal-field-control.js +63 -0
- package/components/bal-field-hint.d.ts +11 -0
- package/components/bal-field-hint.js +92 -0
- package/components/bal-field-label.d.ts +11 -0
- package/components/bal-field-label.js +74 -0
- package/components/bal-field-message.d.ts +11 -0
- package/components/bal-field-message.js +57 -0
- package/components/bal-field.d.ts +11 -0
- package/components/bal-field.js +222 -0
- package/components/bal-file-upload.d.ts +11 -0
- package/components/bal-file-upload.js +460 -0
- package/components/bal-file-upload.type.js +10 -0
- package/components/bal-footer.d.ts +11 -0
- package/components/bal-footer.js +209 -0
- package/components/bal-form-col.d.ts +11 -0
- package/components/bal-form-col.js +44 -0
- package/components/bal-form-grid.d.ts +11 -0
- package/components/bal-form-grid.js +33 -0
- package/components/bal-form.d.ts +11 -0
- package/components/bal-form.js +50 -0
- package/components/bal-heading.d.ts +11 -0
- package/components/bal-heading.js +6 -0
- package/components/bal-heading2.js +185 -0
- package/components/bal-hint-text.d.ts +11 -0
- package/components/bal-hint-text.js +6 -0
- package/components/bal-hint-text2.js +31 -0
- package/components/bal-hint-title.d.ts +11 -0
- package/components/bal-hint-title.js +6 -0
- package/components/bal-hint-title2.js +31 -0
- package/components/bal-hint.d.ts +11 -0
- package/components/bal-hint.js +6 -0
- package/components/bal-hint2.js +206 -0
- package/components/bal-icon.d.ts +11 -0
- package/components/bal-icon.js +6 -0
- package/components/bal-icon2.js +1056 -0
- package/components/bal-input-date.d.ts +11 -0
- package/components/bal-input-date.js +6 -0
- package/components/bal-input-date2.js +1048 -0
- package/components/bal-input-group.d.ts +11 -0
- package/components/bal-input-group.js +6 -0
- package/components/bal-input-group2.js +44 -0
- package/components/bal-input-slider.d.ts +11 -0
- package/components/bal-input-slider.js +211 -0
- package/components/bal-input-stepper.d.ts +11 -0
- package/components/bal-input-stepper.i18n.js +44 -0
- package/components/bal-input-stepper.js +1281 -0
- package/components/bal-input.d.ts +11 -0
- package/components/bal-input.js +522 -0
- package/components/bal-label.d.ts +11 -0
- package/components/bal-label.i18n.js +34 -0
- package/components/bal-label.js +6 -0
- package/components/bal-label2.js +126 -0
- package/components/bal-list-item-accordion-body.d.ts +11 -0
- package/components/bal-list-item-accordion-body.js +6 -0
- package/components/bal-list-item-accordion-body2.js +121 -0
- package/components/bal-list-item-accordion-head.d.ts +11 -0
- package/components/bal-list-item-accordion-head.js +6 -0
- package/components/bal-list-item-accordion-head2.js +83 -0
- package/components/bal-list-item-content.d.ts +11 -0
- package/components/bal-list-item-content.js +6 -0
- package/components/bal-list-item-content2.js +32 -0
- package/components/bal-list-item-icon.d.ts +11 -0
- package/components/bal-list-item-icon.js +6 -0
- package/components/bal-list-item-icon2.js +32 -0
- package/components/bal-list-item-subtitle.d.ts +11 -0
- package/components/bal-list-item-subtitle.js +6 -0
- package/components/bal-list-item-subtitle2.js +26 -0
- package/components/bal-list-item-title.d.ts +11 -0
- package/components/bal-list-item-title.js +6 -0
- package/components/bal-list-item-title2.js +37 -0
- package/components/bal-list-item.d.ts +11 -0
- package/components/bal-list-item.js +6 -0
- package/components/bal-list-item2.js +300 -0
- package/components/bal-list.d.ts +11 -0
- package/components/bal-list.js +6 -0
- package/components/bal-list2.js +60 -0
- package/components/bal-logo.animation.js +3462 -0
- package/components/bal-logo.d.ts +11 -0
- package/components/bal-logo.js +6 -0
- package/components/bal-logo2.js +169 -0
- package/components/bal-modal-body.d.ts +11 -0
- package/components/bal-modal-body.js +29 -0
- package/components/bal-modal-header.d.ts +11 -0
- package/components/bal-modal-header.js +57 -0
- package/components/bal-modal.d.ts +11 -0
- package/components/bal-modal.js +292 -0
- package/components/bal-nav-link-grid-col.d.ts +11 -0
- package/components/bal-nav-link-grid-col.js +6 -0
- package/components/bal-nav-link-grid-col2.js +52 -0
- package/components/bal-nav-link-grid.d.ts +11 -0
- package/components/bal-nav-link-grid.js +6 -0
- package/components/bal-nav-link-grid2.js +47 -0
- package/components/bal-nav-link-group.d.ts +11 -0
- package/components/bal-nav-link-group.js +54 -0
- package/components/bal-nav-link.d.ts +11 -0
- package/components/bal-nav-link.js +6 -0
- package/components/bal-nav-link2.js +69 -0
- package/components/bal-nav-menu-bar.d.ts +11 -0
- package/components/bal-nav-menu-bar.js +6 -0
- package/components/bal-nav-menu-bar2.js +65 -0
- package/components/bal-nav-menu-flyout.d.ts +11 -0
- package/components/bal-nav-menu-flyout.js +6 -0
- package/components/bal-nav-menu-flyout2.js +97 -0
- package/components/bal-nav-meta-bar.d.ts +11 -0
- package/components/bal-nav-meta-bar.js +6 -0
- package/components/bal-nav-meta-bar2.js +98 -0
- package/components/bal-nav.d.ts +11 -0
- package/components/bal-nav.js +919 -0
- package/components/bal-navbar-brand.d.ts +11 -0
- package/components/bal-navbar-brand.js +123 -0
- package/components/bal-navbar-menu-end.d.ts +11 -0
- package/components/bal-navbar-menu-end.js +34 -0
- package/components/bal-navbar-menu-start.d.ts +11 -0
- package/components/bal-navbar-menu-start.js +34 -0
- package/components/bal-navbar-menu.d.ts +11 -0
- package/components/bal-navbar-menu.js +71 -0
- package/components/bal-navbar.d.ts +11 -0
- package/components/bal-navbar.js +64 -0
- package/components/bal-notices.d.ts +11 -0
- package/components/bal-notices.js +40 -0
- package/components/bal-notification.d.ts +11 -0
- package/components/bal-notification.js +36 -0
- package/components/bal-number-input.d.ts +11 -0
- package/components/bal-number-input.js +519 -0
- package/components/bal-pagination.d.ts +11 -0
- package/components/bal-pagination.js +6 -0
- package/components/bal-pagination2.js +313 -0
- package/components/bal-popover-content.d.ts +11 -0
- package/components/bal-popover-content.js +6 -0
- package/components/bal-popover-content2.js +95 -0
- package/components/bal-popover.d.ts +11 -0
- package/components/bal-popover.js +6 -0
- package/components/bal-popover2.js +2106 -0
- package/components/bal-popup.d.ts +11 -0
- package/components/bal-popup.js +693 -0
- package/components/bal-progress-bar.d.ts +11 -0
- package/components/bal-progress-bar.js +93 -0
- package/components/bal-radio-button.d.ts +11 -0
- package/components/bal-radio-button.js +236 -0
- package/components/bal-radio-group.d.ts +11 -0
- package/components/bal-radio-group.js +389 -0
- package/components/bal-radio.d.ts +11 -0
- package/components/bal-radio.js +6 -0
- package/components/bal-radio2.js +309 -0
- package/components/bal-select-option.d.ts +11 -0
- package/components/bal-select-option.js +6 -0
- package/components/bal-select-option2.js +47 -0
- package/components/bal-select.d.ts +11 -0
- package/components/bal-select.js +6 -0
- package/components/bal-select2.js +848 -0
- package/components/bal-shape.d.ts +11 -0
- package/components/bal-shape.js +6 -0
- package/components/bal-shape2.js +78 -0
- package/components/bal-sheet.d.ts +11 -0
- package/components/bal-sheet.js +41 -0
- package/components/bal-snackbar.d.ts +11 -0
- package/components/bal-snackbar.js +133 -0
- package/components/bal-spinner.animation.js +4533 -0
- package/components/bal-spinner.d.ts +11 -0
- package/components/bal-spinner.js +6 -0
- package/components/bal-spinner2.js +140 -0
- package/components/bal-stack.d.ts +11 -0
- package/components/bal-stack.js +6 -0
- package/components/bal-stack2.js +89 -0
- package/components/bal-stage-back-link.d.ts +11 -0
- package/components/bal-stage-back-link.js +48 -0
- package/components/bal-stage-body.d.ts +11 -0
- package/components/bal-stage-body.js +32 -0
- package/components/bal-stage-foot.d.ts +11 -0
- package/components/bal-stage-foot.js +30 -0
- package/components/bal-stage-head.d.ts +11 -0
- package/components/bal-stage-head.js +30 -0
- package/components/bal-stage-image.d.ts +11 -0
- package/components/bal-stage-image.js +42 -0
- package/components/bal-stage.d.ts +11 -0
- package/components/bal-stage.js +84 -0
- package/components/bal-step-item.d.ts +11 -0
- package/components/bal-step-item.js +93 -0
- package/components/bal-step.util.js +5 -0
- package/components/bal-steps.d.ts +11 -0
- package/components/bal-steps.js +323 -0
- package/components/bal-tab-item.d.ts +11 -0
- package/components/bal-tab-item.js +96 -0
- package/components/bal-tab.util.js +5 -0
- package/components/bal-table.d.ts +11 -0
- package/components/bal-table.js +41 -0
- package/components/bal-tabs.d.ts +11 -0
- package/components/bal-tabs.js +6 -0
- package/components/bal-tabs2.js +756 -0
- package/components/bal-tag-group.d.ts +11 -0
- package/components/bal-tag-group.js +29 -0
- package/components/bal-tag.d.ts +11 -0
- package/components/bal-tag.js +6 -0
- package/components/bal-tag2.js +83 -0
- package/components/bal-text.d.ts +11 -0
- package/components/bal-text.js +6 -0
- package/components/bal-text2.js +94 -0
- package/components/bal-textarea.d.ts +11 -0
- package/components/bal-textarea.js +172 -0
- package/components/bal-time-input.d.ts +11 -0
- package/components/bal-time-input.i18n.js +44 -0
- package/components/bal-time-input.js +216 -0
- package/components/bal-toast.d.ts +11 -0
- package/components/bal-toast.js +86 -0
- package/components/bal-tooltip.d.ts +11 -0
- package/components/bal-tooltip.js +290 -0
- package/components/bem.js +10 -0
- package/components/breakpoints.decorator.js +17 -0
- package/components/breakpoints.subject.js +251 -0
- package/components/browser.js +62 -0
- package/components/config.decorator.js +17 -0
- package/components/config.default.js +44 -0
- package/components/config.utils.js +101 -0
- package/components/contact.js +1633 -0
- package/components/date.js +8419 -0
- package/components/device.js +51 -0
- package/components/element-states.decorator.js +95 -0
- package/components/floating-ui.dom.esm.js +1454 -0
- package/components/focus-visible.js +72 -0
- package/components/focus.decorator.js +86 -0
- package/components/form-input.js +77 -0
- package/components/form.js +21 -0
- package/components/helpers.js +245 -0
- package/components/index.d.ts +35 -0
- package/components/index.esm.js +7373 -0
- package/components/index.js +179 -0
- package/components/index2.js +35 -0
- package/components/index3.js +592 -0
- package/components/initialize.js +281 -0
- package/components/keys.constant.js +19 -0
- package/components/listener.js +85 -0
- package/components/log.js +77 -0
- package/components/lottie_light_html.js +11692 -0
- package/components/mutation.decorator.js +119 -0
- package/components/overlays.js +76 -0
- package/components/package.json +9 -0
- package/components/resize.decorator.js +78 -0
- package/components/scroll.js +78 -0
- package/components/swipe.decorator.js +23 -0
- package/components/swipe.subject.js +57 -0
- package/components/tokens.esm.js +20 -0
- package/components/tslib.es6.js +27 -0
- package/components/utils.js +76 -0
- package/dist/cjs/_commonjsHelpers-68cdf74f.js +5 -0
- package/dist/cjs/app-globals-96827f05.js +7 -0
- package/dist/cjs/attributes-9f366716.js +43 -0
- package/dist/cjs/bal-accordion_4.cjs.entry.js +538 -0
- package/dist/cjs/bal-app.cjs.entry.js +74 -0
- package/dist/cjs/bal-badge.cjs.entry.js +33 -0
- package/dist/cjs/bal-button_2.cjs.entry.js +191 -0
- package/dist/cjs/bal-card_6.cjs.entry.js +106 -0
- package/dist/cjs/bal-carousel_2.cjs.entry.js +457 -0
- package/dist/cjs/bal-checkbox-button.cjs.entry.js +211 -0
- package/dist/cjs/bal-checkbox_2.cjs.entry.js +600 -0
- package/dist/cjs/bal-close.cjs.entry.js +56 -0
- package/dist/cjs/bal-close.i18n-56dddd35.js +36 -0
- package/dist/cjs/bal-content.cjs.entry.js +56 -0
- package/dist/cjs/bal-data_4.cjs.entry.js +96 -0
- package/dist/cjs/bal-date-calendar-cell.cjs.entry.js +48 -0
- package/dist/cjs/bal-date-calendar_2.cjs.entry.js +1478 -0
- package/dist/cjs/bal-date.cjs.entry.js +313 -0
- package/dist/cjs/bal-datepicker.cjs.entry.js +1071 -0
- package/dist/cjs/bal-datepicker.i18n-8c3dd510.js +76 -0
- package/dist/cjs/bal-divider.cjs.entry.js +44 -0
- package/dist/cjs/bal-doc-app.cjs.entry.js +231 -0
- package/dist/cjs/bal-field_5.cjs.entry.js +315 -0
- package/dist/cjs/bal-file-upload.cjs.entry.js +366 -0
- package/dist/cjs/bal-file-upload.type-616d69d9.js +10 -0
- package/dist/cjs/bal-footer.cjs.entry.js +130 -0
- package/dist/cjs/bal-form-col_2.cjs.entry.js +43 -0
- package/dist/cjs/bal-form.cjs.entry.js +33 -0
- package/dist/cjs/bal-heading_2.cjs.entry.js +223 -0
- package/dist/cjs/bal-hint_3.cjs.entry.js +186 -0
- package/dist/cjs/bal-icon.cjs.entry.js +1035 -0
- package/dist/cjs/bal-input-group.cjs.entry.js +30 -0
- package/dist/cjs/bal-input-slider.cjs.entry.js +180 -0
- package/dist/cjs/bal-input-stepper.cjs.entry.js +1228 -0
- package/dist/cjs/bal-input-stepper.i18n-dbcd32ab.js +46 -0
- package/dist/cjs/bal-input.cjs.entry.js +474 -0
- package/dist/cjs/bal-label.cjs.entry.js +101 -0
- package/dist/cjs/bal-label.i18n-a25878af.js +36 -0
- package/dist/cjs/bal-list_8.cjs.entry.js +513 -0
- package/dist/cjs/bal-logo.animation-9704970d.js +3464 -0
- package/dist/cjs/bal-logo.cjs.entry.js +157 -0
- package/dist/cjs/bal-modal_3.cjs.entry.js +291 -0
- package/dist/cjs/bal-nav_8.cjs.entry.js +1012 -0
- package/dist/cjs/bal-navbar_5.cjs.entry.js +190 -0
- package/dist/cjs/bal-notices.cjs.entry.js +25 -0
- package/dist/cjs/bal-notification.cjs.entry.js +21 -0
- package/dist/cjs/bal-number-input.cjs.entry.js +479 -0
- package/dist/cjs/bal-pagination.cjs.entry.js +268 -0
- package/dist/cjs/bal-popover_2.cjs.entry.js +2144 -0
- package/dist/cjs/bal-popup.cjs.entry.js +629 -0
- package/dist/cjs/bal-progress-bar.cjs.entry.js +83 -0
- package/dist/cjs/bal-radio-button.cjs.entry.js +211 -0
- package/dist/cjs/bal-radio_2.cjs.entry.js +608 -0
- package/dist/cjs/bal-select_2.cjs.entry.js +789 -0
- package/dist/cjs/bal-shape.cjs.entry.js +64 -0
- package/dist/cjs/bal-sheet.cjs.entry.js +26 -0
- package/dist/cjs/bal-snackbar.cjs.entry.js +76 -0
- package/dist/cjs/bal-spinner.animation-a81cf10f.js +4535 -0
- package/dist/cjs/bal-spinner.cjs.entry.js +126 -0
- package/dist/cjs/bal-stack.cjs.entry.js +68 -0
- package/dist/cjs/bal-stage_6.cjs.entry.js +129 -0
- package/dist/cjs/bal-step-item.cjs.entry.js +66 -0
- package/dist/cjs/bal-step.util-3c009db9.js +7 -0
- package/dist/cjs/bal-steps.cjs.entry.js +251 -0
- package/dist/cjs/bal-tab-item_2.cjs.entry.js +678 -0
- package/dist/cjs/bal-tab.util-d0785ef4.js +7 -0
- package/dist/cjs/bal-table.cjs.entry.js +26 -0
- package/dist/cjs/bal-tag_2.cjs.entry.js +62 -0
- package/dist/cjs/bal-textarea.cjs.entry.js +135 -0
- package/dist/cjs/bal-time-input.cjs.entry.js +174 -0
- package/dist/cjs/bal-time-input.i18n-b2bb9182.js +46 -0
- package/dist/cjs/bal-toast.cjs.entry.js +54 -0
- package/dist/cjs/bal-tooltip.cjs.entry.js +258 -0
- package/dist/cjs/bem-81bc6a2d.js +12 -0
- package/dist/cjs/breakpoints.decorator-517effdd.js +19 -0
- package/dist/cjs/breakpoints.subject-0a1809a1.js +257 -0
- package/dist/cjs/browser-1d542d0f.js +64 -0
- package/dist/cjs/config.decorator-b393a72f.js +19 -0
- package/dist/cjs/config.default-32725178.js +47 -0
- package/dist/cjs/config.utils-e4cd49d6.js +84 -0
- package/dist/cjs/contact-61b41246.js +1644 -0
- package/dist/cjs/date-df1d61a8.js +8485 -0
- package/dist/cjs/design-system-components.cjs.js +31 -0
- package/dist/cjs/device-9f97a845.js +54 -0
- package/dist/cjs/element-states.decorator-9ce5ff3b.js +98 -0
- package/dist/cjs/floating-ui.dom.esm-5dbdcff9.js +1461 -0
- package/dist/cjs/focus-visible-264bd9b8.js +76 -0
- package/dist/cjs/focus.decorator-afaf9ac4.js +88 -0
- package/dist/cjs/form-2279fb2f.js +24 -0
- package/dist/cjs/form-input-134c5116.js +91 -0
- package/dist/cjs/global-e99d827b.js +9 -0
- package/dist/cjs/helpers-2a8c8333.js +267 -0
- package/dist/cjs/icons.constant-7c82086a.js +58 -0
- package/dist/cjs/index-24d802b4.js +594 -0
- package/dist/cjs/index-e6a233be.js +37 -0
- package/dist/cjs/index-f7def455.js +2521 -0
- package/dist/cjs/index.cjs.js +250 -0
- package/dist/cjs/index.esm-4587dbf0.js +7401 -0
- package/dist/cjs/initialize-9c752efa.js +288 -0
- package/dist/cjs/keys.constant-b53da545.js +23 -0
- package/dist/cjs/listener-52d2e5fd.js +89 -0
- package/dist/cjs/loader.cjs.js +21 -0
- package/dist/cjs/log-33398c2a.js +80 -0
- package/dist/cjs/lottie_light_html-cbfdf82e.js +11694 -0
- package/dist/cjs/mutation.decorator-8877b940.js +121 -0
- package/dist/cjs/overlays-3e4cf786.js +82 -0
- package/dist/cjs/resize.decorator-ae91ead2.js +80 -0
- package/dist/cjs/scroll-b839ffe1.js +80 -0
- package/dist/cjs/style-799e9253.js +27 -0
- package/dist/cjs/swipe.decorator-5206d283.js +25 -0
- package/dist/cjs/swipe.subject-4ec94271.js +59 -0
- package/dist/cjs/tokens.esm-8d48a205.js +35 -0
- package/dist/cjs/tslib.es6-a680968e.js +30 -0
- package/dist/cjs/utils-9ea175af.js +87 -0
- package/dist/collection/collection-manifest.json +403 -0
- package/dist/collection/components/bal-accordion/bal-accordion-details/bal-accordion-details.css +1 -0
- package/dist/collection/components/bal-accordion/bal-accordion-details/bal-accordion-details.js +149 -0
- package/dist/collection/components/bal-accordion/bal-accordion-summary/bal-accordion-summary.css +1 -0
- package/dist/collection/components/bal-accordion/bal-accordion-summary/bal-accordion-summary.js +172 -0
- package/dist/collection/components/bal-accordion/bal-accordion-trigger/bal-accordion-trigger.css +1 -0
- package/dist/collection/components/bal-accordion/bal-accordion-trigger/bal-accordion-trigger.js +285 -0
- package/dist/collection/components/bal-accordion/bal-accordion.css +1 -0
- package/dist/collection/components/bal-accordion/bal-accordion.interfaces.js +4 -0
- package/dist/collection/components/bal-accordion/bal-accordion.js +626 -0
- package/dist/collection/components/bal-app/bal-app.css +1 -0
- package/dist/collection/components/bal-app/bal-app.interfaces.js +4 -0
- package/dist/collection/components/bal-app/bal-app.js +144 -0
- package/dist/collection/components/bal-badge/bal-badge.css +1 -0
- package/dist/collection/components/bal-badge/bal-badge.interfaces.js +4 -0
- package/dist/collection/components/bal-badge/bal-badge.js +122 -0
- package/dist/collection/components/bal-button/bal-button-group/bal-button-group.js +87 -0
- package/dist/collection/components/bal-button/bal-button.css +1 -0
- package/dist/collection/components/bal-button/bal-button.interfaces.js +4 -0
- package/dist/collection/components/bal-button/bal-button.js +714 -0
- package/dist/collection/components/bal-card/bal-card-actions/bal-card-actions.js +37 -0
- package/dist/collection/components/bal-card/bal-card-button/bal-card-button.js +155 -0
- package/dist/collection/components/bal-card/bal-card-content/bal-card-content.js +7 -0
- package/dist/collection/components/bal-card/bal-card-subtitle/bal-card-subtitle.js +75 -0
- package/dist/collection/components/bal-card/bal-card-title/bal-card-title.js +32 -0
- package/dist/collection/components/bal-card/bal-card.css +1 -0
- package/dist/collection/components/bal-card/bal-card.interfaces.js +4 -0
- package/dist/collection/components/bal-card/bal-card.js +218 -0
- package/dist/collection/components/bal-carousel/bal-carousel-item/bal-carousel-item.js +345 -0
- package/dist/collection/components/bal-carousel/bal-carousel.css +1 -0
- package/dist/collection/components/bal-carousel/bal-carousel.i18n.js +42 -0
- package/dist/collection/components/bal-carousel/bal-carousel.interfaces.js +4 -0
- package/dist/collection/components/bal-carousel/bal-carousel.js +634 -0
- package/dist/collection/components/bal-carousel/bal-carousel.type.js +1 -0
- package/dist/collection/components/bal-carousel/controls/dot-control.js +17 -0
- package/dist/collection/components/bal-carousel/controls/large-control.js +8 -0
- package/dist/collection/components/bal-carousel/controls/small-control.js +8 -0
- package/dist/collection/components/bal-carousel/controls/tab-control.js +7 -0
- package/dist/collection/components/bal-checkbox/bal-checkbox-button/bal-checkbox-button.css +1 -0
- package/dist/collection/components/bal-checkbox/bal-checkbox-button/bal-checkbox-button.js +470 -0
- package/dist/collection/components/bal-checkbox/bal-checkbox-group/bal-checkbox-group.js +805 -0
- package/dist/collection/components/bal-checkbox/bal-checkbox.interfaces.js +4 -0
- package/dist/collection/components/bal-checkbox/bal-checkbox.js +843 -0
- package/dist/collection/components/bal-checkbox/bal-checkbox.type.js +1 -0
- package/dist/collection/components/bal-checkbox/radio-checkbox.css +1 -0
- package/dist/collection/components/bal-checkbox/utils/bal-checkbox.util.js +3 -0
- package/dist/collection/components/bal-close/bal-close.css +1 -0
- package/dist/collection/components/bal-close/bal-close.i18n.js +32 -0
- package/dist/collection/components/bal-close/bal-close.interfaces.js +4 -0
- package/dist/collection/components/bal-close/bal-close.js +134 -0
- package/dist/collection/components/bal-content/bal-content.css +1 -0
- package/dist/collection/components/bal-content/bal-content.interfaces.js +4 -0
- package/dist/collection/components/bal-content/bal-content.js +179 -0
- package/dist/collection/components/bal-data/bal-data-item/bal-data-item.js +53 -0
- package/dist/collection/components/bal-data/bal-data-label/bal-data-label.js +33 -0
- package/dist/collection/components/bal-data/bal-data-value/bal-data-value.js +145 -0
- package/dist/collection/components/bal-data/bal-data.css +1 -0
- package/dist/collection/components/bal-data/bal-data.interfaces.js +4 -0
- package/dist/collection/components/bal-data/bal-data.js +87 -0
- package/dist/collection/components/bal-date/bal-date-calendar/bal-date-calendar.css +1 -0
- package/dist/collection/components/bal-date/bal-date-calendar/bal-date-calendar.interfaces.js +4 -0
- package/dist/collection/components/bal-date/bal-date-calendar/bal-date-calendar.js +494 -0
- package/dist/collection/components/bal-date/bal-date-calendar/components/bal-date-calendar__gird.js +8 -0
- package/dist/collection/components/bal-date/bal-date-calendar/components/bal-date-calendar__list.js +14 -0
- package/dist/collection/components/bal-date/bal-date-calendar/components/bal-date-calendar__nav.js +13 -0
- package/dist/collection/components/bal-date/bal-date-calendar-cell/bal-date-calendar-cell.js +202 -0
- package/dist/collection/components/bal-date/bal-date.css +1 -0
- package/dist/collection/components/bal-date/bal-date.i18n.js +62 -0
- package/dist/collection/components/bal-date/bal-date.interfaces.js +4 -0
- package/dist/collection/components/bal-date/bal-date.js +1036 -0
- package/dist/collection/components/bal-date/utils/calendar.js +154 -0
- package/dist/collection/components/bal-date/utils/calendar.spec.js +304 -0
- package/dist/collection/components/bal-datepicker/bal-datepicker.css +1 -0
- package/dist/collection/components/bal-datepicker/bal-datepicker.i18n.js +72 -0
- package/dist/collection/components/bal-datepicker/bal-datepicker.interfaces.js +4 -0
- package/dist/collection/components/bal-datepicker/bal-datepicker.js +1240 -0
- package/dist/collection/components/bal-datepicker/bal-datepicker.type.js +1 -0
- package/dist/collection/components/bal-divider/bal-divider.css +1 -0
- package/dist/collection/components/bal-divider/bal-divider.interfaces.js +4 -0
- package/dist/collection/components/bal-divider/bal-divider.js +115 -0
- package/dist/collection/components/bal-field/bal-field-control/bal-field-control.js +115 -0
- package/dist/collection/components/bal-field/bal-field-hint/bal-field-hint.js +73 -0
- package/dist/collection/components/bal-field/bal-field-label/bal-field-label.i18n.js +32 -0
- package/dist/collection/components/bal-field/bal-field-label/bal-field-label.js +198 -0
- package/dist/collection/components/bal-field/bal-field-message/bal-field-message.js +166 -0
- package/dist/collection/components/bal-field/bal-field.css +1 -0
- package/dist/collection/components/bal-field/bal-field.interfaces.js +4 -0
- package/dist/collection/components/bal-field/bal-field.js +358 -0
- package/dist/collection/components/bal-file-upload/bal-file-upload.css +1 -0
- package/dist/collection/components/bal-file-upload/bal-file-upload.interfaces.js +15 -0
- package/dist/collection/components/bal-file-upload/bal-file-upload.js +800 -0
- package/dist/collection/components/bal-file-upload/bal-file-upload.type.js +8 -0
- package/dist/collection/components/bal-file-upload/components/file-list.js +10 -0
- package/dist/collection/components/bal-file-upload/test/file-validation.util.spec.js +102 -0
- package/dist/collection/components/bal-file-upload/test/file.mock.js +16 -0
- package/dist/collection/components/bal-file-upload/utils/file-list.util.js +17 -0
- package/dist/collection/components/bal-file-upload/utils/file-validation.util.js +46 -0
- package/dist/collection/components/bal-footer/bal-footer.css +1 -0
- package/dist/collection/components/bal-footer/bal-footer.js +223 -0
- package/dist/collection/components/bal-form/bal-form.js +87 -0
- package/dist/collection/components/bal-form-grid/bal-form-col/bal-form-col.js +49 -0
- package/dist/collection/components/bal-form-grid/bal-form-gird.interfaces.js +4 -0
- package/dist/collection/components/bal-form-grid/bal-form-grid.css +1 -0
- package/dist/collection/components/bal-form-grid/bal-form-grid.js +17 -0
- package/dist/collection/components/bal-heading/bal-heading.const.js +57 -0
- package/dist/collection/components/bal-heading/bal-heading.css +1 -0
- package/dist/collection/components/bal-heading/bal-heading.interfaces.js +4 -0
- package/dist/collection/components/bal-heading/bal-heading.js +297 -0
- package/dist/collection/components/bal-hint/bal-hint-text/bal-hint-text.js +12 -0
- package/dist/collection/components/bal-hint/bal-hint-title/bal-hint-title.js +12 -0
- package/dist/collection/components/bal-hint/bal-hint.css +1 -0
- package/dist/collection/components/bal-hint/bal-hint.js +278 -0
- package/dist/collection/components/bal-icon/bal-icon.css +1 -0
- package/dist/collection/components/bal-icon/bal-icon.interfaces.js +4 -0
- package/dist/collection/components/bal-icon/bal-icon.js +400 -0
- package/dist/collection/components/bal-input/bal-input-date/bal-input-date.css +1 -0
- package/dist/collection/components/bal-input/bal-input-date/bal-input-date.js +637 -0
- package/dist/collection/components/bal-input/bal-input-util.js +125 -0
- package/dist/collection/components/bal-input/bal-input.css +1 -0
- package/dist/collection/components/bal-input/bal-input.interfaces.js +4 -0
- package/dist/collection/components/bal-input/bal-input.js +1101 -0
- package/dist/collection/components/bal-input/test/bal-input-util.spec.js +141 -0
- package/dist/collection/components/bal-input-group/bal-input-group.css +1 -0
- package/dist/collection/components/bal-input-group/bal-input-group.js +87 -0
- package/dist/collection/components/bal-input-slider/bal-input-slider.css +1 -0
- package/dist/collection/components/bal-input-slider/bal-input-slider.interfaces.js +4 -0
- package/dist/collection/components/bal-input-slider/bal-input-slider.js +608 -0
- package/dist/collection/components/bal-input-stepper/bal-input-stepper.css +1 -0
- package/dist/collection/components/bal-input-stepper/bal-input-stepper.i18n.js +42 -0
- package/dist/collection/components/bal-input-stepper/bal-input-stepper.interfaces.js +4 -0
- package/dist/collection/components/bal-input-stepper/bal-input-stepper.js +586 -0
- package/dist/collection/components/bal-label/bal-label.css +1 -0
- package/dist/collection/components/bal-label/bal-label.i18n.js +32 -0
- package/dist/collection/components/bal-label/bal-label.interfaces.js +4 -0
- package/dist/collection/components/bal-label/bal-label.js +401 -0
- package/dist/collection/components/bal-list/bal-list-item/bal-list-item.js +593 -0
- package/dist/collection/components/bal-list/bal-list-item-accordion-body/bal-list-item-accordion-body.js +167 -0
- package/dist/collection/components/bal-list/bal-list-item-accordion-head/bal-list-item-accordion-head.js +119 -0
- package/dist/collection/components/bal-list/bal-list-item-content/bal-list-item-content.js +34 -0
- package/dist/collection/components/bal-list/bal-list-item-icon/bal-list-item-icon.js +35 -0
- package/dist/collection/components/bal-list/bal-list-item-subtitle/bal-list-item-subtitle.js +7 -0
- package/dist/collection/components/bal-list/bal-list-item-title/bal-list-item-title.js +60 -0
- package/dist/collection/components/bal-list/bal-list.css +1 -0
- package/dist/collection/components/bal-list/bal-list.interfaces.js +4 -0
- package/dist/collection/components/bal-list/bal-list.js +148 -0
- package/dist/collection/components/bal-logo/bal-logo.animation.js +11 -0
- package/dist/collection/components/bal-logo/bal-logo.css +1 -0
- package/dist/collection/components/bal-logo/bal-logo.data.js +3448 -0
- package/dist/collection/components/bal-logo/bal-logo.interfaces.js +4 -0
- package/dist/collection/components/bal-logo/bal-logo.js +226 -0
- package/dist/collection/components/bal-modal/bal-modal-body/bal-modal-body.js +7 -0
- package/dist/collection/components/bal-modal/bal-modal-header/bal-modal-header.js +19 -0
- package/dist/collection/components/bal-modal/bal-modal.controller.js +48 -0
- package/dist/collection/components/bal-modal/bal-modal.css +1 -0
- package/dist/collection/components/bal-modal/bal-modal.interfaces.js +4 -0
- package/dist/collection/components/bal-modal/bal-modal.js +704 -0
- package/dist/collection/components/bal-modal/bal-modal.type.js +1 -0
- package/dist/collection/components/bal-nav/bal-nav-link/bal-nav-link.css +1 -0
- package/dist/collection/components/bal-nav/bal-nav-link/bal-nav-link.interfaces.js +4 -0
- package/dist/collection/components/bal-nav/bal-nav-link/bal-nav-link.js +155 -0
- package/dist/collection/components/bal-nav/bal-nav-link-grid/bal-nav-link-grid.css +1 -0
- package/dist/collection/components/bal-nav/bal-nav-link-grid/bal-nav-link-grid.js +34 -0
- package/dist/collection/components/bal-nav/bal-nav-link-grid-col/bal-nav-link-grid-col.css +1 -0
- package/dist/collection/components/bal-nav/bal-nav-link-grid-col/bal-nav-link-grid-col.interfaces.js +4 -0
- package/dist/collection/components/bal-nav/bal-nav-link-grid-col/bal-nav-link-grid-col.js +66 -0
- package/dist/collection/components/bal-nav/bal-nav-link-group/bal-nav-link-group.css +1 -0
- package/dist/collection/components/bal-nav/bal-nav-link-group/bal-nav-link-group.interfaces.js +4 -0
- package/dist/collection/components/bal-nav/bal-nav-link-group/bal-nav-link-group.js +65 -0
- package/dist/collection/components/bal-nav/bal-nav-menu-bar/bal-nav-menu-bar.css +1 -0
- package/dist/collection/components/bal-nav/bal-nav-menu-bar/bal-nav-menu-bar.interfaces.js +4 -0
- package/dist/collection/components/bal-nav/bal-nav-menu-bar/bal-nav-menu-bar.js +105 -0
- package/dist/collection/components/bal-nav/bal-nav-menu-flyout/bal-nav-menu-flyout.css +1 -0
- package/dist/collection/components/bal-nav/bal-nav-menu-flyout/bal-nav-menu-flyout.interfaces.js +4 -0
- package/dist/collection/components/bal-nav/bal-nav-menu-flyout/bal-nav-menu-flyout.js +89 -0
- package/dist/collection/components/bal-nav/bal-nav-meta-bar/bal-nav-meta-bar.css +1 -0
- package/dist/collection/components/bal-nav/bal-nav-meta-bar/bal-nav-meta-bar.interfaces.js +4 -0
- package/dist/collection/components/bal-nav/bal-nav-meta-bar/bal-nav-meta-bar.js +191 -0
- package/dist/collection/components/bal-nav/bal-nav.css +1 -0
- package/dist/collection/components/bal-nav/bal-nav.i18n.js +42 -0
- package/dist/collection/components/bal-nav/bal-nav.interfaces.js +4 -0
- package/dist/collection/components/bal-nav/bal-nav.js +509 -0
- package/dist/collection/components/bal-nav/bal-nav.types.js +1 -0
- package/dist/collection/components/bal-nav/components/accordion-button.js +6 -0
- package/dist/collection/components/bal-nav/components/overview-link.js +9 -0
- package/dist/collection/components/bal-nav/components/section-list.js +15 -0
- package/dist/collection/components/bal-nav/components/service-list.js +15 -0
- package/dist/collection/components/bal-nav/models/bal-nav-link-item.js +53 -0
- package/dist/collection/components/bal-nav/models/bal-nav-menu-link-item.js +42 -0
- package/dist/collection/components/bal-nav/models/bal-nav-meta-button.js +81 -0
- package/dist/collection/components/bal-nav/models/bal-nav-meta-link-item.js +38 -0
- package/dist/collection/components/bal-nav/models/bal-nav-section-link-item.js +28 -0
- package/dist/collection/components/bal-nav/models/bal-nav-service-link-item.js +26 -0
- package/dist/collection/components/bal-navbar/bal-navbar-brand/bal-navbar-brand.js +285 -0
- package/dist/collection/components/bal-navbar/bal-navbar-menu/bal-navbar-menu.js +109 -0
- package/dist/collection/components/bal-navbar/bal-navbar-menu-end/bal-navbar-menu-end.js +42 -0
- package/dist/collection/components/bal-navbar/bal-navbar-menu-start/bal-navbar-menu-start.js +42 -0
- package/dist/collection/components/bal-navbar/bal-navbar.css +1 -0
- package/dist/collection/components/bal-navbar/bal-navbar.interfaces.js +4 -0
- package/dist/collection/components/bal-navbar/bal-navbar.js +110 -0
- package/dist/collection/components/bal-notices/bal-notices.css +1 -0
- package/dist/collection/components/bal-notices/bal-notices.js +49 -0
- package/dist/collection/components/bal-notification/bal-notification.css +1 -0
- package/dist/collection/components/bal-notification/bal-notification.interfaces.js +4 -0
- package/dist/collection/components/bal-notification/bal-notification.js +47 -0
- package/dist/collection/components/bal-number-input/bal-number-input.css +1 -0
- package/dist/collection/components/bal-number-input/bal-number-input.interfaces.js +4 -0
- package/dist/collection/components/bal-number-input/bal-number-input.js +786 -0
- package/dist/collection/components/bal-number-input/bal-number-input.utils.js +80 -0
- package/dist/collection/components/bal-number-input/bal-number-input.utils.spec.js +320 -0
- package/dist/collection/components/bal-pagination/bal-pagination.css +1 -0
- package/dist/collection/components/bal-pagination/bal-pagination.i18n.js +42 -0
- package/dist/collection/components/bal-pagination/bal-pagination.interfaces.js +4 -0
- package/dist/collection/components/bal-pagination/bal-pagination.js +420 -0
- package/dist/collection/components/bal-pagination/bal-pagination.spec.js +349 -0
- package/dist/collection/components/bal-pagination/bal-pagination.util.js +77 -0
- package/dist/collection/components/bal-popover/bal-popover-content/bal-popover-content.js +247 -0
- package/dist/collection/components/bal-popover/bal-popover.css +1 -0
- package/dist/collection/components/bal-popover/bal-popover.interfaces.js +4 -0
- package/dist/collection/components/bal-popover/bal-popover.js +704 -0
- package/dist/collection/components/bal-popup/bal-popup.css +1 -0
- package/dist/collection/components/bal-popup/bal-popup.interfaces.js +4 -0
- package/dist/collection/components/bal-popup/bal-popup.js +827 -0
- package/dist/collection/components/bal-popup/variants/abstract-variant.renderer.js +49 -0
- package/dist/collection/components/bal-popup/variants/drawer-variant.renderer.js +36 -0
- package/dist/collection/components/bal-popup/variants/fullscreen-variant.renderer.js +35 -0
- package/dist/collection/components/bal-popup/variants/index.js +4 -0
- package/dist/collection/components/bal-popup/variants/popover-variant.renderer.js +132 -0
- package/dist/collection/components/bal-popup/variants/variant.interfaces.js +1 -0
- package/dist/collection/components/bal-popup/variants/variant.renderer.js +31 -0
- package/dist/collection/components/bal-progress-bar/bal-progress-bar.css +1 -0
- package/dist/collection/components/bal-progress-bar/bal-progress-bar.interfaces.js +4 -0
- package/dist/collection/components/bal-progress-bar/bal-progress-bar.js +149 -0
- package/dist/collection/components/bal-radio/bal-radio-button/bal-radio-button.css +1 -0
- package/dist/collection/components/bal-radio/bal-radio-button/bal-radio-button.js +467 -0
- package/dist/collection/components/bal-radio/bal-radio-group/bal-radio-group.js +828 -0
- package/dist/collection/components/bal-radio/bal-radio.interfaces.js +4 -0
- package/dist/collection/components/bal-radio/bal-radio.js +760 -0
- package/dist/collection/components/bal-radio/bal-radio.type.js +1 -0
- package/dist/collection/components/bal-radio/test/car.svg +15 -0
- package/dist/collection/components/bal-radio/utils/bal-radio.util.js +3 -0
- package/dist/collection/components/bal-select/bal-select-option/bal-select-option.js +102 -0
- package/dist/collection/components/bal-select/bal-select.css +1 -0
- package/dist/collection/components/bal-select/bal-select.interfaces.js +4 -0
- package/dist/collection/components/bal-select/bal-select.js +1462 -0
- package/dist/collection/components/bal-select/test/bal-select-utils.spec.js +99 -0
- package/dist/collection/components/bal-select/utils/bal-option.type.js +1 -0
- package/dist/collection/components/bal-select/utils/bal-option.util.js +11 -0
- package/dist/collection/components/bal-select/utils/utils.js +73 -0
- package/dist/collection/components/bal-select/utils/watch-options.js +19 -0
- package/dist/collection/components/bal-shape/bal-shape.css +1 -0
- package/dist/collection/components/bal-shape/bal-shape.interfaces.js +4 -0
- package/dist/collection/components/bal-shape/bal-shape.js +136 -0
- package/dist/collection/components/bal-sheet/bal-sheet.css +1 -0
- package/dist/collection/components/bal-sheet/bal-sheet.interfaces.js +4 -0
- package/dist/collection/components/bal-sheet/bal-sheet.js +52 -0
- package/dist/collection/components/bal-snackbar/bal-snackbar.controller.js +12 -0
- package/dist/collection/components/bal-snackbar/bal-snackbar.css +1 -0
- package/dist/collection/components/bal-snackbar/bal-snackbar.interfaces.js +4 -0
- package/dist/collection/components/bal-snackbar/bal-snackbar.js +358 -0
- package/dist/collection/components/bal-spinner/bal-spinner.animation.js +12 -0
- package/dist/collection/components/bal-spinner/bal-spinner.css +1 -0
- package/dist/collection/components/bal-spinner/bal-spinner.data.js +2585 -0
- package/dist/collection/components/bal-spinner/bal-spinner.js +202 -0
- package/dist/collection/components/bal-stack/bal-stack.css +1 -0
- package/dist/collection/components/bal-stack/bal-stack.interfaces.js +4 -0
- package/dist/collection/components/bal-stack/bal-stack.js +317 -0
- package/dist/collection/components/bal-stage/bal-stage-back-link/bal-stage-back-link.js +75 -0
- package/dist/collection/components/bal-stage/bal-stage-body/bal-stage-body.js +10 -0
- package/dist/collection/components/bal-stage/bal-stage-foot/bal-stage-foot.js +8 -0
- package/dist/collection/components/bal-stage/bal-stage-head/bal-stage-head.js +8 -0
- package/dist/collection/components/bal-stage/bal-stage-image/bal-stage-image.js +57 -0
- package/dist/collection/components/bal-stage/bal-stage.css +1 -0
- package/dist/collection/components/bal-stage/bal-stage.interfaces.js +4 -0
- package/dist/collection/components/bal-stage/bal-stage.js +192 -0
- package/dist/collection/components/bal-steps/bal-step-item/bal-step-item.js +322 -0
- package/dist/collection/components/bal-steps/bal-step.type.js +1 -0
- package/dist/collection/components/bal-steps/bal-step.util.js +3 -0
- package/dist/collection/components/bal-steps/bal-steps.css +1 -0
- package/dist/collection/components/bal-steps/bal-steps.interfaces.js +4 -0
- package/dist/collection/components/bal-steps/bal-steps.js +391 -0
- package/dist/collection/components/bal-steps/components/step-button.js +11 -0
- package/dist/collection/components/bal-steps/components/step-icon.js +6 -0
- package/dist/collection/components/bal-steps/components/step-label.js +6 -0
- package/dist/collection/components/bal-table/bal-table.css +1 -0
- package/dist/collection/components/bal-table/bal-table.js +47 -0
- package/dist/collection/components/bal-tabs/bal-tab-item/bal-tab-item.js +325 -0
- package/dist/collection/components/bal-tabs/bal-tab.type.js +1 -0
- package/dist/collection/components/bal-tabs/bal-tab.util.js +3 -0
- package/dist/collection/components/bal-tabs/bal-tabs.css +1 -0
- package/dist/collection/components/bal-tabs/bal-tabs.interfaces.js +4 -0
- package/dist/collection/components/bal-tabs/bal-tabs.js +1108 -0
- package/dist/collection/components/bal-tabs/components/tab-button.js +27 -0
- package/dist/collection/components/bal-tabs/components/tab-icon.js +10 -0
- package/dist/collection/components/bal-tabs/components/tab-label.js +6 -0
- package/dist/collection/components/bal-tabs/components/tab-nav.js +11 -0
- package/dist/collection/components/bal-tabs/components/tab-select.js +21 -0
- package/dist/collection/components/bal-tag/bal-tag-group/bal-tag-group.js +7 -0
- package/dist/collection/components/bal-tag/bal-tag.css +1 -0
- package/dist/collection/components/bal-tag/bal-tag.interfaces.js +4 -0
- package/dist/collection/components/bal-tag/bal-tag.js +239 -0
- package/dist/collection/components/bal-text/bal-text.css +1 -0
- package/dist/collection/components/bal-text/bal-text.interfaces.js +4 -0
- package/dist/collection/components/bal-text/bal-text.js +328 -0
- package/dist/collection/components/bal-textarea/bal-textarea.css +1 -0
- package/dist/collection/components/bal-textarea/bal-textarea.interfaces.js +4 -0
- package/dist/collection/components/bal-textarea/bal-textarea.js +675 -0
- package/dist/collection/components/bal-time-input/bal-time-input.css +1 -0
- package/dist/collection/components/bal-time-input/bal-time-input.i18n.js +42 -0
- package/dist/collection/components/bal-time-input/bal-time-input.interfaces.js +4 -0
- package/dist/collection/components/bal-time-input/bal-time-input.js +580 -0
- package/dist/collection/components/bal-time-input/bal-time-input.util.js +19 -0
- package/dist/collection/components/bal-time-input/test/bal-time-input.util.spec.js +27 -0
- package/dist/collection/components/bal-toast/bal-toast.controller.js +12 -0
- package/dist/collection/components/bal-toast/bal-toast.css +1 -0
- package/dist/collection/components/bal-toast/bal-toast.interfaces.js +4 -0
- package/dist/collection/components/bal-toast/bal-toast.js +199 -0
- package/dist/collection/components/bal-tooltip/bal-tooltip.css +1 -0
- package/dist/collection/components/bal-tooltip/bal-tooltip.interfaces.js +4 -0
- package/dist/collection/components/bal-tooltip/bal-tooltip.js +439 -0
- package/dist/collection/components/bal-tooltip/bal-tooltip.util.js +37 -0
- package/dist/collection/components/docs/bal-doc-app/bal-doc-app.css +1 -0
- package/dist/collection/components/docs/bal-doc-app/bal-doc-app.js +229 -0
- package/dist/collection/global.js +4 -0
- package/dist/collection/index.js +53 -0
- package/dist/collection/initialize.js +20 -0
- package/dist/collection/utils/attributes.js +38 -0
- package/dist/collection/utils/bem.js +8 -0
- package/dist/collection/utils/breakpoints/breakpoints.const.js +9 -0
- package/dist/collection/utils/breakpoints/breakpoints.decorator.js +14 -0
- package/dist/collection/utils/breakpoints/breakpoints.interfaces.js +1 -0
- package/dist/collection/utils/breakpoints/breakpoints.js +92 -0
- package/dist/collection/utils/breakpoints/breakpoints.map.js +38 -0
- package/dist/collection/utils/breakpoints/breakpoints.subject.js +35 -0
- package/dist/collection/utils/breakpoints/index.js +4 -0
- package/dist/collection/utils/browser.js +60 -0
- package/dist/collection/utils/config/config.const.js +1 -0
- package/dist/collection/utils/config/config.decorator.js +14 -0
- package/dist/collection/utils/config/config.default.js +41 -0
- package/dist/collection/utils/config/config.js +134 -0
- package/dist/collection/utils/config/config.types.js +1 -0
- package/dist/collection/utils/config/config.utils.js +69 -0
- package/dist/collection/utils/config/index.js +7 -0
- package/dist/collection/utils/config/initialize.js +11 -0
- package/dist/collection/utils/config/observable/observer.js +1 -0
- package/dist/collection/utils/config/observable/subject.js +1 -0
- package/dist/collection/utils/constants/icons.constant.js +28 -0
- package/dist/collection/utils/constants/keys.constant.js +17 -0
- package/dist/collection/utils/constants/version.constant.js +2 -0
- package/dist/collection/utils/css-classes.js +15 -0
- package/dist/collection/utils/date/date.js +111 -0
- package/dist/collection/utils/date/date.spec.js +132 -0
- package/dist/collection/utils/date/index.js +1 -0
- package/dist/collection/utils/device.js +48 -0
- package/dist/collection/utils/element-states/element-states.decorator.js +20 -0
- package/dist/collection/utils/element-states/element-states.interfaces.js +1 -0
- package/dist/collection/utils/element-states/element-states.listener.js +52 -0
- package/dist/collection/utils/element-states/element-states.subject.js +21 -0
- package/dist/collection/utils/element-states/index.js +2 -0
- package/dist/collection/utils/focus/focus.decorator.js +20 -0
- package/dist/collection/utils/focus/focus.interfaces.js +1 -0
- package/dist/collection/utils/focus/focus.listener.js +34 -0
- package/dist/collection/utils/focus/focus.subject.js +30 -0
- package/dist/collection/utils/focus/index.js +2 -0
- package/dist/collection/utils/focus-visible.js +70 -0
- package/dist/collection/utils/form-input.js +74 -0
- package/dist/collection/utils/form.js +19 -0
- package/dist/collection/utils/framework-delegate.js +31 -0
- package/dist/collection/utils/helpers.js +252 -0
- package/dist/collection/utils/keyboard/index.js +2 -0
- package/dist/collection/utils/keyboard/keyboard.decorator.js +20 -0
- package/dist/collection/utils/keyboard/keyboard.interfaces.js +1 -0
- package/dist/collection/utils/keyboard/keyboard.listener.js +31 -0
- package/dist/collection/utils/keyboard/keyboard.subject.js +21 -0
- package/dist/collection/utils/legacy.js +32 -0
- package/dist/collection/utils/log.js +74 -0
- package/dist/collection/utils/mask/__test__/mask-component.mock.js +18 -0
- package/dist/collection/utils/mask/__test__/mask-context.mocks.js +6 -0
- package/dist/collection/utils/mask/__test__/mask.mock.js +16 -0
- package/dist/collection/utils/mask/blocks/index.js +3 -0
- package/dist/collection/utils/mask/blocks/mask-block-interfaces.js +1 -0
- package/dist/collection/utils/mask/blocks/mask-block-list.js +85 -0
- package/dist/collection/utils/mask/blocks/mask-block-list.spec.js +73 -0
- package/dist/collection/utils/mask/blocks/mask-block.js +59 -0
- package/dist/collection/utils/mask/blocks/mask-blocks.spec.js +48 -0
- package/dist/collection/utils/mask/component/index.js +2 -0
- package/dist/collection/utils/mask/component/mask-component-adapter.js +124 -0
- package/dist/collection/utils/mask/component/mask-component-adapter.spec.js +192 -0
- package/dist/collection/utils/mask/component/mask-component-interfaces.js +1 -0
- package/dist/collection/utils/mask/context/index.js +9 -0
- package/dist/collection/utils/mask/context/mask-clipboard-context.js +7 -0
- package/dist/collection/utils/mask/context/mask-context-interfaces.js +1 -0
- package/dist/collection/utils/mask/context/mask-context.js +60 -0
- package/dist/collection/utils/mask/context/mask-focus-context.js +3 -0
- package/dist/collection/utils/mask/context/mask-keyboard-context.js +58 -0
- package/dist/collection/utils/mask/context/mask-locale-context.js +6 -0
- package/dist/collection/utils/mask/context/mask-mouse-context.js +3 -0
- package/dist/collection/utils/mask/context/mask-position.js +65 -0
- package/dist/collection/utils/mask/context/mask-value-changed-context.js +12 -0
- package/dist/collection/utils/mask/index.js +5 -0
- package/dist/collection/utils/mask/mask-interfaces.js +1 -0
- package/dist/collection/utils/mask/mask.js +266 -0
- package/dist/collection/utils/mask/mask.spec.js +332 -0
- package/dist/collection/utils/mask/types/index.js +1 -0
- package/dist/collection/utils/mask/types/mask-date.js +120 -0
- package/dist/collection/utils/mask/types/mask-date.spec.js +48 -0
- package/dist/collection/utils/mutation/index.js +2 -0
- package/dist/collection/utils/mutation/mutation.decorator.js +20 -0
- package/dist/collection/utils/mutation/mutation.interfaces.js +1 -0
- package/dist/collection/utils/mutation/mutation.listener.js +64 -0
- package/dist/collection/utils/mutation/mutation.subject.js +34 -0
- package/dist/collection/utils/number.js +37 -0
- package/dist/collection/utils/orientation/index.js +3 -0
- package/dist/collection/utils/orientation/orientation.decorator.js +14 -0
- package/dist/collection/utils/orientation/orientation.interfaces.js +1 -0
- package/dist/collection/utils/orientation/orientation.subject.js +26 -0
- package/dist/collection/utils/overlays/notice.controller.js +91 -0
- package/dist/collection/utils/overlays/overlays.js +75 -0
- package/dist/collection/utils/resize/index.js +5 -0
- package/dist/collection/utils/resize/resize.decorator.js +20 -0
- package/dist/collection/utils/resize/resize.interfaces.js +1 -0
- package/dist/collection/utils/resize/resize.listener.js +37 -0
- package/dist/collection/utils/resize/resize.subject.js +19 -0
- package/dist/collection/utils/resize/window-resize.handler.js +50 -0
- package/dist/collection/utils/resize/window-resize.listener.js +27 -0
- package/dist/collection/utils/scroll.js +75 -0
- package/dist/collection/utils/style.js +22 -0
- package/dist/collection/utils/swipe/index.js +3 -0
- package/dist/collection/utils/swipe/swipe.decorator.js +20 -0
- package/dist/collection/utils/swipe/swipe.interfaces.js +1 -0
- package/dist/collection/utils/swipe/swipe.listener.js +30 -0
- package/dist/collection/utils/swipe/swipe.subject.js +25 -0
- package/dist/collection/utils/types/listener.js +27 -0
- package/dist/collection/utils/types/signal.js +55 -0
- package/dist/design-system-components/design-system-components.esm.js +1 -0
- package/dist/design-system-components/design-system-components.js +127 -0
- package/dist/design-system-components/index.esm.js +1 -0
- package/dist/design-system-components/p-00fb8b0ce4.entry.js +1 -0
- package/dist/design-system-components/p-014286df.system.js +1 -0
- package/dist/design-system-components/p-0177e3a0.system.js +1 -0
- package/dist/design-system-components/p-01ebb73de9.entry.js +1 -0
- package/dist/design-system-components/p-023dec1a0f.system.entry.js +1 -0
- package/dist/design-system-components/p-02582dc6c8.entry.js +1 -0
- package/dist/design-system-components/p-02efa13c5d.system.entry.js +1 -0
- package/dist/design-system-components/p-0503365a9d.system.entry.js +1 -0
- package/dist/design-system-components/p-051f8a1a.system.js +1 -0
- package/dist/design-system-components/p-056b22a7.system.js +1 -0
- package/dist/design-system-components/p-0619ca6d6e.system.entry.js +1 -0
- package/dist/design-system-components/p-06ecf846.js +1 -0
- package/dist/design-system-components/p-0905f644a5.entry.js +1 -0
- package/dist/design-system-components/p-09ab29d6.js +1 -0
- package/dist/design-system-components/p-0b1dc33bc5.entry.js +1 -0
- package/dist/design-system-components/p-0e361394.js +1 -0
- package/dist/design-system-components/p-10351b73.js +1 -0
- package/dist/design-system-components/p-116b65a6.system.js +1 -0
- package/dist/design-system-components/p-11f970ba.js +1 -0
- package/dist/design-system-components/p-12786937.js +1 -0
- package/dist/design-system-components/p-1331ad69af.system.entry.js +1 -0
- package/dist/design-system-components/p-140ad639.system.js +1 -0
- package/dist/design-system-components/p-1459724489.entry.js +1 -0
- package/dist/design-system-components/p-145d5c4e.system.js +1 -0
- package/dist/design-system-components/p-14d0c5f3.system.js +1 -0
- package/dist/design-system-components/p-1920d4af.js +1 -0
- package/dist/design-system-components/p-1965e3c55a.system.entry.js +1 -0
- package/dist/design-system-components/p-1b76afbf.js +1 -0
- package/dist/design-system-components/p-1c0c269e09.entry.js +1 -0
- package/dist/design-system-components/p-210cd438.system.js +9 -0
- package/dist/design-system-components/p-2229e98e.js +1 -0
- package/dist/design-system-components/p-222f9b7cad.entry.js +1 -0
- package/dist/design-system-components/p-23bdd8dc.system.js +1 -0
- package/dist/design-system-components/p-24f4f26ba8.entry.js +1 -0
- package/dist/design-system-components/p-2692caf4.js +1 -0
- package/dist/design-system-components/p-27dc8dc801.entry.js +1 -0
- package/dist/design-system-components/p-2880433e.system.js +1 -0
- package/dist/design-system-components/p-2a45560c35.system.entry.js +1 -0
- package/dist/design-system-components/p-2b08e144ad.entry.js +1 -0
- package/dist/design-system-components/p-2d25888851.system.entry.js +1 -0
- package/dist/design-system-components/p-2e8b4edc.system.js +1 -0
- package/dist/design-system-components/p-3214005a3e.system.entry.js +1 -0
- package/dist/design-system-components/p-333ef156.system.js +1 -0
- package/dist/design-system-components/p-3706ce477e.entry.js +1 -0
- package/dist/design-system-components/p-38c39be3d7.system.entry.js +1 -0
- package/dist/design-system-components/p-38c9284aca.system.entry.js +1 -0
- package/dist/design-system-components/p-39cbb5b4.system.js +1 -0
- package/dist/design-system-components/p-3c6eb5bf1c.system.entry.js +1 -0
- package/dist/design-system-components/p-3cb83cf9.system.js +1 -0
- package/dist/design-system-components/p-3ecc7d9a.system.js +1 -0
- package/dist/design-system-components/p-418049c807.entry.js +1 -0
- package/dist/design-system-components/p-432920d7.system.js +2 -0
- package/dist/design-system-components/p-432f31df29.system.entry.js +1 -0
- package/dist/design-system-components/p-43c9f5e9.js +15 -0
- package/dist/design-system-components/p-43e8bc5e.js +2 -0
- package/dist/design-system-components/p-4573c419.js +1 -0
- package/dist/design-system-components/p-45c70d860f.system.entry.js +1 -0
- package/dist/design-system-components/p-469767e905.system.entry.js +1 -0
- package/dist/design-system-components/p-47acd3cf3e.system.entry.js +1 -0
- package/dist/design-system-components/p-481050ba3f.entry.js +1 -0
- package/dist/design-system-components/p-49fe011f.js +1 -0
- package/dist/design-system-components/p-4c0bad70.system.js +1 -0
- package/dist/design-system-components/p-4c0bbb9b38.system.entry.js +1 -0
- package/dist/design-system-components/p-4cd4652f54.system.entry.js +1 -0
- package/dist/design-system-components/p-4f4df156.js +1 -0
- package/dist/design-system-components/p-4f9641493a.system.entry.js +1 -0
- package/dist/design-system-components/p-504651362c.entry.js +1 -0
- package/dist/design-system-components/p-50e9cf1f.system.js +1 -0
- package/dist/design-system-components/p-50f12cb1.system.js +1 -0
- package/dist/design-system-components/p-521dd66aee.entry.js +1 -0
- package/dist/design-system-components/p-53e09ecb.js +1 -0
- package/dist/design-system-components/p-54a0e0dffb.entry.js +1 -0
- package/dist/design-system-components/p-54a2103c69.system.entry.js +1 -0
- package/dist/design-system-components/p-571e54185d.system.entry.js +1 -0
- package/dist/design-system-components/p-5764e86651.entry.js +1 -0
- package/dist/design-system-components/p-58fc8247.js +1 -0
- package/dist/design-system-components/p-5ae8901747.system.entry.js +1 -0
- package/dist/design-system-components/p-5c50f2cef2.system.entry.js +1 -0
- package/dist/design-system-components/p-66904dc1.js +1 -0
- package/dist/design-system-components/p-6913b916.system.js +1 -0
- package/dist/design-system-components/p-69e7c8d6.js +1 -0
- package/dist/design-system-components/p-6b45db53.system.js +1 -0
- package/dist/design-system-components/p-6d9437ffbc.system.entry.js +1 -0
- package/dist/design-system-components/p-6dbef894.system.js +15 -0
- package/dist/design-system-components/p-6e5745c8.system.js +1 -0
- package/dist/design-system-components/p-6e85c17f48.entry.js +1 -0
- package/dist/design-system-components/p-73581cf8da.system.entry.js +1 -0
- package/dist/design-system-components/p-74b03e35ee.system.entry.js +1 -0
- package/dist/design-system-components/p-787f9258.system.js +1 -0
- package/dist/design-system-components/p-79c2985964.system.entry.js +1 -0
- package/dist/design-system-components/p-7ab0701894.entry.js +1 -0
- package/dist/design-system-components/p-7ae44c17.js +1 -0
- package/dist/design-system-components/p-7bbef605f6.entry.js +1 -0
- package/dist/design-system-components/p-7e81ca1e68.system.entry.js +1 -0
- package/dist/design-system-components/p-7fa291836e.entry.js +1 -0
- package/dist/design-system-components/p-8062fa02.js +1 -0
- package/dist/design-system-components/p-8190374d11.system.entry.js +1 -0
- package/dist/design-system-components/p-81c2b431.system.js +1 -0
- package/dist/design-system-components/p-85995e5f62.system.entry.js +1 -0
- package/dist/design-system-components/p-88f18fbc.js +1 -0
- package/dist/design-system-components/p-8949aa8b.system.js +1 -0
- package/dist/design-system-components/p-8954495d.system.js +1 -0
- package/dist/design-system-components/p-8a2bab70.system.js +1 -0
- package/dist/design-system-components/p-8dc7ee30.js +1 -0
- package/dist/design-system-components/p-918fc22a64.entry.js +1 -0
- package/dist/design-system-components/p-922fd809.system.js +1 -0
- package/dist/design-system-components/p-923b9aa8a4.system.entry.js +1 -0
- package/dist/design-system-components/p-931979ce0f.system.entry.js +1 -0
- package/dist/design-system-components/p-943a57952b.entry.js +1 -0
- package/dist/design-system-components/p-94c2daea1c.entry.js +1 -0
- package/dist/design-system-components/p-96216bd1.js +1 -0
- package/dist/design-system-components/p-9775875176.system.entry.js +1 -0
- package/dist/design-system-components/p-99cfab9c.system.js +1 -0
- package/dist/design-system-components/p-9a3d9e17.js +1 -0
- package/dist/design-system-components/p-9a90c3203f.entry.js +1 -0
- package/dist/design-system-components/p-9b9c8ffc50.entry.js +1 -0
- package/dist/design-system-components/p-9c5c0a80d5.system.entry.js +1 -0
- package/dist/design-system-components/p-9d16afbe20.system.entry.js +1 -0
- package/dist/design-system-components/p-9fafb0dd64.system.entry.js +1 -0
- package/dist/design-system-components/p-a01f3206.system.js +1 -0
- package/dist/design-system-components/p-a0fe8d65.js +1 -0
- package/dist/design-system-components/p-a1817cd3.system.js +1 -0
- package/dist/design-system-components/p-a1f6e944.system.js +1 -0
- package/dist/design-system-components/p-a2e08fb63c.entry.js +1 -0
- package/dist/design-system-components/p-a566fc58c1.entry.js +1 -0
- package/dist/design-system-components/p-a5b064a2b7.system.entry.js +1 -0
- package/dist/design-system-components/p-a65354df.js +1 -0
- package/dist/design-system-components/p-a65bc5e2.js +1 -0
- package/dist/design-system-components/p-a6e7599e.js +1 -0
- package/dist/design-system-components/p-a705254c65.entry.js +1 -0
- package/dist/design-system-components/p-a7fc2da7.system.js +1 -0
- package/dist/design-system-components/p-a9070ffbcb.entry.js +1 -0
- package/dist/design-system-components/p-aafb6696.js +1 -0
- package/dist/design-system-components/p-ab2f2dac0b.entry.js +1 -0
- package/dist/design-system-components/p-acf222fd.js +1 -0
- package/dist/design-system-components/p-ad81b8ea.js +1 -0
- package/dist/design-system-components/p-ad9a7657.js +1 -0
- package/dist/design-system-components/p-adff9a327e.system.entry.js +1 -0
- package/dist/design-system-components/p-ae86d0a0.js +1 -0
- package/dist/design-system-components/p-ae9b85f1.system.js +1 -0
- package/dist/design-system-components/p-af6d973a1f.system.entry.js +1 -0
- package/dist/design-system-components/p-af7fd2bbfc.system.entry.js +1 -0
- package/dist/design-system-components/p-b316d3b582.entry.js +1 -0
- package/dist/design-system-components/p-b331f9f2ca.entry.js +1 -0
- package/dist/design-system-components/p-b345371778.system.entry.js +1 -0
- package/dist/design-system-components/p-b3f2c626.system.js +1 -0
- package/dist/design-system-components/p-b4607c3eec.system.entry.js +1 -0
- package/dist/design-system-components/p-b52ad8d5.system.js +1 -0
- package/dist/design-system-components/p-b6036a0000.entry.js +1 -0
- package/dist/design-system-components/p-b70d2aeb52.entry.js +1 -0
- package/dist/design-system-components/p-b77e3348.js +1 -0
- package/dist/design-system-components/p-b79d8942.system.js +1 -0
- package/dist/design-system-components/p-b80d9e4d.js +1 -0
- package/dist/design-system-components/p-b8a855baaf.entry.js +1 -0
- package/dist/design-system-components/p-ba46e30667.system.entry.js +1 -0
- package/dist/design-system-components/p-ba48864a3f.system.entry.js +1 -0
- package/dist/design-system-components/p-ba579059.system.js +1 -0
- package/dist/design-system-components/p-baf64616.system.js +1 -0
- package/dist/design-system-components/p-bafa7b4e.js +1 -0
- package/dist/design-system-components/p-bd712d6ba5.system.entry.js +1 -0
- package/dist/design-system-components/p-bfbc64f2.js +1 -0
- package/dist/design-system-components/p-c0a3d422.system.js +1 -0
- package/dist/design-system-components/p-c0c91eb1.js +1 -0
- package/dist/design-system-components/p-c21c278ae8.system.entry.js +1 -0
- package/dist/design-system-components/p-c2b22ebafb.entry.js +1 -0
- package/dist/design-system-components/p-c6ac2c70a1.entry.js +1 -0
- package/dist/design-system-components/p-c7e50c7bd5.system.entry.js +1 -0
- package/dist/design-system-components/p-c82fbacbce.system.entry.js +1 -0
- package/dist/design-system-components/p-c8875d92.js +1 -0
- package/dist/design-system-components/p-c963239926.system.entry.js +1 -0
- package/dist/design-system-components/p-ca119357.js +1 -0
- package/dist/design-system-components/p-cab2f10b36.entry.js +1 -0
- package/dist/design-system-components/p-cb5c4edf15.system.entry.js +1 -0
- package/dist/design-system-components/p-ce37dba1.js +1 -0
- package/dist/design-system-components/p-ce4f5a6a.js +1 -0
- package/dist/design-system-components/p-cfc54b97e2.system.entry.js +1 -0
- package/dist/design-system-components/p-d0537382.system.js +1 -0
- package/dist/design-system-components/p-d25a27214a.entry.js +1 -0
- package/dist/design-system-components/p-d2ee9b0a.system.js +1 -0
- package/dist/design-system-components/p-d3187c0b5b.entry.js +1 -0
- package/dist/design-system-components/p-d4196f46a8.entry.js +1 -0
- package/dist/design-system-components/p-d4bb91f0e9.entry.js +1 -0
- package/dist/design-system-components/p-d5114e1651.entry.js +1 -0
- package/dist/design-system-components/p-d669aabb6f.entry.js +1 -0
- package/dist/design-system-components/p-da76db9841.entry.js +1 -0
- package/dist/design-system-components/p-db0895e2.system.js +1 -0
- package/dist/design-system-components/p-db72afae43.entry.js +1 -0
- package/dist/design-system-components/p-dbdc311044.entry.js +1 -0
- package/dist/design-system-components/p-dbe4005195.system.entry.js +1 -0
- package/dist/design-system-components/p-dd5e13d1.js +1 -0
- package/dist/design-system-components/p-deda895cd6.entry.js +1 -0
- package/dist/design-system-components/p-e0248dd3.js +1 -0
- package/dist/design-system-components/p-e0bf7a6bdf.entry.js +1 -0
- package/dist/design-system-components/p-e2eb9a9926.entry.js +1 -0
- package/dist/design-system-components/p-e345f985b5.entry.js +1 -0
- package/dist/design-system-components/p-e581de20.js +1 -0
- package/dist/design-system-components/p-e61fa225.js +1 -0
- package/dist/design-system-components/p-e7d72d7c.system.js +1 -0
- package/dist/design-system-components/p-e8d90b5e.js +1 -0
- package/dist/design-system-components/p-e8fccb5920.entry.js +1 -0
- package/dist/design-system-components/p-ea7eaa01cb.entry.js +1 -0
- package/dist/design-system-components/p-ec1efe3d.js +1 -0
- package/dist/design-system-components/p-ec9a7cf5.system.js +1 -0
- package/dist/design-system-components/p-ecebb37bcb.system.entry.js +1 -0
- package/dist/design-system-components/p-edf150cef9.system.entry.js +1 -0
- package/dist/design-system-components/p-ee64e1ef94.system.entry.js +1 -0
- package/dist/design-system-components/p-eecefb0a.system.js +1 -0
- package/dist/design-system-components/p-f029750ba3.system.entry.js +1 -0
- package/dist/design-system-components/p-f072181b87.system.entry.js +1 -0
- package/dist/design-system-components/p-f07d4d4027.system.entry.js +1 -0
- package/dist/design-system-components/p-f101d07e3d.entry.js +1 -0
- package/dist/design-system-components/p-f2338ace59.system.entry.js +1 -0
- package/dist/design-system-components/p-f233fe25.system.js +1 -0
- package/dist/design-system-components/p-f26f1cacfd.system.entry.js +1 -0
- package/dist/design-system-components/p-f2ab8f9a.system.js +1 -0
- package/dist/design-system-components/p-f385e205.js +1 -0
- package/dist/design-system-components/p-f3f5ce4f.js +1 -0
- package/dist/design-system-components/p-f685fbb1d8.entry.js +1 -0
- package/dist/design-system-components/p-f75761207d.entry.js +1 -0
- package/dist/design-system-components/p-f8c5e9e7.system.js +1 -0
- package/dist/design-system-components/p-fc586c6a.system.js +1 -0
- package/dist/design-system-components/p-fe76780d.system.js +1 -0
- package/dist/design-system-components/p-fea0ec3579.entry.js +1 -0
- package/dist/design-system-components/p-ff50d1c870.entry.js +1 -0
- package/dist/esm/_commonjsHelpers-1c8beb5f.js +3 -0
- package/dist/esm/app-globals-46c15307.js +5 -0
- package/dist/esm/attributes-4fa7040f.js +40 -0
- package/dist/esm/bal-accordion_4.entry.js +531 -0
- package/dist/esm/bal-app.entry.js +70 -0
- package/dist/esm/bal-badge.entry.js +29 -0
- package/dist/esm/bal-button_2.entry.js +186 -0
- package/dist/esm/bal-card_6.entry.js +97 -0
- package/dist/esm/bal-carousel_2.entry.js +452 -0
- package/dist/esm/bal-checkbox-button.entry.js +207 -0
- package/dist/esm/bal-checkbox_2.entry.js +595 -0
- package/dist/esm/bal-close.entry.js +52 -0
- package/dist/esm/bal-close.i18n-f2daa707.js +34 -0
- package/dist/esm/bal-content.entry.js +52 -0
- package/dist/esm/bal-data_4.entry.js +89 -0
- package/dist/esm/bal-date-calendar-cell.entry.js +44 -0
- package/dist/esm/bal-date-calendar_2.entry.js +1473 -0
- package/dist/esm/bal-date.entry.js +309 -0
- package/dist/esm/bal-datepicker.entry.js +1067 -0
- package/dist/esm/bal-datepicker.i18n-63a3cb67.js +74 -0
- package/dist/esm/bal-divider.entry.js +40 -0
- package/dist/esm/bal-doc-app.entry.js +227 -0
- package/dist/esm/bal-field_5.entry.js +307 -0
- package/dist/esm/bal-file-upload.entry.js +362 -0
- package/dist/esm/bal-file-upload.type-2a70f4ec.js +10 -0
- package/dist/esm/bal-footer.entry.js +126 -0
- package/dist/esm/bal-form-col_2.entry.js +38 -0
- package/dist/esm/bal-form.entry.js +29 -0
- package/dist/esm/bal-heading_2.entry.js +218 -0
- package/dist/esm/bal-hint_3.entry.js +180 -0
- package/dist/esm/bal-icon.entry.js +1031 -0
- package/dist/esm/bal-input-group.entry.js +26 -0
- package/dist/esm/bal-input-slider.entry.js +176 -0
- package/dist/esm/bal-input-stepper.entry.js +1224 -0
- package/dist/esm/bal-input-stepper.i18n-aaa4a009.js +44 -0
- package/dist/esm/bal-input.entry.js +470 -0
- package/dist/esm/bal-label.entry.js +97 -0
- package/dist/esm/bal-label.i18n-4212be56.js +34 -0
- package/dist/esm/bal-list_8.entry.js +502 -0
- package/dist/esm/bal-logo.animation-560601c6.js +3462 -0
- package/dist/esm/bal-logo.entry.js +153 -0
- package/dist/esm/bal-modal_3.entry.js +285 -0
- package/dist/esm/bal-nav_8.entry.js +1001 -0
- package/dist/esm/bal-navbar_5.entry.js +182 -0
- package/dist/esm/bal-notices.entry.js +21 -0
- package/dist/esm/bal-notification.entry.js +17 -0
- package/dist/esm/bal-number-input.entry.js +475 -0
- package/dist/esm/bal-pagination.entry.js +264 -0
- package/dist/esm/bal-popover_2.entry.js +2139 -0
- package/dist/esm/bal-popup.entry.js +625 -0
- package/dist/esm/bal-progress-bar.entry.js +79 -0
- package/dist/esm/bal-radio-button.entry.js +207 -0
- package/dist/esm/bal-radio_2.entry.js +603 -0
- package/dist/esm/bal-select_2.entry.js +784 -0
- package/dist/esm/bal-shape.entry.js +60 -0
- package/dist/esm/bal-sheet.entry.js +22 -0
- package/dist/esm/bal-snackbar.entry.js +72 -0
- package/dist/esm/bal-spinner.animation-81d4326e.js +4533 -0
- package/dist/esm/bal-spinner.entry.js +122 -0
- package/dist/esm/bal-stack.entry.js +64 -0
- package/dist/esm/bal-stage_6.entry.js +120 -0
- package/dist/esm/bal-step-item.entry.js +62 -0
- package/dist/esm/bal-step.util-3905ad56.js +5 -0
- package/dist/esm/bal-steps.entry.js +247 -0
- package/dist/esm/bal-tab-item_2.entry.js +673 -0
- package/dist/esm/bal-tab.util-933315fe.js +5 -0
- package/dist/esm/bal-table.entry.js +22 -0
- package/dist/esm/bal-tag_2.entry.js +57 -0
- package/dist/esm/bal-textarea.entry.js +131 -0
- package/dist/esm/bal-time-input.entry.js +170 -0
- package/dist/esm/bal-time-input.i18n-157c7092.js +44 -0
- package/dist/esm/bal-toast.entry.js +50 -0
- package/dist/esm/bal-tooltip.entry.js +254 -0
- package/dist/esm/bem-8c7d2eb0.js +10 -0
- package/dist/esm/breakpoints.decorator-4a749810.js +17 -0
- package/dist/esm/breakpoints.subject-7ff7a13a.js +251 -0
- package/dist/esm/browser-a8073d92.js +62 -0
- package/dist/esm/config.decorator-d18abfe1.js +17 -0
- package/dist/esm/config.default-79f94bf7.js +44 -0
- package/dist/esm/config.utils-6ac6c9bd.js +72 -0
- package/dist/esm/contact-91a44c8c.js +1633 -0
- package/dist/esm/date-db6afc26.js +8482 -0
- package/dist/esm/design-system-components.js +26 -0
- package/dist/esm/device-8c6d2881.js +51 -0
- package/dist/esm/element-states.decorator-071e2b6b.js +95 -0
- package/dist/esm/floating-ui.dom.esm-f1cf1077.js +1454 -0
- package/dist/esm/focus-visible-f0cdd043.js +72 -0
- package/dist/esm/focus.decorator-8acd79c3.js +86 -0
- package/dist/esm/form-fb8dd9f5.js +21 -0
- package/dist/esm/form-input-28a08ec5.js +77 -0
- package/dist/esm/global-648bb593.js +7 -0
- package/dist/esm/helpers-c201154e.js +246 -0
- package/dist/esm/icons.constant-a7885631.js +30 -0
- package/dist/esm/index-4d3658f6.js +2490 -0
- package/dist/esm/index-82aff103.js +35 -0
- package/dist/esm/index-db06fb0e.js +592 -0
- package/dist/esm/index.esm-ec4cba26.js +7373 -0
- package/dist/esm/index.js +184 -0
- package/dist/esm/initialize-ff8054a2.js +281 -0
- package/dist/esm/keys.constant-0eb059e0.js +19 -0
- package/dist/esm/listener-04842ae9.js +85 -0
- package/dist/esm/loader.js +17 -0
- package/dist/esm/log-dfd1c19f.js +77 -0
- package/dist/esm/lottie_light_html-ab90e4a2.js +11692 -0
- package/dist/esm/mutation.decorator-af19e75a.js +119 -0
- package/dist/esm/overlays-9d49a4a5.js +76 -0
- package/dist/esm/polyfills/core-js.js +11 -0
- package/dist/esm/polyfills/dom.js +79 -0
- package/dist/esm/polyfills/es5-html-element.js +1 -0
- package/dist/esm/polyfills/index.js +34 -0
- package/dist/esm/polyfills/system.js +6 -0
- package/dist/esm/resize.decorator-f70563b5.js +78 -0
- package/dist/esm/scroll-972c7ce5.js +78 -0
- package/dist/esm/style-ca1bd202.js +24 -0
- package/dist/esm/swipe.decorator-9d904794.js +23 -0
- package/dist/esm/swipe.subject-f1d64e8d.js +57 -0
- package/dist/esm/tokens.esm-6fb6283c.js +20 -0
- package/dist/esm/tslib.es6-654e2c24.js +27 -0
- package/dist/esm/utils-9fbab1d3.js +76 -0
- package/dist/esm-es5/_commonjsHelpers-1c8beb5f.js +1 -0
- package/dist/esm-es5/app-globals-46c15307.js +1 -0
- package/dist/esm-es5/attributes-4fa7040f.js +1 -0
- package/dist/esm-es5/bal-accordion_4.entry.js +1 -0
- package/dist/esm-es5/bal-app.entry.js +1 -0
- package/dist/esm-es5/bal-badge.entry.js +1 -0
- package/dist/esm-es5/bal-button_2.entry.js +1 -0
- package/dist/esm-es5/bal-card_6.entry.js +1 -0
- package/dist/esm-es5/bal-carousel_2.entry.js +1 -0
- package/dist/esm-es5/bal-checkbox-button.entry.js +1 -0
- package/dist/esm-es5/bal-checkbox_2.entry.js +1 -0
- package/dist/esm-es5/bal-close.entry.js +1 -0
- package/dist/esm-es5/bal-close.i18n-f2daa707.js +1 -0
- package/dist/esm-es5/bal-content.entry.js +1 -0
- package/dist/esm-es5/bal-data_4.entry.js +1 -0
- package/dist/esm-es5/bal-date-calendar-cell.entry.js +1 -0
- package/dist/esm-es5/bal-date-calendar_2.entry.js +1 -0
- package/dist/esm-es5/bal-date.entry.js +1 -0
- package/dist/esm-es5/bal-datepicker.entry.js +1 -0
- package/dist/esm-es5/bal-datepicker.i18n-63a3cb67.js +1 -0
- package/dist/esm-es5/bal-divider.entry.js +1 -0
- package/dist/esm-es5/bal-doc-app.entry.js +1 -0
- package/dist/esm-es5/bal-field_5.entry.js +1 -0
- package/dist/esm-es5/bal-file-upload.entry.js +1 -0
- package/dist/esm-es5/bal-file-upload.type-2a70f4ec.js +1 -0
- package/dist/esm-es5/bal-footer.entry.js +1 -0
- package/dist/esm-es5/bal-form-col_2.entry.js +1 -0
- package/dist/esm-es5/bal-form.entry.js +1 -0
- package/dist/esm-es5/bal-heading_2.entry.js +1 -0
- package/dist/esm-es5/bal-hint_3.entry.js +1 -0
- package/dist/esm-es5/bal-icon.entry.js +1 -0
- package/dist/esm-es5/bal-input-group.entry.js +1 -0
- package/dist/esm-es5/bal-input-slider.entry.js +1 -0
- package/dist/esm-es5/bal-input-stepper.entry.js +1 -0
- package/dist/esm-es5/bal-input-stepper.i18n-aaa4a009.js +1 -0
- package/dist/esm-es5/bal-input.entry.js +1 -0
- package/dist/esm-es5/bal-label.entry.js +1 -0
- package/dist/esm-es5/bal-label.i18n-4212be56.js +1 -0
- package/dist/esm-es5/bal-list_8.entry.js +1 -0
- package/dist/esm-es5/bal-logo.animation-560601c6.js +1 -0
- package/dist/esm-es5/bal-logo.entry.js +1 -0
- package/dist/esm-es5/bal-modal_3.entry.js +1 -0
- package/dist/esm-es5/bal-nav_8.entry.js +1 -0
- package/dist/esm-es5/bal-navbar_5.entry.js +1 -0
- package/dist/esm-es5/bal-notices.entry.js +1 -0
- package/dist/esm-es5/bal-notification.entry.js +1 -0
- package/dist/esm-es5/bal-number-input.entry.js +1 -0
- package/dist/esm-es5/bal-pagination.entry.js +1 -0
- package/dist/esm-es5/bal-popover_2.entry.js +1 -0
- package/dist/esm-es5/bal-popup.entry.js +1 -0
- package/dist/esm-es5/bal-progress-bar.entry.js +1 -0
- package/dist/esm-es5/bal-radio-button.entry.js +1 -0
- package/dist/esm-es5/bal-radio_2.entry.js +1 -0
- package/dist/esm-es5/bal-select_2.entry.js +1 -0
- package/dist/esm-es5/bal-shape.entry.js +1 -0
- package/dist/esm-es5/bal-sheet.entry.js +1 -0
- package/dist/esm-es5/bal-snackbar.entry.js +1 -0
- package/dist/esm-es5/bal-spinner.animation-81d4326e.js +1 -0
- package/dist/esm-es5/bal-spinner.entry.js +1 -0
- package/dist/esm-es5/bal-stack.entry.js +1 -0
- package/dist/esm-es5/bal-stage_6.entry.js +1 -0
- package/dist/esm-es5/bal-step-item.entry.js +1 -0
- package/dist/esm-es5/bal-step.util-3905ad56.js +1 -0
- package/dist/esm-es5/bal-steps.entry.js +1 -0
- package/dist/esm-es5/bal-tab-item_2.entry.js +1 -0
- package/dist/esm-es5/bal-tab.util-933315fe.js +1 -0
- package/dist/esm-es5/bal-table.entry.js +1 -0
- package/dist/esm-es5/bal-tag_2.entry.js +1 -0
- package/dist/esm-es5/bal-textarea.entry.js +1 -0
- package/dist/esm-es5/bal-time-input.entry.js +1 -0
- package/dist/esm-es5/bal-time-input.i18n-157c7092.js +1 -0
- package/dist/esm-es5/bal-toast.entry.js +1 -0
- package/dist/esm-es5/bal-tooltip.entry.js +1 -0
- package/dist/esm-es5/bem-8c7d2eb0.js +1 -0
- package/dist/esm-es5/breakpoints.decorator-4a749810.js +1 -0
- package/dist/esm-es5/breakpoints.subject-7ff7a13a.js +1 -0
- package/dist/esm-es5/browser-a8073d92.js +1 -0
- package/dist/esm-es5/config.decorator-d18abfe1.js +1 -0
- package/dist/esm-es5/config.default-79f94bf7.js +1 -0
- package/dist/esm-es5/config.utils-6ac6c9bd.js +1 -0
- package/dist/esm-es5/contact-91a44c8c.js +1 -0
- package/dist/esm-es5/date-db6afc26.js +1 -0
- package/dist/esm-es5/design-system-components.js +1 -0
- package/dist/esm-es5/device-8c6d2881.js +1 -0
- package/dist/esm-es5/element-states.decorator-071e2b6b.js +1 -0
- package/dist/esm-es5/floating-ui.dom.esm-f1cf1077.js +1 -0
- package/dist/esm-es5/focus-visible-f0cdd043.js +1 -0
- package/dist/esm-es5/focus.decorator-8acd79c3.js +1 -0
- package/dist/esm-es5/form-fb8dd9f5.js +1 -0
- package/dist/esm-es5/form-input-28a08ec5.js +1 -0
- package/dist/esm-es5/global-648bb593.js +1 -0
- package/dist/esm-es5/helpers-c201154e.js +1 -0
- package/dist/esm-es5/icons.constant-a7885631.js +1 -0
- package/dist/esm-es5/index-4d3658f6.js +2 -0
- package/dist/esm-es5/index-82aff103.js +1 -0
- package/dist/esm-es5/index-db06fb0e.js +1 -0
- package/dist/esm-es5/index.esm-ec4cba26.js +1 -0
- package/dist/esm-es5/index.js +1 -0
- package/dist/esm-es5/initialize-ff8054a2.js +1 -0
- package/dist/esm-es5/keys.constant-0eb059e0.js +1 -0
- package/dist/esm-es5/listener-04842ae9.js +1 -0
- package/dist/esm-es5/loader.js +1 -0
- package/dist/esm-es5/log-dfd1c19f.js +1 -0
- package/dist/esm-es5/lottie_light_html-ab90e4a2.js +9 -0
- package/dist/esm-es5/mutation.decorator-af19e75a.js +1 -0
- package/dist/esm-es5/overlays-9d49a4a5.js +1 -0
- package/dist/esm-es5/resize.decorator-f70563b5.js +1 -0
- package/dist/esm-es5/scroll-972c7ce5.js +1 -0
- package/dist/esm-es5/style-ca1bd202.js +1 -0
- package/dist/esm-es5/swipe.decorator-9d904794.js +1 -0
- package/dist/esm-es5/swipe.subject-f1d64e8d.js +1 -0
- package/dist/esm-es5/tokens.esm-6fb6283c.js +1 -0
- package/dist/esm-es5/tslib.es6-654e2c24.js +15 -0
- package/dist/esm-es5/utils-9fbab1d3.js +1 -0
- package/dist/html.html-data.json +6824 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/types/components/bal-accordion/bal-accordion-details/bal-accordion-details.d.ts +47 -0
- package/dist/types/components/bal-accordion/bal-accordion-summary/bal-accordion-summary.d.ts +52 -0
- package/dist/types/components/bal-accordion/bal-accordion-trigger/bal-accordion-trigger.d.ts +76 -0
- package/dist/types/components/bal-accordion/bal-accordion.d.ts +131 -0
- package/dist/types/components/bal-accordion/bal-accordion.interfaces.d.ts +16 -0
- package/dist/types/components/bal-app/bal-app.d.ts +22 -0
- package/dist/types/components/bal-app/bal-app.interfaces.d.ts +7 -0
- package/dist/types/components/bal-badge/bal-badge.d.ts +21 -0
- package/dist/types/components/bal-badge/bal-badge.interfaces.d.ts +6 -0
- package/dist/types/components/bal-button/bal-button-group/bal-button-group.d.ts +17 -0
- package/dist/types/components/bal-button/bal-button.d.ts +135 -0
- package/dist/types/components/bal-button/bal-button.interfaces.d.ts +28 -0
- package/dist/types/components/bal-card/bal-card-actions/bal-card-actions.d.ts +7 -0
- package/dist/types/components/bal-card/bal-card-button/bal-card-button.d.ts +32 -0
- package/dist/types/components/bal-card/bal-card-content/bal-card-content.d.ts +3 -0
- package/dist/types/components/bal-card/bal-card-subtitle/bal-card-subtitle.d.ts +15 -0
- package/dist/types/components/bal-card/bal-card-title/bal-card-title.d.ts +7 -0
- package/dist/types/components/bal-card/bal-card.d.ts +40 -0
- package/dist/types/components/bal-card/bal-card.interfaces.d.ts +8 -0
- package/dist/types/components/bal-carousel/bal-carousel-item/bal-carousel-item.d.ts +69 -0
- package/dist/types/components/bal-carousel/bal-carousel.d.ts +132 -0
- package/dist/types/components/bal-carousel/bal-carousel.i18n.d.ts +7 -0
- package/dist/types/components/bal-carousel/bal-carousel.interfaces.d.ts +22 -0
- package/dist/types/components/bal-carousel/bal-carousel.type.d.ts +18 -0
- package/dist/types/components/bal-carousel/controls/dot-control.d.ts +10 -0
- package/dist/types/components/bal-carousel/controls/large-control.d.ts +12 -0
- package/dist/types/components/bal-carousel/controls/small-control.d.ts +11 -0
- package/dist/types/components/bal-carousel/controls/tab-control.d.ts +11 -0
- package/dist/types/components/bal-checkbox/bal-checkbox-button/bal-checkbox-button.d.ts +102 -0
- package/dist/types/components/bal-checkbox/bal-checkbox-group/bal-checkbox-group.d.ts +153 -0
- package/dist/types/components/bal-checkbox/bal-checkbox.d.ts +188 -0
- package/dist/types/components/bal-checkbox/bal-checkbox.interfaces.d.ts +39 -0
- package/dist/types/components/bal-checkbox/bal-checkbox.type.d.ts +17 -0
- package/dist/types/components/bal-checkbox/utils/bal-checkbox.util.d.ts +18 -0
- package/dist/types/components/bal-close/bal-close.d.ts +23 -0
- package/dist/types/components/bal-close/bal-close.i18n.d.ts +6 -0
- package/dist/types/components/bal-close/bal-close.interfaces.d.ts +4 -0
- package/dist/types/components/bal-content/bal-content.d.ts +39 -0
- package/dist/types/components/bal-content/bal-content.interfaces.d.ts +7 -0
- package/dist/types/components/bal-data/bal-data-item/bal-data-item.d.ts +11 -0
- package/dist/types/components/bal-data/bal-data-label/bal-data-label.d.ts +7 -0
- package/dist/types/components/bal-data/bal-data-value/bal-data-value.d.ts +30 -0
- package/dist/types/components/bal-data/bal-data.d.ts +17 -0
- package/dist/types/components/bal-data/bal-data.interfaces.d.ts +13 -0
- package/dist/types/components/bal-date/bal-date-calendar/bal-date-calendar.d.ts +120 -0
- package/dist/types/components/bal-date/bal-date-calendar/bal-date-calendar.interfaces.d.ts +18 -0
- package/dist/types/components/bal-date/bal-date-calendar/components/bal-date-calendar__gird.d.ts +12 -0
- package/dist/types/components/bal-date/bal-date-calendar/components/bal-date-calendar__list.d.ts +11 -0
- package/dist/types/components/bal-date/bal-date-calendar/components/bal-date-calendar__nav.d.ts +14 -0
- package/dist/types/components/bal-date/bal-date-calendar-cell/bal-date-calendar-cell.d.ts +29 -0
- package/dist/types/components/bal-date/bal-date.d.ts +225 -0
- package/dist/types/components/bal-date/bal-date.i18n.d.ts +8 -0
- package/dist/types/components/bal-date/bal-date.interfaces.d.ts +26 -0
- package/dist/types/components/bal-date/utils/calendar.d.ts +38 -0
- package/dist/types/components/bal-datepicker/bal-datepicker.d.ts +221 -0
- package/dist/types/components/bal-datepicker/bal-datepicker.i18n.d.ts +10 -0
- package/dist/types/components/bal-datepicker/bal-datepicker.interfaces.d.ts +22 -0
- package/dist/types/components/bal-datepicker/bal-datepicker.type.d.ts +14 -0
- package/dist/types/components/bal-divider/bal-divider.d.ts +28 -0
- package/dist/types/components/bal-divider/bal-divider.interfaces.d.ts +6 -0
- package/dist/types/components/bal-field/bal-field-control/bal-field-control.d.ts +23 -0
- package/dist/types/components/bal-field/bal-field-hint/bal-field-hint.d.ts +15 -0
- package/dist/types/components/bal-field/bal-field-label/bal-field-label.d.ts +55 -0
- package/dist/types/components/bal-field/bal-field-label/bal-field-label.i18n.d.ts +6 -0
- package/dist/types/components/bal-field/bal-field-message/bal-field-message.d.ts +29 -0
- package/dist/types/components/bal-field/bal-field.d.ts +62 -0
- package/dist/types/components/bal-field/bal-field.interfaces.d.ts +14 -0
- package/dist/types/components/bal-file-upload/bal-file-upload.d.ts +180 -0
- package/dist/types/components/bal-file-upload/bal-file-upload.interfaces.d.ts +32 -0
- package/dist/types/components/bal-file-upload/bal-file-upload.type.d.ts +11 -0
- package/dist/types/components/bal-file-upload/components/file-list.d.ts +8 -0
- package/dist/types/components/bal-file-upload/test/file.mock.d.ts +1 -0
- package/dist/types/components/bal-file-upload/utils/file-list.util.d.ts +9 -0
- package/dist/types/components/bal-file-upload/utils/file-validation.util.d.ts +13 -0
- package/dist/types/components/bal-footer/bal-footer.d.ts +53 -0
- package/dist/types/components/bal-form/bal-form.d.ts +17 -0
- package/dist/types/components/bal-form-grid/bal-form-col/bal-form-col.d.ts +7 -0
- package/dist/types/components/bal-form-grid/bal-form-gird.interfaces.d.ts +4 -0
- package/dist/types/components/bal-form-grid/bal-form-grid.d.ts +4 -0
- package/dist/types/components/bal-heading/bal-heading.const.d.ts +13 -0
- package/dist/types/components/bal-heading/bal-heading.d.ts +74 -0
- package/dist/types/components/bal-heading/bal-heading.interfaces.d.ts +6 -0
- package/dist/types/components/bal-hint/bal-hint-text/bal-hint-text.d.ts +3 -0
- package/dist/types/components/bal-hint/bal-hint-title/bal-hint-title.d.ts +3 -0
- package/dist/types/components/bal-hint/bal-hint.d.ts +44 -0
- package/dist/types/components/bal-icon/bal-icon.d.ts +76 -0
- package/dist/types/components/bal-icon/bal-icon.interfaces.d.ts +5 -0
- package/dist/types/components/bal-input/bal-input-date/bal-input-date.d.ts +151 -0
- package/dist/types/components/bal-input/bal-input-util.d.ts +40 -0
- package/dist/types/components/bal-input/bal-input.d.ts +198 -0
- package/dist/types/components/bal-input/bal-input.interfaces.d.ts +38 -0
- package/dist/types/components/bal-input-group/bal-input-group.d.ts +17 -0
- package/dist/types/components/bal-input-slider/bal-input-slider.d.ts +115 -0
- package/dist/types/components/bal-input-slider/bal-input-slider.interfaces.d.ts +17 -0
- package/dist/types/components/bal-input-stepper/bal-input-stepper.d.ts +110 -0
- package/dist/types/components/bal-input-stepper/bal-input-stepper.i18n.d.ts +7 -0
- package/dist/types/components/bal-input-stepper/bal-input-stepper.interfaces.d.ts +19 -0
- package/dist/types/components/bal-label/bal-label.d.ts +93 -0
- package/dist/types/components/bal-label/bal-label.i18n.d.ts +6 -0
- package/dist/types/components/bal-label/bal-label.interfaces.d.ts +5 -0
- package/dist/types/components/bal-list/bal-list-item/bal-list-item.d.ts +126 -0
- package/dist/types/components/bal-list/bal-list-item-accordion-body/bal-list-item-accordion-body.d.ts +52 -0
- package/dist/types/components/bal-list/bal-list-item-accordion-head/bal-list-item-accordion-head.d.ts +34 -0
- package/dist/types/components/bal-list/bal-list-item-content/bal-list-item-content.d.ts +4 -0
- package/dist/types/components/bal-list/bal-list-item-icon/bal-list-item-icon.d.ts +7 -0
- package/dist/types/components/bal-list/bal-list-item-subtitle/bal-list-item-subtitle.d.ts +3 -0
- package/dist/types/components/bal-list/bal-list-item-title/bal-list-item-title.d.ts +13 -0
- package/dist/types/components/bal-list/bal-list.d.ts +26 -0
- package/dist/types/components/bal-list/bal-list.interfaces.d.ts +29 -0
- package/dist/types/components/bal-logo/bal-logo.animation.d.ts +2 -0
- package/dist/types/components/bal-logo/bal-logo.d.ts +58 -0
- package/dist/types/components/bal-logo/bal-logo.data.d.ts +1862 -0
- package/dist/types/components/bal-logo/bal-logo.interfaces.d.ts +6 -0
- package/dist/types/components/bal-modal/bal-modal-body/bal-modal-body.d.ts +3 -0
- package/dist/types/components/bal-modal/bal-modal-header/bal-modal-header.d.ts +6 -0
- package/dist/types/components/bal-modal/bal-modal.controller.d.ts +10 -0
- package/dist/types/components/bal-modal/bal-modal.d.ts +106 -0
- package/dist/types/components/bal-modal/bal-modal.interfaces.d.ts +31 -0
- package/dist/types/components/bal-modal/bal-modal.type.d.ts +38 -0
- package/dist/types/components/bal-nav/bal-nav-link/bal-nav-link.d.ts +36 -0
- package/dist/types/components/bal-nav/bal-nav-link/bal-nav-link.interfaces.d.ts +4 -0
- package/dist/types/components/bal-nav/bal-nav-link-grid/bal-nav-link-grid.d.ts +11 -0
- package/dist/types/components/bal-nav/bal-nav-link-grid-col/bal-nav-link-grid-col.d.ts +19 -0
- package/dist/types/components/bal-nav/bal-nav-link-grid-col/bal-nav-link-grid-col.interfaces.d.ts +4 -0
- package/dist/types/components/bal-nav/bal-nav-link-group/bal-nav-link-group.d.ts +19 -0
- package/dist/types/components/bal-nav/bal-nav-link-group/bal-nav-link-group.interfaces.d.ts +4 -0
- package/dist/types/components/bal-nav/bal-nav-menu-bar/bal-nav-menu-bar.d.ts +31 -0
- package/dist/types/components/bal-nav/bal-nav-menu-bar/bal-nav-menu-bar.interfaces.d.ts +6 -0
- package/dist/types/components/bal-nav/bal-nav-menu-flyout/bal-nav-menu-flyout.d.ts +36 -0
- package/dist/types/components/bal-nav/bal-nav-menu-flyout/bal-nav-menu-flyout.interfaces.d.ts +4 -0
- package/dist/types/components/bal-nav/bal-nav-meta-bar/bal-nav-meta-bar.d.ts +40 -0
- package/dist/types/components/bal-nav/bal-nav-meta-bar/bal-nav-meta-bar.interfaces.d.ts +8 -0
- package/dist/types/components/bal-nav/bal-nav.d.ts +108 -0
- package/dist/types/components/bal-nav/bal-nav.i18n.d.ts +7 -0
- package/dist/types/components/bal-nav/bal-nav.interfaces.d.ts +67 -0
- package/dist/types/components/bal-nav/bal-nav.types.d.ts +5 -0
- package/dist/types/components/bal-nav/components/accordion-button.d.ts +12 -0
- package/dist/types/components/bal-nav/components/overview-link.d.ts +8 -0
- package/dist/types/components/bal-nav/components/section-list.d.ts +6 -0
- package/dist/types/components/bal-nav/components/service-list.d.ts +6 -0
- package/dist/types/components/bal-nav/models/bal-nav-link-item.d.ts +26 -0
- package/dist/types/components/bal-nav/models/bal-nav-menu-link-item.d.ts +19 -0
- package/dist/types/components/bal-nav/models/bal-nav-meta-button.d.ts +18 -0
- package/dist/types/components/bal-nav/models/bal-nav-meta-link-item.d.ts +15 -0
- package/dist/types/components/bal-nav/models/bal-nav-section-link-item.d.ts +16 -0
- package/dist/types/components/bal-nav/models/bal-nav-service-link-item.d.ts +16 -0
- package/dist/types/components/bal-navbar/bal-navbar-brand/bal-navbar-brand.d.ts +58 -0
- package/dist/types/components/bal-navbar/bal-navbar-menu/bal-navbar-menu.d.ts +20 -0
- package/dist/types/components/bal-navbar/bal-navbar-menu-end/bal-navbar-menu-end.d.ts +10 -0
- package/dist/types/components/bal-navbar/bal-navbar-menu-start/bal-navbar-menu-start.d.ts +10 -0
- package/dist/types/components/bal-navbar/bal-navbar.d.ts +22 -0
- package/dist/types/components/bal-navbar/bal-navbar.interfaces.d.ts +16 -0
- package/dist/types/components/bal-notices/bal-notices.d.ts +7 -0
- package/dist/types/components/bal-notification/bal-notification.d.ts +8 -0
- package/dist/types/components/bal-notification/bal-notification.interfaces.d.ts +4 -0
- package/dist/types/components/bal-number-input/bal-number-input.d.ts +170 -0
- package/dist/types/components/bal-number-input/bal-number-input.interfaces.d.ts +17 -0
- package/dist/types/components/bal-number-input/bal-number-input.utils.d.ts +16 -0
- package/dist/types/components/bal-pagination/bal-pagination.d.ts +71 -0
- package/dist/types/components/bal-pagination/bal-pagination.i18n.d.ts +7 -0
- package/dist/types/components/bal-pagination/bal-pagination.interfaces.d.ts +14 -0
- package/dist/types/components/bal-pagination/bal-pagination.util.d.ts +7 -0
- package/dist/types/components/bal-popover/bal-popover-content/bal-popover-content.d.ts +50 -0
- package/dist/types/components/bal-popover/bal-popover.d.ts +144 -0
- package/dist/types/components/bal-popover/bal-popover.interfaces.d.ts +18 -0
- package/dist/types/components/bal-popup/bal-popup.d.ts +173 -0
- package/dist/types/components/bal-popup/bal-popup.interfaces.d.ts +18 -0
- package/dist/types/components/bal-popup/variants/abstract-variant.renderer.d.ts +14 -0
- package/dist/types/components/bal-popup/variants/drawer-variant.renderer.d.ts +9 -0
- package/dist/types/components/bal-popup/variants/fullscreen-variant.renderer.d.ts +8 -0
- package/dist/types/components/bal-popup/variants/index.d.ts +4 -0
- package/dist/types/components/bal-popup/variants/popover-variant.renderer.d.ts +14 -0
- package/dist/types/components/bal-popup/variants/variant.interfaces.d.ts +29 -0
- package/dist/types/components/bal-popup/variants/variant.renderer.d.ts +8 -0
- package/dist/types/components/bal-progress-bar/bal-progress-bar.d.ts +42 -0
- package/dist/types/components/bal-progress-bar/bal-progress-bar.interfaces.d.ts +4 -0
- package/dist/types/components/bal-radio/bal-radio-button/bal-radio-button.d.ts +102 -0
- package/dist/types/components/bal-radio/bal-radio-group/bal-radio-group.d.ts +157 -0
- package/dist/types/components/bal-radio/bal-radio.d.ts +154 -0
- package/dist/types/components/bal-radio/bal-radio.interfaces.d.ts +39 -0
- package/dist/types/components/bal-radio/bal-radio.type.d.ts +17 -0
- package/dist/types/components/bal-radio/utils/bal-radio.util.d.ts +17 -0
- package/dist/types/components/bal-select/bal-select-option/bal-select-option.d.ts +24 -0
- package/dist/types/components/bal-select/bal-select.d.ts +269 -0
- package/dist/types/components/bal-select/bal-select.interfaces.d.ts +24 -0
- package/dist/types/components/bal-select/utils/bal-option.type.d.ts +6 -0
- package/dist/types/components/bal-select/utils/bal-option.util.d.ts +3 -0
- package/dist/types/components/bal-select/utils/utils.d.ts +11 -0
- package/dist/types/components/bal-select/utils/watch-options.d.ts +1 -0
- package/dist/types/components/bal-shape/bal-shape.d.ts +18 -0
- package/dist/types/components/bal-shape/bal-shape.interfaces.d.ts +6 -0
- package/dist/types/components/bal-sheet/bal-sheet.d.ts +7 -0
- package/dist/types/components/bal-sheet/bal-sheet.interfaces.d.ts +4 -0
- package/dist/types/components/bal-snackbar/bal-snackbar.controller.d.ts +13 -0
- package/dist/types/components/bal-snackbar/bal-snackbar.d.ts +69 -0
- package/dist/types/components/bal-snackbar/bal-snackbar.interfaces.d.ts +14 -0
- package/dist/types/components/bal-spinner/bal-spinner.animation.d.ts +2 -0
- package/dist/types/components/bal-spinner/bal-spinner.d.ts +55 -0
- package/dist/types/components/bal-spinner/bal-spinner.data.d.ts +1756 -0
- package/dist/types/components/bal-stack/bal-stack.d.ts +64 -0
- package/dist/types/components/bal-stack/bal-stack.interfaces.d.ts +8 -0
- package/dist/types/components/bal-stage/bal-stage-back-link/bal-stage-back-link.d.ts +17 -0
- package/dist/types/components/bal-stage/bal-stage-body/bal-stage-body.d.ts +5 -0
- package/dist/types/components/bal-stage/bal-stage-foot/bal-stage-foot.d.ts +5 -0
- package/dist/types/components/bal-stage/bal-stage-head/bal-stage-head.d.ts +5 -0
- package/dist/types/components/bal-stage/bal-stage-image/bal-stage-image.d.ts +15 -0
- package/dist/types/components/bal-stage/bal-stage.d.ts +30 -0
- package/dist/types/components/bal-stage/bal-stage.interfaces.d.ts +6 -0
- package/dist/types/components/bal-steps/bal-step-item/bal-step-item.d.ts +78 -0
- package/dist/types/components/bal-steps/bal-step.type.d.ts +19 -0
- package/dist/types/components/bal-steps/bal-step.util.d.ts +16 -0
- package/dist/types/components/bal-steps/bal-steps.d.ts +86 -0
- package/dist/types/components/bal-steps/bal-steps.interfaces.d.ts +16 -0
- package/dist/types/components/bal-steps/components/step-button.d.ts +9 -0
- package/dist/types/components/bal-steps/components/step-icon.d.ts +6 -0
- package/dist/types/components/bal-steps/components/step-label.d.ts +5 -0
- package/dist/types/components/bal-table/bal-table.d.ts +9 -0
- package/dist/types/components/bal-tabs/bal-tab-item/bal-tab-item.d.ts +80 -0
- package/dist/types/components/bal-tabs/bal-tab.type.d.ts +67 -0
- package/dist/types/components/bal-tabs/bal-tab.util.d.ts +16 -0
- package/dist/types/components/bal-tabs/bal-tabs.d.ts +192 -0
- package/dist/types/components/bal-tabs/bal-tabs.interfaces.d.ts +26 -0
- package/dist/types/components/bal-tabs/components/tab-button.d.ts +20 -0
- package/dist/types/components/bal-tabs/components/tab-icon.d.ts +11 -0
- package/dist/types/components/bal-tabs/components/tab-label.d.ts +11 -0
- package/dist/types/components/bal-tabs/components/tab-nav.d.ts +25 -0
- package/dist/types/components/bal-tabs/components/tab-select.d.ts +8 -0
- package/dist/types/components/bal-tag/bal-tag-group/bal-tag-group.d.ts +3 -0
- package/dist/types/components/bal-tag/bal-tag.d.ts +45 -0
- package/dist/types/components/bal-tag/bal-tag.interfaces.d.ts +15 -0
- package/dist/types/components/bal-text/bal-text.d.ts +72 -0
- package/dist/types/components/bal-text/bal-text.interfaces.d.ts +6 -0
- package/dist/types/components/bal-textarea/bal-textarea.d.ts +140 -0
- package/dist/types/components/bal-textarea/bal-textarea.interfaces.d.ts +21 -0
- package/dist/types/components/bal-time-input/bal-time-input.d.ts +113 -0
- package/dist/types/components/bal-time-input/bal-time-input.i18n.d.ts +7 -0
- package/dist/types/components/bal-time-input/bal-time-input.interfaces.d.ts +19 -0
- package/dist/types/components/bal-time-input/bal-time-input.util.d.ts +7 -0
- package/dist/types/components/bal-toast/bal-toast.controller.d.ts +8 -0
- package/dist/types/components/bal-toast/bal-toast.d.ts +39 -0
- package/dist/types/components/bal-toast/bal-toast.interfaces.d.ts +12 -0
- package/dist/types/components/bal-tooltip/bal-tooltip.d.ts +81 -0
- package/dist/types/components/bal-tooltip/bal-tooltip.interfaces.d.ts +18 -0
- package/dist/types/components/bal-tooltip/bal-tooltip.util.d.ts +6 -0
- package/dist/types/components/docs/bal-doc-app/bal-doc-app.d.ts +21 -0
- package/dist/types/components.d.ts +8262 -0
- package/dist/types/global.d.ts +1 -0
- package/dist/types/home/runner/work/ds-playground/ds-playground/packages/core/.stencil/packages/icons/src/index.d.ts +81 -0
- package/dist/types/index.d.ts +57 -0
- package/dist/types/initialize.d.ts +2 -0
- package/dist/types/interfaces.d.ts +107 -0
- package/dist/types/stencil-public-runtime.d.ts +1681 -0
- package/dist/types/utils/attributes.d.ts +22 -0
- package/dist/types/utils/bem.d.ts +9 -0
- package/dist/types/utils/breakpoints/breakpoints.const.d.ts +2 -0
- package/dist/types/utils/breakpoints/breakpoints.d.ts +53 -0
- package/dist/types/utils/breakpoints/breakpoints.decorator.d.ts +3 -0
- package/dist/types/utils/breakpoints/breakpoints.interfaces.d.ts +12 -0
- package/dist/types/utils/breakpoints/breakpoints.map.d.ts +9 -0
- package/dist/types/utils/breakpoints/breakpoints.subject.d.ts +11 -0
- package/dist/types/utils/breakpoints/index.d.ts +4 -0
- package/dist/types/utils/browser.d.ts +35 -0
- package/dist/types/utils/config/config.const.d.ts +1 -0
- package/dist/types/utils/config/config.d.ts +36 -0
- package/dist/types/utils/config/config.decorator.d.ts +3 -0
- package/dist/types/utils/config/config.default.d.ts +32 -0
- package/dist/types/utils/config/config.types.d.ts +41 -0
- package/dist/types/utils/config/config.utils.d.ts +15 -0
- package/dist/types/utils/config/index.d.ts +7 -0
- package/dist/types/utils/config/initialize.d.ts +3 -0
- package/dist/types/utils/config/observable/observer.d.ts +4 -0
- package/dist/types/utils/config/observable/subject.d.ts +6 -0
- package/dist/types/utils/constants/icons.constant.d.ts +27 -0
- package/dist/types/utils/constants/keys.constant.d.ts +3 -0
- package/dist/types/utils/constants/version.constant.d.ts +1 -0
- package/dist/types/utils/css-classes.d.ts +5 -0
- package/dist/types/utils/date/date.d.ts +23 -0
- package/dist/types/utils/date/index.d.ts +1 -0
- package/dist/types/utils/device.d.ts +26 -0
- package/dist/types/utils/element-states/element-states.decorator.d.ts +3 -0
- package/dist/types/utils/element-states/element-states.interfaces.d.ts +9 -0
- package/dist/types/utils/element-states/element-states.listener.d.ts +14 -0
- package/dist/types/utils/element-states/element-states.subject.d.ts +8 -0
- package/dist/types/utils/element-states/index.d.ts +2 -0
- package/dist/types/utils/focus/focus.decorator.d.ts +3 -0
- package/dist/types/utils/focus/focus.interfaces.d.ts +12 -0
- package/dist/types/utils/focus/focus.listener.d.ts +8 -0
- package/dist/types/utils/focus/focus.subject.d.ts +8 -0
- package/dist/types/utils/focus/index.d.ts +2 -0
- package/dist/types/utils/focus-visible.d.ts +6 -0
- package/dist/types/utils/form-input.d.ts +31 -0
- package/dist/types/utils/form.d.ts +16 -0
- package/dist/types/utils/framework-delegate.d.ts +9 -0
- package/dist/types/utils/helpers.d.ts +41 -0
- package/dist/types/utils/keyboard/index.d.ts +2 -0
- package/dist/types/utils/keyboard/keyboard.decorator.d.ts +3 -0
- package/dist/types/utils/keyboard/keyboard.interfaces.d.ts +8 -0
- package/dist/types/utils/keyboard/keyboard.listener.d.ts +9 -0
- package/dist/types/utils/keyboard/keyboard.subject.d.ts +8 -0
- package/dist/types/utils/legacy.d.ts +23 -0
- package/dist/types/utils/log.d.ts +15 -0
- package/dist/types/utils/mask/__test__/mask-component.mock.d.ts +27 -0
- package/dist/types/utils/mask/__test__/mask-context.mocks.d.ts +4 -0
- package/dist/types/utils/mask/__test__/mask.mock.d.ts +15 -0
- package/dist/types/utils/mask/blocks/index.d.ts +3 -0
- package/dist/types/utils/mask/blocks/mask-block-interfaces.d.ts +11 -0
- package/dist/types/utils/mask/blocks/mask-block-list.d.ts +17 -0
- package/dist/types/utils/mask/blocks/mask-block.d.ts +21 -0
- package/dist/types/utils/mask/component/index.d.ts +2 -0
- package/dist/types/utils/mask/component/mask-component-adapter.d.ts +23 -0
- package/dist/types/utils/mask/component/mask-component-interfaces.d.ts +42 -0
- package/dist/types/utils/mask/context/index.d.ts +9 -0
- package/dist/types/utils/mask/context/mask-clipboard-context.d.ts +10 -0
- package/dist/types/utils/mask/context/mask-context-interfaces.d.ts +11 -0
- package/dist/types/utils/mask/context/mask-context.d.ts +16 -0
- package/dist/types/utils/mask/context/mask-focus-context.d.ts +6 -0
- package/dist/types/utils/mask/context/mask-keyboard-context.d.ts +25 -0
- package/dist/types/utils/mask/context/mask-locale-context.d.ts +8 -0
- package/dist/types/utils/mask/context/mask-mouse-context.d.ts +6 -0
- package/dist/types/utils/mask/context/mask-position.d.ts +25 -0
- package/dist/types/utils/mask/context/mask-value-changed-context.d.ts +11 -0
- package/dist/types/utils/mask/index.d.ts +5 -0
- package/dist/types/utils/mask/mask-interfaces.d.ts +15 -0
- package/dist/types/utils/mask/mask.d.ts +52 -0
- package/dist/types/utils/mask/types/index.d.ts +1 -0
- package/dist/types/utils/mask/types/mask-date.d.ts +16 -0
- package/dist/types/utils/mutation/index.d.ts +2 -0
- package/dist/types/utils/mutation/mutation.decorator.d.ts +3 -0
- package/dist/types/utils/mutation/mutation.interfaces.d.ts +10 -0
- package/dist/types/utils/mutation/mutation.listener.d.ts +13 -0
- package/dist/types/utils/mutation/mutation.subject.d.ts +10 -0
- package/dist/types/utils/number.d.ts +8 -0
- package/dist/types/utils/orientation/index.d.ts +3 -0
- package/dist/types/utils/orientation/orientation.decorator.d.ts +3 -0
- package/dist/types/utils/orientation/orientation.interfaces.d.ts +7 -0
- package/dist/types/utils/orientation/orientation.subject.d.ts +10 -0
- package/dist/types/utils/overlays/notice.controller.d.ts +34 -0
- package/dist/types/utils/overlays/overlays.d.ts +21 -0
- package/dist/types/utils/resize/index.d.ts +5 -0
- package/dist/types/utils/resize/resize.decorator.d.ts +3 -0
- package/dist/types/utils/resize/resize.interfaces.d.ts +6 -0
- package/dist/types/utils/resize/resize.listener.d.ts +8 -0
- package/dist/types/utils/resize/resize.subject.d.ts +8 -0
- package/dist/types/utils/resize/window-resize.handler.d.ts +16 -0
- package/dist/types/utils/resize/window-resize.listener.d.ts +8 -0
- package/dist/types/utils/scroll.d.ts +14 -0
- package/dist/types/utils/style.d.ts +8 -0
- package/dist/types/utils/swipe/index.d.ts +3 -0
- package/dist/types/utils/swipe/swipe.decorator.d.ts +5 -0
- package/dist/types/utils/swipe/swipe.interfaces.d.ts +9 -0
- package/dist/types/utils/swipe/swipe.listener.d.ts +9 -0
- package/dist/types/utils/swipe/swipe.subject.d.ts +11 -0
- package/dist/types/utils/types/listener.d.ts +9 -0
- package/dist/types/utils/types/signal.d.ts +16 -0
- package/loader/cdn.js +3 -0
- package/loader/index.cjs.js +3 -0
- package/loader/index.d.ts +21 -0
- package/loader/index.es2017.js +3 -0
- package/loader/index.js +4 -0
- package/loader/package.json +11 -0
- package/package.json +62 -0
|
@@ -0,0 +1,1681 @@
|
|
|
1
|
+
declare type CustomMethodDecorator<T> = (target: Object, propertyKey: string | symbol, descriptor: TypedPropertyDescriptor<T>) => TypedPropertyDescriptor<T> | void;
|
|
2
|
+
export interface ComponentDecorator {
|
|
3
|
+
(opts?: ComponentOptions): ClassDecorator;
|
|
4
|
+
}
|
|
5
|
+
export interface ComponentOptions {
|
|
6
|
+
/**
|
|
7
|
+
* When set to `true` this component will be form-associated. See
|
|
8
|
+
* https://stenciljs.com/docs/next/form-associated documentation on how to
|
|
9
|
+
* build form-associated Stencil components that integrate into forms like
|
|
10
|
+
* native browser elements such as `<input>` and `<textarea>`.
|
|
11
|
+
*
|
|
12
|
+
* The {@link AttachInternals} decorator allows for access to the
|
|
13
|
+
* `ElementInternals` object to modify the associated form.
|
|
14
|
+
*/
|
|
15
|
+
formAssociated?: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* Tag name of the web component. Ideally, the tag name must be globally unique,
|
|
18
|
+
* so it's recommended to choose an unique prefix for all your components within the same collection.
|
|
19
|
+
*
|
|
20
|
+
* In addition, tag name must contain a '-'
|
|
21
|
+
*/
|
|
22
|
+
tag: string;
|
|
23
|
+
/**
|
|
24
|
+
* If `true`, the component will use scoped stylesheets. Similar to shadow-dom,
|
|
25
|
+
* but without native isolation. Defaults to `false`.
|
|
26
|
+
*/
|
|
27
|
+
scoped?: boolean;
|
|
28
|
+
/**
|
|
29
|
+
* If `true`, the component will use native shadow-dom encapsulation, it will fallback to
|
|
30
|
+
* `scoped` if the browser does not support shadow-dom natively. Defaults to `false`.
|
|
31
|
+
* Additionally, `shadow` can also be given options when attaching the shadow root.
|
|
32
|
+
*/
|
|
33
|
+
shadow?: boolean | ShadowRootOptions;
|
|
34
|
+
/**
|
|
35
|
+
* Relative URL to some external stylesheet file. It should be a `.css` file unless some
|
|
36
|
+
* external plugin is installed like `@stencil/sass`.
|
|
37
|
+
*/
|
|
38
|
+
styleUrl?: string;
|
|
39
|
+
/**
|
|
40
|
+
* Similar as `styleUrl` but allows to specify different stylesheets for different modes.
|
|
41
|
+
*/
|
|
42
|
+
styleUrls?: string[] | ModeStyles;
|
|
43
|
+
/**
|
|
44
|
+
* String that contains inlined CSS instead of using an external stylesheet.
|
|
45
|
+
* The performance characteristics of this feature are the same as using an external stylesheet.
|
|
46
|
+
*
|
|
47
|
+
* Notice, you can't use sass, or less, only `css` is allowed using `styles`, use `styleUrl` is you need more advanced features.
|
|
48
|
+
*/
|
|
49
|
+
styles?: string | {
|
|
50
|
+
[modeName: string]: any;
|
|
51
|
+
};
|
|
52
|
+
/**
|
|
53
|
+
* Array of relative links to folders of assets required by the component.
|
|
54
|
+
*/
|
|
55
|
+
assetsDirs?: string[];
|
|
56
|
+
}
|
|
57
|
+
export interface ShadowRootOptions {
|
|
58
|
+
/**
|
|
59
|
+
* When set to `true`, specifies behavior that mitigates custom element issues
|
|
60
|
+
* around focusability. When a non-focusable part of the shadow DOM is clicked, the first
|
|
61
|
+
* focusable part is given focus, and the shadow host is given any available `:focus` styling.
|
|
62
|
+
*/
|
|
63
|
+
delegatesFocus?: boolean;
|
|
64
|
+
}
|
|
65
|
+
export interface ModeStyles {
|
|
66
|
+
[modeName: string]: string | string[];
|
|
67
|
+
}
|
|
68
|
+
export interface PropDecorator {
|
|
69
|
+
(opts?: PropOptions): PropertyDecorator;
|
|
70
|
+
}
|
|
71
|
+
export interface PropOptions {
|
|
72
|
+
/**
|
|
73
|
+
* The name of the associated DOM attribute.
|
|
74
|
+
* Stencil uses different heuristics to determine the default name of the attribute,
|
|
75
|
+
* but using this property, you can override the default behavior.
|
|
76
|
+
*/
|
|
77
|
+
attribute?: string | null;
|
|
78
|
+
/**
|
|
79
|
+
* A Prop is _by default_ immutable from inside the component logic.
|
|
80
|
+
* Once a value is set by a user, the component cannot update it internally.
|
|
81
|
+
* However, it's possible to explicitly allow a Prop to be mutated from inside the component,
|
|
82
|
+
* by setting this `mutable` option to `true`.
|
|
83
|
+
*/
|
|
84
|
+
mutable?: boolean;
|
|
85
|
+
/**
|
|
86
|
+
* In some cases it may be useful to keep a Prop in sync with an attribute.
|
|
87
|
+
* In this case you can set the `reflect` option to `true`, since it defaults to `false`:
|
|
88
|
+
*/
|
|
89
|
+
reflect?: boolean;
|
|
90
|
+
}
|
|
91
|
+
export interface MethodDecorator {
|
|
92
|
+
(opts?: MethodOptions): CustomMethodDecorator<any>;
|
|
93
|
+
}
|
|
94
|
+
export interface MethodOptions {
|
|
95
|
+
}
|
|
96
|
+
export interface ElementDecorator {
|
|
97
|
+
(): PropertyDecorator;
|
|
98
|
+
}
|
|
99
|
+
export interface EventDecorator {
|
|
100
|
+
(opts?: EventOptions): PropertyDecorator;
|
|
101
|
+
}
|
|
102
|
+
export interface EventOptions {
|
|
103
|
+
/**
|
|
104
|
+
* A string custom event name to override the default.
|
|
105
|
+
*/
|
|
106
|
+
eventName?: string;
|
|
107
|
+
/**
|
|
108
|
+
* A Boolean indicating whether the event bubbles up through the DOM or not.
|
|
109
|
+
*/
|
|
110
|
+
bubbles?: boolean;
|
|
111
|
+
/**
|
|
112
|
+
* A Boolean indicating whether the event is cancelable.
|
|
113
|
+
*/
|
|
114
|
+
cancelable?: boolean;
|
|
115
|
+
/**
|
|
116
|
+
* A Boolean value indicating whether or not the event can bubble across the boundary between the shadow DOM and the regular DOM.
|
|
117
|
+
*/
|
|
118
|
+
composed?: boolean;
|
|
119
|
+
}
|
|
120
|
+
export interface AttachInternalsDecorator {
|
|
121
|
+
(): PropertyDecorator;
|
|
122
|
+
}
|
|
123
|
+
export interface ListenDecorator {
|
|
124
|
+
(eventName: string, opts?: ListenOptions): CustomMethodDecorator<any>;
|
|
125
|
+
}
|
|
126
|
+
export interface ListenOptions {
|
|
127
|
+
/**
|
|
128
|
+
* Handlers can also be registered for an event other than the host itself.
|
|
129
|
+
* The `target` option can be used to change where the event listener is attached,
|
|
130
|
+
* this is useful for listening to application-wide events.
|
|
131
|
+
*/
|
|
132
|
+
target?: ListenTargetOptions;
|
|
133
|
+
/**
|
|
134
|
+
* Event listener attached with `@Listen` does not "capture" by default,
|
|
135
|
+
* When a event listener is set to "capture", means the event will be dispatched
|
|
136
|
+
* during the "capture phase". Please see
|
|
137
|
+
* https://www.quirksmode.org/js/events_order.html for further information.
|
|
138
|
+
*/
|
|
139
|
+
capture?: boolean;
|
|
140
|
+
/**
|
|
141
|
+
* By default, Stencil uses several heuristics to determine if
|
|
142
|
+
* it must attach a `passive` event listener or not.
|
|
143
|
+
*
|
|
144
|
+
* Using the `passive` option can be used to change the default behavior.
|
|
145
|
+
* Please see https://developers.google.com/web/updates/2016/06/passive-event-listeners for further information.
|
|
146
|
+
*/
|
|
147
|
+
passive?: boolean;
|
|
148
|
+
}
|
|
149
|
+
export type ListenTargetOptions = 'body' | 'document' | 'window';
|
|
150
|
+
export interface StateDecorator {
|
|
151
|
+
(): PropertyDecorator;
|
|
152
|
+
}
|
|
153
|
+
export interface WatchDecorator {
|
|
154
|
+
(propName: string): CustomMethodDecorator<any>;
|
|
155
|
+
}
|
|
156
|
+
export interface UserBuildConditionals {
|
|
157
|
+
isDev: boolean;
|
|
158
|
+
isBrowser: boolean;
|
|
159
|
+
isServer: boolean;
|
|
160
|
+
isTesting: boolean;
|
|
161
|
+
}
|
|
162
|
+
/**
|
|
163
|
+
* The `Build` object provides many build conditionals that can be used to
|
|
164
|
+
* include or exclude code depending on the build.
|
|
165
|
+
*/
|
|
166
|
+
export declare const Build: UserBuildConditionals;
|
|
167
|
+
/**
|
|
168
|
+
* The `Env` object provides access to the "env" object declared in the project's `stencil.config.ts`.
|
|
169
|
+
*/
|
|
170
|
+
export declare const Env: {
|
|
171
|
+
[prop: string]: string | undefined;
|
|
172
|
+
};
|
|
173
|
+
/**
|
|
174
|
+
* The `@Component()` decorator is used to provide metadata about the component class.
|
|
175
|
+
* https://stenciljs.com/docs/component
|
|
176
|
+
*/
|
|
177
|
+
export declare const Component: ComponentDecorator;
|
|
178
|
+
/**
|
|
179
|
+
* The `@Element()` decorator is a reference to the actual host element
|
|
180
|
+
* once it has rendered.
|
|
181
|
+
*/
|
|
182
|
+
export declare const Element: ElementDecorator;
|
|
183
|
+
/**
|
|
184
|
+
* Components can emit data and events using the Event Emitter decorator.
|
|
185
|
+
* To dispatch Custom DOM events for other components to handle, use the
|
|
186
|
+
* `@Event()` decorator. The Event decorator also makes it easier for Stencil
|
|
187
|
+
* to automatically build types and documentation for the event data.
|
|
188
|
+
* https://stenciljs.com/docs/events
|
|
189
|
+
*/
|
|
190
|
+
export declare const Event: EventDecorator;
|
|
191
|
+
/**
|
|
192
|
+
* If the `formAssociated` option is set in options passed to the
|
|
193
|
+
* `@Component()` decorator then this decorator may be used to get access to the
|
|
194
|
+
* `ElementInternals` instance associated with the component.
|
|
195
|
+
*/
|
|
196
|
+
export declare const AttachInternals: AttachInternalsDecorator;
|
|
197
|
+
/**
|
|
198
|
+
* The `Listen()` decorator is for listening DOM events, including the ones
|
|
199
|
+
* dispatched from `@Events()`.
|
|
200
|
+
* https://stenciljs.com/docs/events#listen-decorator
|
|
201
|
+
*/
|
|
202
|
+
export declare const Listen: ListenDecorator;
|
|
203
|
+
/**
|
|
204
|
+
* The `@Method()` decorator is used to expose methods on the public API.
|
|
205
|
+
* Class methods decorated with the @Method() decorator can be called directly
|
|
206
|
+
* from the element, meaning they are intended to be callable from the outside.
|
|
207
|
+
* https://stenciljs.com/docs/methods
|
|
208
|
+
*/
|
|
209
|
+
export declare const Method: MethodDecorator;
|
|
210
|
+
/**
|
|
211
|
+
* Props are custom attribute/properties exposed publicly on the element
|
|
212
|
+
* that developers can provide values for. Children components do not need to
|
|
213
|
+
* know about or reference parent components, so Props can be used to pass
|
|
214
|
+
* data down from the parent to the child. Components need to explicitly
|
|
215
|
+
* declare the Props they expect to receive using the `@Prop()` decorator.
|
|
216
|
+
* Any value changes to a Prop will cause a re-render.
|
|
217
|
+
* https://stenciljs.com/docs/properties
|
|
218
|
+
*/
|
|
219
|
+
export declare const Prop: PropDecorator;
|
|
220
|
+
/**
|
|
221
|
+
* The `@State()` decorator can be used to manage internal data for a component.
|
|
222
|
+
* This means that a user cannot modify this data from outside the component,
|
|
223
|
+
* but the component can modify it however it sees fit. Any value changes to a
|
|
224
|
+
* `@State()` property will cause the components render function to be called again.
|
|
225
|
+
* https://stenciljs.com/docs/state
|
|
226
|
+
*/
|
|
227
|
+
export declare const State: StateDecorator;
|
|
228
|
+
/**
|
|
229
|
+
* When a property's value has changed, a method decorated with `@Watch()` will be
|
|
230
|
+
* called and passed the new value of the prop along with the old value. Watch is
|
|
231
|
+
* useful for validating props or handling side effects. Watch decorator does not
|
|
232
|
+
* fire when a component initially loads.
|
|
233
|
+
* https://stenciljs.com/docs/reactive-data#watch-decorator
|
|
234
|
+
*/
|
|
235
|
+
export declare const Watch: WatchDecorator;
|
|
236
|
+
export type ResolutionHandler = (elm: HTMLElement) => string | undefined | null;
|
|
237
|
+
export type ErrorHandler = (err: any, element?: HTMLElement) => void;
|
|
238
|
+
/**
|
|
239
|
+
* `setMode()` is used for libraries which provide multiple "modes" for styles.
|
|
240
|
+
*/
|
|
241
|
+
export declare const setMode: (handler: ResolutionHandler) => void;
|
|
242
|
+
/**
|
|
243
|
+
* `getMode()` is used for libraries which provide multiple "modes" for styles.
|
|
244
|
+
* @param ref a reference to the node to get styles for
|
|
245
|
+
* @returns the current mode or undefined, if not found
|
|
246
|
+
*/
|
|
247
|
+
export declare function getMode<T = string | undefined>(ref: any): T;
|
|
248
|
+
export declare function setPlatformHelpers(helpers: {
|
|
249
|
+
jmp?: (c: any) => any;
|
|
250
|
+
raf?: (c: any) => number;
|
|
251
|
+
ael?: (el: any, eventName: string, listener: any, options: any) => void;
|
|
252
|
+
rel?: (el: any, eventName: string, listener: any, options: any) => void;
|
|
253
|
+
ce?: (eventName: string, opts?: any) => any;
|
|
254
|
+
}): void;
|
|
255
|
+
/**
|
|
256
|
+
* Get the base path to where the assets can be found. Use `setAssetPath(path)`
|
|
257
|
+
* if the path needs to be customized.
|
|
258
|
+
* @param path the path to use in calculating the asset path. this value will be
|
|
259
|
+
* used in conjunction with the base asset path
|
|
260
|
+
* @returns the base path
|
|
261
|
+
*/
|
|
262
|
+
export declare function getAssetPath(path: string): string;
|
|
263
|
+
/**
|
|
264
|
+
* Used to manually set the base path where assets can be found. For lazy-loaded
|
|
265
|
+
* builds the asset path is automatically set and assets copied to the correct
|
|
266
|
+
* build directory. However, for custom elements builds, the `setAssetPath(path)` could
|
|
267
|
+
* be used to customize the asset path depending on how the script file is consumed.
|
|
268
|
+
* If the script is used as "module", it's recommended to use "import.meta.url", such
|
|
269
|
+
* as `setAssetPath(import.meta.url)`. Other options include
|
|
270
|
+
* `setAssetPath(document.currentScript.src)`, or using a bundler's replace plugin to
|
|
271
|
+
* dynamically set the path at build time, such as `setAssetPath(process.env.ASSET_PATH)`.
|
|
272
|
+
* But do note that this configuration depends on how your script is bundled, or lack of
|
|
273
|
+
* bundling, and where your assets can be loaded from. Additionally custom bundling
|
|
274
|
+
* will have to ensure the static assets are copied to its build directory.
|
|
275
|
+
* @param path the asset path to set
|
|
276
|
+
* @returns the set path
|
|
277
|
+
*/
|
|
278
|
+
export declare function setAssetPath(path: string): string;
|
|
279
|
+
/**
|
|
280
|
+
* Used to specify a nonce value that corresponds with an application's
|
|
281
|
+
* [Content Security Policy (CSP)](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP).
|
|
282
|
+
* When set, the nonce will be added to all dynamically created script and style tags at runtime.
|
|
283
|
+
* Alternatively, the nonce value can be set on a `meta` tag in the DOM head
|
|
284
|
+
* (<meta name="csp-nonce" content="{ nonce value here }" />) and will result in the same behavior.
|
|
285
|
+
* @param nonce The value to be used for the nonce attribute.
|
|
286
|
+
*/
|
|
287
|
+
export declare function setNonce(nonce: string): void;
|
|
288
|
+
/**
|
|
289
|
+
* Retrieve a Stencil element for a given reference
|
|
290
|
+
* @param ref the ref to get the Stencil element for
|
|
291
|
+
* @returns a reference to the element
|
|
292
|
+
*/
|
|
293
|
+
export declare function getElement(ref: any): HTMLStencilElement;
|
|
294
|
+
/**
|
|
295
|
+
* Schedules a new render of the given instance or element even if no state changed.
|
|
296
|
+
*
|
|
297
|
+
* Notice `forceUpdate()` is not synchronous and might perform the DOM render in the next frame.
|
|
298
|
+
*
|
|
299
|
+
* @param ref the node/element to force the re-render of
|
|
300
|
+
*/
|
|
301
|
+
export declare function forceUpdate(ref: any): void;
|
|
302
|
+
/**
|
|
303
|
+
* getRenderingRef
|
|
304
|
+
* @returns the rendering ref
|
|
305
|
+
*/
|
|
306
|
+
export declare function getRenderingRef(): any;
|
|
307
|
+
export interface HTMLStencilElement extends HTMLElement {
|
|
308
|
+
componentOnReady(): Promise<this>;
|
|
309
|
+
}
|
|
310
|
+
/**
|
|
311
|
+
* Schedules a DOM-write task. The provided callback will be executed
|
|
312
|
+
* in the best moment to perform DOM mutation without causing layout thrashing.
|
|
313
|
+
*
|
|
314
|
+
* For further information: https://developers.google.com/web/fundamentals/performance/rendering/avoid-large-complex-layouts-and-layout-thrashing
|
|
315
|
+
*
|
|
316
|
+
* @param task the DOM-write to schedule
|
|
317
|
+
*/
|
|
318
|
+
export declare function writeTask(task: RafCallback): void;
|
|
319
|
+
/**
|
|
320
|
+
* Schedules a DOM-read task. The provided callback will be executed
|
|
321
|
+
* in the best moment to perform DOM reads without causing layout thrashing.
|
|
322
|
+
*
|
|
323
|
+
* For further information: https://developers.google.com/web/fundamentals/performance/rendering/avoid-large-complex-layouts-and-layout-thrashing
|
|
324
|
+
*
|
|
325
|
+
* @param task the DOM-read to schedule
|
|
326
|
+
*/
|
|
327
|
+
export declare function readTask(task: RafCallback): void;
|
|
328
|
+
/**
|
|
329
|
+
* `setErrorHandler()` can be used to inject a custom global error handler.
|
|
330
|
+
* Unhandled exception raised while rendering, during event handling, or lifecycles will trigger the custom event handler.
|
|
331
|
+
*/
|
|
332
|
+
export declare const setErrorHandler: (handler: ErrorHandler) => void;
|
|
333
|
+
/**
|
|
334
|
+
* This file gets copied to all distributions of stencil component collections.
|
|
335
|
+
* - no imports
|
|
336
|
+
*/
|
|
337
|
+
export interface ComponentWillLoad {
|
|
338
|
+
/**
|
|
339
|
+
* The component is about to load and it has not
|
|
340
|
+
* rendered yet.
|
|
341
|
+
*
|
|
342
|
+
* This is the best place to make any data updates
|
|
343
|
+
* before the first render.
|
|
344
|
+
*
|
|
345
|
+
* componentWillLoad will only be called once.
|
|
346
|
+
*/
|
|
347
|
+
componentWillLoad(): Promise<void> | void;
|
|
348
|
+
}
|
|
349
|
+
export interface ComponentDidLoad {
|
|
350
|
+
/**
|
|
351
|
+
* The component has loaded and has already rendered.
|
|
352
|
+
*
|
|
353
|
+
* Updating data in this method will cause the
|
|
354
|
+
* component to re-render.
|
|
355
|
+
*
|
|
356
|
+
* componentDidLoad will only be called once.
|
|
357
|
+
*/
|
|
358
|
+
componentDidLoad(): void;
|
|
359
|
+
}
|
|
360
|
+
export interface ComponentWillUpdate {
|
|
361
|
+
/**
|
|
362
|
+
* The component is about to update and re-render.
|
|
363
|
+
*
|
|
364
|
+
* Called multiple times throughout the life of
|
|
365
|
+
* the component as it updates.
|
|
366
|
+
*
|
|
367
|
+
* componentWillUpdate is not called on the first render.
|
|
368
|
+
*/
|
|
369
|
+
componentWillUpdate(): Promise<void> | void;
|
|
370
|
+
}
|
|
371
|
+
export interface ComponentDidUpdate {
|
|
372
|
+
/**
|
|
373
|
+
* The component has just re-rendered.
|
|
374
|
+
*
|
|
375
|
+
* Called multiple times throughout the life of
|
|
376
|
+
* the component as it updates.
|
|
377
|
+
*
|
|
378
|
+
* componentWillUpdate is not called on the
|
|
379
|
+
* first render.
|
|
380
|
+
*/
|
|
381
|
+
componentDidUpdate(): void;
|
|
382
|
+
}
|
|
383
|
+
export interface ComponentInterface {
|
|
384
|
+
connectedCallback?(): void;
|
|
385
|
+
disconnectedCallback?(): void;
|
|
386
|
+
componentWillRender?(): Promise<void> | void;
|
|
387
|
+
componentDidRender?(): void;
|
|
388
|
+
/**
|
|
389
|
+
* The component is about to load and it has not
|
|
390
|
+
* rendered yet.
|
|
391
|
+
*
|
|
392
|
+
* This is the best place to make any data updates
|
|
393
|
+
* before the first render.
|
|
394
|
+
*
|
|
395
|
+
* componentWillLoad will only be called once.
|
|
396
|
+
*/
|
|
397
|
+
componentWillLoad?(): Promise<void> | void;
|
|
398
|
+
/**
|
|
399
|
+
* The component has loaded and has already rendered.
|
|
400
|
+
*
|
|
401
|
+
* Updating data in this method will cause the
|
|
402
|
+
* component to re-render.
|
|
403
|
+
*
|
|
404
|
+
* componentDidLoad will only be called once.
|
|
405
|
+
*/
|
|
406
|
+
componentDidLoad?(): void;
|
|
407
|
+
/**
|
|
408
|
+
* A `@Prop` or `@State` property changed and a rerender is about to be requested.
|
|
409
|
+
*
|
|
410
|
+
* Called multiple times throughout the life of
|
|
411
|
+
* the component as its properties change.
|
|
412
|
+
*
|
|
413
|
+
* componentShouldUpdate is not called on the first render.
|
|
414
|
+
*/
|
|
415
|
+
componentShouldUpdate?(newVal: any, oldVal: any, propName: string): boolean | void;
|
|
416
|
+
/**
|
|
417
|
+
* The component is about to update and re-render.
|
|
418
|
+
*
|
|
419
|
+
* Called multiple times throughout the life of
|
|
420
|
+
* the component as it updates.
|
|
421
|
+
*
|
|
422
|
+
* componentWillUpdate is not called on the first render.
|
|
423
|
+
*/
|
|
424
|
+
componentWillUpdate?(): Promise<void> | void;
|
|
425
|
+
/**
|
|
426
|
+
* The component has just re-rendered.
|
|
427
|
+
*
|
|
428
|
+
* Called multiple times throughout the life of
|
|
429
|
+
* the component as it updates.
|
|
430
|
+
*
|
|
431
|
+
* componentWillUpdate is not called on the
|
|
432
|
+
* first render.
|
|
433
|
+
*/
|
|
434
|
+
componentDidUpdate?(): void;
|
|
435
|
+
render?(): any;
|
|
436
|
+
[memberName: string]: any;
|
|
437
|
+
}
|
|
438
|
+
export interface EventEmitter<T = any> {
|
|
439
|
+
emit: (data?: T) => CustomEvent<T>;
|
|
440
|
+
}
|
|
441
|
+
export interface RafCallback {
|
|
442
|
+
(timeStamp: number): void;
|
|
443
|
+
}
|
|
444
|
+
export interface QueueApi {
|
|
445
|
+
tick: (cb: RafCallback) => void;
|
|
446
|
+
read: (cb: RafCallback) => void;
|
|
447
|
+
write: (cb: RafCallback) => void;
|
|
448
|
+
clear?: () => void;
|
|
449
|
+
flush?: (cb?: () => void) => void;
|
|
450
|
+
}
|
|
451
|
+
/**
|
|
452
|
+
* Host
|
|
453
|
+
*/
|
|
454
|
+
export interface HostAttributes {
|
|
455
|
+
class?: string | {
|
|
456
|
+
[className: string]: boolean;
|
|
457
|
+
};
|
|
458
|
+
style?: {
|
|
459
|
+
[key: string]: string | undefined;
|
|
460
|
+
};
|
|
461
|
+
ref?: (el: HTMLElement | null) => void;
|
|
462
|
+
[prop: string]: any;
|
|
463
|
+
}
|
|
464
|
+
/**
|
|
465
|
+
* Utilities for working with functional Stencil components. An object
|
|
466
|
+
* conforming to this interface is passed by the Stencil runtime as the third
|
|
467
|
+
* argument to a functional component, allowing component authors to work with
|
|
468
|
+
* features like children.
|
|
469
|
+
*
|
|
470
|
+
* The children of a functional component will be passed as the second
|
|
471
|
+
* argument, so a functional component which uses these utils to transform its
|
|
472
|
+
* children might look like the following:
|
|
473
|
+
*
|
|
474
|
+
* ```ts
|
|
475
|
+
* export const AddClass: FunctionalComponent = (_, children, utils) => (
|
|
476
|
+
* utils.map(children, child => ({
|
|
477
|
+
* ...child,
|
|
478
|
+
* vattrs: {
|
|
479
|
+
* ...child.vattrs,
|
|
480
|
+
* class: `${child.vattrs.class} add-class`
|
|
481
|
+
* }
|
|
482
|
+
* }))
|
|
483
|
+
* );
|
|
484
|
+
* ```
|
|
485
|
+
*
|
|
486
|
+
* For more see the Stencil documentation, here:
|
|
487
|
+
* https://stenciljs.com/docs/functional-components
|
|
488
|
+
*/
|
|
489
|
+
export interface FunctionalUtilities {
|
|
490
|
+
/**
|
|
491
|
+
* Utility for reading the children of a functional component at runtime.
|
|
492
|
+
* Since the Stencil runtime uses a different interface for children it is
|
|
493
|
+
* not recommended to read the children directly, and is preferable to use
|
|
494
|
+
* this utility to, for instance, perform a side effect for each child.
|
|
495
|
+
*/
|
|
496
|
+
forEach: (children: VNode[], cb: (vnode: ChildNode, index: number, array: ChildNode[]) => void) => void;
|
|
497
|
+
/**
|
|
498
|
+
* Utility for transforming the children of a functional component. Given an
|
|
499
|
+
* array of children and a callback this will return a list of the results of
|
|
500
|
+
* passing each child to the supplied callback.
|
|
501
|
+
*/
|
|
502
|
+
map: (children: VNode[], cb: (vnode: ChildNode, index: number, array: ChildNode[]) => ChildNode) => VNode[];
|
|
503
|
+
}
|
|
504
|
+
export interface FunctionalComponent<T = {}> {
|
|
505
|
+
(props: T, children: VNode[], utils: FunctionalUtilities): VNode | VNode[];
|
|
506
|
+
}
|
|
507
|
+
/**
|
|
508
|
+
* A Child VDOM node
|
|
509
|
+
*
|
|
510
|
+
* This has most of the same properties as {@link VNode} but friendlier names
|
|
511
|
+
* (i.e. `vtag` instead of `$tag$`, `vchildren` instead of `$children$`) in
|
|
512
|
+
* order to provide a friendlier public interface for users of the
|
|
513
|
+
* {@link FunctionalUtilities}).
|
|
514
|
+
*/
|
|
515
|
+
export interface ChildNode {
|
|
516
|
+
vtag?: string | number | Function;
|
|
517
|
+
vkey?: string | number;
|
|
518
|
+
vtext?: string;
|
|
519
|
+
vchildren?: VNode[];
|
|
520
|
+
vattrs?: any;
|
|
521
|
+
vname?: string;
|
|
522
|
+
}
|
|
523
|
+
/**
|
|
524
|
+
* Host is a functional component can be used at the root of the render function
|
|
525
|
+
* to set attributes and event listeners to the host element itself.
|
|
526
|
+
*
|
|
527
|
+
* For further information: https://stenciljs.com/docs/host-element
|
|
528
|
+
*/
|
|
529
|
+
export declare const Host: FunctionalComponent<HostAttributes>;
|
|
530
|
+
/**
|
|
531
|
+
* Fragment
|
|
532
|
+
*/
|
|
533
|
+
export declare const Fragment: FunctionalComponent<{}>;
|
|
534
|
+
/**
|
|
535
|
+
* The "h" namespace is used to import JSX types for elements and attributes.
|
|
536
|
+
* It is imported in order to avoid conflicting global JSX issues.
|
|
537
|
+
*/
|
|
538
|
+
export declare namespace h {
|
|
539
|
+
function h(sel: any): VNode;
|
|
540
|
+
function h(sel: Node, data: VNodeData | null): VNode;
|
|
541
|
+
function h(sel: any, data: VNodeData | null): VNode;
|
|
542
|
+
function h(sel: any, text: string): VNode;
|
|
543
|
+
function h(sel: any, children: Array<VNode | undefined | null>): VNode;
|
|
544
|
+
function h(sel: any, data: VNodeData | null, text: string): VNode;
|
|
545
|
+
function h(sel: any, data: VNodeData | null, children: Array<VNode | undefined | null>): VNode;
|
|
546
|
+
function h(sel: any, data: VNodeData | null, children: VNode): VNode;
|
|
547
|
+
namespace JSX {
|
|
548
|
+
interface IntrinsicElements extends LocalJSX.IntrinsicElements, JSXBase.IntrinsicElements {
|
|
549
|
+
[tagName: string]: any;
|
|
550
|
+
}
|
|
551
|
+
}
|
|
552
|
+
}
|
|
553
|
+
export declare function h(sel: any): VNode;
|
|
554
|
+
export declare function h(sel: Node, data: VNodeData | null): VNode;
|
|
555
|
+
export declare function h(sel: any, data: VNodeData | null): VNode;
|
|
556
|
+
export declare function h(sel: any, text: string): VNode;
|
|
557
|
+
export declare function h(sel: any, children: Array<VNode | undefined | null>): VNode;
|
|
558
|
+
export declare function h(sel: any, data: VNodeData | null, text: string): VNode;
|
|
559
|
+
export declare function h(sel: any, data: VNodeData | null, children: Array<VNode | undefined | null>): VNode;
|
|
560
|
+
export declare function h(sel: any, data: VNodeData | null, children: VNode): VNode;
|
|
561
|
+
/**
|
|
562
|
+
* A virtual DOM node
|
|
563
|
+
*/
|
|
564
|
+
export interface VNode {
|
|
565
|
+
$flags$: number;
|
|
566
|
+
$tag$: string | number | Function;
|
|
567
|
+
$elm$: any;
|
|
568
|
+
$text$: string;
|
|
569
|
+
$children$: VNode[];
|
|
570
|
+
$attrs$?: any;
|
|
571
|
+
$name$?: string;
|
|
572
|
+
$key$?: string | number;
|
|
573
|
+
}
|
|
574
|
+
export interface VNodeData {
|
|
575
|
+
class?: {
|
|
576
|
+
[className: string]: boolean;
|
|
577
|
+
};
|
|
578
|
+
style?: any;
|
|
579
|
+
[attrName: string]: any;
|
|
580
|
+
}
|
|
581
|
+
declare namespace LocalJSX {
|
|
582
|
+
interface Element {
|
|
583
|
+
}
|
|
584
|
+
interface IntrinsicElements {
|
|
585
|
+
}
|
|
586
|
+
}
|
|
587
|
+
export { LocalJSX as JSX };
|
|
588
|
+
export declare namespace JSXBase {
|
|
589
|
+
interface IntrinsicElements {
|
|
590
|
+
slot: JSXBase.SlotAttributes;
|
|
591
|
+
a: JSXBase.AnchorHTMLAttributes<HTMLAnchorElement>;
|
|
592
|
+
abbr: JSXBase.HTMLAttributes;
|
|
593
|
+
address: JSXBase.HTMLAttributes;
|
|
594
|
+
area: JSXBase.AreaHTMLAttributes<HTMLAreaElement>;
|
|
595
|
+
article: JSXBase.HTMLAttributes;
|
|
596
|
+
aside: JSXBase.HTMLAttributes;
|
|
597
|
+
audio: JSXBase.AudioHTMLAttributes<HTMLAudioElement>;
|
|
598
|
+
b: JSXBase.HTMLAttributes;
|
|
599
|
+
base: JSXBase.BaseHTMLAttributes<HTMLBaseElement>;
|
|
600
|
+
bdi: JSXBase.HTMLAttributes;
|
|
601
|
+
bdo: JSXBase.HTMLAttributes;
|
|
602
|
+
big: JSXBase.HTMLAttributes;
|
|
603
|
+
blockquote: JSXBase.BlockquoteHTMLAttributes<HTMLQuoteElement>;
|
|
604
|
+
body: JSXBase.HTMLAttributes<HTMLBodyElement>;
|
|
605
|
+
br: JSXBase.HTMLAttributes<HTMLBRElement>;
|
|
606
|
+
button: JSXBase.ButtonHTMLAttributes<HTMLButtonElement>;
|
|
607
|
+
canvas: JSXBase.CanvasHTMLAttributes<HTMLCanvasElement>;
|
|
608
|
+
caption: JSXBase.HTMLAttributes<HTMLTableCaptionElement>;
|
|
609
|
+
cite: JSXBase.HTMLAttributes;
|
|
610
|
+
code: JSXBase.HTMLAttributes;
|
|
611
|
+
col: JSXBase.ColHTMLAttributes<HTMLTableColElement>;
|
|
612
|
+
colgroup: JSXBase.ColgroupHTMLAttributes<HTMLTableColElement>;
|
|
613
|
+
data: JSXBase.HTMLAttributes<HTMLDataElement>;
|
|
614
|
+
datalist: JSXBase.HTMLAttributes<HTMLDataListElement>;
|
|
615
|
+
dd: JSXBase.HTMLAttributes;
|
|
616
|
+
del: JSXBase.DelHTMLAttributes<HTMLModElement>;
|
|
617
|
+
details: JSXBase.DetailsHTMLAttributes<HTMLElement>;
|
|
618
|
+
dfn: JSXBase.HTMLAttributes;
|
|
619
|
+
dialog: JSXBase.DialogHTMLAttributes<HTMLDialogElement>;
|
|
620
|
+
div: JSXBase.HTMLAttributes<HTMLDivElement>;
|
|
621
|
+
dl: JSXBase.HTMLAttributes<HTMLDListElement>;
|
|
622
|
+
dt: JSXBase.HTMLAttributes;
|
|
623
|
+
em: JSXBase.HTMLAttributes;
|
|
624
|
+
embed: JSXBase.EmbedHTMLAttributes<HTMLEmbedElement>;
|
|
625
|
+
fieldset: JSXBase.FieldsetHTMLAttributes<HTMLFieldSetElement>;
|
|
626
|
+
figcaption: JSXBase.HTMLAttributes;
|
|
627
|
+
figure: JSXBase.HTMLAttributes;
|
|
628
|
+
footer: JSXBase.HTMLAttributes;
|
|
629
|
+
form: JSXBase.FormHTMLAttributes<HTMLFormElement>;
|
|
630
|
+
h1: JSXBase.HTMLAttributes<HTMLHeadingElement>;
|
|
631
|
+
h2: JSXBase.HTMLAttributes<HTMLHeadingElement>;
|
|
632
|
+
h3: JSXBase.HTMLAttributes<HTMLHeadingElement>;
|
|
633
|
+
h4: JSXBase.HTMLAttributes<HTMLHeadingElement>;
|
|
634
|
+
h5: JSXBase.HTMLAttributes<HTMLHeadingElement>;
|
|
635
|
+
h6: JSXBase.HTMLAttributes<HTMLHeadingElement>;
|
|
636
|
+
head: JSXBase.HTMLAttributes<HTMLHeadElement>;
|
|
637
|
+
header: JSXBase.HTMLAttributes;
|
|
638
|
+
hgroup: JSXBase.HTMLAttributes;
|
|
639
|
+
hr: JSXBase.HTMLAttributes<HTMLHRElement>;
|
|
640
|
+
html: JSXBase.HTMLAttributes<HTMLHtmlElement>;
|
|
641
|
+
i: JSXBase.HTMLAttributes;
|
|
642
|
+
iframe: JSXBase.IframeHTMLAttributes<HTMLIFrameElement>;
|
|
643
|
+
img: JSXBase.ImgHTMLAttributes<HTMLImageElement>;
|
|
644
|
+
input: JSXBase.InputHTMLAttributes<HTMLInputElement>;
|
|
645
|
+
ins: JSXBase.InsHTMLAttributes<HTMLModElement>;
|
|
646
|
+
kbd: JSXBase.HTMLAttributes;
|
|
647
|
+
keygen: JSXBase.KeygenHTMLAttributes<HTMLElement>;
|
|
648
|
+
label: JSXBase.LabelHTMLAttributes<HTMLLabelElement>;
|
|
649
|
+
legend: JSXBase.HTMLAttributes<HTMLLegendElement>;
|
|
650
|
+
li: JSXBase.LiHTMLAttributes<HTMLLIElement>;
|
|
651
|
+
link: JSXBase.LinkHTMLAttributes<HTMLLinkElement>;
|
|
652
|
+
main: JSXBase.HTMLAttributes;
|
|
653
|
+
map: JSXBase.MapHTMLAttributes<HTMLMapElement>;
|
|
654
|
+
mark: JSXBase.HTMLAttributes;
|
|
655
|
+
menu: JSXBase.MenuHTMLAttributes<HTMLMenuElement>;
|
|
656
|
+
menuitem: JSXBase.HTMLAttributes;
|
|
657
|
+
meta: JSXBase.MetaHTMLAttributes<HTMLMetaElement>;
|
|
658
|
+
meter: JSXBase.MeterHTMLAttributes<HTMLMeterElement>;
|
|
659
|
+
nav: JSXBase.HTMLAttributes;
|
|
660
|
+
noscript: JSXBase.HTMLAttributes;
|
|
661
|
+
object: JSXBase.ObjectHTMLAttributes<HTMLObjectElement>;
|
|
662
|
+
ol: JSXBase.OlHTMLAttributes<HTMLOListElement>;
|
|
663
|
+
optgroup: JSXBase.OptgroupHTMLAttributes<HTMLOptGroupElement>;
|
|
664
|
+
option: JSXBase.OptionHTMLAttributes<HTMLOptionElement>;
|
|
665
|
+
output: JSXBase.OutputHTMLAttributes<HTMLOutputElement>;
|
|
666
|
+
p: JSXBase.HTMLAttributes<HTMLParagraphElement>;
|
|
667
|
+
param: JSXBase.ParamHTMLAttributes<HTMLParamElement>;
|
|
668
|
+
picture: JSXBase.HTMLAttributes<HTMLPictureElement>;
|
|
669
|
+
pre: JSXBase.HTMLAttributes<HTMLPreElement>;
|
|
670
|
+
progress: JSXBase.ProgressHTMLAttributes<HTMLProgressElement>;
|
|
671
|
+
q: JSXBase.QuoteHTMLAttributes<HTMLQuoteElement>;
|
|
672
|
+
rp: JSXBase.HTMLAttributes;
|
|
673
|
+
rt: JSXBase.HTMLAttributes;
|
|
674
|
+
ruby: JSXBase.HTMLAttributes;
|
|
675
|
+
s: JSXBase.HTMLAttributes;
|
|
676
|
+
samp: JSXBase.HTMLAttributes;
|
|
677
|
+
script: JSXBase.ScriptHTMLAttributes<HTMLScriptElement>;
|
|
678
|
+
section: JSXBase.HTMLAttributes;
|
|
679
|
+
select: JSXBase.SelectHTMLAttributes<HTMLSelectElement>;
|
|
680
|
+
small: JSXBase.HTMLAttributes;
|
|
681
|
+
source: JSXBase.SourceHTMLAttributes<HTMLSourceElement>;
|
|
682
|
+
span: JSXBase.HTMLAttributes<HTMLSpanElement>;
|
|
683
|
+
strong: JSXBase.HTMLAttributes;
|
|
684
|
+
style: JSXBase.StyleHTMLAttributes<HTMLStyleElement>;
|
|
685
|
+
sub: JSXBase.HTMLAttributes;
|
|
686
|
+
summary: JSXBase.HTMLAttributes;
|
|
687
|
+
sup: JSXBase.HTMLAttributes;
|
|
688
|
+
table: JSXBase.TableHTMLAttributes<HTMLTableElement>;
|
|
689
|
+
tbody: JSXBase.HTMLAttributes<HTMLTableSectionElement>;
|
|
690
|
+
td: JSXBase.TdHTMLAttributes<HTMLTableDataCellElement>;
|
|
691
|
+
textarea: JSXBase.TextareaHTMLAttributes<HTMLTextAreaElement>;
|
|
692
|
+
tfoot: JSXBase.HTMLAttributes<HTMLTableSectionElement>;
|
|
693
|
+
th: JSXBase.ThHTMLAttributes<HTMLTableHeaderCellElement>;
|
|
694
|
+
thead: JSXBase.HTMLAttributes<HTMLTableSectionElement>;
|
|
695
|
+
time: JSXBase.TimeHTMLAttributes<HTMLTimeElement>;
|
|
696
|
+
title: JSXBase.HTMLAttributes<HTMLTitleElement>;
|
|
697
|
+
tr: JSXBase.HTMLAttributes<HTMLTableRowElement>;
|
|
698
|
+
track: JSXBase.TrackHTMLAttributes<HTMLTrackElement>;
|
|
699
|
+
u: JSXBase.HTMLAttributes;
|
|
700
|
+
ul: JSXBase.HTMLAttributes<HTMLUListElement>;
|
|
701
|
+
var: JSXBase.HTMLAttributes;
|
|
702
|
+
video: JSXBase.VideoHTMLAttributes<HTMLVideoElement>;
|
|
703
|
+
wbr: JSXBase.HTMLAttributes;
|
|
704
|
+
animate: JSXBase.SVGAttributes;
|
|
705
|
+
circle: JSXBase.SVGAttributes;
|
|
706
|
+
clipPath: JSXBase.SVGAttributes;
|
|
707
|
+
defs: JSXBase.SVGAttributes;
|
|
708
|
+
desc: JSXBase.SVGAttributes;
|
|
709
|
+
ellipse: JSXBase.SVGAttributes;
|
|
710
|
+
feBlend: JSXBase.SVGAttributes;
|
|
711
|
+
feColorMatrix: JSXBase.SVGAttributes;
|
|
712
|
+
feComponentTransfer: JSXBase.SVGAttributes;
|
|
713
|
+
feComposite: JSXBase.SVGAttributes;
|
|
714
|
+
feConvolveMatrix: JSXBase.SVGAttributes;
|
|
715
|
+
feDiffuseLighting: JSXBase.SVGAttributes;
|
|
716
|
+
feDisplacementMap: JSXBase.SVGAttributes;
|
|
717
|
+
feDistantLight: JSXBase.SVGAttributes;
|
|
718
|
+
feDropShadow: JSXBase.SVGAttributes;
|
|
719
|
+
feFlood: JSXBase.SVGAttributes;
|
|
720
|
+
feFuncA: JSXBase.SVGAttributes;
|
|
721
|
+
feFuncB: JSXBase.SVGAttributes;
|
|
722
|
+
feFuncG: JSXBase.SVGAttributes;
|
|
723
|
+
feFuncR: JSXBase.SVGAttributes;
|
|
724
|
+
feGaussianBlur: JSXBase.SVGAttributes;
|
|
725
|
+
feImage: JSXBase.SVGAttributes;
|
|
726
|
+
feMerge: JSXBase.SVGAttributes;
|
|
727
|
+
feMergeNode: JSXBase.SVGAttributes;
|
|
728
|
+
feMorphology: JSXBase.SVGAttributes;
|
|
729
|
+
feOffset: JSXBase.SVGAttributes;
|
|
730
|
+
fePointLight: JSXBase.SVGAttributes;
|
|
731
|
+
feSpecularLighting: JSXBase.SVGAttributes;
|
|
732
|
+
feSpotLight: JSXBase.SVGAttributes;
|
|
733
|
+
feTile: JSXBase.SVGAttributes;
|
|
734
|
+
feTurbulence: JSXBase.SVGAttributes;
|
|
735
|
+
filter: JSXBase.SVGAttributes;
|
|
736
|
+
foreignObject: JSXBase.SVGAttributes;
|
|
737
|
+
g: JSXBase.SVGAttributes;
|
|
738
|
+
image: JSXBase.SVGAttributes;
|
|
739
|
+
line: JSXBase.SVGAttributes;
|
|
740
|
+
linearGradient: JSXBase.SVGAttributes;
|
|
741
|
+
marker: JSXBase.SVGAttributes;
|
|
742
|
+
mask: JSXBase.SVGAttributes;
|
|
743
|
+
metadata: JSXBase.SVGAttributes;
|
|
744
|
+
path: JSXBase.SVGAttributes;
|
|
745
|
+
pattern: JSXBase.SVGAttributes;
|
|
746
|
+
polygon: JSXBase.SVGAttributes;
|
|
747
|
+
polyline: JSXBase.SVGAttributes;
|
|
748
|
+
radialGradient: JSXBase.SVGAttributes;
|
|
749
|
+
rect: JSXBase.SVGAttributes;
|
|
750
|
+
stop: JSXBase.SVGAttributes;
|
|
751
|
+
svg: JSXBase.SVGAttributes;
|
|
752
|
+
switch: JSXBase.SVGAttributes;
|
|
753
|
+
symbol: JSXBase.SVGAttributes;
|
|
754
|
+
text: JSXBase.SVGAttributes;
|
|
755
|
+
textPath: JSXBase.SVGAttributes;
|
|
756
|
+
tspan: JSXBase.SVGAttributes;
|
|
757
|
+
use: JSXBase.SVGAttributes;
|
|
758
|
+
view: JSXBase.SVGAttributes;
|
|
759
|
+
}
|
|
760
|
+
interface SlotAttributes extends JSXAttributes {
|
|
761
|
+
name?: string;
|
|
762
|
+
slot?: string;
|
|
763
|
+
onSlotchange?: (event: Event) => void;
|
|
764
|
+
}
|
|
765
|
+
interface AnchorHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
766
|
+
download?: any;
|
|
767
|
+
href?: string;
|
|
768
|
+
hrefLang?: string;
|
|
769
|
+
hreflang?: string;
|
|
770
|
+
media?: string;
|
|
771
|
+
rel?: string;
|
|
772
|
+
target?: string;
|
|
773
|
+
referrerPolicy?: ReferrerPolicy;
|
|
774
|
+
}
|
|
775
|
+
interface AudioHTMLAttributes<T> extends MediaHTMLAttributes<T> {
|
|
776
|
+
}
|
|
777
|
+
interface AreaHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
778
|
+
alt?: string;
|
|
779
|
+
coords?: string;
|
|
780
|
+
download?: any;
|
|
781
|
+
href?: string;
|
|
782
|
+
hrefLang?: string;
|
|
783
|
+
hreflang?: string;
|
|
784
|
+
media?: string;
|
|
785
|
+
rel?: string;
|
|
786
|
+
shape?: string;
|
|
787
|
+
target?: string;
|
|
788
|
+
}
|
|
789
|
+
interface BaseHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
790
|
+
href?: string;
|
|
791
|
+
target?: string;
|
|
792
|
+
}
|
|
793
|
+
interface BlockquoteHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
794
|
+
cite?: string;
|
|
795
|
+
}
|
|
796
|
+
interface ButtonHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
797
|
+
autoFocus?: boolean;
|
|
798
|
+
disabled?: boolean;
|
|
799
|
+
form?: string;
|
|
800
|
+
formAction?: string;
|
|
801
|
+
formaction?: string;
|
|
802
|
+
formEncType?: string;
|
|
803
|
+
formenctype?: string;
|
|
804
|
+
formMethod?: string;
|
|
805
|
+
formmethod?: string;
|
|
806
|
+
formNoValidate?: boolean;
|
|
807
|
+
formnovalidate?: boolean;
|
|
808
|
+
formTarget?: string;
|
|
809
|
+
formtarget?: string;
|
|
810
|
+
name?: string;
|
|
811
|
+
type?: string;
|
|
812
|
+
value?: string | string[] | number;
|
|
813
|
+
popoverTargetAction?: string;
|
|
814
|
+
popoverTargetElement?: Element | null;
|
|
815
|
+
popoverTarget?: string;
|
|
816
|
+
}
|
|
817
|
+
interface CanvasHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
818
|
+
height?: number | string;
|
|
819
|
+
width?: number | string;
|
|
820
|
+
}
|
|
821
|
+
interface ColHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
822
|
+
span?: number;
|
|
823
|
+
}
|
|
824
|
+
interface ColgroupHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
825
|
+
span?: number;
|
|
826
|
+
}
|
|
827
|
+
interface DetailsHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
828
|
+
open?: boolean;
|
|
829
|
+
onToggle?: (event: Event) => void;
|
|
830
|
+
}
|
|
831
|
+
interface DelHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
832
|
+
cite?: string;
|
|
833
|
+
dateTime?: string;
|
|
834
|
+
datetime?: string;
|
|
835
|
+
}
|
|
836
|
+
interface DialogHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
837
|
+
onCancel?: (event: Event) => void;
|
|
838
|
+
onClose?: (event: Event) => void;
|
|
839
|
+
open?: boolean;
|
|
840
|
+
returnValue?: string;
|
|
841
|
+
}
|
|
842
|
+
interface EmbedHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
843
|
+
height?: number | string;
|
|
844
|
+
src?: string;
|
|
845
|
+
type?: string;
|
|
846
|
+
width?: number | string;
|
|
847
|
+
}
|
|
848
|
+
interface FieldsetHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
849
|
+
disabled?: boolean;
|
|
850
|
+
form?: string;
|
|
851
|
+
name?: string;
|
|
852
|
+
}
|
|
853
|
+
interface FormHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
854
|
+
acceptCharset?: string;
|
|
855
|
+
acceptcharset?: string;
|
|
856
|
+
action?: string;
|
|
857
|
+
autoComplete?: string;
|
|
858
|
+
autocomplete?: string;
|
|
859
|
+
encType?: string;
|
|
860
|
+
enctype?: string;
|
|
861
|
+
method?: string;
|
|
862
|
+
name?: string;
|
|
863
|
+
noValidate?: boolean;
|
|
864
|
+
novalidate?: boolean | string;
|
|
865
|
+
target?: string;
|
|
866
|
+
}
|
|
867
|
+
interface HtmlHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
868
|
+
manifest?: string;
|
|
869
|
+
}
|
|
870
|
+
interface IframeHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
871
|
+
allow?: string;
|
|
872
|
+
allowFullScreen?: boolean;
|
|
873
|
+
allowfullScreen?: string | boolean;
|
|
874
|
+
allowTransparency?: boolean;
|
|
875
|
+
allowtransparency?: string | boolean;
|
|
876
|
+
frameBorder?: number | string;
|
|
877
|
+
frameborder?: number | string;
|
|
878
|
+
importance?: 'low' | 'auto' | 'high';
|
|
879
|
+
height?: number | string;
|
|
880
|
+
loading?: 'lazy' | 'auto' | 'eager';
|
|
881
|
+
marginHeight?: number;
|
|
882
|
+
marginheight?: string | number;
|
|
883
|
+
marginWidth?: number;
|
|
884
|
+
marginwidth?: string | number;
|
|
885
|
+
name?: string;
|
|
886
|
+
referrerPolicy?: ReferrerPolicy;
|
|
887
|
+
sandbox?: string;
|
|
888
|
+
scrolling?: string;
|
|
889
|
+
seamless?: boolean;
|
|
890
|
+
src?: string;
|
|
891
|
+
srcDoc?: string;
|
|
892
|
+
srcdoc?: string;
|
|
893
|
+
width?: number | string;
|
|
894
|
+
}
|
|
895
|
+
interface ImgHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
896
|
+
alt?: string;
|
|
897
|
+
crossOrigin?: string;
|
|
898
|
+
crossorigin?: string;
|
|
899
|
+
decoding?: 'async' | 'auto' | 'sync';
|
|
900
|
+
importance?: 'low' | 'auto' | 'high';
|
|
901
|
+
height?: number | string;
|
|
902
|
+
loading?: 'lazy' | 'auto' | 'eager';
|
|
903
|
+
sizes?: string;
|
|
904
|
+
src?: string;
|
|
905
|
+
srcSet?: string;
|
|
906
|
+
srcset?: string;
|
|
907
|
+
useMap?: string;
|
|
908
|
+
usemap?: string;
|
|
909
|
+
width?: number | string;
|
|
910
|
+
}
|
|
911
|
+
interface InsHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
912
|
+
cite?: string;
|
|
913
|
+
dateTime?: string;
|
|
914
|
+
datetime?: string;
|
|
915
|
+
}
|
|
916
|
+
interface InputHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
917
|
+
accept?: string;
|
|
918
|
+
allowdirs?: boolean;
|
|
919
|
+
alt?: string;
|
|
920
|
+
autoCapitalize?: string;
|
|
921
|
+
autocapitalize?: string;
|
|
922
|
+
autoComplete?: string;
|
|
923
|
+
autocomplete?: string;
|
|
924
|
+
autoFocus?: boolean;
|
|
925
|
+
autofocus?: boolean | string;
|
|
926
|
+
capture?: string;
|
|
927
|
+
checked?: boolean;
|
|
928
|
+
crossOrigin?: string;
|
|
929
|
+
crossorigin?: string;
|
|
930
|
+
defaultChecked?: boolean;
|
|
931
|
+
defaultValue?: string;
|
|
932
|
+
dirName?: string;
|
|
933
|
+
disabled?: boolean;
|
|
934
|
+
files?: any;
|
|
935
|
+
form?: string;
|
|
936
|
+
formAction?: string;
|
|
937
|
+
formaction?: string;
|
|
938
|
+
formEncType?: string;
|
|
939
|
+
formenctype?: string;
|
|
940
|
+
formMethod?: string;
|
|
941
|
+
formmethod?: string;
|
|
942
|
+
formNoValidate?: boolean;
|
|
943
|
+
formnovalidate?: boolean;
|
|
944
|
+
formTarget?: string;
|
|
945
|
+
formtarget?: string;
|
|
946
|
+
height?: number | string;
|
|
947
|
+
indeterminate?: boolean;
|
|
948
|
+
list?: string;
|
|
949
|
+
max?: number | string;
|
|
950
|
+
maxLength?: number;
|
|
951
|
+
maxlength?: number | string;
|
|
952
|
+
min?: number | string;
|
|
953
|
+
minLength?: number;
|
|
954
|
+
minlength?: number | string;
|
|
955
|
+
multiple?: boolean;
|
|
956
|
+
name?: string;
|
|
957
|
+
onSelect?: (event: Event) => void;
|
|
958
|
+
onselect?: (event: Event) => void;
|
|
959
|
+
pattern?: string;
|
|
960
|
+
placeholder?: string;
|
|
961
|
+
readOnly?: boolean;
|
|
962
|
+
readonly?: boolean | string;
|
|
963
|
+
required?: boolean;
|
|
964
|
+
selectionStart?: number | string;
|
|
965
|
+
selectionEnd?: number | string;
|
|
966
|
+
selectionDirection?: string;
|
|
967
|
+
size?: number;
|
|
968
|
+
src?: string;
|
|
969
|
+
step?: number | string;
|
|
970
|
+
type?: string;
|
|
971
|
+
value?: string | string[] | number;
|
|
972
|
+
valueAsDate?: any;
|
|
973
|
+
valueAsNumber?: any;
|
|
974
|
+
webkitdirectory?: boolean;
|
|
975
|
+
webkitEntries?: any;
|
|
976
|
+
width?: number | string;
|
|
977
|
+
popoverTargetAction?: string;
|
|
978
|
+
popoverTargetElement?: Element | null;
|
|
979
|
+
popoverTarget?: string;
|
|
980
|
+
}
|
|
981
|
+
interface KeygenHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
982
|
+
autoFocus?: boolean;
|
|
983
|
+
autofocus?: boolean | string;
|
|
984
|
+
challenge?: string;
|
|
985
|
+
disabled?: boolean;
|
|
986
|
+
form?: string;
|
|
987
|
+
keyType?: string;
|
|
988
|
+
keytype?: string;
|
|
989
|
+
keyParams?: string;
|
|
990
|
+
keyparams?: string;
|
|
991
|
+
name?: string;
|
|
992
|
+
}
|
|
993
|
+
interface LabelHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
994
|
+
form?: string;
|
|
995
|
+
htmlFor?: string;
|
|
996
|
+
htmlfor?: string;
|
|
997
|
+
}
|
|
998
|
+
interface LiHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
999
|
+
value?: string | string[] | number;
|
|
1000
|
+
}
|
|
1001
|
+
interface LinkHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1002
|
+
as?: string;
|
|
1003
|
+
href?: string;
|
|
1004
|
+
hrefLang?: string;
|
|
1005
|
+
hreflang?: string;
|
|
1006
|
+
importance?: 'low' | 'auto' | 'high';
|
|
1007
|
+
integrity?: string;
|
|
1008
|
+
media?: string;
|
|
1009
|
+
rel?: string;
|
|
1010
|
+
sizes?: string;
|
|
1011
|
+
type?: string;
|
|
1012
|
+
}
|
|
1013
|
+
interface MapHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1014
|
+
name?: string;
|
|
1015
|
+
}
|
|
1016
|
+
interface MenuHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1017
|
+
type?: string;
|
|
1018
|
+
}
|
|
1019
|
+
interface MediaHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1020
|
+
autoPlay?: boolean;
|
|
1021
|
+
autoplay?: boolean | string;
|
|
1022
|
+
controls?: boolean;
|
|
1023
|
+
crossOrigin?: string;
|
|
1024
|
+
crossorigin?: string;
|
|
1025
|
+
loop?: boolean;
|
|
1026
|
+
mediaGroup?: string;
|
|
1027
|
+
mediagroup?: string;
|
|
1028
|
+
muted?: boolean;
|
|
1029
|
+
preload?: string;
|
|
1030
|
+
src?: string;
|
|
1031
|
+
onAbort?: (event: Event) => void;
|
|
1032
|
+
onCanPlay?: (event: Event) => void;
|
|
1033
|
+
onCanPlayThrough?: (event: Event) => void;
|
|
1034
|
+
onDurationChange?: (event: Event) => void;
|
|
1035
|
+
onEmptied?: (event: Event) => void;
|
|
1036
|
+
onEnded?: (event: Event) => void;
|
|
1037
|
+
onError?: (event: Event) => void;
|
|
1038
|
+
onInterruptBegin?: (event: Event) => void;
|
|
1039
|
+
onInterruptEnd?: (event: Event) => void;
|
|
1040
|
+
onLoadedData?: (event: Event) => void;
|
|
1041
|
+
onLoadedMetaData?: (event: Event) => void;
|
|
1042
|
+
onLoadStart?: (event: Event) => void;
|
|
1043
|
+
onMozAudioAvailable?: (event: Event) => void;
|
|
1044
|
+
onPause?: (event: Event) => void;
|
|
1045
|
+
onPlay?: (event: Event) => void;
|
|
1046
|
+
onPlaying?: (event: Event) => void;
|
|
1047
|
+
onProgress?: (event: Event) => void;
|
|
1048
|
+
onRateChange?: (event: Event) => void;
|
|
1049
|
+
onSeeked?: (event: Event) => void;
|
|
1050
|
+
onSeeking?: (event: Event) => void;
|
|
1051
|
+
onStalled?: (event: Event) => void;
|
|
1052
|
+
onSuspend?: (event: Event) => void;
|
|
1053
|
+
onTimeUpdate?: (event: Event) => void;
|
|
1054
|
+
onVolumeChange?: (event: Event) => void;
|
|
1055
|
+
onWaiting?: (event: Event) => void;
|
|
1056
|
+
}
|
|
1057
|
+
interface MetaHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1058
|
+
charSet?: string;
|
|
1059
|
+
charset?: string;
|
|
1060
|
+
content?: string;
|
|
1061
|
+
httpEquiv?: string;
|
|
1062
|
+
httpequiv?: string;
|
|
1063
|
+
name?: string;
|
|
1064
|
+
}
|
|
1065
|
+
interface MeterHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1066
|
+
form?: string;
|
|
1067
|
+
high?: number;
|
|
1068
|
+
low?: number;
|
|
1069
|
+
max?: number | string;
|
|
1070
|
+
min?: number | string;
|
|
1071
|
+
optimum?: number;
|
|
1072
|
+
value?: string | string[] | number;
|
|
1073
|
+
}
|
|
1074
|
+
interface QuoteHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1075
|
+
cite?: string;
|
|
1076
|
+
}
|
|
1077
|
+
interface ObjectHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1078
|
+
classID?: string;
|
|
1079
|
+
classid?: string;
|
|
1080
|
+
data?: string;
|
|
1081
|
+
form?: string;
|
|
1082
|
+
height?: number | string;
|
|
1083
|
+
name?: string;
|
|
1084
|
+
type?: string;
|
|
1085
|
+
useMap?: string;
|
|
1086
|
+
usemap?: string;
|
|
1087
|
+
width?: number | string;
|
|
1088
|
+
wmode?: string;
|
|
1089
|
+
}
|
|
1090
|
+
interface OlHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1091
|
+
reversed?: boolean;
|
|
1092
|
+
start?: number;
|
|
1093
|
+
}
|
|
1094
|
+
interface OptgroupHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1095
|
+
disabled?: boolean;
|
|
1096
|
+
label?: string;
|
|
1097
|
+
}
|
|
1098
|
+
interface OptionHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1099
|
+
disabled?: boolean;
|
|
1100
|
+
label?: string;
|
|
1101
|
+
selected?: boolean;
|
|
1102
|
+
value?: string | string[] | number;
|
|
1103
|
+
}
|
|
1104
|
+
interface OutputHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1105
|
+
form?: string;
|
|
1106
|
+
htmlFor?: string;
|
|
1107
|
+
htmlfor?: string;
|
|
1108
|
+
name?: string;
|
|
1109
|
+
}
|
|
1110
|
+
interface ParamHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1111
|
+
name?: string;
|
|
1112
|
+
value?: string | string[] | number;
|
|
1113
|
+
}
|
|
1114
|
+
interface ProgressHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1115
|
+
max?: number | string;
|
|
1116
|
+
value?: string | string[] | number;
|
|
1117
|
+
}
|
|
1118
|
+
interface ScriptHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1119
|
+
async?: boolean;
|
|
1120
|
+
charSet?: string;
|
|
1121
|
+
charset?: string;
|
|
1122
|
+
crossOrigin?: string;
|
|
1123
|
+
crossorigin?: string;
|
|
1124
|
+
defer?: boolean;
|
|
1125
|
+
importance?: 'low' | 'auto' | 'high';
|
|
1126
|
+
integrity?: string;
|
|
1127
|
+
nonce?: string;
|
|
1128
|
+
src?: string;
|
|
1129
|
+
type?: string;
|
|
1130
|
+
}
|
|
1131
|
+
interface SelectHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1132
|
+
autoFocus?: boolean;
|
|
1133
|
+
disabled?: boolean;
|
|
1134
|
+
form?: string;
|
|
1135
|
+
multiple?: boolean;
|
|
1136
|
+
name?: string;
|
|
1137
|
+
required?: boolean;
|
|
1138
|
+
size?: number;
|
|
1139
|
+
autoComplete?: string;
|
|
1140
|
+
autocomplete?: string;
|
|
1141
|
+
}
|
|
1142
|
+
interface SourceHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1143
|
+
height?: number;
|
|
1144
|
+
media?: string;
|
|
1145
|
+
sizes?: string;
|
|
1146
|
+
src?: string;
|
|
1147
|
+
srcSet?: string;
|
|
1148
|
+
type?: string;
|
|
1149
|
+
width?: number;
|
|
1150
|
+
}
|
|
1151
|
+
interface StyleHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1152
|
+
media?: string;
|
|
1153
|
+
nonce?: string;
|
|
1154
|
+
scoped?: boolean;
|
|
1155
|
+
type?: string;
|
|
1156
|
+
}
|
|
1157
|
+
interface TableHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1158
|
+
cellPadding?: number | string;
|
|
1159
|
+
cellpadding?: number | string;
|
|
1160
|
+
cellSpacing?: number | string;
|
|
1161
|
+
cellspacing?: number | string;
|
|
1162
|
+
summary?: string;
|
|
1163
|
+
}
|
|
1164
|
+
interface TextareaHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1165
|
+
autoComplete?: string;
|
|
1166
|
+
autocomplete?: string;
|
|
1167
|
+
autoFocus?: boolean;
|
|
1168
|
+
autofocus?: boolean | string;
|
|
1169
|
+
cols?: number;
|
|
1170
|
+
disabled?: boolean;
|
|
1171
|
+
form?: string;
|
|
1172
|
+
maxLength?: number;
|
|
1173
|
+
maxlength?: number | string;
|
|
1174
|
+
minLength?: number;
|
|
1175
|
+
minlength?: number | string;
|
|
1176
|
+
name?: string;
|
|
1177
|
+
onSelect?: (event: Event) => void;
|
|
1178
|
+
onselect?: (event: Event) => void;
|
|
1179
|
+
placeholder?: string;
|
|
1180
|
+
readOnly?: boolean;
|
|
1181
|
+
readonly?: boolean | string;
|
|
1182
|
+
required?: boolean;
|
|
1183
|
+
rows?: number;
|
|
1184
|
+
value?: string | string[] | number;
|
|
1185
|
+
wrap?: string;
|
|
1186
|
+
}
|
|
1187
|
+
interface TdHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1188
|
+
colSpan?: number;
|
|
1189
|
+
headers?: string;
|
|
1190
|
+
rowSpan?: number;
|
|
1191
|
+
}
|
|
1192
|
+
interface ThHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1193
|
+
abbr?: string;
|
|
1194
|
+
colSpan?: number;
|
|
1195
|
+
headers?: string;
|
|
1196
|
+
rowSpan?: number;
|
|
1197
|
+
rowspan?: number | string;
|
|
1198
|
+
scope?: string;
|
|
1199
|
+
}
|
|
1200
|
+
interface TimeHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1201
|
+
dateTime?: string;
|
|
1202
|
+
}
|
|
1203
|
+
interface TrackHTMLAttributes<T> extends HTMLAttributes<T> {
|
|
1204
|
+
default?: boolean;
|
|
1205
|
+
kind?: string;
|
|
1206
|
+
label?: string;
|
|
1207
|
+
src?: string;
|
|
1208
|
+
srcLang?: string;
|
|
1209
|
+
srclang?: string;
|
|
1210
|
+
}
|
|
1211
|
+
interface VideoHTMLAttributes<T> extends MediaHTMLAttributes<T> {
|
|
1212
|
+
height?: number | string;
|
|
1213
|
+
playsInline?: boolean;
|
|
1214
|
+
playsinline?: boolean | string;
|
|
1215
|
+
poster?: string;
|
|
1216
|
+
width?: number | string;
|
|
1217
|
+
}
|
|
1218
|
+
interface HTMLAttributes<T = HTMLElement> extends DOMAttributes<T> {
|
|
1219
|
+
innerHTML?: string;
|
|
1220
|
+
accessKey?: string;
|
|
1221
|
+
class?: string | {
|
|
1222
|
+
[className: string]: boolean;
|
|
1223
|
+
};
|
|
1224
|
+
contentEditable?: boolean | string;
|
|
1225
|
+
contenteditable?: boolean | string;
|
|
1226
|
+
contextMenu?: string;
|
|
1227
|
+
contextmenu?: string;
|
|
1228
|
+
dir?: string;
|
|
1229
|
+
draggable?: boolean;
|
|
1230
|
+
hidden?: boolean;
|
|
1231
|
+
id?: string;
|
|
1232
|
+
inert?: boolean;
|
|
1233
|
+
lang?: string;
|
|
1234
|
+
spellcheck?: 'true' | 'false' | any;
|
|
1235
|
+
style?: {
|
|
1236
|
+
[key: string]: string | undefined;
|
|
1237
|
+
};
|
|
1238
|
+
tabIndex?: number;
|
|
1239
|
+
tabindex?: number | string;
|
|
1240
|
+
title?: string;
|
|
1241
|
+
popover?: string | null;
|
|
1242
|
+
inputMode?: string;
|
|
1243
|
+
inputmode?: string;
|
|
1244
|
+
enterKeyHint?: string;
|
|
1245
|
+
enterkeyhint?: string;
|
|
1246
|
+
is?: string;
|
|
1247
|
+
radioGroup?: string;
|
|
1248
|
+
radiogroup?: string;
|
|
1249
|
+
role?: string;
|
|
1250
|
+
about?: string;
|
|
1251
|
+
datatype?: string;
|
|
1252
|
+
inlist?: any;
|
|
1253
|
+
prefix?: string;
|
|
1254
|
+
property?: string;
|
|
1255
|
+
resource?: string;
|
|
1256
|
+
typeof?: string;
|
|
1257
|
+
vocab?: string;
|
|
1258
|
+
autoCapitalize?: string;
|
|
1259
|
+
autocapitalize?: string;
|
|
1260
|
+
autoCorrect?: string;
|
|
1261
|
+
autocorrect?: string;
|
|
1262
|
+
autoSave?: string;
|
|
1263
|
+
autosave?: string;
|
|
1264
|
+
color?: string;
|
|
1265
|
+
itemProp?: string;
|
|
1266
|
+
itemprop?: string;
|
|
1267
|
+
itemScope?: boolean;
|
|
1268
|
+
itemscope?: boolean;
|
|
1269
|
+
itemType?: string;
|
|
1270
|
+
itemtype?: string;
|
|
1271
|
+
itemID?: string;
|
|
1272
|
+
itemid?: string;
|
|
1273
|
+
itemRef?: string;
|
|
1274
|
+
itemref?: string;
|
|
1275
|
+
results?: number;
|
|
1276
|
+
security?: string;
|
|
1277
|
+
unselectable?: boolean;
|
|
1278
|
+
}
|
|
1279
|
+
interface SVGAttributes<T = SVGElement> extends DOMAttributes<T> {
|
|
1280
|
+
class?: string | {
|
|
1281
|
+
[className: string]: boolean;
|
|
1282
|
+
};
|
|
1283
|
+
color?: string;
|
|
1284
|
+
height?: number | string;
|
|
1285
|
+
id?: string;
|
|
1286
|
+
lang?: string;
|
|
1287
|
+
max?: number | string;
|
|
1288
|
+
media?: string;
|
|
1289
|
+
method?: string;
|
|
1290
|
+
min?: number | string;
|
|
1291
|
+
name?: string;
|
|
1292
|
+
style?: {
|
|
1293
|
+
[key: string]: string | undefined;
|
|
1294
|
+
};
|
|
1295
|
+
target?: string;
|
|
1296
|
+
type?: string;
|
|
1297
|
+
width?: number | string;
|
|
1298
|
+
role?: string;
|
|
1299
|
+
tabindex?: number;
|
|
1300
|
+
'accent-height'?: number | string;
|
|
1301
|
+
accumulate?: 'none' | 'sum';
|
|
1302
|
+
additive?: 'replace' | 'sum';
|
|
1303
|
+
'alignment-baseline'?: 'auto' | 'baseline' | 'before-edge' | 'text-before-edge' | 'middle' | 'central' | 'after-edge' | 'text-after-edge' | 'ideographic' | 'alphabetic' | 'hanging' | 'mathematical' | 'inherit';
|
|
1304
|
+
allowReorder?: 'no' | 'yes';
|
|
1305
|
+
alphabetic?: number | string;
|
|
1306
|
+
amplitude?: number | string;
|
|
1307
|
+
'arabic-form'?: 'initial' | 'medial' | 'terminal' | 'isolated';
|
|
1308
|
+
ascent?: number | string;
|
|
1309
|
+
attributeName?: string;
|
|
1310
|
+
attributeType?: string;
|
|
1311
|
+
autoReverse?: number | string;
|
|
1312
|
+
azimuth?: number | string;
|
|
1313
|
+
baseFrequency?: number | string;
|
|
1314
|
+
'baseline-shift'?: number | string;
|
|
1315
|
+
baseProfile?: number | string;
|
|
1316
|
+
bbox?: number | string;
|
|
1317
|
+
begin?: number | string;
|
|
1318
|
+
bias?: number | string;
|
|
1319
|
+
by?: number | string;
|
|
1320
|
+
calcMode?: number | string;
|
|
1321
|
+
'cap-height'?: number | string;
|
|
1322
|
+
clip?: number | string;
|
|
1323
|
+
'clip-path'?: string;
|
|
1324
|
+
clipPathUnits?: number | string;
|
|
1325
|
+
'clip-rule'?: number | string;
|
|
1326
|
+
'color-interpolation'?: number | string;
|
|
1327
|
+
'color-interpolation-filters'?: 'auto' | 'sRGB' | 'linearRGB';
|
|
1328
|
+
'color-profile'?: number | string;
|
|
1329
|
+
'color-rendering'?: number | string;
|
|
1330
|
+
contentScriptType?: number | string;
|
|
1331
|
+
contentStyleType?: number | string;
|
|
1332
|
+
cursor?: number | string;
|
|
1333
|
+
cx?: number | string;
|
|
1334
|
+
cy?: number | string;
|
|
1335
|
+
d?: string;
|
|
1336
|
+
decelerate?: number | string;
|
|
1337
|
+
descent?: number | string;
|
|
1338
|
+
diffuseConstant?: number | string;
|
|
1339
|
+
direction?: number | string;
|
|
1340
|
+
display?: number | string;
|
|
1341
|
+
divisor?: number | string;
|
|
1342
|
+
'dominant-baseline'?: number | string;
|
|
1343
|
+
dur?: number | string;
|
|
1344
|
+
dx?: number | string;
|
|
1345
|
+
dy?: number | string;
|
|
1346
|
+
'edge-mode'?: number | string;
|
|
1347
|
+
elevation?: number | string;
|
|
1348
|
+
'enable-background'?: number | string;
|
|
1349
|
+
end?: number | string;
|
|
1350
|
+
exponent?: number | string;
|
|
1351
|
+
externalResourcesRequired?: number | string;
|
|
1352
|
+
fill?: string;
|
|
1353
|
+
'fill-opacity'?: number | string;
|
|
1354
|
+
'fill-rule'?: 'nonzero' | 'evenodd' | 'inherit';
|
|
1355
|
+
filter?: string;
|
|
1356
|
+
filterRes?: number | string;
|
|
1357
|
+
filterUnits?: number | string;
|
|
1358
|
+
'flood-color'?: number | string;
|
|
1359
|
+
'flood-opacity'?: number | string;
|
|
1360
|
+
focusable?: number | string;
|
|
1361
|
+
'font-family'?: string;
|
|
1362
|
+
'font-size'?: number | string;
|
|
1363
|
+
'font-size-adjust'?: number | string;
|
|
1364
|
+
'font-stretch'?: number | string;
|
|
1365
|
+
'font-style'?: number | string;
|
|
1366
|
+
'font-variant'?: number | string;
|
|
1367
|
+
'font-weight'?: number | string;
|
|
1368
|
+
format?: number | string;
|
|
1369
|
+
from?: number | string;
|
|
1370
|
+
fx?: number | string;
|
|
1371
|
+
fy?: number | string;
|
|
1372
|
+
g1?: number | string;
|
|
1373
|
+
g2?: number | string;
|
|
1374
|
+
'glyph-name'?: number | string;
|
|
1375
|
+
'glyph-orientation-horizontal'?: number | string;
|
|
1376
|
+
'glyph-orientation-vertical'?: number | string;
|
|
1377
|
+
glyphRef?: number | string;
|
|
1378
|
+
gradientTransform?: string;
|
|
1379
|
+
gradientUnits?: string;
|
|
1380
|
+
hanging?: number | string;
|
|
1381
|
+
'horiz-adv-x'?: number | string;
|
|
1382
|
+
'horiz-origin-x'?: number | string;
|
|
1383
|
+
href?: string;
|
|
1384
|
+
ideographic?: number | string;
|
|
1385
|
+
'image-rendering'?: number | string;
|
|
1386
|
+
in2?: number | string;
|
|
1387
|
+
in?: string;
|
|
1388
|
+
intercept?: number | string;
|
|
1389
|
+
k1?: number | string;
|
|
1390
|
+
k2?: number | string;
|
|
1391
|
+
k3?: number | string;
|
|
1392
|
+
k4?: number | string;
|
|
1393
|
+
k?: number | string;
|
|
1394
|
+
kernelMatrix?: number | string;
|
|
1395
|
+
kernelUnitLength?: number | string;
|
|
1396
|
+
kerning?: number | string;
|
|
1397
|
+
keyPoints?: number | string;
|
|
1398
|
+
keySplines?: number | string;
|
|
1399
|
+
keyTimes?: number | string;
|
|
1400
|
+
lengthAdjust?: number | string;
|
|
1401
|
+
'letter-spacing'?: number | string;
|
|
1402
|
+
'lighting-color'?: number | string;
|
|
1403
|
+
limitingConeAngle?: number | string;
|
|
1404
|
+
local?: number | string;
|
|
1405
|
+
'marker-end'?: string;
|
|
1406
|
+
markerHeight?: number | string;
|
|
1407
|
+
'marker-mid'?: string;
|
|
1408
|
+
'marker-start'?: string;
|
|
1409
|
+
markerUnits?: number | string;
|
|
1410
|
+
markerWidth?: number | string;
|
|
1411
|
+
mask?: string;
|
|
1412
|
+
maskContentUnits?: number | string;
|
|
1413
|
+
maskUnits?: number | string;
|
|
1414
|
+
mathematical?: number | string;
|
|
1415
|
+
mode?: number | string;
|
|
1416
|
+
numOctaves?: number | string;
|
|
1417
|
+
offset?: number | string;
|
|
1418
|
+
opacity?: number | string;
|
|
1419
|
+
operator?: number | string;
|
|
1420
|
+
order?: number | string;
|
|
1421
|
+
orient?: number | string;
|
|
1422
|
+
orientation?: number | string;
|
|
1423
|
+
origin?: number | string;
|
|
1424
|
+
overflow?: number | string;
|
|
1425
|
+
'overline-position'?: number | string;
|
|
1426
|
+
'overline-thickness'?: number | string;
|
|
1427
|
+
'paint-order'?: number | string;
|
|
1428
|
+
panose1?: number | string;
|
|
1429
|
+
pathLength?: number | string;
|
|
1430
|
+
patternContentUnits?: string;
|
|
1431
|
+
patternTransform?: number | string;
|
|
1432
|
+
patternUnits?: string;
|
|
1433
|
+
'pointer-events'?: number | string;
|
|
1434
|
+
points?: string;
|
|
1435
|
+
pointsAtX?: number | string;
|
|
1436
|
+
pointsAtY?: number | string;
|
|
1437
|
+
pointsAtZ?: number | string;
|
|
1438
|
+
preserveAlpha?: number | string;
|
|
1439
|
+
preserveAspectRatio?: string;
|
|
1440
|
+
primitiveUnits?: number | string;
|
|
1441
|
+
r?: number | string;
|
|
1442
|
+
radius?: number | string;
|
|
1443
|
+
refX?: number | string;
|
|
1444
|
+
refY?: number | string;
|
|
1445
|
+
'rendering-intent'?: number | string;
|
|
1446
|
+
repeatCount?: number | string;
|
|
1447
|
+
repeatDur?: number | string;
|
|
1448
|
+
requiredextensions?: number | string;
|
|
1449
|
+
requiredFeatures?: number | string;
|
|
1450
|
+
restart?: number | string;
|
|
1451
|
+
result?: string;
|
|
1452
|
+
rotate?: number | string;
|
|
1453
|
+
rx?: number | string;
|
|
1454
|
+
ry?: number | string;
|
|
1455
|
+
scale?: number | string;
|
|
1456
|
+
seed?: number | string;
|
|
1457
|
+
'shape-rendering'?: number | string;
|
|
1458
|
+
slope?: number | string;
|
|
1459
|
+
spacing?: number | string;
|
|
1460
|
+
specularConstant?: number | string;
|
|
1461
|
+
specularExponent?: number | string;
|
|
1462
|
+
speed?: number | string;
|
|
1463
|
+
spreadMethod?: string;
|
|
1464
|
+
startOffset?: number | string;
|
|
1465
|
+
stdDeviation?: number | string;
|
|
1466
|
+
stemh?: number | string;
|
|
1467
|
+
stemv?: number | string;
|
|
1468
|
+
stitchTiles?: number | string;
|
|
1469
|
+
'stop-color'?: string;
|
|
1470
|
+
'stop-opacity'?: number | string;
|
|
1471
|
+
'strikethrough-position'?: number | string;
|
|
1472
|
+
'strikethrough-thickness'?: number | string;
|
|
1473
|
+
string?: number | string;
|
|
1474
|
+
stroke?: string;
|
|
1475
|
+
'stroke-dasharray'?: string | number;
|
|
1476
|
+
'stroke-dashoffset'?: string | number;
|
|
1477
|
+
'stroke-linecap'?: 'butt' | 'round' | 'square' | 'inherit';
|
|
1478
|
+
'stroke-linejoin'?: 'miter' | 'round' | 'bevel' | 'inherit';
|
|
1479
|
+
'stroke-miterlimit'?: string;
|
|
1480
|
+
'stroke-opacity'?: number | string;
|
|
1481
|
+
'stroke-width'?: number | string;
|
|
1482
|
+
surfaceScale?: number | string;
|
|
1483
|
+
systemLanguage?: number | string;
|
|
1484
|
+
tableValues?: number | string;
|
|
1485
|
+
targetX?: number | string;
|
|
1486
|
+
targetY?: number | string;
|
|
1487
|
+
'text-anchor'?: string;
|
|
1488
|
+
'text-decoration'?: number | string;
|
|
1489
|
+
textLength?: number | string;
|
|
1490
|
+
'text-rendering'?: number | string;
|
|
1491
|
+
to?: number | string;
|
|
1492
|
+
transform?: string;
|
|
1493
|
+
u1?: number | string;
|
|
1494
|
+
u2?: number | string;
|
|
1495
|
+
'underline-position'?: number | string;
|
|
1496
|
+
'underline-thickness'?: number | string;
|
|
1497
|
+
unicode?: number | string;
|
|
1498
|
+
'unicode-bidi'?: number | string;
|
|
1499
|
+
'unicode-range'?: number | string;
|
|
1500
|
+
'units-per-em'?: number | string;
|
|
1501
|
+
'v-alphabetic'?: number | string;
|
|
1502
|
+
values?: string;
|
|
1503
|
+
'vector-effect'?: number | string;
|
|
1504
|
+
version?: string;
|
|
1505
|
+
'vert-adv-y'?: number | string;
|
|
1506
|
+
'vert-origin-x'?: number | string;
|
|
1507
|
+
'vert-origin-y'?: number | string;
|
|
1508
|
+
'v-hanging'?: number | string;
|
|
1509
|
+
'v-ideographic'?: number | string;
|
|
1510
|
+
viewBox?: string;
|
|
1511
|
+
viewTarget?: number | string;
|
|
1512
|
+
visibility?: number | string;
|
|
1513
|
+
'v-mathematical'?: number | string;
|
|
1514
|
+
widths?: number | string;
|
|
1515
|
+
'word-spacing'?: number | string;
|
|
1516
|
+
'writing-mode'?: number | string;
|
|
1517
|
+
x1?: number | string;
|
|
1518
|
+
x2?: number | string;
|
|
1519
|
+
x?: number | string;
|
|
1520
|
+
'x-channel-selector'?: string;
|
|
1521
|
+
'x-height'?: number | string;
|
|
1522
|
+
xlinkActuate?: string;
|
|
1523
|
+
xlinkArcrole?: string;
|
|
1524
|
+
xlinkHref?: string;
|
|
1525
|
+
xlinkRole?: string;
|
|
1526
|
+
xlinkShow?: string;
|
|
1527
|
+
xlinkTitle?: string;
|
|
1528
|
+
xlinkType?: string;
|
|
1529
|
+
xmlBase?: string;
|
|
1530
|
+
xmlLang?: string;
|
|
1531
|
+
xmlns?: string;
|
|
1532
|
+
xmlSpace?: string;
|
|
1533
|
+
y1?: number | string;
|
|
1534
|
+
y2?: number | string;
|
|
1535
|
+
y?: number | string;
|
|
1536
|
+
yChannelSelector?: string;
|
|
1537
|
+
z?: number | string;
|
|
1538
|
+
zoomAndPan?: string;
|
|
1539
|
+
}
|
|
1540
|
+
interface DOMAttributes<T> extends JSXAttributes<T> {
|
|
1541
|
+
slot?: string;
|
|
1542
|
+
part?: string;
|
|
1543
|
+
exportparts?: string;
|
|
1544
|
+
onCopy?: (event: ClipboardEvent) => void;
|
|
1545
|
+
onCopyCapture?: (event: ClipboardEvent) => void;
|
|
1546
|
+
onCut?: (event: ClipboardEvent) => void;
|
|
1547
|
+
onCutCapture?: (event: ClipboardEvent) => void;
|
|
1548
|
+
onPaste?: (event: ClipboardEvent) => void;
|
|
1549
|
+
onPasteCapture?: (event: ClipboardEvent) => void;
|
|
1550
|
+
onCompositionend?: (event: CompositionEvent) => void;
|
|
1551
|
+
onCompositionendCapture?: (event: CompositionEvent) => void;
|
|
1552
|
+
onCompositionstart?: (event: CompositionEvent) => void;
|
|
1553
|
+
onCompositionstartCapture?: (event: CompositionEvent) => void;
|
|
1554
|
+
onCompositionupdate?: (event: CompositionEvent) => void;
|
|
1555
|
+
onCompositionupdateCapture?: (event: CompositionEvent) => void;
|
|
1556
|
+
onFocus?: (event: FocusEvent) => void;
|
|
1557
|
+
onFocusCapture?: (event: FocusEvent) => void;
|
|
1558
|
+
onFocusin?: (event: FocusEvent) => void;
|
|
1559
|
+
onFocusinCapture?: (event: FocusEvent) => void;
|
|
1560
|
+
onFocusout?: (event: FocusEvent) => void;
|
|
1561
|
+
onFocusoutCapture?: (event: FocusEvent) => void;
|
|
1562
|
+
onBlur?: (event: FocusEvent) => void;
|
|
1563
|
+
onBlurCapture?: (event: FocusEvent) => void;
|
|
1564
|
+
onChange?: (event: Event) => void;
|
|
1565
|
+
onChangeCapture?: (event: Event) => void;
|
|
1566
|
+
onInput?: (event: InputEvent) => void;
|
|
1567
|
+
onInputCapture?: (event: InputEvent) => void;
|
|
1568
|
+
onReset?: (event: Event) => void;
|
|
1569
|
+
onResetCapture?: (event: Event) => void;
|
|
1570
|
+
onSubmit?: (event: Event) => void;
|
|
1571
|
+
onSubmitCapture?: (event: Event) => void;
|
|
1572
|
+
onInvalid?: (event: Event) => void;
|
|
1573
|
+
onInvalidCapture?: (event: Event) => void;
|
|
1574
|
+
onLoad?: (event: Event) => void;
|
|
1575
|
+
onLoadCapture?: (event: Event) => void;
|
|
1576
|
+
onError?: (event: Event) => void;
|
|
1577
|
+
onErrorCapture?: (event: Event) => void;
|
|
1578
|
+
onKeyDown?: (event: KeyboardEvent) => void;
|
|
1579
|
+
onKeyDownCapture?: (event: KeyboardEvent) => void;
|
|
1580
|
+
onKeyPress?: (event: KeyboardEvent) => void;
|
|
1581
|
+
onKeyPressCapture?: (event: KeyboardEvent) => void;
|
|
1582
|
+
onKeyUp?: (event: KeyboardEvent) => void;
|
|
1583
|
+
onKeyUpCapture?: (event: KeyboardEvent) => void;
|
|
1584
|
+
onAuxClick?: (event: MouseEvent) => void;
|
|
1585
|
+
onClick?: (event: MouseEvent) => void;
|
|
1586
|
+
onClickCapture?: (event: MouseEvent) => void;
|
|
1587
|
+
onContextMenu?: (event: MouseEvent) => void;
|
|
1588
|
+
onContextMenuCapture?: (event: MouseEvent) => void;
|
|
1589
|
+
onDblClick?: (event: MouseEvent) => void;
|
|
1590
|
+
onDblClickCapture?: (event: MouseEvent) => void;
|
|
1591
|
+
onDrag?: (event: DragEvent) => void;
|
|
1592
|
+
onDragCapture?: (event: DragEvent) => void;
|
|
1593
|
+
onDragEnd?: (event: DragEvent) => void;
|
|
1594
|
+
onDragEndCapture?: (event: DragEvent) => void;
|
|
1595
|
+
onDragEnter?: (event: DragEvent) => void;
|
|
1596
|
+
onDragEnterCapture?: (event: DragEvent) => void;
|
|
1597
|
+
onDragExit?: (event: DragEvent) => void;
|
|
1598
|
+
onDragExitCapture?: (event: DragEvent) => void;
|
|
1599
|
+
onDragLeave?: (event: DragEvent) => void;
|
|
1600
|
+
onDragLeaveCapture?: (event: DragEvent) => void;
|
|
1601
|
+
onDragOver?: (event: DragEvent) => void;
|
|
1602
|
+
onDragOverCapture?: (event: DragEvent) => void;
|
|
1603
|
+
onDragStart?: (event: DragEvent) => void;
|
|
1604
|
+
onDragStartCapture?: (event: DragEvent) => void;
|
|
1605
|
+
onDrop?: (event: DragEvent) => void;
|
|
1606
|
+
onDropCapture?: (event: DragEvent) => void;
|
|
1607
|
+
onMouseDown?: (event: MouseEvent) => void;
|
|
1608
|
+
onMouseDownCapture?: (event: MouseEvent) => void;
|
|
1609
|
+
onMouseEnter?: (event: MouseEvent) => void;
|
|
1610
|
+
onMouseLeave?: (event: MouseEvent) => void;
|
|
1611
|
+
onMouseMove?: (event: MouseEvent) => void;
|
|
1612
|
+
onMouseMoveCapture?: (event: MouseEvent) => void;
|
|
1613
|
+
onMouseOut?: (event: MouseEvent) => void;
|
|
1614
|
+
onMouseOutCapture?: (event: MouseEvent) => void;
|
|
1615
|
+
onMouseOver?: (event: MouseEvent) => void;
|
|
1616
|
+
onMouseOverCapture?: (event: MouseEvent) => void;
|
|
1617
|
+
onMouseUp?: (event: MouseEvent) => void;
|
|
1618
|
+
onMouseUpCapture?: (event: MouseEvent) => void;
|
|
1619
|
+
onTouchCancel?: (event: TouchEvent) => void;
|
|
1620
|
+
onTouchCancelCapture?: (event: TouchEvent) => void;
|
|
1621
|
+
onTouchEnd?: (event: TouchEvent) => void;
|
|
1622
|
+
onTouchEndCapture?: (event: TouchEvent) => void;
|
|
1623
|
+
onTouchMove?: (event: TouchEvent) => void;
|
|
1624
|
+
onTouchMoveCapture?: (event: TouchEvent) => void;
|
|
1625
|
+
onTouchStart?: (event: TouchEvent) => void;
|
|
1626
|
+
onTouchStartCapture?: (event: TouchEvent) => void;
|
|
1627
|
+
onPointerDown?: (event: PointerEvent) => void;
|
|
1628
|
+
onPointerDownCapture?: (event: PointerEvent) => void;
|
|
1629
|
+
onPointerMove?: (event: PointerEvent) => void;
|
|
1630
|
+
onPointerMoveCapture?: (event: PointerEvent) => void;
|
|
1631
|
+
onPointerUp?: (event: PointerEvent) => void;
|
|
1632
|
+
onPointerUpCapture?: (event: PointerEvent) => void;
|
|
1633
|
+
onPointerCancel?: (event: PointerEvent) => void;
|
|
1634
|
+
onPointerCancelCapture?: (event: PointerEvent) => void;
|
|
1635
|
+
onPointerEnter?: (event: PointerEvent) => void;
|
|
1636
|
+
onPointerEnterCapture?: (event: PointerEvent) => void;
|
|
1637
|
+
onPointerLeave?: (event: PointerEvent) => void;
|
|
1638
|
+
onPointerLeaveCapture?: (event: PointerEvent) => void;
|
|
1639
|
+
onPointerOver?: (event: PointerEvent) => void;
|
|
1640
|
+
onPointerOverCapture?: (event: PointerEvent) => void;
|
|
1641
|
+
onPointerOut?: (event: PointerEvent) => void;
|
|
1642
|
+
onPointerOutCapture?: (event: PointerEvent) => void;
|
|
1643
|
+
onGotPointerCapture?: (event: PointerEvent) => void;
|
|
1644
|
+
onGotPointerCaptureCapture?: (event: PointerEvent) => void;
|
|
1645
|
+
onLostPointerCapture?: (event: PointerEvent) => void;
|
|
1646
|
+
onLostPointerCaptureCapture?: (event: PointerEvent) => void;
|
|
1647
|
+
onScroll?: (event: UIEvent) => void;
|
|
1648
|
+
onScrollCapture?: (event: UIEvent) => void;
|
|
1649
|
+
onWheel?: (event: WheelEvent) => void;
|
|
1650
|
+
onWheelCapture?: (event: WheelEvent) => void;
|
|
1651
|
+
onAnimationStart?: (event: AnimationEvent) => void;
|
|
1652
|
+
onAnimationStartCapture?: (event: AnimationEvent) => void;
|
|
1653
|
+
onAnimationEnd?: (event: AnimationEvent) => void;
|
|
1654
|
+
onAnimationEndCapture?: (event: AnimationEvent) => void;
|
|
1655
|
+
onAnimationIteration?: (event: AnimationEvent) => void;
|
|
1656
|
+
onAnimationIterationCapture?: (event: AnimationEvent) => void;
|
|
1657
|
+
onTransitionCancel?: (event: TransitionEvent) => void;
|
|
1658
|
+
onTransitionCancelCapture?: (event: TransitionEvent) => void;
|
|
1659
|
+
onTransitionEnd?: (event: TransitionEvent) => void;
|
|
1660
|
+
onTransitionEndCapture?: (event: TransitionEvent) => void;
|
|
1661
|
+
onTransitionRun?: (event: TransitionEvent) => void;
|
|
1662
|
+
onTransitionRunCapture?: (event: TransitionEvent) => void;
|
|
1663
|
+
onTransitionStart?: (event: TransitionEvent) => void;
|
|
1664
|
+
onTransitionStartCapture?: (event: TransitionEvent) => void;
|
|
1665
|
+
}
|
|
1666
|
+
}
|
|
1667
|
+
export interface JSXAttributes<T = Element> {
|
|
1668
|
+
key?: string | number;
|
|
1669
|
+
ref?: (elm?: T) => void;
|
|
1670
|
+
}
|
|
1671
|
+
export interface CustomElementsDefineOptions {
|
|
1672
|
+
exclude?: string[];
|
|
1673
|
+
resourcesUrl?: string;
|
|
1674
|
+
syncQueue?: boolean;
|
|
1675
|
+
transformTagName?: (tagName: string) => string;
|
|
1676
|
+
jmp?: (c: Function) => any;
|
|
1677
|
+
raf?: (c: FrameRequestCallback) => number;
|
|
1678
|
+
ael?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
|
|
1679
|
+
rel?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
|
|
1680
|
+
ce?: (eventName: string, opts?: any) => CustomEvent;
|
|
1681
|
+
}
|