duck-vue-components 0.3.14 → 0.3.16
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/{controls-Cgm2AnzN.js → controls-B7oFKnTz.js} +42 -43
- package/dist/{controls-CWPGdIsp.cjs → controls-DEk02YrZ.cjs} +3 -4
- package/dist/controls.cjs +1 -1
- package/dist/controls.d.cts +1 -1
- package/dist/controls.d.ts +1 -1
- package/dist/controls.js +1 -1
- package/dist/hooks.cjs +2 -2
- package/dist/hooks.js +1 -1
- package/dist/{index-D3OKrtxr.d.ts → index-BDkOsk2R.d.ts} +41 -42
- package/dist/{index-CG4hKZCM.d.cts → index-BuBhOT1C.d.cts} +41 -42
- package/dist/index.cjs +2 -2
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/layout.cjs +1 -1
- package/dist/{locale-BscyDzS3.js → locale-DGVQZeZr.js} +7 -1
- package/dist/{locale-BTmar3YP.cjs → locale-Uy-xh7gd.cjs} +18 -0
- package/dist/locale.cjs +3 -1
- package/dist/locale.d.cts +3 -1
- package/dist/locale.d.ts +3 -1
- package/dist/locale.js +2 -2
- package/dist/pages.cjs +3 -3
- package/dist/pages.d.cts +1 -1
- package/dist/pages.d.ts +1 -1
- package/dist/pages.js +3 -3
- package/dist/stores.cjs +2 -2
- package/dist/stores.js +1 -1
- package/dist/{utils-CoTJrNqM.cjs → utils-BNRG0okT.cjs} +1 -1
- package/dist/{utils-DdyGbs-d.js → utils-Cuzi7uA_.js} +1 -1
- package/dist/utils.cjs +2 -2
- package/dist/utils.js +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as __exportAll } from "./chunk-pbuEa-1d.js";
|
|
2
|
-
import { Et as isHTML, Lt as renderTemplate, P as withInstall
|
|
3
|
-
import { a as
|
|
2
|
+
import { Et as isHTML, Lt as renderTemplate, P as withInstall, a as bd09ToGcj02, f as http, n as PathUtils, o as gcj02ToBd09, qt as loadScript, r as createFormData, s as exportExcel, t as FormDataKey, tt as assignmentData, u as useAppConfigStore, ut as transDataToString, xt as isComponent } from "./utils-Cuzi7uA_.js";
|
|
3
|
+
import { a as locale, f as t$3, n as i18n, o as localeOptions } from "./locale-DGVQZeZr.js";
|
|
4
4
|
import { useColumnsSettingStore, useLocalSettingStore } from "./stores.js";
|
|
5
5
|
import { t as _plugin_vue_export_helper_default } from "./_plugin-vue_export-helper-Ccxcu2kh.js";
|
|
6
6
|
import { useFormValue } from "./hooks.js";
|
|
@@ -12,7 +12,6 @@ import Cookies from "js-cookie";
|
|
|
12
12
|
import axios from "axios";
|
|
13
13
|
import { ArrowDown, ArrowUp, Bottom, Check, Close, CloseBold, Delete, Document, Edit, Iphone, Loading, Memo, Picture, Plus, Refresh, RefreshLeft, Search, Select, UploadFilled, VideoPlay, Warning, ZoomIn } from "@element-plus/icons-vue";
|
|
14
14
|
import Sortable from "sortablejs";
|
|
15
|
-
import { withInstall } from "@rw-element-admin/utils";
|
|
16
15
|
import screenfull from "screenfull";
|
|
17
16
|
//#region src/packages/controls/affix/affix.vue?vue&type=script&setup=true&lang.ts
|
|
18
17
|
const _hoisted_1$30 = ["innerHTML"];
|
|
@@ -64,7 +63,7 @@ var affix_exports = /* @__PURE__ */ __exportAll({
|
|
|
64
63
|
Template: () => Template$39,
|
|
65
64
|
init: () => init$41
|
|
66
65
|
});
|
|
67
|
-
const Template$39 = withInstall
|
|
66
|
+
const Template$39 = withInstall(affix_default);
|
|
68
67
|
function init$41(moduleName, name, options = {}) {
|
|
69
68
|
return {
|
|
70
69
|
moduleName,
|
|
@@ -137,7 +136,7 @@ var alert_exports = /* @__PURE__ */ __exportAll({
|
|
|
137
136
|
Template: () => Template$38,
|
|
138
137
|
init: () => init$40
|
|
139
138
|
});
|
|
140
|
-
const Template$38 = withInstall
|
|
139
|
+
const Template$38 = withInstall(alert_default);
|
|
141
140
|
function init$40(moduleName, name, options = {}) {
|
|
142
141
|
return {
|
|
143
142
|
moduleName,
|
|
@@ -199,7 +198,7 @@ var collapse_exports = /* @__PURE__ */ __exportAll({
|
|
|
199
198
|
Template: () => Template$37,
|
|
200
199
|
init: () => init$39
|
|
201
200
|
});
|
|
202
|
-
const Template$37 = withInstall
|
|
201
|
+
const Template$37 = withInstall(collapse_default);
|
|
203
202
|
function init$39(moduleName, name, options = {}) {
|
|
204
203
|
return {
|
|
205
204
|
moduleName,
|
|
@@ -247,7 +246,7 @@ var avatar_exports = /* @__PURE__ */ __exportAll({
|
|
|
247
246
|
Template: () => Template$36,
|
|
248
247
|
init: () => init$38
|
|
249
248
|
});
|
|
250
|
-
const Template$36 = withInstall
|
|
249
|
+
const Template$36 = withInstall(avatar_default);
|
|
251
250
|
function init$38(moduleName, name, options = {}) {
|
|
252
251
|
return {
|
|
253
252
|
moduleName,
|
|
@@ -359,7 +358,7 @@ var autocomplete_exports = /* @__PURE__ */ __exportAll({
|
|
|
359
358
|
init: () => init$37
|
|
360
359
|
});
|
|
361
360
|
const { t: t$2 } = i18n.global;
|
|
362
|
-
const Template$35 = withInstall
|
|
361
|
+
const Template$35 = withInstall(autocomplete_default);
|
|
363
362
|
function init$37(moduleName, name, options = {}) {
|
|
364
363
|
return {
|
|
365
364
|
name,
|
|
@@ -476,7 +475,7 @@ var button_exports = /* @__PURE__ */ __exportAll({
|
|
|
476
475
|
Template: () => Template$34,
|
|
477
476
|
init: () => init$36
|
|
478
477
|
});
|
|
479
|
-
const Template$34 = withInstall
|
|
478
|
+
const Template$34 = withInstall(button_default);
|
|
480
479
|
function init$36(moduleName, name, options) {
|
|
481
480
|
return {
|
|
482
481
|
moduleName,
|
|
@@ -624,7 +623,7 @@ var popconfirm_exports = /* @__PURE__ */ __exportAll({
|
|
|
624
623
|
Template: () => Template$33,
|
|
625
624
|
init: () => init$35
|
|
626
625
|
});
|
|
627
|
-
const Template$33 = withInstall
|
|
626
|
+
const Template$33 = withInstall(popconfirm_default);
|
|
628
627
|
function init$35(moduleName, name, options = {}) {
|
|
629
628
|
const label = options?.label ?? t$3(`${moduleName}.${name}`);
|
|
630
629
|
const button = options?.button ?? init$36(moduleName, name, {
|
|
@@ -735,7 +734,7 @@ var dropdown_exports = /* @__PURE__ */ __exportAll({
|
|
|
735
734
|
Template: () => Template$32,
|
|
736
735
|
init: () => init$34
|
|
737
736
|
});
|
|
738
|
-
const Template$32 = withInstall
|
|
737
|
+
const Template$32 = withInstall(dropdown_default);
|
|
739
738
|
function init$34(moduleName, name, options) {
|
|
740
739
|
const items = reactive(options?.items ?? []);
|
|
741
740
|
const button = options?.button ?? init$36(moduleName, name, {
|
|
@@ -773,7 +772,7 @@ var buttonGroup_exports = /* @__PURE__ */ __exportAll({
|
|
|
773
772
|
createComponent: () => createComponent$3,
|
|
774
773
|
init: () => init$33
|
|
775
774
|
});
|
|
776
|
-
const Template$31 = withInstall
|
|
775
|
+
const Template$31 = withInstall(buttonGroup_default);
|
|
777
776
|
const componentMap = {
|
|
778
777
|
button: button_exports,
|
|
779
778
|
popconfirm: popconfirm_exports,
|
|
@@ -1040,7 +1039,7 @@ var dialog_exports = /* @__PURE__ */ __exportAll({
|
|
|
1040
1039
|
Template: () => Template$30,
|
|
1041
1040
|
init: () => init$32
|
|
1042
1041
|
});
|
|
1043
|
-
const Template$30 = withInstall
|
|
1042
|
+
const Template$30 = withInstall(dialog_default$1);
|
|
1044
1043
|
function createButtonClickHandler(formRef, dialogControl) {
|
|
1045
1044
|
return (buttonName, event) => {
|
|
1046
1045
|
switch (buttonName.name) {
|
|
@@ -1178,7 +1177,7 @@ var divider_exports = /* @__PURE__ */ __exportAll({
|
|
|
1178
1177
|
Template: () => Template$29,
|
|
1179
1178
|
init: () => init$31
|
|
1180
1179
|
});
|
|
1181
|
-
const Template$29 = withInstall
|
|
1180
|
+
const Template$29 = withInstall(divider_default);
|
|
1182
1181
|
function init$31(moduleName, name, options = {}) {
|
|
1183
1182
|
return {
|
|
1184
1183
|
moduleName,
|
|
@@ -1562,7 +1561,7 @@ var input_exports = /* @__PURE__ */ __exportAll({
|
|
|
1562
1561
|
Template: () => Template$28,
|
|
1563
1562
|
init: () => init$30
|
|
1564
1563
|
});
|
|
1565
|
-
const Template$28 = withInstall
|
|
1564
|
+
const Template$28 = withInstall(input_default);
|
|
1566
1565
|
function init$30(moduleName, name, options) {
|
|
1567
1566
|
let instance = null;
|
|
1568
1567
|
return {
|
|
@@ -1887,7 +1886,7 @@ var select_exports = /* @__PURE__ */ __exportAll({
|
|
|
1887
1886
|
Template: () => Template$27,
|
|
1888
1887
|
init: () => init$29
|
|
1889
1888
|
});
|
|
1890
|
-
const Template$27 = withInstall
|
|
1889
|
+
const Template$27 = withInstall(select_default);
|
|
1891
1890
|
function init$29(moduleName, name, options = {}) {
|
|
1892
1891
|
return {
|
|
1893
1892
|
moduleName,
|
|
@@ -2015,7 +2014,7 @@ var inputTag_exports = /* @__PURE__ */ __exportAll({
|
|
|
2015
2014
|
init: () => init$28
|
|
2016
2015
|
});
|
|
2017
2016
|
const { t: t$1 } = i18n.global;
|
|
2018
|
-
const Template$26 = withInstall
|
|
2017
|
+
const Template$26 = withInstall(inputTag_default);
|
|
2019
2018
|
function init$28(moduleName, name, options = {}) {
|
|
2020
2019
|
return {
|
|
2021
2020
|
moduleName,
|
|
@@ -2118,7 +2117,7 @@ var inputNumber_exports = /* @__PURE__ */ __exportAll({
|
|
|
2118
2117
|
init: () => init$27
|
|
2119
2118
|
});
|
|
2120
2119
|
const { t } = i18n.global;
|
|
2121
|
-
const Template$25 = withInstall
|
|
2120
|
+
const Template$25 = withInstall(inputNumber_default);
|
|
2122
2121
|
function init$27(moduleName, name, options = {}) {
|
|
2123
2122
|
return {
|
|
2124
2123
|
moduleName,
|
|
@@ -2350,7 +2349,7 @@ var radio_exports = /* @__PURE__ */ __exportAll({
|
|
|
2350
2349
|
Template: () => Template$24,
|
|
2351
2350
|
init: () => init$26
|
|
2352
2351
|
});
|
|
2353
|
-
const Template$24 = withInstall
|
|
2352
|
+
const Template$24 = withInstall(radio_default);
|
|
2354
2353
|
function init$26(moduleName, name, options = {}) {
|
|
2355
2354
|
return {
|
|
2356
2355
|
moduleName,
|
|
@@ -2412,7 +2411,7 @@ var mergeInput_exports = /* @__PURE__ */ __exportAll({
|
|
|
2412
2411
|
Template: () => Template$23,
|
|
2413
2412
|
init: () => init$25
|
|
2414
2413
|
});
|
|
2415
|
-
const Template$23 = withInstall
|
|
2414
|
+
const Template$23 = withInstall(mergeInput_default);
|
|
2416
2415
|
function init$25(moduleName, name, options = {}) {
|
|
2417
2416
|
const { inputType, ...restOptions } = options;
|
|
2418
2417
|
switch (inputType) {
|
|
@@ -2493,7 +2492,7 @@ var switch_exports = /* @__PURE__ */ __exportAll({
|
|
|
2493
2492
|
Template: () => Template$22,
|
|
2494
2493
|
init: () => init$24
|
|
2495
2494
|
});
|
|
2496
|
-
const Template$22 = withInstall
|
|
2495
|
+
const Template$22 = withInstall(switch_default);
|
|
2497
2496
|
function init$24(moduleName, name, options = {}) {
|
|
2498
2497
|
return reactive({
|
|
2499
2498
|
moduleName,
|
|
@@ -2605,7 +2604,7 @@ var image_exports = /* @__PURE__ */ __exportAll({
|
|
|
2605
2604
|
Template: () => Template$21,
|
|
2606
2605
|
init: () => init$23
|
|
2607
2606
|
});
|
|
2608
|
-
const Template$21 = withInstall
|
|
2607
|
+
const Template$21 = withInstall(image_default);
|
|
2609
2608
|
function init$23(modularName, name, options = {}) {
|
|
2610
2609
|
return {
|
|
2611
2610
|
modularName,
|
|
@@ -3039,7 +3038,7 @@ var mergeSelect_exports = /* @__PURE__ */ __exportAll({
|
|
|
3039
3038
|
Template: () => Template$20,
|
|
3040
3039
|
init: () => init$22
|
|
3041
3040
|
});
|
|
3042
|
-
const Template$20 = withInstall
|
|
3041
|
+
const Template$20 = withInstall(mergeSelect_default);
|
|
3043
3042
|
function init$22(moduleName, name, optionFrom, optionValues, options = {}) {
|
|
3044
3043
|
let type = options.type, url = "";
|
|
3045
3044
|
if (!options.type && typeof optionValues !== "string" && optionValues?.length > 0) {
|
|
@@ -3119,7 +3118,7 @@ var slider_exports = /* @__PURE__ */ __exportAll({
|
|
|
3119
3118
|
Template: () => Template$19,
|
|
3120
3119
|
init: () => init$21
|
|
3121
3120
|
});
|
|
3122
|
-
const Template$19 = withInstall
|
|
3121
|
+
const Template$19 = withInstall(slider_default);
|
|
3123
3122
|
function init$21(moduleName, name, options = {}) {
|
|
3124
3123
|
return reactive({
|
|
3125
3124
|
moduleName,
|
|
@@ -3386,7 +3385,7 @@ var map_exports = /* @__PURE__ */ __exportAll({
|
|
|
3386
3385
|
Template: () => Template$18,
|
|
3387
3386
|
init: () => init$20
|
|
3388
3387
|
});
|
|
3389
|
-
const Template$18 = withInstall
|
|
3388
|
+
const Template$18 = withInstall(map_default);
|
|
3390
3389
|
var MapSource = /* @__PURE__ */ function(MapSource) {
|
|
3391
3390
|
MapSource["bmap"] = "https://api.map.baidu.com/getscript?v=2.0";
|
|
3392
3391
|
MapSource["amap"] = "https://webapi.amap.com/maps?v=1.4.15";
|
|
@@ -3709,7 +3708,7 @@ var pagination_exports = /* @__PURE__ */ __exportAll({
|
|
|
3709
3708
|
Template: () => Template$17,
|
|
3710
3709
|
init: () => init$19
|
|
3711
3710
|
});
|
|
3712
|
-
const Template$17 = withInstall
|
|
3711
|
+
const Template$17 = withInstall(pagination_default);
|
|
3713
3712
|
const init$19 = (name, options = {}) => {
|
|
3714
3713
|
options.currentPage = options.currentPage ?? 1;
|
|
3715
3714
|
options.page = options.page ?? 1;
|
|
@@ -4712,7 +4711,7 @@ var upload_exports = /* @__PURE__ */ __exportAll({
|
|
|
4712
4711
|
showUploadExceedMessage: () => showUploadExceedMessage,
|
|
4713
4712
|
validateUploadLimit: () => validateUploadLimit
|
|
4714
4713
|
});
|
|
4715
|
-
const Template$16 = withInstall
|
|
4714
|
+
const Template$16 = withInstall(upload_default);
|
|
4716
4715
|
function init$18(moduleName, name, options = {}) {
|
|
4717
4716
|
return {
|
|
4718
4717
|
moduleName,
|
|
@@ -5062,7 +5061,7 @@ var tree_exports = /* @__PURE__ */ __exportAll({
|
|
|
5062
5061
|
Template: () => Template$15,
|
|
5063
5062
|
init: () => init$17
|
|
5064
5063
|
});
|
|
5065
|
-
const Template$15 = withInstall
|
|
5064
|
+
const Template$15 = withInstall(tree_default);
|
|
5066
5065
|
function init$17(moduleName, name, options = {}) {
|
|
5067
5066
|
return {
|
|
5068
5067
|
moduleName,
|
|
@@ -5207,7 +5206,7 @@ var text_exports = /* @__PURE__ */ __exportAll({
|
|
|
5207
5206
|
Template: () => Template$14,
|
|
5208
5207
|
init: () => init$16
|
|
5209
5208
|
});
|
|
5210
|
-
const Template$14 = withInstall
|
|
5209
|
+
const Template$14 = withInstall(text_default);
|
|
5211
5210
|
function init$16(moduleName, name, options = {}) {
|
|
5212
5211
|
return {
|
|
5213
5212
|
moduleName,
|
|
@@ -5740,7 +5739,7 @@ var tag_exports = /* @__PURE__ */ __exportAll({
|
|
|
5740
5739
|
Template: () => Template$13,
|
|
5741
5740
|
init: () => init$15
|
|
5742
5741
|
});
|
|
5743
|
-
const Template$13 = withInstall
|
|
5742
|
+
const Template$13 = withInstall(tag_default);
|
|
5744
5743
|
function init$15(moduleName, name, options = {}) {
|
|
5745
5744
|
return {
|
|
5746
5745
|
moduleName,
|
|
@@ -5953,7 +5952,7 @@ var tagComp_exports = /* @__PURE__ */ __exportAll({
|
|
|
5953
5952
|
Template: () => Template$12,
|
|
5954
5953
|
init: () => init$14
|
|
5955
5954
|
});
|
|
5956
|
-
const Template$12 = withInstall
|
|
5955
|
+
const Template$12 = withInstall(tagComp_default);
|
|
5957
5956
|
function init$14(moduleName, name, options = {}) {
|
|
5958
5957
|
return {
|
|
5959
5958
|
moduleName,
|
|
@@ -5969,7 +5968,7 @@ var table_exports = /* @__PURE__ */ __exportAll({
|
|
|
5969
5968
|
getFormContent: () => getFormContent,
|
|
5970
5969
|
init: () => init$13
|
|
5971
5970
|
});
|
|
5972
|
-
const Template$11 = withInstall
|
|
5971
|
+
const Template$11 = withInstall(table_default);
|
|
5973
5972
|
function init$13(struct, options = {}) {
|
|
5974
5973
|
const showEdit = options?.showEdit ?? true;
|
|
5975
5974
|
const allForm = options?.allForm ?? false;
|
|
@@ -6250,7 +6249,7 @@ var segmented_exports = /* @__PURE__ */ __exportAll({
|
|
|
6250
6249
|
Template: () => Template$10,
|
|
6251
6250
|
init: () => init$12
|
|
6252
6251
|
});
|
|
6253
|
-
const Template$10 = withInstall
|
|
6252
|
+
const Template$10 = withInstall(segmented_default);
|
|
6254
6253
|
function init$12(moduleName, name, options = {}) {
|
|
6255
6254
|
return {
|
|
6256
6255
|
moduleName,
|
|
@@ -6476,7 +6475,7 @@ const _hoisted_3$1 = {
|
|
|
6476
6475
|
};
|
|
6477
6476
|
//#endregion
|
|
6478
6477
|
//#region src/packages/controls/formItems/index.ts
|
|
6479
|
-
const Template$9 = withInstall
|
|
6478
|
+
const Template$9 = withInstall(/* @__PURE__ */ defineComponent({
|
|
6480
6479
|
__name: "formItems",
|
|
6481
6480
|
props: {
|
|
6482
6481
|
control: {
|
|
@@ -6727,7 +6726,7 @@ var tabPane_exports = /* @__PURE__ */ __exportAll({
|
|
|
6727
6726
|
Template: () => Template$8,
|
|
6728
6727
|
init: () => init$10
|
|
6729
6728
|
});
|
|
6730
|
-
const Template$8 = withInstall
|
|
6729
|
+
const Template$8 = withInstall(tabPane_default);
|
|
6731
6730
|
const init$10 = (moduleName, name, options) => {
|
|
6732
6731
|
const contents = reactive([]);
|
|
6733
6732
|
const tabPaneProps = reactive({
|
|
@@ -6799,7 +6798,7 @@ var tabs_exports = /* @__PURE__ */ __exportAll({
|
|
|
6799
6798
|
Template: () => Template$7,
|
|
6800
6799
|
init: () => init$9
|
|
6801
6800
|
});
|
|
6802
|
-
const Template$7 = withInstall
|
|
6801
|
+
const Template$7 = withInstall(tabs_default);
|
|
6803
6802
|
function init$9(options = {}) {
|
|
6804
6803
|
const id = `tabs--${Date.now()}_${Math.random().toString(36).slice(2, 9)}`;
|
|
6805
6804
|
const tabPanes = [];
|
|
@@ -7166,7 +7165,7 @@ function addInputValidation(rules, control, type) {
|
|
|
7166
7165
|
}
|
|
7167
7166
|
//#endregion
|
|
7168
7167
|
//#region src/packages/controls/form/index.ts
|
|
7169
|
-
const Template$6 = withInstall
|
|
7168
|
+
const Template$6 = withInstall(/* @__PURE__ */ _plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
|
|
7170
7169
|
__name: "form",
|
|
7171
7170
|
props: { control: {
|
|
7172
7171
|
type: Object,
|
|
@@ -7703,7 +7702,7 @@ var pageBase_exports = /* @__PURE__ */ __exportAll({
|
|
|
7703
7702
|
Template: () => Template$5,
|
|
7704
7703
|
init: () => init$7
|
|
7705
7704
|
});
|
|
7706
|
-
const Template$5 = withInstall
|
|
7705
|
+
const Template$5 = withInstall(pageBase_default);
|
|
7707
7706
|
const init$7 = (name, pageType, options) => {
|
|
7708
7707
|
const dialogs = reactive([]);
|
|
7709
7708
|
return {
|
|
@@ -8791,7 +8790,7 @@ var pageForm_exports = /* @__PURE__ */ __exportAll({
|
|
|
8791
8790
|
Template: () => Template$4,
|
|
8792
8791
|
init: () => init$4
|
|
8793
8792
|
});
|
|
8794
|
-
const Template$4 = withInstall
|
|
8793
|
+
const Template$4 = withInstall(pageForm_default);
|
|
8795
8794
|
const init$4 = (struct, options) => {
|
|
8796
8795
|
return {
|
|
8797
8796
|
page: reactive(init$7(struct.name, "form")),
|
|
@@ -9249,7 +9248,7 @@ var pageTable_exports = /* @__PURE__ */ __exportAll({
|
|
|
9249
9248
|
Template: () => Template$3,
|
|
9250
9249
|
init: () => init$3
|
|
9251
9250
|
});
|
|
9252
|
-
const Template$3 = withInstall
|
|
9251
|
+
const Template$3 = withInstall(pageTable_default);
|
|
9253
9252
|
function init$3(struct, options = {}) {
|
|
9254
9253
|
const showRefresh = options?.showRefresh ?? true;
|
|
9255
9254
|
const localSetting = useLocalSettingStore();
|
|
@@ -9381,7 +9380,7 @@ var progress_exports = /* @__PURE__ */ __exportAll({
|
|
|
9381
9380
|
Template: () => Template$2,
|
|
9382
9381
|
init: () => init$1
|
|
9383
9382
|
});
|
|
9384
|
-
const Template$2 = withInstall
|
|
9383
|
+
const Template$2 = withInstall(progress_default);
|
|
9385
9384
|
function init$1(moduleName, name, options = {}) {
|
|
9386
9385
|
return {
|
|
9387
9386
|
moduleName,
|
|
@@ -9534,8 +9533,8 @@ var search_exports = /* @__PURE__ */ __exportAll({
|
|
|
9534
9533
|
Template: () => Template$1,
|
|
9535
9534
|
init: () => init
|
|
9536
9535
|
});
|
|
9537
|
-
const SearchKeyTemplate = withInstall
|
|
9538
|
-
const Template$1 = withInstall
|
|
9536
|
+
const SearchKeyTemplate = withInstall(searchKeys_default);
|
|
9537
|
+
const Template$1 = withInstall(search_default);
|
|
9539
9538
|
const init = (struct, options = {}) => {
|
|
9540
9539
|
const buttons = init$33(struct.name, {
|
|
9541
9540
|
isGroup: false,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
const require_locale = require("./locale-
|
|
2
|
-
const require_utils = require("./utils-
|
|
1
|
+
const require_locale = require("./locale-Uy-xh7gd.cjs");
|
|
2
|
+
const require_utils = require("./utils-BNRG0okT.cjs");
|
|
3
3
|
const require_stores = require("./stores.cjs");
|
|
4
4
|
const require__plugin_vue_export_helper = require("./_plugin-vue_export-helper-BeRLrMO0.cjs");
|
|
5
5
|
const require_hooks = require("./hooks.cjs");
|
|
@@ -14,7 +14,6 @@ axios = require_locale.__toESM(axios);
|
|
|
14
14
|
let _element_plus_icons_vue = require("@element-plus/icons-vue");
|
|
15
15
|
let sortablejs = require("sortablejs");
|
|
16
16
|
sortablejs = require_locale.__toESM(sortablejs);
|
|
17
|
-
let _rw_element_admin_utils = require("@rw-element-admin/utils");
|
|
18
17
|
let screenfull = require("screenfull");
|
|
19
18
|
screenfull = require_locale.__toESM(screenfull);
|
|
20
19
|
//#region src/packages/controls/affix/affix.vue?vue&type=script&setup=true&lang.ts
|
|
@@ -9855,7 +9854,7 @@ var smallComp_default = /* @__PURE__ */ require__plugin_vue_export_helper._plugi
|
|
|
9855
9854
|
//#endregion
|
|
9856
9855
|
//#region src/packages/controls/smallComp/smallComp.ts
|
|
9857
9856
|
var smallComp_exports = /* @__PURE__ */ require_locale.__exportAll({ Template: () => Template });
|
|
9858
|
-
const Template =
|
|
9857
|
+
const Template = require_utils.withInstall(smallComp_default);
|
|
9859
9858
|
//#endregion
|
|
9860
9859
|
//#region src/packages/controls/index.ts
|
|
9861
9860
|
var controls_exports = /* @__PURE__ */ require_locale.__exportAll({
|
package/dist/controls.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_controls = require("./controls-
|
|
2
|
+
const require_controls = require("./controls-DEk02YrZ.cjs");
|
|
3
3
|
Object.defineProperty(exports, "RwAffix", {
|
|
4
4
|
enumerable: true,
|
|
5
5
|
get: function() {
|
package/dist/controls.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { A as radio_d_exports, B as button_d_exports, C as tree_d_exports, D as switch_d_exports, E as slider_d_exports, F as divider_d_exports, G as affix_d_exports, H as avatar_d_exports, I as dialog_d_exports, L as buttonGroup_d_exports, M as inputTag_d_exports, N as select_d_exports, O as mergeSelect_d_exports, P as input_d_exports, R as dropdown_d_exports, S as text_d_exports, T as map_d_exports, U as collapse_d_exports, V as autocomplete_d_exports, W as alert_d_exports, _ as segmented_d_exports, a as progress_d_exports, b as tag_d_exports, c as pageForm_d_exports, d as tableStruct_d_exports, f as pageBase_d_exports, g as RwFormItems, h as tabPane_d_exports, i as pagination_d_exports, j as inputNumber_d_exports, k as mergeInput_d_exports, m as tabs_d_exports, n as smallComp_d_exports, o as mTreeSTable_d_exports, p as RwForm, r as search_d_exports, s as pageTable_d_exports, u as pageStruct_d_exports, v as table_d_exports, w as upload_d_exports, x as image_d_exports, y as tagComp_d_exports, z as popconfirm_d_exports } from "./index-
|
|
1
|
+
import { A as radio_d_exports, B as button_d_exports, C as tree_d_exports, D as switch_d_exports, E as slider_d_exports, F as divider_d_exports, G as affix_d_exports, H as avatar_d_exports, I as dialog_d_exports, L as buttonGroup_d_exports, M as inputTag_d_exports, N as select_d_exports, O as mergeSelect_d_exports, P as input_d_exports, R as dropdown_d_exports, S as text_d_exports, T as map_d_exports, U as collapse_d_exports, V as autocomplete_d_exports, W as alert_d_exports, _ as segmented_d_exports, a as progress_d_exports, b as tag_d_exports, c as pageForm_d_exports, d as tableStruct_d_exports, f as pageBase_d_exports, g as RwFormItems, h as tabPane_d_exports, i as pagination_d_exports, j as inputNumber_d_exports, k as mergeInput_d_exports, m as tabs_d_exports, n as smallComp_d_exports, o as mTreeSTable_d_exports, p as RwForm, r as search_d_exports, s as pageTable_d_exports, u as pageStruct_d_exports, v as table_d_exports, w as upload_d_exports, x as image_d_exports, y as tagComp_d_exports, z as popconfirm_d_exports } from "./index-BuBhOT1C.cjs";
|
|
2
2
|
export { affix_d_exports as RwAffix, alert_d_exports as RwAlert, autocomplete_d_exports as RwAutocomplete, avatar_d_exports as RwAvatar, button_d_exports as RwButton, buttonGroup_d_exports as RwButtonGroup, collapse_d_exports as RwCollapse, dialog_d_exports as RwDialog, divider_d_exports as RwDivider, dropdown_d_exports as RwDropdown, RwForm, RwFormItems, image_d_exports as RwImage, input_d_exports as RwInput, inputNumber_d_exports as RwInputNumber, inputTag_d_exports as RwInputTag, mTreeSTable_d_exports as RwMTreeSTable, map_d_exports as RwMap, mergeInput_d_exports as RwMergeInput, mergeSelect_d_exports as RwMergeSelect, pageBase_d_exports as RwPageBase, pageForm_d_exports as RwPageForm, pageTable_d_exports as RwPageTable, pagination_d_exports as RwPagination, popconfirm_d_exports as RwPopconfirm, progress_d_exports as RwProgress, radio_d_exports as RwRadio, search_d_exports as RwSearch, segmented_d_exports as RwSegmented, select_d_exports as RwSelect, slider_d_exports as RwSlider, switch_d_exports as RwSwitch, tabPane_d_exports as RwTabPane, table_d_exports as RwTable, tabs_d_exports as RwTabs, tag_d_exports as RwTag, tagComp_d_exports as RwTagComp, text_d_exports as RwText, tree_d_exports as RwTree, upload_d_exports as RwUpload, pageStruct_d_exports as pageStruct, smallComp_d_exports as smallComp, tableStruct_d_exports as tableStruct };
|
package/dist/controls.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { A as radio_d_exports, B as button_d_exports, C as tree_d_exports, D as switch_d_exports, E as slider_d_exports, F as divider_d_exports, G as affix_d_exports, H as avatar_d_exports, I as dialog_d_exports, L as buttonGroup_d_exports, M as inputTag_d_exports, N as select_d_exports, O as mergeSelect_d_exports, P as input_d_exports, R as dropdown_d_exports, S as text_d_exports, T as map_d_exports, U as collapse_d_exports, V as autocomplete_d_exports, W as alert_d_exports, _ as segmented_d_exports, a as progress_d_exports, b as tag_d_exports, c as pageForm_d_exports, d as tableStruct_d_exports, f as pageBase_d_exports, g as RwFormItems, h as tabPane_d_exports, i as pagination_d_exports, j as inputNumber_d_exports, k as mergeInput_d_exports, m as tabs_d_exports, n as smallComp_d_exports, o as mTreeSTable_d_exports, p as RwForm, r as search_d_exports, s as pageTable_d_exports, u as pageStruct_d_exports, v as table_d_exports, w as upload_d_exports, x as image_d_exports, y as tagComp_d_exports, z as popconfirm_d_exports } from "./index-
|
|
1
|
+
import { A as radio_d_exports, B as button_d_exports, C as tree_d_exports, D as switch_d_exports, E as slider_d_exports, F as divider_d_exports, G as affix_d_exports, H as avatar_d_exports, I as dialog_d_exports, L as buttonGroup_d_exports, M as inputTag_d_exports, N as select_d_exports, O as mergeSelect_d_exports, P as input_d_exports, R as dropdown_d_exports, S as text_d_exports, T as map_d_exports, U as collapse_d_exports, V as autocomplete_d_exports, W as alert_d_exports, _ as segmented_d_exports, a as progress_d_exports, b as tag_d_exports, c as pageForm_d_exports, d as tableStruct_d_exports, f as pageBase_d_exports, g as RwFormItems, h as tabPane_d_exports, i as pagination_d_exports, j as inputNumber_d_exports, k as mergeInput_d_exports, m as tabs_d_exports, n as smallComp_d_exports, o as mTreeSTable_d_exports, p as RwForm, r as search_d_exports, s as pageTable_d_exports, u as pageStruct_d_exports, v as table_d_exports, w as upload_d_exports, x as image_d_exports, y as tagComp_d_exports, z as popconfirm_d_exports } from "./index-BDkOsk2R.js";
|
|
2
2
|
export { affix_d_exports as RwAffix, alert_d_exports as RwAlert, autocomplete_d_exports as RwAutocomplete, avatar_d_exports as RwAvatar, button_d_exports as RwButton, buttonGroup_d_exports as RwButtonGroup, collapse_d_exports as RwCollapse, dialog_d_exports as RwDialog, divider_d_exports as RwDivider, dropdown_d_exports as RwDropdown, RwForm, RwFormItems, image_d_exports as RwImage, input_d_exports as RwInput, inputNumber_d_exports as RwInputNumber, inputTag_d_exports as RwInputTag, mTreeSTable_d_exports as RwMTreeSTable, map_d_exports as RwMap, mergeInput_d_exports as RwMergeInput, mergeSelect_d_exports as RwMergeSelect, pageBase_d_exports as RwPageBase, pageForm_d_exports as RwPageForm, pageTable_d_exports as RwPageTable, pagination_d_exports as RwPagination, popconfirm_d_exports as RwPopconfirm, progress_d_exports as RwProgress, radio_d_exports as RwRadio, search_d_exports as RwSearch, segmented_d_exports as RwSegmented, select_d_exports as RwSelect, slider_d_exports as RwSlider, switch_d_exports as RwSwitch, tabPane_d_exports as RwTabPane, table_d_exports as RwTable, tabs_d_exports as RwTabs, tag_d_exports as RwTag, tagComp_d_exports as RwTagComp, text_d_exports as RwText, tree_d_exports as RwTree, upload_d_exports as RwUpload, pageStruct_d_exports as pageStruct, smallComp_d_exports as smallComp, tableStruct_d_exports as tableStruct };
|
package/dist/controls.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { A as switch_exports, B as dropdown_exports, C as tree_exports, D as slider_exports, E as map_exports, F as select_exports, G as collapse_exports, H as button_exports, I as input_exports, K as alert_exports, L as divider_exports, M as radio_exports, N as inputNumber_exports, O as mergeSelect_exports, P as inputTag_exports, R as dialog_exports, S as text_exports, T as pagination_exports, U as autocomplete_exports, V as popconfirm_exports, W as avatar_exports, _ as RwFormItems, a as mTreeSTable_exports, b as tagComp_exports, c as pageForm_exports, d as tableStruct_exports, f as pageBase_exports, g as tabPane_exports, h as tabs_exports, i as progress_exports, j as mergeInput_exports, k as image_exports, n as smallComp_exports, o as pageTable_exports, p as RwForm, q as affix_exports, r as search_exports, u as pageStruct_exports, v as segmented_exports, w as upload_exports, x as tag_exports, y as table_exports, z as buttonGroup_exports } from "./controls-
|
|
1
|
+
import { A as switch_exports, B as dropdown_exports, C as tree_exports, D as slider_exports, E as map_exports, F as select_exports, G as collapse_exports, H as button_exports, I as input_exports, K as alert_exports, L as divider_exports, M as radio_exports, N as inputNumber_exports, O as mergeSelect_exports, P as inputTag_exports, R as dialog_exports, S as text_exports, T as pagination_exports, U as autocomplete_exports, V as popconfirm_exports, W as avatar_exports, _ as RwFormItems, a as mTreeSTable_exports, b as tagComp_exports, c as pageForm_exports, d as tableStruct_exports, f as pageBase_exports, g as tabPane_exports, h as tabs_exports, i as progress_exports, j as mergeInput_exports, k as image_exports, n as smallComp_exports, o as pageTable_exports, p as RwForm, q as affix_exports, r as search_exports, u as pageStruct_exports, v as segmented_exports, w as upload_exports, x as tag_exports, y as table_exports, z as buttonGroup_exports } from "./controls-B7oFKnTz.js";
|
|
2
2
|
export { affix_exports as RwAffix, alert_exports as RwAlert, autocomplete_exports as RwAutocomplete, avatar_exports as RwAvatar, button_exports as RwButton, buttonGroup_exports as RwButtonGroup, collapse_exports as RwCollapse, dialog_exports as RwDialog, divider_exports as RwDivider, dropdown_exports as RwDropdown, RwForm, RwFormItems, image_exports as RwImage, input_exports as RwInput, inputNumber_exports as RwInputNumber, inputTag_exports as RwInputTag, mTreeSTable_exports as RwMTreeSTable, map_exports as RwMap, mergeInput_exports as RwMergeInput, mergeSelect_exports as RwMergeSelect, pageBase_exports as RwPageBase, pageForm_exports as RwPageForm, pageTable_exports as RwPageTable, pagination_exports as RwPagination, popconfirm_exports as RwPopconfirm, progress_exports as RwProgress, radio_exports as RwRadio, search_exports as RwSearch, segmented_exports as RwSegmented, select_exports as RwSelect, slider_exports as RwSlider, switch_exports as RwSwitch, tabPane_exports as RwTabPane, table_exports as RwTable, tabs_exports as RwTabs, tag_exports as RwTag, tagComp_exports as RwTagComp, text_exports as RwText, tree_exports as RwTree, upload_exports as RwUpload, pageStruct_exports as pageStruct, smallComp_exports as smallComp, tableStruct_exports as tableStruct };
|
package/dist/hooks.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
require("./locale-
|
|
3
|
-
const require_utils = require("./utils-
|
|
2
|
+
require("./locale-Uy-xh7gd.cjs");
|
|
3
|
+
const require_utils = require("./utils-BNRG0okT.cjs");
|
|
4
4
|
let vue = require("vue");
|
|
5
5
|
//#region src/packages/hooks/use-namespace/index.ts
|
|
6
6
|
const defaultNamespace = "el";
|
package/dist/hooks.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as FormDataKey } from "./utils-
|
|
1
|
+
import { t as FormDataKey } from "./utils-Cuzi7uA_.js";
|
|
2
2
|
import { computed, getCurrentInstance, inject, onUnmounted, ref, unref } from "vue";
|
|
3
3
|
//#region src/packages/hooks/use-namespace/index.ts
|
|
4
4
|
const defaultNamespace = "el";
|