@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.
Files changed (115) hide show
  1. package/README.md +25 -7
  2. package/dist/{camera-0FF92_uw.js → camera-Gbi9FZ9_.js} +7 -7
  3. package/dist/{components-CIZI-QTh.js → components-7Ajwd8cr.js} +31524 -29120
  4. package/dist/components.js +5 -4
  5. package/dist/{use-localized-date-C8vHzgho.js → composables-C5LhV5Vi.js} +126 -46
  6. package/dist/composables.js +3 -70
  7. package/dist/{dnd-DxjI7Q-L.js → dnd-DJL4dR9c.js} +1 -1
  8. package/dist/dnd.js +1 -1
  9. package/dist/{i18n-DXZMN9FA.js → i18n-GAjGs1da.js} +86 -0
  10. package/dist/i18n.js +1 -1
  11. package/dist/lib/components/index.d.ts +15 -0
  12. package/dist/lib/components/ui/anchor-heading/anchor-heading.vue.d.ts +20 -0
  13. package/dist/lib/components/ui/anchor-heading/index.d.ts +2 -0
  14. package/dist/lib/components/ui/api-endpoint/api-endpoint.vue.d.ts +20 -0
  15. package/dist/lib/components/ui/api-endpoint/index.d.ts +2 -0
  16. package/dist/lib/components/ui/api-operation/api-operation.vue.d.ts +24 -0
  17. package/dist/lib/components/ui/api-operation/index.d.ts +2 -0
  18. package/dist/lib/components/ui/cards/crew-card.vue.d.ts +21 -0
  19. package/dist/lib/components/ui/cards/feature-card.vue.d.ts +22 -0
  20. package/dist/lib/components/ui/cards/index.d.ts +22 -0
  21. package/dist/lib/components/ui/cards/media-card.vue.d.ts +21 -0
  22. package/dist/lib/components/ui/cards/notice-card.vue.d.ts +20 -0
  23. package/dist/lib/components/ui/cards/overlay-card.vue.d.ts +22 -0
  24. package/dist/lib/components/ui/cards/pricing-card.vue.d.ts +25 -0
  25. package/dist/lib/components/ui/cards/profile-card.vue.d.ts +22 -0
  26. package/dist/lib/components/ui/cards/quote-card.vue.d.ts +20 -0
  27. package/dist/lib/components/ui/cards/split-card.vue.d.ts +22 -0
  28. package/dist/lib/components/ui/cards/spotlight-card.vue.d.ts +20 -0
  29. package/dist/lib/components/ui/cards/ticket-card.vue.d.ts +21 -0
  30. package/dist/lib/components/ui/code/code-group.vue.d.ts +17 -0
  31. package/dist/lib/components/ui/code/index.d.ts +2 -0
  32. package/dist/lib/components/ui/contacts/consts.d.ts +1 -1
  33. package/dist/lib/components/ui/copy-button/copy-button.vue.d.ts +12 -2
  34. package/dist/lib/components/ui/doc/doc-context.d.ts +7 -0
  35. package/dist/lib/components/ui/doc/doc.keyboard.d.ts +20 -0
  36. package/dist/lib/components/ui/doc/doc.store.d.ts +2 -0
  37. package/dist/lib/components/ui/doc/doc.utils.d.ts +19 -0
  38. package/dist/lib/components/ui/doc/doc.vue.d.ts +37 -0
  39. package/dist/lib/components/ui/doc/index.d.ts +24 -0
  40. package/dist/lib/components/ui/doc/partials/doc-article.vue.d.ts +17 -0
  41. package/dist/lib/components/ui/doc/partials/doc-child-cards.vue.d.ts +6 -0
  42. package/dist/lib/components/ui/doc/partials/doc-copy-markdown.vue.d.ts +6 -0
  43. package/dist/lib/components/ui/doc/partials/doc-empty.vue.d.ts +25 -0
  44. package/dist/lib/components/ui/doc/partials/doc-header.vue.d.ts +31 -0
  45. package/dist/lib/components/ui/doc/partials/doc-link.vue.d.ts +18 -0
  46. package/dist/lib/components/ui/doc/partials/doc-nav-list.vue.d.ts +8 -0
  47. package/dist/lib/components/ui/doc/partials/doc-nav.vue.d.ts +7 -0
  48. package/dist/lib/components/ui/doc/partials/doc-page.vue.d.ts +27 -0
  49. package/dist/lib/components/ui/doc/partials/doc-pager.vue.d.ts +7 -0
  50. package/dist/lib/components/ui/doc/partials/doc-progress.vue.d.ts +5 -0
  51. package/dist/lib/components/ui/doc/partials/doc-search-hit.vue.d.ts +12 -0
  52. package/dist/lib/components/ui/doc/partials/doc-search.vue.d.ts +3 -0
  53. package/dist/lib/components/ui/doc/partials/doc-see-also.vue.d.ts +6 -0
  54. package/dist/lib/components/ui/doc/partials/doc-sidebar.vue.d.ts +17 -0
  55. package/dist/lib/components/ui/doc/partials/doc-skip-link.vue.d.ts +6 -0
  56. package/dist/lib/components/ui/doc/partials/doc-toc.vue.d.ts +9 -0
  57. package/dist/lib/components/ui/doc/partials/doc-topbar.vue.d.ts +19 -0
  58. package/dist/lib/components/ui/doc/types.d.ts +37 -0
  59. package/dist/lib/components/ui/doc/use-doc.d.ts +29 -0
  60. package/dist/lib/components/ui/event-calendar/event-calendar.vue.d.ts +1 -1
  61. package/dist/lib/components/ui/feedback/index.d.ts +2 -0
  62. package/dist/lib/components/ui/feedback/scroll-progress.vue.d.ts +10 -0
  63. package/dist/lib/components/ui/figure/figure.vue.d.ts +18 -0
  64. package/dist/lib/components/ui/figure/index.d.ts +2 -0
  65. package/dist/lib/components/ui/hero/hero.vue.d.ts +22 -0
  66. package/dist/lib/components/ui/hero/index.d.ts +2 -0
  67. package/dist/lib/components/ui/highlight-text/highlight-text.vue.d.ts +10 -0
  68. package/dist/lib/components/ui/highlight-text/index.d.ts +2 -0
  69. package/dist/lib/components/ui/list-tile/list-tile.vue.d.ts +2 -0
  70. package/dist/lib/components/ui/metrics/breakdown-card.vue.d.ts +14 -0
  71. package/dist/lib/components/ui/metrics/goal-card.vue.d.ts +11 -0
  72. package/dist/lib/components/ui/metrics/index.d.ts +10 -0
  73. package/dist/lib/components/ui/metrics/rank-card.vue.d.ts +15 -0
  74. package/dist/lib/components/ui/metrics/sparkline.vue.d.ts +7 -0
  75. package/dist/lib/components/ui/metrics/trend-card.vue.d.ts +13 -0
  76. package/dist/lib/components/ui/pager/index.d.ts +2 -0
  77. package/dist/lib/components/ui/pager/pager.vue.d.ts +21 -0
  78. package/dist/lib/components/ui/param-table/index.d.ts +2 -0
  79. package/dist/lib/components/ui/param-table/param-table.vue.d.ts +15 -0
  80. package/dist/lib/components/ui/see-also/index.d.ts +2 -0
  81. package/dist/lib/components/ui/see-also/see-also.vue.d.ts +16 -0
  82. package/dist/lib/components/ui/skip-link/index.d.ts +2 -0
  83. package/dist/lib/components/ui/skip-link/skip-link.vue.d.ts +20 -0
  84. package/dist/lib/components/ui/steps/index.d.ts +4 -0
  85. package/dist/lib/components/ui/steps/steps-item.vue.d.ts +21 -0
  86. package/dist/lib/components/ui/steps/steps.vue.d.ts +17 -0
  87. package/dist/lib/components/ui/stx-player/index.d.ts +2 -2
  88. package/dist/lib/components/ui/stx-player/stx-player.vue.d.ts +1 -1
  89. package/dist/lib/components/ui/toc/index.d.ts +2 -0
  90. package/dist/lib/components/ui/toc/toc.vue.d.ts +24 -0
  91. package/dist/lib/composables/index.d.ts +1 -0
  92. package/dist/lib/composables/use-heading-spy.d.ts +7 -0
  93. package/dist/lib/i18n/resources/en/index.d.ts +49 -0
  94. package/dist/lib/i18n/resources/en/material.json.d.ts +49 -0
  95. package/dist/lib/i18n/resources/fr/index.d.ts +49 -0
  96. package/dist/lib/i18n/resources/fr/material.json.d.ts +49 -0
  97. package/dist/lib/i18n/resources/index.d.ts +98 -0
  98. package/dist/lib/i18n/translator.d.ts +1 -1
  99. package/dist/lib/lib/string.utils.d.ts +9 -0
  100. package/dist/lib/lib/url.utils.d.ts +2 -0
  101. package/dist/lib/nuxt/component-names.d.ts +1 -1
  102. package/dist/{lib-kSGjbZgz.js → lib-DZZQQdzj.js} +146 -119
  103. package/dist/lib.js +3 -3
  104. package/dist/main.js +9 -10
  105. package/dist/material-vue.css +1 -1
  106. package/dist/{pdf-outline-sidebar-iHgJ3Tdm.js → pdf-outline-sidebar-7EEhkMof.js} +6 -6
  107. package/dist/{pdf-page-g1icnvlW.js → pdf-page-bDjssyjX.js} +1 -1
  108. package/dist/{pdf-page-list-BW9tw41T.js → pdf-page-list-DPGxoujP.js} +16 -16
  109. package/dist/{pdf-reader-C_dSoAH6.js → pdf-reader-B4Qeofx-.js} +13 -13
  110. package/dist/{pdf-sidebar-DW_or7mU.js → pdf-sidebar-C36bGZ5M.js} +4 -4
  111. package/dist/{pdf-thumbnail-sidebar-xrrwRQIL.js → pdf-thumbnail-sidebar-B5M7JduL.js} +17 -17
  112. package/dist/{pdf-toolbar-BcKsxHJ2.js → pdf-toolbar-BKeM1-o9.js} +21 -21
  113. package/dist/{stx-player-lvdY9PTs.js → stx-player-W-82wI6s.js} +7 -7
  114. package/lib/nuxt/component-names.ts +45 -0
  115. package/package.json +1 -1
