@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
@@ -1,22 +1,53 @@
1
- import F from "quasar/src/components/btn/QBtn.js";
2
- import { defineComponent as i, openBlock as n, createBlock as d, mergeProps as c, withCtx as s, renderSlot as r, createVNode as y, unref as U, provide as j, inject as K, createSlots as N, renderList as E, normalizeProps as z, guardReactiveProps as T, useId as k, createElementVNode as A, toDisplayString as B, createElementBlock as Z, createCommentVNode as v, computed as g, ref as L, onMounted as G, onUnmounted as H, readonly as Q } from "vue";
3
- import Y from "quasar/src/components/spinner/QSpinnerDots.js";
4
- import J from "quasar/src/components/skeleton/QSkeleton.js";
1
+ import H from "quasar/src/components/btn/QBtn.js";
2
+ import { defineComponent as d, openBlock as s, createBlock as r, mergeProps as u, withCtx as n, renderSlot as l, createVNode as h, unref as j, provide as Z, inject as x, createSlots as B, renderList as E, normalizeProps as A, guardReactiveProps as D, useId as I, createElementVNode as M, toDisplayString as T, createElementBlock as K, createCommentVNode as $, computed as v, ref as w, onMounted as G, onUnmounted as J, readonly as P } from "vue";
3
+ import z from "quasar/src/components/spinner/QSpinnerDots.js";
4
+ import Y from "quasar/src/components/skeleton/QSkeleton.js";
5
5
  import W from "quasar/src/components/input/QInput.js";
6
- import h from "quasar/src/components/card/QCardSection.js";
7
- import q from "quasar/src/components/card/QCardActions.js";
8
- import D from "quasar/src/components/card/QCard.js";
6
+ import g from "quasar/src/components/card/QCardSection.js";
7
+ import S from "quasar/src/components/card/QCardActions.js";
8
+ import F from "quasar/src/components/card/QCard.js";
9
9
  import X from "quasar/src/components/select/QSelect.js";
