@nonsuch/component-library 0.5.0 → 0.7.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 (114) hide show
  1. package/dist/components/NsAvatar/NsAvatar.vue.d.ts +40 -0
  2. package/dist/components/NsAvatar/index.d.ts +1 -0
  3. package/dist/components/NsBadge/NsBadge.vue.d.ts +15 -0
  4. package/dist/components/NsBadge/index.d.ts +1 -0
  5. package/dist/components/NsBanner/NsBanner.vue.d.ts +30 -0
  6. package/dist/components/NsBanner/index.d.ts +1 -0
  7. package/dist/components/NsBreadcrumbElement/NsBreadcrumbElement.vue.d.ts +15 -0
  8. package/dist/components/NsBreadcrumbElement/index.d.ts +1 -0
  9. package/dist/components/NsBreadcrumbs/NsBreadcrumbs.vue.d.ts +15 -0
  10. package/dist/components/NsBreadcrumbs/index.d.ts +1 -0
  11. package/dist/components/NsButton/NsButton.vue.d.ts +42 -0
  12. package/dist/components/NsButton/index.d.ts +1 -0
  13. package/dist/components/NsButtonToggle/NsButtonToggle.vue.d.ts +32 -0
  14. package/dist/components/NsButtonToggle/index.d.ts +1 -0
  15. package/dist/components/NsCard/NsCard.vue.d.ts +35 -0
  16. package/dist/components/NsCard/index.d.ts +1 -0
  17. package/dist/components/NsCardActions/NsCardActions.vue.d.ts +15 -0
  18. package/dist/components/NsCardActions/index.d.ts +1 -0
  19. package/dist/components/NsCardSection/NsCardSection.vue.d.ts +15 -0
  20. package/dist/components/NsCardSection/index.d.ts +1 -0
  21. package/dist/components/NsCheckbox/NsCheckbox.vue.d.ts +25 -0
  22. package/dist/components/NsCheckbox/index.d.ts +1 -0
  23. package/dist/components/NsChip/NsChip.vue.d.ts +38 -0
  24. package/dist/components/NsChip/index.d.ts +1 -0
  25. package/dist/components/NsDialog/NsDialog.vue.d.ts +42 -0
  26. package/dist/components/NsDialog/index.d.ts +1 -0
  27. package/dist/components/NsFooter/NsFooter.vue.d.ts +15 -0
  28. package/dist/components/NsFooter/index.d.ts +1 -0
  29. package/dist/components/NsForm/NsForm.vue.d.ts +28 -0
  30. package/dist/components/NsForm/index.d.ts +1 -0
  31. package/dist/components/NsHeader/NsHeader.vue.d.ts +15 -0
  32. package/dist/components/NsHeader/index.d.ts +1 -0
  33. package/dist/components/NsIcon/NsIcon.vue.d.ts +15 -0
  34. package/dist/components/NsIcon/index.d.ts +1 -0
  35. package/dist/components/NsImage/NsImage.vue.d.ts +15 -0
  36. package/dist/components/NsImage/index.d.ts +1 -0
  37. package/dist/components/NsInnerLoading/NsInnerLoading.vue.d.ts +15 -0
  38. package/dist/components/NsInnerLoading/index.d.ts +1 -0
  39. package/dist/components/NsInput/NsInput.vue.d.ts +36 -0
  40. package/dist/components/NsInput/index.d.ts +1 -0
  41. package/dist/components/NsItem/NsItem.vue.d.ts +15 -0
  42. package/dist/components/NsItem/index.d.ts +1 -0
  43. package/dist/components/NsItemLabel/NsItemLabel.vue.d.ts +15 -0
  44. package/dist/components/NsItemLabel/index.d.ts +1 -0
  45. package/dist/components/NsItemSection/NsItemSection.vue.d.ts +15 -0
  46. package/dist/components/NsItemSection/index.d.ts +1 -0
  47. package/dist/components/NsLayout/NsLayout.vue.d.ts +15 -0
  48. package/dist/components/NsLayout/index.d.ts +1 -0
  49. package/dist/components/NsLinearProgress/NsLinearProgress.vue.d.ts +15 -0
  50. package/dist/components/NsLinearProgress/index.d.ts +1 -0
  51. package/dist/components/NsList/NsList.vue.d.ts +28 -0
  52. package/dist/components/NsList/index.d.ts +1 -0
  53. package/dist/components/NsMenu/NsMenu.vue.d.ts +15 -0
  54. package/dist/components/NsMenu/index.d.ts +1 -0
  55. package/dist/components/NsPage/NsPage.vue.d.ts +15 -0
  56. package/dist/components/NsPage/index.d.ts +1 -0
  57. package/dist/components/NsPageContainer/NsPageContainer.vue.d.ts +15 -0
  58. package/dist/components/NsPageContainer/index.d.ts +1 -0
  59. package/dist/components/NsPagination/NsPagination.vue.d.ts +26 -0
  60. package/dist/components/NsPagination/index.d.ts +1 -0
  61. package/dist/components/NsSelect/NsSelect.vue.d.ts +53 -0
  62. package/dist/components/NsSelect/index.d.ts +1 -0
  63. package/dist/components/NsSeparator/NsSeparator.vue.d.ts +5 -0
  64. package/dist/components/NsSeparator/index.d.ts +1 -0
  65. package/dist/components/NsSkeleton/NsSkeleton.vue.d.ts +26 -0
  66. package/dist/components/NsSkeleton/index.d.ts +2 -0
  67. package/dist/components/NsSpace/NsSpace.vue.d.ts +15 -0
  68. package/dist/components/NsSpace/index.d.ts +1 -0
  69. package/dist/components/NsSpinner/NsSpinner.vue.d.ts +5 -0
  70. package/dist/components/NsSpinner/index.d.ts +1 -0
  71. package/dist/components/NsSpinnerDots/NsSpinnerDots.vue.d.ts +5 -0
  72. package/dist/components/NsSpinnerDots/index.d.ts +1 -0
  73. package/dist/components/NsTab/NsTab.vue.d.ts +15 -0
  74. package/dist/components/NsTab/index.d.ts +1 -0
  75. package/dist/components/NsTabPanel/NsTabPanel.vue.d.ts +17 -0
  76. package/dist/components/NsTabPanel/index.d.ts +1 -0
  77. package/dist/components/NsTabPanels/NsTabPanels.vue.d.ts +23 -0
  78. package/dist/components/NsTabPanels/index.d.ts +1 -0
  79. package/dist/components/NsTable/NsTable.vue.d.ts +19 -0
  80. package/dist/components/NsTable/index.d.ts +1 -0
  81. package/dist/components/NsTableCell/NsTableCell.vue.d.ts +15 -0
  82. package/dist/components/NsTableCell/index.d.ts +1 -0
  83. package/dist/components/NsTabs/NsTabs.vue.d.ts +15 -0
  84. package/dist/components/NsTabs/index.d.ts +1 -0
  85. package/dist/components/NsThemeProvider/NsThemeProvider.vue.d.ts +36 -0
  86. package/dist/components/NsThemeProvider/index.d.ts +1 -0
  87. package/dist/components/NsTimeline/NsTimeline.vue.d.ts +15 -0
  88. package/dist/components/NsTimeline/index.d.ts +1 -0
  89. package/dist/components/NsTimelineEntry/NsTimelineEntry.vue.d.ts +15 -0
  90. package/dist/components/NsTimelineEntry/index.d.ts +1 -0
  91. package/dist/components/NsToggle/NsToggle.vue.d.ts +25 -0
  92. package/dist/components/NsToggle/index.d.ts +1 -0
  93. package/dist/components/NsToolbar/NsToolbar.vue.d.ts +15 -0
  94. package/dist/components/NsToolbar/index.d.ts +1 -0
  95. package/dist/components/NsToolbarTitle/NsToolbarTitle.vue.d.ts +15 -0
  96. package/dist/components/NsToolbarTitle/index.d.ts +1 -0
  97. package/dist/components/NsTooltip/NsTooltip.vue.d.ts +29 -0
  98. package/dist/components/NsTooltip/index.d.ts +1 -0
  99. package/dist/composables/index.d.ts +4 -0
  100. package/dist/composables/useNsDarkMode.d.ts +37 -0
  101. package/dist/composables/useNsDefaults.d.ts +25 -0
  102. package/dist/composables/useNsLocale.d.ts +28 -0
  103. package/dist/index.d.ts +112 -0
  104. package/dist/locale/NsLocaleMessages.d.ts +58 -0
  105. package/dist/locale/en-CA.d.ts +8 -0
  106. package/dist/locale/fr-CA.d.ts +5 -0
  107. package/dist/locale/index.d.ts +3 -0
  108. package/dist/manifest.d.ts +26 -0
  109. package/dist/nonsuch-components.css +1 -1
  110. package/dist/nonsuch-components.js +847 -303
  111. package/dist/plugin.d.ts +42 -0
  112. package/dist/quasarConfig.d.ts +41 -0
  113. package/dist/tokens/index.d.ts +20 -0
  114. package/package.json +5 -3
