@amirjalili1374/ui-kit 1.5.87 → 1.5.88
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/ui-kit.es.js
CHANGED
|
@@ -2,7 +2,7 @@ var __defProp2 = Object.defineProperty;
|
|
|
2
2
|
var __defNormalProp2 = (obj, key2, value2) => key2 in obj ? __defProp2(obj, key2, { enumerable: true, configurable: true, writable: true, value: value2 }) : obj[key2] = value2;
|
|
3
3
|
var __publicField = (obj, key2, value2) => __defNormalProp2(obj, typeof key2 !== "symbol" ? key2 + "" : key2, value2);
|
|
4
4
|
import { warn, reactive, watchEffect, toRef, capitalize, shallowRef, Fragment, camelize, isVNode, Comment, unref, getCurrentInstance as getCurrentInstance$1, ref, computed, provide, inject, defineComponent as defineComponent$1, h, createElementVNode, normalizeStyle, normalizeClass, toValue, resolveDynamicComponent, nextTick, onScopeDispose, createVNode, mergeProps, toRefs, Text, isRef, TransitionGroup, Transition, watch, onBeforeMount, onBeforeUnmount, withDirectives, vShow, toDisplayString, effectScope, toRaw, readonly, openBlock, createBlock, withCtx, createCommentVNode, useId, onMounted, onUpdated, Teleport, createTextVNode, createElementBlock, renderSlot, onDeactivated, cloneVNode, renderList, createSlots, normalizeProps, guardReactiveProps, resolveComponent, onActivated, onBeforeUpdate, withModifiers, vModelText, withKeys, onUnmounted } from "vue";
|
|
5
|
-
import { IconHome, IconArrowBadgeLeft,
|
|
5
|
+
import { IconHome, IconArrowBadgeLeft, IconCheck, IconSquareX, IconChevronDown, IconChevronRight, IconMinus, IconPlus, IconRefresh, IconChevronLeft, IconDownload, IconPrinter, IconMaximize, IconMinimize, IconX, IconFileText, IconPencil, IconClock, IconMenu2, IconPalette } from "@tabler/icons-vue";
|
|
6
6
|
import axios from "axios";
|
|
7
7
|
import { useDebounceFn } from "@vueuse/core";
|
|
8
8
|
import { useRouter as useRouter$1 } from "vue-router";
|
|
@@ -39781,23 +39781,16 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
|
|
|
39781
39781
|
}, 8, ["loading"])) : createCommentVNode("", true),
|
|
39782
39782
|
__props.enableExport ? (openBlock(), createBlock(VBtn, {
|
|
39783
39783
|
key: 5,
|
|
39784
|
-
|
|
39785
|
-
|
|
39786
|
-
|
|
39787
|
-
|
|
39788
|
-
size: "small",
|
|
39789
|
-
variant: "outlined",
|
|
39784
|
+
color: "secondary",
|
|
39785
|
+
variant: "tonal",
|
|
39786
|
+
class: "me-2",
|
|
39787
|
+
onClick: onExportClick,
|
|
39790
39788
|
loading: exportLoading.value,
|
|
39791
|
-
disabled: loading.value
|
|
39792
|
-
onClick: onExportClick
|
|
39789
|
+
disabled: loading.value
|
|
39793
39790
|
}, {
|
|
39794
|
-
default: withCtx(() => [
|
|
39795
|
-
|
|
39796
|
-
|
|
39797
|
-
size: "22"
|
|
39798
|
-
}),
|
|
39799
|
-
_cache[30] || (_cache[30] = createTextVNode(" خروجی اکسل ", -1))
|
|
39800
|
-
]),
|
|
39791
|
+
default: withCtx(() => [..._cache[30] || (_cache[30] = [
|
|
39792
|
+
createTextVNode("گزارش کلی", -1)
|
|
39793
|
+
])]),
|
|
39801
39794
|
_: 1
|
|
39802
39795
|
}, 8, ["loading", "disabled"])) : createCommentVNode("", true),
|
|
39803
39796
|
createVNode(Transition, {
|