@nxgt/material-vue 0.3.2 → 0.5.0
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/README.md +25 -7
- package/dist/{camera-0FF92_uw.js → camera-Gbi9FZ9_.js} +7 -7
- package/dist/{components-CIZI-QTh.js → components-7Ajwd8cr.js} +31524 -29120
- package/dist/components.js +5 -4
- package/dist/{use-localized-date-C8vHzgho.js → composables-C5LhV5Vi.js} +126 -46
- package/dist/composables.js +3 -70
- package/dist/{dnd-DxjI7Q-L.js → dnd-DJL4dR9c.js} +1 -1
- package/dist/dnd.js +1 -1
- package/dist/{i18n-DXZMN9FA.js → i18n-GAjGs1da.js} +86 -0
- package/dist/i18n.js +1 -1
- package/dist/lib/components/index.d.ts +15 -0
- package/dist/lib/components/ui/anchor-heading/anchor-heading.vue.d.ts +20 -0
- package/dist/lib/components/ui/anchor-heading/index.d.ts +2 -0
- package/dist/lib/components/ui/api-endpoint/api-endpoint.vue.d.ts +20 -0
- package/dist/lib/components/ui/api-endpoint/index.d.ts +2 -0
- package/dist/lib/components/ui/api-operation/api-operation.vue.d.ts +24 -0
- package/dist/lib/components/ui/api-operation/index.d.ts +2 -0
- package/dist/lib/components/ui/cards/crew-card.vue.d.ts +21 -0
- package/dist/lib/components/ui/cards/feature-card.vue.d.ts +22 -0
- package/dist/lib/components/ui/cards/index.d.ts +22 -0
- package/dist/lib/components/ui/cards/media-card.vue.d.ts +21 -0
- package/dist/lib/components/ui/cards/notice-card.vue.d.ts +20 -0
- package/dist/lib/components/ui/cards/overlay-card.vue.d.ts +22 -0
- package/dist/lib/components/ui/cards/pricing-card.vue.d.ts +25 -0
- package/dist/lib/components/ui/cards/profile-card.vue.d.ts +22 -0
- package/dist/lib/components/ui/cards/quote-card.vue.d.ts +20 -0
- package/dist/lib/components/ui/cards/split-card.vue.d.ts +22 -0
- package/dist/lib/components/ui/cards/spotlight-card.vue.d.ts +20 -0
- package/dist/lib/components/ui/cards/ticket-card.vue.d.ts +21 -0
- package/dist/lib/components/ui/code/code-group.vue.d.ts +17 -0
- package/dist/lib/components/ui/code/index.d.ts +2 -0
- package/dist/lib/components/ui/contacts/consts.d.ts +1 -1
- package/dist/lib/components/ui/copy-button/copy-button.vue.d.ts +12 -2
- package/dist/lib/components/ui/doc/doc-context.d.ts +7 -0
- package/dist/lib/components/ui/doc/doc.keyboard.d.ts +20 -0
- package/dist/lib/components/ui/doc/doc.store.d.ts +2 -0
- package/dist/lib/components/ui/doc/doc.utils.d.ts +19 -0
- package/dist/lib/components/ui/doc/doc.vue.d.ts +37 -0
- package/dist/lib/components/ui/doc/index.d.ts +24 -0
- package/dist/lib/components/ui/doc/partials/doc-article.vue.d.ts +17 -0
- package/dist/lib/components/ui/doc/partials/doc-child-cards.vue.d.ts +6 -0
- package/dist/lib/components/ui/doc/partials/doc-copy-markdown.vue.d.ts +6 -0
- package/dist/lib/components/ui/doc/partials/doc-empty.vue.d.ts +25 -0
- package/dist/lib/components/ui/doc/partials/doc-header.vue.d.ts +31 -0
- package/dist/lib/components/ui/doc/partials/doc-link.vue.d.ts +18 -0
- package/dist/lib/components/ui/doc/partials/doc-nav-list.vue.d.ts +8 -0
- package/dist/lib/components/ui/doc/partials/doc-nav.vue.d.ts +7 -0
- package/dist/lib/components/ui/doc/partials/doc-page.vue.d.ts +27 -0
- package/dist/lib/components/ui/doc/partials/doc-pager.vue.d.ts +7 -0
- package/dist/lib/components/ui/doc/partials/doc-progress.vue.d.ts +5 -0
- package/dist/lib/components/ui/doc/partials/doc-search-hit.vue.d.ts +12 -0
- package/dist/lib/components/ui/doc/partials/doc-search.vue.d.ts +3 -0
- package/dist/lib/components/ui/doc/partials/doc-see-also.vue.d.ts +6 -0
- package/dist/lib/components/ui/doc/partials/doc-sidebar.vue.d.ts +17 -0
- package/dist/lib/components/ui/doc/partials/doc-skip-link.vue.d.ts +6 -0
- package/dist/lib/components/ui/doc/partials/doc-toc.vue.d.ts +9 -0
- package/dist/lib/components/ui/doc/partials/doc-topbar.vue.d.ts +19 -0
- package/dist/lib/components/ui/doc/types.d.ts +37 -0
- package/dist/lib/components/ui/doc/use-doc.d.ts +29 -0
- package/dist/lib/components/ui/event-calendar/event-calendar.vue.d.ts +1 -1
- package/dist/lib/components/ui/feedback/index.d.ts +2 -0
- package/dist/lib/components/ui/feedback/scroll-progress.vue.d.ts +10 -0
- package/dist/lib/components/ui/figure/figure.vue.d.ts +18 -0
- package/dist/lib/components/ui/figure/index.d.ts +2 -0
- package/dist/lib/components/ui/hero/hero.vue.d.ts +22 -0
- package/dist/lib/components/ui/hero/index.d.ts +2 -0
- package/dist/lib/components/ui/highlight-text/highlight-text.vue.d.ts +10 -0
- package/dist/lib/components/ui/highlight-text/index.d.ts +2 -0
- package/dist/lib/components/ui/list-tile/list-tile.vue.d.ts +2 -0
- package/dist/lib/components/ui/metrics/breakdown-card.vue.d.ts +14 -0
- package/dist/lib/components/ui/metrics/goal-card.vue.d.ts +11 -0
- package/dist/lib/components/ui/metrics/index.d.ts +10 -0
- package/dist/lib/components/ui/metrics/rank-card.vue.d.ts +15 -0
- package/dist/lib/components/ui/metrics/sparkline.vue.d.ts +7 -0
- package/dist/lib/components/ui/metrics/trend-card.vue.d.ts +13 -0
- package/dist/lib/components/ui/pager/index.d.ts +2 -0
- package/dist/lib/components/ui/pager/pager.vue.d.ts +21 -0
- package/dist/lib/components/ui/param-table/index.d.ts +2 -0
- package/dist/lib/components/ui/param-table/param-table.vue.d.ts +15 -0
- package/dist/lib/components/ui/see-also/index.d.ts +2 -0
- package/dist/lib/components/ui/see-also/see-also.vue.d.ts +16 -0
- package/dist/lib/components/ui/skip-link/index.d.ts +2 -0
- package/dist/lib/components/ui/skip-link/skip-link.vue.d.ts +20 -0
- package/dist/lib/components/ui/steps/index.d.ts +4 -0
- package/dist/lib/components/ui/steps/steps-item.vue.d.ts +21 -0
- package/dist/lib/components/ui/steps/steps.vue.d.ts +17 -0
- package/dist/lib/components/ui/stx-player/index.d.ts +2 -2
- package/dist/lib/components/ui/stx-player/stx-player.vue.d.ts +1 -1
- package/dist/lib/components/ui/toc/index.d.ts +2 -0
- package/dist/lib/components/ui/toc/toc.vue.d.ts +24 -0
- package/dist/lib/composables/index.d.ts +1 -0
- package/dist/lib/composables/use-heading-spy.d.ts +7 -0
- package/dist/lib/i18n/resources/en/index.d.ts +49 -0
- package/dist/lib/i18n/resources/en/material.json.d.ts +49 -0
- package/dist/lib/i18n/resources/fr/index.d.ts +49 -0
- package/dist/lib/i18n/resources/fr/material.json.d.ts +49 -0
- package/dist/lib/i18n/resources/index.d.ts +98 -0
- package/dist/lib/i18n/translator.d.ts +1 -1
- package/dist/lib/lib/string.utils.d.ts +9 -0
- package/dist/lib/lib/url.utils.d.ts +2 -0
- package/dist/lib/nuxt/component-names.d.ts +1 -1
- package/dist/{lib-kSGjbZgz.js → lib-DZZQQdzj.js} +146 -119
- package/dist/lib.js +3 -3
- package/dist/main.js +9 -10
- package/dist/material-vue.css +1 -1
- package/dist/{pdf-outline-sidebar-iHgJ3Tdm.js → pdf-outline-sidebar-7EEhkMof.js} +6 -6
- package/dist/{pdf-page-g1icnvlW.js → pdf-page-bDjssyjX.js} +1 -1
- package/dist/{pdf-page-list-BW9tw41T.js → pdf-page-list-DPGxoujP.js} +16 -16
- package/dist/{pdf-reader-C_dSoAH6.js → pdf-reader-B4Qeofx-.js} +13 -13
- package/dist/{pdf-sidebar-DW_or7mU.js → pdf-sidebar-C36bGZ5M.js} +4 -4
- package/dist/{pdf-thumbnail-sidebar-xrrwRQIL.js → pdf-thumbnail-sidebar-B5M7JduL.js} +17 -17
- package/dist/{pdf-toolbar-BcKsxHJ2.js → pdf-toolbar-BKeM1-o9.js} +21 -21
- package/dist/{stx-player-lvdY9PTs.js → stx-player-W-82wI6s.js} +7 -7
- package/lib/nuxt/component-names.ts +45 -0
- package/package.json +1 -1
|
@@ -5,4 +5,4 @@ export declare const EMPTY_CONTACT: Contact;
|
|
|
5
5
|
export declare const CONTACT_TYPE_ICONS: Record<ContactType, IconName>;
|
|
6
6
|
export declare const CONTACT_VALUE_PLACEHOLDERS: Record<string, readonly [MaterialLocaleKey, string]>;
|
|
7
7
|
export declare const DEFAULT_CONTACT_VALUE_PLACEHOLDER: readonly ["material.contacts.placeholders.value", "Enter contact value"];
|
|
8
|
-
export declare function contactValuePlaceholder(type: ContactType | string | null): readonly ["material.filter.title" | "material.filter.trigger" | "material.filter.apply" | "material.filter.reset" | "material.filter.clear-all" | "material.code.copy" | "material.code.language" | "material.code.copied" | "material.code.word-wrap" | "material.pagination.previous" | "material.pagination.next" | "material.table.pagination.previous" | "material.table.pagination.next" | "material.table.pagination.go-to-next-page" | "material.table.pagination.go-to-previous-page" | "material.table.pagination.go-to-first-page" | "material.table.pagination.go-to-last-page" | "material.table.pagination.rows-per-page" | "material.table.pagination.rows-selected" | "material.table.pagination.page-of" | "material.table.labels.desc" | "material.table.labels.view" | "material.table.labels.actions" | "material.table.labels.asc" | "material.table.labels.hide" | "material.table.labels.delete-selected-rows" | "material.table.labels.toggle-columns" | "material.table.labels.no-data" | "material.table.delete-confirm.title" | "material.table.delete-confirm.cancel" | "material.table.delete-confirm.description" | "material.table.delete-confirm.confirm" | "material.camera.stop" | "material.camera.start" | "material.camera.capture" | "material.camera.captured" | "material.command.title" | "material.command.description" | "material.copy.copy" | "material.copy.copied" | "material.language.en" | "material.language.fr" | "material.qrcode.label" | "material.skeleton.loading" | "material.timeline.label" | "material.timeline.empty" | "material.tree.label" | "material.tree.expand" | "material.tree.collapse" | "material.upload.dropzone.idle" | "material.upload.dropzone.at-capacity" | "material.upload.dropzone.files-selected" | "material.empty-state.empty.title" | "material.empty-state.empty.description" | "material.empty-state.not-found.title" | "material.empty-state.not-found.description" | "material.empty-state.unauthorized.title" | "material.empty-state.unauthorized.description" | "material.empty-state.generic.title" | "material.empty-state.generic.description" | "material.image-field.remove" | "material.image-field.replace" | "material.image-field.choose" | "material.image-field.retry" | "material.buttons.delete" | "material.buttons.add" | "material.buttons.save" | "material.buttons.load-more" | "material.buttons.ok" | "material.json-viewer.expand" | "material.json-viewer.items" | "material.json-viewer.collapse" | "material.json-viewer.invalid" | "material.chat.placeholder" | "material.chat.copy" | "material.chat.message" | "material.chat.send" | "material.chat.empty" | "material.chat.retry" | "material.chat.attach" | "material.chat.remove-attachment" | "material.chat.scroll-to-latest" | "material.chat.add-reaction" | "material.chat.attachment-type" | "material.chat.attachment-max-files" | "material.chat.attachment-max-size" | "material.chat.typing" | "material.chat.empty-description" | "material.chat.send-failed" | "material.gallery.label" | "material.gallery.delete" | "material.gallery.select" | "material.gallery.open" | "material.gallery.close" | "material.gallery.download" | "material.gallery.play" | "material.gallery.repeat" | "material.gallery.previous" | "material.gallery.next" | "material.gallery.empty" | "material.gallery.empty-description" | "material.gallery.of" | "material.gallery.more" | "material.gallery.zoom-in" | "material.gallery.zoom-out" | "material.gallery.repeat-off" | "material.gallery.selected" | "material.gallery.clear-selection" | "material.notifications.label" | "material.notifications.search" | "material.notifications.empty" | "material.notifications.empty-description" | "material.notifications.empty-unread" | "material.notifications.empty-unread-description" | "material.notifications.read-all" | "material.notifications.filter-all" | "material.notifications.filter-unread" | "material.notifications.filter-category-all" | "material.notifications.dismiss" | "material.notifications.dismiss-item" | "material.education.progress" | "material.education.true" | "material.education.false" | "material.education.previous" | "material.education.next" | "material.education.empty" | "material.education.retry" | "material.education.answer-placeholder" | "material.education.expected" | "material.education.submit" | "material.education.answered" | "material.education.score" | "material.education.results" | "material.stx-player.audio" | "material.stx-player.video" | "material.stx-player.pause" | "material.stx-player.play" | "material.stx-player.repeat" | "material.stx-player.volume" | "material.stx-player.error" | "material.stx-player.loading" | "material.stx-player.previous" | "material.stx-player.next" | "material.stx-player.retry" | "material.stx-player.empty-description" | "material.stx-player.repeat-off" | "material.stx-player.mute" | "material.stx-player.unmute" | "material.stx-player.fullscreen" | "material.stx-player.exit-fullscreen" | "material.stx-player.pip" | "material.stx-player.exit-pip" | "material.stx-player.captions" | "material.stx-player.captions-off" | "material.stx-player.playback-rate" | "material.stx-player.queue" | "material.stx-player.now-playing" | "material.stx-player.buffering" | "material.stx-player.empty-title" | "material.stx-player.normal" | "material.attributes.buttons.add" | "material.attributes.buttons.save" | "material.attributes.form.type.label" | "material.attributes.form.type.placeholder" | "material.attributes.form.label.label" | "material.attributes.form.label.placeholder" | "material.attributes.form.name.label" | "material.attributes.form.name.placeholder" | "material.attributes.form.description.label" | "material.attributes.form.description.placeholder" | "material.attributes.form.default-value.label" | "material.attributes.form.default-value.placeholder" | "material.attributes.form.priority.label" | "material.attributes.form.priority.placeholder" | "material.attributes.form.options.label" | "material.attributes.form.options.placeholder" | "material.attributes.form.unit.label" | "material.attributes.form.unit.placeholder" | "material.attributes.messages.dialog" | "material.attributes.messages.empty" | "material.attributes.messages.create-succeeded" | "material.attributes.messages.update-succeeded" | "material.attributes.messages.delete-succeeded" | "material.attributes.messages.add-first" | "material.attributes.buttons.details" | "material.attributes.buttons.cancel" | "material.attributes.buttons.edit" | "material.attributes.buttons.remove" | "material.attributes.labels.attributes" | "material.attributes.labels.new-attribute" | "material.attributes.types.string" | "material.attributes.types.number" | "material.attributes.types.boolean" | "material.attributes.types.select" | "material.attributes.types.time" | "material.attributes.types.text" | "material.attributes.types.color" | "material.attributes.types.date" | "material.attributes.types.datetime" | "material.attributes.types.multi-select" | "material.attributes.types.rich-text" | "material.attributes.fields.type" | "material.attributes.fields.label" | "material.attributes.fields.name" | "material.attributes.fields.description" | "material.attributes.fields.default-value" | "material.attributes.fields.priority" | "material.attributes.fields.options" | "material.attributes.fields.unit" | "material.contacts.buttons.add" | "material.contacts.buttons.save" | "material.contacts.messages.dialog" | "material.contacts.messages.add-first" | "material.contacts.buttons.cancel" | "material.contacts.buttons.edit" | "material.contacts.buttons.remove" | "material.contacts.fields.type" | "material.contacts.fields.label" | "material.contacts.messages.no-contacts" | "material.contacts.labels.contacts" | "material.contacts.types.fax" | "material.contacts.types.mobile" | "material.contacts.types.phone" | "material.contacts.types.email" | "material.contacts.types.website" | "material.contacts.fields.value" | "material.contacts.placeholders.type" | "material.contacts.placeholders.label" | "material.contacts.placeholders.value" | "material.contacts.placeholders.fax" | "material.contacts.placeholders.mobile" | "material.contacts.placeholders.phone" | "material.contacts.placeholders.email" | "material.contacts.placeholders.website" | "material.opening-hours.buttons.add" | "material.opening-hours.buttons.save" | "material.opening-hours.messages.dialog" | "material.opening-hours.messages.add-first" | "material.opening-hours.buttons.cancel" | "material.opening-hours.buttons.edit" | "material.opening-hours.buttons.remove" | "material.opening-hours.messages.no-hours" | "material.opening-hours.buttons.add-all" | "material.opening-hours.labels.closed-all-day" | "material.opening-hours.labels.open-hours" | "material.opening-hours.fields.dayOfWeek" | "material.opening-hours.fields.openTime" | "material.opening-hours.fields.closeTime" | "material.opening-hours.fields.isClosed" | "material.opening-hours.placeholders.dayOfWeek" | "material.opening-hours.placeholders.openTime" | "material.opening-hours.placeholders.closeTime" | "material.opening-hours.days.0" | "material.opening-hours.days.1" | "material.opening-hours.days.2" | "material.opening-hours.days.3" | "material.opening-hours.days.4" | "material.opening-hours.days.5" | "material.opening-hours.days.6" | "material.opening-hours.daysShort.0" | "material.opening-hours.daysShort.1" | "material.opening-hours.daysShort.2" | "material.opening-hours.daysShort.3" | "material.opening-hours.daysShort.4" | "material.opening-hours.daysShort.5" | "material.opening-hours.daysShort.6" | "material.postal-address.buttons.add" | "material.postal-address.buttons.save" | "material.postal-address.messages.dialog" | "material.postal-address.messages.empty" | "material.postal-address.messages.add-first" | "material.postal-address.buttons.cancel" | "material.postal-address.buttons.edit" | "material.postal-address.buttons.remove" | "material.postal-address.labels.address" | "material.postal-address.fields.street" | "material.postal-address.fields.locality" | "material.postal-address.fields.region" | "material.postal-address.fields.postalCode" | "material.postal-address.fields.country" | "material.postal-address.placeholders.street" | "material.postal-address.placeholders.locality" | "material.postal-address.placeholders.region" | "material.postal-address.placeholders.postalCode" | "material.postal-address.placeholders.country" | "material.toast.buttons.close" | "material.toast.operations.success.title" | "material.toast.operations.error.title" | "material.toast.operations.loading.title" | "material.zod.default" | "material.zod.required" | "material.zod.invalid_value_single" | "material.zod.invalid_value_multiple" | "material.zod.too_big_inclusive" | "material.zod.too_big_exclusive" | "material.zod.too_big_no_unit_inclusive" | "material.zod.too_big_no_unit_exclusive" | "material.zod.too_small_inclusive" | "material.zod.too_small_exclusive" | "material.zod.too_small_no_unit_inclusive" | "material.zod.too_small_no_unit_exclusive" | "material.zod.not_multiple_of" | "material.zod.unrecognized_keys_single" | "material.zod.unrecognized_keys_multiple" | "material.zod.invalid_key" | "material.zod.invalid_union" | "material.zod.invalid_element" | "material.zod.invalid_type.string" | "material.zod.invalid_type.number" | "material.zod.invalid_type.bigint" | "material.zod.invalid_type.boolean" | "material.zod.invalid_type.symbol" | "material.zod.invalid_type.undefined" | "material.zod.invalid_type.object" | "material.zod.invalid_type.function" | "material.zod.invalid_type.default" | "material.zod.invalid_type.date" | "material.zod.invalid_type.array" | "material.zod.invalid_type.null" | "material.zod.invalid_type.enum" | "material.zod.invalid_format.includes" | "material.zod.invalid_format.default" | "material.zod.invalid_format.starts_with" | "material.zod.invalid_format.ends_with" | "material.zod.invalid_format.regex" | "material.zod.nouns.time" | "material.zod.nouns.date" | "material.zod.nouns.emoji" | "material.zod.nouns.nanoid" | "material.zod.nouns.cuid" | "material.zod.nouns.cuid2" | "material.zod.nouns.duration" | "material.zod.nouns.datetime" | "material.zod.nouns.email" | "material.zod.nouns.regex" | "material.zod.nouns.url" | "material.zod.nouns.uuid" | "material.zod.nouns.uuidv4" | "material.zod.nouns.uuidv6" | "material.zod.nouns.guid" | "material.zod.nouns.ulid" | "material.zod.nouns.xid" | "material.zod.nouns.ksuid" | "material.zod.nouns.ipv4" | "material.zod.nouns.ipv6" | "material.zod.nouns.mac" | "material.zod.nouns.cidrv4" | "material.zod.nouns.cidrv6" | "material.zod.nouns.base64" | "material.zod.nouns.base64url" | "material.zod.nouns.json_string" | "material.zod.nouns.e164" | "material.zod.nouns.jwt" | "material.zod.nouns.template_literal" | "material.zod.sizing.string.unit" | "material.zod.sizing.string.verb" | "material.zod.sizing.set.unit" | "material.zod.sizing.set.verb" | "material.zod.sizing.file.unit" | "material.zod.sizing.file.verb" | "material.zod.sizing.array.unit" | "material.zod.sizing.array.verb" | "material.pdf-reader.label" | "material.pdf-reader.rotate" | "material.pdf-reader.download" | "material.pdf-reader.print" | "material.pdf-reader.search" | "material.pdf-reader.sidebar" | "material.pdf-reader.unlock" | "material.pdf-reader.error" | "material.pdf-reader.loading" | "material.pdf-reader.empty" | "material.pdf-reader.zoom-in" | "material.pdf-reader.zoom-out" | "material.pdf-reader.fullscreen" | "material.pdf-reader.exit-fullscreen" | "material.pdf-reader.password" | "material.pdf-reader.password-placeholder" | "material.pdf-reader.pages" | "material.pdf-reader.outline" | "material.pdf-reader.outline-empty" | "material.pdf-reader.fit-width" | "material.pdf-reader.fit-page" | "material.pdf-reader.fit-width-full" | "material.pdf-reader.fit-page-full" | "material.pdf-reader.sidebar-toggle" | "material.pdf-reader.previous-page" | "material.pdf-reader.next-page" | "material.pdf-reader.current-page" | "material.pdf-reader.search-shortcut" | "material.pdf-reader.search-next" | "material.pdf-reader.search-prev" | "material.pdf-reader.night" | "material.pdf-reader.day" | "material.pdf-reader.thumbnails" | "material.pdf-reader.go-to-page" | "material.image-cropper.title" | "material.image-cropper.cancel" | "material.image-cropper.rotate-left" | "material.image-cropper.rotate-right" | "material.image-cropper.zoom" | "material.image-cropper.error" | "material.image-cropper.apply" | "material.image-cropper.free" | "material.carousel.previous" | "material.carousel.next" | "material.barecode.label" | "material.banner.dismiss" | "material.avatar-group.more" | "material.search-field.clear" | "material.search-field.placeholder" | "material.password-field.strong" | "material.password-field.hide" | "material.password-field.show" | "material.password-field.too-weak" | "material.password-field.weak" | "material.password-field.fair" | "material.password-field.very-strong" | "material.stat-card.increase" | "material.stat-card.decrease" | "material.stat-card.unchanged" | "material.color-field.open" | "material.split-button.more" | "material.file-list.label" | "material.file-list.download" | "material.file-list.remove" | "material.file-list.replace" | "material.file-list.empty" | "material.file-list.retry" | "material.inline-edit.placeholder" | "material.inline-edit.cancel" | "material.inline-edit.edit" | "material.inline-edit.save" | "material.number-field.increase" | "material.number-field.decrease" | "material.textarea-field.count" | "material.chip.dismiss" | "material.pagination.page" | "material.pagination.more" | "material.phone-field.placeholder" | "material.phone-field.search" | "material.phone-field.empty" | "material.phone-field.country" | "material.rating-field.star" | "material.theme-toggle.light" | "material.theme-toggle.dark" | "material.theme-toggle.system" | "material.language-switcher.label" | "material.email-field.invalid" | "material.email-field.mailto" | "material.url-field.open" | "material.url-field.invalid" | "material.stepper.step" | "material.combobox-field.placeholder" | "material.combobox-field.empty" | "material.autocomplete.add" | "material.autocomplete.empty" | "material.avatar.active" | "material.avatar.online" | "material.avatar.offline" | "material.avatar.away" | "material.avatar.busy" | "material.country-field.placeholder" | "material.duration-field.hours" | "material.duration-field.minutes" | "material.count-badge.label" | "material.timezone-field.placeholder" | "material.app-shell.home" | "material.app-shell.open-menu" | "material.transfer-list.max" | "material.transfer-list.search" | "material.transfer-list.selected" | "material.transfer-list.count" | "material.transfer-list.available" | "material.transfer-list.select-all" | "material.transfer-list.move-to-selected" | "material.transfer-list.move-all-to-selected" | "material.transfer-list.move-to-available" | "material.transfer-list.move-all-to-available" | "material.transfer-list.move-up" | "material.transfer-list.move-down" | "material.transfer-list.empty-available" | "material.transfer-list.empty-selected" | "material.transfer-list.empty-filter" | "material.transfer-list.locked" | "material.transfer-list.drag" | "material.sortable-list.search" | "material.sortable-list.empty" | "material.sortable-list.move-up" | "material.sortable-list.move-down" | "material.sortable-list.empty-filter" | "material.sortable-list.drag" | "material.event-calendar.delete" | "material.event-calendar.add" | "material.event-calendar.title" | "material.event-calendar.color" | "material.event-calendar.search" | "material.event-calendar.description" | "material.event-calendar.delete-confirm" | "material.event-calendar.previous" | "material.event-calendar.next" | "material.event-calendar.empty" | "material.event-calendar.more" | "material.event-calendar.day" | "material.event-calendar.drag" | "material.event-calendar.today" | "material.event-calendar.month" | "material.event-calendar.week" | "material.event-calendar.workweek" | "material.event-calendar.agenda" | "material.event-calendar.all-day" | "material.event-calendar.events" | "material.event-calendar.resize" | "material.event-calendar.new-event" | "material.event-calendar.new-all-day" | "material.event-calendar.pick-date" | "material.event-calendar.no-results" | "material.dnd.drag" | "material.rich-text-editor.orientation" | "material.rich-text-editor.type" | "material.rich-text-editor.label" | "material.rich-text-editor.clear" | "material.rich-text-editor.size" | "material.rich-text-editor.accordion" | "material.rich-text-editor.blockquote" | "material.rich-text-editor.caption" | "material.rich-text-editor.header" | "material.rich-text-editor.link" | "material.rich-text-editor.table" | "material.rich-text-editor.title" | "material.rich-text-editor.font-family" | "material.rich-text-editor.align-center" | "material.rich-text-editor.align-left" | "material.rich-text-editor.align-right" | "material.rich-text-editor.bold" | "material.rich-text-editor.cancel" | "material.rich-text-editor.columns" | "material.rich-text-editor.heading" | "material.rich-text-editor.horizontal-rule" | "material.rich-text-editor.images" | "material.rich-text-editor.italic" | "material.rich-text-editor.remove" | "material.rich-text-editor.rows" | "material.rich-text-editor.strikethrough" | "material.rich-text-editor.subscript" | "material.rich-text-editor.superscript" | "material.rich-text-editor.underline" | "material.rich-text-editor.icon" | "material.rich-text-editor.content" | "material.rich-text-editor.description" | "material.rich-text-editor.emoji" | "material.rich-text-editor.characters" | "material.rich-text-editor.words" | "material.rich-text-editor.gallery" | "material.rich-text-editor.apply" | "material.rich-text-editor.options" | "material.rich-text-editor.code-block" | "material.rich-text-editor.heading-n" | "material.rich-text-editor.text-color" | "material.rich-text-editor.highlight" | "material.rich-text-editor.pick-color" | "material.rich-text-editor.justify" | "material.rich-text-editor.bullet-list" | "material.rich-text-editor.ordered-list" | "material.rich-text-editor.task-list" | "material.rich-text-editor.insert-image" | "material.rich-text-editor.image-url" | "material.rich-text-editor.remove-link" | "material.rich-text-editor.youtube-url" | "material.rich-text-editor.embed-youtube" | "material.rich-text-editor.emoji-picker" | "material.rich-text-editor.emoji-description" | "material.rich-text-editor.no-result" | "material.rich-text-editor.no-commands" | "material.rich-text-editor.insert-table" | "material.rich-text-editor.delete-table" | "material.rich-text-editor.table-properties" | "material.rich-text-editor.insert-before" | "material.rich-text-editor.insert-after" | "material.rich-text-editor.toggle-header-row" | "material.rich-text-editor.toggle-header-column" | "material.rich-text-editor.cell-background" | "material.rich-text-editor.merge-splitting" | "material.rich-text-editor.merge-cells" | "material.rich-text-editor.split-cell" | "material.rich-text-editor.caption-placeholder" | "material.rich-text-editor.caption-alignment" | "material.rich-text-editor.alignment" | "material.rich-text-editor.insert-callout" | "material.rich-text-editor.edit-callout" | "material.rich-text-editor.edit-callout-description" | "material.rich-text-editor.add-description" | "material.rich-text-editor.edit-item" | "material.rich-text-editor.edit-item-description" | "material.rich-text-editor.remove-item" | "material.rich-text-editor.add-item" | "material.rich-text-editor.action-card" | "material.rich-text-editor.action-card-settings" | "material.rich-text-editor.action-card-settings-description" | "material.rich-text-editor.edit-card" | "material.rich-text-editor.edit-card-description" | "material.rich-text-editor.remove-card" | "material.rich-text-editor.add-card" | "material.rich-text-editor.link-optional" | "material.rich-text-editor.edit-gallery" | "material.rich-text-editor.edit-gallery-description" | "material.rich-text-editor.add-image" | "material.rich-text-editor.add-images" | "material.rich-text-editor.alt-text" | "material.rich-text-editor.no-images" | "material.rich-text-editor.select-chips" | "material.rich-text-editor.select-cards" | "material.rich-text-editor.edit-selector" | "material.rich-text-editor.edit-selector-description" | "material.rich-text-editor.selector-settings" | "material.rich-text-editor.selector-settings-description" | "material.rich-text-editor.optional-heading" | "material.rich-text-editor.selection" | "material.rich-text-editor.add-options" | "material.rich-text-editor.edit-option" | "material.rich-text-editor.edit-option-description" | "material.rich-text-editor.remove-option" | "material.rich-text-editor.add-option" | "material.rich-text-editor.checkbox-group" | "material.rich-text-editor.edit-checkbox-group" | "material.rich-text-editor.edit-checkbox-group-description" | "material.rich-text-editor.radio-group" | "material.rich-text-editor.edit-radio-group" | "material.rich-text-editor.edit-radio-group-description" | "material.kanban.search" | "material.kanban.card-title" | "material.kanban.subtitle" | "material.kanban.empty" | "material.kanban.drag" | "material.kanban.no-results" | "material.kanban.add-card" | "material.kanban.wip" | "material.kanban.drag-column" | "material.kanban.ungrouped" | "material.kanban.collapse-group" | "material.kanban.expand-group" | "material.kanban.collapse-column" | "material.kanban.expand-column" | "material.kanban.new-card" | "material.kanban.wip-full", string];
|
|
8
|
+
export declare function contactValuePlaceholder(type: ContactType | string | null): readonly ["material.scroll-progress" | "material.skip-link" | "material.see-also" | "material.filter.title" | "material.filter.trigger" | "material.filter.apply" | "material.filter.reset" | "material.filter.clear-all" | "material.code.copy" | "material.code.language" | "material.code.copied" | "material.code.word-wrap" | "material.pagination.previous" | "material.pagination.next" | "material.table.pagination.previous" | "material.table.pagination.next" | "material.table.pagination.go-to-next-page" | "material.table.pagination.go-to-previous-page" | "material.table.pagination.go-to-first-page" | "material.table.pagination.go-to-last-page" | "material.table.pagination.rows-per-page" | "material.table.pagination.rows-selected" | "material.table.pagination.page-of" | "material.table.labels.desc" | "material.table.labels.view" | "material.table.labels.asc" | "material.table.labels.hide" | "material.table.labels.actions" | "material.table.labels.delete-selected-rows" | "material.table.labels.toggle-columns" | "material.table.labels.no-data" | "material.table.delete-confirm.title" | "material.table.delete-confirm.cancel" | "material.table.delete-confirm.description" | "material.table.delete-confirm.confirm" | "material.camera.stop" | "material.camera.start" | "material.camera.capture" | "material.camera.captured" | "material.cards.per-month" | "material.command.title" | "material.command.description" | "material.copy.copy" | "material.copy.copied" | "material.language.en" | "material.language.fr" | "material.pager.previous" | "material.pager.next" | "material.qrcode.label" | "material.skeleton.loading" | "material.timeline.label" | "material.timeline.empty" | "material.tree.label" | "material.tree.expand" | "material.tree.collapse" | "material.upload.dropzone.idle" | "material.upload.dropzone.at-capacity" | "material.upload.dropzone.files-selected" | "material.empty-state.empty.title" | "material.empty-state.empty.description" | "material.empty-state.not-found.title" | "material.empty-state.not-found.description" | "material.empty-state.unauthorized.title" | "material.empty-state.unauthorized.description" | "material.empty-state.generic.title" | "material.empty-state.generic.description" | "material.metrics.of-target" | "material.toc.on-this-page" | "material.image-field.remove" | "material.image-field.replace" | "material.image-field.choose" | "material.image-field.retry" | "material.buttons.delete" | "material.buttons.add" | "material.buttons.save" | "material.buttons.load-more" | "material.buttons.ok" | "material.json-viewer.expand" | "material.json-viewer.items" | "material.json-viewer.collapse" | "material.json-viewer.invalid" | "material.chat.placeholder" | "material.chat.copy" | "material.chat.message" | "material.chat.send" | "material.chat.empty" | "material.chat.retry" | "material.chat.attach" | "material.chat.remove-attachment" | "material.chat.scroll-to-latest" | "material.chat.add-reaction" | "material.chat.attachment-type" | "material.chat.attachment-max-files" | "material.chat.attachment-max-size" | "material.chat.typing" | "material.chat.empty-description" | "material.chat.send-failed" | "material.gallery.label" | "material.gallery.delete" | "material.gallery.select" | "material.gallery.open" | "material.gallery.close" | "material.gallery.download" | "material.gallery.play" | "material.gallery.repeat" | "material.gallery.previous" | "material.gallery.next" | "material.gallery.empty" | "material.gallery.empty-description" | "material.gallery.of" | "material.gallery.more" | "material.gallery.zoom-in" | "material.gallery.zoom-out" | "material.gallery.repeat-off" | "material.gallery.selected" | "material.gallery.clear-selection" | "material.notifications.label" | "material.notifications.search" | "material.notifications.empty" | "material.notifications.empty-description" | "material.notifications.empty-unread" | "material.notifications.empty-unread-description" | "material.notifications.read-all" | "material.notifications.filter-all" | "material.notifications.filter-unread" | "material.notifications.filter-category-all" | "material.notifications.dismiss" | "material.notifications.dismiss-item" | "material.education.progress" | "material.education.true" | "material.education.false" | "material.education.previous" | "material.education.next" | "material.education.empty" | "material.education.retry" | "material.education.answer-placeholder" | "material.education.expected" | "material.education.submit" | "material.education.answered" | "material.education.score" | "material.education.results" | "material.stx-player.audio" | "material.stx-player.video" | "material.stx-player.pause" | "material.stx-player.play" | "material.stx-player.repeat" | "material.stx-player.volume" | "material.stx-player.error" | "material.stx-player.loading" | "material.stx-player.previous" | "material.stx-player.next" | "material.stx-player.retry" | "material.stx-player.empty-description" | "material.stx-player.repeat-off" | "material.stx-player.mute" | "material.stx-player.unmute" | "material.stx-player.fullscreen" | "material.stx-player.exit-fullscreen" | "material.stx-player.pip" | "material.stx-player.exit-pip" | "material.stx-player.captions" | "material.stx-player.captions-off" | "material.stx-player.playback-rate" | "material.stx-player.queue" | "material.stx-player.now-playing" | "material.stx-player.buffering" | "material.stx-player.empty-title" | "material.stx-player.normal" | "material.attributes.buttons.add" | "material.attributes.buttons.save" | "material.attributes.form.type.label" | "material.attributes.form.type.placeholder" | "material.attributes.form.label.label" | "material.attributes.form.label.placeholder" | "material.attributes.form.name.label" | "material.attributes.form.name.placeholder" | "material.attributes.form.description.label" | "material.attributes.form.description.placeholder" | "material.attributes.form.default-value.label" | "material.attributes.form.default-value.placeholder" | "material.attributes.form.priority.label" | "material.attributes.form.priority.placeholder" | "material.attributes.form.options.label" | "material.attributes.form.options.placeholder" | "material.attributes.form.unit.label" | "material.attributes.form.unit.placeholder" | "material.attributes.messages.dialog" | "material.attributes.messages.empty" | "material.attributes.messages.create-succeeded" | "material.attributes.messages.update-succeeded" | "material.attributes.messages.delete-succeeded" | "material.attributes.messages.add-first" | "material.attributes.buttons.details" | "material.attributes.buttons.cancel" | "material.attributes.buttons.edit" | "material.attributes.buttons.remove" | "material.attributes.labels.attributes" | "material.attributes.labels.new-attribute" | "material.attributes.types.string" | "material.attributes.types.number" | "material.attributes.types.boolean" | "material.attributes.types.select" | "material.attributes.types.time" | "material.attributes.types.text" | "material.attributes.types.color" | "material.attributes.types.date" | "material.attributes.types.datetime" | "material.attributes.types.multi-select" | "material.attributes.types.rich-text" | "material.attributes.fields.type" | "material.attributes.fields.label" | "material.attributes.fields.name" | "material.attributes.fields.description" | "material.attributes.fields.default-value" | "material.attributes.fields.priority" | "material.attributes.fields.options" | "material.attributes.fields.unit" | "material.contacts.buttons.add" | "material.contacts.buttons.save" | "material.contacts.messages.dialog" | "material.contacts.messages.add-first" | "material.contacts.buttons.cancel" | "material.contacts.buttons.edit" | "material.contacts.buttons.remove" | "material.contacts.fields.type" | "material.contacts.fields.label" | "material.contacts.messages.no-contacts" | "material.contacts.labels.contacts" | "material.contacts.types.fax" | "material.contacts.types.mobile" | "material.contacts.types.phone" | "material.contacts.types.email" | "material.contacts.types.website" | "material.contacts.fields.value" | "material.contacts.placeholders.type" | "material.contacts.placeholders.label" | "material.contacts.placeholders.value" | "material.contacts.placeholders.fax" | "material.contacts.placeholders.mobile" | "material.contacts.placeholders.phone" | "material.contacts.placeholders.email" | "material.contacts.placeholders.website" | "material.opening-hours.buttons.add" | "material.opening-hours.buttons.save" | "material.opening-hours.messages.dialog" | "material.opening-hours.messages.add-first" | "material.opening-hours.buttons.cancel" | "material.opening-hours.buttons.edit" | "material.opening-hours.buttons.remove" | "material.opening-hours.messages.no-hours" | "material.opening-hours.buttons.add-all" | "material.opening-hours.labels.closed-all-day" | "material.opening-hours.labels.open-hours" | "material.opening-hours.fields.dayOfWeek" | "material.opening-hours.fields.openTime" | "material.opening-hours.fields.closeTime" | "material.opening-hours.fields.isClosed" | "material.opening-hours.placeholders.dayOfWeek" | "material.opening-hours.placeholders.openTime" | "material.opening-hours.placeholders.closeTime" | "material.opening-hours.days.0" | "material.opening-hours.days.1" | "material.opening-hours.days.2" | "material.opening-hours.days.3" | "material.opening-hours.days.4" | "material.opening-hours.days.5" | "material.opening-hours.days.6" | "material.opening-hours.daysShort.0" | "material.opening-hours.daysShort.1" | "material.opening-hours.daysShort.2" | "material.opening-hours.daysShort.3" | "material.opening-hours.daysShort.4" | "material.opening-hours.daysShort.5" | "material.opening-hours.daysShort.6" | "material.postal-address.buttons.add" | "material.postal-address.buttons.save" | "material.postal-address.messages.dialog" | "material.postal-address.messages.empty" | "material.postal-address.messages.add-first" | "material.postal-address.buttons.cancel" | "material.postal-address.buttons.edit" | "material.postal-address.buttons.remove" | "material.postal-address.labels.address" | "material.postal-address.fields.street" | "material.postal-address.fields.locality" | "material.postal-address.fields.region" | "material.postal-address.fields.postalCode" | "material.postal-address.fields.country" | "material.postal-address.placeholders.street" | "material.postal-address.placeholders.locality" | "material.postal-address.placeholders.region" | "material.postal-address.placeholders.postalCode" | "material.postal-address.placeholders.country" | "material.toast.buttons.close" | "material.toast.operations.success.title" | "material.toast.operations.error.title" | "material.toast.operations.loading.title" | "material.zod.default" | "material.zod.required" | "material.zod.invalid_value_single" | "material.zod.invalid_value_multiple" | "material.zod.too_big_inclusive" | "material.zod.too_big_exclusive" | "material.zod.too_big_no_unit_inclusive" | "material.zod.too_big_no_unit_exclusive" | "material.zod.too_small_inclusive" | "material.zod.too_small_exclusive" | "material.zod.too_small_no_unit_inclusive" | "material.zod.too_small_no_unit_exclusive" | "material.zod.not_multiple_of" | "material.zod.unrecognized_keys_single" | "material.zod.unrecognized_keys_multiple" | "material.zod.invalid_key" | "material.zod.invalid_union" | "material.zod.invalid_element" | "material.zod.invalid_type.string" | "material.zod.invalid_type.number" | "material.zod.invalid_type.bigint" | "material.zod.invalid_type.boolean" | "material.zod.invalid_type.symbol" | "material.zod.invalid_type.undefined" | "material.zod.invalid_type.object" | "material.zod.invalid_type.function" | "material.zod.invalid_type.default" | "material.zod.invalid_type.date" | "material.zod.invalid_type.array" | "material.zod.invalid_type.null" | "material.zod.invalid_type.enum" | "material.zod.invalid_format.includes" | "material.zod.invalid_format.default" | "material.zod.invalid_format.starts_with" | "material.zod.invalid_format.ends_with" | "material.zod.invalid_format.regex" | "material.zod.nouns.time" | "material.zod.nouns.emoji" | "material.zod.nouns.nanoid" | "material.zod.nouns.cuid" | "material.zod.nouns.cuid2" | "material.zod.nouns.date" | "material.zod.nouns.duration" | "material.zod.nouns.datetime" | "material.zod.nouns.email" | "material.zod.nouns.regex" | "material.zod.nouns.url" | "material.zod.nouns.uuid" | "material.zod.nouns.uuidv4" | "material.zod.nouns.uuidv6" | "material.zod.nouns.guid" | "material.zod.nouns.ulid" | "material.zod.nouns.xid" | "material.zod.nouns.ksuid" | "material.zod.nouns.ipv4" | "material.zod.nouns.ipv6" | "material.zod.nouns.mac" | "material.zod.nouns.cidrv4" | "material.zod.nouns.cidrv6" | "material.zod.nouns.base64" | "material.zod.nouns.base64url" | "material.zod.nouns.json_string" | "material.zod.nouns.e164" | "material.zod.nouns.jwt" | "material.zod.nouns.template_literal" | "material.zod.sizing.string.unit" | "material.zod.sizing.string.verb" | "material.zod.sizing.set.unit" | "material.zod.sizing.set.verb" | "material.zod.sizing.file.unit" | "material.zod.sizing.file.verb" | "material.zod.sizing.array.unit" | "material.zod.sizing.array.verb" | "material.pdf-reader.label" | "material.pdf-reader.rotate" | "material.pdf-reader.download" | "material.pdf-reader.print" | "material.pdf-reader.search" | "material.pdf-reader.sidebar" | "material.pdf-reader.unlock" | "material.pdf-reader.error" | "material.pdf-reader.loading" | "material.pdf-reader.empty" | "material.pdf-reader.zoom-in" | "material.pdf-reader.zoom-out" | "material.pdf-reader.fullscreen" | "material.pdf-reader.exit-fullscreen" | "material.pdf-reader.password" | "material.pdf-reader.password-placeholder" | "material.pdf-reader.pages" | "material.pdf-reader.outline" | "material.pdf-reader.outline-empty" | "material.pdf-reader.fit-width" | "material.pdf-reader.fit-page" | "material.pdf-reader.fit-width-full" | "material.pdf-reader.fit-page-full" | "material.pdf-reader.sidebar-toggle" | "material.pdf-reader.previous-page" | "material.pdf-reader.next-page" | "material.pdf-reader.current-page" | "material.pdf-reader.search-shortcut" | "material.pdf-reader.search-next" | "material.pdf-reader.search-prev" | "material.pdf-reader.night" | "material.pdf-reader.day" | "material.pdf-reader.thumbnails" | "material.pdf-reader.go-to-page" | "material.image-cropper.title" | "material.image-cropper.cancel" | "material.image-cropper.rotate-left" | "material.image-cropper.rotate-right" | "material.image-cropper.zoom" | "material.image-cropper.error" | "material.image-cropper.apply" | "material.image-cropper.free" | "material.carousel.previous" | "material.carousel.next" | "material.barecode.label" | "material.banner.dismiss" | "material.avatar-group.more" | "material.search-field.clear" | "material.search-field.placeholder" | "material.password-field.strong" | "material.password-field.hide" | "material.password-field.show" | "material.password-field.too-weak" | "material.password-field.weak" | "material.password-field.fair" | "material.password-field.very-strong" | "material.stat-card.increase" | "material.stat-card.decrease" | "material.stat-card.unchanged" | "material.color-field.open" | "material.split-button.more" | "material.file-list.label" | "material.file-list.download" | "material.file-list.remove" | "material.file-list.replace" | "material.file-list.empty" | "material.file-list.retry" | "material.inline-edit.placeholder" | "material.inline-edit.cancel" | "material.inline-edit.edit" | "material.inline-edit.save" | "material.number-field.increase" | "material.number-field.decrease" | "material.textarea-field.count" | "material.chip.dismiss" | "material.pagination.page" | "material.pagination.more" | "material.phone-field.placeholder" | "material.phone-field.search" | "material.phone-field.empty" | "material.phone-field.country" | "material.rating-field.star" | "material.theme-toggle.light" | "material.theme-toggle.dark" | "material.theme-toggle.system" | "material.language-switcher.label" | "material.email-field.invalid" | "material.email-field.mailto" | "material.url-field.open" | "material.url-field.invalid" | "material.stepper.step" | "material.combobox-field.placeholder" | "material.combobox-field.empty" | "material.autocomplete.add" | "material.autocomplete.empty" | "material.avatar.active" | "material.avatar.online" | "material.avatar.offline" | "material.avatar.away" | "material.avatar.busy" | "material.country-field.placeholder" | "material.duration-field.hours" | "material.duration-field.minutes" | "material.count-badge.label" | "material.timezone-field.placeholder" | "material.app-shell.home" | "material.app-shell.open-menu" | "material.transfer-list.max" | "material.transfer-list.search" | "material.transfer-list.selected" | "material.transfer-list.count" | "material.transfer-list.available" | "material.transfer-list.select-all" | "material.transfer-list.move-to-selected" | "material.transfer-list.move-all-to-selected" | "material.transfer-list.move-to-available" | "material.transfer-list.move-all-to-available" | "material.transfer-list.move-up" | "material.transfer-list.move-down" | "material.transfer-list.empty-available" | "material.transfer-list.empty-selected" | "material.transfer-list.empty-filter" | "material.transfer-list.locked" | "material.transfer-list.drag" | "material.sortable-list.search" | "material.sortable-list.empty" | "material.sortable-list.move-up" | "material.sortable-list.move-down" | "material.sortable-list.empty-filter" | "material.sortable-list.drag" | "material.event-calendar.delete" | "material.event-calendar.add" | "material.event-calendar.title" | "material.event-calendar.color" | "material.event-calendar.search" | "material.event-calendar.description" | "material.event-calendar.delete-confirm" | "material.event-calendar.previous" | "material.event-calendar.next" | "material.event-calendar.empty" | "material.event-calendar.more" | "material.event-calendar.day" | "material.event-calendar.drag" | "material.event-calendar.today" | "material.event-calendar.month" | "material.event-calendar.week" | "material.event-calendar.workweek" | "material.event-calendar.agenda" | "material.event-calendar.all-day" | "material.event-calendar.events" | "material.event-calendar.resize" | "material.event-calendar.new-event" | "material.event-calendar.new-all-day" | "material.event-calendar.pick-date" | "material.event-calendar.no-results" | "material.dnd.drag" | "material.rich-text-editor.orientation" | "material.rich-text-editor.type" | "material.rich-text-editor.label" | "material.rich-text-editor.clear" | "material.rich-text-editor.size" | "material.rich-text-editor.accordion" | "material.rich-text-editor.blockquote" | "material.rich-text-editor.caption" | "material.rich-text-editor.header" | "material.rich-text-editor.link" | "material.rich-text-editor.table" | "material.rich-text-editor.title" | "material.rich-text-editor.font-family" | "material.rich-text-editor.align-center" | "material.rich-text-editor.align-left" | "material.rich-text-editor.align-right" | "material.rich-text-editor.bold" | "material.rich-text-editor.cancel" | "material.rich-text-editor.columns" | "material.rich-text-editor.heading" | "material.rich-text-editor.horizontal-rule" | "material.rich-text-editor.images" | "material.rich-text-editor.italic" | "material.rich-text-editor.remove" | "material.rich-text-editor.rows" | "material.rich-text-editor.strikethrough" | "material.rich-text-editor.subscript" | "material.rich-text-editor.superscript" | "material.rich-text-editor.underline" | "material.rich-text-editor.icon" | "material.rich-text-editor.content" | "material.rich-text-editor.description" | "material.rich-text-editor.emoji" | "material.rich-text-editor.characters" | "material.rich-text-editor.words" | "material.rich-text-editor.gallery" | "material.rich-text-editor.apply" | "material.rich-text-editor.options" | "material.rich-text-editor.code-block" | "material.rich-text-editor.heading-n" | "material.rich-text-editor.text-color" | "material.rich-text-editor.highlight" | "material.rich-text-editor.pick-color" | "material.rich-text-editor.justify" | "material.rich-text-editor.bullet-list" | "material.rich-text-editor.ordered-list" | "material.rich-text-editor.task-list" | "material.rich-text-editor.insert-image" | "material.rich-text-editor.image-url" | "material.rich-text-editor.remove-link" | "material.rich-text-editor.youtube-url" | "material.rich-text-editor.embed-youtube" | "material.rich-text-editor.emoji-picker" | "material.rich-text-editor.emoji-description" | "material.rich-text-editor.no-result" | "material.rich-text-editor.no-commands" | "material.rich-text-editor.insert-table" | "material.rich-text-editor.delete-table" | "material.rich-text-editor.table-properties" | "material.rich-text-editor.insert-before" | "material.rich-text-editor.insert-after" | "material.rich-text-editor.toggle-header-row" | "material.rich-text-editor.toggle-header-column" | "material.rich-text-editor.cell-background" | "material.rich-text-editor.merge-splitting" | "material.rich-text-editor.merge-cells" | "material.rich-text-editor.split-cell" | "material.rich-text-editor.caption-placeholder" | "material.rich-text-editor.caption-alignment" | "material.rich-text-editor.alignment" | "material.rich-text-editor.insert-callout" | "material.rich-text-editor.edit-callout" | "material.rich-text-editor.edit-callout-description" | "material.rich-text-editor.add-description" | "material.rich-text-editor.edit-item" | "material.rich-text-editor.edit-item-description" | "material.rich-text-editor.remove-item" | "material.rich-text-editor.add-item" | "material.rich-text-editor.action-card" | "material.rich-text-editor.action-card-settings" | "material.rich-text-editor.action-card-settings-description" | "material.rich-text-editor.edit-card" | "material.rich-text-editor.edit-card-description" | "material.rich-text-editor.remove-card" | "material.rich-text-editor.add-card" | "material.rich-text-editor.link-optional" | "material.rich-text-editor.edit-gallery" | "material.rich-text-editor.edit-gallery-description" | "material.rich-text-editor.add-image" | "material.rich-text-editor.add-images" | "material.rich-text-editor.alt-text" | "material.rich-text-editor.no-images" | "material.rich-text-editor.select-chips" | "material.rich-text-editor.select-cards" | "material.rich-text-editor.edit-selector" | "material.rich-text-editor.edit-selector-description" | "material.rich-text-editor.selector-settings" | "material.rich-text-editor.selector-settings-description" | "material.rich-text-editor.optional-heading" | "material.rich-text-editor.selection" | "material.rich-text-editor.add-options" | "material.rich-text-editor.edit-option" | "material.rich-text-editor.edit-option-description" | "material.rich-text-editor.remove-option" | "material.rich-text-editor.add-option" | "material.rich-text-editor.checkbox-group" | "material.rich-text-editor.edit-checkbox-group" | "material.rich-text-editor.edit-checkbox-group-description" | "material.rich-text-editor.radio-group" | "material.rich-text-editor.edit-radio-group" | "material.rich-text-editor.edit-radio-group-description" | "material.kanban.search" | "material.kanban.card-title" | "material.kanban.empty" | "material.kanban.drag" | "material.kanban.no-results" | "material.kanban.add-card" | "material.kanban.wip" | "material.kanban.drag-column" | "material.kanban.ungrouped" | "material.kanban.collapse-group" | "material.kanban.expand-group" | "material.kanban.collapse-column" | "material.kanban.expand-column" | "material.kanban.new-card" | "material.kanban.subtitle" | "material.kanban.wip-full" | "material.doc.filter" | "material.doc.menu" | "material.doc.edit" | "material.doc.expand" | "material.doc.search" | "material.doc.see-also" | "material.doc.previous" | "material.doc.next" | "material.doc.collapse" | "material.doc.on-this-page" | "material.doc.no-results" | "material.doc.search-placeholder" | "material.doc.filter-empty" | "material.doc.search-navigate" | "material.doc.search-select" | "material.doc.search-close" | "material.doc.skip-to-content" | "material.doc.reading-progress" | "material.doc.menu-description" | "material.doc.copy-link" | "material.doc.copied-link" | "material.doc.copy-page" | "material.doc.copy-markdown" | "material.doc.last-updated" | "material.param-table.type" | "material.param-table.default" | "material.param-table.name" | "material.param-table.required" | "material.param-table.description", string];
|
|
@@ -1,12 +1,22 @@
|
|
|
1
1
|
import { IconButtonProps } from '../icon-button/icon-button.vue';
|
|
2
2
|
export type CopyButtonProps = Omit<IconButtonProps, 'tooltip' | 'aria-label'> & {
|
|
3
|
-
value: string;
|
|
3
|
+
value: string | (() => string);
|
|
4
4
|
label?: string;
|
|
5
5
|
copiedLabel?: string;
|
|
6
6
|
};
|
|
7
|
-
declare
|
|
7
|
+
declare var __VLS_15: {};
|
|
8
|
+
type __VLS_Slots = {} & {
|
|
9
|
+
icon?: (props: typeof __VLS_15) => any;
|
|
10
|
+
};
|
|
11
|
+
declare const __VLS_base: import('vue').DefineComponent<CopyButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<CopyButtonProps> & Readonly<{}>, {
|
|
8
12
|
color: "default" | "info" | "warning" | "primary" | "secondary" | "success" | "error" | null;
|
|
9
13
|
variant: "link" | "ghost" | "filled" | "tonal" | "outlined" | null;
|
|
10
14
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
11
16
|
declare const _default: typeof __VLS_export;
|
|
12
17
|
export default _default;
|
|
18
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
19
|
+
new (): {
|
|
20
|
+
$slots: S;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { InjectionKey } from 'vue';
|
|
2
|
+
import { DocModel } from './use-doc';
|
|
3
|
+
export type DocContextValue = DocModel;
|
|
4
|
+
export declare const docKey: InjectionKey<DocContextValue>;
|
|
5
|
+
export declare function provideDoc(value: DocContextValue): void;
|
|
6
|
+
export declare function useDocContext(): DocContextValue;
|
|
7
|
+
export declare function useOptionalDocContext(): DocContextValue | undefined;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export type DocKeyboardActions = {
|
|
2
|
+
openSearch: () => void;
|
|
3
|
+
closeOverlays: () => void;
|
|
4
|
+
goPrevious?: () => void;
|
|
5
|
+
goNext?: () => void;
|
|
6
|
+
};
|
|
7
|
+
export declare function isTypingTarget(target: unknown): boolean;
|
|
8
|
+
export declare function isDocSearchHotkey(event: {
|
|
9
|
+
key: string;
|
|
10
|
+
metaKey: boolean;
|
|
11
|
+
ctrlKey: boolean;
|
|
12
|
+
}): boolean;
|
|
13
|
+
export declare function handleDocKeyDown(event: {
|
|
14
|
+
key: string;
|
|
15
|
+
metaKey: boolean;
|
|
16
|
+
ctrlKey: boolean;
|
|
17
|
+
altKey?: boolean;
|
|
18
|
+
target?: unknown;
|
|
19
|
+
preventDefault: () => void;
|
|
20
|
+
}, actions: DocKeyboardActions): void;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { slugify } from '../../../lib/string.utils';
|
|
2
|
+
import { DocNavItem, DocPagerLink, DocSearchHit } from './types';
|
|
3
|
+
export { slugify };
|
|
4
|
+
export declare function navLabel(item: DocNavItem): string;
|
|
5
|
+
/**
|
|
6
|
+
* Whether `href` covers `pathname` — an exact match, or a whole-segment prefix.
|
|
7
|
+
* `/docs` covers `/docs/install` but not `/docs-old`.
|
|
8
|
+
*/
|
|
9
|
+
export declare function isDocPathActive(pathname: string, href: string): boolean;
|
|
10
|
+
export declare function flattenDocNav(items: DocNavItem[], group?: string): DocSearchHit[];
|
|
11
|
+
export declare function findActiveDocHref(items: DocNavItem[], pathname: string): string | undefined;
|
|
12
|
+
export declare function findDocPager(items: DocNavItem[], pathname: string): {
|
|
13
|
+
previous?: DocPagerLink;
|
|
14
|
+
next?: DocPagerLink;
|
|
15
|
+
};
|
|
16
|
+
export { isExternalHref } from '../../../lib/url.utils';
|
|
17
|
+
export declare function findDocChildren(items: DocNavItem[], pathname: string): DocNavItem[];
|
|
18
|
+
export declare function findDocSiblings(items: DocNavItem[], pathname: string): DocNavItem[];
|
|
19
|
+
export declare function filterDocNav(items: DocNavItem[], query: string): DocNavItem[];
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
2
|
+
import { DocNavItem, DocPagerLink, DocTocItem } from './types';
|
|
3
|
+
export type DocProps = {
|
|
4
|
+
items: DocNavItem[];
|
|
5
|
+
pathname: string;
|
|
6
|
+
toc?: DocTocItem[];
|
|
7
|
+
searchable?: boolean;
|
|
8
|
+
onNavigate?: (href: string) => void;
|
|
9
|
+
previous?: DocPagerLink | null;
|
|
10
|
+
next?: DocPagerLink | null;
|
|
11
|
+
class?: HTMLAttributes['class'];
|
|
12
|
+
};
|
|
13
|
+
declare var __VLS_13: {}, __VLS_16: {}, __VLS_25: {}, __VLS_33: {};
|
|
14
|
+
type __VLS_Slots = {} & {
|
|
15
|
+
brand?: (props: typeof __VLS_13) => any;
|
|
16
|
+
} & {
|
|
17
|
+
actions?: (props: typeof __VLS_16) => any;
|
|
18
|
+
} & {
|
|
19
|
+
brand?: (props: typeof __VLS_25) => any;
|
|
20
|
+
} & {
|
|
21
|
+
default?: (props: typeof __VLS_33) => any;
|
|
22
|
+
};
|
|
23
|
+
declare const __VLS_base: import('vue').DefineComponent<DocProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
24
|
+
navigate: (href: string) => any;
|
|
25
|
+
}, string, import('vue').PublicProps, Readonly<DocProps> & Readonly<{
|
|
26
|
+
onNavigate?: ((href: string) => any) | undefined;
|
|
27
|
+
}>, {
|
|
28
|
+
searchable: boolean;
|
|
29
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
30
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
31
|
+
declare const _default: typeof __VLS_export;
|
|
32
|
+
export default _default;
|
|
33
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
34
|
+
new (): {
|
|
35
|
+
$slots: S;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export { handleDocKeyDown, isDocSearchHotkey, isTypingTarget, } from './doc.keyboard';
|
|
2
|
+
export { useDocStore } from './doc.store';
|
|
3
|
+
export { filterDocNav, findActiveDocHref, findDocChildren, findDocPager, findDocSiblings, flattenDocNav, isDocPathActive, isExternalHref, navLabel, slugify, } from './doc.utils';
|
|
4
|
+
export type { DocProps } from './doc.vue';
|
|
5
|
+
export { default as Doc } from './doc.vue';
|
|
6
|
+
export { provideDoc, useDocContext, useOptionalDocContext, } from './doc-context';
|
|
7
|
+
export { default as DocChildCards } from './partials/doc-child-cards.vue';
|
|
8
|
+
export { default as DocCopyMarkdown } from './partials/doc-copy-markdown.vue';
|
|
9
|
+
export { default as DocEmpty } from './partials/doc-empty.vue';
|
|
10
|
+
export type { DocHeaderCrumb, DocHeaderProps } from './partials/doc-header.vue';
|
|
11
|
+
export { default as DocHeader } from './partials/doc-header.vue';
|
|
12
|
+
export type { DocPageProps } from './partials/doc-page.vue';
|
|
13
|
+
export { default as DocPage } from './partials/doc-page.vue';
|
|
14
|
+
export { default as DocPager } from './partials/doc-pager.vue';
|
|
15
|
+
export { default as DocProgress } from './partials/doc-progress.vue';
|
|
16
|
+
export { default as DocSearch } from './partials/doc-search.vue';
|
|
17
|
+
export { default as DocSeeAlso } from './partials/doc-see-also.vue';
|
|
18
|
+
export { default as DocSidebar } from './partials/doc-sidebar.vue';
|
|
19
|
+
export { default as DocSkipLink } from './partials/doc-skip-link.vue';
|
|
20
|
+
export { default as DocToc } from './partials/doc-toc.vue';
|
|
21
|
+
export { default as DocTopbar } from './partials/doc-topbar.vue';
|
|
22
|
+
export type { DocChromeState, DocNavItem, DocPagerLink, DocSearchHit, DocTocItem, } from './types';
|
|
23
|
+
export type { DocModel, UseDocOptions } from './use-doc';
|
|
24
|
+
export { useDoc } from './use-doc';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
2
|
+
export type DocArticleProps = {
|
|
3
|
+
class?: HTMLAttributes['class'];
|
|
4
|
+
};
|
|
5
|
+
declare var __VLS_1: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
default?: (props: typeof __VLS_1) => any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_base: import('vue').DefineComponent<DocArticleProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<DocArticleProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export type DocChildCardsProps = {
|
|
2
|
+
class?: string;
|
|
3
|
+
};
|
|
4
|
+
declare const __VLS_export: import('vue').DefineComponent<DocChildCardsProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<DocChildCardsProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
5
|
+
declare const _default: typeof __VLS_export;
|
|
6
|
+
export default _default;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
markdown?: string;
|
|
3
|
+
};
|
|
4
|
+
declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
5
|
+
declare const _default: typeof __VLS_export;
|
|
6
|
+
export default _default;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
2
|
+
import { EmptyStateVariant } from '../../feedback/empty-state.vue';
|
|
3
|
+
export type DocEmptyProps = {
|
|
4
|
+
variant?: EmptyStateVariant;
|
|
5
|
+
title?: string;
|
|
6
|
+
description?: string;
|
|
7
|
+
class?: HTMLAttributes['class'];
|
|
8
|
+
};
|
|
9
|
+
declare var __VLS_9: {}, __VLS_12: {};
|
|
10
|
+
type __VLS_Slots = {} & {
|
|
11
|
+
icon?: (props: typeof __VLS_9) => any;
|
|
12
|
+
} & {
|
|
13
|
+
action?: (props: typeof __VLS_12) => any;
|
|
14
|
+
};
|
|
15
|
+
declare const __VLS_base: import('vue').DefineComponent<DocEmptyProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<DocEmptyProps> & Readonly<{}>, {
|
|
16
|
+
variant: EmptyStateVariant;
|
|
17
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
19
|
+
declare const _default: typeof __VLS_export;
|
|
20
|
+
export default _default;
|
|
21
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
22
|
+
new (): {
|
|
23
|
+
$slots: S;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export type DocHeaderCrumb = {
|
|
2
|
+
title: string;
|
|
3
|
+
href?: string;
|
|
4
|
+
};
|
|
5
|
+
export type DocHeaderProps = {
|
|
6
|
+
title: string;
|
|
7
|
+
description?: string;
|
|
8
|
+
editHref?: string;
|
|
9
|
+
updatedAt?: string | Date | number;
|
|
10
|
+
crumbs?: DocHeaderCrumb[];
|
|
11
|
+
copyPage?: boolean;
|
|
12
|
+
copyMarkdown?: boolean;
|
|
13
|
+
markdown?: string;
|
|
14
|
+
class?: string;
|
|
15
|
+
};
|
|
16
|
+
declare var __VLS_7: {};
|
|
17
|
+
type __VLS_Slots = {} & {
|
|
18
|
+
badge?: (props: typeof __VLS_7) => any;
|
|
19
|
+
};
|
|
20
|
+
declare const __VLS_base: import('vue').DefineComponent<DocHeaderProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<DocHeaderProps> & Readonly<{}>, {
|
|
21
|
+
copyPage: boolean;
|
|
22
|
+
copyMarkdown: boolean;
|
|
23
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
24
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
25
|
+
declare const _default: typeof __VLS_export;
|
|
26
|
+
export default _default;
|
|
27
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
28
|
+
new (): {
|
|
29
|
+
$slots: S;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
2
|
+
export type DocLinkProps = {
|
|
3
|
+
href: string;
|
|
4
|
+
class?: HTMLAttributes['class'];
|
|
5
|
+
};
|
|
6
|
+
declare var __VLS_1: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_1) => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_base: import('vue').DefineComponent<DocLinkProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<DocLinkProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { DocNavItem } from '../types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
items: DocNavItem[];
|
|
4
|
+
depth: number;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
declare const _default: typeof __VLS_export;
|
|
8
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
2
|
+
export type DocNavProps = {
|
|
3
|
+
class?: HTMLAttributes['class'];
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_export: import('vue').DefineComponent<DocNavProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<DocNavProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { DocHeaderCrumb } from './doc-header.vue';
|
|
2
|
+
export type DocPageProps = {
|
|
3
|
+
title: string;
|
|
4
|
+
description?: string;
|
|
5
|
+
editHref?: string;
|
|
6
|
+
updatedAt?: string | Date | number;
|
|
7
|
+
crumbs?: DocHeaderCrumb[];
|
|
8
|
+
copyPage?: boolean;
|
|
9
|
+
copyMarkdown?: boolean;
|
|
10
|
+
markdown?: string;
|
|
11
|
+
class?: string;
|
|
12
|
+
};
|
|
13
|
+
declare var __VLS_8: {}, __VLS_10: {};
|
|
14
|
+
type __VLS_Slots = {} & {
|
|
15
|
+
badge?: (props: typeof __VLS_8) => any;
|
|
16
|
+
} & {
|
|
17
|
+
default?: (props: typeof __VLS_10) => any;
|
|
18
|
+
};
|
|
19
|
+
declare const __VLS_base: import('vue').DefineComponent<DocPageProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<DocPageProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
21
|
+
declare const _default: typeof __VLS_export;
|
|
22
|
+
export default _default;
|
|
23
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
24
|
+
new (): {
|
|
25
|
+
$slots: S;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
2
|
+
export type DocPagerProps = {
|
|
3
|
+
class?: HTMLAttributes['class'];
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_export: import('vue').DefineComponent<DocPagerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<DocPagerProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { ScrollProgressProps } from '../../feedback/scroll-progress.vue';
|
|
2
|
+
export type DocProgressProps = ScrollProgressProps;
|
|
3
|
+
declare const __VLS_export: import('vue').DefineComponent<ScrollProgressProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ScrollProgressProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
4
|
+
declare const _default: typeof __VLS_export;
|
|
5
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { DocSearchHit } from '../types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
hit: DocSearchHit;
|
|
4
|
+
group: string;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
|
+
select: (href: string) => any;
|
|
8
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
9
|
+
onSelect?: ((href: string) => any) | undefined;
|
|
10
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export type DocSeeAlsoProps = {
|
|
2
|
+
class?: string;
|
|
3
|
+
};
|
|
4
|
+
declare const __VLS_export: import('vue').DefineComponent<DocSeeAlsoProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<DocSeeAlsoProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
5
|
+
declare const _default: typeof __VLS_export;
|
|
6
|
+
export default _default;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
2
|
+
export type DocSidebarProps = {
|
|
3
|
+
class?: HTMLAttributes['class'];
|
|
4
|
+
};
|
|
5
|
+
declare var __VLS_45: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
brand?: (props: typeof __VLS_45) => any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_base: import('vue').DefineComponent<DocSidebarProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<DocSidebarProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
class?: string;
|
|
3
|
+
};
|
|
4
|
+
declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
5
|
+
declare const _default: typeof __VLS_export;
|
|
6
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export type DocTocProps = {
|
|
2
|
+
placement?: 'rail' | 'panel';
|
|
3
|
+
class?: string;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_export: import('vue').DefineComponent<DocTocProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<DocTocProps> & Readonly<{}>, {
|
|
6
|
+
placement: "rail" | "panel";
|
|
7
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
declare const _default: typeof __VLS_export;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'vue';
|
|
2
|
+
export type DocTopbarProps = {
|
|
3
|
+
class?: HTMLAttributes['class'];
|
|
4
|
+
};
|
|
5
|
+
declare var __VLS_14: {}, __VLS_39: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
brand?: (props: typeof __VLS_14) => any;
|
|
8
|
+
} & {
|
|
9
|
+
actions?: (props: typeof __VLS_39) => any;
|
|
10
|
+
};
|
|
11
|
+
declare const __VLS_base: import('vue').DefineComponent<DocTopbarProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<DocTopbarProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
13
|
+
declare const _default: typeof __VLS_export;
|
|
14
|
+
export default _default;
|
|
15
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
16
|
+
new (): {
|
|
17
|
+
$slots: S;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Component } from 'vue';
|
|
2
|
+
export type DocNavItem = {
|
|
3
|
+
id: string;
|
|
4
|
+
title: string;
|
|
5
|
+
label?: string;
|
|
6
|
+
href?: string;
|
|
7
|
+
icon?: Component;
|
|
8
|
+
description?: string;
|
|
9
|
+
items?: DocNavItem[];
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
};
|
|
12
|
+
export type DocTocItem = {
|
|
13
|
+
id: string;
|
|
14
|
+
title: string;
|
|
15
|
+
level: 2 | 3 | 4;
|
|
16
|
+
};
|
|
17
|
+
export type DocPagerLink = {
|
|
18
|
+
title: string;
|
|
19
|
+
href: string;
|
|
20
|
+
description?: string;
|
|
21
|
+
};
|
|
22
|
+
export type DocSearchHit = {
|
|
23
|
+
id: string;
|
|
24
|
+
title: string;
|
|
25
|
+
href: string;
|
|
26
|
+
group?: string;
|
|
27
|
+
icon?: Component;
|
|
28
|
+
description?: string;
|
|
29
|
+
disabled?: boolean;
|
|
30
|
+
};
|
|
31
|
+
export type DocChromeState = {
|
|
32
|
+
sidebarOpen: boolean;
|
|
33
|
+
searchOpen: boolean;
|
|
34
|
+
query: string;
|
|
35
|
+
activeHeadingId: string | null;
|
|
36
|
+
collapsedIds: string[];
|
|
37
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ComputedRef } from 'vue';
|
|
2
|
+
import { DocNavItem, DocPagerLink, DocTocItem } from './types';
|
|
3
|
+
export type UseDocOptions = {
|
|
4
|
+
items: DocNavItem[];
|
|
5
|
+
pathname: string;
|
|
6
|
+
toc?: DocTocItem[];
|
|
7
|
+
searchable?: boolean;
|
|
8
|
+
onNavigate?: (href: string) => void;
|
|
9
|
+
previous?: DocPagerLink | null;
|
|
10
|
+
next?: DocPagerLink | null;
|
|
11
|
+
defaultCollapsedIds?: string[];
|
|
12
|
+
};
|
|
13
|
+
export declare function useDoc(options: UseDocOptions): {
|
|
14
|
+
chrome: any;
|
|
15
|
+
navigate: (href: string) => void;
|
|
16
|
+
pager: ComputedRef<{
|
|
17
|
+
previous?: DocPagerLink;
|
|
18
|
+
next?: DocPagerLink;
|
|
19
|
+
}>;
|
|
20
|
+
hits: ComputedRef<import('./types').DocSearchHit[]>;
|
|
21
|
+
activeHref: ComputedRef<string | undefined>;
|
|
22
|
+
articleRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
23
|
+
readonly items: DocNavItem[];
|
|
24
|
+
readonly pathname: string;
|
|
25
|
+
readonly toc: DocTocItem[];
|
|
26
|
+
readonly searchable: boolean;
|
|
27
|
+
readonly onNavigate: ((href: string) => void) | undefined;
|
|
28
|
+
};
|
|
29
|
+
export type DocModel = ReturnType<typeof useDoc>;
|