cnhis-design-vue 3.1.16-beta.2 → 3.1.16-beta.3
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/es/packages/big-table/index.d.ts +651 -1
- package/es/packages/big-table/src/BigTable.vue.d.ts +671 -20
- package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +36 -13
- package/es/packages/big-table/src/bigTableProps.d.ts +4 -0
- package/es/packages/big-table/src/bigTableProps.js +2 -1
- package/es/packages/big-table/src/bigTableState.d.ts +2 -0
- package/es/packages/big-table/src/bigTableState.js +3 -1
- package/es/packages/big-table/src/hooks/index.d.ts +9 -0
- package/es/packages/big-table/src/hooks/index.js +9 -0
- package/es/packages/big-table/src/hooks/useAnchor.d.ts +7 -0
- package/es/packages/big-table/src/hooks/useAnchor.js +41 -0
- package/es/packages/big-table/src/hooks/useEvent.d.ts +1 -1
- package/es/packages/big-table/src/hooks/useEvent.js +3 -2
- package/es/packages/button-print/index.d.ts +2 -2
- package/es/packages/button-print/src/ButtonPrint.vue.d.ts +2 -2
- package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +2 -2
- package/es/packages/drag-layout/index.d.ts +2 -2
- package/es/packages/drag-layout/src/DragLayout.vue.d.ts +2 -2
- package/es/packages/field-set/index.d.ts +1 -1
- package/es/packages/field-set/src/FieldSet.vue.d.ts +1 -1
- package/es/packages/form-config/index.d.ts +8 -8
- package/es/packages/form-config/src/FormConfig.vue.d.ts +8 -8
- package/es/packages/form-config/src/components/FormConfigCreator.vue.d.ts +3 -3
- package/es/packages/form-config/src/components/FormConfigEdit.vue.d.ts +5 -5
- package/es/packages/form-render/index.d.ts +3 -3
- package/es/packages/form-render/src/FormRender.vue.d.ts +3 -3
- package/es/packages/form-render/src/hooks/useFieldListAdaptor.js +6 -5
- package/es/packages/form-render/src/hooks/useTypeNormalize.js +1 -1
- package/es/packages/scale-view/src/hooks/use-component.d.ts +7 -7
- package/es/packages/select-label/index.d.ts +10 -10
- package/es/packages/select-label/src/LabelFormContent.vue.d.ts +3 -3
- package/es/packages/select-label/src/SelectLabel.vue.d.ts +7 -7
- package/es/packages/shortcut-setter/index.d.ts +3 -3
- package/es/packages/shortcut-setter/src/ShortcutSetter.vue.d.ts +3 -3
- package/es/packages/time-line/index.d.ts +2 -2
- package/es/packages/time-line/src/TimeLine.vue.d.ts +2 -2
- package/package.json +1 -1
|
@@ -1,21 +1,13 @@
|
|
|
1
|
-
import { defineComponent, ref, reactive, useAttrs, computed, onMounted, onUnmounted, onActivated, createVNode, h, resolveComponent, Teleport, createTextVNode, nextTick, watch, openBlock, createElementBlock, Fragment, createCommentVNode,
|
|
1
|
+
import { defineComponent, ref, reactive, useAttrs, computed, onMounted, onUnmounted, onActivated, createVNode, h, resolveComponent, Teleport, createTextVNode, nextTick, watch, openBlock, createElementBlock, Fragment, createCommentVNode, createBlock, unref, withCtx, renderList, createElementVNode, normalizeClass, normalizeStyle, mergeProps, renderSlot, toDisplayString, withDirectives, vShow, isVNode } from 'vue';
|
|
2
2
|
import { isArray, isFunction } from 'lodash-es';
|
|
3
|
-
import { useAnnotation } from '../../../packages/big-table/src/hooks/useAnnotation';
|
|
4
|
-
import { useSeparateRow } from '../../../packages/big-table/src/hooks/useSeparateRow';
|
|
5
3
|
import bigTableState from './bigTableState.js';
|
|
6
4
|
import bigTableProps from './bigTableProps.js';
|
|
7
5
|
import bigTableEmits from './bigTableEmits.js';
|
|
8
|
-
import { useFormat } from './hooks/useFormat.js';
|
|
9
|
-
import { useTableParse } from './hooks/useTableParse.js';
|
|
10
|
-
import { useBatchEditing } from './hooks/useBatchEditing.js';
|
|
11
|
-
import { useNestTable } from './hooks/useNestTable.js';
|
|
12
|
-
import { useEdit, comps } from './hooks/useEdit.js';
|
|
13
|
-
import { useEvent } from './hooks/useEvent.js';
|
|
14
6
|
import { SettingsSharp, CaretDown, CaretForward, CopyOutline, SyncOutline } from '@vicons/ionicons5';
|
|
15
7
|
import NoData from './components/NoData.js';
|
|
16
8
|
import TextOverTooltip from '../../../src/components/TextOverTooltip';
|
|
17
9
|
import SvgIcon from '../../../src/components/SvgIcon';
|
|
18
|
-
import { useMessage, NIcon, NTooltip, NCheckbox, NCheckboxGroup, NGrid, NGi, NSpace, NButton, NPopconfirm, NProgress, NDropdown, NSwitch, NPopover } from 'naive-ui';
|
|
10
|
+
import { useMessage, NIcon, NTooltip, NCheckbox, NCheckboxGroup, NGrid, NGi, NSpace, NButton, NPopconfirm, NProgress, NDropdown, NSwitch, NPopover, NTabs, NTabPane } from 'naive-ui';
|
|
19
11
|
import CGrid from '../../../packages/grid';
|
|
20
12
|
import vexutils from '../../../src/utils/vexutils';
|
|
21
13
|
import { handleTableHeight, setTableConfig, handleGroupColums, treeToList, checkMethod, setTreeGroupTitle, handleName, generateEditRender, handlerInitSearchItem, getEvaluate, getMapVal, getCandidateComponents, getageShowType, isLink, showFilter, reScrollFilterWrap, hideFilterWrap, mergeConObjFn, setDefaultFormData, handleImgArr, handleImgSrc, modalDetailImage, handleQrCodeContent, getInlineEditBtn, isCopy, setVisibleCheckAllWrap, handleTableImageSize, visibleMethod, getRowStyle, getFooterGroup, flattenRow, intersectRow, removeCheckedDisabledRows } from './utils.js';
|
|
@@ -23,6 +15,15 @@ import InputButtonScript from './components/input-button.js';
|
|
|
23
15
|
import Separate from './components/separate.js';
|
|
24
16
|
import xb_big from '../../../src/assets/img/xb_big';
|
|
25
17
|
import qr from '../../../src/assets/img/qr';
|
|
18
|
+
import { useBatchEditing } from './hooks/useBatchEditing.js';
|
|
19
|
+
import { useNestTable } from './hooks/useNestTable.js';
|
|
20
|
+
import { useAnchor } from './hooks/useAnchor.js';
|
|
21
|
+
import { useEvent } from './hooks/useEvent.js';
|
|
22
|
+
import { useSeparateRow } from './hooks/useSeparateRow.js';
|
|
23
|
+
import { useFormat } from './hooks/useFormat.js';
|
|
24
|
+
import { useTableParse } from './hooks/useTableParse.js';
|
|
25
|
+
import { useEdit, comps } from './hooks/useEdit.js';
|
|
26
|
+
import { useAnnotation } from './hooks/useAnnotation.js';
|
|
26
27
|
|
|
27
28
|
const _hoisted_1 = {
|
|
28
29
|
key: 0,
|
|
@@ -99,10 +100,15 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
99
100
|
loadExpandMethod,
|
|
100
101
|
nestHandleClickRow
|
|
101
102
|
} = useNestTable(props, state, emit);
|
|
103
|
+
const {
|
|
104
|
+
initAnchor,
|
|
105
|
+
updateAnchor,
|
|
106
|
+
anchorEvent
|
|
107
|
+
} = useAnchor(props, state, emit, xGrid);
|
|
102
108
|
const {
|
|
103
109
|
keyDown,
|
|
104
110
|
scroll
|
|
105
|
-
} = useEvent(props, state, emit, xGrid);
|
|
111
|
+
} = useEvent(props, state, emit, xGrid, anchorEvent);
|
|
106
112
|
const attr = useAttrs();
|
|
107
113
|
const currentCheckedKeys = computed(() => {
|
|
108
114
|
var _a;
|
|
@@ -240,6 +246,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
240
246
|
let columns = formatColumns(config);
|
|
241
247
|
columns = handleGroupColums(columns, props);
|
|
242
248
|
xGrid.value && xGrid.value.reloadColumn(columns);
|
|
249
|
+
initAnchor();
|
|
243
250
|
setGroupTreeExpand();
|
|
244
251
|
resetTableInlineEditStatus();
|
|
245
252
|
};
|
|
@@ -2278,7 +2285,23 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
2278
2285
|
'expand-padding': !props.isNestTable
|
|
2279
2286
|
}"
|
|
2280
2287
|
:style="{ height: state.tableHeight }"
|
|
2281
|
-
> `),
|
|
2288
|
+
> `), state.anchorList.length ? (openBlock(), createBlock(unref(NTabs), {
|
|
2289
|
+
key: 0,
|
|
2290
|
+
type: "line",
|
|
2291
|
+
animated: "",
|
|
2292
|
+
"pane-style": "padding: 0",
|
|
2293
|
+
value: state.anchorValue,
|
|
2294
|
+
"onUpdate:value": [_cache[0] || (_cache[0] = ($event) => state.anchorValue = $event), unref(updateAnchor)]
|
|
2295
|
+
}, {
|
|
2296
|
+
default: withCtx(() => [(openBlock(true), createElementBlock(Fragment, null, renderList(props.anchor, (item) => {
|
|
2297
|
+
return openBlock(), createBlock(unref(NTabPane), {
|
|
2298
|
+
name: item.field,
|
|
2299
|
+
tab: item.title,
|
|
2300
|
+
key: item.field
|
|
2301
|
+
}, null, 8, ["name", "tab"]);
|
|
2302
|
+
}), 128))]),
|
|
2303
|
+
_: 1
|
|
2304
|
+
}, 8, ["value", "onUpdate:value"])) : createCommentVNode("v-if", true), createElementVNode("div", {
|
|
2282
2305
|
class: normalizeClass(["big-table custom-big-table", {
|
|
2283
2306
|
mt: state.hasRefresh,
|
|
2284
2307
|
"expand-padding": !props.isNestTable
|
|
@@ -2425,7 +2448,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
2425
2448
|
}, [createVNode(unref(NIcon), {
|
|
2426
2449
|
size: "14",
|
|
2427
2450
|
component: unref(SyncOutline)
|
|
2428
|
-
}, null, 8, ["component"]), createElementVNode("p", _hoisted_6, toDisplayString(_ctx.refreshRow) + "\u6761\u66F4\u65B0", 1)], 512), [[vShow, props.refreshRow > 0 && !props.isNestTable]])], 6)],
|
|
2451
|
+
}, null, 8, ["component"]), createElementVNode("p", _hoisted_6, toDisplayString(_ctx.refreshRow) + "\u6761\u66F4\u65B0", 1)], 512), [[vShow, props.refreshRow > 0 && !props.isNestTable]])], 6)], 64);
|
|
2429
2452
|
};
|
|
2430
2453
|
}
|
|
2431
2454
|
});
|
|
@@ -199,5 +199,9 @@ declare const bigTableProps: {
|
|
|
199
199
|
};
|
|
200
200
|
resetInlineBatchEdit: FunctionConstructor;
|
|
201
201
|
resetBatchEditRowStatus: FunctionConstructor;
|
|
202
|
+
anchor: {
|
|
203
|
+
type: ArrayConstructor;
|
|
204
|
+
default: () => never[];
|
|
205
|
+
};
|
|
202
206
|
};
|
|
203
207
|
export default bigTableProps;
|
|
@@ -112,7 +112,8 @@ const bigTableProps = {
|
|
|
112
112
|
batchError: Boolean,
|
|
113
113
|
batchFormData: { type: Object, default: () => ({}) },
|
|
114
114
|
resetInlineBatchEdit: Function,
|
|
115
|
-
resetBatchEditRowStatus: Function
|
|
115
|
+
resetBatchEditRowStatus: Function,
|
|
116
|
+
anchor: { type: Array, default: () => [] }
|
|
116
117
|
};
|
|
117
118
|
|
|
118
119
|
export { bigTableProps as default };
|
|
@@ -54,7 +54,9 @@ const bigTableState = {
|
|
|
54
54
|
return !row.$__SEPARATE;
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
|
-
rowConfig: { height: 32, isHover: true, isCurrent: true }
|
|
57
|
+
rowConfig: { height: 32, isHover: true, isCurrent: true },
|
|
58
|
+
anchorValue: "",
|
|
59
|
+
anchorList: []
|
|
58
60
|
};
|
|
59
61
|
|
|
60
62
|
export { bigTableState as default };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from './useAnchor';
|
|
2
|
+
export * from './useEdit';
|
|
3
|
+
export * from './useFormat';
|
|
4
|
+
export * from './useTableParse';
|
|
5
|
+
export * from './useBatchEditing';
|
|
6
|
+
export * from './useNestTable';
|
|
7
|
+
export * from './useEvent';
|
|
8
|
+
export * from './useAnnotation';
|
|
9
|
+
export * from './useSeparateRow';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { useAnchor } from './useAnchor.js';
|
|
2
|
+
export { comps, useEdit } from './useEdit.js';
|
|
3
|
+
export { useFormat } from './useFormat.js';
|
|
4
|
+
export { useTableParse } from './useTableParse.js';
|
|
5
|
+
export { useBatchEditing } from './useBatchEditing.js';
|
|
6
|
+
export { useNestTable } from './useNestTable.js';
|
|
7
|
+
export { useEvent } from './useEvent.js';
|
|
8
|
+
export { useAnnotation } from './useAnnotation.js';
|
|
9
|
+
export { SeparateHandle, useSeparateMap, useSeparateRow } from './useSeparateRow.js';
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { useThrottleFn } from '@vueuse/core';
|
|
2
|
+
|
|
3
|
+
const useAnchor = (props, state, emit, xGrid) => {
|
|
4
|
+
function initAnchor() {
|
|
5
|
+
var _a;
|
|
6
|
+
if ((_a = props.anchor) == null ? void 0 : _a.length) {
|
|
7
|
+
const columns = xGrid.value.getColumns();
|
|
8
|
+
let left = 0;
|
|
9
|
+
columns.forEach((column) => {
|
|
10
|
+
const { field, minWidth, width } = column;
|
|
11
|
+
const colWidth = +(minWidth || width);
|
|
12
|
+
left += colWidth;
|
|
13
|
+
const anchorObj = props.anchor.find((v) => v.field === field);
|
|
14
|
+
anchorObj && state.anchorList.push({
|
|
15
|
+
...anchorObj,
|
|
16
|
+
left: left - colWidth
|
|
17
|
+
});
|
|
18
|
+
});
|
|
19
|
+
state.anchorValue = state.anchorList[0].field;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
function updateAnchor(field) {
|
|
23
|
+
xGrid.value.scrollToColumn(field);
|
|
24
|
+
}
|
|
25
|
+
function setAnchorValue({ scrollLeft }) {
|
|
26
|
+
if (state.anchorList.length) {
|
|
27
|
+
const anchorObj = state.anchorList.find((v) => scrollLeft < v.left);
|
|
28
|
+
if (anchorObj) {
|
|
29
|
+
state.anchorValue = anchorObj.field;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
const anchorEvent = useThrottleFn(setAnchorValue, 800);
|
|
34
|
+
return {
|
|
35
|
+
initAnchor,
|
|
36
|
+
updateAnchor,
|
|
37
|
+
anchorEvent
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
export { useAnchor };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import vexutils from '../../../../src/utils/vexutils';
|
|
2
2
|
import { hideFilterWrap } from '../utils.js';
|
|
3
3
|
|
|
4
|
-
const useEvent = (props, state, emit, xGrid) => {
|
|
4
|
+
const useEvent = (props, state, emit, xGrid, anchorEvent) => {
|
|
5
5
|
function keyDown({ $event }) {
|
|
6
6
|
var _a, _b;
|
|
7
7
|
let activeRow = null;
|
|
@@ -29,7 +29,7 @@ const useEvent = (props, state, emit, xGrid) => {
|
|
|
29
29
|
if ($event.key === "ArrowDown" && index < ((_b = props.data) == null ? void 0 : _b.length) - 1) {
|
|
30
30
|
activeIndex = index + 1;
|
|
31
31
|
}
|
|
32
|
-
|
|
32
|
+
const row = xGridRef.getData(activeIndex);
|
|
33
33
|
xGridRef.setCurrentRow(row);
|
|
34
34
|
xGridRef.scrollToRow(row);
|
|
35
35
|
emitKeyBoard();
|
|
@@ -60,6 +60,7 @@ const useEvent = (props, state, emit, xGrid) => {
|
|
|
60
60
|
hideFilterWrap(state, props);
|
|
61
61
|
}
|
|
62
62
|
scrollEvent(params);
|
|
63
|
+
anchorEvent(params);
|
|
63
64
|
};
|
|
64
65
|
return {
|
|
65
66
|
keyDown,
|
|
@@ -4016,7 +4016,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4016
4016
|
type: BooleanConstructor;
|
|
4017
4017
|
default: boolean;
|
|
4018
4018
|
};
|
|
4019
|
-
preset: import("vue").PropType<"dialog" | "
|
|
4019
|
+
preset: import("vue").PropType<"dialog" | "card" | "confirm">;
|
|
4020
4020
|
to: import("vue").PropType<string | HTMLElement>;
|
|
4021
4021
|
displayDirective: {
|
|
4022
4022
|
type: import("vue").PropType<"show" | "if">;
|
|
@@ -4978,7 +4978,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4978
4978
|
type: BooleanConstructor;
|
|
4979
4979
|
default: boolean;
|
|
4980
4980
|
};
|
|
4981
|
-
preset: import("vue").PropType<"dialog" | "
|
|
4981
|
+
preset: import("vue").PropType<"dialog" | "card" | "confirm">;
|
|
4982
4982
|
to: import("vue").PropType<string | HTMLElement>;
|
|
4983
4983
|
displayDirective: {
|
|
4984
4984
|
type: import("vue").PropType<"show" | "if">;
|
|
@@ -4020,7 +4020,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4020
4020
|
type: BooleanConstructor;
|
|
4021
4021
|
default: boolean;
|
|
4022
4022
|
};
|
|
4023
|
-
preset: import("vue").PropType<"dialog" | "
|
|
4023
|
+
preset: import("vue").PropType<"dialog" | "card" | "confirm">;
|
|
4024
4024
|
to: import("vue").PropType<string | HTMLElement>;
|
|
4025
4025
|
displayDirective: {
|
|
4026
4026
|
type: import("vue").PropType<"show" | "if">;
|
|
@@ -4982,7 +4982,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4982
4982
|
type: BooleanConstructor;
|
|
4983
4983
|
default: boolean;
|
|
4984
4984
|
};
|
|
4985
|
-
preset: import("vue").PropType<"dialog" | "
|
|
4985
|
+
preset: import("vue").PropType<"dialog" | "card" | "confirm">;
|
|
4986
4986
|
to: import("vue").PropType<string | HTMLElement>;
|
|
4987
4987
|
displayDirective: {
|
|
4988
4988
|
type: import("vue").PropType<"show" | "if">;
|
|
@@ -1505,7 +1505,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1505
1505
|
type: BooleanConstructor;
|
|
1506
1506
|
default: boolean;
|
|
1507
1507
|
};
|
|
1508
|
-
preset: import("vue").PropType<"dialog" | "
|
|
1508
|
+
preset: import("vue").PropType<"dialog" | "card" | "confirm">;
|
|
1509
1509
|
to: import("vue").PropType<string | HTMLElement>;
|
|
1510
1510
|
displayDirective: {
|
|
1511
1511
|
type: import("vue").PropType<"show" | "if">;
|
|
@@ -2467,7 +2467,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2467
2467
|
type: BooleanConstructor;
|
|
2468
2468
|
default: boolean;
|
|
2469
2469
|
};
|
|
2470
|
-
preset: import("vue").PropType<"dialog" | "
|
|
2470
|
+
preset: import("vue").PropType<"dialog" | "card" | "confirm">;
|
|
2471
2471
|
to: import("vue").PropType<string | HTMLElement>;
|
|
2472
2472
|
displayDirective: {
|
|
2473
2473
|
type: import("vue").PropType<"show" | "if">;
|
|
@@ -1888,7 +1888,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1888
1888
|
type: BooleanConstructor;
|
|
1889
1889
|
default: boolean;
|
|
1890
1890
|
};
|
|
1891
|
-
preset: import("vue").PropType<"dialog" | "
|
|
1891
|
+
preset: import("vue").PropType<"dialog" | "card" | "confirm">;
|
|
1892
1892
|
to: import("vue").PropType<string | HTMLElement>;
|
|
1893
1893
|
displayDirective: {
|
|
1894
1894
|
type: import("vue").PropType<"show" | "if">;
|
|
@@ -2850,7 +2850,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2850
2850
|
type: BooleanConstructor;
|
|
2851
2851
|
default: boolean;
|
|
2852
2852
|
};
|
|
2853
|
-
preset: import("vue").PropType<"dialog" | "
|
|
2853
|
+
preset: import("vue").PropType<"dialog" | "card" | "confirm">;
|
|
2854
2854
|
to: import("vue").PropType<string | HTMLElement>;
|
|
2855
2855
|
displayDirective: {
|
|
2856
2856
|
type: import("vue").PropType<"show" | "if">;
|
|
@@ -1888,7 +1888,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1888
1888
|
type: BooleanConstructor;
|
|
1889
1889
|
default: boolean;
|
|
1890
1890
|
};
|
|
1891
|
-
preset: import("vue").PropType<"dialog" | "
|
|
1891
|
+
preset: import("vue").PropType<"dialog" | "card" | "confirm">;
|
|
1892
1892
|
to: import("vue").PropType<string | HTMLElement>;
|
|
1893
1893
|
displayDirective: {
|
|
1894
1894
|
type: import("vue").PropType<"show" | "if">;
|
|
@@ -2850,7 +2850,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2850
2850
|
type: BooleanConstructor;
|
|
2851
2851
|
default: boolean;
|
|
2852
2852
|
};
|
|
2853
|
-
preset: import("vue").PropType<"dialog" | "
|
|
2853
|
+
preset: import("vue").PropType<"dialog" | "card" | "confirm">;
|
|
2854
2854
|
to: import("vue").PropType<string | HTMLElement>;
|
|
2855
2855
|
displayDirective: {
|
|
2856
2856
|
type: import("vue").PropType<"show" | "if">;
|
|
@@ -6974,7 +6974,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6974
6974
|
modelValue: unknown[];
|
|
6975
6975
|
componentData: Record<string, any>;
|
|
6976
6976
|
}>;
|
|
6977
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onSave" | "onClose")[], "
|
|
6977
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onSave" | "onClose")[], "onClose" | "onSave", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6978
6978
|
fields: {
|
|
6979
6979
|
type: import("vue").PropType<any[]>;
|
|
6980
6980
|
default: () => never[];
|
|
@@ -6954,7 +6954,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6954
6954
|
modelValue: unknown[];
|
|
6955
6955
|
componentData: Record<string, any>;
|
|
6956
6956
|
}>;
|
|
6957
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onSave" | "onClose")[], "
|
|
6957
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onSave" | "onClose")[], "onClose" | "onSave", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6958
6958
|
fields: {
|
|
6959
6959
|
type: PropType<any[]>;
|
|
6960
6960
|
default: () => never[];
|
|
@@ -5154,7 +5154,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5154
5154
|
type: BooleanConstructor;
|
|
5155
5155
|
default: boolean;
|
|
5156
5156
|
};
|
|
5157
|
-
preset: import("vue").PropType<"dialog" | "
|
|
5157
|
+
preset: import("vue").PropType<"dialog" | "card" | "confirm">;
|
|
5158
5158
|
to: import("vue").PropType<string | HTMLElement>;
|
|
5159
5159
|
displayDirective: {
|
|
5160
5160
|
type: import("vue").PropType<"show" | "if">;
|
|
@@ -6116,7 +6116,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6116
6116
|
type: BooleanConstructor;
|
|
6117
6117
|
default: boolean;
|
|
6118
6118
|
};
|
|
6119
|
-
preset: import("vue").PropType<"dialog" | "
|
|
6119
|
+
preset: import("vue").PropType<"dialog" | "card" | "confirm">;
|
|
6120
6120
|
to: import("vue").PropType<string | HTMLElement>;
|
|
6121
6121
|
displayDirective: {
|
|
6122
6122
|
type: import("vue").PropType<"show" | "if">;
|
|
@@ -7762,7 +7762,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7762
7762
|
readonly default: "bar";
|
|
7763
7763
|
};
|
|
7764
7764
|
readonly closable: BooleanConstructor;
|
|
7765
|
-
readonly justifyContent: import("vue").PropType<"
|
|
7765
|
+
readonly justifyContent: import("vue").PropType<"start" | "end" | "space-around" | "space-between" | "space-evenly" | "center">;
|
|
7766
7766
|
readonly size: {
|
|
7767
7767
|
readonly type: import("vue").PropType<"small" | "medium" | "large">;
|
|
7768
7768
|
readonly default: "medium";
|
|
@@ -8038,7 +8038,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8038
8038
|
addTabFixed: import("vue").Ref<boolean>;
|
|
8039
8039
|
tabWrapperStyle: import("vue").ComputedRef<{
|
|
8040
8040
|
display: string;
|
|
8041
|
-
justifyContent: "
|
|
8041
|
+
justifyContent: "start" | "end" | "space-around" | "space-between" | "space-evenly" | "center";
|
|
8042
8042
|
} | undefined>;
|
|
8043
8043
|
handleNavResize: import("lodash").DebouncedFunc<(entry: ResizeObserverEntry) => void>;
|
|
8044
8044
|
mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
|
|
@@ -8094,7 +8094,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8094
8094
|
readonly default: "bar";
|
|
8095
8095
|
};
|
|
8096
8096
|
readonly closable: BooleanConstructor;
|
|
8097
|
-
readonly justifyContent: import("vue").PropType<"
|
|
8097
|
+
readonly justifyContent: import("vue").PropType<"start" | "end" | "space-around" | "space-between" | "space-evenly" | "center">;
|
|
8098
8098
|
readonly size: {
|
|
8099
8099
|
readonly type: import("vue").PropType<"small" | "medium" | "large">;
|
|
8100
8100
|
readonly default: "medium";
|
|
@@ -12840,7 +12840,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12840
12840
|
readonly default: "bar";
|
|
12841
12841
|
};
|
|
12842
12842
|
readonly closable: BooleanConstructor;
|
|
12843
|
-
readonly justifyContent: import("vue").PropType<"
|
|
12843
|
+
readonly justifyContent: import("vue").PropType<"start" | "end" | "space-around" | "space-between" | "space-evenly" | "center">;
|
|
12844
12844
|
readonly size: {
|
|
12845
12845
|
readonly type: import("vue").PropType<"small" | "medium" | "large">;
|
|
12846
12846
|
readonly default: "medium";
|
|
@@ -13116,7 +13116,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13116
13116
|
addTabFixed: import("vue").Ref<boolean>;
|
|
13117
13117
|
tabWrapperStyle: import("vue").ComputedRef<{
|
|
13118
13118
|
display: string;
|
|
13119
|
-
justifyContent: "
|
|
13119
|
+
justifyContent: "start" | "end" | "space-around" | "space-between" | "space-evenly" | "center";
|
|
13120
13120
|
} | undefined>;
|
|
13121
13121
|
handleNavResize: import("lodash").DebouncedFunc<(entry: ResizeObserverEntry) => void>;
|
|
13122
13122
|
mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
|
|
@@ -13172,7 +13172,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13172
13172
|
readonly default: "bar";
|
|
13173
13173
|
};
|
|
13174
13174
|
readonly closable: BooleanConstructor;
|
|
13175
|
-
readonly justifyContent: import("vue").PropType<"
|
|
13175
|
+
readonly justifyContent: import("vue").PropType<"start" | "end" | "space-around" | "space-between" | "space-evenly" | "center">;
|
|
13176
13176
|
readonly size: {
|
|
13177
13177
|
readonly type: import("vue").PropType<"small" | "medium" | "large">;
|
|
13178
13178
|
readonly default: "medium";
|
|
@@ -5156,7 +5156,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5156
5156
|
type: BooleanConstructor;
|
|
5157
5157
|
default: boolean;
|
|
5158
5158
|
};
|
|
5159
|
-
preset: PropType<"dialog" | "
|
|
5159
|
+
preset: PropType<"dialog" | "card" | "confirm">;
|
|
5160
5160
|
to: PropType<string | HTMLElement>;
|
|
5161
5161
|
displayDirective: {
|
|
5162
5162
|
type: PropType<"show" | "if">;
|
|
@@ -6118,7 +6118,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6118
6118
|
type: BooleanConstructor;
|
|
6119
6119
|
default: boolean;
|
|
6120
6120
|
};
|
|
6121
|
-
preset: PropType<"dialog" | "
|
|
6121
|
+
preset: PropType<"dialog" | "card" | "confirm">;
|
|
6122
6122
|
to: PropType<string | HTMLElement>;
|
|
6123
6123
|
displayDirective: {
|
|
6124
6124
|
type: PropType<"show" | "if">;
|
|
@@ -7764,7 +7764,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7764
7764
|
readonly default: "bar";
|
|
7765
7765
|
};
|
|
7766
7766
|
readonly closable: BooleanConstructor;
|
|
7767
|
-
readonly justifyContent: PropType<"
|
|
7767
|
+
readonly justifyContent: PropType<"start" | "end" | "space-around" | "space-between" | "space-evenly" | "center">;
|
|
7768
7768
|
readonly size: {
|
|
7769
7769
|
readonly type: PropType<"small" | "medium" | "large">;
|
|
7770
7770
|
readonly default: "medium";
|
|
@@ -8040,7 +8040,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8040
8040
|
addTabFixed: import("vue").Ref<boolean>;
|
|
8041
8041
|
tabWrapperStyle: import("vue").ComputedRef<{
|
|
8042
8042
|
display: string;
|
|
8043
|
-
justifyContent: "
|
|
8043
|
+
justifyContent: "start" | "end" | "space-around" | "space-between" | "space-evenly" | "center";
|
|
8044
8044
|
} | undefined>;
|
|
8045
8045
|
handleNavResize: import("lodash").DebouncedFunc<(entry: ResizeObserverEntry) => void>;
|
|
8046
8046
|
mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
|
|
@@ -8096,7 +8096,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8096
8096
|
readonly default: "bar";
|
|
8097
8097
|
};
|
|
8098
8098
|
readonly closable: BooleanConstructor;
|
|
8099
|
-
readonly justifyContent: PropType<"
|
|
8099
|
+
readonly justifyContent: PropType<"start" | "end" | "space-around" | "space-between" | "space-evenly" | "center">;
|
|
8100
8100
|
readonly size: {
|
|
8101
8101
|
readonly type: PropType<"small" | "medium" | "large">;
|
|
8102
8102
|
readonly default: "medium";
|
|
@@ -12842,7 +12842,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12842
12842
|
readonly default: "bar";
|
|
12843
12843
|
};
|
|
12844
12844
|
readonly closable: BooleanConstructor;
|
|
12845
|
-
readonly justifyContent: PropType<"
|
|
12845
|
+
readonly justifyContent: PropType<"start" | "end" | "space-around" | "space-between" | "space-evenly" | "center">;
|
|
12846
12846
|
readonly size: {
|
|
12847
12847
|
readonly type: PropType<"small" | "medium" | "large">;
|
|
12848
12848
|
readonly default: "medium";
|
|
@@ -13118,7 +13118,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13118
13118
|
addTabFixed: import("vue").Ref<boolean>;
|
|
13119
13119
|
tabWrapperStyle: import("vue").ComputedRef<{
|
|
13120
13120
|
display: string;
|
|
13121
|
-
justifyContent: "
|
|
13121
|
+
justifyContent: "start" | "end" | "space-around" | "space-between" | "space-evenly" | "center";
|
|
13122
13122
|
} | undefined>;
|
|
13123
13123
|
handleNavResize: import("lodash").DebouncedFunc<(entry: ResizeObserverEntry) => void>;
|
|
13124
13124
|
mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
|
|
@@ -13174,7 +13174,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13174
13174
|
readonly default: "bar";
|
|
13175
13175
|
};
|
|
13176
13176
|
readonly closable: BooleanConstructor;
|
|
13177
|
-
readonly justifyContent: PropType<"
|
|
13177
|
+
readonly justifyContent: PropType<"start" | "end" | "space-around" | "space-between" | "space-evenly" | "center">;
|
|
13178
13178
|
readonly size: {
|
|
13179
13179
|
readonly type: PropType<"small" | "medium" | "large">;
|
|
13180
13180
|
readonly default: "medium";
|
|
@@ -4094,7 +4094,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4094
4094
|
readonly default: "bar";
|
|
4095
4095
|
};
|
|
4096
4096
|
readonly closable: BooleanConstructor;
|
|
4097
|
-
readonly justifyContent: import("vue").PropType<"
|
|
4097
|
+
readonly justifyContent: import("vue").PropType<"start" | "end" | "space-around" | "space-between" | "space-evenly" | "center">;
|
|
4098
4098
|
readonly size: {
|
|
4099
4099
|
readonly type: import("vue").PropType<"small" | "medium" | "large">;
|
|
4100
4100
|
readonly default: "medium";
|
|
@@ -4370,7 +4370,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4370
4370
|
addTabFixed: import("vue").Ref<boolean>;
|
|
4371
4371
|
tabWrapperStyle: import("vue").ComputedRef<{
|
|
4372
4372
|
display: string;
|
|
4373
|
-
justifyContent: "
|
|
4373
|
+
justifyContent: "start" | "end" | "space-around" | "space-between" | "space-evenly" | "center";
|
|
4374
4374
|
} | undefined>;
|
|
4375
4375
|
handleNavResize: import("lodash").DebouncedFunc<(entry: ResizeObserverEntry) => void>;
|
|
4376
4376
|
mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
|
|
@@ -4426,7 +4426,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4426
4426
|
readonly default: "bar";
|
|
4427
4427
|
};
|
|
4428
4428
|
readonly closable: BooleanConstructor;
|
|
4429
|
-
readonly justifyContent: import("vue").PropType<"
|
|
4429
|
+
readonly justifyContent: import("vue").PropType<"start" | "end" | "space-around" | "space-between" | "space-evenly" | "center">;
|
|
4430
4430
|
readonly size: {
|
|
4431
4431
|
readonly type: import("vue").PropType<"small" | "medium" | "large">;
|
|
4432
4432
|
readonly default: "medium";
|
|
@@ -1732,7 +1732,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1732
1732
|
type: BooleanConstructor;
|
|
1733
1733
|
default: boolean;
|
|
1734
1734
|
};
|
|
1735
|
-
preset: import("vue").PropType<"dialog" | "
|
|
1735
|
+
preset: import("vue").PropType<"dialog" | "card" | "confirm">;
|
|
1736
1736
|
to: import("vue").PropType<string | HTMLElement>;
|
|
1737
1737
|
displayDirective: {
|
|
1738
1738
|
type: import("vue").PropType<"show" | "if">;
|
|
@@ -2694,7 +2694,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2694
2694
|
type: BooleanConstructor;
|
|
2695
2695
|
default: boolean;
|
|
2696
2696
|
};
|
|
2697
|
-
preset: import("vue").PropType<"dialog" | "
|
|
2697
|
+
preset: import("vue").PropType<"dialog" | "card" | "confirm">;
|
|
2698
2698
|
to: import("vue").PropType<string | HTMLElement>;
|
|
2699
2699
|
displayDirective: {
|
|
2700
2700
|
type: import("vue").PropType<"show" | "if">;
|
|
@@ -4340,7 +4340,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4340
4340
|
readonly default: "bar";
|
|
4341
4341
|
};
|
|
4342
4342
|
readonly closable: BooleanConstructor;
|
|
4343
|
-
readonly justifyContent: import("vue").PropType<"
|
|
4343
|
+
readonly justifyContent: import("vue").PropType<"start" | "end" | "space-around" | "space-between" | "space-evenly" | "center">;
|
|
4344
4344
|
readonly size: {
|
|
4345
4345
|
readonly type: import("vue").PropType<"small" | "medium" | "large">;
|
|
4346
4346
|
readonly default: "medium";
|
|
@@ -4616,7 +4616,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4616
4616
|
addTabFixed: import("vue").Ref<boolean>;
|
|
4617
4617
|
tabWrapperStyle: import("vue").ComputedRef<{
|
|
4618
4618
|
display: string;
|
|
4619
|
-
justifyContent: "
|
|
4619
|
+
justifyContent: "start" | "end" | "space-around" | "space-between" | "space-evenly" | "center";
|
|
4620
4620
|
} | undefined>;
|
|
4621
4621
|
handleNavResize: import("lodash").DebouncedFunc<(entry: ResizeObserverEntry) => void>;
|
|
4622
4622
|
mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
|
|
@@ -4672,7 +4672,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4672
4672
|
readonly default: "bar";
|
|
4673
4673
|
};
|
|
4674
4674
|
readonly closable: BooleanConstructor;
|
|
4675
|
-
readonly justifyContent: import("vue").PropType<"
|
|
4675
|
+
readonly justifyContent: import("vue").PropType<"start" | "end" | "space-around" | "space-between" | "space-evenly" | "center">;
|
|
4676
4676
|
readonly size: {
|
|
4677
4677
|
readonly type: import("vue").PropType<"small" | "medium" | "large">;
|
|
4678
4678
|
readonly default: "medium";
|
|
@@ -753,7 +753,7 @@ declare const FormRender: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
753
753
|
readonly default: "bar";
|
|
754
754
|
};
|
|
755
755
|
readonly closable: BooleanConstructor;
|
|
756
|
-
readonly justifyContent: import("vue").PropType<"
|
|
756
|
+
readonly justifyContent: import("vue").PropType<"start" | "end" | "space-around" | "space-between" | "space-evenly" | "center">;
|
|
757
757
|
readonly size: {
|
|
758
758
|
readonly type: import("vue").PropType<"small" | "medium" | "large">;
|
|
759
759
|
readonly default: "medium";
|
|
@@ -1029,7 +1029,7 @@ declare const FormRender: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1029
1029
|
addTabFixed: import("vue").Ref<boolean>;
|
|
1030
1030
|
tabWrapperStyle: import("vue").ComputedRef<{
|
|
1031
1031
|
display: string;
|
|
1032
|
-
justifyContent: "
|
|
1032
|
+
justifyContent: "start" | "end" | "space-around" | "space-between" | "space-evenly" | "center";
|
|
1033
1033
|
} | undefined>;
|
|
1034
1034
|
handleNavResize: import("lodash").DebouncedFunc<(entry: ResizeObserverEntry) => void>;
|
|
1035
1035
|
mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
|
|
@@ -1085,7 +1085,7 @@ declare const FormRender: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1085
1085
|
readonly default: "bar";
|
|
1086
1086
|
};
|
|
1087
1087
|
readonly closable: BooleanConstructor;
|
|
1088
|
-
readonly justifyContent: import("vue").PropType<"
|
|
1088
|
+
readonly justifyContent: import("vue").PropType<"start" | "end" | "space-around" | "space-between" | "space-evenly" | "center">;
|
|
1089
1089
|
readonly size: {
|
|
1090
1090
|
readonly type: import("vue").PropType<"small" | "medium" | "large">;
|
|
1091
1091
|
readonly default: "medium";
|