@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,9 +1,9 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class ContextMenuShortcut extends BaseElement {
|
|
4
4
|
get _containerElement(): HTMLSpanElement | null;
|
|
5
5
|
protected getAttributesToExclude(): string[];
|
|
6
6
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
7
7
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
8
|
-
render(): import('
|
|
8
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
9
9
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
export declare class ContextTrigger extends LitElement {
|
|
3
3
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
4
|
-
render(): import('
|
|
4
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
5
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
import { ContextMenuCheckboxItem } from './context-menu-checkbox-Item';
|
|
4
4
|
import { ContextMenuContent } from './context-menu-content';
|
|
5
5
|
import { ContextMenuGroup } from './context-menu-group';
|
|
@@ -22,7 +22,7 @@ declare class ContextMenu extends BaseElement {
|
|
|
22
22
|
protected getAttributesToExclude(): string[];
|
|
23
23
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
24
24
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
25
|
-
render(): import('
|
|
25
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
26
26
|
}
|
|
27
27
|
export { ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextTrigger, };
|
|
28
28
|
declare global {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function settingsIcon(): import('
|
|
1
|
+
export declare function settingsIcon(): import('lit-html').TemplateResult<1>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { html, PropertyValues } from '
|
|
1
|
+
import { html, PropertyValues } from 'lit';
|
|
2
2
|
import { BaseElement } from '../../../helpers';
|
|
3
3
|
/**
|
|
4
4
|
* Definition of a single row action.
|
|
@@ -94,5 +94,5 @@ export declare class DataTable extends BaseElement {
|
|
|
94
94
|
private _renderTableHead;
|
|
95
95
|
private _renderTableBody;
|
|
96
96
|
private _renderPagination;
|
|
97
|
-
render(): import('
|
|
97
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
98
98
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
export declare class DatePicker extends LitElement {
|
|
3
3
|
selectedDate: Date | null;
|
|
4
4
|
private handleDateSelected;
|
|
5
5
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
6
|
-
render(): import('
|
|
6
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
7
7
|
}
|
|
8
8
|
declare global {
|
|
9
9
|
interface HTMLElementTagNameMap {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValueMap } from '
|
|
2
|
+
import { PropertyValueMap } from 'lit';
|
|
3
3
|
export declare class DialogClose extends BaseElement {
|
|
4
4
|
private get _dialog();
|
|
5
5
|
private get _containerElement();
|
|
6
6
|
protected firstUpdated(_changedProperties: PropertyValueMap<any> | Map<PropertyKey, unknown>): void;
|
|
7
7
|
protected getAttributesToExclude(): string[];
|
|
8
8
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
9
|
-
render(): import('
|
|
9
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
10
10
|
}
|
|
11
11
|
declare global {
|
|
12
12
|
interface HTMLElementTagNameMap {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class DialogContent extends BaseElement {
|
|
4
4
|
state: string;
|
|
5
5
|
showCloseButton: boolean;
|
|
@@ -11,5 +11,5 @@ export declare class DialogContent extends BaseElement {
|
|
|
11
11
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
12
12
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
13
13
|
protected updated(_changedProperties: PropertyValues): void;
|
|
14
|
-
render(): import('
|
|
14
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
15
15
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class DialogFooter extends BaseElement {
|
|
4
4
|
private get _containerElement();
|
|
5
5
|
protected getAttributesToExclude(): string[];
|
|
6
6
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
7
7
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
8
|
-
render(): import('
|
|
8
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
9
9
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
export declare class DialogHeader extends LitElement {
|
|
3
3
|
_title: string;
|
|
4
4
|
description: string;
|
|
5
5
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
6
|
-
render(): import('
|
|
6
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
7
7
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
export declare class DialogOverlay extends LitElement {
|
|
3
3
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
4
|
-
render(): import('
|
|
4
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
5
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValueMap } from '
|
|
2
|
+
import { PropertyValueMap } from 'lit';
|
|
3
3
|
export declare class DialogTrigger extends BaseElement {
|
|
4
4
|
private get _dialog();
|
|
5
5
|
private get _containerElement();
|
|
@@ -7,5 +7,5 @@ export declare class DialogTrigger extends BaseElement {
|
|
|
7
7
|
protected firstUpdated(_changedProperties: PropertyValueMap<any> | Map<PropertyKey, unknown>): void;
|
|
8
8
|
protected getAttributesToExclude(): string[];
|
|
9
9
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
10
|
-
render(): import('
|
|
10
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
11
11
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
import { DialogClose } from './dialog-close';
|
|
4
4
|
import { DialogContent } from './dialog-content';
|
|
5
5
|
import { DialogFooter } from './dialog-footer';
|
|
@@ -14,7 +14,7 @@ declare class Dialog extends BaseElement {
|
|
|
14
14
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
15
15
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
16
16
|
protected getAttributesToExclude(): string[];
|
|
17
|
-
render(): import('
|
|
17
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
18
18
|
}
|
|
19
19
|
export { Dialog, DialogClose, DialogContent, DialogFooter, DialogHeader, DialogOverlay, DialogTrigger, };
|
|
20
20
|
declare global {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValueMap } from '
|
|
2
|
+
import { PropertyValueMap } from 'lit';
|
|
3
3
|
export declare class DrawerClose extends BaseElement {
|
|
4
4
|
private get _drawer();
|
|
5
5
|
private get _containerElement();
|
|
6
6
|
protected firstUpdated(_changedProperties: PropertyValueMap<any> | Map<PropertyKey, unknown>): Promise<void>;
|
|
7
7
|
protected getAttributesToExclude(): string[];
|
|
8
8
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
9
|
-
render(): import('
|
|
9
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
10
10
|
}
|
|
11
11
|
declare global {
|
|
12
12
|
interface HTMLElementTagNameMap {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
import { TDrawerState } from './drawer.helpers';
|
|
4
4
|
export declare class DrawerContent extends BaseElement {
|
|
5
5
|
state: TDrawerState;
|
|
@@ -10,5 +10,5 @@ export declare class DrawerContent extends BaseElement {
|
|
|
10
10
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
11
11
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
12
12
|
protected updated(_changedProperties: PropertyValues): void;
|
|
13
|
-
render(): import('
|
|
13
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
14
14
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class DrawerDescription extends BaseElement {
|
|
4
4
|
private get _containerElement();
|
|
5
5
|
protected getAttributesToExclude(): string[];
|
|
6
6
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
7
7
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
8
|
-
render(): import('
|
|
8
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
9
9
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class DrawerFooter extends BaseElement {
|
|
4
4
|
private get _containerElement();
|
|
5
5
|
protected getAttributesToExclude(): string[];
|
|
6
6
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
7
7
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
8
|
-
render(): import('
|
|
8
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
9
9
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class DrawerHeader extends BaseElement {
|
|
4
4
|
private get _containerElement();
|
|
5
5
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
6
6
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
7
|
-
render(): import('
|
|
7
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
8
8
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
export declare class DrawerOverlay extends LitElement {
|
|
3
3
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
4
|
-
render(): import('
|
|
4
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
5
5
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class DrawerTitle extends BaseElement {
|
|
4
4
|
private get _containerElement();
|
|
5
5
|
protected getAttributesToExclude(): string[];
|
|
6
6
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
7
7
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
8
|
-
render(): import('
|
|
8
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
9
9
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValueMap } from '
|
|
2
|
+
import { PropertyValueMap } from 'lit';
|
|
3
3
|
export declare class DrawerTrigger extends BaseElement {
|
|
4
4
|
private get _drawer();
|
|
5
5
|
private get _containerElement();
|
|
@@ -7,5 +7,5 @@ export declare class DrawerTrigger extends BaseElement {
|
|
|
7
7
|
protected firstUpdated(_changedProperties: PropertyValueMap<any> | Map<PropertyKey, unknown>): void;
|
|
8
8
|
protected getAttributesToExclude(): string[];
|
|
9
9
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
10
|
-
render(): import('
|
|
10
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
11
11
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
import { DrawerClose } from './drawer-close';
|
|
4
4
|
import { DrawerContent } from './drawer-content';
|
|
5
5
|
import { DrawerDescription } from './drawer-description';
|
|
@@ -22,7 +22,7 @@ declare class Drawer extends BaseElement {
|
|
|
22
22
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
23
23
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
24
24
|
protected getAttributesToExclude(): string[];
|
|
25
|
-
render(): import('
|
|
25
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
26
26
|
}
|
|
27
27
|
export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerTitle, DrawerTrigger, };
|
|
28
28
|
declare global {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
import { DropdownMenu } from './dropdown-menu';
|
|
4
4
|
export declare class DropdownMenuCheckboxItem extends BaseElement {
|
|
5
5
|
_id: string;
|
|
@@ -13,5 +13,5 @@ export declare class DropdownMenuCheckboxItem extends BaseElement {
|
|
|
13
13
|
toggleChecked(): void;
|
|
14
14
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
15
15
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
16
|
-
render(): import('
|
|
16
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
17
17
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
import { DropdownMenu } from './dropdown-menu';
|
|
4
4
|
export declare class DropdownMenuContent extends BaseElement {
|
|
5
5
|
state: string;
|
|
@@ -14,5 +14,5 @@ export declare class DropdownMenuContent extends BaseElement {
|
|
|
14
14
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
15
15
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
16
16
|
private positionContent;
|
|
17
|
-
render(): import('
|
|
17
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
18
18
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class DropdownMenuGroup extends BaseElement {
|
|
4
4
|
heading: string;
|
|
5
5
|
_id: string;
|
|
@@ -7,5 +7,5 @@ export declare class DropdownMenuGroup extends BaseElement {
|
|
|
7
7
|
get _containerElement(): HTMLDivElement | null;
|
|
8
8
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
9
9
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
10
|
-
render(): import('
|
|
10
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
11
11
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
import { DropdownMenu } from './dropdown-menu';
|
|
4
4
|
export declare class DropdownMenuItem extends BaseElement {
|
|
5
5
|
_id: string;
|
|
@@ -13,5 +13,5 @@ export declare class DropdownMenuItem extends BaseElement {
|
|
|
13
13
|
private handleClickDefault;
|
|
14
14
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
15
15
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
16
|
-
render(): import('
|
|
16
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
17
17
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class DropdownMenuRadioItem extends BaseElement {
|
|
4
4
|
_id: string;
|
|
5
5
|
_hidden: string;
|
|
@@ -12,5 +12,5 @@ export declare class DropdownMenuRadioItem extends BaseElement {
|
|
|
12
12
|
toggleChecked(): void;
|
|
13
13
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
14
14
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
15
|
-
render(): import('
|
|
15
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
16
16
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
export declare class DropdownMenuSeparator extends BaseElement {
|
|
4
4
|
get _containerElement(): HTMLDivElement | 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 DropdownMenuShortcut extends BaseElement {
|
|
4
4
|
get _containerElement(): HTMLSpanElement | null;
|
|
5
5
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
6
6
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
7
|
-
render(): import('
|
|
7
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
8
8
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
export declare class DropdownMenuTrigger extends LitElement {
|
|
3
3
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
4
|
-
render(): import('
|
|
4
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
5
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseElement } from '../../../helpers';
|
|
2
|
-
import { PropertyValues } from '
|
|
2
|
+
import { PropertyValues } from 'lit';
|
|
3
3
|
import { DropdownMenuCheckboxItem } from './dropdown-menu-checkbox-Item';
|
|
4
4
|
import { DropdownMenuContent } from './dropdown-menu-content';
|
|
5
5
|
import { DropdownMenuGroup } from './dropdown-menu-group';
|
|
@@ -22,7 +22,7 @@ declare class DropdownMenu extends BaseElement {
|
|
|
22
22
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
23
23
|
private _handleRadioSelected;
|
|
24
24
|
protected createRenderRoot(): HTMLElement | DocumentFragment;
|
|
25
|
-
render(): import('
|
|
25
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
26
26
|
}
|
|
27
27
|
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuTrigger, };
|
|
28
28
|
declare global {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare function gitHubIcon(): import('
|
|
2
|
-
export declare function supportIcon(): import('
|
|
3
|
-
export declare function apiIcon(): import('
|
|
1
|
+
export declare function gitHubIcon(): import('lit-html').TemplateResult<1>;
|
|
2
|
+
export declare function supportIcon(): import('lit-html').TemplateResult<1>;
|
|
3
|
+
export declare function apiIcon(): import('lit-html').TemplateResult<1>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
/**
|
|
3
3
|
* Use the `pont-empty-content` component to display the content of the empty
|
|
4
4
|
* state such as a button, input or a link.
|
|
@@ -19,5 +19,5 @@ export declare class EmptyContent extends LitElement {
|
|
|
19
19
|
* Appends children to the empty content slot.
|
|
20
20
|
*/
|
|
21
21
|
protected firstUpdated(): void;
|
|
22
|
-
render(): import('
|
|
22
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
23
23
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
/**
|
|
3
3
|
* Use the `pont-empty-description` component to display the description of the
|
|
4
4
|
* empty state.
|
|
@@ -19,5 +19,5 @@ export declare class EmptyDescription extends LitElement {
|
|
|
19
19
|
* Appends children to the empty description slot.
|
|
20
20
|
*/
|
|
21
21
|
protected firstUpdated(): void;
|
|
22
|
-
render(): import('
|
|
22
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
23
23
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
/**
|
|
3
3
|
* The `pont-empty-header` component wraps the `pont-empty-media`,
|
|
4
4
|
* `pont-empty-title`, and `pont-empty-description`.
|
|
@@ -19,5 +19,5 @@ export declare class EmptyHeader extends LitElement {
|
|
|
19
19
|
* Appends children to the empty header slot.
|
|
20
20
|
*/
|
|
21
21
|
protected firstUpdated(): void;
|
|
22
|
-
render(): import('
|
|
22
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
23
23
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
import { EmptyMediaProps, EmptyMediaVariant } from './empty.defs';
|
|
3
3
|
/**
|
|
4
4
|
* Use the `pont-empty-media` component to display the media of the empty state
|
|
@@ -25,5 +25,5 @@ export declare class EmptyMedia extends LitElement implements EmptyMediaProps {
|
|
|
25
25
|
* Appends children to the empty media slot.
|
|
26
26
|
*/
|
|
27
27
|
protected firstUpdated(): void;
|
|
28
|
-
render(): import('
|
|
28
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
29
29
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
/**
|
|
3
3
|
* Use the `pont-empty-title` component to display the title of the empty state.
|
|
4
4
|
*
|
|
@@ -18,5 +18,5 @@ export declare class EmptyTitle extends LitElement {
|
|
|
18
18
|
* Appends children to the empty 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 { EmptyProps } from './empty.defs';
|
|
3
3
|
/**
|
|
4
4
|
* The main component of the empty state. Wraps the `pont-empty-header` and
|
|
@@ -24,5 +24,5 @@ export declare class Empty extends LitElement implements EmptyProps {
|
|
|
24
24
|
* Appends children to the empty root 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
|
* Flex column that groups control and descriptions when the label sits beside
|
|
4
4
|
* the control. Not required if you have no description.
|
|
@@ -19,5 +19,5 @@ export declare class FieldContent extends LitElement {
|
|
|
19
19
|
* Appends children to the field content slot.
|
|
20
20
|
*/
|
|
21
21
|
protected firstUpdated(): void;
|
|
22
|
-
render(): import('
|
|
22
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
23
23
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
/**
|
|
3
3
|
* Helper text slot that automatically balances long lines in horizontal
|
|
4
4
|
* layouts.
|
|
@@ -19,5 +19,5 @@ export declare class FieldDescription extends LitElement {
|
|
|
19
19
|
* Appends children to the field description slot.
|
|
20
20
|
*/
|
|
21
21
|
protected firstUpdated(): void;
|
|
22
|
-
render(): import('
|
|
22
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
23
23
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement, nothing } from '
|
|
1
|
+
import { LitElement, nothing } from 'lit';
|
|
2
2
|
import { FieldErrorProps, FieldErrorError } from './field.defs';
|
|
3
3
|
/**
|
|
4
4
|
* Accessible error container that accepts children or an `errors` array. When
|
|
@@ -21,5 +21,5 @@ export declare class FieldError extends LitElement implements FieldErrorProps {
|
|
|
21
21
|
protected createRenderRoot(): this;
|
|
22
22
|
connectedCallback(): void;
|
|
23
23
|
private _renderContent;
|
|
24
|
-
render(): import('
|
|
24
|
+
render(): import('lit-html').TemplateResult<1> | typeof nothing;
|
|
25
25
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
import { FieldGroupProps, FieldGroupType } from './field.defs';
|
|
3
3
|
/**
|
|
4
4
|
* Layout wrapper that stacks `pont-field` components and enables container
|
|
@@ -24,5 +24,5 @@ export declare class FieldGroup extends LitElement implements FieldGroupProps {
|
|
|
24
24
|
* Appends children to the field group 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
|
import { FieldLabelProps } from './field.defs';
|
|
3
3
|
/**
|
|
4
4
|
* Label styled for both direct inputs and nested `pont-field` children.
|
|
@@ -23,5 +23,5 @@ export declare class FieldLabel extends LitElement implements FieldLabelProps {
|
|
|
23
23
|
* Appends children to the field label slot.
|
|
24
24
|
*/
|
|
25
25
|
protected firstUpdated(): void;
|
|
26
|
-
render(): import('
|
|
26
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
27
27
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
import { FieldLegendProps, FieldLegendVariant } from './field.defs';
|
|
3
3
|
/**
|
|
4
4
|
* Legend element for a `pont-field-set`. Switch to the `label` variant to align
|
|
@@ -26,5 +26,5 @@ export declare class FieldLegend extends LitElement implements FieldLegendProps
|
|
|
26
26
|
* Appends children to the field legend slot.
|
|
27
27
|
*/
|
|
28
28
|
protected firstUpdated(): void;
|
|
29
|
-
render(): import('
|
|
29
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
30
30
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement } from '
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
2
|
/**
|
|
3
3
|
* Visual divider to separate sections inside a `pont-field-group`. Accepts
|
|
4
4
|
* optional inline content.
|
|
@@ -38,5 +38,5 @@ export declare class FieldSeparator extends LitElement {
|
|
|
38
38
|
*/
|
|
39
39
|
protected firstUpdated(): void;
|
|
40
40
|
disconnectedCallback(): 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
|
* Container that renders a semantic `fieldset` with spacing presets.
|
|
4
4
|
*
|
|
@@ -18,5 +18,5 @@ export declare class FieldSet extends LitElement {
|
|
|
18
18
|
* Appends children to the field set slot.
|
|
19
19
|
*/
|
|
20
20
|
protected firstUpdated(): void;
|
|
21
|
-
render(): import('
|
|
21
|
+
render(): import('lit-html').TemplateResult<1>;
|
|
22
22
|
}
|