@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,4 +1,4 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
/**
|
|
3
3
|
* Renders a title with label styling inside `pont-field-content`.
|
|
4
4
|
*
|
|
@@ -18,5 +18,5 @@ export declare class FieldTitle extends LitElement {
|
|
|
18
18
|
* Appends children to the field 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 { FieldProps, FieldOrientation } from './field.defs';
|
|
3
3
|
/**
|
|
4
4
|
* The core wrapper for a single field. Provides orientation control, invalid
|
|
@@ -32,5 +32,5 @@ export declare class Field extends LitElement implements FieldProps {
|
|
|
32
32
|
* Appends children to the field group slot.
|
|
33
33
|
*/
|
|
34
34
|
protected firstUpdated(): void;
|
|
35
|
-
render(): import('
|
|
35
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
36
36
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PropertyValues } from '
|
|
1
|
+
import { PropertyValues } from 'lit';
|
|
2
2
|
import { FormController } from './form-controller';
|
|
3
3
|
import { BaseElement } from '../../../helpers';
|
|
4
4
|
export declare class PontFormController extends BaseElement {
|
|
@@ -7,7 +7,7 @@ export declare class PontFormController extends BaseElement {
|
|
|
7
7
|
protected createRenderRoot(): this;
|
|
8
8
|
private handleSubmit;
|
|
9
9
|
protected firstUpdated(_changedProperties: PropertyValues): Promise<void>;
|
|
10
|
-
render(): import('
|
|
10
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
11
11
|
}
|
|
12
12
|
declare global {
|
|
13
13
|
interface HTMLElementTagNameMap {
|
|
@@ -4,7 +4,7 @@ export declare class PontFormDescription extends BaseElement {
|
|
|
4
4
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
5
5
|
get _desc(): HTMLParagraphElement | null;
|
|
6
6
|
protected firstUpdated(): void;
|
|
7
|
-
render(): import('
|
|
7
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
8
8
|
}
|
|
9
9
|
declare global {
|
|
10
10
|
interface HTMLElementTagNameMap {
|
|
@@ -10,7 +10,7 @@ export declare class PontFormField extends BaseElement {
|
|
|
10
10
|
private registered;
|
|
11
11
|
protected updated(): void;
|
|
12
12
|
disconnectedCallback(): void;
|
|
13
|
-
render(): import('
|
|
13
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
14
14
|
}
|
|
15
15
|
declare global {
|
|
16
16
|
interface HTMLElementTagNameMap {
|
|
@@ -7,7 +7,7 @@ export declare class PontFormItem extends BaseElement {
|
|
|
7
7
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
8
8
|
get _container(): HTMLDivElement | null;
|
|
9
9
|
protected firstUpdated(): void;
|
|
10
|
-
render(): import('
|
|
10
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
11
11
|
}
|
|
12
12
|
declare global {
|
|
13
13
|
interface HTMLElementTagNameMap {
|
|
@@ -10,7 +10,7 @@ export declare class PontFormLabel extends BaseElement {
|
|
|
10
10
|
protected firstUpdated(): void;
|
|
11
11
|
connectedCallback(): void;
|
|
12
12
|
disconnectedCallback(): 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
|
import { PontFormField } from './pont-form-field';
|
|
3
3
|
export declare class PontFormMessage extends LitElement {
|
|
4
4
|
private form;
|
|
@@ -8,7 +8,7 @@ export declare class PontFormMessage extends LitElement {
|
|
|
8
8
|
protected createRenderRoot(): this;
|
|
9
9
|
connectedCallback(): void;
|
|
10
10
|
disconnectedCallback(): void;
|
|
11
|
-
render(): import('
|
|
11
|
+
render(): import('lit-html').TemplateResult<1> | null;
|
|
12
12
|
}
|
|
13
13
|
declare global {
|
|
14
14
|
interface HTMLElementTagNameMap {
|
|
@@ -6,16 +6,16 @@ import { PontFormField } from './pont-form-field';
|
|
|
6
6
|
import { PontFormItem } from './pont-form-item';
|
|
7
7
|
import { PontFormLabel } from './pont-form-label';
|
|
8
8
|
import { PontFormMessage } from './pont-form-message';
|
|
9
|
-
declare class PontForm extends BaseElement {
|
|
9
|
+
export declare class PontForm extends BaseElement {
|
|
10
10
|
form: FormController;
|
|
11
11
|
onSubmit: (values: any) => void;
|
|
12
12
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
13
13
|
get _formElement(): HTMLFormElement | null;
|
|
14
14
|
protected firstUpdated(): void;
|
|
15
15
|
private handleSubmit;
|
|
16
|
-
render(): import('
|
|
16
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
17
17
|
}
|
|
18
|
-
export {
|
|
18
|
+
export { PontFormController, PontFormDescription, PontFormField, PontFormItem, PontFormLabel, PontFormMessage, };
|
|
19
19
|
declare global {
|
|
20
20
|
interface HTMLElementTagNameMap {
|
|
21
21
|
'pont-form-root': PontForm;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class HoverContent extends BaseElement {
|
|
4
4
|
state: 'open' | 'closed';
|
|
5
5
|
private isOpen;
|
|
@@ -11,5 +11,5 @@ export declare class HoverContent extends BaseElement {
|
|
|
11
11
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
12
12
|
protected getAttributesToExclude(): string[];
|
|
13
13
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
14
|
-
render(): import('
|
|
14
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
15
15
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
declare class HoverCardTrigger extends BaseElement {
|
|
4
4
|
protected getAttributesToExclude(): string[];
|
|
5
5
|
createRenderRoot(): this;
|
|
6
6
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
7
|
-
render(): import('
|
|
7
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
8
8
|
}
|
|
9
9
|
export { HoverCardTrigger };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
import { HoverContent } from './hover-card-content';
|
|
4
4
|
import { HoverCardTrigger } from './hover-card-trigger';
|
|
5
5
|
declare class HoverCard extends BaseElement {
|
|
@@ -16,7 +16,7 @@ declare class HoverCard extends BaseElement {
|
|
|
16
16
|
disconnectedCallback(): void;
|
|
17
17
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
18
18
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
19
|
-
render(): import('
|
|
19
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
20
20
|
}
|
|
21
21
|
export { HoverCard, HoverCardTrigger, HoverContent };
|
|
22
22
|
declare global {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement, PropertyValues } from '
|
|
1
|
+
import { LitElement, PropertyValues } from 'lit';
|
|
2
2
|
import { InputProps, InputAutocomplete, InputType } from './input.defs';
|
|
3
3
|
/**
|
|
4
4
|
* The `<pont-input>` component is a text input component for forms and user data
|
|
@@ -159,5 +159,5 @@ export declare class Input extends LitElement implements InputProps {
|
|
|
159
159
|
* bubbles) and invoking the user-provided event handler (if provided).
|
|
160
160
|
*/
|
|
161
161
|
private _onBlur;
|
|
162
|
-
render(): import('
|
|
162
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
163
163
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
import { InputGroupAddonAlign, InputGroupAddonProps } from './input-group.defs';
|
|
3
3
|
/**
|
|
4
4
|
* Displays icons, text, buttons, or other content alongside inputs.
|
|
@@ -28,5 +28,5 @@ export declare class InputGroupAddon extends LitElement implements InputGroupAdd
|
|
|
28
28
|
* Appends children to the input group addon slot.
|
|
29
29
|
*/
|
|
30
30
|
protected firstUpdated(): void;
|
|
31
|
-
render(): import('
|
|
31
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
32
32
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
import { InputGroupButtonProps, InputGroupButtonSize } from './input-group.defs';
|
|
3
3
|
import { ButtonType, ButtonVariant, ButtonTarget } from '../button/button.defs';
|
|
4
4
|
/**
|
|
@@ -55,5 +55,5 @@ export declare class InputGroupButton extends LitElement implements InputGroupBu
|
|
|
55
55
|
* Appends children to the input group button slot.
|
|
56
56
|
*/
|
|
57
57
|
protected firstUpdated(): void;
|
|
58
|
-
render(): import('
|
|
58
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
59
59
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement, PropertyValues } from '
|
|
1
|
+
import { LitElement, PropertyValues } from 'lit';
|
|
2
2
|
import { InputAutocomplete, InputType } from '../input/input.defs';
|
|
3
3
|
import { InputGroupInputProps } from './input-group.defs';
|
|
4
4
|
/**
|
|
@@ -136,5 +136,5 @@ export declare class InputGroupInput extends LitElement implements InputGroupInp
|
|
|
136
136
|
* `_inputId` and removing it from the parent.
|
|
137
137
|
*/
|
|
138
138
|
protected firstUpdated(): void;
|
|
139
|
-
render(): import('
|
|
139
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
140
140
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
/**
|
|
3
3
|
* Displays text within input groups.
|
|
4
4
|
*
|
|
@@ -18,5 +18,5 @@ export declare class InputGroupText extends LitElement {
|
|
|
18
18
|
* Appends children to the input group 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 { TextareaAutocomplete, TextareaWrap } from '../textarea/textarea.defs';
|
|
3
3
|
import { InputGroupTextareaProps } from './input-group.defs';
|
|
4
4
|
/**
|
|
@@ -110,5 +110,5 @@ export declare class InputGroupTextarea extends LitElement implements InputGroup
|
|
|
110
110
|
* `_textareaId` and removing it from the parent.
|
|
111
111
|
*/
|
|
112
112
|
protected firstUpdated(): void;
|
|
113
|
-
render(): import('
|
|
113
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
114
114
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
/**
|
|
3
3
|
* The main component that wraps inputs and addons.
|
|
4
4
|
*
|
|
@@ -18,5 +18,5 @@ export declare class InputGroup extends LitElement {
|
|
|
18
18
|
* Appends children to the input group 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 } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
/**
|
|
3
3
|
* The `<pont-input-otp-group>` component is a container for input OTP slots. An
|
|
4
4
|
* input OTP may have a single group holding all the slots, or multiple groups,
|
|
@@ -21,5 +21,5 @@ export declare class InputOTPGroup extends LitElement {
|
|
|
21
21
|
* slot.
|
|
22
22
|
*/
|
|
23
23
|
protected firstUpdated(): void;
|
|
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
|
/**
|
|
3
3
|
* The `<pont-input-otp-separator>` component is a separator used between input
|
|
4
4
|
* OTP groups.
|
|
@@ -11,5 +11,5 @@ export declare class InputOTPSeparator extends LitElement {
|
|
|
11
11
|
* Overrides the default behaviour to render into the light DOM.
|
|
12
12
|
*/
|
|
13
13
|
protected createRenderRoot(): this;
|
|
14
|
-
render(): import('
|
|
14
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
15
15
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
import { InputOTPSlotProps } from './input-otp.defs';
|
|
3
3
|
/**
|
|
4
4
|
* The `<pont-input-otp-slot>` component is a decorative container of the
|
|
@@ -30,5 +30,5 @@ export declare class InputOTPSlot extends LitElement implements InputOTPSlotProp
|
|
|
30
30
|
* OTP's event listener.
|
|
31
31
|
*/
|
|
32
32
|
private _handleClick;
|
|
33
|
-
render(): import('
|
|
33
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
34
34
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement, PropertyValues } from '
|
|
1
|
+
import { LitElement, PropertyValues } from 'lit';
|
|
2
2
|
import { InputOTPProps, InputOTPAutocomplete, InputOTPInputmode } from './input-otp.defs';
|
|
3
3
|
/**
|
|
4
4
|
* The `<pont-input-otp>` component is the root input OTP container, holding the
|
|
@@ -216,5 +216,5 @@ export declare class InputOTP extends LitElement implements InputOTPProps {
|
|
|
216
216
|
* Pastes starting from the current active slot (shadcn behaviour).
|
|
217
217
|
*/
|
|
218
218
|
private _handlePaste;
|
|
219
|
-
render(): import('
|
|
219
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
220
220
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
/**
|
|
3
3
|
* Container for action buttons or other interactive elements.
|
|
4
4
|
*
|
|
@@ -18,5 +18,5 @@ export declare class ItemActions extends LitElement {
|
|
|
18
18
|
* Appends children to the item actions 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
|
* Wraps the title and description of the item.
|
|
4
4
|
*
|
|
@@ -18,5 +18,5 @@ export declare class ItemContent extends LitElement {
|
|
|
18
18
|
* Appends children to the item content 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 description of the item.
|
|
4
4
|
*
|
|
@@ -18,5 +18,5 @@ export declare class ItemDescription extends LitElement {
|
|
|
18
18
|
* Appends children to the item description 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 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
|
}
|