@web-utils/form-ui 1.0.0-beta3 → 1.0.0-beta30
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/api/index.d.ts +60 -0
- package/api/index.mjs +42 -0
- package/awesome-button/index.d.ts +60 -0
- package/awesome-button/index.mjs +49 -0
- package/base.css +1 -1
- package/chunks/4ZuVpQf6.mjs +478 -0
- package/chunks/B99alfW4.mjs +207 -0
- package/chunks/BQ77eAb3.mjs +71 -0
- package/chunks/BV_N8p9t.mjs +83 -0
- package/chunks/BV_P9a8o.mjs +100 -0
- package/chunks/BgDYHgyH.mjs +189 -0
- package/chunks/Bm5eiSmT.mjs +79 -0
- package/chunks/BmZieBZW.mjs +88 -0
- package/chunks/Br4i8stg.mjs +222 -0
- package/chunks/C3a15Ful.mjs +95 -0
- package/chunks/C4bM8miy.mjs +174 -0
- package/chunks/C9J3j0PX.mjs +93 -0
- package/chunks/CKErj8Ax.mjs +637 -0
- package/chunks/Cby3mvvZ.mjs +216 -0
- package/chunks/Cc3EJjbV.mjs +25 -0
- package/chunks/Cgl-hCE5.mjs +25 -0
- package/chunks/Ci1XxmdE.mjs +51 -0
- package/chunks/CkFapoKt.mjs +8 -0
- package/chunks/CsfgUCe9.mjs +17 -0
- package/chunks/CugRu2Ka.mjs +42 -0
- package/chunks/Cy-4nmyC.mjs +106 -0
- package/chunks/D1EOkWJ7.mjs +25 -0
- package/chunks/D1G2MMMx.mjs +1360 -0
- package/chunks/DO8dVGef.mjs +98 -0
- package/chunks/DazglPJZ.mjs +180 -0
- package/chunks/Dt6gY213.mjs +62 -0
- package/chunks/DtAYXPvz.mjs +108 -0
- package/chunks/JhyiXnbd.mjs +76 -0
- package/chunks/S64sNmuR.mjs +226 -0
- package/chunks/bnRb5PUB.mjs +108 -0
- package/chunks/dM-icPM8.mjs +107 -0
- package/chunks/pxFLMMUm.mjs +110 -0
- package/chunks/q1SlJP1y.mjs +171 -0
- package/confirm-button/index.d.ts +113 -0
- package/confirm-button/index.mjs +35 -0
- package/confirmable/index.d.ts +84 -0
- package/confirmable/index.mjs +8 -0
- package/constants/index.d.ts +42 -0
- package/constants/index.mjs +4 -0
- package/dict-render/index.d.ts +28 -0
- package/element-dialog/index.d.ts +374 -0
- package/element-dialog/index.mjs +2 -91
- package/empty-view/index.d.ts +29 -0
- package/empty-view/index.mjs +1 -1
- package/flex-scroll-area/index.d.ts +22 -0
- package/flex-scroll-area/index.mjs +1 -1
- package/form-advice/index.d.ts +9 -0
- package/form-advice/index.mjs +13 -12
- package/form-button/index.d.ts +114 -0
- package/form-button/index.mjs +36 -0
- package/form-cascader/index.d.ts +486 -0
- package/form-cascader/index.mjs +2 -0
- package/form-cell/index.d.ts +25 -0
- package/form-check-box-group/index.d.ts +295 -0
- package/form-check-box-group/index.mjs +1 -1
- package/form-checkbox/index.d.ts +273 -0
- package/form-checkbox/index.mjs +1 -1
- package/form-date-picker/index.d.ts +423 -0
- package/form-date-picker/index.mjs +1 -1
- package/form-holder/index.d.ts +166 -0
- package/form-holder/index.mjs +1 -1
- package/form-holder/style.css +1 -1
- package/form-image/index.d.ts +226 -0
- package/form-image/index.mjs +1 -1
- package/form-input/index.d.ts +389 -0
- package/form-input/index.mjs +1 -1
- package/form-input/style.css +1 -0
- package/form-input-cron-expression/index.d.ts +217 -0
- package/form-input-cron-expression/index.mjs +2 -0
- package/form-input-cron-expression/style.css +1 -0
- package/form-input-email/index.d.ts +363 -0
- package/form-input-email/index.mjs +1 -1
- package/form-input-id-card/index.d.ts +363 -0
- package/form-input-id-card/index.mjs +1 -1
- package/form-input-number/index.d.ts +327 -0
- package/form-input-number/index.mjs +1 -1
- package/form-input-phone-number/index.d.ts +363 -0
- package/form-input-phone-number/index.mjs +1 -1
- package/form-input-tag/index.d.ts +2 -0
- package/form-input-time/index.d.ts +2 -0
- package/form-item-config-provider/index.d.ts +22 -0
- package/form-item-config-provider/index.mjs +24 -0
- package/form-item-group/index.d.ts +94 -0
- package/form-item-group/index.mjs +2 -78
- package/form-item-group/style.css +1 -1
- package/form-item-x/index.d.ts +184 -0
- package/form-item-x/index.mjs +1 -1
- package/form-item-x/style.css +1 -0
- package/form-radio-group/index.d.ts +283 -0
- package/form-radio-group/index.mjs +1 -1
- package/form-rate/index.d.ts +321 -0
- package/form-rate/index.mjs +1 -1
- package/form-red-table/index.d.ts +21 -0
- package/form-red-table/index.mjs +27 -26
- package/form-row/index.d.ts +11 -0
- package/form-row/index.mjs +1 -1
- package/form-select/index.d.ts +542 -0
- package/form-select/index.mjs +1 -1
- package/form-slider/index.d.ts +350 -0
- package/form-slider/index.mjs +1 -1
- package/form-switch/index.d.ts +339 -0
- package/form-switch/index.mjs +1 -1
- package/form-text/index.d.ts +229 -0
- package/form-text/index.mjs +1 -1
- package/form-view/index.d.ts +2 -0
- package/form-view/index.mjs +1 -1
- package/helper/dictionary.d.ts +15 -0
- package/helper/dictionary.mjs +97 -0
- package/hook/useDictionary.d.ts +60 -0
- package/hook/useDictionary.mjs +15 -0
- package/hook/useVisibilityChange.d.ts +4 -0
- package/hook/useVisibilityChange.mjs +14 -0
- package/iframe-window/index.d.ts +9 -0
- package/iframe-window/index.mjs +37 -0
- package/iframe-window/style.css +1 -0
- package/index.d.ts +51 -0
- package/index.mjs +51 -37
- package/month-calendar/index.d.ts +80 -0
- package/package.json +12 -7
- package/pageable-table/index.d.ts +436 -0
- package/pageable-table/index.mjs +2 -0
- package/pageable-table/style.css +1 -0
- package/resize-observer/index.d.ts +8 -0
- package/resize-observer/index.mjs +40 -0
- package/resize-observer/style.css +1 -0
- package/resolver/index.d.ts +9 -0
- package/resolver/index.mjs +29 -0
- package/table-column/index.d.ts +160 -0
- package/table-column/index.mjs +2 -0
- package/table-column/style.css +1 -0
- package/table-column-def/index.d.ts +85 -0
- package/table-column-def/index.mjs +11 -0
- package/table-column-filter/index.d.ts +11 -0
- package/table-column-filterable/index.d.ts +10 -0
- package/table-view/index.d.ts +2 -0
- package/table-view/index.mjs +1 -1
- package/toolbar/index.d.ts +129 -0
- package/toolbar/index.mjs +1 -8
- package/toolbar/style.css +1 -0
- package/toolbar-button/index.d.ts +77 -0
- package/toolbar-button/index.mjs +1 -8
- package/vue-cron/index.d.ts +191 -0
- package/vue-cron/index.mjs +2 -0
- package/vue-cron/style.css +1 -0
- package/web-types.json +1 -1
- package/x-input-tag/index.d.ts +2 -0
- package/x-input-tag/index.mjs +226 -0
- package/x-input-tag/style.css +1 -0
- package/year-calendar/index.d.ts +99 -0
- package/year-calendar/index.mjs +2 -0
- package/year-calendar/style.css +1 -0
- package/chunks/B4M_TFeR.mjs +0 -152
- package/chunks/B5BIQCcK.mjs +0 -149
- package/chunks/BHNKrW1j.mjs +0 -61
- package/chunks/BO9jWhBl.mjs +0 -46
- package/chunks/BZ8aOa78.mjs +0 -35
- package/chunks/Bsz7y4Xp.mjs +0 -73
- package/chunks/Bxj372sF.mjs +0 -53
- package/chunks/C33EmJN8.mjs +0 -32
- package/chunks/C6Li3-l7.mjs +0 -28
- package/chunks/CBcdalMX.mjs +0 -35
- package/chunks/CdRsyF0n.mjs +0 -43
- package/chunks/ClNahmiU.mjs +0 -23
- package/chunks/CstztYMu.mjs +0 -28
- package/chunks/DC9b53M6.mjs +0 -32
- package/chunks/DDVAgRED.mjs +0 -36
- package/chunks/DpJQABVD.mjs +0 -91
- package/chunks/ZsLNWI9x.mjs +0 -46
- package/chunks/jn_iQrVZ.mjs +0 -28
- package/constants.mjs +0 -4
- package/input/style.css +0 -1
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
type: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
index: (NumberConstructor | FunctionConstructor)[];
|
|
7
|
+
label: StringConstructor;
|
|
8
|
+
columnKey: StringConstructor;
|
|
9
|
+
prop: StringConstructor;
|
|
10
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
11
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
12
|
+
fixed: (StringConstructor | BooleanConstructor)[];
|
|
13
|
+
renderHeader: FunctionConstructor;
|
|
14
|
+
sortable: (StringConstructor | BooleanConstructor)[];
|
|
15
|
+
sortMethod: FunctionConstructor;
|
|
16
|
+
sortBy: (StringConstructor | FunctionConstructor | ArrayConstructor)[];
|
|
17
|
+
sortOrders: {
|
|
18
|
+
type: ArrayConstructor;
|
|
19
|
+
default: () => (string | null)[];
|
|
20
|
+
};
|
|
21
|
+
resizable: {
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
formatter: FunctionConstructor;
|
|
26
|
+
showOverflowTooltip: {
|
|
27
|
+
type: (BooleanConstructor | ObjectConstructor)[];
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
30
|
+
align: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
headerAlign: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
|
+
className: StringConstructor;
|
|
39
|
+
labelClassName: StringConstructor;
|
|
40
|
+
selectable: FunctionConstructor;
|
|
41
|
+
reserveSelection: {
|
|
42
|
+
type: BooleanConstructor;
|
|
43
|
+
default: boolean;
|
|
44
|
+
};
|
|
45
|
+
filters: ArrayConstructor;
|
|
46
|
+
filterPlacement: StringConstructor;
|
|
47
|
+
filterClassName: StringConstructor;
|
|
48
|
+
filterMultiple: {
|
|
49
|
+
type: BooleanConstructor;
|
|
50
|
+
default: boolean;
|
|
51
|
+
};
|
|
52
|
+
filterMethod: FunctionConstructor;
|
|
53
|
+
filteredValue: {
|
|
54
|
+
type: ArrayConstructor;
|
|
55
|
+
default: () => never[];
|
|
56
|
+
};
|
|
57
|
+
tooltipFormatter: FunctionConstructor;
|
|
58
|
+
property: StringConstructor;
|
|
59
|
+
showTooltipWhenOverflow: BooleanConstructor;
|
|
60
|
+
clickable: BooleanConstructor;
|
|
61
|
+
cellClick: FunctionConstructor;
|
|
62
|
+
dictType: StringConstructor;
|
|
63
|
+
options: ArrayConstructor;
|
|
64
|
+
autoUpdate: BooleanConstructor;
|
|
65
|
+
treeDict: BooleanConstructor;
|
|
66
|
+
idAsValue: {
|
|
67
|
+
type: BooleanConstructor;
|
|
68
|
+
default: boolean;
|
|
69
|
+
};
|
|
70
|
+
labelAsValue: BooleanConstructor;
|
|
71
|
+
maxWidth: StringConstructor;
|
|
72
|
+
}>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
73
|
+
type: {
|
|
74
|
+
type: StringConstructor;
|
|
75
|
+
default: string;
|
|
76
|
+
};
|
|
77
|
+
index: (NumberConstructor | FunctionConstructor)[];
|
|
78
|
+
label: StringConstructor;
|
|
79
|
+
columnKey: StringConstructor;
|
|
80
|
+
prop: StringConstructor;
|
|
81
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
82
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
83
|
+
fixed: (StringConstructor | BooleanConstructor)[];
|
|
84
|
+
renderHeader: FunctionConstructor;
|
|
85
|
+
sortable: (StringConstructor | BooleanConstructor)[];
|
|
86
|
+
sortMethod: FunctionConstructor;
|
|
87
|
+
sortBy: (StringConstructor | FunctionConstructor | ArrayConstructor)[];
|
|
88
|
+
sortOrders: {
|
|
89
|
+
type: ArrayConstructor;
|
|
90
|
+
default: () => (string | null)[];
|
|
91
|
+
};
|
|
92
|
+
resizable: {
|
|
93
|
+
type: BooleanConstructor;
|
|
94
|
+
default: boolean;
|
|
95
|
+
};
|
|
96
|
+
formatter: FunctionConstructor;
|
|
97
|
+
showOverflowTooltip: {
|
|
98
|
+
type: (BooleanConstructor | ObjectConstructor)[];
|
|
99
|
+
default: boolean;
|
|
100
|
+
};
|
|
101
|
+
align: {
|
|
102
|
+
type: StringConstructor;
|
|
103
|
+
default: string;
|
|
104
|
+
};
|
|
105
|
+
headerAlign: {
|
|
106
|
+
type: StringConstructor;
|
|
107
|
+
default: string;
|
|
108
|
+
};
|
|
109
|
+
className: StringConstructor;
|
|
110
|
+
labelClassName: StringConstructor;
|
|
111
|
+
selectable: FunctionConstructor;
|
|
112
|
+
reserveSelection: {
|
|
113
|
+
type: BooleanConstructor;
|
|
114
|
+
default: boolean;
|
|
115
|
+
};
|
|
116
|
+
filters: ArrayConstructor;
|
|
117
|
+
filterPlacement: StringConstructor;
|
|
118
|
+
filterClassName: StringConstructor;
|
|
119
|
+
filterMultiple: {
|
|
120
|
+
type: BooleanConstructor;
|
|
121
|
+
default: boolean;
|
|
122
|
+
};
|
|
123
|
+
filterMethod: FunctionConstructor;
|
|
124
|
+
filteredValue: {
|
|
125
|
+
type: ArrayConstructor;
|
|
126
|
+
default: () => never[];
|
|
127
|
+
};
|
|
128
|
+
tooltipFormatter: FunctionConstructor;
|
|
129
|
+
property: StringConstructor;
|
|
130
|
+
showTooltipWhenOverflow: BooleanConstructor;
|
|
131
|
+
clickable: BooleanConstructor;
|
|
132
|
+
cellClick: FunctionConstructor;
|
|
133
|
+
dictType: StringConstructor;
|
|
134
|
+
options: ArrayConstructor;
|
|
135
|
+
autoUpdate: BooleanConstructor;
|
|
136
|
+
treeDict: BooleanConstructor;
|
|
137
|
+
idAsValue: {
|
|
138
|
+
type: BooleanConstructor;
|
|
139
|
+
default: boolean;
|
|
140
|
+
};
|
|
141
|
+
labelAsValue: BooleanConstructor;
|
|
142
|
+
maxWidth: StringConstructor;
|
|
143
|
+
}>> & Readonly<{}>, {
|
|
144
|
+
type: string;
|
|
145
|
+
treeDict: boolean;
|
|
146
|
+
idAsValue: boolean;
|
|
147
|
+
labelAsValue: boolean;
|
|
148
|
+
align: string;
|
|
149
|
+
showOverflowTooltip: boolean | Record<string, any>;
|
|
150
|
+
sortOrders: unknown[];
|
|
151
|
+
resizable: boolean;
|
|
152
|
+
headerAlign: string;
|
|
153
|
+
reserveSelection: boolean;
|
|
154
|
+
filterMultiple: boolean;
|
|
155
|
+
filteredValue: unknown[];
|
|
156
|
+
showTooltipWhenOverflow: boolean;
|
|
157
|
+
clickable: boolean;
|
|
158
|
+
autoUpdate: boolean;
|
|
159
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
160
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.is-clickable{cursor:pointer;text-decoration:underline}.is-clickable:hover{color:var(--color-primary)}.el-table__column-filter-trigger{line-height:unset}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {
|
|
2
|
+
type: string;
|
|
3
|
+
treeDict: boolean;
|
|
4
|
+
idAsValue: boolean;
|
|
5
|
+
labelAsValue: boolean;
|
|
6
|
+
align: string;
|
|
7
|
+
showOverflowTooltip: boolean | Record<string, any>;
|
|
8
|
+
sortOrders: unknown[];
|
|
9
|
+
resizable: boolean;
|
|
10
|
+
headerAlign: string;
|
|
11
|
+
reserveSelection: boolean;
|
|
12
|
+
filterMultiple: boolean;
|
|
13
|
+
filteredValue: unknown[];
|
|
14
|
+
showTooltipWhenOverflow: boolean;
|
|
15
|
+
clickable: boolean;
|
|
16
|
+
autoUpdate: boolean;
|
|
17
|
+
label?: string | undefined;
|
|
18
|
+
filters?: unknown[] | undefined;
|
|
19
|
+
fixed?: string | boolean | undefined;
|
|
20
|
+
width?: string | number | undefined;
|
|
21
|
+
prop?: string | undefined;
|
|
22
|
+
options?: unknown[] | undefined;
|
|
23
|
+
dictType?: string | undefined;
|
|
24
|
+
filterMethod?: Function | undefined;
|
|
25
|
+
formatter?: Function | undefined;
|
|
26
|
+
tooltipFormatter?: Function | undefined;
|
|
27
|
+
index?: number | Function | undefined;
|
|
28
|
+
columnKey?: string | undefined;
|
|
29
|
+
minWidth?: string | number | undefined;
|
|
30
|
+
renderHeader?: Function | undefined;
|
|
31
|
+
sortable?: string | boolean | undefined;
|
|
32
|
+
sortMethod?: Function | undefined;
|
|
33
|
+
sortBy?: string | Function | unknown[] | undefined;
|
|
34
|
+
className?: string | undefined;
|
|
35
|
+
labelClassName?: string | undefined;
|
|
36
|
+
selectable?: Function | undefined;
|
|
37
|
+
filterPlacement?: string | undefined;
|
|
38
|
+
filterClassName?: string | undefined;
|
|
39
|
+
property?: string | undefined;
|
|
40
|
+
cellClick?: Function | undefined;
|
|
41
|
+
maxWidth?: string | undefined;
|
|
42
|
+
$props: {
|
|
43
|
+
readonly type?: string | undefined;
|
|
44
|
+
readonly treeDict?: boolean | undefined;
|
|
45
|
+
readonly idAsValue?: boolean | undefined;
|
|
46
|
+
readonly labelAsValue?: boolean | undefined;
|
|
47
|
+
readonly align?: string | undefined;
|
|
48
|
+
readonly showOverflowTooltip?: boolean | Record<string, any> | undefined;
|
|
49
|
+
readonly sortOrders?: unknown[] | undefined;
|
|
50
|
+
readonly resizable?: boolean | undefined;
|
|
51
|
+
readonly headerAlign?: string | undefined;
|
|
52
|
+
readonly reserveSelection?: boolean | undefined;
|
|
53
|
+
readonly filterMultiple?: boolean | undefined;
|
|
54
|
+
readonly filteredValue?: unknown[] | undefined;
|
|
55
|
+
readonly showTooltipWhenOverflow?: boolean | undefined;
|
|
56
|
+
readonly clickable?: boolean | undefined;
|
|
57
|
+
readonly autoUpdate?: boolean | undefined;
|
|
58
|
+
readonly label?: string | undefined;
|
|
59
|
+
readonly filters?: unknown[] | undefined;
|
|
60
|
+
readonly fixed?: string | boolean | undefined;
|
|
61
|
+
readonly width?: string | number | undefined;
|
|
62
|
+
readonly prop?: string | undefined;
|
|
63
|
+
readonly options?: unknown[] | undefined;
|
|
64
|
+
readonly dictType?: string | undefined;
|
|
65
|
+
readonly filterMethod?: Function | undefined;
|
|
66
|
+
readonly formatter?: Function | undefined;
|
|
67
|
+
readonly tooltipFormatter?: Function | undefined;
|
|
68
|
+
readonly index?: number | Function | undefined;
|
|
69
|
+
readonly columnKey?: string | undefined;
|
|
70
|
+
readonly minWidth?: string | number | undefined;
|
|
71
|
+
readonly renderHeader?: Function | undefined;
|
|
72
|
+
readonly sortable?: string | boolean | undefined;
|
|
73
|
+
readonly sortMethod?: Function | undefined;
|
|
74
|
+
readonly sortBy?: string | Function | unknown[] | undefined;
|
|
75
|
+
readonly className?: string | undefined;
|
|
76
|
+
readonly labelClassName?: string | undefined;
|
|
77
|
+
readonly selectable?: Function | undefined;
|
|
78
|
+
readonly filterPlacement?: string | undefined;
|
|
79
|
+
readonly filterClassName?: string | undefined;
|
|
80
|
+
readonly property?: string | undefined;
|
|
81
|
+
readonly cellClick?: Function | undefined;
|
|
82
|
+
readonly maxWidth?: string | undefined;
|
|
83
|
+
};
|
|
84
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
85
|
+
export default _default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {
|
|
2
|
+
hideProps: {};
|
|
3
|
+
fixedProps: {};
|
|
4
|
+
filterableProps: {};
|
|
5
|
+
sortableProps: {};
|
|
6
|
+
columns: unknown[];
|
|
7
|
+
$props: {
|
|
8
|
+
readonly columns?: unknown[] | undefined;
|
|
9
|
+
};
|
|
10
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
filterable: BooleanConstructor;
|
|
3
|
+
prop: StringConstructor;
|
|
4
|
+
}>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
5
|
+
filterable: BooleanConstructor;
|
|
6
|
+
prop: StringConstructor;
|
|
7
|
+
}>> & Readonly<{}>, {
|
|
8
|
+
filterable: boolean;
|
|
9
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
package/table-view/index.mjs
CHANGED
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
import { toolbarContextKey } from '../../constants';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
3
|
+
searchable: BooleanConstructor;
|
|
4
|
+
refreshable: BooleanConstructor;
|
|
5
|
+
buttons: {
|
|
6
|
+
type: ArrayConstructor;
|
|
7
|
+
default: () => string[];
|
|
8
|
+
};
|
|
9
|
+
back: FunctionConstructor;
|
|
10
|
+
cancel: FunctionConstructor;
|
|
11
|
+
emitter: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
footer: BooleanConstructor;
|
|
16
|
+
label: ObjectConstructor;
|
|
17
|
+
}>, {}, {}, {}, {
|
|
18
|
+
goBack(): void;
|
|
19
|
+
createButton(key: any, { label, icon, type, separateLine, loadable, circle, onClick, title }: {
|
|
20
|
+
label: any;
|
|
21
|
+
icon: any;
|
|
22
|
+
type: any;
|
|
23
|
+
separateLine?: boolean | undefined;
|
|
24
|
+
loadable: any;
|
|
25
|
+
circle: any;
|
|
26
|
+
onClick: any;
|
|
27
|
+
title: any;
|
|
28
|
+
}): any;
|
|
29
|
+
getLeftButtons(): any[];
|
|
30
|
+
getRightButtons(): any[];
|
|
31
|
+
getSearchButton(): any;
|
|
32
|
+
getRefreshButton(): any;
|
|
33
|
+
getSettingsButton(): any;
|
|
34
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
35
|
+
searchable: BooleanConstructor;
|
|
36
|
+
refreshable: BooleanConstructor;
|
|
37
|
+
buttons: {
|
|
38
|
+
type: ArrayConstructor;
|
|
39
|
+
default: () => string[];
|
|
40
|
+
};
|
|
41
|
+
back: FunctionConstructor;
|
|
42
|
+
cancel: FunctionConstructor;
|
|
43
|
+
emitter: {
|
|
44
|
+
type: StringConstructor;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
|
+
footer: BooleanConstructor;
|
|
48
|
+
label: ObjectConstructor;
|
|
49
|
+
}>> & Readonly<{}>, {
|
|
50
|
+
footer: boolean;
|
|
51
|
+
searchable: boolean;
|
|
52
|
+
refreshable: boolean;
|
|
53
|
+
buttons: unknown[];
|
|
54
|
+
emitter: string;
|
|
55
|
+
}, {}, {}, {}, string, () => {
|
|
56
|
+
[toolbarContextKey]: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
57
|
+
searchable: BooleanConstructor;
|
|
58
|
+
refreshable: BooleanConstructor;
|
|
59
|
+
buttons: {
|
|
60
|
+
type: ArrayConstructor;
|
|
61
|
+
default: () => string[];
|
|
62
|
+
};
|
|
63
|
+
back: FunctionConstructor;
|
|
64
|
+
cancel: FunctionConstructor;
|
|
65
|
+
emitter: {
|
|
66
|
+
type: StringConstructor;
|
|
67
|
+
default: string;
|
|
68
|
+
};
|
|
69
|
+
footer: BooleanConstructor;
|
|
70
|
+
label: ObjectConstructor;
|
|
71
|
+
}>> & Readonly<{}>, {}, {}, {}, {
|
|
72
|
+
goBack(): void;
|
|
73
|
+
createButton(key: any, { label, icon, type, separateLine, loadable, circle, onClick, title }: {
|
|
74
|
+
label: any;
|
|
75
|
+
icon: any;
|
|
76
|
+
type: any;
|
|
77
|
+
separateLine?: boolean | undefined;
|
|
78
|
+
loadable: any;
|
|
79
|
+
circle: any;
|
|
80
|
+
onClick: any;
|
|
81
|
+
title: any;
|
|
82
|
+
}): any;
|
|
83
|
+
getLeftButtons(): any[];
|
|
84
|
+
getRightButtons(): any[];
|
|
85
|
+
getSearchButton(): any;
|
|
86
|
+
getRefreshButton(): any;
|
|
87
|
+
getSettingsButton(): any;
|
|
88
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, {}, {}, false, {}, {}, {}, {}, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
89
|
+
P: {};
|
|
90
|
+
B: {};
|
|
91
|
+
D: {};
|
|
92
|
+
C: {};
|
|
93
|
+
M: {};
|
|
94
|
+
Defaults: {};
|
|
95
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
96
|
+
searchable: BooleanConstructor;
|
|
97
|
+
refreshable: BooleanConstructor;
|
|
98
|
+
buttons: {
|
|
99
|
+
type: ArrayConstructor;
|
|
100
|
+
default: () => string[];
|
|
101
|
+
};
|
|
102
|
+
back: FunctionConstructor;
|
|
103
|
+
cancel: FunctionConstructor;
|
|
104
|
+
emitter: {
|
|
105
|
+
type: StringConstructor;
|
|
106
|
+
default: string;
|
|
107
|
+
};
|
|
108
|
+
footer: BooleanConstructor;
|
|
109
|
+
label: ObjectConstructor;
|
|
110
|
+
}>> & Readonly<{}>, {}, {}, {}, {
|
|
111
|
+
goBack(): void;
|
|
112
|
+
createButton(key: any, { label, icon, type, separateLine, loadable, circle, onClick, title }: {
|
|
113
|
+
label: any;
|
|
114
|
+
icon: any;
|
|
115
|
+
type: any;
|
|
116
|
+
separateLine?: boolean | undefined;
|
|
117
|
+
loadable: any;
|
|
118
|
+
circle: any;
|
|
119
|
+
onClick: any;
|
|
120
|
+
title: any;
|
|
121
|
+
}): any;
|
|
122
|
+
getLeftButtons(): any[];
|
|
123
|
+
getRightButtons(): any[];
|
|
124
|
+
getSearchButton(): any;
|
|
125
|
+
getRefreshButton(): any;
|
|
126
|
+
getSettingsButton(): any;
|
|
127
|
+
}, {}>;
|
|
128
|
+
}, true, {}, any>;
|
|
129
|
+
export default _default;
|
package/toolbar/index.mjs
CHANGED
|
@@ -1,9 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
var e = /* @__PURE__ */ Object.assign({ name: "Toolbar" }, {
|
|
3
|
-
__name: "Toolbar",
|
|
4
|
-
setup(e) {
|
|
5
|
-
return (e, t) => null;
|
|
6
|
-
}
|
|
7
|
-
});
|
|
8
|
-
//#endregion
|
|
1
|
+
import { t as e } from "../chunks/B99alfW4.mjs";
|
|
9
2
|
export { e as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.toolbar{background-color:#fff;border-bottom:1px solid #e5e9ec;height:40px;padding:0 10px;line-height:40px;display:flex}.toolbar .toolbar-left{flex:auto}.toolbar .toolbar-left .el-button [class*=\ el-icon-],.toolbar .toolbar-left .el-button [class^=el-icon-]{margin-top:-1px;font-size:15px}.toolbar .toolbar-right .el-button{align-items:center;display:inline-flex}.footer-bar{flex-direction:row;justify-content:center;align-items:center;padding-top:10px;display:flex}.footer-bar .el-button{padding:10px 40px}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
label: StringConstructor;
|
|
3
|
+
icon: StringConstructor;
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
size: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
};
|
|
8
|
+
loadable: BooleanConstructor;
|
|
9
|
+
disabled: BooleanConstructor;
|
|
10
|
+
footer: BooleanConstructor;
|
|
11
|
+
circle: BooleanConstructor;
|
|
12
|
+
plain: BooleanConstructor;
|
|
13
|
+
round: BooleanConstructor;
|
|
14
|
+
primary: BooleanConstructor;
|
|
15
|
+
warning: BooleanConstructor;
|
|
16
|
+
nativeType: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
privilege: StringConstructor;
|
|
21
|
+
condition: {
|
|
22
|
+
type: (BooleanConstructor | FunctionConstructor | ArrayConstructor)[];
|
|
23
|
+
};
|
|
24
|
+
conditionTips: StringConstructor;
|
|
25
|
+
confirm: BooleanConstructor;
|
|
26
|
+
confirmTips: StringConstructor;
|
|
27
|
+
beforeExecute: FunctionConstructor;
|
|
28
|
+
afterExecute: FunctionConstructor;
|
|
29
|
+
route: (StringConstructor | ObjectConstructor)[];
|
|
30
|
+
title: StringConstructor;
|
|
31
|
+
cancelButtonText: StringConstructor;
|
|
32
|
+
confirmButtonText: StringConstructor;
|
|
33
|
+
}>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
34
|
+
label: StringConstructor;
|
|
35
|
+
icon: StringConstructor;
|
|
36
|
+
type: StringConstructor;
|
|
37
|
+
size: {
|
|
38
|
+
type: StringConstructor;
|
|
39
|
+
};
|
|
40
|
+
loadable: BooleanConstructor;
|
|
41
|
+
disabled: BooleanConstructor;
|
|
42
|
+
footer: BooleanConstructor;
|
|
43
|
+
circle: BooleanConstructor;
|
|
44
|
+
plain: BooleanConstructor;
|
|
45
|
+
round: BooleanConstructor;
|
|
46
|
+
primary: BooleanConstructor;
|
|
47
|
+
warning: BooleanConstructor;
|
|
48
|
+
nativeType: {
|
|
49
|
+
type: StringConstructor;
|
|
50
|
+
default: string;
|
|
51
|
+
};
|
|
52
|
+
privilege: StringConstructor;
|
|
53
|
+
condition: {
|
|
54
|
+
type: (BooleanConstructor | FunctionConstructor | ArrayConstructor)[];
|
|
55
|
+
};
|
|
56
|
+
conditionTips: StringConstructor;
|
|
57
|
+
confirm: BooleanConstructor;
|
|
58
|
+
confirmTips: StringConstructor;
|
|
59
|
+
beforeExecute: FunctionConstructor;
|
|
60
|
+
afterExecute: FunctionConstructor;
|
|
61
|
+
route: (StringConstructor | ObjectConstructor)[];
|
|
62
|
+
title: StringConstructor;
|
|
63
|
+
cancelButtonText: StringConstructor;
|
|
64
|
+
confirmButtonText: StringConstructor;
|
|
65
|
+
}>> & Readonly<{}>, {
|
|
66
|
+
primary: boolean;
|
|
67
|
+
disabled: boolean;
|
|
68
|
+
plain: boolean;
|
|
69
|
+
round: boolean;
|
|
70
|
+
nativeType: string;
|
|
71
|
+
footer: boolean;
|
|
72
|
+
loadable: boolean;
|
|
73
|
+
warning: boolean;
|
|
74
|
+
confirm: boolean;
|
|
75
|
+
circle: boolean;
|
|
76
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
77
|
+
export default _default;
|
package/toolbar-button/index.mjs
CHANGED
|
@@ -1,9 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
var e = /* @__PURE__ */ Object.assign({ name: "ToolbarButton" }, {
|
|
3
|
-
__name: "ToolbarButton",
|
|
4
|
-
setup(e) {
|
|
5
|
-
return (e, t) => null;
|
|
6
|
-
}
|
|
7
|
-
});
|
|
8
|
-
//#endregion
|
|
1
|
+
import { t as e } from "../chunks/dM-icPM8.mjs";
|
|
9
2
|
export { e as default };
|