@umbraco-ui/uui 1.17.0 → 2.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +101 -44
- package/custom-elements.json +629 -974
- package/dist/assets/fonts/LatoLatin-Black.woff2 +0 -0
- package/dist/assets/fonts/LatoLatin-BlackItalic.woff2 +0 -0
- package/dist/assets/fonts/LatoLatin-Bold.woff2 +0 -0
- package/dist/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
- package/dist/assets/fonts/LatoLatin-Italic.woff2 +0 -0
- package/dist/assets/fonts/LatoLatin-Light.woff2 +0 -0
- package/dist/assets/fonts/LatoLatin-LightItalic.woff2 +0 -0
- package/dist/assets/fonts/LatoLatin-Regular.woff2 +0 -0
- package/dist/components/action-bar/action-bar.d.ts +8 -0
- package/dist/components/action-bar/action-bar.element.d.ts +8 -0
- package/dist/components/action-bar/action-bar.element.js +56 -0
- package/dist/components/action-bar/action-bar.element.js.map +1 -0
- package/dist/components/action-bar/action-bar.js +8 -0
- package/dist/components/action-bar/action-bar.js.map +1 -0
- package/dist/components/avatar/avatar.d.ts +8 -0
- package/dist/components/avatar/avatar.element.d.ts +49 -0
- package/dist/components/avatar/avatar.element.js +124 -0
- package/dist/components/avatar/avatar.element.js.map +1 -0
- package/dist/components/avatar/avatar.js +8 -0
- package/dist/components/avatar/avatar.js.map +1 -0
- package/dist/components/avatar-group/avatar-group.d.ts +8 -0
- package/dist/components/avatar-group/avatar-group.element.d.ts +26 -0
- package/dist/components/avatar-group/avatar-group.element.js +87 -0
- package/dist/components/avatar-group/avatar-group.element.js.map +1 -0
- package/dist/components/avatar-group/avatar-group.js +8 -0
- package/dist/components/avatar-group/avatar-group.js.map +1 -0
- package/dist/components/badge/badge.d.ts +8 -0
- package/dist/components/badge/badge.element.d.ts +32 -0
- package/dist/components/badge/badge.element.js +154 -0
- package/dist/components/badge/badge.element.js.map +1 -0
- package/dist/components/badge/badge.js +8 -0
- package/dist/components/badge/badge.js.map +1 -0
- package/dist/components/boolean-input/UUIBooleanInputEvent.d.ts +6 -0
- package/dist/components/boolean-input/UUIBooleanInputEvent.js +15 -0
- package/dist/components/boolean-input/UUIBooleanInputEvent.js.map +1 -0
- package/dist/components/boolean-input/boolean-input.d.ts +3 -0
- package/dist/components/boolean-input/boolean-input.element.d.ts +77 -0
- package/dist/components/boolean-input/boolean-input.element.js +196 -0
- package/dist/components/boolean-input/boolean-input.element.js.map +1 -0
- package/dist/components/box/box.d.ts +8 -0
- package/dist/components/box/box.element.d.ts +48 -0
- package/dist/components/box/box.element.js +130 -0
- package/dist/components/box/box.element.js.map +1 -0
- package/dist/components/box/box.js +8 -0
- package/dist/components/box/box.js.map +1 -0
- package/dist/components/breadcrumbs/breadcrumb-item.element.d.ts +27 -0
- package/dist/components/breadcrumbs/breadcrumb-item.element.js +83 -0
- package/dist/components/breadcrumbs/breadcrumb-item.element.js.map +1 -0
- package/dist/components/breadcrumbs/breadcrumbs.d.ts +11 -0
- package/dist/components/breadcrumbs/breadcrumbs.element.d.ts +15 -0
- package/dist/components/breadcrumbs/breadcrumbs.element.js +87 -0
- package/dist/components/breadcrumbs/breadcrumbs.element.js.map +1 -0
- package/dist/components/breadcrumbs/breadcrumbs.js +11 -0
- package/dist/components/breadcrumbs/breadcrumbs.js.map +1 -0
- package/dist/components/button/button.d.ts +8 -0
- package/dist/components/button/button.element.d.ts +120 -0
- package/dist/components/button/button.element.js +517 -0
- package/dist/components/button/button.element.js.map +1 -0
- package/dist/components/button/button.js +8 -0
- package/dist/components/button/button.js.map +1 -0
- package/dist/components/button-copy-text/UUICopyTextEvent.d.ts +12 -0
- package/dist/components/button-copy-text/UUICopyTextEvent.js +14 -0
- package/dist/components/button-copy-text/UUICopyTextEvent.js.map +1 -0
- package/dist/components/button-copy-text/button-copy-text.d.ts +9 -0
- package/dist/components/button-copy-text/button-copy-text.element.d.ts +41 -0
- package/dist/components/button-copy-text/button-copy-text.element.js +100 -0
- package/dist/components/button-copy-text/button-copy-text.element.js.map +1 -0
- package/dist/components/button-copy-text/button-copy-text.js +10 -0
- package/dist/components/button-copy-text/button-copy-text.js.map +1 -0
- package/dist/components/button-group/button-group.d.ts +8 -0
- package/dist/components/button-group/button-group.element.d.ts +10 -0
- package/dist/components/button-group/button-group.element.js +44 -0
- package/dist/components/button-group/button-group.element.js.map +1 -0
- package/dist/components/button-group/button-group.js +8 -0
- package/dist/components/button-group/button-group.js.map +1 -0
- package/dist/components/button-inline-create/UUIButtonInlineCreateEvent.d.ts +6 -0
- package/dist/components/button-inline-create/UUIButtonInlineCreateEvent.js +16 -0
- package/dist/components/button-inline-create/UUIButtonInlineCreateEvent.js.map +1 -0
- package/dist/components/button-inline-create/button-inline-create.d.ts +9 -0
- package/dist/components/button-inline-create/button-inline-create.element.d.ts +48 -0
- package/dist/components/button-inline-create/button-inline-create.element.js +272 -0
- package/dist/components/button-inline-create/button-inline-create.element.js.map +1 -0
- package/dist/components/button-inline-create/button-inline-create.js +10 -0
- package/dist/components/button-inline-create/button-inline-create.js.map +1 -0
- package/dist/components/card/UUICardEvent.d.ts +5 -0
- package/dist/components/card/UUICardEvent.js +9 -0
- package/dist/components/card/UUICardEvent.js.map +1 -0
- package/dist/components/card/card.d.ts +9 -0
- package/dist/components/card/card.element.d.ts +54 -0
- package/dist/components/card/card.element.js +242 -0
- package/dist/components/card/card.element.js.map +1 -0
- package/dist/components/card/card.js +10 -0
- package/dist/components/card/card.js.map +1 -0
- package/dist/components/card-block-type/card-block-type.d.ts +8 -0
- package/dist/components/card-block-type/card-block-type.element.d.ts +32 -0
- package/dist/components/card-block-type/card-block-type.element.js +249 -0
- package/dist/components/card-block-type/card-block-type.element.js.map +1 -0
- package/dist/components/card-block-type/card-block-type.js +8 -0
- package/dist/components/card-block-type/card-block-type.js.map +1 -0
- package/dist/components/card-content-node/card-content-node.d.ts +8 -0
- package/dist/components/card-content-node/card-content-node.element.d.ts +34 -0
- package/dist/components/card-content-node/card-content-node.element.js +232 -0
- package/dist/components/card-content-node/card-content-node.element.js.map +1 -0
- package/dist/components/card-content-node/card-content-node.js +8 -0
- package/dist/components/card-content-node/card-content-node.js.map +1 -0
- package/dist/components/card-media/card-media.d.ts +8 -0
- package/dist/components/card-media/card-media.element.d.ts +39 -0
- package/dist/components/card-media/card-media.element.js +251 -0
- package/dist/components/card-media/card-media.element.js.map +1 -0
- package/dist/components/card-media/card-media.js +8 -0
- package/dist/components/card-media/card-media.js.map +1 -0
- package/dist/components/card-user/card-user.d.ts +8 -0
- package/dist/components/card-user/card-user.element.d.ts +24 -0
- package/dist/components/card-user/card-user.element.js +188 -0
- package/dist/components/card-user/card-user.element.js.map +1 -0
- package/dist/components/card-user/card-user.js +8 -0
- package/dist/components/card-user/card-user.js.map +1 -0
- package/dist/components/checkbox/checkbox-indeterminate.example.d.ts +20 -0
- package/dist/components/checkbox/checkbox.d.ts +8 -0
- package/dist/components/checkbox/checkbox.element.d.ts +17 -0
- package/dist/components/checkbox/checkbox.element.js +202 -0
- package/dist/components/checkbox/checkbox.element.js.map +1 -0
- package/dist/components/checkbox/checkbox.js +8 -0
- package/dist/components/checkbox/checkbox.js.map +1 -0
- package/dist/components/color-area/UUIColorAreaEvent.d.ts +6 -0
- package/dist/components/color-area/UUIColorAreaEvent.js +15 -0
- package/dist/components/color-area/UUIColorAreaEvent.js.map +1 -0
- package/dist/components/color-area/color-area.d.ts +9 -0
- package/dist/components/color-area/color-area.element.d.ts +87 -0
- package/dist/components/color-area/color-area.element.js +251 -0
- package/dist/components/color-area/color-area.element.js.map +1 -0
- package/dist/components/color-area/color-area.js +10 -0
- package/dist/components/color-area/color-area.js.map +1 -0
- package/dist/components/color-picker/UUIColorPickerEvent.d.ts +6 -0
- package/dist/components/color-picker/UUIColorPickerEvent.js +15 -0
- package/dist/components/color-picker/UUIColorPickerEvent.js.map +1 -0
- package/dist/components/color-picker/color-picker.d.ts +9 -0
- package/dist/components/color-picker/color-picker.element.d.ts +135 -0
- package/dist/components/color-picker/color-picker.element.js +588 -0
- package/dist/components/color-picker/color-picker.element.js.map +1 -0
- package/dist/components/color-picker/color-picker.js +10 -0
- package/dist/components/color-picker/color-picker.js.map +1 -0
- package/dist/components/color-slider/UUIColorSliderEvent.d.ts +6 -0
- package/dist/components/color-slider/UUIColorSliderEvent.js +15 -0
- package/dist/components/color-slider/UUIColorSliderEvent.js.map +1 -0
- package/dist/components/color-slider/color-slider.d.ts +9 -0
- package/dist/components/color-slider/color-slider.element.d.ts +103 -0
- package/dist/components/color-slider/color-slider.element.js +348 -0
- package/dist/components/color-slider/color-slider.element.js.map +1 -0
- package/dist/components/color-slider/color-slider.js +10 -0
- package/dist/components/color-slider/color-slider.js.map +1 -0
- package/dist/components/color-swatch/color-swatch.d.ts +8 -0
- package/dist/components/color-swatch/color-swatch.element.d.ts +57 -0
- package/dist/components/color-swatch/color-swatch.element.js +358 -0
- package/dist/components/color-swatch/color-swatch.element.js.map +1 -0
- package/dist/components/color-swatch/color-swatch.js +8 -0
- package/dist/components/color-swatch/color-swatch.js.map +1 -0
- package/dist/components/color-swatches/UUIColorSwatchesEvent.d.ts +6 -0
- package/dist/components/color-swatches/UUIColorSwatchesEvent.js +15 -0
- package/dist/components/color-swatches/UUIColorSwatchesEvent.js.map +1 -0
- package/dist/components/color-swatches/color-swatches.d.ts +9 -0
- package/dist/components/color-swatches/color-swatches.element.d.ts +51 -0
- package/dist/components/color-swatches/color-swatches.element.js +140 -0
- package/dist/components/color-swatches/color-swatches.element.js.map +1 -0
- package/dist/components/color-swatches/color-swatches.js +10 -0
- package/dist/components/color-swatches/color-swatches.js.map +1 -0
- package/dist/components/combobox/UUIComboboxEvent.d.ts +7 -0
- package/dist/components/combobox/UUIComboboxEvent.js +16 -0
- package/dist/components/combobox/UUIComboboxEvent.js.map +1 -0
- package/dist/components/combobox/combobox-async-example.d.ts +10 -0
- package/dist/components/combobox/combobox-async-options-example.d.ts +8 -0
- package/dist/components/combobox/combobox.d.ts +9 -0
- package/dist/components/combobox/combobox.element.d.ts +90 -0
- package/dist/components/combobox/combobox.element.js +458 -0
- package/dist/components/combobox/combobox.element.js.map +1 -0
- package/dist/components/combobox/combobox.js +10 -0
- package/dist/components/combobox/combobox.js.map +1 -0
- package/dist/components/combobox-list/UUIComboboxListEvent.d.ts +7 -0
- package/dist/components/combobox-list/UUIComboboxListEvent.js +16 -0
- package/dist/components/combobox-list/UUIComboboxListEvent.js.map +1 -0
- package/dist/components/combobox-list/combobox-list-option.element.d.ts +40 -0
- package/dist/components/combobox-list/combobox-list-option.element.js +150 -0
- package/dist/components/combobox-list/combobox-list-option.element.js.map +1 -0
- package/dist/components/combobox-list/combobox-list.d.ts +12 -0
- package/dist/components/combobox-list/combobox-list.element.d.ts +52 -0
- package/dist/components/combobox-list/combobox-list.element.js +233 -0
- package/dist/components/combobox-list/combobox-list.element.js.map +1 -0
- package/dist/components/combobox-list/combobox-list.js +13 -0
- package/dist/components/combobox-list/combobox-list.js.map +1 -0
- package/dist/components/dialog/dialog.d.ts +8 -0
- package/dist/components/dialog/dialog.element.d.ts +10 -0
- package/dist/components/dialog/dialog.element.js +32 -0
- package/dist/components/dialog/dialog.element.js.map +1 -0
- package/dist/components/dialog/dialog.js +8 -0
- package/dist/components/dialog/dialog.js.map +1 -0
- package/dist/components/dialog-layout/dialog-layout.d.ts +8 -0
- package/dist/components/dialog-layout/dialog-layout.element.d.ts +42 -0
- package/dist/components/dialog-layout/dialog-layout.element.js +83 -0
- package/dist/components/dialog-layout/dialog-layout.element.js.map +1 -0
- package/dist/components/dialog-layout/dialog-layout.js +8 -0
- package/dist/components/dialog-layout/dialog-layout.js.map +1 -0
- package/dist/components/file-dropzone/UUIFileDropzoneEvent.d.ts +10 -0
- package/dist/components/file-dropzone/UUIFileDropzoneEvent.js +16 -0
- package/dist/components/file-dropzone/UUIFileDropzoneEvent.js.map +1 -0
- package/dist/components/file-dropzone/file-dropzone.d.ts +9 -0
- package/dist/components/file-dropzone/file-dropzone.element.d.ts +80 -0
- package/dist/components/file-dropzone/file-dropzone.element.js +321 -0
- package/dist/components/file-dropzone/file-dropzone.element.js.map +1 -0
- package/dist/components/file-dropzone/file-dropzone.js +10 -0
- package/dist/components/file-dropzone/file-dropzone.js.map +1 -0
- package/dist/components/file-preview/UUIFileSize.d.ts +13 -0
- package/dist/components/file-preview/UUIFileSize.js +20 -0
- package/dist/components/file-preview/UUIFileSize.js.map +1 -0
- package/dist/components/file-preview/file-preview.d.ts +9 -0
- package/dist/components/file-preview/file-preview.element.d.ts +17 -0
- package/dist/components/file-preview/file-preview.element.js +175 -0
- package/dist/components/file-preview/file-preview.element.js.map +1 -0
- package/dist/components/file-preview/file-preview.js +8 -0
- package/dist/components/file-preview/file-preview.js.map +1 -0
- package/dist/components/form/form.d.ts +8 -0
- package/dist/components/form/form.element.d.ts +13 -0
- package/dist/components/form/form.element.js +48 -0
- package/dist/components/form/form.element.js.map +1 -0
- package/dist/components/form/form.js +8 -0
- package/dist/components/form/form.js.map +1 -0
- package/dist/components/form-layout-item/form-layout-item.d.ts +8 -0
- package/dist/components/form-layout-item/form-layout-item.element.d.ts +19 -0
- package/dist/components/form-layout-item/form-layout-item.element.js +81 -0
- package/dist/components/form-layout-item/form-layout-item.element.js.map +1 -0
- package/dist/components/form-layout-item/form-layout-item.js +8 -0
- package/dist/components/form-layout-item/form-layout-item.js.map +1 -0
- package/dist/components/form-validation-message/form-validation-message.d.ts +8 -0
- package/dist/components/form-validation-message/form-validation-message.element.d.ts +26 -0
- package/dist/components/form-validation-message/form-validation-message.element.js +100 -0
- package/dist/components/form-validation-message/form-validation-message.element.js.map +1 -0
- package/dist/components/form-validation-message/form-validation-message.js +8 -0
- package/dist/components/form-validation-message/form-validation-message.js.map +1 -0
- package/dist/components/icon/UUIIconRequestEvent.d.ts +9 -0
- package/dist/components/icon/UUIIconRequestEvent.js +21 -0
- package/dist/components/icon/UUIIconRequestEvent.js.map +1 -0
- package/dist/components/icon/icon.d.ts +9 -0
- package/dist/components/icon/icon.element.d.ts +52 -0
- package/dist/components/icon/icon.element.js +145 -0
- package/dist/components/icon/icon.element.js.map +1 -0
- package/dist/components/icon/icon.js +10 -0
- package/dist/components/icon/icon.js.map +1 -0
- package/dist/components/icon-registry/UUIIconHost.d.ts +7 -0
- package/dist/components/icon-registry/UUIIconHost.js +18 -0
- package/dist/components/icon-registry/UUIIconHost.js.map +1 -0
- package/dist/components/icon-registry/UUIIconRegistry.d.ts +38 -0
- package/dist/components/icon-registry/UUIIconRegistry.js +80 -0
- package/dist/components/icon-registry/UUIIconRegistry.js.map +1 -0
- package/dist/components/icon-registry/icon-registry.d.ts +10 -0
- package/dist/components/icon-registry/icon-registry.element.d.ts +23 -0
- package/dist/components/icon-registry/icon-registry.element.js +51 -0
- package/dist/components/icon-registry/icon-registry.element.js.map +1 -0
- package/dist/components/icon-registry/icon-registry.js +9 -0
- package/dist/components/icon-registry/icon-registry.js.map +1 -0
- package/dist/components/icon-registry-essential/UUIIconRegistryEssential.d.ts +4 -0
- package/dist/components/icon-registry-essential/UUIIconRegistryEssential.js +76 -0
- package/dist/components/icon-registry-essential/UUIIconRegistryEssential.js.map +1 -0
- package/dist/components/icon-registry-essential/icon-registry-essential.d.ts +9 -0
- package/dist/components/icon-registry-essential/icon-registry-essential.element.d.ts +9 -0
- package/dist/components/icon-registry-essential/icon-registry-essential.element.js +12 -0
- package/dist/components/icon-registry-essential/icon-registry-essential.element.js.map +1 -0
- package/dist/components/icon-registry-essential/icon-registry-essential.js +9 -0
- package/dist/components/icon-registry-essential/icon-registry-essential.js.map +1 -0
- package/dist/components/icon-registry-essential/svgs/iconAdd.d.ts +1 -0
- package/dist/components/icon-registry-essential/svgs/iconAdd.js +6 -0
- package/dist/components/icon-registry-essential/svgs/iconAdd.js.map +1 -0
- package/dist/components/icon-registry-essential/svgs/iconAlert.d.ts +1 -0
- package/dist/components/icon-registry-essential/svgs/iconAlert.js +6 -0
- package/dist/components/icon-registry-essential/svgs/iconAlert.js.map +1 -0
- package/dist/components/icon-registry-essential/svgs/iconAttachment.d.ts +1 -0
- package/dist/components/icon-registry-essential/svgs/iconAttachment.js +6 -0
- package/dist/components/icon-registry-essential/svgs/iconAttachment.js.map +1 -0
- package/dist/components/icon-registry-essential/svgs/iconCalendar.d.ts +1 -0
- package/dist/components/icon-registry-essential/svgs/iconCalendar.js +6 -0
- package/dist/components/icon-registry-essential/svgs/iconCalendar.js.map +1 -0
- package/dist/components/icon-registry-essential/svgs/iconCheck.d.ts +1 -0
- package/dist/components/icon-registry-essential/svgs/iconCheck.js +6 -0
- package/dist/components/icon-registry-essential/svgs/iconCheck.js.map +1 -0
- package/dist/components/icon-registry-essential/svgs/iconClipboard.d.ts +1 -0
- package/dist/components/icon-registry-essential/svgs/iconClipboard.js +6 -0
- package/dist/components/icon-registry-essential/svgs/iconClipboard.js.map +1 -0
- package/dist/components/icon-registry-essential/svgs/iconCode.d.ts +1 -0
- package/dist/components/icon-registry-essential/svgs/iconCode.js +6 -0
- package/dist/components/icon-registry-essential/svgs/iconCode.js.map +1 -0
- package/dist/components/icon-registry-essential/svgs/iconColorPicker.d.ts +1 -0
- package/dist/components/icon-registry-essential/svgs/iconColorPicker.js +6 -0
- package/dist/components/icon-registry-essential/svgs/iconColorPicker.js.map +1 -0
- package/dist/components/icon-registry-essential/svgs/iconCopy.d.ts +1 -0
- package/dist/components/icon-registry-essential/svgs/iconCopy.js +6 -0
- package/dist/components/icon-registry-essential/svgs/iconCopy.js.map +1 -0
- package/dist/components/icon-registry-essential/svgs/iconDelete.d.ts +1 -0
- package/dist/components/icon-registry-essential/svgs/iconDelete.js +6 -0
- package/dist/components/icon-registry-essential/svgs/iconDelete.js.map +1 -0
- package/dist/components/icon-registry-essential/svgs/iconDocument.d.ts +1 -0
- package/dist/components/icon-registry-essential/svgs/iconDocument.js +6 -0
- package/dist/components/icon-registry-essential/svgs/iconDocument.js.map +1 -0
- package/dist/components/icon-registry-essential/svgs/iconDownload.d.ts +1 -0
- package/dist/components/icon-registry-essential/svgs/iconDownload.js +6 -0
- package/dist/components/icon-registry-essential/svgs/iconDownload.js.map +1 -0
- package/dist/components/icon-registry-essential/svgs/iconDrag.d.ts +1 -0
- package/dist/components/icon-registry-essential/svgs/iconDrag.js +6 -0
- package/dist/components/icon-registry-essential/svgs/iconDrag.js.map +1 -0
- package/dist/components/icon-registry-essential/svgs/iconEdit.d.ts +1 -0
- package/dist/components/icon-registry-essential/svgs/iconEdit.js +6 -0
- package/dist/components/icon-registry-essential/svgs/iconEdit.js.map +1 -0
- package/dist/components/icon-registry-essential/svgs/iconFavorite.d.ts +1 -0
- package/dist/components/icon-registry-essential/svgs/iconFavorite.js +6 -0
- package/dist/components/icon-registry-essential/svgs/iconFavorite.js.map +1 -0
- package/dist/components/icon-registry-essential/svgs/iconFolder.d.ts +1 -0
- package/dist/components/icon-registry-essential/svgs/iconFolder.js +6 -0
- package/dist/components/icon-registry-essential/svgs/iconFolder.js.map +1 -0
- package/dist/components/icon-registry-essential/svgs/iconForbidden.d.ts +1 -0
- package/dist/components/icon-registry-essential/svgs/iconForbidden.js +6 -0
- package/dist/components/icon-registry-essential/svgs/iconForbidden.js.map +1 -0
- package/dist/components/icon-registry-essential/svgs/iconInfo.d.ts +1 -0
- package/dist/components/icon-registry-essential/svgs/iconInfo.js +6 -0
- package/dist/components/icon-registry-essential/svgs/iconInfo.js.map +1 -0
- package/dist/components/icon-registry-essential/svgs/iconLink.d.ts +1 -0
- package/dist/components/icon-registry-essential/svgs/iconLink.js +6 -0
- package/dist/components/icon-registry-essential/svgs/iconLink.js.map +1 -0
- package/dist/components/icon-registry-essential/svgs/iconLock.d.ts +1 -0
- package/dist/components/icon-registry-essential/svgs/iconLock.js +6 -0
- package/dist/components/icon-registry-essential/svgs/iconLock.js.map +1 -0
- package/dist/components/icon-registry-essential/svgs/iconPause.d.ts +1 -0
- package/dist/components/icon-registry-essential/svgs/iconPause.js +6 -0
- package/dist/components/icon-registry-essential/svgs/iconPause.js.map +1 -0
- package/dist/components/icon-registry-essential/svgs/iconPicture.d.ts +1 -0
- package/dist/components/icon-registry-essential/svgs/iconPicture.js +6 -0
- package/dist/components/icon-registry-essential/svgs/iconPicture.js.map +1 -0
- package/dist/components/icon-registry-essential/svgs/iconPlay.d.ts +1 -0
- package/dist/components/icon-registry-essential/svgs/iconPlay.js +6 -0
- package/dist/components/icon-registry-essential/svgs/iconPlay.js.map +1 -0
- package/dist/components/icon-registry-essential/svgs/iconRemove.d.ts +1 -0
- package/dist/components/icon-registry-essential/svgs/iconRemove.js +6 -0
- package/dist/components/icon-registry-essential/svgs/iconRemove.js.map +1 -0
- package/dist/components/icon-registry-essential/svgs/iconSearch.d.ts +1 -0
- package/dist/components/icon-registry-essential/svgs/iconSearch.js +6 -0
- package/dist/components/icon-registry-essential/svgs/iconSearch.js.map +1 -0
- package/dist/components/icon-registry-essential/svgs/iconSee.d.ts +1 -0
- package/dist/components/icon-registry-essential/svgs/iconSee.js +6 -0
- package/dist/components/icon-registry-essential/svgs/iconSee.js.map +1 -0
- package/dist/components/icon-registry-essential/svgs/iconSettings.d.ts +1 -0
- package/dist/components/icon-registry-essential/svgs/iconSettings.js +6 -0
- package/dist/components/icon-registry-essential/svgs/iconSettings.js.map +1 -0
- package/dist/components/icon-registry-essential/svgs/iconSubtract.d.ts +1 -0
- package/dist/components/icon-registry-essential/svgs/iconSubtract.js +6 -0
- package/dist/components/icon-registry-essential/svgs/iconSubtract.js.map +1 -0
- package/dist/components/icon-registry-essential/svgs/iconSync.d.ts +1 -0
- package/dist/components/icon-registry-essential/svgs/iconSync.js +6 -0
- package/dist/components/icon-registry-essential/svgs/iconSync.js.map +1 -0
- package/dist/components/icon-registry-essential/svgs/iconUnlock.d.ts +1 -0
- package/dist/components/icon-registry-essential/svgs/iconUnlock.js +6 -0
- package/dist/components/icon-registry-essential/svgs/iconUnlock.js.map +1 -0
- package/dist/components/icon-registry-essential/svgs/iconUnsee.d.ts +1 -0
- package/dist/components/icon-registry-essential/svgs/iconUnsee.js +6 -0
- package/dist/components/icon-registry-essential/svgs/iconUnsee.js.map +1 -0
- package/dist/components/icon-registry-essential/svgs/iconWand.d.ts +1 -0
- package/dist/components/icon-registry-essential/svgs/iconWand.js +6 -0
- package/dist/components/icon-registry-essential/svgs/iconWand.js.map +1 -0
- package/dist/components/icon-registry-essential/svgs/iconWrong.d.ts +1 -0
- package/dist/components/icon-registry-essential/svgs/iconWrong.js +6 -0
- package/dist/components/icon-registry-essential/svgs/iconWrong.js.map +1 -0
- package/dist/components/icon-registry-essential/svgs/index.d.ts +33 -0
- package/dist/components/input/UUIInputEvent.d.ts +7 -0
- package/dist/components/input/UUIInputEvent.js +16 -0
- package/dist/components/input/UUIInputEvent.js.map +1 -0
- package/dist/components/input/input.d.ts +9 -0
- package/dist/components/input/input.element.d.ts +177 -0
- package/dist/components/input/input.element.js +371 -0
- package/dist/components/input/input.element.js.map +1 -0
- package/dist/components/input/input.js +10 -0
- package/dist/components/input/input.js.map +1 -0
- package/dist/components/input-file/input-file.d.ts +8 -0
- package/dist/components/input-file/input-file.element.d.ts +55 -0
- package/dist/components/input-file/input-file.element.js +255 -0
- package/dist/components/input-file/input-file.element.js.map +1 -0
- package/dist/components/input-file/input-file.js +8 -0
- package/dist/components/input-file/input-file.js.map +1 -0
- package/dist/components/input-lock/UUIInputLockEvent.d.ts +6 -0
- package/dist/components/input-lock/UUIInputLockEvent.js +15 -0
- package/dist/components/input-lock/UUIInputLockEvent.js.map +1 -0
- package/dist/components/input-lock/input-lock.d.ts +9 -0
- package/dist/components/input-lock/input-lock.element.d.ts +37 -0
- package/dist/components/input-lock/input-lock.element.js +102 -0
- package/dist/components/input-lock/input-lock.element.js.map +1 -0
- package/dist/components/input-lock/input-lock.js +10 -0
- package/dist/components/input-lock/input-lock.js.map +1 -0
- package/dist/components/input-password/input-password.d.ts +8 -0
- package/dist/components/input-password/input-password.element.d.ts +18 -0
- package/dist/components/input-password/input-password.element.js +82 -0
- package/dist/components/input-password/input-password.element.js.map +1 -0
- package/dist/components/input-password/input-password.js +8 -0
- package/dist/components/input-password/input-password.js.map +1 -0
- package/dist/components/keyboard-shortcut/key.element.d.ts +10 -0
- package/dist/components/keyboard-shortcut/key.element.js +28 -0
- package/dist/components/keyboard-shortcut/key.element.js.map +1 -0
- package/dist/components/keyboard-shortcut/keyboard-shortcut.d.ts +11 -0
- package/dist/components/keyboard-shortcut/keyboard-shortcut.element.d.ts +10 -0
- package/dist/components/keyboard-shortcut/keyboard-shortcut.element.js +29 -0
- package/dist/components/keyboard-shortcut/keyboard-shortcut.element.js.map +1 -0
- package/dist/components/keyboard-shortcut/keyboard-shortcut.js +11 -0
- package/dist/components/keyboard-shortcut/keyboard-shortcut.js.map +1 -0
- package/dist/components/label/label.d.ts +8 -0
- package/dist/components/label/label.element.d.ts +35 -0
- package/dist/components/label/label.element.js +73 -0
- package/dist/components/label/label.element.js.map +1 -0
- package/dist/components/label/label.js +8 -0
- package/dist/components/label/label.js.map +1 -0
- package/dist/components/loader/loader.d.ts +8 -0
- package/dist/components/loader/loader.element.d.ts +9 -0
- package/dist/components/loader/loader.element.js +61 -0
- package/dist/components/loader/loader.element.js.map +1 -0
- package/dist/components/loader/loader.js +8 -0
- package/dist/components/loader/loader.js.map +1 -0
- package/dist/components/loader-bar/loader-bar.d.ts +8 -0
- package/dist/components/loader-bar/loader-bar.element.d.ts +27 -0
- package/dist/components/loader-bar/loader-bar.element.js +122 -0
- package/dist/components/loader-bar/loader-bar.element.js.map +1 -0
- package/dist/components/loader-bar/loader-bar.js +8 -0
- package/dist/components/loader-bar/loader-bar.js.map +1 -0
- package/dist/components/loader-circle/loader-circle.d.ts +8 -0
- package/dist/components/loader-circle/loader-circle.element.d.ts +30 -0
- package/dist/components/loader-circle/loader-circle.element.js +163 -0
- package/dist/components/loader-circle/loader-circle.element.js.map +1 -0
- package/dist/components/loader-circle/loader-circle.js +8 -0
- package/dist/components/loader-circle/loader-circle.js.map +1 -0
- package/dist/components/menu-item/UUIMenuItemEvent.d.ts +7 -0
- package/dist/components/menu-item/UUIMenuItemEvent.js +11 -0
- package/dist/components/menu-item/UUIMenuItemEvent.js.map +1 -0
- package/dist/components/menu-item/menu-item.d.ts +9 -0
- package/dist/components/menu-item/menu-item.element.d.ts +110 -0
- package/dist/components/menu-item/menu-item.element.js +558 -0
- package/dist/components/menu-item/menu-item.element.js.map +1 -0
- package/dist/components/menu-item/menu-item.js +10 -0
- package/dist/components/menu-item/menu-item.js.map +1 -0
- package/dist/components/modal/modal-container.d.ts +14 -0
- package/dist/components/modal/modal-container.js +160 -0
- package/dist/components/modal/modal-container.js.map +1 -0
- package/dist/components/modal/modal-dialog.element.d.ts +5 -0
- package/dist/components/modal/modal-dialog.element.js +44 -0
- package/dist/components/modal/modal-dialog.element.js.map +1 -0
- package/dist/components/modal/modal-example.element.d.ts +13 -0
- package/dist/components/modal/modal-sidebar.element.d.ts +15 -0
- package/dist/components/modal/modal-sidebar.element.js +109 -0
- package/dist/components/modal/modal-sidebar.element.js.map +1 -0
- package/dist/components/modal/modal.d.ts +15 -0
- package/dist/components/modal/modal.element.d.ts +20 -0
- package/dist/components/modal/modal.element.js +135 -0
- package/dist/components/modal/modal.element.js.map +1 -0
- package/dist/components/modal/modal.js +13 -0
- package/dist/components/modal/modal.js.map +1 -0
- package/dist/components/pagination/UUIPaginationEvent.d.ts +6 -0
- package/dist/components/pagination/UUIPaginationEvent.js +15 -0
- package/dist/components/pagination/UUIPaginationEvent.js.map +1 -0
- package/dist/components/pagination/pagination.d.ts +9 -0
- package/dist/components/pagination/pagination.element.d.ts +103 -0
- package/dist/components/pagination/pagination.element.js +317 -0
- package/dist/components/pagination/pagination.element.js.map +1 -0
- package/dist/components/pagination/pagination.js +10 -0
- package/dist/components/pagination/pagination.js.map +1 -0
- package/dist/components/popover-container/popover-container-shadowdomtester.element.d.ts +9 -0
- package/dist/components/popover-container/popover-container.d.ts +8 -0
- package/dist/components/popover-container/popover-container.element.d.ts +43 -0
- package/dist/components/popover-container/popover-container.element.js +329 -0
- package/dist/components/popover-container/popover-container.element.js.map +1 -0
- package/dist/components/popover-container/popover-container.js +8 -0
- package/dist/components/popover-container/popover-container.js.map +1 -0
- package/dist/components/progress-bar/progress-bar.d.ts +8 -0
- package/dist/components/progress-bar/progress-bar.element.d.ts +18 -0
- package/dist/components/progress-bar/progress-bar.element.js +64 -0
- package/dist/components/progress-bar/progress-bar.element.js.map +1 -0
- package/dist/components/progress-bar/progress-bar.js +8 -0
- package/dist/components/progress-bar/progress-bar.js.map +1 -0
- package/dist/components/radio/UUIRadioEvent.d.ts +6 -0
- package/dist/components/radio/UUIRadioEvent.js +15 -0
- package/dist/components/radio/UUIRadioEvent.js.map +1 -0
- package/dist/components/radio/UUIRadioGroupEvent.d.ts +6 -0
- package/dist/components/radio/UUIRadioGroupEvent.js +15 -0
- package/dist/components/radio/UUIRadioGroupEvent.js.map +1 -0
- package/dist/components/radio/radio-group.element.d.ts +44 -0
- package/dist/components/radio/radio-group.element.js +294 -0
- package/dist/components/radio/radio-group.element.js.map +1 -0
- package/dist/components/radio/radio.d.ts +13 -0
- package/dist/components/radio/radio.element.d.ts +67 -0
- package/dist/components/radio/radio.element.js +271 -0
- package/dist/components/radio/radio.element.js.map +1 -0
- package/dist/components/radio/radio.js +15 -0
- package/dist/components/radio/radio.js.map +1 -0
- package/dist/components/range-slider/UUIRangeSliderEvent.d.ts +7 -0
- package/dist/components/range-slider/UUIRangeSliderEvent.js +16 -0
- package/dist/components/range-slider/UUIRangeSliderEvent.js.map +1 -0
- package/dist/components/range-slider/range-slider.d.ts +9 -0
- package/dist/components/range-slider/range-slider.element.d.ts +149 -0
- package/dist/components/range-slider/range-slider.element.js +879 -0
- package/dist/components/range-slider/range-slider.element.js.map +1 -0
- package/dist/components/range-slider/range-slider.js +10 -0
- package/dist/components/range-slider/range-slider.js.map +1 -0
- package/dist/components/ref/UUIRefEvent.d.ts +5 -0
- package/dist/components/ref/UUIRefEvent.js +9 -0
- package/dist/components/ref/UUIRefEvent.js.map +1 -0
- package/dist/components/ref/ref.d.ts +9 -0
- package/dist/components/ref/ref.element.d.ts +39 -0
- package/dist/components/ref/ref.element.js +224 -0
- package/dist/components/ref/ref.element.js.map +1 -0
- package/dist/components/ref/ref.js +10 -0
- package/dist/components/ref/ref.js.map +1 -0
- package/dist/components/ref-list/ref-list.d.ts +8 -0
- package/dist/components/ref-list/ref-list.element.d.ts +8 -0
- package/dist/components/ref-list/ref-list.element.js +30 -0
- package/dist/components/ref-list/ref-list.element.js.map +1 -0
- package/dist/components/ref-list/ref-list.js +8 -0
- package/dist/components/ref-list/ref-list.js.map +1 -0
- package/dist/components/ref-node/ref-node.d.ts +8 -0
- package/dist/components/ref-node/ref-node.element.d.ts +58 -0
- package/dist/components/ref-node/ref-node.element.js +235 -0
- package/dist/components/ref-node/ref-node.element.js.map +1 -0
- package/dist/components/ref-node/ref-node.js +8 -0
- package/dist/components/ref-node/ref-node.js.map +1 -0
- package/dist/components/ref-node-data-type/ref-node-data-type.d.ts +8 -0
- package/dist/components/ref-node-data-type/ref-node-data-type.element.d.ts +20 -0
- package/dist/components/ref-node-data-type/ref-node-data-type.element.js +41 -0
- package/dist/components/ref-node-data-type/ref-node-data-type.element.js.map +1 -0
- package/dist/components/ref-node-data-type/ref-node-data-type.js +8 -0
- package/dist/components/ref-node-data-type/ref-node-data-type.js.map +1 -0
- package/dist/components/ref-node-document-type/ref-node-document-type.d.ts +8 -0
- package/dist/components/ref-node-document-type/ref-node-document-type.element.d.ts +20 -0
- package/dist/components/ref-node-document-type/ref-node-document-type.element.js +41 -0
- package/dist/components/ref-node-document-type/ref-node-document-type.element.js.map +1 -0
- package/dist/components/ref-node-document-type/ref-node-document-type.js +8 -0
- package/dist/components/ref-node-document-type/ref-node-document-type.js.map +1 -0
- package/dist/components/ref-node-form/ref-node-form.d.ts +8 -0
- package/dist/components/ref-node-form/ref-node-form.element.d.ts +12 -0
- package/dist/components/ref-node-form/ref-node-form.element.js +14 -0
- package/dist/components/ref-node-form/ref-node-form.element.js.map +1 -0
- package/dist/components/ref-node-form/ref-node-form.js +8 -0
- package/dist/components/ref-node-form/ref-node-form.js.map +1 -0
- package/dist/components/ref-node-member/ref-node-member.d.ts +8 -0
- package/dist/components/ref-node-member/ref-node-member.element.d.ts +20 -0
- package/dist/components/ref-node-member/ref-node-member.element.js +41 -0
- package/dist/components/ref-node-member/ref-node-member.element.js.map +1 -0
- package/dist/components/ref-node-member/ref-node-member.js +8 -0
- package/dist/components/ref-node-member/ref-node-member.js.map +1 -0
- package/dist/components/ref-node-package/ref-node-package.d.ts +8 -0
- package/dist/components/ref-node-package/ref-node-package.element.d.ts +27 -0
- package/dist/components/ref-node-package/ref-node-package.element.js +48 -0
- package/dist/components/ref-node-package/ref-node-package.element.js.map +1 -0
- package/dist/components/ref-node-package/ref-node-package.js +8 -0
- package/dist/components/ref-node-package/ref-node-package.js.map +1 -0
- package/dist/components/ref-node-user/ref-node-user.d.ts +8 -0
- package/dist/components/ref-node-user/ref-node-user.element.d.ts +20 -0
- package/dist/components/ref-node-user/ref-node-user.element.js +41 -0
- package/dist/components/ref-node-user/ref-node-user.element.js.map +1 -0
- package/dist/components/ref-node-user/ref-node-user.js +8 -0
- package/dist/components/ref-node-user/ref-node-user.js.map +1 -0
- package/dist/components/responsive-container/responsive-container.d.ts +8 -0
- package/dist/components/responsive-container/responsive-container.element.d.ts +30 -0
- package/dist/components/responsive-container/responsive-container.element.js +294 -0
- package/dist/components/responsive-container/responsive-container.element.js.map +1 -0
- package/dist/components/responsive-container/responsive-container.js +8 -0
- package/dist/components/responsive-container/responsive-container.js.map +1 -0
- package/dist/components/scroll-container/scroll-container.d.ts +8 -0
- package/dist/components/scroll-container/scroll-container.element.d.ts +18 -0
- package/dist/components/scroll-container/scroll-container.element.js +79 -0
- package/dist/components/scroll-container/scroll-container.element.js.map +1 -0
- package/dist/components/scroll-container/scroll-container.js +8 -0
- package/dist/components/scroll-container/scroll-container.js.map +1 -0
- package/dist/components/select/UUISelectEvent.d.ts +6 -0
- package/dist/components/select/UUISelectEvent.js +15 -0
- package/dist/components/select/UUISelectEvent.js.map +1 -0
- package/dist/components/select/select.d.ts +9 -0
- package/dist/components/select/select.element.d.ts +96 -0
- package/dist/components/select/select.element.js +249 -0
- package/dist/components/select/select.element.js.map +1 -0
- package/dist/components/select/select.js +10 -0
- package/dist/components/select/select.js.map +1 -0
- package/dist/components/slider/UUISliderEvent.d.ts +7 -0
- package/dist/components/slider/UUISliderEvent.js +16 -0
- package/dist/components/slider/UUISliderEvent.js.map +1 -0
- package/dist/components/slider/native-input.styles.d.ts +1 -0
- package/dist/components/slider/native-input.styles.js +113 -0
- package/dist/components/slider/native-input.styles.js.map +1 -0
- package/dist/components/slider/slider.d.ts +9 -0
- package/dist/components/slider/slider.element.d.ts +111 -0
- package/dist/components/slider/slider.element.js +408 -0
- package/dist/components/slider/slider.element.js.map +1 -0
- package/dist/components/slider/slider.js +10 -0
- package/dist/components/slider/slider.js.map +1 -0
- package/dist/components/symbol-drag-handle/symbol-drag-handle.d.ts +8 -0
- package/dist/components/symbol-drag-handle/symbol-drag-handle.element.d.ts +11 -0
- package/dist/components/symbol-drag-handle/symbol-drag-handle.element.js +26 -0
- package/dist/components/symbol-drag-handle/symbol-drag-handle.element.js.map +1 -0
- package/dist/components/symbol-drag-handle/symbol-drag-handle.js +8 -0
- package/dist/components/symbol-drag-handle/symbol-drag-handle.js.map +1 -0
- package/dist/components/symbol-expand/symbol-expand.d.ts +8 -0
- package/dist/components/symbol-expand/symbol-expand.element.d.ts +16 -0
- package/dist/components/symbol-expand/symbol-expand.element.js +58 -0
- package/dist/components/symbol-expand/symbol-expand.element.js.map +1 -0
- package/dist/components/symbol-expand/symbol-expand.js +8 -0
- package/dist/components/symbol-expand/symbol-expand.js.map +1 -0
- package/dist/components/symbol-file/symbol-file.d.ts +8 -0
- package/dist/components/symbol-file/symbol-file.element.d.ts +13 -0
- package/dist/components/symbol-file/symbol-file.element.js +76 -0
- package/dist/components/symbol-file/symbol-file.element.js.map +1 -0
- package/dist/components/symbol-file/symbol-file.js +8 -0
- package/dist/components/symbol-file/symbol-file.js.map +1 -0
- package/dist/components/symbol-file-dropzone/symbol-file-dropzone.d.ts +8 -0
- package/dist/components/symbol-file-dropzone/symbol-file-dropzone.element.d.ts +15 -0
- package/dist/components/symbol-file-dropzone/symbol-file-dropzone.element.js +56 -0
- package/dist/components/symbol-file-dropzone/symbol-file-dropzone.element.js.map +1 -0
- package/dist/components/symbol-file-dropzone/symbol-file-dropzone.js +8 -0
- package/dist/components/symbol-file-dropzone/symbol-file-dropzone.js.map +1 -0
- package/dist/components/symbol-file-thumbnail/symbol-file-thumbnail.d.ts +8 -0
- package/dist/components/symbol-file-thumbnail/symbol-file-thumbnail.element.d.ts +27 -0
- package/dist/components/symbol-file-thumbnail/symbol-file-thumbnail.element.js +91 -0
- package/dist/components/symbol-file-thumbnail/symbol-file-thumbnail.element.js.map +1 -0
- package/dist/components/symbol-file-thumbnail/symbol-file-thumbnail.js +8 -0
- package/dist/components/symbol-file-thumbnail/symbol-file-thumbnail.js.map +1 -0
- package/dist/components/symbol-folder/symbol-folder.d.ts +8 -0
- package/dist/components/symbol-folder/symbol-folder.element.d.ts +8 -0
- package/dist/components/symbol-folder/symbol-folder.element.js +36 -0
- package/dist/components/symbol-folder/symbol-folder.element.js.map +1 -0
- package/dist/components/symbol-folder/symbol-folder.js +8 -0
- package/dist/components/symbol-folder/symbol-folder.js.map +1 -0
- package/dist/components/symbol-lock/symbol-lock.d.ts +8 -0
- package/dist/components/symbol-lock/symbol-lock.element.d.ts +9 -0
- package/dist/components/symbol-lock/symbol-lock.element.js +43 -0
- package/dist/components/symbol-lock/symbol-lock.element.js.map +1 -0
- package/dist/components/symbol-lock/symbol-lock.js +8 -0
- package/dist/components/symbol-lock/symbol-lock.js.map +1 -0
- package/dist/components/symbol-more/symbol-more.d.ts +8 -0
- package/dist/components/symbol-more/symbol-more.element.d.ts +8 -0
- package/dist/components/symbol-more/symbol-more.element.js +29 -0
- package/dist/components/symbol-more/symbol-more.element.js.map +1 -0
- package/dist/components/symbol-more/symbol-more.js +8 -0
- package/dist/components/symbol-more/symbol-more.js.map +1 -0
- package/dist/components/symbol-sort/symbol-sort.d.ts +8 -0
- package/dist/components/symbol-sort/symbol-sort.element.d.ts +18 -0
- package/dist/components/symbol-sort/symbol-sort.element.js +116 -0
- package/dist/components/symbol-sort/symbol-sort.element.js.map +1 -0
- package/dist/components/symbol-sort/symbol-sort.js +8 -0
- package/dist/components/symbol-sort/symbol-sort.js.map +1 -0
- package/dist/components/table/table-advanced-example.d.ts +56 -0
- package/dist/components/table/table-cell.element.d.ts +37 -0
- package/dist/components/table/table-cell.element.js +106 -0
- package/dist/components/table/table-cell.element.js.map +1 -0
- package/dist/components/table/table-column.element.d.ts +8 -0
- package/dist/components/table/table-column.element.js +15 -0
- package/dist/components/table/table-column.element.js.map +1 -0
- package/dist/components/table/table-head-cell.element.d.ts +9 -0
- package/dist/components/table/table-head-cell.element.js +21 -0
- package/dist/components/table/table-head-cell.element.js.map +1 -0
- package/dist/components/table/table-head.element.d.ts +11 -0
- package/dist/components/table/table-head.element.js +23 -0
- package/dist/components/table/table-head.element.js.map +1 -0
- package/dist/components/table/table-row.element.d.ts +17 -0
- package/dist/components/table/table-row.element.js +74 -0
- package/dist/components/table/table-row.element.js.map +1 -0
- package/dist/components/table/table.d.ts +23 -0
- package/dist/components/table/table.element.d.ts +11 -0
- package/dist/components/table/table.element.js +27 -0
- package/dist/components/table/table.element.js.map +1 -0
- package/dist/components/table/table.js +23 -0
- package/dist/components/table/table.js.map +1 -0
- package/dist/components/tabs/UUITabEvent.d.ts +6 -0
- package/dist/components/tabs/UUITabEvent.js +7 -0
- package/dist/components/tabs/UUITabEvent.js.map +1 -0
- package/dist/components/tabs/UUITabGroupEvent.d.ts +6 -0
- package/dist/components/tabs/UUITabGroupEvent.js +7 -0
- package/dist/components/tabs/UUITabGroupEvent.js.map +1 -0
- package/dist/components/tabs/tab-group.element.d.ts +31 -0
- package/dist/components/tabs/tab-group.element.js +345 -0
- package/dist/components/tabs/tab-group.element.js.map +1 -0
- package/dist/components/tabs/tab.element.d.ts +57 -0
- package/dist/components/tabs/tab.element.js +196 -0
- package/dist/components/tabs/tab.element.js.map +1 -0
- package/dist/components/tabs/tabs.d.ts +13 -0
- package/dist/components/tabs/tabs.js +11 -0
- package/dist/components/tabs/tabs.js.map +1 -0
- package/dist/components/tag/tag.d.ts +8 -0
- package/dist/components/tag/tag.element.d.ts +30 -0
- package/dist/components/tag/tag.element.js +108 -0
- package/dist/components/tag/tag.element.js.map +1 -0
- package/dist/components/tag/tag.js +8 -0
- package/dist/components/tag/tag.js.map +1 -0
- package/dist/components/textarea/UUITextareaEvent.d.ts +7 -0
- package/dist/components/textarea/UUITextareaEvent.js +16 -0
- package/dist/components/textarea/UUITextareaEvent.js.map +1 -0
- package/dist/components/textarea/textarea.d.ts +9 -0
- package/dist/components/textarea/textarea.element.d.ts +124 -0
- package/dist/components/textarea/textarea.element.js +272 -0
- package/dist/components/textarea/textarea.element.js.map +1 -0
- package/dist/components/textarea/textarea.js +10 -0
- package/dist/components/textarea/textarea.js.map +1 -0
- package/dist/components/toast-notification/UUIToastNotificationEvent.d.ts +8 -0
- package/dist/components/toast-notification/UUIToastNotificationEvent.js +12 -0
- package/dist/components/toast-notification/UUIToastNotificationEvent.js.map +1 -0
- package/dist/components/toast-notification/toast-notification.d.ts +9 -0
- package/dist/components/toast-notification/toast-notification.element.d.ts +62 -0
- package/dist/components/toast-notification/toast-notification.element.js +312 -0
- package/dist/components/toast-notification/toast-notification.element.js.map +1 -0
- package/dist/components/toast-notification/toast-notification.js +10 -0
- package/dist/components/toast-notification/toast-notification.js.map +1 -0
- package/dist/components/toast-notification-container/toast-notification-container.d.ts +8 -0
- package/dist/components/toast-notification-container/toast-notification-container.element.d.ts +44 -0
- package/dist/components/toast-notification-container/toast-notification-container.element.js +152 -0
- package/dist/components/toast-notification-container/toast-notification-container.element.js.map +1 -0
- package/dist/components/toast-notification-container/toast-notification-container.js +11 -0
- package/dist/components/toast-notification-container/toast-notification-container.js.map +1 -0
- package/dist/components/toast-notification-layout/toast-notification-layout.d.ts +8 -0
- package/dist/components/toast-notification-layout/toast-notification-layout.element.d.ts +20 -0
- package/dist/components/toast-notification-layout/toast-notification-layout.element.js +71 -0
- package/dist/components/toast-notification-layout/toast-notification-layout.element.js.map +1 -0
- package/dist/components/toast-notification-layout/toast-notification-layout.js +11 -0
- package/dist/components/toast-notification-layout/toast-notification-layout.js.map +1 -0
- package/dist/components/toggle/toggle.d.ts +8 -0
- package/dist/components/toggle/toggle.element.d.ts +25 -0
- package/dist/components/toggle/toggle.element.js +181 -0
- package/dist/components/toggle/toggle.element.js.map +1 -0
- package/dist/components/toggle/toggle.js +8 -0
- package/dist/components/toggle/toggle.js.map +1 -0
- package/dist/components/visually-hidden/visually-hidden.d.ts +8 -0
- package/dist/components/visually-hidden/visually-hidden.element.d.ts +8 -0
- package/dist/components/visually-hidden/visually-hidden.element.js +26 -0
- package/dist/components/visually-hidden/visually-hidden.element.js.map +1 -0
- package/dist/components/visually-hidden/visually-hidden.js +8 -0
- package/dist/components/visually-hidden/visually-hidden.js.map +1 -0
- package/dist/index.d.ts +83 -0
- package/dist/index.js +395 -0
- package/dist/index.js.map +1 -0
- package/dist/internal/animations/index.d.ts +3 -0
- package/dist/internal/animations/uui-blink.d.ts +2 -0
- package/dist/internal/animations/uui-blink.js +18 -0
- package/dist/internal/animations/uui-blink.js.map +1 -0
- package/dist/internal/animations/uui-pulse.d.ts +2 -0
- package/dist/internal/animations/uui-pulse.js +28 -0
- package/dist/internal/animations/uui-pulse.js.map +1 -0
- package/dist/internal/animations/uui-shake.d.ts +2 -0
- package/dist/internal/animations/uui-shake.js +33 -0
- package/dist/internal/animations/uui-shake.js.map +1 -0
- package/dist/internal/events/UUIEvent.d.ts +8 -0
- package/dist/internal/events/UUIEvent.js +10 -0
- package/dist/internal/events/UUIEvent.js.map +1 -0
- package/dist/internal/events/UUIFormControlEvent.d.ts +7 -0
- package/dist/internal/events/UUIFormControlEvent.js +16 -0
- package/dist/internal/events/UUIFormControlEvent.js.map +1 -0
- package/dist/internal/events/UUISelectableEvent.d.ts +7 -0
- package/dist/internal/events/UUISelectableEvent.js +17 -0
- package/dist/internal/events/UUISelectableEvent.js.map +1 -0
- package/dist/internal/events/index.d.ts +3 -0
- package/dist/internal/index.d.ts +7 -0
- package/dist/internal/mixins/ActiveMixin.d.ts +19 -0
- package/dist/internal/mixins/ActiveMixin.js +26 -0
- package/dist/internal/mixins/ActiveMixin.js.map +1 -0
- package/dist/internal/mixins/FormControlMixin.d.ts +50 -0
- package/dist/internal/mixins/FormControlMixin.js +342 -0
- package/dist/internal/mixins/FormControlMixin.js.map +1 -0
- package/dist/internal/mixins/FormControlWithBasicsMixin.d.ts +26 -0
- package/dist/internal/mixins/FormControlWithBasicsMixin.js +62 -0
- package/dist/internal/mixins/FormControlWithBasicsMixin.js.map +1 -0
- package/dist/internal/mixins/LabelMixin.d.ts +21 -0
- package/dist/internal/mixins/LabelMixin.js +54 -0
- package/dist/internal/mixins/LabelMixin.js.map +1 -0
- package/dist/internal/mixins/PopoverTargetMixin.d.ts +23 -0
- package/dist/internal/mixins/PopoverTargetMixin.js +49 -0
- package/dist/internal/mixins/PopoverTargetMixin.js.map +1 -0
- package/dist/internal/mixins/SelectOnlyMixin.d.ts +14 -0
- package/dist/internal/mixins/SelectOnlyMixin.js +35 -0
- package/dist/internal/mixins/SelectOnlyMixin.js.map +1 -0
- package/dist/internal/mixins/SelectableMixin.d.ts +29 -0
- package/dist/internal/mixins/SelectableMixin.js +123 -0
- package/dist/internal/mixins/SelectableMixin.js.map +1 -0
- package/dist/internal/mixins/index.d.ts +7 -0
- package/dist/internal/registration/index.d.ts +9 -0
- package/dist/internal/registration/index.js +24 -0
- package/dist/internal/registration/index.js.map +1 -0
- package/dist/internal/test/a11y.d.ts +6 -0
- package/dist/internal/test/index.d.ts +5 -0
- package/dist/internal/types/InterfaceColor.d.ts +2 -0
- package/dist/internal/types/InterfaceColor.js +11 -0
- package/dist/internal/types/InterfaceColor.js.map +1 -0
- package/dist/internal/types/InterfaceHeading.d.ts +2 -0
- package/dist/internal/types/InterfaceHeading.js +12 -0
- package/dist/internal/types/InterfaceHeading.js.map +1 -0
- package/dist/internal/types/InterfaceLook.d.ts +2 -0
- package/dist/internal/types/InterfaceLook.js +11 -0
- package/dist/internal/types/InterfaceLook.js.map +1 -0
- package/dist/internal/types/index.d.ts +3 -0
- package/dist/internal/utils/Timer.d.ts +17 -0
- package/dist/internal/utils/Timer.js +62 -0
- package/dist/internal/utils/Timer.js.map +1 -0
- package/dist/internal/utils/color.d.ts +54 -0
- package/dist/internal/utils/color.js +91 -0
- package/dist/internal/utils/color.js.map +1 -0
- package/dist/internal/utils/drag.d.ts +14 -0
- package/dist/internal/utils/drag.js +37 -0
- package/dist/internal/utils/drag.js.map +1 -0
- package/dist/internal/utils/findAncestorByAttributeValue.d.ts +8 -0
- package/dist/internal/utils/findAncestorByAttributeValue.js +20 -0
- package/dist/internal/utils/findAncestorByAttributeValue.js.map +1 -0
- package/dist/internal/utils/index.d.ts +6 -0
- package/dist/internal/utils/math.d.ts +14 -0
- package/dist/internal/utils/math.js +16 -0
- package/dist/internal/utils/math.js.map +1 -0
- package/dist/internal/utils/slotHasContent.d.ts +1 -0
- package/dist/internal/utils/slotHasContent.js +7 -0
- package/dist/internal/utils/slotHasContent.js.map +1 -0
- package/dist/internal/version.d.ts +4 -0
- package/dist/internal/version.js +21 -0
- package/dist/internal/version.js.map +1 -0
- package/dist/package.json.js +5 -0
- package/dist/package.json.js.map +1 -0
- package/dist/styles/index.d.ts +1 -0
- package/dist/styles/uui-font.css +1 -0
- package/dist/styles/uui-text.css +1 -0
- package/dist/styles/uui-text.css.js +5 -0
- package/dist/styles/uui-text.css.js.map +1 -0
- package/dist/styles/uui-text.styles.d.ts +1 -0
- package/dist/styles/uui-text.styles.js +7 -0
- package/dist/styles/uui-text.styles.js.map +1 -0
- package/dist/themes/dark.css +1 -0
- package/dist/themes/high-contrast.css +1 -0
- package/dist/themes/light.css +1 -0
- package/package.json +132 -117
- package/{vscode-html-custom-data.json → vscode.html-custom-data.json} +109 -397
- package/dist/uui.min.js +0 -7395
- package/dist/uui.min.js.map +0 -1
- package/lib/index.d.ts +0 -84
- package/lib/index.js +0 -84
- package/lib/index.umd.d.ts +0 -4
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
},
|
|
165
165
|
{
|
|
166
166
|
"name": "uui-button-copy-text",
|
|
167
|
-
"description": "Events:\n\n * `copying` - Fires before the content is about to copied to the clipboard and can be used to transform or modify the data before its added to the clipboard\n\n * `copied` - Fires when the content is copied to the clipboard\n\n * `click` - fires when the element is clicked\n\nSlots:\n\n * ` ` {} - Use to replace the default content of the copy icon\n\n * `label` {} - for label content\n\n * `extra` {} - for extra\n\nAttributes:\n\n * `text` {string} - Set a string you wish to copy to the clipboard\n\n * `copy-from` {string} - Copies the text content from another element by specifying the ID of the element\nThe ID of the element does not need to start with # like a CSS selector\nIf this property is set, the value property is ignored\n\n * `animation-state-delay` {number} - The delay in milliseconds before the button returns to its default state after a successful copy\n\n * `type` {\"submit\" | \"button\" | \"reset\"} - Specifies the type of button\n\n * `disabled` {boolean} - Disables the button, changes the looks of it and prevents if from emitting the click event\n\n * `look` {\"default\" | \"primary\" | \"secondary\" | \"outline\" | \"placeholder\"} - Changes the look of the button to one of the predefined, symbolic looks. For example - set this to positive if you want nice, green \"confirm\" button.\n\n * `color` {\"default\" | \"positive\" | \"warning\" | \"danger\"} - Changes the look of the button to one of the predefined, symbolic looks. For example - set this to positive if you want nice, green \"confirm\" button.\n\n * `compact` {boolean} - Makes the left and right padding of the button narrower.\n\n * `state` {undefined |'waiting' | 'success' | 'failed'} - Sets the state of the button. With waiting state a loader will show, the success and fail states display icons. State is automatically reset to the default after 3 seconds.\n\n * `href` {string} - Set an href, this will turns the button into a anchor tag.\n\n * `target` {string} - Set an anchor tag target, only used when using href.\n\n * `rel` {string} - Set the rel attribute for an anchor tag, only used when using href.\n\n * `title` {string} - Sets the title attribute, which provides a tooltip for both button and anchor elements.\n\n * `name` {string} - This is a name property of the component.\n\n * `
|
|
167
|
+
"description": "Events:\n\n * `copying` - Fires before the content is about to copied to the clipboard and can be used to transform or modify the data before its added to the clipboard\n\n * `copied` - Fires when the content is copied to the clipboard\n\n * `click` - fires when the element is clicked\n\nSlots:\n\n * ` ` {} - Use to replace the default content of the copy icon\n\n * `label` {} - for label content\n\n * `extra` {} - for extra\n\nAttributes:\n\n * `text` {string} - Set a string you wish to copy to the clipboard\n\n * `copy-from` {string} - Copies the text content from another element by specifying the ID of the element\nThe ID of the element does not need to start with # like a CSS selector\nIf this property is set, the value property is ignored\n\n * `animation-state-delay` {number} - The delay in milliseconds before the button returns to its default state after a successful copy\n\n * `type` {\"submit\" | \"button\" | \"reset\"} - Specifies the type of button\n\n * `disabled` {boolean} - Disables the button, changes the looks of it and prevents if from emitting the click event\n\n * `look` {\"default\" | \"primary\" | \"secondary\" | \"outline\" | \"placeholder\"} - Changes the look of the button to one of the predefined, symbolic looks. For example - set this to positive if you want nice, green \"confirm\" button.\n\n * `color` {\"default\" | \"positive\" | \"warning\" | \"danger\"} - Changes the look of the button to one of the predefined, symbolic looks. For example - set this to positive if you want nice, green \"confirm\" button.\n\n * `compact` {boolean} - Makes the left and right padding of the button narrower.\n\n * `state` {undefined |'waiting' | 'success' | 'failed'} - Sets the state of the button. With waiting state a loader will show, the success and fail states display icons. State is automatically reset to the default after 3 seconds.\n\n * `href` {string} - Set an href, this will turns the button into a anchor tag.\n\n * `target` {string} - Set an anchor tag target, only used when using href.\n\n * `rel` {string} - Set the rel attribute for an anchor tag, only used when using href.\n\n * `title` {string} - Sets the title attribute, which provides a tooltip for both button and anchor elements.\n\n * `name` {string} - This is a name property of the component.\n\n * `required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\n * `required-message` {`string`} - Required validation message.\n\n * `error` {`boolean`} - Apply custom error on this input.\n\n * `error-message` {`string`} - Custom error message.\n\n * `value` {string} - Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.\n\n * `pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\n * `label` {string} - label to be used for aria-label and potentially as visual label for some components\n\n * `popovertarget` {string} - Set a popovertarget.\n\nProperties:\n\n * `text` {string} - Set a string you wish to copy to the clipboard\n\n * `copyFrom` {string} - Copies the text content from another element by specifying the ID of the element\nThe ID of the element does not need to start with # like a CSS selector\nIf this property is set, the value property is ignored\n\n * `animationStateDelay` {number} - The delay in milliseconds before the button returns to its default state after a successful copy\n\n * `type` {\"submit\" | \"button\" | \"reset\"} - Specifies the type of button\n\n * `disabled` {boolean} - Disables the button, changes the looks of it and prevents if from emitting the click event\n\n * `look` {\"default\" | \"primary\" | \"secondary\" | \"outline\" | \"placeholder\"} - Changes the look of the button to one of the predefined, symbolic looks. For example - set this to positive if you want nice, green \"confirm\" button.\n\n * `color` {\"default\" | \"positive\" | \"warning\" | \"danger\"} - Changes the look of the button to one of the predefined, symbolic looks. For example - set this to positive if you want nice, green \"confirm\" button.\n\n * `compact` {boolean} - Makes the left and right padding of the button narrower.\n\n * `state` {undefined |'waiting' | 'success' | 'failed'} - Sets the state of the button. With waiting state a loader will show, the success and fail states display icons. State is automatically reset to the default after 3 seconds.\n\n * `href` {string} - Set an href, this will turns the button into a anchor tag.\n\n * `target` {string} - Set an anchor tag target, only used when using href.\n\n * `rel` {string} - Set the rel attribute for an anchor tag, only used when using href.\n\n * `title` {string} - Sets the title attribute, which provides a tooltip for both button and anchor elements.\n\n * `_button` {`HTMLInputElement`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `name` {string} - This is a name property of the component.\n\n * `required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\n * `requiredMessage` {`string`} - Required validation message.\n\n * `error` {`boolean`} - Apply custom error on this input.\n\n * `errorMessage` {`string`} - Custom error message.\n\n * `addValidator` - \n\n * `removeValidator` - \n\n * `formAssociated` {boolean} - This is a static class field indicating that the element is can be used inside a native form and participate in its events.\nIt may require a polyfill, check support here https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals.\nRead more about form controls here https://web.dev/more-capable-form-controls/\n\n * `value` {string} - Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.\n\n * `pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\n * `_pristine` {`boolean`} - \n\n * `_customValidityObject` {`UUIFormControlValidatorConfig | undefined`} - \n\n * `validity` {`ValidityState`} - \n\n * `validationMessage` {`string`} - \n\n * `_internals` {`ElementInternals`} - \n\n * `label` {string} - label to be used for aria-label and potentially as visual label for some components\n\n * `_labelSlotHasContent` {`boolean`} - \n\n * `popoverContainerElement` {string} - Set a popovertarget.\n\n * `_togglePopover` - ",
|
|
168
168
|
"attributes": [
|
|
169
169
|
{
|
|
170
170
|
"name": "text",
|
|
@@ -302,11 +302,6 @@
|
|
|
302
302
|
"name": "name",
|
|
303
303
|
"description": "`name` {string} - This is a name property of the component.\n\nProperty: name\n\nDefault: ''"
|
|
304
304
|
},
|
|
305
|
-
{
|
|
306
|
-
"name": "value",
|
|
307
|
-
"description": "`value` {string} - Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.\n\nProperty: value\n\nDefault: ''",
|
|
308
|
-
"values": []
|
|
309
|
-
},
|
|
310
305
|
{
|
|
311
306
|
"name": "required",
|
|
312
307
|
"description": "`required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\nProperty: required\n\nDefault: false",
|
|
@@ -325,9 +320,13 @@
|
|
|
325
320
|
"name": "error-message",
|
|
326
321
|
"description": "`error-message` {`string`} - Custom error message.\n\nProperty: errorMessage\n\nDefault: This field is invalid"
|
|
327
322
|
},
|
|
323
|
+
{
|
|
324
|
+
"name": "value",
|
|
325
|
+
"description": "`value` {string} - Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.\n\nProperty: value\n\nDefault: ''"
|
|
326
|
+
},
|
|
328
327
|
{
|
|
329
328
|
"name": "pristine",
|
|
330
|
-
"description": "`pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\nProperty: pristine\n\nDefault:
|
|
329
|
+
"description": "`pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\nProperty: pristine\n\nDefault: ",
|
|
331
330
|
"valueSet": "v"
|
|
332
331
|
},
|
|
333
332
|
{
|
|
@@ -408,7 +407,7 @@
|
|
|
408
407
|
},
|
|
409
408
|
{
|
|
410
409
|
"name": "uui-button",
|
|
411
|
-
"description": "Events:\n\n * `click` - fires when the element is clicked\n\nSlots:\n\n * ` ` {} - for default content\n\n * `label` {} - for label content\n\n * `extra` {} - for extra\n\nAttributes:\n\n * `type` {\"submit\" | \"button\" | \"reset\"} - Specifies the type of button\n\n * `disabled` {boolean} - Disables the button, changes the looks of it and prevents if from emitting the click event\n\n * `look` {\"default\" | \"primary\" | \"secondary\" | \"outline\" | \"placeholder\"} - Changes the look of the button to one of the predefined, symbolic looks. For example - set this to positive if you want nice, green \"confirm\" button.\n\n * `color` {\"default\" | \"positive\" | \"warning\" | \"danger\"} - Changes the look of the button to one of the predefined, symbolic looks. For example - set this to positive if you want nice, green \"confirm\" button.\n\n * `compact` {boolean} - Makes the left and right padding of the button narrower.\n\n * `state` {undefined |'waiting' | 'success' | 'failed'} - Sets the state of the button. With waiting state a loader will show, the success and fail states display icons. State is automatically reset to the default after 3 seconds.\n\n * `href` {string} - Set an href, this will turns the button into a anchor tag.\n\n * `target` {string} - Set an anchor tag target, only used when using href.\n\n * `rel` {string} - Set the rel attribute for an anchor tag, only used when using href.\n\n * `title` {string} - Sets the title attribute, which provides a tooltip for both button and anchor elements.\n\n * `name` {string} - This is a name property of the component.\n\n * `
|
|
410
|
+
"description": "Events:\n\n * `click` - fires when the element is clicked\n\nSlots:\n\n * ` ` {} - for default content\n\n * `label` {} - for label content\n\n * `extra` {} - for extra\n\nAttributes:\n\n * `type` {\"submit\" | \"button\" | \"reset\"} - Specifies the type of button\n\n * `disabled` {boolean} - Disables the button, changes the looks of it and prevents if from emitting the click event\n\n * `look` {\"default\" | \"primary\" | \"secondary\" | \"outline\" | \"placeholder\"} - Changes the look of the button to one of the predefined, symbolic looks. For example - set this to positive if you want nice, green \"confirm\" button.\n\n * `color` {\"default\" | \"positive\" | \"warning\" | \"danger\"} - Changes the look of the button to one of the predefined, symbolic looks. For example - set this to positive if you want nice, green \"confirm\" button.\n\n * `compact` {boolean} - Makes the left and right padding of the button narrower.\n\n * `state` {undefined |'waiting' | 'success' | 'failed'} - Sets the state of the button. With waiting state a loader will show, the success and fail states display icons. State is automatically reset to the default after 3 seconds.\n\n * `href` {string} - Set an href, this will turns the button into a anchor tag.\n\n * `target` {string} - Set an anchor tag target, only used when using href.\n\n * `rel` {string} - Set the rel attribute for an anchor tag, only used when using href.\n\n * `title` {string} - Sets the title attribute, which provides a tooltip for both button and anchor elements.\n\n * `name` {string} - This is a name property of the component.\n\n * `required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\n * `required-message` {`string`} - Required validation message.\n\n * `error` {`boolean`} - Apply custom error on this input.\n\n * `error-message` {`string`} - Custom error message.\n\n * `value` {string} - Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.\n\n * `pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\n * `label` {string} - label to be used for aria-label and potentially as visual label for some components\n\n * `popovertarget` {string} - Set a popovertarget.\n\nProperties:\n\n * `type` {\"submit\" | \"button\" | \"reset\"} - Specifies the type of button\n\n * `disabled` {boolean} - Disables the button, changes the looks of it and prevents if from emitting the click event\n\n * `look` {\"default\" | \"primary\" | \"secondary\" | \"outline\" | \"placeholder\"} - Changes the look of the button to one of the predefined, symbolic looks. For example - set this to positive if you want nice, green \"confirm\" button.\n\n * `color` {\"default\" | \"positive\" | \"warning\" | \"danger\"} - Changes the look of the button to one of the predefined, symbolic looks. For example - set this to positive if you want nice, green \"confirm\" button.\n\n * `compact` {boolean} - Makes the left and right padding of the button narrower.\n\n * `state` {undefined |'waiting' | 'success' | 'failed'} - Sets the state of the button. With waiting state a loader will show, the success and fail states display icons. State is automatically reset to the default after 3 seconds.\n\n * `href` {string} - Set an href, this will turns the button into a anchor tag.\n\n * `target` {string} - Set an anchor tag target, only used when using href.\n\n * `rel` {string} - Set the rel attribute for an anchor tag, only used when using href.\n\n * `title` {string} - Sets the title attribute, which provides a tooltip for both button and anchor elements.\n\n * `_button` {`HTMLInputElement`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `name` {string} - This is a name property of the component.\n\n * `required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\n * `requiredMessage` {`string`} - Required validation message.\n\n * `error` {`boolean`} - Apply custom error on this input.\n\n * `errorMessage` {`string`} - Custom error message.\n\n * `addValidator` - \n\n * `removeValidator` - \n\n * `formAssociated` {boolean} - This is a static class field indicating that the element is can be used inside a native form and participate in its events.\nIt may require a polyfill, check support here https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals.\nRead more about form controls here https://web.dev/more-capable-form-controls/\n\n * `value` {string} - Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.\n\n * `pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\n * `_pristine` {`boolean`} - \n\n * `_customValidityObject` {`UUIFormControlValidatorConfig | undefined`} - \n\n * `validity` {`ValidityState`} - \n\n * `validationMessage` {`string`} - \n\n * `_internals` {`ElementInternals`} - \n\n * `label` {string} - label to be used for aria-label and potentially as visual label for some components\n\n * `_labelSlotHasContent` {`boolean`} - \n\n * `popoverContainerElement` {string} - Set a popovertarget.\n\n * `_togglePopover` - ",
|
|
412
411
|
"attributes": [
|
|
413
412
|
{
|
|
414
413
|
"name": "type",
|
|
@@ -534,11 +533,6 @@
|
|
|
534
533
|
"name": "name",
|
|
535
534
|
"description": "`name` {string} - This is a name property of the component.\n\nProperty: name\n\nDefault: ''"
|
|
536
535
|
},
|
|
537
|
-
{
|
|
538
|
-
"name": "value",
|
|
539
|
-
"description": "`value` {string} - Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.\n\nProperty: value\n\nDefault: ''",
|
|
540
|
-
"values": []
|
|
541
|
-
},
|
|
542
536
|
{
|
|
543
537
|
"name": "required",
|
|
544
538
|
"description": "`required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\nProperty: required\n\nDefault: false",
|
|
@@ -557,9 +551,13 @@
|
|
|
557
551
|
"name": "error-message",
|
|
558
552
|
"description": "`error-message` {`string`} - Custom error message.\n\nProperty: errorMessage\n\nDefault: This field is invalid"
|
|
559
553
|
},
|
|
554
|
+
{
|
|
555
|
+
"name": "value",
|
|
556
|
+
"description": "`value` {string} - Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.\n\nProperty: value\n\nDefault: ''"
|
|
557
|
+
},
|
|
560
558
|
{
|
|
561
559
|
"name": "pristine",
|
|
562
|
-
"description": "`pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\nProperty: pristine\n\nDefault:
|
|
560
|
+
"description": "`pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\nProperty: pristine\n\nDefault: ",
|
|
563
561
|
"valueSet": "v"
|
|
564
562
|
},
|
|
565
563
|
{
|
|
@@ -971,20 +969,9 @@
|
|
|
971
969
|
}
|
|
972
970
|
]
|
|
973
971
|
},
|
|
974
|
-
{
|
|
975
|
-
"name": "uui-caret",
|
|
976
|
-
"description": "DEPRECATED: Please use uui-symbol-expand or uui-symbol-sort. A caret that rotates on click. Color will be `currentColor`\n\nAttributes:\n\n * `open` {boolean} - Turns the arrow around.\n\nProperties:\n\n * `open` {boolean} - Turns the arrow around.\n\n * `styles` {`CSSResult[]`} - ",
|
|
977
|
-
"attributes": [
|
|
978
|
-
{
|
|
979
|
-
"name": "open",
|
|
980
|
-
"description": "`open` {boolean} - Turns the arrow around.\n\nProperty: open\n\nDefault: false",
|
|
981
|
-
"valueSet": "v"
|
|
982
|
-
}
|
|
983
|
-
]
|
|
984
|
-
},
|
|
985
972
|
{
|
|
986
973
|
"name": "uui-checkbox",
|
|
987
|
-
"description": "Umbraco checkbox, toggles between checked and uncheck\n\nEvents:\n\n * `change` - fires when the element is begin checked by a user action\n\nAttributes:\n\n * `label-position` {'left' | 'right' | 'top' | 'bottom'} - Specifies the label position of the checkbox or the toggle\n\n * `checked` {boolean} - Reflects the state of the element.\nTrue if checkbox or toggle is checked. Change this to switch the state programmatically.\n\n * `indeterminate` {boolean} - Indeterminate state for the input.\n\n * `disabled` {boolean} - Disables the input.\n\n * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n * `name` {string} - This is a name property of the component.\n\n * `
|
|
974
|
+
"description": "Umbraco checkbox, toggles between checked and uncheck\n\nEvents:\n\n * `change` - fires when the element is begin checked by a user action\n\nAttributes:\n\n * `label-position` {'left' | 'right' | 'top' | 'bottom'} - Specifies the label position of the checkbox or the toggle\n\n * `checked` {boolean} - Reflects the state of the element.\nTrue if checkbox or toggle is checked. Change this to switch the state programmatically.\n\n * `indeterminate` {boolean} - Indeterminate state for the input.\n\n * `disabled` {boolean} - Disables the input.\n\n * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n * `name` {string} - This is a name property of the component.\n\n * `required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\n * `required-message` {`string`} - Required validation message.\n\n * `error` {`boolean`} - Apply custom error on this input.\n\n * `error-message` {`string`} - Custom error message.\n\n * `value` {string} - intentional overwrite of FormControlMixins value getter and setter method.\n\n * `pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\n * `label` {string} - Label to be used for aria-label and potentially as visual label for some components\n\nProperties:\n\n * `_value` {`string`} - \n\n * `labelPosition` {'left' | 'right' | 'top' | 'bottom'} - Specifies the label position of the checkbox or the toggle\n\n * `_checked` {`boolean`} - \n\n * `checked` {boolean} - Reflects the state of the element.\nTrue if checkbox or toggle is checked. Change this to switch the state programmatically.\n\n * `indeterminate` {boolean} - Indeterminate state for the input.\n\n * `disabled` {boolean} - Disables the input.\n\n * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n * `_input` {`HTMLInputElement`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `inputRole` {`\"checkbox\" | \"switch\"`} - \n\n * `name` {string} - This is a name property of the component.\n\n * `required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\n * `requiredMessage` {`string`} - Required validation message.\n\n * `error` {`boolean`} - Apply custom error on this input.\n\n * `errorMessage` {`string`} - Custom error message.\n\n * `addValidator` - \n\n * `removeValidator` - \n\n * `formAssociated` {boolean} - This is a static class field indicating that the element is can be used inside a native form and participate in its events. It may require a polyfill, check support here https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals. Read more about form controls here https://web.dev/more-capable-form-controls/\n\n * `value` {string} - intentional overwrite of FormControlMixins value getter and setter method.\n\n * `pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\n * `_pristine` {`boolean`} - \n\n * `_customValidityObject` {`UUIFormControlValidatorConfig | undefined`} - \n\n * `validity` {`ValidityState`} - \n\n * `validationMessage` {`string`} - \n\n * `_internals` {`ElementInternals`} - \n\n * `label` {string} - Label to be used for aria-label and potentially as visual label for some components\n\n * `_labelSlotHasContent` {`boolean`} - ",
|
|
988
975
|
"attributes": [
|
|
989
976
|
{
|
|
990
977
|
"name": "label-position",
|
|
@@ -1028,10 +1015,6 @@
|
|
|
1028
1015
|
"name": "name",
|
|
1029
1016
|
"description": "`name` {string} - This is a name property of the component.\n\nProperty: name\n\nDefault: ''"
|
|
1030
1017
|
},
|
|
1031
|
-
{
|
|
1032
|
-
"name": "value",
|
|
1033
|
-
"description": "`value` {string} - intentional overwrite of FormControlMixins value getter and setter method.\n\nProperty: value\n\nDefault: ''"
|
|
1034
|
-
},
|
|
1035
1018
|
{
|
|
1036
1019
|
"name": "required",
|
|
1037
1020
|
"description": "`required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\nProperty: required\n\nDefault: false",
|
|
@@ -1050,9 +1033,13 @@
|
|
|
1050
1033
|
"name": "error-message",
|
|
1051
1034
|
"description": "`error-message` {`string`} - Custom error message.\n\nProperty: errorMessage\n\nDefault: This field is invalid"
|
|
1052
1035
|
},
|
|
1036
|
+
{
|
|
1037
|
+
"name": "value",
|
|
1038
|
+
"description": "`value` {string} - intentional overwrite of FormControlMixins value getter and setter method.\n\nProperty: value\n\nDefault: ''"
|
|
1039
|
+
},
|
|
1053
1040
|
{
|
|
1054
1041
|
"name": "pristine",
|
|
1055
|
-
"description": "`pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\nProperty: pristine\n\nDefault:
|
|
1042
|
+
"description": "`pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\nProperty: pristine\n\nDefault: ",
|
|
1056
1043
|
"valueSet": "v"
|
|
1057
1044
|
},
|
|
1058
1045
|
{
|
|
@@ -1107,7 +1094,7 @@
|
|
|
1107
1094
|
},
|
|
1108
1095
|
{
|
|
1109
1096
|
"name": "uui-color-picker",
|
|
1110
|
-
"description": "Events:\n\n * `change` - Fired when the color changes\n\nAttributes:\n\n * `value` {string} - The current color.\n\n * `format` {UUIColorPickerFormat} - The format to use for the display value. If opacity is enabled, these will translate to HEXA, RGBA, HSLA, and HSVA\nrespectively. The color picker will always accept user input in any format (including CSS color names) and convert\nit to the desired format.\n\n * `name` {string} - The input's name attribute.\n\n * `size` {UUIColorPickerSize} - Determines the size of the color picker's trigger. This has no effect on inline color pickers.\n\n * `no-format-toggle` {boolean} - Removes the format toggle.\n\n * `inline` {boolean} - Renders the color picker inline rather than inside a dropdown.\n\n * `disabled` {boolean} - Sets the color picker to disabled.\n\n * `opacity` {boolean} - Whether to show the opacity slider.\n\n * `readonly` {boolean} - Sets the color picker to readonly mode.\n\n * `uppercase` {boolean} - By default, the value will be set in lowercase. Set this to true to set it in uppercase instead.\n\n * `label` {string} - Label to be used for aria-label and potentially as visual label for some components\n\nProperties:\n\n * `_input` - \n\n * `_previewButton` {`HTMLButtonElement`} - \n\n * `_swatches` - \n\n * `_value` {`string`} - \n\n * `inputValue` {`string`} - \n\n * `hue` {`number`} - \n\n * `saturation` {`number`} - \n\n * `lightness` {`number`} - \n\n * `alpha` {`number`} - \n\n * `
|
|
1097
|
+
"description": "Events:\n\n * `change` - Fired when the color changes\n\nAttributes:\n\n * `value` {string} - The current color.\n\n * `format` {UUIColorPickerFormat} - The format to use for the display value. If opacity is enabled, these will translate to HEXA, RGBA, HSLA, and HSVA\nrespectively. The color picker will always accept user input in any format (including CSS color names) and convert\nit to the desired format.\n\n * `name` {string} - The input's name attribute.\n\n * `size` {UUIColorPickerSize} - Determines the size of the color picker's trigger. This has no effect on inline color pickers.\n\n * `no-format-toggle` {boolean} - Removes the format toggle.\n\n * `inline` {boolean} - Renders the color picker inline rather than inside a dropdown.\n\n * `disabled` {boolean} - Sets the color picker to disabled.\n\n * `opacity` {boolean} - Whether to show the opacity slider.\n\n * `readonly` {boolean} - Sets the color picker to readonly mode.\n\n * `uppercase` {boolean} - By default, the value will be set in lowercase. Set this to true to set it in uppercase instead.\n\n * `label` {string} - Label to be used for aria-label and potentially as visual label for some components\n\nProperties:\n\n * `_input` - \n\n * `_previewButton` {`HTMLButtonElement`} - \n\n * `_swatches` - \n\n * `_value` {`string`} - \n\n * `inputValue` {`string`} - \n\n * `hue` {`number`} - \n\n * `saturation` {`number`} - \n\n * `lightness` {`number`} - \n\n * `alpha` {`number`} - \n\n * `_color` {`HslaColor`} - \n\n * `value` {string} - The current color.\n\n * `format` {UUIColorPickerFormat} - The format to use for the display value. If opacity is enabled, these will translate to HEXA, RGBA, HSLA, and HSVA\nrespectively. The color picker will always accept user input in any format (including CSS color names) and convert\nit to the desired format.\n\n * `name` {string} - The input's name attribute.\n\n * `size` {UUIColorPickerSize} - Determines the size of the color picker's trigger. This has no effect on inline color pickers.\n\n * `noFormatToggle` {boolean} - Removes the format toggle.\n\n * `inline` {boolean} - Renders the color picker inline rather than inside a dropdown.\n\n * `disabled` {boolean} - Sets the color picker to disabled.\n\n * `opacity` {boolean} - Whether to show the opacity slider.\n\n * `readonly` {boolean} - Sets the color picker to readonly mode.\n\n * `uppercase` {boolean} - By default, the value will be set in lowercase. Set this to true to set it in uppercase instead.\n\n * `swatches` {`string[]`} - An array of predefined color swatches to display. Can include any format the color picker can parse, including\nHEX(A), RGB(A), HSL(A), HSV(A), and CSS color names.\n\n * `styles` {`CSSResult[]`} - \n\n * `label` {string} - Label to be used for aria-label and potentially as visual label for some components\n\n * `_labelSlotHasContent` {`boolean`} - ",
|
|
1111
1098
|
"attributes": [
|
|
1112
1099
|
{
|
|
1113
1100
|
"name": "value",
|
|
@@ -1264,7 +1251,7 @@
|
|
|
1264
1251
|
},
|
|
1265
1252
|
{
|
|
1266
1253
|
"name": "uui-color-swatch",
|
|
1267
|
-
"description": "Color swatch, can have label and be selectable, disabled or readonly.\n\nEvents:\n\n * `selected` - fires when the media card is selected\n\n * `deselected` - fires when the media card is deselected\n\nSlots:\n\n * `label` {} - Default slot for the label.\n\nAttributes:\n\n * `value` {`string`} - Value of the swatch. This will become the color value if color is left undefined, see the property `color` for more details.\n\n * `color` {`string | undefined`} - Color of the swatch. Should be a valid hex, hexa, rgb, rgba, hsl or hsla string. Should fulfill this [css spec](https://www.w3.org/TR/css-color-4/#color-type). If not provided element will look at its text content.\n\n * `disabled` {boolean} - Sets the swatch to disabled.\n\n * `readonly` {boolean} - Sets the swatch to readonly mode.\n\n * `show-label` {`boolean`} - When true shows element label below the color checkbox\n\n * `label` {string} - Label to be used for aria-label and potentially as visual label for some components\n\n * `selectable` {`boolean`} - Enable the ability to select this element.\n\n * `selected` {`boolean`} - Attribute applied when the element is selected.\n\n * `active` {boolean} - Set this boolean to true for then the related composition is sorted.\n\nProperties:\n\n * `value` {`string`} - Value of the swatch. This will become the color value if color is left undefined, see the property `color` for more details.\n\n * `_value` {`string | undefined`} - \n\n * `color` {`string | undefined`} - Color of the swatch. Should be a valid hex, hexa, rgb, rgba, hsl or hsla string. Should fulfill this [css spec](https://www.w3.org/TR/css-color-4/#color-type). If not provided element will look at its text content.\n\n * `_color` {`string | undefined`} - \n\n * `disabled` {boolean} - Sets the swatch to disabled.\n\n * `readonly` {boolean} - Sets the swatch to readonly mode.\n\n * `showLabel` {`boolean`} - When true shows element label below the color checkbox\n\n * `styles` {`CSSResult[]`} - \n\n * `label` {string} - Label to be used for aria-label and potentially as visual label for some components\n\n * `_labelSlotHasContent` {`boolean`} - \n\n * `_selectable` {`boolean`} - \n\n * `selectable` {`boolean`} - Enable the ability to select this element.\n\n * `deselectable` {`boolean`} - \n\n * `selected` {`boolean`} - Attribute applied when the element is selected.\n\n * `selectableTarget` {`EventTarget`} - \n\n * `active` {boolean} - Set this boolean to true for then the related composition is sorted.",
|
|
1254
|
+
"description": "Color swatch, can have label and be selectable, disabled or readonly.\n\nEvents:\n\n * `selected` - fires when the media card is selected\n\n * `deselected` - fires when the media card is deselected\n\nSlots:\n\n * `label` {} - Default slot for the label.\n\nAttributes:\n\n * `value` {`string`} - Value of the swatch. This will become the color value if color is left undefined, see the property `color` for more details.\n\n * `color` {`string | undefined`} - Color of the swatch. Should be a valid hex, hexa, rgb, rgba, hsl or hsla string. Should fulfill this [css spec](https://www.w3.org/TR/css-color-4/#color-type). If not provided element will look at its text content.\n\n * `disabled` {boolean} - Sets the swatch to disabled.\n\n * `readonly` {boolean} - Sets the swatch to readonly mode.\n\n * `show-label` {`boolean`} - When true shows element label below the color checkbox\n\n * `label` {string} - Label to be used for aria-label and potentially as visual label for some components\n\n * `selectable` {`boolean`} - Enable the ability to select this element.\n\n * `selected` {`boolean`} - Attribute applied when the element is selected.\n\n * `active` {boolean} - Set this boolean to true for then the related composition is sorted.\n\nProperties:\n\n * `_contrast` {`\"dark\" | \"light\" | undefined`} - \n\n * `value` {`string`} - Value of the swatch. This will become the color value if color is left undefined, see the property `color` for more details.\n\n * `_value` {`string | undefined`} - \n\n * `color` {`string | undefined`} - Color of the swatch. Should be a valid hex, hexa, rgb, rgba, hsl or hsla string. Should fulfill this [css spec](https://www.w3.org/TR/css-color-4/#color-type). If not provided element will look at its text content.\n\n * `_color` {`string | undefined`} - \n\n * `disabled` {boolean} - Sets the swatch to disabled.\n\n * `readonly` {boolean} - Sets the swatch to readonly mode.\n\n * `showLabel` {`boolean`} - When true shows element label below the color checkbox\n\n * `styles` {`CSSResult[]`} - \n\n * `label` {string} - Label to be used for aria-label and potentially as visual label for some components\n\n * `_labelSlotHasContent` {`boolean`} - \n\n * `_selectable` {`boolean`} - \n\n * `selectable` {`boolean`} - Enable the ability to select this element.\n\n * `deselectable` {`boolean`} - \n\n * `selected` {`boolean`} - Attribute applied when the element is selected.\n\n * `selectableTarget` {`EventTarget`} - \n\n * `active` {boolean} - Set this boolean to true for then the related composition is sorted.",
|
|
1268
1255
|
"attributes": [
|
|
1269
1256
|
{
|
|
1270
1257
|
"name": "value",
|
|
@@ -1415,7 +1402,7 @@
|
|
|
1415
1402
|
},
|
|
1416
1403
|
{
|
|
1417
1404
|
"name": "uui-combobox",
|
|
1418
|
-
"description": "Events:\n\n * `input` - fires when search input is changed\n\n * `change` - fires when selection is changed\n\nSlots:\n\n * ` ` {} - for uui-combobox-list-options\n\n * `input-prepend` {} - prepend for the uui-input\n\n * `input-append` {} - append for the uui-input\n\nAttributes:\n\n * `search` {string} - The search input.\n\n * `open` {boolean} - Specifies if the popover should be open.\n\n * `close-label` {string} - Specifies the button label for the close button in mobile mode\n\n * `disabled` {boolean} - Disables the uui-combobox.\n\n * `hide-expand-symbol` {boolean} - Removes the expand symbol.\n\n * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n * `placeholder` {string} - Defines the input placeholder.\n\n * `name` {string} - This is a name property of the component.\n\n * `
|
|
1405
|
+
"description": "Events:\n\n * `input` - fires when search input is changed\n\n * `change` - fires when selection is changed\n\nSlots:\n\n * ` ` {} - for uui-combobox-list-options\n\n * `input-prepend` {} - prepend for the uui-input\n\n * `input-append` {} - append for the uui-input\n\nAttributes:\n\n * `search` {string} - The search input.\n\n * `open` {boolean} - Specifies if the popover should be open.\n\n * `close-label` {string} - Specifies the button label for the close button in mobile mode\n\n * `disabled` {boolean} - Disables the uui-combobox.\n\n * `hide-expand-symbol` {boolean} - Removes the expand symbol.\n\n * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n * `placeholder` {string} - Defines the input placeholder.\n\n * `name` {string} - This is a name property of the component.\n\n * `required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\n * `required-message` {`string`} - Required validation message.\n\n * `error` {`boolean`} - Apply custom error on this input.\n\n * `error-message` {`string`} - Custom error message.\n\n * `value` {string} - Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.\n\n * `pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\nProperties:\n\n * `search` {string} - The search input.\n\n * `open` {boolean} - Specifies if the popover should be open.\n\n * `closeLabel` {string} - Specifies the button label for the close button in mobile mode\n\n * `disabled` {boolean} - Disables the uui-combobox.\n\n * `hideExpandSymbol` {boolean} - Removes the expand symbol.\n\n * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n * `placeholder` {string} - Defines the input placeholder.\n\n * `_input` {`HTMLInputElement`} - \n\n * `_comboboxPopoverElement` - \n\n * `_comboboxListElements` {`UUIComboboxListElement[] | undefined`} - \n\n * `_displayValue` {`string`} - \n\n * `_search` {`string`} - \n\n * `_isPhone` {`boolean`} - \n\n * `_isOpen` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `name` {string} - This is a name property of the component.\n\n * `required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\n * `requiredMessage` {`string`} - Required validation message.\n\n * `error` {`boolean`} - Apply custom error on this input.\n\n * `errorMessage` {`string`} - Custom error message.\n\n * `addValidator` - \n\n * `removeValidator` - \n\n * `formAssociated` {boolean} - This is a static class field indicating that the element is can be used inside a native form and participate in its events.\nIt may require a polyfill, check support here https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals.\nRead more about form controls here https://web.dev/more-capable-form-controls/\n\n * `value` {string} - Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.\n\n * `pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\n * `_pristine` {`boolean`} - \n\n * `_customValidityObject` {`UUIFormControlValidatorConfig | undefined`} - \n\n * `validity` {`ValidityState`} - \n\n * `validationMessage` {`string`} - \n\n * `_internals` {`ElementInternals`} - ",
|
|
1419
1406
|
"attributes": [
|
|
1420
1407
|
{
|
|
1421
1408
|
"name": "search",
|
|
@@ -1453,11 +1440,6 @@
|
|
|
1453
1440
|
"name": "name",
|
|
1454
1441
|
"description": "`name` {string} - This is a name property of the component.\n\nProperty: name\n\nDefault: ''"
|
|
1455
1442
|
},
|
|
1456
|
-
{
|
|
1457
|
-
"name": "value",
|
|
1458
|
-
"description": "`value` {string} - Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.\n\nProperty: value\n\nDefault: ''",
|
|
1459
|
-
"values": []
|
|
1460
|
-
},
|
|
1461
1443
|
{
|
|
1462
1444
|
"name": "required",
|
|
1463
1445
|
"description": "`required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\nProperty: required\n\nDefault: false",
|
|
@@ -1476,9 +1458,14 @@
|
|
|
1476
1458
|
"name": "error-message",
|
|
1477
1459
|
"description": "`error-message` {`string`} - Custom error message.\n\nProperty: errorMessage\n\nDefault: This field is invalid"
|
|
1478
1460
|
},
|
|
1461
|
+
{
|
|
1462
|
+
"name": "value",
|
|
1463
|
+
"description": "`value` {string} - Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.\n\nProperty: value\n\nDefault: ''",
|
|
1464
|
+
"values": []
|
|
1465
|
+
},
|
|
1479
1466
|
{
|
|
1480
1467
|
"name": "pristine",
|
|
1481
|
-
"description": "`pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\nProperty: pristine\n\nDefault:
|
|
1468
|
+
"description": "`pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\nProperty: pristine\n\nDefault: ",
|
|
1482
1469
|
"valueSet": "v"
|
|
1483
1470
|
},
|
|
1484
1471
|
{
|
|
@@ -1541,34 +1528,8 @@
|
|
|
1541
1528
|
},
|
|
1542
1529
|
{
|
|
1543
1530
|
"name": "uui-file-preview",
|
|
1544
|
-
"description": "Slots:\n\n * `actions` {} - To display one or more actions that can be executed on the file.\n\
|
|
1545
|
-
"attributes": [
|
|
1546
|
-
{
|
|
1547
|
-
"name": "_name",
|
|
1548
|
-
"description": "`_name` {string} - Name of the file.\n\nProperty: _name\n\nDefault: ''"
|
|
1549
|
-
},
|
|
1550
|
-
{
|
|
1551
|
-
"name": "_url",
|
|
1552
|
-
"description": "`_url` {string} - Link to the source of the file. Applied on the file name.\n\nProperty: _url\n\nDefault: ''"
|
|
1553
|
-
},
|
|
1554
|
-
{
|
|
1555
|
-
"name": "_extension",
|
|
1556
|
-
"description": "`_extension` {string} - File extension. Will be shown in the square on the file symbol. If a thumbnail is provided, then that will show instead.\n\nProperty: _extension\n\nDefault: ''"
|
|
1557
|
-
},
|
|
1558
|
-
{
|
|
1559
|
-
"name": "_src",
|
|
1560
|
-
"description": "`_src` {string} - Source of a thumbnail to be displayed as the file symbol. Often used for images and video thumbnails.\n\nProperty: _src\n\nDefault: ''"
|
|
1561
|
-
},
|
|
1562
|
-
{
|
|
1563
|
-
"name": "_size",
|
|
1564
|
-
"description": "`_size` {number} - Size of the file in bytes. It will be formatted to a more readable format.\n\nProperty: _size\n\nDefault: 0"
|
|
1565
|
-
},
|
|
1566
|
-
{
|
|
1567
|
-
"name": "_isDirectory",
|
|
1568
|
-
"description": "`_isDirectory` {boolean} - Dertermines if a folder symbol should be used instead of file symbol.\n\nProperty: _isDirectory\n\nDefault: false",
|
|
1569
|
-
"valueSet": "v"
|
|
1570
|
-
}
|
|
1571
|
-
]
|
|
1531
|
+
"description": "Slots:\n\n * `actions` {} - To display one or more actions that can be executed on the file.\n\nProperties:\n\n * `_src` {`string`} - \n\n * `file` {`File | undefined`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
1532
|
+
"attributes": []
|
|
1572
1533
|
},
|
|
1573
1534
|
{
|
|
1574
1535
|
"name": "uui-form-layout-item",
|
|
@@ -1583,7 +1544,7 @@
|
|
|
1583
1544
|
},
|
|
1584
1545
|
{
|
|
1585
1546
|
"name": "uui-form-validation-message",
|
|
1586
|
-
"description": "Slots:\n\n * ` ` {} - for button contents\n\n * `message` {} - for extras in the messages container\n\nAttributes:\n\n * `for` {string} - Set the element containing Form Controls of interest.\n\nProperties:\n\n * `
|
|
1547
|
+
"description": "Slots:\n\n * ` ` {} - for button contents\n\n * `message` {} - for extras in the messages container\n\nAttributes:\n\n * `for` {string} - Set the element containing Form Controls of interest.\n\nProperties:\n\n * `_for` {`HTMLElement | null`} - \n\n * `_messages` {`Map<UUIFormControlMixinInterface<unknown>, string>`} - \n\n * `_onControlInvalid` - \n\n * `_onControlValid` - \n\n * `styles` {`CSSResult[]`} - \n\n * `for` {string} - Set the element containing Form Controls of interest.",
|
|
1587
1548
|
"attributes": [
|
|
1588
1549
|
{
|
|
1589
1550
|
"name": "for",
|
|
@@ -1638,7 +1599,7 @@
|
|
|
1638
1599
|
},
|
|
1639
1600
|
{
|
|
1640
1601
|
"name": "uui-input-file",
|
|
1641
|
-
"description": "Attributes:\n\n * `accept` {string} - Accepted filetypes. Will allow all types if empty.\n\n * `multiple` {boolean} - Allows for multiple files to be selected.\n\n * `name` {string} - This is a name property of the component.\n\n * `
|
|
1602
|
+
"description": "Attributes:\n\n * `accept` {string} - Accepted filetypes. Will allow all types if empty.\n\n * `multiple` {boolean} - Allows for multiple files to be selected.\n\n * `name` {string} - This is a name property of the component.\n\n * `required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\n * `required-message` {`string`} - Required validation message.\n\n * `error` {`boolean`} - Apply custom error on this input.\n\n * `error-message` {`string`} - Custom error message.\n\n * `value` {string} - Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.\n\n * `pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\nProperties:\n\n * `_dropzone` - \n\n * `_dropZone` - \n\n * `accept` {string} - Accepted filetypes. Will allow all types if empty.\n\n * `multiple` {boolean} - Allows for multiple files to be selected.\n\n * `_files` {`File[]`} - \n\n * `_updateFileWrappers` - \n\n * `styles` {`CSSResult[]`} - \n\n * `name` {string} - This is a name property of the component.\n\n * `required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\n * `requiredMessage` {`string`} - Required validation message.\n\n * `error` {`boolean`} - Apply custom error on this input.\n\n * `errorMessage` {`string`} - Custom error message.\n\n * `addValidator` - \n\n * `removeValidator` - \n\n * `formAssociated` {boolean} - This is a static class field indicating that the element is can be used inside a native form and participate in its events.\nIt may require a polyfill, check support here https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals.\nRead more about form controls here https://web.dev/more-capable-form-controls/\n\n * `value` {string} - Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.\n\n * `pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\n * `_pristine` {`boolean`} - \n\n * `_customValidityObject` {`UUIFormControlValidatorConfig | undefined`} - \n\n * `validity` {`ValidityState`} - \n\n * `validationMessage` {`string`} - \n\n * `_internals` {`ElementInternals`} - ",
|
|
1642
1603
|
"attributes": [
|
|
1643
1604
|
{
|
|
1644
1605
|
"name": "accept",
|
|
@@ -1653,11 +1614,6 @@
|
|
|
1653
1614
|
"name": "name",
|
|
1654
1615
|
"description": "`name` {string} - This is a name property of the component.\n\nProperty: name\n\nDefault: ''"
|
|
1655
1616
|
},
|
|
1656
|
-
{
|
|
1657
|
-
"name": "value",
|
|
1658
|
-
"description": "`value` {string} - Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.\n\nProperty: value\n\nDefault: ''",
|
|
1659
|
-
"values": []
|
|
1660
|
-
},
|
|
1661
1617
|
{
|
|
1662
1618
|
"name": "required",
|
|
1663
1619
|
"description": "`required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\nProperty: required\n\nDefault: false",
|
|
@@ -1676,16 +1632,21 @@
|
|
|
1676
1632
|
"name": "error-message",
|
|
1677
1633
|
"description": "`error-message` {`string`} - Custom error message.\n\nProperty: errorMessage\n\nDefault: This field is invalid"
|
|
1678
1634
|
},
|
|
1635
|
+
{
|
|
1636
|
+
"name": "value",
|
|
1637
|
+
"description": "`value` {string} - Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.\n\nProperty: value\n\nDefault: ''",
|
|
1638
|
+
"values": []
|
|
1639
|
+
},
|
|
1679
1640
|
{
|
|
1680
1641
|
"name": "pristine",
|
|
1681
|
-
"description": "`pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\nProperty: pristine\n\nDefault:
|
|
1642
|
+
"description": "`pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\nProperty: pristine\n\nDefault: ",
|
|
1682
1643
|
"valueSet": "v"
|
|
1683
1644
|
}
|
|
1684
1645
|
]
|
|
1685
1646
|
},
|
|
1686
1647
|
{
|
|
1687
1648
|
"name": "uui-input-lock",
|
|
1688
|
-
"description": "Events:\n\n * `change` {} - on change\n\n * `input` {} - on input\n\n * `keyup` {} - on keyup\n\nSlots:\n\n * `prepend` {} - for components to render to the left of the input.\n\n * `append` {} - for components to render to the right of the input.\n\nAttributes:\n\n * `locked` {boolean} - Determine the inputs locked state.\n\n * `unlock-label` {string} - Define the label for the unlock button.\n\n * `lock-label` {string} - Define the label for the lock button.\n\n * `min` {number | string} - Sets the min value of the input.\nExamples: the first date the user may pick in date and datetime-local, or the min numeric value the user can pick in a number input.\n\n * `minlength` {number} - Sets the minimum length of the value of the input.\n\n * `minlength-message` - Minlength validation message.\n\n * `max` {number | string} - Sets the max value of the input.\nExamples: the last date the user may pick in date and datetime-local, or the max numeric value the user can pick in a number input.\n\n * `maxlength` {number} - Sets the maximum length of the value of the input.\n\n * `maxlength-message` - Maxlength validation message.\n\n * `step` {number} - Specifies the interval between legal numbers of the input\n\n * `disabled` {boolean} - Disables the input.\n\n * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n * `placeholder` {string} - Defines the input placeholder.\n\n * `autocomplete` {string} - Defines the input autocomplete.\n\n * `auto-width` {boolean} - Sets the input width to fit the value or placeholder if empty\n\n * `type` {'text' | 'tel' | 'url' | 'email' | 'password' | 'date' | 'month' | 'week' | 'time' | 'datetime-local' | 'number' | 'color'} - This property specifies the type of input that will be rendered.\n\n * `inputmode` {'text' | 'none' | 'decimal' | 'number' | 'tel' | 'search' | 'email' | 'url'} - The inputmode global attribute is an enumerated attribute that hints at the type of data that might be entered by the user while editing the element or its contents. This allows a browser to display an appropriate virtual keyboard.\n\n * `pattern` {string} - Validates the input based on the Regex pattern\n\n * `tabindex` {number} - Set the input tabindex, set this to `-1` to avoid tabbing into the input.\n\n * `spellcheck` {boolean} - get/set native spellcheck attribute\n\n * `name` {string} - get/set the name of the input\n\n * `
|
|
1649
|
+
"description": "Events:\n\n * `change` {} - on change\n\n * `input` {} - on input\n\n * `keyup` {} - on keyup\n\nSlots:\n\n * `prepend` {} - for components to render to the left of the input.\n\n * `append` {} - for components to render to the right of the input.\n\nAttributes:\n\n * `locked` {boolean} - Determine the inputs locked state.\n\n * `unlock-label` {string} - Define the label for the unlock button.\n\n * `lock-label` {string} - Define the label for the lock button.\n\n * `min` {number | string} - Sets the min value of the input.\nExamples: the first date the user may pick in date and datetime-local, or the min numeric value the user can pick in a number input.\n\n * `minlength` {number} - Sets the minimum length of the value of the input.\n\n * `minlength-message` - Minlength validation message.\n\n * `max` {number | string} - Sets the max value of the input.\nExamples: the last date the user may pick in date and datetime-local, or the max numeric value the user can pick in a number input.\n\n * `maxlength` {number} - Sets the maximum length of the value of the input.\n\n * `maxlength-message` - Maxlength validation message.\n\n * `step` {number} - Specifies the interval between legal numbers of the input\n\n * `disabled` {boolean} - Disables the input.\n\n * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n * `placeholder` {string} - Defines the input placeholder.\n\n * `autocomplete` {string} - Defines the input autocomplete.\n\n * `auto-width` {boolean} - Sets the input width to fit the value or placeholder if empty\n\n * `type` {'text' | 'tel' | 'url' | 'email' | 'password' | 'date' | 'month' | 'week' | 'time' | 'datetime-local' | 'number' | 'color'} - This property specifies the type of input that will be rendered.\n\n * `inputmode` {'text' | 'none' | 'decimal' | 'number' | 'tel' | 'search' | 'email' | 'url'} - The inputmode global attribute is an enumerated attribute that hints at the type of data that might be entered by the user while editing the element or its contents. This allows a browser to display an appropriate virtual keyboard.\n\n * `pattern` {string} - Validates the input based on the Regex pattern\n\n * `tabindex` {number} - Set the input tabindex, set this to `-1` to avoid tabbing into the input.\n\n * `spellcheck` {boolean} - get/set native spellcheck attribute\n\n * `name` {string} - get/set the name of the input\n\n * `required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\n * `required-message` {`string`} - Required validation message.\n\n * `error` {`boolean`} - Apply custom error on this input.\n\n * `error-message` {`string`} - Custom error message.\n\n * `value` {string} - get/set the value of the input\n\n * `pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\n * `label` {string} - Label to be used for aria-label and potentially as visual label for some components\n\nProperties:\n\n * `locked` {boolean} - Determine the inputs locked state.\n\n * `unlockLabel` {string} - Define the label for the unlock button.\n\n * `lockLabel` {string} - Define the label for the lock button.\n\n * `min` {number | string} - Sets the min value of the input.\nExamples: the first date the user may pick in date and datetime-local, or the min numeric value the user can pick in a number input.\n\n * `minlength` {number} - Sets the minimum length of the value of the input.\n\n * `minlengthMessage` - Minlength validation message.\n\n * `max` {number | string} - Sets the max value of the input.\nExamples: the last date the user may pick in date and datetime-local, or the max numeric value the user can pick in a number input.\n\n * `maxlength` {number} - Sets the maximum length of the value of the input.\n\n * `maxlengthMessage` - Maxlength validation message.\n\n * `step` {number} - Specifies the interval between legal numbers of the input\n\n * `disabled` {boolean} - Disables the input.\n\n * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n * `placeholder` {string} - Defines the input placeholder.\n\n * `autocomplete` {string} - Defines the input autocomplete.\n\n * `autoWidth` {boolean} - Sets the input width to fit the value or placeholder if empty\n\n * `type` {'text' | 'tel' | 'url' | 'email' | 'password' | 'date' | 'month' | 'week' | 'time' | 'datetime-local' | 'number' | 'color'} - This property specifies the type of input that will be rendered.\n\n * `inputMode` {'text' | 'none' | 'decimal' | 'number' | 'tel' | 'search' | 'email' | 'url'} - The inputmode global attribute is an enumerated attribute that hints at the type of data that might be entered by the user while editing the element or its contents. This allows a browser to display an appropriate virtual keyboard.\n\n * `pattern` {string} - Validates the input based on the Regex pattern\n\n * `tabIndex` {number} - Set the input tabindex, set this to `-1` to avoid tabbing into the input.\n\n * `_input` {`HTMLInputElement`} - \n\n * `_type` {`InputType`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `spellcheck` {boolean} - get/set native spellcheck attribute\n\n * `name` {string} - get/set the name of the input\n\n * `required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\n * `requiredMessage` {`string`} - Required validation message.\n\n * `error` {`boolean`} - Apply custom error on this input.\n\n * `errorMessage` {`string`} - Custom error message.\n\n * `addValidator` - \n\n * `removeValidator` - \n\n * `formAssociated` {boolean} - This is a static class field indicating that the element is can be used inside a native form and participate in its events. It may require a polyfill, check support here https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals. Read more about form controls here https://web.dev/more-capable-form-controls/\n\n * `value` {string} - get/set the value of the input\n\n * `pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\n * `_pristine` {`boolean`} - \n\n * `_customValidityObject` {`UUIFormControlValidatorConfig | undefined`} - \n\n * `validity` {`ValidityState`} - \n\n * `validationMessage` {`string`} - \n\n * `_internals` {`ElementInternals`} - \n\n * `label` {string} - Label to be used for aria-label and potentially as visual label for some components\n\n * `_labelSlotHasContent` {`boolean`} - ",
|
|
1689
1650
|
"attributes": [
|
|
1690
1651
|
{
|
|
1691
1652
|
"name": "locked",
|
|
@@ -1852,10 +1813,6 @@
|
|
|
1852
1813
|
"name": "name",
|
|
1853
1814
|
"description": "`name` {string} - get/set the name of the input\n\nProperty: name\n\nDefault: ''"
|
|
1854
1815
|
},
|
|
1855
|
-
{
|
|
1856
|
-
"name": "value",
|
|
1857
|
-
"description": "`value` {string} - get/set the value of the input\n\nProperty: value\n\nDefault: ''"
|
|
1858
|
-
},
|
|
1859
1816
|
{
|
|
1860
1817
|
"name": "required",
|
|
1861
1818
|
"description": "`required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\nProperty: required\n\nDefault: false",
|
|
@@ -1874,9 +1831,13 @@
|
|
|
1874
1831
|
"name": "error-message",
|
|
1875
1832
|
"description": "`error-message` {`string`} - Custom error message.\n\nProperty: errorMessage\n\nDefault: This field is invalid"
|
|
1876
1833
|
},
|
|
1834
|
+
{
|
|
1835
|
+
"name": "value",
|
|
1836
|
+
"description": "`value` {string} - get/set the value of the input\n\nProperty: value\n\nDefault: ''"
|
|
1837
|
+
},
|
|
1877
1838
|
{
|
|
1878
1839
|
"name": "pristine",
|
|
1879
|
-
"description": "`pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\nProperty: pristine\n\nDefault:
|
|
1840
|
+
"description": "`pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\nProperty: pristine\n\nDefault: ",
|
|
1880
1841
|
"valueSet": "v"
|
|
1881
1842
|
},
|
|
1882
1843
|
{
|
|
@@ -1899,7 +1860,7 @@
|
|
|
1899
1860
|
},
|
|
1900
1861
|
{
|
|
1901
1862
|
"name": "uui-input-password",
|
|
1902
|
-
"description": "Events:\n\n * `change` {} - on change\n\n * `input` {} - on input\n\n * `keyup` {} - on keyup\n\nSlots:\n\n * `prepend` {} - for components to render to the left of the input.\n\n * `append` {} - for components to render to the right of the input.\n\nAttributes:\n\n * `min` {number | string} - Sets the min value of the input.\nExamples: the first date the user may pick in date and datetime-local, or the min numeric value the user can pick in a number input.\n\n * `minlength` {number} - Sets the minimum length of the value of the input.\n\n * `minlength-message` - Minlength validation message.\n\n * `max` {number | string} - Sets the max value of the input.\nExamples: the last date the user may pick in date and datetime-local, or the max numeric value the user can pick in a number input.\n\n * `maxlength` {number} - Sets the maximum length of the value of the input.\n\n * `maxlength-message` - Maxlength validation message.\n\n * `step` {number} - Specifies the interval between legal numbers of the input\n\n * `disabled` {boolean} - Disables the input.\n\n * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n * `placeholder` {string} - Defines the input placeholder.\n\n * `autocomplete` {string} - Defines the input autocomplete.\n\n * `auto-width` {boolean} - Sets the input width to fit the value or placeholder if empty\n\n * `type` {'text' | 'tel' | 'url' | 'email' | 'password' | 'date' | 'month' | 'week' | 'time' | 'datetime-local' | 'number' | 'color'} - This property specifies the type of input that will be rendered.\n\n * `inputmode` {'text' | 'none' | 'decimal' | 'number' | 'tel' | 'search' | 'email' | 'url'} - The inputmode global attribute is an enumerated attribute that hints at the type of data that might be entered by the user while editing the element or its contents. This allows a browser to display an appropriate virtual keyboard.\n\n * `pattern` {string} - Validates the input based on the Regex pattern\n\n * `tabindex` {number} - Set the input tabindex, set this to `-1` to avoid tabbing into the input.\n\n * `spellcheck` {boolean} - get/set native spellcheck attribute\n\n * `name` {string} - get/set the name of the input\n\n * `
|
|
1863
|
+
"description": "Events:\n\n * `change` {} - on change\n\n * `input` {} - on input\n\n * `keyup` {} - on keyup\n\nSlots:\n\n * `prepend` {} - for components to render to the left of the input.\n\n * `append` {} - for components to render to the right of the input.\n\nAttributes:\n\n * `min` {number | string} - Sets the min value of the input.\nExamples: the first date the user may pick in date and datetime-local, or the min numeric value the user can pick in a number input.\n\n * `minlength` {number} - Sets the minimum length of the value of the input.\n\n * `minlength-message` - Minlength validation message.\n\n * `max` {number | string} - Sets the max value of the input.\nExamples: the last date the user may pick in date and datetime-local, or the max numeric value the user can pick in a number input.\n\n * `maxlength` {number} - Sets the maximum length of the value of the input.\n\n * `maxlength-message` - Maxlength validation message.\n\n * `step` {number} - Specifies the interval between legal numbers of the input\n\n * `disabled` {boolean} - Disables the input.\n\n * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n * `placeholder` {string} - Defines the input placeholder.\n\n * `autocomplete` {string} - Defines the input autocomplete.\n\n * `auto-width` {boolean} - Sets the input width to fit the value or placeholder if empty\n\n * `type` {'text' | 'tel' | 'url' | 'email' | 'password' | 'date' | 'month' | 'week' | 'time' | 'datetime-local' | 'number' | 'color'} - This property specifies the type of input that will be rendered.\n\n * `inputmode` {'text' | 'none' | 'decimal' | 'number' | 'tel' | 'search' | 'email' | 'url'} - The inputmode global attribute is an enumerated attribute that hints at the type of data that might be entered by the user while editing the element or its contents. This allows a browser to display an appropriate virtual keyboard.\n\n * `pattern` {string} - Validates the input based on the Regex pattern\n\n * `tabindex` {number} - Set the input tabindex, set this to `-1` to avoid tabbing into the input.\n\n * `spellcheck` {boolean} - get/set native spellcheck attribute\n\n * `name` {string} - get/set the name of the input\n\n * `required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\n * `required-message` {`string`} - Required validation message.\n\n * `error` {`boolean`} - Apply custom error on this input.\n\n * `error-message` {`string`} - Custom error message.\n\n * `value` {string} - get/set the value of the input\n\n * `pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\n * `label` {string} - Label to be used for aria-label and potentially as visual label for some components\n\nProperties:\n\n * `passwordType` {`InputType`} - \n\n * `min` {number | string} - Sets the min value of the input.\nExamples: the first date the user may pick in date and datetime-local, or the min numeric value the user can pick in a number input.\n\n * `minlength` {number} - Sets the minimum length of the value of the input.\n\n * `minlengthMessage` - Minlength validation message.\n\n * `max` {number | string} - Sets the max value of the input.\nExamples: the last date the user may pick in date and datetime-local, or the max numeric value the user can pick in a number input.\n\n * `maxlength` {number} - Sets the maximum length of the value of the input.\n\n * `maxlengthMessage` - Maxlength validation message.\n\n * `step` {number} - Specifies the interval between legal numbers of the input\n\n * `disabled` {boolean} - Disables the input.\n\n * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n * `placeholder` {string} - Defines the input placeholder.\n\n * `autocomplete` {string} - Defines the input autocomplete.\n\n * `autoWidth` {boolean} - Sets the input width to fit the value or placeholder if empty\n\n * `type` {'text' | 'tel' | 'url' | 'email' | 'password' | 'date' | 'month' | 'week' | 'time' | 'datetime-local' | 'number' | 'color'} - This property specifies the type of input that will be rendered.\n\n * `inputMode` {'text' | 'none' | 'decimal' | 'number' | 'tel' | 'search' | 'email' | 'url'} - The inputmode global attribute is an enumerated attribute that hints at the type of data that might be entered by the user while editing the element or its contents. This allows a browser to display an appropriate virtual keyboard.\n\n * `pattern` {string} - Validates the input based on the Regex pattern\n\n * `tabIndex` {number} - Set the input tabindex, set this to `-1` to avoid tabbing into the input.\n\n * `_input` {`HTMLInputElement`} - \n\n * `_type` {`InputType`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `spellcheck` {boolean} - get/set native spellcheck attribute\n\n * `name` {string} - get/set the name of the input\n\n * `required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\n * `requiredMessage` {`string`} - Required validation message.\n\n * `error` {`boolean`} - Apply custom error on this input.\n\n * `errorMessage` {`string`} - Custom error message.\n\n * `addValidator` - \n\n * `removeValidator` - \n\n * `formAssociated` {boolean} - This is a static class field indicating that the element is can be used inside a native form and participate in its events. It may require a polyfill, check support here https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals. Read more about form controls here https://web.dev/more-capable-form-controls/\n\n * `value` {string} - get/set the value of the input\n\n * `pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\n * `_pristine` {`boolean`} - \n\n * `_customValidityObject` {`UUIFormControlValidatorConfig | undefined`} - \n\n * `validity` {`ValidityState`} - \n\n * `validationMessage` {`string`} - \n\n * `_internals` {`ElementInternals`} - \n\n * `label` {string} - Label to be used for aria-label and potentially as visual label for some components\n\n * `_labelSlotHasContent` {`boolean`} - ",
|
|
1903
1864
|
"attributes": [
|
|
1904
1865
|
{
|
|
1905
1866
|
"name": "min",
|
|
@@ -2053,10 +2014,6 @@
|
|
|
2053
2014
|
"name": "name",
|
|
2054
2015
|
"description": "`name` {string} - get/set the name of the input\n\nProperty: name\n\nDefault: ''"
|
|
2055
2016
|
},
|
|
2056
|
-
{
|
|
2057
|
-
"name": "value",
|
|
2058
|
-
"description": "`value` {string} - get/set the value of the input\n\nProperty: value\n\nDefault: ''"
|
|
2059
|
-
},
|
|
2060
2017
|
{
|
|
2061
2018
|
"name": "required",
|
|
2062
2019
|
"description": "`required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\nProperty: required\n\nDefault: false",
|
|
@@ -2075,9 +2032,13 @@
|
|
|
2075
2032
|
"name": "error-message",
|
|
2076
2033
|
"description": "`error-message` {`string`} - Custom error message.\n\nProperty: errorMessage\n\nDefault: This field is invalid"
|
|
2077
2034
|
},
|
|
2035
|
+
{
|
|
2036
|
+
"name": "value",
|
|
2037
|
+
"description": "`value` {string} - get/set the value of the input\n\nProperty: value\n\nDefault: ''"
|
|
2038
|
+
},
|
|
2078
2039
|
{
|
|
2079
2040
|
"name": "pristine",
|
|
2080
|
-
"description": "`pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\nProperty: pristine\n\nDefault:
|
|
2041
|
+
"description": "`pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\nProperty: pristine\n\nDefault: ",
|
|
2081
2042
|
"valueSet": "v"
|
|
2082
2043
|
},
|
|
2083
2044
|
{
|
|
@@ -2100,7 +2061,7 @@
|
|
|
2100
2061
|
},
|
|
2101
2062
|
{
|
|
2102
2063
|
"name": "uui-input",
|
|
2103
|
-
"description": "Custom element wrapping the native input element.This is a formAssociated element, meaning it can participate in a native HTMLForm. A name:value pair will be submitted.\n\nEvents:\n\n * `change` {} - on change\n\n * `input` {} - on input\n\n * `keyup` {} - on keyup\n\nSlots:\n\n * `prepend` {} - for components to render to the left of the input.\n\n * `append` {} - for components to render to the right of the input.\n\nAttributes:\n\n * `min` {number | string} - Sets the min value of the input.\nExamples: the first date the user may pick in date and datetime-local, or the min numeric value the user can pick in a number input.\n\n * `minlength` {number} - Sets the minimum length of the value of the input.\n\n * `minlength-message` - Minlength validation message.\n\n * `max` {number | string} - Sets the max value of the input.\nExamples: the last date the user may pick in date and datetime-local, or the max numeric value the user can pick in a number input.\n\n * `maxlength` {number} - Sets the maximum length of the value of the input.\n\n * `maxlength-message` - Maxlength validation message.\n\n * `step` {number} - Specifies the interval between legal numbers of the input\n\n * `disabled` {boolean} - Disables the input.\n\n * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n * `placeholder` {string} - Defines the input placeholder.\n\n * `autocomplete` {string} - Defines the input autocomplete.\n\n * `auto-width` {boolean} - Sets the input width to fit the value or placeholder if empty\n\n * `type` {'text' | 'tel' | 'url' | 'email' | 'password' | 'date' | 'month' | 'week' | 'time' | 'datetime-local' | 'number' | 'color'} - This property specifies the type of input that will be rendered.\n\n * `inputmode` {'text' | 'none' | 'decimal' | 'number' | 'tel' | 'search' | 'email' | 'url'} - The inputmode global attribute is an enumerated attribute that hints at the type of data that might be entered by the user while editing the element or its contents. This allows a browser to display an appropriate virtual keyboard.\n\n * `pattern` {string} - Validates the input based on the Regex pattern\n\n * `tabindex` {number} - Set the input tabindex, set this to `-1` to avoid tabbing into the input.\n\n * `spellcheck` {boolean} - get/set native spellcheck attribute\n\n * `name` {string} - get/set the name of the input\n\n * `
|
|
2064
|
+
"description": "Custom element wrapping the native input element.This is a formAssociated element, meaning it can participate in a native HTMLForm. A name:value pair will be submitted.\n\nEvents:\n\n * `change` {} - on change\n\n * `input` {} - on input\n\n * `keyup` {} - on keyup\n\nSlots:\n\n * `prepend` {} - for components to render to the left of the input.\n\n * `append` {} - for components to render to the right of the input.\n\nAttributes:\n\n * `min` {number | string} - Sets the min value of the input.\nExamples: the first date the user may pick in date and datetime-local, or the min numeric value the user can pick in a number input.\n\n * `minlength` {number} - Sets the minimum length of the value of the input.\n\n * `minlength-message` - Minlength validation message.\n\n * `max` {number | string} - Sets the max value of the input.\nExamples: the last date the user may pick in date and datetime-local, or the max numeric value the user can pick in a number input.\n\n * `maxlength` {number} - Sets the maximum length of the value of the input.\n\n * `maxlength-message` - Maxlength validation message.\n\n * `step` {number} - Specifies the interval between legal numbers of the input\n\n * `disabled` {boolean} - Disables the input.\n\n * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n * `placeholder` {string} - Defines the input placeholder.\n\n * `autocomplete` {string} - Defines the input autocomplete.\n\n * `auto-width` {boolean} - Sets the input width to fit the value or placeholder if empty\n\n * `type` {'text' | 'tel' | 'url' | 'email' | 'password' | 'date' | 'month' | 'week' | 'time' | 'datetime-local' | 'number' | 'color'} - This property specifies the type of input that will be rendered.\n\n * `inputmode` {'text' | 'none' | 'decimal' | 'number' | 'tel' | 'search' | 'email' | 'url'} - The inputmode global attribute is an enumerated attribute that hints at the type of data that might be entered by the user while editing the element or its contents. This allows a browser to display an appropriate virtual keyboard.\n\n * `pattern` {string} - Validates the input based on the Regex pattern\n\n * `tabindex` {number} - Set the input tabindex, set this to `-1` to avoid tabbing into the input.\n\n * `spellcheck` {boolean} - get/set native spellcheck attribute\n\n * `name` {string} - get/set the name of the input\n\n * `required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\n * `required-message` {`string`} - Required validation message.\n\n * `error` {`boolean`} - Apply custom error on this input.\n\n * `error-message` {`string`} - Custom error message.\n\n * `value` {string} - get/set the value of the input\n\n * `pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\n * `label` {string} - Label to be used for aria-label and potentially as visual label for some components\n\nProperties:\n\n * `min` {number | string} - Sets the min value of the input.\nExamples: the first date the user may pick in date and datetime-local, or the min numeric value the user can pick in a number input.\n\n * `minlength` {number} - Sets the minimum length of the value of the input.\n\n * `minlengthMessage` - Minlength validation message.\n\n * `max` {number | string} - Sets the max value of the input.\nExamples: the last date the user may pick in date and datetime-local, or the max numeric value the user can pick in a number input.\n\n * `maxlength` {number} - Sets the maximum length of the value of the input.\n\n * `maxlengthMessage` - Maxlength validation message.\n\n * `step` {number} - Specifies the interval between legal numbers of the input\n\n * `disabled` {boolean} - Disables the input.\n\n * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n * `placeholder` {string} - Defines the input placeholder.\n\n * `autocomplete` {string} - Defines the input autocomplete.\n\n * `autoWidth` {boolean} - Sets the input width to fit the value or placeholder if empty\n\n * `type` {'text' | 'tel' | 'url' | 'email' | 'password' | 'date' | 'month' | 'week' | 'time' | 'datetime-local' | 'number' | 'color'} - This property specifies the type of input that will be rendered.\n\n * `inputMode` {'text' | 'none' | 'decimal' | 'number' | 'tel' | 'search' | 'email' | 'url'} - The inputmode global attribute is an enumerated attribute that hints at the type of data that might be entered by the user while editing the element or its contents. This allows a browser to display an appropriate virtual keyboard.\n\n * `pattern` {string} - Validates the input based on the Regex pattern\n\n * `tabIndex` {number} - Set the input tabindex, set this to `-1` to avoid tabbing into the input.\n\n * `_input` {`HTMLInputElement`} - \n\n * `_type` {`InputType`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `spellcheck` {boolean} - get/set native spellcheck attribute\n\n * `name` {string} - get/set the name of the input\n\n * `required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\n * `requiredMessage` {`string`} - Required validation message.\n\n * `error` {`boolean`} - Apply custom error on this input.\n\n * `errorMessage` {`string`} - Custom error message.\n\n * `addValidator` - \n\n * `removeValidator` - \n\n * `formAssociated` {boolean} - This is a static class field indicating that the element is can be used inside a native form and participate in its events. It may require a polyfill, check support here https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals. Read more about form controls here https://web.dev/more-capable-form-controls/\n\n * `value` {string} - get/set the value of the input\n\n * `pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\n * `_pristine` {`boolean`} - \n\n * `_customValidityObject` {`UUIFormControlValidatorConfig | undefined`} - \n\n * `validity` {`ValidityState`} - \n\n * `validationMessage` {`string`} - \n\n * `_internals` {`ElementInternals`} - \n\n * `label` {string} - Label to be used for aria-label and potentially as visual label for some components\n\n * `_labelSlotHasContent` {`boolean`} - ",
|
|
2104
2065
|
"attributes": [
|
|
2105
2066
|
{
|
|
2106
2067
|
"name": "min",
|
|
@@ -2254,10 +2215,6 @@
|
|
|
2254
2215
|
"name": "name",
|
|
2255
2216
|
"description": "`name` {string} - get/set the name of the input\n\nProperty: name\n\nDefault: ''"
|
|
2256
2217
|
},
|
|
2257
|
-
{
|
|
2258
|
-
"name": "value",
|
|
2259
|
-
"description": "`value` {string} - get/set the value of the input\n\nProperty: value\n\nDefault: ''"
|
|
2260
|
-
},
|
|
2261
2218
|
{
|
|
2262
2219
|
"name": "required",
|
|
2263
2220
|
"description": "`required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\nProperty: required\n\nDefault: false",
|
|
@@ -2276,9 +2233,13 @@
|
|
|
2276
2233
|
"name": "error-message",
|
|
2277
2234
|
"description": "`error-message` {`string`} - Custom error message.\n\nProperty: errorMessage\n\nDefault: This field is invalid"
|
|
2278
2235
|
},
|
|
2236
|
+
{
|
|
2237
|
+
"name": "value",
|
|
2238
|
+
"description": "`value` {string} - get/set the value of the input\n\nProperty: value\n\nDefault: ''"
|
|
2239
|
+
},
|
|
2279
2240
|
{
|
|
2280
2241
|
"name": "pristine",
|
|
2281
|
-
"description": "`pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\nProperty: pristine\n\nDefault:
|
|
2242
|
+
"description": "`pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\nProperty: pristine\n\nDefault: ",
|
|
2282
2243
|
"valueSet": "v"
|
|
2283
2244
|
},
|
|
2284
2245
|
{
|
|
@@ -2478,125 +2439,6 @@
|
|
|
2478
2439
|
}
|
|
2479
2440
|
]
|
|
2480
2441
|
},
|
|
2481
|
-
{
|
|
2482
|
-
"name": "modal-example",
|
|
2483
|
-
"description": "Properties:\n\n * `_modals` {`TemplateResult<1>[]`} - \n\n * `styles` - ",
|
|
2484
|
-
"attributes": []
|
|
2485
|
-
},
|
|
2486
|
-
{
|
|
2487
|
-
"name": "uui-modal-dialog",
|
|
2488
|
-
"description": "Events:\n\n * `uui:modal-open` {`CustomEvent<unknown>`} - \n\n * `open` {`CustomEvent<unknown>`} - \n\n * `uui:modal-close` {`CustomEvent<unknown>`} - \n\n * `close-end` {`CustomEvent<unknown>`} - \n\n * `uui:modal-close-end` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `is-open` {`boolean`} - \n\n * `is-closing` {`boolean`} - \n\n * `index` {`number`} - \n\n * `unique-index` {`number`} - \n\n * `transition-duration` {`number`} - \n\nProperties:\n\n * `_dialogElement` {`HTMLDialogElement | undefined`} - \n\n * `isOpen` {`boolean`} - \n\n * `isClosing` {`boolean`} - \n\n * `index` {`number`} - \n\n * `uniqueIndex` {`number`} - \n\n * `_transitionDuration` {`number`} - \n\n * `transitionDuration` {`number`} - \n\n * `open` - \n\n * `close` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2489
|
-
"attributes": [
|
|
2490
|
-
{
|
|
2491
|
-
"name": "is-open",
|
|
2492
|
-
"description": "`is-open` {`boolean`} - \n\nProperty: isOpen\n\nDefault: false",
|
|
2493
|
-
"valueSet": "v"
|
|
2494
|
-
},
|
|
2495
|
-
{
|
|
2496
|
-
"name": "is-closing",
|
|
2497
|
-
"description": "`is-closing` {`boolean`} - \n\nProperty: isClosing\n\nDefault: false",
|
|
2498
|
-
"valueSet": "v"
|
|
2499
|
-
},
|
|
2500
|
-
{
|
|
2501
|
-
"name": "index",
|
|
2502
|
-
"description": "`index` {`number`} - \n\nProperty: index\n\nDefault: 0"
|
|
2503
|
-
},
|
|
2504
|
-
{
|
|
2505
|
-
"name": "unique-index",
|
|
2506
|
-
"description": "`unique-index` {`number`} - \n\nProperty: uniqueIndex\n\nDefault: 0"
|
|
2507
|
-
},
|
|
2508
|
-
{
|
|
2509
|
-
"name": "transition-duration",
|
|
2510
|
-
"description": "`transition-duration` {`number`} - \n\nProperty: transitionDuration"
|
|
2511
|
-
},
|
|
2512
|
-
{
|
|
2513
|
-
"name": "onuui:modal-open",
|
|
2514
|
-
"description": "`uui:modal-open` {`CustomEvent<unknown>`} - "
|
|
2515
|
-
},
|
|
2516
|
-
{
|
|
2517
|
-
"name": "onopen",
|
|
2518
|
-
"description": "`open` {`CustomEvent<unknown>`} - "
|
|
2519
|
-
},
|
|
2520
|
-
{
|
|
2521
|
-
"name": "onuui:modal-close",
|
|
2522
|
-
"description": "`uui:modal-close` {`CustomEvent<unknown>`} - "
|
|
2523
|
-
},
|
|
2524
|
-
{
|
|
2525
|
-
"name": "onclose-end",
|
|
2526
|
-
"description": "`close-end` {`CustomEvent<unknown>`} - "
|
|
2527
|
-
},
|
|
2528
|
-
{
|
|
2529
|
-
"name": "onuui:modal-close-end",
|
|
2530
|
-
"description": "`uui:modal-close-end` {`CustomEvent<unknown>`} - "
|
|
2531
|
-
}
|
|
2532
|
-
]
|
|
2533
|
-
},
|
|
2534
|
-
{
|
|
2535
|
-
"name": "uui-modal-sidebar",
|
|
2536
|
-
"description": "Events:\n\n * `uui:modal-open` {`CustomEvent<unknown>`} - \n\n * `open` {`CustomEvent<unknown>`} - \n\n * `uui:modal-close` {`CustomEvent<unknown>`} - \n\n * `close-end` {`CustomEvent<unknown>`} - \n\n * `uui:modal-close-end` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `size` {`UUIModalSidebarSize`} - \n\n * `is-open` {`boolean`} - \n\n * `is-closing` {`boolean`} - \n\n * `index` {`number`} - \n\n * `unique-index` {`number`} - \n\n * `transition-duration` {`number`} - \n\nProperties:\n\n * `size` {`UUIModalSidebarSize`} - \n\n * `_dialogElement` {`HTMLDialogElement | undefined`} - \n\n * `isOpen` {`boolean`} - \n\n * `isClosing` {`boolean`} - \n\n * `index` {`number`} - \n\n * `uniqueIndex` {`number`} - \n\n * `_transitionDuration` {`number`} - \n\n * `transitionDuration` {`number`} - \n\n * `open` - \n\n * `close` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2537
|
-
"attributes": [
|
|
2538
|
-
{
|
|
2539
|
-
"name": "size",
|
|
2540
|
-
"description": "`size` {`UUIModalSidebarSize`} - \n\nProperty: size\n\nDefault: full",
|
|
2541
|
-
"values": [
|
|
2542
|
-
{
|
|
2543
|
-
"name": "small"
|
|
2544
|
-
},
|
|
2545
|
-
{
|
|
2546
|
-
"name": "medium"
|
|
2547
|
-
},
|
|
2548
|
-
{
|
|
2549
|
-
"name": "large"
|
|
2550
|
-
},
|
|
2551
|
-
{
|
|
2552
|
-
"name": "full"
|
|
2553
|
-
}
|
|
2554
|
-
]
|
|
2555
|
-
},
|
|
2556
|
-
{
|
|
2557
|
-
"name": "is-open",
|
|
2558
|
-
"description": "`is-open` {`boolean`} - \n\nProperty: isOpen\n\nDefault: false",
|
|
2559
|
-
"valueSet": "v"
|
|
2560
|
-
},
|
|
2561
|
-
{
|
|
2562
|
-
"name": "is-closing",
|
|
2563
|
-
"description": "`is-closing` {`boolean`} - \n\nProperty: isClosing\n\nDefault: false",
|
|
2564
|
-
"valueSet": "v"
|
|
2565
|
-
},
|
|
2566
|
-
{
|
|
2567
|
-
"name": "index",
|
|
2568
|
-
"description": "`index` {`number`} - \n\nProperty: index\n\nDefault: 0"
|
|
2569
|
-
},
|
|
2570
|
-
{
|
|
2571
|
-
"name": "unique-index",
|
|
2572
|
-
"description": "`unique-index` {`number`} - \n\nProperty: uniqueIndex\n\nDefault: 0"
|
|
2573
|
-
},
|
|
2574
|
-
{
|
|
2575
|
-
"name": "transition-duration",
|
|
2576
|
-
"description": "`transition-duration` {`number`} - \n\nProperty: transitionDuration"
|
|
2577
|
-
},
|
|
2578
|
-
{
|
|
2579
|
-
"name": "onuui:modal-open",
|
|
2580
|
-
"description": "`uui:modal-open` {`CustomEvent<unknown>`} - "
|
|
2581
|
-
},
|
|
2582
|
-
{
|
|
2583
|
-
"name": "onopen",
|
|
2584
|
-
"description": "`open` {`CustomEvent<unknown>`} - "
|
|
2585
|
-
},
|
|
2586
|
-
{
|
|
2587
|
-
"name": "onuui:modal-close",
|
|
2588
|
-
"description": "`uui:modal-close` {`CustomEvent<unknown>`} - "
|
|
2589
|
-
},
|
|
2590
|
-
{
|
|
2591
|
-
"name": "onclose-end",
|
|
2592
|
-
"description": "`close-end` {`CustomEvent<unknown>`} - "
|
|
2593
|
-
},
|
|
2594
|
-
{
|
|
2595
|
-
"name": "onuui:modal-close-end",
|
|
2596
|
-
"description": "`uui:modal-close-end` {`CustomEvent<unknown>`} - "
|
|
2597
|
-
}
|
|
2598
|
-
]
|
|
2599
|
-
},
|
|
2600
2442
|
{
|
|
2601
2443
|
"name": "uui-pagination",
|
|
2602
2444
|
"description": "Events:\n\n * `change` {} - When clicked on the page button fires change event\n\nAttributes:\n\n * `label` {string} - This property is used to generate a proper `aria-label`. It will be announced by screen reader as: \"<<this.label>>. Current page: <<this.current>>\"\n\n * `aria-label` {string} - With this property you can overwrite aria-label.\n\n * `firstLabel` {string} - This property is used to generate the name of the first button\n\n * `previousLabel` {string} - This property is used to generate the name of the previous button\n\n * `nextLabel` {string} - This property is used to generate the name of the next button\n\n * `lastLabel` {string} - This property is used to generate the name of the last button\n\n * `total` {number} - Set the amount of pages to navigate.\n\n * `current` {number} - Define the current active page.\n\nProperties:\n\n * `_observer` {`ResizeObserver`} - \n\n * `_navButtons` {`UUIButtonElement[]`} - \n\n * `_pagesGroup` - \n\n * `label` {string} - This property is used to generate a proper `aria-label`. It will be announced by screen reader as: \"<<this.label>>. Current page: <<this.current>>\"\n\n * `ariaLabel` {string} - With this property you can overwrite aria-label.\n\n * `firstLabel` {string} - This property is used to generate the name of the first button\n\n * `previousLabel` {string} - This property is used to generate the name of the previous button\n\n * `nextLabel` {string} - This property is used to generate the name of the next button\n\n * `lastLabel` {string} - This property is used to generate the name of the last button\n\n * `_total` {`number`} - \n\n * `total` {number} - Set the amount of pages to navigate.\n\n * `_range` {`number`} - \n\n * `_visiblePages` {`number[]`} - \n\n * `_current` {`number`} - \n\n * `current` {number} - Define the current active page.\n\n * `styles` {`CSSResult[]`} - ",
|
|
@@ -2640,7 +2482,7 @@
|
|
|
2640
2482
|
]
|
|
2641
2483
|
},
|
|
2642
2484
|
{
|
|
2643
|
-
"name": "uui-popover-container",
|
|
2485
|
+
"name": "uui-popover-container-shadowdomtester",
|
|
2644
2486
|
"attributes": []
|
|
2645
2487
|
},
|
|
2646
2488
|
{
|
|
@@ -2708,70 +2550,6 @@
|
|
|
2708
2550
|
}
|
|
2709
2551
|
]
|
|
2710
2552
|
},
|
|
2711
|
-
{
|
|
2712
|
-
"name": "uui-popover",
|
|
2713
|
-
"description": "Events:\n\n * `close` {} - When popover is closed by user interaction.\n\nSlots:\n\n * `trigger` {} - The element that triggers the popover.\n\n * `popover` {} - The content of the popover.\n\nAttributes:\n\n * `margin` {number} - Set the distance between popover-modal and trigger.\n\n * `placement` {`PopoverPlacement`} - Define the placement of the popover-modal.\n\n * `open` {boolean} - Opens the popover-modal.\n\nProperties:\n\n * `intersectionObserver` {`IntersectionObserver | undefined`} - \n\n * `scrollEventHandler` - \n\n * `containerElement` {`HTMLElement`} - \n\n * `_open` {`boolean`} - \n\n * `_placement` {`PopoverPlacement`} - \n\n * `_currentPlacement` {`PopoverPlacement | null`} - \n\n * `_trigger` {`Element | undefined`} - \n\n * `_scrollParents` {`Element[]`} - \n\n * `_positionX` {`number | undefined`} - \n\n * `_positionY` {`number | undefined`} - \n\n * `margin` {number} - Set the distance between popover-modal and trigger.\n\n * `placement` {`PopoverPlacement`} - Define the placement of the popover-modal.\n\n * `open` {boolean} - Opens the popover-modal.\n\n * `_onTriggerSlotChanged` - \n\n * `_intersectionCallback` - \n\n * `_onKeyUp` - \n\n * `_onDocumentClick` - \n\n * `styles` {`CSSResult[]`} - ",
|
|
2714
|
-
"attributes": [
|
|
2715
|
-
{
|
|
2716
|
-
"name": "margin",
|
|
2717
|
-
"description": "`margin` {number} - Set the distance between popover-modal and trigger.\n\nProperty: margin\n\nDefault: false"
|
|
2718
|
-
},
|
|
2719
|
-
{
|
|
2720
|
-
"name": "placement",
|
|
2721
|
-
"description": "`placement` {`PopoverPlacement`} - Define the placement of the popover-modal.\n\nProperty: placement\n\nDefault: 'bottom-start'",
|
|
2722
|
-
"values": [
|
|
2723
|
-
{
|
|
2724
|
-
"name": "left"
|
|
2725
|
-
},
|
|
2726
|
-
{
|
|
2727
|
-
"name": "right"
|
|
2728
|
-
},
|
|
2729
|
-
{
|
|
2730
|
-
"name": "top"
|
|
2731
|
-
},
|
|
2732
|
-
{
|
|
2733
|
-
"name": "bottom"
|
|
2734
|
-
},
|
|
2735
|
-
{
|
|
2736
|
-
"name": "top-start"
|
|
2737
|
-
},
|
|
2738
|
-
{
|
|
2739
|
-
"name": "top-end"
|
|
2740
|
-
},
|
|
2741
|
-
{
|
|
2742
|
-
"name": "bottom-start"
|
|
2743
|
-
},
|
|
2744
|
-
{
|
|
2745
|
-
"name": "bottom-end"
|
|
2746
|
-
},
|
|
2747
|
-
{
|
|
2748
|
-
"name": "right-start"
|
|
2749
|
-
},
|
|
2750
|
-
{
|
|
2751
|
-
"name": "right-end"
|
|
2752
|
-
},
|
|
2753
|
-
{
|
|
2754
|
-
"name": "left-start"
|
|
2755
|
-
},
|
|
2756
|
-
{
|
|
2757
|
-
"name": "left-end"
|
|
2758
|
-
},
|
|
2759
|
-
{
|
|
2760
|
-
"name": "auto"
|
|
2761
|
-
}
|
|
2762
|
-
]
|
|
2763
|
-
},
|
|
2764
|
-
{
|
|
2765
|
-
"name": "open",
|
|
2766
|
-
"description": "`open` {boolean} - Opens the popover-modal.\n\nProperty: open\n\nDefault: false",
|
|
2767
|
-
"valueSet": "v"
|
|
2768
|
-
},
|
|
2769
|
-
{
|
|
2770
|
-
"name": "onclose",
|
|
2771
|
-
"description": "`close` {} - When popover is closed by user interaction."
|
|
2772
|
-
}
|
|
2773
|
-
]
|
|
2774
|
-
},
|
|
2775
2553
|
{
|
|
2776
2554
|
"name": "uui-progress-bar",
|
|
2777
2555
|
"description": "Attributes:\n\n * `progress` {number} - Set this to a number between 0 and 100 to reflect the progress of some operation.\n\nProperties:\n\n * `_progress` {`number`} - \n\n * `progress` {number} - Set this to a number between 0 and 100 to reflect the progress of some operation.\n\n * `styles` {`CSSResult[]`} - ",
|
|
@@ -2784,7 +2562,7 @@
|
|
|
2784
2562
|
},
|
|
2785
2563
|
{
|
|
2786
2564
|
"name": "uui-radio-group",
|
|
2787
|
-
"description": "Slots:\n\n * ` ` {} - slot for `<uui-radio>` elements or custom elements that extend from `UUIRadioElement`\n\nAttributes:\n\n * `disabled` {boolean} - Disables the input.\n\n * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n * `name` {string} - This is a name property of the component.\n\n * `
|
|
2565
|
+
"description": "Slots:\n\n * ` ` {} - slot for `<uui-radio>` elements or custom elements that extend from `UUIRadioElement`\n\nAttributes:\n\n * `disabled` {boolean} - Disables the input.\n\n * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n * `name` {string} - This is a name property of the component.\n\n * `required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\n * `required-message` {`string`} - Required validation message.\n\n * `error` {`boolean`} - Apply custom error on this input.\n\n * `error-message` {`string`} - Custom error message.\n\n * `value` {string} - Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.\n\n * `pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\nProperties:\n\n * `disabled` {boolean} - Disables the input.\n\n * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n * `styles` {`CSSResult[]`} - \n\n * `name` {string} - This is a name property of the component.\n\n * `required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\n * `requiredMessage` {`string`} - Required validation message.\n\n * `error` {`boolean`} - Apply custom error on this input.\n\n * `errorMessage` {`string`} - Custom error message.\n\n * `addValidator` - \n\n * `removeValidator` - \n\n * `formAssociated` {boolean} - This is a static class field indicating that the element is can be used inside a native form and participate in its events. It may require a polyfill, check support here https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals. Read more about form controls here https://web.dev/more-capable-form-controls/\n\n * `value` {string} - Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.\n\n * `pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\n * `_pristine` {`boolean`} - \n\n * `_customValidityObject` {`UUIFormControlValidatorConfig | undefined`} - \n\n * `validity` {`ValidityState`} - \n\n * `validationMessage` {`string`} - \n\n * `_internals` {`ElementInternals`} - ",
|
|
2788
2566
|
"attributes": [
|
|
2789
2567
|
{
|
|
2790
2568
|
"name": "disabled",
|
|
@@ -2800,11 +2578,6 @@
|
|
|
2800
2578
|
"name": "name",
|
|
2801
2579
|
"description": "`name` {string} - This is a name property of the component.\n\nProperty: name\n\nDefault: ''"
|
|
2802
2580
|
},
|
|
2803
|
-
{
|
|
2804
|
-
"name": "value",
|
|
2805
|
-
"description": "`value` {string} - Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.\n\nProperty: value\n\nDefault: ''",
|
|
2806
|
-
"values": []
|
|
2807
|
-
},
|
|
2808
2581
|
{
|
|
2809
2582
|
"name": "required",
|
|
2810
2583
|
"description": "`required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\nProperty: required\n\nDefault: false",
|
|
@@ -2823,9 +2596,14 @@
|
|
|
2823
2596
|
"name": "error-message",
|
|
2824
2597
|
"description": "`error-message` {`string`} - Custom error message.\n\nProperty: errorMessage\n\nDefault: This field is invalid"
|
|
2825
2598
|
},
|
|
2599
|
+
{
|
|
2600
|
+
"name": "value",
|
|
2601
|
+
"description": "`value` {string} - Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.\n\nProperty: value\n\nDefault: ''",
|
|
2602
|
+
"values": []
|
|
2603
|
+
},
|
|
2826
2604
|
{
|
|
2827
2605
|
"name": "pristine",
|
|
2828
|
-
"description": "`pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\nProperty: pristine\n\nDefault:
|
|
2606
|
+
"description": "`pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\nProperty: pristine\n\nDefault: ",
|
|
2829
2607
|
"valueSet": "v"
|
|
2830
2608
|
}
|
|
2831
2609
|
]
|
|
@@ -2869,7 +2647,7 @@
|
|
|
2869
2647
|
},
|
|
2870
2648
|
{
|
|
2871
2649
|
"name": "uui-range-slider",
|
|
2872
|
-
"description": "Events:\n\n * `input` {} - on input\n\n * `change` {} - on change\n\nAttributes:\n\n * `label` {string} - Label to be used for aria-label and eventually as visual label. Adds \"low-end value\" and \"high-end value\" endings for the two values.\n\n * `disabled` {boolean} - Disables the input.\n\n * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n * `min` {number} - Sets the minimum allowed value.\n\n * `max` {number} - Sets the maximum allowed value.\n\n * `hide-step-values` {boolean} - Hides the numbers representing the value of each steps. Dots will still be visible\n\n * `step` {number} - This reflects the behavior of a native input step attribute.\n\n * `min-gap` {number} - Minimum value gap between the the two picked values. Cannot be lower than the step value and cannot be higher than the maximum gap\n\n * `max-gap` {number} - Maximum value gap between the the two picked values. Cannot be lower than the minimum gap.\n\n * `name` {string} - This is a name property of the component.\n\n * `
|
|
2650
|
+
"description": "Events:\n\n * `input` {} - on input\n\n * `change` {} - on change\n\nAttributes:\n\n * `label` {string} - Label to be used for aria-label and eventually as visual label. Adds \"low-end value\" and \"high-end value\" endings for the two values.\n\n * `disabled` {boolean} - Disables the input.\n\n * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n * `min` {number} - Sets the minimum allowed value.\n\n * `max` {number} - Sets the maximum allowed value.\n\n * `hide-step-values` {boolean} - Hides the numbers representing the value of each steps. Dots will still be visible\n\n * `step` {number} - This reflects the behavior of a native input step attribute.\n\n * `min-gap` {number} - Minimum value gap between the the two picked values. Cannot be lower than the step value and cannot be higher than the maximum gap\n\n * `max-gap` {number} - Maximum value gap between the the two picked values. Cannot be lower than the minimum gap.\n\n * `name` {string} - This is a name property of the component.\n\n * `required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\n * `required-message` {`string`} - Required validation message.\n\n * `error` {`boolean`} - Apply custom error on this input.\n\n * `error-message` {`string`} - Custom error message.\n\n * `value` {string} - This is a value property of the uui-range-slider. Split the two values with comma, for example 10,50 sets the values to 10 and 50.\n\n * `pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\nProperties:\n\n * `label` {string} - Label to be used for aria-label and eventually as visual label. Adds \"low-end value\" and \"high-end value\" endings for the two values.\n\n * `disabled` {boolean} - Disables the input.\n\n * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n * `min` {number} - Sets the minimum allowed value.\n\n * `_min` {`number`} - \n\n * `max` {number} - Sets the maximum allowed value.\n\n * `_max` {`number`} - \n\n * `hideStepValues` {boolean} - Hides the numbers representing the value of each steps. Dots will still be visible\n\n * `step` {number} - This reflects the behavior of a native input step attribute.\n\n * `_step` {`number`} - \n\n * `minGap` {number} - Minimum value gap between the the two picked values. Cannot be lower than the step value and cannot be higher than the maximum gap\n\n * `_minGap` {`number | undefined`} - \n\n * `maxGap` {number} - Maximum value gap between the the two picked values. Cannot be lower than the minimum gap.\n\n * `_maxGap` {`number | undefined`} - \n\n * `_currentFocus` {`HTMLInputElement | undefined`} - \n\n * `_movement` {`boolean`} - \n\n * `startPoint` {`{ mouse: number; low: number; high: number; }`} - \n\n * `_lowInputValue` {`number`} - \n\n * `_highInputValue` {`number`} - \n\n * `_trackWidth` {`number`} - \n\n * `_lowValuePercentStart` {`number`} - \n\n * `_highValuePercentEnd` {`number`} - \n\n * `_outerTrack` {`HTMLElement`} - Elements\n\n * `_inputLow` {`HTMLInputElement`} - \n\n * `_inputHigh` {`HTMLInputElement`} - \n\n * `_innerColor` {`HTMLElement`} - \n\n * `_innerColorThumb` {`HTMLElement`} - \n\n * `_onTouchStart` - Touch Event\n\n * `_onTouchMove` - \n\n * `_onTouchEnd` - \n\n * `_onMouseDown` - Mouse Event\n\n * `_onMouseMove` - \n\n * `_onMouseUp` - \n\n * `styles` {`CSSResult[]`} - Style\n\n * `name` {string} - This is a name property of the component.\n\n * `required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\n * `requiredMessage` {`string`} - Required validation message.\n\n * `error` {`boolean`} - Apply custom error on this input.\n\n * `errorMessage` {`string`} - Custom error message.\n\n * `addValidator` - \n\n * `removeValidator` - \n\n * `formAssociated` {boolean} - This is a static class field indicating that the element is can be used inside a native form and participate in its events.\nIt may require a polyfill, check support here https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals.\nRead more about form controls here https://web.dev/more-capable-form-controls/\n\n * `value` {string} - This is a value property of the uui-range-slider. Split the two values with comma, for example 10,50 sets the values to 10 and 50.\n\n * `pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\n * `_pristine` {`boolean`} - \n\n * `_customValidityObject` {`UUIFormControlValidatorConfig | undefined`} - \n\n * `validity` {`ValidityState`} - \n\n * `validationMessage` {`string`} - \n\n * `_internals` {`ElementInternals`} - ",
|
|
2873
2651
|
"attributes": [
|
|
2874
2652
|
{
|
|
2875
2653
|
"name": "label",
|
|
@@ -2916,11 +2694,6 @@
|
|
|
2916
2694
|
"name": "name",
|
|
2917
2695
|
"description": "`name` {string} - This is a name property of the component.\n\nProperty: name\n\nDefault: ''"
|
|
2918
2696
|
},
|
|
2919
|
-
{
|
|
2920
|
-
"name": "value",
|
|
2921
|
-
"description": "`value` {string} - This is a value property of the uui-range-slider. Split the two values with comma, for example 10,50 sets the values to 10 and 50.\n\nProperty: value\n\nDefault: 0,0",
|
|
2922
|
-
"values": []
|
|
2923
|
-
},
|
|
2924
2697
|
{
|
|
2925
2698
|
"name": "required",
|
|
2926
2699
|
"description": "`required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\nProperty: required\n\nDefault: false",
|
|
@@ -2939,9 +2712,14 @@
|
|
|
2939
2712
|
"name": "error-message",
|
|
2940
2713
|
"description": "`error-message` {`string`} - Custom error message.\n\nProperty: errorMessage\n\nDefault: This field is invalid"
|
|
2941
2714
|
},
|
|
2715
|
+
{
|
|
2716
|
+
"name": "value",
|
|
2717
|
+
"description": "`value` {string} - This is a value property of the uui-range-slider. Split the two values with comma, for example 10,50 sets the values to 10 and 50.\n\nProperty: value\n\nDefault: 0,0",
|
|
2718
|
+
"values": []
|
|
2719
|
+
},
|
|
2942
2720
|
{
|
|
2943
2721
|
"name": "pristine",
|
|
2944
|
-
"description": "`pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\nProperty: pristine\n\nDefault:
|
|
2722
|
+
"description": "`pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\nProperty: pristine\n\nDefault: ",
|
|
2945
2723
|
"valueSet": "v"
|
|
2946
2724
|
},
|
|
2947
2725
|
{
|
|
@@ -3690,7 +3468,7 @@
|
|
|
3690
3468
|
},
|
|
3691
3469
|
{
|
|
3692
3470
|
"name": "uui-select",
|
|
3693
|
-
"description": "Custom element wrapping the native select element. Pass an array of options to it.\nThis is a formAssociated element, meaning it can participate in a native HTMLForm. A name:value pair will be submitted.\n\nEvents:\n\n * `change` {} - when the user changes value\n\nAttributes:\n\n * `label` {string} - Text with which component should be labeled\n\n * `placeholder` {string} - Defines the select's placeholder.\n\n * `disabled` {boolean} - Disables the select.\n\n * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n * `disabledGroups` {`string`} - An array of options to be rendered by the element. Put the names of the groups you wanna disable, separated by a coma: `disabledGroups='fruits, vegetables'`. It's not case sensitive\n\n * `name` {string} - This is a name property of the component.\n\n * `
|
|
3471
|
+
"description": "Custom element wrapping the native select element. Pass an array of options to it.\nThis is a formAssociated element, meaning it can participate in a native HTMLForm. A name:value pair will be submitted.\n\nEvents:\n\n * `change` {} - when the user changes value\n\nAttributes:\n\n * `label` {string} - Text with which component should be labeled\n\n * `placeholder` {string} - Defines the select's placeholder.\n\n * `disabled` {boolean} - Disables the select.\n\n * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n * `disabledGroups` {`string`} - An array of options to be rendered by the element. Put the names of the groups you wanna disable, separated by a coma: `disabledGroups='fruits, vegetables'`. It's not case sensitive\n\n * `name` {string} - This is a name property of the component.\n\n * `required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\n * `required-message` {`string`} - Required validation message.\n\n * `error` {`boolean`} - Apply custom error on this input.\n\n * `error-message` {`string`} - Custom error message.\n\n * `value` {string} - Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.\n\n * `pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\nProperties:\n\n * `label` {string} - Text with which component should be labeled\n\n * `placeholder` {string} - Defines the select's placeholder.\n\n * `disabled` {boolean} - Disables the select.\n\n * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n * `options` {`UUISelectOption[]`} - An array of options to be rendered by the element. The option interface has up to 5 properties:\n`interface UUISelectOption {\nname: string;\nvalue: string;\ngroup?: string;\nselected?: boolean;\ndisabled?: boolean;\n}`\n\n * `_groups` {`string[]`} - \n\n * `disabledGroups` {`string`} - An array of options to be rendered by the element. Put the names of the groups you wanna disable, separated by a coma: `disabledGroups='fruits, vegetables'`. It's not case sensitive\n\n * `_disabledGroups` {`string[]`} - \n\n * `_values` {`string[]`} - \n\n * `_input` {`HTMLSelectElement`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `name` {string} - This is a name property of the component.\n\n * `required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\n * `requiredMessage` {`string`} - Required validation message.\n\n * `error` {`boolean`} - Apply custom error on this input.\n\n * `errorMessage` {`string`} - Custom error message.\n\n * `addValidator` - \n\n * `removeValidator` - \n\n * `formAssociated` {boolean} - This is a static class field indicating that the element is can be used inside a native form and participate in its events.\nIt may require a polyfill, check support here https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals.\nRead more about form controls here https://web.dev/more-capable-form-controls/\n\n * `value` {string} - Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.\n\n * `pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\n * `_pristine` {`boolean`} - \n\n * `_customValidityObject` {`UUIFormControlValidatorConfig | undefined`} - \n\n * `validity` {`ValidityState`} - \n\n * `validationMessage` {`string`} - \n\n * `_internals` {`ElementInternals`} - ",
|
|
3694
3472
|
"attributes": [
|
|
3695
3473
|
{
|
|
3696
3474
|
"name": "label",
|
|
@@ -3718,11 +3496,6 @@
|
|
|
3718
3496
|
"name": "name",
|
|
3719
3497
|
"description": "`name` {string} - This is a name property of the component.\n\nProperty: name\n\nDefault: ''"
|
|
3720
3498
|
},
|
|
3721
|
-
{
|
|
3722
|
-
"name": "value",
|
|
3723
|
-
"description": "`value` {string} - Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.\n\nProperty: value\n\nDefault: ''",
|
|
3724
|
-
"values": []
|
|
3725
|
-
},
|
|
3726
3499
|
{
|
|
3727
3500
|
"name": "required",
|
|
3728
3501
|
"description": "`required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\nProperty: required\n\nDefault: false",
|
|
@@ -3734,16 +3507,20 @@
|
|
|
3734
3507
|
},
|
|
3735
3508
|
{
|
|
3736
3509
|
"name": "error",
|
|
3737
|
-
"description": "`error` {boolean} -
|
|
3510
|
+
"description": "`error` {`boolean`} - Apply custom error on this input.\n\nProperty: error\n\nDefault: false",
|
|
3738
3511
|
"valueSet": "v"
|
|
3739
3512
|
},
|
|
3740
3513
|
{
|
|
3741
3514
|
"name": "error-message",
|
|
3742
3515
|
"description": "`error-message` {`string`} - Custom error message.\n\nProperty: errorMessage\n\nDefault: This field is invalid"
|
|
3743
3516
|
},
|
|
3517
|
+
{
|
|
3518
|
+
"name": "value",
|
|
3519
|
+
"description": "`value` {string} - Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.\n\nProperty: value\n\nDefault: ''"
|
|
3520
|
+
},
|
|
3744
3521
|
{
|
|
3745
3522
|
"name": "pristine",
|
|
3746
|
-
"description": "`pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\nProperty: pristine\n\nDefault:
|
|
3523
|
+
"description": "`pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\nProperty: pristine\n\nDefault: ",
|
|
3747
3524
|
"valueSet": "v"
|
|
3748
3525
|
},
|
|
3749
3526
|
{
|
|
@@ -3754,7 +3531,7 @@
|
|
|
3754
3531
|
},
|
|
3755
3532
|
{
|
|
3756
3533
|
"name": "uui-slider",
|
|
3757
|
-
"description": "Events:\n\n * `input` {} - on input\n\nAttributes:\n\n * `hide-step-values` {boolean} - Hides the numbers representing the value of each steps. Dots will still be visible\n\n * `hide-value-label` {boolean} - Hides the value label on the thumb.\n\n * `min` {number} - This is a minimum value of the input.\n\n * `max` {number} - This is a maximum value of the input.\n\n * `step` {number} - This reflects the behavior of a native input step attribute.\n\n * `disabled` {boolean} - Disables the input.\n\n * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n * `label` {string} - Label to be used for aria-label and eventually as visual label\n\n * `name` {string} - This is a name property of the component.\n\n * `
|
|
3534
|
+
"description": "Events:\n\n * `input` {} - on input\n\nAttributes:\n\n * `hide-step-values` {boolean} - Hides the numbers representing the value of each steps. Dots will still be visible\n\n * `hide-value-label` {boolean} - Hides the value label on the thumb.\n\n * `min` {number} - This is a minimum value of the input.\n\n * `max` {number} - This is a maximum value of the input.\n\n * `step` {number} - This reflects the behavior of a native input step attribute.\n\n * `disabled` {boolean} - Disables the input.\n\n * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n * `label` {string} - Label to be used for aria-label and eventually as visual label\n\n * `name` {string} - This is a name property of the component.\n\n * `required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\n * `required-message` {`string`} - Required validation message.\n\n * `error` {`boolean`} - Apply custom error on this input.\n\n * `error-message` {`string`} - Custom error message.\n\n * `value` {string} - This is a value property of the uui-slider.\n\n * `pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\nProperties:\n\n * `hideStepValues` {boolean} - Hides the numbers representing the value of each steps. Dots will still be visible\n\n * `hideValueLabel` {boolean} - Hides the value label on the thumb.\n\n * `min` {number} - This is a minimum value of the input.\n\n * `max` {number} - This is a maximum value of the input.\n\n * `step` {number} - This reflects the behavior of a native input step attribute.\n\n * `disabled` {boolean} - Disables the input.\n\n * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n * `label` {string} - Label to be used for aria-label and eventually as visual label\n\n * `_input` {`HTMLInputElement`} - \n\n * `_track` {`HTMLElement`} - \n\n * `_stepWidth` {`number`} - \n\n * `onWindowResize` - \n\n * `_steps` {`number[]`} - \n\n * `_sliderPosition` {`string`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `name` {string} - This is a name property of the component.\n\n * `required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\n * `requiredMessage` {`string`} - Required validation message.\n\n * `error` {`boolean`} - Apply custom error on this input.\n\n * `errorMessage` {`string`} - Custom error message.\n\n * `addValidator` - \n\n * `removeValidator` - \n\n * `formAssociated` {boolean} - This is a static class field indicating that the element is can be used inside a native form and participate in its events. It may require a polyfill, check support here https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals. Read more about form controls here https://web.dev/more-capable-form-controls/\n\n * `value` {string} - This is a value property of the uui-slider.\n\n * `pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\n * `_pristine` {`boolean`} - \n\n * `_customValidityObject` {`UUIFormControlValidatorConfig | undefined`} - \n\n * `validity` {`ValidityState`} - \n\n * `validationMessage` {`string`} - \n\n * `_internals` {`ElementInternals`} - ",
|
|
3758
3535
|
"attributes": [
|
|
3759
3536
|
{
|
|
3760
3537
|
"name": "hide-step-values",
|
|
@@ -3796,11 +3573,6 @@
|
|
|
3796
3573
|
"name": "name",
|
|
3797
3574
|
"description": "`name` {string} - This is a name property of the component.\n\nProperty: name\n\nDefault: ''"
|
|
3798
3575
|
},
|
|
3799
|
-
{
|
|
3800
|
-
"name": "value",
|
|
3801
|
-
"description": "`value` {string} - This is a value property of the uui-slider.\n\nProperty: value\n\nDefault: ''",
|
|
3802
|
-
"values": []
|
|
3803
|
-
},
|
|
3804
3576
|
{
|
|
3805
3577
|
"name": "required",
|
|
3806
3578
|
"description": "`required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\nProperty: required\n\nDefault: false",
|
|
@@ -3819,9 +3591,14 @@
|
|
|
3819
3591
|
"name": "error-message",
|
|
3820
3592
|
"description": "`error-message` {`string`} - Custom error message.\n\nProperty: errorMessage\n\nDefault: This field is invalid"
|
|
3821
3593
|
},
|
|
3594
|
+
{
|
|
3595
|
+
"name": "value",
|
|
3596
|
+
"description": "`value` {string} - This is a value property of the uui-slider.\n\nProperty: value\n\nDefault: ''",
|
|
3597
|
+
"values": []
|
|
3598
|
+
},
|
|
3822
3599
|
{
|
|
3823
3600
|
"name": "pristine",
|
|
3824
|
-
"description": "`pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\nProperty: pristine\n\nDefault:
|
|
3601
|
+
"description": "`pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\nProperty: pristine\n\nDefault: ",
|
|
3825
3602
|
"valueSet": "v"
|
|
3826
3603
|
},
|
|
3827
3604
|
{
|
|
@@ -3830,6 +3607,16 @@
|
|
|
3830
3607
|
}
|
|
3831
3608
|
]
|
|
3832
3609
|
},
|
|
3610
|
+
{
|
|
3611
|
+
"name": "uui-symbol-drag-handle",
|
|
3612
|
+
"description": "Attributes:\n\n * `label` {string} - Label to be used for aria-label and potentially as visual label for some components\n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `label` {string} - Label to be used for aria-label and potentially as visual label for some components\n\n * `_labelSlotHasContent` {`boolean`} - ",
|
|
3613
|
+
"attributes": [
|
|
3614
|
+
{
|
|
3615
|
+
"name": "label",
|
|
3616
|
+
"description": "`label` {string} - Label to be used for aria-label and potentially as visual label for some components\n\nProperty: label"
|
|
3617
|
+
}
|
|
3618
|
+
]
|
|
3619
|
+
},
|
|
3833
3620
|
{
|
|
3834
3621
|
"name": "uui-symbol-expand",
|
|
3835
3622
|
"description": "A symbol indicating whether related composition is expanded or collapsed\n\nAttributes:\n\n * `open` {boolean} - Set this boolean to true for a open/expanded look.\n\nProperties:\n\n * `open` {boolean} - Set this boolean to true for a open/expanded look.\n\n * `styles` {`CSSResult[]`} - ",
|
|
@@ -3854,7 +3641,7 @@
|
|
|
3854
3641
|
},
|
|
3855
3642
|
{
|
|
3856
3643
|
"name": "uui-symbol-file-thumbnail",
|
|
3857
|
-
"description": "Attributes:\n\n * `src` {string} - Source of the thumbnail.\n\n * `alt` {string} - Alt of the thumbnail.\n\nProperties:\n\n * `src` {string} - Source of the thumbnail.\n\n * `alt` {string} - Alt of the thumbnail.\n\n * `styles` {`CSSResult[]`} - ",
|
|
3644
|
+
"description": "Attributes:\n\n * `src` {string} - Source of the thumbnail.\n\n * `alt` {string} - Alt of the thumbnail.\n\nProperties:\n\n * `src` {string} - Source of the thumbnail.\n\n * `alt` {string} - Alt of the thumbnail.\n\n * `_imageError` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
3858
3645
|
"attributes": [
|
|
3859
3646
|
{
|
|
3860
3647
|
"name": "src",
|
|
@@ -3876,26 +3663,11 @@
|
|
|
3876
3663
|
}
|
|
3877
3664
|
]
|
|
3878
3665
|
},
|
|
3879
|
-
{
|
|
3880
|
-
"name": "uui-symbol-file",
|
|
3881
|
-
"description": "Attributes:\n\n * `type` {string} - The text that will appear on the file icon\n\nProperties:\n\n * `type` {string} - The text that will appear on the file icon\n\n * `styles` {`CSSResult[]`} - ",
|
|
3882
|
-
"attributes": [
|
|
3883
|
-
{
|
|
3884
|
-
"name": "type",
|
|
3885
|
-
"description": "`type` {string} - The text that will appear on the file icon\n\nProperty: type\n\nDefault: "
|
|
3886
|
-
}
|
|
3887
|
-
]
|
|
3888
|
-
},
|
|
3889
3666
|
{
|
|
3890
3667
|
"name": "uui-folder-symbol",
|
|
3891
3668
|
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
|
|
3892
3669
|
"attributes": []
|
|
3893
3670
|
},
|
|
3894
|
-
{
|
|
3895
|
-
"name": "uui-symbol-folder",
|
|
3896
|
-
"description": "Properties:\n\n * `styles` {`CSSResult[]`} - ",
|
|
3897
|
-
"attributes": []
|
|
3898
|
-
},
|
|
3899
3671
|
{
|
|
3900
3672
|
"name": "uui-symbol-lock",
|
|
3901
3673
|
"description": "Attributes:\n\n * `open` {`boolean`} - \n\nProperties:\n\n * `open` {`boolean`} - \n\n * `styles` {`CSSResult[]`} - ",
|
|
@@ -4092,66 +3864,6 @@
|
|
|
4092
3864
|
}
|
|
4093
3865
|
]
|
|
4094
3866
|
},
|
|
4095
|
-
{
|
|
4096
|
-
"name": "uui-tab",
|
|
4097
|
-
"description": "A single tab. Should be put into `<uui-tab-group>`,\n\nSlots:\n\n * ` ` {} - for label\n\n * `icon` {} - for icon\n\n * `extra` {} - for extra\n\nAttributes:\n\n * `disabled` {boolean} - Reflects the disabled state of the element. True if tab is disabled. Change this to switch the state programmatically.\n\n * `href` {string} - Set an href, this will turns the inner button into a anchor tag.\n\n * `target` {string} - Set an anchor tag target, only used when using href.\n\n * `rel` {string} - Set the rel attribute for an anchor tag, only used when using href.\n\n * `orientation` {string} - Set the visual orientation of this tab, this changes the look and placement of the active indication.\n\n * `active` {boolean} - Set this boolean to true for then the related composition is sorted.\n\n * `label` {string} - Label to be used for aria-label and potentially as visual label for some components\n\nProperties:\n\n * `disabled` {boolean} - Reflects the disabled state of the element. True if tab is disabled. Change this to switch the state programmatically.\n\n * `href` {string} - Set an href, this will turns the inner button into a anchor tag.\n\n * `target` {string} - Set an anchor tag target, only used when using href.\n\n * `rel` {string} - Set the rel attribute for an anchor tag, only used when using href.\n\n * `orientation` {string} - Set the visual orientation of this tab, this changes the look and placement of the active indication.\n\n * `styles` {`CSSResult[]`} - \n\n * `active` {boolean} - Set this boolean to true for then the related composition is sorted.\n\n * `label` {string} - Label to be used for aria-label and potentially as visual label for some components\n\n * `_labelSlotHasContent` {`boolean`} - ",
|
|
4098
|
-
"attributes": [
|
|
4099
|
-
{
|
|
4100
|
-
"name": "disabled",
|
|
4101
|
-
"description": "`disabled` {boolean} - Reflects the disabled state of the element. True if tab is disabled. Change this to switch the state programmatically.\n\nProperty: disabled\n\nDefault: false",
|
|
4102
|
-
"valueSet": "v"
|
|
4103
|
-
},
|
|
4104
|
-
{
|
|
4105
|
-
"name": "href",
|
|
4106
|
-
"description": "`href` {string} - Set an href, this will turns the inner button into a anchor tag.\n\nProperty: href\n\nDefault: undefined",
|
|
4107
|
-
"values": []
|
|
4108
|
-
},
|
|
4109
|
-
{
|
|
4110
|
-
"name": "target",
|
|
4111
|
-
"description": "`target` {string} - Set an anchor tag target, only used when using href.\n\nProperty: target\n\nDefault: undefined",
|
|
4112
|
-
"values": [
|
|
4113
|
-
{
|
|
4114
|
-
"name": "_blank"
|
|
4115
|
-
},
|
|
4116
|
-
{
|
|
4117
|
-
"name": "_parent"
|
|
4118
|
-
},
|
|
4119
|
-
{
|
|
4120
|
-
"name": "_self"
|
|
4121
|
-
},
|
|
4122
|
-
{
|
|
4123
|
-
"name": "_top"
|
|
4124
|
-
}
|
|
4125
|
-
]
|
|
4126
|
-
},
|
|
4127
|
-
{
|
|
4128
|
-
"name": "rel",
|
|
4129
|
-
"description": "`rel` {string} - Set the rel attribute for an anchor tag, only used when using href.\n\nProperty: rel\n\nDefault: undefined",
|
|
4130
|
-
"values": []
|
|
4131
|
-
},
|
|
4132
|
-
{
|
|
4133
|
-
"name": "orientation",
|
|
4134
|
-
"description": "`orientation` {string} - Set the visual orientation of this tab, this changes the look and placement of the active indication.\n\nProperty: orientation\n\nDefault: horizontal",
|
|
4135
|
-
"values": [
|
|
4136
|
-
{
|
|
4137
|
-
"name": "vertical"
|
|
4138
|
-
},
|
|
4139
|
-
{
|
|
4140
|
-
"name": "horizontal"
|
|
4141
|
-
}
|
|
4142
|
-
]
|
|
4143
|
-
},
|
|
4144
|
-
{
|
|
4145
|
-
"name": "active",
|
|
4146
|
-
"description": "`active` {boolean} - Set this boolean to true for then the related composition is sorted.\n\nProperty: active\n\nDefault: false",
|
|
4147
|
-
"valueSet": "v"
|
|
4148
|
-
},
|
|
4149
|
-
{
|
|
4150
|
-
"name": "label",
|
|
4151
|
-
"description": "`label` {string} - Label to be used for aria-label and potentially as visual label for some components\n\nProperty: label"
|
|
4152
|
-
}
|
|
4153
|
-
]
|
|
4154
|
-
},
|
|
4155
3867
|
{
|
|
4156
3868
|
"name": "uui-tag",
|
|
4157
3869
|
"description": "Slots:\n\n * ` ` {} - slot for tag contents\n\nAttributes:\n\n * `color` {\"default\" | \"positive\" | \"warning\" | \"danger\"} - Changes the look of the button to one of the predefined, symbolic looks. For example - set this to positive if you want nice, green \"confirm\" button.\n\n * `look` {\"default\" | \"primary\" | \"secondary\" | \"outline\" | \"placeholder\"} - Changes the look of the button to one of the predefined, symbolic looks. For example - set this to positive if you want nice, green \"confirm\" button.\n\nProperties:\n\n * `color` {\"default\" | \"positive\" | \"warning\" | \"danger\"} - Changes the look of the button to one of the predefined, symbolic looks. For example - set this to positive if you want nice, green \"confirm\" button.\n\n * `look` {\"default\" | \"primary\" | \"secondary\" | \"outline\" | \"placeholder\"} - Changes the look of the button to one of the predefined, symbolic looks. For example - set this to positive if you want nice, green \"confirm\" button.\n\n * `styles` {`CSSResult[]`} - ",
|
|
@@ -4208,7 +3920,7 @@
|
|
|
4208
3920
|
},
|
|
4209
3921
|
{
|
|
4210
3922
|
"name": "uui-textarea",
|
|
4211
|
-
"description": "Events:\n\n * `change` {} - on change\n\n * `input` {} - on input\n\n * `keyup` {} - on keyup\n\nAttributes:\n\n * `placeholder` {string} - Defines the textarea placeholder.\n\n * `disabled` {boolean} - Disables the textarea.\n\n * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n * `minlength` {number} - This is a minimum value of the input.\n\n * `minlength-message` - Minlength validation message.\n\n * `maxlength` {number} - This is a maximum value of the input.\n\n * `maxlength-message` - Maxlength validation message.\n\n * `auto-height` {boolean} - Enables automatic height adjustment. The height will be confined within the min and max height if defined.\n\n * `label` {string} - Label to be used for aria-label and eventually as visual label\n\n * `rows` {number} - Sets the number of rows of the textarea\n\n * `cols` {number} - Sets the number of cols of the textarea\n\n * `wrap` {'soft' | 'hard'} - Indicates how the control should wrap the value for form submission. If this attribute is not specified, soft is its default value.\n\n * `name` {string} - This is a name property of the
|
|
3923
|
+
"description": "Events:\n\n * `change` {} - on change\n\n * `input` {} - on input\n\n * `keyup` {} - on keyup\n\nAttributes:\n\n * `placeholder` {string} - Defines the textarea placeholder.\n\n * `disabled` {boolean} - Disables the textarea.\n\n * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n * `minlength` {number} - This is a minimum value of the input.\n\n * `minlength-message` - Minlength validation message.\n\n * `maxlength` {number} - This is a maximum value of the input.\n\n * `maxlength-message` - Maxlength validation message.\n\n * `auto-height` {boolean} - Enables automatic height adjustment. The height will be confined within the min and max height if defined.\n\n * `label` {string} - Label to be used for aria-label and eventually as visual label\n\n * `rows` {number} - Sets the number of rows of the textarea\n\n * `cols` {number} - Sets the number of cols of the textarea\n\n * `wrap` {'soft' | 'hard'} - Indicates how the control should wrap the value for form submission. If this attribute is not specified, soft is its default value.\n\n * `name` {string} - This is a name property of the component.\n\n * `required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\n * `required-message` {`string`} - Required validation message.\n\n * `error` {`boolean`} - Apply custom error on this input.\n\n * `error-message` {`string`} - Custom error message.\n\n * `value` {string} - Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.\n\n * `pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\nProperties:\n\n * `placeholder` {string} - Defines the textarea placeholder.\n\n * `disabled` {boolean} - Disables the textarea.\n\n * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n * `minlength` {number} - This is a minimum value of the input.\n\n * `minlengthMessage` - Minlength validation message.\n\n * `maxlength` {number} - This is a maximum value of the input.\n\n * `maxlengthMessage` - Maxlength validation message.\n\n * `_textarea` {`HTMLInputElement`} - \n\n * `autoHeight` {boolean} - Enables automatic height adjustment. The height will be confined within the min and max height if defined.\n\n * `label` {string} - Label to be used for aria-label and eventually as visual label\n\n * `rows` {number} - Sets the number of rows of the textarea\n\n * `cols` {number} - Sets the number of cols of the textarea\n\n * `wrap` {'soft' | 'hard'} - Indicates how the control should wrap the value for form submission. If this attribute is not specified, soft is its default value.\n\n * `_autoHeightRafId` {`number | null`} - Override value setter to trigger autoUpdateHeight when value changes\n\n * `styles` {`CSSResult[]`} - \n\n * `name` {string} - This is a name property of the component.\n\n * `required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\n * `requiredMessage` {`string`} - Required validation message.\n\n * `error` {`boolean`} - Apply custom error on this input.\n\n * `errorMessage` {`string`} - Custom error message.\n\n * `addValidator` - \n\n * `removeValidator` - \n\n * `formAssociated` {boolean} - This is a static class field indicating that the element is can be used inside a native form and participate in its events. It may require a polyfill, check support here https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals. Read more about form controls here https://web.dev/more-capable-form-controls/\n\n * `value` {string} - Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.\n\n * `pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\n * `_pristine` {`boolean`} - \n\n * `_customValidityObject` {`UUIFormControlValidatorConfig | undefined`} - \n\n * `validity` {`ValidityState`} - \n\n * `validationMessage` {`string`} - \n\n * `_internals` {`ElementInternals`} - ",
|
|
4212
3924
|
"attributes": [
|
|
4213
3925
|
{
|
|
4214
3926
|
"name": "placeholder",
|
|
@@ -4277,11 +3989,7 @@
|
|
|
4277
3989
|
},
|
|
4278
3990
|
{
|
|
4279
3991
|
"name": "name",
|
|
4280
|
-
"description": "`name` {string} - This is a name property of the
|
|
4281
|
-
},
|
|
4282
|
-
{
|
|
4283
|
-
"name": "value",
|
|
4284
|
-
"description": "`value` {string} - Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.\n\nProperty: value\n\nDefault: ''"
|
|
3992
|
+
"description": "`name` {string} - This is a name property of the component.\n\nProperty: name\n\nDefault: ''"
|
|
4285
3993
|
},
|
|
4286
3994
|
{
|
|
4287
3995
|
"name": "required",
|
|
@@ -4294,16 +4002,20 @@
|
|
|
4294
4002
|
},
|
|
4295
4003
|
{
|
|
4296
4004
|
"name": "error",
|
|
4297
|
-
"description": "`error` {boolean} -
|
|
4005
|
+
"description": "`error` {`boolean`} - Apply custom error on this input.\n\nProperty: error\n\nDefault: false",
|
|
4298
4006
|
"valueSet": "v"
|
|
4299
4007
|
},
|
|
4300
4008
|
{
|
|
4301
4009
|
"name": "error-message",
|
|
4302
4010
|
"description": "`error-message` {`string`} - Custom error message.\n\nProperty: errorMessage\n\nDefault: This field is invalid"
|
|
4303
4011
|
},
|
|
4012
|
+
{
|
|
4013
|
+
"name": "value",
|
|
4014
|
+
"description": "`value` {string} - Value of this form control.\nIf you dont want the setFormValue to be called on the ElementInternals, then prevent calling this method, by not calling super.value = newValue in your implementation of the value setter method.\n\nProperty: value\n\nDefault: ''"
|
|
4015
|
+
},
|
|
4304
4016
|
{
|
|
4305
4017
|
"name": "pristine",
|
|
4306
|
-
"description": "`pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\nProperty: pristine\n\nDefault:
|
|
4018
|
+
"description": "`pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\nProperty: pristine\n\nDefault: ",
|
|
4307
4019
|
"valueSet": "v"
|
|
4308
4020
|
},
|
|
4309
4021
|
{
|
|
@@ -4409,7 +4121,7 @@
|
|
|
4409
4121
|
},
|
|
4410
4122
|
{
|
|
4411
4123
|
"name": "uui-toggle",
|
|
4412
|
-
"description": "Umbraco Toggle-switch, toggles between off/on. Technically a checkbox.\n\nEvents:\n\n * `change-` {} - fires when the element is begin checked by a user action\n\n * `change` {} - on change\n\nAttributes:\n\n * `label-position` {'left' | 'right' | 'top' | 'bottom'} - Specifies the label position of the checkbox or the toggle\n\n * `checked` {boolean} - Reflects the state of the element.\nTrue if checkbox or toggle is checked. Change this to switch the state programmatically.\n\n * `indeterminate` {boolean} - Indeterminate state for the input.\n\n * `disabled` {boolean} - Disables the input.\n\n * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n * `name` {string} - This is a name property of the component.\n\n * `
|
|
4124
|
+
"description": "Umbraco Toggle-switch, toggles between off/on. Technically a checkbox.\n\nEvents:\n\n * `change-` {} - fires when the element is begin checked by a user action\n\n * `change` {} - on change\n\nAttributes:\n\n * `label-position` {'left' | 'right' | 'top' | 'bottom'} - Specifies the label position of the checkbox or the toggle\n\n * `checked` {boolean} - Reflects the state of the element.\nTrue if checkbox or toggle is checked. Change this to switch the state programmatically.\n\n * `indeterminate` {boolean} - Indeterminate state for the input.\n\n * `disabled` {boolean} - Disables the input.\n\n * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n * `name` {string} - This is a name property of the component.\n\n * `required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\n * `required-message` {`string`} - Required validation message.\n\n * `error` {`boolean`} - Apply custom error on this input.\n\n * `error-message` {`string`} - Custom error message.\n\n * `value` {string} - intentional overwrite of FormControlMixins value getter and setter method.\n\n * `pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\n * `label` {string} - Label to be used for aria-label and potentially as visual label for some components\n\nProperties:\n\n * `_value` {`string`} - \n\n * `labelPosition` {'left' | 'right' | 'top' | 'bottom'} - Specifies the label position of the checkbox or the toggle\n\n * `_checked` {`boolean`} - \n\n * `checked` {boolean} - Reflects the state of the element.\nTrue if checkbox or toggle is checked. Change this to switch the state programmatically.\n\n * `indeterminate` {boolean} - Indeterminate state for the input.\n\n * `disabled` {boolean} - Disables the input.\n\n * `readonly` {boolean} - Sets the input to readonly mode, meaning value cannot be changed but still able to read and select its content.\n\n * `_input` {`HTMLInputElement`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `inputRole` {`\"checkbox\" | \"switch\"`} - \n\n * `name` {string} - This is a name property of the component.\n\n * `required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\n * `requiredMessage` {`string`} - Required validation message.\n\n * `error` {`boolean`} - Apply custom error on this input.\n\n * `errorMessage` {`string`} - Custom error message.\n\n * `addValidator` - \n\n * `removeValidator` - \n\n * `formAssociated` {boolean} - This is a static class field indicating that the element is can be used inside a native form and participate in its events. It may require a polyfill, check support here https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals. Read more about form controls here https://web.dev/more-capable-form-controls/\n\n * `value` {string} - intentional overwrite of FormControlMixins value getter and setter method.\n\n * `pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\n * `_pristine` {`boolean`} - \n\n * `_customValidityObject` {`UUIFormControlValidatorConfig | undefined`} - \n\n * `validity` {`ValidityState`} - \n\n * `validationMessage` {`string`} - \n\n * `_internals` {`ElementInternals`} - \n\n * `label` {string} - Label to be used for aria-label and potentially as visual label for some components\n\n * `_labelSlotHasContent` {`boolean`} - ",
|
|
4413
4125
|
"attributes": [
|
|
4414
4126
|
{
|
|
4415
4127
|
"name": "label-position",
|
|
@@ -4453,10 +4165,6 @@
|
|
|
4453
4165
|
"name": "name",
|
|
4454
4166
|
"description": "`name` {string} - This is a name property of the component.\n\nProperty: name\n\nDefault: ''"
|
|
4455
4167
|
},
|
|
4456
|
-
{
|
|
4457
|
-
"name": "value",
|
|
4458
|
-
"description": "`value` {string} - intentional overwrite of FormControlMixins value getter and setter method.\n\nProperty: value\n\nDefault: ''"
|
|
4459
|
-
},
|
|
4460
4168
|
{
|
|
4461
4169
|
"name": "required",
|
|
4462
4170
|
"description": "`required` {`boolean`} - Apply validation rule for requiring a value of this form control.\n\nProperty: required\n\nDefault: false",
|
|
@@ -4475,9 +4183,13 @@
|
|
|
4475
4183
|
"name": "error-message",
|
|
4476
4184
|
"description": "`error-message` {`string`} - Custom error message.\n\nProperty: errorMessage\n\nDefault: This field is invalid"
|
|
4477
4185
|
},
|
|
4186
|
+
{
|
|
4187
|
+
"name": "value",
|
|
4188
|
+
"description": "`value` {string} - intentional overwrite of FormControlMixins value getter and setter method.\n\nProperty: value\n\nDefault: ''"
|
|
4189
|
+
},
|
|
4478
4190
|
{
|
|
4479
4191
|
"name": "pristine",
|
|
4480
|
-
"description": "`pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\nProperty: pristine\n\nDefault:
|
|
4192
|
+
"description": "`pristine` {boolean} - Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.\n\nProperty: pristine\n\nDefault: ",
|
|
4481
4193
|
"valueSet": "v"
|
|
4482
4194
|
},
|
|
4483
4195
|
{
|