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