@@ -25,6 +25,16 @@ var i = {
25
25
  title: "Command Palette",
26
26
  description: "Search for a command to run..."
27
27
  },
28
+ "scroll-progress": "Scroll progress",
29
+ "skip-link": "Skip to content",
30
+ "see-also": "See also",
31
+ cards: { "per-month": "/ month" },
32
+ metrics: { "of-target": "of {target}" },
33
+ pager: {
34
+ previous: "Previous",
35
+ next: "Next"
36
+ },
37
+ toc: { "on-this-page": "On this page" },
28
38
  upload: { dropzone: {
29
39
  idle: "Drag & drop files here, or click to browse",
30
40
  "at-capacity": "Maximum number of files reached",
@@ -837,6 +847,39 @@ var i = {
837
847
  "card-title": "Card title",
838
848
  subtitle: "Add subtitle",
839
849
  "wip-full": "Column is at WIP limit"
850
+ },
851
+ doc: {
852
+ search: "Search docs",
853
+ "search-placeholder": "Search the documentation…",
854
+ filter: "Filter pages",
855
+ "filter-empty": "Try a different filter.",
856
+ "no-results": "No results",
857
+ "search-navigate": "to navigate",
858
+ "search-select": "to select",
859
+ "search-close": "to close",
860
+ "skip-to-content": "Skip to content",
861
+ "reading-progress": "Reading progress",
862
+ "on-this-page": "On this page",
863
+ menu: "Menu",
864
+ "menu-description": "Documentation navigation",
865
+ previous: "Previous",
866
+ next: "Next",
867
+ "see-also": "See also",
868
+ "copy-link": "Copy link",
869
+ "copied-link": "Copied",
870
+ "copy-page": "Copy page",
871
+ "copy-markdown": "Copy markdown",
872
+ edit: "Edit this page",
873
+ "last-updated": "Updated",
874
+ collapse: "Collapse",
875
+ expand: "Expand"
876
+ },
877
+ "param-table": {
878
+ name: "Name",
879
+ type: "Type",
880
+ default: "Default",
881
+ description: "Description",
882
+ required: "required"
840
883
  }
841
884
  } },
