@pontive/pontkit-core 1.0.1 → 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 -0
- 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 +7 -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/element-tag-map.d.ts +94 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +159 -159
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +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 +3 -3
- 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 +9 -5
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class BreadCrumbItem extends BaseElement {
|
|
4
4
|
get _containerElement(): HTMLLIElement | 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
|
}
|
|
10
10
|
declare global {
|
|
11
11
|
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 BreadCrumbLink extends BaseElement {
|
|
4
4
|
href: string;
|
|
5
5
|
get _containerElement(): HTMLAnchorElement | null;
|
|
6
6
|
protected getAttributesToExclude(): string[];
|
|
7
7
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
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
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class BreadCrumbList extends BaseElement {
|
|
4
4
|
get _containerElement(): HTMLOListElement | 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
|
}
|
|
10
10
|
declare global {
|
|
11
11
|
interface HTMLElementTagNameMap {
|
|
@@ -2,7 +2,7 @@ import { BaseElement } from '../../../helpers';
|
|
|
2
2
|
export declare class BreadCrumbSeparator extends BaseElement {
|
|
3
3
|
protected getAttributesToExclude(): string[];
|
|
4
4
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
5
|
-
render(): import('
|
|
5
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
6
6
|
}
|
|
7
7
|
declare global {
|
|
8
8
|
interface HTMLElementTagNameMap {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class BreadCrumbText 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
|
}
|
|
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 { BreadCrumbEllipsis } from './breadcrumb-ellipsis';
|
|
4
4
|
import { BreadCrumbItem } from './breadcrumb-item';
|
|
5
5
|
import { BreadCrumbLink } from './breadcrumb-link';
|
|
@@ -11,7 +11,7 @@ declare class BreadCrumb extends BaseElement {
|
|
|
11
11
|
protected getAttributesToExclude(): string[];
|
|
12
12
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
13
13
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
14
|
-
render(): import('
|
|
14
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
15
15
|
}
|
|
16
16
|
declare global {
|
|
17
17
|
interface HTMLElementTagNameMap {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement, PropertyValues } from '
|
|
1
|
+
import { LitElement, PropertyValues } from 'lit';
|
|
2
2
|
import { ButtonProps, ButtonVariant, ButtonSize, ButtonType, ButtonTarget } from './button.defs';
|
|
3
3
|
/**
|
|
4
4
|
* The `<pont-button>` component is a wrapper around the `button` element that
|
|
@@ -58,5 +58,5 @@ export declare class Button extends LitElement implements ButtonProps {
|
|
|
58
58
|
*/
|
|
59
59
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
60
60
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
61
|
-
render(): import('
|
|
61
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
62
62
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement, PropertyValues } from '
|
|
1
|
+
import { LitElement, PropertyValues } from 'lit';
|
|
2
2
|
import { TCalendarMode } from './calendar.helpers';
|
|
3
3
|
export declare class Calendar extends LitElement {
|
|
4
4
|
currentDate: Date;
|
|
@@ -15,7 +15,7 @@ export declare class Calendar extends LitElement {
|
|
|
15
15
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
16
16
|
connectedCallback(): void;
|
|
17
17
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
18
|
-
render(): import('
|
|
18
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
19
19
|
}
|
|
20
20
|
declare global {
|
|
21
21
|
interface HTMLElementTagNameMap {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement, PropertyValues } from '
|
|
1
|
+
import { LitElement, PropertyValues } from 'lit';
|
|
2
2
|
/**
|
|
3
3
|
* The `<pont-card-action>` component places content in the top-right of the
|
|
4
4
|
* header (for example, a button or a badge).
|
|
@@ -17,5 +17,5 @@ export declare class CardAction extends LitElement {
|
|
|
17
17
|
*/
|
|
18
18
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
19
19
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
20
|
-
render(): import('
|
|
20
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
21
21
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement, PropertyValues } from '
|
|
1
|
+
import { LitElement, PropertyValues } from 'lit';
|
|
2
2
|
/**
|
|
3
3
|
* The `<pont-card-content>` component is used for the main card body.
|
|
4
4
|
*
|
|
@@ -16,5 +16,5 @@ export declare class CardContent extends LitElement {
|
|
|
16
16
|
*/
|
|
17
17
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
18
18
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
19
|
-
render(): import('
|
|
19
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
20
20
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement, PropertyValues } from '
|
|
1
|
+
import { LitElement, PropertyValues } from 'lit';
|
|
2
2
|
/**
|
|
3
3
|
* The `<pont-card-description>` component is used for helper text under the
|
|
4
4
|
* title.
|
|
@@ -17,5 +17,5 @@ export declare class CardDescription extends LitElement {
|
|
|
17
17
|
*/
|
|
18
18
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
19
19
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
20
|
-
render(): import('
|
|
20
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
21
21
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement, PropertyValues } from '
|
|
1
|
+
import { LitElement, PropertyValues } from 'lit';
|
|
2
2
|
import { CardFooterProps } from './card.defs';
|
|
3
3
|
/**
|
|
4
4
|
* The `<pont-card-footer>` component is used for actions and secondary content
|
|
@@ -22,5 +22,5 @@ export declare class CardFooter extends LitElement implements CardFooterProps {
|
|
|
22
22
|
*/
|
|
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
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement, PropertyValues } from '
|
|
1
|
+
import { LitElement, PropertyValues } from 'lit';
|
|
2
2
|
import { CardHeaderProps } from './card.defs';
|
|
3
3
|
/**
|
|
4
4
|
* The `<pont-card-header>` component is used for a title, description, and
|
|
@@ -22,5 +22,5 @@ export declare class CardHeader extends LitElement implements CardHeaderProps {
|
|
|
22
22
|
*/
|
|
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
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement, PropertyValues } from '
|
|
1
|
+
import { LitElement, PropertyValues } from 'lit';
|
|
2
2
|
/**
|
|
3
3
|
* The `<pont-card-title>` component is used for the card title.
|
|
4
4
|
*
|
|
@@ -16,5 +16,5 @@ export declare class CardTitle extends LitElement {
|
|
|
16
16
|
*/
|
|
17
17
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
18
18
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
19
|
-
render(): import('
|
|
19
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
20
20
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement, PropertyValues } from '
|
|
1
|
+
import { LitElement, PropertyValues } from 'lit';
|
|
2
2
|
import { CardProps, CardSize } from './card.defs';
|
|
3
3
|
/**
|
|
4
4
|
* The `<pont-card>` component is the root container for card content.
|
|
@@ -21,5 +21,5 @@ export declare class Card extends LitElement implements CardProps {
|
|
|
21
21
|
*/
|
|
22
22
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
23
23
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
24
|
-
render(): import('
|
|
24
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
25
25
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
export declare class Carousel extends LitElement {
|
|
3
3
|
currentIndex: number;
|
|
4
4
|
items: any[];
|
|
@@ -15,7 +15,7 @@ export declare class Carousel extends LitElement {
|
|
|
15
15
|
connectedCallback(): void;
|
|
16
16
|
disconnectedCallback(): void;
|
|
17
17
|
handleResize: () => void;
|
|
18
|
-
render(): import('
|
|
18
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
19
19
|
}
|
|
20
20
|
declare global {
|
|
21
21
|
interface HTMLElementTagNameMap {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement, PropertyValues } from '
|
|
1
|
+
import { LitElement, PropertyValues } from 'lit';
|
|
2
2
|
import { CheckboxProps } from './checkbox.defs';
|
|
3
3
|
/**
|
|
4
4
|
* The `<pont-checkbox>` component is a control that allows the user to toggle
|
|
@@ -88,5 +88,5 @@ export declare class Checkbox extends LitElement implements CheckboxProps {
|
|
|
88
88
|
* kept in sync with `_checked` so the value is included in form submissions.
|
|
89
89
|
*/
|
|
90
90
|
private _renderInput;
|
|
91
|
-
render(): import('
|
|
91
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
92
92
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PropertyValues } from '
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
2
|
import { BaseElement } from '../../../helpers';
|
|
3
3
|
export declare class CollapsibleContent extends BaseElement {
|
|
4
4
|
get _containerElement(): HTMLDivElement | null;
|
|
@@ -8,7 +8,7 @@ export declare class CollapsibleContent extends BaseElement {
|
|
|
8
8
|
private _toggleHandler;
|
|
9
9
|
connectedCallback(): void;
|
|
10
10
|
disconnectedCallback(): void;
|
|
11
|
-
render(): import('
|
|
11
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
12
12
|
}
|
|
13
13
|
declare global {
|
|
14
14
|
interface HTMLElementTagNameMap {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PropertyValues } from '
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
2
|
import { BaseElement } from '../../../helpers';
|
|
3
3
|
import { Collapsible } from './collapsible';
|
|
4
4
|
export declare class CollapsibleTrigger extends BaseElement {
|
|
@@ -8,7 +8,7 @@ export declare class CollapsibleTrigger extends BaseElement {
|
|
|
8
8
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
9
9
|
get _collapsible(): Collapsible | null;
|
|
10
10
|
onTrigger(): void;
|
|
11
|
-
render(): import('
|
|
11
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
12
12
|
}
|
|
13
13
|
declare global {
|
|
14
14
|
interface HTMLElementTagNameMap {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PropertyValues } from '
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
2
|
import { BaseElement } from '../../../helpers';
|
|
3
3
|
import { CollapsibleTrigger } from './collapsible-trigger';
|
|
4
4
|
import { CollapsibleContent } from './collapsible-content';
|
|
@@ -11,7 +11,7 @@ declare class Collapsible extends BaseElement {
|
|
|
11
11
|
private _clickHandler;
|
|
12
12
|
connectedCallback(): void;
|
|
13
13
|
disconnectedCallback(): void;
|
|
14
|
-
render(): import('
|
|
14
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
15
15
|
}
|
|
16
16
|
export { Collapsible, CollapsibleTrigger, CollapsibleContent };
|
|
17
17
|
declare global {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
declare class ComboBoxEmpty extends BaseElement {
|
|
4
4
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
5
5
|
protected getAttributesToExclude(): string[];
|
|
6
6
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
7
|
-
render(): import('
|
|
7
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
8
8
|
}
|
|
9
9
|
export { ComboBoxEmpty };
|
|
10
10
|
declare global {
|
|
@@ -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 ComboBoxGroup extends BaseElement {
|
|
@@ -27,7 +27,7 @@ declare class ComboBoxGroup extends BaseElement {
|
|
|
27
27
|
disconnectedCallback(): void;
|
|
28
28
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
29
29
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
30
|
-
render(): import('
|
|
30
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
31
31
|
}
|
|
32
32
|
export { ComboBoxGroup };
|
|
33
33
|
declare global {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
import { ComboBoxGroup } from './combo-box-group';
|
|
3
3
|
declare class ComboBoxInput extends LitElement {
|
|
4
4
|
placeholder: string;
|
|
@@ -7,7 +7,7 @@ declare class ComboBoxInput extends LitElement {
|
|
|
7
7
|
handleSearch(event: Event): void;
|
|
8
8
|
handleKeyDown(event: Event): void;
|
|
9
9
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
10
|
-
render(): import('
|
|
10
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
11
11
|
}
|
|
12
12
|
export { ComboBoxInput };
|
|
13
13
|
declare global {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PropertyValues } from '
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
2
|
import { BaseElement } from '../../../helpers';
|
|
3
3
|
export declare class ComboBoxItem extends BaseElement {
|
|
4
4
|
value: string;
|
|
@@ -16,7 +16,7 @@ export declare class ComboBoxItem extends BaseElement {
|
|
|
16
16
|
handleClick: (event: Event) => void;
|
|
17
17
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
18
18
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
19
|
-
render(): import('
|
|
19
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
20
20
|
}
|
|
21
21
|
declare global {
|
|
22
22
|
interface HTMLElementTagNameMap {
|
|
@@ -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
|
}
|