duck-vue-components 0.2.6 → 0.2.8
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/constants.cjs +1 -1
- package/dist/constants.d.cts +2 -2
- package/dist/constants.d.ts +2 -2
- package/dist/constants.js +1 -1
- package/dist/{controls-DpkadZFc.cjs → controls-DG8fwV0k.cjs} +158 -55
- package/dist/{controls-DrfqUxIp.js → controls-Dxh5hv4E.js} +149 -52
- package/dist/controls.cjs +13 -2
- package/dist/controls.d.cts +2 -2
- package/dist/controls.d.ts +2 -2
- package/dist/controls.js +2 -2
- package/dist/hooks.cjs +1 -1
- package/dist/hooks.js +1 -1
- package/dist/{index-DC-T2dZD.d.ts → index-BGyW0r_d.d.ts} +2 -2
- package/dist/{index-CEIaHTGG.d.cts → index-CFo8iFar.d.ts} +47 -20
- package/dist/{index-B-JdU485.d.ts → index-DRjT-kbb.d.ts} +5 -5
- package/dist/{index-1Pf2-Oor.d.cts → index-Di4VXcF7.d.ts} +7 -1
- package/dist/{index-DbRrwdMu.d.cts → index-LRnqHV-3.d.cts} +3 -3
- package/dist/{index-pAifGnVL.d.ts → index-PC2m5jkL.d.cts} +50 -19
- package/dist/{index-HZiNsnNI.d.ts → index-dsgEPomF.d.cts} +7 -1
- package/dist/{index-k9hHlxH9.d.cts → index-us2I7-ho.d.cts} +1 -1
- package/dist/index.cjs +9 -7
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +10 -8
- package/dist/locale.js +1 -1
- package/dist/pages.cjs +2 -2
- package/dist/pages.d.cts +2 -2
- package/dist/pages.d.ts +2 -2
- package/dist/pages.js +3 -3
- package/dist/stores.cjs +2 -2
- package/dist/stores.d.cts +1 -1
- package/dist/stores.d.ts +1 -1
- package/dist/stores.js +2 -2
- package/dist/style.css +0 -4
- package/dist/{utils-D_H_FuDE.cjs → utils-CJUw1Ktb.cjs} +4 -3
- package/dist/{utils-CUQ01uOs.js → utils-Cx01ubSA.js} +5 -4
- package/dist/utils.cjs +1 -1
- package/dist/utils.d.cts +1 -1
- package/dist/utils.d.ts +1 -1
- package/dist/utils.js +1 -1
- package/package.json +2 -1
- /package/dist/{constants-Djb2MLAv.cjs → constants-Br-3mtDb.cjs} +0 -0
- /package/dist/{constants-BTxLCrpe.js → constants-WErhxuYm.js} +0 -0
- /package/dist/{locale-B3sWTtoq.js → locale-BscyDzS3.js} +0 -0
package/dist/controls.cjs
CHANGED
|
@@ -1,18 +1,29 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_controls = require("./controls-
|
|
3
|
-
exports.MyButton = require_controls.MyButton_default;
|
|
2
|
+
const require_controls = require("./controls-DG8fwV0k.cjs");
|
|
4
3
|
Object.defineProperty(exports, "RwAffix", {
|
|
5
4
|
enumerable: true,
|
|
6
5
|
get: function() {
|
|
7
6
|
return require_controls.affix_exports;
|
|
8
7
|
}
|
|
9
8
|
});
|
|
9
|
+
Object.defineProperty(exports, "RwAlert", {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: function() {
|
|
12
|
+
return require_controls.alert_exports;
|
|
13
|
+
}
|
|
14
|
+
});
|
|
10
15
|
Object.defineProperty(exports, "RwAutocomplete", {
|
|
11
16
|
enumerable: true,
|
|
12
17
|
get: function() {
|
|
13
18
|
return require_controls.autocomplete_exports;
|
|
14
19
|
}
|
|
15
20
|
});
|
|
21
|
+
Object.defineProperty(exports, "RwAvatar", {
|
|
22
|
+
enumerable: true,
|
|
23
|
+
get: function() {
|
|
24
|
+
return require_controls.avatar_exports;
|
|
25
|
+
}
|
|
26
|
+
});
|
|
16
27
|
Object.defineProperty(exports, "RwButton", {
|
|
17
28
|
enumerable: true,
|
|
18
29
|
get: function() {
|
package/dist/controls.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { A as inputNumber_d_exports, B as autocomplete_d_exports, C as upload_d_exports, D as mergeSelect_d_exports, E as switch_d_exports, F as dialog_d_exports, H as
|
|
2
|
-
export {
|
|
1
|
+
import { A as inputNumber_d_exports, B as autocomplete_d_exports, C as upload_d_exports, D as mergeSelect_d_exports, E as switch_d_exports, F as dialog_d_exports, H as alert_d_exports, I as buttonGroup_d_exports, L as dropdown_d_exports, M as select_d_exports, N as input_d_exports, O as mergeInput_d_exports, P as divider_d_exports, R as popconfirm_d_exports, S as tree_d_exports, T as slider_d_exports, U as affix_d_exports, V as avatar_d_exports, _ as table_d_exports, a as mTreeSTable_d_exports, b as image_d_exports, d as pageBase_d_exports, f as RwForm, g as segmented_d_exports, h as RwFormItems, i as progress_d_exports, j as inputTag_d_exports, k as radio_d_exports, l as pageStruct_d_exports, m as tabPane_d_exports, n as search_d_exports, o as pageTable_d_exports, p as tabs_d_exports, r as pagination_d_exports, s as pageForm_d_exports, u as tableStruct_d_exports, v as tagComp_d_exports, w as map_d_exports, x as text_d_exports, y as tag_d_exports, z as button_d_exports } from "./index-PC2m5jkL.cjs";
|
|
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, 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, tableStruct_d_exports as tableStruct };
|
package/dist/controls.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { A as inputNumber_d_exports, B as autocomplete_d_exports, C as upload_d_exports, D as mergeSelect_d_exports, E as switch_d_exports, F as dialog_d_exports, H as
|
|
2
|
-
export {
|
|
1
|
+
import { A as inputNumber_d_exports, B as autocomplete_d_exports, C as upload_d_exports, D as mergeSelect_d_exports, E as switch_d_exports, F as dialog_d_exports, H as alert_d_exports, I as buttonGroup_d_exports, L as dropdown_d_exports, M as select_d_exports, N as input_d_exports, O as mergeInput_d_exports, P as divider_d_exports, R as popconfirm_d_exports, S as tree_d_exports, T as slider_d_exports, U as affix_d_exports, V as avatar_d_exports, _ as table_d_exports, a as mTreeSTable_d_exports, b as image_d_exports, d as pageBase_d_exports, f as RwForm, g as segmented_d_exports, h as RwFormItems, i as progress_d_exports, j as inputTag_d_exports, k as radio_d_exports, l as pageStruct_d_exports, m as tabPane_d_exports, n as search_d_exports, o as pageTable_d_exports, p as tabs_d_exports, r as pagination_d_exports, s as pageForm_d_exports, u as tableStruct_d_exports, v as tagComp_d_exports, w as map_d_exports, x as text_d_exports, y as tag_d_exports, z as button_d_exports } from "./index-CFo8iFar.js";
|
|
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, 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, tableStruct_d_exports as tableStruct };
|
package/dist/controls.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { A as mergeInput_exports, B as popconfirm_exports, C as upload_exports, D as mergeSelect_exports, E as slider_exports, F as input_exports,
|
|
2
|
-
export {
|
|
1
|
+
import { A as mergeInput_exports, B as popconfirm_exports, C as upload_exports, D as mergeSelect_exports, E as slider_exports, F as input_exports, G as alert_exports, I as divider_exports, K as affix_exports, L as dialog_exports, M as inputNumber_exports, N as inputTag_exports, O as image_exports, P as select_exports, R as buttonGroup_exports, S as tree_exports, T as map_exports, U as autocomplete_exports, V as button_exports, W as avatar_exports, _ as segmented_exports, a as pageTable_exports, b as tag_exports, d as pageBase_exports, f as RwForm, g as RwFormItems, h as tabPane_exports, i as mTreeSTable_exports, j as radio_exports, k as switch_exports, l as pageStruct_exports, m as tabs_exports, n as search_exports, r as progress_exports, s as pageForm_exports, u as tableStruct_exports, v as table_exports, w as pagination_exports, x as text_exports, y as tagComp_exports, z as dropdown_exports } from "./controls-Dxh5hv4E.js";
|
|
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, 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, tableStruct_exports as tableStruct };
|
package/dist/hooks.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
require("./locale-BTmar3YP.cjs");
|
|
3
|
-
const require_utils = require("./utils-
|
|
3
|
+
const require_utils = require("./utils-CJUw1Ktb.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-Cx01ubSA.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";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { f as labelPositionI } from "./index-Di4VXcF7.js";
|
|
2
2
|
import * as _$pinia from "pinia";
|
|
3
3
|
import { StateTree } from "pinia";
|
|
4
|
-
import { ComponentPublicInstance } from "vue";
|
|
5
4
|
import * as _$_vueuse_core0 from "@vueuse/core";
|
|
5
|
+
import { ComponentPublicInstance } from "vue";
|
|
6
6
|
|
|
7
7
|
//#region src/packages/stores/columnsSetting.d.ts
|
|
8
8
|
interface columnsI {
|
|
@@ -1,36 +1,63 @@
|
|
|
1
|
-
import { O as Mutable$1, nn as SFCWithInstall, t as FormData } from "./index-
|
|
2
|
-
import {
|
|
1
|
+
import { O as Mutable$1, nn as SFCWithInstall, t as FormData } from "./index-DRjT-kbb.js";
|
|
2
|
+
import { c as complexT, n as baseT, o as infoI } from "./index-Di4VXcF7.js";
|
|
3
|
+
import * as _$element_plus0 from "element-plus";
|
|
4
|
+
import { AffixEmits, AffixProps, AlertEmits, AlertProps, AutocompleteEmits, AutocompleteProps, AvatarEmits, AvatarProps, ButtonProps, ColProps, 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";
|
|
3
5
|
import * as _$vue from "vue";
|
|
4
6
|
import { Component, ExtractPropTypes, nextTick } from "vue";
|
|
5
|
-
import * as _$element_plus0 from "element-plus";
|
|
6
|
-
import { AffixEmits, AffixProps, AutocompleteEmits, AutocompleteProps, ButtonProps, ColProps, 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";
|
|
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
10
|
|
|
11
|
-
//#region
|
|
11
|
+
//#region src/packages/controls/affix/affix.vue.d.ts
|
|
12
|
+
type __VLS_Props$34 = {
|
|
13
|
+
control: Partial<OptionT$41>;
|
|
14
|
+
};
|
|
15
|
+
declare const __VLS_export$38: _$vue.DefineComponent<__VLS_Props$34, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<__VLS_Props$34> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
declare const _default$27: typeof __VLS_export$38;
|
|
17
|
+
declare namespace affix_d_exports {
|
|
18
|
+
export { OptionT$41 as OptionT, Template$35 as Template, init$40 as init };
|
|
19
|
+
}
|
|
20
|
+
declare const Template$35: SFCWithInstall<typeof _default$27>;
|
|
21
|
+
type OptionT$41 = AffixProps & AffixEmits & baseT & {
|
|
22
|
+
default: any;
|
|
23
|
+
moduleName: string;
|
|
24
|
+
name: string;
|
|
25
|
+
};
|
|
26
|
+
declare function init$40(moduleName: string, name: string, options?: Partial<OptionT$41>): Partial<OptionT$41>;
|
|
12
27
|
//#endregion
|
|
13
|
-
//#region src/packages/controls/
|
|
28
|
+
//#region src/packages/controls/alert/alert.vue.d.ts
|
|
14
29
|
type __VLS_Props$33 = {
|
|
15
|
-
|
|
30
|
+
control: Partial<OptionT$40>;
|
|
16
31
|
};
|
|
17
32
|
declare const __VLS_export$37: _$vue.DefineComponent<__VLS_Props$33, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<__VLS_Props$33> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
18
|
-
declare const
|
|
33
|
+
declare const _default_1$10: typeof __VLS_export$37;
|
|
34
|
+
declare namespace alert_d_exports {
|
|
35
|
+
export { OptionT$40 as OptionT, Template$34 as Template, init$39 as init };
|
|
36
|
+
}
|
|
37
|
+
declare const Template$34: SFCWithInstall<typeof _default_1$10>;
|
|
38
|
+
type OptionT$40 = AlertProps & AlertEmits & baseT & {
|
|
39
|
+
default: any;
|
|
40
|
+
title: any;
|
|
41
|
+
icon: any;
|
|
42
|
+
moduleName: string;
|
|
43
|
+
name: string;
|
|
44
|
+
};
|
|
45
|
+
declare function init$39(moduleName: string, name: string, options?: Partial<OptionT$40>): Partial<OptionT$40>;
|
|
19
46
|
//#endregion
|
|
20
|
-
//#region src/packages/controls/
|
|
47
|
+
//#region src/packages/controls/avatar/avatar.vue.d.ts
|
|
21
48
|
type __VLS_Props$32 = {
|
|
22
49
|
control: Partial<OptionT$39>;
|
|
23
50
|
};
|
|
24
51
|
declare const __VLS_export$36: _$vue.DefineComponent<__VLS_Props$32, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<__VLS_Props$32> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
25
|
-
declare const
|
|
26
|
-
declare namespace
|
|
52
|
+
declare const _default_1$9: typeof __VLS_export$36;
|
|
53
|
+
declare namespace avatar_d_exports {
|
|
27
54
|
export { OptionT$39 as OptionT, Template$33 as Template, init$38 as init };
|
|
28
55
|
}
|
|
29
|
-
declare const Template$33: SFCWithInstall<typeof
|
|
30
|
-
type OptionT$39 =
|
|
31
|
-
default: any;
|
|
56
|
+
declare const Template$33: SFCWithInstall<typeof _default_1$9>;
|
|
57
|
+
type OptionT$39 = AvatarProps & AvatarEmits & baseT & {
|
|
32
58
|
moduleName: string;
|
|
33
59
|
name: string;
|
|
60
|
+
default: any;
|
|
34
61
|
};
|
|
35
62
|
declare function init$38(moduleName: string, name: string, options?: Partial<OptionT$39>): Partial<OptionT$39>;
|
|
36
63
|
//#endregion
|
|
@@ -385,7 +412,7 @@ declare const __VLS_base$14: _$vue.DefineComponent<__VLS_Props$23, {
|
|
|
385
412
|
$root: _$vue.ComponentPublicInstance | null;
|
|
386
413
|
$parent: _$vue.ComponentPublicInstance | null;
|
|
387
414
|
$host: Element | null;
|
|
388
|
-
$emit: ((event: "
|
|
415
|
+
$emit: ((event: "clear", evt: MouseEvent | undefined) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string, evt?: Event | undefined) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
389
416
|
$el: any;
|
|
390
417
|
$options: _$vue.ComponentOptionsBase<Readonly<_$element_plus0.InputProps> & Readonly<{
|
|
391
418
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -482,7 +509,7 @@ declare const __VLS_base$14: _$vue.DefineComponent<__VLS_Props$23, {
|
|
|
482
509
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
483
510
|
onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
|
|
484
511
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
485
|
-
}>, "
|
|
512
|
+
}>, "type" | "clear" | "input" | "modelValue" | "ref" | "disabled" | "modelModifiers" | "autosize" | "autocomplete" | "clearIcon" | "wordLimitPosition" | "tabindex" | "validateEvent" | "inputStyle" | "rows" | "textarea" | "textareaStyle" | "isComposing" | "focus" | "blur" | "select" | "resizeTextarea"> & {
|
|
486
513
|
input: HTMLInputElement | undefined;
|
|
487
514
|
textarea: HTMLTextAreaElement | undefined;
|
|
488
515
|
ref: HTMLInputElement | HTMLTextAreaElement | undefined;
|
|
@@ -567,7 +594,7 @@ declare const __VLS_base$14: _$vue.DefineComponent<__VLS_Props$23, {
|
|
|
567
594
|
$root: _$vue.ComponentPublicInstance | null;
|
|
568
595
|
$parent: _$vue.ComponentPublicInstance | null;
|
|
569
596
|
$host: Element | null;
|
|
570
|
-
$emit: ((event: "
|
|
597
|
+
$emit: ((event: "clear", evt: MouseEvent | undefined) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string, evt?: Event | undefined) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
571
598
|
$el: any;
|
|
572
599
|
$options: _$vue.ComponentOptionsBase<Readonly<_$element_plus0.InputProps> & Readonly<{
|
|
573
600
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -664,7 +691,7 @@ declare const __VLS_base$14: _$vue.DefineComponent<__VLS_Props$23, {
|
|
|
664
691
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
665
692
|
onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
|
|
666
693
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
667
|
-
}>, "
|
|
694
|
+
}>, "type" | "clear" | "input" | "modelValue" | "ref" | "disabled" | "modelModifiers" | "autosize" | "autocomplete" | "clearIcon" | "wordLimitPosition" | "tabindex" | "validateEvent" | "inputStyle" | "rows" | "textarea" | "textareaStyle" | "isComposing" | "focus" | "blur" | "select" | "resizeTextarea"> & {
|
|
668
695
|
input: HTMLInputElement | undefined;
|
|
669
696
|
textarea: HTMLTextAreaElement | undefined;
|
|
670
697
|
ref: HTMLInputElement | HTMLTextAreaElement | undefined;
|
|
@@ -2253,7 +2280,7 @@ type OptionT = baseT & {
|
|
|
2253
2280
|
};
|
|
2254
2281
|
declare const init: (struct: OptionT$6, options?: Partial<OptionT>) => OptionT;
|
|
2255
2282
|
declare namespace index_d_exports {
|
|
2256
|
-
export {
|
|
2283
|
+
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, 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, tableStruct_d_exports as tableStruct };
|
|
2257
2284
|
}
|
|
2258
2285
|
//#endregion
|
|
2259
|
-
export { inputNumber_d_exports as A, autocomplete_d_exports as B, upload_d_exports as C, mergeSelect_d_exports as D, switch_d_exports as E, dialog_d_exports as F,
|
|
2286
|
+
export { inputNumber_d_exports as A, autocomplete_d_exports as B, upload_d_exports as C, mergeSelect_d_exports as D, switch_d_exports as E, dialog_d_exports as F, alert_d_exports as H, buttonGroup_d_exports as I, dropdown_d_exports as L, select_d_exports as M, input_d_exports as N, mergeInput_d_exports as O, divider_d_exports as P, popconfirm_d_exports as R, tree_d_exports as S, slider_d_exports as T, affix_d_exports as U, avatar_d_exports as V, table_d_exports as _, mTreeSTable_d_exports as a, image_d_exports as b, OptionT$6 as c, pageBase_d_exports as d, RwForm as f, segmented_d_exports as g, RwFormItems as h, progress_d_exports as i, inputTag_d_exports as j, radio_d_exports as k, pageStruct_d_exports as l, tabPane_d_exports as m, search_d_exports as n, pageTable_d_exports as o, tabs_d_exports as p, pagination_d_exports as r, pageForm_d_exports as s, index_d_exports as t, tableStruct_d_exports as u, tagComp_d_exports as v, map_d_exports as w, text_d_exports as x, tag_d_exports as y, button_d_exports as z };
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { AppContext, CSSProperties, Directive, EmitsOptions, ExtractPropTypes, InjectionKey, Plugin, PropType, SetupContext } from "vue";
|
|
1
|
+
import { a as JSONValue } from "./index-Di4VXcF7.js";
|
|
3
2
|
import { isClient, isIOS } from "@vueuse/core";
|
|
4
3
|
import * as _$_vue_shared0 from "@vue/shared";
|
|
5
4
|
import { NOOP, camelize, hyphenate, hyphenate as kebabCase, isArray as isArray$1, isDate, isFunction, isObject as isObject$1, isPlainObject, isPromise, isString as isString$1, isSymbol, toRawType } from "@vue/shared";
|
|
6
5
|
import { castArray as ensureArray } from "lodash-unified";
|
|
6
|
+
import * as _$vue from "vue";
|
|
7
|
+
import { AppContext, CSSProperties, Directive, EmitsOptions, ExtractPropTypes, InjectionKey, Plugin, PropType, SetupContext } from "vue";
|
|
7
8
|
import { AxiosInstance, AxiosRequestConfig, AxiosResponse, InternalAxiosRequestConfig } from "axios";
|
|
8
|
-
import { JSONValue } from "@rw-vue-framework/constants";
|
|
9
9
|
|
|
10
10
|
//#region src/packages/utils/dom/aria.d.ts
|
|
11
11
|
/**
|
|
@@ -519,8 +519,8 @@ declare const initHttp: (HttpConfig: any) => void;
|
|
|
519
519
|
declare const useHttp: () => Http;
|
|
520
520
|
//#endregion
|
|
521
521
|
//#region src/packages/utils/encrypt.d.ts
|
|
522
|
-
declare function rwEncode(data: JSONValue, privateKey?:
|
|
523
|
-
declare function rwDecode(data: string, privateKey?:
|
|
522
|
+
declare function rwEncode(data: JSONValue, privateKey?: string): string;
|
|
523
|
+
declare function rwDecode(data: string, privateKey?: string, showError?: boolean): any;
|
|
524
524
|
declare const md5: (sourceString: string | object) => string;
|
|
525
525
|
//#endregion
|
|
526
526
|
//#region src/packages/utils/loadConfig.d.ts
|
|
@@ -1467,4 +1467,10 @@ type baseT = {
|
|
|
1467
1467
|
style?: Record<string, string>;
|
|
1468
1468
|
};
|
|
1469
1469
|
//#endregion
|
|
1470
|
-
|
|
1470
|
+
//#region src/packages/constants/config.d.ts
|
|
1471
|
+
interface FrameworkOptions {
|
|
1472
|
+
apiBaseUrl?: string;
|
|
1473
|
+
privateKey?: string;
|
|
1474
|
+
}
|
|
1475
|
+
//#endregion
|
|
1476
|
+
export { DatePickType as C, EVENT_CODE as E, UPDATE_MODEL_EVENT as S, datePickTypes as T, sizeT as _, JSONValue as a, CHANGE_EVENT as b, complexT as c, controlInputTypeT as d, labelPositionI as f, componentSizes as g, componentSizeMap as h, tags as i, controlBaseTypeT as l, ComponentSize as m, baseT as n, infoI as o, modelT as p, area as r, areaT as s, FrameworkOptions as t, controlContainerTypeT as u, typeT as v, WEEK_DAYS as w, INPUT_EVENT as x, INSTALLED_KEY as y };
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { a as JSONValue } from "./index-dsgEPomF.cjs";
|
|
1
2
|
import * as _$vue from "vue";
|
|
2
3
|
import { AppContext, CSSProperties, Directive, EmitsOptions, ExtractPropTypes, InjectionKey, Plugin, PropType, SetupContext } from "vue";
|
|
3
4
|
import { castArray as ensureArray } from "lodash-unified";
|
|
@@ -5,7 +6,6 @@ import { isClient, isIOS } from "@vueuse/core";
|
|
|
5
6
|
import * as _$_vue_shared0 from "@vue/shared";
|
|
6
7
|
import { NOOP, camelize, hyphenate, hyphenate as kebabCase, isArray, isDate, isFunction, isObject, isPlainObject, isPromise, isString, isSymbol, toRawType } from "@vue/shared";
|
|
7
8
|
import { AxiosInstance, AxiosRequestConfig, AxiosResponse, InternalAxiosRequestConfig } from "axios";
|
|
8
|
-
import { JSONValue } from "@rw-vue-framework/constants";
|
|
9
9
|
|
|
10
10
|
//#region src/packages/utils/dom/aria.d.ts
|
|
11
11
|
/**
|
|
@@ -519,8 +519,8 @@ declare const initHttp: (HttpConfig: any) => void;
|
|
|
519
519
|
declare const useHttp: () => Http;
|
|
520
520
|
//#endregion
|
|
521
521
|
//#region src/packages/utils/encrypt.d.ts
|
|
522
|
-
declare function rwEncode(data: JSONValue, privateKey?:
|
|
523
|
-
declare function rwDecode(data: string, privateKey?:
|
|
522
|
+
declare function rwEncode(data: JSONValue, privateKey?: string): string;
|
|
523
|
+
declare function rwDecode(data: string, privateKey?: string, showError?: boolean): any;
|
|
524
524
|
declare const md5: (sourceString: string | object) => string;
|
|
525
525
|
//#endregion
|
|
526
526
|
//#region src/packages/utils/loadConfig.d.ts
|
|
@@ -1,34 +1,65 @@
|
|
|
1
|
-
import { O as Mutable$1, nn as SFCWithInstall, t as FormData } from "./index-
|
|
2
|
-
import {
|
|
3
|
-
import * as _$element_plus0 from "element-plus";
|
|
4
|
-
import { AffixEmits, AffixProps, AutocompleteEmits, AutocompleteProps, ButtonProps, ColProps, 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";
|
|
1
|
+
import { O as Mutable$1, nn as SFCWithInstall, t as FormData } from "./index-LRnqHV-3.cjs";
|
|
2
|
+
import { c as complexT, n as baseT, o as infoI } from "./index-dsgEPomF.cjs";
|
|
5
3
|
import * as _$vue from "vue";
|
|
6
4
|
import { Component, ExtractPropTypes, nextTick } from "vue";
|
|
5
|
+
import * as _$element_plus0 from "element-plus";
|
|
6
|
+
import { AffixEmits, AffixProps, AlertEmits, AlertProps, AutocompleteEmits, AutocompleteProps, AvatarEmits, AvatarProps, ButtonProps, ColProps, 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";
|
|
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
10
|
|
|
11
|
-
//#region
|
|
11
|
+
//#region \0rolldown/runtime.js
|
|
12
|
+
//#endregion
|
|
13
|
+
//#region src/packages/controls/affix/affix.vue.d.ts
|
|
14
|
+
type __VLS_Props$34 = {
|
|
15
|
+
control: Partial<OptionT$41>;
|
|
16
|
+
};
|
|
17
|
+
declare const __VLS_export$38: _$vue.DefineComponent<__VLS_Props$34, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<__VLS_Props$34> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
declare const _default$27: typeof __VLS_export$38;
|
|
19
|
+
declare namespace affix_d_exports {
|
|
20
|
+
export { OptionT$41 as OptionT, Template$35 as Template, init$40 as init };
|
|
21
|
+
}
|
|
22
|
+
declare const Template$35: SFCWithInstall<typeof _default$27>;
|
|
23
|
+
type OptionT$41 = AffixProps & AffixEmits & baseT & {
|
|
24
|
+
default: any;
|
|
25
|
+
moduleName: string;
|
|
26
|
+
name: string;
|
|
27
|
+
};
|
|
28
|
+
declare function init$40(moduleName: string, name: string, options?: Partial<OptionT$41>): Partial<OptionT$41>;
|
|
29
|
+
//#endregion
|
|
30
|
+
//#region src/packages/controls/alert/alert.vue.d.ts
|
|
12
31
|
type __VLS_Props$33 = {
|
|
13
|
-
|
|
32
|
+
control: Partial<OptionT$40>;
|
|
14
33
|
};
|
|
15
34
|
declare const __VLS_export$37: _$vue.DefineComponent<__VLS_Props$33, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<__VLS_Props$33> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
16
|
-
declare const
|
|
35
|
+
declare const _default_1$10: typeof __VLS_export$37;
|
|
36
|
+
declare namespace alert_d_exports {
|
|
37
|
+
export { OptionT$40 as OptionT, Template$34 as Template, init$39 as init };
|
|
38
|
+
}
|
|
39
|
+
declare const Template$34: SFCWithInstall<typeof _default_1$10>;
|
|
40
|
+
type OptionT$40 = AlertProps & AlertEmits & baseT & {
|
|
41
|
+
default: any;
|
|
42
|
+
title: any;
|
|
43
|
+
icon: any;
|
|
44
|
+
moduleName: string;
|
|
45
|
+
name: string;
|
|
46
|
+
};
|
|
47
|
+
declare function init$39(moduleName: string, name: string, options?: Partial<OptionT$40>): Partial<OptionT$40>;
|
|
17
48
|
//#endregion
|
|
18
|
-
//#region src/packages/controls/
|
|
49
|
+
//#region src/packages/controls/avatar/avatar.vue.d.ts
|
|
19
50
|
type __VLS_Props$32 = {
|
|
20
51
|
control: Partial<OptionT$39>;
|
|
21
52
|
};
|
|
22
53
|
declare const __VLS_export$36: _$vue.DefineComponent<__VLS_Props$32, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<__VLS_Props$32> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
23
|
-
declare const
|
|
24
|
-
declare namespace
|
|
54
|
+
declare const _default_1$9: typeof __VLS_export$36;
|
|
55
|
+
declare namespace avatar_d_exports {
|
|
25
56
|
export { OptionT$39 as OptionT, Template$33 as Template, init$38 as init };
|
|
26
57
|
}
|
|
27
|
-
declare const Template$33: SFCWithInstall<typeof
|
|
28
|
-
type OptionT$39 =
|
|
29
|
-
default: any;
|
|
58
|
+
declare const Template$33: SFCWithInstall<typeof _default_1$9>;
|
|
59
|
+
type OptionT$39 = AvatarProps & AvatarEmits & baseT & {
|
|
30
60
|
moduleName: string;
|
|
31
61
|
name: string;
|
|
62
|
+
default: any;
|
|
32
63
|
};
|
|
33
64
|
declare function init$38(moduleName: string, name: string, options?: Partial<OptionT$39>): Partial<OptionT$39>;
|
|
34
65
|
//#endregion
|
|
@@ -383,7 +414,7 @@ declare const __VLS_base$14: _$vue.DefineComponent<__VLS_Props$23, {
|
|
|
383
414
|
$root: _$vue.ComponentPublicInstance | null;
|
|
384
415
|
$parent: _$vue.ComponentPublicInstance | null;
|
|
385
416
|
$host: Element | null;
|
|
386
|
-
$emit: ((event: "
|
|
417
|
+
$emit: ((event: "clear", evt: MouseEvent | undefined) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string, evt?: Event | undefined) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
387
418
|
$el: any;
|
|
388
419
|
$options: _$vue.ComponentOptionsBase<Readonly<_$element_plus0.InputProps> & Readonly<{
|
|
389
420
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -480,7 +511,7 @@ declare const __VLS_base$14: _$vue.DefineComponent<__VLS_Props$23, {
|
|
|
480
511
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
481
512
|
onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
|
|
482
513
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
483
|
-
}>, "
|
|
514
|
+
}>, "type" | "clear" | "input" | "modelValue" | "ref" | "disabled" | "modelModifiers" | "autosize" | "autocomplete" | "clearIcon" | "wordLimitPosition" | "tabindex" | "validateEvent" | "inputStyle" | "rows" | "textarea" | "textareaStyle" | "isComposing" | "focus" | "blur" | "select" | "resizeTextarea"> & {
|
|
484
515
|
input: HTMLInputElement | undefined;
|
|
485
516
|
textarea: HTMLTextAreaElement | undefined;
|
|
486
517
|
ref: HTMLInputElement | HTMLTextAreaElement | undefined;
|
|
@@ -565,7 +596,7 @@ declare const __VLS_base$14: _$vue.DefineComponent<__VLS_Props$23, {
|
|
|
565
596
|
$root: _$vue.ComponentPublicInstance | null;
|
|
566
597
|
$parent: _$vue.ComponentPublicInstance | null;
|
|
567
598
|
$host: Element | null;
|
|
568
|
-
$emit: ((event: "
|
|
599
|
+
$emit: ((event: "clear", evt: MouseEvent | undefined) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string, evt?: Event | undefined) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
569
600
|
$el: any;
|
|
570
601
|
$options: _$vue.ComponentOptionsBase<Readonly<_$element_plus0.InputProps> & Readonly<{
|
|
571
602
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -662,7 +693,7 @@ declare const __VLS_base$14: _$vue.DefineComponent<__VLS_Props$23, {
|
|
|
662
693
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
663
694
|
onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
|
|
664
695
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
665
|
-
}>, "
|
|
696
|
+
}>, "type" | "clear" | "input" | "modelValue" | "ref" | "disabled" | "modelModifiers" | "autosize" | "autocomplete" | "clearIcon" | "wordLimitPosition" | "tabindex" | "validateEvent" | "inputStyle" | "rows" | "textarea" | "textareaStyle" | "isComposing" | "focus" | "blur" | "select" | "resizeTextarea"> & {
|
|
666
697
|
input: HTMLInputElement | undefined;
|
|
667
698
|
textarea: HTMLTextAreaElement | undefined;
|
|
668
699
|
ref: HTMLInputElement | HTMLTextAreaElement | undefined;
|
|
@@ -2251,7 +2282,7 @@ type OptionT = baseT & {
|
|
|
2251
2282
|
};
|
|
2252
2283
|
declare const init: (struct: OptionT$6, options?: Partial<OptionT>) => OptionT;
|
|
2253
2284
|
declare namespace index_d_exports {
|
|
2254
|
-
export {
|
|
2285
|
+
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, 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, tableStruct_d_exports as tableStruct };
|
|
2255
2286
|
}
|
|
2256
2287
|
//#endregion
|
|
2257
|
-
export { inputNumber_d_exports as A, autocomplete_d_exports as B, upload_d_exports as C, mergeSelect_d_exports as D, switch_d_exports as E, dialog_d_exports as F,
|
|
2288
|
+
export { inputNumber_d_exports as A, autocomplete_d_exports as B, upload_d_exports as C, mergeSelect_d_exports as D, switch_d_exports as E, dialog_d_exports as F, alert_d_exports as H, buttonGroup_d_exports as I, dropdown_d_exports as L, select_d_exports as M, input_d_exports as N, mergeInput_d_exports as O, divider_d_exports as P, popconfirm_d_exports as R, tree_d_exports as S, slider_d_exports as T, affix_d_exports as U, avatar_d_exports as V, __exportAll as W, table_d_exports as _, mTreeSTable_d_exports as a, image_d_exports as b, OptionT$6 as c, pageBase_d_exports as d, RwForm as f, segmented_d_exports as g, RwFormItems as h, progress_d_exports as i, inputTag_d_exports as j, radio_d_exports as k, pageStruct_d_exports as l, tabPane_d_exports as m, search_d_exports as n, pageTable_d_exports as o, tabs_d_exports as p, pagination_d_exports as r, pageForm_d_exports as s, index_d_exports as t, tableStruct_d_exports as u, tagComp_d_exports as v, map_d_exports as w, text_d_exports as x, tag_d_exports as y, button_d_exports as z };
|
|
@@ -1467,4 +1467,10 @@ type baseT = {
|
|
|
1467
1467
|
style?: Record<string, string>;
|
|
1468
1468
|
};
|
|
1469
1469
|
//#endregion
|
|
1470
|
-
|
|
1470
|
+
//#region src/packages/constants/config.d.ts
|
|
1471
|
+
interface FrameworkOptions {
|
|
1472
|
+
apiBaseUrl?: string;
|
|
1473
|
+
privateKey?: string;
|
|
1474
|
+
}
|
|
1475
|
+
//#endregion
|
|
1476
|
+
export { DatePickType as C, EVENT_CODE as E, UPDATE_MODEL_EVENT as S, datePickTypes as T, sizeT as _, JSONValue as a, CHANGE_EVENT as b, complexT as c, controlInputTypeT as d, labelPositionI as f, componentSizes as g, componentSizeMap as h, tags as i, controlBaseTypeT as l, ComponentSize as m, baseT as n, infoI as o, modelT as p, area as r, areaT as s, FrameworkOptions as t, controlContainerTypeT as u, typeT as v, WEEK_DAYS as w, INPUT_EVENT as x, INSTALLED_KEY as y };
|
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-
|
|
6
|
+
const require_controls = require("./controls-DG8fwV0k.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");
|
|
@@ -14,14 +14,16 @@ let vue = require("vue");
|
|
|
14
14
|
let pinia_plugin_persistedstate = require("pinia-plugin-persistedstate");
|
|
15
15
|
pinia_plugin_persistedstate = require_locale.__toESM(pinia_plugin_persistedstate);
|
|
16
16
|
//#region src/packages/install/make-installer.ts
|
|
17
|
-
const makeInstaller = (components = []) => {
|
|
17
|
+
const makeInstaller = (components = [], config) => {
|
|
18
18
|
const install = (app, options) => {
|
|
19
|
+
const { apiBaseUrl = "/", privateKey = "" } = config || {};
|
|
20
|
+
app.provide("frameworkConfig", {
|
|
21
|
+
apiBaseUrl,
|
|
22
|
+
privateKey
|
|
23
|
+
});
|
|
19
24
|
components.forEach((component) => {
|
|
20
|
-
if (options) component
|
|
21
|
-
|
|
22
|
-
...options
|
|
23
|
-
};
|
|
24
|
-
app.use(component);
|
|
25
|
+
if (options) app.use(component, options);
|
|
26
|
+
else app.use(component);
|
|
25
27
|
});
|
|
26
28
|
};
|
|
27
29
|
return { install };
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
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-Dxh5hv4E.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";
|
|
@@ -11,14 +11,16 @@ export * from "element-plus";
|
|
|
11
11
|
export * from "pinia";
|
|
12
12
|
export * from "vue-i18n";
|
|
13
13
|
//#region src/packages/install/make-installer.ts
|
|
14
|
-
const makeInstaller = (components = []) => {
|
|
14
|
+
const makeInstaller = (components = [], config) => {
|
|
15
15
|
const install = (app, options) => {
|
|
16
|
+
const { apiBaseUrl = "/", privateKey = "" } = config || {};
|
|
17
|
+
app.provide("frameworkConfig", {
|
|
18
|
+
apiBaseUrl,
|
|
19
|
+
privateKey
|
|
20
|
+
});
|
|
16
21
|
components.forEach((component) => {
|
|
17
|
-
if (options) component
|
|
18
|
-
|
|
19
|
-
...options
|
|
20
|
-
};
|
|
21
|
-
app.use(component);
|
|
22
|
+
if (options) app.use(component, options);
|
|
23
|
+
else app.use(component);
|
|
22
24
|
});
|
|
23
25
|
};
|
|
24
26
|
return { install };
|
package/dist/locale.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as localeOptions, c as messages, i as locale, l as setLanguage, n as initLangOptions, o as mergeLocaleMessage, r as initi18n, s as mergeLocaleMessages, t as i18n, u as t } from "./locale-
|
|
1
|
+
import { a as localeOptions, c as messages, i as locale, l as setLanguage, n as initLangOptions, o as mergeLocaleMessage, r as initi18n, s as mergeLocaleMessages, t as i18n, u as t } from "./locale-BscyDzS3.js";
|
|
2
2
|
export { i18n, initLangOptions, initi18n, locale, localeOptions, mergeLocaleMessage, mergeLocaleMessages, messages, setLanguage, t };
|
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
|
-
const
|
|
4
|
-
const
|
|
3
|
+
const require_utils = require("./utils-CJUw1Ktb.cjs");
|
|
4
|
+
const require_controls = require("./controls-DG8fwV0k.cjs");
|
|
5
5
|
const require_stores = require("./stores.cjs");
|
|
6
6
|
const require_hooks = require("./hooks.cjs");
|
|
7
7
|
let element_plus = require("element-plus");
|
package/dist/pages.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { nn as SFCWithInstall } from "./index-
|
|
1
|
+
import { W as __exportAll, c as OptionT$2 } from "./index-PC2m5jkL.cjs";
|
|
2
|
+
import { nn as SFCWithInstall } from "./index-LRnqHV-3.cjs";
|
|
3
3
|
import * as _$vue from "vue";
|
|
4
4
|
|
|
5
5
|
//#region src/packages/pages/localSetting/localSetting.vue.d.ts
|
package/dist/pages.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { nn as SFCWithInstall } from "./index-DRjT-kbb.js";
|
|
2
|
+
import { c as OptionT$2 } from "./index-CFo8iFar.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
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
2
|
+
import { P as withInstall, u as useAppConfigStore } from "./utils-Cx01ubSA.js";
|
|
3
|
+
import { a as localeOptions, l as setLanguage, o as mergeLocaleMessage, u as t } from "./locale-BscyDzS3.js";
|
|
4
|
+
import { H as _plugin_vue_export_helper_default, c as init$2, g as RwFormItems, o as init, p as init$1, s as pageForm_exports } from "./controls-Dxh5hv4E.js";
|
|
5
5
|
import { useLocalSettingStore } from "./stores.js";
|
|
6
6
|
import { useMouse } from "./hooks.js";
|
|
7
7
|
import { ElAlert, ElMessage } from "element-plus";
|