@@ -0,0 +1,15 @@
1
+ export interface NsItemSectionProps {
2
+ }
3
+ declare var __VLS_8: {};
4
+ type __VLS_Slots = {} & {
5
+ default?: (props: typeof __VLS_8) => any;
6
+ };
7
+ declare const __VLS_base: import("vue").DefineComponent<NsItemSectionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NsItemSectionProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
9
+ declare const _default: typeof __VLS_export;
10
+ export default _default;
11
+ type __VLS_WithSlots<T, S> = T & {
12
+ new (): {
13
+ $slots: S;
14
+ };
15
+ };
@@ -0,0 +1 @@
1
+ export { default as NsItemSection } from './NsItemSection.vue';
@@ -0,0 +1,15 @@
1
+ export interface NsLayoutProps {
2
+ }
3
+ declare var __VLS_8: {};
4
+ type __VLS_Slots = {} & {
5
+ default?: (props: typeof __VLS_8) => any;
6
+ };
7
+ declare const __VLS_base: import("vue").DefineComponent<NsLayoutProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NsLayoutProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
9
+ declare const _default: typeof __VLS_export;
10
+ export default _default;
11
+ type __VLS_WithSlots<T, S> = T & {
12
+ new (): {
13
+ $slots: S;
14
+ };
15
+ };
@@ -0,0 +1 @@
1
+ export { default as NsLayout } from './NsLayout.vue';
@@ -0,0 +1,15 @@
1
+ export interface NsLinearProgressProps {
2
+ }
3
+ declare var __VLS_8: {};
4
+ type __VLS_Slots = {} & {
5
+ default?: (props: typeof __VLS_8) => any;
6
+ };
7
+ declare const __VLS_base: import("vue").DefineComponent<NsLinearProgressProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NsLinearProgressProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
9
+ declare const _default: typeof __VLS_export;
10
+ export default _default;
11
+ type __VLS_WithSlots<T, S> = T & {
12
+ new (): {
13
+ $slots: S;
14
+ };
15
+ };
@@ -0,0 +1 @@
1
+ export { default as NsLinearProgress } from './NsLinearProgress.vue';
@@ -0,0 +1,28 @@
1
+ export interface NsListProps {
2
+ /** Show a border around the list */
3
+ bordered?: boolean;
4
+ /** Show separators between items */
5
+ separator?: boolean;
6
+ /** Use dense (compact) spacing */
7
+ dense?: boolean;
8
+ /** Accessible label for the list */
9
+ ariaLabel?: string;
10
+ }
11
+ declare var __VLS_8: {};
12
+ type __VLS_Slots = {} & {
13
+ default?: (props: typeof __VLS_8) => any;
14
+ };
15
+ declare const __VLS_base: import("vue").DefineComponent<NsListProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NsListProps> & Readonly<{}>, {
16
+ bordered: boolean;
17
+ dense: boolean;
18
+ ariaLabel: string;
19
+ separator: boolean;
20
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
22
+ declare const _default: typeof __VLS_export;
23
+ export default _default;
24
+ type __VLS_WithSlots<T, S> = T & {
25
+ new (): {
26
+ $slots: S;
27
+ };
28
+ };
@@ -0,0 +1 @@
1
+ export { default as NsList } from './NsList.vue';
@@ -0,0 +1,15 @@
1
+ export interface NsMenuProps {
2
+ }
3
+ declare var __VLS_8: {};
4
+ type __VLS_Slots = {} & {
5
+ default?: (props: typeof __VLS_8) => any;
6
+ };
7
+ declare const __VLS_base: import("vue").DefineComponent<NsMenuProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NsMenuProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
9
+ declare const _default: typeof __VLS_export;
10
+ export default _default;
11
+ type __VLS_WithSlots<T, S> = T & {
12
+ new (): {
13
+ $slots: S;
14
+ };
15
+ };
@@ -0,0 +1 @@
1
+ export { default as NsMenu } from './NsMenu.vue';
@@ -0,0 +1,15 @@
1
+ export interface NsPageProps {
2
+ }
3
+ declare var __VLS_8: {};
4
+ type __VLS_Slots = {} & {
5
+ default?: (props: typeof __VLS_8) => any;
6
+ };
7
+ declare const __VLS_base: import("vue").DefineComponent<NsPageProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NsPageProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
9
+ declare const _default: typeof __VLS_export;
10
+ export default _default;
11
+ type __VLS_WithSlots<T, S> = T & {
12
+ new (): {
13
+ $slots: S;
14
+ };
15
+ };
@@ -0,0 +1 @@
1
+ export { default as NsPage } from './NsPage.vue';
@@ -0,0 +1,15 @@
1
+ export interface NsPageContainerProps {
2
+ }
3
+ declare var __VLS_8: {};
4
+ type __VLS_Slots = {} & {
5
+ default?: (props: typeof __VLS_8) => any;
6
+ };
7
+ declare const __VLS_base: import("vue").DefineComponent<NsPageContainerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NsPageContainerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
9
+ declare const _default: typeof __VLS_export;
10
+ export default _default;
11
+ type __VLS_WithSlots<T, S> = T & {
12
+ new (): {
13
+ $slots: S;
14
+ };
15
+ };
@@ -0,0 +1 @@
1
+ export { default as NsPageContainer } from './NsPageContainer.vue';
@@ -0,0 +1,26 @@
1
+ export interface NsPaginationProps {
2
+ /** Current page (v-model) */
3
+ modelValue?: number;
4
+ /** Total number of pages */
5
+ max?: number;
6
+ }
7
+ declare var __VLS_8: {};
8
+ type __VLS_Slots = {} & {
9
+ default?: (props: typeof __VLS_8) => any;
10
+ };
11
+ declare const __VLS_base: import("vue").DefineComponent<NsPaginationProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
+ "update:modelValue": (value: number) => any;
13
+ }, string, import("vue").PublicProps, Readonly<NsPaginationProps> & Readonly<{
14
+ "onUpdate:modelValue"?: ((value: number) => any) | undefined;
15
+ }>, {
16
+ modelValue: number;
17
+ max: number;
18
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
20
+ declare const _default: typeof __VLS_export;
21
+ export default _default;
22
+ type __VLS_WithSlots<T, S> = T & {
23
+ new (): {
24
+ $slots: S;
25
+ };
26
+ };
@@ -0,0 +1 @@
1
+ export { default as NsPagination } from './NsPagination.vue';
@@ -0,0 +1,53 @@
1
+ import type { ValidationRule } from 'quasar';
2
+ export type NsSelectOption = string | {
3
+ label: string;
4
+ value: unknown;
5
+ [key: string]: unknown;
6
+ };
7
+ export interface NsSelectProps {
8
+ /** Select label text */
9
+ label?: string;
10
+ /** v-model value */
11
+ modelValue?: unknown;
12
+ /** Dropdown options */
13
+ options?: NsSelectOption[];
14
+ /** Use outlined style */
15
+ outlined?: boolean;
16
+ /** Use dense (compact) size */
17
+ dense?: boolean;
18
+ /** Allow multiple selections */
19
+ multiple?: boolean;
20
+ /** Emit only the value instead of the full option object */
21
+ emitValue?: boolean;
22
+ /** Map values to labels when using emit-value */
23
+ mapOptions?: boolean;
24
+ /** Validation rules — array of Quasar validation rules */
25
+ rules?: ValidationRule[];
26
+ }
27
+ declare var __VLS_12: string, __VLS_13: any;
28
+ type __VLS_Slots = {} & {
29
+ [K in NonNullable<typeof __VLS_12>]?: (props: typeof __VLS_13) => any;
30
+ };
31
+ declare const __VLS_base: import("vue").DefineComponent<NsSelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
32
+ "update:modelValue": (value: unknown) => any;
33
+ }, string, import("vue").PublicProps, Readonly<NsSelectProps> & Readonly<{
34
+ "onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
35
+ }>, {
36
+ label: string;
37
+ modelValue: undefined;
38
+ outlined: boolean;
39
+ dense: boolean;
40
+ rules: ValidationRule[];
41
+ options: NsSelectOption[];
42
+ multiple: boolean;
43
+ emitValue: boolean;
44
+ mapOptions: boolean;
45
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
46
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
47
+ declare const _default: typeof __VLS_export;
48
+ export default _default;
49
+ type __VLS_WithSlots<T, S> = T & {
50
+ new (): {
51
+ $slots: S;
52
+ };
53
+ };
@@ -0,0 +1 @@
1
+ export { default as NsSelect } from './NsSelect.vue';
@@ -0,0 +1,5 @@
1
+ export interface NsSeparatorProps {
2
+ }
3
+ declare const __VLS_export: import("vue").DefineComponent<NsSeparatorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NsSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
4
+ declare const _default: typeof __VLS_export;
5
+ export default _default;
@@ -0,0 +1 @@
1
+ export { default as NsSeparator } from './NsSeparator.vue';
@@ -0,0 +1,26 @@
1
+ export type NsSkeletonType = 'text' | 'rect' | 'circle' | 'QBtn' | 'QBadge' | 'QChip' | 'QToolbar' | 'QCheckbox' | 'QRadio' | 'QToggle' | 'QSlider' | 'QRange' | 'QInput' | 'QAvatar';
2
+ export type NsSkeletonAnimation = 'wave' | 'pulse' | 'pulse-x' | 'pulse-y' | 'fade' | 'blink' | 'none';
3
+ export interface NsSkeletonProps {
4
+ /** Shape type — use component names for accurate matching */
5
+ type?: NsSkeletonType;
6
+ /** Animation style */
7
+ animation?: NsSkeletonAnimation;
8
+ /** Remove border-radius */
9
+ square?: boolean;
10
+ /** Add a border */
11
+ bordered?: boolean;
12
+ /** Custom width (CSS value) */
13
+ width?: string;
14
+ /** Custom height (CSS value) */
15
+ height?: string;
16
+ }
17
+ declare const __VLS_export: import("vue").DefineComponent<NsSkeletonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NsSkeletonProps> & Readonly<{}>, {
18
+ type: NsSkeletonType;
19
+ animation: NsSkeletonAnimation;
20
+ square: boolean;
21
+ bordered: boolean;
22
+ width: string;
23
+ height: string;
24
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
+ declare const _default: typeof __VLS_export;
26
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export { default as NsSkeleton } from './NsSkeleton.vue';
2
+ export type { NsSkeletonProps, NsSkeletonType, NsSkeletonAnimation } from './NsSkeleton.vue';
@@ -0,0 +1,15 @@
1
+ export interface NsSpaceProps {
2
+ }
3
+ declare var __VLS_8: {};
4
+ type __VLS_Slots = {} & {
5
+ default?: (props: typeof __VLS_8) => any;
6
+ };
7
+ declare const __VLS_base: import("vue").DefineComponent<NsSpaceProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NsSpaceProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
9
+ declare const _default: typeof __VLS_export;
10
+ export default _default;
11
+ type __VLS_WithSlots<T, S> = T & {
12
+ new (): {
13
+ $slots: S;
14
+ };
15
+ };
@@ -0,0 +1 @@
1
+ export { default as NsSpace } from './NsSpace.vue';
@@ -0,0 +1,5 @@
1
+ export interface NsSpinnerProps {
2
+ }
3
+ declare const __VLS_export: import("vue").DefineComponent<NsSpinnerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NsSpinnerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
4
+ declare const _default: typeof __VLS_export;
5
+ export default _default;
@@ -0,0 +1 @@
1
+ export { default as NsSpinner } from './NsSpinner.vue';
@@ -0,0 +1,5 @@
1
+ export interface NsSpinnerDotsProps {
2
+ }
3
+ declare const __VLS_export: import("vue").DefineComponent<NsSpinnerDotsProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NsSpinnerDotsProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
4
+ declare const _default: typeof __VLS_export;
5
+ export default _default;
@@ -0,0 +1 @@
1
+ export { default as NsSpinnerDots } from './NsSpinnerDots.vue';
@@ -0,0 +1,15 @@
1
+ export interface NsTabProps {
2
+ }
3
+ declare var __VLS_8: {};
4
+ type __VLS_Slots = {} & {
5
+ default?: (props: typeof __VLS_8) => any;
6
+ };
7
+ declare const __VLS_base: import("vue").DefineComponent<NsTabProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NsTabProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
9
+ declare const _default: typeof __VLS_export;
10
+ export default _default;
11
+ type __VLS_WithSlots<T, S> = T & {
12
+ new (): {
13
+ $slots: S;
14
+ };
15
+ };
@@ -0,0 +1 @@
1
+ export { default as NsTab } from './NsTab.vue';
@@ -0,0 +1,17 @@
1
+ export interface NsTabPanelProps {
2
+ /** Unique panel name (must match the tab's name) */
3
+ name: string | number;
4
+ }
5
+ declare var __VLS_8: {};
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_8) => any;
8
+ };
9
+ declare const __VLS_base: import("vue").DefineComponent<NsTabPanelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NsTabPanelProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
+ declare const _default: typeof __VLS_export;
12
+ export default _default;
13
+ type __VLS_WithSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
@@ -0,0 +1 @@
1
+ export { default as NsTabPanel } from './NsTabPanel.vue';
@@ -0,0 +1,23 @@
1
+ export interface NsTabPanelsProps {
2
+ /** Currently active panel name (v-model) */
3
+ modelValue?: string | number;
4
+ }
5
+ declare var __VLS_8: {};
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_8) => any;
8
+ };
9
+ declare const __VLS_base: import("vue").DefineComponent<NsTabPanelsProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ "update:modelValue": (value: string | number) => any;
11
+ }, string, import("vue").PublicProps, Readonly<NsTabPanelsProps> & Readonly<{
12
+ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
13
+ }>, {
14
+ modelValue: string | number;
15
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
17
+ declare const _default: typeof __VLS_export;
18
+ export default _default;
19
+ type __VLS_WithSlots<T, S> = T & {
20
+ new (): {
21
+ $slots: S;
22
+ };
23
+ };
@@ -0,0 +1 @@
1
+ export { default as NsTabPanels } from './NsTabPanels.vue';
@@ -0,0 +1,19 @@
1
+ export interface NsTableProps {
2
+ /** Row data for the table */
3
+ rows?: Record<string, unknown>[];
4
+ }
5
+ declare var __VLS_8: {};
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_8) => any;
8
+ };
9
+ declare const __VLS_base: import("vue").DefineComponent<NsTableProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NsTableProps> & Readonly<{}>, {
10
+ rows: Record<string, unknown>[];
11
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
13
+ declare const _default: typeof __VLS_export;
14
+ export default _default;
15
+ type __VLS_WithSlots<T, S> = T & {
16
+ new (): {
17
+ $slots: S;
18
+ };
19
+ };
@@ -0,0 +1 @@
1
+ export { default as NsTable } from './NsTable.vue';
@@ -0,0 +1,15 @@
1
+ export interface NsTableCellProps {
2
+ }
3
+ declare var __VLS_8: {};
4
+ type __VLS_Slots = {} & {
5
+ default?: (props: typeof __VLS_8) => any;
6
+ };
7
+ declare const __VLS_base: import("vue").DefineComponent<NsTableCellProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NsTableCellProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
9
+ declare const _default: typeof __VLS_export;
10
+ export default _default;
11
+ type __VLS_WithSlots<T, S> = T & {
12
+ new (): {
13
+ $slots: S;
14
+ };
15
+ };
@@ -0,0 +1 @@
1
+ export { default as NsTableCell } from './NsTableCell.vue';
@@ -0,0 +1,15 @@
1
+ export interface NsTabsProps {
2
+ }
3
+ declare var __VLS_8: {};
4
+ type __VLS_Slots = {} & {
5
+ default?: (props: typeof __VLS_8) => any;
6
+ };
7
+ declare const __VLS_base: import("vue").DefineComponent<NsTabsProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NsTabsProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
9
+ declare const _default: typeof __VLS_export;
10
+ export default _default;
11
+ type __VLS_WithSlots<T, S> = T & {
12
+ new (): {
13
+ $slots: S;
14
+ };
15
+ };
@@ -0,0 +1 @@
1
+ export { default as NsTabs } from './NsTabs.vue';
@@ -0,0 +1,36 @@
1
+ import type { NsLocaleMessages } from '../../locale/NsLocaleMessages';
2
+ /**
3
+ * NsThemeProvider — Renderless wrapper that provides locale context
4
+ * to a subtree of Ns components.
5
+ *
6
+ * Useful for:
7
+ * - Micro-frontends embedding Ns components in a section
8
+ * - Overriding locale for a specific part of the page
9
+ * - Testing components with different locales
10
+ *
11
+ * @example
12
+ * ```vue
13
+ * <NsThemeProvider :locale="frCA">
14
+ * <NsButton>{{ $t('checkout') }}</NsButton>
15
+ * </NsThemeProvider>
16
+ * ```
17
+ */
18
+ export interface NsThemeProviderProps {
19
+ /** Locale messages to provide to descendant Ns components */
20
+ locale?: NsLocaleMessages;
21
+ }
22
+ declare var __VLS_1: {};
23
+ type __VLS_Slots = {} & {
24
+ default?: (props: typeof __VLS_1) => any;
25
+ };
26
+ declare const __VLS_base: import("vue").DefineComponent<NsThemeProviderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NsThemeProviderProps> & Readonly<{}>, {
27
+ locale: NsLocaleMessages;
28
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
29
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
30
+ declare const _default: typeof __VLS_export;
31
+ export default _default;
32
+ type __VLS_WithSlots<T, S> = T & {
33
+ new (): {
34
+ $slots: S;
35
+ };
36
+ };
@@ -0,0 +1 @@
1
+ export { default as NsThemeProvider } from './NsThemeProvider.vue';
@@ -0,0 +1,15 @@
1
+ export interface NsTimelineProps {
2
+ }
3
+ declare var __VLS_8: {};
4
+ type __VLS_Slots = {} & {
5
+ default?: (props: typeof __VLS_8) => any;
6
+ };
7
+ declare const __VLS_base: import("vue").DefineComponent<NsTimelineProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NsTimelineProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
9
+ declare const _default: typeof __VLS_export;
10
+ export default _default;
11
+ type __VLS_WithSlots<T, S> = T & {
12
+ new (): {
13
+ $slots: S;
14
+ };
15
+ };
@@ -0,0 +1 @@
1
+ export { default as NsTimeline } from './NsTimeline.vue';
@@ -0,0 +1,15 @@
1
+ export interface NsTimelineEntryProps {
2
+ }
3
+ declare var __VLS_8: {};
4
+ type __VLS_Slots = {} & {
5
+ default?: (props: typeof __VLS_8) => any;
6
+ };
7
+ declare const __VLS_base: import("vue").DefineComponent<NsTimelineEntryProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NsTimelineEntryProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
9
+ declare const _default: typeof __VLS_export;
10
+ export default _default;
11
+ type __VLS_WithSlots<T, S> = T & {
12
+ new (): {
13
+ $slots: S;
14
+ };
15
+ };
@@ -0,0 +1 @@
1
+ export { default as NsTimelineEntry } from './NsTimelineEntry.vue';
@@ -0,0 +1,25 @@
1
+ export interface NsToggleProps {
2
+ /** Toggle label text */
3
+ label?: string;
4
+ /** v-model value */
5
+ modelValue?: boolean;
6
+ /** Quasar colour name */
7
+ color?: string;
8
+ /** Use dense (compact) size */
9
+ dense?: boolean;
10
+ /** Disable the toggle */
11
+ disable?: boolean;
12
+ }
13
+ declare const __VLS_export: import("vue").DefineComponent<NsToggleProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
+ "update:modelValue": (value: boolean) => any;
15
+ }, string, import("vue").PublicProps, Readonly<NsToggleProps> & Readonly<{
16
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
17
+ }>, {
18
+ color: string;
19
+ label: string;
20
+ modelValue: boolean;
21
+ dense: boolean;
22
+ disable: boolean;
23
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
24
+ declare const _default: typeof __VLS_export;
25
+ export default _default;
@@ -0,0 +1 @@
1
+ export { default as NsToggle } from './NsToggle.vue';
@@ -0,0 +1,15 @@
1
+ export interface NsToolbarProps {
2
+ }
3
+ declare var __VLS_8: {};
4
+ type __VLS_Slots = {} & {
5
+ default?: (props: typeof __VLS_8) => any;
6
+ };
7
+ declare const __VLS_base: import("vue").DefineComponent<NsToolbarProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NsToolbarProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
9
+ declare const _default: typeof __VLS_export;
10
+ export default _default;
11
+ type __VLS_WithSlots<T, S> = T & {
12
+ new (): {
13
+ $slots: S;
14
+ };
15
+ };
@@ -0,0 +1 @@
1
+ export { default as NsToolbar } from './NsToolbar.vue';
@@ -0,0 +1,15 @@
1
+ export interface NsToolbarTitleProps {
2
+ }
3
+ declare var __VLS_8: {};
4
+ type __VLS_Slots = {} & {
5
+ default?: (props: typeof __VLS_8) => any;
6
+ };
7
+ declare const __VLS_base: import("vue").DefineComponent<NsToolbarTitleProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NsToolbarTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
9
+ declare const _default: typeof __VLS_export;
10
+ export default _default;
11
+ type __VLS_WithSlots<T, S> = T & {
12
+ new (): {
13
+ $slots: S;
14
+ };
15
+ };
@@ -0,0 +1 @@
1
+ export { default as NsToolbarTitle } from './NsToolbarTitle.vue';