@pontive/pontkit-core 1.1.0 → 1.1.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/catalog.json +1 -1
- package/custom-elements.json +1 -1
- package/dist/assets/icons/account.icon.d.ts +1 -1
- package/dist/assets/icons/badge-check-icon.d.ts +1 -1
- package/dist/assets/icons/burger-menu.icon.d.ts +1 -1
- package/dist/assets/icons/check.d.ts +1 -1
- package/dist/assets/icons/clock-icon.d.ts +1 -1
- package/dist/assets/icons/close.icon.d.ts +1 -1
- package/dist/assets/icons/copy.icon.d.ts +1 -1
- package/dist/assets/icons/edit.icon.d.ts +1 -1
- package/dist/assets/icons/email.d.ts +1 -1
- package/dist/assets/icons/image-icon.d.ts +1 -1
- package/dist/assets/icons/link-icon.d.ts +1 -1
- package/dist/assets/icons/location.icon.d.ts +1 -1
- package/dist/assets/icons/members-icon.d.ts +1 -1
- package/dist/assets/icons/personal-info.icon.d.ts +1 -1
- package/dist/assets/icons/plusIcon.d.ts +1 -1
- package/dist/assets/icons/refresh-cw-icon.d.ts +1 -1
- package/dist/assets/icons/search-icon.d.ts +1 -1
- package/dist/assets/icons/triangle-alert.d.ts +1 -1
- package/dist/assets/icons/url.icon.d.ts +1 -1
- package/dist/assets/icons/user-round-check-icon.d.ts +1 -1
- package/dist/components/renderers/auth/button/_passkey-button.d.ts +2 -2
- package/dist/components/renderers/auth/button/_provider-button.d.ts +2 -2
- package/dist/components/renderers/auth/button/_submit-button.d.ts +2 -2
- package/dist/components/renderers/auth/button/button.defs.d.ts +1 -1
- package/dist/components/renderers/auth/edit-identifier/_edit-identifier.d.ts +2 -2
- package/dist/components/renderers/auth/field/_confirm-field.d.ts +2 -2
- package/dist/components/renderers/auth/field/_email-field.d.ts +2 -2
- package/dist/components/renderers/auth/field/_identifier-field.d.ts +2 -2
- package/dist/components/renderers/auth/field/_name-field.d.ts +2 -2
- package/dist/components/renderers/auth/field/_password-field.d.ts +2 -2
- package/dist/components/renderers/auth/field/_phone-field.d.ts +2 -2
- package/dist/components/renderers/auth/field/_username-field.d.ts +2 -2
- package/dist/components/renderers/auth/field/field.stories/helpers.d.ts +2 -2
- package/dist/components/renderers/auth/form/_form.d.ts +2 -2
- package/dist/components/renderers/auth/otp/_otp-resend.d.ts +2 -2
- package/dist/components/renderers/auth/otp/_otp.d.ts +1 -1
- package/dist/components/renderers/auth/provider-field/_provider-field.d.ts +2 -2
- package/dist/components/renderers/auth/qr-code/_qr-code.d.ts +2 -2
- package/dist/components/renderers/auth/recovery-codes/_recovery-codes.d.ts +1 -1
- package/dist/components/renderers/auth/secret/_secret.d.ts +1 -1
- package/dist/components/renderers/feedback/alert/_alert.d.ts +2 -2
- package/dist/components/renderers/feedback/alert/alert.defs.d.ts +1 -1
- package/dist/components/renderers/feedback/countdown/_countdown.d.ts +1 -1
- package/dist/components/renderers/layout/block/_block.d.ts +1 -1
- package/dist/components/renderers/layout/container/_container.d.ts +1 -1
- package/dist/components/renderers/layout/divider/_divider.d.ts +2 -2
- package/dist/components/renderers/layout/gap/_gap.d.ts +1 -1
- package/dist/components/renderers/layout/header/_header.d.ts +1 -1
- package/dist/components/renderers/navigation/link/_link.d.ts +2 -2
- package/dist/components/renderers/typography/subtitle/_subtitle.d.ts +1 -1
- package/dist/components/renderers/typography/title/_title.d.ts +1 -1
- package/dist/components/renderers/visuals/logo/_logo.d.ts +1 -1
- package/dist/components/renderers/visuals/watermark/_watermark.d.ts +2 -2
- package/dist/components/ui/badge-selector/badge-selector.d.ts +2 -2
- package/dist/components/ui/hint/index.d.ts +2 -2
- package/dist/components/ui/modal/index.d.ts +2 -2
- package/dist/components/ui/multi-email-input/multi-email-input.d.ts +2 -2
- package/dist/components/ui/multi-select-filter/pont-multi-select-filter.d.ts +2 -2
- package/dist/components/ui/paginator/paginator.d.ts +3 -3
- package/dist/components/ui/pont-sidedrawer/pont-sidedrawer.d.ts +2 -2
- package/dist/components/widgets/pont-account-settings/pont-account-settings.d.ts +3 -3
- package/dist/components/widgets/pont-account-settings/profile/components/account-info.d.ts +1 -1
- package/dist/components/widgets/pont-account-settings/profile/components/location-info.d.ts +1 -1
- package/dist/components/widgets/pont-account-settings/profile/components/personal-info.d.ts +1 -1
- package/dist/components/widgets/pont-account-settings/profile/components/urls-info.d.ts +1 -1
- package/dist/components/widgets/pont-account-settings/profile/pont-profile.d.ts +1 -1
- package/dist/components/widgets/pont-account-settings/security-settings/security-settings.d.ts +2 -2
- package/dist/components/widgets/pont-account-settings/sidebar/sidebar.d.ts +1 -1
- package/dist/components/widgets/pont-member-management/components/action-modal.d.ts +1 -1
- package/dist/components/widgets/pont-member-management/components/invitations-panel.d.ts +2 -2
- package/dist/components/widgets/pont-member-management/components/invite-members-form.d.ts +2 -2
- package/dist/components/widgets/pont-member-management/components/manage-roles-form.d.ts +2 -2
- package/dist/components/widgets/pont-member-management/components/members-panel.d.ts +2 -2
- package/dist/components/widgets/pont-member-management/components/monitoring-cards.d.ts +1 -1
- package/dist/components/widgets/pont-member-management/pont-member-management.d.ts +1 -1
- package/dist/components/widgets/pont-nav-user/pont-nav-user.d.ts +1 -1
- package/dist/components/widgets/pont-preview/pont-preview.d.ts +1 -1
- package/dist/components/widgets/pont-signin/pont-signin.d.ts +2 -2
- package/dist/components/widgets/pont-signup/pont-signup.d.ts +2 -2
- package/dist/components/wrappers/base-element/base-element.d.ts +1 -1
- package/dist/components/wrappers/layout/layout.d.ts +2 -2
- package/dist/components/wrappers/pont-auth-state/pont-auth-state.d.ts +2 -2
- package/dist/components/wrappers/pont-authenticated/pont-authenticated.d.ts +2 -2
- package/dist/components/wrappers/pont-provider/pont-provider.d.ts +1 -1
- package/dist/components/wrappers/pont-signed-in/pont-signed-in.d.ts +2 -2
- package/dist/components/wrappers/pont-signed-out/pont-signed-out.d.ts +2 -2
- package/dist/context/branding-context.d.ts +1 -1
- package/dist/context/design-context.d.ts +1 -1
- package/dist/primitives/assets/icons/anchor.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/app-window.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/arrow-right.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/arrow-up-circle.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/arrow-up-right.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/arrow-up.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/arrows.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/asterisk.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/badge-alert.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/badge-check.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/badge-info.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/badge-x.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/bell.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/bookmark.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/brand-javascript.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/captions.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/carousel-arrow-left.d.ts +1 -1
- package/dist/primitives/assets/icons/carousel-arrow-right.d.ts +1 -1
- package/dist/primitives/assets/icons/chart.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/check.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/chevron-right.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/chorven-down.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/circle-alert.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/circle-check.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/circle-fading-arrow-up.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/circle-x.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/circle.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/close.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/cloud.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/code.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/copy.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/corner-down-left.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/credit-card.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/decrease.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/dot.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/down.d.ts +1 -1
- package/dist/primitives/assets/icons/external-link.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/eye-off.d.ts +1 -1
- package/dist/primitives/assets/icons/eye-off.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/eye-on.d.ts +1 -1
- package/dist/primitives/assets/icons/file-code.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/folder-code.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/git-branch-minus.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/git-branch-plus.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/help-circle.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/house.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/inbox.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/info.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/loader-circle.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/mail-warning.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/mail.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/minus.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/plus.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/rabbit.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/radio-group.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/radio.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/refresh-ccw.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/refresh-cw.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/search.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/settings.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/shield-alert.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/shopping-bag.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/star.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/tick.icon.d.ts +1 -1
- package/dist/primitives/assets/icons/up-down.d.ts +1 -1
- package/dist/primitives/assets/icons/up.d.ts +1 -1
- package/dist/primitives/assets/icons/wand.icon.d.ts +1 -1
- package/dist/primitives/components/ui/accordion/accordion-content.d.ts +2 -2
- package/dist/primitives/components/ui/accordion/accordion-item.d.ts +1 -1
- package/dist/primitives/components/ui/accordion/accordion-trigger.d.ts +2 -2
- package/dist/primitives/components/ui/accordion/accordion.d.ts +2 -2
- package/dist/primitives/components/ui/alert/_alert-action.d.ts +2 -2
- package/dist/primitives/components/ui/alert/_alert-description.d.ts +2 -2
- package/dist/primitives/components/ui/alert/_alert-title.d.ts +2 -2
- package/dist/primitives/components/ui/alert/_alert.d.ts +2 -2
- package/dist/primitives/components/ui/aspect-ratio/aspect-ratio.d.ts +2 -2
- package/dist/primitives/components/ui/avatar/_avatar-badge.d.ts +2 -2
- package/dist/primitives/components/ui/avatar/_avatar-fallback.d.ts +2 -2
- package/dist/primitives/components/ui/avatar/_avatar-group-count.d.ts +2 -2
- package/dist/primitives/components/ui/avatar/_avatar-group.d.ts +2 -2
- package/dist/primitives/components/ui/avatar/_avatar-image.d.ts +2 -2
- package/dist/primitives/components/ui/avatar/_avatar.d.ts +2 -2
- package/dist/primitives/components/ui/badge/_badge.d.ts +2 -2
- package/dist/primitives/components/ui/breadcrumb/breadcrumb-ellipsis.d.ts +1 -1
- package/dist/primitives/components/ui/breadcrumb/breadcrumb-item.d.ts +2 -2
- package/dist/primitives/components/ui/breadcrumb/breadcrumb-link.d.ts +2 -2
- package/dist/primitives/components/ui/breadcrumb/breadcrumb-list.d.ts +2 -2
- package/dist/primitives/components/ui/breadcrumb/breadcrumb-separator.d.ts +1 -1
- package/dist/primitives/components/ui/breadcrumb/breadcrumb-text.d.ts +2 -2
- package/dist/primitives/components/ui/breadcrumb/breadcrumb.d.ts +2 -2
- package/dist/primitives/components/ui/button/_button.d.ts +2 -2
- package/dist/primitives/components/ui/calendar/calendar.d.ts +2 -2
- package/dist/primitives/components/ui/card/_card-action.d.ts +2 -2
- package/dist/primitives/components/ui/card/_card-content.d.ts +2 -2
- package/dist/primitives/components/ui/card/_card-description.d.ts +2 -2
- package/dist/primitives/components/ui/card/_card-footer.d.ts +2 -2
- package/dist/primitives/components/ui/card/_card-header.d.ts +2 -2
- package/dist/primitives/components/ui/card/_card-title.d.ts +2 -2
- package/dist/primitives/components/ui/card/_card.d.ts +2 -2
- package/dist/primitives/components/ui/carousel/carousel.d.ts +2 -2
- package/dist/primitives/components/ui/checkbox/_checkbox.d.ts +2 -2
- package/dist/primitives/components/ui/collapsible/collapsible-content.d.ts +2 -2
- package/dist/primitives/components/ui/collapsible/collapsible-trigger.d.ts +2 -2
- package/dist/primitives/components/ui/collapsible/collapsible.d.ts +2 -2
- package/dist/primitives/components/ui/combobox/combo-box-empty.d.ts +2 -2
- package/dist/primitives/components/ui/combobox/combo-box-group.d.ts +2 -2
- package/dist/primitives/components/ui/combobox/combo-box-input.d.ts +2 -2
- package/dist/primitives/components/ui/combobox/combo-box-item.d.ts +2 -2
- package/dist/primitives/components/ui/combobox/combo-box-trigger.d.ts +2 -2
- package/dist/primitives/components/ui/combobox/combo-box-value.d.ts +2 -2
- package/dist/primitives/components/ui/combobox/combo-box.d.ts +2 -2
- package/dist/primitives/components/ui/command/command-empty.atom.d.ts +2 -2
- package/dist/primitives/components/ui/command/command-group.atom.d.ts +2 -2
- package/dist/primitives/components/ui/command/command-input.atom.d.ts +2 -2
- package/dist/primitives/components/ui/command/command-item.atom.d.ts +2 -2
- package/dist/primitives/components/ui/command/command-list.atom.d.ts +2 -2
- package/dist/primitives/components/ui/command/command-separator.atom.d.ts +2 -2
- package/dist/primitives/components/ui/command/command.d.ts +2 -2
- package/dist/primitives/components/ui/command/command.helpers.d.ts +6 -6
- package/dist/primitives/components/ui/context-menu/context-menu-checkbox-Item.d.ts +2 -2
- package/dist/primitives/components/ui/context-menu/context-menu-content.d.ts +2 -2
- package/dist/primitives/components/ui/context-menu/context-menu-group.d.ts +2 -2
- package/dist/primitives/components/ui/context-menu/context-menu-item.d.ts +2 -2
- package/dist/primitives/components/ui/context-menu/context-menu-radio-item.d.ts +2 -2
- package/dist/primitives/components/ui/context-menu/context-menu-seperator.d.ts +2 -2
- package/dist/primitives/components/ui/context-menu/context-menu-shortcut.d.ts +2 -2
- package/dist/primitives/components/ui/context-menu/context-menu-trigger.d.ts +2 -2
- package/dist/primitives/components/ui/context-menu/context-menu.d.ts +2 -2
- package/dist/primitives/components/ui/context-menu/context-menu.helpers.d.ts +1 -1
- package/dist/primitives/components/ui/data-table/data-table.d.ts +2 -2
- package/dist/primitives/components/ui/date-picker/date-picker.d.ts +2 -2
- package/dist/primitives/components/ui/dialog/dialog-close.d.ts +2 -2
- package/dist/primitives/components/ui/dialog/dialog-content.d.ts +2 -2
- package/dist/primitives/components/ui/dialog/dialog-footer.d.ts +2 -2
- package/dist/primitives/components/ui/dialog/dialog-header.d.ts +2 -2
- package/dist/primitives/components/ui/dialog/dialog-overly.d.ts +2 -2
- package/dist/primitives/components/ui/dialog/dialog-trigger.d.ts +2 -2
- package/dist/primitives/components/ui/dialog/dialog.d.ts +2 -2
- package/dist/primitives/components/ui/drawer/drawer-close.d.ts +2 -2
- package/dist/primitives/components/ui/drawer/drawer-content.d.ts +2 -2
- package/dist/primitives/components/ui/drawer/drawer-description.d.ts +2 -2
- package/dist/primitives/components/ui/drawer/drawer-footer.d.ts +2 -2
- package/dist/primitives/components/ui/drawer/drawer-header.d.ts +2 -2
- package/dist/primitives/components/ui/drawer/drawer-overlay.d.ts +2 -2
- package/dist/primitives/components/ui/drawer/drawer-title.d.ts +2 -2
- package/dist/primitives/components/ui/drawer/drawer-trigger.d.ts +2 -2
- package/dist/primitives/components/ui/drawer/drawer.d.ts +2 -2
- package/dist/primitives/components/ui/dropdown-menu/dropdown-menu-checkbox-Item.d.ts +2 -2
- package/dist/primitives/components/ui/dropdown-menu/dropdown-menu-content.d.ts +2 -2
- package/dist/primitives/components/ui/dropdown-menu/dropdown-menu-group.d.ts +2 -2
- package/dist/primitives/components/ui/dropdown-menu/dropdown-menu-item.d.ts +2 -2
- package/dist/primitives/components/ui/dropdown-menu/dropdown-menu-radio-item.d.ts +2 -2
- package/dist/primitives/components/ui/dropdown-menu/dropdown-menu-seperator.d.ts +2 -2
- package/dist/primitives/components/ui/dropdown-menu/dropdown-menu-shortcut.d.ts +2 -2
- package/dist/primitives/components/ui/dropdown-menu/dropdown-menu-trigger.d.ts +2 -2
- package/dist/primitives/components/ui/dropdown-menu/dropdown-menu.d.ts +2 -2
- package/dist/primitives/components/ui/dropdown-menu/dropdown-menu.helpers.d.ts +3 -3
- package/dist/primitives/components/ui/empty/_empty-content.d.ts +2 -2
- package/dist/primitives/components/ui/empty/_empty-description.d.ts +2 -2
- package/dist/primitives/components/ui/empty/_empty-header.d.ts +2 -2
- package/dist/primitives/components/ui/empty/_empty-media.d.ts +2 -2
- package/dist/primitives/components/ui/empty/_empty-title.d.ts +2 -2
- package/dist/primitives/components/ui/empty/_empty.d.ts +2 -2
- package/dist/primitives/components/ui/field/_field-content.d.ts +2 -2
- package/dist/primitives/components/ui/field/_field-description.d.ts +2 -2
- package/dist/primitives/components/ui/field/_field-error.d.ts +2 -2
- package/dist/primitives/components/ui/field/_field-group.d.ts +2 -2
- package/dist/primitives/components/ui/field/_field-label.d.ts +2 -2
- package/dist/primitives/components/ui/field/_field-legend.d.ts +2 -2
- package/dist/primitives/components/ui/field/_field-separator.d.ts +2 -2
- package/dist/primitives/components/ui/field/_field-set.d.ts +2 -2
- package/dist/primitives/components/ui/field/_field-title.d.ts +2 -2
- package/dist/primitives/components/ui/field/_field.d.ts +2 -2
- package/dist/primitives/components/ui/form/pont-form-controller.d.ts +2 -2
- package/dist/primitives/components/ui/form/pont-form-description.d.ts +1 -1
- package/dist/primitives/components/ui/form/pont-form-field.d.ts +1 -1
- package/dist/primitives/components/ui/form/pont-form-item.d.ts +1 -1
- package/dist/primitives/components/ui/form/pont-form-label.d.ts +1 -1
- package/dist/primitives/components/ui/form/pont-form-message.d.ts +2 -2
- package/dist/primitives/components/ui/form/pont-form.d.ts +1 -1
- package/dist/primitives/components/ui/hoverCard/hover-card-content.d.ts +2 -2
- package/dist/primitives/components/ui/hoverCard/hover-card-trigger.d.ts +2 -2
- package/dist/primitives/components/ui/hoverCard/hover-card.d.ts +2 -2
- package/dist/primitives/components/ui/input/_input.d.ts +2 -2
- package/dist/primitives/components/ui/input-group/_input-group-addon.d.ts +2 -2
- package/dist/primitives/components/ui/input-group/_input-group-button.d.ts +2 -2
- package/dist/primitives/components/ui/input-group/_input-group-input.d.ts +2 -2
- package/dist/primitives/components/ui/input-group/_input-group-text.d.ts +2 -2
- package/dist/primitives/components/ui/input-group/_input-group-textarea.d.ts +2 -2
- package/dist/primitives/components/ui/input-group/_input-group.d.ts +2 -2
- package/dist/primitives/components/ui/input-otp/_input-otp-group.d.ts +2 -2
- package/dist/primitives/components/ui/input-otp/_input-otp-separator.d.ts +2 -2
- package/dist/primitives/components/ui/input-otp/_input-otp-slot.d.ts +2 -2
- package/dist/primitives/components/ui/input-otp/_input-otp.d.ts +2 -2
- package/dist/primitives/components/ui/item/_item-actions.d.ts +2 -2
- package/dist/primitives/components/ui/item/_item-content.d.ts +2 -2
- package/dist/primitives/components/ui/item/_item-description.d.ts +2 -2
- package/dist/primitives/components/ui/item/_item-footer.d.ts +2 -2
- package/dist/primitives/components/ui/item/_item-group.d.ts +2 -2
- package/dist/primitives/components/ui/item/_item-header.d.ts +2 -2
- package/dist/primitives/components/ui/item/_item-media.d.ts +2 -2
- package/dist/primitives/components/ui/item/_item-separator.d.ts +2 -2
- package/dist/primitives/components/ui/item/_item-title.d.ts +2 -2
- package/dist/primitives/components/ui/item/_item.d.ts +2 -2
- package/dist/primitives/components/ui/kbd/_kbd-group.d.ts +2 -2
- package/dist/primitives/components/ui/kbd/_kbd.d.ts +2 -2
- package/dist/primitives/components/ui/label/_label.d.ts +2 -2
- package/dist/primitives/components/ui/menubar/menubar-checkbox.item.d.ts +2 -2
- package/dist/primitives/components/ui/menubar/menubar-content.d.ts +2 -2
- package/dist/primitives/components/ui/menubar/menubar-group.d.ts +2 -2
- package/dist/primitives/components/ui/menubar/menubar-item.d.ts +2 -2
- package/dist/primitives/components/ui/menubar/menubar-menu.d.ts +2 -2
- package/dist/primitives/components/ui/menubar/menubar-radio-item.d.ts +2 -2
- package/dist/primitives/components/ui/menubar/menubar-separator.d.ts +2 -2
- package/dist/primitives/components/ui/menubar/menubar-shortcut.d.ts +2 -2
- package/dist/primitives/components/ui/menubar/menubar-trigger.d.ts +2 -2
- package/dist/primitives/components/ui/menubar/menubar.d.ts +2 -2
- package/dist/primitives/components/ui/menubar/menubar.helpers.d.ts +3 -3
- package/dist/primitives/components/ui/navigation-menu/navigation-menu-content.d.ts +2 -2
- package/dist/primitives/components/ui/navigation-menu/navigation-menu-item.d.ts +2 -2
- package/dist/primitives/components/ui/navigation-menu/navigation-menu-link.d.ts +2 -2
- package/dist/primitives/components/ui/navigation-menu/navigation-menu-list.d.ts +2 -2
- package/dist/primitives/components/ui/navigation-menu/navigation-menu-trigger.d.ts +2 -2
- package/dist/primitives/components/ui/navigation-menu/navigation-menu.d.ts +2 -2
- package/dist/primitives/components/ui/pagination/pagination-content.d.ts +2 -2
- package/dist/primitives/components/ui/pagination/pagination-ellipsis.d.ts +2 -2
- package/dist/primitives/components/ui/pagination/pagination-item.d.ts +2 -2
- package/dist/primitives/components/ui/pagination/pagination-link.d.ts +2 -2
- package/dist/primitives/components/ui/pagination/pagination-next.d.ts +2 -2
- package/dist/primitives/components/ui/pagination/pagination-previous.d.ts +2 -2
- package/dist/primitives/components/ui/pagination/pagination.d.ts +2 -2
- package/dist/primitives/components/ui/password-input/_password-input.d.ts +2 -2
- package/dist/primitives/components/ui/popover/popover-content.d.ts +2 -2
- package/dist/primitives/components/ui/popover/popover-trigger.d.ts +2 -2
- package/dist/primitives/components/ui/popover/popover.d.ts +2 -2
- package/dist/primitives/components/ui/progress/progress.d.ts +2 -2
- package/dist/primitives/components/ui/radio-group/radio-group-item.d.ts +2 -2
- package/dist/primitives/components/ui/radio-group/radio-group.d.ts +2 -2
- package/dist/primitives/components/ui/scroll-area/scroll-area.d.ts +1 -1
- package/dist/primitives/components/ui/select/select-group.d.ts +1 -1
- package/dist/primitives/components/ui/select/select-item.d.ts +2 -2
- package/dist/primitives/components/ui/select/select-label.d.ts +2 -2
- package/dist/primitives/components/ui/select/select-list.d.ts +2 -2
- package/dist/primitives/components/ui/select/select-seperator.d.ts +2 -2
- package/dist/primitives/components/ui/select/select-trigger.d.ts +2 -2
- package/dist/primitives/components/ui/select/select-value.d.ts +1 -1
- package/dist/primitives/components/ui/select/select.d.ts +2 -2
- package/dist/primitives/components/ui/separator/_separator.d.ts +2 -2
- package/dist/primitives/components/ui/skeleton/skeleton.d.ts +1 -1
- package/dist/primitives/components/ui/spinner/_spinner.d.ts +2 -2
- package/dist/primitives/components/ui/switch/switch.d.ts +2 -2
- package/dist/primitives/components/ui/table/table.d.ts +2 -2
- package/dist/primitives/components/ui/tabs/_tabs-content.d.ts +2 -2
- package/dist/primitives/components/ui/tabs/_tabs-list.d.ts +2 -2
- package/dist/primitives/components/ui/tabs/_tabs-trigger.d.ts +2 -2
- package/dist/primitives/components/ui/tabs/_tabs.d.ts +2 -2
- package/dist/primitives/components/ui/textarea/_textarea.d.ts +2 -2
- package/dist/primitives/components/ui/toast/toast-action.d.ts +2 -2
- package/dist/primitives/components/ui/toast/toast-description.d.ts +2 -2
- package/dist/primitives/components/ui/toast/toast-title.d.ts +2 -2
- package/dist/primitives/components/ui/toast/toast-trigger.d.ts +2 -2
- package/dist/primitives/components/ui/toast/toast-view-port.d.ts +2 -2
- package/dist/primitives/components/ui/toast/toast.d.ts +2 -2
- package/dist/primitives/components/ui/toggle/toggle.d.ts +2 -2
- package/dist/primitives/components/ui/toggle-group/toggle-group-item.d.ts +2 -2
- package/dist/primitives/components/ui/toggle-group/toggle-group.d.ts +2 -2
- package/dist/primitives/components/ui/typography/_typography-blockquote.d.ts +2 -2
- package/dist/primitives/components/ui/typography/_typography-code.d.ts +2 -2
- package/dist/primitives/components/ui/typography/_typography-h.d.ts +2 -2
- package/dist/primitives/components/ui/typography/_typography-large.d.ts +2 -2
- package/dist/primitives/components/ui/typography/_typography-lead.d.ts +2 -2
- package/dist/primitives/components/ui/typography/_typography-list.d.ts +2 -2
- package/dist/primitives/components/ui/typography/_typography-muted.d.ts +2 -2
- package/dist/primitives/components/ui/typography/_typography-p.d.ts +2 -2
- package/dist/primitives/components/ui/typography/_typography-small.d.ts +2 -2
- package/dist/primitives/components/ui/typography/_typography-table.d.ts +1 -1
- package/dist/primitives/helpers/base-element.d.ts +1 -1
- package/dist/primitives/helpers/mouse-conroller.helper.d.ts +1 -1
- package/dist/primitives/helpers/shadow-wrapper.d.ts +3 -3
- package/dist/primitives/helpers/widget-controller.d.ts +1 -1
- package/dist/types/components/user-profile.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PropertyValues } from '
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
2
|
import { ComboBox } from './combo-box';
|
|
3
3
|
import { BaseElement } from '../../../helpers';
|
|
4
4
|
declare class ComboBoxTrigger extends BaseElement {
|
|
@@ -8,7 +8,7 @@ declare class ComboBoxTrigger extends BaseElement {
|
|
|
8
8
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
9
9
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
10
10
|
handleClick: () => void;
|
|
11
|
-
render(): import('
|
|
11
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
12
12
|
}
|
|
13
13
|
export { ComboBoxTrigger };
|
|
14
14
|
declare global {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement, PropertyValues } from '
|
|
1
|
+
import { LitElement, PropertyValues } from 'lit';
|
|
2
2
|
import { ComboBox } from './combo-box';
|
|
3
3
|
declare class ComboBoxValue extends LitElement {
|
|
4
4
|
placeholder: string;
|
|
@@ -8,7 +8,7 @@ declare class ComboBoxValue extends LitElement {
|
|
|
8
8
|
handleClick: () => void;
|
|
9
9
|
renderLabel: () => string;
|
|
10
10
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
11
|
-
render(): import('
|
|
11
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
12
12
|
}
|
|
13
13
|
export { ComboBoxValue };
|
|
14
14
|
declare global {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PropertyValues } from '
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
2
|
import { ComboBoxEmpty } from './combo-box-empty';
|
|
3
3
|
import { ComboBoxGroup } from './combo-box-group';
|
|
4
4
|
import { ComboBoxInput } from './combo-box-input';
|
|
@@ -25,7 +25,7 @@ declare class ComboBox extends BaseElement {
|
|
|
25
25
|
handleClickOutside: (e: MouseEvent) => void;
|
|
26
26
|
disconnectedCallback(): void;
|
|
27
27
|
selectItem(event: Event): void;
|
|
28
|
-
render(): import('
|
|
28
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
29
29
|
}
|
|
30
30
|
export { ComboBox, ComboBoxEmpty, ComboBoxGroup, ComboBoxInput, ComboBoxItem, ComboBoxTrigger, ComboBoxValue, };
|
|
31
31
|
declare global {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class CommandEmpty extends BaseElement {
|
|
4
4
|
_id: string;
|
|
5
5
|
_hidden: string;
|
|
@@ -9,7 +9,7 @@ export declare class CommandEmpty extends BaseElement {
|
|
|
9
9
|
protected getAttributesToExclude(): string[];
|
|
10
10
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
11
11
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
12
|
-
render(): import('
|
|
12
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
13
13
|
}
|
|
14
14
|
declare global {
|
|
15
15
|
interface HTMLElementTagNameMap {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class CommandGroup extends BaseElement {
|
|
4
4
|
heading: string;
|
|
5
5
|
_id: string;
|
|
@@ -10,7 +10,7 @@ export declare class CommandGroup extends BaseElement {
|
|
|
10
10
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
11
11
|
protected getAttributesToExclude(): string[];
|
|
12
12
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
13
|
-
render(): import('
|
|
13
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
14
14
|
}
|
|
15
15
|
declare global {
|
|
16
16
|
interface HTMLElementTagNameMap {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
export declare class CommandInput extends LitElement {
|
|
3
3
|
placeholder: string;
|
|
4
4
|
_value: string;
|
|
@@ -6,7 +6,7 @@ export declare class CommandInput extends LitElement {
|
|
|
6
6
|
private filterItems;
|
|
7
7
|
private handleChange;
|
|
8
8
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
9
|
-
render(): import('
|
|
9
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
10
10
|
}
|
|
11
11
|
declare global {
|
|
12
12
|
interface HTMLElementTagNameMap {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class CommandItem extends BaseElement {
|
|
4
4
|
private static _counter;
|
|
5
5
|
selected: boolean;
|
|
@@ -15,7 +15,7 @@ export declare class CommandItem extends BaseElement {
|
|
|
15
15
|
protected getAttributesToExclude(): string[];
|
|
16
16
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
17
17
|
protected updated(_changedProperties: PropertyValues): void;
|
|
18
|
-
render(): import('
|
|
18
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
19
19
|
}
|
|
20
20
|
declare global {
|
|
21
21
|
interface HTMLElementTagNameMap {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class CommandList extends BaseElement {
|
|
4
4
|
private get identifier();
|
|
5
5
|
private get containerElement();
|
|
6
6
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
7
7
|
protected getAttributesToExclude(): string[];
|
|
8
8
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
9
|
-
render(): import('
|
|
9
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
10
10
|
}
|
|
11
11
|
declare global {
|
|
12
12
|
interface HTMLElementTagNameMap {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
export declare class CommandSeparator extends LitElement {
|
|
3
3
|
_id: string;
|
|
4
4
|
_hidden: string;
|
|
5
5
|
private static _counter;
|
|
6
6
|
private get identifier();
|
|
7
7
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
8
|
-
render(): import('
|
|
8
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
9
9
|
}
|
|
10
10
|
declare global {
|
|
11
11
|
interface HTMLElementTagNameMap {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
import { CommandEmpty } from './command-empty.atom';
|
|
4
4
|
import { CommandGroup } from './command-group.atom';
|
|
5
5
|
import { CommandInput } from './command-input.atom';
|
|
@@ -12,7 +12,7 @@ declare class Command extends BaseElement {
|
|
|
12
12
|
protected getAttributesToRemoveFromParent(): string[];
|
|
13
13
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
14
14
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
15
|
-
render(): import('
|
|
15
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
16
16
|
}
|
|
17
17
|
export { Command, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, };
|
|
18
18
|
declare global {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare function calendarIcon(): import('
|
|
2
|
-
export declare function smileIcon(): import('
|
|
3
|
-
export declare function calculatorIcon(): import('
|
|
4
|
-
export declare function userIcon(): import('
|
|
5
|
-
export declare function creditCardIcon(): import('
|
|
6
|
-
export declare function settingsIcon(): import('
|
|
1
|
+
export declare function calendarIcon(): import('lit-html').TemplateResult<1>;
|
|
2
|
+
export declare function smileIcon(): import('lit-html').TemplateResult<1>;
|
|
3
|
+
export declare function calculatorIcon(): import('lit-html').TemplateResult<1>;
|
|
4
|
+
export declare function userIcon(): import('lit-html').TemplateResult<1>;
|
|
5
|
+
export declare function creditCardIcon(): import('lit-html').TemplateResult<1>;
|
|
6
|
+
export declare function settingsIcon(): import('lit-html').TemplateResult<1>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class ContextMenuCheckboxItem extends BaseElement {
|
|
4
4
|
_id: string;
|
|
5
5
|
get value(): string;
|
|
@@ -12,5 +12,5 @@ export declare class ContextMenuCheckboxItem extends BaseElement {
|
|
|
12
12
|
toggleChecked(): void;
|
|
13
13
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
14
14
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
15
|
-
render(): import('
|
|
15
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
16
16
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class ContextMenuContent extends BaseElement {
|
|
4
4
|
isOpen: boolean;
|
|
5
5
|
constructor();
|
|
@@ -10,5 +10,5 @@ export declare class ContextMenuContent extends BaseElement {
|
|
|
10
10
|
protected getAttributesToExclude(): string[];
|
|
11
11
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
12
12
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
13
|
-
render(): import('
|
|
13
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
14
14
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class ContextMenuGroup extends BaseElement {
|
|
4
4
|
heading: string;
|
|
5
5
|
get _containerElement(): HTMLDivElement | null;
|
|
6
6
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
7
7
|
protected getAttributesToExclude(): string[];
|
|
8
8
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
9
|
-
render(): import('
|
|
9
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
10
10
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class ContextMenuItem extends BaseElement {
|
|
4
4
|
get _containerElement(): HTMLDivElement | null;
|
|
5
5
|
protected getAttributesToExclude(): string[];
|
|
@@ -9,5 +9,5 @@ export declare class ContextMenuItem extends BaseElement {
|
|
|
9
9
|
disconnectedCallback(): void;
|
|
10
10
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
11
11
|
disabled: boolean;
|
|
12
|
-
render(): import('
|
|
12
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
13
13
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class ContextMenuRadioItem extends BaseElement {
|
|
4
4
|
_id: string;
|
|
5
5
|
get value(): string;
|
|
@@ -12,5 +12,5 @@ export declare class ContextMenuRadioItem extends BaseElement {
|
|
|
12
12
|
toggleChecked(): void;
|
|
13
13
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
14
14
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
15
|
-
render(): import('
|
|
15
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
16
16
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
export declare class ContextMenuSeparator extends LitElement {
|
|
3
3
|
_id: string;
|
|
4
4
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
5
|
-
render(): import('
|
|
5
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
6
6
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class ContextMenuShortcut extends BaseElement {
|
|
4
4
|
get _containerElement(): HTMLSpanElement | null;
|
|
5
5
|
protected getAttributesToExclude(): string[];
|
|
6
6
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
7
7
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
8
|
-
render(): import('
|
|
8
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
9
9
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
export declare class ContextTrigger extends LitElement {
|
|
3
3
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
4
|
-
render(): import('
|
|
4
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
5
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
import { ContextMenuCheckboxItem } from './context-menu-checkbox-Item';
|
|
4
4
|
import { ContextMenuContent } from './context-menu-content';
|
|
5
5
|
import { ContextMenuGroup } from './context-menu-group';
|
|
@@ -22,7 +22,7 @@ declare class ContextMenu extends BaseElement {
|
|
|
22
22
|
protected getAttributesToExclude(): string[];
|
|
23
23
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
24
24
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
25
|
-
render(): import('
|
|
25
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
26
26
|
}
|
|
27
27
|
export { ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextTrigger, };
|
|
28
28
|
declare global {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function settingsIcon(): import('
|
|
1
|
+
export declare function settingsIcon(): import('lit-html').TemplateResult<1>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { html, PropertyValues } from '
|
|
1
|
+
import { html, PropertyValues } from 'lit';
|
|
2
2
|
import { BaseElement } from '../../../helpers';
|
|
3
3
|
/**
|
|
4
4
|
* Definition of a single row action.
|
|
@@ -94,5 +94,5 @@ export declare class DataTable extends BaseElement {
|
|
|
94
94
|
private _renderTableHead;
|
|
95
95
|
private _renderTableBody;
|
|
96
96
|
private _renderPagination;
|
|
97
|
-
render(): import('
|
|
97
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
98
98
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
export declare class DatePicker extends LitElement {
|
|
3
3
|
selectedDate: Date | null;
|
|
4
4
|
private handleDateSelected;
|
|
5
5
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
6
|
-
render(): import('
|
|
6
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
7
7
|
}
|
|
8
8
|
declare global {
|
|
9
9
|
interface HTMLElementTagNameMap {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValueMap } from '
|
|
2
|
+
import { PropertyValueMap } from 'lit';
|
|
3
3
|
export declare class DialogClose extends BaseElement {
|
|
4
4
|
private get _dialog();
|
|
5
5
|
private get _containerElement();
|
|
6
6
|
protected firstUpdated(_changedProperties: PropertyValueMap<any> | Map<PropertyKey, unknown>): void;
|
|
7
7
|
protected getAttributesToExclude(): string[];
|
|
8
8
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
9
|
-
render(): import('
|
|
9
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
10
10
|
}
|
|
11
11
|
declare global {
|
|
12
12
|
interface HTMLElementTagNameMap {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class DialogContent extends BaseElement {
|
|
4
4
|
state: string;
|
|
5
5
|
showCloseButton: boolean;
|
|
@@ -11,5 +11,5 @@ export declare class DialogContent extends BaseElement {
|
|
|
11
11
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
12
12
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
13
13
|
protected updated(_changedProperties: PropertyValues): void;
|
|
14
|
-
render(): import('
|
|
14
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
15
15
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class DialogFooter extends BaseElement {
|
|
4
4
|
private get _containerElement();
|
|
5
5
|
protected getAttributesToExclude(): string[];
|
|
6
6
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
7
7
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
8
|
-
render(): import('
|
|
8
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
9
9
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
export declare class DialogHeader extends LitElement {
|
|
3
3
|
_title: string;
|
|
4
4
|
description: string;
|
|
5
5
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
6
|
-
render(): import('
|
|
6
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
7
7
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
export declare class DialogOverlay extends LitElement {
|
|
3
3
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
4
|
-
render(): import('
|
|
4
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
5
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValueMap } from '
|
|
2
|
+
import { PropertyValueMap } from 'lit';
|
|
3
3
|
export declare class DialogTrigger extends BaseElement {
|
|
4
4
|
private get _dialog();
|
|
5
5
|
private get _containerElement();
|
|
@@ -7,5 +7,5 @@ export declare class DialogTrigger extends BaseElement {
|
|
|
7
7
|
protected firstUpdated(_changedProperties: PropertyValueMap<any> | Map<PropertyKey, unknown>): void;
|
|
8
8
|
protected getAttributesToExclude(): string[];
|
|
9
9
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
10
|
-
render(): import('
|
|
10
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
11
11
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
import { DialogClose } from './dialog-close';
|
|
4
4
|
import { DialogContent } from './dialog-content';
|
|
5
5
|
import { DialogFooter } from './dialog-footer';
|
|
@@ -14,7 +14,7 @@ declare class Dialog extends BaseElement {
|
|
|
14
14
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
15
15
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
16
16
|
protected getAttributesToExclude(): string[];
|
|
17
|
-
render(): import('
|
|
17
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
18
18
|
}
|
|
19
19
|
export { Dialog, DialogClose, DialogContent, DialogFooter, DialogHeader, DialogOverlay, DialogTrigger, };
|
|
20
20
|
declare global {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValueMap } from '
|
|
2
|
+
import { PropertyValueMap } from 'lit';
|
|
3
3
|
export declare class DrawerClose extends BaseElement {
|
|
4
4
|
private get _drawer();
|
|
5
5
|
private get _containerElement();
|
|
6
6
|
protected firstUpdated(_changedProperties: PropertyValueMap<any> | Map<PropertyKey, unknown>): Promise<void>;
|
|
7
7
|
protected getAttributesToExclude(): string[];
|
|
8
8
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
9
|
-
render(): import('
|
|
9
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
10
10
|
}
|
|
11
11
|
declare global {
|
|
12
12
|
interface HTMLElementTagNameMap {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
import { TDrawerState } from './drawer.helpers';
|
|
4
4
|
export declare class DrawerContent extends BaseElement {
|
|
5
5
|
state: TDrawerState;
|
|
@@ -10,5 +10,5 @@ export declare class DrawerContent extends BaseElement {
|
|
|
10
10
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
11
11
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
12
12
|
protected updated(_changedProperties: PropertyValues): void;
|
|
13
|
-
render(): import('
|
|
13
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
14
14
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class DrawerDescription extends BaseElement {
|
|
4
4
|
private get _containerElement();
|
|
5
5
|
protected getAttributesToExclude(): string[];
|
|
6
6
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
7
7
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
8
|
-
render(): import('
|
|
8
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
9
9
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class DrawerFooter extends BaseElement {
|
|
4
4
|
private get _containerElement();
|
|
5
5
|
protected getAttributesToExclude(): string[];
|
|
6
6
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
7
7
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
8
|
-
render(): import('
|
|
8
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
9
9
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class DrawerHeader extends BaseElement {
|
|
4
4
|
private get _containerElement();
|
|
5
5
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
6
6
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
7
|
-
render(): import('
|
|
7
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
8
8
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
export declare class DrawerOverlay extends LitElement {
|
|
3
3
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
4
|
-
render(): import('
|
|
4
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
5
5
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class DrawerTitle extends BaseElement {
|
|
4
4
|
private get _containerElement();
|
|
5
5
|
protected getAttributesToExclude(): string[];
|
|
6
6
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
7
7
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
8
|
-
render(): import('
|
|
8
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
9
9
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValueMap } from '
|
|
2
|
+
import { PropertyValueMap } from 'lit';
|
|
3
3
|
export declare class DrawerTrigger extends BaseElement {
|
|
4
4
|
private get _drawer();
|
|
5
5
|
private get _containerElement();
|
|
@@ -7,5 +7,5 @@ export declare class DrawerTrigger extends BaseElement {
|
|
|
7
7
|
protected firstUpdated(_changedProperties: PropertyValueMap<any> | Map<PropertyKey, unknown>): void;
|
|
8
8
|
protected getAttributesToExclude(): string[];
|
|
9
9
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
10
|
-
render(): import('
|
|
10
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
11
11
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
import { DrawerClose } from './drawer-close';
|
|
4
4
|
import { DrawerContent } from './drawer-content';
|
|
5
5
|
import { DrawerDescription } from './drawer-description';
|
|
@@ -22,7 +22,7 @@ declare class Drawer extends BaseElement {
|
|
|
22
22
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
23
23
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
24
24
|
protected getAttributesToExclude(): string[];
|
|
25
|
-
render(): import('
|
|
25
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
26
26
|
}
|
|
27
27
|
export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerTitle, DrawerTrigger, };
|
|
28
28
|
declare global {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
import { DropdownMenu } from './dropdown-menu';
|
|
4
4
|
export declare class DropdownMenuCheckboxItem extends BaseElement {
|
|
5
5
|
_id: string;
|
|
@@ -13,5 +13,5 @@ export declare class DropdownMenuCheckboxItem extends BaseElement {
|
|
|
13
13
|
toggleChecked(): void;
|
|
14
14
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
15
15
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
16
|
-
render(): import('
|
|
16
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
17
17
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
import { DropdownMenu } from './dropdown-menu';
|
|
4
4
|
export declare class DropdownMenuContent extends BaseElement {
|
|
5
5
|
state: string;
|
|
@@ -14,5 +14,5 @@ export declare class DropdownMenuContent extends BaseElement {
|
|
|
14
14
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
15
15
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
16
16
|
private positionContent;
|
|
17
|
-
render(): import('
|
|
17
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
18
18
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class DropdownMenuGroup extends BaseElement {
|
|
4
4
|
heading: string;
|
|
5
5
|
_id: string;
|
|
@@ -7,5 +7,5 @@ export declare class DropdownMenuGroup extends BaseElement {
|
|
|
7
7
|
get _containerElement(): HTMLDivElement | null;
|
|
8
8
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
9
9
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
10
|
-
render(): import('
|
|
10
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
11
11
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
import { DropdownMenu } from './dropdown-menu';
|
|
4
4
|
export declare class DropdownMenuItem extends BaseElement {
|
|
5
5
|
_id: string;
|
|
@@ -13,5 +13,5 @@ export declare class DropdownMenuItem extends BaseElement {
|
|
|
13
13
|
private handleClickDefault;
|
|
14
14
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
15
15
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
16
|
-
render(): import('
|
|
16
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
17
17
|
}
|