admins-components 9.0.5 → 9.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. package/dist/admins-components101.js +3 -3
  2. package/dist/admins-components103.js +19 -29
  3. package/dist/admins-components105.js +2 -2
  4. package/dist/admins-components107.js +1 -2
  5. package/dist/admins-components115.js +15 -23
  6. package/dist/admins-components12.js +1 -1
  7. package/dist/admins-components129.js +6 -20
  8. package/dist/admins-components130.js +6 -14
  9. package/dist/admins-components131.js +1 -5
  10. package/dist/admins-components135.js +26 -27
  11. package/dist/admins-components136.js +1 -1
  12. package/dist/admins-components137.js +93 -100
  13. package/dist/admins-components14.js +1 -1
  14. package/dist/admins-components141.js +8 -9
  15. package/dist/admins-components148.js +7476 -7733
  16. package/dist/admins-components151.js +1 -1
  17. package/dist/admins-components155.js +1 -1
  18. package/dist/admins-components156.js +1 -1
  19. package/dist/admins-components158.js +1 -1
  20. package/dist/admins-components160.js +1 -1
  21. package/dist/admins-components161.js +1 -1
  22. package/dist/admins-components162.js +1 -1
  23. package/dist/admins-components164.js +1 -1
  24. package/dist/admins-components167.js +1 -1
  25. package/dist/admins-components17.js +1 -1
  26. package/dist/admins-components19.js +1 -1
  27. package/dist/admins-components22.js +1 -1
  28. package/dist/admins-components24.js +2 -2
  29. package/dist/admins-components27.js +2 -2
  30. package/dist/admins-components30.js +1 -1
  31. package/dist/admins-components33.js +1 -1
  32. package/dist/admins-components35.js +1 -1
  33. package/dist/admins-components38.js +1 -1
  34. package/dist/admins-components4.js +2 -2
  35. package/dist/admins-components41.js +1 -1
  36. package/dist/admins-components43.js +1 -1
  37. package/dist/admins-components45.js +1 -1
  38. package/dist/admins-components49.js +1 -1
  39. package/dist/admins-components56.js +1 -1
  40. package/dist/admins-components58.js +1 -1
  41. package/dist/admins-components61.js +1 -1
  42. package/dist/admins-components65.js +1 -1
  43. package/dist/admins-components68.js +1 -1
  44. package/dist/admins-components7.js +1 -1
  45. package/dist/admins-components72.js +1 -1
  46. package/dist/admins-components77.js +1 -1
  47. package/dist/admins-components80.js +1 -1
  48. package/dist/admins-components83.js +1 -1
  49. package/dist/admins-components86.js +2 -2
  50. package/dist/admins-components98.js +125 -136
  51. package/dist/index.d.ts +2 -0
  52. package/dist/src/components/Button.vue.d.ts +1 -1
  53. package/dist/src/components/Calendar.vue.d.ts +1 -1
  54. package/dist/src/components/ConfirmModal.vue.d.ts +1 -1
  55. package/dist/src/components/DatePicker.vue.d.ts +2 -2
  56. package/dist/src/components/DateRangePicker.vue.d.ts +2 -2
  57. package/dist/src/components/DropdownMenu.vue.d.ts +2 -2
  58. package/dist/src/components/DropdownSelect.vue.d.ts +1 -1
  59. package/dist/src/components/HeaderComponent.vue.d.ts +2 -2
  60. package/dist/src/components/custom/ImagePicker.vue.d.ts +1 -1
  61. package/dist/src/components/data-table/DataCards.vue.d.ts +2 -2
  62. package/dist/src/components/data-table/DataCell.vue.d.ts +1 -1
  63. package/dist/src/components/data-table/DataFilters.vue.d.ts +4 -4
  64. package/dist/src/components/data-table/DataList.vue.d.ts +4 -4
  65. package/dist/src/components/data-table/DataListGuide.vue.d.ts +1 -1
  66. package/dist/src/components/data-table/DataListOptions.vue.d.ts +2 -2
  67. package/dist/src/components/data-table/DataPaginator.vue.d.ts +1 -1
  68. package/dist/src/components/data-table/DataTable.vue.d.ts +3 -3
  69. package/dist/src/components/data-table/FilterTags.vue.d.ts +1 -1
  70. package/dist/src/components/data-table/FiltersHistory.vue.d.ts +1 -1
  71. package/dist/src/index.d.ts +85 -85
  72. package/dist/src/vueformelements/config/ExternalArticleOfferElementConfig.d.ts +1 -1
  73. package/package.json +5 -4
