duck-vue-components 0.3.14 → 0.3.15

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.
@@ -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 = (0, _rw_element_admin_utils.withInstall)(smallComp_default);
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({
@@ -1,5 +1,5 @@
1
1
  import { t as __exportAll } from "./chunk-pbuEa-1d.js";
2
- import { Et as isHTML, Lt as renderTemplate, P as withInstall$1, 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-DdyGbs-d.js";
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-DdyGbs-d.js";
3
3
  import { a as localeOptions, i as locale, t as i18n, u as t$3 } from "./locale-BscyDzS3.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";
@@ -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$1(affix_default);
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$1(alert_default);
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$1(collapse_default);
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$1(avatar_default);
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$1(autocomplete_default);
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$1(button_default);
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$1(popconfirm_default);
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$1(dropdown_default);
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$1(buttonGroup_default);
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$1(dialog_default$1);
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$1(divider_default);
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$1(input_default);
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$1(select_default);
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$1(inputTag_default);
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$1(inputNumber_default);
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$1(radio_default);
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$1(mergeInput_default);
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$1(switch_default);
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$1(image_default);
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$1(mergeSelect_default);
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$1(slider_default);
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$1(map_default);
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$1(pagination_default);
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$1(upload_default);
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$1(tree_default);
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$1(text_default);
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$1(tag_default);
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$1(tagComp_default);
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$1(table_default);
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$1(segmented_default);
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$1(/* @__PURE__ */ defineComponent({
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$1(tabPane_default);
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$1(tabs_default);
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$1(/* @__PURE__ */ _plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
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$1(pageBase_default);
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$1(pageForm_default);
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$1(pageTable_default);
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$1(progress_default);
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$1(searchKeys_default);
9538
- const Template$1 = withInstall$1(search_default);
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,
package/dist/controls.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
- const require_controls = require("./controls-CWPGdIsp.cjs");
2
+ const require_controls = require("./controls-DQZoiNOf.cjs");
3
3
  Object.defineProperty(exports, "RwAffix", {
4
4
  enumerable: true,
5
5
  get: function() {
@@ -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-CG4hKZCM.cjs";
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-BZnHysMc.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 };
@@ -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-D3OKrtxr.js";
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-Du6VPIRM.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-Cgm2AnzN.js";
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-xcEnXfzw.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 };
@@ -1,5 +1,5 @@
1
1
  import { c as complexT, n as baseT, o as infoI } from "./index-C44rzTLG.cjs";
2
- import { O as Mutable$1, nn as SFCWithInstall$1, t as FormData } from "./index-EQ65J7je.cjs";
2
+ import { O as Mutable$1, nn as SFCWithInstall, t as FormData } from "./index-EQ65J7je.cjs";
3
3
  import * as _$vue from "vue";
4
4
  import { Component, ExtractPropTypes, nextTick } from "vue";
5
5
  import * as _$element_plus0 from "element-plus";
@@ -7,7 +7,6 @@ import { AffixEmits, AffixProps, AlertEmits, AlertProps, AutocompleteEmits, Auto
7
7
  import * as _$element_plus_es_utils_index_mjs0 from "element-plus/es/utils/index.mjs";
8
8
  import * as _$element_plus_es_components_tree_src_model_node_mjs0 from "element-plus/es/components/tree/src/model/node.mjs";
9
9
  import * as _$element_plus_es_components_segmented_src_types_mjs0 from "element-plus/es/components/segmented/src/types.mjs";
10
- import { SFCWithInstall } from "@rw-element-admin/utils";
11
10
 
12
11
  //#region \0rolldown/runtime.js
13
12
  //#endregion
@@ -20,7 +19,7 @@ declare const _default$28: typeof __VLS_export$40;
20
19
  declare namespace affix_d_exports {
21
20
  export { OptionT$42 as OptionT, Template$37 as Template, init$41 as init };
22
21
  }
23
- declare const Template$37: SFCWithInstall$1<typeof _default$28>;
22
+ declare const Template$37: SFCWithInstall<typeof _default$28>;
24
23
  type OptionT$42 = AffixProps & AffixEmits & baseT & {
25
24
  default: any;
26
25
  moduleName: string;
@@ -37,7 +36,7 @@ declare const _default_1$11: typeof __VLS_export$39;
37
36
  declare namespace alert_d_exports {
38
37
  export { OptionT$41 as OptionT, Template$36 as Template, init$40 as init };
39
38
  }
40
- declare const Template$36: SFCWithInstall$1<typeof _default_1$11>;
39
+ declare const Template$36: SFCWithInstall<typeof _default_1$11>;
41
40
  type OptionT$41 = AlertProps & AlertEmits & baseT & {
42
41
  default: any;
43
42
  title: any;
@@ -64,7 +63,7 @@ declare const _default_1$10: typeof __VLS_export$38;
64
63
  declare namespace collapse_d_exports {
65
64
  export { OptionT$40 as OptionT, Template$35 as Template, init$39 as init };
66
65
  }
67
- declare const Template$35: SFCWithInstall$1<typeof _default_1$10>;
66
+ declare const Template$35: SFCWithInstall<typeof _default_1$10>;
68
67
  type OptionT$40 = CollapseProps & CollapseEmits & baseT & {
69
68
  default: any;
70
69
  moduleName: string;
@@ -81,7 +80,7 @@ declare const _default_1$9: typeof __VLS_export$37;
81
80
  declare namespace avatar_d_exports {
82
81
  export { OptionT$39 as OptionT, Template$34 as Template, init$38 as init };
83
82
  }
84
- declare const Template$34: SFCWithInstall$1<typeof _default_1$9>;
83
+ declare const Template$34: SFCWithInstall<typeof _default_1$9>;
85
84
  type OptionT$39 = AvatarProps & AvatarEmits & baseT & {
86
85
  moduleName: string;
87
86
  name: string;
@@ -106,7 +105,7 @@ declare const _default$27: typeof __VLS_export$36;
106
105
  declare namespace autocomplete_d_exports {
107
106
  export { OptionT$38 as OptionT, Template$33 as Template, init$37 as init };
108
107
  }
109
- declare const Template$33: SFCWithInstall$1<typeof _default$27>;
108
+ declare const Template$33: SFCWithInstall<typeof _default$27>;
110
109
  type OptionT$38 = AutocompleteProps & AutocompleteEmits & baseT & {
111
110
  placeholder: string;
112
111
  default: any;
@@ -145,7 +144,7 @@ type __VLS_WithSlots$16<T, S> = T & {
145
144
  declare namespace button_d_exports {
146
145
  export { OptionT$37 as OptionT, Template$32 as Template, init$36 as init };
147
146
  }
148
- declare const Template$32: SFCWithInstall$1<typeof _default_1$8>;
147
+ declare const Template$32: SFCWithInstall<typeof _default_1$8>;
149
148
  type OptionT$37 = Mutable$1<ButtonProps> & baseT & {
150
149
  default: any;
151
150
  loadingSlot: any;
@@ -188,7 +187,7 @@ declare const _default$26: typeof __VLS_export$33;
188
187
  declare namespace popconfirm_d_exports {
189
188
  export { OptionT$36 as OptionT, Template$31 as Template, init$35 as init };
190
189
  }
191
- declare const Template$31: SFCWithInstall$1<typeof _default$26>;
190
+ declare const Template$31: SFCWithInstall<typeof _default$26>;
192
191
  type OptionT$36 = PopconfirmProps & PopconfirmEmits & baseT & {
193
192
  reference: any;
194
193
  actions: any;
@@ -213,7 +212,7 @@ declare const _default_1$6: typeof __VLS_export$32;
213
212
  declare namespace dropdown_d_exports {
214
213
  export { DropdownItemOptionT, DropdownItemProps, DropdownPlacement, DropdownProps, DropdownSize, DropdownTrigger, DropdownType, OptionT$35 as OptionT, Template$30 as Template, areaT, init$34 as init };
215
214
  }
216
- declare const Template$30: SFCWithInstall$1<typeof _default_1$6>;
215
+ declare const Template$30: SFCWithInstall<typeof _default_1$6>;
217
216
  type DropdownSize = '' | 'large' | 'default' | 'small';
218
217
  type DropdownType = '' | 'default' | 'primary' | 'success' | 'warning' | 'info' | 'danger' | 'text';
219
218
  type DropdownPlacement = 'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end';
@@ -256,7 +255,7 @@ declare function init$34(moduleName: string, name: string, options?: Partial<Opt
256
255
  declare namespace buttonGroup_d_exports {
257
256
  export { ButtonsAreaT, ControlT, ControlTypeEnum, OptionT$34 as OptionT, Template$29 as Template, createComponent, init$33 as init };
258
257
  }
259
- declare const Template$29: SFCWithInstall$1<typeof _default_1$7>;
258
+ declare const Template$29: SFCWithInstall<typeof _default_1$7>;
260
259
  type ControlTypeEnum = 'button' | 'popconfirm' | 'dropdown';
261
260
  type ControlT = OptionT$37 | OptionT$36 | OptionT$35;
262
261
  type ButtonItemT = baseT & {
@@ -335,7 +334,7 @@ type OptionT$33 = baseT & DialogProps & DialogEmits & {
335
334
  };
336
335
  _formRegistration: any;
337
336
  };
338
- declare const Template$28: SFCWithInstall$1<typeof _default_1$5>;
337
+ declare const Template$28: SFCWithInstall<typeof _default_1$5>;
339
338
  declare const DIALOG_FORM_INJECTION_KEY: unique symbol;
340
339
  declare function init$32(name: string, templateName: any, buttons?: OptionT$34, options?: Partial<OptionT$33>): OptionT$33;
341
340
  //#endregion
@@ -348,7 +347,7 @@ declare const _default_1$4: typeof __VLS_export$30;
348
347
  declare namespace divider_d_exports {
349
348
  export { OptionT$32 as OptionT, Template$27 as Template, init$31 as init };
350
349
  }
351
- declare const Template$27: SFCWithInstall$1<typeof _default_1$4>;
350
+ declare const Template$27: SFCWithInstall<typeof _default_1$4>;
352
351
  type OptionT$32 = DividerProps & baseT & {
353
352
  default: any;
354
353
  text: string;
@@ -537,7 +536,7 @@ declare const __VLS_base$14: _$vue.DefineComponent<__VLS_Props$23, {
537
536
  onMouseleave?: ((evt: MouseEvent) => any) | undefined;
538
537
  onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
539
538
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
540
- }>, "input" | "type" | "clear" | "modelValue" | "disabled" | "modelModifiers" | "autosize" | "autocomplete" | "clearIcon" | "wordLimitPosition" | "tabindex" | "validateEvent" | "inputStyle" | "rows" | "textarea" | "ref" | "textareaStyle" | "isComposing" | "focus" | "blur" | "select" | "resizeTextarea"> & {
539
+ }>, "input" | "type" | "clear" | "autocomplete" | "modelValue" | "ref" | "disabled" | "clearIcon" | "validateEvent" | "tabindex" | "modelModifiers" | "autosize" | "wordLimitPosition" | "inputStyle" | "rows" | "focus" | "blur" | "select" | "textarea" | "textareaStyle" | "isComposing" | "resizeTextarea"> & {
541
540
  input: HTMLInputElement | undefined;
542
541
  textarea: HTMLTextAreaElement | undefined;
543
542
  ref: HTMLInputElement | HTMLTextAreaElement | undefined;
@@ -719,7 +718,7 @@ declare const __VLS_base$14: _$vue.DefineComponent<__VLS_Props$23, {
719
718
  onMouseleave?: ((evt: MouseEvent) => any) | undefined;
720
719
  onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
721
720
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
722
- }>, "input" | "type" | "clear" | "modelValue" | "disabled" | "modelModifiers" | "autosize" | "autocomplete" | "clearIcon" | "wordLimitPosition" | "tabindex" | "validateEvent" | "inputStyle" | "rows" | "textarea" | "ref" | "textareaStyle" | "isComposing" | "focus" | "blur" | "select" | "resizeTextarea"> & {
721
+ }>, "input" | "type" | "clear" | "autocomplete" | "modelValue" | "ref" | "disabled" | "clearIcon" | "validateEvent" | "tabindex" | "modelModifiers" | "autosize" | "wordLimitPosition" | "inputStyle" | "rows" | "focus" | "blur" | "select" | "textarea" | "textareaStyle" | "isComposing" | "resizeTextarea"> & {
723
722
  input: HTMLInputElement | undefined;
724
723
  textarea: HTMLTextAreaElement | undefined;
725
724
  ref: HTMLInputElement | HTMLTextAreaElement | undefined;
@@ -765,7 +764,7 @@ type __VLS_WithSlots$14<T, S> = T & {
765
764
  declare namespace input_d_exports {
766
765
  export { InputInstance, OptionT$31 as OptionT, Template$26 as Template, checkT$1 as checkT, init$30 as init };
767
766
  }
768
- declare const Template$26: SFCWithInstall$1<typeof _default$24>;
767
+ declare const Template$26: SFCWithInstall<typeof _default$24>;
769
768
  type checkT$1 = 'email' | 'number' | 'idcard' | 'mobile' | 'url' | 'tel' | 'password' | 'username' | 'text';
770
769
  type InputInstance = {
771
770
  inputRef: any;
@@ -833,7 +832,7 @@ type __VLS_WithSlots$13<T, S> = T & {
833
832
  declare namespace select_d_exports {
834
833
  export { OptionT$30 as OptionT, SelectEmits, Template$25 as Template, init$29 as init, listT };
835
834
  }
836
- declare const Template$25: SFCWithInstall$1<typeof _default$23>;
835
+ declare const Template$25: SFCWithInstall<typeof _default$23>;
837
836
  type SelectEmits = typeof selectEmits;
838
837
  type listT = {
839
838
  value: string | number | boolean | object;
@@ -869,7 +868,7 @@ declare const _default$22: typeof __VLS_export$26;
869
868
  declare namespace inputTag_d_exports {
870
869
  export { OptionT$29 as OptionT, Template$24 as Template, init$28 as init };
871
870
  }
872
- declare const Template$24: SFCWithInstall$1<typeof _default$22>;
871
+ declare const Template$24: SFCWithInstall<typeof _default$22>;
873
872
  type OptionT$29 = InputTagProps & InputTagEmits & baseT & {
874
873
  prefix: any;
875
874
  suffix: any;
@@ -892,7 +891,7 @@ declare const _default$21: typeof __VLS_export$25;
892
891
  declare namespace inputNumber_d_exports {
893
892
  export { OptionT$28 as OptionT, Template$23 as Template, init$27 as init };
894
893
  }
895
- declare const Template$23: SFCWithInstall$1<typeof _default$21>;
894
+ declare const Template$23: SFCWithInstall<typeof _default$21>;
896
895
  type OptionT$28 = InputNumberProps & InputNumberEmits & baseT & {
897
896
  decreaseIcon: any;
898
897
  increaseIcon: any;
@@ -985,7 +984,7 @@ type __VLS_WithSlots$12<T, S> = T & {
985
984
  declare namespace radio_d_exports {
986
985
  export { OptionT$27 as OptionT, RadioEventCallbacks, RadioMode, RadioOption, Template$22 as Template, init$26 as init };
987
986
  }
988
- declare const Template$22: SFCWithInstall$1<typeof _default$20>;
987
+ declare const Template$22: SFCWithInstall<typeof _default$20>;
989
988
  interface RadioOption {
990
989
  label: string | number | boolean;
991
990
  value?: string | number | boolean;
@@ -1049,7 +1048,7 @@ type __VLS_PrettifyLocal<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K i
1049
1048
  declare namespace mergeInput_d_exports {
1050
1049
  export { BaseOptionT, InputTypeProps, InputTypeT, InputValueType, OptionT$26 as OptionT, Template$21 as Template, checkT, init$25 as init };
1051
1050
  }
1052
- declare const Template$21: SFCWithInstall$1<typeof _default$19>;
1051
+ declare const Template$21: SFCWithInstall<typeof _default$19>;
1053
1052
  type checkT = 'email' | 'number' | 'idcard' | 'mobile' | 'url' | 'tel' | 'password' | 'username';
1054
1053
  type InputTypeT = 'input' | 'inputNumber' | 'autocomplete' | 'inputTag';
1055
1054
  type InputTypeProps = {
@@ -1079,7 +1078,7 @@ declare const _default$18: typeof __VLS_export$22;
1079
1078
  declare namespace mergeSelect_d_exports {
1080
1079
  export { OptionT$25 as OptionT, Template$20 as Template, init$24 as init, optionFromT$1 as optionFromT, optionValuesT, treeSelectT };
1081
1080
  }
1082
- declare const Template$20: SFCWithInstall$1<typeof _default$18>;
1081
+ declare const Template$20: SFCWithInstall<typeof _default$18>;
1083
1082
  type treeSelectT = SelectEmits & SelectProps & TreeInstance["$props"] & baseT;
1084
1083
  type OptionT$25 = (treeSelectT | OptionT$30) & {
1085
1084
  type: 'select' | 'radio' | 'checkbox' | 'switch' | 'treeSelect';
@@ -1126,7 +1125,7 @@ declare const _default$17: typeof __VLS_export$21;
1126
1125
  declare namespace switch_d_exports {
1127
1126
  export { OptionT$24 as OptionT, Template$19 as Template, init$23 as init };
1128
1127
  }
1129
- declare const Template$19: SFCWithInstall$1<typeof _default$17>;
1128
+ declare const Template$19: SFCWithInstall<typeof _default$17>;
1130
1129
  type OptionT$24 = SwitchProps & SwitchEmits & baseT & {
1131
1130
  moduleName: string;
1132
1131
  name: string;
@@ -1151,7 +1150,7 @@ declare const _default$16: typeof __VLS_export$20;
1151
1150
  declare namespace slider_d_exports {
1152
1151
  export { OptionT$23 as OptionT, Template$18 as Template, init$22 as init };
1153
1152
  }
1154
- declare const Template$18: SFCWithInstall$1<typeof _default$16>;
1153
+ declare const Template$18: SFCWithInstall<typeof _default$16>;
1155
1154
  type OptionT$23 = SliderProps & SliderEmits & baseT & {
1156
1155
  moduleName: string;
1157
1156
  name: string;
@@ -1168,7 +1167,7 @@ declare const _default$15: typeof __VLS_export$19;
1168
1167
  declare namespace map_d_exports {
1169
1168
  export { OptionT$22 as OptionT, Template$17 as Template, init$21 as init, mapTypeT, pointTypeT };
1170
1169
  }
1171
- declare const Template$17: SFCWithInstall$1<typeof _default$15>;
1170
+ declare const Template$17: SFCWithInstall<typeof _default$15>;
1172
1171
  type mapTypeT = "bmap" | "amap" | "google-map";
1173
1172
  type pointTypeT = "WGS-84" | "GCJ-02" | "BD-09";
1174
1173
  type OptionT$22 = baseT & {
@@ -1218,7 +1217,7 @@ declare const _default$14: typeof __VLS_export$18;
1218
1217
  declare namespace upload_d_exports {
1219
1218
  export { ApiResponse, Awaitable, FileData, FileTypeT, ImageTypeT, InitFileParams, MediaTypeT, Mutable, OptionT$21 as OptionT, Template$16 as Template, UploadFile$1 as UploadFile, UploadFiles, UploadTypeT, UploadUserFile, UserTypeT, getFileList, getUploadAccept, handleUploadError, init$20 as init, initFile, isEmpty, removeUploadedFile, showUploadExceedMessage, validateUploadLimit };
1220
1219
  }
1221
- declare const Template$16: SFCWithInstall$1<typeof _default$14>;
1220
+ declare const Template$16: SFCWithInstall<typeof _default$14>;
1222
1221
  type ImageTypeT = 'png' | 'jpg' | 'jpeg' | 'gif' | 'webp';
1223
1222
  type FileTypeT = 'doc' | 'docx' | 'xls' | 'xlsx' | 'ppt' | 'pptx' | 'pdf' | 'txt' | 'zip' | 'rar';
1224
1223
  type MediaTypeT = 'file' | 'image' | 'video' | 'music';
@@ -1328,7 +1327,7 @@ type __VLS_WithSlots$11<T, S> = T & {
1328
1327
  declare namespace tree_d_exports {
1329
1328
  export { AllowDragMethod, AllowDropMethod, FilterNodeMethod, OptionT$20 as OptionT, Template$15 as Template, TreeEventCallbacks, TreeNode, TreeNodeData$1 as TreeNodeData, init$19 as init };
1330
1329
  }
1331
- declare const Template$15: SFCWithInstall$1<typeof _default_1$3>;
1330
+ declare const Template$15: SFCWithInstall<typeof _default_1$3>;
1332
1331
  type TreeNode = TreeNodeData & {
1333
1332
  id?: string | number;
1334
1333
  [key: string]: any;
@@ -1416,7 +1415,7 @@ type __VLS_WithSlots$10<T, S> = T & {
1416
1415
  declare namespace text_d_exports {
1417
1416
  export { OptionT$19 as OptionT, Template$14 as Template, init$18 as init };
1418
1417
  }
1419
- declare const Template$14: SFCWithInstall$1<typeof _default_1$2>;
1418
+ declare const Template$14: SFCWithInstall<typeof _default_1$2>;
1420
1419
  type OptionT$19 = TextProps & baseT & {
1421
1420
  default: any;
1422
1421
  multiLang?: boolean;
@@ -1515,7 +1514,7 @@ type __VLS_WithSlots$8<T, S> = T & {
1515
1514
  declare namespace image_d_exports {
1516
1515
  export { OptionT$17 as OptionT, Template$13 as Template, init$17 as init };
1517
1516
  }
1518
- declare const Template$13: SFCWithInstall$1<typeof _default$12>;
1517
+ declare const Template$13: SFCWithInstall<typeof _default$12>;
1519
1518
  type OptionT$17 = baseT & ImageProps & ImageEmits & {
1520
1519
  isPreview: boolean;
1521
1520
  placeholder: any;
@@ -1545,7 +1544,7 @@ type __VLS_WithSlots$7<T, S> = T & {
1545
1544
  declare namespace tag_d_exports {
1546
1545
  export { OptionT$16 as OptionT, Template$12 as Template, init$16 as init };
1547
1546
  }
1548
- declare const Template$12: SFCWithInstall$1<typeof _default_1$1>;
1547
+ declare const Template$12: SFCWithInstall<typeof _default_1$1>;
1549
1548
  type OptionT$16 = TagProps & TagEmits & baseT & {
1550
1549
  default: any;
1551
1550
  };
@@ -1565,7 +1564,7 @@ declare const _default$11: typeof __VLS_export$12;
1565
1564
  declare namespace tagComp_d_exports {
1566
1565
  export { OptionT$15 as OptionT, Template$11 as Template, init$15 as init, optionFromT, optionValueI };
1567
1566
  }
1568
- declare const Template$11: SFCWithInstall$1<typeof _default$11>;
1567
+ declare const Template$11: SFCWithInstall<typeof _default$11>;
1569
1568
  type optionValueI = TagProps & TagEmits & {
1570
1569
  label: string;
1571
1570
  value: any;
@@ -1587,7 +1586,7 @@ declare function init$15(moduleName: string, name: string, options?: Partial<Opt
1587
1586
  declare namespace table_d_exports {
1588
1587
  export { ControlOptionT$1 as ControlOptionT, DragState, ExtendedControlOptionT$1 as ExtendedControlOptionT, OptionT$14 as OptionT, TableMethods, Template$10 as Template, getFormContent, init$14 as init };
1589
1588
  }
1590
- declare const Template$10: SFCWithInstall$1<typeof _default$13>;
1589
+ declare const Template$10: SFCWithInstall<typeof _default$13>;
1591
1590
  type ControlOptionT$1 = OptionT$31 | OptionT$30 | OptionT$29 | OptionT$38 | OptionT$28 | OptionT$27 | OptionT$26 | OptionT$25 | OptionT$24 | OptionT$17 | OptionT$16 | OptionT$15 | OptionT$19 | OptionT$21;
1592
1591
  type ExtendedControlOptionT$1 = ControlOptionT$1 & OptionT$18 & {
1593
1592
  /** 隐藏手机号 */display?: 'hide'; /** 数字保留小数位 */
@@ -1678,7 +1677,7 @@ type __VLS_WithSlots$6<T, S> = T & {
1678
1677
  declare namespace segmented_d_exports {
1679
1678
  export { OptionT$13 as OptionT, Template$9 as Template, init$13 as init };
1680
1679
  }
1681
- declare const Template$9: SFCWithInstall$1<typeof _default$10>;
1680
+ declare const Template$9: SFCWithInstall<typeof _default$10>;
1682
1681
  type OptionT$13 = SegmentedProps & SegmentedEmits & baseT & {
1683
1682
  default: any;
1684
1683
  moduleName: string;
@@ -1816,7 +1815,7 @@ type __VLS_WithSlots$5<T, S> = T & {
1816
1815
  //#endregion
1817
1816
  //#region src/packages/controls/formItems/index.d.ts
1818
1817
  declare const RwFormItems: typeof formItems_d_exports & {
1819
- Template: SFCWithInstall$1<typeof _default$9>;
1818
+ Template: SFCWithInstall<typeof _default$9>;
1820
1819
  };
1821
1820
  declare namespace RwFormItems {
1822
1821
  type OptionT = OptionT$12;
@@ -1826,7 +1825,7 @@ declare namespace RwFormItems {
1826
1825
  declare namespace tabPane_d_exports {
1827
1826
  export { OptionT$11 as OptionT, Template$8 as Template, init$11 as init };
1828
1827
  }
1829
- declare const Template$8: SFCWithInstall$1<typeof _default$25>;
1828
+ declare const Template$8: SFCWithInstall<typeof _default$25>;
1830
1829
  type OptionT$11 = TabPaneProps & baseT & {
1831
1830
  id: string;
1832
1831
  inDialog: boolean;
@@ -1846,7 +1845,7 @@ declare const _default$8: typeof __VLS_export$9;
1846
1845
  declare namespace tabs_d_exports {
1847
1846
  export { OptionT$10 as OptionT, Template$7 as Template, init$10 as init };
1848
1847
  }
1849
- declare const Template$7: SFCWithInstall$1<typeof _default$8>;
1848
+ declare const Template$7: SFCWithInstall<typeof _default$8>;
1850
1849
  type OptionT$10 = TabsProps & TabsEmits & baseT & {
1851
1850
  id: string;
1852
1851
  inDialog: boolean;
@@ -1971,7 +1970,7 @@ declare const _default$7: typeof __VLS_export$8;
1971
1970
  //#endregion
1972
1971
  //#region src/packages/controls/form/index.d.ts
1973
1972
  declare const RwForm: typeof form_d_exports & {
1974
- Template: SFCWithInstall$1<typeof _default$7>;
1973
+ Template: SFCWithInstall<typeof _default$7>;
1975
1974
  };
1976
1975
  declare namespace RwForm {
1977
1976
  type OptionT = OptionT$9;
@@ -2005,7 +2004,7 @@ type __VLS_WithSlots$4<T, S> = T & {
2005
2004
  declare namespace pageBase_d_exports {
2006
2005
  export { OptionT$8 as OptionT, Template$6 as Template, init$8 as init, typeT };
2007
2006
  }
2008
- declare const Template$6: SFCWithInstall$1<typeof _default$6>;
2007
+ declare const Template$6: SFCWithInstall<typeof _default$6>;
2009
2008
  /** 需要扩展,请在此添加对应的内容 */
2010
2009
  type typeT = "table" | "form" | "info" | "query" | "customize";
2011
2010
  type OptionT$8 = {
@@ -2127,7 +2126,7 @@ declare const init$6: (name: string, tableID: string, apiURLFront: string, optio
2127
2126
  declare namespace pageForm_d_exports {
2128
2127
  export { OptionT$5 as OptionT, Template$5 as Template, init$5 as init };
2129
2128
  }
2130
- declare const Template$5: SFCWithInstall$1<typeof _default$5>;
2129
+ declare const Template$5: SFCWithInstall<typeof _default$5>;
2131
2130
  type OptionT$5 = {
2132
2131
  page: OptionT$8;
2133
2132
  form: RwForm.OptionT;
@@ -2165,7 +2164,7 @@ type __VLS_WithSlots$2<T, S> = T & {
2165
2164
  declare namespace pageTable_d_exports {
2166
2165
  export { OptionT$4 as OptionT, Template$4 as Template, init$4 as init };
2167
2166
  }
2168
- declare const Template$4: SFCWithInstall$1<typeof _default$4>;
2167
+ declare const Template$4: SFCWithInstall<typeof _default$4>;
2169
2168
  type OptionT$4 = {
2170
2169
  struct: OptionT$6;
2171
2170
  operateButtons: OptionT$34;
@@ -2200,7 +2199,7 @@ declare const _default_1: typeof __VLS_export$4;
2200
2199
  declare namespace progress_d_exports {
2201
2200
  export { OptionT$2 as OptionT, Template$3 as Template, init$2 as init };
2202
2201
  }
2203
- declare const Template$3: SFCWithInstall$1<typeof _default_1>;
2202
+ declare const Template$3: SFCWithInstall<typeof _default_1>;
2204
2203
  type OptionT$2 = ProgressProps & baseT & {
2205
2204
  moduleName: string;
2206
2205
  name: string;
@@ -2236,7 +2235,7 @@ type __VLS_WithSlots$1<T, S> = T & {
2236
2235
  declare namespace pagination_d_exports {
2237
2236
  export { OptionT$1 as OptionT, Template$2 as Template, init$1 as init };
2238
2237
  }
2239
- declare const Template$2: SFCWithInstall$1<typeof _default$3>;
2238
+ declare const Template$2: SFCWithInstall<typeof _default$3>;
2240
2239
  type OptionT$1 = PaginationProps & PaginationEmits & baseT & {
2241
2240
  total: number;
2242
2241
  page: number;
@@ -2288,8 +2287,8 @@ declare const _default$1: typeof __VLS_export$1;
2288
2287
  declare namespace search_d_exports {
2289
2288
  export { OptionT, SearchKeyTemplate, Template$1 as Template, init };
2290
2289
  }
2291
- declare const SearchKeyTemplate: SFCWithInstall$1<typeof _default$1>;
2292
- declare const Template$1: SFCWithInstall$1<typeof _default$2>;
2290
+ declare const SearchKeyTemplate: SFCWithInstall<typeof _default$1>;
2291
+ declare const Template$1: SFCWithInstall<typeof _default$2>;
2293
2292
  type OptionT = baseT & {
2294
2293
  struct?: OptionT$6;
2295
2294
  labelWidth?: string | number;
@@ -1,10 +1,9 @@
1
1
  import { c as complexT, n as baseT, o as infoI } from "./index-Di4VXcF7.js";
2
- import { O as Mutable$1, nn as SFCWithInstall$1, t as FormData } from "./index-CaT_2j-S.js";
2
+ import { O as Mutable$1, nn as SFCWithInstall, t as FormData } from "./index-CaT_2j-S.js";
3
3
  import * as _$element_plus0 from "element-plus";
4
4
  import { AffixEmits, AffixProps, AlertEmits, AlertProps, AutocompleteEmits, AutocompleteProps, AvatarEmits, AvatarProps, ButtonProps, ColProps, CollapseEmits, CollapseProps, DialogEmits, DialogProps, DividerProps, FormEmits, FormItemProps, FormProps, FormRules, ImageEmits, ImageProps, InputEmits, InputNumberEmits, InputNumberProps, InputProps, InputTagEmits, InputTagProps, PaginationEmits, PaginationProps, PopconfirmEmits, PopconfirmProps, ProgressProps, RowProps, SegmentedEmits, SegmentedProps, SelectProps, SliderEmits, SliderProps, SwitchEmits, SwitchProps, TabPaneProps, TableColumnCtx, TableProps, TabsEmits, TabsProps, TagEmits, TagProps, TextProps, TreeInstance, TreeNodeData, TreeNodeData as TreeNodeData$1, UploadFile, dropdownItemProps, dropdownProps, selectEmits } from "element-plus";
5
5
  import * as _$vue from "vue";
6
6
  import { Component, ExtractPropTypes, nextTick } from "vue";
7
- import { SFCWithInstall } from "@rw-element-admin/utils";
8
7
  import * as _$element_plus_es_utils_index_mjs0 from "element-plus/es/utils/index.mjs";
9
8
  import * as _$element_plus_es_components_tree_src_model_node_mjs0 from "element-plus/es/components/tree/src/model/node.mjs";
10
9
  import * as _$element_plus_es_components_segmented_src_types_mjs0 from "element-plus/es/components/segmented/src/types.mjs";
@@ -18,7 +17,7 @@ declare const _default$28: typeof __VLS_export$40;
18
17
  declare namespace affix_d_exports {
19
18
  export { OptionT$42 as OptionT, Template$37 as Template, init$41 as init };
20
19
  }
21
- declare const Template$37: SFCWithInstall$1<typeof _default$28>;
20
+ declare const Template$37: SFCWithInstall<typeof _default$28>;
22
21
  type OptionT$42 = AffixProps & AffixEmits & baseT & {
23
22
  default: any;
24
23
  moduleName: string;
@@ -35,7 +34,7 @@ declare const _default_1$11: typeof __VLS_export$39;
35
34
  declare namespace alert_d_exports {
36
35
  export { OptionT$41 as OptionT, Template$36 as Template, init$40 as init };
37
36
  }
38
- declare const Template$36: SFCWithInstall$1<typeof _default_1$11>;
37
+ declare const Template$36: SFCWithInstall<typeof _default_1$11>;
39
38
  type OptionT$41 = AlertProps & AlertEmits & baseT & {
40
39
  default: any;
41
40
  title: any;
@@ -62,7 +61,7 @@ declare const _default_1$10: typeof __VLS_export$38;
62
61
  declare namespace collapse_d_exports {
63
62
  export { OptionT$40 as OptionT, Template$35 as Template, init$39 as init };
64
63
  }
65
- declare const Template$35: SFCWithInstall$1<typeof _default_1$10>;
64
+ declare const Template$35: SFCWithInstall<typeof _default_1$10>;
66
65
  type OptionT$40 = CollapseProps & CollapseEmits & baseT & {
67
66
  default: any;
68
67
  moduleName: string;
@@ -79,7 +78,7 @@ declare const _default_1$9: typeof __VLS_export$37;
79
78
  declare namespace avatar_d_exports {
80
79
  export { OptionT$39 as OptionT, Template$34 as Template, init$38 as init };
81
80
  }
82
- declare const Template$34: SFCWithInstall$1<typeof _default_1$9>;
81
+ declare const Template$34: SFCWithInstall<typeof _default_1$9>;
83
82
  type OptionT$39 = AvatarProps & AvatarEmits & baseT & {
84
83
  moduleName: string;
85
84
  name: string;
@@ -104,7 +103,7 @@ declare const _default$27: typeof __VLS_export$36;
104
103
  declare namespace autocomplete_d_exports {
105
104
  export { OptionT$38 as OptionT, Template$33 as Template, init$37 as init };
106
105
  }
107
- declare const Template$33: SFCWithInstall$1<typeof _default$27>;
106
+ declare const Template$33: SFCWithInstall<typeof _default$27>;
108
107
  type OptionT$38 = AutocompleteProps & AutocompleteEmits & baseT & {
109
108
  placeholder: string;
110
109
  default: any;
@@ -143,7 +142,7 @@ type __VLS_WithSlots$16<T, S> = T & {
143
142
  declare namespace button_d_exports {
144
143
  export { OptionT$37 as OptionT, Template$32 as Template, init$36 as init };
145
144
  }
146
- declare const Template$32: SFCWithInstall$1<typeof _default_1$8>;
145
+ declare const Template$32: SFCWithInstall<typeof _default_1$8>;
147
146
  type OptionT$37 = Mutable$1<ButtonProps> & baseT & {
148
147
  default: any;
149
148
  loadingSlot: any;
@@ -186,7 +185,7 @@ declare const _default$26: typeof __VLS_export$33;
186
185
  declare namespace popconfirm_d_exports {
187
186
  export { OptionT$36 as OptionT, Template$31 as Template, init$35 as init };
188
187
  }
189
- declare const Template$31: SFCWithInstall$1<typeof _default$26>;
188
+ declare const Template$31: SFCWithInstall<typeof _default$26>;
190
189
  type OptionT$36 = PopconfirmProps & PopconfirmEmits & baseT & {
191
190
  reference: any;
192
191
  actions: any;
@@ -211,7 +210,7 @@ declare const _default_1$6: typeof __VLS_export$32;
211
210
  declare namespace dropdown_d_exports {
212
211
  export { DropdownItemOptionT, DropdownItemProps, DropdownPlacement, DropdownProps, DropdownSize, DropdownTrigger, DropdownType, OptionT$35 as OptionT, Template$30 as Template, areaT, init$34 as init };
213
212
  }
214
- declare const Template$30: SFCWithInstall$1<typeof _default_1$6>;
213
+ declare const Template$30: SFCWithInstall<typeof _default_1$6>;
215
214
  type DropdownSize = '' | 'large' | 'default' | 'small';
216
215
  type DropdownType = '' | 'default' | 'primary' | 'success' | 'warning' | 'info' | 'danger' | 'text';
217
216
  type DropdownPlacement = 'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end';
@@ -254,7 +253,7 @@ declare function init$34(moduleName: string, name: string, options?: Partial<Opt
254
253
  declare namespace buttonGroup_d_exports {
255
254
  export { ButtonsAreaT, ControlT, ControlTypeEnum, OptionT$34 as OptionT, Template$29 as Template, createComponent, init$33 as init };
256
255
  }
257
- declare const Template$29: SFCWithInstall$1<typeof _default_1$7>;
256
+ declare const Template$29: SFCWithInstall<typeof _default_1$7>;
258
257
  type ControlTypeEnum = 'button' | 'popconfirm' | 'dropdown';
259
258
  type ControlT = OptionT$37 | OptionT$36 | OptionT$35;
260
259
  type ButtonItemT = baseT & {
@@ -333,7 +332,7 @@ type OptionT$33 = baseT & DialogProps & DialogEmits & {
333
332
  };
334
333
  _formRegistration: any;
335
334
  };
336
- declare const Template$28: SFCWithInstall$1<typeof _default_1$5>;
335
+ declare const Template$28: SFCWithInstall<typeof _default_1$5>;
337
336
  declare const DIALOG_FORM_INJECTION_KEY: unique symbol;
338
337
  declare function init$32(name: string, templateName: any, buttons?: OptionT$34, options?: Partial<OptionT$33>): OptionT$33;
339
338
  //#endregion
@@ -346,7 +345,7 @@ declare const _default_1$4: typeof __VLS_export$30;
346
345
  declare namespace divider_d_exports {
347
346
  export { OptionT$32 as OptionT, Template$27 as Template, init$31 as init };
348
347
  }
349
- declare const Template$27: SFCWithInstall$1<typeof _default_1$4>;
348
+ declare const Template$27: SFCWithInstall<typeof _default_1$4>;
350
349
  type OptionT$32 = DividerProps & baseT & {
351
350
  default: any;
352
351
  text: string;
@@ -535,7 +534,7 @@ declare const __VLS_base$14: _$vue.DefineComponent<__VLS_Props$23, {
535
534
  onMouseleave?: ((evt: MouseEvent) => any) | undefined;
536
535
  onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
537
536
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
538
- }>, "input" | "type" | "clear" | "modelValue" | "disabled" | "modelModifiers" | "autosize" | "autocomplete" | "clearIcon" | "wordLimitPosition" | "tabindex" | "validateEvent" | "inputStyle" | "rows" | "textarea" | "ref" | "textareaStyle" | "isComposing" | "focus" | "blur" | "select" | "resizeTextarea"> & {
537
+ }>, "input" | "type" | "clear" | "autocomplete" | "modelValue" | "ref" | "disabled" | "clearIcon" | "validateEvent" | "tabindex" | "modelModifiers" | "autosize" | "wordLimitPosition" | "inputStyle" | "rows" | "focus" | "blur" | "select" | "textarea" | "textareaStyle" | "isComposing" | "resizeTextarea"> & {
539
538
  input: HTMLInputElement | undefined;
540
539
  textarea: HTMLTextAreaElement | undefined;
541
540
  ref: HTMLInputElement | HTMLTextAreaElement | undefined;
@@ -717,7 +716,7 @@ declare const __VLS_base$14: _$vue.DefineComponent<__VLS_Props$23, {
717
716
  onMouseleave?: ((evt: MouseEvent) => any) | undefined;
718
717
  onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
719
718
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
720
- }>, "input" | "type" | "clear" | "modelValue" | "disabled" | "modelModifiers" | "autosize" | "autocomplete" | "clearIcon" | "wordLimitPosition" | "tabindex" | "validateEvent" | "inputStyle" | "rows" | "textarea" | "ref" | "textareaStyle" | "isComposing" | "focus" | "blur" | "select" | "resizeTextarea"> & {
719
+ }>, "input" | "type" | "clear" | "autocomplete" | "modelValue" | "ref" | "disabled" | "clearIcon" | "validateEvent" | "tabindex" | "modelModifiers" | "autosize" | "wordLimitPosition" | "inputStyle" | "rows" | "focus" | "blur" | "select" | "textarea" | "textareaStyle" | "isComposing" | "resizeTextarea"> & {
721
720
  input: HTMLInputElement | undefined;
722
721
  textarea: HTMLTextAreaElement | undefined;
723
722
  ref: HTMLInputElement | HTMLTextAreaElement | undefined;
@@ -763,7 +762,7 @@ type __VLS_WithSlots$14<T, S> = T & {
763
762
  declare namespace input_d_exports {
764
763
  export { InputInstance, OptionT$31 as OptionT, Template$26 as Template, checkT$1 as checkT, init$30 as init };
765
764
  }
766
- declare const Template$26: SFCWithInstall$1<typeof _default$24>;
765
+ declare const Template$26: SFCWithInstall<typeof _default$24>;
767
766
  type checkT$1 = 'email' | 'number' | 'idcard' | 'mobile' | 'url' | 'tel' | 'password' | 'username' | 'text';
768
767
  type InputInstance = {
769
768
  inputRef: any;
@@ -831,7 +830,7 @@ type __VLS_WithSlots$13<T, S> = T & {
831
830
  declare namespace select_d_exports {
832
831
  export { OptionT$30 as OptionT, SelectEmits, Template$25 as Template, init$29 as init, listT };
833
832
  }
834
- declare const Template$25: SFCWithInstall$1<typeof _default$23>;
833
+ declare const Template$25: SFCWithInstall<typeof _default$23>;
835
834
  type SelectEmits = typeof selectEmits;
836
835
  type listT = {
837
836
  value: string | number | boolean | object;
@@ -867,7 +866,7 @@ declare const _default$22: typeof __VLS_export$26;
867
866
  declare namespace inputTag_d_exports {
868
867
  export { OptionT$29 as OptionT, Template$24 as Template, init$28 as init };
869
868
  }
870
- declare const Template$24: SFCWithInstall$1<typeof _default$22>;
869
+ declare const Template$24: SFCWithInstall<typeof _default$22>;
871
870
  type OptionT$29 = InputTagProps & InputTagEmits & baseT & {
872
871
  prefix: any;
873
872
  suffix: any;
@@ -890,7 +889,7 @@ declare const _default$21: typeof __VLS_export$25;
890
889
  declare namespace inputNumber_d_exports {
891
890
  export { OptionT$28 as OptionT, Template$23 as Template, init$27 as init };
892
891
  }
893
- declare const Template$23: SFCWithInstall$1<typeof _default$21>;
892
+ declare const Template$23: SFCWithInstall<typeof _default$21>;
894
893
  type OptionT$28 = InputNumberProps & InputNumberEmits & baseT & {
895
894
  decreaseIcon: any;
896
895
  increaseIcon: any;
@@ -983,7 +982,7 @@ type __VLS_WithSlots$12<T, S> = T & {
983
982
  declare namespace radio_d_exports {
984
983
  export { OptionT$27 as OptionT, RadioEventCallbacks, RadioMode, RadioOption, Template$22 as Template, init$26 as init };
985
984
  }
986
- declare const Template$22: SFCWithInstall$1<typeof _default$20>;
985
+ declare const Template$22: SFCWithInstall<typeof _default$20>;
987
986
  interface RadioOption {
988
987
  label: string | number | boolean;
989
988
  value?: string | number | boolean;
@@ -1047,7 +1046,7 @@ type __VLS_PrettifyLocal<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K i
1047
1046
  declare namespace mergeInput_d_exports {
1048
1047
  export { BaseOptionT, InputTypeProps, InputTypeT, InputValueType, OptionT$26 as OptionT, Template$21 as Template, checkT, init$25 as init };
1049
1048
  }
1050
- declare const Template$21: SFCWithInstall$1<typeof _default$19>;
1049
+ declare const Template$21: SFCWithInstall<typeof _default$19>;
1051
1050
  type checkT = 'email' | 'number' | 'idcard' | 'mobile' | 'url' | 'tel' | 'password' | 'username';
1052
1051
  type InputTypeT = 'input' | 'inputNumber' | 'autocomplete' | 'inputTag';
1053
1052
  type InputTypeProps = {
@@ -1077,7 +1076,7 @@ declare const _default$18: typeof __VLS_export$22;
1077
1076
  declare namespace mergeSelect_d_exports {
1078
1077
  export { OptionT$25 as OptionT, Template$20 as Template, init$24 as init, optionFromT$1 as optionFromT, optionValuesT, treeSelectT };
1079
1078
  }
1080
- declare const Template$20: SFCWithInstall$1<typeof _default$18>;
1079
+ declare const Template$20: SFCWithInstall<typeof _default$18>;
1081
1080
  type treeSelectT = SelectEmits & SelectProps & TreeInstance["$props"] & baseT;
1082
1081
  type OptionT$25 = (treeSelectT | OptionT$30) & {
1083
1082
  type: 'select' | 'radio' | 'checkbox' | 'switch' | 'treeSelect';
@@ -1124,7 +1123,7 @@ declare const _default$17: typeof __VLS_export$21;
1124
1123
  declare namespace switch_d_exports {
1125
1124
  export { OptionT$24 as OptionT, Template$19 as Template, init$23 as init };
1126
1125
  }
1127
- declare const Template$19: SFCWithInstall$1<typeof _default$17>;
1126
+ declare const Template$19: SFCWithInstall<typeof _default$17>;
1128
1127
  type OptionT$24 = SwitchProps & SwitchEmits & baseT & {
1129
1128
  moduleName: string;
1130
1129
  name: string;
@@ -1149,7 +1148,7 @@ declare const _default$16: typeof __VLS_export$20;
1149
1148
  declare namespace slider_d_exports {
1150
1149
  export { OptionT$23 as OptionT, Template$18 as Template, init$22 as init };
1151
1150
  }
1152
- declare const Template$18: SFCWithInstall$1<typeof _default$16>;
1151
+ declare const Template$18: SFCWithInstall<typeof _default$16>;
1153
1152
  type OptionT$23 = SliderProps & SliderEmits & baseT & {
1154
1153
  moduleName: string;
1155
1154
  name: string;
@@ -1166,7 +1165,7 @@ declare const _default$15: typeof __VLS_export$19;
1166
1165
  declare namespace map_d_exports {
1167
1166
  export { OptionT$22 as OptionT, Template$17 as Template, init$21 as init, mapTypeT, pointTypeT };
1168
1167
  }
1169
- declare const Template$17: SFCWithInstall$1<typeof _default$15>;
1168
+ declare const Template$17: SFCWithInstall<typeof _default$15>;
1170
1169
  type mapTypeT = "bmap" | "amap" | "google-map";
1171
1170
  type pointTypeT = "WGS-84" | "GCJ-02" | "BD-09";
1172
1171
  type OptionT$22 = baseT & {
@@ -1216,7 +1215,7 @@ declare const _default$14: typeof __VLS_export$18;
1216
1215
  declare namespace upload_d_exports {
1217
1216
  export { ApiResponse, Awaitable, FileData, FileTypeT, ImageTypeT, InitFileParams, MediaTypeT, Mutable, OptionT$21 as OptionT, Template$16 as Template, UploadFile$1 as UploadFile, UploadFiles, UploadTypeT, UploadUserFile, UserTypeT, getFileList, getUploadAccept, handleUploadError, init$20 as init, initFile, isEmpty, removeUploadedFile, showUploadExceedMessage, validateUploadLimit };
1218
1217
  }
1219
- declare const Template$16: SFCWithInstall$1<typeof _default$14>;
1218
+ declare const Template$16: SFCWithInstall<typeof _default$14>;
1220
1219
  type ImageTypeT = 'png' | 'jpg' | 'jpeg' | 'gif' | 'webp';
1221
1220
  type FileTypeT = 'doc' | 'docx' | 'xls' | 'xlsx' | 'ppt' | 'pptx' | 'pdf' | 'txt' | 'zip' | 'rar';
1222
1221
  type MediaTypeT = 'file' | 'image' | 'video' | 'music';
@@ -1326,7 +1325,7 @@ type __VLS_WithSlots$11<T, S> = T & {
1326
1325
  declare namespace tree_d_exports {
1327
1326
  export { AllowDragMethod, AllowDropMethod, FilterNodeMethod, OptionT$20 as OptionT, Template$15 as Template, TreeEventCallbacks, TreeNode, TreeNodeData$1 as TreeNodeData, init$19 as init };
1328
1327
  }
1329
- declare const Template$15: SFCWithInstall$1<typeof _default_1$3>;
1328
+ declare const Template$15: SFCWithInstall<typeof _default_1$3>;
1330
1329
  type TreeNode = TreeNodeData & {
1331
1330
  id?: string | number;
1332
1331
  [key: string]: any;
@@ -1414,7 +1413,7 @@ type __VLS_WithSlots$10<T, S> = T & {
1414
1413
  declare namespace text_d_exports {
1415
1414
  export { OptionT$19 as OptionT, Template$14 as Template, init$18 as init };
1416
1415
  }
1417
- declare const Template$14: SFCWithInstall$1<typeof _default_1$2>;
1416
+ declare const Template$14: SFCWithInstall<typeof _default_1$2>;
1418
1417
  type OptionT$19 = TextProps & baseT & {
1419
1418
  default: any;
1420
1419
  multiLang?: boolean;
@@ -1513,7 +1512,7 @@ type __VLS_WithSlots$8<T, S> = T & {
1513
1512
  declare namespace image_d_exports {
1514
1513
  export { OptionT$17 as OptionT, Template$13 as Template, init$17 as init };
1515
1514
  }
1516
- declare const Template$13: SFCWithInstall$1<typeof _default$12>;
1515
+ declare const Template$13: SFCWithInstall<typeof _default$12>;
1517
1516
  type OptionT$17 = baseT & ImageProps & ImageEmits & {
1518
1517
  isPreview: boolean;
1519
1518
  placeholder: any;
@@ -1543,7 +1542,7 @@ type __VLS_WithSlots$7<T, S> = T & {
1543
1542
  declare namespace tag_d_exports {
1544
1543
  export { OptionT$16 as OptionT, Template$12 as Template, init$16 as init };
1545
1544
  }
1546
- declare const Template$12: SFCWithInstall$1<typeof _default_1$1>;
1545
+ declare const Template$12: SFCWithInstall<typeof _default_1$1>;
1547
1546
  type OptionT$16 = TagProps & TagEmits & baseT & {
1548
1547
  default: any;
1549
1548
  };
@@ -1563,7 +1562,7 @@ declare const _default$11: typeof __VLS_export$12;
1563
1562
  declare namespace tagComp_d_exports {
1564
1563
  export { OptionT$15 as OptionT, Template$11 as Template, init$15 as init, optionFromT, optionValueI };
1565
1564
  }
1566
- declare const Template$11: SFCWithInstall$1<typeof _default$11>;
1565
+ declare const Template$11: SFCWithInstall<typeof _default$11>;
1567
1566
  type optionValueI = TagProps & TagEmits & {
1568
1567
  label: string;
1569
1568
  value: any;
@@ -1585,7 +1584,7 @@ declare function init$15(moduleName: string, name: string, options?: Partial<Opt
1585
1584
  declare namespace table_d_exports {
1586
1585
  export { ControlOptionT$1 as ControlOptionT, DragState, ExtendedControlOptionT$1 as ExtendedControlOptionT, OptionT$14 as OptionT, TableMethods, Template$10 as Template, getFormContent, init$14 as init };
1587
1586
  }
1588
- declare const Template$10: SFCWithInstall$1<typeof _default$13>;
1587
+ declare const Template$10: SFCWithInstall<typeof _default$13>;
1589
1588
  type ControlOptionT$1 = OptionT$31 | OptionT$30 | OptionT$29 | OptionT$38 | OptionT$28 | OptionT$27 | OptionT$26 | OptionT$25 | OptionT$24 | OptionT$17 | OptionT$16 | OptionT$15 | OptionT$19 | OptionT$21;
1590
1589
  type ExtendedControlOptionT$1 = ControlOptionT$1 & OptionT$18 & {
1591
1590
  /** 隐藏手机号 */display?: 'hide'; /** 数字保留小数位 */
@@ -1676,7 +1675,7 @@ type __VLS_WithSlots$6<T, S> = T & {
1676
1675
  declare namespace segmented_d_exports {
1677
1676
  export { OptionT$13 as OptionT, Template$9 as Template, init$13 as init };
1678
1677
  }
1679
- declare const Template$9: SFCWithInstall$1<typeof _default$10>;
1678
+ declare const Template$9: SFCWithInstall<typeof _default$10>;
1680
1679
  type OptionT$13 = SegmentedProps & SegmentedEmits & baseT & {
1681
1680
  default: any;
1682
1681
  moduleName: string;
@@ -1814,7 +1813,7 @@ type __VLS_WithSlots$5<T, S> = T & {
1814
1813
  //#endregion
1815
1814
  //#region src/packages/controls/formItems/index.d.ts
1816
1815
  declare const RwFormItems: typeof formItems_d_exports & {
1817
- Template: SFCWithInstall$1<typeof _default$9>;
1816
+ Template: SFCWithInstall<typeof _default$9>;
1818
1817
  };
1819
1818
  declare namespace RwFormItems {
1820
1819
  type OptionT = OptionT$12;
@@ -1824,7 +1823,7 @@ declare namespace RwFormItems {
1824
1823
  declare namespace tabPane_d_exports {
1825
1824
  export { OptionT$11 as OptionT, Template$8 as Template, init$11 as init };
1826
1825
  }
1827
- declare const Template$8: SFCWithInstall$1<typeof _default$25>;
1826
+ declare const Template$8: SFCWithInstall<typeof _default$25>;
1828
1827
  type OptionT$11 = TabPaneProps & baseT & {
1829
1828
  id: string;
1830
1829
  inDialog: boolean;
@@ -1844,7 +1843,7 @@ declare const _default$8: typeof __VLS_export$9;
1844
1843
  declare namespace tabs_d_exports {
1845
1844
  export { OptionT$10 as OptionT, Template$7 as Template, init$10 as init };
1846
1845
  }
1847
- declare const Template$7: SFCWithInstall$1<typeof _default$8>;
1846
+ declare const Template$7: SFCWithInstall<typeof _default$8>;
1848
1847
  type OptionT$10 = TabsProps & TabsEmits & baseT & {
1849
1848
  id: string;
1850
1849
  inDialog: boolean;
@@ -1969,7 +1968,7 @@ declare const _default$7: typeof __VLS_export$8;
1969
1968
  //#endregion
1970
1969
  //#region src/packages/controls/form/index.d.ts
1971
1970
  declare const RwForm: typeof form_d_exports & {
1972
- Template: SFCWithInstall$1<typeof _default$7>;
1971
+ Template: SFCWithInstall<typeof _default$7>;
1973
1972
  };
1974
1973
  declare namespace RwForm {
1975
1974
  type OptionT = OptionT$9;
@@ -2003,7 +2002,7 @@ type __VLS_WithSlots$4<T, S> = T & {
2003
2002
  declare namespace pageBase_d_exports {
2004
2003
  export { OptionT$8 as OptionT, Template$6 as Template, init$8 as init, typeT };
2005
2004
  }
2006
- declare const Template$6: SFCWithInstall$1<typeof _default$6>;
2005
+ declare const Template$6: SFCWithInstall<typeof _default$6>;
2007
2006
  /** 需要扩展,请在此添加对应的内容 */
2008
2007
  type typeT = "table" | "form" | "info" | "query" | "customize";
2009
2008
  type OptionT$8 = {
@@ -2125,7 +2124,7 @@ declare const init$6: (name: string, tableID: string, apiURLFront: string, optio
2125
2124
  declare namespace pageForm_d_exports {
2126
2125
  export { OptionT$5 as OptionT, Template$5 as Template, init$5 as init };
2127
2126
  }
2128
- declare const Template$5: SFCWithInstall$1<typeof _default$5>;
2127
+ declare const Template$5: SFCWithInstall<typeof _default$5>;
2129
2128
  type OptionT$5 = {
2130
2129
  page: OptionT$8;
2131
2130
  form: RwForm.OptionT;
@@ -2163,7 +2162,7 @@ type __VLS_WithSlots$2<T, S> = T & {
2163
2162
  declare namespace pageTable_d_exports {
2164
2163
  export { OptionT$4 as OptionT, Template$4 as Template, init$4 as init };
2165
2164
  }
2166
- declare const Template$4: SFCWithInstall$1<typeof _default$4>;
2165
+ declare const Template$4: SFCWithInstall<typeof _default$4>;
2167
2166
  type OptionT$4 = {
2168
2167
  struct: OptionT$6;
2169
2168
  operateButtons: OptionT$34;
@@ -2198,7 +2197,7 @@ declare const _default_1: typeof __VLS_export$4;
2198
2197
  declare namespace progress_d_exports {
2199
2198
  export { OptionT$2 as OptionT, Template$3 as Template, init$2 as init };
2200
2199
  }
2201
- declare const Template$3: SFCWithInstall$1<typeof _default_1>;
2200
+ declare const Template$3: SFCWithInstall<typeof _default_1>;
2202
2201
  type OptionT$2 = ProgressProps & baseT & {
2203
2202
  moduleName: string;
2204
2203
  name: string;
@@ -2234,7 +2233,7 @@ type __VLS_WithSlots$1<T, S> = T & {
2234
2233
  declare namespace pagination_d_exports {
2235
2234
  export { OptionT$1 as OptionT, Template$2 as Template, init$1 as init };
2236
2235
  }
2237
- declare const Template$2: SFCWithInstall$1<typeof _default$3>;
2236
+ declare const Template$2: SFCWithInstall<typeof _default$3>;
2238
2237
  type OptionT$1 = PaginationProps & PaginationEmits & baseT & {
2239
2238
  total: number;
2240
2239
  page: number;
@@ -2286,8 +2285,8 @@ declare const _default$1: typeof __VLS_export$1;
2286
2285
  declare namespace search_d_exports {
2287
2286
  export { OptionT, SearchKeyTemplate, Template$1 as Template, init };
2288
2287
  }
2289
- declare const SearchKeyTemplate: SFCWithInstall$1<typeof _default$1>;
2290
- declare const Template$1: SFCWithInstall$1<typeof _default$2>;
2288
+ declare const SearchKeyTemplate: SFCWithInstall<typeof _default$1>;
2289
+ declare const Template$1: SFCWithInstall<typeof _default$2>;
2291
2290
  type OptionT = baseT & {
2292
2291
  struct?: OptionT$6;
2293
2292
  labelWidth?: string | number;
package/dist/index.cjs CHANGED
@@ -3,7 +3,7 @@ Object.defineProperties(exports, {
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
5
  const require_locale = require("./locale-BTmar3YP.cjs");
6
- const require_controls = require("./controls-CWPGdIsp.cjs");
6
+ const require_controls = require("./controls-DQZoiNOf.cjs");
7
7
  require("element-plus/dist/index.css");
8
8
  require("element-plus/theme-chalk/dark/css-vars.css");
9
9
  let element_plus = require("element-plus");
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { t as index_d_exports } from "./index-CG4hKZCM.cjs";
1
+ import { t as index_d_exports } from "./index-BZnHysMc.cjs";
2
2
  import { t as FrameworkOptions } from "./index-C44rzTLG.cjs";
3
3
  import * as _$vue from "vue";
4
4
  export * from "element-plus";
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { t as FrameworkOptions } from "./index-Di4VXcF7.js";
2
- import { t as index_d_exports } from "./index-D3OKrtxr.js";
2
+ import { t as index_d_exports } from "./index-Du6VPIRM.js";
3
3
  import * as _$vue from "vue";
4
4
  export * from "element-plus";
5
5
  export * from "pinia";
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { d as tw_default, f as en_default, p as cn_default } from "./locale-BscyDzS3.js";
2
- import { t as controls_exports } from "./controls-Cgm2AnzN.js";
2
+ import { t as controls_exports } from "./controls-xcEnXfzw.js";
3
3
  import "element-plus/dist/index.css";
4
4
  import "element-plus/theme-chalk/dark/css-vars.css";
5
5
  import ElementPlus from "element-plus";
package/dist/pages.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
2
  const require_locale = require("./locale-BTmar3YP.cjs");
3
3
  const require_utils = require("./utils-CoTJrNqM.cjs");
4
- const require_controls = require("./controls-CWPGdIsp.cjs");
4
+ const require_controls = require("./controls-DQZoiNOf.cjs");
5
5
  const require_stores = require("./stores.cjs");
6
6
  const require__plugin_vue_export_helper = require("./_plugin-vue_export-helper-BeRLrMO0.cjs");
7
7
  const require_hooks = require("./hooks.cjs");
package/dist/pages.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { K as __exportAll, l as OptionT$2 } from "./index-CG4hKZCM.cjs";
1
+ import { K as __exportAll, l as OptionT$2 } from "./index-BZnHysMc.cjs";
2
2
  import { nn as SFCWithInstall } from "./index-EQ65J7je.cjs";
3
3
  import * as _$vue from "vue";
4
4
 
package/dist/pages.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { nn as SFCWithInstall } from "./index-CaT_2j-S.js";
2
- import { l as OptionT$2 } from "./index-D3OKrtxr.js";
2
+ import { l as OptionT$2 } from "./index-Du6VPIRM.js";
3
3
  import * as _$vue from "vue";
4
4
 
5
5
  //#region src/packages/pages/localSetting/localSetting.vue.d.ts
package/dist/pages.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { t as __exportAll } from "./chunk-pbuEa-1d.js";
2
2
  import { P as withInstall, u as useAppConfigStore } from "./utils-DdyGbs-d.js";
3
3
  import { a as localeOptions, l as setLanguage, o as mergeLocaleMessage, u as t } from "./locale-BscyDzS3.js";
4
- import { _ as RwFormItems, c as pageForm_exports, l as init$2, m as init$1, s as init } from "./controls-Cgm2AnzN.js";
4
+ import { _ as RwFormItems, c as pageForm_exports, l as init$2, m as init$1, s as init } from "./controls-xcEnXfzw.js";
5
5
  import { useLocalSettingStore } from "./stores.js";
6
6
  import { t as _plugin_vue_export_helper_default } from "./_plugin-vue_export-helper-Ccxcu2kh.js";
7
7
  import { useMouse } from "./hooks.js";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "duck-vue-components",
3
3
  "type": "module",
4
- "version": "0.3.14",
4
+ "version": "0.3.15",
5
5
  "description": "A Vue 3 component library with controls, utils, stores and more.",
6
6
  "author": "Your Name <your.email@mail.com>",
7
7
  "license": "MIT",