10
- import x from "quasar/src/components/checkbox/QCheckbox.js";
11
- import _ from "quasar/src/components/toggle/QToggle.js";
12
- import ee from "quasar/src/components/form/QForm.js";
13
- import te from "quasar/src/components/dialog/QDialog.js";
14
- import ae from "quasar/src/components/banner/QBanner.js";
15
- import oe from "quasar/src/components/avatar/QAvatar.js";
16
- import le from "quasar/src/components/chip/QChip.js";
17
- import se from "quasar/src/components/item/QList.js";
18
- import ne from "quasar/src/components/tooltip/QTooltip.js";
19
- const re = /* @__PURE__ */ i({
10
+ import ee from "quasar/src/components/checkbox/QCheckbox.js";
11
+ import te from "quasar/src/components/toggle/QToggle.js";
12
+ import ae from "quasar/src/components/form/QForm.js";
13
+ import se from "quasar/src/components/dialog/QDialog.js";
14
+ import oe from "quasar/src/components/banner/QBanner.js";
15
+ import ne from "quasar/src/components/avatar/QAvatar.js";
16
+ import re from "quasar/src/components/chip/QChip.js";
17
+ import le from "quasar/src/components/item/QList.js";
18
+ import de from "quasar/src/components/tooltip/QTooltip.js";
19
+ import ue from "quasar/src/components/badge/QBadge.js";
20
+ import ie from "quasar/src/components/breadcrumbs/QBreadcrumbs.js";
21
+ import ce from "quasar/src/components/breadcrumbs/QBreadcrumbsEl.js";
22
+ import me from "quasar/src/components/btn-toggle/QBtnToggle.js";
23
+ import fe from "quasar/src/components/footer/QFooter.js";
24
+ import pe from "quasar/src/components/header/QHeader.js";
25
+ import _e from "quasar/src/components/icon/QIcon.js";
26
+ import ve from "quasar/src/components/img/QImg.js";
27
+ import be from "quasar/src/components/inner-loading/QInnerLoading.js";
28
+ import $e from "quasar/src/components/item/QItem.js";
29
+ import ge from "quasar/src/components/item/QItemLabel.js";
30
+ import Ne from "quasar/src/components/item/QItemSection.js";
31
+ import he from "quasar/src/components/layout/QLayout.js";
32
+ import ye from "quasar/src/components/linear-progress/QLinearProgress.js";
33
+ import Qe from "quasar/src/components/menu/QMenu.js";
34
+ import Ie from "quasar/src/components/page/QPage.js";
35
+ import Te from "quasar/src/components/page/QPageContainer.js";
36
+ import Be from "quasar/src/components/pagination/QPagination.js";
37
+ import Se from "quasar/src/components/separator/QSeparator.js";
38
+ import Ce from "quasar/src/components/space/QSpace.js";
39
+ import ke from "quasar/src/components/spinner/QSpinner.js";
40
+ import Ve from "quasar/src/components/tabs/QTab.js";
41
+ import Le from "quasar/src/components/table/QTable.js";
42
+ import we from "quasar/src/components/table/QTd.js";
43
+ import Pe from "quasar/src/components/tab-panels/QTabPanel.js";
44
+ import Ee from "quasar/src/components/tab-panels/QTabPanels.js";
45
+ import Ae from "quasar/src/components/tabs/QTabs.js";
46
+ import De from "quasar/src/components/timeline/QTimeline.js";
47
+ import Me from "quasar/src/components/timeline/QTimelineEntry.js";
48
+ import ze from "quasar/src/components/toolbar/QToolbar.js";
49
+ import Fe from "quasar/src/components/toolbar/QToolbarTitle.js";
50
+ const Oe = /* @__PURE__ */ d({
20
51
  __name: "NsButton",
21
52
  props: {
22
53
  color: { default: "primary" },
@@ -26,34 +57,34 @@ const re = /* @__PURE__ */ i({
26
57
  rounded: { type: Boolean, default: !0 },
27
58
  loading: { type: Boolean, default: !1 }
28
59
  },
29
- setup(e) {
30
- return (t, a) => (n(), d(F, c(t.$attrs, {
31
- color: e.color,
32
- size: e.size,
33
- unelevated: e.unelevated,
34
- "no-caps": e.noCaps,
35
- rounded: e.rounded,
36
- loading: e.loading,
37
- "aria-busy": e.loading,
60
+ setup(t) {
61
+ return (e, a) => (s(), r(H, u(e.$attrs, {
62
+ color: t.color,
63
+ size: t.size,
64
+ unelevated: t.unelevated,
65
+ "no-caps": t.noCaps,
66
+ rounded: t.rounded,
67
+ loading: t.loading,
68
+ "aria-busy": t.loading,
38
69
  class: "ns-button"
39
70
  }), {
40
- loading: s(() => [
41
- r(t.$slots, "loading", {}, () => [
42
- y(U(Y), { color: "white" })
71
+ loading: n(() => [
72
+ l(e.$slots, "loading", {}, () => [
73
+ h(j(z), { color: "white" })
43
74
  ], !0)
44
75
  ]),
45
- default: s(() => [
46
- r(t.$slots, "default", {}, void 0, !0)
76
+ default: n(() => [
77
+ l(e.$slots, "default", {}, void 0, !0)
47
78
  ]),
48
79
  _: 3
49
80
  }, 16, ["color", "size", "unelevated", "no-caps", "rounded", "loading", "aria-busy"]));
50
81
  }
51
- }), f = (e, t) => {
52
- const a = e.__vccOpts || e;
53
- for (const [o, l] of t)
54
- a[o] = l;
82
+ }), i = (t, e) => {
83
+ const a = t.__vccOpts || t;
84
+ for (const [o, c] of e)
85
+ a[o] = c;
55
86
  return a;
56
- }, Ze = /* @__PURE__ */ f(re, [["__scopeId", "data-v-59b40e5f"]]), de = /* @__PURE__ */ i({
87
+ }, Ma = /* @__PURE__ */ i(Oe, [["__scopeId", "data-v-59b40e5f"]]), qe = /* @__PURE__ */ d({
57
88
  __name: "NsSkeleton",
58
89
  props: {
59
90
  type: { default: "rect" },
@@ -63,19 +94,19 @@ const re = /* @__PURE__ */ i({
63
94
  width: { default: void 0 },
64
95
  height: { default: void 0 }
65
96
  },
66
- setup(e) {
67
- return (t, a) => (n(), d(J, c(t.$attrs, {
68
- type: e.type,
69
- animation: e.animation,
70
- square: e.square,
71
- bordered: e.bordered,
72
- width: e.width,
73
- height: e.height,
97
+ setup(t) {
98
+ return (e, a) => (s(), r(Y, u(e.$attrs, {
99
+ type: t.type,
100
+ animation: t.animation,
101
+ square: t.square,
102
+ bordered: t.bordered,
103
+ width: t.width,
104
+ height: t.height,
74
105
  "aria-hidden": "true",
75
106
  class: "ns-skeleton"
76
107
  }), null, 16, ["type", "animation", "square", "bordered", "width", "height"]));
77
108
  }
78
- }), Ge = /* @__PURE__ */ f(de, [["__scopeId", "data-v-dfd40b8a"]]), S = {
109
+ }), za = /* @__PURE__ */ i(qe, [["__scopeId", "data-v-dfd40b8a"]]), C = {
79
110
  common: {
80
111
  loading: "Loading…",
81
112
  retry: "Retry",
@@ -111,22 +142,22 @@ const re = /* @__PURE__ */ i({
111
142
  tooShort: "Too short",
112
143
  tooLong: "Too long"
113
144
  }
114
- }, V = /* @__PURE__ */ Symbol("ns-locale");
115
- function ie(e) {
116
- j(V, e);
145
+ }, k = /* @__PURE__ */ Symbol("ns-locale");
146
+ function Re(t) {
147
+ Z(k, t);
117
148
  }
118
- function ue() {
119
- return K(V, S);
149
+ function Ue() {
150
+ return x(k, C);
120
151
  }
121
- const He = /* @__PURE__ */ i({
152
+ const Fa = /* @__PURE__ */ d({
122
153
  __name: "NsThemeProvider",
123
154
  props: {
124
- locale: { default: () => S }
155
+ locale: { default: () => C }
125
156
  },
126
- setup(e) {
127
- return ie(e.locale), (a, o) => r(a.$slots, "default");
157
+ setup(t) {
158
+ return Re(t.locale), (a, o) => l(a.$slots, "default");
128
159
  }
129
- }), ce = /* @__PURE__ */ i({
160
+ }), He = /* @__PURE__ */ d({
130
161
  __name: "NsInput",
131
162
  props: {
132
163
  label: { default: void 0 },
@@ -136,75 +167,75 @@ const He = /* @__PURE__ */ i({
136
167
  rules: { default: void 0 }
137
168
  },
138
169
  emits: ["update:modelValue"],
139
- setup(e) {
140
- return (t, a) => (n(), d(W, c(t.$attrs, {
141
- "model-value": e.modelValue,
142
- label: e.label,
143
- outlined: e.outlined,
144
- dense: e.dense,
145
- rules: e.rules,
170
+ setup(t) {
171
+ return (e, a) => (s(), r(W, u(e.$attrs, {
172
+ "model-value": t.modelValue,
173
+ label: t.label,
174
+ outlined: t.outlined,
175
+ dense: t.dense,
176
+ rules: t.rules,
146
177
  class: "ns-input",
147
- "onUpdate:modelValue": a[0] || (a[0] = (o) => t.$emit("update:modelValue", o))
148
- }), N({ _: 2 }, [
149
- E(t.$slots, (o, l) => ({
150
- name: l,
151
- fn: s((u) => [
152
- r(t.$slots, l, z(T(u ?? {})), void 0, !0)
178
+ "onUpdate:modelValue": a[0] || (a[0] = (o) => e.$emit("update:modelValue", o))
179
+ }), B({ _: 2 }, [
180
+ E(e.$slots, (o, c) => ({
181
+ name: c,
182
+ fn: n((m) => [
183
+ l(e.$slots, c, A(D(m ?? {})), void 0, !0)
153
184
  ])
154
185
  }))
155
186
  ]), 1040, ["model-value", "label", "outlined", "dense", "rules"]));
156
187
  }
157
- }), Ye = /* @__PURE__ */ f(ce, [["__scopeId", "data-v-7ebf3284"]]), fe = { class: "text-h6" }, me = {
188
+ }), Oa = /* @__PURE__ */ i(He, [["__scopeId", "data-v-7ebf3284"]]), je = { class: "text-h6" }, Ze = {
158
189
  key: 0,
159
190
  class: "text-subtitle2 text-grey"
160
- }, ve = /* @__PURE__ */ i({
191
+ }, xe = /* @__PURE__ */ d({
161
192
  __name: "NsCard",
162
193
  props: {
163
194
  title: { default: void 0 },
164
195
  subtitle: { default: void 0 },
165
196
  flat: { type: Boolean, default: !1 }
166
197
  },
167
- setup(e) {
168
- const t = `ns-card-header-${k()}`;
169
- return (a, o) => (n(), d(D, c(a.$attrs, {
170
- class: ["ns-card", { "ns-card--flat": e.flat }],
171
- role: e.title || a.$slots.header ? "region" : void 0,
172
- "aria-labelledby": e.title || a.$slots.header ? t : void 0
198
+ setup(t) {
199
+ const e = `ns-card-header-${I()}`;
200
+ return (a, o) => (s(), r(F, u(a.$attrs, {
201
+ class: ["ns-card", { "ns-card--flat": t.flat }],
202
+ role: t.title || a.$slots.header ? "region" : void 0,
203
+ "aria-labelledby": t.title || a.$slots.header ? e : void 0
173
204
  }), {
174
- default: s(() => [
175
- e.title || a.$slots.header ? (n(), d(h, {
205
+ default: n(() => [
206
+ t.title || a.$slots.header ? (s(), r(g, {
176
207
  key: 0,
177
- id: t,
208
+ id: e,
178
209
  class: "ns-card__header"
179
210
  }, {
180
- default: s(() => [
181
- r(a.$slots, "header", {}, () => [
182
- A("div", fe, B(e.title), 1),
183
- e.subtitle ? (n(), Z("div", me, B(e.subtitle), 1)) : v("", !0)
211
+ default: n(() => [
212
+ l(a.$slots, "header", {}, () => [
213
+ M("div", je, T(t.title), 1),
214
+ t.subtitle ? (s(), K("div", Ze, T(t.subtitle), 1)) : $("", !0)
184
215
  ], !0)
185
216
  ]),
186
217
  _: 3
187
- })) : v("", !0),
188
- y(h, null, {
189
- default: s(() => [
190
- r(a.$slots, "default", {}, void 0, !0)
218
+ })) : $("", !0),
219
+ h(g, null, {
220
+ default: n(() => [
221
+ l(a.$slots, "default", {}, void 0, !0)
191
222
  ]),
192
223
  _: 3
193
224
  }),
194
- a.$slots.actions ? (n(), d(q, {
225
+ a.$slots.actions ? (s(), r(S, {
195
226
  key: 1,
196
227
  align: "right"
197
228
  }, {
198
- default: s(() => [
199
- r(a.$slots, "actions", {}, void 0, !0)
229
+ default: n(() => [
230
+ l(a.$slots, "actions", {}, void 0, !0)
200
231
  ]),
201
232
  _: 3
202
- })) : v("", !0)
233
+ })) : $("", !0)
203
234
  ]),
204
235
  _: 3
205
236
  }, 16, ["class", "role", "aria-labelledby"]));
206
237
  }
207
- }), Je = /* @__PURE__ */ f(ve, [["__scopeId", "data-v-7769879a"]]), pe = /* @__PURE__ */ i({
238
+ }), qa = /* @__PURE__ */ i(xe, [["__scopeId", "data-v-7769879a"]]), Ke = /* @__PURE__ */ d({
208
239
  __name: "NsSelect",
209
240
  props: {
210
241
  label: { default: void 0 },
@@ -218,29 +249,29 @@ const He = /* @__PURE__ */ i({
218
249
  rules: { default: void 0 }
219
250
  },
220
251
  emits: ["update:modelValue"],
221
- setup(e) {
222
- return (t, a) => (n(), d(X, c(t.$attrs, {
223
- "model-value": e.modelValue,
224
- label: e.label,
225
- options: e.options,
226
- outlined: e.outlined,
227
- dense: e.dense,
228
- rules: e.rules,
229
- multiple: e.multiple,
230
- "emit-value": e.emitValue,
231
- "map-options": e.mapOptions,
252
+ setup(t) {
253
+ return (e, a) => (s(), r(X, u(e.$attrs, {
254
+ "model-value": t.modelValue,
255
+ label: t.label,
256
+ options: t.options,
257
+ outlined: t.outlined,
258
+ dense: t.dense,
259
+ rules: t.rules,
260
+ multiple: t.multiple,
261
+ "emit-value": t.emitValue,
262
+ "map-options": t.mapOptions,
232
263
  class: "ns-select",
233
- "onUpdate:modelValue": a[0] || (a[0] = (o) => t.$emit("update:modelValue", o))
234
- }), N({ _: 2 }, [
235
- E(t.$slots, (o, l) => ({
236
- name: l,
237
- fn: s((u) => [
238
- r(t.$slots, l, z(T(u ?? {})), void 0, !0)
264
+ "onUpdate:modelValue": a[0] || (a[0] = (o) => e.$emit("update:modelValue", o))
265
+ }), B({ _: 2 }, [
266
+ E(e.$slots, (o, c) => ({
267
+ name: c,
268
+ fn: n((m) => [
269
+ l(e.$slots, c, A(D(m ?? {})), void 0, !0)
239
270
  ])
240
271
  }))
241
272
  ]), 1040, ["model-value", "label", "options", "outlined", "dense", "rules", "multiple", "emit-value", "map-options"]));
242
273
  }
243
- }), We = /* @__PURE__ */ f(pe, [["__scopeId", "data-v-081cebe3"]]), be = /* @__PURE__ */ i({
274
+ }), Ra = /* @__PURE__ */ i(Ke, [["__scopeId", "data-v-081cebe3"]]), Ge = /* @__PURE__ */ d({
244
275
  __name: "NsCheckbox",
245
276
  props: {
246
277
  label: { default: void 0 },
@@ -250,18 +281,18 @@ const He = /* @__PURE__ */ i({
250
281
  disable: { type: Boolean, default: !1 }
251
282
  },
252
283
  emits: ["update:modelValue"],
253
- setup(e) {
254
- return (t, a) => (n(), d(x, c(t.$attrs, {
255
- "model-value": e.modelValue,
256
- label: e.label,
257
- color: e.color,
258
- dense: e.dense,
259
- disable: e.disable,
284
+ setup(t) {
285
+ return (e, a) => (s(), r(ee, u(e.$attrs, {
286
+ "model-value": t.modelValue,
287
+ label: t.label,
288
+ color: t.color,
289
+ dense: t.dense,
290
+ disable: t.disable,
260
291
  class: "ns-checkbox",
261
- "onUpdate:modelValue": a[0] || (a[0] = (o) => t.$emit("update:modelValue", o))
292
+ "onUpdate:modelValue": a[0] || (a[0] = (o) => e.$emit("update:modelValue", o))
262
293
  }), null, 16, ["model-value", "label", "color", "dense", "disable"]));
263
294
  }
264
- }), Xe = /* @__PURE__ */ f(be, [["__scopeId", "data-v-2e481f8b"]]), ye = /* @__PURE__ */ i({
295
+ }), Ua = /* @__PURE__ */ i(Ge, [["__scopeId", "data-v-2e481f8b"]]), Je = /* @__PURE__ */ d({
265
296
  __name: "NsToggle",
266
297
  props: {
267
298
  label: { default: void 0 },
@@ -271,41 +302,41 @@ const He = /* @__PURE__ */ i({
271
302
  disable: { type: Boolean, default: !1 }
272
303
  },
273
304
  emits: ["update:modelValue"],
274
- setup(e) {
275
- return (t, a) => (n(), d(_, c(t.$attrs, {
276
- "model-value": e.modelValue,
277
- label: e.label,
278
- color: e.color,
279
- dense: e.dense,
280
- disable: e.disable,
305
+ setup(t) {
306
+ return (e, a) => (s(), r(te, u(e.$attrs, {
307
+ "model-value": t.modelValue,
308
+ label: t.label,
309
+ color: t.color,
310
+ dense: t.dense,
311
+ disable: t.disable,
281
312
  role: "switch",
282
- "aria-checked": e.modelValue,
313
+ "aria-checked": t.modelValue,
283
314
  class: "ns-toggle",
284
- "onUpdate:modelValue": a[0] || (a[0] = (o) => t.$emit("update:modelValue", o))
315
+ "onUpdate:modelValue": a[0] || (a[0] = (o) => e.$emit("update:modelValue", o))
285
316
  }), null, 16, ["model-value", "label", "color", "dense", "disable", "aria-checked"]));
286
317
  }
287
- }), xe = /* @__PURE__ */ f(ye, [["__scopeId", "data-v-f8c90530"]]), ge = /* @__PURE__ */ i({
318
+ }), Ha = /* @__PURE__ */ i(Je, [["__scopeId", "data-v-f8c90530"]]), Ye = /* @__PURE__ */ d({
288
319
  __name: "NsForm",
289
320
  props: {
290
321
  greedy: { type: Boolean, default: !0 },
291
322
  ariaLabel: { default: void 0 }
292
323
  },
293
324
  emits: ["submit", "validationError"],
294
- setup(e) {
295
- return (t, a) => (n(), d(ee, c(t.$attrs, {
325
+ setup(t) {
326
+ return (e, a) => (s(), r(ae, u(e.$attrs, {
296
327
  class: "ns-form",
297
- greedy: e.greedy,
298
- "aria-label": e.ariaLabel,
299
- onSubmit: a[0] || (a[0] = (o) => t.$emit("submit", o)),
300
- onValidationError: a[1] || (a[1] = (o) => t.$emit("validationError", o))
328
+ greedy: t.greedy,
329
+ "aria-label": t.ariaLabel,
330
+ onSubmit: a[0] || (a[0] = (o) => e.$emit("submit", o)),
331
+ onValidationError: a[1] || (a[1] = (o) => e.$emit("validationError", o))
301
332
  }), {
302
- default: s(() => [
303
- r(t.$slots, "default", {}, void 0, !0)
333
+ default: n(() => [
334
+ l(e.$slots, "default", {}, void 0, !0)
304
335
  ]),
305
336
  _: 3
306
337
  }, 16, ["greedy", "aria-label"]));
307
338
  }
308
- }), _e = /* @__PURE__ */ f(ge, [["__scopeId", "data-v-e20d14ce"]]), he = { class: "text-h6" }, $e = /* @__PURE__ */ i({
339
+ }), ja = /* @__PURE__ */ i(Ye, [["__scopeId", "data-v-e20d14ce"]]), We = { class: "text-h6" }, Xe = /* @__PURE__ */ d({
309
340
  __name: "NsDialog",
310
341
  props: {
311
342
  modelValue: { type: Boolean, default: !1 },
@@ -314,55 +345,55 @@ const He = /* @__PURE__ */ i({
314
345
  noBackdropDismiss: { type: Boolean, default: !1 }
315
346
  },
316
347
  emits: ["update:modelValue"],
317
- setup(e) {
318
- const t = `ns-dialog-title-${k()}`, a = `ns-dialog-body-${k()}`;
319
- return (o, l) => (n(), d(te, c(o.$attrs, {
320
- "model-value": e.modelValue,
321
- persistent: e.persistent,
322
- "no-backdrop-dismiss": e.noBackdropDismiss,
323
- "aria-labelledby": e.title || o.$slots.header ? t : void 0,
348
+ setup(t) {
349
+ const e = `ns-dialog-title-${I()}`, a = `ns-dialog-body-${I()}`;
350
+ return (o, c) => (s(), r(se, u(o.$attrs, {
351
+ "model-value": t.modelValue,
352
+ persistent: t.persistent,
353
+ "no-backdrop-dismiss": t.noBackdropDismiss,
354
+ "aria-labelledby": t.title || o.$slots.header ? e : void 0,
324
355
  "aria-describedby": a,
325
356
  class: "ns-dialog",
326
- "onUpdate:modelValue": l[0] || (l[0] = (u) => o.$emit("update:modelValue", u))
357
+ "onUpdate:modelValue": c[0] || (c[0] = (m) => o.$emit("update:modelValue", m))
327
358
  }), {
328
- default: s(() => [
329
- y(D, {
359
+ default: n(() => [
360
+ h(F, {
330
361
  class: "ns-dialog__card",
331
362
  role: "dialog",
332
363
  "aria-modal": !0
333
364
  }, {
334
- default: s(() => [
335
- e.title || o.$slots.header ? (n(), d(h, {
365
+ default: n(() => [
366
+ t.title || o.$slots.header ? (s(), r(g, {
336
367
  key: 0,
337
- id: t,
368
+ id: e,
338
369
  class: "ns-dialog__header"
339
370
  }, {
340
- default: s(() => [
341
- r(o.$slots, "header", {}, () => [
342
- A("div", he, B(e.title), 1)
371
+ default: n(() => [
372
+ l(o.$slots, "header", {}, () => [
373
+ M("div", We, T(t.title), 1)
343
374
  ], !0)
344
375
  ]),
345
376
  _: 3
346
- })) : v("", !0),
347
- y(h, {
377
+ })) : $("", !0),
378
+ h(g, {
348
379
  id: a,
349
380
  class: "ns-dialog__body"
350
381
  }, {
351
- default: s(() => [
352
- r(o.$slots, "default", {}, void 0, !0)
382
+ default: n(() => [
383
+ l(o.$slots, "default", {}, void 0, !0)
353
384
  ]),
354
385
  _: 3
355
386
  }),
356
- o.$slots.actions ? (n(), d(q, {
387
+ o.$slots.actions ? (s(), r(S, {
357
388
  key: 1,
358
389
  align: "right",
359
390
  class: "ns-dialog__actions"
360
391
  }, {
361
- default: s(() => [
362
- r(o.$slots, "actions", {}, void 0, !0)
392
+ default: n(() => [
393
+ l(o.$slots, "actions", {}, void 0, !0)
363
394
  ]),
364
395
  _: 3
365
- })) : v("", !0)
396
+ })) : $("", !0)
366
397
  ]),
367
398
  _: 3
368
399
  })
@@ -370,48 +401,48 @@ const He = /* @__PURE__ */ i({
370
401
  _: 3
371
402
  }, 16, ["model-value", "persistent", "no-backdrop-dismiss", "aria-labelledby"]));
372
403
  }
373
- }), et = /* @__PURE__ */ f($e, [["__scopeId", "data-v-4fca48ca"]]), ke = /* @__PURE__ */ i({
404
+ }), Za = /* @__PURE__ */ i(Xe, [["__scopeId", "data-v-4fca48ca"]]), et = /* @__PURE__ */ d({
374
405
  __name: "NsBanner",
375
406
  props: {
376
407
  type: { default: "info" },
377
408
  dense: { type: Boolean, default: !1 },
378
409
  rounded: { type: Boolean, default: !0 }
379
410
  },
380
- setup(e) {
381
- const t = e, a = g(
382
- () => t.type === "error" || t.type === "warning" ? "alert" : "status"
383
- ), o = g(
384
- () => t.type === "error" || t.type === "warning" ? "assertive" : "polite"
411
+ setup(t) {
412
+ const e = t, a = v(
413
+ () => e.type === "error" || e.type === "warning" ? "alert" : "status"
414
+ ), o = v(
415
+ () => e.type === "error" || e.type === "warning" ? "assertive" : "polite"
385
416
  );
386
- return (l, u) => (n(), d(ae, c(l.$attrs, {
387
- class: ["ns-banner", `ns-banner--${e.type}`],
388
- dense: e.dense,
389
- rounded: e.rounded,
417
+ return (c, m) => (s(), r(oe, u(c.$attrs, {
418
+ class: ["ns-banner", `ns-banner--${t.type}`],
419
+ dense: t.dense,
420
+ rounded: t.rounded,
390
421
  role: a.value,
391
422
  "aria-live": o.value
392
- }), N({
393
- default: s(() => [
394
- r(l.$slots, "default", {}, void 0, !0)
423
+ }), B({
424
+ default: n(() => [
425
+ l(c.$slots, "default", {}, void 0, !0)
395
426
  ]),
396
427
  _: 2
397
428
  }, [
398
- l.$slots.avatar ? {
429
+ c.$slots.avatar ? {
399
430
  name: "avatar",
400
- fn: s(() => [
401
- r(l.$slots, "avatar", {}, void 0, !0)
431
+ fn: n(() => [
432
+ l(c.$slots, "avatar", {}, void 0, !0)
402
433
  ]),
403
434
  key: "0"
404
435
  } : void 0,
405
- l.$slots.action ? {
436
+ c.$slots.action ? {
406
437
  name: "action",
407
- fn: s(() => [
408
- r(l.$slots, "action", {}, void 0, !0)
438
+ fn: n(() => [
439
+ l(c.$slots, "action", {}, void 0, !0)
409
440
  ]),
410
441
  key: "1"
411
442
  } : void 0
412
443
  ]), 1040, ["class", "dense", "rounded", "role", "aria-live"]));
413
444
  }
414
- }), tt = /* @__PURE__ */ f(ke, [["__scopeId", "data-v-18ebd6f5"]]), Be = /* @__PURE__ */ i({
445
+ }), xa = /* @__PURE__ */ i(et, [["__scopeId", "data-v-18ebd6f5"]]), tt = /* @__PURE__ */ d({
415
446
  __name: "NsAvatar",
416
447
  props: {
417
448
  size: { default: "md" },
@@ -421,31 +452,31 @@ const He = /* @__PURE__ */ i({
421
452
  square: { type: Boolean, default: !1 },
422
453
  ariaLabel: { default: void 0 }
423
454
  },
424
- setup(e) {
425
- const t = {
455
+ setup(t) {
456
+ const e = {
426
457
  sm: "32px",
427
458
  md: "48px",
428
459
  lg: "64px",
429
460
  xl: "96px"
430
- }, a = e, o = g(() => t[a.size] ?? a.size);
431
- return (l, u) => (n(), d(oe, c(l.$attrs, {
461
+ }, a = t, o = v(() => e[a.size] ?? a.size);
462
+ return (c, m) => (s(), r(ne, u(c.$attrs, {
432
463
  size: o.value,
433
- color: e.color,
434
- "text-color": e.textColor,
435
- rounded: e.rounded,
436
- square: e.square,
437
- "aria-label": e.ariaLabel,
438
- "aria-hidden": e.ariaLabel ? void 0 : "true",
439
- role: e.ariaLabel ? "img" : void 0,
464
+ color: t.color,
465
+ "text-color": t.textColor,
466
+ rounded: t.rounded,
467
+ square: t.square,
468
+ "aria-label": t.ariaLabel,
469
+ "aria-hidden": t.ariaLabel ? void 0 : "true",
470
+ role: t.ariaLabel ? "img" : void 0,
440
471
  class: "ns-avatar"
441
472
  }), {
442
- default: s(() => [
443
- r(l.$slots, "default", {}, void 0, !0)
473
+ default: n(() => [
474
+ l(c.$slots, "default", {}, void 0, !0)
444
475
  ]),
445
476
  _: 3
446
477
  }, 16, ["size", "color", "text-color", "rounded", "square", "aria-label", "aria-hidden", "role"]));
447
478
  }
448
- }), at = /* @__PURE__ */ f(Be, [["__scopeId", "data-v-6a1b44b8"]]), Ne = /* @__PURE__ */ i({
479
+ }), Ka = /* @__PURE__ */ i(tt, [["__scopeId", "data-v-6a1b44b8"]]), at = /* @__PURE__ */ d({
449
480
  __name: "NsChip",
450
481
  props: {
451
482
  color: { default: "primary" },
@@ -456,24 +487,24 @@ const He = /* @__PURE__ */ i({
456
487
  clickable: { type: Boolean, default: !1 }
457
488
  },
458
489
  emits: ["remove"],
459
- setup(e) {
460
- return (t, a) => (n(), d(le, c(t.$attrs, {
461
- color: e.color,
462
- "text-color": e.textColor,
463
- outline: e.outline,
464
- dense: e.dense,
465
- removable: e.removable,
466
- clickable: e.clickable,
490
+ setup(t) {
491
+ return (e, a) => (s(), r(re, u(e.$attrs, {
492
+ color: t.color,
493
+ "text-color": t.textColor,
494
+ outline: t.outline,
495
+ dense: t.dense,
496
+ removable: t.removable,
497
+ clickable: t.clickable,
467
498
  class: "ns-chip",
468
- onRemove: a[0] || (a[0] = (o) => t.$emit("remove"))
499
+ onRemove: a[0] || (a[0] = (o) => e.$emit("remove"))
469
500
  }), {
470
- default: s(() => [
471
- r(t.$slots, "default", {}, void 0, !0)
501
+ default: n(() => [
502
+ l(e.$slots, "default", {}, void 0, !0)
472
503
  ]),
473
504
  _: 3
474
505
  }, 16, ["color", "text-color", "outline", "dense", "removable", "clickable"]));
475
506
  }
476
- }), ot = /* @__PURE__ */ f(Ne, [["__scopeId", "data-v-1a2191f1"]]), Se = /* @__PURE__ */ i({
507
+ }), Ga = /* @__PURE__ */ i(at, [["__scopeId", "data-v-1a2191f1"]]), st = /* @__PURE__ */ d({
477
508
  __name: "NsList",
478
509
  props: {
479
510
  bordered: { type: Boolean, default: !1 },
@@ -481,22 +512,22 @@ const He = /* @__PURE__ */ i({
481
512
  dense: { type: Boolean, default: !1 },
482
513
  ariaLabel: { default: void 0 }
483
514
  },
484
- setup(e) {
485
- return (t, a) => (n(), d(se, c(t.$attrs, {
486
- bordered: e.bordered,
487
- separator: e.separator,
488
- dense: e.dense,
489
- "aria-label": e.ariaLabel,
515
+ setup(t) {
516
+ return (e, a) => (s(), r(le, u(e.$attrs, {
517
+ bordered: t.bordered,
518
+ separator: t.separator,
519
+ dense: t.dense,
520
+ "aria-label": t.ariaLabel,
490
521
  role: "list",
491
522
  class: "ns-list"
492
523
  }), {
493
- default: s(() => [
494
- r(t.$slots, "default", {}, void 0, !0)
524
+ default: n(() => [
525
+ l(e.$slots, "default", {}, void 0, !0)
495
526
  ]),
496
527
  _: 3
497
528
  }, 16, ["bordered", "separator", "dense", "aria-label"]));
498
529
  }
499
- }), lt = /* @__PURE__ */ f(Se, [["__scopeId", "data-v-65aec20e"]]), Ve = /* @__PURE__ */ i({
530
+ }), Ja = /* @__PURE__ */ i(st, [["__scopeId", "data-v-65aec20e"]]), ot = /* @__PURE__ */ d({
500
531
  __name: "NsTooltip",
501
532
  props: {
502
533
  delay: { default: 300 },
@@ -504,30 +535,407 @@ const He = /* @__PURE__ */ i({
504
535
  anchor: { default: "bottom middle" },
505
536
  self: { default: "top middle" }
506
537
  },
507
- setup(e) {
508
- return (t, a) => (n(), d(ne, c(t.$attrs, {
509
- delay: e.delay,
510
- offset: e.offset,
511
- anchor: e.anchor,
512
- self: e.self,
538
+ setup(t) {
539
+ return (e, a) => (s(), r(de, u(e.$attrs, {
540
+ delay: t.delay,
541
+ offset: t.offset,
542
+ anchor: t.anchor,
543
+ self: t.self,
513
544
  class: "ns-tooltip"
514
545
  }), {
515
- default: s(() => [
516
- r(t.$slots, "default", {}, void 0, !0)
546
+ default: n(() => [
547
+ l(e.$slots, "default", {}, void 0, !0)
517
548
  ]),
518
549
  _: 3
519
550
  }, 16, ["delay", "offset", "anchor", "self"]));
520
551
  }
521
- }), st = /* @__PURE__ */ f(Ve, [["__scopeId", "data-v-9cb6af8f"]]);
522
- function nt(e = {}) {
523
- const { locale: t = S } = e;
552
+ }), Ya = /* @__PURE__ */ i(ot, [["__scopeId", "data-v-9cb6af8f"]]), nt = /* @__PURE__ */ d({
553
+ __name: "NsBadge",
554
+ setup(t) {
555
+ return (e, a) => (s(), r(ue, u(e.$attrs, { class: "ns-badge" }), {
556
+ default: n(() => [
557
+ l(e.$slots, "default", {}, void 0, !0)
558
+ ]),
559
+ _: 3
560
+ }, 16));
561
+ }
562
+ }), Wa = /* @__PURE__ */ i(nt, [["__scopeId", "data-v-4ca05f24"]]), rt = /* @__PURE__ */ d({
563
+ __name: "NsBreadcrumbs",
564
+ setup(t) {
565
+ return (e, a) => (s(), r(ie, u(e.$attrs, { class: "ns-breadcrumbs" }), {
566
+ default: n(() => [
567
+ l(e.$slots, "default", {}, void 0, !0)
568
+ ]),
569
+ _: 3
570
+ }, 16));
571
+ }
572
+ }), Xa = /* @__PURE__ */ i(rt, [["__scopeId", "data-v-dee98f71"]]), lt = /* @__PURE__ */ d({
573
+ __name: "NsBreadcrumbElement",
574
+ setup(t) {
575
+ return (e, a) => (s(), r(ce, u(e.$attrs, { class: "ns-breadcrumb-element" }), {
576
+ default: n(() => [
577
+ l(e.$slots, "default", {}, void 0, !0)
578
+ ]),
579
+ _: 3
580
+ }, 16));
581
+ }
582
+ }), es = /* @__PURE__ */ i(lt, [["__scopeId", "data-v-37bfe51b"]]), dt = /* @__PURE__ */ d({
583
+ __name: "NsButtonToggle",
584
+ props: {
585
+ modelValue: { default: void 0 },
586
+ options: { default: () => [] }
587
+ },
588
+ emits: ["update:modelValue"],
589
+ setup(t, { emit: e }) {
590
+ const a = t, o = e, c = v({
591
+ get: () => a.modelValue,
592
+ set: (m) => o("update:modelValue", m)
593
+ });
594
+ return (m, f) => (s(), r(me, u(m.$attrs, {
595
+ modelValue: c.value,
596
+ "onUpdate:modelValue": f[0] || (f[0] = (_) => c.value = _),
597
+ options: t.options,
598
+ class: "ns-button-toggle"
599
+ }), {
600
+ default: n(() => [
601
+ l(m.$slots, "default", {}, void 0, !0)
602
+ ]),
603
+ _: 3
604
+ }, 16, ["modelValue", "options"]));
605
+ }
606
+ }), ts = /* @__PURE__ */ i(dt, [["__scopeId", "data-v-93652c3e"]]), ut = /* @__PURE__ */ d({
607
+ __name: "NsCardActions",
608
+ setup(t) {
609
+ return (e, a) => (s(), r(S, u(e.$attrs, { class: "ns-card-actions" }), {
610
+ default: n(() => [
611
+ l(e.$slots, "default", {}, void 0, !0)
612
+ ]),
613
+ _: 3
614
+ }, 16));
615
+ }
616
+ }), as = /* @__PURE__ */ i(ut, [["__scopeId", "data-v-0d6f776d"]]), it = /* @__PURE__ */ d({
617
+ __name: "NsCardSection",
618
+ setup(t) {
619
+ return (e, a) => (s(), r(g, u(e.$attrs, { class: "ns-card-section" }), {
620
+ default: n(() => [
621
+ l(e.$slots, "default", {}, void 0, !0)
622
+ ]),
623
+ _: 3
624
+ }, 16));
625
+ }
626
+ }), ss = /* @__PURE__ */ i(it, [["__scopeId", "data-v-781d42ef"]]), ct = /* @__PURE__ */ d({
627
+ __name: "NsFooter",
628
+ setup(t) {
629
+ return (e, a) => (s(), r(fe, u(e.$attrs, { class: "ns-footer" }), {
630
+ default: n(() => [
631
+ l(e.$slots, "default", {}, void 0, !0)
632
+ ]),
633
+ _: 3
634
+ }, 16));
635
+ }
636
+ }), os = /* @__PURE__ */ i(ct, [["__scopeId", "data-v-1fb919cd"]]), mt = /* @__PURE__ */ d({
637
+ __name: "NsHeader",
638
+ setup(t) {
639
+ return (e, a) => (s(), r(pe, u(e.$attrs, { class: "ns-header" }), {
640
+ default: n(() => [
641
+ l(e.$slots, "default", {}, void 0, !0)
642
+ ]),
643
+ _: 3
644
+ }, 16));
645
+ }
646
+ }), ns = /* @__PURE__ */ i(mt, [["__scopeId", "data-v-80d27841"]]), ft = /* @__PURE__ */ d({
647
+ __name: "NsIcon",
648
+ setup(t) {
649
+ return (e, a) => (s(), r(_e, u(e.$attrs, { class: "ns-icon" }), {
650
+ default: n(() => [
651
+ l(e.$slots, "default", {}, void 0, !0)
652
+ ]),
653
+ _: 3
654
+ }, 16));
655
+ }
656
+ }), rs = /* @__PURE__ */ i(ft, [["__scopeId", "data-v-d068ec18"]]), pt = /* @__PURE__ */ d({
657
+ __name: "NsImage",
658
+ setup(t) {
659
+ return (e, a) => (s(), r(ve, u(e.$attrs, { class: "ns-image" }), {
660
+ default: n(() => [
661
+ l(e.$slots, "default", {}, void 0, !0)
662
+ ]),
663
+ _: 3
664
+ }, 16));
665
+ }
666
+ }), ls = /* @__PURE__ */ i(pt, [["__scopeId", "data-v-c9c9f6c1"]]), _t = /* @__PURE__ */ d({
667
+ __name: "NsInnerLoading",
668
+ setup(t) {
669
+ return (e, a) => (s(), r(be, u(e.$attrs, { class: "ns-inner-loading" }), {
670
+ default: n(() => [
671
+ l(e.$slots, "default", {}, void 0, !0)
672
+ ]),
673
+ _: 3
674
+ }, 16));
675
+ }
676
+ }), ds = /* @__PURE__ */ i(_t, [["__scopeId", "data-v-080672c1"]]), vt = /* @__PURE__ */ d({
677
+ __name: "NsItem",
678
+ setup(t) {
679
+ return (e, a) => (s(), r($e, u(e.$attrs, { class: "ns-item" }), {
680
+ default: n(() => [
681
+ l(e.$slots, "default", {}, void 0, !0)
682
+ ]),
683
+ _: 3
684
+ }, 16));
685
+ }
686
+ }), us = /* @__PURE__ */ i(vt, [["__scopeId", "data-v-47978f87"]]), bt = /* @__PURE__ */ d({
687
+ __name: "NsItemLabel",
688
+ setup(t) {
689
+ return (e, a) => (s(), r(ge, u(e.$attrs, { class: "ns-item-label" }), {
690
+ default: n(() => [
691
+ l(e.$slots, "default", {}, void 0, !0)
692
+ ]),
693
+ _: 3
694
+ }, 16));
695
+ }
696
+ }), is = /* @__PURE__ */ i(bt, [["__scopeId", "data-v-df6024af"]]), $t = /* @__PURE__ */ d({
697
+ __name: "NsItemSection",
698
+ setup(t) {
699
+ return (e, a) => (s(), r(Ne, u(e.$attrs, { class: "ns-item-section" }), {
700
+ default: n(() => [
701
+ l(e.$slots, "default", {}, void 0, !0)
702
+ ]),
703
+ _: 3
704
+ }, 16));
705
+ }
706
+ }), cs = /* @__PURE__ */ i($t, [["__scopeId", "data-v-340a753a"]]), gt = /* @__PURE__ */ d({
707
+ __name: "NsLayout",
708
+ setup(t) {
709
+ return (e, a) => (s(), r(he, u(e.$attrs, { class: "ns-layout" }), {
710
+ default: n(() => [
711
+ l(e.$slots, "default", {}, void 0, !0)
712
+ ]),
713
+ _: 3
714
+ }, 16));
715
+ }
716
+ }), ms = /* @__PURE__ */ i(gt, [["__scopeId", "data-v-cf90e270"]]), Nt = /* @__PURE__ */ d({
717
+ __name: "NsLinearProgress",
718
+ setup(t) {
719
+ return (e, a) => (s(), r(ye, u(e.$attrs, { class: "ns-linear-progress" }), {
720
+ default: n(() => [
721
+ l(e.$slots, "default", {}, void 0, !0)
722
+ ]),
723
+ _: 3
724
+ }, 16));
725
+ }
726
+ }), fs = /* @__PURE__ */ i(Nt, [["__scopeId", "data-v-79c6443f"]]), ht = /* @__PURE__ */ d({
727
+ __name: "NsMenu",
728
+ setup(t) {
729
+ return (e, a) => (s(), r(Qe, u(e.$attrs, { class: "ns-menu" }), {
730
+ default: n(() => [
731
+ l(e.$slots, "default", {}, void 0, !0)
732
+ ]),
733
+ _: 3
734
+ }, 16));
735
+ }
736
+ }), ps = /* @__PURE__ */ i(ht, [["__scopeId", "data-v-47a4b7d0"]]), yt = /* @__PURE__ */ d({
737
+ __name: "NsPage",
738
+ setup(t) {
739
+ return (e, a) => (s(), r(Ie, u(e.$attrs, { class: "ns-page" }), {
740
+ default: n(() => [
741
+ l(e.$slots, "default", {}, void 0, !0)
742
+ ]),
743
+ _: 3
744
+ }, 16));
745
+ }
746
+ }), _s = /* @__PURE__ */ i(yt, [["__scopeId", "data-v-25e2841e"]]), Qt = /* @__PURE__ */ d({
747
+ __name: "NsPageContainer",
748
+ setup(t) {
749
+ return (e, a) => (s(), r(Te, u(e.$attrs, { class: "ns-page-container" }), {
750
+ default: n(() => [
751
+ l(e.$slots, "default", {}, void 0, !0)
752
+ ]),
753
+ _: 3
754
+ }, 16));
755
+ }
756
+ }), vs = /* @__PURE__ */ i(Qt, [["__scopeId", "data-v-ac167da5"]]), It = /* @__PURE__ */ d({
757
+ __name: "NsPagination",
758
+ props: {
759
+ modelValue: { default: 1 },
760
+ max: { default: 1 }
761
+ },
762
+ emits: ["update:modelValue"],
763
+ setup(t, { emit: e }) {
764
+ const a = t, o = e, c = v({
765
+ get: () => a.modelValue,
766
+ set: (m) => o("update:modelValue", m)
767
+ });
768
+ return (m, f) => (s(), r(Be, u(m.$attrs, {
769
+ modelValue: c.value,
770
+ "onUpdate:modelValue": f[0] || (f[0] = (_) => c.value = _),
771
+ max: t.max,
772
+ class: "ns-pagination"
773
+ }), {
774
+ default: n(() => [
775
+ l(m.$slots, "default", {}, void 0, !0)
776
+ ]),
777
+ _: 3
778
+ }, 16, ["modelValue", "max"]));
779
+ }
780
+ }), bs = /* @__PURE__ */ i(It, [["__scopeId", "data-v-12fa9287"]]), Tt = /* @__PURE__ */ d({
781
+ __name: "NsSeparator",
782
+ setup(t) {
783
+ return (e, a) => (s(), r(Se, u(e.$attrs, { class: "ns-separator" }), null, 16));
784
+ }
785
+ }), $s = /* @__PURE__ */ i(Tt, [["__scopeId", "data-v-0c2b2ac1"]]), Bt = /* @__PURE__ */ d({
786
+ __name: "NsSpace",
787
+ setup(t) {
788
+ return (e, a) => (s(), r(Ce, u(e.$attrs, { class: "ns-space" }), {
789
+ default: n(() => [
790
+ l(e.$slots, "default", {}, void 0, !0)
791
+ ]),
792
+ _: 3
793
+ }, 16));
794
+ }
795
+ }), gs = /* @__PURE__ */ i(Bt, [["__scopeId", "data-v-273ca5fc"]]), St = /* @__PURE__ */ d({
796
+ __name: "NsSpinner",
797
+ setup(t) {
798
+ return (e, a) => (s(), r(ke, u(e.$attrs, { class: "ns-spinner" }), null, 16));
799
+ }
800
+ }), Ns = /* @__PURE__ */ i(St, [["__scopeId", "data-v-5b99a17b"]]), Ct = /* @__PURE__ */ d({
801
+ __name: "NsSpinnerDots",
802
+ setup(t) {
803
+ return (e, a) => (s(), r(z, u(e.$attrs, { class: "ns-spinner-dots" }), null, 16));
804
+ }
805
+ }), hs = /* @__PURE__ */ i(Ct, [["__scopeId", "data-v-20a70106"]]), kt = /* @__PURE__ */ d({
806
+ __name: "NsTab",
807
+ setup(t) {
808
+ return (e, a) => (s(), r(Ve, u(e.$attrs, { class: "ns-tab" }), {
809
+ default: n(() => [
810
+ l(e.$slots, "default", {}, void 0, !0)
811
+ ]),
812
+ _: 3
813
+ }, 16));
814
+ }
815
+ }), ys = /* @__PURE__ */ i(kt, [["__scopeId", "data-v-b97f2cd1"]]), Vt = /* @__PURE__ */ d({
816
+ __name: "NsTable",
817
+ props: {
818
+ rows: { default: () => [] }
819
+ },
820
+ setup(t) {
821
+ return (e, a) => (s(), r(Le, u(e.$attrs, {
822
+ rows: t.rows,
823
+ class: "ns-table"
824
+ }), {
825
+ default: n(() => [
826
+ l(e.$slots, "default", {}, void 0, !0)
827
+ ]),
828
+ _: 3
829
+ }, 16, ["rows"]));
830
+ }
831
+ }), Qs = /* @__PURE__ */ i(Vt, [["__scopeId", "data-v-a45d30cf"]]), Lt = /* @__PURE__ */ d({
832
+ __name: "NsTableCell",
833
+ setup(t) {
834
+ return (e, a) => (s(), r(we, u(e.$attrs, { class: "ns-table-cell" }), {
835
+ default: n(() => [
836
+ l(e.$slots, "default", {}, void 0, !0)
837
+ ]),
838
+ _: 3
839
+ }, 16));
840
+ }
841
+ }), Is = /* @__PURE__ */ i(Lt, [["__scopeId", "data-v-ca0da61b"]]), wt = /* @__PURE__ */ d({
842
+ __name: "NsTabPanel",
843
+ props: {
844
+ name: {}
845
+ },
846
+ setup(t) {
847
+ return (e, a) => (s(), r(Pe, u(e.$attrs, {
848
+ name: t.name,
849
+ class: "ns-tab-panel"
850
+ }), {
851
+ default: n(() => [
852
+ l(e.$slots, "default", {}, void 0, !0)
853
+ ]),
854
+ _: 3
855
+ }, 16, ["name"]));
856
+ }
857
+ }), Ts = /* @__PURE__ */ i(wt, [["__scopeId", "data-v-d8f64358"]]), Pt = /* @__PURE__ */ d({
858
+ __name: "NsTabPanels",
859
+ props: {
860
+ modelValue: { default: void 0 }
861
+ },
862
+ emits: ["update:modelValue"],
863
+ setup(t, { emit: e }) {
864
+ const a = t, o = e, c = v({
865
+ get: () => a.modelValue,
866
+ set: (m) => o("update:modelValue", m)
867
+ });
868
+ return (m, f) => (s(), r(Ee, u(m.$attrs, {
869
+ modelValue: c.value,
870
+ "onUpdate:modelValue": f[0] || (f[0] = (_) => c.value = _),
871
+ class: "ns-tab-panels"
872
+ }), {
873
+ default: n(() => [
874
+ l(m.$slots, "default", {}, void 0, !0)
875
+ ]),
876
+ _: 3
877
+ }, 16, ["modelValue"]));
878
+ }
879
+ }), Bs = /* @__PURE__ */ i(Pt, [["__scopeId", "data-v-dec8ab0f"]]), Et = /* @__PURE__ */ d({
880
+ __name: "NsTabs",
881
+ setup(t) {
882
+ return (e, a) => (s(), r(Ae, u(e.$attrs, { class: "ns-tabs" }), {
883
+ default: n(() => [
884
+ l(e.$slots, "default", {}, void 0, !0)
885
+ ]),
886
+ _: 3
887
+ }, 16));
888
+ }
889
+ }), Ss = /* @__PURE__ */ i(Et, [["__scopeId", "data-v-81224e01"]]), At = /* @__PURE__ */ d({
890
+ __name: "NsTimeline",
891
+ setup(t) {
892
+ return (e, a) => (s(), r(De, u(e.$attrs, { class: "ns-timeline" }), {
893
+ default: n(() => [
894
+ l(e.$slots, "default", {}, void 0, !0)
895
+ ]),
896
+ _: 3
897
+ }, 16));
898
+ }
899
+ }), Cs = /* @__PURE__ */ i(At, [["__scopeId", "data-v-1bf558aa"]]), Dt = /* @__PURE__ */ d({
900
+ __name: "NsTimelineEntry",
901
+ setup(t) {
902
+ return (e, a) => (s(), r(Me, u(e.$attrs, { class: "ns-timeline-entry" }), {
903
+ default: n(() => [
904
+ l(e.$slots, "default", {}, void 0, !0)
905
+ ]),
906
+ _: 3
907
+ }, 16));
908
+ }
909
+ }), ks = /* @__PURE__ */ i(Dt, [["__scopeId", "data-v-fa149ea0"]]), Mt = /* @__PURE__ */ d({
910
+ __name: "NsToolbar",
911
+ setup(t) {
912
+ return (e, a) => (s(), r(ze, u(e.$attrs, { class: "ns-toolbar" }), {
913
+ default: n(() => [
914
+ l(e.$slots, "default", {}, void 0, !0)
915
+ ]),
916
+ _: 3
917
+ }, 16));
918
+ }
919
+ }), Vs = /* @__PURE__ */ i(Mt, [["__scopeId", "data-v-e26a45db"]]), zt = /* @__PURE__ */ d({
920
+ __name: "NsToolbarTitle",
921
+ setup(t) {
922
+ return (e, a) => (s(), r(Fe, u(e.$attrs, { class: "ns-toolbar-title" }), {
923
+ default: n(() => [
924
+ l(e.$slots, "default", {}, void 0, !0)
925
+ ]),
926
+ _: 3
927
+ }, 16));
928
+ }
929
+ }), Ls = /* @__PURE__ */ i(zt, [["__scopeId", "data-v-42928844"]]);
930
+ function ws(t = {}) {
931
+ const { locale: e = C } = t;
524
932
  return {
525
933
  install(a) {
526
- a.provide(V, t);
934
+ a.provide(k, e);
527
935
  }
528
936
  };
529
937
  }
530
- const Ie = {
938
+ const Ft = {
531
939
  primary: "#3b82f6",
532
940
  // PLACEHOLDER — matches --ns-color-primary
533
941
  secondary: "#8b5cf6",
@@ -547,20 +955,20 @@ const Ie = {
547
955
  warning: "#f59e0b"
548
956
  // PLACEHOLDER — matches --ns-color-warning
549
957
  };
550
- function rt(e = {}) {
551
- const { brand: t = {}, plugins: a = {}, ...o } = e;
958
+ function Ps(t = {}) {
959
+ const { brand: e = {}, plugins: a = {}, ...o } = t;
552
960
  return {
553
961
  config: {
554
962
  brand: {
555
- ...Ie,
556
- ...t
963
+ ...Ft,
964
+ ...e
557
965
  }
558
966
  },
559
967
  plugins: a,
560
968
  ...o
561
969
  };
562
970
  }
563
- const dt = {
971
+ const Es = {
564
972
  common: {
565
973
  loading: "Chargement…",
566
974
  retry: "Réessayer",
@@ -597,99 +1005,242 @@ const dt = {
597
1005
  tooLong: "Trop long"
598
1006
  }
599
1007
  };
600
- function it(e, t) {
601
- const a = ue();
602
- return g(() => {
603
- const o = e();
1008
+ function As(t, e) {
1009
+ const a = Ue();
1010
+ return v(() => {
1011
+ const o = t();
604
1012
  if (o != null) return o;
605
- const l = t.split(".");
606
- let u = a;
607
- for (const p of l)
608
- u = u[p];
609
- return u;
1013
+ const c = e.split(".");
1014
+ let m = a;
1015
+ for (const f of c)
1016
+ m = m[f];
1017
+ return m;
610
1018
  });
611
1019
  }
612
- const $ = "ns-dark-mode";
613
- function ut() {
614
- const e = L(!1), t = L("system");
1020
+ const Q = "ns-dark-mode";
1021
+ function Ds() {
1022
+ const t = w(!1), e = w("system");
615
1023
  let a = null, o = () => {
616
1024
  };
617
- function l(m) {
618
- if (e.value = m, typeof document < "u") {
619
- const b = document.documentElement;
620
- b.classList.toggle("dark", m), b.setAttribute("data-theme", m ? "dark" : "light");
1025
+ function c(p) {
1026
+ if (t.value = p, typeof document < "u") {
1027
+ const N = document.documentElement;
1028
+ N.classList.toggle("dark", p), N.setAttribute("data-theme", p ? "dark" : "light");
621
1029
  }
622
1030
  }
623
- function u() {
1031
+ function m() {
624
1032
  return typeof window > "u" ? !1 : window.matchMedia("(prefers-color-scheme: dark)").matches;
625
1033
  }
626
- function p() {
1034
+ function f() {
627
1035
  if (typeof localStorage > "u") return null;
628
- const m = localStorage.getItem($);
629
- return m === "true" ? !0 : m === "false" ? !1 : null;
1036
+ const p = localStorage.getItem(Q);
1037
+ return p === "true" ? !0 : p === "false" ? !1 : null;
630
1038
  }
631
- function I(m) {
632
- typeof localStorage < "u" && localStorage.setItem($, String(m));
1039
+ function _(p) {
1040
+ typeof localStorage < "u" && localStorage.setItem(Q, String(p));
633
1041
  }
634
- function P() {
635
- typeof localStorage < "u" && localStorage.removeItem($);
1042
+ function O() {
1043
+ typeof localStorage < "u" && localStorage.removeItem(Q);
636
1044
  }
637
- function C() {
638
- t.value = "user", I(!0), l(!0);
1045
+ function V() {
1046
+ e.value = "user", _(!0), c(!0);
639
1047
  }
640
- function w() {
641
- t.value = "user", I(!1), l(!1);
1048
+ function L() {
1049
+ e.value = "user", _(!1), c(!1);
642
1050
  }
643
- function R() {
644
- e.value ? w() : C();
1051
+ function q() {
1052
+ t.value ? L() : V();
645
1053
  }
646
- function O() {
647
- P(), t.value = "system", l(u());
1054
+ function R() {
1055
+ O(), e.value = "system", c(m());
648
1056
  }
649
- function M() {
650
- const m = p();
651
- m !== null ? (t.value = "storage", l(m)) : (t.value = "system", l(u())), typeof window < "u" && (a = window.matchMedia("(prefers-color-scheme: dark)"), o = (b) => {
652
- p() === null && (t.value = "system", l(b.matches));
1057
+ function U() {
1058
+ const p = f();
1059
+ p !== null ? (e.value = "storage", c(p)) : (e.value = "system", c(m())), typeof window < "u" && (a = window.matchMedia("(prefers-color-scheme: dark)"), o = (N) => {
1060
+ f() === null && (e.value = "system", c(N.matches));
653
1061
  }, a.addEventListener("change", o));
654
1062
  }
655
- return G(M), H(() => {
1063
+ return G(U), J(() => {
656
1064
  a?.removeEventListener("change", o);
657
1065
  }), {
658
- isDark: Q(e),
659
- source: Q(t),
660
- enable: C,
661
- disable: w,
662
- toggle: R,
663
- useSystem: O
1066
+ isDark: P(t),
1067
+ source: P(e),
1068
+ enable: V,
1069
+ disable: L,
1070
+ toggle: q,
1071
+ useSystem: R
664
1072
  };
665
1073
  }
666
- function ct(e, t = document.documentElement) {
667
- return getComputedStyle(t).getPropertyValue(e).trim();
1074
+ function Ms(t, e = document.documentElement) {
1075
+ return getComputedStyle(e).getPropertyValue(t).trim();
1076
+ }
1077
+ const b = {
1078
+ xs: 0,
1079
+ sm: 600,
1080
+ md: 1024,
1081
+ lg: 1440,
1082
+ xl: 1920,
1083
+ xxl: 2560,
1084
+ xxxl: 3840
1085
+ }, y = [
1086
+ "xs",
1087
+ "sm",
1088
+ "md",
1089
+ "lg",
1090
+ "xl",
1091
+ "xxl",
1092
+ "xxxl"
1093
+ ];
1094
+ function zs(t) {
1095
+ return `(min-width: ${b[t]}px)`;
1096
+ }
1097
+ function Fs(t) {
1098
+ return `(max-width: ${b[t] - 1}px)`;
1099
+ }
1100
+ function Os(t) {
1101
+ const e = y.indexOf(t), a = b[t], o = y[e + 1];
1102
+ if (!o)
1103
+ return `(min-width: ${a}px)`;
1104
+ const c = b[o] - 1;
1105
+ return `(min-width: ${a}px) and (max-width: ${c}px)`;
1106
+ }
1107
+ function qs(t, e) {
1108
+ const a = y.indexOf(e), o = y[a + 1], c = b[t];
1109
+ if (!o)
1110
+ return `(min-width: ${c}px)`;
1111
+ const m = b[o] - 1;
1112
+ return `(min-width: ${c}px) and (max-width: ${m}px)`;
1113
+ }
1114
+ const Ot = {
1115
+ // Existing (fully styled) components
1116
+ QAvatar: "NsAvatar",
1117
+ QBanner: "NsBanner",
1118
+ QBtn: "NsButton",
1119
+ QCard: "NsCard",
1120
+ QCheckbox: "NsCheckbox",
1121
+ QChip: "NsChip",
1122
+ QDialog: "NsDialog",
1123
+ QForm: "NsForm",
1124
+ QInput: "NsInput",
1125
+ QList: "NsList",
1126
+ QSelect: "NsSelect",
1127
+ QSkeleton: "NsSkeleton",
1128
+ QToggle: "NsToggle",
1129
+ QTooltip: "NsTooltip",
1130
+ // Placeholder wrapper components
1131
+ QBadge: "NsBadge",
1132
+ QBreadcrumbs: "NsBreadcrumbs",
1133
+ QBreadcrumbsEl: "NsBreadcrumbElement",
1134
+ QBtnToggle: "NsButtonToggle",
1135
+ QCardActions: "NsCardActions",
1136
+ QCardSection: "NsCardSection",
1137
+ QFooter: "NsFooter",
1138
+ QHeader: "NsHeader",
1139
+ QIcon: "NsIcon",
1140
+ QImg: "NsImage",
1141
+ QInnerLoading: "NsInnerLoading",
1142
+ QItem: "NsItem",
1143
+ QItemLabel: "NsItemLabel",
1144
+ QItemSection: "NsItemSection",
1145
+ QLayout: "NsLayout",
1146
+ QLinearProgress: "NsLinearProgress",
1147
+ QMenu: "NsMenu",
1148
+ QPage: "NsPage",
1149
+ QPageContainer: "NsPageContainer",
1150
+ QPagination: "NsPagination",
1151
+ QSeparator: "NsSeparator",
1152
+ QSpace: "NsSpace",
1153
+ QSpinner: "NsSpinner",
1154
+ QSpinnerDots: "NsSpinnerDots",
1155
+ QTab: "NsTab",
1156
+ QTable: "NsTable",
1157
+ QTabPanel: "NsTabPanel",
1158
+ QTabPanels: "NsTabPanels",
1159
+ QTabs: "NsTabs",
1160
+ QTd: "NsTableCell",
1161
+ QTimeline: "NsTimeline",
1162
+ QTimelineEntry: "NsTimelineEntry",
1163
+ QToolbar: "NsToolbar",
1164
+ QToolbarTitle: "NsToolbarTitle"
1165
+ }, qt = Object.fromEntries(
1166
+ Object.entries(Ot).map(([t, e]) => [
1167
+ t.replace(/([A-Z])/g, "-$1").toLowerCase().replace(/^-/, ""),
1168
+ e.replace(/([A-Z])/g, "-$1").toLowerCase().replace(/^-/, "")
1169
+ ])
1170
+ );
1171
+ function Rs() {
1172
+ return Object.entries(qt).map(([t, e]) => ({
1173
+ element: t,
1174
+ message: `Use <${e}> from @nonsuch/components instead of <${t}>.`
1175
+ }));
668
1176
  }
669
1177
  export {
670
- at as NsAvatar,
671
- tt as NsBanner,
672
- Ze as NsButton,
673
- Je as NsCard,
674
- Xe as NsCheckbox,
675
- ot as NsChip,
676
- et as NsDialog,
677
- _e as NsForm,
678
- Ye as NsInput,
679
- lt as NsList,
680
- V as NsLocaleKey,
681
- We as NsSelect,
682
- Ge as NsSkeleton,
683
- He as NsThemeProvider,
684
- xe as NsToggle,
685
- st as NsTooltip,
686
- nt as createNonsuch,
687
- rt as createQuasarConfig,
688
- ct as getToken,
689
- S as nsLocaleEnCA,
690
- dt as nsLocaleFrCA,
691
- ie as provideNsLocale,
692
- ut as useNsDarkMode,
693
- it as useNsDefault,
694
- ue as useNsLocale
1178
+ Ka as NsAvatar,
1179
+ Wa as NsBadge,
1180
+ xa as NsBanner,
1181
+ es as NsBreadcrumbElement,
1182
+ Xa as NsBreadcrumbs,
1183
+ Ma as NsButton,
1184
+ ts as NsButtonToggle,
1185
+ qa as NsCard,
1186
+ as as NsCardActions,
1187
+ ss as NsCardSection,
1188
+ Ua as NsCheckbox,
1189
+ Ga as NsChip,
1190
+ Za as NsDialog,
1191
+ os as NsFooter,
1192
+ ja as NsForm,
1193
+ ns as NsHeader,
1194
+ rs as NsIcon,
1195
+ ls as NsImage,
1196
+ ds as NsInnerLoading,
1197
+ Oa as NsInput,
1198
+ us as NsItem,
1199
+ is as NsItemLabel,
1200
+ cs as NsItemSection,
1201
+ ms as NsLayout,
1202
+ fs as NsLinearProgress,
1203
+ Ja as NsList,
1204
+ k as NsLocaleKey,
1205
+ ps as NsMenu,
1206
+ _s as NsPage,
1207
+ vs as NsPageContainer,
1208
+ bs as NsPagination,
1209
+ Ra as NsSelect,
1210
+ $s as NsSeparator,
1211
+ za as NsSkeleton,
1212
+ gs as NsSpace,
1213
+ Ns as NsSpinner,
1214
+ hs as NsSpinnerDots,
1215
+ ys as NsTab,
1216
+ Ts as NsTabPanel,
1217
+ Bs as NsTabPanels,
1218
+ Qs as NsTable,
1219
+ Is as NsTableCell,
1220
+ Ss as NsTabs,
1221
+ Fa as NsThemeProvider,
1222
+ Cs as NsTimeline,
1223
+ ks as NsTimelineEntry,
1224
+ Ha as NsToggle,
1225
+ Vs as NsToolbar,
1226
+ Ls as NsToolbarTitle,
1227
+ Ya as NsTooltip,
1228
+ ws as createNonsuch,
1229
+ Ps as createQuasarConfig,
1230
+ Rs as generateQuasarBanRules,
1231
+ Ms as getToken,
1232
+ y as nsBreakpointNames,
1233
+ b as nsBreakpoints,
1234
+ Ot as nsComponentManifest,
1235
+ C as nsLocaleEnCA,
1236
+ Es as nsLocaleFrCA,
1237
+ qs as nsMediaBetween,
1238
+ Fs as nsMediaDown,
1239
+ Os as nsMediaOnly,
1240
+ zs as nsMediaUp,
1241
+ qt as nsTemplateTagManifest,
1242
+ Re as provideNsLocale,
1243
+ Ds as useNsDarkMode,
1244
+ As as useNsDefault,
1245
+ Ue as useNsLocale
695
1246
  };