@@ -1,90 +1,82 @@
1
1
  import e from "./admins-components97.js";
2
2
  //#region node_modules/axios/lib/utils.js
3
- var { toString: t } = Object.prototype, { getPrototypeOf: n } = Object, { iterator: r, toStringTag: i } = Symbol, a = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), o = (e, t) => {
4
- let r = e, i = [];
5
- for (; r != null && r !== Object.prototype;) {
6
- if (i.indexOf(r) !== -1) return !1;
7
- if (i.push(r), a(r, t)) return !0;
8
- r = n(r);
9
- }
10
- return !1;
11
- }, s = (e, t) => e != null && o(e, t) ? e[t] : void 0, c = ((e) => (n) => {
3
+ var { toString: t } = Object.prototype, { getPrototypeOf: n } = Object, { iterator: r, toStringTag: i } = Symbol, a = ((e) => (n) => {
12
4
  let r = t.call(n);
13
5
  return e[r] || (e[r] = r.slice(8, -1).toLowerCase());
14
- })(Object.create(null)), l = (e) => (e = e.toLowerCase(), (t) => c(t) === e), u = (e) => (t) => typeof t === e, { isArray: d } = Array, f = u("undefined");
15
- function p(e) {
16
- return e !== null && !f(e) && e.constructor !== null && !f(e.constructor) && _(e.constructor.isBuffer) && e.constructor.isBuffer(e);
6
+ })(Object.create(null)), o = (e) => (e = e.toLowerCase(), (t) => a(t) === e), s = (e) => (t) => typeof t === e, { isArray: c } = Array, l = s("undefined");
7
+ function u(e) {
8
+ return e !== null && !l(e) && e.constructor !== null && !l(e.constructor) && m(e.constructor.isBuffer) && e.constructor.isBuffer(e);
17
9
  }
18
- var m = l("ArrayBuffer");
19
- function h(e) {
10
+ var d = o("ArrayBuffer");
11
+ function f(e) {
20
12
  let t;
21
- return t = typeof ArrayBuffer < "u" && ArrayBuffer.isView ? ArrayBuffer.isView(e) : e && e.buffer && m(e.buffer), t;
13
+ return t = typeof ArrayBuffer < "u" && ArrayBuffer.isView ? ArrayBuffer.isView(e) : e && e.buffer && d(e.buffer), t;
22
14
  }
23
- var g = u("string"), _ = u("function"), v = u("number"), y = (e) => typeof e == "object" && !!e, b = (e) => e === !0 || e === !1, x = (e) => {
24
- if (!y(e)) return !1;
15
+ var p = s("string"), m = s("function"), h = s("number"), g = (e) => typeof e == "object" && !!e, _ = (e) => e === !0 || e === !1, v = (e) => {
16
+ if (a(e) !== "object") return !1;
25
17
  let t = n(e);
26
- return (t === null || t === Object.prototype || n(t) === null) && !o(e, i) && !o(e, r);
27
- }, S = (e) => {
28
- if (!y(e) || p(e)) return !1;
18
+ return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(i in e) && !(r in e);
19
+ }, y = (e) => {
20
+ if (!g(e) || u(e)) return !1;
29
21
  try {
30
22
  return Object.keys(e).length === 0 && Object.getPrototypeOf(e) === Object.prototype;
31
23
  } catch {
32
24
  return !1;
33
25
  }
34
- }, C = l("Date"), w = l("File"), T = (e) => !!(e && e.uri !== void 0), ee = (e) => e && e.getParts !== void 0, te = l("Blob"), ne = l("FileList"), re = (e) => y(e) && _(e.pipe);
35
- function E() {
26
+ }, b = o("Date"), x = o("File"), S = (e) => !!(e && e.uri !== void 0), C = (e) => e && e.getParts !== void 0, ee = o("Blob"), te = o("FileList"), ne = (e) => g(e) && m(e.pipe);
27
+ function w() {
36
28
  return typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : typeof global < "u" ? global : {};
37
29
  }
38
- var D = E(), O = D.FormData === void 0 ? void 0 : D.FormData, k = (e) => {
30
+ var T = w(), E = T.FormData === void 0 ? void 0 : T.FormData, D = (e) => {
39
31
  if (!e) return !1;
40
- if (O && e instanceof O) return !0;
32
+ if (E && e instanceof E) return !0;
41
33
  let t = n(e);
42
- if (!t || t === Object.prototype || !_(e.append)) return !1;
43
- let r = c(e);
44
- return r === "formdata" || r === "object" && _(e.toString) && e.toString() === "[object FormData]";
45
- }, A = l("URLSearchParams"), [j, M, N, P] = [
34
+ if (!t || t === Object.prototype || !m(e.append)) return !1;
35
+ let r = a(e);
36
+ return r === "formdata" || r === "object" && m(e.toString) && e.toString() === "[object FormData]";
37
+ }, O = o("URLSearchParams"), [k, A, j, M] = [
46
38
  "ReadableStream",
47
39
  "Request",
48
40
  "Response",
49
41
  "Headers"
50
- ].map(l), F = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
51
- function I(e, t, { allOwnKeys: n = !1 } = {}) {
42
+ ].map(o), N = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
43
+ function P(e, t, { allOwnKeys: n = !1 } = {}) {
52
44
  if (e == null) return;
53
45
  let r, i;
54
- if (typeof e != "object" && (e = [e]), d(e)) for (r = 0, i = e.length; r < i; r++) t.call(null, e[r], r, e);
46
+ if (typeof e != "object" && (e = [e]), c(e)) for (r = 0, i = e.length; r < i; r++) t.call(null, e[r], r, e);
55
47
  else {
56
- if (p(e)) return;
48
+ if (u(e)) return;
57
49
  let i = n ? Object.getOwnPropertyNames(e) : Object.keys(e), a = i.length, o;
58
50
  for (r = 0; r < a; r++) o = i[r], t.call(null, e[o], o, e);
59
51
  }
60
52
  }
61
- function L(e, t) {
62
- if (p(e)) return null;
53
+ function F(e, t) {
54
+ if (u(e)) return null;
63
55
  t = t.toLowerCase();
64
56
  let n = Object.keys(e), r = n.length, i;
65
57
  for (; r-- > 0;) if (i = n[r], t === i.toLowerCase()) return i;
66
58
  return null;
67
59
  }
68
- var R = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, z = (e) => !f(e) && e !== R;
69
- function B(...e) {
70
- let { caseless: t, skipUndefined: n } = z(this) && this || {}, r = {}, i = (e, i) => {
60
+ var I = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, L = (e) => !l(e) && e !== I;
61
+ function R(...e) {
62
+ let { caseless: t, skipUndefined: n } = L(this) && this || {}, r = {}, i = (e, i) => {
71
63
  if (i === "__proto__" || i === "constructor" || i === "prototype") return;
72
- let o = t && typeof i == "string" && L(r, i) || i, s = a(r, o) ? r[o] : void 0;
73
- x(s) && x(e) ? r[o] = B(s, e) : x(e) ? r[o] = B({}, e) : d(e) ? r[o] = e.slice() : (!n || !f(e)) && (r[o] = e);
64
+ let a = t && typeof i == "string" && F(r, i) || i, o = Y(r, a) ? r[a] : void 0;
65
+ v(o) && v(e) ? r[a] = R(o, e) : v(e) ? r[a] = R({}, e) : c(e) ? r[a] = e.slice() : (!n || !l(e)) && (r[a] = e);
74
66
  };
75
67
  for (let t = 0, n = e.length; t < n; t++) {
76
68
  let n = e[t];
77
- if (!n || p(n) || (I(n, i), typeof n != "object" || d(n))) continue;
69
+ if (!n || u(n) || (P(n, i), typeof n != "object" || c(n))) continue;
78
70
  let r = Object.getOwnPropertySymbols(n);
79
71
  for (let e = 0; e < r.length; e++) {
80
72
  let t = r[e];
81
- oe.call(n, t) && i(n[t], t);
73
+ X.call(n, t) && i(n[t], t);
82
74
  }
83
75
  }
84
76
  return r;
85
77
  }
86
- var V = (t, n, r, { allOwnKeys: i } = {}) => (I(n, (n, i) => {
87
- r && _(n) ? Object.defineProperty(t, i, {
78
+ var z = (t, n, r, { allOwnKeys: i } = {}) => (P(n, (n, i) => {
79
+ r && m(n) ? Object.defineProperty(t, i, {
88
80
  __proto__: null,
89
81
  value: e(n, r),
90
82
  writable: !0,
@@ -97,7 +89,7 @@ var V = (t, n, r, { allOwnKeys: i } = {}) => (I(n, (n, i) => {
97
89
  enumerable: !0,
98
90
  configurable: !0
99
91
  });
100
- }, { allOwnKeys: i }), t), H = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), U = (e, t, n, r) => {
92
+ }, { allOwnKeys: i }), t), B = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), V = (e, t, n, r) => {
101
93
  e.prototype = Object.create(t.prototype, r), Object.defineProperty(e.prototype, "constructor", {
102
94
  __proto__: null,
103
95
  value: e,
@@ -108,7 +100,7 @@ var V = (t, n, r, { allOwnKeys: i } = {}) => (I(n, (n, i) => {
108
100
  __proto__: null,
109
101
  value: t.prototype
110
102
  }), n && Object.assign(e.prototype, n);
111
- }, W = (e, t, r, i) => {
103
+ }, H = (e, t, r, i) => {
112
104
  let a, o, s, c = {};
113
105
  if (t ||= {}, e == null) return t;
114
106
  do {
@@ -116,45 +108,45 @@ var V = (t, n, r, { allOwnKeys: i } = {}) => (I(n, (n, i) => {
116
108
  e = r !== !1 && n(e);
117
109
  } while (e && (!r || r(e, t)) && e !== Object.prototype);
118
110
  return t;
119
- }, G = (e, t, n) => {
111
+ }, U = (e, t, n) => {
120
112
  e = String(e), (n === void 0 || n > e.length) && (n = e.length), n -= t.length;
121
113
  let r = e.indexOf(t, n);
122
114
  return r !== -1 && r === n;
123
- }, ie = (e) => {
115
+ }, re = (e) => {
124
116
  if (!e) return null;
125
- if (d(e)) return e;
117
+ if (c(e)) return e;
126
118
  let t = e.length;
127
- if (!v(t)) return null;
119
+ if (!h(t)) return null;
128
120
  let n = Array(t);
129
121
  for (; t-- > 0;) n[t] = e[t];
130
122
  return n;
131
- }, K = ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && n(Uint8Array)), q = (e, t) => {
123
+ }, W = ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && n(Uint8Array)), G = (e, t) => {
132
124
  let n = (e && e[r]).call(e), i;
133
125
  for (; (i = n.next()) && !i.done;) {
134
126
  let n = i.value;
135
127
  t.call(e, n[0], n[1]);
136
128
  }
137
- }, J = (e, t) => {
129
+ }, K = (e, t) => {
138
130
  let n, r = [];
139
131
  for (; (n = e.exec(t)) !== null;) r.push(n);
140
132
  return r;
141
- }, Y = l("HTMLFormElement"), ae = (e) => e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g, function(e, t, n) {
133
+ }, q = o("HTMLFormElement"), J = (e) => e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g, function(e, t, n) {
142
134
  return t.toUpperCase() + n;
143
- }), { propertyIsEnumerable: oe } = Object.prototype, se = l("RegExp"), X = (e, t) => {
135
+ }), Y = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), { propertyIsEnumerable: X } = Object.prototype, ie = o("RegExp"), Z = (e, t) => {
144
136
  let n = Object.getOwnPropertyDescriptors(e), r = {};
145
- I(n, (n, i) => {
137
+ P(n, (n, i) => {
146
138
  let a;
147
139
  (a = t(n, i, e)) !== !1 && (r[i] = a || n);
148
140
  }), Object.defineProperties(e, r);
149
- }, ce = (e) => {
150
- X(e, (t, n) => {
151
- if (_(e) && [
141
+ }, ae = (e) => {
142
+ Z(e, (t, n) => {
143
+ if (m(e) && [
152
144
  "arguments",
153
145
  "caller",
154
146
  "callee"
155
147
  ].includes(n)) return !1;
156
148
  let r = e[n];
157
- if (_(r)) {
149
+ if (m(r)) {
158
150
  if (t.enumerable = !1, "writable" in t) {
159
151
  t.writable = !1;
160
152
  return;
@@ -164,101 +156,98 @@ var V = (t, n, r, { allOwnKeys: i } = {}) => (I(n, (n, i) => {
164
156
  };
165
157
  }
166
158
  });
167
- }, Z = (e, t) => {
159
+ }, oe = (e, t) => {
168
160
  let n = {}, r = (e) => {
169
161
  e.forEach((e) => {
170
162
  n[e] = !0;
171
163
  });
172
164
  };
173
- return d(e) ? r(e) : r(String(e).split(t)), n;
174
- }, le = () => {}, ue = (e, t) => e != null && Number.isFinite(e = +e) ? e : t;
175
- function de(e) {
176
- return !!(e && _(e.append) && e[i] === "FormData" && e[r]);
165
+ return c(e) ? r(e) : r(String(e).split(t)), n;
166
+ }, se = () => {}, ce = (e, t) => e != null && Number.isFinite(e = +e) ? e : t;
167
+ function le(e) {
168
+ return !!(e && m(e.append) && e[i] === "FormData" && e[r]);
177
169
  }
178
- var fe = (e) => {
170
+ var ue = (e) => {
179
171
  let t = /* @__PURE__ */ new WeakSet(), n = (e) => {
180
- if (y(e)) {
172
+ if (g(e)) {
181
173
  if (t.has(e)) return;
182
- if (p(e)) return e;
174
+ if (u(e)) return e;
183
175
  if (!("toJSON" in e)) {
184
176
  t.add(e);
185
- let r = d(e) ? [] : {};
186
- return I(e, (e, t) => {
177
+ let r = c(e) ? [] : {};
178
+ return P(e, (e, t) => {
187
179
  let i = n(e);
188
- !f(i) && (r[t] = i);
180
+ !l(i) && (r[t] = i);
189
181
  }), t.delete(e), r;
190
182
  }
191
183
  }
192
184
  return e;
193
185
  };
194
186
  return n(e);
195
- }, pe = l("AsyncFunction"), me = (e) => e && (y(e) || _(e)) && _(e.then) && _(e.catch), Q = ((e, t) => e ? setImmediate : t ? ((e, t) => (R.addEventListener("message", ({ source: n, data: r }) => {
196
- n === R && r === e && t.length && t.shift()();
187
+ }, Q = o("AsyncFunction"), de = (e) => e && (g(e) || m(e)) && m(e.then) && m(e.catch), $ = ((e, t) => e ? setImmediate : t ? ((e, t) => (I.addEventListener("message", ({ source: n, data: r }) => {
188
+ n === I && r === e && t.length && t.shift()();
197
189
  }, !1), (n) => {
198
- t.push(n), R.postMessage(e, "*");
199
- }))(`axios@${Math.random()}`, []) : (e) => setTimeout(e))(typeof setImmediate == "function", _(R.postMessage)), he = typeof queueMicrotask < "u" ? queueMicrotask.bind(R) : typeof process < "u" && process.nextTick || Q, $ = (e) => e != null && _(e[r]), ge = {
200
- isArray: d,
201
- isArrayBuffer: m,
202
- isBuffer: p,
203
- isFormData: k,
204
- isArrayBufferView: h,
205
- isString: g,
206
- isNumber: v,
207
- isBoolean: b,
208
- isObject: y,
209
- isPlainObject: x,
210
- isEmptyObject: S,
211
- isReadableStream: j,
212
- isRequest: M,
213
- isResponse: N,
214
- isHeaders: P,
215
- isUndefined: f,
216
- isDate: C,
217
- isFile: w,
218
- isReactNativeBlob: T,
219
- isReactNative: ee,
220
- isBlob: te,
221
- isRegExp: se,
222
- isFunction: _,
223
- isStream: re,
224
- isURLSearchParams: A,
225
- isTypedArray: K,
226
- isFileList: ne,
227
- forEach: I,
228
- merge: B,
229
- extend: V,
230
- trim: F,
231
- stripBOM: H,
232
- inherits: U,
233
- toFlatObject: W,
234
- kindOf: c,
235
- kindOfTest: l,
236
- endsWith: G,
237
- toArray: ie,
238
- forEachEntry: q,
239
- matchAll: J,
240
- isHTMLForm: Y,
241
- hasOwnProperty: a,
242
- hasOwnProp: a,
243
- hasOwnInPrototypeChain: o,
244
- getSafeProp: s,
245
- reduceDescriptors: X,
246
- freezeMethods: ce,
247
- toObjectSet: Z,
248
- toCamelCase: ae,
249
- noop: le,
250
- toFiniteNumber: ue,
251
- findKey: L,
252
- global: R,
253
- isContextDefined: z,
254
- isSpecCompliantForm: de,
255
- toJSONObject: fe,
256
- isAsyncFn: pe,
257
- isThenable: me,
258
- setImmediate: Q,
259
- asap: he,
260
- isIterable: $,
261
- isSafeIterable: (e) => e != null && o(e, r) && $(e)
190
+ t.push(n), I.postMessage(e, "*");
191
+ }))(`axios@${Math.random()}`, []) : (e) => setTimeout(e))(typeof setImmediate == "function", m(I.postMessage)), fe = {
192
+ isArray: c,
193
+ isArrayBuffer: d,
194
+ isBuffer: u,
195
+ isFormData: D,
196
+ isArrayBufferView: f,
197
+ isString: p,
198
+ isNumber: h,
199
+ isBoolean: _,
200
+ isObject: g,
201
+ isPlainObject: v,
202
+ isEmptyObject: y,
203
+ isReadableStream: k,
204
+ isRequest: A,
205
+ isResponse: j,
206
+ isHeaders: M,
207
+ isUndefined: l,
208
+ isDate: b,
209
+ isFile: x,
210
+ isReactNativeBlob: S,
211
+ isReactNative: C,
212
+ isBlob: ee,
213
+ isRegExp: ie,
214
+ isFunction: m,
215
+ isStream: ne,
216
+ isURLSearchParams: O,
217
+ isTypedArray: W,
218
+ isFileList: te,
219
+ forEach: P,
220
+ merge: R,
221
+ extend: z,
222
+ trim: N,
223
+ stripBOM: B,
224
+ inherits: V,
225
+ toFlatObject: H,
226
+ kindOf: a,
227
+ kindOfTest: o,
228
+ endsWith: U,
229
+ toArray: re,
230
+ forEachEntry: G,
231
+ matchAll: K,
232
+ isHTMLForm: q,
233
+ hasOwnProperty: Y,
234
+ hasOwnProp: Y,
235
+ reduceDescriptors: Z,
236
+ freezeMethods: ae,
237
+ toObjectSet: oe,
238
+ toCamelCase: J,
239
+ noop: se,
240
+ toFiniteNumber: ce,
241
+ findKey: F,
242
+ global: I,
243
+ isContextDefined: L,
244
+ isSpecCompliantForm: le,
245
+ toJSONObject: ue,
246
+ isAsyncFn: Q,
247
+ isThenable: de,
248
+ setImmediate: $,
249
+ asap: typeof queueMicrotask < "u" ? queueMicrotask.bind(I) : typeof process < "u" && process.nextTick || $,
250
+ isIterable: (e) => e != null && m(e[r])
262
251
  };
263
252
  //#endregion
264
- export { ge as default };
253
+ export { fe as default };
@@ -0,0 +1,2 @@
1
+ export * from './src/index'
2
+ export {}
@@ -1,4 +1,4 @@
1
- import { ControlSize } from '../../types/types';
1
+ import { ControlSize } from '../types/types';
2
2
  export type ButtonType = 'normal' | 'dark' | 'success' | 'error' | 'warning' | 'info';
3
3
  export type IconPosition = 'left' | 'right';
4
4
  export interface ButtonProps {
@@ -1,4 +1,4 @@
1
- import { calendarConfigDefaults, CalendarConfig } from '../../types/datepickers';
1
+ import { calendarConfigDefaults, CalendarConfig } from '../types/datepickers';
2
2
  export { calendarConfigDefaults };
3
3
  export type { CalendarConfig };
4
4
  declare const _default: typeof __VLS_export;
@@ -1,4 +1,4 @@
1
- import { ButtonType } from '../../components/Button.vue';
1
+ import { ButtonType } from './Button.vue';
2
2
  export interface ConfirmModalProps {
3
3
  title: string;
4
4
  message: string;
@@ -1,5 +1,5 @@
1
- import { PickedDate } from '../../types/types';
2
- import { datePickerConfigDefaults, DatePickerConfig } from '../../types/datepickers';
1
+ import { PickedDate } from '../types/types';
2
+ import { datePickerConfigDefaults, DatePickerConfig } from '../types/datepickers';
3
3
  export { datePickerConfigDefaults, type DatePickerConfig, type PickedDate };
4
4
  export interface DatePickerProps {
5
5
  modelValue?: PickedDate | null;
@@ -1,5 +1,5 @@
1
- import { PickedUtcRange } from '../../types/types';
2
- import { DateRangePickerConfig, dateRangePickerConfigDefaults } from '../../types/datepickers';
1
+ import { PickedUtcRange } from '../types/types';
2
+ import { DateRangePickerConfig, dateRangePickerConfigDefaults } from '../types/datepickers';
3
3
  export type { PickedUtcRange, DateRangePickerConfig };
4
4
  export { dateRangePickerConfigDefaults };
5
5
  export interface DateRangePickerProps {
@@ -1,5 +1,5 @@
1
- import { ControlSize } from '../../types/types';
2
- import { ButtonType } from '../../components/Button.vue';
1
+ import { ControlSize } from '../types/types';
2
+ import { ButtonType } from './Button.vue';
3
3
  export interface DropdownMenuItem {
4
4
  icon?: string;
5
5
  label: string;
@@ -1,4 +1,4 @@
1
- import { ControlSize } from '../../types/types';
1
+ import { ControlSize } from '../types/types';
2
2
  export interface DropdownSelectConfig {
3
3
  placeholder?: string;
4
4
  filterable?: boolean;
@@ -1,5 +1,5 @@
1
- import { ButtonProps } from '../../components/Button.vue';
2
- import { HorizontalAlignment } from '../../types/types';
1
+ import { ButtonProps } from './Button.vue';
2
+ import { HorizontalAlignment } from '../types/types';
3
3
  export interface HeaderToolbar {
4
4
  align: HorizontalAlignment;
5
5
  buttons: ButtonProps[];
@@ -23,8 +23,8 @@ declare const __VLS_export: import('vue').DefineComponent<ImagePickerProps, {},
23
23
  }, string, import('vue').PublicProps, Readonly<ImagePickerProps> & Readonly<{
24
24
  "onUpdate:modelValue"?: ((v: ImagePickerModel) => any) | undefined;
25
25
  }>, {
26
- details: boolean;
27
26
  modelValue: ImagePickerModel;
27
+ details: boolean;
28
28
  editable: boolean;
29
29
  direction: "horizontal" | "vertical";
30
30
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -1,5 +1,5 @@
1
- import { DataListConfig, DataCardsSettings, DataListSettings } from '../../../types/data-list';
2
- export { dataCardsSettingsDefaults } from '../../../types/data-list';
1
+ import { DataListConfig, DataCardsSettings, DataListSettings } from '../../types/data-list';
2
+ export { dataCardsSettingsDefaults } from '../../types/data-list';
3
3
  declare const _default: typeof __VLS_export;
4
4
  export default _default;
5
5
  declare const __VLS_export: import('vue').DefineComponent<{
@@ -1,4 +1,4 @@
1
- import { Column } from '../../../types/data-list';
1
+ import { Column } from '../../types/data-list';
2
2
  type __VLS_Props = {
3
3
  item: Record<string, unknown>;
4
4
  col: Column;
@@ -1,7 +1,7 @@
1
- import { SidebarPosition } from '../../../components/Sidebar.vue';
2
- import { FilterItemType } from '../../../types/types';
3
- import { DropdownOption } from '../../../components/DropdownSelect.vue';
4
- import { getFilterParams } from '../../../utils/filterUrlSync';
1
+ import { SidebarPosition } from '../Sidebar.vue';
2
+ import { FilterItemType } from '../../types/types';
3
+ import { DropdownOption } from '../DropdownSelect.vue';
4
+ import { getFilterParams } from '../../utils/filterUrlSync';
5
5
  export { getFilterParams };
6
6
  export interface FilterItem {
7
7
  type: FilterItemType;
@@ -1,7 +1,7 @@
1
- import { DataListConfig, DataListSettings, PageSettings, PaginatorSettings, FilterValue } from '../../../types/data-list';
2
- import { FilterItem } from '../../../components/data-table/DataFilters.vue';
3
- export { getDefaultPaginator } from '../../../components/data-table/DataPaginator.vue';
4
- export type { PaginatorSettings } from '../../../types/data-list';
1
+ import { DataListConfig, DataListSettings, PageSettings, PaginatorSettings, FilterValue } from '../../types/data-list';
2
+ import { FilterItem } from './DataFilters.vue';
3
+ export { getDefaultPaginator } from './DataPaginator.vue';
4
+ export type { PaginatorSettings } from '../../types/data-list';
5
5
  export interface DataListProps {
6
6
  config: DataListConfig;
7
7
  items: Record<string, unknown>[];
@@ -1,4 +1,4 @@
1
- import { SidebarPosition } from '../../../components/Sidebar.vue';
1
+ import { SidebarPosition } from '../Sidebar.vue';
2
2
  type __VLS_Props = {
3
3
  open?: boolean;
4
4
  position?: SidebarPosition;
@@ -1,5 +1,5 @@
1
- import { SidebarPosition } from '../../../components/Sidebar.vue';
2
- import { Column, DataListSettings } from '../../../types/data-list';
1
+ import { SidebarPosition } from '../Sidebar.vue';
2
+ import { Column, DataListSettings } from '../../types/data-list';
3
3
  export interface DataListOptionsProps {
4
4
  open?: boolean;
5
5
  columns: Column[];
@@ -1,4 +1,4 @@
1
- import { PaginatorSettings, PageSettings } from '../../../types/data-list';
1
+ import { PaginatorSettings, PageSettings } from '../../types/data-list';
2
2
  export declare function getPageSize(storageKey: string): number;
3
3
  export declare function getDefaultPaginator(storageKey: string): PaginatorSettings;
4
4
  declare const _default: typeof __VLS_export;
@@ -1,6 +1,6 @@
1
- import { DataListConfig, DataTableSettings } from '../../../types/data-list';
2
- export type { LayoutMode, DataListConfig, DataListSettings, DataTableSettings, DataCardsSettings, Column, Sort, Action, ActionGroup, FilterConfig, FilterValue, } from '../../../types/data-list';
3
- export { dataTableSettingsDefaults, dataCardsSettingsDefaults, dataListSettingsDefaults, } from '../../../types/data-list';
1
+ import { DataListConfig, DataTableSettings } from '../../types/data-list';
2
+ export type { LayoutMode, DataListConfig, DataListSettings, DataTableSettings, DataCardsSettings, Column, Sort, Action, ActionGroup, FilterConfig, FilterValue, } from '../../types/data-list';
3
+ export { dataTableSettingsDefaults, dataCardsSettingsDefaults, dataListSettingsDefaults, } from '../../types/data-list';
4
4
  declare const _default: typeof __VLS_export;
5
5
  export default _default;
6
6
  declare const __VLS_export: import('vue').DefineComponent<{
@@ -1,4 +1,4 @@
1
- import { FilterItem } from '../../../components/data-table/DataFilters.vue';
1
+ import { FilterItem } from './DataFilters.vue';
2
2
  type __VLS_Props = {
3
3
  filters: Record<string, any>;
4
4
  items: FilterItem[];
@@ -1,4 +1,4 @@
1
- import { FilterItem } from '../../../components/data-table/DataFilters.vue';
1
+ import { FilterItem } from './DataFilters.vue';
2
2
  export interface SavedFilter {
3
3
  id: string;
4
4
  savedAt: string;