@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
|
@@ -21,6 +21,22 @@ declare const _default: {
|
|
|
21
21
|
"title": "Palette de commandes",
|
|
22
22
|
"description": "Recherchez une commande à exécuter..."
|
|
23
23
|
},
|
|
24
|
+
"scroll-progress": "Progression du défilement",
|
|
25
|
+
"skip-link": "Aller au contenu",
|
|
26
|
+
"see-also": "Voir aussi",
|
|
27
|
+
"cards": {
|
|
28
|
+
"per-month": "/ mois"
|
|
29
|
+
},
|
|
30
|
+
"metrics": {
|
|
31
|
+
"of-target": "sur {target}"
|
|
32
|
+
},
|
|
33
|
+
"pager": {
|
|
34
|
+
"previous": "Précédent",
|
|
35
|
+
"next": "Suivant"
|
|
36
|
+
},
|
|
37
|
+
"toc": {
|
|
38
|
+
"on-this-page": "Sur cette page"
|
|
39
|
+
},
|
|
24
40
|
"upload": {
|
|
25
41
|
"dropzone": {
|
|
26
42
|
"idle": "Glissez-déposez des fichiers ici, ou cliquez pour parcourir",
|
|
@@ -879,6 +895,39 @@ declare const _default: {
|
|
|
879
895
|
"card-title": "Titre de la carte",
|
|
880
896
|
"subtitle": "Ajouter un sous-titre",
|
|
881
897
|
"wip-full": "Colonne au maximum WIP"
|
|
898
|
+
},
|
|
899
|
+
"doc": {
|
|
900
|
+
"search": "Rechercher",
|
|
901
|
+
"search-placeholder": "Rechercher dans la documentation…",
|
|
902
|
+
"filter": "Filtrer les pages",
|
|
903
|
+
"filter-empty": "Essayez un autre filtre.",
|
|
904
|
+
"no-results": "Aucun résultat",
|
|
905
|
+
"search-navigate": "pour naviguer",
|
|
906
|
+
"search-select": "pour ouvrir",
|
|
907
|
+
"search-close": "pour fermer",
|
|
908
|
+
"skip-to-content": "Aller au contenu",
|
|
909
|
+
"reading-progress": "Progression de lecture",
|
|
910
|
+
"on-this-page": "Sur cette page",
|
|
911
|
+
"menu": "Menu",
|
|
912
|
+
"menu-description": "Navigation de la documentation",
|
|
913
|
+
"previous": "Précédent",
|
|
914
|
+
"next": "Suivant",
|
|
915
|
+
"see-also": "Voir aussi",
|
|
916
|
+
"copy-link": "Copier le lien",
|
|
917
|
+
"copied-link": "Copié",
|
|
918
|
+
"copy-page": "Copier la page",
|
|
919
|
+
"copy-markdown": "Copier le markdown",
|
|
920
|
+
"edit": "Modifier cette page",
|
|
921
|
+
"last-updated": "Mis à jour",
|
|
922
|
+
"collapse": "Replier",
|
|
923
|
+
"expand": "Déplier"
|
|
924
|
+
},
|
|
925
|
+
"param-table": {
|
|
926
|
+
"name": "Nom",
|
|
927
|
+
"type": "Type",
|
|
928
|
+
"default": "Défaut",
|
|
929
|
+
"description": "Description",
|
|
930
|
+
"required": "requis"
|
|
882
931
|
}
|
|
883
932
|
}
|
|
884
933
|
;
|
|
@@ -29,6 +29,22 @@ export declare const resources: {
|
|
|
29
29
|
title: string;
|
|
30
30
|
description: string;
|
|
31
31
|
};
|
|
32
|
+
"scroll-progress": string;
|
|
33
|
+
"skip-link": string;
|
|
34
|
+
"see-also": string;
|
|
35
|
+
cards: {
|
|
36
|
+
"per-month": string;
|
|
37
|
+
};
|
|
38
|
+
metrics: {
|
|
39
|
+
"of-target": string;
|
|
40
|
+
};
|
|
41
|
+
pager: {
|
|
42
|
+
previous: string;
|
|
43
|
+
next: string;
|
|
44
|
+
};
|
|
45
|
+
toc: {
|
|
46
|
+
"on-this-page": string;
|
|
47
|
+
};
|
|
32
48
|
upload: {
|
|
33
49
|
dropzone: {
|
|
34
50
|
idle: string;
|
|
@@ -888,6 +904,39 @@ export declare const resources: {
|
|
|
888
904
|
subtitle: string;
|
|
889
905
|
"wip-full": string;
|
|
890
906
|
};
|
|
907
|
+
doc: {
|
|
908
|
+
search: string;
|
|
909
|
+
"search-placeholder": string;
|
|
910
|
+
filter: string;
|
|
911
|
+
"filter-empty": string;
|
|
912
|
+
"no-results": string;
|
|
913
|
+
"search-navigate": string;
|
|
914
|
+
"search-select": string;
|
|
915
|
+
"search-close": string;
|
|
916
|
+
"skip-to-content": string;
|
|
917
|
+
"reading-progress": string;
|
|
918
|
+
"on-this-page": string;
|
|
919
|
+
menu: string;
|
|
920
|
+
"menu-description": string;
|
|
921
|
+
previous: string;
|
|
922
|
+
next: string;
|
|
923
|
+
"see-also": string;
|
|
924
|
+
"copy-link": string;
|
|
925
|
+
"copied-link": string;
|
|
926
|
+
"copy-page": string;
|
|
927
|
+
"copy-markdown": string;
|
|
928
|
+
edit: string;
|
|
929
|
+
"last-updated": string;
|
|
930
|
+
collapse: string;
|
|
931
|
+
expand: string;
|
|
932
|
+
};
|
|
933
|
+
"param-table": {
|
|
934
|
+
name: string;
|
|
935
|
+
type: string;
|
|
936
|
+
default: string;
|
|
937
|
+
description: string;
|
|
938
|
+
required: string;
|
|
939
|
+
};
|
|
891
940
|
};
|
|
892
941
|
};
|
|
893
942
|
fr: {
|
|
@@ -914,6 +963,22 @@ export declare const resources: {
|
|
|
914
963
|
title: string;
|
|
915
964
|
description: string;
|
|
916
965
|
};
|
|
966
|
+
"scroll-progress": string;
|
|
967
|
+
"skip-link": string;
|
|
968
|
+
"see-also": string;
|
|
969
|
+
cards: {
|
|
970
|
+
"per-month": string;
|
|
971
|
+
};
|
|
972
|
+
metrics: {
|
|
973
|
+
"of-target": string;
|
|
974
|
+
};
|
|
975
|
+
pager: {
|
|
976
|
+
previous: string;
|
|
977
|
+
next: string;
|
|
978
|
+
};
|
|
979
|
+
toc: {
|
|
980
|
+
"on-this-page": string;
|
|
981
|
+
};
|
|
917
982
|
upload: {
|
|
918
983
|
dropzone: {
|
|
919
984
|
idle: string;
|
|
@@ -1773,6 +1838,39 @@ export declare const resources: {
|
|
|
1773
1838
|
subtitle: string;
|
|
1774
1839
|
"wip-full": string;
|
|
1775
1840
|
};
|
|
1841
|
+
doc: {
|
|
1842
|
+
search: string;
|
|
1843
|
+
"search-placeholder": string;
|
|
1844
|
+
filter: string;
|
|
1845
|
+
"filter-empty": string;
|
|
1846
|
+
"no-results": string;
|
|
1847
|
+
"search-navigate": string;
|
|
1848
|
+
"search-select": string;
|
|
1849
|
+
"search-close": string;
|
|
1850
|
+
"skip-to-content": string;
|
|
1851
|
+
"reading-progress": string;
|
|
1852
|
+
"on-this-page": string;
|
|
1853
|
+
menu: string;
|
|
1854
|
+
"menu-description": string;
|
|
1855
|
+
previous: string;
|
|
1856
|
+
next: string;
|
|
1857
|
+
"see-also": string;
|
|
1858
|
+
"copy-link": string;
|
|
1859
|
+
"copied-link": string;
|
|
1860
|
+
"copy-page": string;
|
|
1861
|
+
"copy-markdown": string;
|
|
1862
|
+
edit: string;
|
|
1863
|
+
"last-updated": string;
|
|
1864
|
+
collapse: string;
|
|
1865
|
+
expand: string;
|
|
1866
|
+
};
|
|
1867
|
+
"param-table": {
|
|
1868
|
+
name: string;
|
|
1869
|
+
type: string;
|
|
1870
|
+
default: string;
|
|
1871
|
+
description: string;
|
|
1872
|
+
required: string;
|
|
1873
|
+
};
|
|
1776
1874
|
};
|
|
1777
1875
|
};
|
|
1778
1876
|
};
|
|
@@ -25,4 +25,4 @@ export declare function getLanguage(): Language;
|
|
|
25
25
|
*/
|
|
26
26
|
export declare function createTranslator<K extends string = MaterialLocaleKey>(bundle?: Record<string, any>, localeProvider?: LanguageProvider): Translate<K>;
|
|
27
27
|
/** Translator bound to the base bundle owned by `@nxgt/material-vue`. */
|
|
28
|
-
export declare const translate: Translate<"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">;
|
|
28
|
+
export declare const translate: Translate<"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">;
|
|
@@ -1,6 +1,15 @@
|
|
|
1
|
+
export declare function slugify(value: string): string;
|
|
1
2
|
export declare function enumToKebabCase(value?: string): string;
|
|
2
3
|
export declare function joinTruthyParts(parts: Array<string | null | undefined | false>, separator?: string): string;
|
|
4
|
+
export type MatchPart = {
|
|
5
|
+
text: string;
|
|
6
|
+
match: boolean;
|
|
7
|
+
};
|
|
8
|
+
/** Split `text` around case-insensitive matches of `query` (regex-safe). */
|
|
9
|
+
export declare function splitMatch(text: string, query: string): MatchPart[];
|
|
3
10
|
export declare const STRING_UTILS: {
|
|
4
11
|
enumToKebabCase: typeof enumToKebabCase;
|
|
5
12
|
joinTruthyParts: typeof joinTruthyParts;
|
|
13
|
+
slugify: typeof slugify;
|
|
14
|
+
splitMatch: typeof splitMatch;
|
|
6
15
|
};
|
|
@@ -1,2 +1,4 @@
|
|
|
1
1
|
export declare function searchParams(request: Request): URLSearchParams;
|
|
2
2
|
export declare function searchParam(request: Request, key: string): string | null;
|
|
3
|
+
/** Absolute http(s) or mailto — opens in a new tab, not in-app. */
|
|
4
|
+
export declare function isExternalHref(href: string): boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const COMPONENT_NAMES: readonly ["Accordion", "AccordionCard", "AccordionComponent", "AccordionContent", "AccordionItem", "AccordionItemEditForm", "AccordionTrigger", "ActionCard", "ActionCardComponent", "ActionCardItemEditForm", "ActionCardSettingsForm", "Activity", "ActivityContent", "ActivityLayout", "Alert", "AlertDialog", "AlertDialogAction", "AlertDialogCancel", "AlertDialogContent", "AlertDialogDescription", "AlertDialogFooter", "AlertDialogHeader", "AlertDialogTitle", "AlertDialogTrigger", "AppBreadcrumb", "AppHeader", "AppSidebar", "AreaChart", "AttributeDialog", "AttributeForm", "AttributeValueFormField", "AttributeValuesForm", "AttributeValuesFormFieldSet", "AttributesField", "AttributesFormField", "AttributesList", "Autocomplete", "AutocompleteFormField", "Avatar", "AvatarFallback", "AvatarGroup", "AvatarImage", "Background", "Badge", "Banner", "BarChart", "Barecode", "BottomAppBar", "Breadcrumb", "BreadcrumbEllipsis", "BreadcrumbItem", "BreadcrumbLink", "BreadcrumbList", "BreadcrumbPage", "BreadcrumbSeparator", "BubbleMenu", "Button", "ButtonGroup", "Calendar", "CalendarCell", "CalendarCellTrigger", "CalendarGrid", "CalendarGridBody", "CalendarGridHead", "CalendarGridRow", "CalendarHeadCell", "CalendarHeader", "CalendarHeading", "CalendarNextButton", "CalendarPrevButton", "CalloutComponent", "CalloutEditForm", "CalloutInsertMenu", "Card", "CardAction", "CardContent", "CardDescription", "CardFooter", "CardHeader", "CardTitle", "Carousel", "CarouselContent", "CarouselItem", "CarouselNext", "CarouselPrevious", "ChartContainer", "ChatComposer", "ChatComposerAttachmentChip", "ChatComposerAttachmentList", "ChatComposerAttachments", "ChatConversationItem", "ChatMarkdown", "ChatMessage", "ChatMessageList", "ChatMessageSeparator", "ChatReactionGroup", "ChatThread", "ChatTypingIndicator", "CheckCardField", "CheckCardFormField", "Checkbox", "CheckboxGroup", "CheckboxGroupEditForm", "CheckboxGroupFormField", "CheckboxGroupNodeComponent", "Chip", "CircularProgress", "CodeBlock", "CodeDiff", "CodeEditor", "Collapsible", "CollapsibleContent", "CollapsibleTrigger", "ColorField", "ColorFormField", "ColorPickerPopover", "ComboboxField", "ComboboxFormField", "Command", "CommandDialog", "CommandEmpty", "CommandGroup", "CommandInput", "CommandItem", "CommandList", "CommandSeparator", "CommandShortcut", "ConfirmDialog", "ConfirmationDialog", "ContactDialog", "ContactItem", "Contacts", "ContactsFormField", "ContextMenu", "ContextMenuCheckboxItem", "ContextMenuContent", "ContextMenuGroup", "ContextMenuItem", "ContextMenuLabel", "ContextMenuRadioGroup", "ContextMenuRadioItem", "ContextMenuSeparator", "ContextMenuShortcut", "ContextMenuSub", "ContextMenuSubContent", "ContextMenuSubTrigger", "ContextMenuTrigger", "CopyButton", "CountBadge", "CountryField", "CountryFormField", "CurrencyField", "CurrencyFormField", "CustomAlertDialog", "CustomDialog", "DataTable", "DataTableColumnHeader", "DataTablePagination", "DataTableViewOptions", "DateField", "DateFormField", "DateRangeField", "DateRangeFormField", "Description", "Dialog", "DialogClose", "DialogContent", "DialogDescription", "DialogFooter", "DialogHeader", "DialogOverlay", "DialogScrollContent", "DialogTitle", "DialogTrigger", "DndOverlay", "DndProvider", "DragHandle", "Draggable", "DraggableDroppable", "Drawer", "DrawerClose", "DrawerContent", "DrawerDescription", "DrawerFooter", "DrawerHeader", "DrawerOverlay", "DrawerTitle", "DrawerTrigger", "DropdownMenu", "DropdownMenuCheckboxItem", "DropdownMenuContent", "DropdownMenuGroup", "DropdownMenuItem", "DropdownMenuLabel", "DropdownMenuRadioGroup", "DropdownMenuRadioItem", "DropdownMenuSeparator", "DropdownMenuShortcut", "DropdownMenuSub", "DropdownMenuSubContent", "DropdownMenuSubTrigger", "DropdownMenuTrigger", "Droppable", "DurationField", "DurationFormField", "EditorAccordionWrapper", "EditorActionCardWrapper", "EditorCheckboxGroupWrapper", "EditorCodeBlock", "EditorColorWrapper", "EditorFontFamilyWrapper", "EditorGalleryWrapper", "EditorHighlightWrapper", "EditorImageWrapper", "EditorLinkWrapper", "EditorMarkButtons", "EditorRadioGroupWrapper", "EditorSelectCardWrapper", "EditorSelectChipWrapper", "EditorTableWrapper", "EditorTextAlignWrapper", "EditorYoutubeWrapper", "EmailField", "EmailFormField", "EmojiList", "EmojiPicker", "EmptyState", "EntityHeader", "EventCalendar", "EventChip", "ExtendedLabel", "Field", "FileList", "FileListField", "FileListFormField", "FileListS3Field", "FileListS3FormField", "FilterChips", "FilterFormField", "FilterPresets", "FilterTrigger", "FunnelChart", "Gallery", "GalleryComponent", "GalleryEditForm", "HeadingWrapper", "HeatmapChart", "HelperText", "HoverCard", "HoverCardContent", "HoverCardTrigger", "HydrateLoading", "Icon", "IconButton", "IconLinkButton", "ImageCropper", "ImageCropperDialog", "ImageField", "ImageFormField", "ImageS3Field", "ImageS3FormField", "InlineEdit", "Input", "InputGroup", "InputGroupAddon", "InputGroupButton", "InputGroupField", "InputGroupFormField", "InputGroupInput", "InputGroupText", "InputGroupTextarea", "InputOTP", "InputOTPGroup", "InputOTPSeparator", "InputOTPSlot", "JsonViewer", "Kanban", "Kbd", "KbdShortcut", "Label", "LanguageSwitcher", "LightboxGallery", "LineChart", "LinkButton", "ListTile", "LoadMoreButton", "MentionList", "Menubar", "MenubarCheckboxItem", "MenubarContent", "MenubarGroup", "MenubarItem", "MenubarLabel", "MenubarMenu", "MenubarRadioGroup", "MenubarRadioItem", "MenubarSeparator", "MenubarShortcut", "MenubarSub", "MenubarSubContent", "MenubarSubTrigger", "MenubarTrigger", "MiniGallery", "NativeSelect", "NativeSelectOptGroup", "NativeSelectOption", "NavigationRail", "NetworkUploadField", "NetworkUploadFormField", "Notifications", "NumberField", "NumberFormField", "OpeningHours", "OpeningHoursDialog", "OpeningHoursFormField", "OpeningHoursItem", "OtpField", "OtpFormField", "Pagination", "PaginationContent", "PaginationEllipsis", "PaginationFirst", "PaginationItem", "PaginationLast", "PaginationNext", "PaginationPrevious", "PasswordField", "PasswordFormField", "PercentField", "PercentFormField", "PhoneField", "PhoneFormField", "PieChart", "Popover", "PopoverAnchor", "PopoverContent", "PopoverTrigger", "PostalAddress", "PostalAddressDialog", "PostalAddressFormField", "PrintBadge", "PrintCard", "PrintCardField", "PrintHeader", "PrintInfoRow", "PrintSection", "PrintTable", "PrintTableCell", "PrintTableHeader", "PrintTableRow", "PrintTotalRow", "PrintTotals", "Progress", "ProgressField", "QRCode", "QuestionCard", "Quiz", "RadarChart", "RadioGroup", "RadioGroupEditForm", "RadioGroupField", "RadioGroupFormField", "RadioGroupItem", "RadioGroupNodeComponent", "RatingField", "RatingFormField", "RelativeTime", "RepeatingFieldList", "ResizableHandle", "ResizablePanel", "ResizablePanelGroup", "ResponsiveButton", "ResponsiveGrid", "ResponsiveLinkButton", "RichTextEditor", "RichTextEditorFormField", "S3UploadField", "S3UploadFormField", "ScatterChart", "ScrollArea", "ScrollBar", "ScrollToTop", "SearchField", "SearchFormField", "Select", "SelectCardField", "SelectCardFormField", "SelectCardItemEditForm", "SelectCardNodeComponent", "SelectCardSettingsForm", "SelectChipEditForm", "SelectChipField", "SelectChipFormField", "SelectChipNodeComponent", "SelectContent", "SelectField", "SelectFormField", "SelectGroup", "SelectItem", "SelectItemText", "SelectLabel", "SelectScrollDownButton", "SelectScrollUpButton", "SelectSeparator", "SelectTrigger", "SelectValue", "Separator", "Sheet", "SheetClose", "SheetContent", "SheetDescription", "SheetFooter", "SheetHeader", "SheetTitle", "SheetTrigger", "Sidebar", "SidebarContent", "SidebarFooter", "SidebarHeader", "SidebarMenuItem", "SidebarMenuLabel", "Skeleton", "SkeletonAvatar", "SkeletonCard", "SkeletonTable", "SkeletonText", "Slider", "SliderField", "SliderFormField", "Sortable", "SortableList", "SortableListFormField", "SortableProvider", "Spinner", "SplitButton", "StatCard", "StatusIndicator", "Stepper", "StxPlayerControls", "StxPlayerExtras", "StxPlayerMini", "StxPlayerProvider", "StxPlayerQueue", "StxPlayerViewport", "SummaryData", "Switch", "SwitchField", "SwitchFormField", "Switcher", "Table", "TableBody", "TableCaption", "TableCell", "TableEmpty", "TableFooter", "TableHead", "TableHeader", "TablePropertiesForm", "TableRow", "Tabs", "TabsContent", "TabsList", "TabsTrigger", "TextField", "TextFormField", "Textarea", "TextareaField", "TextareaFormField", "ThemeToggle", "ThreadLayout", "TimeField", "TimeFormField", "TimePicker", "Timeline", "TimelineItem", "TimezoneField", "TimezoneFormField", "Toast", "Toaster", "Toggle", "ToggleGroup", "ToggleGroupItem", "Tooltip", "TooltipContent", "TooltipProvider", "TooltipTrigger", "TopAppBar", "TransferList", "TransferListFormField", "Tree", "TreeItem", "Typography", "UploadField", "UploadFormField", "UrlField", "UrlFormField"];
|
|
1
|
+
export declare const COMPONENT_NAMES: readonly ["Accordion", "AccordionCard", "AccordionComponent", "AccordionContent", "AccordionItem", "AccordionItemEditForm", "AccordionTrigger", "ActionCard", "ActionCardComponent", "ActionCardItemEditForm", "ActionCardSettingsForm", "Activity", "ActivityContent", "ActivityLayout", "Alert", "AlertDialog", "AlertDialogAction", "AlertDialogCancel", "AlertDialogContent", "AlertDialogDescription", "AlertDialogFooter", "AlertDialogHeader", "AlertDialogTitle", "AlertDialogTrigger", "AnchorHeading", "ApiEndpoint", "ApiOperation", "AppBreadcrumb", "AppHeader", "AppSidebar", "AreaChart", "AttributeDialog", "AttributeForm", "AttributeValueFormField", "AttributeValuesForm", "AttributeValuesFormFieldSet", "AttributesField", "AttributesFormField", "AttributesList", "Autocomplete", "AutocompleteFormField", "Avatar", "AvatarFallback", "AvatarGroup", "AvatarImage", "Background", "Badge", "Banner", "BarChart", "Barecode", "BottomAppBar", "Breadcrumb", "BreadcrumbEllipsis", "BreadcrumbItem", "BreadcrumbLink", "BreadcrumbList", "BreadcrumbPage", "BreadcrumbSeparator", "BreakdownCard", "BubbleMenu", "Button", "ButtonGroup", "Calendar", "CalendarCell", "CalendarCellTrigger", "CalendarGrid", "CalendarGridBody", "CalendarGridHead", "CalendarGridRow", "CalendarHeadCell", "CalendarHeader", "CalendarHeading", "CalendarNextButton", "CalendarPrevButton", "CalloutComponent", "CalloutEditForm", "CalloutInsertMenu", "Card", "CardAction", "CardContent", "CardDescription", "CardFooter", "CardHeader", "CardTitle", "Carousel", "CarouselContent", "CarouselItem", "CarouselNext", "CarouselPrevious", "ChartContainer", "ChatComposer", "ChatComposerAttachmentChip", "ChatComposerAttachmentList", "ChatComposerAttachments", "ChatConversationItem", "ChatMarkdown", "ChatMessage", "ChatMessageList", "ChatMessageSeparator", "ChatReactionGroup", "ChatThread", "ChatTypingIndicator", "CheckCardField", "CheckCardFormField", "Checkbox", "CheckboxGroup", "CheckboxGroupEditForm", "CheckboxGroupFormField", "CheckboxGroupNodeComponent", "Chip", "CircularProgress", "CodeBlock", "CodeDiff", "CodeEditor", "CodeGroup", "Collapsible", "CollapsibleContent", "CollapsibleTrigger", "ColorField", "ColorFormField", "ColorPickerPopover", "ComboboxField", "ComboboxFormField", "Command", "CommandDialog", "CommandEmpty", "CommandGroup", "CommandInput", "CommandItem", "CommandList", "CommandSeparator", "CommandShortcut", "ConfirmDialog", "ConfirmationDialog", "ContactDialog", "ContactItem", "Contacts", "ContactsFormField", "ContextMenu", "ContextMenuCheckboxItem", "ContextMenuContent", "ContextMenuGroup", "ContextMenuItem", "ContextMenuLabel", "ContextMenuRadioGroup", "ContextMenuRadioItem", "ContextMenuSeparator", "ContextMenuShortcut", "ContextMenuSub", "ContextMenuSubContent", "ContextMenuSubTrigger", "ContextMenuTrigger", "CopyButton", "CountBadge", "CountryField", "CountryFormField", "CrewCard", "CurrencyField", "CurrencyFormField", "CustomAlertDialog", "CustomDialog", "DataTable", "DataTableColumnHeader", "DataTablePagination", "DataTableViewOptions", "DateField", "DateFormField", "DateRangeField", "DateRangeFormField", "Description", "Dialog", "DialogClose", "DialogContent", "DialogDescription", "DialogFooter", "DialogHeader", "DialogOverlay", "DialogScrollContent", "DialogTitle", "DialogTrigger", "DndOverlay", "DndProvider", "Doc", "DocChildCards", "DocCopyMarkdown", "DocEmpty", "DocHeader", "DocPage", "DocPager", "DocProgress", "DocSearch", "DocSeeAlso", "DocSidebar", "DocSkipLink", "DocToc", "DocTopbar", "DragHandle", "Draggable", "DraggableDroppable", "Drawer", "DrawerClose", "DrawerContent", "DrawerDescription", "DrawerFooter", "DrawerHeader", "DrawerOverlay", "DrawerTitle", "DrawerTrigger", "DropdownMenu", "DropdownMenuCheckboxItem", "DropdownMenuContent", "DropdownMenuGroup", "DropdownMenuItem", "DropdownMenuLabel", "DropdownMenuRadioGroup", "DropdownMenuRadioItem", "DropdownMenuSeparator", "DropdownMenuShortcut", "DropdownMenuSub", "DropdownMenuSubContent", "DropdownMenuSubTrigger", "DropdownMenuTrigger", "Droppable", "DurationField", "DurationFormField", "EditorAccordionWrapper", "EditorActionCardWrapper", "EditorCheckboxGroupWrapper", "EditorCodeBlock", "EditorColorWrapper", "EditorFontFamilyWrapper", "EditorGalleryWrapper", "EditorHighlightWrapper", "EditorImageWrapper", "EditorLinkWrapper", "EditorMarkButtons", "EditorRadioGroupWrapper", "EditorSelectCardWrapper", "EditorSelectChipWrapper", "EditorTableWrapper", "EditorTextAlignWrapper", "EditorYoutubeWrapper", "EmailField", "EmailFormField", "EmojiList", "EmojiPicker", "EmptyState", "EntityHeader", "EventCalendar", "EventChip", "ExtendedLabel", "FeatureCard", "Field", "Figure", "FileList", "FileListField", "FileListFormField", "FileListS3Field", "FileListS3FormField", "FilterChips", "FilterFormField", "FilterPresets", "FilterTrigger", "FunnelChart", "Gallery", "GalleryComponent", "GalleryEditForm", "GoalCard", "HeadingWrapper", "HeatmapChart", "HelperText", "Hero", "HighlightText", "HoverCard", "HoverCardContent", "HoverCardTrigger", "HydrateLoading", "Icon", "IconButton", "IconLinkButton", "ImageCropper", "ImageCropperDialog", "ImageField", "ImageFormField", "ImageS3Field", "ImageS3FormField", "InlineEdit", "Input", "InputGroup", "InputGroupAddon", "InputGroupButton", "InputGroupField", "InputGroupFormField", "InputGroupInput", "InputGroupText", "InputGroupTextarea", "InputOTP", "InputOTPGroup", "InputOTPSeparator", "InputOTPSlot", "JsonViewer", "Kanban", "Kbd", "KbdShortcut", "Label", "LanguageSwitcher", "LightboxGallery", "LineChart", "LinkButton", "ListTile", "LoadMoreButton", "MediaCard", "MentionList", "Menubar", "MenubarCheckboxItem", "MenubarContent", "MenubarGroup", "MenubarItem", "MenubarLabel", "MenubarMenu", "MenubarRadioGroup", "MenubarRadioItem", "MenubarSeparator", "MenubarShortcut", "MenubarSub", "MenubarSubContent", "MenubarSubTrigger", "MenubarTrigger", "MiniGallery", "NativeSelect", "NativeSelectOptGroup", "NativeSelectOption", "NavigationRail", "NetworkUploadField", "NetworkUploadFormField", "NoticeCard", "Notifications", "NumberField", "NumberFormField", "OpeningHours", "OpeningHoursDialog", "OpeningHoursFormField", "OpeningHoursItem", "OtpField", "OtpFormField", "OverlayCard", "Pager", "Pagination", "PaginationContent", "PaginationEllipsis", "PaginationFirst", "PaginationItem", "PaginationLast", "PaginationNext", "PaginationPrevious", "ParamTable", "PasswordField", "PasswordFormField", "PercentField", "PercentFormField", "PhoneField", "PhoneFormField", "PieChart", "Popover", "PopoverAnchor", "PopoverContent", "PopoverTrigger", "PostalAddress", "PostalAddressDialog", "PostalAddressFormField", "PricingCard", "PrintBadge", "PrintCard", "PrintCardField", "PrintHeader", "PrintInfoRow", "PrintSection", "PrintTable", "PrintTableCell", "PrintTableHeader", "PrintTableRow", "PrintTotalRow", "PrintTotals", "ProfileCard", "Progress", "ProgressField", "QRCode", "QuestionCard", "Quiz", "QuoteCard", "RadarChart", "RadioGroup", "RadioGroupEditForm", "RadioGroupField", "RadioGroupFormField", "RadioGroupItem", "RadioGroupNodeComponent", "RankCard", "RatingField", "RatingFormField", "RelativeTime", "RepeatingFieldList", "ResizableHandle", "ResizablePanel", "ResizablePanelGroup", "ResponsiveButton", "ResponsiveGrid", "ResponsiveLinkButton", "RichTextEditor", "RichTextEditorFormField", "S3UploadField", "S3UploadFormField", "ScatterChart", "ScrollArea", "ScrollBar", "ScrollProgress", "ScrollToTop", "SearchField", "SearchFormField", "SeeAlso", "Select", "SelectCardField", "SelectCardFormField", "SelectCardItemEditForm", "SelectCardNodeComponent", "SelectCardSettingsForm", "SelectChipEditForm", "SelectChipField", "SelectChipFormField", "SelectChipNodeComponent", "SelectContent", "SelectField", "SelectFormField", "SelectGroup", "SelectItem", "SelectItemText", "SelectLabel", "SelectScrollDownButton", "SelectScrollUpButton", "SelectSeparator", "SelectTrigger", "SelectValue", "Separator", "Sheet", "SheetClose", "SheetContent", "SheetDescription", "SheetFooter", "SheetHeader", "SheetTitle", "SheetTrigger", "Sidebar", "SidebarContent", "SidebarFooter", "SidebarHeader", "SidebarMenuItem", "SidebarMenuLabel", "Skeleton", "SkeletonAvatar", "SkeletonCard", "SkeletonTable", "SkeletonText", "SkipLink", "Slider", "SliderField", "SliderFormField", "Sortable", "SortableList", "SortableListFormField", "SortableProvider", "Sparkline", "Spinner", "SplitButton", "SplitCard", "SpotlightCard", "StatCard", "StatusIndicator", "Stepper", "Steps", "StepsItem", "StxPlayerControls", "StxPlayerExtras", "StxPlayerMini", "StxPlayerProvider", "StxPlayerQueue", "StxPlayerViewport", "SummaryData", "Switch", "SwitchField", "SwitchFormField", "Switcher", "Table", "TableBody", "TableCaption", "TableCell", "TableEmpty", "TableFooter", "TableHead", "TableHeader", "TablePropertiesForm", "TableRow", "Tabs", "TabsContent", "TabsList", "TabsTrigger", "TextField", "TextFormField", "Textarea", "TextareaField", "TextareaFormField", "ThemeToggle", "ThreadLayout", "TicketCard", "TimeField", "TimeFormField", "TimePicker", "Timeline", "TimelineItem", "TimezoneField", "TimezoneFormField", "Toast", "Toaster", "Toc", "Toggle", "ToggleGroup", "ToggleGroupItem", "Tooltip", "TooltipContent", "TooltipProvider", "TooltipTrigger", "TopAppBar", "TransferList", "TransferListFormField", "Tree", "TreeItem", "TrendCard", "Typography", "UploadField", "UploadFormField", "UrlField", "UrlFormField"];
|