@fangzhongya/fang-ui 0.1.54 → 0.1.56
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/audios/src/index2.cjs +16 -10
- package/dist/components/audios/src/index2.js +16 -10
- package/dist/components/box-adjust/src/index2.cjs +6 -4
- package/dist/components/box-adjust/src/index2.js +6 -4
- package/dist/components/box-title/src/index2.cjs +3 -2
- package/dist/components/box-title/src/index2.js +3 -2
- package/dist/components/buttons/src/data.d.ts +5 -5
- package/dist/components/buttons/src/index2.cjs +2 -2
- package/dist/components/buttons/src/index2.js +2 -2
- package/dist/components/cascaders/src/data.d.ts +5 -5
- package/dist/components/checks/src/data.d.ts +5 -5
- package/dist/components/common/list.d.ts +1 -1
- package/dist/components/common/use.cjs +1 -1
- package/dist/components/common/use.js +1 -1
- package/dist/components/dates/src/data.d.ts +5 -5
- package/dist/components/dates2/src/data.d.ts +5 -5
- package/dist/components/double/src/index2.cjs +3 -2
- package/dist/components/double/src/index2.js +3 -2
- package/dist/components/edit/src/index2.cjs +3 -2
- package/dist/components/edit/src/index2.js +3 -2
- package/dist/components/edit-data/src/area/array-json2.cjs +8 -4
- package/dist/components/edit-data/src/area/array-json2.js +8 -4
- package/dist/components/edit-data/src/area/array2.cjs +46 -8
- package/dist/components/edit-data/src/area/array2.js +47 -9
- package/dist/components/edit-data/src/area/editor2.cjs +22 -4
- package/dist/components/edit-data/src/area/editor2.js +22 -4
- package/dist/components/edit-data/src/area/general2.cjs +8 -1
- package/dist/components/edit-data/src/area/general2.js +8 -1
- package/dist/components/edit-data/src/area/object-json2.cjs +5 -1
- package/dist/components/edit-data/src/area/object-json2.js +5 -1
- package/dist/components/edit-data/src/area/object2.cjs +48 -11
- package/dist/components/edit-data/src/area/object2.js +49 -12
- package/dist/components/edit-data/src/data/array2.cjs +9 -5
- package/dist/components/edit-data/src/data/array2.js +9 -5
- package/dist/components/edit-data/src/data/bigint2.cjs +7 -3
- package/dist/components/edit-data/src/data/bigint2.js +7 -3
- package/dist/components/edit-data/src/data/boolean2.cjs +7 -3
- package/dist/components/edit-data/src/data/boolean2.js +7 -3
- package/dist/components/edit-data/src/data/date.cjs +4 -0
- package/dist/components/edit-data/src/data/date.js +4 -0
- package/dist/components/edit-data/src/data/date2.cjs +48 -0
- package/dist/components/edit-data/src/data/date2.js +48 -0
- package/dist/components/edit-data/src/data/function2.cjs +16 -7
- package/dist/components/edit-data/src/data/function2.js +17 -8
- package/dist/components/edit-data/src/data/null2.cjs +3 -1
- package/dist/components/edit-data/src/data/null2.js +4 -2
- package/dist/components/edit-data/src/data/number2.cjs +7 -3
- package/dist/components/edit-data/src/data/number2.js +7 -3
- package/dist/components/edit-data/src/data/object2.cjs +9 -5
- package/dist/components/edit-data/src/data/object2.js +9 -5
- package/dist/components/edit-data/src/data/other2.cjs +13 -5
- package/dist/components/edit-data/src/data/other2.js +14 -6
- package/dist/components/edit-data/src/data/string2.cjs +7 -3
- package/dist/components/edit-data/src/data/string2.js +7 -3
- package/dist/components/edit-data/src/data/symbol2.cjs +7 -3
- package/dist/components/edit-data/src/data/symbol2.js +7 -3
- package/dist/components/edit-data/src/data/undefined2.cjs +3 -1
- package/dist/components/edit-data/src/data/undefined2.js +4 -2
- package/dist/components/edit-data/src/data.cjs +10 -0
- package/dist/components/edit-data/src/data.d.ts +20 -0
- package/dist/components/edit-data/src/data.js +10 -0
- package/dist/components/edit-data/src/index2.cjs +31 -2
- package/dist/components/edit-data/src/index2.js +45 -16
- package/dist/components/edit-data-add/src/index2.cjs +2 -0
- package/dist/components/edit-data-add/src/index2.js +2 -0
- package/dist/components/edit-float/src/index2.cjs +3 -2
- package/dist/components/edit-float/src/index2.js +3 -2
- package/dist/components/forms/src/setup.cjs +1 -1
- package/dist/components/forms/src/setup.js +1 -1
- package/dist/components/forms/src/util.cjs +1 -1
- package/dist/components/forms/src/util.js +1 -1
- package/dist/components/forms-div/src/index2.cjs +1 -1
- package/dist/components/forms-div/src/index2.js +1 -1
- package/dist/components/forms-item/src/index2.cjs +1 -1
- package/dist/components/forms-item/src/index2.js +1 -1
- package/dist/components/forms-item/src/label.cjs +1 -1
- package/dist/components/forms-item/src/label.js +1 -1
- package/dist/components/forms-items/src/index2.cjs +1 -1
- package/dist/components/forms-items/src/index2.js +1 -1
- package/dist/components/history/src/index2.cjs +6 -4
- package/dist/components/history/src/index2.js +6 -4
- package/dist/components/input-array/src/index2.cjs +3 -2
- package/dist/components/input-array/src/index2.js +3 -2
- package/dist/components/input-history/src/index2.cjs +3 -2
- package/dist/components/input-history/src/index2.js +3 -2
- package/dist/components/input-select/src/index2.cjs +6 -4
- package/dist/components/input-select/src/index2.js +6 -4
- package/dist/components/labels/src/data.d.ts +5 -5
- package/dist/components/list/index.scss +1 -1
- package/dist/components/list/src/index2.cjs +9 -9
- package/dist/components/list/src/index2.js +9 -9
- package/dist/components/list/src/util.cjs +1 -1
- package/dist/components/list/src/util.js +1 -1
- package/dist/components/listsp/src/index2.cjs +1 -1
- package/dist/components/listsp/src/index2.js +1 -1
- package/dist/components/listspd/src/index2.cjs +1 -1
- package/dist/components/listspd/src/index2.js +1 -1
- package/dist/components/message/index.d.ts +11 -4
- package/dist/components/message/src/function.d.ts +11 -4
- package/dist/components/message-box/index.d.ts +2 -3
- package/dist/components/message-box/src/function.d.ts +2 -3
- package/dist/components/retract/index.css +23 -20
- package/dist/components/retract/index.scss +39 -20
- package/dist/components/retract/src/data.cjs +4 -1
- package/dist/components/retract/src/data.d.ts +4 -1
- package/dist/components/retract/src/data.js +4 -1
- package/dist/components/retract/src/index2.cjs +12 -10
- package/dist/components/retract/src/index2.js +9 -7
- package/dist/components/right-key/index.css +2 -1
- package/dist/components/right-key/index.scss +2 -1
- package/dist/components/right-key/src/data.cjs +7 -2
- package/dist/components/right-key/src/data.d.ts +5 -0
- package/dist/components/right-key/src/data.js +7 -2
- package/dist/components/right-key/src/index2.cjs +134 -60
- package/dist/components/right-key/src/index2.js +135 -61
- package/dist/components/selects/src/data.d.ts +5 -5
- package/dist/components/stick-window/src/index2.cjs +3 -2
- package/dist/components/stick-window/src/index2.js +3 -2
- package/dist/components/switchs/src/data.d.ts +5 -4
- package/dist/components/tables/index.scss +1 -1
- package/dist/components/tables/src/column.cjs +2 -2
- package/dist/components/tables/src/column.js +2 -2
- package/dist/components/tables/src/columns2.cjs +10 -10
- package/dist/components/tables/src/columns2.js +10 -10
- package/dist/components/tables/src/index2.cjs +1 -1
- package/dist/components/tables/src/index2.js +1 -1
- package/dist/components/{tables → tableset}/common/pagin.d.ts +1 -1
- package/dist/components/tablesp/src/index2.cjs +1 -1
- package/dist/components/tablesp/src/index2.js +1 -1
- package/dist/components/tablespd/src/index2.cjs +1 -1
- package/dist/components/tablespd/src/index2.js +1 -1
- package/dist/components/tabless/src/index2.cjs +1 -1
- package/dist/components/tabless/src/index2.js +1 -1
- package/dist/components/tablesv/src/column.cjs +2 -2
- package/dist/components/tablesv/src/column.js +2 -2
- package/dist/components/tablesv/src/columns2.cjs +8 -8
- package/dist/components/tablesv/src/columns2.js +8 -8
- package/dist/components/tablesv/src/columns3.cjs +1 -1
- package/dist/components/tablesv/src/columns3.js +1 -1
- package/dist/components/tablesv/src/index2.cjs +1 -1
- package/dist/components/tablesv/src/index2.js +1 -1
- package/dist/components/tablesvp/src/index2.cjs +1 -1
- package/dist/components/tablesvp/src/index2.js +1 -1
- package/dist/components/tablesvpd/src/index2.cjs +1 -1
- package/dist/components/tablesvpd/src/index2.js +1 -1
- package/dist/components/uploads/src/data.d.ts +5 -5
- package/dist/components/uploads/src/index2.cjs +26 -21
- package/dist/components/uploads/src/index2.js +15 -10
- package/dist/components/videos/src/index2.cjs +30 -19
- package/dist/components/videos/src/index2.js +30 -19
- package/dist/components/window/src/index2.cjs +9 -6
- package/dist/components/window/src/index2.js +9 -6
- package/dist/css/index.css +25 -21
- package/dist/css/retract.css +23 -20
- package/dist/css/right-key.css +2 -1
- package/dist/hooks/model/index.cjs +25 -0
- package/dist/hooks/model/index.d.ts +2 -0
- package/dist/hooks/model/index.js +25 -0
- package/dist/icons/index.json +1 -1
- package/dist/icons/vue/bar.cjs +2 -18
- package/dist/icons/vue/bar.js +1 -17
- package/dist/icons/vue/bar2.cjs +21 -2
- package/dist/icons/vue/bar2.js +21 -2
- package/dist/icons/vue/below.cjs +2 -18
- package/dist/icons/vue/below.js +1 -17
- package/dist/icons/vue/below2.cjs +21 -2
- package/dist/icons/vue/below2.js +21 -2
- package/dist/icons/vue/bicycle.cjs +2 -15
- package/dist/icons/vue/bicycle.js +1 -14
- package/dist/icons/vue/bicycle2.cjs +18 -2
- package/dist/icons/vue/bicycle2.js +18 -2
- package/dist/icons/vue/bottom-left.cjs +2 -22
- package/dist/icons/vue/bottom-left.js +1 -21
- package/dist/icons/vue/bottom-left2.cjs +25 -2
- package/dist/icons/vue/bottom-left2.js +25 -2
- package/dist/icons/vue/bottom-right.cjs +2 -22
- package/dist/icons/vue/bottom-right.js +1 -21
- package/dist/icons/vue/bottom-right2.cjs +25 -2
- package/dist/icons/vue/bottom-right2.js +25 -2
- package/dist/icons/vue/bottom.cjs +2 -18
- package/dist/icons/vue/bottom.js +1 -17
- package/dist/icons/vue/bottom2.cjs +21 -2
- package/dist/icons/vue/bottom2.js +21 -2
- package/dist/icons/vue/catalogue.cjs +2 -23
- package/dist/icons/vue/catalogue.js +1 -22
- package/dist/icons/vue/catalogue2.cjs +26 -2
- package/dist/icons/vue/catalogue2.js +26 -2
- package/dist/icons/vue/clear.cjs +2 -23
- package/dist/icons/vue/clear.js +1 -22
- package/dist/icons/vue/clear2.cjs +26 -2
- package/dist/icons/vue/clear2.js +26 -2
- package/dist/icons/vue/close.cjs +2 -18
- package/dist/icons/vue/close.js +1 -17
- package/dist/icons/vue/close2.cjs +21 -2
- package/dist/icons/vue/close2.js +21 -2
- package/dist/icons/vue/delete.cjs +2 -18
- package/dist/icons/vue/delete.js +1 -17
- package/dist/icons/vue/delete2.cjs +21 -2
- package/dist/icons/vue/delete2.js +21 -2
- package/dist/icons/vue/document.cjs +2 -23
- package/dist/icons/vue/document.js +1 -22
- package/dist/icons/vue/document2.cjs +26 -2
- package/dist/icons/vue/document2.js +26 -2
- package/dist/icons/vue/down.cjs +2 -18
- package/dist/icons/vue/down.js +1 -17
- package/dist/icons/vue/down2.cjs +21 -2
- package/dist/icons/vue/down2.js +21 -2
- package/dist/icons/vue/download.cjs +2 -18
- package/dist/icons/vue/download.js +1 -17
- package/dist/icons/vue/download2.cjs +21 -2
- package/dist/icons/vue/download2.js +21 -2
- package/dist/icons/vue/edit.cjs +2 -23
- package/dist/icons/vue/edit.js +1 -22
- package/dist/icons/vue/edit2.cjs +26 -2
- package/dist/icons/vue/edit2.js +26 -2
- package/dist/icons/vue/enter.cjs +2 -19
- package/dist/icons/vue/enter.js +1 -18
- package/dist/icons/vue/enter2.cjs +22 -2
- package/dist/icons/vue/enter2.js +22 -2
- package/dist/icons/vue/frame.cjs +2 -15
- package/dist/icons/vue/frame.js +1 -14
- package/dist/icons/vue/frame2.cjs +18 -2
- package/dist/icons/vue/frame2.js +18 -2
- package/dist/icons/vue/index.cjs +81 -54
- package/dist/icons/vue/index.js +54 -27
- package/dist/icons/vue/left.cjs +2 -18
- package/dist/icons/vue/left.js +1 -17
- package/dist/icons/vue/left2.cjs +21 -2
- package/dist/icons/vue/left2.js +21 -2
- package/dist/icons/vue/mute.cjs +2 -18
- package/dist/icons/vue/mute.js +1 -17
- package/dist/icons/vue/mute2.cjs +21 -2
- package/dist/icons/vue/mute2.js +21 -2
- package/dist/icons/vue/pause.cjs +2 -24
- package/dist/icons/vue/pause.js +1 -23
- package/dist/icons/vue/pause2.cjs +27 -2
- package/dist/icons/vue/pause2.js +27 -2
- package/dist/icons/vue/play.cjs +2 -19
- package/dist/icons/vue/play.js +1 -18
- package/dist/icons/vue/play2.cjs +22 -2
- package/dist/icons/vue/play2.js +22 -2
- package/dist/icons/vue/plus.cjs +2 -18
- package/dist/icons/vue/plus.js +1 -17
- package/dist/icons/vue/plus2.cjs +21 -2
- package/dist/icons/vue/plus2.js +21 -2
- package/dist/icons/vue/retreat.cjs +2 -19
- package/dist/icons/vue/retreat.js +1 -18
- package/dist/icons/vue/retreat2.cjs +22 -2
- package/dist/icons/vue/retreat2.js +22 -2
- package/dist/icons/vue/right.cjs +2 -18
- package/dist/icons/vue/right.js +1 -17
- package/dist/icons/vue/right2.cjs +21 -2
- package/dist/icons/vue/right2.js +21 -2
- package/dist/icons/vue/sound.cjs +2 -22
- package/dist/icons/vue/sound.js +1 -21
- package/dist/icons/vue/sound2.cjs +25 -2
- package/dist/icons/vue/sound2.js +25 -2
- package/dist/icons/vue/star.cjs +2 -22
- package/dist/icons/vue/star.js +1 -21
- package/dist/icons/vue/star2.cjs +25 -2
- package/dist/icons/vue/star2.js +25 -2
- package/dist/icons/vue/up.cjs +2 -18
- package/dist/icons/vue/up.js +1 -17
- package/dist/icons/vue/up2.cjs +21 -2
- package/dist/icons/vue/up2.js +21 -2
- package/dist/icons/vue/views.cjs +2 -18
- package/dist/icons/vue/views.js +1 -17
- package/dist/icons/vue/views2.cjs +21 -2
- package/dist/icons/vue/views2.js +21 -2
- package/dist/index.css +25 -21
- package/dist/utils/vues/index.d.ts +1 -0
- package/dist/utils/vues/shared.cjs +19 -0
- package/dist/utils/vues/shared.d.ts +5 -0
- package/dist/utils/vues/shared.js +19 -0
- package/package.json +9 -10
- package/dist/_virtual/_plugin-vue_export-helper.cjs +0 -10
- package/dist/_virtual/_plugin-vue_export-helper.js +0 -10
- /package/dist/components/{box-fun → box}/index.css +0 -0
- /package/dist/components/{edit-data → edit-data-add}/index.css +0 -0
- /package/dist/components/{forms → formset}/common/config.cjs +0 -0
- /package/dist/components/{forms → formset}/common/config.d.ts +0 -0
- /package/dist/components/{forms → formset}/common/config.js +0 -0
- /package/dist/components/{global-config → keep-com}/index.css +0 -0
- /package/dist/components/{tables → tableset}/common/com-but.cjs +0 -0
- /package/dist/components/{tables → tableset}/common/com-but.js +0 -0
- /package/dist/components/{tables → tableset}/common/com-but2.cjs +0 -0
- /package/dist/components/{tables → tableset}/common/com-but2.js +0 -0
- /package/dist/components/{tables → tableset}/common/com-color.cjs +0 -0
- /package/dist/components/{tables → tableset}/common/com-color.js +0 -0
- /package/dist/components/{tables → tableset}/common/com-color2.cjs +0 -0
- /package/dist/components/{tables → tableset}/common/com-color2.js +0 -0
- /package/dist/components/{tables → tableset}/common/com-fig.cjs +0 -0
- /package/dist/components/{tables → tableset}/common/com-fig.js +0 -0
- /package/dist/components/{tables → tableset}/common/com-fig2.cjs +0 -0
- /package/dist/components/{tables → tableset}/common/com-fig2.js +0 -0
- /package/dist/components/{tables → tableset}/common/com-limit.cjs +0 -0
- /package/dist/components/{tables → tableset}/common/com-limit.js +0 -0
- /package/dist/components/{tables → tableset}/common/com-limit2.cjs +0 -0
- /package/dist/components/{tables → tableset}/common/com-limit2.js +0 -0
- /package/dist/components/{tables → tableset}/common/com-lis.cjs +0 -0
- /package/dist/components/{tables → tableset}/common/com-lis.js +0 -0
- /package/dist/components/{tables → tableset}/common/com-lis2.cjs +0 -0
- /package/dist/components/{tables → tableset}/common/com-lis2.js +0 -0
- /package/dist/components/{tables → tableset}/common/com.scss +0 -0
- /package/dist/components/{tables → tableset}/common/config.cjs +0 -0
- /package/dist/components/{tables → tableset}/common/config.d.ts +0 -0
- /package/dist/components/{tables → tableset}/common/config.js +0 -0
- /package/dist/components/{tables → tableset}/common/empty.cjs +0 -0
- /package/dist/components/{tables → tableset}/common/empty.js +0 -0
- /package/dist/components/{tables → tableset}/common/empty2.cjs +0 -0
- /package/dist/components/{tables → tableset}/common/empty2.js +0 -0
- /package/dist/components/{tables → tableset}/common/pagin.cjs +0 -0
- /package/dist/components/{tables → tableset}/common/pagin.js +0 -0
- /package/dist/components/{tables → tableset}/common/tooltip.cjs +0 -0
- /package/dist/components/{tables → tableset}/common/tooltip.d.ts +0 -0
- /package/dist/components/{tables → tableset}/common/tooltip.js +0 -0
- /package/dist/components/{tables → tableset}/common/util.cjs +0 -0
- /package/dist/components/{tables → tableset}/common/util.d.ts +0 -0
- /package/dist/components/{tables → tableset}/common/util.js +0 -0
- /package/dist/css/{box-fun.css → box.css} +0 -0
- /package/dist/css/{edit-data.css → edit-data-add.css} +0 -0
- /package/dist/css/{global-config.css → keep-com.css} +0 -0
|
@@ -2,12 +2,14 @@
|
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
3
|
const vue = require("vue");
|
|
4
4
|
const index$2 = require("../../icon/index.cjs");
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
require("../../../icons/vue/left.cjs");
|
|
6
|
+
require("../../../icons/vue/right.cjs");
|
|
7
7
|
const data = require("./data.cjs");
|
|
8
8
|
const index = require("../../../hooks/cssname/index.cjs");
|
|
9
9
|
const deepCopy = require("@fangzhongya/utils/basic/object/deepCopy");
|
|
10
10
|
const index$1 = require("../../../hooks/props-default/index.cjs");
|
|
11
|
+
const left_vue_vue_type_script_setup_true_lang = require("../../../icons/vue/left2.cjs");
|
|
12
|
+
const right_vue_vue_type_script_setup_true_lang = require("../../../icons/vue/right2.cjs");
|
|
11
13
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
12
14
|
__name: "index",
|
|
13
15
|
props: index$1.getProps(data.dataProps),
|
|
@@ -108,7 +110,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
108
110
|
}, {
|
|
109
111
|
default: vue.withCtx(() => [
|
|
110
112
|
vue.renderSlot(_ctx.$slots, vue.unref(data.dataSlot).iconRetreat, {}, () => [
|
|
111
|
-
vue.createVNode(
|
|
113
|
+
vue.createVNode(left_vue_vue_type_script_setup_true_lang.default)
|
|
112
114
|
])
|
|
113
115
|
]),
|
|
114
116
|
_: 3
|
|
@@ -123,7 +125,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
123
125
|
}, {
|
|
124
126
|
default: vue.withCtx(() => [
|
|
125
127
|
vue.renderSlot(_ctx.$slots, vue.unref(data.dataSlot).iconForward, {}, () => [
|
|
126
|
-
vue.createVNode(
|
|
128
|
+
vue.createVNode(right_vue_vue_type_script_setup_true_lang.default)
|
|
127
129
|
])
|
|
128
130
|
]),
|
|
129
131
|
_: 3
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watch, createElementBlock, openBlock, normalizeClass, unref, createVNode, withCtx, renderSlot } from "vue";
|
|
2
2
|
import { Icon } from "../../icon/index.js";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
3
|
+
import "../../../icons/vue/left.js";
|
|
4
|
+
import "../../../icons/vue/right.js";
|
|
5
5
|
import { name, dataProps, dataExpose, dataSlot, dataEmits } from "./data.js";
|
|
6
6
|
import { useCssName } from "../../../hooks/cssname/index.js";
|
|
7
7
|
import { deepCopy } from "@fangzhongya/utils/basic/object/deepCopy";
|
|
8
8
|
import { usePropsDefault, getProps } from "../../../hooks/props-default/index.js";
|
|
9
|
+
import _sfc_main$1 from "../../../icons/vue/left2.js";
|
|
10
|
+
import _sfc_main$2 from "../../../icons/vue/right2.js";
|
|
9
11
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
10
12
|
__name: "index",
|
|
11
13
|
props: getProps(dataProps),
|
|
@@ -106,7 +108,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
106
108
|
}, {
|
|
107
109
|
default: withCtx(() => [
|
|
108
110
|
renderSlot(_ctx.$slots, unref(dataSlot).iconRetreat, {}, () => [
|
|
109
|
-
createVNode(
|
|
111
|
+
createVNode(_sfc_main$1)
|
|
110
112
|
])
|
|
111
113
|
]),
|
|
112
114
|
_: 3
|
|
@@ -121,7 +123,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
121
123
|
}, {
|
|
122
124
|
default: withCtx(() => [
|
|
123
125
|
renderSlot(_ctx.$slots, unref(dataSlot).iconForward, {}, () => [
|
|
124
|
-
createVNode(
|
|
126
|
+
createVNode(_sfc_main$2)
|
|
125
127
|
])
|
|
126
128
|
]),
|
|
127
129
|
_: 3
|
|
@@ -2,12 +2,13 @@
|
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
3
|
const vue = require("vue");
|
|
4
4
|
const index$4 = require("../../icon/index.cjs");
|
|
5
|
-
|
|
5
|
+
require("../../../icons/vue/clear.cjs");
|
|
6
6
|
const data = require("./data.cjs");
|
|
7
7
|
const index = require("../../../hooks/cssname/index.cjs");
|
|
8
8
|
const index$2 = require("../../input-number/index.cjs");
|
|
9
9
|
const index$3 = require("../../input/index.cjs");
|
|
10
10
|
const index$1 = require("../../../hooks/props-default/index.cjs");
|
|
11
|
+
const clear_vue_vue_type_script_setup_true_lang = require("../../../icons/vue/clear2.cjs");
|
|
11
12
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
12
13
|
__name: "index",
|
|
13
14
|
props: index$1.getProps(data.dataProps),
|
|
@@ -203,7 +204,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
203
204
|
onClick: vue.withModifiers(onClear, ["stop"])
|
|
204
205
|
}, {
|
|
205
206
|
default: vue.withCtx(() => [
|
|
206
|
-
vue.createVNode(
|
|
207
|
+
vue.createVNode(clear_vue_vue_type_script_setup_true_lang.default)
|
|
207
208
|
]),
|
|
208
209
|
_: 1
|
|
209
210
|
}, 8, ["class"])) : vue.createCommentVNode("", true),
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watch, createElementBlock, openBlock, withModifiers, normalizeClass, unref, renderSlot, createBlock, createElementVNode, createCommentVNode, toDisplayString, withCtx, createVNode } from "vue";
|
|
2
2
|
import { Icon } from "../../icon/index.js";
|
|
3
|
-
import
|
|
3
|
+
import "../../../icons/vue/clear.js";
|
|
4
4
|
import { name, dataProps, dataExpose, dataSlot, dataEmits } from "./data.js";
|
|
5
5
|
import { useCssName } from "../../../hooks/cssname/index.js";
|
|
6
6
|
import { InputNumber } from "../../input-number/index.js";
|
|
7
7
|
import { Input } from "../../input/index.js";
|
|
8
8
|
import { usePropsDefault, getProps } from "../../../hooks/props-default/index.js";
|
|
9
|
+
import _sfc_main$1 from "../../../icons/vue/clear2.js";
|
|
9
10
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
10
11
|
__name: "index",
|
|
11
12
|
props: getProps(dataProps),
|
|
@@ -201,7 +202,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
201
202
|
onClick: withModifiers(onClear, ["stop"])
|
|
202
203
|
}, {
|
|
203
204
|
default: withCtx(() => [
|
|
204
|
-
createVNode(
|
|
205
|
+
createVNode(_sfc_main$1)
|
|
205
206
|
]),
|
|
206
207
|
_: 1
|
|
207
208
|
}, 8, ["class"])) : createCommentVNode("", true),
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
3
|
const vue = require("vue");
|
|
4
4
|
const index$6 = require("../../icon/index.cjs");
|
|
5
|
-
|
|
5
|
+
require("../../../icons/vue/clear.cjs");
|
|
6
6
|
const index$4 = require("../../../hooks/expose/index.cjs");
|
|
7
7
|
const index$5 = require("../../popover/index.cjs");
|
|
8
8
|
const index$8 = require("../../button/index.cjs");
|
|
@@ -17,6 +17,7 @@ require("../../form/index.cjs");
|
|
|
17
17
|
const index$3 = require("element-plus/es/components/form/index");
|
|
18
18
|
const replaceAfter = require("@fangzhongya/utils/basic/array/replaceAfter");
|
|
19
19
|
const deleteArray = require("@fangzhongya/utils/basic/array/deleteArray");
|
|
20
|
+
const clear_vue_vue_type_script_setup_true_lang = require("../../../icons/vue/clear2.cjs");
|
|
20
21
|
const _hoisted_1 = ["onClick"];
|
|
21
22
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
22
23
|
...{ inheritAttrs: false },
|
|
@@ -166,7 +167,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
166
167
|
onClick: vue.withModifiers(($event) => onClean(item), ["stop"])
|
|
167
168
|
}, {
|
|
168
169
|
default: vue.withCtx(() => [
|
|
169
|
-
vue.createVNode(
|
|
170
|
+
vue.createVNode(clear_vue_vue_type_script_setup_true_lang.default)
|
|
170
171
|
]),
|
|
171
172
|
_: 1
|
|
172
173
|
}, 8, ["class", "onClick"])) : vue.createCommentVNode("", true)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, useAttrs, useSlots, ref, watch, onMounted, createElementBlock, openBlock, mergeProps, unref, createVNode, createBlock, createCommentVNode, withCtx, normalizeClass, createElementVNode, Fragment, renderList, withModifiers, toDisplayString, withKeys, createSlots, renderSlot, normalizeProps, guardReactiveProps, createTextVNode } from "vue";
|
|
2
2
|
import { Icon } from "../../icon/index.js";
|
|
3
|
-
import
|
|
3
|
+
import "../../../icons/vue/clear.js";
|
|
4
4
|
import { useExpose } from "../../../hooks/expose/index.js";
|
|
5
5
|
import { Popover } from "../../popover/index.js";
|
|
6
6
|
import { Button } from "../../button/index.js";
|
|
@@ -15,6 +15,7 @@ import "../../form/index.js";
|
|
|
15
15
|
import { useDisabled } from "element-plus/es/components/form/index";
|
|
16
16
|
import { replaceAfter } from "@fangzhongya/utils/basic/array/replaceAfter";
|
|
17
17
|
import { deleteArray } from "@fangzhongya/utils/basic/array/deleteArray";
|
|
18
|
+
import _sfc_main$1 from "../../../icons/vue/clear2.js";
|
|
18
19
|
const _hoisted_1 = ["onClick"];
|
|
19
20
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
20
21
|
...{ inheritAttrs: false },
|
|
@@ -164,7 +165,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
164
165
|
onClick: withModifiers(($event) => onClean(item), ["stop"])
|
|
165
166
|
}, {
|
|
166
167
|
default: withCtx(() => [
|
|
167
|
-
createVNode(
|
|
168
|
+
createVNode(_sfc_main$1)
|
|
168
169
|
]),
|
|
169
170
|
_: 1
|
|
170
171
|
}, 8, ["class", "onClick"])) : createCommentVNode("", true)
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
3
|
const vue = require("vue");
|
|
4
4
|
const index$6 = require("../../icon/index.cjs");
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
require("../../../icons/vue/clear.cjs");
|
|
6
|
+
require("../../../icons/vue/below.cjs");
|
|
7
7
|
const data = require("./data.cjs");
|
|
8
8
|
const index$5 = require("../../inputs/index.cjs");
|
|
9
9
|
const index$4 = require("../../popover/index.cjs");
|
|
@@ -14,6 +14,8 @@ const getCss = require("@fangzhongya/utils/css/getCss");
|
|
|
14
14
|
require("../../form/index.cjs");
|
|
15
15
|
const index$2 = require("../../../hooks/props-default/index.cjs");
|
|
16
16
|
const index$3 = require("element-plus/es/components/form/index");
|
|
17
|
+
const clear_vue_vue_type_script_setup_true_lang = require("../../../icons/vue/clear2.cjs");
|
|
18
|
+
const below_vue_vue_type_script_setup_true_lang = require("../../../icons/vue/below2.cjs");
|
|
17
19
|
const _hoisted_1 = ["onClick"];
|
|
18
20
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
19
21
|
...{ inheritAttrs: false },
|
|
@@ -153,7 +155,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
153
155
|
onClick: vue.withModifiers(onClear, ["stop"])
|
|
154
156
|
}, {
|
|
155
157
|
default: vue.withCtx(() => [
|
|
156
|
-
vue.createVNode(
|
|
158
|
+
vue.createVNode(clear_vue_vue_type_script_setup_true_lang.default)
|
|
157
159
|
]),
|
|
158
160
|
_: 1
|
|
159
161
|
}, 8, ["class"])) : vue.createCommentVNode("", true),
|
|
@@ -166,7 +168,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
166
168
|
}, {
|
|
167
169
|
default: vue.withCtx(() => [
|
|
168
170
|
vue.renderSlot(_ctx.$slots, vue.unref(data.dataSlot).iconSelect, {}, () => [
|
|
169
|
-
vue.createVNode(
|
|
171
|
+
vue.createVNode(below_vue_vue_type_script_setup_true_lang.default)
|
|
170
172
|
])
|
|
171
173
|
]),
|
|
172
174
|
_: 3
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, useAttrs, useSlots, ref, computed, onMounted, createBlock, openBlock, unref, withCtx, createElementVNode, normalizeClass, createElementBlock, Fragment, renderList, withModifiers, toDisplayString, mergeProps, createVNode, createSlots, createCommentVNode, renderSlot, normalizeProps, guardReactiveProps } from "vue";
|
|
2
2
|
import { Icon } from "../../icon/index.js";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
3
|
+
import "../../../icons/vue/clear.js";
|
|
4
|
+
import "../../../icons/vue/below.js";
|
|
5
5
|
import { name, dataProps, dataExpose, dataSlot, dataEmits } from "./data.js";
|
|
6
6
|
import { Inputs } from "../../inputs/index.js";
|
|
7
7
|
import { Popover } from "../../popover/index.js";
|
|
@@ -12,6 +12,8 @@ import { getCss } from "@fangzhongya/utils/css/getCss";
|
|
|
12
12
|
import "../../form/index.js";
|
|
13
13
|
import { usePropsDefault, getProps } from "../../../hooks/props-default/index.js";
|
|
14
14
|
import { useDisabled } from "element-plus/es/components/form/index";
|
|
15
|
+
import _sfc_main$1 from "../../../icons/vue/clear2.js";
|
|
16
|
+
import _sfc_main$2 from "../../../icons/vue/below2.js";
|
|
15
17
|
const _hoisted_1 = ["onClick"];
|
|
16
18
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
17
19
|
...{ inheritAttrs: false },
|
|
@@ -151,7 +153,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
151
153
|
onClick: withModifiers(onClear, ["stop"])
|
|
152
154
|
}, {
|
|
153
155
|
default: withCtx(() => [
|
|
154
|
-
createVNode(
|
|
156
|
+
createVNode(_sfc_main$1)
|
|
155
157
|
]),
|
|
156
158
|
_: 1
|
|
157
159
|
}, 8, ["class"])) : createCommentVNode("", true),
|
|
@@ -164,7 +166,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
164
166
|
}, {
|
|
165
167
|
default: withCtx(() => [
|
|
166
168
|
renderSlot(_ctx.$slots, unref(dataSlot).iconSelect, {}, () => [
|
|
167
|
-
createVNode(
|
|
169
|
+
createVNode(_sfc_main$2)
|
|
168
170
|
])
|
|
169
171
|
]),
|
|
170
172
|
_: 3
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ExtractPropTypes } from 'vue';
|
|
2
|
-
import { comHandle } from '../../common/list';
|
|
2
|
+
import { comHandle, Options } from '../../common/list';
|
|
3
3
|
/**
|
|
4
4
|
* @title {h3} labels
|
|
5
5
|
*/
|
|
@@ -29,10 +29,10 @@ export declare const dataProps: {
|
|
|
29
29
|
};
|
|
30
30
|
options: {
|
|
31
31
|
type: {
|
|
32
|
-
(arrayLength: number):
|
|
33
|
-
(...items:
|
|
34
|
-
new (arrayLength: number):
|
|
35
|
-
new (...items:
|
|
32
|
+
(arrayLength: number): Options[];
|
|
33
|
+
(...items: Options[]): Options[];
|
|
34
|
+
new (arrayLength: number): Options[];
|
|
35
|
+
new (...items: Options[]): Options[];
|
|
36
36
|
isArray(arg: any): arg is any[];
|
|
37
37
|
readonly prototype: any[];
|
|
38
38
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
@@ -7,17 +7,17 @@ const getAttrValue = require("../../../utils/vues/getAttrValue.cjs");
|
|
|
7
7
|
const use = require("../../common/use.cjs");
|
|
8
8
|
const index$1 = require("../../../hooks/compons/index.cjs");
|
|
9
9
|
const index$2 = require("../../../hooks/cssname/index.cjs");
|
|
10
|
-
const tooltip = require("../../
|
|
10
|
+
const tooltip = require("../../tableset/common/tooltip.cjs");
|
|
11
11
|
const index = require("../../../hooks/props-default/index.cjs");
|
|
12
12
|
const data = require("./data.cjs");
|
|
13
|
-
require("../../
|
|
14
|
-
require("../../
|
|
15
|
-
require("../../
|
|
16
|
-
require("../../
|
|
17
|
-
const comFig_vue_vue_type_script_setup_true_lang = require("../../
|
|
18
|
-
const comLis_vue_vue_type_script_setup_true_lang = require("../../
|
|
19
|
-
const comColor_vue_vue_type_script_setup_true_lang = require("../../
|
|
20
|
-
const comBut_vue_vue_type_script_setup_true_lang = require("../../
|
|
13
|
+
require("../../tableset/common/com-fig.cjs");
|
|
14
|
+
require("../../tableset/common/com-but.cjs");
|
|
15
|
+
require("../../tableset/common/com-color.cjs");
|
|
16
|
+
require("../../tableset/common/com-lis.cjs");
|
|
17
|
+
const comFig_vue_vue_type_script_setup_true_lang = require("../../tableset/common/com-fig2.cjs");
|
|
18
|
+
const comLis_vue_vue_type_script_setup_true_lang = require("../../tableset/common/com-lis2.cjs");
|
|
19
|
+
const comColor_vue_vue_type_script_setup_true_lang = require("../../tableset/common/com-color2.cjs");
|
|
20
|
+
const comBut_vue_vue_type_script_setup_true_lang = require("../../tableset/common/com-but2.cjs");
|
|
21
21
|
const Components = {
|
|
22
22
|
But: comBut_vue_vue_type_script_setup_true_lang.default,
|
|
23
23
|
Color: comColor_vue_vue_type_script_setup_true_lang.default,
|
|
@@ -5,17 +5,17 @@ import { getAttrValue } from "../../../utils/vues/getAttrValue.js";
|
|
|
5
5
|
import { useObjComponSelected, useHide } from "../../common/use.js";
|
|
6
6
|
import { useCompons } from "../../../hooks/compons/index.js";
|
|
7
7
|
import { useCssName } from "../../../hooks/cssname/index.js";
|
|
8
|
-
import { hideTooltip, showTooltip } from "../../
|
|
8
|
+
import { hideTooltip, showTooltip } from "../../tableset/common/tooltip.js";
|
|
9
9
|
import { usePropsDefault, getProps } from "../../../hooks/props-default/index.js";
|
|
10
10
|
import { name, dataProps, dataExpose, dataEmits } from "./data.js";
|
|
11
|
-
import "../../
|
|
12
|
-
import "../../
|
|
13
|
-
import "../../
|
|
14
|
-
import "../../
|
|
15
|
-
import _sfc_main$1 from "../../
|
|
16
|
-
import _sfc_main$2 from "../../
|
|
17
|
-
import _sfc_main$3 from "../../
|
|
18
|
-
import _sfc_main$4 from "../../
|
|
11
|
+
import "../../tableset/common/com-fig.js";
|
|
12
|
+
import "../../tableset/common/com-but.js";
|
|
13
|
+
import "../../tableset/common/com-color.js";
|
|
14
|
+
import "../../tableset/common/com-lis.js";
|
|
15
|
+
import _sfc_main$1 from "../../tableset/common/com-fig2.js";
|
|
16
|
+
import _sfc_main$2 from "../../tableset/common/com-lis2.js";
|
|
17
|
+
import _sfc_main$3 from "../../tableset/common/com-color2.js";
|
|
18
|
+
import _sfc_main$4 from "../../tableset/common/com-but2.js";
|
|
19
19
|
const Components = {
|
|
20
20
|
But: _sfc_main$4,
|
|
21
21
|
Color: _sfc_main$3,
|
|
@@ -4,7 +4,7 @@ require("vue");
|
|
|
4
4
|
const use = require("../../common/use.cjs");
|
|
5
5
|
const index = require("../../../hooks/compons/index.cjs");
|
|
6
6
|
const data = require("./data.cjs");
|
|
7
|
-
const util = require("../../
|
|
7
|
+
const util = require("../../tableset/common/util.cjs");
|
|
8
8
|
const setClass = (item, data2, index2) => {
|
|
9
9
|
const v = data2[item.state ?? item.prop];
|
|
10
10
|
if (item.setcss) {
|
|
@@ -2,7 +2,7 @@ import "vue";
|
|
|
2
2
|
import { useSetSlot, useSetCompon, useGetDomValue, useGetDomLabel, useLabelAdditional } from "../../common/use.js";
|
|
3
3
|
import { useComponsGet } from "../../../hooks/compons/index.js";
|
|
4
4
|
import { name } from "./data.js";
|
|
5
|
-
import { setEmptyDisplay } from "../../
|
|
5
|
+
import { setEmptyDisplay } from "../../tableset/common/util.js";
|
|
6
6
|
const setClass = (item, data, index) => {
|
|
7
7
|
const v = data[item.state ?? item.prop];
|
|
8
8
|
if (item.setcss) {
|
|
@@ -5,7 +5,7 @@ const index$3 = require("../../lists/index.cjs");
|
|
|
5
5
|
const index$5 = require("../../paging/index.cjs");
|
|
6
6
|
const index$4 = require("../../../directives/scroll/index.cjs");
|
|
7
7
|
const data = require("./data.cjs");
|
|
8
|
-
const pagin = require("../../
|
|
8
|
+
const pagin = require("../../tableset/common/pagin.cjs");
|
|
9
9
|
const index$1 = require("../../../hooks/cssname/index.cjs");
|
|
10
10
|
const index = require("../../../hooks/locale/index.cjs");
|
|
11
11
|
const index$2 = require("../../../hooks/props-default/index.cjs");
|
|
@@ -3,7 +3,7 @@ import { Lists } from "../../lists/index.js";
|
|
|
3
3
|
import { Paging } from "../../paging/index.js";
|
|
4
4
|
import vScroll from "../../../directives/scroll/index.js";
|
|
5
5
|
import { name } from "./data.js";
|
|
6
|
-
import { dataProps, useInit, dataEmit } from "../../
|
|
6
|
+
import { dataProps, useInit, dataEmit } from "../../tableset/common/pagin.js";
|
|
7
7
|
import { useCssName } from "../../../hooks/cssname/index.js";
|
|
8
8
|
import { useLocale } from "../../../hooks/locale/index.js";
|
|
9
9
|
import { usePropsDefault, getProps } from "../../../hooks/props-default/index.js";
|
|
@@ -7,7 +7,7 @@ const index$6 = require("../../paging/index.cjs");
|
|
|
7
7
|
const index$4 = require("../../../directives/scroll/index.cjs");
|
|
8
8
|
const index$5 = require("../../../directives/sortable/index.cjs");
|
|
9
9
|
const data = require("./data.cjs");
|
|
10
|
-
const pagin = require("../../
|
|
10
|
+
const pagin = require("../../tableset/common/pagin.cjs");
|
|
11
11
|
const index$1 = require("../../../hooks/cssname/index.cjs");
|
|
12
12
|
const index = require("../../../hooks/locale/index.cjs");
|
|
13
13
|
const index$2 = require("../../../hooks/props-default/index.cjs");
|
|
@@ -5,7 +5,7 @@ import { Paging } from "../../paging/index.js";
|
|
|
5
5
|
import vScroll from "../../../directives/scroll/index.js";
|
|
6
6
|
import vSortable from "../../../directives/sortable/index.js";
|
|
7
7
|
import { name } from "./data.js";
|
|
8
|
-
import { dataProps, useInit, dataEmit } from "../../
|
|
8
|
+
import { dataProps, useInit, dataEmit } from "../../tableset/common/pagin.js";
|
|
9
9
|
import { useCssName } from "../../../hooks/cssname/index.js";
|
|
10
10
|
import { useLocale } from "../../../hooks/locale/index.js";
|
|
11
11
|
import { usePropsDefault, getProps } from "../../../hooks/props-default/index.js";
|
|
@@ -1,8 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { Plugin } from 'vue';
|
|
1
|
+
import { MessageFn, MessageTypedFn } from 'packages';
|
|
2
|
+
import { ObjectPlugin, AppContext, Plugin } from 'vue';
|
|
4
3
|
export * from './src/export';
|
|
5
|
-
declare const Message:
|
|
4
|
+
declare const Message: MessageFn & {
|
|
5
|
+
primary: MessageTypedFn;
|
|
6
|
+
success: MessageTypedFn;
|
|
7
|
+
warning: MessageTypedFn;
|
|
8
|
+
info: MessageTypedFn;
|
|
9
|
+
error: MessageTypedFn;
|
|
10
|
+
} & ObjectPlugin & {
|
|
11
|
+
_context: AppContext | null;
|
|
12
|
+
} & {
|
|
6
13
|
install: Plugin["install"];
|
|
7
14
|
};
|
|
8
15
|
export { Message };
|
|
@@ -1,6 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { MessageFn, MessageTypedFn } from 'packages';
|
|
2
|
+
import { ObjectPlugin, AppContext, Plugin } from 'vue';
|
|
3
|
+
export declare function withInstall<T>(fun: T, name: string): MessageFn & {
|
|
4
|
+
primary: MessageTypedFn;
|
|
5
|
+
success: MessageTypedFn;
|
|
6
|
+
warning: MessageTypedFn;
|
|
7
|
+
info: MessageTypedFn;
|
|
8
|
+
error: MessageTypedFn;
|
|
9
|
+
} & ObjectPlugin & {
|
|
10
|
+
_context: AppContext | null;
|
|
11
|
+
} & {
|
|
5
12
|
install: Plugin["install"];
|
|
6
13
|
};
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { SFCWithInstall } from 'element-plus/es/utils';
|
|
2
1
|
import { IElMessageBox } from 'packages';
|
|
3
|
-
import { AppContext } from 'vue';
|
|
2
|
+
import { ObjectPlugin, AppContext } from 'vue';
|
|
4
3
|
export * from './src/export';
|
|
5
|
-
declare const MessageBox:
|
|
4
|
+
declare const MessageBox: IElMessageBox & ObjectPlugin & {
|
|
6
5
|
install: Function;
|
|
7
6
|
_context: AppContext | null;
|
|
8
7
|
};
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { AppContext } from 'vue';
|
|
2
|
-
import { SFCWithInstall } from 'element-plus/es/utils';
|
|
1
|
+
import { AppContext, ObjectPlugin } from 'vue';
|
|
3
2
|
import { IElMessageBox } from 'packages';
|
|
4
|
-
export declare function withInstall<T>(fun: T, name: string):
|
|
3
|
+
export declare function withInstall<T>(fun: T, name: string): IElMessageBox & ObjectPlugin & {
|
|
5
4
|
install: Function;
|
|
6
5
|
_context: AppContext | null;
|
|
7
6
|
};
|
|
@@ -24,6 +24,9 @@
|
|
|
24
24
|
|
|
25
25
|
.retract {
|
|
26
26
|
position: relative;
|
|
27
|
+
--retract-width: 12px;
|
|
28
|
+
--retract-height: 40px;
|
|
29
|
+
--retract-width-adjust: 8px;
|
|
27
30
|
}
|
|
28
31
|
.retract-div.left, .retract-div.right {
|
|
29
32
|
height: 100%;
|
|
@@ -53,13 +56,13 @@
|
|
|
53
56
|
}
|
|
54
57
|
.retract .retract-but.is-left {
|
|
55
58
|
top: 50%;
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
left: -
|
|
59
|
+
height: var(--retract-height);
|
|
60
|
+
margin-top: calc(var(--retract-height) / 2 * -1);
|
|
61
|
+
width: var(--retract-width);
|
|
62
|
+
left: calc(0 - var(--retract-width));
|
|
60
63
|
}
|
|
61
64
|
.retract .retract-but.is-left.is-adjust {
|
|
62
|
-
left: -
|
|
65
|
+
left: calc(var(--retract-width-adjust) - var(--retract-width));
|
|
63
66
|
}
|
|
64
67
|
.retract .retract-but.is-left .retract-icon {
|
|
65
68
|
transform: rotate(0);
|
|
@@ -69,13 +72,13 @@
|
|
|
69
72
|
}
|
|
70
73
|
.retract .retract-but.is-right {
|
|
71
74
|
top: 50%;
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
right: -
|
|
75
|
+
height: var(--retract-height);
|
|
76
|
+
margin-top: calc(var(--retract-height) / 2 * -1);
|
|
77
|
+
width: var(--retract-width);
|
|
78
|
+
right: calc(0 - var(--retract-width));
|
|
76
79
|
}
|
|
77
80
|
.retract .retract-but.is-right.is-adjust {
|
|
78
|
-
right: -
|
|
81
|
+
right: calc(var(--retract-width-adjust) - var(--retract-width));
|
|
79
82
|
}
|
|
80
83
|
.retract .retract-but.is-right .retract-icon {
|
|
81
84
|
transform: rotate(-180deg);
|
|
@@ -85,13 +88,13 @@
|
|
|
85
88
|
}
|
|
86
89
|
.retract .retract-but.is-top {
|
|
87
90
|
left: 50%;
|
|
88
|
-
width:
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
top: -
|
|
91
|
+
width: var(--retract-height);
|
|
92
|
+
margin-left: calc(var(--retract-height) / 2 * -1);
|
|
93
|
+
height: var(--retract-width);
|
|
94
|
+
top: calc(0 - var(--retract-width));
|
|
92
95
|
}
|
|
93
96
|
.retract .retract-but.is-top.is-adjust {
|
|
94
|
-
top: -
|
|
97
|
+
top: calc(var(--retract-width-adjust) - var(--retract-width));
|
|
95
98
|
}
|
|
96
99
|
.retract .retract-but.is-top .retract-icon {
|
|
97
100
|
transform: rotate(90deg);
|
|
@@ -101,13 +104,13 @@
|
|
|
101
104
|
}
|
|
102
105
|
.retract .retract-but.is-bottom {
|
|
103
106
|
left: 50%;
|
|
104
|
-
width:
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
bottom: -
|
|
107
|
+
width: var(--retract-height);
|
|
108
|
+
margin-left: calc(var(--retract-height) / 2 * -1);
|
|
109
|
+
height: var(--retract-width);
|
|
110
|
+
bottom: calc(0 - var(--retract-width));
|
|
108
111
|
}
|
|
109
112
|
.retract .retract-but.is-bottom.is-adjust {
|
|
110
|
-
bottom: -
|
|
113
|
+
bottom: calc(var(--retract-width-adjust) - var(--retract-width));
|
|
111
114
|
}
|
|
112
115
|
.retract .retract-but.is-bottom .retract-icon {
|
|
113
116
|
transform: rotate(-90deg);
|