@nonsuch/component-library 0.6.0 → 0.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. package/README.md +75 -0
  2. package/dist/breakpoints/index.d.ts +72 -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/NsBreadcrumbElement/NsBreadcrumbElement.vue.d.ts +15 -0
  6. package/dist/components/NsBreadcrumbElement/index.d.ts +1 -0
  7. package/dist/components/NsBreadcrumbs/NsBreadcrumbs.vue.d.ts +15 -0
  8. package/dist/components/NsBreadcrumbs/index.d.ts +1 -0
  9. package/dist/components/NsButtonToggle/NsButtonToggle.vue.d.ts +32 -0
  10. package/dist/components/NsButtonToggle/index.d.ts +1 -0
  11. package/dist/components/NsCardActions/NsCardActions.vue.d.ts +15 -0
  12. package/dist/components/NsCardActions/index.d.ts +1 -0
  13. package/dist/components/NsCardSection/NsCardSection.vue.d.ts +15 -0
  14. package/dist/components/NsCardSection/index.d.ts +1 -0
  15. package/dist/components/NsCheckbox/NsCheckbox.vue.d.ts +0 -5
  16. package/dist/components/NsChip/NsChip.vue.d.ts +0 -6
  17. package/dist/components/NsFooter/NsFooter.vue.d.ts +15 -0
  18. package/dist/components/NsFooter/index.d.ts +1 -0
  19. package/dist/components/NsForm/NsForm.vue.d.ts +0 -6
  20. package/dist/components/NsHeader/NsHeader.vue.d.ts +15 -0
  21. package/dist/components/NsHeader/index.d.ts +1 -0
  22. package/dist/components/NsIcon/NsIcon.vue.d.ts +15 -0
  23. package/dist/components/NsIcon/index.d.ts +1 -0
  24. package/dist/components/NsImage/NsImage.vue.d.ts +15 -0
  25. package/dist/components/NsImage/index.d.ts +1 -0
  26. package/dist/components/NsInnerLoading/NsInnerLoading.vue.d.ts +15 -0
  27. package/dist/components/NsInnerLoading/index.d.ts +1 -0
  28. package/dist/components/NsInput/NsInput.vue.d.ts +0 -6
  29. package/dist/components/NsItem/NsItem.vue.d.ts +15 -0
  30. package/dist/components/NsItem/index.d.ts +1 -0
  31. package/dist/components/NsItemLabel/NsItemLabel.vue.d.ts +15 -0
  32. package/dist/components/NsItemLabel/index.d.ts +1 -0
  33. package/dist/components/NsItemSection/NsItemSection.vue.d.ts +15 -0
  34. package/dist/components/NsItemSection/index.d.ts +1 -0
  35. package/dist/components/NsLayout/NsLayout.vue.d.ts +15 -0
  36. package/dist/components/NsLayout/index.d.ts +1 -0
  37. package/dist/components/NsLinearProgress/NsLinearProgress.vue.d.ts +15 -0
  38. package/dist/components/NsLinearProgress/index.d.ts +1 -0
  39. package/dist/components/NsList/NsList.vue.d.ts +0 -6
  40. package/dist/components/NsMenu/NsMenu.vue.d.ts +15 -0
  41. package/dist/components/NsMenu/index.d.ts +1 -0
  42. package/dist/components/NsPage/NsPage.vue.d.ts +15 -0
  43. package/dist/components/NsPage/index.d.ts +1 -0
  44. package/dist/components/NsPageContainer/NsPageContainer.vue.d.ts +15 -0
  45. package/dist/components/NsPageContainer/index.d.ts +1 -0
  46. package/dist/components/NsPagination/NsPagination.vue.d.ts +26 -0
  47. package/dist/components/NsPagination/index.d.ts +1 -0
  48. package/dist/components/NsSelect/NsSelect.vue.d.ts +0 -6
  49. package/dist/components/NsSeparator/NsSeparator.vue.d.ts +5 -0
  50. package/dist/components/NsSeparator/index.d.ts +1 -0
  51. package/dist/components/NsSkeleton/NsSkeleton.vue.d.ts +0 -7
  52. package/dist/components/NsSpace/NsSpace.vue.d.ts +15 -0
  53. package/dist/components/NsSpace/index.d.ts +1 -0
  54. package/dist/components/NsSpinner/NsSpinner.vue.d.ts +5 -0
  55. package/dist/components/NsSpinner/index.d.ts +1 -0
  56. package/dist/components/NsSpinnerDots/NsSpinnerDots.vue.d.ts +5 -0
  57. package/dist/components/NsSpinnerDots/index.d.ts +1 -0
  58. package/dist/components/NsTab/NsTab.vue.d.ts +15 -0
  59. package/dist/components/NsTab/index.d.ts +1 -0
  60. package/dist/components/NsTabPanel/NsTabPanel.vue.d.ts +17 -0
  61. package/dist/components/NsTabPanel/index.d.ts +1 -0
  62. package/dist/components/NsTabPanels/NsTabPanels.vue.d.ts +23 -0
  63. package/dist/components/NsTabPanels/index.d.ts +1 -0
  64. package/dist/components/NsTable/NsTable.vue.d.ts +19 -0
  65. package/dist/components/NsTable/index.d.ts +1 -0
  66. package/dist/components/NsTableCell/NsTableCell.vue.d.ts +15 -0
  67. package/dist/components/NsTableCell/index.d.ts +1 -0
  68. package/dist/components/NsTabs/NsTabs.vue.d.ts +15 -0
  69. package/dist/components/NsTabs/index.d.ts +1 -0
  70. package/dist/components/NsTimeline/NsTimeline.vue.d.ts +15 -0
  71. package/dist/components/NsTimeline/index.d.ts +1 -0
  72. package/dist/components/NsTimelineEntry/NsTimelineEntry.vue.d.ts +15 -0
  73. package/dist/components/NsTimelineEntry/index.d.ts +1 -0
  74. package/dist/components/NsToggle/NsToggle.vue.d.ts +0 -5
  75. package/dist/components/NsToolbar/NsToolbar.vue.d.ts +15 -0
  76. package/dist/components/NsToolbar/index.d.ts +1 -0
  77. package/dist/components/NsToolbarTitle/NsToolbarTitle.vue.d.ts +15 -0
  78. package/dist/components/NsToolbarTitle/index.d.ts +1 -0
  79. package/dist/components/NsTooltip/NsTooltip.vue.d.ts +0 -6
  80. package/dist/index.d.ts +71 -0
  81. package/dist/manifest.d.ts +26 -0
  82. package/dist/nonsuch-components.css +1 -1
  83. package/dist/nonsuch-components.js +856 -305
  84. package/package.json +1 -1
