@nonsuch/component-library 0.7.1 → 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 +2 -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 +4 -0
- package/dist/nonsuch-components.css +1 -1
- package/dist/nonsuch-components.js +369 -343
- package/package.json +1 -1
|
@@ -1,53 +1,55 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { defineComponent as d, openBlock as s, createBlock as
|
|
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
3
|
import z from "quasar/src/components/spinner/QSpinnerDots.js";
|
|
4
4
|
import Y from "quasar/src/components/skeleton/QSkeleton.js";
|
|
5
5
|
import W from "quasar/src/components/input/QInput.js";
|
|
6
|
-
import
|
|
6
|
+
import N from "quasar/src/components/card/QCardSection.js";
|
|
7
7
|
import S from "quasar/src/components/card/QCardActions.js";
|
|
8
|
-
import
|
|
8
|
+
import O from "quasar/src/components/card/QCard.js";
|
|
9
9
|
import X from "quasar/src/components/select/QSelect.js";
|
|
10
10
|
import ee from "quasar/src/components/checkbox/QCheckbox.js";
|
|
11
11
|
import te from "quasar/src/components/toggle/QToggle.js";
|
|
12
12
|
import ae from "quasar/src/components/form/QForm.js";
|
|
13
13
|
import se from "quasar/src/components/dialog/QDialog.js";
|
|
14
|
-
import oe from "quasar/src/components/
|
|
15
|
-
import ne from "quasar/src/components/
|
|
16
|
-
import re from "quasar/src/components/
|
|
17
|
-
import le from "quasar/src/components/
|
|
18
|
-
import de from "quasar/src/components/
|
|
19
|
-
import ue from "quasar/src/components/
|
|
20
|
-
import ie from "quasar/src/components/
|
|
21
|
-
import ce from "quasar/src/components/
|
|
22
|
-
import me from "quasar/src/components/
|
|
23
|
-
import fe from "quasar/src/components/
|
|
24
|
-
import pe from "quasar/src/components/
|
|
25
|
-
import _e from "quasar/src/components/
|
|
26
|
-
import ve from "quasar/src/components/
|
|
27
|
-
import be from "quasar/src/components/
|
|
28
|
-
import $e from "quasar/src/components/
|
|
29
|
-
import
|
|
30
|
-
import
|
|
31
|
-
import he from "quasar/src/components/
|
|
32
|
-
import ye from "quasar/src/components/
|
|
33
|
-
import
|
|
34
|
-
import
|
|
35
|
-
import Te from "quasar/src/components/
|
|
36
|
-
import Be from "quasar/src/components/
|
|
37
|
-
import Se from "quasar/src/components/
|
|
38
|
-
import Ce from "quasar/src/components/
|
|
39
|
-
import ke from "quasar/src/components/
|
|
40
|
-
import Ve from "quasar/src/components/
|
|
41
|
-
import Le from "quasar/src/components/
|
|
42
|
-
import we from "quasar/src/components/
|
|
43
|
-
import Pe from "quasar/src/components/
|
|
44
|
-
import Ee from "quasar/src/components/
|
|
45
|
-
import
|
|
46
|
-
import
|
|
47
|
-
import Me from "quasar/src/components/
|
|
48
|
-
import ze from "quasar/src/components/
|
|
49
|
-
import
|
|
50
|
-
|
|
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 Oe = /* @__PURE__ */ d({
|
|
|
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,
|
|
@@ -68,12 +70,12 @@ const Oe = /* @__PURE__ */ d({
|
|
|
68
70
|
"aria-busy": t.loading,
|
|
69
71
|
class: "ns-button"
|
|
70
72
|
}), {
|
|
71
|
-
loading:
|
|
73
|
+
loading: o(() => [
|
|
72
74
|
l(e.$slots, "loading", {}, () => [
|
|
73
|
-
h(
|
|
75
|
+
h(H(z), { color: "white" })
|
|
74
76
|
], !0)
|
|
75
77
|
]),
|
|
76
|
-
default:
|
|
78
|
+
default: o(() => [
|
|
77
79
|
l(e.$slots, "default", {}, void 0, !0)
|
|
78
80
|
]),
|
|
79
81
|
_: 3
|
|
@@ -81,10 +83,10 @@ const Oe = /* @__PURE__ */ d({
|
|
|
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 Oe = /* @__PURE__ */ d({
|
|
|
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 Oe = /* @__PURE__ */ d({
|
|
|
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",
|
|
@@ -143,21 +145,21 @@ const Oe = /* @__PURE__ */ d({
|
|
|
143
145
|
tooLong: "Too long"
|
|
144
146
|
}
|
|
145
147
|
}, k = /* @__PURE__ */ Symbol("ns-locale");
|
|
146
|
-
function
|
|
147
|
-
|
|
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
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 Fa = /* @__PURE__ */ d({
|
|
|
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] = (
|
|
180
|
+
"onUpdate:modelValue": a[0] || (a[0] = (r) => e.$emit("update:modelValue", r))
|
|
179
181
|
}), B({ _: 2 }, [
|
|
180
|
-
E(e.$slots, (
|
|
182
|
+
E(e.$slots, (r, c) => ({
|
|
181
183
|
name: c,
|
|
182
|
-
fn:
|
|
183
|
-
l(e.$slots, c, A(
|
|
184
|
+
fn: o((m) => [
|
|
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,37 +198,37 @@ const Fa = /* @__PURE__ */ d({
|
|
|
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
|
-
default:
|
|
206
|
-
t.title || a.$slots.header ? (s(),
|
|
207
|
+
default: o(() => [
|
|
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
|
-
default:
|
|
213
|
+
default: o(() => [
|
|
212
214
|
l(a.$slots, "header", {}, () => [
|
|
213
|
-
M("div",
|
|
214
|
-
t.subtitle ? (s(), K("div",
|
|
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
220
|
})) : $("", !0),
|
|
219
|
-
h(
|
|
220
|
-
default:
|
|
221
|
+
h(N, null, {
|
|
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
|
}, {
|
|
229
|
-
default:
|
|
231
|
+
default: o(() => [
|
|
230
232
|
l(a.$slots, "actions", {}, void 0, !0)
|
|
231
233
|
]),
|
|
232
234
|
_: 3
|
|
@@ -235,7 +237,7 @@ const Fa = /* @__PURE__ */ d({
|
|
|
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 Fa = /* @__PURE__ */ d({
|
|
|
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 Fa = /* @__PURE__ */ d({
|
|
|
261
263
|
"emit-value": t.emitValue,
|
|
262
264
|
"map-options": t.mapOptions,
|
|
263
265
|
class: "ns-select",
|
|
264
|
-
"onUpdate:modelValue": a[0] || (a[0] = (
|
|
266
|
+
"onUpdate:modelValue": a[0] || (a[0] = (r) => e.$emit("update:modelValue", r))
|
|
265
267
|
}), B({ _: 2 }, [
|
|
266
|
-
E(e.$slots, (
|
|
268
|
+
E(e.$slots, (r, c) => ({
|
|
267
269
|
name: c,
|
|
268
|
-
fn:
|
|
269
|
-
l(e.$slots, c, A(
|
|
270
|
+
fn: o((m) => [
|
|
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 Fa = /* @__PURE__ */ d({
|
|
|
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 Fa = /* @__PURE__ */ d({
|
|
|
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 Fa = /* @__PURE__ */ d({
|
|
|
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,20 +325,20 @@ const Fa = /* @__PURE__ */ d({
|
|
|
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
|
-
default:
|
|
335
|
+
default: o(() => [
|
|
334
336
|
l(e.$slots, "default", {}, void 0, !0)
|
|
335
337
|
]),
|
|
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,51 +348,51 @@ const Fa = /* @__PURE__ */ d({
|
|
|
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
|
-
default:
|
|
360
|
-
h(
|
|
361
|
+
default: o(() => [
|
|
362
|
+
h(O, {
|
|
361
363
|
class: "ns-dialog__card",
|
|
362
364
|
role: "dialog",
|
|
363
365
|
"aria-modal": !0
|
|
364
366
|
}, {
|
|
365
|
-
default:
|
|
366
|
-
t.title ||
|
|
367
|
+
default: o(() => [
|
|
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
|
-
default:
|
|
372
|
-
l(
|
|
373
|
-
M("div",
|
|
373
|
+
default: o(() => [
|
|
374
|
+
l(r.$slots, "header", {}, () => [
|
|
375
|
+
M("div", et, T(t.title), 1)
|
|
374
376
|
], !0)
|
|
375
377
|
]),
|
|
376
378
|
_: 3
|
|
377
379
|
})) : $("", !0),
|
|
378
|
-
h(
|
|
380
|
+
h(N, {
|
|
379
381
|
id: a,
|
|
380
382
|
class: "ns-dialog__body"
|
|
381
383
|
}, {
|
|
382
|
-
default:
|
|
383
|
-
l(
|
|
384
|
+
default: o(() => [
|
|
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
|
-
default:
|
|
393
|
-
l(
|
|
394
|
+
default: o(() => [
|
|
395
|
+
l(r.$slots, "actions", {}, void 0, !0)
|
|
394
396
|
]),
|
|
395
397
|
_: 3
|
|
396
398
|
})) : $("", !0)
|
|
@@ -401,7 +403,27 @@ const Fa = /* @__PURE__ */ d({
|
|
|
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,38 +433,38 @@ const Fa = /* @__PURE__ */ d({
|
|
|
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":
|
|
444
|
+
"aria-live": r.value
|
|
423
445
|
}), B({
|
|
424
|
-
default:
|
|
446
|
+
default: o(() => [
|
|
425
447
|
l(c.$slots, "default", {}, void 0, !0)
|
|
426
448
|
]),
|
|
427
449
|
_: 2
|
|
428
450
|
}, [
|
|
429
451
|
c.$slots.avatar ? {
|
|
430
452
|
name: "avatar",
|
|
431
|
-
fn:
|
|
453
|
+
fn: o(() => [
|
|
432
454
|
l(c.$slots, "avatar", {}, void 0, !0)
|
|
433
455
|
]),
|
|
434
456
|
key: "0"
|
|
435
457
|
} : void 0,
|
|
436
458
|
c.$slots.action ? {
|
|
437
459
|
name: "action",
|
|
438
|
-
fn:
|
|
460
|
+
fn: o(() => [
|
|
439
461
|
l(c.$slots, "action", {}, void 0, !0)
|
|
440
462
|
]),
|
|
441
463
|
key: "1"
|
|
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 Fa = /* @__PURE__ */ d({
|
|
|
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,
|
|
@@ -470,13 +492,13 @@ const Fa = /* @__PURE__ */ d({
|
|
|
470
492
|
role: t.ariaLabel ? "img" : void 0,
|
|
471
493
|
class: "ns-avatar"
|
|
472
494
|
}), {
|
|
473
|
-
default:
|
|
495
|
+
default: o(() => [
|
|
474
496
|
l(c.$slots, "default", {}, void 0, !0)
|
|
475
497
|
]),
|
|
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 Fa = /* @__PURE__ */ d({
|
|
|
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,15 +518,15 @@ const Fa = /* @__PURE__ */ d({
|
|
|
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
|
-
default:
|
|
523
|
+
default: o(() => [
|
|
502
524
|
l(e.$slots, "default", {}, void 0, !0)
|
|
503
525
|
]),
|
|
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 Fa = /* @__PURE__ */ d({
|
|
|
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,
|
|
@@ -521,13 +543,13 @@ const Fa = /* @__PURE__ */ d({
|
|
|
521
543
|
role: "list",
|
|
522
544
|
class: "ns-list"
|
|
523
545
|
}), {
|
|
524
|
-
default:
|
|
546
|
+
default: o(() => [
|
|
525
547
|
l(e.$slots, "default", {}, void 0, !0)
|
|
526
548
|
]),
|
|
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,50 +558,50 @@ const Fa = /* @__PURE__ */ d({
|
|
|
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,
|
|
543
565
|
self: t.self,
|
|
544
566
|
class: "ns-tooltip"
|
|
545
567
|
}), {
|
|
546
|
-
default:
|
|
568
|
+
default: o(() => [
|
|
547
569
|
l(e.$slots, "default", {}, void 0, !0)
|
|
548
570
|
]),
|
|
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(),
|
|
556
|
-
default:
|
|
577
|
+
return (e, a) => (s(), n(ce, u(e.$attrs, { class: "ns-badge" }), {
|
|
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(),
|
|
566
|
-
default:
|
|
587
|
+
return (e, a) => (s(), n(me, u(e.$attrs, { class: "ns-breadcrumbs" }), {
|
|
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(),
|
|
576
|
-
default:
|
|
597
|
+
return (e, a) => (s(), n(fe, u(e.$attrs, { class: "ns-breadcrumb-element" }), {
|
|
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,173 +609,173 @@ const Fa = /* @__PURE__ */ d({
|
|
|
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,
|
|
598
620
|
class: "ns-button-toggle"
|
|
599
621
|
}), {
|
|
600
|
-
default:
|
|
622
|
+
default: o(() => [
|
|
601
623
|
l(m.$slots, "default", {}, void 0, !0)
|
|
602
624
|
]),
|
|
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(),
|
|
610
|
-
default:
|
|
631
|
+
return (e, a) => (s(), n(S, u(e.$attrs, { class: "ns-card-actions" }), {
|
|
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(),
|
|
620
|
-
default:
|
|
641
|
+
return (e, a) => (s(), n(N, u(e.$attrs, { class: "ns-card-section" }), {
|
|
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(),
|
|
630
|
-
default:
|
|
651
|
+
return (e, a) => (s(), n(_e, u(e.$attrs, { class: "ns-footer" }), {
|
|
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(),
|
|
640
|
-
default:
|
|
661
|
+
return (e, a) => (s(), n(ve, u(e.$attrs, { class: "ns-header" }), {
|
|
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(),
|
|
650
|
-
default:
|
|
671
|
+
return (e, a) => (s(), n(be, u(e.$attrs, { class: "ns-icon" }), {
|
|
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(),
|
|
660
|
-
default:
|
|
681
|
+
return (e, a) => (s(), n($e, u(e.$attrs, { class: "ns-image" }), {
|
|
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(),
|
|
670
|
-
default:
|
|
691
|
+
return (e, a) => (s(), n(Ne, u(e.$attrs, { class: "ns-inner-loading" }), {
|
|
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(),
|
|
680
|
-
default:
|
|
701
|
+
return (e, a) => (s(), n(ge, u(e.$attrs, { class: "ns-item" }), {
|
|
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(),
|
|
690
|
-
default:
|
|
711
|
+
return (e, a) => (s(), n(he, u(e.$attrs, { class: "ns-item-label" }), {
|
|
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(),
|
|
700
|
-
default:
|
|
721
|
+
return (e, a) => (s(), n(ye, u(e.$attrs, { class: "ns-item-section" }), {
|
|
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(),
|
|
710
|
-
default:
|
|
731
|
+
return (e, a) => (s(), n(Ie, u(e.$attrs, { class: "ns-layout" }), {
|
|
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(),
|
|
720
|
-
default:
|
|
741
|
+
return (e, a) => (s(), n(Qe, u(e.$attrs, { class: "ns-linear-progress" }), {
|
|
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(),
|
|
730
|
-
default:
|
|
751
|
+
return (e, a) => (s(), n(Te, u(e.$attrs, { class: "ns-menu" }), {
|
|
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(),
|
|
740
|
-
default:
|
|
761
|
+
return (e, a) => (s(), n(Be, u(e.$attrs, { class: "ns-page" }), {
|
|
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(),
|
|
750
|
-
default:
|
|
771
|
+
return (e, a) => (s(), n(Se, u(e.$attrs, { class: "ns-page-container" }), {
|
|
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,173 +783,173 @@ const Fa = /* @__PURE__ */ d({
|
|
|
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,
|
|
772
794
|
class: "ns-pagination"
|
|
773
795
|
}), {
|
|
774
|
-
default:
|
|
796
|
+
default: o(() => [
|
|
775
797
|
l(m.$slots, "default", {}, void 0, !0)
|
|
776
798
|
]),
|
|
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(),
|
|
789
|
-
default:
|
|
810
|
+
return (e, a) => (s(), n(Ve, u(e.$attrs, { class: "ns-space" }), {
|
|
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(),
|
|
809
|
-
default:
|
|
830
|
+
return (e, a) => (s(), n(we, u(e.$attrs, { class: "ns-tab" }), {
|
|
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
|
}), {
|
|
825
|
-
default:
|
|
847
|
+
default: o(() => [
|
|
826
848
|
l(e.$slots, "default", {}, void 0, !0)
|
|
827
849
|
]),
|
|
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(),
|
|
835
|
-
default:
|
|
856
|
+
return (e, a) => (s(), n(Ee, u(e.$attrs, { class: "ns-table-cell" }), {
|
|
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
|
}), {
|
|
851
|
-
default:
|
|
873
|
+
default: o(() => [
|
|
852
874
|
l(e.$slots, "default", {}, void 0, !0)
|
|
853
875
|
]),
|
|
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"
|
|
872
894
|
}), {
|
|
873
|
-
default:
|
|
895
|
+
default: o(() => [
|
|
874
896
|
l(m.$slots, "default", {}, void 0, !0)
|
|
875
897
|
]),
|
|
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(),
|
|
883
|
-
default:
|
|
904
|
+
return (e, a) => (s(), n(Me, u(e.$attrs, { class: "ns-tabs" }), {
|
|
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(),
|
|
893
|
-
default:
|
|
914
|
+
return (e, a) => (s(), n(ze, u(e.$attrs, { class: "ns-timeline" }), {
|
|
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(),
|
|
903
|
-
default:
|
|
924
|
+
return (e, a) => (s(), n(Oe, u(e.$attrs, { class: "ns-timeline-entry" }), {
|
|
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(),
|
|
913
|
-
default:
|
|
934
|
+
return (e, a) => (s(), n(Fe, u(e.$attrs, { class: "ns-toolbar" }), {
|
|
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(),
|
|
923
|
-
default:
|
|
944
|
+
return (e, a) => (s(), n(qe, u(e.$attrs, { class: "ns-toolbar-title" }), {
|
|
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
|
|
951
|
+
}), Os = /* @__PURE__ */ i(Rt, [["__scopeId", "data-v-42928844"]]);
|
|
952
|
+
function Fs(t = {}) {
|
|
931
953
|
const { locale: e = C } = t;
|
|
932
954
|
return {
|
|
933
955
|
install(a) {
|
|
@@ -935,7 +957,7 @@ function ws(t = {}) {
|
|
|
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 Ft = {
|
|
|
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 Es = {
|
|
|
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,15 +1039,15 @@ function As(t, e) {
|
|
|
1017
1039
|
return m;
|
|
1018
1040
|
});
|
|
1019
1041
|
}
|
|
1020
|
-
const
|
|
1021
|
-
function
|
|
1042
|
+
const I = "ns-dark-mode";
|
|
1043
|
+
function xs() {
|
|
1022
1044
|
const t = w(!1), e = w("system");
|
|
1023
|
-
let a = null,
|
|
1045
|
+
let a = null, r = () => {
|
|
1024
1046
|
};
|
|
1025
1047
|
function c(p) {
|
|
1026
1048
|
if (t.value = p, typeof document < "u") {
|
|
1027
|
-
const
|
|
1028
|
-
|
|
1049
|
+
const g = document.documentElement;
|
|
1050
|
+
g.classList.toggle("dark", p), g.setAttribute("data-theme", p ? "dark" : "light");
|
|
1029
1051
|
}
|
|
1030
1052
|
}
|
|
1031
1053
|
function m() {
|
|
@@ -1033,14 +1055,14 @@ function Ds() {
|
|
|
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
1067
|
function V() {
|
|
1046
1068
|
e.value = "user", _(!0), c(!0);
|
|
@@ -1052,16 +1074,16 @@ function Ds() {
|
|
|
1052
1074
|
t.value ? L() : V();
|
|
1053
1075
|
}
|
|
1054
1076
|
function R() {
|
|
1055
|
-
|
|
1077
|
+
F(), e.value = "system", c(m());
|
|
1056
1078
|
}
|
|
1057
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)"),
|
|
1060
|
-
f() === null && (e.value = "system", c(
|
|
1061
|
-
}, a.addEventListener("change",
|
|
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) => {
|
|
1082
|
+
f() === null && (e.value = "system", c(g.matches));
|
|
1083
|
+
}, a.addEventListener("change", r));
|
|
1062
1084
|
}
|
|
1063
1085
|
return G(U), J(() => {
|
|
1064
|
-
a?.removeEventListener("change",
|
|
1086
|
+
a?.removeEventListener("change", r);
|
|
1065
1087
|
}), {
|
|
1066
1088
|
isDark: P(t),
|
|
1067
1089
|
source: P(e),
|
|
@@ -1071,7 +1093,7 @@ function Ds() {
|
|
|
1071
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
1099
|
const b = {
|
|
@@ -1091,27 +1113,27 @@ const b = {
|
|
|
1091
1113
|
"xxl",
|
|
1092
1114
|
"xxxl"
|
|
1093
1115
|
];
|
|
1094
|
-
function
|
|
1116
|
+
function js(t) {
|
|
1095
1117
|
return `(min-width: ${b[t]}px)`;
|
|
1096
1118
|
}
|
|
1097
|
-
function
|
|
1119
|
+
function Zs(t) {
|
|
1098
1120
|
return `(max-width: ${b[t] - 1}px)`;
|
|
1099
1121
|
}
|
|
1100
|
-
function
|
|
1101
|
-
const e = y.indexOf(t), a = b[t],
|
|
1102
|
-
if (!
|
|
1122
|
+
function Ks(t) {
|
|
1123
|
+
const e = y.indexOf(t), a = b[t], r = y[e + 1];
|
|
1124
|
+
if (!r)
|
|
1103
1125
|
return `(min-width: ${a}px)`;
|
|
1104
|
-
const c = b[
|
|
1126
|
+
const c = b[r] - 1;
|
|
1105
1127
|
return `(min-width: ${a}px) and (max-width: ${c}px)`;
|
|
1106
1128
|
}
|
|
1107
|
-
function
|
|
1108
|
-
const a = y.indexOf(e),
|
|
1109
|
-
if (!
|
|
1129
|
+
function Gs(t, e) {
|
|
1130
|
+
const a = y.indexOf(e), r = y[a + 1], c = b[t];
|
|
1131
|
+
if (!r)
|
|
1110
1132
|
return `(min-width: ${c}px)`;
|
|
1111
|
-
const m = b[
|
|
1133
|
+
const m = b[r] - 1;
|
|
1112
1134
|
return `(min-width: ${c}px) and (max-width: ${m}px)`;
|
|
1113
1135
|
}
|
|
1114
|
-
const
|
|
1136
|
+
const xt = {
|
|
1115
1137
|
// Existing (fully styled) components
|
|
1116
1138
|
QAvatar: "NsAvatar",
|
|
1117
1139
|
QBanner: "NsBanner",
|
|
@@ -1129,6 +1151,8 @@ const Ot = {
|
|
|
1129
1151
|
QTooltip: "NsTooltip",
|
|
1130
1152
|
// Placeholder wrapper components
|
|
1131
1153
|
QBadge: "NsBadge",
|
|
1154
|
+
QDrawer: "NsDrawer",
|
|
1155
|
+
QExpansionItem: "NsExpansionItem",
|
|
1132
1156
|
QBreadcrumbs: "NsBreadcrumbs",
|
|
1133
1157
|
QBreadcrumbsEl: "NsBreadcrumbElement",
|
|
1134
1158
|
QBtnToggle: "NsButtonToggle",
|
|
@@ -1162,85 +1186,87 @@ const Ot = {
|
|
|
1162
1186
|
QTimelineEntry: "NsTimelineEntry",
|
|
1163
1187
|
QToolbar: "NsToolbar",
|
|
1164
1188
|
QToolbarTitle: "NsToolbarTitle"
|
|
1165
|
-
},
|
|
1166
|
-
Object.entries(
|
|
1189
|
+
}, Ht = Object.fromEntries(
|
|
1190
|
+
Object.entries(xt).map(([t, e]) => [
|
|
1167
1191
|
t.replace(/([A-Z])/g, "-$1").toLowerCase().replace(/^-/, ""),
|
|
1168
1192
|
e.replace(/([A-Z])/g, "-$1").toLowerCase().replace(/^-/, "")
|
|
1169
1193
|
])
|
|
1170
1194
|
);
|
|
1171
|
-
function
|
|
1172
|
-
return Object.entries(
|
|
1195
|
+
function Js() {
|
|
1196
|
+
return Object.entries(Ht).map(([t, e]) => ({
|
|
1173
1197
|
element: t,
|
|
1174
1198
|
message: `Use <${e}> from @nonsuch/components instead of <${t}>.`
|
|
1175
1199
|
}));
|
|
1176
1200
|
}
|
|
1177
1201
|
export {
|
|
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
|
-
|
|
1203
|
-
|
|
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,
|
|
1204
1230
|
k as NsLocaleKey,
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
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,
|
|
1232
1258
|
y as nsBreakpointNames,
|
|
1233
1259
|
b as nsBreakpoints,
|
|
1234
|
-
|
|
1260
|
+
xt as nsComponentManifest,
|
|
1235
1261
|
C as nsLocaleEnCA,
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
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
|
|
1246
1272
|
};
|