@web-utils/form-ui 1.0.0-beta5 → 1.0.0-beta50
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/6yfBZFOB.mjs +56 -0
- package/chunks/B-zqRAXo.mjs +69 -0
- package/chunks/B1IPSTA6.mjs +198 -0
- package/chunks/B9gA65rt2.mjs +38 -0
- package/chunks/BA2KEptL.mjs +172 -0
- package/chunks/BBERmTup.mjs +83 -0
- package/chunks/BUGCiCnl.mjs +83 -0
- package/chunks/BbSPWDDZ.mjs +100 -0
- package/chunks/BfxDxIg0.mjs +106 -0
- package/chunks/BqWvBF14.mjs +35 -0
- package/chunks/BsZgAJX_2.mjs +81 -0
- package/chunks/BtcjAHE6.mjs +317 -0
- package/chunks/ByHz4mmh.mjs +87 -0
- package/chunks/C2zgFLYO.mjs +185 -0
- package/chunks/CAd1zK9Q.mjs +25 -0
- package/chunks/CJdkjadi.mjs +17 -0
- package/chunks/CabldOLo.mjs +157 -0
- package/chunks/CkOD-_VV.mjs +8 -0
- package/chunks/Cln3RBAD.mjs +660 -0
- package/chunks/CqoVAnxC2.mjs +93 -0
- package/chunks/CuAoMR3n.mjs +105 -0
- package/chunks/CxTg0r4n.mjs +166 -0
- package/chunks/D0Zg2CV0.mjs +57 -0
- package/chunks/DA7oGHSX.mjs +141 -0
- package/chunks/DOP3aBxf.mjs +93 -0
- package/chunks/DOZRzqlo.mjs +37 -0
- package/chunks/D_qiRmiE.mjs +230 -0
- package/chunks/DcTVYqeJ.mjs +113 -0
- package/chunks/Dkd5BC98.mjs +198 -0
- package/chunks/GI8krYU82.mjs +478 -0
- package/chunks/V2p-PCpL.mjs +176 -0
- package/chunks/bFbPPcdq.mjs +25 -0
- package/chunks/cqIZWDHo.mjs +614 -0
- package/chunks/eae6huQB.mjs +25 -0
- package/chunks/gCeDFHo1.mjs +32 -0
- package/chunks/gLPy4Sus.mjs +164 -0
- package/chunks/hlha6Bhc.mjs +107 -0
- package/chunks/hzaYr6Ud2.mjs +207 -0
- package/chunks/kflKDW4T2.mjs +146 -0
- package/chunks/pIzhYsBe.mjs +93 -0
- package/chunks/vXQf89tS.mjs +1361 -0
- package/chunks/wXeqV-_7.mjs +89 -0
- package/chunks/zwXzk9ff2.mjs +568 -0
- package/confirm-button/index.d.ts +115 -0
- package/confirm-button/index.mjs +35 -0
- package/confirmable/index.d.ts +86 -0
- package/confirmable/index.mjs +8 -0
- package/constants/index.d.ts +53 -0
- package/constants/index.mjs +4 -0
- package/dict-render/index.d.ts +28 -0
- package/dict-render/index.mjs +2 -0
- package/editable-tree/index.d.ts +254 -0
- package/editable-tree/index.mjs +2 -0
- package/editable-tree/style.css +1 -0
- package/element-dialog/index.d.ts +337 -16
- package/element-dialog/index.mjs +2 -91
- package/element-resize-observer/index.d.ts +8 -0
- package/element-resize-observer/index.mjs +40 -0
- package/element-resize-observer/style.css +1 -0
- package/empty-view/index.d.ts +2 -2
- package/empty-view/index.mjs +1 -1
- package/flex-scroll-area/index.d.ts +1 -1
- package/flex-scroll-area/index.mjs +1 -1
- package/form-advice/index.mjs +13 -12
- package/form-button/index.d.ts +116 -0
- package/form-button/index.mjs +36 -0
- package/form-card/index.d.ts +14 -0
- package/form-card/index.mjs +18 -0
- package/form-cascader/index.d.ts +472 -0
- package/form-cascader/index.mjs +2 -0
- package/form-checkbox/index.d.ts +236 -16
- package/form-checkbox/index.mjs +1 -1
- package/form-checkbox-group/index.d.ts +364 -0
- package/form-checkbox-group/index.mjs +2 -0
- package/form-checkbox-group/style.css +1 -0
- package/form-date-picker/index.d.ts +390 -19
- package/form-date-picker/index.mjs +1 -1
- package/form-holder/index.d.ts +87 -20
- package/form-holder/index.mjs +1 -1
- package/form-holder/style.css +1 -1
- package/form-image/index.d.ts +145 -13
- package/form-image/index.mjs +1 -1
- package/form-input/index.d.ts +301 -20
- 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 +307 -16
- package/form-input-email/index.mjs +1 -1
- package/form-input-id-card/index.d.ts +307 -16
- package/form-input-id-card/index.mjs +1 -1
- package/form-input-number/index.d.ts +246 -18
- package/form-input-number/index.mjs +1 -1
- package/form-input-phone-number/index.d.ts +307 -16
- package/form-input-phone-number/index.mjs +1 -1
- package/form-input-tag/index.d.ts +263 -1
- package/form-input-tag/index.mjs +1 -3
- package/form-input-time/index.d.ts +434 -1
- package/form-input-time/index.mjs +1 -3
- 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 +91 -17
- package/form-item-group/index.mjs +2 -78
- package/form-item-group/style.css +1 -1
- package/form-item-x/index.d.ts +141 -11
- package/form-item-x/index.mjs +1 -1
- package/form-item-x/style.css +1 -0
- package/form-radio-group/index.d.ts +303 -16
- package/form-radio-group/index.mjs +1 -1
- package/form-rate/index.d.ts +254 -14
- package/form-rate/index.mjs +1 -1
- package/form-red-table/index.mjs +27 -26
- package/form-row/index.d.ts +2 -2
- package/form-row/index.mjs +1 -1
- package/form-select/index.d.ts +537 -18
- package/form-select/index.mjs +1 -1
- package/form-slider/index.d.ts +283 -16
- package/form-slider/index.mjs +1 -1
- package/form-switch/index.d.ts +272 -14
- package/form-switch/index.mjs +1 -1
- package/form-table/index.d.ts +269 -0
- package/form-table/index.mjs +2 -0
- package/form-table-plus/index.d.ts +266 -0
- package/form-table-plus/index.mjs +2 -0
- package/form-text/index.d.ts +165 -13
- package/form-text/index.mjs +1 -1
- package/form-textarea/index.d.ts +351 -0
- package/form-textarea/index.mjs +2 -0
- package/form-time-select/index.d.ts +319 -0
- package/form-time-select/index.mjs +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.css +2 -0
- package/index.d.ts +57 -36
- package/index.mjs +59 -61
- package/package.json +10 -5
- package/pageable-table/index.d.ts +398 -0
- package/pageable-table/index.mjs +2 -0
- package/pageable-table/style.css +1 -0
- package/resolver/index.mjs +29 -0
- package/sub-table/index.d.ts +100 -0
- package/sub-table/index.mjs +472 -0
- package/sub-table/style.css +1 -0
- package/sub-table-plus/index.d.ts +97 -0
- package/sub-table-plus/index.mjs +2 -0
- package/sub-table-plus/style.css +1 -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 +95 -0
- package/table-column-def/index.mjs +11 -0
- package/table-view/index.d.ts +340 -1
- package/table-view/index.mjs +454 -6
- package/table-view/style.css +1 -0
- package/toolbar/index.d.ts +128 -1
- package/toolbar/index.mjs +1 -8
- package/toolbar/style.css +1 -0
- package/toolbar-button/index.d.ts +188 -1
- 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 +228 -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.d.ts +0 -1
- package/constants.mjs +0 -4
- package/form-check-box-group/index.d.ts +0 -93
- package/form-check-box-group/index.mjs +0 -2
- package/input/style.css +0 -1
- package/resolver.mjs +0 -79
- /package/{resolver.d.ts → resolver/index.d.ts} +0 -0
package/index.d.ts
CHANGED
|
@@ -1,39 +1,60 @@
|
|
|
1
1
|
import { App } from 'vue';
|
|
2
|
-
import { default as
|
|
3
|
-
import { default as
|
|
4
|
-
import { default as
|
|
5
|
-
import { default as
|
|
6
|
-
import { default as
|
|
7
|
-
import { default as
|
|
8
|
-
import { default as
|
|
9
|
-
import { default as
|
|
10
|
-
import { default as
|
|
11
|
-
import { default as
|
|
12
|
-
import { default as
|
|
13
|
-
import { default as
|
|
14
|
-
import { default as
|
|
15
|
-
import { default as
|
|
16
|
-
import { default as
|
|
17
|
-
import { default as
|
|
18
|
-
import { default as
|
|
19
|
-
import { default as
|
|
20
|
-
import { default as
|
|
21
|
-
import { default as
|
|
22
|
-
import { default as
|
|
23
|
-
import { default as
|
|
24
|
-
import { default as
|
|
25
|
-
import { default as
|
|
26
|
-
import { default as
|
|
27
|
-
import { default as
|
|
28
|
-
import { default as
|
|
29
|
-
import { default as
|
|
30
|
-
import { default as
|
|
31
|
-
import { default as
|
|
32
|
-
import { default as
|
|
33
|
-
|
|
2
|
+
import { default as AwesomeButton } from './awesome-button/index.js';
|
|
3
|
+
import { default as Confirmable } from './confirmable/index.js';
|
|
4
|
+
import { default as ConfirmButton } from './confirm-button/index.js';
|
|
5
|
+
import { default as DictRender } from './dict-render/index.js';
|
|
6
|
+
import { default as EditableTree } from './editable-tree/index.js';
|
|
7
|
+
import { default as ElementDialog } from './element-dialog/index.js';
|
|
8
|
+
import { default as ElementResizeObserver } from './element-resize-observer/index.js';
|
|
9
|
+
import { default as EmptyView } from './empty-view/index.js';
|
|
10
|
+
import { default as FlexScrollArea } from './flex-scroll-area/index.js';
|
|
11
|
+
import { default as FormAdvice } from './form-advice/index.js';
|
|
12
|
+
import { default as FormButton } from './form-button/index.js';
|
|
13
|
+
import { default as FormCard } from './form-card/index.js';
|
|
14
|
+
import { default as FormCascader } from './form-cascader/index.js';
|
|
15
|
+
import { default as FormCell } from './form-cell/index.js';
|
|
16
|
+
import { default as FormCheckbox } from './form-checkbox/index.js';
|
|
17
|
+
import { default as FormCheckboxGroup } from './form-checkbox-group/index.js';
|
|
18
|
+
import { default as FormDatePicker } from './form-date-picker/index.js';
|
|
19
|
+
import { default as FormHolder } from './form-holder/index.js';
|
|
20
|
+
import { default as FormImage } from './form-image/index.js';
|
|
21
|
+
import { default as FormInput } from './form-input/index.js';
|
|
22
|
+
import { default as FormInputCronExpression } from './form-input-cron-expression/index.js';
|
|
23
|
+
import { default as FormInputEmail } from './form-input-email/index.js';
|
|
24
|
+
import { default as FormInputIdCard } from './form-input-id-card/index.js';
|
|
25
|
+
import { default as FormInputNumber } from './form-input-number/index.js';
|
|
26
|
+
import { default as FormInputPhoneNumber } from './form-input-phone-number/index.js';
|
|
27
|
+
import { default as FormInputTag } from './form-input-tag/index.js';
|
|
28
|
+
import { default as FormInputTime } from './form-input-time/index.js';
|
|
29
|
+
import { default as FormItemConfigProvider } from './form-item-config-provider/index.js';
|
|
30
|
+
import { default as FormItemGroup } from './form-item-group/index.js';
|
|
31
|
+
import { default as FormItemX } from './form-item-x/index.js';
|
|
32
|
+
import { default as FormRadioGroup } from './form-radio-group/index.js';
|
|
33
|
+
import { default as FormRate } from './form-rate/index.js';
|
|
34
|
+
import { default as FormRedTable } from './form-red-table/index.js';
|
|
35
|
+
import { default as FormRow } from './form-row/index.js';
|
|
36
|
+
import { default as FormSelect } from './form-select/index.js';
|
|
37
|
+
import { default as FormSlider } from './form-slider/index.js';
|
|
38
|
+
import { default as FormSwitch } from './form-switch/index.js';
|
|
39
|
+
import { default as FormTable } from './form-table/index.js';
|
|
40
|
+
import { default as FormTablePlus } from './form-table-plus/index.js';
|
|
41
|
+
import { default as FormText } from './form-text/index.js';
|
|
42
|
+
import { default as FormTextarea } from './form-textarea/index.js';
|
|
43
|
+
import { default as FormTimeSelect } from './form-time-select/index.js';
|
|
44
|
+
import { default as FormView } from './form-view/index.js';
|
|
45
|
+
import { default as IframeWindow } from './iframe-window/index.js';
|
|
46
|
+
import { default as PageableTable } from './pageable-table/index.js';
|
|
47
|
+
import { default as SubTable } from './sub-table/index.js';
|
|
48
|
+
import { default as SubTablePlus } from './sub-table-plus/index.js';
|
|
49
|
+
import { default as TableColumn } from './table-column/index.js';
|
|
50
|
+
import { default as TableColumnDef } from './table-column-def/index.js';
|
|
51
|
+
import { default as TableView } from './table-view/index.js';
|
|
52
|
+
import { default as Toolbar } from './toolbar/index.js';
|
|
53
|
+
import { default as ToolbarButton } from './toolbar-button/index.js';
|
|
54
|
+
import { default as VueCron } from './vue-cron/index.js';
|
|
55
|
+
import { default as XInputTag } from './x-input-tag/index.js';
|
|
56
|
+
import { default as YearCalendar } from './year-calendar/index.js';
|
|
57
|
+
export { AwesomeButton, Confirmable, ConfirmButton, DictRender, EditableTree, ElementDialog, ElementResizeObserver, EmptyView, FlexScrollArea, FormAdvice, FormButton, FormCard, FormCascader, FormCell, FormCheckbox, FormCheckboxGroup, FormDatePicker, FormHolder, FormImage, FormInput, FormInputCronExpression, FormInputEmail, FormInputIdCard, FormInputNumber, FormInputPhoneNumber, FormInputTag, FormInputTime, FormItemConfigProvider, FormItemGroup, FormItemX, FormRadioGroup, FormRate, FormRedTable, FormRow, FormSelect, FormSlider, FormSwitch, FormTable, FormTablePlus, FormText, FormTextarea, FormTimeSelect, FormView, IframeWindow, PageableTable, SubTable, SubTablePlus, TableColumn, TableColumnDef, TableView, Toolbar, ToolbarButton, VueCron, XInputTag, YearCalendar };
|
|
34
58
|
export declare const componentNames: string[];
|
|
35
59
|
export declare const noStylesComponents: string[];
|
|
36
|
-
declare const
|
|
37
|
-
install: (app: App) => void;
|
|
38
|
-
};
|
|
39
|
-
export default _default;
|
|
60
|
+
export declare const install: (app: App) => void;
|
package/index.mjs
CHANGED
|
@@ -1,63 +1,61 @@
|
|
|
1
|
-
import e from "./
|
|
2
|
-
import t from "./
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import {
|
|
7
|
-
import { t as
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import {
|
|
15
|
-
import { t as
|
|
16
|
-
import
|
|
17
|
-
import { t as
|
|
18
|
-
import
|
|
19
|
-
import
|
|
20
|
-
import
|
|
21
|
-
import
|
|
22
|
-
import { t as
|
|
23
|
-
import { t as
|
|
24
|
-
import { t as
|
|
25
|
-
import { t as
|
|
26
|
-
import { t as
|
|
27
|
-
import { t as
|
|
28
|
-
import
|
|
29
|
-
|
|
30
|
-
import O from "./
|
|
31
|
-
import
|
|
32
|
-
import
|
|
1
|
+
import e from "./awesome-button/index.mjs";
|
|
2
|
+
import t from "./confirmable/index.mjs";
|
|
3
|
+
import ee from "./confirm-button/index.mjs";
|
|
4
|
+
import { t as n } from "./chunks/DOZRzqlo.mjs";
|
|
5
|
+
import { t as r } from "./chunks/CxTg0r4n.mjs";
|
|
6
|
+
import { t as i } from "./chunks/Cln3RBAD.mjs";
|
|
7
|
+
import { t as a } from "./chunks/gLPy4Sus.mjs";
|
|
8
|
+
import o from "./element-resize-observer/index.mjs";
|
|
9
|
+
import s from "./empty-view/index.mjs";
|
|
10
|
+
import c from "./flex-scroll-area/index.mjs";
|
|
11
|
+
import l from "./form-advice/index.mjs";
|
|
12
|
+
import u from "./form-button/index.mjs";
|
|
13
|
+
import d from "./form-card/index.mjs";
|
|
14
|
+
import { a as f } from "./chunks/D_qiRmiE.mjs";
|
|
15
|
+
import { t as p } from "./chunks/Dkd5BC98.mjs";
|
|
16
|
+
import m from "./form-cell/index.mjs";
|
|
17
|
+
import { t as h } from "./chunks/wXeqV-_7.mjs";
|
|
18
|
+
import { t as g } from "./chunks/CabldOLo.mjs";
|
|
19
|
+
import { t as _ } from "./chunks/V2p-PCpL.mjs";
|
|
20
|
+
import { t as v } from "./chunks/B1IPSTA6.mjs";
|
|
21
|
+
import y from "./form-red-table/index.mjs";
|
|
22
|
+
import { t as b } from "./chunks/C2zgFLYO.mjs";
|
|
23
|
+
import { t as x } from "./chunks/BqWvBF14.mjs";
|
|
24
|
+
import { t as S } from "./chunks/vXQf89tS.mjs";
|
|
25
|
+
import { t as C } from "./chunks/D0Zg2CV0.mjs";
|
|
26
|
+
import { t as w } from "./chunks/eae6huQB.mjs";
|
|
27
|
+
import { t as T } from "./chunks/CAd1zK9Q.mjs";
|
|
28
|
+
import { t as E } from "./chunks/BbSPWDDZ.mjs";
|
|
29
|
+
import { t as D } from "./chunks/bFbPPcdq.mjs";
|
|
30
|
+
import O from "./x-input-tag/index.mjs";
|
|
31
|
+
import { t as te } from "./chunks/6yfBZFOB.mjs";
|
|
32
|
+
import { t as k } from "./chunks/BA2KEptL.mjs";
|
|
33
|
+
import A from "./form-item-config-provider/index.mjs";
|
|
34
|
+
import { t as j } from "./chunks/hlha6Bhc.mjs";
|
|
35
|
+
import { t as M } from "./chunks/DA7oGHSX.mjs";
|
|
36
|
+
import { t as N } from "./chunks/ByHz4mmh.mjs";
|
|
37
|
+
import { t as P } from "./chunks/DOP3aBxf.mjs";
|
|
38
|
+
import { t as F } from "./chunks/BtcjAHE6.mjs";
|
|
39
|
+
import { t as I } from "./chunks/pIzhYsBe.mjs";
|
|
40
|
+
import { t as L } from "./chunks/BfxDxIg0.mjs";
|
|
41
|
+
import { t as R } from "./chunks/cqIZWDHo.mjs";
|
|
42
|
+
import { t as z } from "./chunks/B-zqRAXo.mjs";
|
|
43
|
+
import B from "./table-column-def/index.mjs";
|
|
44
|
+
import { t as V } from "./chunks/CuAoMR3n.mjs";
|
|
45
|
+
import H from "./sub-table/index.mjs";
|
|
46
|
+
import { t as U } from "./chunks/BsZgAJX_2.mjs";
|
|
47
|
+
import { t as W } from "./chunks/zwXzk9ff2.mjs";
|
|
48
|
+
import { t as G } from "./chunks/kflKDW4T2.mjs";
|
|
49
|
+
import { t as K } from "./chunks/B9gA65rt2.mjs";
|
|
50
|
+
import { t as q } from "./chunks/CqoVAnxC2.mjs";
|
|
51
|
+
import J from "./form-view/index.mjs";
|
|
52
|
+
import Y from "./iframe-window/index.mjs";
|
|
53
|
+
import { t as X } from "./chunks/hzaYr6Ud2.mjs";
|
|
54
|
+
import Z from "./table-view/index.mjs";
|
|
55
|
+
import { t as Q } from "./chunks/GI8krYU82.mjs";
|
|
33
56
|
//#region src/components/index.ts
|
|
34
|
-
var
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
"FormCell",
|
|
38
|
-
"FormCheckbox",
|
|
39
|
-
"FormCheckBoxGroup",
|
|
40
|
-
"FormDatePicker",
|
|
41
|
-
"FormImage",
|
|
42
|
-
"FormInput",
|
|
43
|
-
"FormInputEmail",
|
|
44
|
-
"FormInputIdCard",
|
|
45
|
-
"FormInputNumber",
|
|
46
|
-
"FormInputPhoneNumber",
|
|
47
|
-
"FormInputTag",
|
|
48
|
-
"FormInputTime",
|
|
49
|
-
"FormRadioGroup",
|
|
50
|
-
"FormRate",
|
|
51
|
-
"FormSelect",
|
|
52
|
-
"FormSlider",
|
|
53
|
-
"FormSwitch",
|
|
54
|
-
"FormText",
|
|
55
|
-
"FormView",
|
|
56
|
-
"TableView",
|
|
57
|
-
"Toolbar",
|
|
58
|
-
"ToolbarButton"
|
|
59
|
-
], N = { install: (j) => {
|
|
60
|
-
j.component(e.name, e), j.component(t.name, t), j.component(n.name, n), j.component(r.name, r), j.component(i.name, i), j.component(o.name, o), j.component(s.name, s), j.component(c.name, c), j.component(u.name, u), j.component(d.name, d), j.component(f.name, f), j.component(p.name, p), j.component(m.name, m), j.component(h.name, h), j.component(g.name, g), j.component(_.name, _), j.component(v.name, v), j.component(y.name, y), j.component(a.name, a), j.component(b.name, b), j.component(x.name, x), j.component(l.name, l), j.component(S.name, S), j.component(C.name, C), j.component(w.name, w), j.component(T.name, T), j.component(E.name, E), j.component(D.name, D), j.component(O.name, O), j.component(k.name, k), j.component(A.name, A);
|
|
61
|
-
} };
|
|
57
|
+
var $ = /* @__PURE__ */ "AwesomeButton.Confirmable.ConfirmButton.DictRender.EditableTree.ElementDialog.ElementResizeObserver.EmptyView.FlexScrollArea.FormAdvice.FormButton.FormCard.FormCascader.FormCell.FormCheckbox.FormCheckboxGroup.FormDatePicker.FormHolder.FormImage.FormInput.FormInputCronExpression.FormInputEmail.FormInputIdCard.FormInputNumber.FormInputPhoneNumber.FormInputTag.FormInputTime.FormItemConfigProvider.FormItemGroup.FormItemX.FormRadioGroup.FormRate.FormRedTable.FormRow.FormSelect.FormSlider.FormSwitch.FormTable.FormTablePlus.FormText.FormTextarea.FormTimeSelect.FormView.IframeWindow.PageableTable.SubTable.SubTablePlus.TableColumn.TableColumnDef.TableView.Toolbar.ToolbarButton.VueCron.XInputTag.YearCalendar".split("."), ne = /* @__PURE__ */ "AwesomeButton.Confirmable.ConfirmButton.DictRender.FlexScrollArea.FormAdvice.FormButton.FormCard.FormCascader.FormCell.FormCheckbox.FormDatePicker.FormImage.FormInputEmail.FormInputIdCard.FormInputNumber.FormInputPhoneNumber.FormInputTag.FormInputTime.FormItemConfigProvider.FormRadioGroup.FormRate.FormSelect.FormSlider.FormSwitch.FormTable.FormTablePlus.FormText.FormTextarea.FormTimeSelect.FormView.TableColumnDef.ToolbarButton".split("."), re = ($) => {
|
|
58
|
+
$.component(e.name, e), $.component(t.name, t), $.component(ee.name, ee), $.component(n.name, n), $.component(i.name, i), $.component(a.name, a), $.component(o.name, o), $.component(s.name, s), $.component(c.name, c), $.component(l.name, l), $.component(u.name, u), $.component(d.name, d), $.component(p.name, p), $.component(m.name, m), $.component(h.name, h), $.component(_.name, _), $.component(v.name, v), $.component(b.name, b), $.component(x.name, x), $.component(g.name, g), $.component(C.name, C), $.component(w.name, w), $.component(T.name, T), $.component(E.name, E), $.component(D.name, D), $.component(te.name, te), $.component(k.name, k), $.component(A.name, A), $.component(j.name, j), $.component(f.name, f), $.component(M.name, M), $.component(N.name, N), $.component(y.name, y), $.component(P.name, P), $.component(F.name, F), $.component(I.name, I), $.component(L.name, L), $.component(U.name, U), $.component(G.name, G), $.component(K.name, K), $.component(V.name, V), $.component(q.name, q), $.component(J.name, J), $.component(Y.name, Y), $.component(R.name, R), $.component(H.name, H), $.component(W.name, W), $.component(z.name, z), $.component(B.name, B), $.component(Z.name, Z), $.component(X.name, X), $.component(r.name, r), $.component(S.name, S), $.component(O.name, O), $.component(Q.name, Q);
|
|
59
|
+
};
|
|
62
60
|
//#endregion
|
|
63
|
-
export { e as
|
|
61
|
+
export { e as AwesomeButton, ee as ConfirmButton, t as Confirmable, n as DictRender, i as EditableTree, a as ElementDialog, o as ElementResizeObserver, s as EmptyView, c as FlexScrollArea, l as FormAdvice, u as FormButton, d as FormCard, p as FormCascader, m as FormCell, h as FormCheckbox, _ as FormCheckboxGroup, v as FormDatePicker, b as FormHolder, x as FormImage, g as FormInput, C as FormInputCronExpression, w as FormInputEmail, T as FormInputIdCard, E as FormInputNumber, D as FormInputPhoneNumber, te as FormInputTag, k as FormInputTime, A as FormItemConfigProvider, j as FormItemGroup, f as FormItemX, M as FormRadioGroup, N as FormRate, y as FormRedTable, P as FormRow, F as FormSelect, I as FormSlider, L as FormSwitch, U as FormTable, G as FormTablePlus, K as FormText, V as FormTextarea, q as FormTimeSelect, J as FormView, Y as IframeWindow, R as PageableTable, H as SubTable, W as SubTablePlus, z as TableColumn, B as TableColumnDef, Z as TableView, X as Toolbar, r as ToolbarButton, S as VueCron, O as XInputTag, Q as YearCalendar, $ as componentNames, re as install, ne as noStylesComponents };
|
package/package.json
CHANGED
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@web-utils/form-ui",
|
|
3
3
|
"description": "form-ui",
|
|
4
|
-
"version": "1.0.0-
|
|
4
|
+
"version": "1.0.0-beta50",
|
|
5
5
|
"author": "Simple",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"type": "module",
|
|
8
|
-
"main": "
|
|
9
|
-
"module": "
|
|
10
|
-
"types": "",
|
|
8
|
+
"main": "index.mjs",
|
|
9
|
+
"module": "index.mjs",
|
|
10
|
+
"types": "index.d.ts",
|
|
11
11
|
"publishConfig": {
|
|
12
12
|
"access": "public"
|
|
13
13
|
},
|
|
14
14
|
"exports": {
|
|
15
15
|
".": {
|
|
16
|
+
"types": "./index.d.ts",
|
|
16
17
|
"import": "./index.mjs"
|
|
17
18
|
},
|
|
18
19
|
"./*": "./*"
|
|
@@ -25,8 +26,12 @@
|
|
|
25
26
|
],
|
|
26
27
|
"dependencies": {
|
|
27
28
|
"@web-utils/core": "^6.0.0-beta05",
|
|
28
|
-
"@web-utils/
|
|
29
|
+
"@web-utils/integrations": "6.0.0-beta05",
|
|
30
|
+
"@web-utils/vue": "6.0.0-beta06",
|
|
31
|
+
"cronosjs": "^1.7.1",
|
|
32
|
+
"dayjs": "^1.11.20",
|
|
29
33
|
"element-plus": "^2.13.7",
|
|
34
|
+
"lodash-es": "^4.18.1",
|
|
30
35
|
"vue": "^3.5.32"
|
|
31
36
|
}
|
|
32
37
|
}
|
|
@@ -0,0 +1,398 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
data: {
|
|
3
|
+
type: ArrayConstructor;
|
|
4
|
+
default: () => never[];
|
|
5
|
+
};
|
|
6
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
7
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
8
|
+
stripe: {
|
|
9
|
+
type: BooleanConstructor;
|
|
10
|
+
default: boolean;
|
|
11
|
+
};
|
|
12
|
+
border: {
|
|
13
|
+
type: BooleanConstructor;
|
|
14
|
+
default: boolean;
|
|
15
|
+
};
|
|
16
|
+
size: StringConstructor;
|
|
17
|
+
fit: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
21
|
+
showHeader: {
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
highlightCurrentRow: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
30
|
+
rowClassName: (StringConstructor | FunctionConstructor)[];
|
|
31
|
+
rowStyle: (ObjectConstructor | FunctionConstructor)[];
|
|
32
|
+
cellClassName: (StringConstructor | FunctionConstructor)[];
|
|
33
|
+
cellStyle: (ObjectConstructor | FunctionConstructor)[];
|
|
34
|
+
headerRowClassName: (StringConstructor | FunctionConstructor)[];
|
|
35
|
+
headerRowStyle: (ObjectConstructor | FunctionConstructor)[];
|
|
36
|
+
headerCellClassName: (StringConstructor | FunctionConstructor)[];
|
|
37
|
+
headerCellStyle: (ObjectConstructor | FunctionConstructor)[];
|
|
38
|
+
rowKey: {
|
|
39
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
40
|
+
default: string;
|
|
41
|
+
};
|
|
42
|
+
emptyText: {
|
|
43
|
+
type: StringConstructor;
|
|
44
|
+
default: string;
|
|
45
|
+
};
|
|
46
|
+
defaultExpandAll: {
|
|
47
|
+
type: BooleanConstructor;
|
|
48
|
+
default: boolean;
|
|
49
|
+
};
|
|
50
|
+
expandRowKeys: {
|
|
51
|
+
type: ArrayConstructor;
|
|
52
|
+
default: () => never[];
|
|
53
|
+
};
|
|
54
|
+
defaultSort: ObjectConstructor;
|
|
55
|
+
tooltipEffect: {
|
|
56
|
+
type: StringConstructor;
|
|
57
|
+
default: string;
|
|
58
|
+
};
|
|
59
|
+
tooltipOptions: {
|
|
60
|
+
type: ObjectConstructor;
|
|
61
|
+
default: () => {};
|
|
62
|
+
};
|
|
63
|
+
appendFilterPanelTo: StringConstructor;
|
|
64
|
+
showSummary: {
|
|
65
|
+
type: BooleanConstructor;
|
|
66
|
+
default: boolean;
|
|
67
|
+
};
|
|
68
|
+
sumText: {
|
|
69
|
+
type: StringConstructor;
|
|
70
|
+
default: string;
|
|
71
|
+
};
|
|
72
|
+
summaryMethod: FunctionConstructor;
|
|
73
|
+
spanMethod: FunctionConstructor;
|
|
74
|
+
selectOnIndeterminate: {
|
|
75
|
+
type: BooleanConstructor;
|
|
76
|
+
default: boolean;
|
|
77
|
+
};
|
|
78
|
+
indent: {
|
|
79
|
+
type: NumberConstructor;
|
|
80
|
+
default: number;
|
|
81
|
+
};
|
|
82
|
+
lazy: {
|
|
83
|
+
type: BooleanConstructor;
|
|
84
|
+
default: boolean;
|
|
85
|
+
};
|
|
86
|
+
load: FunctionConstructor;
|
|
87
|
+
treeProps: {
|
|
88
|
+
type: ObjectConstructor;
|
|
89
|
+
default: () => {};
|
|
90
|
+
};
|
|
91
|
+
tableLayout: {
|
|
92
|
+
type: StringConstructor;
|
|
93
|
+
default: string;
|
|
94
|
+
};
|
|
95
|
+
scrollbarAlwaysOn: {
|
|
96
|
+
type: BooleanConstructor;
|
|
97
|
+
default: boolean;
|
|
98
|
+
};
|
|
99
|
+
showOverflowTooltip: (BooleanConstructor | ObjectConstructor)[];
|
|
100
|
+
flexible: {
|
|
101
|
+
type: BooleanConstructor;
|
|
102
|
+
default: boolean;
|
|
103
|
+
};
|
|
104
|
+
scrollbarTabindex: (StringConstructor | NumberConstructor)[];
|
|
105
|
+
allowDragLastColumn: {
|
|
106
|
+
type: BooleanConstructor;
|
|
107
|
+
default: boolean;
|
|
108
|
+
};
|
|
109
|
+
tooltipFormatter: FunctionConstructor;
|
|
110
|
+
preserveExpandedContent: {
|
|
111
|
+
type: BooleanConstructor;
|
|
112
|
+
default: boolean;
|
|
113
|
+
};
|
|
114
|
+
nativeScrollbar: {
|
|
115
|
+
type: BooleanConstructor;
|
|
116
|
+
default: boolean;
|
|
117
|
+
};
|
|
118
|
+
rowExpandable: FunctionConstructor;
|
|
119
|
+
selectionWidth: {
|
|
120
|
+
type: StringConstructor;
|
|
121
|
+
default: string;
|
|
122
|
+
};
|
|
123
|
+
viewId: StringConstructor;
|
|
124
|
+
url: StringConstructor;
|
|
125
|
+
hideOnSinglePage: BooleanConstructor;
|
|
126
|
+
api: FunctionConstructor;
|
|
127
|
+
model: ObjectConstructor;
|
|
128
|
+
ascs: {
|
|
129
|
+
type: ArrayConstructor;
|
|
130
|
+
default: () => never[];
|
|
131
|
+
};
|
|
132
|
+
descs: {
|
|
133
|
+
type: ArrayConstructor;
|
|
134
|
+
default: () => never[];
|
|
135
|
+
};
|
|
136
|
+
headerBold: BooleanConstructor;
|
|
137
|
+
autoHeight: BooleanConstructor;
|
|
138
|
+
immediate: {
|
|
139
|
+
type: BooleanConstructor;
|
|
140
|
+
default: boolean;
|
|
141
|
+
};
|
|
142
|
+
index: {
|
|
143
|
+
type: BooleanConstructor;
|
|
144
|
+
default: boolean;
|
|
145
|
+
};
|
|
146
|
+
multiple: {
|
|
147
|
+
type: BooleanConstructor;
|
|
148
|
+
default: boolean;
|
|
149
|
+
};
|
|
150
|
+
selection: {
|
|
151
|
+
type: BooleanConstructor;
|
|
152
|
+
default: boolean;
|
|
153
|
+
};
|
|
154
|
+
reloadOnModelChange: {
|
|
155
|
+
type: BooleanConstructor;
|
|
156
|
+
default: boolean;
|
|
157
|
+
};
|
|
158
|
+
columns: ArrayConstructor;
|
|
159
|
+
pageSize: {
|
|
160
|
+
type: NumberConstructor;
|
|
161
|
+
default: number;
|
|
162
|
+
};
|
|
163
|
+
dicOptions: {
|
|
164
|
+
type: ArrayConstructor;
|
|
165
|
+
default: () => never[];
|
|
166
|
+
};
|
|
167
|
+
paging: {
|
|
168
|
+
type: BooleanConstructor;
|
|
169
|
+
default: boolean;
|
|
170
|
+
};
|
|
171
|
+
clickRowSelect: BooleanConstructor;
|
|
172
|
+
payloadStyle: StringConstructor;
|
|
173
|
+
disabledRowKeys: ArrayConstructor;
|
|
174
|
+
selectExport: BooleanConstructor;
|
|
175
|
+
useVisibilityChange: BooleanConstructor;
|
|
176
|
+
}>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
177
|
+
'page-loaded': null;
|
|
178
|
+
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
179
|
+
data: {
|
|
180
|
+
type: ArrayConstructor;
|
|
181
|
+
default: () => never[];
|
|
182
|
+
};
|
|
183
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
184
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
185
|
+
stripe: {
|
|
186
|
+
type: BooleanConstructor;
|
|
187
|
+
default: boolean;
|
|
188
|
+
};
|
|
189
|
+
border: {
|
|
190
|
+
type: BooleanConstructor;
|
|
191
|
+
default: boolean;
|
|
192
|
+
};
|
|
193
|
+
size: StringConstructor;
|
|
194
|
+
fit: {
|
|
195
|
+
type: BooleanConstructor;
|
|
196
|
+
default: boolean;
|
|
197
|
+
};
|
|
198
|
+
showHeader: {
|
|
199
|
+
type: BooleanConstructor;
|
|
200
|
+
default: boolean;
|
|
201
|
+
};
|
|
202
|
+
highlightCurrentRow: {
|
|
203
|
+
type: BooleanConstructor;
|
|
204
|
+
default: boolean;
|
|
205
|
+
};
|
|
206
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
207
|
+
rowClassName: (StringConstructor | FunctionConstructor)[];
|
|
208
|
+
rowStyle: (ObjectConstructor | FunctionConstructor)[];
|
|
209
|
+
cellClassName: (StringConstructor | FunctionConstructor)[];
|
|
210
|
+
cellStyle: (ObjectConstructor | FunctionConstructor)[];
|
|
211
|
+
headerRowClassName: (StringConstructor | FunctionConstructor)[];
|
|
212
|
+
headerRowStyle: (ObjectConstructor | FunctionConstructor)[];
|
|
213
|
+
headerCellClassName: (StringConstructor | FunctionConstructor)[];
|
|
214
|
+
headerCellStyle: (ObjectConstructor | FunctionConstructor)[];
|
|
215
|
+
rowKey: {
|
|
216
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
217
|
+
default: string;
|
|
218
|
+
};
|
|
219
|
+
emptyText: {
|
|
220
|
+
type: StringConstructor;
|
|
221
|
+
default: string;
|
|
222
|
+
};
|
|
223
|
+
defaultExpandAll: {
|
|
224
|
+
type: BooleanConstructor;
|
|
225
|
+
default: boolean;
|
|
226
|
+
};
|
|
227
|
+
expandRowKeys: {
|
|
228
|
+
type: ArrayConstructor;
|
|
229
|
+
default: () => never[];
|
|
230
|
+
};
|
|
231
|
+
defaultSort: ObjectConstructor;
|
|
232
|
+
tooltipEffect: {
|
|
233
|
+
type: StringConstructor;
|
|
234
|
+
default: string;
|
|
235
|
+
};
|
|
236
|
+
tooltipOptions: {
|
|
237
|
+
type: ObjectConstructor;
|
|
238
|
+
default: () => {};
|
|
239
|
+
};
|
|
240
|
+
appendFilterPanelTo: StringConstructor;
|
|
241
|
+
showSummary: {
|
|
242
|
+
type: BooleanConstructor;
|
|
243
|
+
default: boolean;
|
|
244
|
+
};
|
|
245
|
+
sumText: {
|
|
246
|
+
type: StringConstructor;
|
|
247
|
+
default: string;
|
|
248
|
+
};
|
|
249
|
+
summaryMethod: FunctionConstructor;
|
|
250
|
+
spanMethod: FunctionConstructor;
|
|
251
|
+
selectOnIndeterminate: {
|
|
252
|
+
type: BooleanConstructor;
|
|
253
|
+
default: boolean;
|
|
254
|
+
};
|
|
255
|
+
indent: {
|
|
256
|
+
type: NumberConstructor;
|
|
257
|
+
default: number;
|
|
258
|
+
};
|
|
259
|
+
lazy: {
|
|
260
|
+
type: BooleanConstructor;
|
|
261
|
+
default: boolean;
|
|
262
|
+
};
|
|
263
|
+
load: FunctionConstructor;
|
|
264
|
+
treeProps: {
|
|
265
|
+
type: ObjectConstructor;
|
|
266
|
+
default: () => {};
|
|
267
|
+
};
|
|
268
|
+
tableLayout: {
|
|
269
|
+
type: StringConstructor;
|
|
270
|
+
default: string;
|
|
271
|
+
};
|
|
272
|
+
scrollbarAlwaysOn: {
|
|
273
|
+
type: BooleanConstructor;
|
|
274
|
+
default: boolean;
|
|
275
|
+
};
|
|
276
|
+
showOverflowTooltip: (BooleanConstructor | ObjectConstructor)[];
|
|
277
|
+
flexible: {
|
|
278
|
+
type: BooleanConstructor;
|
|
279
|
+
default: boolean;
|
|
280
|
+
};
|
|
281
|
+
scrollbarTabindex: (StringConstructor | NumberConstructor)[];
|
|
282
|
+
allowDragLastColumn: {
|
|
283
|
+
type: BooleanConstructor;
|
|
284
|
+
default: boolean;
|
|
285
|
+
};
|
|
286
|
+
tooltipFormatter: FunctionConstructor;
|
|
287
|
+
preserveExpandedContent: {
|
|
288
|
+
type: BooleanConstructor;
|
|
289
|
+
default: boolean;
|
|
290
|
+
};
|
|
291
|
+
nativeScrollbar: {
|
|
292
|
+
type: BooleanConstructor;
|
|
293
|
+
default: boolean;
|
|
294
|
+
};
|
|
295
|
+
rowExpandable: FunctionConstructor;
|
|
296
|
+
selectionWidth: {
|
|
297
|
+
type: StringConstructor;
|
|
298
|
+
default: string;
|
|
299
|
+
};
|
|
300
|
+
viewId: StringConstructor;
|
|
301
|
+
url: StringConstructor;
|
|
302
|
+
hideOnSinglePage: BooleanConstructor;
|
|
303
|
+
api: FunctionConstructor;
|
|
304
|
+
model: ObjectConstructor;
|
|
305
|
+
ascs: {
|
|
306
|
+
type: ArrayConstructor;
|
|
307
|
+
default: () => never[];
|
|
308
|
+
};
|
|
309
|
+
descs: {
|
|
310
|
+
type: ArrayConstructor;
|
|
311
|
+
default: () => never[];
|
|
312
|
+
};
|
|
313
|
+
headerBold: BooleanConstructor;
|
|
314
|
+
autoHeight: BooleanConstructor;
|
|
315
|
+
immediate: {
|
|
316
|
+
type: BooleanConstructor;
|
|
317
|
+
default: boolean;
|
|
318
|
+
};
|
|
319
|
+
index: {
|
|
320
|
+
type: BooleanConstructor;
|
|
321
|
+
default: boolean;
|
|
322
|
+
};
|
|
323
|
+
multiple: {
|
|
324
|
+
type: BooleanConstructor;
|
|
325
|
+
default: boolean;
|
|
326
|
+
};
|
|
327
|
+
selection: {
|
|
328
|
+
type: BooleanConstructor;
|
|
329
|
+
default: boolean;
|
|
330
|
+
};
|
|
331
|
+
reloadOnModelChange: {
|
|
332
|
+
type: BooleanConstructor;
|
|
333
|
+
default: boolean;
|
|
334
|
+
};
|
|
335
|
+
columns: ArrayConstructor;
|
|
336
|
+
pageSize: {
|
|
337
|
+
type: NumberConstructor;
|
|
338
|
+
default: number;
|
|
339
|
+
};
|
|
340
|
+
dicOptions: {
|
|
341
|
+
type: ArrayConstructor;
|
|
342
|
+
default: () => never[];
|
|
343
|
+
};
|
|
344
|
+
paging: {
|
|
345
|
+
type: BooleanConstructor;
|
|
346
|
+
default: boolean;
|
|
347
|
+
};
|
|
348
|
+
clickRowSelect: BooleanConstructor;
|
|
349
|
+
payloadStyle: StringConstructor;
|
|
350
|
+
disabledRowKeys: ArrayConstructor;
|
|
351
|
+
selectExport: BooleanConstructor;
|
|
352
|
+
useVisibilityChange: BooleanConstructor;
|
|
353
|
+
}>> & Readonly<{
|
|
354
|
+
"onPage-loaded"?: ((...args: any[]) => any) | undefined;
|
|
355
|
+
}>, {
|
|
356
|
+
data: unknown[];
|
|
357
|
+
immediate: boolean;
|
|
358
|
+
lazy: boolean;
|
|
359
|
+
treeProps: Record<string, any>;
|
|
360
|
+
defaultExpandAll: boolean;
|
|
361
|
+
border: boolean;
|
|
362
|
+
fit: boolean;
|
|
363
|
+
multiple: boolean;
|
|
364
|
+
descs: unknown[];
|
|
365
|
+
ascs: unknown[];
|
|
366
|
+
showSummary: boolean;
|
|
367
|
+
selection: boolean;
|
|
368
|
+
index: boolean;
|
|
369
|
+
selectionWidth: string;
|
|
370
|
+
pageSize: number;
|
|
371
|
+
stripe: boolean;
|
|
372
|
+
showHeader: boolean;
|
|
373
|
+
highlightCurrentRow: boolean;
|
|
374
|
+
rowKey: string | Function;
|
|
375
|
+
emptyText: string;
|
|
376
|
+
expandRowKeys: unknown[];
|
|
377
|
+
tooltipEffect: string;
|
|
378
|
+
tooltipOptions: Record<string, any>;
|
|
379
|
+
sumText: string;
|
|
380
|
+
selectOnIndeterminate: boolean;
|
|
381
|
+
indent: number;
|
|
382
|
+
tableLayout: string;
|
|
383
|
+
scrollbarAlwaysOn: boolean;
|
|
384
|
+
flexible: boolean;
|
|
385
|
+
allowDragLastColumn: boolean;
|
|
386
|
+
preserveExpandedContent: boolean;
|
|
387
|
+
nativeScrollbar: boolean;
|
|
388
|
+
hideOnSinglePage: boolean;
|
|
389
|
+
headerBold: boolean;
|
|
390
|
+
autoHeight: boolean;
|
|
391
|
+
reloadOnModelChange: boolean;
|
|
392
|
+
dicOptions: unknown[];
|
|
393
|
+
paging: boolean;
|
|
394
|
+
clickRowSelect: boolean;
|
|
395
|
+
selectExport: boolean;
|
|
396
|
+
useVisibilityChange: boolean;
|
|
397
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
398
|
+
export default _default;
|