@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 { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
/**
|
|
3
3
|
* Displays a footer below the item content.
|
|
4
4
|
*
|
|
@@ -18,5 +18,5 @@ export declare class ItemFooter extends LitElement {
|
|
|
18
18
|
* Appends children to the item footer slot.
|
|
19
19
|
*/
|
|
20
20
|
protected firstUpdated(): void;
|
|
21
|
-
render(): import('
|
|
21
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
22
22
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
/**
|
|
3
3
|
* A container that groups related items together with consistent styling.
|
|
4
4
|
*
|
|
@@ -18,5 +18,5 @@ export declare class ItemGroup extends LitElement {
|
|
|
18
18
|
* Appends children to the item group slot.
|
|
19
19
|
*/
|
|
20
20
|
protected firstUpdated(): void;
|
|
21
|
-
render(): import('
|
|
21
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
22
22
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
/**
|
|
3
3
|
* Displays a header above the item content.
|
|
4
4
|
*
|
|
@@ -18,5 +18,5 @@ export declare class ItemHeader extends LitElement {
|
|
|
18
18
|
* Appends children to the item header slot.
|
|
19
19
|
*/
|
|
20
20
|
protected firstUpdated(): void;
|
|
21
|
-
render(): import('
|
|
21
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
22
22
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
import { ItemMediaProps, ItemMediaVariant } from './item.defs';
|
|
3
3
|
/**
|
|
4
4
|
* Use `pont-item-media` to display media content such as icons, images, or
|
|
@@ -24,5 +24,5 @@ export declare class ItemMedia extends LitElement implements ItemMediaProps {
|
|
|
24
24
|
* Appends children to the item media slot.
|
|
25
25
|
*/
|
|
26
26
|
protected firstUpdated(): void;
|
|
27
|
-
render(): import('
|
|
27
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
28
28
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
/**
|
|
3
3
|
* A separator between items in a group.
|
|
4
4
|
*
|
|
@@ -18,5 +18,5 @@ export declare class ItemSeparator extends LitElement {
|
|
|
18
18
|
* Appends children to the item separator slot.
|
|
19
19
|
*/
|
|
20
20
|
protected firstUpdated(): void;
|
|
21
|
-
render(): import('
|
|
21
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
22
22
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
/**
|
|
3
3
|
* Displays the title of the item.
|
|
4
4
|
*
|
|
@@ -18,5 +18,5 @@ export declare class ItemTitle extends LitElement {
|
|
|
18
18
|
* Appends children to the item title slot.
|
|
19
19
|
*/
|
|
20
20
|
protected firstUpdated(): void;
|
|
21
|
-
render(): import('
|
|
21
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
22
22
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
import { ItemProps, ItemSize, ItemTarget, ItemVariant } from './item.defs';
|
|
3
3
|
/**
|
|
4
4
|
* The main component for displaying content with media, title, description, and
|
|
@@ -38,5 +38,5 @@ export declare class Item extends LitElement implements ItemProps {
|
|
|
38
38
|
* Appends children to the item root slot.
|
|
39
39
|
*/
|
|
40
40
|
protected firstUpdated(): void;
|
|
41
|
-
render(): import('
|
|
41
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
42
42
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
/**
|
|
3
3
|
* Use the `pont-kbd-group` component to group `pont-kbd` components together.
|
|
4
4
|
*
|
|
@@ -18,5 +18,5 @@ export declare class KbdGroup extends LitElement {
|
|
|
18
18
|
* Appends children to the kbd group slot.
|
|
19
19
|
*/
|
|
20
20
|
protected firstUpdated(): void;
|
|
21
|
-
render(): import('
|
|
21
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
22
22
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
/**
|
|
3
3
|
* Use the `pont-kbd` component to display a keyboard key.
|
|
4
4
|
*
|
|
@@ -18,5 +18,5 @@ export declare class Kbd extends LitElement {
|
|
|
18
18
|
* Appends children to the kbd root slot.
|
|
19
19
|
*/
|
|
20
20
|
protected firstUpdated(): void;
|
|
21
|
-
render(): import('
|
|
21
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
22
22
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement, PropertyValues } from '
|
|
1
|
+
import { LitElement, PropertyValues } from 'lit';
|
|
2
2
|
import { LabelProps } from './label.defs';
|
|
3
3
|
/**
|
|
4
4
|
* The `<pont-label>` component renders an accessible label associated with
|
|
@@ -22,5 +22,5 @@ export declare class Label extends LitElement implements LabelProps {
|
|
|
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,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class MenubarCheckboxItem extends BaseElement {
|
|
4
4
|
_id: string;
|
|
5
5
|
_hidden: string;
|
|
@@ -15,5 +15,5 @@ export declare class MenubarCheckboxItem extends BaseElement {
|
|
|
15
15
|
checked: boolean;
|
|
16
16
|
disabled: boolean;
|
|
17
17
|
toggleChecked(): void;
|
|
18
|
-
render(): import('
|
|
18
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
19
19
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
import { MenubarMenu } from './menubar-menu';
|
|
4
4
|
export declare class MenubarContent extends BaseElement {
|
|
5
5
|
state: string;
|
|
@@ -15,5 +15,5 @@ export declare class MenubarContent extends BaseElement {
|
|
|
15
15
|
disconnectedCallback(): void;
|
|
16
16
|
updated(changedProps: PropertyValues): void;
|
|
17
17
|
handleClickOutside(event: MouseEvent): void;
|
|
18
|
-
render(): import('
|
|
18
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
19
19
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class MenubarGroup extends BaseElement {
|
|
4
4
|
heading: string;
|
|
5
5
|
_id: string;
|
|
@@ -10,5 +10,5 @@ export declare class MenubarGroup extends BaseElement {
|
|
|
10
10
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
11
11
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
12
12
|
private get identifier();
|
|
13
|
-
render(): import('
|
|
13
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
14
14
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class MenubarItem extends BaseElement {
|
|
4
4
|
_id: string;
|
|
5
5
|
_hidden: string;
|
|
@@ -13,5 +13,5 @@ export declare class MenubarItem extends BaseElement {
|
|
|
13
13
|
get value(): string;
|
|
14
14
|
selected: boolean;
|
|
15
15
|
private handleMouseEvent;
|
|
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
|
export declare class MenubarMenu extends BaseElement {
|
|
4
4
|
isOpen: boolean;
|
|
5
5
|
uniqueIds: string[];
|
|
@@ -26,5 +26,5 @@ export declare class MenubarMenu extends BaseElement {
|
|
|
26
26
|
private scheduleClose;
|
|
27
27
|
private isDescendant;
|
|
28
28
|
private setupContentListeners;
|
|
29
|
-
render(): import('
|
|
29
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
30
30
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class MenubarRadioItem extends BaseElement {
|
|
4
4
|
_id: string;
|
|
5
5
|
_hidden: string;
|
|
@@ -15,5 +15,5 @@ export declare class MenubarRadioItem extends BaseElement {
|
|
|
15
15
|
checked: boolean;
|
|
16
16
|
disabled: boolean;
|
|
17
17
|
toggleChecked(): void;
|
|
18
|
-
render(): import('
|
|
18
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
19
19
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class MenubarSeparator extends BaseElement {
|
|
4
4
|
_id: string;
|
|
5
5
|
_hidden: string;
|
|
@@ -9,5 +9,5 @@ export declare class MenubarSeparator extends BaseElement {
|
|
|
9
9
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
10
10
|
private get identifier();
|
|
11
11
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
12
|
-
render(): import('
|
|
12
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
13
13
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class MenubarShortcut 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 MenubarTrigger extends BaseElement {
|
|
4
4
|
get _containerElement(): HTMLButtonElement | null;
|
|
5
5
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
6
6
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
7
7
|
protected getAttributesToExclude(): string[];
|
|
8
|
-
render(): import('
|
|
8
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
9
9
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
import { MenubarCheckboxItem } from './menubar-checkbox.item';
|
|
4
4
|
import { MenubarContent } from './menubar-content';
|
|
5
5
|
import { MenubarGroup } from './menubar-group';
|
|
@@ -14,7 +14,7 @@ declare class Menubar extends BaseElement {
|
|
|
14
14
|
protected getAttributesToExclude(): string[];
|
|
15
15
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
16
16
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
17
|
-
render(): import('
|
|
17
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
18
18
|
}
|
|
19
19
|
export { Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarMenu, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarTrigger, };
|
|
20
20
|
declare global {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const scissorsIcon: import('
|
|
2
|
-
export declare const copyIcon: import('
|
|
3
|
-
export declare const clipboardPasteIcon: import('
|
|
1
|
+
export declare const scissorsIcon: import('lit-html').TemplateResult<1>;
|
|
2
|
+
export declare const copyIcon: import('lit-html').TemplateResult<1>;
|
|
3
|
+
export declare const clipboardPasteIcon: import('lit-html').TemplateResult<1>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PropertyValues } from '
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
2
|
import { BaseElement } from '../../../helpers';
|
|
3
3
|
import { NavigationMenuItem } from './navigation-menu-item';
|
|
4
4
|
export declare class NavigationMenuContent extends BaseElement {
|
|
@@ -15,5 +15,5 @@ export declare class NavigationMenuContent extends BaseElement {
|
|
|
15
15
|
handleClickOutside(event: MouseEvent): void;
|
|
16
16
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
17
17
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
18
|
-
render(): import('
|
|
18
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
19
19
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PropertyValues } from '
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
2
|
import { BaseElement } from '../../../helpers';
|
|
3
3
|
export declare class NavigationMenuItem extends BaseElement {
|
|
4
4
|
value: string;
|
|
@@ -19,5 +19,5 @@ export declare class NavigationMenuItem extends BaseElement {
|
|
|
19
19
|
handleHover(): void;
|
|
20
20
|
handleMouseLeave(): void;
|
|
21
21
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
22
|
-
render(): import('
|
|
22
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
23
23
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { PropertyValues } from '
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
2
|
import { BaseElement } from '../../../helpers';
|
|
3
3
|
export declare class NavigationMenuLink extends BaseElement {
|
|
4
4
|
get _containerElement(): HTMLAnchorElement | null;
|
|
5
5
|
href: 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
|
-
import { PropertyValues } from '
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
2
|
import { BaseElement } from '../../../helpers';
|
|
3
3
|
export declare class NavigationMenuList extends BaseElement {
|
|
4
4
|
get _containerElement(): HTMLUListElement | null;
|
|
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,9 +1,9 @@
|
|
|
1
|
-
import { PropertyValues } from '
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
2
|
import { BaseElement } from '../../../helpers';
|
|
3
3
|
export declare class NavigationMenuTrigger extends BaseElement {
|
|
4
4
|
get _containerElement(): HTMLUListElement | null;
|
|
5
5
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
6
6
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
7
7
|
protected getAttributesToExclude(): string[];
|
|
8
|
-
render(): import('
|
|
8
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
9
9
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PropertyValues } from '
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
2
|
import { BaseElement } from '../../../helpers';
|
|
3
3
|
import { NavigationMenuList } from './navigation-menu-list';
|
|
4
4
|
import { NavigationMenuItem } from './navigation-menu-item';
|
|
@@ -9,7 +9,7 @@ declare class NavigationMenu extends BaseElement {
|
|
|
9
9
|
get _containerElement(): HTMLElementTagNameMap['nav'] | null;
|
|
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
|
export { NavigationMenu, NavigationMenuList, NavigationMenuItem, NavigationMenuContent, NavigationMenuLink, NavigationMenuTrigger, };
|
|
15
15
|
declare global {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class PaginationContent extends BaseElement {
|
|
4
4
|
get _containerElement(): HTMLUListElement | null;
|
|
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,8 +1,8 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class PaginationEllipsis extends BaseElement {
|
|
4
4
|
get _containerElement(): HTMLElement | null;
|
|
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
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class PaginationItem extends BaseElement {
|
|
4
4
|
uniqueIds: string[];
|
|
5
5
|
isActive: boolean;
|
|
@@ -10,5 +10,5 @@ export declare class PaginationItem extends BaseElement {
|
|
|
10
10
|
firstUpdated(): void;
|
|
11
11
|
raiseEvent(): void;
|
|
12
12
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
13
|
-
render(): import('
|
|
13
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
14
14
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
import { ButtonSize } from '../button/button.defs';
|
|
4
4
|
export declare class PaginationLink extends BaseElement {
|
|
5
5
|
state: string;
|
|
@@ -10,5 +10,5 @@ export declare class PaginationLink extends BaseElement {
|
|
|
10
10
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
11
11
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
12
12
|
updated(changedProps: 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 PaginationNext extends BaseElement {
|
|
4
4
|
href: string;
|
|
5
5
|
get _containerElement(): HTMLDivElement | null;
|
|
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 PaginationPrevious extends BaseElement {
|
|
4
4
|
href: string;
|
|
5
5
|
get _containerElement(): HTMLDivElement | null;
|
|
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 { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
import { PaginationContent } from './pagination-content';
|
|
4
4
|
import { PaginationEllipsis } from './pagination-ellipsis';
|
|
5
5
|
import { PaginationItem } from './pagination-item';
|
|
@@ -10,7 +10,7 @@ declare class Pagination extends BaseElement {
|
|
|
10
10
|
get _containerElement(): HTMLElement | null;
|
|
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
|
}
|
|
15
15
|
export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, };
|
|
16
16
|
declare global {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement, PropertyValues } from '
|
|
1
|
+
import { LitElement, PropertyValues } from 'lit';
|
|
2
2
|
import { InputAutocomplete } from '../input/input.defs';
|
|
3
3
|
import { PasswordInputProps } from './password-input.defs';
|
|
4
4
|
/**
|
|
@@ -118,5 +118,5 @@ export declare class PasswordInput extends LitElement implements PasswordInputPr
|
|
|
118
118
|
* Renders the password input button icon based on the `_showPassword` state.
|
|
119
119
|
*/
|
|
120
120
|
private _renderIcon;
|
|
121
|
-
render(): import('
|
|
121
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
122
122
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
import { Popover } from './popover';
|
|
4
4
|
export declare class PopoverContent extends BaseElement {
|
|
5
5
|
enableDefaultStyle: boolean;
|
|
@@ -14,5 +14,5 @@ export declare class PopoverContent extends BaseElement {
|
|
|
14
14
|
private preventClickPropagation;
|
|
15
15
|
protected getAttributesToExclude(): string[];
|
|
16
16
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
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
|
import { Popover } from './popover';
|
|
4
4
|
export declare class PopoverTrigger extends BaseElement {
|
|
5
5
|
get _popover(): Popover | null;
|
|
@@ -8,5 +8,5 @@ export declare class PopoverTrigger extends BaseElement {
|
|
|
8
8
|
handleClick: () => void;
|
|
9
9
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
10
10
|
protected getAttributesToExclude(): string[];
|
|
11
|
-
render(): import('
|
|
11
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
12
12
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
import { PopoverContent } from './popover-content';
|
|
4
4
|
import { PopoverTrigger } from './popover-trigger';
|
|
5
5
|
declare class Popover extends BaseElement {
|
|
@@ -9,7 +9,7 @@ declare class Popover extends BaseElement {
|
|
|
9
9
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
10
10
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
11
11
|
protected updated(_changedProperties: PropertyValues): void;
|
|
12
|
-
render(): import('
|
|
12
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
13
13
|
}
|
|
14
14
|
export { Popover, PopoverContent, PopoverTrigger };
|
|
15
15
|
declare global {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
export declare class Progress extends LitElement {
|
|
3
3
|
value: number;
|
|
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,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class RadioGroupItem extends BaseElement {
|
|
4
4
|
checked: boolean;
|
|
5
5
|
tabindex: number;
|
|
@@ -12,7 +12,7 @@ export declare class RadioGroupItem extends BaseElement {
|
|
|
12
12
|
private _onClick;
|
|
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
|
declare global {
|
|
18
18
|
interface HTMLElementTagNameMap {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
import { RadioGroupItem } from './radio-group-item';
|
|
4
4
|
declare class RadioGroup extends BaseElement {
|
|
5
5
|
defaultValue: string;
|
|
@@ -8,7 +8,7 @@ declare class RadioGroup extends BaseElement {
|
|
|
8
8
|
private _handleRadioSelected;
|
|
9
9
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
10
10
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
11
|
-
render(): import('
|
|
11
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
12
12
|
}
|
|
13
13
|
export { RadioGroup, RadioGroupItem };
|
|
14
14
|
declare global {
|
|
@@ -3,7 +3,7 @@ export declare class PontScrollArea extends BaseElement {
|
|
|
3
3
|
private viewportEl;
|
|
4
4
|
protected createRenderRoot(): this;
|
|
5
5
|
firstUpdated(): void;
|
|
6
|
-
render(): import('
|
|
6
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
7
7
|
}
|
|
8
8
|
declare global {
|
|
9
9
|
interface HTMLElementTagNameMap {
|
|
@@ -17,7 +17,7 @@ export declare class SelectGroup extends BaseElement {
|
|
|
17
17
|
private handleKeyDown;
|
|
18
18
|
private handleMouseOver;
|
|
19
19
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
20
|
-
render(): import('
|
|
20
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
21
21
|
}
|
|
22
22
|
declare global {
|
|
23
23
|
interface HTMLElementTagNameMap {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
import { Select } from './select';
|
|
4
4
|
export declare class SelectItem extends BaseElement {
|
|
5
5
|
value: string;
|
|
@@ -17,7 +17,7 @@ export declare class SelectItem extends BaseElement {
|
|
|
17
17
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
18
18
|
private getTextContent;
|
|
19
19
|
private handleClick;
|
|
20
|
-
render(): import('
|
|
20
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
21
21
|
}
|
|
22
22
|
declare global {
|
|
23
23
|
interface HTMLElementTagNameMap {
|