cnhis-design-vue 3.1.40-beta.1 → 3.1.40-beta.10
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/README.md +12 -48
- package/es/components/form-config/index.d.ts +66 -148
- package/es/components/form-config/src/FormConfig.vue.d.ts +66 -148
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +33 -74
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +33 -74
- package/es/components/form-render/index.d.ts +33 -74
- package/es/components/form-render/src/FormRender.vue.d.ts +33 -74
- package/es/components/form-render/src/FormRender.vue.js +36 -20
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +33 -74
- package/es/components/form-render/src/components/renderer/searchCascade.js +1 -0
- package/es/components/form-render/src/components/renderer/select.js +1 -0
- package/es/components/form-render/src/hooks/useAnchor.d.ts +6 -3
- package/es/components/form-render/src/hooks/useAnchor.js +26 -26
- package/es/components/form-render/src/hooks/useAutoHidden.d.ts +4 -0
- package/es/components/form-render/src/hooks/useAutoHidden.js +43 -0
- package/es/components/form-render/src/hooks/useBusinessBinding.d.ts +7 -10
- package/es/components/form-render/src/hooks/useBusinessBinding.js +38 -36
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +2 -6
- package/es/components/form-render/src/hooks/useFormContext.d.ts +1 -2
- package/es/components/form-render/src/hooks/useFormContext.js +2 -2
- package/es/components/form-render/src/types/fieldItem.d.ts +1 -1
- package/es/components/form-render/test/basic-config.spec.d.ts +1 -0
- package/es/components/form-render/test/renderer.spec.d.ts +1 -0
- package/es/components/iho-table/index.d.ts +121 -121
- package/es/components/iho-table/src/IhoTable.vue.d.ts +121 -121
- package/es/components/iho-table/src/constants/index.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +59 -59
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +3 -1
- package/es/components/index.js +6 -0
- package/es/components/info-header/index.d.ts +18 -3
- package/es/components/info-header/src/HiddenContent.vue.d.ts +2 -2
- package/es/components/info-header/src/InfoEllipsis.vue.d.ts +1 -1
- package/es/components/info-header/src/InfoHeader.vue.d.ts +18 -3
- package/es/components/info-header/src/InfoHeader.vue.js +33 -19
- package/es/components/keyboard/index.d.ts +20 -2
- package/es/components/keyboard/src/Keyboard.vue.d.ts +20 -2
- package/es/components/keyboard/src/components/InputNumber.vue.d.ts +19 -2
- package/es/components/keyboard/src/components/InputNumber.vue.js +15 -5
- package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +20 -2
- package/es/components/keyboard/src/components/NumberPanel.vue.js +14 -10
- package/es/components/recommend-search/index.d.ts +14 -14
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +14 -14
- package/es/components/recommend-search/src/components/BaseSearch.vue.d.ts +2 -2
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +4 -4
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +4 -4
- package/es/components/scale-view/index.d.ts +4 -2
- package/es/components/scale-view/src/ScaleView.vue.d.ts +7 -2
- package/es/components/scale-view/src/ScaleView.vue.js +2 -1
- package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +1 -1
- package/es/components/shortcut-provider/index.d.ts +15 -1
- package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +15 -1
- package/es/components/shortcut-provider/src/ShortcutProvider.vue.js +7 -2
- package/es/components/shortcut-setter/index.d.ts +33 -74
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +33 -74
- package/es/components/steps-wheel/index.d.ts +1 -1
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +1 -1
- package/es/components/table-filter/index.d.ts +8933 -0
- package/es/components/table-filter/index.js +21 -0
- package/es/components/table-filter/src/base-search-com/BaseSearch.vue.d.ts +3841 -0
- package/es/components/table-filter/src/base-search-com/BaseSearch.vue.js +2272 -0
- package/es/components/table-filter/src/classification/Classification-com.vue.d.ts +3198 -0
- package/es/components/table-filter/src/classification/Classification-com.vue.js +1315 -0
- package/es/components/table-filter/src/classification/search-class-name.vue.d.ts +71 -0
- package/es/components/table-filter/src/classification/search-class-name.vue.js +195 -0
- package/es/components/table-filter/src/classification/search-professional-model.vue.d.ts +1119 -0
- package/es/components/table-filter/src/classification/search-professional-model.vue.js +594 -0
- package/es/components/table-filter/src/components/age-com/index.vue.d.ts +119 -0
- package/es/components/table-filter/src/components/age-com/index.vue.js +185 -0
- package/es/components/table-filter/src/components/button-group/ButtonGroup.vue.d.ts +199 -0
- package/es/components/table-filter/src/components/button-group/ButtonGroup.vue.js +86 -0
- package/es/components/table-filter/src/components/button-icon/getBtnIcon.d.ts +2 -0
- package/es/components/table-filter/src/components/button-icon/getBtnIcon.js +30 -0
- package/es/components/table-filter/src/components/c-tree-select/tree-select.vue.d.ts +90 -0
- package/es/components/table-filter/src/components/c-tree-select/tree-select.vue.js +253 -0
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +112 -0
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.js +114 -0
- package/es/components/table-filter/src/components/classify-filter/helpers/options.d.ts +4 -0
- package/es/components/table-filter/src/components/classify-filter/helpers/options.js +14 -0
- package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.d.ts +20 -0
- package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.js +87 -0
- package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.d.ts +59 -0
- package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +147 -0
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +278 -0
- package/es/components/table-filter/src/components/classify-filter/index.vue.js +304 -0
- package/es/components/table-filter/src/components/multi-select/multi-select.vue.d.ts +113 -0
- package/es/components/table-filter/src/components/multi-select/multi-select.vue.js +153 -0
- package/es/components/table-filter/src/components/out-quick-search/out-quick-search.vue.d.ts +266 -0
- package/es/components/table-filter/src/components/out-quick-search/out-quick-search.vue.js +310 -0
- package/es/components/table-filter/src/components/range-age/index.vue.d.ts +248 -0
- package/es/components/table-filter/src/components/range-age/index.vue.js +137 -0
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +104 -0
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.js +64 -0
- package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +34 -0
- package/es/components/table-filter/src/components/render-widget/components/Select.vue.js +45 -0
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +3 -0
- package/es/components/table-filter/src/components/render-widget/components/index.js +2 -0
- package/es/components/table-filter/src/components/render-widget/enums.d.ts +25 -0
- package/es/components/table-filter/src/components/render-widget/enums.js +27 -0
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.d.ts +1 -0
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +70 -0
- package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +32 -0
- package/es/components/table-filter/src/components/render-widget/index.vue.js +107 -0
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +199 -0
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +152 -0
- package/es/components/table-filter/src/components/search-condition/SearchCondition.vue.d.ts +789 -0
- package/es/components/table-filter/src/components/search-condition/SearchCondition.vue.js +1520 -0
- package/es/components/table-filter/src/components/search-condition/fieldTypeList.d.ts +18 -0
- package/es/components/table-filter/src/components/search-condition/fieldTypeList.js +171 -0
- package/es/components/table-filter/src/components/search-filter/SearchFilter.vue.d.ts +1217 -0
- package/es/components/table-filter/src/components/search-filter/SearchFilter.vue.js +199 -0
- package/es/components/table-filter/src/components/search-modal/set-classification.vue.d.ts +1624 -0
- package/es/components/table-filter/src/components/search-modal/set-classification.vue.js +241 -0
- package/es/components/table-filter/src/components/table-modal/TableModal.vue.d.ts +292 -0
- package/es/components/table-filter/src/components/table-modal/TableModal.vue.js +526 -0
- package/es/components/table-filter/src/const/dataOptions.d.ts +36 -0
- package/es/components/table-filter/src/const/dataOptions.js +107 -0
- package/es/components/table-filter/src/const/index.d.ts +5 -0
- package/es/components/table-filter/src/const/index.js +5 -0
- package/es/components/table-filter/src/directive/flexibleResize.d.ts +28 -0
- package/es/components/table-filter/src/directive/flexibleResize.js +157 -0
- package/es/components/table-filter/src/directive/preventReClick.d.ts +4 -0
- package/es/components/table-filter/src/directive/preventReClick.js +14 -0
- package/es/components/table-filter/src/directive/resize.d.ts +4 -0
- package/es/components/table-filter/src/directive/resize.js +12 -0
- package/es/components/table-filter/src/hooks/export.d.ts +1 -0
- package/es/components/table-filter/src/hooks/export.js +1 -0
- package/es/components/table-filter/src/hooks/useAdvanced.d.ts +28 -0
- package/es/components/table-filter/src/hooks/useAdvanced.js +64 -0
- package/es/components/table-filter/src/hooks/useMixins.d.ts +60 -0
- package/es/components/table-filter/src/hooks/useMixins.js +532 -0
- package/es/components/table-filter/src/hooks/useRenderWidget.d.ts +15 -0
- package/es/components/table-filter/src/hooks/useRenderWidget.js +94 -0
- package/es/components/table-filter/src/hooks/useTableSearchCon.d.ts +8 -0
- package/es/components/table-filter/src/hooks/useTableSearchCon.js +131 -0
- package/es/components/table-filter/src/hooks/useWordBookutils.d.ts +12 -0
- package/es/components/table-filter/src/hooks/useWordBookutils.js +91 -0
- package/es/components/table-filter/src/quick-search/QuickSearch.vue.d.ts +1942 -0
- package/es/components/table-filter/src/quick-search/QuickSearch.vue.js +2038 -0
- package/es/components/table-filter/src/tool/generateDefOptions.d.ts +14 -0
- package/es/components/table-filter/src/tool/generateDefOptions.js +65 -0
- package/es/components/table-filter/src/tool/getWidgetType.d.ts +1 -0
- package/es/components/table-filter/src/tool/getWidgetType.js +27 -0
- package/es/components/table-filter/src/tool/options.d.ts +18 -0
- package/es/components/table-filter/src/tool/options.js +200 -0
- package/es/components/table-filter/src/tool/resizeSensor.d.ts +16 -0
- package/es/components/table-filter/src/tool/resizeSensor.js +123 -0
- package/es/components/table-filter/src/tool/time-domain.d.ts +39 -0
- package/es/components/table-filter/src/tool/time-domain.js +100 -0
- package/es/components/table-filter/src/tool/transformData.d.ts +92 -0
- package/es/components/table-filter/src/tool/transformData.js +169 -0
- package/es/components/table-filter/src/tool/utils.d.ts +4 -0
- package/es/components/table-filter/src/tool/utils.js +29 -0
- package/es/components/table-filter/src/types/enums.d.ts +65 -0
- package/es/components/table-filter/src/types/enums.js +67 -0
- package/es/components/table-filter/src/types/index.d.ts +483 -0
- package/es/components/table-filter/src/types/index.js +1 -0
- package/es/components/table-filter/src/types/tool.d.ts +7 -0
- package/es/components/table-filter/src/types/tool.js +1 -0
- package/es/components/table-filter/style/index.css +1 -0
- package/es/shared/assets/img/failure.js +1 -1
- package/es/shared/assets/img/failure.png.js +1 -1
- package/es/shared/assets/img/icon-asc.js +1 -1
- package/es/shared/assets/img/icon-desc.js +1 -1
- package/es/shared/assets/img/no-permission.js +1 -1
- package/es/shared/assets/img/no-permission.png.js +1 -1
- package/es/shared/assets/img/nodata.js +1 -1
- package/es/shared/assets/img/nodata.png.js +1 -1
- package/es/shared/assets/img/notfound.js +1 -1
- package/es/shared/assets/img/notfound.png.js +1 -1
- package/es/shared/assets/img/qr.js +1 -1
- package/es/shared/assets/img/qr.png.js +1 -1
- package/es/shared/assets/img/success.js +1 -1
- package/es/shared/assets/img/success.png.js +1 -1
- package/es/shared/assets/img/video.js +1 -1
- package/es/shared/assets/img/video.png.js +1 -1
- package/es/shared/assets/img/video_default_cover.js +1 -1
- package/es/shared/assets/img/video_default_cover.png.js +1 -1
- package/es/shared/assets/img/video_hover.js +1 -1
- package/es/shared/assets/img/video_play_hover.js +1 -1
- package/es/shared/assets/img/xb_big.js +1 -1
- package/es/shared/assets/img/xb_big.png.js +1 -1
- package/es/shared/assets/img/xb_small.js +1 -1
- package/es/shared/assets/img/xb_small.png.js +1 -1
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +1 -1
- package/es/shared/utils/utilExpand.js +66 -0
- package/package.json +3 -3
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent, ref, provide, onBeforeUnmount, openBlock, createElementBlock, createCommentVNode, renderSlot } from 'vue';
|
|
1
|
+
import { defineComponent, ref, provide, onBeforeUnmount, onMounted, openBlock, createElementBlock, createCommentVNode, renderSlot } from 'vue';
|
|
2
2
|
import { uuidGenerator } from '../../../shared/utils/index.js';
|
|
3
3
|
import { InjectionShortcutManager } from './constants/index.js';
|
|
4
4
|
import '../index.js';
|
|
@@ -8,7 +8,8 @@ import { ShortcutManager } from './hooks/useShortcuts.js';
|
|
|
8
8
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
9
9
|
__name: "ShortcutProvider",
|
|
10
10
|
props: {
|
|
11
|
-
scope: { type: [String, Symbol] }
|
|
11
|
+
scope: { type: [String, Symbol] },
|
|
12
|
+
autoFocus: { type: Boolean, default: true }
|
|
12
13
|
},
|
|
13
14
|
setup(__props) {
|
|
14
15
|
const props = __props;
|
|
@@ -18,6 +19,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
18
19
|
onBeforeUnmount(() => {
|
|
19
20
|
manager.destroy();
|
|
20
21
|
});
|
|
22
|
+
onMounted(() => {
|
|
23
|
+
var _a;
|
|
24
|
+
return (_a = shortcutWrapperRef.value) == null ? void 0 : _a.focus();
|
|
25
|
+
});
|
|
21
26
|
return (_ctx, _cache) => {
|
|
22
27
|
return openBlock(), createElementBlock("section", {
|
|
23
28
|
ref_key: "shortcutWrapperRef",
|
|
@@ -1846,6 +1846,9 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1846
1846
|
lowCodeReactions: {
|
|
1847
1847
|
type: import("vue").PropType<import("..").FormLowCodeReactions.Config[]>;
|
|
1848
1848
|
};
|
|
1849
|
+
linebarAutoHidden: {
|
|
1850
|
+
type: BooleanConstructor;
|
|
1851
|
+
};
|
|
1849
1852
|
}, {
|
|
1850
1853
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1851
1854
|
fieldList: {
|
|
@@ -1971,6 +1974,9 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1971
1974
|
lowCodeReactions: {
|
|
1972
1975
|
type: import("vue").PropType<import("..").FormLowCodeReactions.Config[]>;
|
|
1973
1976
|
};
|
|
1977
|
+
linebarAutoHidden: {
|
|
1978
|
+
type: BooleanConstructor;
|
|
1979
|
+
};
|
|
1974
1980
|
}>> & {
|
|
1975
1981
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
1976
1982
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
@@ -1978,17 +1984,30 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1978
1984
|
}>>;
|
|
1979
1985
|
emit: (event: "scroll" | "formChange" | "annotationChange", ...args: any[]) => void;
|
|
1980
1986
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
}>;
|
|
1984
|
-
lowCodeReactionsHandler: (field: string, value: unknown) => void;
|
|
1985
|
-
triggerAllReactionsHandler: () => void;
|
|
1987
|
+
formRenderRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1988
|
+
formHeight: import("vue").ComputedRef<string>;
|
|
1986
1989
|
SchemaField: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
|
|
1987
1990
|
businessCollector: import("..").BusinessCollector;
|
|
1988
1991
|
formItemDepsCollector: import("..").FormItemDepsCollector;
|
|
1989
1992
|
changeContextCollector: import("..").ContextCollector;
|
|
1990
1993
|
formUUID: string;
|
|
1991
|
-
|
|
1994
|
+
anchorBarRef: import("vue").Ref<{
|
|
1995
|
+
syncBarPosition: import("../../../es/shared/types").Func<any[], any>;
|
|
1996
|
+
} | undefined>;
|
|
1997
|
+
currentAnchor: import("vue").WritableComputedRef<string>;
|
|
1998
|
+
generateAnchorList: (formModel: import("@formily/core").Form<any>) => Promise<void>;
|
|
1999
|
+
updateAnchorList: (field: import("@formily/core").GeneralField) => void;
|
|
2000
|
+
anchorIdList: import("vue").Ref<{
|
|
2001
|
+
name: string;
|
|
2002
|
+
title: string;
|
|
2003
|
+
}[]>;
|
|
2004
|
+
onScroll: (scrollEvent: Event) => void;
|
|
2005
|
+
triggerAutoHidden: (field: import("@formily/core").GeneralField) => Promise<void>;
|
|
2006
|
+
formModel: import("@formily/core").Form<{
|
|
2007
|
+
[x: string]: any;
|
|
2008
|
+
}>;
|
|
2009
|
+
lowCodeReactionsHandler: (field: string, value: unknown) => void;
|
|
2010
|
+
triggerAllReactionsHandler: () => void;
|
|
1992
2011
|
schemaAdaptor: (fieldList: import("..").FieldItem[]) => Record<string, import("@formily/json-schema").Stringify<{
|
|
1993
2012
|
[key: symbol]: any;
|
|
1994
2013
|
[key: `x-${string}`]: any;
|
|
@@ -2104,70 +2123,6 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2104
2123
|
"x-read-pretty"?: boolean | undefined;
|
|
2105
2124
|
"x-compile-omitted"?: string[] | undefined;
|
|
2106
2125
|
}>>;
|
|
2107
|
-
currentAnchor: import("vue").WritableComputedRef<string>;
|
|
2108
|
-
generateAnchorList: (schema: import("@formily/json-schema").Stringify<{
|
|
2109
|
-
[key: symbol]: any;
|
|
2110
|
-
[key: `x-${string}`]: any;
|
|
2111
|
-
[key: `x-${number}`]: any;
|
|
2112
|
-
version?: string | undefined;
|
|
2113
|
-
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
2114
|
-
title?: any;
|
|
2115
|
-
description?: any;
|
|
2116
|
-
default?: any;
|
|
2117
|
-
readOnly?: boolean | undefined;
|
|
2118
|
-
writeOnly?: boolean | undefined;
|
|
2119
|
-
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
2120
|
-
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
2121
|
-
const?: any;
|
|
2122
|
-
multipleOf?: number | undefined;
|
|
2123
|
-
maximum?: number | undefined;
|
|
2124
|
-
exclusiveMaximum?: number | undefined;
|
|
2125
|
-
minimum?: number | undefined;
|
|
2126
|
-
exclusiveMinimum?: number | undefined;
|
|
2127
|
-
maxLength?: number | undefined;
|
|
2128
|
-
minLength?: number | undefined;
|
|
2129
|
-
pattern?: string | RegExp | undefined;
|
|
2130
|
-
maxItems?: number | undefined;
|
|
2131
|
-
minItems?: number | undefined;
|
|
2132
|
-
uniqueItems?: boolean | undefined;
|
|
2133
|
-
maxProperties?: number | undefined;
|
|
2134
|
-
minProperties?: number | undefined;
|
|
2135
|
-
required?: string | boolean | string[] | undefined;
|
|
2136
|
-
format?: string | undefined;
|
|
2137
|
-
$ref?: string | undefined;
|
|
2138
|
-
$namespace?: string | undefined;
|
|
2139
|
-
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
2140
|
-
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
2141
|
-
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
2142
|
-
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
2143
|
-
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
2144
|
-
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
2145
|
-
"x-value"?: any;
|
|
2146
|
-
"x-index"?: number | undefined;
|
|
2147
|
-
"x-pattern"?: any;
|
|
2148
|
-
"x-display"?: any;
|
|
2149
|
-
"x-validator"?: any;
|
|
2150
|
-
"x-decorator"?: any;
|
|
2151
|
-
"x-decorator-props"?: any;
|
|
2152
|
-
"x-component"?: any;
|
|
2153
|
-
"x-component-props"?: any;
|
|
2154
|
-
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
2155
|
-
"x-content"?: any;
|
|
2156
|
-
"x-data"?: any;
|
|
2157
|
-
"x-visible"?: boolean | undefined;
|
|
2158
|
-
"x-hidden"?: boolean | undefined;
|
|
2159
|
-
"x-disabled"?: boolean | undefined;
|
|
2160
|
-
"x-editable"?: boolean | undefined;
|
|
2161
|
-
"x-read-only"?: boolean | undefined;
|
|
2162
|
-
"x-read-pretty"?: boolean | undefined;
|
|
2163
|
-
"x-compile-omitted"?: string[] | undefined;
|
|
2164
|
-
}>) => void;
|
|
2165
|
-
anchorIdList: import("vue").Ref<{
|
|
2166
|
-
name: string;
|
|
2167
|
-
title: string;
|
|
2168
|
-
}[]>;
|
|
2169
|
-
formHeight: import("vue").ComputedRef<string | undefined>;
|
|
2170
|
-
onScroll: (scrollEvent: Event) => void;
|
|
2171
2126
|
onKeydown: (event: KeyboardEvent) => void;
|
|
2172
2127
|
clearSpan: (uuid: string) => void;
|
|
2173
2128
|
exposeEvent: {
|
|
@@ -2196,17 +2151,19 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2196
2151
|
content: any;
|
|
2197
2152
|
hidden: boolean;
|
|
2198
2153
|
active: boolean;
|
|
2154
|
+
dataSource: import("@formily/core").FieldDataSource;
|
|
2155
|
+
description: string;
|
|
2156
|
+
display: import("@formily/core").FieldDisplayTypes;
|
|
2199
2157
|
mounted: boolean;
|
|
2200
2158
|
readonly destroyed: boolean;
|
|
2201
2159
|
unmounted: boolean;
|
|
2202
2160
|
componentProps: Record<string, any>;
|
|
2203
2161
|
decoratorProps: Record<string, any>;
|
|
2204
|
-
display: import("@formily/core").FieldDisplayTypes;
|
|
2205
|
-
description: string;
|
|
2206
2162
|
readOnly: boolean;
|
|
2207
2163
|
editable: boolean;
|
|
2208
2164
|
component: import("@formily/core").FieldComponent<any, any>;
|
|
2209
2165
|
decorator: import("@formily/core").FieldDecorator<any, any>;
|
|
2166
|
+
readPretty: boolean;
|
|
2210
2167
|
validating: boolean;
|
|
2211
2168
|
submitting: boolean;
|
|
2212
2169
|
visited: boolean;
|
|
@@ -2214,7 +2171,6 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2214
2171
|
modified: boolean;
|
|
2215
2172
|
inputValue: string;
|
|
2216
2173
|
inputValues: any[];
|
|
2217
|
-
dataSource: import("@formily/core").FieldDataSource;
|
|
2218
2174
|
feedbacks: import("@formily/core").IFieldFeedback[];
|
|
2219
2175
|
caches: import("@formily/core").IFieldCaches;
|
|
2220
2176
|
selfErrors: import("@formily/core").FeedbackMessage;
|
|
@@ -2250,7 +2206,6 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2250
2206
|
designable: boolean;
|
|
2251
2207
|
locate: (address: import("@formily/path").Pattern) => void;
|
|
2252
2208
|
readonly parent: import("@formily/core").GeneralField;
|
|
2253
|
-
readPretty: boolean;
|
|
2254
2209
|
setTitle: (title?: string | undefined) => void;
|
|
2255
2210
|
setDescription: (description?: string | undefined) => void;
|
|
2256
2211
|
setDisplay: (type?: import("@formily/core").FieldDisplayTypes | undefined) => void;
|
|
@@ -2458,6 +2413,9 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2458
2413
|
lowCodeReactions: {
|
|
2459
2414
|
type: import("vue").PropType<import("..").FormLowCodeReactions.Config[]>;
|
|
2460
2415
|
};
|
|
2416
|
+
linebarAutoHidden: {
|
|
2417
|
+
type: BooleanConstructor;
|
|
2418
|
+
};
|
|
2461
2419
|
}>> & {
|
|
2462
2420
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
2463
2421
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
@@ -2472,6 +2430,7 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2472
2430
|
scope: import("../../../es/shared/types").AnyObject;
|
|
2473
2431
|
consumer: boolean;
|
|
2474
2432
|
enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
|
|
2433
|
+
linebarAutoHidden: boolean;
|
|
2475
2434
|
}>;
|
|
2476
2435
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
2477
2436
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("error" | "update")[], "error" | "update", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1848,6 +1848,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1848
1848
|
lowCodeReactions: {
|
|
1849
1849
|
type: import("vue").PropType<import("../../../../es/components/form-render").FormLowCodeReactions.Config[]>;
|
|
1850
1850
|
};
|
|
1851
|
+
linebarAutoHidden: {
|
|
1852
|
+
type: BooleanConstructor;
|
|
1853
|
+
};
|
|
1851
1854
|
}, {
|
|
1852
1855
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1853
1856
|
fieldList: {
|
|
@@ -1973,6 +1976,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1973
1976
|
lowCodeReactions: {
|
|
1974
1977
|
type: import("vue").PropType<import("../../../../es/components/form-render").FormLowCodeReactions.Config[]>;
|
|
1975
1978
|
};
|
|
1979
|
+
linebarAutoHidden: {
|
|
1980
|
+
type: BooleanConstructor;
|
|
1981
|
+
};
|
|
1976
1982
|
}>> & {
|
|
1977
1983
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
1978
1984
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
@@ -1980,17 +1986,30 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1980
1986
|
}>>;
|
|
1981
1987
|
emit: (event: "scroll" | "formChange" | "annotationChange", ...args: any[]) => void;
|
|
1982
1988
|
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
}>;
|
|
1986
|
-
lowCodeReactionsHandler: (field: string, value: unknown) => void;
|
|
1987
|
-
triggerAllReactionsHandler: () => void;
|
|
1989
|
+
formRenderRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1990
|
+
formHeight: import("vue").ComputedRef<string>;
|
|
1988
1991
|
SchemaField: Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
|
|
1989
1992
|
businessCollector: import("../../../../es/components/form-render").BusinessCollector;
|
|
1990
1993
|
formItemDepsCollector: import("../../../../es/components/form-render").FormItemDepsCollector;
|
|
1991
1994
|
changeContextCollector: import("../../../../es/components/form-render").ContextCollector;
|
|
1992
1995
|
formUUID: string;
|
|
1993
|
-
|
|
1996
|
+
anchorBarRef: import("vue").Ref<{
|
|
1997
|
+
syncBarPosition: Func<any[], any>;
|
|
1998
|
+
} | undefined>;
|
|
1999
|
+
currentAnchor: import("vue").WritableComputedRef<string>;
|
|
2000
|
+
generateAnchorList: (formModel: import("../../../../es/components/form-render").Form<any>) => Promise<void>;
|
|
2001
|
+
updateAnchorList: (field: import("../../../../es/components/form-render").GeneralField) => void;
|
|
2002
|
+
anchorIdList: import("vue").Ref<{
|
|
2003
|
+
name: string;
|
|
2004
|
+
title: string;
|
|
2005
|
+
}[]>;
|
|
2006
|
+
onScroll: (scrollEvent: Event) => void;
|
|
2007
|
+
triggerAutoHidden: (field: import("../../../../es/components/form-render").GeneralField) => Promise<void>;
|
|
2008
|
+
formModel: import("../../../../es/components/form-render").Form<{
|
|
2009
|
+
[x: string]: any;
|
|
2010
|
+
}>;
|
|
2011
|
+
lowCodeReactionsHandler: (field: string, value: unknown) => void;
|
|
2012
|
+
triggerAllReactionsHandler: () => void;
|
|
1994
2013
|
schemaAdaptor: (fieldList: FieldItem[]) => Record<string, import("@formily/json-schema").Stringify<{
|
|
1995
2014
|
[key: symbol]: any;
|
|
1996
2015
|
[key: `x-${string}`]: any;
|
|
@@ -2106,70 +2125,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2106
2125
|
"x-read-pretty"?: boolean | undefined;
|
|
2107
2126
|
"x-compile-omitted"?: string[] | undefined;
|
|
2108
2127
|
}>>;
|
|
2109
|
-
currentAnchor: import("vue").WritableComputedRef<string>;
|
|
2110
|
-
generateAnchorList: (schema: import("@formily/json-schema").Stringify<{
|
|
2111
|
-
[key: symbol]: any;
|
|
2112
|
-
[key: `x-${string}`]: any;
|
|
2113
|
-
[key: `x-${number}`]: any;
|
|
2114
|
-
version?: string | undefined;
|
|
2115
|
-
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
2116
|
-
title?: any;
|
|
2117
|
-
description?: any;
|
|
2118
|
-
default?: any;
|
|
2119
|
-
readOnly?: boolean | undefined;
|
|
2120
|
-
writeOnly?: boolean | undefined;
|
|
2121
|
-
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
2122
|
-
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
2123
|
-
const?: any;
|
|
2124
|
-
multipleOf?: number | undefined;
|
|
2125
|
-
maximum?: number | undefined;
|
|
2126
|
-
exclusiveMaximum?: number | undefined;
|
|
2127
|
-
minimum?: number | undefined;
|
|
2128
|
-
exclusiveMinimum?: number | undefined;
|
|
2129
|
-
maxLength?: number | undefined;
|
|
2130
|
-
minLength?: number | undefined;
|
|
2131
|
-
pattern?: string | RegExp | undefined;
|
|
2132
|
-
maxItems?: number | undefined;
|
|
2133
|
-
minItems?: number | undefined;
|
|
2134
|
-
uniqueItems?: boolean | undefined;
|
|
2135
|
-
maxProperties?: number | undefined;
|
|
2136
|
-
minProperties?: number | undefined;
|
|
2137
|
-
required?: string | boolean | string[] | undefined;
|
|
2138
|
-
format?: string | undefined;
|
|
2139
|
-
$ref?: string | undefined;
|
|
2140
|
-
$namespace?: string | undefined;
|
|
2141
|
-
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
2142
|
-
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
2143
|
-
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
2144
|
-
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
2145
|
-
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
2146
|
-
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
2147
|
-
"x-value"?: any;
|
|
2148
|
-
"x-index"?: number | undefined;
|
|
2149
|
-
"x-pattern"?: any;
|
|
2150
|
-
"x-display"?: any;
|
|
2151
|
-
"x-validator"?: any;
|
|
2152
|
-
"x-decorator"?: any;
|
|
2153
|
-
"x-decorator-props"?: any;
|
|
2154
|
-
"x-component"?: any;
|
|
2155
|
-
"x-component-props"?: any;
|
|
2156
|
-
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
2157
|
-
"x-content"?: any;
|
|
2158
|
-
"x-data"?: any;
|
|
2159
|
-
"x-visible"?: boolean | undefined;
|
|
2160
|
-
"x-hidden"?: boolean | undefined;
|
|
2161
|
-
"x-disabled"?: boolean | undefined;
|
|
2162
|
-
"x-editable"?: boolean | undefined;
|
|
2163
|
-
"x-read-only"?: boolean | undefined;
|
|
2164
|
-
"x-read-pretty"?: boolean | undefined;
|
|
2165
|
-
"x-compile-omitted"?: string[] | undefined;
|
|
2166
|
-
}>) => void;
|
|
2167
|
-
anchorIdList: import("vue").Ref<{
|
|
2168
|
-
name: string;
|
|
2169
|
-
title: string;
|
|
2170
|
-
}[]>;
|
|
2171
|
-
formHeight: import("vue").ComputedRef<string | undefined>;
|
|
2172
|
-
onScroll: (scrollEvent: Event) => void;
|
|
2173
2128
|
onKeydown: (event: KeyboardEvent) => void;
|
|
2174
2129
|
clearSpan: (uuid: string) => void;
|
|
2175
2130
|
exposeEvent: {
|
|
@@ -2198,17 +2153,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2198
2153
|
content: any;
|
|
2199
2154
|
hidden: boolean;
|
|
2200
2155
|
active: boolean;
|
|
2156
|
+
dataSource: import("../../../../es/components/form-render").FieldDataSource;
|
|
2157
|
+
description: string;
|
|
2158
|
+
display: import("../../../../es/components/form-render").FieldDisplayTypes;
|
|
2201
2159
|
mounted: boolean;
|
|
2202
2160
|
readonly destroyed: boolean;
|
|
2203
2161
|
unmounted: boolean;
|
|
2204
2162
|
componentProps: Record<string, any>;
|
|
2205
2163
|
decoratorProps: Record<string, any>;
|
|
2206
|
-
display: import("../../../../es/components/form-render").FieldDisplayTypes;
|
|
2207
|
-
description: string;
|
|
2208
2164
|
readOnly: boolean;
|
|
2209
2165
|
editable: boolean;
|
|
2210
2166
|
component: import("../../../../es/components/form-render").FieldComponent<any, any>;
|
|
2211
2167
|
decorator: import("../../../../es/components/form-render").FieldDecorator<any, any>;
|
|
2168
|
+
readPretty: boolean;
|
|
2212
2169
|
validating: boolean;
|
|
2213
2170
|
submitting: boolean;
|
|
2214
2171
|
visited: boolean;
|
|
@@ -2216,7 +2173,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2216
2173
|
modified: boolean;
|
|
2217
2174
|
inputValue: string;
|
|
2218
2175
|
inputValues: any[];
|
|
2219
|
-
dataSource: import("../../../../es/components/form-render").FieldDataSource;
|
|
2220
2176
|
feedbacks: import("../../../../es/components/form-render").IFieldFeedback[];
|
|
2221
2177
|
caches: import("../../../../es/components/form-render").IFieldCaches;
|
|
2222
2178
|
selfErrors: import("../../../../es/components/form-render").FeedbackMessage;
|
|
@@ -2252,7 +2208,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2252
2208
|
designable: boolean;
|
|
2253
2209
|
locate: (address: import("@formily/path").Pattern) => void;
|
|
2254
2210
|
readonly parent: import("../../../../es/components/form-render").GeneralField;
|
|
2255
|
-
readPretty: boolean;
|
|
2256
2211
|
setTitle: (title?: string | undefined) => void;
|
|
2257
2212
|
setDescription: (description?: string | undefined) => void;
|
|
2258
2213
|
setDisplay: (type?: import("../../../../es/components/form-render").FieldDisplayTypes | undefined) => void;
|
|
@@ -2460,6 +2415,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2460
2415
|
lowCodeReactions: {
|
|
2461
2416
|
type: import("vue").PropType<import("../../../../es/components/form-render").FormLowCodeReactions.Config[]>;
|
|
2462
2417
|
};
|
|
2418
|
+
linebarAutoHidden: {
|
|
2419
|
+
type: BooleanConstructor;
|
|
2420
|
+
};
|
|
2463
2421
|
}>> & {
|
|
2464
2422
|
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
2465
2423
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
@@ -2474,6 +2432,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2474
2432
|
scope: import("../../../../es/shared/types").AnyObject;
|
|
2475
2433
|
consumer: boolean;
|
|
2476
2434
|
enterToNextWidget: boolean | ((fieldItem: FieldItem) => boolean | void);
|
|
2435
|
+
linebarAutoHidden: boolean;
|
|
2477
2436
|
}>;
|
|
2478
2437
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
2479
2438
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("error" | "update")[], "error" | "update", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -106,10 +106,10 @@ declare const StepsWheel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
106
106
|
};
|
|
107
107
|
}>>, {
|
|
108
108
|
noDataMsg: string;
|
|
109
|
+
placement: string;
|
|
109
110
|
stepInfo: Record<string, any>;
|
|
110
111
|
currentStep: number;
|
|
111
112
|
toolTipShow: boolean;
|
|
112
113
|
lastNodeRender: boolean;
|
|
113
|
-
placement: string;
|
|
114
114
|
}>>;
|
|
115
115
|
export default StepsWheel;
|
|
@@ -105,10 +105,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
105
105
|
};
|
|
106
106
|
}>>, {
|
|
107
107
|
noDataMsg: string;
|
|
108
|
+
placement: string;
|
|
108
109
|
stepInfo: Record<string, any>;
|
|
109
110
|
currentStep: number;
|
|
110
111
|
toolTipShow: boolean;
|
|
111
112
|
lastNodeRender: boolean;
|
|
112
|
-
placement: string;
|
|
113
113
|
}>;
|
|
114
114
|
export default _default;
|