@@ -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';
@@ -1,9 +1,3 @@
1
- /**
2
- * NsSelect — A styled select/dropdown wrapping Quasar's QSelect.
3
- *
4
- * Provides opinionated defaults: outlined style, rounded corners,
5
- * and Fixel font via design tokens.
6
- */
7
1
  import type { ValidationRule } from 'quasar';
8
2
  export type NsSelectOption = string | {
9
3
  label: string;
@@ -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';
@@ -1,10 +1,3 @@
1
- /**
2
- * NsSkeleton - A placeholder skeleton wrapping Quasar's QSkeleton.
3
- *
4
- * Shows animated placeholder shapes while content is loading.
5
- * Supports all QSkeleton types including component-matched shapes
6
- * (QBtn, QInput, QAvatar, etc.).
7
- */
8
1
  export type NsSkeletonType = 'text' | 'rect' | 'circle' | 'QBtn' | 'QBadge' | 'QChip' | 'QToolbar' | 'QCheckbox' | 'QRadio' | 'QToggle' | 'QSlider' | 'QRange' | 'QInput' | 'QAvatar';
9
2
  export type NsSkeletonAnimation = 'wave' | 'pulse' | 'pulse-x' | 'pulse-y' | 'fade' | 'blink' | 'none';
10
3
  export interface NsSkeletonProps {
@@ -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,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';
@@ -1,8 +1,3 @@
1
- /**
2
- * NsToggle — A styled toggle switch wrapping Quasar's QToggle.
3
- *
4
- * Provides opinionated defaults: token-based colours and font styling.
5
- */
6
1
  export interface NsToggleProps {
7
2
  /** Toggle label text */
8
3
  label?: string;
@@ -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';
@@ -1,9 +1,3 @@
1
- /**
2
- * NsTooltip — A styled tooltip wrapping Quasar's QTooltip.
3
- *
4
- * Provides opinionated defaults: consistent delay, offset,
5
- * and token-based styling. Place inside a parent element.
6
- */
7
1
  export type NsTooltipAnchor = 'top left' | 'top middle' | 'top right' | 'top start' | 'top end' | 'center left' | 'center middle' | 'center right' | 'center start' | 'center end' | 'bottom left' | 'bottom middle' | 'bottom right' | 'bottom start' | 'bottom end';
8
2
  export interface NsTooltipProps {
9
3
  /** Delay before showing (ms) */
package/dist/index.d.ts CHANGED
@@ -28,6 +28,74 @@ export { default as NsList } from './components/NsList/NsList.vue';
28
28
  export type { NsListProps } from './components/NsList/NsList.vue';
29
29
  export { default as NsTooltip } from './components/NsTooltip/NsTooltip.vue';
30
30
  export type { NsTooltipProps, NsTooltipAnchor } from './components/NsTooltip/NsTooltip.vue';
31
+ export { default as NsBadge } from './components/NsBadge/NsBadge.vue';
32
+ export type { NsBadgeProps } from './components/NsBadge/NsBadge.vue';
33
+ export { default as NsBreadcrumbs } from './components/NsBreadcrumbs/NsBreadcrumbs.vue';
34
+ export type { NsBreadcrumbsProps } from './components/NsBreadcrumbs/NsBreadcrumbs.vue';
35
+ export { default as NsBreadcrumbElement } from './components/NsBreadcrumbElement/NsBreadcrumbElement.vue';
36
+ export type { NsBreadcrumbElementProps } from './components/NsBreadcrumbElement/NsBreadcrumbElement.vue';
37
+ export { default as NsButtonToggle } from './components/NsButtonToggle/NsButtonToggle.vue';
38
+ export type { NsButtonToggleProps } from './components/NsButtonToggle/NsButtonToggle.vue';
39
+ export { default as NsCardActions } from './components/NsCardActions/NsCardActions.vue';
40
+ export type { NsCardActionsProps } from './components/NsCardActions/NsCardActions.vue';
41
+ export { default as NsCardSection } from './components/NsCardSection/NsCardSection.vue';
42
+ export type { NsCardSectionProps } from './components/NsCardSection/NsCardSection.vue';
43
+ export { default as NsFooter } from './components/NsFooter/NsFooter.vue';
44
+ export type { NsFooterProps } from './components/NsFooter/NsFooter.vue';
45
+ export { default as NsHeader } from './components/NsHeader/NsHeader.vue';
46
+ export type { NsHeaderProps } from './components/NsHeader/NsHeader.vue';
47
+ export { default as NsIcon } from './components/NsIcon/NsIcon.vue';
48
+ export type { NsIconProps } from './components/NsIcon/NsIcon.vue';
49
+ export { default as NsImage } from './components/NsImage/NsImage.vue';
50
+ export type { NsImageProps } from './components/NsImage/NsImage.vue';
51
+ export { default as NsInnerLoading } from './components/NsInnerLoading/NsInnerLoading.vue';
52
+ export type { NsInnerLoadingProps } from './components/NsInnerLoading/NsInnerLoading.vue';
53
+ export { default as NsItem } from './components/NsItem/NsItem.vue';
54
+ export type { NsItemProps } from './components/NsItem/NsItem.vue';
55
+ export { default as NsItemLabel } from './components/NsItemLabel/NsItemLabel.vue';
56
+ export type { NsItemLabelProps } from './components/NsItemLabel/NsItemLabel.vue';
57
+ export { default as NsItemSection } from './components/NsItemSection/NsItemSection.vue';
58
+ export type { NsItemSectionProps } from './components/NsItemSection/NsItemSection.vue';
59
+ export { default as NsLayout } from './components/NsLayout/NsLayout.vue';
60
+ export type { NsLayoutProps } from './components/NsLayout/NsLayout.vue';
61
+ export { default as NsLinearProgress } from './components/NsLinearProgress/NsLinearProgress.vue';
62
+ export type { NsLinearProgressProps } from './components/NsLinearProgress/NsLinearProgress.vue';
63
+ export { default as NsMenu } from './components/NsMenu/NsMenu.vue';
64
+ export type { NsMenuProps } from './components/NsMenu/NsMenu.vue';
65
+ export { default as NsPage } from './components/NsPage/NsPage.vue';
66
+ export type { NsPageProps } from './components/NsPage/NsPage.vue';
67
+ export { default as NsPageContainer } from './components/NsPageContainer/NsPageContainer.vue';
68
+ export type { NsPageContainerProps } from './components/NsPageContainer/NsPageContainer.vue';
69
+ export { default as NsPagination } from './components/NsPagination/NsPagination.vue';
70
+ export type { NsPaginationProps } from './components/NsPagination/NsPagination.vue';
71
+ export { default as NsSeparator } from './components/NsSeparator/NsSeparator.vue';
72
+ export type { NsSeparatorProps } from './components/NsSeparator/NsSeparator.vue';
73
+ export { default as NsSpace } from './components/NsSpace/NsSpace.vue';
74
+ export type { NsSpaceProps } from './components/NsSpace/NsSpace.vue';
75
+ export { default as NsSpinner } from './components/NsSpinner/NsSpinner.vue';
76
+ export type { NsSpinnerProps } from './components/NsSpinner/NsSpinner.vue';
77
+ export { default as NsSpinnerDots } from './components/NsSpinnerDots/NsSpinnerDots.vue';
78
+ export type { NsSpinnerDotsProps } from './components/NsSpinnerDots/NsSpinnerDots.vue';
79
+ export { default as NsTab } from './components/NsTab/NsTab.vue';
80
+ export type { NsTabProps } from './components/NsTab/NsTab.vue';
81
+ export { default as NsTable } from './components/NsTable/NsTable.vue';
82
+ export type { NsTableProps } from './components/NsTable/NsTable.vue';
83
+ export { default as NsTableCell } from './components/NsTableCell/NsTableCell.vue';
84
+ export type { NsTableCellProps } from './components/NsTableCell/NsTableCell.vue';
85
+ export { default as NsTabPanel } from './components/NsTabPanel/NsTabPanel.vue';
86
+ export type { NsTabPanelProps } from './components/NsTabPanel/NsTabPanel.vue';
87
+ export { default as NsTabPanels } from './components/NsTabPanels/NsTabPanels.vue';
88
+ export type { NsTabPanelsProps } from './components/NsTabPanels/NsTabPanels.vue';
89
+ export { default as NsTabs } from './components/NsTabs/NsTabs.vue';
90
+ export type { NsTabsProps } from './components/NsTabs/NsTabs.vue';
91
+ export { default as NsTimeline } from './components/NsTimeline/NsTimeline.vue';
92
+ export type { NsTimelineProps } from './components/NsTimeline/NsTimeline.vue';
93
+ export { default as NsTimelineEntry } from './components/NsTimelineEntry/NsTimelineEntry.vue';
94
+ export type { NsTimelineEntryProps } from './components/NsTimelineEntry/NsTimelineEntry.vue';
95
+ export { default as NsToolbar } from './components/NsToolbar/NsToolbar.vue';
96
+ export type { NsToolbarProps } from './components/NsToolbar/NsToolbar.vue';
97
+ export { default as NsToolbarTitle } from './components/NsToolbarTitle/NsToolbarTitle.vue';
98
+ export type { NsToolbarTitleProps } from './components/NsToolbarTitle/NsToolbarTitle.vue';
31
99
  export { createNonsuch } from './plugin';
32
100
  export type { NsPluginOptions } from './plugin';
33
101
  export { createQuasarConfig } from './quasarConfig';
@@ -41,3 +109,6 @@ export { useNsDarkMode } from './composables/useNsDarkMode';
41
109
  export type { UseNsDarkModeReturn } from './composables/useNsDarkMode';
42
110
  export type { NsToken } from './tokens';
43
111
  export { getToken } from './tokens';
112
+ export type { NsBreakpointName } from './breakpoints';
113
+ export { nsBreakpoints, nsBreakpointNames, nsMediaUp, nsMediaDown, nsMediaOnly, nsMediaBetween, } from './breakpoints';
114
+ export { nsComponentManifest, nsTemplateTagManifest, generateQuasarBanRules } from './manifest';
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Component manifest — maps Quasar component names to their Nonsuch equivalents.
3
+ *
4
+ * Consuming apps can use this manifest to:
5
+ * 1. Generate ESLint rules that ban raw Quasar usage when an Ns wrapper exists
6
+ * 2. Run CI checks to detect drift between the app and the library
7
+ * 3. Power migration codemods
8
+ */
9
+ export declare const nsComponentManifest: Record<string, string>;
10
+ /**
11
+ * Quasar kebab-case tag → Ns kebab-case tag.
12
+ * Useful for template-level ESLint rules (vue/no-restricted-html-elements).
13
+ */
14
+ export declare const nsTemplateTagManifest: Record<string, string>;
15
+ /**
16
+ * Generate an ESLint `vue/no-restricted-html-elements` rule config
17
+ * that bans raw Quasar tags when an Ns wrapper exists.
18
+ *
19
+ * Usage in consuming app's eslint.config.js:
20
+ * import { generateQuasarBanRules } from '@nonsuch/components/manifest'
21
+ * rules: { 'vue/no-restricted-html-elements': ['error', ...generateQuasarBanRules()] }
22
+ */
23
+ export declare function generateQuasarBanRules(): Array<{
24
+ element: string;
25
+ message: string;
26
+ }>;
@@ -1 +1 @@
1
- .ns-button[data-v-59b40e5f]{font-family:var(--ns-font-family-text);font-weight:var(--ns-font-weight-medium);letter-spacing:var(--ns-letter-spacing-wide)}.ns-skeleton[data-v-dfd40b8a]{border-radius:var(--ns-radius-md)}.ns-input[data-v-7ebf3284],.ns-input[data-v-7ebf3284] .q-field__label{font-family:var(--ns-font-family-text)}.ns-input[data-v-7ebf3284] .q-field__control{border-radius:var(--ns-radius-md)}.ns-card[data-v-7769879a]{border-radius:var(--ns-radius-lg);box-shadow:var(--ns-shadow-sm);font-family:var(--ns-font-family-text);transition:box-shadow var(--ns-duration-normal) var(--ns-easing-default)}.ns-card[data-v-7769879a]:hover{box-shadow:var(--ns-shadow-md)}.ns-card--flat[data-v-7769879a],.ns-card--flat[data-v-7769879a]:hover{box-shadow:none}.ns-card__header[data-v-7769879a]{font-family:var(--ns-font-family-display)}.ns-select[data-v-081cebe3],.ns-select[data-v-081cebe3] .q-field__label{font-family:var(--ns-font-family-text)}.ns-select[data-v-081cebe3] .q-field__control{border-radius:var(--ns-radius-md)}.ns-checkbox[data-v-2e481f8b],.ns-toggle[data-v-f8c90530],.ns-form[data-v-e20d14ce]{font-family:var(--ns-font-family-text)}.ns-dialog__card[data-v-4fca48ca]{border-radius:var(--ns-radius-lg);font-family:var(--ns-font-family-text);min-width:320px}.ns-dialog__header[data-v-4fca48ca]{font-family:var(--ns-font-family-display)}.ns-banner[data-v-18ebd6f5]{font-family:var(--ns-font-family-text);border-radius:var(--ns-radius-md)}.ns-banner--info[data-v-18ebd6f5]{background-color:var(--ns-color-info-bg, #e3f2fd);color:var(--ns-color-info-text, #0d47a1)}.ns-banner--success[data-v-18ebd6f5]{background-color:var(--ns-color-success-bg, #e8f5e9);color:var(--ns-color-success-text, #1b5e20)}.ns-banner--warning[data-v-18ebd6f5]{background-color:var(--ns-color-warning-bg, #fff3e0);color:var(--ns-color-warning-text, #e65100)}.ns-banner--error[data-v-18ebd6f5]{background-color:var(--ns-color-error-bg, #ffebee);color:var(--ns-color-error-text, #b71c1c)}.ns-avatar[data-v-6a1b44b8]{font-family:var(--ns-font-family-text);font-weight:var(--ns-font-weight-medium)}.ns-chip[data-v-1a2191f1]{font-family:var(--ns-font-family-text);border-radius:var(--ns-radius-full, 9999px)}.ns-list[data-v-65aec20e]{font-family:var(--ns-font-family-text);border-radius:var(--ns-radius-md)}.ns-tooltip[data-v-9cb6af8f]{font-family:var(--ns-font-family-text);font-size:var(--ns-font-size-sm, .875rem);border-radius:var(--ns-radius-sm);padding:var(--ns-space-1, 4px) var(--ns-space-2, 8px)}
1
+ .ns-button[data-v-59b40e5f]{font-family:var(--ns-font-family-text);font-weight:var(--ns-font-weight-medium);letter-spacing:var(--ns-letter-spacing-wide)}.ns-skeleton[data-v-dfd40b8a]{border-radius:var(--ns-radius-md)}.ns-input[data-v-7ebf3284],.ns-input[data-v-7ebf3284] .q-field__label{font-family:var(--ns-font-family-text)}.ns-input[data-v-7ebf3284] .q-field__control{border-radius:var(--ns-radius-md)}.ns-card[data-v-7769879a]{border-radius:var(--ns-radius-lg);box-shadow:var(--ns-shadow-sm);font-family:var(--ns-font-family-text);transition:box-shadow var(--ns-duration-normal) var(--ns-easing-default)}.ns-card[data-v-7769879a]:hover{box-shadow:var(--ns-shadow-md)}.ns-card--flat[data-v-7769879a],.ns-card--flat[data-v-7769879a]:hover{box-shadow:none}.ns-card__header[data-v-7769879a]{font-family:var(--ns-font-family-display)}.ns-select[data-v-081cebe3],.ns-select[data-v-081cebe3] .q-field__label{font-family:var(--ns-font-family-text)}.ns-select[data-v-081cebe3] .q-field__control{border-radius:var(--ns-radius-md)}.ns-checkbox[data-v-2e481f8b],.ns-toggle[data-v-f8c90530],.ns-form[data-v-e20d14ce]{font-family:var(--ns-font-family-text)}.ns-dialog__card[data-v-4fca48ca]{border-radius:var(--ns-radius-lg);font-family:var(--ns-font-family-text);min-width:320px}.ns-dialog__header[data-v-4fca48ca]{font-family:var(--ns-font-family-display)}.ns-banner[data-v-18ebd6f5]{font-family:var(--ns-font-family-text);border-radius:var(--ns-radius-md)}.ns-banner--info[data-v-18ebd6f5]{background-color:var(--ns-color-info-bg, #e3f2fd);color:var(--ns-color-info-text, #0d47a1)}.ns-banner--success[data-v-18ebd6f5]{background-color:var(--ns-color-success-bg, #e8f5e9);color:var(--ns-color-success-text, #1b5e20)}.ns-banner--warning[data-v-18ebd6f5]{background-color:var(--ns-color-warning-bg, #fff3e0);color:var(--ns-color-warning-text, #e65100)}.ns-banner--error[data-v-18ebd6f5]{background-color:var(--ns-color-error-bg, #ffebee);color:var(--ns-color-error-text, #b71c1c)}.ns-avatar[data-v-6a1b44b8]{font-family:var(--ns-font-family-text);font-weight:var(--ns-font-weight-medium)}.ns-chip[data-v-1a2191f1]{font-family:var(--ns-font-family-text);border-radius:var(--ns-radius-full, 9999px)}.ns-list[data-v-65aec20e]{font-family:var(--ns-font-family-text);border-radius:var(--ns-radius-md)}.ns-tooltip[data-v-9cb6af8f]{font-family:var(--ns-font-family-text);font-size:var(--ns-font-size-sm, .875rem);border-radius:var(--ns-radius-sm);padding:var(--ns-space-1, 4px) var(--ns-space-2, 8px)}.ns-badge[data-v-4ca05f24],.ns-breadcrumbs[data-v-dee98f71],.ns-breadcrumb-element[data-v-37bfe51b],.ns-button-toggle[data-v-93652c3e],.ns-card-actions[data-v-0d6f776d],.ns-card-section[data-v-781d42ef],.ns-footer[data-v-1fb919cd],.ns-header[data-v-80d27841],.ns-icon[data-v-d068ec18],.ns-image[data-v-c9c9f6c1],.ns-inner-loading[data-v-080672c1],.ns-item[data-v-47978f87],.ns-item-label[data-v-df6024af],.ns-item-section[data-v-340a753a],.ns-layout[data-v-cf90e270],.ns-linear-progress[data-v-79c6443f],.ns-menu[data-v-47a4b7d0],.ns-page[data-v-25e2841e],.ns-page-container[data-v-ac167da5],.ns-pagination[data-v-12fa9287],.ns-separator[data-v-0c2b2ac1],.ns-space[data-v-273ca5fc],.ns-spinner[data-v-5b99a17b],.ns-spinner-dots[data-v-20a70106],.ns-tab[data-v-b97f2cd1],.ns-table[data-v-a45d30cf],.ns-table-cell[data-v-ca0da61b],.ns-tab-panel[data-v-d8f64358],.ns-tab-panels[data-v-dec8ab0f],.ns-tabs[data-v-81224e01],.ns-timeline[data-v-1bf558aa],.ns-timeline-entry[data-v-fa149ea0],.ns-toolbar[data-v-e26a45db],.ns-toolbar-title[data-v-42928844]{font-family:var(--ns-font-family-text)}