@fangzhongya/fang-ui 0.1.25 → 0.1.27
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/array/index.css +5 -0
- package/dist/components/array/src/index2.cjs +0 -1
- package/dist/components/array/src/index2.js +0 -1
- package/dist/components/audios/index.css +5 -0
- package/dist/components/box/index.css +29 -0
- package/dist/components/box-adjust/index.css +29 -1
- package/dist/components/box-adjust/index.scss +0 -6
- package/dist/components/box-adjust/src/index2.cjs +6 -6
- package/dist/components/box-adjust/src/index2.js +3 -3
- package/dist/components/box-fun/index.cjs +7 -0
- package/dist/components/box-fun/index.d.ts +7 -0
- package/dist/components/box-fun/index.js +7 -0
- package/dist/components/box-fun/src/data.cjs +34 -0
- package/dist/components/box-fun/src/data.d.ts +35 -0
- package/dist/components/box-fun/src/data.js +34 -0
- package/dist/components/box-fun/src/function.cjs +97 -0
- package/dist/components/box-fun/src/function.d.ts +8 -0
- package/dist/components/box-fun/src/function.js +97 -0
- package/dist/components/box-fun/src/index.cjs +5 -0
- package/dist/components/box-fun/src/index.d.ts +2 -0
- package/dist/components/box-fun/src/index.js +5 -0
- package/dist/components/box-local/index.css +29 -0
- package/dist/components/box-mask/index.css +5 -0
- package/dist/components/box-teleport/src/index2.cjs +2 -11
- package/dist/components/box-teleport/src/index2.js +2 -11
- package/dist/components/box-title/index.css +29 -0
- package/dist/components/box-title/index.scss +1 -1
- package/dist/components/buttons/index.css +5 -0
- package/dist/components/cascaders/index.css +5 -0
- package/dist/components/checks/index.css +5 -0
- package/dist/components/dates/index.css +5 -0
- package/dist/components/dates-divide/index.css +5 -0
- package/dist/components/dates-picker/index.css +5 -0
- package/dist/components/dates2/index.css +5 -0
- package/dist/components/dialogs/index.css +5 -0
- package/dist/components/draggable/index.cjs +9 -0
- package/dist/components/draggable/index.d.ts +4 -0
- package/dist/components/draggable/index.js +9 -0
- package/dist/components/draggable/index.scss +5 -0
- package/dist/components/draggable/src/data.cjs +37 -0
- package/dist/components/draggable/src/data.d.ts +60 -0
- package/dist/components/draggable/src/data.js +37 -0
- package/dist/components/draggable/src/index.cjs +4 -0
- package/dist/components/draggable/src/index.js +4 -0
- package/dist/components/draggable/src/index2.cjs +101 -0
- package/dist/components/draggable/src/index2.js +101 -0
- package/dist/components/edit/index.css +5 -0
- package/dist/components/edit-float/index.css +5 -0
- package/dist/components/forms/common/config.cjs +7 -0
- package/dist/components/forms/common/config.d.ts +4 -0
- package/dist/components/forms/common/config.js +7 -0
- package/dist/components/forms/index.css +5 -0
- package/dist/components/forms/src/data.cjs +0 -5
- package/dist/components/forms/src/data.d.ts +0 -4
- package/dist/components/forms/src/data.js +1 -6
- package/dist/components/forms/src/setup.cjs +3 -2
- package/dist/components/forms/src/setup.js +2 -1
- package/dist/components/forms-div/index.css +5 -0
- package/dist/components/forms-div/src/index2.cjs +2 -2
- package/dist/components/forms-div/src/index2.js +1 -1
- package/dist/components/forms-drag/src/index2.cjs +12 -12
- package/dist/components/forms-drag/src/index2.js +1 -1
- package/dist/components/forms-item/index.css +5 -0
- package/dist/components/forms-item/src/index2.cjs +2 -2
- package/dist/components/forms-item/src/index2.js +1 -1
- package/dist/components/forms-item/src/label.cjs +7 -7
- package/dist/components/forms-item/src/label.js +1 -1
- package/dist/components/forms-items/src/index2.cjs +9 -9
- package/dist/components/forms-items/src/index2.js +1 -1
- package/dist/components/full-screen/index.css +5 -0
- package/dist/components/global-config/index.css +5 -0
- package/dist/components/global-config/index.d.ts +1 -1
- package/dist/components/global-config/src/index.d.ts +1 -1
- package/dist/components/history/index.css +5 -0
- package/dist/components/icon/index.css +5 -0
- package/dist/components/icon-picker/index.css +5 -0
- package/dist/components/iframe/index.css +5 -0
- package/dist/components/images/index.css +5 -0
- package/dist/components/index.cjs +411 -407
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +4 -0
- package/dist/components/index.scss +1 -0
- package/dist/components/index2.scss +1 -0
- package/dist/components/input-array/index.css +5 -0
- package/dist/components/input-history/index.css +5 -0
- package/dist/components/input-num/index.css +5 -0
- package/dist/components/input-select/index.css +5 -0
- package/dist/components/inputs/index.css +5 -0
- package/dist/components/labels/index.css +5 -0
- package/dist/components/list/index.css +5 -0
- package/dist/components/lists/index.css +5 -0
- package/dist/components/lists/src/index2.cjs +9 -9
- package/dist/components/lists/src/index2.js +9 -9
- package/dist/components/listsp/index.css +5 -0
- package/dist/components/listspd/index.css +5 -0
- package/dist/components/loading/src/data.cjs +13 -0
- package/dist/components/loading/src/data.d.ts +17 -0
- package/dist/components/loading/src/data.js +13 -0
- package/dist/components/loading/src/index.cjs +1 -0
- package/dist/components/loading/src/index.d.ts +0 -4
- package/dist/components/loading/src/index.js +1 -0
- package/dist/components/menus/index.css +5 -0
- package/dist/components/message/src/data.cjs +13 -0
- package/dist/components/message/src/data.d.ts +17 -0
- package/dist/components/message/src/data.js +13 -0
- package/dist/components/message/src/index.cjs +1 -0
- package/dist/components/message/src/index.d.ts +0 -4
- package/dist/components/message/src/index.js +1 -0
- package/dist/components/message-box/src/data.cjs +13 -0
- package/dist/components/message-box/src/data.d.ts +17 -0
- package/dist/components/message-box/src/data.js +13 -0
- package/dist/components/message-box/src/index.cjs +1 -0
- package/dist/components/message-box/src/index.d.ts +0 -4
- package/dist/components/message-box/src/index.js +1 -0
- package/dist/components/no-data/index.css +5 -0
- package/dist/components/page/index.css +5 -0
- package/dist/components/page/src/set-column2.cjs +2 -2
- package/dist/components/page/src/set-column2.js +1 -1
- package/dist/components/paging/index.css +5 -0
- package/dist/components/popup/index.css +29 -0
- package/dist/components/retract/index.css +5 -0
- package/dist/components/right-key/index.css +5 -0
- package/dist/components/scss/common.scss +5 -0
- package/dist/components/seamless-scroll/index.css +5 -0
- package/dist/components/select-scroll/index.css +5 -0
- package/dist/components/selector/index.css +5 -0
- package/dist/components/selects/index.css +5 -0
- package/dist/components/sliders/index.css +5 -0
- package/dist/components/switchs/index.css +5 -0
- package/dist/components/tables/common/pagin.cjs +49 -20
- package/dist/components/tables/common/pagin.d.ts +32 -8
- package/dist/components/tables/common/pagin.js +49 -20
- package/dist/components/tables/index.css +5 -0
- package/dist/components/tables/src/column.cjs +1 -2
- package/dist/components/tables/src/column.js +1 -2
- package/dist/components/tables/src/data.d.ts +1 -1
- package/dist/components/tables/src/index2.cjs +12 -1
- package/dist/components/tables/src/index2.js +12 -1
- package/dist/components/tablesp/index.css +5 -0
- package/dist/components/tablesp/src/index2.cjs +9 -5
- package/dist/components/tablesp/src/index2.js +9 -5
- package/dist/components/tablespd/index.css +5 -0
- package/dist/components/tabless/index.css +5 -0
- package/dist/components/tablesv/index.css +5 -0
- package/dist/components/tablesvp/index.css +5 -0
- package/dist/components/uploads/index.css +5 -0
- package/dist/components/videos/index.css +5 -0
- package/dist/components/window/index.css +29 -0
- package/dist/css/array.css +5 -0
- package/dist/css/audios.css +5 -0
- package/dist/css/box-adjust.css +29 -1
- package/dist/css/box-local.css +29 -0
- package/dist/css/box-mask.css +5 -0
- package/dist/css/box-title.css +29 -0
- package/dist/css/box.css +29 -0
- package/dist/css/buttons.css +5 -0
- package/dist/css/cascaders.css +5 -0
- package/dist/css/checks.css +5 -0
- package/dist/css/dates-divide.css +5 -0
- package/dist/css/dates-picker.css +5 -0
- package/dist/css/dates.css +5 -0
- package/dist/css/dates2.css +5 -0
- package/dist/css/dialogs.css +5 -0
- package/dist/css/edit-float.css +5 -0
- package/dist/css/edit.css +5 -0
- package/dist/css/forms-div.css +5 -0
- package/dist/css/forms-item.css +5 -0
- package/dist/css/forms.css +5 -0
- package/dist/css/full-screen.css +5 -0
- package/dist/css/global-config.css +5 -0
- package/dist/css/history.css +5 -0
- package/dist/css/icon-picker.css +5 -0
- package/dist/css/icon.css +5 -0
- package/dist/css/iframe.css +5 -0
- package/dist/css/images.css +5 -0
- package/dist/css/index.css +29 -25
- package/dist/css/input-array.css +5 -0
- package/dist/css/input-history.css +5 -0
- package/dist/css/input-num.css +5 -0
- package/dist/css/input-select.css +5 -0
- package/dist/css/inputs.css +5 -0
- package/dist/css/labels.css +5 -0
- package/dist/css/list.css +5 -0
- package/dist/css/lists.css +5 -0
- package/dist/css/listsp.css +5 -0
- package/dist/css/listspd.css +5 -0
- package/dist/css/menus.css +5 -0
- package/dist/css/no-data.css +5 -0
- package/dist/css/page.css +5 -0
- package/dist/css/paging.css +5 -0
- package/dist/css/popup.css +29 -0
- package/dist/css/retract.css +5 -0
- package/dist/css/right-key.css +5 -0
- package/dist/css/seamless-scroll.css +5 -0
- package/dist/css/select-scroll.css +5 -0
- package/dist/css/selector.css +5 -0
- package/dist/css/selects.css +5 -0
- package/dist/css/sliders.css +5 -0
- package/dist/css/switchs.css +5 -0
- package/dist/css/tables.css +5 -0
- package/dist/css/tablesp.css +5 -0
- package/dist/css/tablespd.css +5 -0
- package/dist/css/tabless.css +5 -0
- package/dist/css/tablesv.css +5 -0
- package/dist/css/tablesvp.css +5 -0
- package/dist/css/uploads.css +5 -0
- package/dist/css/videos.css +5 -0
- package/dist/css/window.css +29 -0
- package/dist/expand/{chunk-RBGCE6BS.js → chunk-CV4O5V2F.js} +3 -0
- package/dist/expand/{chunk-2L4PC7LZ.cjs → chunk-MC76Q3TQ.cjs} +3 -0
- package/dist/expand/components.cjs +5 -5
- package/dist/expand/components.js +1 -1
- package/dist/expand/config.cjs +2 -2
- package/dist/expand/config.js +1 -1
- package/dist/hooks/props-default/index.cjs +0 -12
- package/dist/hooks/props-default/index.d.ts +1 -1
- package/dist/hooks/props-default/index.js +0 -12
- package/dist/icons/index.json +1 -1
- package/dist/index.cjs +435 -431
- package/dist/index.css +29 -25
- package/dist/index.js +4 -0
- package/dist/type.d.ts +10 -5
- package/dist/utils/vues/getBoxDom.cjs +22 -0
- package/dist/utils/vues/getBoxDom.d.ts +1 -0
- package/dist/utils/vues/getBoxDom.js +22 -0
- package/dist/utils/vues/index.cjs +2 -0
- package/dist/utils/vues/index.d.ts +1 -0
- package/dist/utils/vues/index.js +2 -0
- package/package.json +11 -12
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from './draggable/index';
|
|
1
2
|
export * from './button/index';
|
|
2
3
|
export * from './card/index';
|
|
3
4
|
export * from './color-picker/index';
|
|
@@ -65,6 +66,7 @@ export * from './forms-item/index';
|
|
|
65
66
|
export * from './forms-items/index';
|
|
66
67
|
export * from './forms/index';
|
|
67
68
|
export * from './box-adjust/index';
|
|
69
|
+
export * from './box-fun/index';
|
|
68
70
|
export * from './box-local/index';
|
|
69
71
|
export * from './box-mask/index';
|
|
70
72
|
export * from './box-teleport/index';
|
package/dist/components/index.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/* empty css */
|
|
2
|
+
import { Draggable } from "./draggable/index.js";
|
|
2
3
|
import { Button } from "./button/index.js";
|
|
3
4
|
import { Card } from "./card/index.js";
|
|
4
5
|
import { ColorPicker } from "./color-picker/index.js";
|
|
@@ -66,6 +67,7 @@ import { FormsItem } from "./forms-item/index.js";
|
|
|
66
67
|
import { FormsItems } from "./forms-items/index.js";
|
|
67
68
|
import { Forms } from "./forms/index.js";
|
|
68
69
|
import { BoxAdjust } from "./box-adjust/index.js";
|
|
70
|
+
import { BoxFun } from "./box-fun/index.js";
|
|
69
71
|
import { BoxLocal } from "./box-local/index.js";
|
|
70
72
|
import { BoxMask } from "./box-mask/index.js";
|
|
71
73
|
import { BoxTeleport } from "./box-teleport/index.js";
|
|
@@ -187,6 +189,7 @@ export {
|
|
|
187
189
|
Autocomplete,
|
|
188
190
|
Box,
|
|
189
191
|
BoxAdjust,
|
|
192
|
+
BoxFun,
|
|
190
193
|
BoxLocal,
|
|
191
194
|
BoxMask,
|
|
192
195
|
BoxTeleport,
|
|
@@ -217,6 +220,7 @@ export {
|
|
|
217
220
|
Dialog,
|
|
218
221
|
Dialogs,
|
|
219
222
|
Divider,
|
|
223
|
+
Draggable,
|
|
220
224
|
Drawer,
|
|
221
225
|
Dropdown,
|
|
222
226
|
DropdownItem,
|
|
@@ -189,12 +189,12 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
189
189
|
}, () => [
|
|
190
190
|
vue.createVNode(vue.unref(index$4.Card), null, vue.createSlots({
|
|
191
191
|
default: vue.withCtx(() => [
|
|
192
|
-
vue.createVNode(vue.unref(index$5.List),
|
|
192
|
+
vue.createVNode(vue.unref(index$5.List), {
|
|
193
193
|
value: item,
|
|
194
194
|
list: setListValue(dataList.value, index2),
|
|
195
195
|
options: vue.unref(props).options,
|
|
196
196
|
compons: vue.unref(props).compons
|
|
197
|
-
}
|
|
197
|
+
}, vue.createSlots({ _: 2 }, [
|
|
198
198
|
vue.renderList(Object.keys(vue.unref(slots)).filter(
|
|
199
199
|
(v) => !["no-data"].includes(v)
|
|
200
200
|
), (k) => {
|
|
@@ -205,19 +205,19 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
205
205
|
])
|
|
206
206
|
};
|
|
207
207
|
})
|
|
208
|
-
]),
|
|
208
|
+
]), 1032, ["value", "list", "options", "compons"])
|
|
209
209
|
]),
|
|
210
210
|
_: 2
|
|
211
211
|
}, [
|
|
212
212
|
header.value.length > 0 ? {
|
|
213
213
|
name: "header",
|
|
214
214
|
fn: vue.withCtx(() => [
|
|
215
|
-
vue.createVNode(vue.unref(index$5.List),
|
|
215
|
+
vue.createVNode(vue.unref(index$5.List), {
|
|
216
216
|
value: item,
|
|
217
217
|
list: setListValue(header.value, index2),
|
|
218
218
|
options: vue.unref(props).options,
|
|
219
219
|
compons: vue.unref(props).compons
|
|
220
|
-
}
|
|
220
|
+
}, vue.createSlots({ _: 2 }, [
|
|
221
221
|
vue.renderList(Object.keys(vue.unref(slots)).filter(
|
|
222
222
|
(v) => !["no-data"].includes(v)
|
|
223
223
|
), (k) => {
|
|
@@ -228,19 +228,19 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
228
228
|
])
|
|
229
229
|
};
|
|
230
230
|
})
|
|
231
|
-
]),
|
|
231
|
+
]), 1032, ["value", "list", "options", "compons"])
|
|
232
232
|
]),
|
|
233
233
|
key: "0"
|
|
234
234
|
} : void 0,
|
|
235
235
|
footer.value.length > 0 ? {
|
|
236
236
|
name: "footer",
|
|
237
237
|
fn: vue.withCtx(() => [
|
|
238
|
-
vue.createVNode(vue.unref(index$5.List),
|
|
238
|
+
vue.createVNode(vue.unref(index$5.List), {
|
|
239
239
|
value: item,
|
|
240
240
|
list: setListValue(footer.value, index2),
|
|
241
241
|
options: vue.unref(props).options,
|
|
242
242
|
compons: vue.unref(props).compons
|
|
243
|
-
}
|
|
243
|
+
}, vue.createSlots({ _: 2 }, [
|
|
244
244
|
vue.renderList(Object.keys(vue.unref(slots)).filter(
|
|
245
245
|
(v) => !["no-data"].includes(v)
|
|
246
246
|
), (k) => {
|
|
@@ -251,7 +251,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
251
251
|
])
|
|
252
252
|
};
|
|
253
253
|
})
|
|
254
|
-
]),
|
|
254
|
+
]), 1032, ["value", "list", "options", "compons"])
|
|
255
255
|
]),
|
|
256
256
|
key: "1"
|
|
257
257
|
} : void 0
|
|
@@ -187,12 +187,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
187
187
|
}, () => [
|
|
188
188
|
createVNode(unref(Card), null, createSlots({
|
|
189
189
|
default: withCtx(() => [
|
|
190
|
-
createVNode(unref(List),
|
|
190
|
+
createVNode(unref(List), {
|
|
191
191
|
value: item,
|
|
192
192
|
list: setListValue(dataList.value, index),
|
|
193
193
|
options: unref(props).options,
|
|
194
194
|
compons: unref(props).compons
|
|
195
|
-
}
|
|
195
|
+
}, createSlots({ _: 2 }, [
|
|
196
196
|
renderList(Object.keys(unref(slots)).filter(
|
|
197
197
|
(v) => !["no-data"].includes(v)
|
|
198
198
|
), (k) => {
|
|
@@ -203,19 +203,19 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
203
203
|
])
|
|
204
204
|
};
|
|
205
205
|
})
|
|
206
|
-
]),
|
|
206
|
+
]), 1032, ["value", "list", "options", "compons"])
|
|
207
207
|
]),
|
|
208
208
|
_: 2
|
|
209
209
|
}, [
|
|
210
210
|
header.value.length > 0 ? {
|
|
211
211
|
name: "header",
|
|
212
212
|
fn: withCtx(() => [
|
|
213
|
-
createVNode(unref(List),
|
|
213
|
+
createVNode(unref(List), {
|
|
214
214
|
value: item,
|
|
215
215
|
list: setListValue(header.value, index),
|
|
216
216
|
options: unref(props).options,
|
|
217
217
|
compons: unref(props).compons
|
|
218
|
-
}
|
|
218
|
+
}, createSlots({ _: 2 }, [
|
|
219
219
|
renderList(Object.keys(unref(slots)).filter(
|
|
220
220
|
(v) => !["no-data"].includes(v)
|
|
221
221
|
), (k) => {
|
|
@@ -226,19 +226,19 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
226
226
|
])
|
|
227
227
|
};
|
|
228
228
|
})
|
|
229
|
-
]),
|
|
229
|
+
]), 1032, ["value", "list", "options", "compons"])
|
|
230
230
|
]),
|
|
231
231
|
key: "0"
|
|
232
232
|
} : void 0,
|
|
233
233
|
footer.value.length > 0 ? {
|
|
234
234
|
name: "footer",
|
|
235
235
|
fn: withCtx(() => [
|
|
236
|
-
createVNode(unref(List),
|
|
236
|
+
createVNode(unref(List), {
|
|
237
237
|
value: item,
|
|
238
238
|
list: setListValue(footer.value, index),
|
|
239
239
|
options: unref(props).options,
|
|
240
240
|
compons: unref(props).compons
|
|
241
|
-
}
|
|
241
|
+
}, createSlots({ _: 2 }, [
|
|
242
242
|
renderList(Object.keys(unref(slots)).filter(
|
|
243
243
|
(v) => !["no-data"].includes(v)
|
|
244
244
|
), (k) => {
|
|
@@ -249,7 +249,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
249
249
|
])
|
|
250
250
|
};
|
|
251
251
|
})
|
|
252
|
-
]),
|
|
252
|
+
]), 1032, ["value", "list", "options", "compons"])
|
|
253
253
|
]),
|
|
254
254
|
key: "1"
|
|
255
255
|
} : void 0
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const buildProps = require("../../../utils/vues/buildProps.cjs");
|
|
4
|
+
const name = "loading";
|
|
5
|
+
const dataProps = buildProps.buildProps({});
|
|
6
|
+
const dataEmits = [];
|
|
7
|
+
const dataSlot = {};
|
|
8
|
+
const dataExpose = { name };
|
|
9
|
+
exports.dataEmits = dataEmits;
|
|
10
|
+
exports.dataExpose = dataExpose;
|
|
11
|
+
exports.dataProps = dataProps;
|
|
12
|
+
exports.dataSlot = dataSlot;
|
|
13
|
+
exports.name = name;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ExtractPublicPropTypes } from 'vue';
|
|
2
|
+
/**
|
|
3
|
+
* @title {h3} Loading 加载
|
|
4
|
+
* @text 目前完全继承 element-plus 中 el-loading
|
|
5
|
+
*/
|
|
6
|
+
export declare const name = "loading";
|
|
7
|
+
export declare const dataProps: {};
|
|
8
|
+
export type DataProps = ExtractPublicPropTypes<typeof dataProps>;
|
|
9
|
+
export declare const dataEmits: never[];
|
|
10
|
+
export type DataEmits = typeof dataEmits;
|
|
11
|
+
export declare const dataSlot: {};
|
|
12
|
+
/**
|
|
13
|
+
* @expose { Element } refEl 获取当前组件在element-plus中暴露的方法
|
|
14
|
+
*/
|
|
15
|
+
export declare const dataExpose: {
|
|
16
|
+
name: string;
|
|
17
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { buildProps } from "../../../utils/vues/buildProps.js";
|
|
2
|
+
const name = "loading";
|
|
3
|
+
const dataProps = buildProps({});
|
|
4
|
+
const dataEmits = [];
|
|
5
|
+
const dataSlot = {};
|
|
6
|
+
const dataExpose = { name };
|
|
7
|
+
export {
|
|
8
|
+
dataEmits,
|
|
9
|
+
dataExpose,
|
|
10
|
+
dataProps,
|
|
11
|
+
dataSlot,
|
|
12
|
+
name
|
|
13
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const buildProps = require("../../../utils/vues/buildProps.cjs");
|
|
4
|
+
const name = "message";
|
|
5
|
+
const dataProps = buildProps.buildProps({});
|
|
6
|
+
const dataEmits = [];
|
|
7
|
+
const dataSlot = {};
|
|
8
|
+
const dataExpose = { name };
|
|
9
|
+
exports.dataEmits = dataEmits;
|
|
10
|
+
exports.dataExpose = dataExpose;
|
|
11
|
+
exports.dataProps = dataProps;
|
|
12
|
+
exports.dataSlot = dataSlot;
|
|
13
|
+
exports.name = name;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ExtractPublicPropTypes } from 'vue';
|
|
2
|
+
/**
|
|
3
|
+
* @title {h3} Message 消息提示
|
|
4
|
+
* @text 目前完全继承 element-plus 中 el-message
|
|
5
|
+
*/
|
|
6
|
+
export declare const name = "message";
|
|
7
|
+
export declare const dataProps: {};
|
|
8
|
+
export type DataProps = ExtractPublicPropTypes<typeof dataProps>;
|
|
9
|
+
export declare const dataEmits: never[];
|
|
10
|
+
export type DataEmits = typeof dataEmits;
|
|
11
|
+
export declare const dataSlot: {};
|
|
12
|
+
/**
|
|
13
|
+
* @expose { Element } refEl 获取当前组件在element-plus中暴露的方法
|
|
14
|
+
*/
|
|
15
|
+
export declare const dataExpose: {
|
|
16
|
+
name: string;
|
|
17
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { buildProps } from "../../../utils/vues/buildProps.js";
|
|
2
|
+
const name = "message";
|
|
3
|
+
const dataProps = buildProps({});
|
|
4
|
+
const dataEmits = [];
|
|
5
|
+
const dataSlot = {};
|
|
6
|
+
const dataExpose = { name };
|
|
7
|
+
export {
|
|
8
|
+
dataEmits,
|
|
9
|
+
dataExpose,
|
|
10
|
+
dataProps,
|
|
11
|
+
dataSlot,
|
|
12
|
+
name
|
|
13
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const buildProps = require("../../../utils/vues/buildProps.cjs");
|
|
4
|
+
const name = "message-box";
|
|
5
|
+
const dataProps = buildProps.buildProps({});
|
|
6
|
+
const dataEmits = [];
|
|
7
|
+
const dataSlot = {};
|
|
8
|
+
const dataExpose = { name };
|
|
9
|
+
exports.dataEmits = dataEmits;
|
|
10
|
+
exports.dataExpose = dataExpose;
|
|
11
|
+
exports.dataProps = dataProps;
|
|
12
|
+
exports.dataSlot = dataSlot;
|
|
13
|
+
exports.name = name;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ExtractPublicPropTypes } from 'vue';
|
|
2
|
+
/**
|
|
3
|
+
* @title {h3} MessageBox 消息弹框
|
|
4
|
+
* @text 目前完全继承 element-plus 中 el-message-box
|
|
5
|
+
*/
|
|
6
|
+
export declare const name = "message-box";
|
|
7
|
+
export declare const dataProps: {};
|
|
8
|
+
export type DataProps = ExtractPublicPropTypes<typeof dataProps>;
|
|
9
|
+
export declare const dataEmits: never[];
|
|
10
|
+
export type DataEmits = typeof dataEmits;
|
|
11
|
+
export declare const dataSlot: {};
|
|
12
|
+
/**
|
|
13
|
+
* @expose { Element } refEl 获取当前组件在element-plus中暴露的方法
|
|
14
|
+
*/
|
|
15
|
+
export declare const dataExpose: {
|
|
16
|
+
name: string;
|
|
17
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { buildProps } from "../../../utils/vues/buildProps.js";
|
|
2
|
+
const name = "message-box";
|
|
3
|
+
const dataProps = buildProps({});
|
|
4
|
+
const dataEmits = [];
|
|
5
|
+
const dataSlot = {};
|
|
6
|
+
const dataExpose = { name };
|
|
7
|
+
export {
|
|
8
|
+
dataEmits,
|
|
9
|
+
dataExpose,
|
|
10
|
+
dataProps,
|
|
11
|
+
dataSlot,
|
|
12
|
+
name
|
|
13
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
3
|
const vue = require("vue");
|
|
4
|
-
const
|
|
4
|
+
const index$6 = require("../../draggable/index.cjs");
|
|
5
5
|
const index$3 = require("../../dialogs/index.cjs");
|
|
6
6
|
const index$5 = require("../../no-data/index.cjs");
|
|
7
7
|
const index$4 = require("../../checkbox/index.cjs");
|
|
@@ -154,7 +154,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
154
154
|
vue.createElementVNode("div", {
|
|
155
155
|
class: vue.normalizeClass(vue.unref(cs).z("already-list"))
|
|
156
156
|
}, [
|
|
157
|
-
value.value && value.value.length > 0 ? (vue.openBlock(), vue.createBlock(vue.unref(Draggable), vue.mergeProps({ key: 0 }, dragOptions, {
|
|
157
|
+
value.value && value.value.length > 0 ? (vue.openBlock(), vue.createBlock(vue.unref(index$6.Draggable), vue.mergeProps({ key: 0 }, dragOptions, {
|
|
158
158
|
onStart: _cache[1] || (_cache[1] = ($event) => drag.value = true),
|
|
159
159
|
onEnd: _cache[2] || (_cache[2] = ($event) => drag.value = false),
|
|
160
160
|
modelValue: value.value,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, watch, createElementBlock, openBlock, normalizeClass, unref, createVNode, withCtx, createTextVNode, toDisplayString, createElementVNode, createBlock, Fragment, renderList, mergeProps, withModifiers } from "vue";
|
|
2
|
-
import Draggable from "
|
|
2
|
+
import { Draggable } from "../../draggable/index.js";
|
|
3
3
|
import { Dialogs } from "../../dialogs/index.js";
|
|
4
4
|
import { NoData } from "../../no-data/index.js";
|
|
5
5
|
import { Checkbox } from "../../checkbox/index.js";
|
|
@@ -12,6 +12,11 @@
|
|
|
12
12
|
--g-main-bg: var(--bg-color-page);
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
+
.com-footer {
|
|
16
|
+
border-top: 1px solid var(--border);
|
|
17
|
+
padding: 20px 20px;
|
|
18
|
+
}
|
|
19
|
+
|
|
15
20
|
.box-mask {
|
|
16
21
|
display: block;
|
|
17
22
|
opacity: 0.5;
|
|
@@ -24,6 +29,30 @@
|
|
|
24
29
|
background: rgba(2, 28, 39, 0.4);
|
|
25
30
|
}
|
|
26
31
|
|
|
32
|
+
.icon {
|
|
33
|
+
--color: inherit;
|
|
34
|
+
height: 1em;
|
|
35
|
+
width: 1em;
|
|
36
|
+
line-height: 1em;
|
|
37
|
+
display: inline-flex;
|
|
38
|
+
justify-content: center;
|
|
39
|
+
align-items: center;
|
|
40
|
+
position: relative;
|
|
41
|
+
fill: currentColor;
|
|
42
|
+
color: var(--color);
|
|
43
|
+
font-size: inherit;
|
|
44
|
+
}
|
|
45
|
+
.icon-cont {
|
|
46
|
+
border: 0;
|
|
47
|
+
display: inline-flex;
|
|
48
|
+
align-items: center;
|
|
49
|
+
object-fit: contain;
|
|
50
|
+
justify-content: center;
|
|
51
|
+
font-size: inherit !important;
|
|
52
|
+
width: inherit !important;
|
|
53
|
+
height: inherit !important;
|
|
54
|
+
}
|
|
55
|
+
|
|
27
56
|
.box-title {
|
|
28
57
|
padding: 10px;
|
|
29
58
|
position: relative;
|