@fangzhongya/fang-ui 0.0.36 → 0.0.38
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/components/alert/index.d.ts +4 -4
- package/dist/components/alert/src/index.d.ts +8 -8
- package/dist/components/array/index.d.ts +3 -3
- package/dist/components/array/src/index.cjs +10 -16
- package/dist/components/array/src/index.d.ts +1 -1
- package/dist/components/array/src/index.js +11 -17
- package/dist/components/box/index.css +1 -1
- package/dist/components/box/index.d.ts +3 -3
- package/dist/components/box/src/index.d.ts +1 -1
- package/dist/components/box-adjust/index.css +1 -1
- package/dist/components/box-adjust/index.d.ts +3 -3
- package/dist/components/box-adjust/src/index.d.ts +1 -1
- package/dist/components/box-local/index.css +1 -1
- package/dist/components/box-local/index.d.ts +3 -3
- package/dist/components/box-local/src/index.d.ts +1 -1
- package/dist/components/box-title/index.css +1 -1
- package/dist/components/box-title/index.scss +1 -1
- package/dist/components/box-title/src/index.cjs +10 -14
- package/dist/components/box-title/src/index.js +11 -15
- package/dist/components/button/index.d.ts +5 -5
- package/dist/components/button/src/index.d.ts +10 -10
- package/dist/components/cascader/index.d.ts +2 -2
- package/dist/components/cascader/src/index.d.ts +4 -4
- package/dist/components/cascader-panel/index.d.ts +1 -1
- package/dist/components/cascader-panel/src/index.d.ts +2 -2
- package/dist/components/cascaders/index.d.ts +4 -4
- package/dist/components/cascaders/src/data.d.ts +2 -2
- package/dist/components/cascaders/src/index.d.ts +4 -4
- package/dist/components/checkbox/index.d.ts +4 -4
- package/dist/components/checkbox/src/index.d.ts +8 -8
- package/dist/components/checkbox-group/index.d.ts +4 -4
- package/dist/components/checkbox-group/src/index.d.ts +8 -8
- package/dist/components/checks/index.d.ts +4 -4
- package/dist/components/checks/src/data.d.ts +2 -2
- package/dist/components/checks/src/index.d.ts +4 -4
- package/dist/components/collapse/index.d.ts +4 -4
- package/dist/components/collapse/src/index.d.ts +8 -8
- package/dist/components/collapse-item/index.d.ts +3 -3
- package/dist/components/collapse-item/src/index.d.ts +6 -6
- package/dist/components/common/list.d.ts +2 -2
- package/dist/components/common/urls.d.ts +1 -1
- package/dist/components/dates/index.css +1 -1
- package/dist/components/dates/index.d.ts +4 -4
- package/dist/components/dates/src/data.d.ts +2 -2
- package/dist/components/dates/src/index.d.ts +4 -4
- package/dist/components/dialog/index.d.ts +309 -46
- package/dist/components/dialog/index.scss +1 -28
- package/dist/components/dialog/src/data.cjs +5 -15
- package/dist/components/dialog/src/data.d.ts +13 -17
- package/dist/components/dialog/src/data.js +5 -15
- package/dist/components/dialog/src/index.cjs +28 -68
- package/dist/components/dialog/src/index.d.ts +599 -28
- package/dist/components/dialog/src/index.js +29 -69
- package/dist/components/dialog/style/index2.scss +0 -1
- package/dist/components/{cs-config → dialogs}/index.cjs +4 -3
- package/dist/components/{dialog → dialogs}/index.css +5 -5
- package/dist/components/dialogs/index.d.ts +59 -0
- package/dist/components/{cs-i18n → dialogs}/index.js +4 -3
- package/dist/components/dialogs/index.scss +32 -0
- package/dist/components/dialogs/src/data.cjs +19 -0
- package/dist/components/dialogs/src/data.d.ts +18 -0
- package/dist/components/dialogs/src/data.js +19 -0
- package/dist/components/dialogs/src/index.cjs +84 -0
- package/dist/components/{frame/common/box-teleport.d.ts → dialogs/src/index.d.ts} +17 -15
- package/dist/components/dialogs/src/index.js +84 -0
- package/dist/components/dialogs/style/index2.scss +3 -0
- package/dist/components/divider/index.cjs +1 -0
- package/dist/components/divider/index.d.ts +21 -70
- package/dist/components/divider/index.js +1 -0
- package/dist/components/divider/index.scss +5 -0
- package/dist/components/divider/src/data.cjs +1 -9
- package/dist/components/divider/src/data.d.ts +4 -4
- package/dist/components/divider/src/data.js +1 -9
- package/dist/components/divider/src/index.cjs +8 -32
- package/dist/components/divider/src/index.d.ts +34 -121
- package/dist/components/divider/src/index.js +8 -32
- package/dist/components/divider/style/index2.scss +2 -0
- package/dist/components/drawer/index.d.ts +86 -295
- package/dist/components/drawer/index.scss +2 -10
- package/dist/components/drawer/src/data.d.ts +1 -1
- package/dist/components/drawer/src/index.cjs +14 -13
- package/dist/components/drawer/src/index.d.ts +169 -588
- package/dist/components/drawer/src/index.js +11 -10
- package/dist/components/drawer/style/index2.scss +2 -0
- package/dist/components/edit/index.d.ts +1 -1
- package/dist/components/edit/src/index.cjs +9 -16
- package/dist/components/edit/src/index.d.ts +1 -1
- package/dist/components/edit/src/index.js +10 -17
- package/dist/components/edit-float/index.css +6 -6
- package/dist/components/edit-float/index.d.ts +1 -1
- package/dist/components/edit-float/src/index.cjs +1 -1
- package/dist/components/edit-float/src/index.d.ts +1 -1
- package/dist/components/edit-float/src/index.js +1 -1
- package/dist/components/edit-float/src/index2.cjs +9 -16
- package/dist/components/edit-float/src/index2.js +10 -17
- package/dist/components/form/index.d.ts +2 -2
- package/dist/components/form/src/index.d.ts +2 -2
- package/dist/components/forms/index.d.ts +24 -24
- package/dist/components/forms/src/data.d.ts +1 -1
- package/dist/components/forms/src/index.d.ts +11 -11
- package/dist/components/forms-drag/index.d.ts +23 -23
- package/dist/components/forms-drag/src/index.d.ts +10 -10
- package/dist/components/global-config/index.css +0 -44
- package/dist/components/history/index.css +4 -4
- package/dist/components/history/src/index.cjs +1 -1
- package/dist/components/history/src/index.js +1 -1
- package/dist/components/history/src/index2.cjs +31 -40
- package/dist/components/history/src/index2.js +22 -31
- package/dist/components/icon-picker/src/index.cjs +2 -2
- package/dist/components/icon-picker/src/index.js +2 -2
- package/dist/components/image/index.d.ts +1 -1
- package/dist/components/image/src/index.d.ts +2 -2
- package/dist/components/index.cjs +214 -226
- package/dist/components/index.d.ts +2 -8
- package/dist/components/index.js +3 -15
- package/dist/components/index.scss +5 -3
- package/dist/components/index2.scss +6 -4
- package/dist/components/input/index.d.ts +5 -5
- package/dist/components/input/src/index.d.ts +10 -10
- package/dist/components/input-array/index.d.ts +3 -3
- package/dist/components/input-array/src/index.cjs +15 -22
- package/dist/components/input-array/src/index.d.ts +1 -1
- package/dist/components/input-array/src/index.js +12 -19
- package/dist/components/input-history/index.css +13 -13
- package/dist/components/input-history/index.d.ts +4 -4
- package/dist/components/input-history/src/index.cjs +1 -1
- package/dist/components/input-history/src/index.d.ts +3 -3
- package/dist/components/input-history/src/index.js +1 -1
- package/dist/components/input-history/src/index2.cjs +13 -22
- package/dist/components/input-history/src/index2.js +9 -18
- package/dist/components/input-number/index.d.ts +2 -2
- package/dist/components/input-number/src/index.d.ts +4 -4
- package/dist/components/input-select/index.cjs +3 -2
- package/dist/components/input-select/index.css +25 -11
- package/dist/components/input-select/index.d.ts +80 -221
- package/dist/components/input-select/index.js +3 -2
- package/dist/components/input-select/index.scss +4 -4
- package/dist/components/input-select/src/data.d.ts +2 -2
- package/dist/components/input-select/src/index.cjs +204 -5
- package/dist/components/input-select/src/index.d.ts +150 -433
- package/dist/components/input-select/src/index.js +204 -5
- package/dist/components/input-select/src/index2.cjs +2 -219
- package/dist/components/input-select/src/index2.js +1 -218
- package/dist/components/labels/index.d.ts +4 -4
- package/dist/components/labels/src/data.d.ts +2 -2
- package/dist/components/labels/src/index.d.ts +4 -4
- package/dist/components/lists/index.d.ts +2 -2
- package/dist/components/lists/src/index.d.ts +2 -2
- package/dist/components/page/index.css +0 -21
- package/dist/components/page/index.d.ts +44 -44
- package/dist/components/page/set-column.css +8 -8
- package/dist/components/page/src/index.cjs +3 -3
- package/dist/components/page/src/index.d.ts +81 -81
- package/dist/components/page/src/index.js +3 -3
- package/dist/components/page/src/set-column.cjs +1 -1
- package/dist/components/page/src/set-column.js +1 -1
- package/dist/components/page/src/set-column2.cjs +2 -2
- package/dist/components/page/src/set-column2.js +2 -2
- package/dist/components/popconfirm/index.d.ts +5 -5
- package/dist/components/popconfirm/src/index.d.ts +10 -10
- package/dist/components/popover/index.d.ts +6 -6
- package/dist/components/popover/src/index.d.ts +12 -12
- package/dist/components/popup/index.css +1 -1
- package/dist/components/popup/index.d.ts +3 -3
- package/dist/components/popup/src/index.d.ts +1 -1
- package/dist/components/radio/index.d.ts +4 -4
- package/dist/components/radio/src/index.d.ts +8 -8
- package/dist/components/radio-group/index.d.ts +3 -3
- package/dist/components/radio-group/src/index.d.ts +6 -6
- package/dist/components/retract/index.d.ts +6 -6
- package/dist/components/retract/src/index.cjs +11 -14
- package/dist/components/retract/src/index.d.ts +3 -3
- package/dist/components/retract/src/index.js +12 -15
- package/dist/components/right-key/index.d.ts +3 -3
- package/dist/components/right-key/src/data.d.ts +1 -1
- package/dist/components/right-key/src/index.cjs +4 -4
- package/dist/components/right-key/src/index.d.ts +2 -2
- package/dist/components/right-key/src/index.js +2 -2
- package/dist/components/role-select/index.d.ts +2 -2
- package/dist/components/role-select/src/index.d.ts +4 -4
- package/dist/components/select/index.d.ts +1 -1
- package/dist/components/select/src/index.d.ts +2 -2
- package/dist/components/select-dialog/src/index.cjs +2 -2
- package/dist/components/select-dialog/src/index.js +2 -2
- package/dist/components/select-popover/index.d.ts +1 -1
- package/dist/components/select-popover/src/index.d.ts +2 -2
- package/dist/components/selector/index.d.ts +1 -1
- package/dist/components/selector/src/index.d.ts +1 -1
- package/dist/components/selects/index.d.ts +4 -4
- package/dist/components/selects/src/data.d.ts +2 -2
- package/dist/components/selects/src/index.d.ts +4 -4
- package/dist/components/stick-edge/index.d.ts +15 -15
- package/dist/components/stick-edge/src/index.d.ts +9 -9
- package/dist/components/stick-window/src/index.cjs +11 -15
- package/dist/components/stick-window/src/index.js +10 -14
- package/dist/components/switch/index.d.ts +5 -5
- package/dist/components/switch/src/index.d.ts +10 -10
- package/dist/components/switchs/index.d.ts +4 -4
- package/dist/components/switchs/src/data.d.ts +2 -2
- package/dist/components/switchs/src/index.d.ts +4 -4
- package/dist/components/tables/common/pagin.d.ts +1 -1
- package/dist/components/tables/index.d.ts +3 -3
- package/dist/components/tables/src/index.d.ts +1 -1
- package/dist/components/tablesp/index.d.ts +12 -12
- package/dist/components/tablesp/src/index.d.ts +15 -15
- package/dist/components/tabless/index.d.ts +12 -12
- package/dist/components/tabless/src/index.d.ts +15 -15
- package/dist/components/tablesv/index.d.ts +3 -3
- package/dist/components/tablesv/src/index.d.ts +1 -1
- package/dist/components/tablesvp/index.d.ts +12 -12
- package/dist/components/tablesvp/src/index.d.ts +15 -15
- package/dist/components/tooltip/index.d.ts +6 -6
- package/dist/components/tooltip/src/index.d.ts +12 -12
- package/dist/components/tree-select-box/index.d.ts +2 -2
- package/dist/components/tree-select-box/src/index.d.ts +4 -4
- package/dist/components/upload/index.d.ts +4 -4
- package/dist/components/upload/src/index.d.ts +8 -8
- package/dist/components/user-select/index.d.ts +2 -2
- package/dist/components/user-select/src/index.d.ts +4 -4
- package/dist/components/window/index.css +1 -1
- package/dist/components/window/index.d.ts +3 -3
- package/dist/components/window/src/index.cjs +28 -47
- package/dist/components/window/src/index.d.ts +1 -1
- package/dist/components/window/src/index.js +24 -43
- package/dist/expand/{chunk-IMQMZ66E.js → chunk-5DCURPLA.js} +81 -9
- package/dist/expand/{chunk-KYVOOBKQ.cjs → chunk-NWMTWNXH.cjs} +81 -9
- package/dist/expand/components.cjs +16 -12
- package/dist/expand/components.d.cts +2 -1
- package/dist/expand/components.d.ts +2 -1
- package/dist/expand/components.js +12 -8
- package/dist/expand/config.cjs +2 -2
- package/dist/expand/config.js +1 -1
- package/dist/hooks/global-config/index.cjs +0 -6
- package/dist/hooks/global-config/index.js +0 -6
- package/dist/icons/index.css +143 -0
- package/dist/icons/index.json +31 -0
- package/dist/icons/vue/bar.cjs +20 -0
- package/dist/icons/vue/bar.d.ts +3 -0
- package/dist/icons/vue/bar.js +20 -0
- package/dist/{locale/common.cjs → icons/vue/bar2.cjs} +3 -7
- package/dist/icons/vue/bar2.js +6 -0
- package/dist/icons/vue/below.cjs +20 -0
- package/dist/icons/vue/below.d.ts +3 -0
- package/dist/icons/vue/below.js +20 -0
- package/dist/icons/vue/below2.cjs +6 -0
- package/dist/icons/vue/below2.js +6 -0
- package/dist/icons/vue/clear.cjs +25 -0
- package/dist/icons/vue/clear.d.ts +3 -0
- package/dist/icons/vue/clear.js +25 -0
- package/dist/icons/vue/clear2.cjs +6 -0
- package/dist/icons/vue/clear2.js +6 -0
- package/dist/icons/vue/close.cjs +19 -0
- package/dist/icons/vue/close.d.ts +3 -0
- package/dist/icons/vue/close.js +19 -0
- package/dist/icons/vue/close2.cjs +6 -0
- package/dist/icons/vue/close2.js +6 -0
- package/dist/icons/vue/edit.cjs +24 -0
- package/dist/icons/vue/edit.d.ts +3 -0
- package/dist/icons/vue/edit.js +24 -0
- package/dist/icons/vue/edit2.cjs +6 -0
- package/dist/icons/vue/edit2.js +6 -0
- package/dist/icons/vue/frame.cjs +20 -0
- package/dist/icons/vue/frame.d.ts +3 -0
- package/dist/icons/vue/frame.js +20 -0
- package/dist/icons/vue/frame2.cjs +6 -0
- package/dist/icons/vue/frame2.js +6 -0
- package/dist/icons/vue/index.cjs +18 -0
- package/dist/icons/vue/index.d.ts +9 -0
- package/dist/icons/vue/index.js +26 -8
- package/dist/icons/vue/left.cjs +20 -0
- package/dist/icons/vue/left.d.ts +3 -0
- package/dist/icons/vue/left.js +20 -0
- package/dist/icons/vue/left2.cjs +6 -0
- package/dist/icons/vue/left2.js +6 -0
- package/dist/icons/vue/right.cjs +19 -0
- package/dist/icons/vue/right.d.ts +3 -0
- package/dist/icons/vue/right.js +19 -0
- package/dist/icons/vue/right2.cjs +6 -0
- package/dist/icons/vue/right2.js +6 -0
- package/dist/icons/vue/star.cjs +20 -0
- package/dist/icons/vue/star.d.ts +3 -0
- package/dist/icons/vue/star.js +20 -0
- package/dist/icons/vue/star2.cjs +6 -0
- package/dist/icons/vue/star2.js +6 -0
- package/dist/index.cjs +233 -245
- package/dist/index.css +139 -66
- package/dist/index.js +3 -15
- package/dist/utils/vues/getBuildProps.cjs +0 -13
- package/dist/utils/vues/getBuildProps.js +1 -14
- package/package.json +6 -6
- package/dist/components/cs-config/index.d.ts +0 -45
- package/dist/components/cs-config/index.js +0 -7
- package/dist/components/cs-config/src/data.cjs +0 -41
- package/dist/components/cs-config/src/data.d.ts +0 -23
- package/dist/components/cs-config/src/data.js +0 -41
- package/dist/components/cs-config/src/index.cjs +0 -38
- package/dist/components/cs-config/src/index.d.ts +0 -35
- package/dist/components/cs-config/src/index.js +0 -38
- package/dist/components/cs-config/src/index2.d.ts +0 -22
- package/dist/components/cs-emits/index.cjs +0 -7
- package/dist/components/cs-emits/index.d.ts +0 -8
- package/dist/components/cs-emits/index.js +0 -7
- package/dist/components/cs-emits/src/data.cjs +0 -10
- package/dist/components/cs-emits/src/data.d.ts +0 -11
- package/dist/components/cs-emits/src/data.js +0 -10
- package/dist/components/cs-emits/src/index.cjs +0 -25
- package/dist/components/cs-emits/src/index.d.ts +0 -7
- package/dist/components/cs-emits/src/index.js +0 -25
- package/dist/components/cs-emits/src/index2.cjs +0 -4
- package/dist/components/cs-emits/src/index2.js +0 -4
- package/dist/components/cs-expose/index.cjs +0 -7
- package/dist/components/cs-expose/index.d.ts +0 -7
- package/dist/components/cs-expose/index.js +0 -7
- package/dist/components/cs-expose/src/data.cjs +0 -7
- package/dist/components/cs-expose/src/data.d.ts +0 -12
- package/dist/components/cs-expose/src/data.js +0 -7
- package/dist/components/cs-expose/src/index.cjs +0 -30
- package/dist/components/cs-expose/src/index.d.ts +0 -8
- package/dist/components/cs-expose/src/index.js +0 -30
- package/dist/components/cs-expose/src/index2.cjs +0 -4
- package/dist/components/cs-expose/src/index2.js +0 -4
- package/dist/components/cs-i18n/index.cjs +0 -7
- package/dist/components/cs-i18n/index.d.ts +0 -16
- package/dist/components/cs-i18n/src/data.cjs +0 -14
- package/dist/components/cs-i18n/src/data.d.ts +0 -12
- package/dist/components/cs-i18n/src/data.js +0 -14
- package/dist/components/cs-i18n/src/index.cjs +0 -55
- package/dist/components/cs-i18n/src/index.d.ts +0 -15
- package/dist/components/cs-i18n/src/index.js +0 -55
- package/dist/components/cs-i18n/src/index2.cjs +0 -4
- package/dist/components/cs-i18n/src/index2.js +0 -4
- package/dist/components/cs-props/index.cjs +0 -7
- package/dist/components/cs-props/index.d.ts +0 -74
- package/dist/components/cs-props/index.js +0 -7
- package/dist/components/cs-props/src/data.cjs +0 -78
- package/dist/components/cs-props/src/data.d.ts +0 -76
- package/dist/components/cs-props/src/data.js +0 -78
- package/dist/components/cs-props/src/index.cjs +0 -40
- package/dist/components/cs-props/src/index.d.ts +0 -73
- package/dist/components/cs-props/src/index.js +0 -40
- package/dist/components/cs-props/src/index2.cjs +0 -4
- package/dist/components/cs-props/src/index2.js +0 -4
- package/dist/components/cs-slot/index.cjs +0 -7
- package/dist/components/cs-slot/index.d.ts +0 -25
- package/dist/components/cs-slot/index.js +0 -7
- package/dist/components/cs-slot/src/data.cjs +0 -10
- package/dist/components/cs-slot/src/data.d.ts +0 -19
- package/dist/components/cs-slot/src/data.js +0 -10
- package/dist/components/cs-slot/src/index.cjs +0 -46
- package/dist/components/cs-slot/src/index.d.ts +0 -23
- package/dist/components/cs-slot/src/index.js +0 -46
- package/dist/components/cs-slot/src/index2.cjs +0 -4
- package/dist/components/cs-slot/src/index2.js +0 -4
- package/dist/components/cs-title/index.cjs +0 -7
- package/dist/components/cs-title/index.d.ts +0 -20
- package/dist/components/cs-title/index.js +0 -7
- package/dist/components/cs-title/src/data.cjs +0 -5
- package/dist/components/cs-title/src/data.d.ts +0 -16
- package/dist/components/cs-title/src/data.js +0 -5
- package/dist/components/cs-title/src/index.cjs +0 -20
- package/dist/components/cs-title/src/index.d.ts +0 -18
- package/dist/components/cs-title/src/index.js +0 -20
- package/dist/components/cs-title/src/index.scss +0 -17
- package/dist/components/cs-title/src/index2.cjs +0 -4
- package/dist/components/cs-title/src/index2.js +0 -4
- package/dist/components/drawer/index.css +0 -57
- package/dist/components/drawer/style/cs.scss +0 -12
- package/dist/components/frame/common/box-teleport.cjs +0 -33
- package/dist/components/frame/common/box-teleport.js +0 -33
- package/dist/components/frame/common/box-teleport2.cjs +0 -4
- package/dist/components/frame/common/box-teleport2.js +0 -4
- package/dist/locale/common.js +0 -10
- package/dist/locale/en.cjs +0 -25
- package/dist/locale/en.js +0 -25
- package/dist/locale/index.cjs +0 -8
- package/dist/locale/index.js +0 -8
- /package/dist/components/{cs-config → dialogs}/src/index2.cjs +0 -0
- /package/dist/components/{cs-config → dialogs}/src/index2.js +0 -0
- /package/dist/components/{time-picker → pagination}/index.css +0 -0
|
@@ -56,7 +56,7 @@ declare const Tabless: SFCWithInstall<{
|
|
|
56
56
|
type: () => ObjAny;
|
|
57
57
|
};
|
|
58
58
|
ajax: {
|
|
59
|
-
type: (
|
|
59
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
60
60
|
};
|
|
61
61
|
param: {
|
|
62
62
|
type: ObjectConstructor;
|
|
@@ -79,9 +79,9 @@ declare const Tabless: SFCWithInstall<{
|
|
|
79
79
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
80
80
|
config: TableConfig;
|
|
81
81
|
param: Record<string, any>;
|
|
82
|
-
list: ListObj[];
|
|
83
82
|
options: Record<string, any>;
|
|
84
83
|
load: boolean;
|
|
84
|
+
list: ListObj[];
|
|
85
85
|
compons: {
|
|
86
86
|
[key: string]: Component;
|
|
87
87
|
};
|
|
@@ -91,10 +91,10 @@ declare const Tabless: SFCWithInstall<{
|
|
|
91
91
|
$data: {};
|
|
92
92
|
$props: Partial<{
|
|
93
93
|
value: ObjAny[];
|
|
94
|
-
list: ListObj[];
|
|
95
94
|
loading: boolean;
|
|
96
95
|
options: Record<string, any>;
|
|
97
96
|
height: string | number;
|
|
97
|
+
list: ListObj[];
|
|
98
98
|
compons: {
|
|
99
99
|
[key: string]: Component;
|
|
100
100
|
};
|
|
@@ -102,17 +102,17 @@ declare const Tabless: SFCWithInstall<{
|
|
|
102
102
|
adaptive: boolean;
|
|
103
103
|
}> & Omit<{
|
|
104
104
|
readonly value: ObjAny[];
|
|
105
|
-
readonly list: ListObj[];
|
|
106
105
|
readonly loading: boolean;
|
|
107
106
|
readonly options: Record<string, any>;
|
|
108
107
|
readonly height: string | number;
|
|
108
|
+
readonly list: ListObj[];
|
|
109
109
|
readonly compons: {
|
|
110
110
|
[key: string]: Component;
|
|
111
111
|
};
|
|
112
112
|
readonly defaultSort: DefaultSort;
|
|
113
113
|
readonly adaptive: boolean;
|
|
114
114
|
readonly lineHeight?: string | number | undefined;
|
|
115
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "value" | "
|
|
115
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "value" | "loading" | "options" | "height" | "list" | "compons" | "defaultSort" | "adaptive">;
|
|
116
116
|
$attrs: {
|
|
117
117
|
[x: string]: unknown;
|
|
118
118
|
};
|
|
@@ -1662,10 +1662,10 @@ declare const Tabless: SFCWithInstall<{
|
|
|
1662
1662
|
toggleRowSelection: (...arr: any[]) => void;
|
|
1663
1663
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
1664
1664
|
value: ObjAny[];
|
|
1665
|
-
list: ListObj[];
|
|
1666
1665
|
loading: boolean;
|
|
1667
1666
|
options: Record<string, any>;
|
|
1668
1667
|
height: string | number;
|
|
1668
|
+
list: ListObj[];
|
|
1669
1669
|
compons: {
|
|
1670
1670
|
[key: string]: Component;
|
|
1671
1671
|
};
|
|
@@ -1693,10 +1693,10 @@ declare const Tabless: SFCWithInstall<{
|
|
|
1693
1693
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
1694
1694
|
} & Readonly<{
|
|
1695
1695
|
value: ObjAny[];
|
|
1696
|
-
list: ListObj[];
|
|
1697
1696
|
loading: boolean;
|
|
1698
1697
|
options: Record<string, any>;
|
|
1699
1698
|
height: string | number;
|
|
1699
|
+
list: ListObj[];
|
|
1700
1700
|
compons: {
|
|
1701
1701
|
[key: string]: Component;
|
|
1702
1702
|
};
|
|
@@ -1767,7 +1767,7 @@ declare const Tabless: SFCWithInstall<{
|
|
|
1767
1767
|
};
|
|
1768
1768
|
default(): {};
|
|
1769
1769
|
};
|
|
1770
|
-
}>> & Readonly<{}>, "toggleRowSelection" | "clearSelection" | ("value" | "
|
|
1770
|
+
}>> & Readonly<{}>, "toggleRowSelection" | "clearSelection" | ("value" | "loading" | "options" | "height" | "list" | "compons" | "defaultSort" | "adaptive")> & ShallowUnwrapRef<{
|
|
1771
1771
|
clearSelection: () => void;
|
|
1772
1772
|
toggleRowSelection: (...arr: any[]) => void;
|
|
1773
1773
|
}> & {} & ComponentCustomProperties & {} & {
|
|
@@ -1827,7 +1827,7 @@ declare const Tabless: SFCWithInstall<{
|
|
|
1827
1827
|
type: () => ObjAny;
|
|
1828
1828
|
};
|
|
1829
1829
|
ajax: {
|
|
1830
|
-
type: (
|
|
1830
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
1831
1831
|
};
|
|
1832
1832
|
param: {
|
|
1833
1833
|
type: ObjectConstructor;
|
|
@@ -1850,9 +1850,9 @@ declare const Tabless: SFCWithInstall<{
|
|
|
1850
1850
|
}, {}, {}, {}, {
|
|
1851
1851
|
config: TableConfig;
|
|
1852
1852
|
param: Record<string, any>;
|
|
1853
|
-
list: ListObj[];
|
|
1854
1853
|
options: Record<string, any>;
|
|
1855
1854
|
load: boolean;
|
|
1855
|
+
list: ListObj[];
|
|
1856
1856
|
compons: {
|
|
1857
1857
|
[key: string]: Component;
|
|
1858
1858
|
};
|
|
@@ -1905,7 +1905,7 @@ declare const Tabless: SFCWithInstall<{
|
|
|
1905
1905
|
type: () => ObjAny;
|
|
1906
1906
|
};
|
|
1907
1907
|
ajax: {
|
|
1908
|
-
type: (
|
|
1908
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
1909
1909
|
};
|
|
1910
1910
|
param: {
|
|
1911
1911
|
type: ObjectConstructor;
|
|
@@ -1928,9 +1928,9 @@ declare const Tabless: SFCWithInstall<{
|
|
|
1928
1928
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
1929
1929
|
config: TableConfig;
|
|
1930
1930
|
param: Record<string, any>;
|
|
1931
|
-
list: ListObj[];
|
|
1932
1931
|
options: Record<string, any>;
|
|
1933
1932
|
load: boolean;
|
|
1933
|
+
list: ListObj[];
|
|
1934
1934
|
compons: {
|
|
1935
1935
|
[key: string]: Component;
|
|
1936
1936
|
};
|
|
@@ -18,10 +18,10 @@ declare function __VLS_template(): {
|
|
|
18
18
|
$data: {};
|
|
19
19
|
$props: Partial<{
|
|
20
20
|
value: ObjAny[];
|
|
21
|
-
list: ListObj[];
|
|
22
21
|
loading: boolean;
|
|
23
22
|
options: Record<string, any>;
|
|
24
23
|
height: string | number;
|
|
24
|
+
list: ListObj[];
|
|
25
25
|
compons: {
|
|
26
26
|
[key: string]: Component;
|
|
27
27
|
};
|
|
@@ -29,17 +29,17 @@ declare function __VLS_template(): {
|
|
|
29
29
|
adaptive: boolean;
|
|
30
30
|
}> & Omit<{
|
|
31
31
|
readonly value: ObjAny[];
|
|
32
|
-
readonly list: ListObj[];
|
|
33
32
|
readonly loading: boolean;
|
|
34
33
|
readonly options: Record<string, any>;
|
|
35
34
|
readonly height: string | number;
|
|
35
|
+
readonly list: ListObj[];
|
|
36
36
|
readonly compons: {
|
|
37
37
|
[key: string]: Component;
|
|
38
38
|
};
|
|
39
39
|
readonly defaultSort: DefaultSort;
|
|
40
40
|
readonly adaptive: boolean;
|
|
41
41
|
readonly lineHeight?: string | number | undefined;
|
|
42
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "value" | "
|
|
42
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "value" | "loading" | "options" | "height" | "list" | "compons" | "defaultSort" | "adaptive">;
|
|
43
43
|
$attrs: {
|
|
44
44
|
[x: string]: unknown;
|
|
45
45
|
};
|
|
@@ -1589,10 +1589,10 @@ declare function __VLS_template(): {
|
|
|
1589
1589
|
toggleRowSelection: (...arr: any[]) => void;
|
|
1590
1590
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
1591
1591
|
value: ObjAny[];
|
|
1592
|
-
list: ListObj[];
|
|
1593
1592
|
loading: boolean;
|
|
1594
1593
|
options: Record<string, any>;
|
|
1595
1594
|
height: string | number;
|
|
1595
|
+
list: ListObj[];
|
|
1596
1596
|
compons: {
|
|
1597
1597
|
[key: string]: Component;
|
|
1598
1598
|
};
|
|
@@ -1620,10 +1620,10 @@ declare function __VLS_template(): {
|
|
|
1620
1620
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
1621
1621
|
} & Readonly<{
|
|
1622
1622
|
value: ObjAny[];
|
|
1623
|
-
list: ListObj[];
|
|
1624
1623
|
loading: boolean;
|
|
1625
1624
|
options: Record<string, any>;
|
|
1626
1625
|
height: string | number;
|
|
1626
|
+
list: ListObj[];
|
|
1627
1627
|
compons: {
|
|
1628
1628
|
[key: string]: Component;
|
|
1629
1629
|
};
|
|
@@ -1694,7 +1694,7 @@ declare function __VLS_template(): {
|
|
|
1694
1694
|
};
|
|
1695
1695
|
default(): {};
|
|
1696
1696
|
};
|
|
1697
|
-
}>> & Readonly<{}>, "toggleRowSelection" | "clearSelection" | ("value" | "
|
|
1697
|
+
}>> & Readonly<{}>, "toggleRowSelection" | "clearSelection" | ("value" | "loading" | "options" | "height" | "list" | "compons" | "defaultSort" | "adaptive")> & ShallowUnwrapRef<{
|
|
1698
1698
|
clearSelection: () => void;
|
|
1699
1699
|
toggleRowSelection: (...arr: any[]) => void;
|
|
1700
1700
|
}> & {} & ComponentCustomProperties & {} & {
|
|
@@ -1751,7 +1751,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
1751
1751
|
type: () => ObjAny;
|
|
1752
1752
|
};
|
|
1753
1753
|
ajax: {
|
|
1754
|
-
type: (
|
|
1754
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
1755
1755
|
};
|
|
1756
1756
|
param: {
|
|
1757
1757
|
type: ObjectConstructor;
|
|
@@ -1816,7 +1816,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
1816
1816
|
type: () => ObjAny;
|
|
1817
1817
|
};
|
|
1818
1818
|
ajax: {
|
|
1819
|
-
type: (
|
|
1819
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
1820
1820
|
};
|
|
1821
1821
|
param: {
|
|
1822
1822
|
type: ObjectConstructor;
|
|
@@ -1834,9 +1834,9 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
1834
1834
|
}>> & Readonly<{}>, {
|
|
1835
1835
|
config: TableConfig;
|
|
1836
1836
|
param: Record<string, any>;
|
|
1837
|
-
list: ListObj[];
|
|
1838
1837
|
options: Record<string, any>;
|
|
1839
1838
|
load: boolean;
|
|
1839
|
+
list: ListObj[];
|
|
1840
1840
|
compons: {
|
|
1841
1841
|
[key: string]: Component;
|
|
1842
1842
|
};
|
|
@@ -1846,10 +1846,10 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
1846
1846
|
$data: {};
|
|
1847
1847
|
$props: Partial<{
|
|
1848
1848
|
value: ObjAny[];
|
|
1849
|
-
list: ListObj[];
|
|
1850
1849
|
loading: boolean;
|
|
1851
1850
|
options: Record<string, any>;
|
|
1852
1851
|
height: string | number;
|
|
1852
|
+
list: ListObj[];
|
|
1853
1853
|
compons: {
|
|
1854
1854
|
[key: string]: Component;
|
|
1855
1855
|
};
|
|
@@ -1857,17 +1857,17 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
1857
1857
|
adaptive: boolean;
|
|
1858
1858
|
}> & Omit<{
|
|
1859
1859
|
readonly value: ObjAny[];
|
|
1860
|
-
readonly list: ListObj[];
|
|
1861
1860
|
readonly loading: boolean;
|
|
1862
1861
|
readonly options: Record<string, any>;
|
|
1863
1862
|
readonly height: string | number;
|
|
1863
|
+
readonly list: ListObj[];
|
|
1864
1864
|
readonly compons: {
|
|
1865
1865
|
[key: string]: Component;
|
|
1866
1866
|
};
|
|
1867
1867
|
readonly defaultSort: DefaultSort;
|
|
1868
1868
|
readonly adaptive: boolean;
|
|
1869
1869
|
readonly lineHeight?: string | number | undefined;
|
|
1870
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "value" | "
|
|
1870
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "value" | "loading" | "options" | "height" | "list" | "compons" | "defaultSort" | "adaptive">;
|
|
1871
1871
|
$attrs: {
|
|
1872
1872
|
[x: string]: unknown;
|
|
1873
1873
|
};
|
|
@@ -3417,10 +3417,10 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
3417
3417
|
toggleRowSelection: (...arr: any[]) => void;
|
|
3418
3418
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
3419
3419
|
value: ObjAny[];
|
|
3420
|
-
list: ListObj[];
|
|
3421
3420
|
loading: boolean;
|
|
3422
3421
|
options: Record<string, any>;
|
|
3423
3422
|
height: string | number;
|
|
3423
|
+
list: ListObj[];
|
|
3424
3424
|
compons: {
|
|
3425
3425
|
[key: string]: Component;
|
|
3426
3426
|
};
|
|
@@ -3448,10 +3448,10 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
3448
3448
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
3449
3449
|
} & Readonly<{
|
|
3450
3450
|
value: ObjAny[];
|
|
3451
|
-
list: ListObj[];
|
|
3452
3451
|
loading: boolean;
|
|
3453
3452
|
options: Record<string, any>;
|
|
3454
3453
|
height: string | number;
|
|
3454
|
+
list: ListObj[];
|
|
3455
3455
|
compons: {
|
|
3456
3456
|
[key: string]: Component;
|
|
3457
3457
|
};
|
|
@@ -3522,7 +3522,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
3522
3522
|
};
|
|
3523
3523
|
default(): {};
|
|
3524
3524
|
};
|
|
3525
|
-
}>> & Readonly<{}>, "toggleRowSelection" | "clearSelection" | ("value" | "
|
|
3525
|
+
}>> & Readonly<{}>, "toggleRowSelection" | "clearSelection" | ("value" | "loading" | "options" | "height" | "list" | "compons" | "defaultSort" | "adaptive")> & ShallowUnwrapRef<{
|
|
3526
3526
|
clearSelection: () => void;
|
|
3527
3527
|
toggleRowSelection: (...arr: any[]) => void;
|
|
3528
3528
|
}> & {} & ComponentCustomProperties & {} & {
|
|
@@ -77,10 +77,10 @@ declare const Tablesv: SFCWithInstall<{
|
|
|
77
77
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
78
78
|
size: string;
|
|
79
79
|
value: ObjAny[];
|
|
80
|
-
list: ListObj[];
|
|
81
80
|
loading: boolean;
|
|
82
81
|
options: Record<string, any>;
|
|
83
82
|
height: string | number;
|
|
83
|
+
list: ListObj[];
|
|
84
84
|
compons: {
|
|
85
85
|
[key: string]: Component;
|
|
86
86
|
};
|
|
@@ -170,10 +170,10 @@ declare const Tablesv: SFCWithInstall<{
|
|
|
170
170
|
}, {}, {}, {}, {
|
|
171
171
|
size: string;
|
|
172
172
|
value: ObjAny[];
|
|
173
|
-
list: ListObj[];
|
|
174
173
|
loading: boolean;
|
|
175
174
|
options: Record<string, any>;
|
|
176
175
|
height: string | number;
|
|
176
|
+
list: ListObj[];
|
|
177
177
|
compons: {
|
|
178
178
|
[key: string]: Component;
|
|
179
179
|
};
|
|
@@ -258,10 +258,10 @@ declare const Tablesv: SFCWithInstall<{
|
|
|
258
258
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
259
259
|
size: string;
|
|
260
260
|
value: ObjAny[];
|
|
261
|
-
list: ListObj[];
|
|
262
261
|
loading: boolean;
|
|
263
262
|
options: Record<string, any>;
|
|
264
263
|
height: string | number;
|
|
264
|
+
list: ListObj[];
|
|
265
265
|
compons: {
|
|
266
266
|
[key: string]: Component;
|
|
267
267
|
};
|
|
@@ -157,10 +157,10 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
157
157
|
}>> & Readonly<{}>, {
|
|
158
158
|
size: string;
|
|
159
159
|
value: ObjAny[];
|
|
160
|
-
list: ListObj[];
|
|
161
160
|
loading: boolean;
|
|
162
161
|
options: Record<string, any>;
|
|
163
162
|
height: string | number;
|
|
163
|
+
list: ListObj[];
|
|
164
164
|
compons: {
|
|
165
165
|
[key: string]: Component;
|
|
166
166
|
};
|
|
@@ -48,7 +48,7 @@ declare const Tablesvp: SFCWithInstall<{
|
|
|
48
48
|
type: () => ObjAny;
|
|
49
49
|
};
|
|
50
50
|
ajax: {
|
|
51
|
-
type: (
|
|
51
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
52
52
|
};
|
|
53
53
|
param: {
|
|
54
54
|
type: ObjectConstructor;
|
|
@@ -71,9 +71,9 @@ declare const Tablesvp: SFCWithInstall<{
|
|
|
71
71
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
72
72
|
config: TableConfig;
|
|
73
73
|
param: Record<string, any>;
|
|
74
|
-
list: ListObj[];
|
|
75
74
|
options: Record<string, any>;
|
|
76
75
|
load: boolean;
|
|
76
|
+
list: ListObj[];
|
|
77
77
|
compons: {
|
|
78
78
|
[key: string]: Component;
|
|
79
79
|
};
|
|
@@ -84,10 +84,10 @@ declare const Tablesvp: SFCWithInstall<{
|
|
|
84
84
|
$props: Partial<{
|
|
85
85
|
size: string;
|
|
86
86
|
value: ObjAny[];
|
|
87
|
-
list: ListObj[];
|
|
88
87
|
loading: boolean;
|
|
89
88
|
options: Record<string, any>;
|
|
90
89
|
height: string | number;
|
|
90
|
+
list: ListObj[];
|
|
91
91
|
compons: {
|
|
92
92
|
[key: string]: Component;
|
|
93
93
|
};
|
|
@@ -96,17 +96,17 @@ declare const Tablesvp: SFCWithInstall<{
|
|
|
96
96
|
}> & Omit<{
|
|
97
97
|
readonly size: string;
|
|
98
98
|
readonly value: ObjAny[];
|
|
99
|
-
readonly list: ListObj[];
|
|
100
99
|
readonly loading: boolean;
|
|
101
100
|
readonly options: Record<string, any>;
|
|
102
101
|
readonly height: string | number;
|
|
102
|
+
readonly list: ListObj[];
|
|
103
103
|
readonly compons: {
|
|
104
104
|
[key: string]: Component;
|
|
105
105
|
};
|
|
106
106
|
readonly defaultSort: DefaultSort;
|
|
107
107
|
readonly adaptive: boolean;
|
|
108
108
|
readonly lineHeight?: string | number | undefined;
|
|
109
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "size" | "value" | "
|
|
109
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "size" | "value" | "loading" | "options" | "height" | "list" | "compons" | "defaultSort" | "adaptive">;
|
|
110
110
|
$attrs: {
|
|
111
111
|
[x: string]: unknown;
|
|
112
112
|
};
|
|
@@ -198,10 +198,10 @@ declare const Tablesvp: SFCWithInstall<{
|
|
|
198
198
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
199
199
|
size: string;
|
|
200
200
|
value: ObjAny[];
|
|
201
|
-
list: ListObj[];
|
|
202
201
|
loading: boolean;
|
|
203
202
|
options: Record<string, any>;
|
|
204
203
|
height: string | number;
|
|
204
|
+
list: ListObj[];
|
|
205
205
|
compons: {
|
|
206
206
|
[key: string]: Component;
|
|
207
207
|
};
|
|
@@ -230,10 +230,10 @@ declare const Tablesvp: SFCWithInstall<{
|
|
|
230
230
|
} & Readonly<{
|
|
231
231
|
size: string;
|
|
232
232
|
value: ObjAny[];
|
|
233
|
-
list: ListObj[];
|
|
234
233
|
loading: boolean;
|
|
235
234
|
options: Record<string, any>;
|
|
236
235
|
height: string | number;
|
|
236
|
+
list: ListObj[];
|
|
237
237
|
compons: {
|
|
238
238
|
[key: string]: Component;
|
|
239
239
|
};
|
|
@@ -308,7 +308,7 @@ declare const Tablesvp: SFCWithInstall<{
|
|
|
308
308
|
};
|
|
309
309
|
default(): {};
|
|
310
310
|
};
|
|
311
|
-
}>> & Readonly<{}>, "clearSelection" | ("size" | "value" | "
|
|
311
|
+
}>> & Readonly<{}>, "clearSelection" | ("size" | "value" | "loading" | "options" | "height" | "list" | "compons" | "defaultSort" | "adaptive") | "clearRadioRow"> & ShallowUnwrapRef<{
|
|
312
312
|
clearSelection: () => void;
|
|
313
313
|
clearRadioRow: () => void;
|
|
314
314
|
}> & {} & ComponentCustomProperties & {} & {
|
|
@@ -368,7 +368,7 @@ declare const Tablesvp: SFCWithInstall<{
|
|
|
368
368
|
type: () => ObjAny;
|
|
369
369
|
};
|
|
370
370
|
ajax: {
|
|
371
|
-
type: (
|
|
371
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
372
372
|
};
|
|
373
373
|
param: {
|
|
374
374
|
type: ObjectConstructor;
|
|
@@ -391,9 +391,9 @@ declare const Tablesvp: SFCWithInstall<{
|
|
|
391
391
|
}, {}, {}, {}, {
|
|
392
392
|
config: TableConfig;
|
|
393
393
|
param: Record<string, any>;
|
|
394
|
-
list: ListObj[];
|
|
395
394
|
options: Record<string, any>;
|
|
396
395
|
load: boolean;
|
|
396
|
+
list: ListObj[];
|
|
397
397
|
compons: {
|
|
398
398
|
[key: string]: Component;
|
|
399
399
|
};
|
|
@@ -446,7 +446,7 @@ declare const Tablesvp: SFCWithInstall<{
|
|
|
446
446
|
type: () => ObjAny;
|
|
447
447
|
};
|
|
448
448
|
ajax: {
|
|
449
|
-
type: (
|
|
449
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
450
450
|
};
|
|
451
451
|
param: {
|
|
452
452
|
type: ObjectConstructor;
|
|
@@ -469,9 +469,9 @@ declare const Tablesvp: SFCWithInstall<{
|
|
|
469
469
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
470
470
|
config: TableConfig;
|
|
471
471
|
param: Record<string, any>;
|
|
472
|
-
list: ListObj[];
|
|
473
472
|
options: Record<string, any>;
|
|
474
473
|
load: boolean;
|
|
474
|
+
list: ListObj[];
|
|
475
475
|
compons: {
|
|
476
476
|
[key: string]: Component;
|
|
477
477
|
};
|
|
@@ -11,10 +11,10 @@ declare function __VLS_template(): {
|
|
|
11
11
|
$props: Partial<{
|
|
12
12
|
size: string;
|
|
13
13
|
value: ObjAny[];
|
|
14
|
-
list: ListObj[];
|
|
15
14
|
loading: boolean;
|
|
16
15
|
options: Record<string, any>;
|
|
17
16
|
height: string | number;
|
|
17
|
+
list: ListObj[];
|
|
18
18
|
compons: {
|
|
19
19
|
[key: string]: Component;
|
|
20
20
|
};
|
|
@@ -23,17 +23,17 @@ declare function __VLS_template(): {
|
|
|
23
23
|
}> & Omit<{
|
|
24
24
|
readonly size: string;
|
|
25
25
|
readonly value: ObjAny[];
|
|
26
|
-
readonly list: ListObj[];
|
|
27
26
|
readonly loading: boolean;
|
|
28
27
|
readonly options: Record<string, any>;
|
|
29
28
|
readonly height: string | number;
|
|
29
|
+
readonly list: ListObj[];
|
|
30
30
|
readonly compons: {
|
|
31
31
|
[key: string]: Component;
|
|
32
32
|
};
|
|
33
33
|
readonly defaultSort: DefaultSort;
|
|
34
34
|
readonly adaptive: boolean;
|
|
35
35
|
readonly lineHeight?: string | number | undefined;
|
|
36
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "size" | "value" | "
|
|
36
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "size" | "value" | "loading" | "options" | "height" | "list" | "compons" | "defaultSort" | "adaptive">;
|
|
37
37
|
$attrs: {
|
|
38
38
|
[x: string]: unknown;
|
|
39
39
|
};
|
|
@@ -125,10 +125,10 @@ declare function __VLS_template(): {
|
|
|
125
125
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
126
126
|
size: string;
|
|
127
127
|
value: ObjAny[];
|
|
128
|
-
list: ListObj[];
|
|
129
128
|
loading: boolean;
|
|
130
129
|
options: Record<string, any>;
|
|
131
130
|
height: string | number;
|
|
131
|
+
list: ListObj[];
|
|
132
132
|
compons: {
|
|
133
133
|
[key: string]: Component;
|
|
134
134
|
};
|
|
@@ -157,10 +157,10 @@ declare function __VLS_template(): {
|
|
|
157
157
|
} & Readonly<{
|
|
158
158
|
size: string;
|
|
159
159
|
value: ObjAny[];
|
|
160
|
-
list: ListObj[];
|
|
161
160
|
loading: boolean;
|
|
162
161
|
options: Record<string, any>;
|
|
163
162
|
height: string | number;
|
|
163
|
+
list: ListObj[];
|
|
164
164
|
compons: {
|
|
165
165
|
[key: string]: Component;
|
|
166
166
|
};
|
|
@@ -235,7 +235,7 @@ declare function __VLS_template(): {
|
|
|
235
235
|
};
|
|
236
236
|
default(): {};
|
|
237
237
|
};
|
|
238
|
-
}>> & Readonly<{}>, "clearSelection" | ("size" | "value" | "
|
|
238
|
+
}>> & Readonly<{}>, "clearSelection" | ("size" | "value" | "loading" | "options" | "height" | "list" | "compons" | "defaultSort" | "adaptive") | "clearRadioRow"> & ShallowUnwrapRef<{
|
|
239
239
|
clearSelection: () => void;
|
|
240
240
|
clearRadioRow: () => void;
|
|
241
241
|
}> & {} & ComponentCustomProperties & {} & {
|
|
@@ -292,7 +292,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
292
292
|
type: () => ObjAny;
|
|
293
293
|
};
|
|
294
294
|
ajax: {
|
|
295
|
-
type: (
|
|
295
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
296
296
|
};
|
|
297
297
|
param: {
|
|
298
298
|
type: ObjectConstructor;
|
|
@@ -357,7 +357,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
357
357
|
type: () => ObjAny;
|
|
358
358
|
};
|
|
359
359
|
ajax: {
|
|
360
|
-
type: (
|
|
360
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
361
361
|
};
|
|
362
362
|
param: {
|
|
363
363
|
type: ObjectConstructor;
|
|
@@ -375,9 +375,9 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
375
375
|
}>> & Readonly<{}>, {
|
|
376
376
|
config: TableConfig;
|
|
377
377
|
param: Record<string, any>;
|
|
378
|
-
list: ListObj[];
|
|
379
378
|
options: Record<string, any>;
|
|
380
379
|
load: boolean;
|
|
380
|
+
list: ListObj[];
|
|
381
381
|
compons: {
|
|
382
382
|
[key: string]: Component;
|
|
383
383
|
};
|
|
@@ -388,10 +388,10 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
388
388
|
$props: Partial<{
|
|
389
389
|
size: string;
|
|
390
390
|
value: ObjAny[];
|
|
391
|
-
list: ListObj[];
|
|
392
391
|
loading: boolean;
|
|
393
392
|
options: Record<string, any>;
|
|
394
393
|
height: string | number;
|
|
394
|
+
list: ListObj[];
|
|
395
395
|
compons: {
|
|
396
396
|
[key: string]: Component;
|
|
397
397
|
};
|
|
@@ -400,17 +400,17 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
400
400
|
}> & Omit<{
|
|
401
401
|
readonly size: string;
|
|
402
402
|
readonly value: ObjAny[];
|
|
403
|
-
readonly list: ListObj[];
|
|
404
403
|
readonly loading: boolean;
|
|
405
404
|
readonly options: Record<string, any>;
|
|
406
405
|
readonly height: string | number;
|
|
406
|
+
readonly list: ListObj[];
|
|
407
407
|
readonly compons: {
|
|
408
408
|
[key: string]: Component;
|
|
409
409
|
};
|
|
410
410
|
readonly defaultSort: DefaultSort;
|
|
411
411
|
readonly adaptive: boolean;
|
|
412
412
|
readonly lineHeight?: string | number | undefined;
|
|
413
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "size" | "value" | "
|
|
413
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "size" | "value" | "loading" | "options" | "height" | "list" | "compons" | "defaultSort" | "adaptive">;
|
|
414
414
|
$attrs: {
|
|
415
415
|
[x: string]: unknown;
|
|
416
416
|
};
|
|
@@ -502,10 +502,10 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
502
502
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
503
503
|
size: string;
|
|
504
504
|
value: ObjAny[];
|
|
505
|
-
list: ListObj[];
|
|
506
505
|
loading: boolean;
|
|
507
506
|
options: Record<string, any>;
|
|
508
507
|
height: string | number;
|
|
508
|
+
list: ListObj[];
|
|
509
509
|
compons: {
|
|
510
510
|
[key: string]: Component;
|
|
511
511
|
};
|
|
@@ -534,10 +534,10 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
534
534
|
} & Readonly<{
|
|
535
535
|
size: string;
|
|
536
536
|
value: ObjAny[];
|
|
537
|
-
list: ListObj[];
|
|
538
537
|
loading: boolean;
|
|
539
538
|
options: Record<string, any>;
|
|
540
539
|
height: string | number;
|
|
540
|
+
list: ListObj[];
|
|
541
541
|
compons: {
|
|
542
542
|
[key: string]: Component;
|
|
543
543
|
};
|
|
@@ -612,7 +612,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
612
612
|
};
|
|
613
613
|
default(): {};
|
|
614
614
|
};
|
|
615
|
-
}>> & Readonly<{}>, "clearSelection" | ("size" | "value" | "
|
|
615
|
+
}>> & Readonly<{}>, "clearSelection" | ("size" | "value" | "loading" | "options" | "height" | "list" | "compons" | "defaultSort" | "adaptive") | "clearRadioRow"> & ShallowUnwrapRef<{
|
|
616
616
|
clearSelection: () => void;
|
|
617
617
|
clearRadioRow: () => void;
|
|
618
618
|
}> & {} & ComponentCustomProperties & {} & {
|