842
885
  fr: { material: {
@@ -862,6 +905,16 @@ var i = {
862
905
  title: "Palette de commandes",
863
906
  description: "Recherchez une commande à exécuter..."
864
907
  },
908
+ "scroll-progress": "Progression du défilement",
909
+ "skip-link": "Aller au contenu",
910
+ "see-also": "Voir aussi",
911
+ cards: { "per-month": "/ mois" },
912
+ metrics: { "of-target": "sur {target}" },
913
+ pager: {
914
+ previous: "Précédent",
915
+ next: "Suivant"
916
+ },
917
+ toc: { "on-this-page": "Sur cette page" },
865
918
  upload: { dropzone: {
866
919
  idle: "Glissez-déposez des fichiers ici, ou cliquez pour parcourir",
867
920
  "at-capacity": "Nombre maximum de fichiers atteint",
@@ -1674,6 +1727,39 @@ var i = {
1674
1727
  "card-title": "Titre de la carte",
1675
1728
  subtitle: "Ajouter un sous-titre",
1676
1729
  "wip-full": "Colonne au maximum WIP"
1730
+ },
1731
+ doc: {
1732
+ search: "Rechercher",
1733
+ "search-placeholder": "Rechercher dans la documentation…",
1734
+ filter: "Filtrer les pages",
1735
+ "filter-empty": "Essayez un autre filtre.",
1736
+ "no-results": "Aucun résultat",
1737
+ "search-navigate": "pour naviguer",
1738
+ "search-select": "pour ouvrir",
1739
+ "search-close": "pour fermer",
1740
+ "skip-to-content": "Aller au contenu",
1741
+ "reading-progress": "Progression de lecture",
1742
+ "on-this-page": "Sur cette page",
1743
+ menu: "Menu",
1744
+ "menu-description": "Navigation de la documentation",
1745
+ previous: "Précédent",
1746
+ next: "Suivant",
1747
+ "see-also": "Voir aussi",
1748
+ "copy-link": "Copier le lien",
1749
+ "copied-link": "Copié",
1750
+ "copy-page": "Copier la page",
1751
+ "copy-markdown": "Copier le markdown",
1752
+ edit: "Modifier cette page",
1753
+ "last-updated": "Mis à jour",
1754
+ collapse: "Replier",
1755
+ expand: "Déplier"
1756
+ },
1757
+ "param-table": {
1758
+ name: "Nom",
1759
+ type: "Type",
1760
+ default: "Défaut",
1761
+ description: "Description",
1762
+ required: "requis"
1677
1763
  }
1678
1764
  } }
1679
1765
  }, a = "language", o = "en", s = Object.keys(i), c = Symbol("nxgt-i18n");
package/dist/i18n.js CHANGED
@@ -1,2 +1,2 @@
1
- import { B as e, G as t, H as n, K as r, U as i, V as a, W as o, a as s, i as c, n as l, o as u, q as d, r as f, t as p, z as m } from "./i18n-DXZMN9FA.js";
1
+ import { B as e, G as t, H as n, K as r, U as i, V as a, W as o, a as s, i as c, n as l, o as u, q as d, r as f, t as p, z as m } from "./i18n-GAjGs1da.js";
2
2
  export { o as FALLBACK_LANGUAGE, m as I18nKey, e as I18nProvider, t as LANGUAGE_KEY, r as SUPPORTED_LANGUAGES, f as createTranslator, p as createTypedTranslation, c as getLanguage, u as mergeResources, a as provideI18n, d as resources, s as translate, n as useI18nContext, l as useMaterialTranslation, i as useOptionalI18nContext };
@@ -3,6 +3,9 @@ export * from './ui/accordion-card';
3
3
  export * from './ui/action-card';
4
4
  export * from './ui/activity';
5
5
  export * from './ui/alert-dialog';
6
+ export * from './ui/anchor-heading';
7
+ export * from './ui/api-endpoint';
8
+ export * from './ui/api-operation';
6
9
  export * from './ui/app-bar';
7
10
  export * from './ui/app-shell';
8
11
  export * from './ui/attributes';
@@ -19,6 +22,7 @@ export * from './ui/button-group';
19
22
  export * from './ui/calendar';
20
23
  export * from './ui/camera';
21
24
  export * from './ui/card';
25
+ export * from './ui/cards';
22
26
  export * from './ui/carousel';
23
27
  export * from './ui/charts';
24
28
  export * from './ui/chat';
@@ -43,6 +47,7 @@ export * from './ui/date-range-field';
43
47
  export * from './ui/description';
44
48
  export * from './ui/dialog';
45
49
  export * from './ui/dnd';
50
+ export * from './ui/doc';
46
51
  export * from './ui/drawer';
47
52
  export * from './ui/dropdown-menu';
48
53
  export * from './ui/duration-field';
@@ -54,11 +59,14 @@ export * from './ui/event-chip';
54
59
  export * from './ui/extended-label';
55
60
  export * from './ui/feedback';
56
61
  export * from './ui/field';
62
+ export * from './ui/figure';
57
63
  export * from './ui/file-list';
58
64
  export * from './ui/filter';
59
65
  export * from './ui/forms';
60
66
  export * from './ui/galleries';
61
67
  export * from './ui/helper-text';
68
+ export * from './ui/hero';
69
+ export * from './ui/highlight-text';
62
70
  export * from './ui/hover-card';
63
71
  export * from './ui/hydrate-loading';
64
72
  export * from './ui/icon';
@@ -79,13 +87,16 @@ export * from './ui/link-button';
79
87
  export * from './ui/list-tile';
80
88
  export * from './ui/load-more-button';
81
89
  export * from './ui/menubar';
90
+ export * from './ui/metrics';
82
91
  export * from './ui/native-select';
83
92
  export * from './ui/navigation-rail';
84
93
  export * from './ui/notifications';
85
94
  export * from './ui/number-field';
86
95
  export * from './ui/opening-hours';
87
96
  export * from './ui/otp-field';
97
+ export * from './ui/pager';
88
98
  export * from './ui/pagination';
99
+ export * from './ui/param-table';
89
100
  export * from './ui/password-field';
90
101
  export * from './ui/pdf-viewer';
91
102
  export * from './ui/percent-field';
@@ -105,6 +116,7 @@ export * from './ui/rich-text-editor';
105
116
  export * from './ui/scroll-area';
106
117
  export * from './ui/scroll-to-top';
107
118
  export * from './ui/search-field';
119
+ export * from './ui/see-also';
108
120
  export * from './ui/select';
109
121
  export * from './ui/select-card-field';
110
122
  export * from './ui/select-chip-field';
@@ -113,6 +125,7 @@ export * from './ui/separator';
113
125
  export * from './ui/sheet';
114
126
  export * from './ui/sidebar';
115
127
  export * from './ui/skeleton';
128
+ export * from './ui/skip-link';
116
129
  export * from './ui/slider';
117
130
  export * from './ui/slider-field';
118
131
  export * from './ui/sonner';
@@ -121,6 +134,7 @@ export * from './ui/split-button';
121
134
  export * from './ui/stat-card';
122
135
  export * from './ui/status-indicator';
123
136
  export * from './ui/stepper';
137
+ export * from './ui/steps';
124
138
  export * from './ui/stx-player';
125
139
  export * from './ui/summary-data';
126
140
  export * from './ui/switch';
@@ -136,6 +150,7 @@ export * from './ui/time-field';
136
150
  export * from './ui/time-picker';
137
151
  export * from './ui/timeline';
138
152
  export * from './ui/timezone-field';
153
+ export * from './ui/toc';
139
154
  export * from './ui/toggle';
140
155
  export * from './ui/toggle-group';
141
156
  export * from './ui/tooltip';
@@ -0,0 +1,20 @@
1
+ export type AnchorHeadingProps = {
2
+ level?: 1 | 2 | 3 | 4;
3
+ id?: string;
4
+ class?: string;
5
+ };
6
+ declare var __VLS_9: {};
7
+ type __VLS_Slots = {} & {
8
+ default?: (props: typeof __VLS_9) => any;
9
+ };
10
+ declare const __VLS_base: import('vue').DefineComponent<AnchorHeadingProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<AnchorHeadingProps> & Readonly<{}>, {
11
+ level: 1 | 2 | 3 | 4;
12
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
13
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
14
+ declare const _default: typeof __VLS_export;
15
+ export default _default;
16
+ type __VLS_WithSlots<T, S> = T & {
17
+ new (): {
18
+ $slots: S;
19
+ };
20
+ };
@@ -0,0 +1,2 @@
1
+ export type { AnchorHeadingProps } from './anchor-heading.vue';
2
+ export { default as AnchorHeading } from './anchor-heading.vue';
@@ -0,0 +1,20 @@
1
+ import { HTMLAttributes } from 'vue';
2
+ export type ApiEndpointMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'HEAD' | 'OPTIONS';
3
+ export type ApiEndpointProps = {
4
+ method: ApiEndpointMethod;
5
+ path: string;
6
+ class?: HTMLAttributes['class'];
7
+ };
8
+ declare var __VLS_25: {};
9
+ type __VLS_Slots = {} & {
10
+ default?: (props: typeof __VLS_25) => any;
11
+ };
12
+ declare const __VLS_base: import('vue').DefineComponent<ApiEndpointProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ApiEndpointProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
13
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
14
+ declare const _default: typeof __VLS_export;
15
+ export default _default;
16
+ type __VLS_WithSlots<T, S> = T & {
17
+ new (): {
18
+ $slots: S;
19
+ };
20
+ };
@@ -0,0 +1,2 @@
1
+ export type { ApiEndpointMethod, ApiEndpointProps, } from './api-endpoint.vue';
2
+ export { default as ApiEndpoint } from './api-endpoint.vue';
@@ -0,0 +1,24 @@
1
+ import { HTMLAttributes } from 'vue';
2
+ import { ApiEndpointMethod } from '../api-endpoint';
3
+ import { CodeGroupTab } from '../code/code-group.vue';
4
+ import { ParamTableRow } from '../param-table';
5
+ export type ApiOperationProps = {
6
+ method: ApiEndpointMethod;
7
+ path: string;
8
+ params?: ParamTableRow[];
9
+ examples?: CodeGroupTab[];
10
+ class?: HTMLAttributes['class'];
11
+ };
12
+ declare var __VLS_12: {};
13
+ type __VLS_Slots = {} & {
14
+ default?: (props: typeof __VLS_12) => any;
15
+ };
16
+ declare const __VLS_base: import('vue').DefineComponent<ApiOperationProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ApiOperationProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
17
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
18
+ declare const _default: typeof __VLS_export;
19
+ export default _default;
20
+ type __VLS_WithSlots<T, S> = T & {
21
+ new (): {
22
+ $slots: S;
23
+ };
24
+ };
@@ -0,0 +1,2 @@
1
+ export type { ApiOperationProps } from './api-operation.vue';
2
+ export { default as ApiOperation } from './api-operation.vue';
@@ -0,0 +1,21 @@
1
+ import { HTMLAttributes } from 'vue';
2
+ export type CrewCardProps = {
3
+ title: string;
4
+ description?: string;
5
+ class?: HTMLAttributes['class'];
6
+ };
7
+ declare var __VLS_8: {}, __VLS_22: {};
8
+ type __VLS_Slots = {} & {
9
+ people?: (props: typeof __VLS_8) => any;
10
+ } & {
11
+ actions?: (props: typeof __VLS_22) => any;
12
+ };
13
+ declare const __VLS_base: import('vue').DefineComponent<CrewCardProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<CrewCardProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
14
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
15
+ declare const _default: typeof __VLS_export;
16
+ export default _default;
17
+ type __VLS_WithSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -0,0 +1,22 @@
1
+ import { HTMLAttributes } from 'vue';
2
+ export type FeatureCardProps = {
3
+ eyebrow?: string;
4
+ title: string;
5
+ description?: string;
6
+ class?: HTMLAttributes['class'];
7
+ };
8
+ declare var __VLS_14: {}, __VLS_28: {};
9
+ type __VLS_Slots = {} & {
10
+ icon?: (props: typeof __VLS_14) => any;
11
+ } & {
12
+ actions?: (props: typeof __VLS_28) => any;
13
+ };
14
+ declare const __VLS_base: import('vue').DefineComponent<FeatureCardProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<FeatureCardProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
15
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
16
+ declare const _default: typeof __VLS_export;
17
+ export default _default;
18
+ type __VLS_WithSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
@@ -0,0 +1,22 @@
1
+ export type { CrewCardProps } from './crew-card.vue';
2
+ export { default as CrewCard } from './crew-card.vue';
3
+ export type { FeatureCardProps } from './feature-card.vue';
4
+ export { default as FeatureCard } from './feature-card.vue';
5
+ export type { MediaCardProps } from './media-card.vue';
6
+ export { default as MediaCard } from './media-card.vue';
7
+ export type { NoticeCardProps } from './notice-card.vue';
8
+ export { default as NoticeCard } from './notice-card.vue';
9
+ export type { OverlayCardProps } from './overlay-card.vue';
10
+ export { default as OverlayCard } from './overlay-card.vue';
11
+ export type { PricingCardProps } from './pricing-card.vue';
12
+ export { default as PricingCard } from './pricing-card.vue';
13
+ export type { ProfileCardProps } from './profile-card.vue';
14
+ export { default as ProfileCard } from './profile-card.vue';
15
+ export type { QuoteCardProps } from './quote-card.vue';
16
+ export { default as QuoteCard } from './quote-card.vue';
17
+ export type { SplitCardProps } from './split-card.vue';
18
+ export { default as SplitCard } from './split-card.vue';
19
+ export type { SpotlightCardProps } from './spotlight-card.vue';
20
+ export { default as SpotlightCard } from './spotlight-card.vue';
21
+ export type { TicketCardProps } from './ticket-card.vue';
22
+ export { default as TicketCard } from './ticket-card.vue';
@@ -0,0 +1,21 @@
1
+ import { HTMLAttributes } from 'vue';
2
+ export type MediaCardProps = {
3
+ title: string;
4
+ description?: string;
5
+ class?: HTMLAttributes['class'];
6
+ };
7
+ declare var __VLS_8: {}, __VLS_22: {};
8
+ type __VLS_Slots = {} & {
9
+ media?: (props: typeof __VLS_8) => any;
10
+ } & {
11
+ footer?: (props: typeof __VLS_22) => any;
12
+ };
13
+ declare const __VLS_base: import('vue').DefineComponent<MediaCardProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<MediaCardProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
14
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
15
+ declare const _default: typeof __VLS_export;
16
+ export default _default;
17
+ type __VLS_WithSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -0,0 +1,20 @@
1
+ import { HTMLAttributes } from 'vue';
2
+ export type NoticeCardProps = {
3
+ eyebrow?: string;
4
+ title: string;
5
+ description?: string;
6
+ class?: HTMLAttributes['class'];
7
+ };
8
+ declare var __VLS_20: {};
9
+ type __VLS_Slots = {} & {
10
+ actions?: (props: typeof __VLS_20) => any;
11
+ };
12
+ declare const __VLS_base: import('vue').DefineComponent<NoticeCardProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<NoticeCardProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
13
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
14
+ declare const _default: typeof __VLS_export;
15
+ export default _default;
16
+ type __VLS_WithSlots<T, S> = T & {
17
+ new (): {
18
+ $slots: S;
19
+ };
20
+ };
@@ -0,0 +1,22 @@
1
+ import { HTMLAttributes } from 'vue';
2
+ export type OverlayCardProps = {
3
+ title: string;
4
+ description?: string;
5
+ eyebrow?: string;
6
+ class?: HTMLAttributes['class'];
7
+ };
8
+ declare var __VLS_8: {}, __VLS_22: {};
9
+ type __VLS_Slots = {} & {
10
+ media?: (props: typeof __VLS_8) => any;
11
+ } & {
12
+ actions?: (props: typeof __VLS_22) => any;
13
+ };
14
+ declare const __VLS_base: import('vue').DefineComponent<OverlayCardProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OverlayCardProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
15
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
16
+ declare const _default: typeof __VLS_export;
17
+ export default _default;
18
+ type __VLS_WithSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
@@ -0,0 +1,25 @@
1
+ import { HTMLAttributes } from 'vue';
2
+ export type PricingCardProps = {
3
+ name: string;
4
+ price: string;
5
+ period?: string;
6
+ description?: string;
7
+ features?: string[];
8
+ highlighted?: boolean;
9
+ class?: HTMLAttributes['class'];
10
+ };
11
+ declare var __VLS_25: {};
12
+ type __VLS_Slots = {} & {
13
+ actions?: (props: typeof __VLS_25) => any;
14
+ };
15
+ declare const __VLS_base: import('vue').DefineComponent<PricingCardProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<PricingCardProps> & Readonly<{}>, {
16
+ highlighted: boolean;
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,22 @@
1
+ import { HTMLAttributes } from 'vue';
2
+ export type ProfileCardProps = {
3
+ name: string;
4
+ subtitle?: string;
5
+ meta?: string;
6
+ class?: HTMLAttributes['class'];
7
+ };
8
+ declare var __VLS_8: {}, __VLS_22: {};
9
+ type __VLS_Slots = {} & {
10
+ avatar?: (props: typeof __VLS_8) => any;
11
+ } & {
12
+ actions?: (props: typeof __VLS_22) => any;
13
+ };
14
+ declare const __VLS_base: import('vue').DefineComponent<ProfileCardProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ProfileCardProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
15
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
16
+ declare const _default: typeof __VLS_export;
17
+ export default _default;
18
+ type __VLS_WithSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
@@ -0,0 +1,20 @@
1
+ import { HTMLAttributes } from 'vue';
2
+ export type QuoteCardProps = {
3
+ quote: string;
4
+ author: string;
5
+ subtitle?: string;
6
+ class?: HTMLAttributes['class'];
7
+ };
8
+ declare var __VLS_8: {};
9
+ type __VLS_Slots = {} & {
10
+ avatar?: (props: typeof __VLS_8) => any;
11
+ };
12
+ declare const __VLS_base: import('vue').DefineComponent<QuoteCardProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<QuoteCardProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
13
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
14
+ declare const _default: typeof __VLS_export;
15
+ export default _default;
16
+ type __VLS_WithSlots<T, S> = T & {
17
+ new (): {
18
+ $slots: S;
19
+ };
20
+ };
@@ -0,0 +1,22 @@
1
+ import { HTMLAttributes } from 'vue';
2
+ export type SplitCardProps = {
3
+ kicker?: string;
4
+ title: string;
5
+ description?: string;
6
+ class?: HTMLAttributes['class'];
7
+ };
8
+ declare var __VLS_8: {}, __VLS_22: {};
9
+ type __VLS_Slots = {} & {
10
+ icon?: (props: typeof __VLS_8) => any;
11
+ } & {
12
+ actions?: (props: typeof __VLS_22) => any;
13
+ };
14
+ declare const __VLS_base: import('vue').DefineComponent<SplitCardProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SplitCardProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
15
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
16
+ declare const _default: typeof __VLS_export;
17
+ export default _default;
18
+ type __VLS_WithSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
@@ -0,0 +1,20 @@
1
+ import { HTMLAttributes } from 'vue';
2
+ export type SpotlightCardProps = {
3
+ title: string;
4
+ description?: string;
5
+ eyebrow?: string;
6
+ class?: HTMLAttributes['class'];
7
+ };
8
+ declare var __VLS_8: {};
9
+ type __VLS_Slots = {} & {
10
+ icon?: (props: typeof __VLS_8) => any;
11
+ };
12
+ declare const __VLS_base: import('vue').DefineComponent<SpotlightCardProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SpotlightCardProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
13
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
14
+ declare const _default: typeof __VLS_export;
15
+ export default _default;
16
+ type __VLS_WithSlots<T, S> = T & {
17
+ new (): {
18
+ $slots: S;
19
+ };
20
+ };
@@ -0,0 +1,21 @@
1
+ import { HTMLAttributes } from 'vue';
2
+ export type TicketCardProps = {
3
+ title: string;
4
+ description?: string;
5
+ stub?: string;
6
+ meta?: string;
7
+ class?: HTMLAttributes['class'];
8
+ };
9
+ declare var __VLS_20: {};
10
+ type __VLS_Slots = {} & {
11
+ actions?: (props: typeof __VLS_20) => any;
12
+ };
13
+ declare const __VLS_base: import('vue').DefineComponent<TicketCardProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<TicketCardProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
14
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
15
+ declare const _default: typeof __VLS_export;
16
+ export default _default;
17
+ type __VLS_WithSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -0,0 +1,17 @@
1
+ import { HTMLAttributes } from 'vue';
2
+ export type CodeGroupTab = {
3
+ label: string;
4
+ code: string;
5
+ language?: string;
6
+ filename?: string;
7
+ };
8
+ export type CodeGroupProps = {
9
+ tabs: CodeGroupTab[];
10
+ showLineNumbers?: boolean;
11
+ class?: HTMLAttributes['class'];
12
+ };
13
+ declare const __VLS_export: import('vue').DefineComponent<CodeGroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<CodeGroupProps> & Readonly<{}>, {
14
+ showLineNumbers: boolean;
15
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: typeof __VLS_export;
17
+ export default _default;
@@ -4,6 +4,8 @@ export type { CodeDiffProps } from './code-diff.vue';
4
4
  export { default as CodeDiff } from './code-diff.vue';
5
5
  export type { CodeEditorProps } from './code-editor.vue';
6
6
  export { default as CodeEditor } from './code-editor.vue';
7
+ export type { CodeGroupProps, CodeGroupTab } from './code-group.vue';
8
+ export { default as CodeGroup } from './code-group.vue';
7
9
  export { highlightCode } from './highlight';
8
10
  export type { JsonViewerProps } from './json-viewer.vue';
9
11
  export { default as JsonViewer } from './json-viewer.vue';