@amirjalili1374/ui-kit 1.4.77 → 1.5.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/components/shared/CustomDataTable.vue.d.ts.map +1 -1
- package/dist/components/shared/ShamsiDatePicker.vue.d.ts.map +1 -1
- package/dist/style.css +2 -2
- package/dist/ui-kit.cjs.js +1 -1
- package/dist/ui-kit.cjs.js.map +1 -1
- package/dist/ui-kit.es.js +3 -5
- package/dist/ui-kit.es.js.map +1 -1
- package/package.json +1 -1
package/dist/ui-kit.es.js
CHANGED
|
@@ -13207,7 +13207,6 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent$1({
|
|
|
13207
13207
|
};
|
|
13208
13208
|
}
|
|
13209
13209
|
});
|
|
13210
|
-
const ShamsiDatePicker = /* @__PURE__ */ _export_sfc$1(_sfc_main$h, [["__scopeId", "data-v-d56f50fe"]]);
|
|
13211
13210
|
const _hoisted_1$a = { class: "mb-6" };
|
|
13212
13211
|
const _hoisted_2$6 = { class: "text-subtitle-1 font-weight-medium mb-3" };
|
|
13213
13212
|
const _hoisted_3$4 = { class: "theme-toggle-container" };
|
|
@@ -18420,7 +18419,6 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
18420
18419
|
})) : createCommentVNode("", true),
|
|
18421
18420
|
props.showRefreshButton ? (openBlock(), createBlock(VBtn, {
|
|
18422
18421
|
key: 3,
|
|
18423
|
-
color: "primary",
|
|
18424
18422
|
onClick: _cache[3] || (_cache[3] = ($event) => unref(debouncedFetchData)()),
|
|
18425
18423
|
loading: loading.value
|
|
18426
18424
|
}, {
|
|
@@ -19202,7 +19200,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
19202
19200
|
}, {
|
|
19203
19201
|
default: withCtx(() => [
|
|
19204
19202
|
!header.hidden ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
19205
|
-
isDateHeader(header) ? (openBlock(), createBlock(
|
|
19203
|
+
isDateHeader(header) ? (openBlock(), createBlock(_sfc_main$h, {
|
|
19206
19204
|
key: 0,
|
|
19207
19205
|
modelValue: formModel.value[resolveHeaderKey(header)],
|
|
19208
19206
|
"onUpdate:modelValue": ($event) => formModel.value[resolveHeaderKey(header)] = $event,
|
|
@@ -19515,7 +19513,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
19515
19513
|
attach: "",
|
|
19516
19514
|
"menu-props": { zIndex: 2e4 }
|
|
19517
19515
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "items"])) : createCommentVNode("", true),
|
|
19518
|
-
isDateHeader(header) ? (openBlock(), createBlock(
|
|
19516
|
+
isDateHeader(header) ? (openBlock(), createBlock(_sfc_main$h, {
|
|
19519
19517
|
key: 1,
|
|
19520
19518
|
modelValue: filterModel.value[resolveHeaderKey(header)],
|
|
19521
19519
|
"onUpdate:modelValue": ($event) => filterModel.value[resolveHeaderKey(header)] = $event,
|
|
@@ -40094,7 +40092,7 @@ export {
|
|
|
40094
40092
|
_sfc_main$i as MoneyInput,
|
|
40095
40093
|
NationalCodeValidator,
|
|
40096
40094
|
PdfViewer,
|
|
40097
|
-
ShamsiDatePicker,
|
|
40095
|
+
_sfc_main$h as ShamsiDatePicker,
|
|
40098
40096
|
ToggleSwitch,
|
|
40099
40097
|
_sfc_main$b as UiChildCard,
|
|
40100
40098
|
_sfc_main$a as UiParentCard,
|