@pequity/squirrel 1.0.19 → 1.0.20-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/chunks/_plugin-vue_export-helper.js +1 -0
- package/dist/cjs/chunks/p-action-bar.js +1 -0
- package/dist/cjs/chunks/p-card.js +1 -0
- package/dist/cjs/chunks/p-checkbox.js +1 -0
- package/dist/cjs/chunks/p-dropdown-select.js +1 -0
- package/dist/cjs/chunks/p-input-percent.js +1 -0
- package/dist/cjs/chunks/p-pagination-info.js +1 -0
- package/dist/cjs/chunks/p-pagination.js +1 -0
- package/dist/cjs/chunks/p-ring-loader.js +1 -0
- package/dist/cjs/chunks/p-select-btn.js +1 -0
- package/dist/cjs/chunks/p-select.js +1 -0
- package/dist/cjs/chunks/p-table-loader.js +1 -0
- package/dist/cjs/chunks/p-tabs.js +1 -0
- package/dist/cjs/config.js +1 -0
- package/dist/cjs/currency.js +1 -0
- package/dist/cjs/dom.js +1 -0
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/inputClassesMixin.js +1 -0
- package/dist/cjs/inputClassesShared.js +1 -0
- package/dist/cjs/listKeyboardNavigation.js +1 -0
- package/dist/cjs/number.js +1 -0
- package/dist/cjs/object.js +1 -0
- package/dist/cjs/p-action-bar.js +1 -0
- package/dist/cjs/p-alert.js +1 -0
- package/dist/cjs/p-avatar.js +1 -0
- package/dist/cjs/p-btn.js +5 -0
- package/dist/cjs/p-card.js +1 -0
- package/dist/cjs/p-checkbox.js +1 -0
- package/dist/cjs/p-chips.js +1 -0
- package/dist/cjs/p-close-btn.js +1 -0
- package/dist/cjs/p-date-picker.js +1 -0
- package/dist/cjs/p-drawer.js +1 -0
- package/dist/cjs/p-dropdown-select.js +1 -0
- package/dist/cjs/p-dropdown.js +1 -0
- package/dist/cjs/p-file-upload.js +1 -0
- package/dist/cjs/p-info-icon.js +1 -0
- package/dist/cjs/p-inline-date-picker.js +1 -0
- package/dist/cjs/p-input-number.js +1 -0
- package/dist/cjs/p-input-percent.js +1 -0
- package/dist/cjs/p-input-search.js +1 -0
- package/dist/cjs/p-input.js +1 -0
- package/dist/cjs/p-loading.js +1 -0
- package/dist/cjs/p-modal.js +1 -0
- package/dist/cjs/p-pagination-info.js +1 -0
- package/dist/cjs/p-pagination.js +1 -0
- package/dist/cjs/p-progress-bar.js +1 -0
- package/dist/cjs/p-ring-loader.js +1 -0
- package/dist/cjs/p-select-btn.js +1 -0
- package/dist/cjs/p-select-list.js +1 -0
- package/dist/cjs/p-select-pill.js +1 -0
- package/dist/cjs/p-select.js +1 -0
- package/dist/cjs/p-skeleton-loader.js +1 -0
- package/dist/cjs/p-table-filter-icon.js +1 -0
- package/dist/cjs/p-table-header-cell.js +1 -0
- package/dist/cjs/p-table-loader.js +1 -0
- package/dist/cjs/p-table-sort.js +1 -0
- package/dist/cjs/p-table-td.js +1 -0
- package/dist/cjs/p-table.js +1 -0
- package/dist/cjs/p-tabs.js +1 -0
- package/dist/cjs/p-textarea.js +1 -0
- package/dist/cjs/p-toggle.js +1 -0
- package/dist/cjs/pagination.js +1 -0
- package/dist/cjs/string.js +1 -0
- package/dist/cjs/tailwind.js +1 -0
- package/dist/cjs/text.js +1 -0
- package/dist/cjs/useInputClasses.js +1 -0
- package/dist/cjs/usePLoading.js +1 -0
- package/dist/cjs/usePModal.js +1 -0
- package/dist/cjs/usePTableColResize.js +1 -0
- package/dist/cjs/usePTableRowVirtualizer.js +1 -0
- package/dist/cjs/useSelectList.js +1 -0
- package/dist/es/chunks/_plugin-vue_export-helper.js +9 -0
- package/dist/es/chunks/p-action-bar.js +52 -0
- package/dist/es/chunks/p-card.js +25 -0
- package/dist/es/chunks/p-checkbox.js +22 -0
- package/dist/es/chunks/p-dropdown-select.js +366 -0
- package/dist/es/chunks/p-input-percent.js +45 -0
- package/dist/es/chunks/p-pagination-info.js +61 -0
- package/dist/es/chunks/p-pagination.js +93 -0
- package/dist/es/chunks/p-ring-loader.js +59 -0
- package/dist/es/chunks/p-select-btn.js +77 -0
- package/dist/es/chunks/p-select.js +97 -0
- package/dist/es/chunks/p-table-loader.js +57 -0
- package/dist/es/chunks/p-tabs.js +47 -0
- package/dist/es/config.js +105 -0
- package/dist/es/currency.js +9 -0
- package/dist/es/dom.js +15 -0
- package/dist/es/index.js +794 -0
- package/dist/es/inputClassesMixin.js +45 -0
- package/dist/es/inputClassesShared.js +61 -0
- package/dist/es/listKeyboardNavigation.js +60 -0
- package/dist/es/number.js +4 -0
- package/dist/es/object.js +4 -0
- package/dist/es/p-action-bar.js +4 -0
- package/dist/es/p-alert.js +61 -0
- package/dist/es/p-avatar.js +69 -0
- package/dist/es/p-btn.js +317 -0
- package/dist/es/p-card.js +4 -0
- package/dist/es/p-checkbox.js +4 -0
- package/dist/es/p-chips.js +91 -0
- package/dist/es/p-close-btn.js +33 -0
- package/dist/es/p-date-picker.js +132 -0
- package/dist/es/p-drawer.js +235 -0
- package/dist/es/p-dropdown-select.js +4 -0
- package/dist/es/p-dropdown.js +120 -0
- package/dist/es/p-file-upload.js +13 -0
- package/dist/es/p-info-icon.js +31 -0
- package/dist/es/p-inline-date-picker.js +132 -0
- package/dist/es/p-input-number.js +129 -0
- package/dist/es/p-input-percent.js +4 -0
- package/dist/es/p-input-search.js +109 -0
- package/dist/es/p-input.js +84 -0
- package/dist/es/p-loading.js +30 -0
- package/dist/es/p-modal.js +283 -0
- package/dist/es/p-pagination-info.js +4 -0
- package/dist/es/p-pagination.js +4 -0
- package/dist/es/p-progress-bar.js +39 -0
- package/dist/es/p-ring-loader.js +4 -0
- package/dist/es/p-select-btn.js +4 -0
- package/dist/es/p-select-list.js +4 -0
- package/dist/es/p-select-pill.js +95 -0
- package/dist/es/p-select.js +4 -0
- package/dist/es/p-skeleton-loader.js +69 -0
- package/dist/es/p-table-filter-icon.js +21 -0
- package/dist/es/p-table-header-cell.js +71 -0
- package/dist/es/p-table-loader.js +4 -0
- package/dist/es/p-table-sort.js +8 -0
- package/dist/es/p-table-td.js +42 -0
- package/dist/es/p-table.js +8 -0
- package/dist/es/p-tabs.js +4 -0
- package/dist/es/p-textarea.js +72 -0
- package/dist/es/p-toggle.js +110 -0
- package/dist/es/pagination.js +12 -0
- package/dist/es/string.js +4 -0
- package/dist/es/tailwind.js +3794 -0
- package/dist/es/text.js +11 -0
- package/dist/es/useInputClasses.js +28 -0
- package/dist/es/usePLoading.js +19 -0
- package/dist/es/usePModal.js +18 -0
- package/dist/es/usePTableColResize.js +49 -0
- package/dist/es/usePTableRowVirtualizer.js +22 -0
- package/dist/es/useSelectList.js +143 -0
- package/dist/style.css +1 -1
- package/package.json +22 -20
- package/dist/squirrel.cjs.js +0 -5
- package/dist/squirrel.es.js +0 -8220
package/dist/es/index.js
ADDED
|
@@ -0,0 +1,794 @@
|
|
|
1
|
+
import { _ as Kt } from "./chunks/p-action-bar.js";
|
|
2
|
+
import { default as Jt } from "./p-alert.js";
|
|
3
|
+
import { default as Xt } from "./p-avatar.js";
|
|
4
|
+
import { default as t0 } from "./p-btn.js";
|
|
5
|
+
import { _ as s0 } from "./chunks/p-card.js";
|
|
6
|
+
import { _ as i0 } from "./chunks/p-checkbox.js";
|
|
7
|
+
import { default as a0 } from "./p-chips.js";
|
|
8
|
+
import { default as d0 } from "./p-close-btn.js";
|
|
9
|
+
import { default as u0 } from "./p-date-picker.js";
|
|
10
|
+
import { default as f0 } from "./p-drawer.js";
|
|
11
|
+
import { default as h0 } from "./p-dropdown.js";
|
|
12
|
+
import { _ as he } from "./chunks/p-dropdown-select.js";
|
|
13
|
+
import { a as g0 } from "./chunks/p-dropdown-select.js";
|
|
14
|
+
import { defineComponent as Y, shallowRef as ve, ref as z, computed as P, onMounted as X, openBlock as i, createElementBlock as r, normalizeClass as c, unref as t, toDisplayString as g, createCommentVNode as x, createElementVNode as l, withModifiers as E, createTextVNode as ge, Fragment as H, renderList as j, withDirectives as Q, vShow as ne, pushScopeId as Ce, popScopeId as ye, useAttrs as be, resolveDirective as xe, normalizeStyle as T, createVNode as de, isRef as Se, renderSlot as G, provide as D, onBeforeUnmount as we, watch as Pe, mergeProps as q, toHandlers as ke } from "vue";
|
|
15
|
+
import { formatBytes as ie, getFileExtension as re } from "./p-file-upload.js";
|
|
16
|
+
import { uniq as Te, kebabCase as $e } from "lodash-es";
|
|
17
|
+
import { useInputClasses as ce } from "./useInputClasses.js";
|
|
18
|
+
import { useToast as Ie } from "vue-toastification";
|
|
19
|
+
import { _ as ee } from "./chunks/_plugin-vue_export-helper.js";
|
|
20
|
+
import { default as y0 } from "./p-table-filter-icon.js";
|
|
21
|
+
import { default as x0 } from "./p-info-icon.js";
|
|
22
|
+
import { default as w0 } from "./p-inline-date-picker.js";
|
|
23
|
+
import { default as k0 } from "./p-input.js";
|
|
24
|
+
import { default as $0 } from "./p-input-number.js";
|
|
25
|
+
import { _ as z0 } from "./chunks/p-input-percent.js";
|
|
26
|
+
import ze from "./p-input-search.js";
|
|
27
|
+
import { default as F0 } from "./p-loading.js";
|
|
28
|
+
import { default as B0 } from "./p-modal.js";
|
|
29
|
+
import { _ as L0 } from "./chunks/p-pagination.js";
|
|
30
|
+
import { _ as E0 } from "./chunks/p-pagination-info.js";
|
|
31
|
+
import { default as _0 } from "./p-progress-bar.js";
|
|
32
|
+
import { _ as D0 } from "./chunks/p-ring-loader.js";
|
|
33
|
+
import { _ as j0 } from "./chunks/p-select.js";
|
|
34
|
+
import { _ as Y0 } from "./chunks/p-select-btn.js";
|
|
35
|
+
import { SIZES as K } from "./p-select-list.js";
|
|
36
|
+
import { splitStringForHighlight as ae } from "./text.js";
|
|
37
|
+
import { toString as U } from "./string.js";
|
|
38
|
+
import { useSelectList as Ve } from "./useSelectList.js";
|
|
39
|
+
import { default as W0 } from "./p-select-pill.js";
|
|
40
|
+
import { default as K0 } from "./p-skeleton-loader.js";
|
|
41
|
+
import Fe from "./p-table-header-cell.js";
|
|
42
|
+
import { colsInjectionKey as Re, isFirstColFixedInjectionKey as Be, isLastColFixedInjectionKey as Ne, isColsResizableInjectionKey as Le } from "./p-table.js";
|
|
43
|
+
import { MIN_WIDTH_COL_RESIZE as J0 } from "./p-table.js";
|
|
44
|
+
import { usePTableColResize as Oe } from "./usePTableColResize.js";
|
|
45
|
+
import { _ as X0 } from "./chunks/p-table-loader.js";
|
|
46
|
+
import { SORTING_TYPES as J } from "./p-table-sort.js";
|
|
47
|
+
import { default as t2 } from "./p-table-td.js";
|
|
48
|
+
import { _ as s2 } from "./chunks/p-tabs.js";
|
|
49
|
+
import { default as i2 } from "./p-textarea.js";
|
|
50
|
+
import { default as a2 } from "./p-toggle.js";
|
|
51
|
+
import { usePLoading as d2 } from "./usePLoading.js";
|
|
52
|
+
import { usePModal as u2 } from "./usePModal.js";
|
|
53
|
+
import { usePTableRowVirtualizer as f2 } from "./usePTableRowVirtualizer.js";
|
|
54
|
+
const Ee = "data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.8335%206.25016L10.0002%202.0835L14.1668%206.25016'%20stroke='%23767189'%20stroke-width='1.25'%20/%3e%3cpath%20d='M10%202.0835V13.7502'%20stroke='%23767189'%20stroke-width='1.25'%20/%3e%3cpath%20d='M2.91675%2015V18.3333H17.0834V15'%20stroke='%23767189'%20stroke-width='1.25'%20/%3e%3c/svg%3e", Me = "data:image/svg+xml,%3csvg%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M33%2012H14V44H42V21L33%2012Z'%20stroke='%231A123B'%20stroke-width='3'%20/%3e%3cpath%20d='M9%2036H6V4H25L28%207'%20stroke='%231A123B'%20stroke-width='3'%20/%3e%3cpath%20d='M37%2030H19M28%2021V39'%20stroke='%231A123B'%20stroke-width='3'%20/%3e%3c/svg%3e", ue = (e) => (Ce("data-v-d07a8f64"), e = e(), ye(), e), _e = ["data-has-error"], Ae = {
|
|
55
|
+
key: 0,
|
|
56
|
+
class: "flex h-28 flex-col items-center justify-center"
|
|
57
|
+
}, De = {
|
|
58
|
+
key: 0,
|
|
59
|
+
class: "flex flex-col items-center"
|
|
60
|
+
}, He = /* @__PURE__ */ ue(() => /* @__PURE__ */ l("img", {
|
|
61
|
+
src: Ee,
|
|
62
|
+
class: "h-8 w-8"
|
|
63
|
+
}, null, -1)), je = { class: "mt-2 text-p-gray-50" }, Ge = { class: "text-p-blue-60" }, Ye = {
|
|
64
|
+
key: 1,
|
|
65
|
+
class: "flex flex-col items-center"
|
|
66
|
+
}, Ze = /* @__PURE__ */ ue(() => /* @__PURE__ */ l("img", {
|
|
67
|
+
src: Me,
|
|
68
|
+
class: "h-8 w-8"
|
|
69
|
+
}, null, -1)), We = { class: "mt-2 text-p-purple-60" }, qe = ["accept", "multiple", "disabled"], Ke = { class: "max-h-48 overflow-y-auto overflow-x-hidden" }, Ue = ["title"], Je = ["onClick"], Qe = { class: "mt-1 text-xs text-p-gray-40" }, Xe = /* @__PURE__ */ Y({
|
|
70
|
+
name: "PFileUpload",
|
|
71
|
+
__name: "p-file-upload",
|
|
72
|
+
props: {
|
|
73
|
+
modelValue: {
|
|
74
|
+
type: [Object, Array],
|
|
75
|
+
default: () => []
|
|
76
|
+
},
|
|
77
|
+
multiple: {
|
|
78
|
+
type: Boolean,
|
|
79
|
+
default: !1
|
|
80
|
+
},
|
|
81
|
+
/**
|
|
82
|
+
* Array of file extensions to accept. If empty, all file types are accepted.
|
|
83
|
+
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#unique_file_type_specifiers
|
|
84
|
+
*/
|
|
85
|
+
fileTypes: {
|
|
86
|
+
type: Array,
|
|
87
|
+
default: () => []
|
|
88
|
+
},
|
|
89
|
+
disabled: {
|
|
90
|
+
type: Boolean,
|
|
91
|
+
default: !1
|
|
92
|
+
},
|
|
93
|
+
required: {
|
|
94
|
+
type: Boolean,
|
|
95
|
+
default: !1
|
|
96
|
+
},
|
|
97
|
+
errorMsg: {
|
|
98
|
+
type: String,
|
|
99
|
+
default: ""
|
|
100
|
+
},
|
|
101
|
+
label: {
|
|
102
|
+
type: String,
|
|
103
|
+
default: ""
|
|
104
|
+
},
|
|
105
|
+
maxSizeInBytes: {
|
|
106
|
+
type: Number,
|
|
107
|
+
default: 256 * 1e3
|
|
108
|
+
// 256 KB
|
|
109
|
+
},
|
|
110
|
+
maxNumberOfFiles: {
|
|
111
|
+
type: Number,
|
|
112
|
+
default: 10
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
emits: ["update:modelValue", "file-removed", "file-added"],
|
|
116
|
+
setup(e, { emit: S }) {
|
|
117
|
+
const u = e, m = S, v = ve(), C = z(!1), y = Ie(), { labelClasses: R, errorMsgClasses: L } = ce(u), $ = P(() => u.multiple ? "files" : "file"), f = P({
|
|
118
|
+
get() {
|
|
119
|
+
return Array.isArray(u.modelValue) ? u.modelValue : [u.modelValue];
|
|
120
|
+
},
|
|
121
|
+
set(n) {
|
|
122
|
+
u.multiple ? m("update:modelValue", n) : m("update:modelValue", n[0]);
|
|
123
|
+
}
|
|
124
|
+
}), V = P(() => u.fileTypes.length > 0 ? Te(u.fileTypes).join(",") : void 0), B = P(() => u.multiple ? f.value.length >= u.maxNumberOfFiles : f.value.length >= 1), N = (n) => {
|
|
125
|
+
const o = [];
|
|
126
|
+
for (let a = 0; a < n.length; a++) {
|
|
127
|
+
const d = n[a], w = d.name || d.url;
|
|
128
|
+
if (o.length + f.value.length >= u.maxNumberOfFiles) {
|
|
129
|
+
y.error(`You can only upload a maximum of ${u.maxNumberOfFiles} ${$.value}.`);
|
|
130
|
+
break;
|
|
131
|
+
}
|
|
132
|
+
if (w) {
|
|
133
|
+
if (d.url) {
|
|
134
|
+
o.push(d);
|
|
135
|
+
continue;
|
|
136
|
+
}
|
|
137
|
+
if (u.fileTypes.length !== 0) {
|
|
138
|
+
const O = re(w) ? `.${re(w)}` : "";
|
|
139
|
+
if (!(O ? u.fileTypes.includes(O) : !1)) {
|
|
140
|
+
y.error(`${O} files are not allowed.`);
|
|
141
|
+
continue;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
if ((d.size || 0) > u.maxSizeInBytes) {
|
|
145
|
+
y.error(`File size of ${w} exceeds ${ie(u.maxSizeInBytes)}.`);
|
|
146
|
+
continue;
|
|
147
|
+
}
|
|
148
|
+
o.push(d);
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
return o;
|
|
152
|
+
}, F = (n) => {
|
|
153
|
+
var d, w;
|
|
154
|
+
const o = ((d = n.target) == null ? void 0 : d.files) || ((w = n.dataTransfer) == null ? void 0 : w.files);
|
|
155
|
+
if (!o)
|
|
156
|
+
return;
|
|
157
|
+
const a = u.fileTypes ? N(Array.from(o)) : o;
|
|
158
|
+
f.value = u.multiple ? [...f.value, ...a] : a, m("file-added", a);
|
|
159
|
+
}, k = (n) => {
|
|
160
|
+
F(n), v.value && (v.value.value = "");
|
|
161
|
+
}, s = (n) => {
|
|
162
|
+
if (n in f.value) {
|
|
163
|
+
const o = f.value[n];
|
|
164
|
+
f.value = f.value.filter((a, d) => d !== n), m("file-removed", o);
|
|
165
|
+
}
|
|
166
|
+
}, I = (n) => {
|
|
167
|
+
C.value = !1, k(n);
|
|
168
|
+
}, b = () => {
|
|
169
|
+
v.value && v.value.click();
|
|
170
|
+
};
|
|
171
|
+
return X(() => {
|
|
172
|
+
Array.isArray(f.value) && f.value.length > 0 && (f.value = N(f.value));
|
|
173
|
+
}), (n, o) => (i(), r("div", {
|
|
174
|
+
class: c([{ hidden: n.$attrs.hidden }]),
|
|
175
|
+
"data-has-error": !!e.errorMsg
|
|
176
|
+
}, [
|
|
177
|
+
e.label ? (i(), r("label", {
|
|
178
|
+
key: 0,
|
|
179
|
+
class: c(t(R))
|
|
180
|
+
}, g(e.label), 3)) : x("", !0),
|
|
181
|
+
l("div", {
|
|
182
|
+
class: c(["flex w-full flex-col rounded border bg-surface p-4", [
|
|
183
|
+
{ "cursor-pointer": !B.value },
|
|
184
|
+
{ "border-dashed": !C.value },
|
|
185
|
+
{ "border-primary ring-1 ring-primary": C.value && !e.errorMsg },
|
|
186
|
+
e.errorMsg ? "border-on-error" : "border-p-gray-40 hover:border-primary",
|
|
187
|
+
{ "pointer-events-none opacity-50": e.disabled }
|
|
188
|
+
]]),
|
|
189
|
+
"aria-label": "dropzone",
|
|
190
|
+
onDragover: o[1] || (o[1] = E((a) => C.value = !0, ["prevent", "stop"])),
|
|
191
|
+
onDragleave: o[2] || (o[2] = E((a) => C.value = !1, ["prevent", "stop"])),
|
|
192
|
+
onDrop: E(I, ["prevent", "stop"]),
|
|
193
|
+
onClick: b
|
|
194
|
+
}, [
|
|
195
|
+
B.value ? x("", !0) : (i(), r("div", Ae, [
|
|
196
|
+
C.value ? (i(), r("div", Ye, [
|
|
197
|
+
Ze,
|
|
198
|
+
l("div", We, "Drop " + g($.value), 1)
|
|
199
|
+
])) : (i(), r("div", De, [
|
|
200
|
+
He,
|
|
201
|
+
l("div", je, [
|
|
202
|
+
ge(" Drag or "),
|
|
203
|
+
l("span", Ge, "select " + g($.value), 1)
|
|
204
|
+
])
|
|
205
|
+
])),
|
|
206
|
+
l("input", {
|
|
207
|
+
ref_key: "fileInputRef",
|
|
208
|
+
ref: v,
|
|
209
|
+
type: "file",
|
|
210
|
+
class: "hidden",
|
|
211
|
+
tabindex: -1,
|
|
212
|
+
accept: V.value,
|
|
213
|
+
multiple: e.multiple,
|
|
214
|
+
disabled: e.disabled,
|
|
215
|
+
"aria-hidden": "true",
|
|
216
|
+
onChange: k
|
|
217
|
+
}, null, 40, qe)
|
|
218
|
+
])),
|
|
219
|
+
l("div", Ke, [
|
|
220
|
+
(i(!0), r(H, null, j(f.value, (a, d) => (i(), r("div", {
|
|
221
|
+
key: d,
|
|
222
|
+
class: c([
|
|
223
|
+
"flex cursor-default items-center justify-between",
|
|
224
|
+
{ "border-b border-dashed border-p-gray-30 pb-4": d !== f.value.length - 1 },
|
|
225
|
+
{ "mt-4": d !== 0 }
|
|
226
|
+
]),
|
|
227
|
+
onClick: o[0] || (o[0] = E(() => {
|
|
228
|
+
}, ["stop"]))
|
|
229
|
+
}, [
|
|
230
|
+
l("div", {
|
|
231
|
+
class: "truncate",
|
|
232
|
+
title: a.name
|
|
233
|
+
}, g(a.name), 9, Ue),
|
|
234
|
+
l("button", {
|
|
235
|
+
class: "bg-file-upload-x-icon h-4 w-4 shrink-0 cursor-pointer",
|
|
236
|
+
onClick: E((w) => s(d), ["stop"])
|
|
237
|
+
}, null, 8, Je)
|
|
238
|
+
], 2))), 128))
|
|
239
|
+
])
|
|
240
|
+
], 34),
|
|
241
|
+
Q(l("div", {
|
|
242
|
+
class: c(t(L))
|
|
243
|
+
}, g(e.errorMsg), 3), [
|
|
244
|
+
[ne, e.errorMsg]
|
|
245
|
+
]),
|
|
246
|
+
l("div", Qe, g(e.multiple ? `Max ${e.maxNumberOfFiles}` : "One") + " " + g(V.value) + " " + g(e.multiple ? "files" : "file") + " with size less than " + g(t(ie)(e.maxSizeInBytes)) + " " + g(e.multiple ? "each" : ""), 1)
|
|
247
|
+
], 10, _e));
|
|
248
|
+
}
|
|
249
|
+
}), jt = /* @__PURE__ */ ee(Xe, [["__scopeId", "data-v-d07a8f64"]]), et = ["data-has-error"], tt = { class: "text-p-purple-60" }, lt = { class: "flex flex-row" }, st = /* @__PURE__ */ l("span", { class: "px-1 leading-none" }, ".", -1), ot = ["onClick"], it = ["title"], rt = {
|
|
250
|
+
key: 0,
|
|
251
|
+
class: "ml-auto fill-p-purple-60 pl-2",
|
|
252
|
+
src: he
|
|
253
|
+
}, Gt = /* @__PURE__ */ Y({
|
|
254
|
+
name: "PSelectList",
|
|
255
|
+
inheritAttrs: !1,
|
|
256
|
+
__name: "p-select-list",
|
|
257
|
+
props: {
|
|
258
|
+
modelValue: {
|
|
259
|
+
type: [String, Number, Boolean, Array, Object],
|
|
260
|
+
default: null
|
|
261
|
+
},
|
|
262
|
+
/**
|
|
263
|
+
* `p-select-list v-model normally works with a string or an array of strings (for multiple mode).
|
|
264
|
+
* Setting this prop to `true` will switch the behavior to an object (or array of objects) for the v-model value.
|
|
265
|
+
* e.g `:value="{ value: 1, text: 'option text' }"`
|
|
266
|
+
*/
|
|
267
|
+
valueIsObject: {
|
|
268
|
+
type: Boolean,
|
|
269
|
+
default: !1
|
|
270
|
+
},
|
|
271
|
+
/**
|
|
272
|
+
* Can be an array of objects or array of strings. When using objects, will look for a text - value pair.
|
|
273
|
+
* This can be changed using the item-text, item-value props.
|
|
274
|
+
*/
|
|
275
|
+
items: {
|
|
276
|
+
type: Array,
|
|
277
|
+
default: () => []
|
|
278
|
+
},
|
|
279
|
+
label: {
|
|
280
|
+
type: String,
|
|
281
|
+
default: ""
|
|
282
|
+
},
|
|
283
|
+
errorMsg: {
|
|
284
|
+
type: String,
|
|
285
|
+
default: ""
|
|
286
|
+
},
|
|
287
|
+
required: {
|
|
288
|
+
type: Boolean,
|
|
289
|
+
default: !1
|
|
290
|
+
},
|
|
291
|
+
size: {
|
|
292
|
+
type: String,
|
|
293
|
+
default: "md",
|
|
294
|
+
validator(e) {
|
|
295
|
+
return Object.keys(K).includes(e);
|
|
296
|
+
}
|
|
297
|
+
},
|
|
298
|
+
/**
|
|
299
|
+
* Set property of **items**’s text value
|
|
300
|
+
*/
|
|
301
|
+
itemText: {
|
|
302
|
+
type: String,
|
|
303
|
+
default: "text"
|
|
304
|
+
},
|
|
305
|
+
/**
|
|
306
|
+
* Set property of **items**’s value - must be primitive.
|
|
307
|
+
*/
|
|
308
|
+
itemValue: {
|
|
309
|
+
type: [String, Number],
|
|
310
|
+
default: "value"
|
|
311
|
+
},
|
|
312
|
+
/**
|
|
313
|
+
* itemSize sets the list item's height and it's REQUIRED if a custom item template is used
|
|
314
|
+
* https://github.com/Akryum/vue-virtual-scroller/tree/v1/packages/vue-virtual-scroller#props
|
|
315
|
+
*/
|
|
316
|
+
itemSize: {
|
|
317
|
+
type: Number,
|
|
318
|
+
default: null
|
|
319
|
+
},
|
|
320
|
+
/**
|
|
321
|
+
* The number of items visible in the list
|
|
322
|
+
*/
|
|
323
|
+
itemsVisible: {
|
|
324
|
+
type: Number,
|
|
325
|
+
default: 7
|
|
326
|
+
},
|
|
327
|
+
searchable: {
|
|
328
|
+
type: Boolean,
|
|
329
|
+
default: !1
|
|
330
|
+
},
|
|
331
|
+
/**
|
|
332
|
+
* Enables multiple selection
|
|
333
|
+
*/
|
|
334
|
+
multiple: {
|
|
335
|
+
type: Boolean,
|
|
336
|
+
default: !1
|
|
337
|
+
},
|
|
338
|
+
/**
|
|
339
|
+
* Dropdown button text
|
|
340
|
+
*/
|
|
341
|
+
placeholder: {
|
|
342
|
+
type: String,
|
|
343
|
+
default: ""
|
|
344
|
+
},
|
|
345
|
+
/**
|
|
346
|
+
* Placeholder for the search field
|
|
347
|
+
*/
|
|
348
|
+
placeholderSearch: {
|
|
349
|
+
type: String,
|
|
350
|
+
default: ""
|
|
351
|
+
},
|
|
352
|
+
/**
|
|
353
|
+
* Setting it to `true` will display the selected options at the top of the list
|
|
354
|
+
*/
|
|
355
|
+
selectedTopShown: {
|
|
356
|
+
type: Boolean,
|
|
357
|
+
default: !1
|
|
358
|
+
},
|
|
359
|
+
topSectionClass: {
|
|
360
|
+
type: String,
|
|
361
|
+
default: ""
|
|
362
|
+
},
|
|
363
|
+
closePopperOnSelect: {
|
|
364
|
+
type: Boolean,
|
|
365
|
+
default: !0
|
|
366
|
+
}
|
|
367
|
+
},
|
|
368
|
+
emits: ["update:modelValue", "select"],
|
|
369
|
+
setup(e, { emit: S }) {
|
|
370
|
+
const u = S, m = e, v = z({ paddingTop: 0, paddingBottom: 0 }), C = z({ maxHeight: "none" }), y = z(null), R = z(null), { labelClasses: L, errorMsgClasses: $ } = ce(m), f = be(), V = z(null), {
|
|
371
|
+
LIST_ITEM_CLASS: B,
|
|
372
|
+
LIST_ITEM_ACTIVE_CLASS: N,
|
|
373
|
+
selectedItems: F,
|
|
374
|
+
computedItems: k,
|
|
375
|
+
computedItemSize: s,
|
|
376
|
+
computedInsideSelected: I,
|
|
377
|
+
internalItems: b,
|
|
378
|
+
search: n,
|
|
379
|
+
rowVirtualizer: o,
|
|
380
|
+
getValue: a,
|
|
381
|
+
getText: d,
|
|
382
|
+
isSelected: w,
|
|
383
|
+
setupNavigationSvc: O,
|
|
384
|
+
select: te,
|
|
385
|
+
onFocus: Z,
|
|
386
|
+
onMousemove: le,
|
|
387
|
+
scrollToActiveItem: pe,
|
|
388
|
+
putSelectedItemsOnTop: fe,
|
|
389
|
+
selectAll: M,
|
|
390
|
+
clearAll: se
|
|
391
|
+
} = Ve(m, y, V, u), me = P(() => f.style);
|
|
392
|
+
return X(async () => {
|
|
393
|
+
var h, A;
|
|
394
|
+
const _ = ((h = R.value) == null ? void 0 : h.clientHeight) || 0;
|
|
395
|
+
C.value = { maxHeight: `${s.value * m.itemsVisible - _}px` }, fe(), m.searchable ? (A = y.value) == null || A.$el.querySelector("input").focus() : O(), pe({ wait: 200 });
|
|
396
|
+
}), (_, h) => {
|
|
397
|
+
const A = xe("close-popper");
|
|
398
|
+
return i(), r("div", {
|
|
399
|
+
ref: "formControl",
|
|
400
|
+
class: c([{ hidden: t(f).hidden }, t(f).class]),
|
|
401
|
+
"data-has-error": !!e.errorMsg,
|
|
402
|
+
style: T(me.value),
|
|
403
|
+
"p-select-list": ""
|
|
404
|
+
}, [
|
|
405
|
+
e.label ? (i(), r("label", {
|
|
406
|
+
key: 0,
|
|
407
|
+
class: c(t(L))
|
|
408
|
+
}, g(e.label), 3)) : x("", !0),
|
|
409
|
+
l("div", {
|
|
410
|
+
class: c([
|
|
411
|
+
{ "border border-on-error": !!e.errorMsg },
|
|
412
|
+
t(f).disabled ? "pointer-events-none bg-p-gray-10" : "bg-white"
|
|
413
|
+
])
|
|
414
|
+
}, [
|
|
415
|
+
e.multiple || e.searchable ? (i(), r("div", {
|
|
416
|
+
key: 0,
|
|
417
|
+
class: c(e.topSectionClass)
|
|
418
|
+
}, [
|
|
419
|
+
e.multiple ? (i(), r("div", {
|
|
420
|
+
key: 0,
|
|
421
|
+
ref_key: "actionsContainer",
|
|
422
|
+
ref: R,
|
|
423
|
+
class: "flex flex-row justify-between text-xs font-semibold text-primary"
|
|
424
|
+
}, [
|
|
425
|
+
l("p", tt, g(t(k).length) + " items", 1),
|
|
426
|
+
l("div", lt, [
|
|
427
|
+
t(k).length === t(b).length ? (i(), r("a", {
|
|
428
|
+
key: 0,
|
|
429
|
+
class: c([
|
|
430
|
+
t(F).length !== t(b).length ? "cursor-pointer" : "pointer-events-none opacity-50"
|
|
431
|
+
]),
|
|
432
|
+
onClick: h[0] || (h[0] = //@ts-ignore
|
|
433
|
+
(...p) => t(M) && t(M)(...p))
|
|
434
|
+
}, " Select all ", 2)) : (i(), r("a", {
|
|
435
|
+
key: 1,
|
|
436
|
+
class: c([t(I) ? "pointer-events-none opacity-50" : "cursor-pointer"]),
|
|
437
|
+
onClick: h[1] || (h[1] = //@ts-ignore
|
|
438
|
+
(...p) => t(M) && t(M)(...p))
|
|
439
|
+
}, " Select all filtered ", 2)),
|
|
440
|
+
st,
|
|
441
|
+
l("a", {
|
|
442
|
+
class: c([t(F).length ? "cursor-pointer" : "pointer-events-none opacity-50"]),
|
|
443
|
+
onClick: h[2] || (h[2] = //@ts-ignore
|
|
444
|
+
(...p) => t(se) && t(se)(...p))
|
|
445
|
+
}, " Clear all ", 2)
|
|
446
|
+
])
|
|
447
|
+
], 512)) : x("", !0),
|
|
448
|
+
e.searchable ? (i(), r("div", {
|
|
449
|
+
key: 1,
|
|
450
|
+
class: c([{ "mt-3": e.multiple }])
|
|
451
|
+
}, [
|
|
452
|
+
de(ze, {
|
|
453
|
+
ref_key: "inputSearch",
|
|
454
|
+
ref: y,
|
|
455
|
+
modelValue: t(n),
|
|
456
|
+
"onUpdate:modelValue": h[3] || (h[3] = (p) => Se(n) ? n.value = p : null),
|
|
457
|
+
size: e.size,
|
|
458
|
+
placeholder: e.placeholderSearch,
|
|
459
|
+
onFocus: t(Z)
|
|
460
|
+
}, null, 8, ["modelValue", "size", "placeholder", "onFocus"])
|
|
461
|
+
], 2)) : x("", !0)
|
|
462
|
+
], 2)) : x("", !0),
|
|
463
|
+
l("div", {
|
|
464
|
+
ref_key: "virtualizerRef",
|
|
465
|
+
ref: V,
|
|
466
|
+
style: T(C.value),
|
|
467
|
+
class: c(["overflow-y-auto", { "mt-3": e.multiple || e.searchable }])
|
|
468
|
+
}, [
|
|
469
|
+
l("div", {
|
|
470
|
+
tabindex: "-1",
|
|
471
|
+
class: "relative w-full",
|
|
472
|
+
"p-select-list-options": "",
|
|
473
|
+
style: T({ height: `${t(o).getTotalSize()}px` }),
|
|
474
|
+
onFocus: h[4] || (h[4] = //@ts-ignore
|
|
475
|
+
(...p) => t(Z) && t(Z)(...p)),
|
|
476
|
+
onMousemove: h[5] || (h[5] = //@ts-ignore
|
|
477
|
+
(...p) => t(le) && t(le)(...p))
|
|
478
|
+
}, [
|
|
479
|
+
(i(!0), r(H, null, j(t(o).getVirtualItems(), (p) => (i(), r("div", {
|
|
480
|
+
key: p.index,
|
|
481
|
+
class: "absolute left-0 top-0 w-full",
|
|
482
|
+
"p-select-list-option": "",
|
|
483
|
+
style: T({ height: `${p.size}px`, transform: `translateY(${p.start}px)` })
|
|
484
|
+
}, [
|
|
485
|
+
Q((i(), r("div", {
|
|
486
|
+
class: c([t(B), { [t(N)]: t(w)(t(a)(p.index)) }]),
|
|
487
|
+
"p-select-list-option-item": "",
|
|
488
|
+
style: T(v.value),
|
|
489
|
+
onClick: (W) => t(te)(W, t(a)(p.index))
|
|
490
|
+
}, [
|
|
491
|
+
l("div", {
|
|
492
|
+
class: c(["flex items-center", { [t(K)[e.size]]: !e.itemSize }])
|
|
493
|
+
}, [
|
|
494
|
+
G(_.$slots, "item", {
|
|
495
|
+
item: t(k)[p.index],
|
|
496
|
+
isItemSelected: t(w)(t(a)(p.index)),
|
|
497
|
+
itemTextSplit: t(ae)(t(U)(t(d)(p.index)), t(n))
|
|
498
|
+
}, () => [
|
|
499
|
+
l("div", {
|
|
500
|
+
class: "truncate text-p-purple-60",
|
|
501
|
+
title: t(U)(t(d)(p.index))
|
|
502
|
+
}, [
|
|
503
|
+
(i(!0), r(H, null, j(t(ae)(t(U)(t(d)(p.index)), t(n)), (W, oe) => (i(), r("span", {
|
|
504
|
+
key: `${t(a)(p.index)}_${oe}`,
|
|
505
|
+
class: c({ "bg-p-blue-20": oe === 1 })
|
|
506
|
+
}, g(W), 3))), 128))
|
|
507
|
+
], 8, it)
|
|
508
|
+
]),
|
|
509
|
+
t(w)(t(a)(p.index)) ? (i(), r("img", rt)) : x("", !0)
|
|
510
|
+
], 2)
|
|
511
|
+
], 14, ot)), [
|
|
512
|
+
[A, e.closePopperOnSelect && !e.multiple]
|
|
513
|
+
])
|
|
514
|
+
], 4))), 128))
|
|
515
|
+
], 36),
|
|
516
|
+
t(k).length ? x("", !0) : G(_.$slots, "no-items", { key: 0 }, () => [
|
|
517
|
+
l("div", {
|
|
518
|
+
class: c(["flex items-center justify-center", t(K)[e.size]])
|
|
519
|
+
}, "No items found", 2)
|
|
520
|
+
])
|
|
521
|
+
], 6)
|
|
522
|
+
], 2),
|
|
523
|
+
Q(l("div", {
|
|
524
|
+
class: c(t($))
|
|
525
|
+
}, g(e.errorMsg), 3), [
|
|
526
|
+
[ne, e.errorMsg]
|
|
527
|
+
])
|
|
528
|
+
], 14, et);
|
|
529
|
+
};
|
|
530
|
+
}
|
|
531
|
+
}), at = ["data-col-id"], nt = { class: "flex" }, dt = ["onMousedown", "onDblclick"], ct = {
|
|
532
|
+
key: 0,
|
|
533
|
+
class: "min-w-[80px] bg-gradient-to-r from-white via-p-gray-10 to-p-gray-10"
|
|
534
|
+
}, ut = { key: 0 }, pt = { key: 1 }, ft = /* @__PURE__ */ Y({
|
|
535
|
+
name: "PTable",
|
|
536
|
+
__name: "p-table",
|
|
537
|
+
props: {
|
|
538
|
+
cols: {},
|
|
539
|
+
colsResizable: { type: Boolean, default: !1 },
|
|
540
|
+
isFirstColFixed: { type: Boolean, default: !1 },
|
|
541
|
+
isLastColFixed: { type: Boolean, default: !1 },
|
|
542
|
+
lockScroll: { type: Boolean, default: !1 },
|
|
543
|
+
virtualizer: { default: () => ({
|
|
544
|
+
paddingTop: 0,
|
|
545
|
+
paddingBottom: 0
|
|
546
|
+
}) }
|
|
547
|
+
},
|
|
548
|
+
emits: ["scroll", "click-filter-icon", "col-resize"],
|
|
549
|
+
setup(e, { emit: S }) {
|
|
550
|
+
const u = S, m = e;
|
|
551
|
+
D(
|
|
552
|
+
Re,
|
|
553
|
+
P(() => m.cols)
|
|
554
|
+
), D(
|
|
555
|
+
Be,
|
|
556
|
+
P(() => m.isFirstColFixed)
|
|
557
|
+
), D(
|
|
558
|
+
Ne,
|
|
559
|
+
P(() => m.isLastColFixed)
|
|
560
|
+
), D(
|
|
561
|
+
Le,
|
|
562
|
+
P(() => m.colsResizable)
|
|
563
|
+
);
|
|
564
|
+
const v = z(null), C = z([]), {
|
|
565
|
+
isColResizing: y,
|
|
566
|
+
colResizeHandleLeft: R,
|
|
567
|
+
colResizingIndex: L,
|
|
568
|
+
colResizingWidth: $,
|
|
569
|
+
colResize: f,
|
|
570
|
+
colResizeStart: V,
|
|
571
|
+
colResizeFitToData: B
|
|
572
|
+
} = Oe({
|
|
573
|
+
enabled: P(() => m.colsResizable),
|
|
574
|
+
ths: C
|
|
575
|
+
}), N = (s, I) => {
|
|
576
|
+
s instanceof Element && (C.value[I] = s);
|
|
577
|
+
}, F = (s) => {
|
|
578
|
+
u("scroll", s);
|
|
579
|
+
}, k = (s, I) => {
|
|
580
|
+
const b = ["relative", "py-2"];
|
|
581
|
+
return I.borderColor || b.push("border-b border-p-gray-30"), s === 0 && m.isFirstColFixed || s === m.cols.length - 1 && m.isLastColFixed ? b.push("th-shadow px-4") : m.colsResizable ? b.push("pl-2 pr-4") : b.push("px-2"), b;
|
|
582
|
+
};
|
|
583
|
+
return X(() => {
|
|
584
|
+
var s;
|
|
585
|
+
(s = v.value) == null || s.addEventListener("scroll", F, !0);
|
|
586
|
+
}), we(() => {
|
|
587
|
+
var s;
|
|
588
|
+
(s = v.value) == null || s.removeEventListener("scroll", F, !0);
|
|
589
|
+
}), Pe(y, (s) => {
|
|
590
|
+
s === !1 && $.value > 0 && u("col-resize", L.value, $.value);
|
|
591
|
+
}), (s, I) => {
|
|
592
|
+
var b, n;
|
|
593
|
+
return i(), r("div", {
|
|
594
|
+
ref_key: "scrollWrapper",
|
|
595
|
+
ref: v,
|
|
596
|
+
class: c(["block border border-p-gray-30", s.lockScroll ? "overflow-hidden" : "overflow-x-auto"])
|
|
597
|
+
}, [
|
|
598
|
+
t(y) ? (i(), r("div", {
|
|
599
|
+
key: 0,
|
|
600
|
+
class: "fixed z-[100] w-1 cursor-col-resize bg-p-gray-30",
|
|
601
|
+
style: T({
|
|
602
|
+
top: `${(b = v.value) == null ? void 0 : b.offsetTop}px`,
|
|
603
|
+
left: t(R),
|
|
604
|
+
height: `${(n = v.value) == null ? void 0 : n.offsetHeight}px`
|
|
605
|
+
}),
|
|
606
|
+
"data-resize-y-axis": ""
|
|
607
|
+
}, null, 4)) : x("", !0),
|
|
608
|
+
l("table", q({
|
|
609
|
+
class: [
|
|
610
|
+
"p-table mb-0 w-full bg-surface",
|
|
611
|
+
{ "last-col-fixed": s.isLastColFixed },
|
|
612
|
+
{ "first-col-fixed": s.isFirstColFixed }
|
|
613
|
+
]
|
|
614
|
+
}, ke(s.colsResizable ? { mousemove: t(f) } : {}, !0)), [
|
|
615
|
+
l("thead", null, [
|
|
616
|
+
l("tr", null, [
|
|
617
|
+
(i(!0), r(H, null, j(m.cols, (o, a) => (i(), r("th", q({
|
|
618
|
+
ref_for: !0,
|
|
619
|
+
ref: (d) => N(d, a),
|
|
620
|
+
key: o.id,
|
|
621
|
+
"data-col-id": o.id
|
|
622
|
+
}, o.thAttrs, {
|
|
623
|
+
style: o.style,
|
|
624
|
+
class: "bg-surface"
|
|
625
|
+
}), [
|
|
626
|
+
l("div", {
|
|
627
|
+
class: c(k(a, o))
|
|
628
|
+
}, [
|
|
629
|
+
l("div", nt, [
|
|
630
|
+
G(s.$slots, `prepend-header-cell-${t($e)(o.name)}`, { col: o }, void 0, !0),
|
|
631
|
+
de(Fe, q({
|
|
632
|
+
text: o.title,
|
|
633
|
+
"filter-active": o.filterActive,
|
|
634
|
+
"show-filter-icon": o.filterable || o.sortable,
|
|
635
|
+
"tooltip-text": o.tooltip,
|
|
636
|
+
class: [{ "pl-2": a === 1 && s.isFirstColFixed, "pr-2": a === s.cols.length && s.isLastColFixed }, "grow"]
|
|
637
|
+
}, o.headerCellAttrs, {
|
|
638
|
+
onClickFilterIcon: (d) => s.$emit("click-filter-icon", d, o)
|
|
639
|
+
}), null, 16, ["text", "filter-active", "show-filter-icon", "tooltip-text", "class", "onClickFilterIcon"])
|
|
640
|
+
]),
|
|
641
|
+
s.colsResizable && a !== 0 && !(a === s.cols.length - 1 && s.isLastColFixed) ? (i(), r("div", {
|
|
642
|
+
key: 0,
|
|
643
|
+
class: c(["absolute bottom-0 right-0 h-full w-2 cursor-col-resize after:absolute after:bottom-2 after:z-20 after:block after:h-5 after:w-px after:cursor-col-resize after:bg-p-gray-30", a === s.cols.length - 1 ? " after:right-0" : " after:right-1"]),
|
|
644
|
+
"data-resize-handle": "",
|
|
645
|
+
onMousedown: (d) => t(V)(d, a),
|
|
646
|
+
onDblclick: (d) => t(B)(a)
|
|
647
|
+
}, null, 42, dt)) : x("", !0),
|
|
648
|
+
l("div", {
|
|
649
|
+
class: c(["absolute bottom-0 h-1 w-full", s.colsResizable ? "-left-1" : "left-0"]),
|
|
650
|
+
style: T({ background: o.borderColor })
|
|
651
|
+
}, null, 6)
|
|
652
|
+
], 2)
|
|
653
|
+
], 16, at))), 128)),
|
|
654
|
+
s.colsResizable && !s.isLastColFixed ? (i(), r("th", ct)) : x("", !0)
|
|
655
|
+
])
|
|
656
|
+
]),
|
|
657
|
+
l("tbody", null, [
|
|
658
|
+
s.virtualizer.paddingTop > 0 ? (i(), r("tr", ut, [
|
|
659
|
+
l("td", {
|
|
660
|
+
style: T({ height: `${s.virtualizer.paddingTop}px` })
|
|
661
|
+
}, null, 4)
|
|
662
|
+
])) : x("", !0),
|
|
663
|
+
G(s.$slots, "default", {}, void 0, !0),
|
|
664
|
+
s.virtualizer.paddingBottom > 0 ? (i(), r("tr", pt, [
|
|
665
|
+
l("td", {
|
|
666
|
+
style: T({ height: `${s.virtualizer.paddingBottom}px` })
|
|
667
|
+
}, null, 4)
|
|
668
|
+
])) : x("", !0)
|
|
669
|
+
])
|
|
670
|
+
], 16)
|
|
671
|
+
], 2);
|
|
672
|
+
};
|
|
673
|
+
}
|
|
674
|
+
}), Yt = /* @__PURE__ */ ee(ft, [["__scopeId", "data-v-170d774b"]]), mt = Y({
|
|
675
|
+
name: "PTableSort",
|
|
676
|
+
props: {
|
|
677
|
+
modelValue: {
|
|
678
|
+
type: String,
|
|
679
|
+
default: J.NO_SORTING,
|
|
680
|
+
validator(e) {
|
|
681
|
+
return Object.values(J).includes(e);
|
|
682
|
+
}
|
|
683
|
+
}
|
|
684
|
+
},
|
|
685
|
+
emits: ["update:modelValue"],
|
|
686
|
+
data() {
|
|
687
|
+
return {
|
|
688
|
+
SORTING_TYPES: J
|
|
689
|
+
};
|
|
690
|
+
}
|
|
691
|
+
}), ht = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1019_75838)'%3e%3cpath%20d='M11.6533%203.37331L8.47329%200.18664C8.41131%200.124154%208.33758%200.074558%208.25634%200.0407122C8.1751%200.00686641%208.08796%20-0.0105591%207.99995%20-0.0105591C7.91194%20-0.0105591%207.82481%200.00686641%207.74357%200.0407122C7.66233%200.074558%207.58859%200.124154%207.52662%200.18664L4.34662%203.37331C4.253%203.46615%204.18902%203.58468%204.16277%203.71388C4.13651%203.84309%204.14916%203.97719%204.19911%204.09921C4.24906%204.22123%204.33407%204.3257%204.44339%204.39941C4.55271%204.47312%204.68144%204.51275%204.81329%204.51331H6.81329C6.83571%204.51054%206.85846%204.51235%206.88016%204.51865C6.90186%204.52494%206.92205%204.53559%206.93951%204.54993C6.95697%204.56427%206.97133%204.58201%206.98172%204.60207C6.99211%204.62214%206.99832%204.6441%206.99995%204.66664V14.9933C6.99995%2015.2585%207.10531%2015.5129%207.29285%2015.7004C7.48038%2015.888%207.73474%2015.9933%207.99995%2015.9933C8.26517%2015.9933%208.51952%2015.888%208.70706%2015.7004C8.8946%2015.5129%208.99995%2015.2585%208.99995%2014.9933V4.66664C8.99995%204.62244%209.01751%204.58004%209.04877%204.54879C9.08002%204.51753%209.12242%204.49997%209.16662%204.49997H11.1666C11.2985%204.49942%2011.4272%204.45978%2011.5365%204.38608C11.6458%204.31237%2011.7308%204.2079%2011.7808%204.08587C11.8307%203.96385%2011.8434%203.82976%2011.8171%203.70055C11.7909%203.57134%2011.7269%203.45282%2011.6333%203.35997L11.6533%203.37331Z'%20fill='%23424E6E'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1019_75838'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", vt = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1019_80096)'%3e%3cpath%20d='M11.6533%203.37331L8.47329%200.18664C8.41131%200.124154%208.33758%200.074558%208.25634%200.0407122C8.1751%200.00686641%208.08796%20-0.0105591%207.99995%20-0.0105591C7.91194%20-0.0105591%207.82481%200.00686641%207.74357%200.0407122C7.66233%200.074558%207.58859%200.124154%207.52662%200.18664L4.34662%203.37331C4.253%203.46615%204.18902%203.58468%204.16277%203.71388C4.13651%203.84309%204.14916%203.97719%204.19911%204.09921C4.24906%204.22123%204.33407%204.3257%204.44339%204.39941C4.55271%204.47312%204.68144%204.51275%204.81329%204.51331H6.81329C6.83571%204.51054%206.85846%204.51235%206.88016%204.51865C6.90186%204.52494%206.92205%204.53559%206.93951%204.54993C6.95697%204.56427%206.97133%204.58201%206.98172%204.60207C6.99211%204.62214%206.99832%204.6441%206.99995%204.66664V14.9933C6.99995%2015.2585%207.10531%2015.5129%207.29285%2015.7004C7.48038%2015.888%207.73474%2015.9933%207.99995%2015.9933C8.26517%2015.9933%208.51952%2015.888%208.70706%2015.7004C8.8946%2015.5129%208.99995%2015.2585%208.99995%2014.9933V4.66664C8.99995%204.62244%209.01751%204.58004%209.04877%204.54879C9.08002%204.51753%209.12242%204.49997%209.16662%204.49997H11.1666C11.2985%204.49942%2011.4272%204.45978%2011.5365%204.38608C11.6458%204.31237%2011.7308%204.2079%2011.7808%204.08587C11.8307%203.96385%2011.8434%203.82976%2011.8171%203.70055C11.7909%203.57134%2011.7269%203.45282%2011.6333%203.35997L11.6533%203.37331Z'%20fill='%23323CEB'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1019_80096'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", gt = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1019_75842)'%3e%3cpath%20d='M11.8%2011.8933C11.75%2011.7716%2011.665%2011.6674%2011.5559%2011.5938C11.4467%2011.5203%2011.3183%2011.4807%2011.1866%2011.48H9.18664C9.16473%2011.4828%209.14248%2011.4812%209.12119%2011.4753C9.0999%2011.4694%209.07999%2011.4594%209.06262%2011.4457C9.04525%2011.4321%209.03077%2011.4151%209.02001%2011.3958C9.00926%2011.3765%209.00245%2011.3553%208.99997%2011.3333V1C8.99997%200.734784%208.89462%200.48043%208.70708%200.292893C8.51954%200.105357%208.26519%200%207.99997%200C7.73476%200%207.4804%200.105357%207.29287%200.292893C7.10533%200.48043%206.99997%200.734784%206.99997%201V11.3333C6.99997%2011.3775%206.98241%2011.4199%206.95116%2011.4512C6.9199%2011.4824%206.87751%2011.5%206.83331%2011.5H4.83331C4.70146%2011.5006%204.57273%2011.5402%204.46341%2011.6139C4.35409%2011.6876%204.26908%2011.7921%204.21913%2011.9141C4.16918%2012.0361%204.15653%2012.1702%204.18279%2012.2994C4.20904%2012.4286%204.27302%2012.5472%204.36664%2012.64L7.54664%2015.8267C7.60861%2015.8892%207.68235%2015.9387%207.76359%2015.9726C7.84483%2016.0064%207.93196%2016.0239%208.01997%2016.0239C8.10798%2016.0239%208.19512%2016.0064%208.27636%2015.9726C8.3576%2015.9387%208.43133%2015.8892%208.49331%2015.8267L11.6733%2012.64C11.7677%2012.5431%2011.8303%2012.4198%2011.853%2012.2864C11.8756%2012.153%2011.8571%2012.0159%2011.8%2011.8933Z'%20fill='%23424E6E'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1019_75842'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", Ct = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1019_80100)'%3e%3cpath%20d='M11.8%2011.8933C11.75%2011.7716%2011.665%2011.6674%2011.5559%2011.5938C11.4467%2011.5203%2011.3183%2011.4807%2011.1866%2011.48H9.18664C9.16473%2011.4828%209.14248%2011.4812%209.12119%2011.4753C9.0999%2011.4694%209.07999%2011.4594%209.06262%2011.4457C9.04525%2011.4321%209.03077%2011.4151%209.02001%2011.3958C9.00926%2011.3765%209.00245%2011.3553%208.99997%2011.3333V1C8.99997%200.734784%208.89462%200.48043%208.70708%200.292893C8.51954%200.105357%208.26519%200%207.99997%200C7.73476%200%207.4804%200.105357%207.29287%200.292893C7.10533%200.48043%206.99997%200.734784%206.99997%201V11.3333C6.99997%2011.3775%206.98241%2011.4199%206.95116%2011.4512C6.9199%2011.4824%206.87751%2011.5%206.83331%2011.5H4.83331C4.70146%2011.5006%204.57273%2011.5402%204.46341%2011.6139C4.35409%2011.6876%204.26908%2011.7921%204.21913%2011.9141C4.16918%2012.0361%204.15653%2012.1702%204.18279%2012.2994C4.20904%2012.4286%204.27302%2012.5472%204.36664%2012.64L7.54664%2015.8267C7.60861%2015.8892%207.68235%2015.9387%207.76359%2015.9726C7.84483%2016.0064%207.93196%2016.0239%208.01997%2016.0239C8.10798%2016.0239%208.19512%2016.0064%208.27636%2015.9726C8.3576%2015.9387%208.43133%2015.8892%208.49331%2015.8267L11.6733%2012.64C11.7677%2012.5431%2011.8303%2012.4198%2011.853%2012.2864C11.8756%2012.153%2011.8571%2012.0159%2011.8%2011.8933Z'%20fill='%23323CEB'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1019_80100'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", yt = { class: "flex items-center justify-between" }, bt = /* @__PURE__ */ l("div", { class: "px-4 text-xs font-semibold text-p-gray-40" }, "SORT", -1), xt = { class: "mt-2" }, St = {
|
|
692
|
+
key: 0,
|
|
693
|
+
src: ht
|
|
694
|
+
}, wt = {
|
|
695
|
+
key: 1,
|
|
696
|
+
src: vt
|
|
697
|
+
}, Pt = {
|
|
698
|
+
key: 0,
|
|
699
|
+
src: gt
|
|
700
|
+
}, kt = {
|
|
701
|
+
key: 1,
|
|
702
|
+
src: Ct
|
|
703
|
+
};
|
|
704
|
+
function Tt(e, S, u, m, v, C) {
|
|
705
|
+
return i(), r("div", null, [
|
|
706
|
+
l("div", yt, [
|
|
707
|
+
bt,
|
|
708
|
+
l("div", {
|
|
709
|
+
class: c([
|
|
710
|
+
"px-4 text-xs font-semibold text-primary",
|
|
711
|
+
[e.SORTING_TYPES.ASC, e.SORTING_TYPES.DESC].includes(e.modelValue) ? "cursor-pointer opacity-100" : "opacity-50"
|
|
712
|
+
]),
|
|
713
|
+
onClick: S[0] || (S[0] = (y) => e.$emit("update:modelValue", e.SORTING_TYPES.NO_SORTING))
|
|
714
|
+
}, " Clear ", 2)
|
|
715
|
+
]),
|
|
716
|
+
l("div", xt, [
|
|
717
|
+
l("div", {
|
|
718
|
+
class: "flex cursor-pointer items-center justify-between px-4 py-1 hover:bg-p-blue-10",
|
|
719
|
+
onClick: S[1] || (S[1] = (y) => e.$emit("update:modelValue", e.SORTING_TYPES.ASC))
|
|
720
|
+
}, [
|
|
721
|
+
l("div", {
|
|
722
|
+
class: c(["text-sm font-semibold text-p-purple-60", { "text-primary": e.modelValue === e.SORTING_TYPES.ASC }])
|
|
723
|
+
}, " Sort ascending ", 2),
|
|
724
|
+
l("div", null, [
|
|
725
|
+
e.modelValue === e.SORTING_TYPES.NO_SORTING || e.modelValue === e.SORTING_TYPES.DESC ? (i(), r("img", St)) : (i(), r("img", wt))
|
|
726
|
+
])
|
|
727
|
+
]),
|
|
728
|
+
l("div", {
|
|
729
|
+
class: "flex cursor-pointer items-center justify-between px-4 py-1 hover:bg-p-blue-10",
|
|
730
|
+
onClick: S[2] || (S[2] = (y) => e.$emit("update:modelValue", e.SORTING_TYPES.DESC))
|
|
731
|
+
}, [
|
|
732
|
+
l("div", {
|
|
733
|
+
class: c(["text-sm font-semibold text-p-purple-60", { "text-primary": e.modelValue === e.SORTING_TYPES.DESC }])
|
|
734
|
+
}, " Sort descending ", 2),
|
|
735
|
+
l("div", null, [
|
|
736
|
+
e.modelValue === e.SORTING_TYPES.NO_SORTING || e.modelValue === e.SORTING_TYPES.ASC ? (i(), r("img", Pt)) : (i(), r("img", kt))
|
|
737
|
+
])
|
|
738
|
+
])
|
|
739
|
+
])
|
|
740
|
+
]);
|
|
741
|
+
}
|
|
742
|
+
const Zt = /* @__PURE__ */ ee(mt, [["render", Tt]]);
|
|
743
|
+
export {
|
|
744
|
+
J0 as MIN_WIDTH_COL_RESIZE,
|
|
745
|
+
Kt as PActionBar,
|
|
746
|
+
Jt as PAlert,
|
|
747
|
+
Xt as PAvatar,
|
|
748
|
+
t0 as PBtn,
|
|
749
|
+
s0 as PCard,
|
|
750
|
+
i0 as PCheckbox,
|
|
751
|
+
a0 as PChips,
|
|
752
|
+
d0 as PCloseBtn,
|
|
753
|
+
u0 as PDatePicker,
|
|
754
|
+
f0 as PDrawer,
|
|
755
|
+
h0 as PDropdown,
|
|
756
|
+
g0 as PDropdownSelect,
|
|
757
|
+
jt as PFileUpload,
|
|
758
|
+
y0 as PFilterIcon,
|
|
759
|
+
x0 as PInfoIcon,
|
|
760
|
+
w0 as PInlineDatePicker,
|
|
761
|
+
k0 as PInput,
|
|
762
|
+
$0 as PInputNumber,
|
|
763
|
+
z0 as PInputPercent,
|
|
764
|
+
ze as PInputSearch,
|
|
765
|
+
F0 as PLoading,
|
|
766
|
+
B0 as PModal,
|
|
767
|
+
L0 as PPagination,
|
|
768
|
+
E0 as PPaginationInfo,
|
|
769
|
+
_0 as PProgressBar,
|
|
770
|
+
D0 as PRingLoader,
|
|
771
|
+
j0 as PSelect,
|
|
772
|
+
Y0 as PSelectBtn,
|
|
773
|
+
Gt as PSelectList,
|
|
774
|
+
W0 as PSelectPill,
|
|
775
|
+
K0 as PSkeletonLoader,
|
|
776
|
+
Yt as PTable,
|
|
777
|
+
Fe as PTableHeaderCell,
|
|
778
|
+
X0 as PTableLoader,
|
|
779
|
+
Zt as PTableSort,
|
|
780
|
+
t2 as PTableTd,
|
|
781
|
+
s2 as PTabs,
|
|
782
|
+
i2 as PTextarea,
|
|
783
|
+
a2 as PToggle,
|
|
784
|
+
J as SORTING_TYPES,
|
|
785
|
+
Re as colsInjectionKey,
|
|
786
|
+
Le as isColsResizableInjectionKey,
|
|
787
|
+
Be as isFirstColFixedInjectionKey,
|
|
788
|
+
Ne as isLastColFixedInjectionKey,
|
|
789
|
+
d2 as usePLoading,
|
|
790
|
+
u2 as usePModal,
|
|
791
|
+
Oe as usePTableColResize,
|
|
792
|
+
f2 as usePTableRowVirtualizer,
|
|
793
|
+
Ve as useSelectList
|
|
794
|
+
};
|