@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
package/custom-elements.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"tags": [
|
|
4
4
|
{
|
|
5
5
|
"name": "uui-action-bar",
|
|
6
|
-
"path": "
|
|
6
|
+
"path": "./src/components/action-bar/action-bar.element.ts",
|
|
7
7
|
"properties": [
|
|
8
8
|
{
|
|
9
9
|
"name": "styles",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
"name": "uui-avatar-group",
|
|
23
|
-
"path": "
|
|
23
|
+
"path": "./src/components/avatar-group/avatar-group.element.ts",
|
|
24
24
|
"description": "Group a set of avatars, set a limit to minimize the visual space.",
|
|
25
25
|
"attributes": [
|
|
26
26
|
{
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
61
|
"name": "uui-avatar",
|
|
62
|
-
"path": "
|
|
62
|
+
"path": "./src/components/avatar/avatar.element.ts",
|
|
63
63
|
"description": "Avatar for displaying users",
|
|
64
64
|
"attributes": [
|
|
65
65
|
{
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
146
|
"name": "uui-badge",
|
|
147
|
-
"path": "
|
|
147
|
+
"path": "./src/components/badge/badge.element.ts",
|
|
148
148
|
"description": "A badge to notify that there is something that requires attention of the user. The badge is positioned with `position: absolute`. It will determine its position against the first ancestor with `position: relative`.",
|
|
149
149
|
"attributes": [
|
|
150
150
|
{
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
},
|
|
204
204
|
{
|
|
205
205
|
"name": "uui-box",
|
|
206
|
-
"path": "
|
|
206
|
+
"path": "./src/components/box/box.element.ts",
|
|
207
207
|
"description": "A layout box for grouping elements, as well its possible to append a header, with a headline or other elements to the box.",
|
|
208
208
|
"attributes": [
|
|
209
209
|
{
|
|
@@ -267,17 +267,9 @@
|
|
|
267
267
|
"name": "--uui-box-default-padding",
|
|
268
268
|
"description": "overwrite the box padding"
|
|
269
269
|
},
|
|
270
|
-
{
|
|
271
|
-
"name": "--uui-box-border-width",
|
|
272
|
-
"description": "overwrite the box border, default is 0"
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
"name": "--uui-box-box-shadow",
|
|
276
|
-
"description": "overwrite the box shadow, default is var(--uui-shadow-depth-1)"
|
|
277
|
-
},
|
|
278
270
|
{
|
|
279
271
|
"name": "--uui-box-border-radius",
|
|
280
|
-
"description": "overwrite the box border-radius, default is var(--uui-border-radius)"
|
|
272
|
+
"description": "overwrite the box border-radius, default is var(--uui-border-radius-3)"
|
|
281
273
|
},
|
|
282
274
|
{
|
|
283
275
|
"name": "--uui-box-border-color",
|
|
@@ -287,7 +279,7 @@
|
|
|
287
279
|
},
|
|
288
280
|
{
|
|
289
281
|
"name": "uui-breadcrumb-item",
|
|
290
|
-
"path": "
|
|
282
|
+
"path": "./src/components/breadcrumbs/breadcrumb-item.element.ts",
|
|
291
283
|
"description": "A breadcrumb-item to be used with the breadcrumbs component.",
|
|
292
284
|
"attributes": [
|
|
293
285
|
{
|
|
@@ -339,7 +331,7 @@
|
|
|
339
331
|
},
|
|
340
332
|
{
|
|
341
333
|
"name": "uui-breadcrumbs",
|
|
342
|
-
"path": "
|
|
334
|
+
"path": "./src/components/breadcrumbs/breadcrumbs.element.ts",
|
|
343
335
|
"description": "A breadcrumbs component to be used in combination with the uui-breadcrumb-item.",
|
|
344
336
|
"properties": [
|
|
345
337
|
{
|
|
@@ -357,7 +349,7 @@
|
|
|
357
349
|
},
|
|
358
350
|
{
|
|
359
351
|
"name": "uui-button-copy-text",
|
|
360
|
-
"path": "
|
|
352
|
+
"path": "./src/components/button-copy-text/button-copy-text.element.ts",
|
|
361
353
|
"attributes": [
|
|
362
354
|
{
|
|
363
355
|
"name": "text",
|
|
@@ -443,12 +435,6 @@
|
|
|
443
435
|
"type": "string",
|
|
444
436
|
"default": "\"''\""
|
|
445
437
|
},
|
|
446
|
-
{
|
|
447
|
-
"name": "value",
|
|
448
|
-
"description": "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.",
|
|
449
|
-
"type": "string",
|
|
450
|
-
"default": "\"''\""
|
|
451
|
-
},
|
|
452
438
|
{
|
|
453
439
|
"name": "required",
|
|
454
440
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -473,11 +459,17 @@
|
|
|
473
459
|
"type": "string",
|
|
474
460
|
"default": "\"This field is invalid\""
|
|
475
461
|
},
|
|
462
|
+
{
|
|
463
|
+
"name": "value",
|
|
464
|
+
"description": "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.",
|
|
465
|
+
"type": "string",
|
|
466
|
+
"default": "\"''\""
|
|
467
|
+
},
|
|
476
468
|
{
|
|
477
469
|
"name": "pristine",
|
|
478
470
|
"description": "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.",
|
|
479
471
|
"type": "boolean",
|
|
480
|
-
"default": "\"
|
|
472
|
+
"default": "\"\""
|
|
481
473
|
},
|
|
482
474
|
{
|
|
483
475
|
"name": "label",
|
|
@@ -588,12 +580,6 @@
|
|
|
588
580
|
"type": "CSSResult[]",
|
|
589
581
|
"default": "\"styles\""
|
|
590
582
|
},
|
|
591
|
-
{
|
|
592
|
-
"name": "formAssociated",
|
|
593
|
-
"description": "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/",
|
|
594
|
-
"type": "boolean",
|
|
595
|
-
"default": "true"
|
|
596
|
-
},
|
|
597
583
|
{
|
|
598
584
|
"name": "name",
|
|
599
585
|
"attribute": "name",
|
|
@@ -601,13 +587,6 @@
|
|
|
601
587
|
"type": "string",
|
|
602
588
|
"default": "\"''\""
|
|
603
589
|
},
|
|
604
|
-
{
|
|
605
|
-
"name": "value",
|
|
606
|
-
"attribute": "value",
|
|
607
|
-
"description": "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.",
|
|
608
|
-
"type": "string",
|
|
609
|
-
"default": "\"''\""
|
|
610
|
-
},
|
|
611
590
|
{
|
|
612
591
|
"name": "required",
|
|
613
592
|
"attribute": "required",
|
|
@@ -637,19 +616,40 @@
|
|
|
637
616
|
"default": "\"This field is invalid\""
|
|
638
617
|
},
|
|
639
618
|
{
|
|
640
|
-
"name": "
|
|
641
|
-
"type": "
|
|
619
|
+
"name": "addValidator",
|
|
620
|
+
"type": "(flagKey: FlagTypes, getMessageMethod: () => string, checkMethod: () => boolean) => void"
|
|
642
621
|
},
|
|
643
622
|
{
|
|
644
|
-
"name": "
|
|
645
|
-
"type": "
|
|
623
|
+
"name": "removeValidator",
|
|
624
|
+
"type": "(obj: UUIFormControlValidatorConfig) => void"
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"name": "formAssociated",
|
|
628
|
+
"description": "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/",
|
|
629
|
+
"type": "boolean",
|
|
630
|
+
"default": "true"
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"name": "value",
|
|
634
|
+
"attribute": "value",
|
|
635
|
+
"description": "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.",
|
|
636
|
+
"type": "string",
|
|
637
|
+
"default": "\"''\""
|
|
646
638
|
},
|
|
647
639
|
{
|
|
648
640
|
"name": "pristine",
|
|
649
641
|
"attribute": "pristine",
|
|
650
642
|
"description": "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.",
|
|
651
643
|
"type": "boolean",
|
|
652
|
-
"default": "\"
|
|
644
|
+
"default": "\"\""
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"name": "validity",
|
|
648
|
+
"type": "ValidityState"
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"name": "validationMessage",
|
|
652
|
+
"type": "string"
|
|
653
653
|
},
|
|
654
654
|
{
|
|
655
655
|
"name": "label",
|
|
@@ -766,7 +766,7 @@
|
|
|
766
766
|
},
|
|
767
767
|
{
|
|
768
768
|
"name": "uui-button-group",
|
|
769
|
-
"path": "
|
|
769
|
+
"path": "./src/components/button-group/button-group.element.ts",
|
|
770
770
|
"description": "Place <uui-button> elements in the slot. They will be nicely displayed.",
|
|
771
771
|
"properties": [
|
|
772
772
|
{
|
|
@@ -784,7 +784,7 @@
|
|
|
784
784
|
},
|
|
785
785
|
{
|
|
786
786
|
"name": "uui-button-inline-create",
|
|
787
|
-
"path": "
|
|
787
|
+
"path": "./src/components/button-inline-create/button-inline-create.element.ts",
|
|
788
788
|
"attributes": [
|
|
789
789
|
{
|
|
790
790
|
"name": "label",
|
|
@@ -866,7 +866,7 @@
|
|
|
866
866
|
},
|
|
867
867
|
{
|
|
868
868
|
"name": "uui-button",
|
|
869
|
-
"path": "
|
|
869
|
+
"path": "./src/components/button/button.element.ts",
|
|
870
870
|
"attributes": [
|
|
871
871
|
{
|
|
872
872
|
"name": "type",
|
|
@@ -934,12 +934,6 @@
|
|
|
934
934
|
"type": "string",
|
|
935
935
|
"default": "\"''\""
|
|
936
936
|
},
|
|
937
|
-
{
|
|
938
|
-
"name": "value",
|
|
939
|
-
"description": "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.",
|
|
940
|
-
"type": "string",
|
|
941
|
-
"default": "\"''\""
|
|
942
|
-
},
|
|
943
937
|
{
|
|
944
938
|
"name": "required",
|
|
945
939
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -964,11 +958,17 @@
|
|
|
964
958
|
"type": "string",
|
|
965
959
|
"default": "\"This field is invalid\""
|
|
966
960
|
},
|
|
961
|
+
{
|
|
962
|
+
"name": "value",
|
|
963
|
+
"description": "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.",
|
|
964
|
+
"type": "string",
|
|
965
|
+
"default": "\"''\""
|
|
966
|
+
},
|
|
967
967
|
{
|
|
968
968
|
"name": "pristine",
|
|
969
969
|
"description": "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.",
|
|
970
970
|
"type": "boolean",
|
|
971
|
-
"default": "\"
|
|
971
|
+
"default": "\"\""
|
|
972
972
|
},
|
|
973
973
|
{
|
|
974
974
|
"name": "label",
|
|
@@ -1058,12 +1058,6 @@
|
|
|
1058
1058
|
"type": "CSSResult[]",
|
|
1059
1059
|
"default": "[\"UUIHorizontalShakeKeyframes\",null]"
|
|
1060
1060
|
},
|
|
1061
|
-
{
|
|
1062
|
-
"name": "formAssociated",
|
|
1063
|
-
"description": "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/",
|
|
1064
|
-
"type": "boolean",
|
|
1065
|
-
"default": "true"
|
|
1066
|
-
},
|
|
1067
1061
|
{
|
|
1068
1062
|
"name": "name",
|
|
1069
1063
|
"attribute": "name",
|
|
@@ -1071,13 +1065,6 @@
|
|
|
1071
1065
|
"type": "string",
|
|
1072
1066
|
"default": "\"''\""
|
|
1073
1067
|
},
|
|
1074
|
-
{
|
|
1075
|
-
"name": "value",
|
|
1076
|
-
"attribute": "value",
|
|
1077
|
-
"description": "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.",
|
|
1078
|
-
"type": "string",
|
|
1079
|
-
"default": "\"''\""
|
|
1080
|
-
},
|
|
1081
1068
|
{
|
|
1082
1069
|
"name": "required",
|
|
1083
1070
|
"attribute": "required",
|
|
@@ -1107,19 +1094,40 @@
|
|
|
1107
1094
|
"default": "\"This field is invalid\""
|
|
1108
1095
|
},
|
|
1109
1096
|
{
|
|
1110
|
-
"name": "
|
|
1111
|
-
"type": "
|
|
1097
|
+
"name": "addValidator",
|
|
1098
|
+
"type": "(flagKey: FlagTypes, getMessageMethod: () => string, checkMethod: () => boolean) => void"
|
|
1112
1099
|
},
|
|
1113
1100
|
{
|
|
1114
|
-
"name": "
|
|
1115
|
-
"type": "
|
|
1101
|
+
"name": "removeValidator",
|
|
1102
|
+
"type": "(obj: UUIFormControlValidatorConfig) => void"
|
|
1103
|
+
},
|
|
1104
|
+
{
|
|
1105
|
+
"name": "formAssociated",
|
|
1106
|
+
"description": "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/",
|
|
1107
|
+
"type": "boolean",
|
|
1108
|
+
"default": "true"
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
"name": "value",
|
|
1112
|
+
"attribute": "value",
|
|
1113
|
+
"description": "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.",
|
|
1114
|
+
"type": "string",
|
|
1115
|
+
"default": "\"''\""
|
|
1116
1116
|
},
|
|
1117
1117
|
{
|
|
1118
1118
|
"name": "pristine",
|
|
1119
1119
|
"attribute": "pristine",
|
|
1120
1120
|
"description": "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.",
|
|
1121
1121
|
"type": "boolean",
|
|
1122
|
-
"default": "\"
|
|
1122
|
+
"default": "\"\""
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
"name": "validity",
|
|
1126
|
+
"type": "ValidityState"
|
|
1127
|
+
},
|
|
1128
|
+
{
|
|
1129
|
+
"name": "validationMessage",
|
|
1130
|
+
"type": "string"
|
|
1123
1131
|
},
|
|
1124
1132
|
{
|
|
1125
1133
|
"name": "label",
|
|
@@ -1228,7 +1236,7 @@
|
|
|
1228
1236
|
},
|
|
1229
1237
|
{
|
|
1230
1238
|
"name": "uui-card-block-type",
|
|
1231
|
-
"path": "
|
|
1239
|
+
"path": "./src/components/card-block-type/card-block-type.element.ts",
|
|
1232
1240
|
"attributes": [
|
|
1233
1241
|
{
|
|
1234
1242
|
"name": "name",
|
|
@@ -1404,7 +1412,7 @@
|
|
|
1404
1412
|
},
|
|
1405
1413
|
{
|
|
1406
1414
|
"name": "uui-card-content-node",
|
|
1407
|
-
"path": "
|
|
1415
|
+
"path": "./src/components/card-content-node/card-content-node.element.ts",
|
|
1408
1416
|
"attributes": [
|
|
1409
1417
|
{
|
|
1410
1418
|
"name": "name",
|
|
@@ -1575,7 +1583,7 @@
|
|
|
1575
1583
|
},
|
|
1576
1584
|
{
|
|
1577
1585
|
"name": "uui-card-media",
|
|
1578
|
-
"path": "
|
|
1586
|
+
"path": "./src/components/card-media/card-media.element.ts",
|
|
1579
1587
|
"attributes": [
|
|
1580
1588
|
{
|
|
1581
1589
|
"name": "name",
|
|
@@ -1755,7 +1763,7 @@
|
|
|
1755
1763
|
},
|
|
1756
1764
|
{
|
|
1757
1765
|
"name": "uui-card-user",
|
|
1758
|
-
"path": "
|
|
1766
|
+
"path": "./src/components/card-user/card-user.element.ts",
|
|
1759
1767
|
"attributes": [
|
|
1760
1768
|
{
|
|
1761
1769
|
"name": "name",
|
|
@@ -1913,7 +1921,7 @@
|
|
|
1913
1921
|
},
|
|
1914
1922
|
{
|
|
1915
1923
|
"name": "uui-card",
|
|
1916
|
-
"path": "
|
|
1924
|
+
"path": "./src/components/card/card.element.ts",
|
|
1917
1925
|
"description": "Card is a Component that provides the basics for a Card component. This can be extended in code to match a certain need.",
|
|
1918
1926
|
"attributes": [
|
|
1919
1927
|
{
|
|
@@ -2045,38 +2053,9 @@
|
|
|
2045
2053
|
}
|
|
2046
2054
|
]
|
|
2047
2055
|
},
|
|
2048
|
-
{
|
|
2049
|
-
"name": "uui-caret",
|
|
2050
|
-
"path": "./../uui-caret/lib/uui-caret.element.ts",
|
|
2051
|
-
"description": "DEPRECATED: Please use uui-symbol-expand or uui-symbol-sort. A caret that rotates on click. Color will be `currentColor`",
|
|
2052
|
-
"attributes": [
|
|
2053
|
-
{
|
|
2054
|
-
"name": "open",
|
|
2055
|
-
"description": "Turns the arrow around.",
|
|
2056
|
-
"type": "boolean",
|
|
2057
|
-
"default": "\"false\""
|
|
2058
|
-
}
|
|
2059
|
-
],
|
|
2060
|
-
"properties": [
|
|
2061
|
-
{
|
|
2062
|
-
"name": "open",
|
|
2063
|
-
"attribute": "open",
|
|
2064
|
-
"description": "Turns the arrow around.",
|
|
2065
|
-
"type": "boolean",
|
|
2066
|
-
"default": "\"false\""
|
|
2067
|
-
},
|
|
2068
|
-
{
|
|
2069
|
-
"name": "styles",
|
|
2070
|
-
"type": "CSSResult[]",
|
|
2071
|
-
"default": "[null]"
|
|
2072
|
-
}
|
|
2073
|
-
],
|
|
2074
|
-
"deprecated": true,
|
|
2075
|
-
"deprecatedMessage": "since version 0.0.8"
|
|
2076
|
-
},
|
|
2077
2056
|
{
|
|
2078
2057
|
"name": "uui-checkbox",
|
|
2079
|
-
"path": "
|
|
2058
|
+
"path": "./src/components/checkbox/checkbox.element.ts",
|
|
2080
2059
|
"description": "Umbraco checkbox, toggles between checked and uncheck",
|
|
2081
2060
|
"attributes": [
|
|
2082
2061
|
{
|
|
@@ -2115,12 +2094,6 @@
|
|
|
2115
2094
|
"type": "string",
|
|
2116
2095
|
"default": "\"''\""
|
|
2117
2096
|
},
|
|
2118
|
-
{
|
|
2119
|
-
"name": "value",
|
|
2120
|
-
"description": "intentional overwrite of FormControlMixins value getter and setter method.",
|
|
2121
|
-
"type": "string",
|
|
2122
|
-
"default": "\"''\""
|
|
2123
|
-
},
|
|
2124
2097
|
{
|
|
2125
2098
|
"name": "required",
|
|
2126
2099
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -2145,11 +2118,17 @@
|
|
|
2145
2118
|
"type": "string",
|
|
2146
2119
|
"default": "\"This field is invalid\""
|
|
2147
2120
|
},
|
|
2121
|
+
{
|
|
2122
|
+
"name": "value",
|
|
2123
|
+
"description": "intentional overwrite of FormControlMixins value getter and setter method.",
|
|
2124
|
+
"type": "string",
|
|
2125
|
+
"default": "\"''\""
|
|
2126
|
+
},
|
|
2148
2127
|
{
|
|
2149
2128
|
"name": "pristine",
|
|
2150
2129
|
"description": "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.",
|
|
2151
2130
|
"type": "boolean",
|
|
2152
|
-
"default": "\"
|
|
2131
|
+
"default": "\"\""
|
|
2153
2132
|
},
|
|
2154
2133
|
{
|
|
2155
2134
|
"name": "label",
|
|
@@ -2198,12 +2177,6 @@
|
|
|
2198
2177
|
"type": "CSSResult[]",
|
|
2199
2178
|
"default": "[null,\"UUIHorizontalShakeKeyframes\",null]"
|
|
2200
2179
|
},
|
|
2201
|
-
{
|
|
2202
|
-
"name": "formAssociated",
|
|
2203
|
-
"description": "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/",
|
|
2204
|
-
"type": "boolean",
|
|
2205
|
-
"default": "true"
|
|
2206
|
-
},
|
|
2207
2180
|
{
|
|
2208
2181
|
"name": "name",
|
|
2209
2182
|
"attribute": "name",
|
|
@@ -2211,13 +2184,6 @@
|
|
|
2211
2184
|
"type": "string",
|
|
2212
2185
|
"default": "\"''\""
|
|
2213
2186
|
},
|
|
2214
|
-
{
|
|
2215
|
-
"name": "value",
|
|
2216
|
-
"attribute": "value",
|
|
2217
|
-
"description": "intentional overwrite of FormControlMixins value getter and setter method.",
|
|
2218
|
-
"type": "string",
|
|
2219
|
-
"default": "\"''\""
|
|
2220
|
-
},
|
|
2221
2187
|
{
|
|
2222
2188
|
"name": "required",
|
|
2223
2189
|
"attribute": "required",
|
|
@@ -2247,19 +2213,40 @@
|
|
|
2247
2213
|
"default": "\"This field is invalid\""
|
|
2248
2214
|
},
|
|
2249
2215
|
{
|
|
2250
|
-
"name": "
|
|
2251
|
-
"type": "
|
|
2216
|
+
"name": "addValidator",
|
|
2217
|
+
"type": "(flagKey: FlagTypes, getMessageMethod: () => string, checkMethod: () => boolean) => void"
|
|
2252
2218
|
},
|
|
2253
2219
|
{
|
|
2254
|
-
"name": "
|
|
2255
|
-
"type": "
|
|
2220
|
+
"name": "removeValidator",
|
|
2221
|
+
"type": "(obj: UUIFormControlValidatorConfig) => void"
|
|
2222
|
+
},
|
|
2223
|
+
{
|
|
2224
|
+
"name": "formAssociated",
|
|
2225
|
+
"description": "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/",
|
|
2226
|
+
"type": "boolean",
|
|
2227
|
+
"default": "true"
|
|
2228
|
+
},
|
|
2229
|
+
{
|
|
2230
|
+
"name": "value",
|
|
2231
|
+
"attribute": "value",
|
|
2232
|
+
"description": "intentional overwrite of FormControlMixins value getter and setter method.",
|
|
2233
|
+
"type": "string",
|
|
2234
|
+
"default": "\"''\""
|
|
2256
2235
|
},
|
|
2257
2236
|
{
|
|
2258
2237
|
"name": "pristine",
|
|
2259
2238
|
"attribute": "pristine",
|
|
2260
2239
|
"description": "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.",
|
|
2261
2240
|
"type": "boolean",
|
|
2262
|
-
"default": "\"
|
|
2241
|
+
"default": "\"\""
|
|
2242
|
+
},
|
|
2243
|
+
{
|
|
2244
|
+
"name": "validity",
|
|
2245
|
+
"type": "ValidityState"
|
|
2246
|
+
},
|
|
2247
|
+
{
|
|
2248
|
+
"name": "validationMessage",
|
|
2249
|
+
"type": "string"
|
|
2263
2250
|
},
|
|
2264
2251
|
{
|
|
2265
2252
|
"name": "label",
|
|
@@ -2283,7 +2270,7 @@
|
|
|
2283
2270
|
},
|
|
2284
2271
|
{
|
|
2285
2272
|
"name": "uui-color-area",
|
|
2286
|
-
"path": "
|
|
2273
|
+
"path": "./src/components/color-area/color-area.element.ts",
|
|
2287
2274
|
"attributes": [
|
|
2288
2275
|
{
|
|
2289
2276
|
"name": "disabled",
|
|
@@ -2399,12 +2386,16 @@
|
|
|
2399
2386
|
{
|
|
2400
2387
|
"name": "--uui-color-area-grid-handle-size",
|
|
2401
2388
|
"description": "The size of the handle in the grid"
|
|
2389
|
+
},
|
|
2390
|
+
{
|
|
2391
|
+
"name": "--uui-color-area-border-radius",
|
|
2392
|
+
"description": "The border radius of the color area"
|
|
2402
2393
|
}
|
|
2403
2394
|
]
|
|
2404
2395
|
},
|
|
2405
2396
|
{
|
|
2406
2397
|
"name": "uui-color-picker",
|
|
2407
|
-
"path": "
|
|
2398
|
+
"path": "./src/components/color-picker/color-picker.element.ts",
|
|
2408
2399
|
"attributes": [
|
|
2409
2400
|
{
|
|
2410
2401
|
"name": "value",
|
|
@@ -2576,7 +2567,7 @@
|
|
|
2576
2567
|
},
|
|
2577
2568
|
{
|
|
2578
2569
|
"name": "uui-color-slider",
|
|
2579
|
-
"path": "
|
|
2570
|
+
"path": "./src/components/color-slider/color-slider.element.ts",
|
|
2580
2571
|
"attributes": [
|
|
2581
2572
|
{
|
|
2582
2573
|
"name": "type",
|
|
@@ -2762,7 +2753,7 @@
|
|
|
2762
2753
|
},
|
|
2763
2754
|
{
|
|
2764
2755
|
"name": "uui-color-swatch",
|
|
2765
|
-
"path": "
|
|
2756
|
+
"path": "./src/components/color-swatch/color-swatch.element.ts",
|
|
2766
2757
|
"description": "Color swatch, can have label and be selectable, disabled or readonly.",
|
|
2767
2758
|
"attributes": [
|
|
2768
2759
|
{
|
|
@@ -2915,7 +2906,7 @@
|
|
|
2915
2906
|
},
|
|
2916
2907
|
{
|
|
2917
2908
|
"name": "uui-color-swatches",
|
|
2918
|
-
"path": "
|
|
2909
|
+
"path": "./src/components/color-swatches/color-swatches.element.ts",
|
|
2919
2910
|
"description": "Put uui-color-swatch elements inside this element to create a color swatch selector.",
|
|
2920
2911
|
"attributes": [
|
|
2921
2912
|
{
|
|
@@ -2991,7 +2982,7 @@
|
|
|
2991
2982
|
},
|
|
2992
2983
|
{
|
|
2993
2984
|
"name": "uui-combobox-list-option",
|
|
2994
|
-
"path": "
|
|
2985
|
+
"path": "./src/components/combobox-list/combobox-list-option.element.ts",
|
|
2995
2986
|
"attributes": [
|
|
2996
2987
|
{
|
|
2997
2988
|
"name": "value",
|
|
@@ -3098,7 +3089,7 @@
|
|
|
3098
3089
|
},
|
|
3099
3090
|
{
|
|
3100
3091
|
"name": "uui-combobox-list",
|
|
3101
|
-
"path": "
|
|
3092
|
+
"path": "./src/components/combobox-list/combobox-list.element.ts",
|
|
3102
3093
|
"attributes": [
|
|
3103
3094
|
{
|
|
3104
3095
|
"name": "value",
|
|
@@ -3162,7 +3153,7 @@
|
|
|
3162
3153
|
},
|
|
3163
3154
|
{
|
|
3164
3155
|
"name": "uui-combobox",
|
|
3165
|
-
"path": "
|
|
3156
|
+
"path": "./src/components/combobox/combobox.element.ts",
|
|
3166
3157
|
"attributes": [
|
|
3167
3158
|
{
|
|
3168
3159
|
"name": "search",
|
|
@@ -3212,12 +3203,6 @@
|
|
|
3212
3203
|
"type": "string",
|
|
3213
3204
|
"default": "\"''\""
|
|
3214
3205
|
},
|
|
3215
|
-
{
|
|
3216
|
-
"name": "value",
|
|
3217
|
-
"description": "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.",
|
|
3218
|
-
"type": "string",
|
|
3219
|
-
"default": "\"''\""
|
|
3220
|
-
},
|
|
3221
3206
|
{
|
|
3222
3207
|
"name": "required",
|
|
3223
3208
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -3242,11 +3227,17 @@
|
|
|
3242
3227
|
"type": "string",
|
|
3243
3228
|
"default": "\"This field is invalid\""
|
|
3244
3229
|
},
|
|
3230
|
+
{
|
|
3231
|
+
"name": "value",
|
|
3232
|
+
"description": "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.",
|
|
3233
|
+
"type": "string",
|
|
3234
|
+
"default": "\"''\""
|
|
3235
|
+
},
|
|
3245
3236
|
{
|
|
3246
3237
|
"name": "pristine",
|
|
3247
3238
|
"description": "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.",
|
|
3248
3239
|
"type": "boolean",
|
|
3249
|
-
"default": "\"
|
|
3240
|
+
"default": "\"\""
|
|
3250
3241
|
}
|
|
3251
3242
|
],
|
|
3252
3243
|
"properties": [
|
|
@@ -3304,12 +3295,6 @@
|
|
|
3304
3295
|
"type": "CSSResult[]",
|
|
3305
3296
|
"default": "[null]"
|
|
3306
3297
|
},
|
|
3307
|
-
{
|
|
3308
|
-
"name": "formAssociated",
|
|
3309
|
-
"description": "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/",
|
|
3310
|
-
"type": "boolean",
|
|
3311
|
-
"default": "true"
|
|
3312
|
-
},
|
|
3313
3298
|
{
|
|
3314
3299
|
"name": "name",
|
|
3315
3300
|
"attribute": "name",
|
|
@@ -3317,13 +3302,6 @@
|
|
|
3317
3302
|
"type": "string",
|
|
3318
3303
|
"default": "\"''\""
|
|
3319
3304
|
},
|
|
3320
|
-
{
|
|
3321
|
-
"name": "value",
|
|
3322
|
-
"attribute": "value",
|
|
3323
|
-
"description": "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.",
|
|
3324
|
-
"type": "string",
|
|
3325
|
-
"default": "\"''\""
|
|
3326
|
-
},
|
|
3327
3305
|
{
|
|
3328
3306
|
"name": "required",
|
|
3329
3307
|
"attribute": "required",
|
|
@@ -3353,19 +3331,40 @@
|
|
|
3353
3331
|
"default": "\"This field is invalid\""
|
|
3354
3332
|
},
|
|
3355
3333
|
{
|
|
3356
|
-
"name": "
|
|
3357
|
-
"type": "
|
|
3334
|
+
"name": "addValidator",
|
|
3335
|
+
"type": "(flagKey: FlagTypes, getMessageMethod: () => string, checkMethod: () => boolean) => void"
|
|
3358
3336
|
},
|
|
3359
3337
|
{
|
|
3360
|
-
"name": "
|
|
3361
|
-
"type": "
|
|
3338
|
+
"name": "removeValidator",
|
|
3339
|
+
"type": "(obj: UUIFormControlValidatorConfig) => void"
|
|
3340
|
+
},
|
|
3341
|
+
{
|
|
3342
|
+
"name": "formAssociated",
|
|
3343
|
+
"description": "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/",
|
|
3344
|
+
"type": "boolean",
|
|
3345
|
+
"default": "true"
|
|
3346
|
+
},
|
|
3347
|
+
{
|
|
3348
|
+
"name": "value",
|
|
3349
|
+
"attribute": "value",
|
|
3350
|
+
"description": "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.",
|
|
3351
|
+
"type": "string",
|
|
3352
|
+
"default": "\"''\""
|
|
3362
3353
|
},
|
|
3363
3354
|
{
|
|
3364
3355
|
"name": "pristine",
|
|
3365
3356
|
"attribute": "pristine",
|
|
3366
3357
|
"description": "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.",
|
|
3367
3358
|
"type": "boolean",
|
|
3368
|
-
"default": "\"
|
|
3359
|
+
"default": "\"\""
|
|
3360
|
+
},
|
|
3361
|
+
{
|
|
3362
|
+
"name": "validity",
|
|
3363
|
+
"type": "ValidityState"
|
|
3364
|
+
},
|
|
3365
|
+
{
|
|
3366
|
+
"name": "validationMessage",
|
|
3367
|
+
"type": "string"
|
|
3369
3368
|
}
|
|
3370
3369
|
],
|
|
3371
3370
|
"events": [
|
|
@@ -3401,7 +3400,7 @@
|
|
|
3401
3400
|
},
|
|
3402
3401
|
{
|
|
3403
3402
|
"name": "uui-dialog-layout",
|
|
3404
|
-
"path": "
|
|
3403
|
+
"path": "./src/components/dialog-layout/dialog-layout.element.ts",
|
|
3405
3404
|
"attributes": [
|
|
3406
3405
|
{
|
|
3407
3406
|
"name": "headline",
|
|
@@ -3441,7 +3440,7 @@
|
|
|
3441
3440
|
},
|
|
3442
3441
|
{
|
|
3443
3442
|
"name": "uui-dialog",
|
|
3444
|
-
"path": "
|
|
3443
|
+
"path": "./src/components/dialog/dialog.element.ts",
|
|
3445
3444
|
"properties": [
|
|
3446
3445
|
{
|
|
3447
3446
|
"name": "styles",
|
|
@@ -3458,7 +3457,7 @@
|
|
|
3458
3457
|
},
|
|
3459
3458
|
{
|
|
3460
3459
|
"name": "uui-file-dropzone",
|
|
3461
|
-
"path": "
|
|
3460
|
+
"path": "./src/components/file-dropzone/file-dropzone.element.ts",
|
|
3462
3461
|
"attributes": [
|
|
3463
3462
|
{
|
|
3464
3463
|
"name": "accept",
|
|
@@ -3533,7 +3532,7 @@
|
|
|
3533
3532
|
},
|
|
3534
3533
|
{
|
|
3535
3534
|
"name": "uui-file-preview",
|
|
3536
|
-
"path": "
|
|
3535
|
+
"path": "./src/components/file-preview/file-preview.element.ts",
|
|
3537
3536
|
"properties": [
|
|
3538
3537
|
{
|
|
3539
3538
|
"name": "file",
|
|
@@ -3554,7 +3553,7 @@
|
|
|
3554
3553
|
},
|
|
3555
3554
|
{
|
|
3556
3555
|
"name": "uui-form-layout-item",
|
|
3557
|
-
"path": "
|
|
3556
|
+
"path": "./src/components/form-layout-item/form-layout-item.element.ts",
|
|
3558
3557
|
"attributes": [
|
|
3559
3558
|
{
|
|
3560
3559
|
"name": "description",
|
|
@@ -3594,7 +3593,7 @@
|
|
|
3594
3593
|
},
|
|
3595
3594
|
{
|
|
3596
3595
|
"name": "uui-form-validation-message",
|
|
3597
|
-
"path": "
|
|
3596
|
+
"path": "./src/components/form-validation-message/form-validation-message.element.ts",
|
|
3598
3597
|
"attributes": [
|
|
3599
3598
|
{
|
|
3600
3599
|
"name": "for",
|
|
@@ -3604,17 +3603,17 @@
|
|
|
3604
3603
|
}
|
|
3605
3604
|
],
|
|
3606
3605
|
"properties": [
|
|
3606
|
+
{
|
|
3607
|
+
"name": "styles",
|
|
3608
|
+
"type": "CSSResult[]",
|
|
3609
|
+
"default": "[null]"
|
|
3610
|
+
},
|
|
3607
3611
|
{
|
|
3608
3612
|
"name": "for",
|
|
3609
3613
|
"attribute": "for",
|
|
3610
3614
|
"description": "Set the element containing Form Controls of interest.",
|
|
3611
3615
|
"type": "string",
|
|
3612
3616
|
"default": "\"this\""
|
|
3613
|
-
},
|
|
3614
|
-
{
|
|
3615
|
-
"name": "styles",
|
|
3616
|
-
"type": "CSSResult[]",
|
|
3617
|
-
"default": "[null]"
|
|
3618
3617
|
}
|
|
3619
3618
|
],
|
|
3620
3619
|
"slots": [
|
|
@@ -3630,11 +3629,11 @@
|
|
|
3630
3629
|
},
|
|
3631
3630
|
{
|
|
3632
3631
|
"name": "uui-form",
|
|
3633
|
-
"path": "
|
|
3632
|
+
"path": "./src/components/form/form.element.ts"
|
|
3634
3633
|
},
|
|
3635
3634
|
{
|
|
3636
3635
|
"name": "uui-icon-registry-essential",
|
|
3637
|
-
"path": "
|
|
3636
|
+
"path": "./src/components/icon-registry-essential/icon-registry-essential.element.ts",
|
|
3638
3637
|
"properties": [
|
|
3639
3638
|
{
|
|
3640
3639
|
"name": "icons",
|
|
@@ -3647,7 +3646,7 @@
|
|
|
3647
3646
|
},
|
|
3648
3647
|
{
|
|
3649
3648
|
"name": "uui-icon-registry",
|
|
3650
|
-
"path": "
|
|
3649
|
+
"path": "./src/components/icon-registry/icon-registry.element.ts",
|
|
3651
3650
|
"properties": [
|
|
3652
3651
|
{
|
|
3653
3652
|
"name": "icons",
|
|
@@ -3661,7 +3660,7 @@
|
|
|
3661
3660
|
},
|
|
3662
3661
|
{
|
|
3663
3662
|
"name": "uui-icon",
|
|
3664
|
-
"path": "
|
|
3663
|
+
"path": "./src/components/icon/icon.element.ts",
|
|
3665
3664
|
"attributes": [
|
|
3666
3665
|
{
|
|
3667
3666
|
"name": "label",
|
|
@@ -3742,7 +3741,7 @@
|
|
|
3742
3741
|
},
|
|
3743
3742
|
{
|
|
3744
3743
|
"name": "uui-input-file",
|
|
3745
|
-
"path": "
|
|
3744
|
+
"path": "./src/components/input-file/input-file.element.ts",
|
|
3746
3745
|
"attributes": [
|
|
3747
3746
|
{
|
|
3748
3747
|
"name": "accept",
|
|
@@ -3762,12 +3761,6 @@
|
|
|
3762
3761
|
"type": "string",
|
|
3763
3762
|
"default": "\"''\""
|
|
3764
3763
|
},
|
|
3765
|
-
{
|
|
3766
|
-
"name": "value",
|
|
3767
|
-
"description": "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.",
|
|
3768
|
-
"type": "string",
|
|
3769
|
-
"default": "\"''\""
|
|
3770
|
-
},
|
|
3771
3764
|
{
|
|
3772
3765
|
"name": "required",
|
|
3773
3766
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -3792,11 +3785,17 @@
|
|
|
3792
3785
|
"type": "string",
|
|
3793
3786
|
"default": "\"This field is invalid\""
|
|
3794
3787
|
},
|
|
3788
|
+
{
|
|
3789
|
+
"name": "value",
|
|
3790
|
+
"description": "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.",
|
|
3791
|
+
"type": "string",
|
|
3792
|
+
"default": "\"''\""
|
|
3793
|
+
},
|
|
3795
3794
|
{
|
|
3796
3795
|
"name": "pristine",
|
|
3797
3796
|
"description": "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.",
|
|
3798
3797
|
"type": "boolean",
|
|
3799
|
-
"default": "\"
|
|
3798
|
+
"default": "\"\""
|
|
3800
3799
|
}
|
|
3801
3800
|
],
|
|
3802
3801
|
"properties": [
|
|
@@ -3819,12 +3818,6 @@
|
|
|
3819
3818
|
"type": "CSSResult[]",
|
|
3820
3819
|
"default": "[null]"
|
|
3821
3820
|
},
|
|
3822
|
-
{
|
|
3823
|
-
"name": "formAssociated",
|
|
3824
|
-
"description": "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/",
|
|
3825
|
-
"type": "boolean",
|
|
3826
|
-
"default": "true"
|
|
3827
|
-
},
|
|
3828
3821
|
{
|
|
3829
3822
|
"name": "name",
|
|
3830
3823
|
"attribute": "name",
|
|
@@ -3832,13 +3825,6 @@
|
|
|
3832
3825
|
"type": "string",
|
|
3833
3826
|
"default": "\"''\""
|
|
3834
3827
|
},
|
|
3835
|
-
{
|
|
3836
|
-
"name": "value",
|
|
3837
|
-
"attribute": "value",
|
|
3838
|
-
"description": "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.",
|
|
3839
|
-
"type": "string",
|
|
3840
|
-
"default": "\"''\""
|
|
3841
|
-
},
|
|
3842
3828
|
{
|
|
3843
3829
|
"name": "required",
|
|
3844
3830
|
"attribute": "required",
|
|
@@ -3868,25 +3854,46 @@
|
|
|
3868
3854
|
"default": "\"This field is invalid\""
|
|
3869
3855
|
},
|
|
3870
3856
|
{
|
|
3871
|
-
"name": "
|
|
3872
|
-
"type": "
|
|
3857
|
+
"name": "addValidator",
|
|
3858
|
+
"type": "(flagKey: FlagTypes, getMessageMethod: () => string, checkMethod: () => boolean) => void"
|
|
3873
3859
|
},
|
|
3874
3860
|
{
|
|
3875
|
-
"name": "
|
|
3876
|
-
"type": "
|
|
3861
|
+
"name": "removeValidator",
|
|
3862
|
+
"type": "(obj: UUIFormControlValidatorConfig) => void"
|
|
3863
|
+
},
|
|
3864
|
+
{
|
|
3865
|
+
"name": "formAssociated",
|
|
3866
|
+
"description": "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/",
|
|
3867
|
+
"type": "boolean",
|
|
3868
|
+
"default": "true"
|
|
3869
|
+
},
|
|
3870
|
+
{
|
|
3871
|
+
"name": "value",
|
|
3872
|
+
"attribute": "value",
|
|
3873
|
+
"description": "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.",
|
|
3874
|
+
"type": "string",
|
|
3875
|
+
"default": "\"''\""
|
|
3877
3876
|
},
|
|
3878
3877
|
{
|
|
3879
3878
|
"name": "pristine",
|
|
3880
3879
|
"attribute": "pristine",
|
|
3881
3880
|
"description": "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.",
|
|
3882
3881
|
"type": "boolean",
|
|
3883
|
-
"default": "\"
|
|
3882
|
+
"default": "\"\""
|
|
3883
|
+
},
|
|
3884
|
+
{
|
|
3885
|
+
"name": "validity",
|
|
3886
|
+
"type": "ValidityState"
|
|
3887
|
+
},
|
|
3888
|
+
{
|
|
3889
|
+
"name": "validationMessage",
|
|
3890
|
+
"type": "string"
|
|
3884
3891
|
}
|
|
3885
3892
|
]
|
|
3886
3893
|
},
|
|
3887
3894
|
{
|
|
3888
3895
|
"name": "uui-input-lock",
|
|
3889
|
-
"path": "
|
|
3896
|
+
"path": "./src/components/input-lock/input-lock.element.ts",
|
|
3890
3897
|
"attributes": [
|
|
3891
3898
|
{
|
|
3892
3899
|
"name": "locked",
|
|
@@ -4012,12 +4019,6 @@
|
|
|
4012
4019
|
"type": "string",
|
|
4013
4020
|
"default": "\"''\""
|
|
4014
4021
|
},
|
|
4015
|
-
{
|
|
4016
|
-
"name": "value",
|
|
4017
|
-
"description": "get/set the value of the input",
|
|
4018
|
-
"type": "string",
|
|
4019
|
-
"default": "\"''\""
|
|
4020
|
-
},
|
|
4021
4022
|
{
|
|
4022
4023
|
"name": "required",
|
|
4023
4024
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -4042,11 +4043,17 @@
|
|
|
4042
4043
|
"type": "string",
|
|
4043
4044
|
"default": "\"This field is invalid\""
|
|
4044
4045
|
},
|
|
4046
|
+
{
|
|
4047
|
+
"name": "value",
|
|
4048
|
+
"description": "get/set the value of the input",
|
|
4049
|
+
"type": "string",
|
|
4050
|
+
"default": "\"''\""
|
|
4051
|
+
},
|
|
4045
4052
|
{
|
|
4046
4053
|
"name": "pristine",
|
|
4047
4054
|
"description": "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.",
|
|
4048
4055
|
"type": "boolean",
|
|
4049
|
-
"default": "\"
|
|
4056
|
+
"default": "\"\""
|
|
4050
4057
|
},
|
|
4051
4058
|
{
|
|
4052
4059
|
"name": "label",
|
|
@@ -4198,12 +4205,6 @@
|
|
|
4198
4205
|
"description": "get/set native spellcheck attribute",
|
|
4199
4206
|
"type": "boolean"
|
|
4200
4207
|
},
|
|
4201
|
-
{
|
|
4202
|
-
"name": "formAssociated",
|
|
4203
|
-
"description": "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/",
|
|
4204
|
-
"type": "boolean",
|
|
4205
|
-
"default": "true"
|
|
4206
|
-
},
|
|
4207
4208
|
{
|
|
4208
4209
|
"name": "name",
|
|
4209
4210
|
"attribute": "name",
|
|
@@ -4211,13 +4212,6 @@
|
|
|
4211
4212
|
"type": "string",
|
|
4212
4213
|
"default": "\"''\""
|
|
4213
4214
|
},
|
|
4214
|
-
{
|
|
4215
|
-
"name": "value",
|
|
4216
|
-
"attribute": "value",
|
|
4217
|
-
"description": "get/set the value of the input",
|
|
4218
|
-
"type": "string",
|
|
4219
|
-
"default": "\"''\""
|
|
4220
|
-
},
|
|
4221
4215
|
{
|
|
4222
4216
|
"name": "required",
|
|
4223
4217
|
"attribute": "required",
|
|
@@ -4247,19 +4241,40 @@
|
|
|
4247
4241
|
"default": "\"This field is invalid\""
|
|
4248
4242
|
},
|
|
4249
4243
|
{
|
|
4250
|
-
"name": "
|
|
4251
|
-
"type": "
|
|
4244
|
+
"name": "addValidator",
|
|
4245
|
+
"type": "(flagKey: FlagTypes, getMessageMethod: () => string, checkMethod: () => boolean) => void"
|
|
4252
4246
|
},
|
|
4253
4247
|
{
|
|
4254
|
-
"name": "
|
|
4255
|
-
"type": "
|
|
4248
|
+
"name": "removeValidator",
|
|
4249
|
+
"type": "(obj: UUIFormControlValidatorConfig) => void"
|
|
4250
|
+
},
|
|
4251
|
+
{
|
|
4252
|
+
"name": "formAssociated",
|
|
4253
|
+
"description": "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/",
|
|
4254
|
+
"type": "boolean",
|
|
4255
|
+
"default": "true"
|
|
4256
|
+
},
|
|
4257
|
+
{
|
|
4258
|
+
"name": "value",
|
|
4259
|
+
"attribute": "value",
|
|
4260
|
+
"description": "get/set the value of the input",
|
|
4261
|
+
"type": "string",
|
|
4262
|
+
"default": "\"''\""
|
|
4256
4263
|
},
|
|
4257
4264
|
{
|
|
4258
4265
|
"name": "pristine",
|
|
4259
4266
|
"attribute": "pristine",
|
|
4260
4267
|
"description": "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.",
|
|
4261
4268
|
"type": "boolean",
|
|
4262
|
-
"default": "\"
|
|
4269
|
+
"default": "\"\""
|
|
4270
|
+
},
|
|
4271
|
+
{
|
|
4272
|
+
"name": "validity",
|
|
4273
|
+
"type": "ValidityState"
|
|
4274
|
+
},
|
|
4275
|
+
{
|
|
4276
|
+
"name": "validationMessage",
|
|
4277
|
+
"type": "string"
|
|
4263
4278
|
},
|
|
4264
4279
|
{
|
|
4265
4280
|
"name": "label",
|
|
@@ -4313,6 +4328,10 @@
|
|
|
4313
4328
|
"name": "--uui-input-border-width",
|
|
4314
4329
|
"description": "Border width"
|
|
4315
4330
|
},
|
|
4331
|
+
{
|
|
4332
|
+
"name": "--uui-input-border-radius",
|
|
4333
|
+
"description": "Border radius"
|
|
4334
|
+
},
|
|
4316
4335
|
{
|
|
4317
4336
|
"name": "--uui-input-border-color",
|
|
4318
4337
|
"description": "Border color"
|
|
@@ -4337,7 +4356,7 @@
|
|
|
4337
4356
|
},
|
|
4338
4357
|
{
|
|
4339
4358
|
"name": "uui-input-password",
|
|
4340
|
-
"path": "
|
|
4359
|
+
"path": "./src/components/input-password/input-password.element.ts",
|
|
4341
4360
|
"attributes": [
|
|
4342
4361
|
{
|
|
4343
4362
|
"name": "min",
|
|
@@ -4445,12 +4464,6 @@
|
|
|
4445
4464
|
"type": "string",
|
|
4446
4465
|
"default": "\"''\""
|
|
4447
4466
|
},
|
|
4448
|
-
{
|
|
4449
|
-
"name": "value",
|
|
4450
|
-
"description": "get/set the value of the input",
|
|
4451
|
-
"type": "string",
|
|
4452
|
-
"default": "\"''\""
|
|
4453
|
-
},
|
|
4454
4467
|
{
|
|
4455
4468
|
"name": "required",
|
|
4456
4469
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -4475,11 +4488,17 @@
|
|
|
4475
4488
|
"type": "string",
|
|
4476
4489
|
"default": "\"This field is invalid\""
|
|
4477
4490
|
},
|
|
4491
|
+
{
|
|
4492
|
+
"name": "value",
|
|
4493
|
+
"description": "get/set the value of the input",
|
|
4494
|
+
"type": "string",
|
|
4495
|
+
"default": "\"''\""
|
|
4496
|
+
},
|
|
4478
4497
|
{
|
|
4479
4498
|
"name": "pristine",
|
|
4480
4499
|
"description": "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.",
|
|
4481
4500
|
"type": "boolean",
|
|
4482
|
-
"default": "\"
|
|
4501
|
+
"default": "\"\""
|
|
4483
4502
|
},
|
|
4484
4503
|
{
|
|
4485
4504
|
"name": "label",
|
|
@@ -4610,12 +4629,6 @@
|
|
|
4610
4629
|
"description": "get/set native spellcheck attribute",
|
|
4611
4630
|
"type": "boolean"
|
|
4612
4631
|
},
|
|
4613
|
-
{
|
|
4614
|
-
"name": "formAssociated",
|
|
4615
|
-
"description": "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/",
|
|
4616
|
-
"type": "boolean",
|
|
4617
|
-
"default": "true"
|
|
4618
|
-
},
|
|
4619
4632
|
{
|
|
4620
4633
|
"name": "name",
|
|
4621
4634
|
"attribute": "name",
|
|
@@ -4623,13 +4636,6 @@
|
|
|
4623
4636
|
"type": "string",
|
|
4624
4637
|
"default": "\"''\""
|
|
4625
4638
|
},
|
|
4626
|
-
{
|
|
4627
|
-
"name": "value",
|
|
4628
|
-
"attribute": "value",
|
|
4629
|
-
"description": "get/set the value of the input",
|
|
4630
|
-
"type": "string",
|
|
4631
|
-
"default": "\"''\""
|
|
4632
|
-
},
|
|
4633
4639
|
{
|
|
4634
4640
|
"name": "required",
|
|
4635
4641
|
"attribute": "required",
|
|
@@ -4659,19 +4665,40 @@
|
|
|
4659
4665
|
"default": "\"This field is invalid\""
|
|
4660
4666
|
},
|
|
4661
4667
|
{
|
|
4662
|
-
"name": "
|
|
4663
|
-
"type": "
|
|
4668
|
+
"name": "addValidator",
|
|
4669
|
+
"type": "(flagKey: FlagTypes, getMessageMethod: () => string, checkMethod: () => boolean) => void"
|
|
4664
4670
|
},
|
|
4665
4671
|
{
|
|
4666
|
-
"name": "
|
|
4667
|
-
"type": "
|
|
4672
|
+
"name": "removeValidator",
|
|
4673
|
+
"type": "(obj: UUIFormControlValidatorConfig) => void"
|
|
4674
|
+
},
|
|
4675
|
+
{
|
|
4676
|
+
"name": "formAssociated",
|
|
4677
|
+
"description": "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/",
|
|
4678
|
+
"type": "boolean",
|
|
4679
|
+
"default": "true"
|
|
4680
|
+
},
|
|
4681
|
+
{
|
|
4682
|
+
"name": "value",
|
|
4683
|
+
"attribute": "value",
|
|
4684
|
+
"description": "get/set the value of the input",
|
|
4685
|
+
"type": "string",
|
|
4686
|
+
"default": "\"''\""
|
|
4668
4687
|
},
|
|
4669
4688
|
{
|
|
4670
4689
|
"name": "pristine",
|
|
4671
4690
|
"attribute": "pristine",
|
|
4672
4691
|
"description": "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.",
|
|
4673
4692
|
"type": "boolean",
|
|
4674
|
-
"default": "\"
|
|
4693
|
+
"default": "\"\""
|
|
4694
|
+
},
|
|
4695
|
+
{
|
|
4696
|
+
"name": "validity",
|
|
4697
|
+
"type": "ValidityState"
|
|
4698
|
+
},
|
|
4699
|
+
{
|
|
4700
|
+
"name": "validationMessage",
|
|
4701
|
+
"type": "string"
|
|
4675
4702
|
},
|
|
4676
4703
|
{
|
|
4677
4704
|
"name": "label",
|
|
@@ -4725,6 +4752,10 @@
|
|
|
4725
4752
|
"name": "--uui-input-border-width",
|
|
4726
4753
|
"description": "Border width"
|
|
4727
4754
|
},
|
|
4755
|
+
{
|
|
4756
|
+
"name": "--uui-input-border-radius",
|
|
4757
|
+
"description": "Border radius"
|
|
4758
|
+
},
|
|
4728
4759
|
{
|
|
4729
4760
|
"name": "--uui-input-border-color",
|
|
4730
4761
|
"description": "Border color"
|
|
@@ -4749,7 +4780,7 @@
|
|
|
4749
4780
|
},
|
|
4750
4781
|
{
|
|
4751
4782
|
"name": "uui-input",
|
|
4752
|
-
"path": "
|
|
4783
|
+
"path": "./src/components/input/input.element.ts",
|
|
4753
4784
|
"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.",
|
|
4754
4785
|
"attributes": [
|
|
4755
4786
|
{
|
|
@@ -4858,12 +4889,6 @@
|
|
|
4858
4889
|
"type": "string",
|
|
4859
4890
|
"default": "\"''\""
|
|
4860
4891
|
},
|
|
4861
|
-
{
|
|
4862
|
-
"name": "value",
|
|
4863
|
-
"description": "get/set the value of the input",
|
|
4864
|
-
"type": "string",
|
|
4865
|
-
"default": "\"''\""
|
|
4866
|
-
},
|
|
4867
4892
|
{
|
|
4868
4893
|
"name": "required",
|
|
4869
4894
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -4888,11 +4913,17 @@
|
|
|
4888
4913
|
"type": "string",
|
|
4889
4914
|
"default": "\"This field is invalid\""
|
|
4890
4915
|
},
|
|
4916
|
+
{
|
|
4917
|
+
"name": "value",
|
|
4918
|
+
"description": "get/set the value of the input",
|
|
4919
|
+
"type": "string",
|
|
4920
|
+
"default": "\"''\""
|
|
4921
|
+
},
|
|
4891
4922
|
{
|
|
4892
4923
|
"name": "pristine",
|
|
4893
4924
|
"description": "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.",
|
|
4894
4925
|
"type": "boolean",
|
|
4895
|
-
"default": "\"
|
|
4926
|
+
"default": "\"\""
|
|
4896
4927
|
},
|
|
4897
4928
|
{
|
|
4898
4929
|
"name": "label",
|
|
@@ -5023,12 +5054,6 @@
|
|
|
5023
5054
|
"description": "get/set native spellcheck attribute",
|
|
5024
5055
|
"type": "boolean"
|
|
5025
5056
|
},
|
|
5026
|
-
{
|
|
5027
|
-
"name": "formAssociated",
|
|
5028
|
-
"description": "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/",
|
|
5029
|
-
"type": "boolean",
|
|
5030
|
-
"default": "true"
|
|
5031
|
-
},
|
|
5032
5057
|
{
|
|
5033
5058
|
"name": "name",
|
|
5034
5059
|
"attribute": "name",
|
|
@@ -5036,13 +5061,6 @@
|
|
|
5036
5061
|
"type": "string",
|
|
5037
5062
|
"default": "\"''\""
|
|
5038
5063
|
},
|
|
5039
|
-
{
|
|
5040
|
-
"name": "value",
|
|
5041
|
-
"attribute": "value",
|
|
5042
|
-
"description": "get/set the value of the input",
|
|
5043
|
-
"type": "string",
|
|
5044
|
-
"default": "\"''\""
|
|
5045
|
-
},
|
|
5046
5064
|
{
|
|
5047
5065
|
"name": "required",
|
|
5048
5066
|
"attribute": "required",
|
|
@@ -5072,19 +5090,40 @@
|
|
|
5072
5090
|
"default": "\"This field is invalid\""
|
|
5073
5091
|
},
|
|
5074
5092
|
{
|
|
5075
|
-
"name": "
|
|
5076
|
-
"type": "
|
|
5093
|
+
"name": "addValidator",
|
|
5094
|
+
"type": "(flagKey: FlagTypes, getMessageMethod: () => string, checkMethod: () => boolean) => void"
|
|
5077
5095
|
},
|
|
5078
5096
|
{
|
|
5079
|
-
"name": "
|
|
5080
|
-
"type": "
|
|
5097
|
+
"name": "removeValidator",
|
|
5098
|
+
"type": "(obj: UUIFormControlValidatorConfig) => void"
|
|
5099
|
+
},
|
|
5100
|
+
{
|
|
5101
|
+
"name": "formAssociated",
|
|
5102
|
+
"description": "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/",
|
|
5103
|
+
"type": "boolean",
|
|
5104
|
+
"default": "true"
|
|
5105
|
+
},
|
|
5106
|
+
{
|
|
5107
|
+
"name": "value",
|
|
5108
|
+
"attribute": "value",
|
|
5109
|
+
"description": "get/set the value of the input",
|
|
5110
|
+
"type": "string",
|
|
5111
|
+
"default": "\"''\""
|
|
5081
5112
|
},
|
|
5082
5113
|
{
|
|
5083
5114
|
"name": "pristine",
|
|
5084
5115
|
"attribute": "pristine",
|
|
5085
5116
|
"description": "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.",
|
|
5086
5117
|
"type": "boolean",
|
|
5087
|
-
"default": "\"
|
|
5118
|
+
"default": "\"\""
|
|
5119
|
+
},
|
|
5120
|
+
{
|
|
5121
|
+
"name": "validity",
|
|
5122
|
+
"type": "ValidityState"
|
|
5123
|
+
},
|
|
5124
|
+
{
|
|
5125
|
+
"name": "validationMessage",
|
|
5126
|
+
"type": "string"
|
|
5088
5127
|
},
|
|
5089
5128
|
{
|
|
5090
5129
|
"name": "label",
|
|
@@ -5138,6 +5177,10 @@
|
|
|
5138
5177
|
"name": "--uui-input-border-width",
|
|
5139
5178
|
"description": "Border width"
|
|
5140
5179
|
},
|
|
5180
|
+
{
|
|
5181
|
+
"name": "--uui-input-border-radius",
|
|
5182
|
+
"description": "Border radius"
|
|
5183
|
+
},
|
|
5141
5184
|
{
|
|
5142
5185
|
"name": "--uui-input-border-color",
|
|
5143
5186
|
"description": "Border color"
|
|
@@ -5162,7 +5205,7 @@
|
|
|
5162
5205
|
},
|
|
5163
5206
|
{
|
|
5164
5207
|
"name": "uui-key",
|
|
5165
|
-
"path": "
|
|
5208
|
+
"path": "./src/components/keyboard-shortcut/key.element.ts",
|
|
5166
5209
|
"description": "A visual representation of a key on you keyboard. use inside `<uui-keyboard-shortcut></uui-keyboard-shortcut>`",
|
|
5167
5210
|
"properties": [
|
|
5168
5211
|
{
|
|
@@ -5180,7 +5223,7 @@
|
|
|
5180
5223
|
},
|
|
5181
5224
|
{
|
|
5182
5225
|
"name": "uui-keyboard-shortcut",
|
|
5183
|
-
"path": "
|
|
5226
|
+
"path": "./src/components/keyboard-shortcut/keyboard-shortcut.element.ts",
|
|
5184
5227
|
"description": "A visual representation of a keyboard shortcut.",
|
|
5185
5228
|
"properties": [
|
|
5186
5229
|
{
|
|
@@ -5198,7 +5241,7 @@
|
|
|
5198
5241
|
},
|
|
5199
5242
|
{
|
|
5200
5243
|
"name": "uui-label",
|
|
5201
|
-
"path": "
|
|
5244
|
+
"path": "./src/components/label/label.element.ts",
|
|
5202
5245
|
"description": "Label element for Custom Element",
|
|
5203
5246
|
"attributes": [
|
|
5204
5247
|
{
|
|
@@ -5263,7 +5306,7 @@
|
|
|
5263
5306
|
},
|
|
5264
5307
|
{
|
|
5265
5308
|
"name": "uui-loader-bar",
|
|
5266
|
-
"path": "
|
|
5309
|
+
"path": "./src/components/loader-bar/loader-bar.element.ts",
|
|
5267
5310
|
"attributes": [
|
|
5268
5311
|
{
|
|
5269
5312
|
"name": "progress",
|
|
@@ -5302,7 +5345,7 @@
|
|
|
5302
5345
|
},
|
|
5303
5346
|
{
|
|
5304
5347
|
"name": "uui-loader-circle",
|
|
5305
|
-
"path": "
|
|
5348
|
+
"path": "./src/components/loader-circle/loader-circle.element.ts",
|
|
5306
5349
|
"attributes": [
|
|
5307
5350
|
{
|
|
5308
5351
|
"name": "progress",
|
|
@@ -5341,7 +5384,7 @@
|
|
|
5341
5384
|
},
|
|
5342
5385
|
{
|
|
5343
5386
|
"name": "uui-loader",
|
|
5344
|
-
"path": "
|
|
5387
|
+
"path": "./src/components/loader/loader.element.ts",
|
|
5345
5388
|
"description": "A basic loader.",
|
|
5346
5389
|
"properties": [
|
|
5347
5390
|
{
|
|
@@ -5353,7 +5396,7 @@
|
|
|
5353
5396
|
},
|
|
5354
5397
|
{
|
|
5355
5398
|
"name": "uui-menu-item",
|
|
5356
|
-
"path": "
|
|
5399
|
+
"path": "./src/components/menu-item/menu-item.element.ts",
|
|
5357
5400
|
"attributes": [
|
|
5358
5401
|
{
|
|
5359
5402
|
"name": "disabled",
|
|
@@ -5632,240 +5675,32 @@
|
|
|
5632
5675
|
]
|
|
5633
5676
|
},
|
|
5634
5677
|
{
|
|
5635
|
-
"name": "
|
|
5636
|
-
"path": "
|
|
5637
|
-
"properties": [
|
|
5638
|
-
{
|
|
5639
|
-
"name": "styles",
|
|
5640
|
-
"type": "CSSResult",
|
|
5641
|
-
"default": "\"css`\\n .sidebar-buttons {\\n margin-top: auto;\\n display: flex;\\n align-items: center;\\n justify-content: end;\\n padding: 16px;\\n background: var(--uui-color-surface);\\n box-shadow: var(--uui-shadow-depth-4);\\n }\\n `\""
|
|
5642
|
-
}
|
|
5643
|
-
]
|
|
5644
|
-
},
|
|
5645
|
-
{
|
|
5646
|
-
"name": "uui-modal-dialog",
|
|
5647
|
-
"path": "./../uui-modal/lib/uui-modal-dialog.element.ts",
|
|
5678
|
+
"name": "uui-pagination",
|
|
5679
|
+
"path": "./src/components/pagination/pagination.element.ts",
|
|
5648
5680
|
"attributes": [
|
|
5649
5681
|
{
|
|
5650
|
-
"name": "
|
|
5651
|
-
"
|
|
5652
|
-
"
|
|
5682
|
+
"name": "label",
|
|
5683
|
+
"description": "This property is used to generate a proper `aria-label`. It will be announced by screen reader as: \"<<this.label>>. Current page: <<this.current>>\"",
|
|
5684
|
+
"type": "string",
|
|
5685
|
+
"default": "\"\""
|
|
5653
5686
|
},
|
|
5654
5687
|
{
|
|
5655
|
-
"name": "
|
|
5656
|
-
"
|
|
5657
|
-
"
|
|
5688
|
+
"name": "aria-label",
|
|
5689
|
+
"description": "With this property you can overwrite aria-label.",
|
|
5690
|
+
"type": "string",
|
|
5691
|
+
"default": "\"\""
|
|
5658
5692
|
},
|
|
5659
5693
|
{
|
|
5660
|
-
"name": "
|
|
5661
|
-
"
|
|
5662
|
-
"
|
|
5694
|
+
"name": "firstLabel",
|
|
5695
|
+
"description": "This property is used to generate the name of the first button",
|
|
5696
|
+
"type": "string",
|
|
5697
|
+
"default": "\"First\""
|
|
5663
5698
|
},
|
|
5664
5699
|
{
|
|
5665
|
-
"name": "
|
|
5666
|
-
"
|
|
5667
|
-
"
|
|
5668
|
-
|
|
5669
|
-
{
|
|
5670
|
-
"name": "transition-duration",
|
|
5671
|
-
"type": "number"
|
|
5672
|
-
}
|
|
5673
|
-
],
|
|
5674
|
-
"properties": [
|
|
5675
|
-
{
|
|
5676
|
-
"name": "isOpen",
|
|
5677
|
-
"attribute": "is-open",
|
|
5678
|
-
"type": "boolean",
|
|
5679
|
-
"default": "false"
|
|
5680
|
-
},
|
|
5681
|
-
{
|
|
5682
|
-
"name": "isClosing",
|
|
5683
|
-
"attribute": "is-closing",
|
|
5684
|
-
"type": "boolean",
|
|
5685
|
-
"default": "false"
|
|
5686
|
-
},
|
|
5687
|
-
{
|
|
5688
|
-
"name": "index",
|
|
5689
|
-
"attribute": "index",
|
|
5690
|
-
"type": "number",
|
|
5691
|
-
"default": "0"
|
|
5692
|
-
},
|
|
5693
|
-
{
|
|
5694
|
-
"name": "uniqueIndex",
|
|
5695
|
-
"attribute": "unique-index",
|
|
5696
|
-
"type": "number",
|
|
5697
|
-
"default": "0"
|
|
5698
|
-
},
|
|
5699
|
-
{
|
|
5700
|
-
"name": "transitionDuration",
|
|
5701
|
-
"attribute": "transition-duration",
|
|
5702
|
-
"type": "number"
|
|
5703
|
-
},
|
|
5704
|
-
{
|
|
5705
|
-
"name": "open",
|
|
5706
|
-
"type": "(event?: Event | undefined) => void",
|
|
5707
|
-
"default": "\"(event?: Event) => {\\n event?.preventDefault();\\n event?.stopImmediatePropagation();\\n\\n const openEvent = new CustomEvent(UUIModalOpenEvent, {\\n cancelable: true,\\n });\\n // TODO: get rid of legacy 'open'-event sometime in the future. [NL]\\n const legacyOpenEvent = new CustomEvent('open', {\\n cancelable: true,\\n });\\n\\n this.dispatchEvent(openEvent);\\n this.dispatchEvent(legacyOpenEvent);\\n if (openEvent.defaultPrevented || legacyOpenEvent.defaultPrevented) return;\\n\\n this._openModal();\\n }\""
|
|
5708
|
-
},
|
|
5709
|
-
{
|
|
5710
|
-
"name": "close",
|
|
5711
|
-
"type": "(event?: Event | undefined) => void",
|
|
5712
|
-
"default": "\"(event?: Event) => {\\n event?.preventDefault();\\n event?.stopImmediatePropagation();\\n\\n const closeEvent = new CustomEvent(UUIModalCloseEvent, {\\n cancelable: true,\\n });\\n this.dispatchEvent(closeEvent);\\n\\n if (closeEvent.defaultPrevented) return;\\n\\n this.forceClose();\\n }\""
|
|
5713
|
-
},
|
|
5714
|
-
{
|
|
5715
|
-
"name": "styles",
|
|
5716
|
-
"type": "CSSResult[]",
|
|
5717
|
-
"default": "[null,null]"
|
|
5718
|
-
}
|
|
5719
|
-
],
|
|
5720
|
-
"events": [
|
|
5721
|
-
{
|
|
5722
|
-
"name": "uui:modal-open"
|
|
5723
|
-
},
|
|
5724
|
-
{
|
|
5725
|
-
"name": "open"
|
|
5726
|
-
},
|
|
5727
|
-
{
|
|
5728
|
-
"name": "uui:modal-close"
|
|
5729
|
-
},
|
|
5730
|
-
{
|
|
5731
|
-
"name": "close-end"
|
|
5732
|
-
},
|
|
5733
|
-
{
|
|
5734
|
-
"name": "uui:modal-close-end"
|
|
5735
|
-
}
|
|
5736
|
-
]
|
|
5737
|
-
},
|
|
5738
|
-
{
|
|
5739
|
-
"name": "uui-modal-sidebar",
|
|
5740
|
-
"path": "./../uui-modal/lib/uui-modal-sidebar.element.ts",
|
|
5741
|
-
"attributes": [
|
|
5742
|
-
{
|
|
5743
|
-
"name": "size",
|
|
5744
|
-
"type": "UUIModalSidebarSize",
|
|
5745
|
-
"default": "\"full\""
|
|
5746
|
-
},
|
|
5747
|
-
{
|
|
5748
|
-
"name": "is-open",
|
|
5749
|
-
"type": "boolean",
|
|
5750
|
-
"default": "false"
|
|
5751
|
-
},
|
|
5752
|
-
{
|
|
5753
|
-
"name": "is-closing",
|
|
5754
|
-
"type": "boolean",
|
|
5755
|
-
"default": "false"
|
|
5756
|
-
},
|
|
5757
|
-
{
|
|
5758
|
-
"name": "index",
|
|
5759
|
-
"type": "number",
|
|
5760
|
-
"default": "0"
|
|
5761
|
-
},
|
|
5762
|
-
{
|
|
5763
|
-
"name": "unique-index",
|
|
5764
|
-
"type": "number",
|
|
5765
|
-
"default": "0"
|
|
5766
|
-
},
|
|
5767
|
-
{
|
|
5768
|
-
"name": "transition-duration",
|
|
5769
|
-
"type": "number"
|
|
5770
|
-
}
|
|
5771
|
-
],
|
|
5772
|
-
"properties": [
|
|
5773
|
-
{
|
|
5774
|
-
"name": "size",
|
|
5775
|
-
"attribute": "size",
|
|
5776
|
-
"type": "UUIModalSidebarSize",
|
|
5777
|
-
"default": "\"full\""
|
|
5778
|
-
},
|
|
5779
|
-
{
|
|
5780
|
-
"name": "isOpen",
|
|
5781
|
-
"attribute": "is-open",
|
|
5782
|
-
"type": "boolean",
|
|
5783
|
-
"default": "false"
|
|
5784
|
-
},
|
|
5785
|
-
{
|
|
5786
|
-
"name": "isClosing",
|
|
5787
|
-
"attribute": "is-closing",
|
|
5788
|
-
"type": "boolean",
|
|
5789
|
-
"default": "false"
|
|
5790
|
-
},
|
|
5791
|
-
{
|
|
5792
|
-
"name": "index",
|
|
5793
|
-
"attribute": "index",
|
|
5794
|
-
"type": "number",
|
|
5795
|
-
"default": "0"
|
|
5796
|
-
},
|
|
5797
|
-
{
|
|
5798
|
-
"name": "uniqueIndex",
|
|
5799
|
-
"attribute": "unique-index",
|
|
5800
|
-
"type": "number",
|
|
5801
|
-
"default": "0"
|
|
5802
|
-
},
|
|
5803
|
-
{
|
|
5804
|
-
"name": "transitionDuration",
|
|
5805
|
-
"attribute": "transition-duration",
|
|
5806
|
-
"type": "number"
|
|
5807
|
-
},
|
|
5808
|
-
{
|
|
5809
|
-
"name": "open",
|
|
5810
|
-
"type": "(event?: Event | undefined) => void",
|
|
5811
|
-
"default": "\"(event?: Event) => {\\n event?.preventDefault();\\n event?.stopImmediatePropagation();\\n\\n const openEvent = new CustomEvent(UUIModalOpenEvent, {\\n cancelable: true,\\n });\\n // TODO: get rid of legacy 'open'-event sometime in the future. [NL]\\n const legacyOpenEvent = new CustomEvent('open', {\\n cancelable: true,\\n });\\n\\n this.dispatchEvent(openEvent);\\n this.dispatchEvent(legacyOpenEvent);\\n if (openEvent.defaultPrevented || legacyOpenEvent.defaultPrevented) return;\\n\\n this._openModal();\\n }\""
|
|
5812
|
-
},
|
|
5813
|
-
{
|
|
5814
|
-
"name": "close",
|
|
5815
|
-
"type": "(event?: Event | undefined) => void",
|
|
5816
|
-
"default": "\"(event?: Event) => {\\n event?.preventDefault();\\n event?.stopImmediatePropagation();\\n\\n const closeEvent = new CustomEvent(UUIModalCloseEvent, {\\n cancelable: true,\\n });\\n this.dispatchEvent(closeEvent);\\n\\n if (closeEvent.defaultPrevented) return;\\n\\n this.forceClose();\\n }\""
|
|
5817
|
-
},
|
|
5818
|
-
{
|
|
5819
|
-
"name": "styles",
|
|
5820
|
-
"type": "CSSResult[]",
|
|
5821
|
-
"default": "[null,null]"
|
|
5822
|
-
}
|
|
5823
|
-
],
|
|
5824
|
-
"events": [
|
|
5825
|
-
{
|
|
5826
|
-
"name": "uui:modal-open"
|
|
5827
|
-
},
|
|
5828
|
-
{
|
|
5829
|
-
"name": "open"
|
|
5830
|
-
},
|
|
5831
|
-
{
|
|
5832
|
-
"name": "uui:modal-close"
|
|
5833
|
-
},
|
|
5834
|
-
{
|
|
5835
|
-
"name": "close-end"
|
|
5836
|
-
},
|
|
5837
|
-
{
|
|
5838
|
-
"name": "uui:modal-close-end"
|
|
5839
|
-
}
|
|
5840
|
-
]
|
|
5841
|
-
},
|
|
5842
|
-
{
|
|
5843
|
-
"name": "uui-pagination",
|
|
5844
|
-
"path": "./../uui-pagination/lib/uui-pagination.element.ts",
|
|
5845
|
-
"attributes": [
|
|
5846
|
-
{
|
|
5847
|
-
"name": "label",
|
|
5848
|
-
"description": "This property is used to generate a proper `aria-label`. It will be announced by screen reader as: \"<<this.label>>. Current page: <<this.current>>\"",
|
|
5849
|
-
"type": "string",
|
|
5850
|
-
"default": "\"\""
|
|
5851
|
-
},
|
|
5852
|
-
{
|
|
5853
|
-
"name": "aria-label",
|
|
5854
|
-
"description": "With this property you can overwrite aria-label.",
|
|
5855
|
-
"type": "string",
|
|
5856
|
-
"default": "\"\""
|
|
5857
|
-
},
|
|
5858
|
-
{
|
|
5859
|
-
"name": "firstLabel",
|
|
5860
|
-
"description": "This property is used to generate the name of the first button",
|
|
5861
|
-
"type": "string",
|
|
5862
|
-
"default": "\"First\""
|
|
5863
|
-
},
|
|
5864
|
-
{
|
|
5865
|
-
"name": "previousLabel",
|
|
5866
|
-
"description": "This property is used to generate the name of the previous button",
|
|
5867
|
-
"type": "string",
|
|
5868
|
-
"default": "\"Previous\""
|
|
5700
|
+
"name": "previousLabel",
|
|
5701
|
+
"description": "This property is used to generate the name of the previous button",
|
|
5702
|
+
"type": "string",
|
|
5703
|
+
"default": "\"Previous\""
|
|
5869
5704
|
},
|
|
5870
5705
|
{
|
|
5871
5706
|
"name": "nextLabel",
|
|
@@ -5961,12 +5796,12 @@
|
|
|
5961
5796
|
]
|
|
5962
5797
|
},
|
|
5963
5798
|
{
|
|
5964
|
-
"name": "uui-popover-container",
|
|
5965
|
-
"path": "
|
|
5799
|
+
"name": "uui-popover-container-shadowdomtester",
|
|
5800
|
+
"path": "./src/components/popover-container/popover-container-shadowdomtester.element.ts"
|
|
5966
5801
|
},
|
|
5967
5802
|
{
|
|
5968
5803
|
"name": "uui-popover-container",
|
|
5969
|
-
"path": "
|
|
5804
|
+
"path": "./src/components/popover-container/popover-container.element.ts",
|
|
5970
5805
|
"attributes": [
|
|
5971
5806
|
{
|
|
5972
5807
|
"name": "margin",
|
|
@@ -6025,85 +5860,9 @@
|
|
|
6025
5860
|
}
|
|
6026
5861
|
]
|
|
6027
5862
|
},
|
|
6028
|
-
{
|
|
6029
|
-
"name": "uui-popover",
|
|
6030
|
-
"path": "./../uui-popover/lib/uui-popover.element.ts",
|
|
6031
|
-
"attributes": [
|
|
6032
|
-
{
|
|
6033
|
-
"name": "margin",
|
|
6034
|
-
"description": "Set the distance between popover-modal and trigger.",
|
|
6035
|
-
"type": "number",
|
|
6036
|
-
"default": "\"false\""
|
|
6037
|
-
},
|
|
6038
|
-
{
|
|
6039
|
-
"name": "placement",
|
|
6040
|
-
"description": "Define the placement of the popover-modal.",
|
|
6041
|
-
"type": "PopoverPlacement",
|
|
6042
|
-
"default": "\"'bottom-start'\""
|
|
6043
|
-
},
|
|
6044
|
-
{
|
|
6045
|
-
"name": "open",
|
|
6046
|
-
"description": "Opens the popover-modal.",
|
|
6047
|
-
"type": "boolean",
|
|
6048
|
-
"default": "\"false\""
|
|
6049
|
-
}
|
|
6050
|
-
],
|
|
6051
|
-
"properties": [
|
|
6052
|
-
{
|
|
6053
|
-
"name": "margin",
|
|
6054
|
-
"attribute": "margin",
|
|
6055
|
-
"description": "Set the distance between popover-modal and trigger.",
|
|
6056
|
-
"type": "number",
|
|
6057
|
-
"default": "\"false\""
|
|
6058
|
-
},
|
|
6059
|
-
{
|
|
6060
|
-
"name": "placement",
|
|
6061
|
-
"attribute": "placement",
|
|
6062
|
-
"description": "Define the placement of the popover-modal.",
|
|
6063
|
-
"type": "PopoverPlacement",
|
|
6064
|
-
"default": "\"'bottom-start'\""
|
|
6065
|
-
},
|
|
6066
|
-
{
|
|
6067
|
-
"name": "open",
|
|
6068
|
-
"attribute": "open",
|
|
6069
|
-
"description": "Opens the popover-modal.",
|
|
6070
|
-
"type": "boolean",
|
|
6071
|
-
"default": "\"false\""
|
|
6072
|
-
},
|
|
6073
|
-
{
|
|
6074
|
-
"name": "styles",
|
|
6075
|
-
"type": "CSSResult[]",
|
|
6076
|
-
"default": "[null]"
|
|
6077
|
-
}
|
|
6078
|
-
],
|
|
6079
|
-
"events": [
|
|
6080
|
-
{
|
|
6081
|
-
"name": "close",
|
|
6082
|
-
"description": "When popover is closed by user interaction."
|
|
6083
|
-
}
|
|
6084
|
-
],
|
|
6085
|
-
"slots": [
|
|
6086
|
-
{
|
|
6087
|
-
"name": "trigger",
|
|
6088
|
-
"description": "The element that triggers the popover."
|
|
6089
|
-
},
|
|
6090
|
-
{
|
|
6091
|
-
"name": "popover",
|
|
6092
|
-
"description": "The content of the popover."
|
|
6093
|
-
}
|
|
6094
|
-
],
|
|
6095
|
-
"cssProperties": [
|
|
6096
|
-
{
|
|
6097
|
-
"name": "--uui-popover-z-index",
|
|
6098
|
-
"description": "overwrite the z-index of the popover container."
|
|
6099
|
-
}
|
|
6100
|
-
],
|
|
6101
|
-
"deprecated": true,
|
|
6102
|
-
"deprecatedMessage": "This component has been deprecated and will be removed in future releases. It is being replaced by popover-container."
|
|
6103
|
-
},
|
|
6104
5863
|
{
|
|
6105
5864
|
"name": "uui-progress-bar",
|
|
6106
|
-
"path": "
|
|
5865
|
+
"path": "./src/components/progress-bar/progress-bar.element.ts",
|
|
6107
5866
|
"attributes": [
|
|
6108
5867
|
{
|
|
6109
5868
|
"name": "progress",
|
|
@@ -6129,7 +5888,7 @@
|
|
|
6129
5888
|
},
|
|
6130
5889
|
{
|
|
6131
5890
|
"name": "uui-radio-group",
|
|
6132
|
-
"path": "
|
|
5891
|
+
"path": "./src/components/radio/radio-group.element.ts",
|
|
6133
5892
|
"attributes": [
|
|
6134
5893
|
{
|
|
6135
5894
|
"name": "disabled",
|
|
@@ -6149,12 +5908,6 @@
|
|
|
6149
5908
|
"type": "string",
|
|
6150
5909
|
"default": "\"''\""
|
|
6151
5910
|
},
|
|
6152
|
-
{
|
|
6153
|
-
"name": "value",
|
|
6154
|
-
"description": "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.",
|
|
6155
|
-
"type": "string",
|
|
6156
|
-
"default": "\"''\""
|
|
6157
|
-
},
|
|
6158
5911
|
{
|
|
6159
5912
|
"name": "required",
|
|
6160
5913
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -6179,11 +5932,17 @@
|
|
|
6179
5932
|
"type": "string",
|
|
6180
5933
|
"default": "\"This field is invalid\""
|
|
6181
5934
|
},
|
|
5935
|
+
{
|
|
5936
|
+
"name": "value",
|
|
5937
|
+
"description": "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.",
|
|
5938
|
+
"type": "string",
|
|
5939
|
+
"default": "\"''\""
|
|
5940
|
+
},
|
|
6182
5941
|
{
|
|
6183
5942
|
"name": "pristine",
|
|
6184
5943
|
"description": "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.",
|
|
6185
5944
|
"type": "boolean",
|
|
6186
|
-
"default": "\"
|
|
5945
|
+
"default": "\"\""
|
|
6187
5946
|
}
|
|
6188
5947
|
],
|
|
6189
5948
|
"properties": [
|
|
@@ -6206,12 +5965,6 @@
|
|
|
6206
5965
|
"type": "CSSResult[]",
|
|
6207
5966
|
"default": "[null]"
|
|
6208
5967
|
},
|
|
6209
|
-
{
|
|
6210
|
-
"name": "formAssociated",
|
|
6211
|
-
"description": "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/",
|
|
6212
|
-
"type": "boolean",
|
|
6213
|
-
"default": "true"
|
|
6214
|
-
},
|
|
6215
5968
|
{
|
|
6216
5969
|
"name": "name",
|
|
6217
5970
|
"attribute": "name",
|
|
@@ -6219,13 +5972,6 @@
|
|
|
6219
5972
|
"type": "string",
|
|
6220
5973
|
"default": "\"''\""
|
|
6221
5974
|
},
|
|
6222
|
-
{
|
|
6223
|
-
"name": "value",
|
|
6224
|
-
"attribute": "value",
|
|
6225
|
-
"description": "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.",
|
|
6226
|
-
"type": "string",
|
|
6227
|
-
"default": "\"''\""
|
|
6228
|
-
},
|
|
6229
5975
|
{
|
|
6230
5976
|
"name": "required",
|
|
6231
5977
|
"attribute": "required",
|
|
@@ -6255,19 +6001,40 @@
|
|
|
6255
6001
|
"default": "\"This field is invalid\""
|
|
6256
6002
|
},
|
|
6257
6003
|
{
|
|
6258
|
-
"name": "
|
|
6259
|
-
"type": "
|
|
6004
|
+
"name": "addValidator",
|
|
6005
|
+
"type": "(flagKey: FlagTypes, getMessageMethod: () => string, checkMethod: () => boolean) => void"
|
|
6260
6006
|
},
|
|
6261
6007
|
{
|
|
6262
|
-
"name": "
|
|
6263
|
-
"type": "
|
|
6008
|
+
"name": "removeValidator",
|
|
6009
|
+
"type": "(obj: UUIFormControlValidatorConfig) => void"
|
|
6010
|
+
},
|
|
6011
|
+
{
|
|
6012
|
+
"name": "formAssociated",
|
|
6013
|
+
"description": "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/",
|
|
6014
|
+
"type": "boolean",
|
|
6015
|
+
"default": "true"
|
|
6016
|
+
},
|
|
6017
|
+
{
|
|
6018
|
+
"name": "value",
|
|
6019
|
+
"attribute": "value",
|
|
6020
|
+
"description": "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.",
|
|
6021
|
+
"type": "string",
|
|
6022
|
+
"default": "\"''\""
|
|
6264
6023
|
},
|
|
6265
6024
|
{
|
|
6266
6025
|
"name": "pristine",
|
|
6267
6026
|
"attribute": "pristine",
|
|
6268
6027
|
"description": "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.",
|
|
6269
6028
|
"type": "boolean",
|
|
6270
|
-
"default": "\"
|
|
6029
|
+
"default": "\"\""
|
|
6030
|
+
},
|
|
6031
|
+
{
|
|
6032
|
+
"name": "validity",
|
|
6033
|
+
"type": "ValidityState"
|
|
6034
|
+
},
|
|
6035
|
+
{
|
|
6036
|
+
"name": "validationMessage",
|
|
6037
|
+
"type": "string"
|
|
6271
6038
|
}
|
|
6272
6039
|
],
|
|
6273
6040
|
"slots": [
|
|
@@ -6279,7 +6046,7 @@
|
|
|
6279
6046
|
},
|
|
6280
6047
|
{
|
|
6281
6048
|
"name": "uui-radio",
|
|
6282
|
-
"path": "
|
|
6049
|
+
"path": "./src/components/radio/radio.element.ts",
|
|
6283
6050
|
"attributes": [
|
|
6284
6051
|
{
|
|
6285
6052
|
"name": "name",
|
|
@@ -6384,7 +6151,7 @@
|
|
|
6384
6151
|
},
|
|
6385
6152
|
{
|
|
6386
6153
|
"name": "uui-range-slider",
|
|
6387
|
-
"path": "
|
|
6154
|
+
"path": "./src/components/range-slider/range-slider.element.ts",
|
|
6388
6155
|
"attributes": [
|
|
6389
6156
|
{
|
|
6390
6157
|
"name": "label",
|
|
@@ -6445,12 +6212,6 @@
|
|
|
6445
6212
|
"type": "string",
|
|
6446
6213
|
"default": "\"''\""
|
|
6447
6214
|
},
|
|
6448
|
-
{
|
|
6449
|
-
"name": "value",
|
|
6450
|
-
"description": "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.",
|
|
6451
|
-
"type": "string",
|
|
6452
|
-
"default": "\"0,0\""
|
|
6453
|
-
},
|
|
6454
6215
|
{
|
|
6455
6216
|
"name": "required",
|
|
6456
6217
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -6475,11 +6236,17 @@
|
|
|
6475
6236
|
"type": "string",
|
|
6476
6237
|
"default": "\"This field is invalid\""
|
|
6477
6238
|
},
|
|
6239
|
+
{
|
|
6240
|
+
"name": "value",
|
|
6241
|
+
"description": "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.",
|
|
6242
|
+
"type": "string",
|
|
6243
|
+
"default": "\"0,0\""
|
|
6244
|
+
},
|
|
6478
6245
|
{
|
|
6479
6246
|
"name": "pristine",
|
|
6480
6247
|
"description": "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.",
|
|
6481
6248
|
"type": "boolean",
|
|
6482
|
-
"default": "\"
|
|
6249
|
+
"default": "\"\""
|
|
6483
6250
|
}
|
|
6484
6251
|
],
|
|
6485
6252
|
"properties": [
|
|
@@ -6551,12 +6318,6 @@
|
|
|
6551
6318
|
"type": "CSSResult[]",
|
|
6552
6319
|
"default": "[null]"
|
|
6553
6320
|
},
|
|
6554
|
-
{
|
|
6555
|
-
"name": "formAssociated",
|
|
6556
|
-
"description": "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/",
|
|
6557
|
-
"type": "boolean",
|
|
6558
|
-
"default": "true"
|
|
6559
|
-
},
|
|
6560
6321
|
{
|
|
6561
6322
|
"name": "name",
|
|
6562
6323
|
"attribute": "name",
|
|
@@ -6564,13 +6325,6 @@
|
|
|
6564
6325
|
"type": "string",
|
|
6565
6326
|
"default": "\"''\""
|
|
6566
6327
|
},
|
|
6567
|
-
{
|
|
6568
|
-
"name": "value",
|
|
6569
|
-
"attribute": "value",
|
|
6570
|
-
"description": "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.",
|
|
6571
|
-
"type": "string",
|
|
6572
|
-
"default": "\"0,0\""
|
|
6573
|
-
},
|
|
6574
6328
|
{
|
|
6575
6329
|
"name": "required",
|
|
6576
6330
|
"attribute": "required",
|
|
@@ -6600,19 +6354,40 @@
|
|
|
6600
6354
|
"default": "\"This field is invalid\""
|
|
6601
6355
|
},
|
|
6602
6356
|
{
|
|
6603
|
-
"name": "
|
|
6604
|
-
"type": "
|
|
6357
|
+
"name": "addValidator",
|
|
6358
|
+
"type": "(flagKey: FlagTypes, getMessageMethod: () => string, checkMethod: () => boolean) => void"
|
|
6605
6359
|
},
|
|
6606
6360
|
{
|
|
6607
|
-
"name": "
|
|
6608
|
-
"type": "
|
|
6361
|
+
"name": "removeValidator",
|
|
6362
|
+
"type": "(obj: UUIFormControlValidatorConfig) => void"
|
|
6363
|
+
},
|
|
6364
|
+
{
|
|
6365
|
+
"name": "formAssociated",
|
|
6366
|
+
"description": "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/",
|
|
6367
|
+
"type": "boolean",
|
|
6368
|
+
"default": "true"
|
|
6369
|
+
},
|
|
6370
|
+
{
|
|
6371
|
+
"name": "value",
|
|
6372
|
+
"attribute": "value",
|
|
6373
|
+
"description": "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.",
|
|
6374
|
+
"type": "string",
|
|
6375
|
+
"default": "\"0,0\""
|
|
6609
6376
|
},
|
|
6610
6377
|
{
|
|
6611
6378
|
"name": "pristine",
|
|
6612
6379
|
"attribute": "pristine",
|
|
6613
6380
|
"description": "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.",
|
|
6614
6381
|
"type": "boolean",
|
|
6615
|
-
"default": "\"
|
|
6382
|
+
"default": "\"\""
|
|
6383
|
+
},
|
|
6384
|
+
{
|
|
6385
|
+
"name": "validity",
|
|
6386
|
+
"type": "ValidityState"
|
|
6387
|
+
},
|
|
6388
|
+
{
|
|
6389
|
+
"name": "validationMessage",
|
|
6390
|
+
"type": "string"
|
|
6616
6391
|
}
|
|
6617
6392
|
],
|
|
6618
6393
|
"events": [
|
|
@@ -6628,7 +6403,7 @@
|
|
|
6628
6403
|
},
|
|
6629
6404
|
{
|
|
6630
6405
|
"name": "uui-ref-list",
|
|
6631
|
-
"path": "
|
|
6406
|
+
"path": "./src/components/ref-list/ref-list.element.ts",
|
|
6632
6407
|
"properties": [
|
|
6633
6408
|
{
|
|
6634
6409
|
"name": "styles",
|
|
@@ -6639,7 +6414,7 @@
|
|
|
6639
6414
|
},
|
|
6640
6415
|
{
|
|
6641
6416
|
"name": "uui-ref-node-data-type",
|
|
6642
|
-
"path": "
|
|
6417
|
+
"path": "./src/components/ref-node-data-type/ref-node-data-type.element.ts",
|
|
6643
6418
|
"attributes": [
|
|
6644
6419
|
{
|
|
6645
6420
|
"name": "alias",
|
|
@@ -6842,7 +6617,7 @@
|
|
|
6842
6617
|
},
|
|
6843
6618
|
{
|
|
6844
6619
|
"name": "uui-ref-node-document-type",
|
|
6845
|
-
"path": "
|
|
6620
|
+
"path": "./src/components/ref-node-document-type/ref-node-document-type.element.ts",
|
|
6846
6621
|
"attributes": [
|
|
6847
6622
|
{
|
|
6848
6623
|
"name": "alias",
|
|
@@ -7045,7 +6820,7 @@
|
|
|
7045
6820
|
},
|
|
7046
6821
|
{
|
|
7047
6822
|
"name": "uui-ref-node-form",
|
|
7048
|
-
"path": "
|
|
6823
|
+
"path": "./src/components/ref-node-form/ref-node-form.element.ts",
|
|
7049
6824
|
"attributes": [
|
|
7050
6825
|
{
|
|
7051
6826
|
"name": "name",
|
|
@@ -7235,7 +7010,7 @@
|
|
|
7235
7010
|
},
|
|
7236
7011
|
{
|
|
7237
7012
|
"name": "uui-ref-node-member",
|
|
7238
|
-
"path": "
|
|
7013
|
+
"path": "./src/components/ref-node-member/ref-node-member.element.ts",
|
|
7239
7014
|
"attributes": [
|
|
7240
7015
|
{
|
|
7241
7016
|
"name": "group-name",
|
|
@@ -7438,7 +7213,7 @@
|
|
|
7438
7213
|
},
|
|
7439
7214
|
{
|
|
7440
7215
|
"name": "uui-ref-node-package",
|
|
7441
|
-
"path": "
|
|
7216
|
+
"path": "./src/components/ref-node-package/ref-node-package.element.ts",
|
|
7442
7217
|
"attributes": [
|
|
7443
7218
|
{
|
|
7444
7219
|
"name": "version",
|
|
@@ -7654,7 +7429,7 @@
|
|
|
7654
7429
|
},
|
|
7655
7430
|
{
|
|
7656
7431
|
"name": "uui-ref-node-user",
|
|
7657
|
-
"path": "
|
|
7432
|
+
"path": "./src/components/ref-node-user/ref-node-user.element.ts",
|
|
7658
7433
|
"attributes": [
|
|
7659
7434
|
{
|
|
7660
7435
|
"name": "group-name",
|
|
@@ -7857,7 +7632,7 @@
|
|
|
7857
7632
|
},
|
|
7858
7633
|
{
|
|
7859
7634
|
"name": "uui-ref-node",
|
|
7860
|
-
"path": "
|
|
7635
|
+
"path": "./src/components/ref-node/ref-node.element.ts",
|
|
7861
7636
|
"attributes": [
|
|
7862
7637
|
{
|
|
7863
7638
|
"name": "name",
|
|
@@ -8047,7 +7822,7 @@
|
|
|
8047
7822
|
},
|
|
8048
7823
|
{
|
|
8049
7824
|
"name": "uui-ref",
|
|
8050
|
-
"path": "
|
|
7825
|
+
"path": "./src/components/ref/ref.element.ts",
|
|
8051
7826
|
"attributes": [
|
|
8052
7827
|
{
|
|
8053
7828
|
"name": "readonly",
|
|
@@ -8154,7 +7929,7 @@
|
|
|
8154
7929
|
},
|
|
8155
7930
|
{
|
|
8156
7931
|
"name": "uui-responsive-container",
|
|
8157
|
-
"path": "
|
|
7932
|
+
"path": "./src/components/responsive-container/responsive-container.element.ts",
|
|
8158
7933
|
"description": "A responsive container that collapses overflowing children into a dropdown.",
|
|
8159
7934
|
"attributes": [
|
|
8160
7935
|
{
|
|
@@ -8193,7 +7968,7 @@
|
|
|
8193
7968
|
},
|
|
8194
7969
|
{
|
|
8195
7970
|
"name": "uui-scroll-container",
|
|
8196
|
-
"path": "
|
|
7971
|
+
"path": "./src/components/scroll-container/scroll-container.element.ts",
|
|
8197
7972
|
"attributes": [
|
|
8198
7973
|
{
|
|
8199
7974
|
"name": "enforce-scroll",
|
|
@@ -8225,7 +8000,7 @@
|
|
|
8225
8000
|
},
|
|
8226
8001
|
{
|
|
8227
8002
|
"name": "uui-select",
|
|
8228
|
-
"path": "
|
|
8003
|
+
"path": "./src/components/select/select.element.ts",
|
|
8229
8004
|
"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.",
|
|
8230
8005
|
"attributes": [
|
|
8231
8006
|
{
|
|
@@ -8263,12 +8038,6 @@
|
|
|
8263
8038
|
"type": "string",
|
|
8264
8039
|
"default": "\"''\""
|
|
8265
8040
|
},
|
|
8266
|
-
{
|
|
8267
|
-
"name": "value",
|
|
8268
|
-
"description": "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.",
|
|
8269
|
-
"type": "string",
|
|
8270
|
-
"default": "\"''\""
|
|
8271
|
-
},
|
|
8272
8041
|
{
|
|
8273
8042
|
"name": "required",
|
|
8274
8043
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -8283,9 +8052,9 @@
|
|
|
8283
8052
|
},
|
|
8284
8053
|
{
|
|
8285
8054
|
"name": "error",
|
|
8286
|
-
"description": "
|
|
8055
|
+
"description": "Apply custom error on this input.",
|
|
8287
8056
|
"type": "boolean",
|
|
8288
|
-
"default": "
|
|
8057
|
+
"default": "false"
|
|
8289
8058
|
},
|
|
8290
8059
|
{
|
|
8291
8060
|
"name": "error-message",
|
|
@@ -8293,11 +8062,17 @@
|
|
|
8293
8062
|
"type": "string",
|
|
8294
8063
|
"default": "\"This field is invalid\""
|
|
8295
8064
|
},
|
|
8065
|
+
{
|
|
8066
|
+
"name": "value",
|
|
8067
|
+
"description": "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.",
|
|
8068
|
+
"type": "string",
|
|
8069
|
+
"default": "\"''\""
|
|
8070
|
+
},
|
|
8296
8071
|
{
|
|
8297
8072
|
"name": "pristine",
|
|
8298
8073
|
"description": "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.",
|
|
8299
8074
|
"type": "boolean",
|
|
8300
|
-
"default": "\"
|
|
8075
|
+
"default": "\"\""
|
|
8301
8076
|
}
|
|
8302
8077
|
],
|
|
8303
8078
|
"properties": [
|
|
@@ -8330,8 +8105,8 @@
|
|
|
8330
8105
|
},
|
|
8331
8106
|
{
|
|
8332
8107
|
"name": "options",
|
|
8333
|
-
"description": "An array of options to be rendered by the element.
|
|
8334
|
-
"type": "
|
|
8108
|
+
"description": "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}`",
|
|
8109
|
+
"type": "UUISelectOption[]",
|
|
8335
8110
|
"default": "[]"
|
|
8336
8111
|
},
|
|
8337
8112
|
{
|
|
@@ -8346,12 +8121,6 @@
|
|
|
8346
8121
|
"type": "CSSResult[]",
|
|
8347
8122
|
"default": "[null]"
|
|
8348
8123
|
},
|
|
8349
|
-
{
|
|
8350
|
-
"name": "formAssociated",
|
|
8351
|
-
"description": "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/",
|
|
8352
|
-
"type": "boolean",
|
|
8353
|
-
"default": "true"
|
|
8354
|
-
},
|
|
8355
8124
|
{
|
|
8356
8125
|
"name": "name",
|
|
8357
8126
|
"attribute": "name",
|
|
@@ -8359,13 +8128,6 @@
|
|
|
8359
8128
|
"type": "string",
|
|
8360
8129
|
"default": "\"''\""
|
|
8361
8130
|
},
|
|
8362
|
-
{
|
|
8363
|
-
"name": "value",
|
|
8364
|
-
"attribute": "value",
|
|
8365
|
-
"description": "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.",
|
|
8366
|
-
"type": "string",
|
|
8367
|
-
"default": "\"''\""
|
|
8368
|
-
},
|
|
8369
8131
|
{
|
|
8370
8132
|
"name": "required",
|
|
8371
8133
|
"attribute": "required",
|
|
@@ -8383,9 +8145,9 @@
|
|
|
8383
8145
|
{
|
|
8384
8146
|
"name": "error",
|
|
8385
8147
|
"attribute": "error",
|
|
8386
|
-
"description": "
|
|
8148
|
+
"description": "Apply custom error on this input.",
|
|
8387
8149
|
"type": "boolean",
|
|
8388
|
-
"default": "
|
|
8150
|
+
"default": "false"
|
|
8389
8151
|
},
|
|
8390
8152
|
{
|
|
8391
8153
|
"name": "errorMessage",
|
|
@@ -8395,19 +8157,40 @@
|
|
|
8395
8157
|
"default": "\"This field is invalid\""
|
|
8396
8158
|
},
|
|
8397
8159
|
{
|
|
8398
|
-
"name": "
|
|
8399
|
-
"type": "
|
|
8160
|
+
"name": "addValidator",
|
|
8161
|
+
"type": "(flagKey: FlagTypes, getMessageMethod: () => string, checkMethod: () => boolean) => void"
|
|
8400
8162
|
},
|
|
8401
8163
|
{
|
|
8402
|
-
"name": "
|
|
8403
|
-
"type": "
|
|
8164
|
+
"name": "removeValidator",
|
|
8165
|
+
"type": "(obj: UUIFormControlValidatorConfig) => void"
|
|
8166
|
+
},
|
|
8167
|
+
{
|
|
8168
|
+
"name": "formAssociated",
|
|
8169
|
+
"description": "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/",
|
|
8170
|
+
"type": "boolean",
|
|
8171
|
+
"default": "true"
|
|
8172
|
+
},
|
|
8173
|
+
{
|
|
8174
|
+
"name": "value",
|
|
8175
|
+
"attribute": "value",
|
|
8176
|
+
"description": "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.",
|
|
8177
|
+
"type": "string",
|
|
8178
|
+
"default": "\"''\""
|
|
8404
8179
|
},
|
|
8405
8180
|
{
|
|
8406
8181
|
"name": "pristine",
|
|
8407
8182
|
"attribute": "pristine",
|
|
8408
8183
|
"description": "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.",
|
|
8409
8184
|
"type": "boolean",
|
|
8410
|
-
"default": "\"
|
|
8185
|
+
"default": "\"\""
|
|
8186
|
+
},
|
|
8187
|
+
{
|
|
8188
|
+
"name": "validity",
|
|
8189
|
+
"type": "ValidityState"
|
|
8190
|
+
},
|
|
8191
|
+
{
|
|
8192
|
+
"name": "validationMessage",
|
|
8193
|
+
"type": "string"
|
|
8411
8194
|
}
|
|
8412
8195
|
],
|
|
8413
8196
|
"events": [
|
|
@@ -8469,7 +8252,7 @@
|
|
|
8469
8252
|
},
|
|
8470
8253
|
{
|
|
8471
8254
|
"name": "uui-slider",
|
|
8472
|
-
"path": "
|
|
8255
|
+
"path": "./src/components/slider/slider.element.ts",
|
|
8473
8256
|
"attributes": [
|
|
8474
8257
|
{
|
|
8475
8258
|
"name": "hide-step-values",
|
|
@@ -8524,12 +8307,6 @@
|
|
|
8524
8307
|
"type": "string",
|
|
8525
8308
|
"default": "\"''\""
|
|
8526
8309
|
},
|
|
8527
|
-
{
|
|
8528
|
-
"name": "value",
|
|
8529
|
-
"description": "This is a value property of the uui-slider.",
|
|
8530
|
-
"type": "string",
|
|
8531
|
-
"default": "\"''\""
|
|
8532
|
-
},
|
|
8533
8310
|
{
|
|
8534
8311
|
"name": "required",
|
|
8535
8312
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -8554,11 +8331,17 @@
|
|
|
8554
8331
|
"type": "string",
|
|
8555
8332
|
"default": "\"This field is invalid\""
|
|
8556
8333
|
},
|
|
8334
|
+
{
|
|
8335
|
+
"name": "value",
|
|
8336
|
+
"description": "This is a value property of the uui-slider.",
|
|
8337
|
+
"type": "string",
|
|
8338
|
+
"default": "\"''\""
|
|
8339
|
+
},
|
|
8557
8340
|
{
|
|
8558
8341
|
"name": "pristine",
|
|
8559
8342
|
"description": "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.",
|
|
8560
8343
|
"type": "boolean",
|
|
8561
|
-
"default": "\"
|
|
8344
|
+
"default": "\"\""
|
|
8562
8345
|
}
|
|
8563
8346
|
],
|
|
8564
8347
|
"properties": [
|
|
@@ -8622,12 +8405,6 @@
|
|
|
8622
8405
|
"type": "CSSResult[]",
|
|
8623
8406
|
"default": "[\"UUIHorizontalPulseKeyframes\",\"nativeInputStyles\",null]"
|
|
8624
8407
|
},
|
|
8625
|
-
{
|
|
8626
|
-
"name": "formAssociated",
|
|
8627
|
-
"description": "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/",
|
|
8628
|
-
"type": "boolean",
|
|
8629
|
-
"default": "true"
|
|
8630
|
-
},
|
|
8631
8408
|
{
|
|
8632
8409
|
"name": "name",
|
|
8633
8410
|
"attribute": "name",
|
|
@@ -8635,13 +8412,6 @@
|
|
|
8635
8412
|
"type": "string",
|
|
8636
8413
|
"default": "\"''\""
|
|
8637
8414
|
},
|
|
8638
|
-
{
|
|
8639
|
-
"name": "value",
|
|
8640
|
-
"attribute": "value",
|
|
8641
|
-
"description": "This is a value property of the uui-slider.",
|
|
8642
|
-
"type": "string",
|
|
8643
|
-
"default": "\"''\""
|
|
8644
|
-
},
|
|
8645
8415
|
{
|
|
8646
8416
|
"name": "required",
|
|
8647
8417
|
"attribute": "required",
|
|
@@ -8671,19 +8441,40 @@
|
|
|
8671
8441
|
"default": "\"This field is invalid\""
|
|
8672
8442
|
},
|
|
8673
8443
|
{
|
|
8674
|
-
"name": "
|
|
8675
|
-
"type": "
|
|
8444
|
+
"name": "addValidator",
|
|
8445
|
+
"type": "(flagKey: FlagTypes, getMessageMethod: () => string, checkMethod: () => boolean) => void"
|
|
8676
8446
|
},
|
|
8677
8447
|
{
|
|
8678
|
-
"name": "
|
|
8679
|
-
"type": "
|
|
8448
|
+
"name": "removeValidator",
|
|
8449
|
+
"type": "(obj: UUIFormControlValidatorConfig) => void"
|
|
8450
|
+
},
|
|
8451
|
+
{
|
|
8452
|
+
"name": "formAssociated",
|
|
8453
|
+
"description": "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/",
|
|
8454
|
+
"type": "boolean",
|
|
8455
|
+
"default": "true"
|
|
8456
|
+
},
|
|
8457
|
+
{
|
|
8458
|
+
"name": "value",
|
|
8459
|
+
"attribute": "value",
|
|
8460
|
+
"description": "This is a value property of the uui-slider.",
|
|
8461
|
+
"type": "string",
|
|
8462
|
+
"default": "\"''\""
|
|
8680
8463
|
},
|
|
8681
8464
|
{
|
|
8682
8465
|
"name": "pristine",
|
|
8683
8466
|
"attribute": "pristine",
|
|
8684
8467
|
"description": "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.",
|
|
8685
8468
|
"type": "boolean",
|
|
8686
|
-
"default": "\"
|
|
8469
|
+
"default": "\"\""
|
|
8470
|
+
},
|
|
8471
|
+
{
|
|
8472
|
+
"name": "validity",
|
|
8473
|
+
"type": "ValidityState"
|
|
8474
|
+
},
|
|
8475
|
+
{
|
|
8476
|
+
"name": "validationMessage",
|
|
8477
|
+
"type": "string"
|
|
8687
8478
|
}
|
|
8688
8479
|
],
|
|
8689
8480
|
"events": [
|
|
@@ -8693,9 +8484,33 @@
|
|
|
8693
8484
|
}
|
|
8694
8485
|
]
|
|
8695
8486
|
},
|
|
8487
|
+
{
|
|
8488
|
+
"name": "uui-symbol-drag-handle",
|
|
8489
|
+
"path": "./src/components/symbol-drag-handle/symbol-drag-handle.element.ts",
|
|
8490
|
+
"attributes": [
|
|
8491
|
+
{
|
|
8492
|
+
"name": "label",
|
|
8493
|
+
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
8494
|
+
"type": "string"
|
|
8495
|
+
}
|
|
8496
|
+
],
|
|
8497
|
+
"properties": [
|
|
8498
|
+
{
|
|
8499
|
+
"name": "styles",
|
|
8500
|
+
"type": "CSSResult[]",
|
|
8501
|
+
"default": "[null]"
|
|
8502
|
+
},
|
|
8503
|
+
{
|
|
8504
|
+
"name": "label",
|
|
8505
|
+
"attribute": "label",
|
|
8506
|
+
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
8507
|
+
"type": "string"
|
|
8508
|
+
}
|
|
8509
|
+
]
|
|
8510
|
+
},
|
|
8696
8511
|
{
|
|
8697
8512
|
"name": "uui-symbol-expand",
|
|
8698
|
-
"path": "
|
|
8513
|
+
"path": "./src/components/symbol-expand/symbol-expand.element.ts",
|
|
8699
8514
|
"description": "A symbol indicating whether related composition is expanded or collapsed",
|
|
8700
8515
|
"attributes": [
|
|
8701
8516
|
{
|
|
@@ -8722,7 +8537,7 @@
|
|
|
8722
8537
|
},
|
|
8723
8538
|
{
|
|
8724
8539
|
"name": "uui-symbol-file-dropzone",
|
|
8725
|
-
"path": "
|
|
8540
|
+
"path": "./src/components/symbol-file-dropzone/symbol-file-dropzone.element.ts",
|
|
8726
8541
|
"attributes": [
|
|
8727
8542
|
{
|
|
8728
8543
|
"name": "error",
|
|
@@ -8748,7 +8563,7 @@
|
|
|
8748
8563
|
},
|
|
8749
8564
|
{
|
|
8750
8565
|
"name": "uui-symbol-file-thumbnail",
|
|
8751
|
-
"path": "
|
|
8566
|
+
"path": "./src/components/symbol-file-thumbnail/symbol-file-thumbnail.element.ts",
|
|
8752
8567
|
"attributes": [
|
|
8753
8568
|
{
|
|
8754
8569
|
"name": "src",
|
|
@@ -8787,33 +8602,7 @@
|
|
|
8787
8602
|
},
|
|
8788
8603
|
{
|
|
8789
8604
|
"name": "uui-file-symbol",
|
|
8790
|
-
"path": "
|
|
8791
|
-
"attributes": [
|
|
8792
|
-
{
|
|
8793
|
-
"name": "type",
|
|
8794
|
-
"description": "The text that will appear on the file icon",
|
|
8795
|
-
"type": "string",
|
|
8796
|
-
"default": "\"\""
|
|
8797
|
-
}
|
|
8798
|
-
],
|
|
8799
|
-
"properties": [
|
|
8800
|
-
{
|
|
8801
|
-
"name": "type",
|
|
8802
|
-
"attribute": "type",
|
|
8803
|
-
"description": "The text that will appear on the file icon",
|
|
8804
|
-
"type": "string",
|
|
8805
|
-
"default": "\"\""
|
|
8806
|
-
},
|
|
8807
|
-
{
|
|
8808
|
-
"name": "styles",
|
|
8809
|
-
"type": "CSSResult[]",
|
|
8810
|
-
"default": "[\"UUITextStyles\",null]"
|
|
8811
|
-
}
|
|
8812
|
-
]
|
|
8813
|
-
},
|
|
8814
|
-
{
|
|
8815
|
-
"name": "uui-symbol-file",
|
|
8816
|
-
"path": "./../uui-symbol-file/lib/uui-symbol-file.element.ts",
|
|
8605
|
+
"path": "./src/components/symbol-file/symbol-file.element.ts",
|
|
8817
8606
|
"attributes": [
|
|
8818
8607
|
{
|
|
8819
8608
|
"name": "type",
|
|
@@ -8833,24 +8622,13 @@
|
|
|
8833
8622
|
{
|
|
8834
8623
|
"name": "styles",
|
|
8835
8624
|
"type": "CSSResult[]",
|
|
8836
|
-
"default": "[\"UUITextStyles\",null]"
|
|
8837
|
-
}
|
|
8838
|
-
]
|
|
8839
|
-
},
|
|
8840
|
-
{
|
|
8841
|
-
"name": "uui-folder-symbol",
|
|
8842
|
-
"path": "./../uui-symbol-folder/lib/uui-symbol-folder.element.ts",
|
|
8843
|
-
"properties": [
|
|
8844
|
-
{
|
|
8845
|
-
"name": "styles",
|
|
8846
|
-
"type": "CSSResult[]",
|
|
8847
|
-
"default": "[null]"
|
|
8625
|
+
"default": "[\"UUITextStyles\",null]"
|
|
8848
8626
|
}
|
|
8849
8627
|
]
|
|
8850
8628
|
},
|
|
8851
8629
|
{
|
|
8852
|
-
"name": "uui-symbol
|
|
8853
|
-
"path": "
|
|
8630
|
+
"name": "uui-folder-symbol",
|
|
8631
|
+
"path": "./src/components/symbol-folder/symbol-folder.element.ts",
|
|
8854
8632
|
"properties": [
|
|
8855
8633
|
{
|
|
8856
8634
|
"name": "styles",
|
|
@@ -8861,7 +8639,7 @@
|
|
|
8861
8639
|
},
|
|
8862
8640
|
{
|
|
8863
8641
|
"name": "uui-symbol-lock",
|
|
8864
|
-
"path": "
|
|
8642
|
+
"path": "./src/components/symbol-lock/symbol-lock.element.ts",
|
|
8865
8643
|
"attributes": [
|
|
8866
8644
|
{
|
|
8867
8645
|
"name": "open",
|
|
@@ -8885,7 +8663,7 @@
|
|
|
8885
8663
|
},
|
|
8886
8664
|
{
|
|
8887
8665
|
"name": "uui-symbol-more",
|
|
8888
|
-
"path": "
|
|
8666
|
+
"path": "./src/components/symbol-more/symbol-more.element.ts",
|
|
8889
8667
|
"properties": [
|
|
8890
8668
|
{
|
|
8891
8669
|
"name": "styles",
|
|
@@ -8896,7 +8674,7 @@
|
|
|
8896
8674
|
},
|
|
8897
8675
|
{
|
|
8898
8676
|
"name": "uui-symbol-sort",
|
|
8899
|
-
"path": "
|
|
8677
|
+
"path": "./src/components/symbol-sort/symbol-sort.element.ts",
|
|
8900
8678
|
"attributes": [
|
|
8901
8679
|
{
|
|
8902
8680
|
"name": "descending",
|
|
@@ -8935,7 +8713,7 @@
|
|
|
8935
8713
|
},
|
|
8936
8714
|
{
|
|
8937
8715
|
"name": "uui-table-cell",
|
|
8938
|
-
"path": "
|
|
8716
|
+
"path": "./src/components/table/table-cell.element.ts",
|
|
8939
8717
|
"description": "Table cell that detects if it has overflow and if so it'll add a title attribute to itself to display full text. Must be a child of uui-table-row",
|
|
8940
8718
|
"attributes": [
|
|
8941
8719
|
{
|
|
@@ -9004,7 +8782,7 @@
|
|
|
9004
8782
|
},
|
|
9005
8783
|
{
|
|
9006
8784
|
"name": "uui-table-column",
|
|
9007
|
-
"path": "
|
|
8785
|
+
"path": "./src/components/table/table-column.element.ts",
|
|
9008
8786
|
"description": "Table column element. Equivalent of native col. Any styles you apply to it will be applied to the corresponding column in the table. Must be a child of uui-table. If you want to have unstyled column between two styled columns put this element into the markup without any styles applied to it.",
|
|
9009
8787
|
"properties": [
|
|
9010
8788
|
{
|
|
@@ -9016,7 +8794,7 @@
|
|
|
9016
8794
|
},
|
|
9017
8795
|
{
|
|
9018
8796
|
"name": "uui-table-head-cell",
|
|
9019
|
-
"path": "
|
|
8797
|
+
"path": "./src/components/table/table-head-cell.element.ts",
|
|
9020
8798
|
"description": "Child element of uui-table-head. Use it there.",
|
|
9021
8799
|
"attributes": [
|
|
9022
8800
|
{
|
|
@@ -9085,7 +8863,7 @@
|
|
|
9085
8863
|
},
|
|
9086
8864
|
{
|
|
9087
8865
|
"name": "uui-table-head",
|
|
9088
|
-
"path": "
|
|
8866
|
+
"path": "./src/components/table/table-head.element.ts",
|
|
9089
8867
|
"description": "Table head element. Holds the styles for table head. Parent to uui-table-head-cell.",
|
|
9090
8868
|
"properties": [
|
|
9091
8869
|
{
|
|
@@ -9103,7 +8881,7 @@
|
|
|
9103
8881
|
},
|
|
9104
8882
|
{
|
|
9105
8883
|
"name": "uui-table-row",
|
|
9106
|
-
"path": "
|
|
8884
|
+
"path": "./src/components/table/table-row.element.ts",
|
|
9107
8885
|
"description": "Table row element with option to set is as selectable. Parent for uui-table-cell. Must be a child of uui-table.",
|
|
9108
8886
|
"attributes": [
|
|
9109
8887
|
{
|
|
@@ -9174,7 +8952,7 @@
|
|
|
9174
8952
|
},
|
|
9175
8953
|
{
|
|
9176
8954
|
"name": "uui-table",
|
|
9177
|
-
"path": "
|
|
8955
|
+
"path": "./src/components/table/table.element.ts",
|
|
9178
8956
|
"description": "Recreation of native table and it's child elements. `<uui-table>` is a parent element to `<uui-table-head>` `<and uui-table-row>`. To make it fully accessible remember to add aria-label and aria-describedby.",
|
|
9179
8957
|
"properties": [
|
|
9180
8958
|
{
|
|
@@ -9192,7 +8970,7 @@
|
|
|
9192
8970
|
},
|
|
9193
8971
|
{
|
|
9194
8972
|
"name": "uui-tab-group",
|
|
9195
|
-
"path": "
|
|
8973
|
+
"path": "./src/components/tabs/tab-group.element.ts",
|
|
9196
8974
|
"attributes": [
|
|
9197
8975
|
{
|
|
9198
8976
|
"name": "dropdown-content-direction",
|
|
@@ -9246,146 +9024,7 @@
|
|
|
9246
9024
|
},
|
|
9247
9025
|
{
|
|
9248
9026
|
"name": "uui-tabs",
|
|
9249
|
-
"path": "
|
|
9250
|
-
"description": "A single tab. Should be put into `<uui-tab-group>`,",
|
|
9251
|
-
"attributes": [
|
|
9252
|
-
{
|
|
9253
|
-
"name": "disabled",
|
|
9254
|
-
"description": "Reflects the disabled state of the element. True if tab is disabled. Change this to switch the state programmatically.",
|
|
9255
|
-
"type": "boolean",
|
|
9256
|
-
"default": "\"false\""
|
|
9257
|
-
},
|
|
9258
|
-
{
|
|
9259
|
-
"name": "href",
|
|
9260
|
-
"description": "Set an href, this will turns the inner button into a anchor tag.",
|
|
9261
|
-
"type": "string",
|
|
9262
|
-
"default": "\"undefined\""
|
|
9263
|
-
},
|
|
9264
|
-
{
|
|
9265
|
-
"name": "target",
|
|
9266
|
-
"description": "Set an anchor tag target, only used when using href.",
|
|
9267
|
-
"type": "string",
|
|
9268
|
-
"default": "\"undefined\""
|
|
9269
|
-
},
|
|
9270
|
-
{
|
|
9271
|
-
"name": "rel",
|
|
9272
|
-
"description": "Set the rel attribute for an anchor tag, only used when using href.",
|
|
9273
|
-
"type": "string",
|
|
9274
|
-
"default": "\"undefined\""
|
|
9275
|
-
},
|
|
9276
|
-
{
|
|
9277
|
-
"name": "orientation",
|
|
9278
|
-
"description": "Set the visual orientation of this tab, this changes the look and placement of the active indication.",
|
|
9279
|
-
"type": "string",
|
|
9280
|
-
"default": "\"horizontal\""
|
|
9281
|
-
},
|
|
9282
|
-
{
|
|
9283
|
-
"name": "active",
|
|
9284
|
-
"description": "Set this boolean to true for then the related composition is sorted.",
|
|
9285
|
-
"type": "boolean",
|
|
9286
|
-
"default": "false"
|
|
9287
|
-
},
|
|
9288
|
-
{
|
|
9289
|
-
"name": "label",
|
|
9290
|
-
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
9291
|
-
"type": "string"
|
|
9292
|
-
}
|
|
9293
|
-
],
|
|
9294
|
-
"properties": [
|
|
9295
|
-
{
|
|
9296
|
-
"name": "disabled",
|
|
9297
|
-
"attribute": "disabled",
|
|
9298
|
-
"description": "Reflects the disabled state of the element. True if tab is disabled. Change this to switch the state programmatically.",
|
|
9299
|
-
"type": "boolean",
|
|
9300
|
-
"default": "\"false\""
|
|
9301
|
-
},
|
|
9302
|
-
{
|
|
9303
|
-
"name": "href",
|
|
9304
|
-
"attribute": "href",
|
|
9305
|
-
"description": "Set an href, this will turns the inner button into a anchor tag.",
|
|
9306
|
-
"type": "string",
|
|
9307
|
-
"default": "\"undefined\""
|
|
9308
|
-
},
|
|
9309
|
-
{
|
|
9310
|
-
"name": "target",
|
|
9311
|
-
"attribute": "target",
|
|
9312
|
-
"description": "Set an anchor tag target, only used when using href.",
|
|
9313
|
-
"type": "string",
|
|
9314
|
-
"default": "\"undefined\""
|
|
9315
|
-
},
|
|
9316
|
-
{
|
|
9317
|
-
"name": "rel",
|
|
9318
|
-
"attribute": "rel",
|
|
9319
|
-
"description": "Set the rel attribute for an anchor tag, only used when using href.",
|
|
9320
|
-
"type": "string",
|
|
9321
|
-
"default": "\"undefined\""
|
|
9322
|
-
},
|
|
9323
|
-
{
|
|
9324
|
-
"name": "orientation",
|
|
9325
|
-
"attribute": "orientation",
|
|
9326
|
-
"description": "Set the visual orientation of this tab, this changes the look and placement of the active indication.",
|
|
9327
|
-
"type": "string",
|
|
9328
|
-
"default": "\"horizontal\""
|
|
9329
|
-
},
|
|
9330
|
-
{
|
|
9331
|
-
"name": "styles",
|
|
9332
|
-
"type": "CSSResult[]",
|
|
9333
|
-
"default": "[null]"
|
|
9334
|
-
},
|
|
9335
|
-
{
|
|
9336
|
-
"name": "active",
|
|
9337
|
-
"attribute": "active",
|
|
9338
|
-
"description": "Set this boolean to true for then the related composition is sorted.",
|
|
9339
|
-
"type": "boolean",
|
|
9340
|
-
"default": "false"
|
|
9341
|
-
},
|
|
9342
|
-
{
|
|
9343
|
-
"name": "label",
|
|
9344
|
-
"attribute": "label",
|
|
9345
|
-
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
9346
|
-
"type": "string"
|
|
9347
|
-
}
|
|
9348
|
-
],
|
|
9349
|
-
"slots": [
|
|
9350
|
-
{
|
|
9351
|
-
"name": "",
|
|
9352
|
-
"description": "for label"
|
|
9353
|
-
},
|
|
9354
|
-
{
|
|
9355
|
-
"name": "icon",
|
|
9356
|
-
"description": "for icon"
|
|
9357
|
-
},
|
|
9358
|
-
{
|
|
9359
|
-
"name": "extra",
|
|
9360
|
-
"description": "for extra"
|
|
9361
|
-
}
|
|
9362
|
-
],
|
|
9363
|
-
"cssProperties": [
|
|
9364
|
-
{
|
|
9365
|
-
"name": "--uui-tab-text",
|
|
9366
|
-
"description": "Define the tab text color"
|
|
9367
|
-
},
|
|
9368
|
-
{
|
|
9369
|
-
"name": "--uui-tab-text-hover",
|
|
9370
|
-
"description": "Define the tab text hover color"
|
|
9371
|
-
},
|
|
9372
|
-
{
|
|
9373
|
-
"name": "--uui-tab-text-active",
|
|
9374
|
-
"description": "Define the tab text active color"
|
|
9375
|
-
},
|
|
9376
|
-
{
|
|
9377
|
-
"name": "--uui-tab-divider",
|
|
9378
|
-
"description": "Define the tab dividers color"
|
|
9379
|
-
},
|
|
9380
|
-
{
|
|
9381
|
-
"name": "--uui-tab-padding-horizontal",
|
|
9382
|
-
"description": "Define the tab horizontal padding"
|
|
9383
|
-
}
|
|
9384
|
-
]
|
|
9385
|
-
},
|
|
9386
|
-
{
|
|
9387
|
-
"name": "uui-tab",
|
|
9388
|
-
"path": "./../uui-tabs/lib/uui-tab.element.ts",
|
|
9027
|
+
"path": "./src/components/tabs/tab.element.ts",
|
|
9389
9028
|
"description": "A single tab. Should be put into `<uui-tab-group>`,",
|
|
9390
9029
|
"attributes": [
|
|
9391
9030
|
{
|
|
@@ -9524,7 +9163,7 @@
|
|
|
9524
9163
|
},
|
|
9525
9164
|
{
|
|
9526
9165
|
"name": "uui-tag",
|
|
9527
|
-
"path": "
|
|
9166
|
+
"path": "./src/components/tag/tag.element.ts",
|
|
9528
9167
|
"attributes": [
|
|
9529
9168
|
{
|
|
9530
9169
|
"name": "color",
|
|
@@ -9587,7 +9226,7 @@
|
|
|
9587
9226
|
},
|
|
9588
9227
|
{
|
|
9589
9228
|
"name": "uui-textarea",
|
|
9590
|
-
"path": "
|
|
9229
|
+
"path": "./src/components/textarea/textarea.element.ts",
|
|
9591
9230
|
"attributes": [
|
|
9592
9231
|
{
|
|
9593
9232
|
"name": "placeholder",
|
|
@@ -9660,13 +9299,7 @@
|
|
|
9660
9299
|
},
|
|
9661
9300
|
{
|
|
9662
9301
|
"name": "name",
|
|
9663
|
-
"description": "This is a name property of the
|
|
9664
|
-
"type": "string",
|
|
9665
|
-
"default": "\"''\""
|
|
9666
|
-
},
|
|
9667
|
-
{
|
|
9668
|
-
"name": "value",
|
|
9669
|
-
"description": "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.",
|
|
9302
|
+
"description": "This is a name property of the component.",
|
|
9670
9303
|
"type": "string",
|
|
9671
9304
|
"default": "\"''\""
|
|
9672
9305
|
},
|
|
@@ -9684,9 +9317,9 @@
|
|
|
9684
9317
|
},
|
|
9685
9318
|
{
|
|
9686
9319
|
"name": "error",
|
|
9687
|
-
"description": "
|
|
9320
|
+
"description": "Apply custom error on this input.",
|
|
9688
9321
|
"type": "boolean",
|
|
9689
|
-
"default": "
|
|
9322
|
+
"default": "false"
|
|
9690
9323
|
},
|
|
9691
9324
|
{
|
|
9692
9325
|
"name": "error-message",
|
|
@@ -9694,11 +9327,17 @@
|
|
|
9694
9327
|
"type": "string",
|
|
9695
9328
|
"default": "\"This field is invalid\""
|
|
9696
9329
|
},
|
|
9330
|
+
{
|
|
9331
|
+
"name": "value",
|
|
9332
|
+
"description": "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.",
|
|
9333
|
+
"type": "string",
|
|
9334
|
+
"default": "\"''\""
|
|
9335
|
+
},
|
|
9697
9336
|
{
|
|
9698
9337
|
"name": "pristine",
|
|
9699
9338
|
"description": "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.",
|
|
9700
9339
|
"type": "boolean",
|
|
9701
|
-
"default": "\"
|
|
9340
|
+
"default": "\"\""
|
|
9702
9341
|
}
|
|
9703
9342
|
],
|
|
9704
9343
|
"properties": [
|
|
@@ -9788,23 +9427,10 @@
|
|
|
9788
9427
|
"type": "CSSResult[]",
|
|
9789
9428
|
"default": "[null]"
|
|
9790
9429
|
},
|
|
9791
|
-
{
|
|
9792
|
-
"name": "formAssociated",
|
|
9793
|
-
"description": "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/",
|
|
9794
|
-
"type": "boolean",
|
|
9795
|
-
"default": "true"
|
|
9796
|
-
},
|
|
9797
9430
|
{
|
|
9798
9431
|
"name": "name",
|
|
9799
9432
|
"attribute": "name",
|
|
9800
|
-
"description": "This is a name property of the
|
|
9801
|
-
"type": "string",
|
|
9802
|
-
"default": "\"''\""
|
|
9803
|
-
},
|
|
9804
|
-
{
|
|
9805
|
-
"name": "value",
|
|
9806
|
-
"attribute": "value",
|
|
9807
|
-
"description": "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.",
|
|
9433
|
+
"description": "This is a name property of the component.",
|
|
9808
9434
|
"type": "string",
|
|
9809
9435
|
"default": "\"''\""
|
|
9810
9436
|
},
|
|
@@ -9825,9 +9451,9 @@
|
|
|
9825
9451
|
{
|
|
9826
9452
|
"name": "error",
|
|
9827
9453
|
"attribute": "error",
|
|
9828
|
-
"description": "
|
|
9454
|
+
"description": "Apply custom error on this input.",
|
|
9829
9455
|
"type": "boolean",
|
|
9830
|
-
"default": "
|
|
9456
|
+
"default": "false"
|
|
9831
9457
|
},
|
|
9832
9458
|
{
|
|
9833
9459
|
"name": "errorMessage",
|
|
@@ -9837,19 +9463,40 @@
|
|
|
9837
9463
|
"default": "\"This field is invalid\""
|
|
9838
9464
|
},
|
|
9839
9465
|
{
|
|
9840
|
-
"name": "
|
|
9841
|
-
"type": "
|
|
9466
|
+
"name": "addValidator",
|
|
9467
|
+
"type": "(flagKey: FlagTypes, getMessageMethod: () => string, checkMethod: () => boolean) => void"
|
|
9842
9468
|
},
|
|
9843
9469
|
{
|
|
9844
|
-
"name": "
|
|
9845
|
-
"type": "
|
|
9470
|
+
"name": "removeValidator",
|
|
9471
|
+
"type": "(obj: UUIFormControlValidatorConfig) => void"
|
|
9472
|
+
},
|
|
9473
|
+
{
|
|
9474
|
+
"name": "formAssociated",
|
|
9475
|
+
"description": "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/",
|
|
9476
|
+
"type": "boolean",
|
|
9477
|
+
"default": "true"
|
|
9478
|
+
},
|
|
9479
|
+
{
|
|
9480
|
+
"name": "value",
|
|
9481
|
+
"attribute": "value",
|
|
9482
|
+
"description": "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.",
|
|
9483
|
+
"type": "string",
|
|
9484
|
+
"default": "\"''\""
|
|
9846
9485
|
},
|
|
9847
9486
|
{
|
|
9848
9487
|
"name": "pristine",
|
|
9849
9488
|
"attribute": "pristine",
|
|
9850
9489
|
"description": "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.",
|
|
9851
9490
|
"type": "boolean",
|
|
9852
|
-
"default": "\"
|
|
9491
|
+
"default": "\"\""
|
|
9492
|
+
},
|
|
9493
|
+
{
|
|
9494
|
+
"name": "validity",
|
|
9495
|
+
"type": "ValidityState"
|
|
9496
|
+
},
|
|
9497
|
+
{
|
|
9498
|
+
"name": "validationMessage",
|
|
9499
|
+
"type": "string"
|
|
9853
9500
|
}
|
|
9854
9501
|
],
|
|
9855
9502
|
"events": [
|
|
@@ -9888,7 +9535,7 @@
|
|
|
9888
9535
|
},
|
|
9889
9536
|
{
|
|
9890
9537
|
"name": "uui-toast-notification-container",
|
|
9891
|
-
"path": "
|
|
9538
|
+
"path": "./src/components/toast-notification-container/toast-notification-container.element.ts",
|
|
9892
9539
|
"attributes": [
|
|
9893
9540
|
{
|
|
9894
9541
|
"name": "bottom-up",
|
|
@@ -9933,7 +9580,7 @@
|
|
|
9933
9580
|
},
|
|
9934
9581
|
{
|
|
9935
9582
|
"name": "uui-toast-notification-layout",
|
|
9936
|
-
"path": "
|
|
9583
|
+
"path": "./src/components/toast-notification-layout/toast-notification-layout.element.ts",
|
|
9937
9584
|
"attributes": [
|
|
9938
9585
|
{
|
|
9939
9586
|
"name": "headline",
|
|
@@ -9973,7 +9620,7 @@
|
|
|
9973
9620
|
},
|
|
9974
9621
|
{
|
|
9975
9622
|
"name": "uui-toast-notification",
|
|
9976
|
-
"path": "
|
|
9623
|
+
"path": "./src/components/toast-notification/toast-notification.element.ts",
|
|
9977
9624
|
"attributes": [
|
|
9978
9625
|
{
|
|
9979
9626
|
"name": "color",
|
|
@@ -10049,7 +9696,7 @@
|
|
|
10049
9696
|
},
|
|
10050
9697
|
{
|
|
10051
9698
|
"name": "uui-toggle",
|
|
10052
|
-
"path": "
|
|
9699
|
+
"path": "./src/components/toggle/toggle.element.ts",
|
|
10053
9700
|
"description": "Umbraco Toggle-switch, toggles between off/on. Technically a checkbox.",
|
|
10054
9701
|
"attributes": [
|
|
10055
9702
|
{
|
|
@@ -10088,12 +9735,6 @@
|
|
|
10088
9735
|
"type": "string",
|
|
10089
9736
|
"default": "\"''\""
|
|
10090
9737
|
},
|
|
10091
|
-
{
|
|
10092
|
-
"name": "value",
|
|
10093
|
-
"description": "intentional overwrite of FormControlMixins value getter and setter method.",
|
|
10094
|
-
"type": "string",
|
|
10095
|
-
"default": "\"''\""
|
|
10096
|
-
},
|
|
10097
9738
|
{
|
|
10098
9739
|
"name": "required",
|
|
10099
9740
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -10118,11 +9759,17 @@
|
|
|
10118
9759
|
"type": "string",
|
|
10119
9760
|
"default": "\"This field is invalid\""
|
|
10120
9761
|
},
|
|
9762
|
+
{
|
|
9763
|
+
"name": "value",
|
|
9764
|
+
"description": "intentional overwrite of FormControlMixins value getter and setter method.",
|
|
9765
|
+
"type": "string",
|
|
9766
|
+
"default": "\"''\""
|
|
9767
|
+
},
|
|
10121
9768
|
{
|
|
10122
9769
|
"name": "pristine",
|
|
10123
9770
|
"description": "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.",
|
|
10124
9771
|
"type": "boolean",
|
|
10125
|
-
"default": "\"
|
|
9772
|
+
"default": "\"\""
|
|
10126
9773
|
},
|
|
10127
9774
|
{
|
|
10128
9775
|
"name": "label",
|
|
@@ -10171,12 +9818,6 @@
|
|
|
10171
9818
|
"type": "CSSResult[]",
|
|
10172
9819
|
"default": "[null,\"UUIHorizontalShakeKeyframes\",null]"
|
|
10173
9820
|
},
|
|
10174
|
-
{
|
|
10175
|
-
"name": "formAssociated",
|
|
10176
|
-
"description": "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/",
|
|
10177
|
-
"type": "boolean",
|
|
10178
|
-
"default": "true"
|
|
10179
|
-
},
|
|
10180
9821
|
{
|
|
10181
9822
|
"name": "name",
|
|
10182
9823
|
"attribute": "name",
|
|
@@ -10184,13 +9825,6 @@
|
|
|
10184
9825
|
"type": "string",
|
|
10185
9826
|
"default": "\"''\""
|
|
10186
9827
|
},
|
|
10187
|
-
{
|
|
10188
|
-
"name": "value",
|
|
10189
|
-
"attribute": "value",
|
|
10190
|
-
"description": "intentional overwrite of FormControlMixins value getter and setter method.",
|
|
10191
|
-
"type": "string",
|
|
10192
|
-
"default": "\"''\""
|
|
10193
|
-
},
|
|
10194
9828
|
{
|
|
10195
9829
|
"name": "required",
|
|
10196
9830
|
"attribute": "required",
|
|
@@ -10220,19 +9854,40 @@
|
|
|
10220
9854
|
"default": "\"This field is invalid\""
|
|
10221
9855
|
},
|
|
10222
9856
|
{
|
|
10223
|
-
"name": "
|
|
10224
|
-
"type": "
|
|
9857
|
+
"name": "addValidator",
|
|
9858
|
+
"type": "(flagKey: FlagTypes, getMessageMethod: () => string, checkMethod: () => boolean) => void"
|
|
10225
9859
|
},
|
|
10226
9860
|
{
|
|
10227
|
-
"name": "
|
|
10228
|
-
"type": "
|
|
9861
|
+
"name": "removeValidator",
|
|
9862
|
+
"type": "(obj: UUIFormControlValidatorConfig) => void"
|
|
9863
|
+
},
|
|
9864
|
+
{
|
|
9865
|
+
"name": "formAssociated",
|
|
9866
|
+
"description": "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/",
|
|
9867
|
+
"type": "boolean",
|
|
9868
|
+
"default": "true"
|
|
9869
|
+
},
|
|
9870
|
+
{
|
|
9871
|
+
"name": "value",
|
|
9872
|
+
"attribute": "value",
|
|
9873
|
+
"description": "intentional overwrite of FormControlMixins value getter and setter method.",
|
|
9874
|
+
"type": "string",
|
|
9875
|
+
"default": "\"''\""
|
|
10229
9876
|
},
|
|
10230
9877
|
{
|
|
10231
9878
|
"name": "pristine",
|
|
10232
9879
|
"attribute": "pristine",
|
|
10233
9880
|
"description": "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.",
|
|
10234
9881
|
"type": "boolean",
|
|
10235
|
-
"default": "\"
|
|
9882
|
+
"default": "\"\""
|
|
9883
|
+
},
|
|
9884
|
+
{
|
|
9885
|
+
"name": "validity",
|
|
9886
|
+
"type": "ValidityState"
|
|
9887
|
+
},
|
|
9888
|
+
{
|
|
9889
|
+
"name": "validationMessage",
|
|
9890
|
+
"type": "string"
|
|
10236
9891
|
},
|
|
10237
9892
|
{
|
|
10238
9893
|
"name": "label",
|
|
@@ -10288,7 +9943,7 @@
|
|
|
10288
9943
|
},
|
|
10289
9944
|
{
|
|
10290
9945
|
"name": "uui-visually-hidden",
|
|
10291
|
-
"path": "
|
|
9946
|
+
"path": "./src/components/visually-hidden/visually-hidden.element.ts",
|
|
10292
9947
|
"properties": [
|
|
10293
9948
|
{
|
|
10294
9949
|
"name": "styles",
|