cnhis-design-vue 3.1.15-beta.9 → 3.1.16-beta.1
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/src/hooks/useAnnotation.js +1 -2
- package/es/packages/big-table/src/hooks/useColumnConfigAdaptor.js +7 -2
- package/es/packages/big-table/src/hooks/useEdit.js +16 -8
- package/es/packages/fabric-chart/src/hooks/useDraw.js +1 -0
- package/es/packages/fabric-chart/src/hooks/useLeft.js +1 -2
- package/es/packages/form-config/index.d.ts +1749 -0
- package/es/packages/form-config/src/FormConfig.vue.d.ts +1749 -0
- package/es/packages/form-config/src/components/FormConfigEdit.js +3 -3
- package/es/packages/form-config/src/components/FormConfigEdit.vue.d.ts +1747 -0
- package/es/packages/form-config/style/index.css +1 -1
- package/es/packages/form-render/src/components/renderer/combination/index.js +3 -3
- package/es/packages/form-render/src/components/renderer/formItem.js +1 -2
- package/es/packages/form-render/src/hooks/useFieldListAdaptor.js +2 -2
- package/es/packages/form-render/src/types/fieldItem.d.ts +8 -0
- package/es/packages/form-render/src/utils/index.d.ts +1 -0
- package/es/packages/form-render/src/utils/index.js +9 -2
- package/es/packages/form-table/src/hooks/useNuiThemeOverrides.js +1 -1
- package/es/packages/index.css +1 -1
- package/es/packages/index.d.ts +1 -0
- package/es/packages/index.js +1 -1
- package/es/packages/scale-view/src/hooks/scaleview-init.js +35 -35
- package/es/packages/shortcut-provider/index.d.ts +17 -2
- package/es/packages/shortcut-provider/index.js +1 -1
- package/es/packages/shortcut-provider/src/ShortcutProvider.js +5 -1
- package/es/packages/shortcut-provider/src/ShortcutProvider.vue.d.ts +17 -2
- package/es/packages/shortcut-provider/src/hooks/index.js +1 -1
- package/es/packages/shortcut-provider/src/hooks/useShortcuts.d.ts +10 -10
- package/es/packages/shortcut-provider/src/hooks/useShortcuts.js +45 -38
- package/es/packages/shortcut-provider/src/types/index.d.ts +2 -19
- package/es/packages/shortcut-setter/index.d.ts +1698 -4283
- package/es/packages/shortcut-setter/src/ShortcutSetter.js +63 -10
- package/es/packages/shortcut-setter/src/ShortcutSetter.vue.d.ts +1723 -4306
- package/es/packages/shortcut-setter/src/ShortcutSetterItem.js +26 -95
- package/es/packages/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +30 -3363
- package/es/packages/shortcut-setter/src/types/index.d.ts +6 -0
- package/es/packages/shortcut-setter/src/types/index.js +1 -0
- package/package.json +1 -1
- package/es/packages/shortcut-setter/constant/index.d.ts +0 -4
- package/es/packages/shortcut-setter/constant/index.js +0 -7
|
@@ -77,6 +77,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
77
77
|
value: any;
|
|
78
78
|
children?: any[] | undefined;
|
|
79
79
|
}[] | undefined;
|
|
80
|
+
multi_select?: import("../../../../es/packages/form-render").FormCommonState | undefined;
|
|
81
|
+
multi_select_value?: string | number | undefined;
|
|
80
82
|
wordbook?: {
|
|
81
83
|
level_num: number;
|
|
82
84
|
} | undefined;
|
|
@@ -1728,6 +1730,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1728
1730
|
value: any;
|
|
1729
1731
|
children?: any[] | undefined;
|
|
1730
1732
|
}[] | undefined;
|
|
1733
|
+
multi_select?: import("../../../../es/packages/form-render").FormCommonState | undefined;
|
|
1734
|
+
multi_select_value?: string | number | undefined;
|
|
1731
1735
|
wordbook?: {
|
|
1732
1736
|
level_num: number;
|
|
1733
1737
|
} | undefined;
|
|
@@ -3480,6 +3484,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3480
3484
|
value: any;
|
|
3481
3485
|
children?: any[] | undefined;
|
|
3482
3486
|
}[] | undefined;
|
|
3487
|
+
multi_select?: import("../../../../es/packages/form-render").FormCommonState | undefined;
|
|
3488
|
+
multi_select_value?: string | number | undefined;
|
|
3483
3489
|
wordbook?: {
|
|
3484
3490
|
level_num: number;
|
|
3485
3491
|
} | undefined;
|
|
@@ -7007,6 +7013,1749 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7007
7013
|
maskClosable: boolean;
|
|
7008
7014
|
closeOnEsc: boolean;
|
|
7009
7015
|
}>;
|
|
7016
|
+
CFormRender: import("../../../../es/src/types").SFCWithInstall<import("vue").DefineComponent<{
|
|
7017
|
+
fieldList: {
|
|
7018
|
+
type: PropType<FieldItem[]>;
|
|
7019
|
+
};
|
|
7020
|
+
initialData: {
|
|
7021
|
+
type: PropType<import("../../../../es/src/types").AnyObject>;
|
|
7022
|
+
default: () => {};
|
|
7023
|
+
};
|
|
7024
|
+
fieldVisitor: {
|
|
7025
|
+
type: PropType<import("../../../../es/packages/form-render").FieldVisitor>;
|
|
7026
|
+
};
|
|
7027
|
+
column: {
|
|
7028
|
+
type: NumberConstructor;
|
|
7029
|
+
default: number;
|
|
7030
|
+
};
|
|
7031
|
+
maxHeight: {
|
|
7032
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
7033
|
+
default: string;
|
|
7034
|
+
};
|
|
7035
|
+
anchor: {
|
|
7036
|
+
type: BooleanConstructor;
|
|
7037
|
+
default: boolean;
|
|
7038
|
+
};
|
|
7039
|
+
parallelism: {
|
|
7040
|
+
type: NumberConstructor;
|
|
7041
|
+
default: number;
|
|
7042
|
+
};
|
|
7043
|
+
schema: {
|
|
7044
|
+
type: PropType<import("@formily/json-schema").Stringify<{
|
|
7045
|
+
[key: symbol]: any;
|
|
7046
|
+
[key: `x-${string}`]: any;
|
|
7047
|
+
[key: `x-${number}`]: any;
|
|
7048
|
+
version?: string | undefined;
|
|
7049
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
7050
|
+
title?: any;
|
|
7051
|
+
description?: any;
|
|
7052
|
+
default?: any;
|
|
7053
|
+
readOnly?: boolean | undefined;
|
|
7054
|
+
writeOnly?: boolean | undefined;
|
|
7055
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
7056
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
7057
|
+
const?: any;
|
|
7058
|
+
multipleOf?: number | undefined;
|
|
7059
|
+
maximum?: number | undefined;
|
|
7060
|
+
exclusiveMaximum?: number | undefined;
|
|
7061
|
+
minimum?: number | undefined;
|
|
7062
|
+
exclusiveMinimum?: number | undefined;
|
|
7063
|
+
maxLength?: number | undefined;
|
|
7064
|
+
minLength?: number | undefined;
|
|
7065
|
+
pattern?: string | RegExp | undefined;
|
|
7066
|
+
maxItems?: number | undefined;
|
|
7067
|
+
minItems?: number | undefined;
|
|
7068
|
+
uniqueItems?: boolean | undefined;
|
|
7069
|
+
maxProperties?: number | undefined;
|
|
7070
|
+
minProperties?: number | undefined;
|
|
7071
|
+
required?: string | boolean | string[] | undefined;
|
|
7072
|
+
format?: string | undefined;
|
|
7073
|
+
$ref?: string | undefined;
|
|
7074
|
+
$namespace?: string | undefined;
|
|
7075
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
7076
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
7077
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
7078
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
7079
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
7080
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
7081
|
+
"x-value"?: any;
|
|
7082
|
+
"x-index"?: number | undefined;
|
|
7083
|
+
"x-pattern"?: any;
|
|
7084
|
+
"x-display"?: any;
|
|
7085
|
+
"x-validator"?: any;
|
|
7086
|
+
"x-decorator"?: any;
|
|
7087
|
+
"x-decorator-props"?: any;
|
|
7088
|
+
"x-component"?: any;
|
|
7089
|
+
"x-component-props"?: any;
|
|
7090
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
7091
|
+
"x-content"?: any;
|
|
7092
|
+
"x-data"?: any;
|
|
7093
|
+
"x-visible"?: boolean | undefined;
|
|
7094
|
+
"x-hidden"?: boolean | undefined;
|
|
7095
|
+
"x-disabled"?: boolean | undefined;
|
|
7096
|
+
"x-editable"?: boolean | undefined;
|
|
7097
|
+
"x-read-only"?: boolean | undefined;
|
|
7098
|
+
"x-read-pretty"?: boolean | undefined;
|
|
7099
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
7100
|
+
}>>;
|
|
7101
|
+
};
|
|
7102
|
+
components: {
|
|
7103
|
+
type: PropType<Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>>;
|
|
7104
|
+
default: () => {};
|
|
7105
|
+
};
|
|
7106
|
+
businessFilter: {
|
|
7107
|
+
type: PropType<import("../../../../es/packages/form-render").FormBusinessFilter>;
|
|
7108
|
+
};
|
|
7109
|
+
scope: {
|
|
7110
|
+
type: PropType<import("../../../../es/src/types").AnyObject>;
|
|
7111
|
+
default: () => {};
|
|
7112
|
+
};
|
|
7113
|
+
annotation: {
|
|
7114
|
+
type: PropType<import("../../../../es/src/types").AnyObject>;
|
|
7115
|
+
};
|
|
7116
|
+
consumer: {
|
|
7117
|
+
type: BooleanConstructor;
|
|
7118
|
+
default: boolean;
|
|
7119
|
+
};
|
|
7120
|
+
uuid: {
|
|
7121
|
+
type: StringConstructor;
|
|
7122
|
+
};
|
|
7123
|
+
lifeCycle: {
|
|
7124
|
+
type: PropType<Partial<{
|
|
7125
|
+
onSetup(): void;
|
|
7126
|
+
beforeRequest(fieldKey: string, params?: import("../../../../es/src/types").AnyObject | undefined): void | import("../../../../es/src/types").WithUndefined<import("../../../../es/src/types").AnyObject>;
|
|
7127
|
+
afterRequest(fieldKey: string, payload?: any): import("../../../../es/src/types").AnyObject[];
|
|
7128
|
+
}>>;
|
|
7129
|
+
};
|
|
7130
|
+
}, {
|
|
7131
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
7132
|
+
fieldList: {
|
|
7133
|
+
type: PropType<FieldItem[]>;
|
|
7134
|
+
};
|
|
7135
|
+
initialData: {
|
|
7136
|
+
type: PropType<import("../../../../es/src/types").AnyObject>;
|
|
7137
|
+
default: () => {};
|
|
7138
|
+
};
|
|
7139
|
+
fieldVisitor: {
|
|
7140
|
+
type: PropType<import("../../../../es/packages/form-render").FieldVisitor>;
|
|
7141
|
+
};
|
|
7142
|
+
column: {
|
|
7143
|
+
type: NumberConstructor;
|
|
7144
|
+
default: number;
|
|
7145
|
+
};
|
|
7146
|
+
maxHeight: {
|
|
7147
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
7148
|
+
default: string;
|
|
7149
|
+
};
|
|
7150
|
+
anchor: {
|
|
7151
|
+
type: BooleanConstructor;
|
|
7152
|
+
default: boolean;
|
|
7153
|
+
};
|
|
7154
|
+
parallelism: {
|
|
7155
|
+
type: NumberConstructor;
|
|
7156
|
+
default: number;
|
|
7157
|
+
};
|
|
7158
|
+
schema: {
|
|
7159
|
+
type: PropType<import("@formily/json-schema").Stringify<{
|
|
7160
|
+
[key: symbol]: any;
|
|
7161
|
+
[key: `x-${string}`]: any;
|
|
7162
|
+
[key: `x-${number}`]: any;
|
|
7163
|
+
version?: string | undefined;
|
|
7164
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
7165
|
+
title?: any;
|
|
7166
|
+
description?: any;
|
|
7167
|
+
default?: any;
|
|
7168
|
+
readOnly?: boolean | undefined;
|
|
7169
|
+
writeOnly?: boolean | undefined;
|
|
7170
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
7171
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
7172
|
+
const?: any;
|
|
7173
|
+
multipleOf?: number | undefined;
|
|
7174
|
+
maximum?: number | undefined;
|
|
7175
|
+
exclusiveMaximum?: number | undefined;
|
|
7176
|
+
minimum?: number | undefined;
|
|
7177
|
+
exclusiveMinimum?: number | undefined;
|
|
7178
|
+
maxLength?: number | undefined;
|
|
7179
|
+
minLength?: number | undefined;
|
|
7180
|
+
pattern?: string | RegExp | undefined;
|
|
7181
|
+
maxItems?: number | undefined;
|
|
7182
|
+
minItems?: number | undefined;
|
|
7183
|
+
uniqueItems?: boolean | undefined;
|
|
7184
|
+
maxProperties?: number | undefined;
|
|
7185
|
+
minProperties?: number | undefined;
|
|
7186
|
+
required?: string | boolean | string[] | undefined;
|
|
7187
|
+
format?: string | undefined;
|
|
7188
|
+
$ref?: string | undefined;
|
|
7189
|
+
$namespace?: string | undefined;
|
|
7190
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
7191
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
7192
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
7193
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
7194
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
7195
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
7196
|
+
"x-value"?: any;
|
|
7197
|
+
"x-index"?: number | undefined;
|
|
7198
|
+
"x-pattern"?: any;
|
|
7199
|
+
"x-display"?: any;
|
|
7200
|
+
"x-validator"?: any;
|
|
7201
|
+
"x-decorator"?: any;
|
|
7202
|
+
"x-decorator-props"?: any;
|
|
7203
|
+
"x-component"?: any;
|
|
7204
|
+
"x-component-props"?: any;
|
|
7205
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
7206
|
+
"x-content"?: any;
|
|
7207
|
+
"x-data"?: any;
|
|
7208
|
+
"x-visible"?: boolean | undefined;
|
|
7209
|
+
"x-hidden"?: boolean | undefined;
|
|
7210
|
+
"x-disabled"?: boolean | undefined;
|
|
7211
|
+
"x-editable"?: boolean | undefined;
|
|
7212
|
+
"x-read-only"?: boolean | undefined;
|
|
7213
|
+
"x-read-pretty"?: boolean | undefined;
|
|
7214
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
7215
|
+
}>>;
|
|
7216
|
+
};
|
|
7217
|
+
components: {
|
|
7218
|
+
type: PropType<Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>>;
|
|
7219
|
+
default: () => {};
|
|
7220
|
+
};
|
|
7221
|
+
businessFilter: {
|
|
7222
|
+
type: PropType<import("../../../../es/packages/form-render").FormBusinessFilter>;
|
|
7223
|
+
};
|
|
7224
|
+
scope: {
|
|
7225
|
+
type: PropType<import("../../../../es/src/types").AnyObject>;
|
|
7226
|
+
default: () => {};
|
|
7227
|
+
};
|
|
7228
|
+
annotation: {
|
|
7229
|
+
type: PropType<import("../../../../es/src/types").AnyObject>;
|
|
7230
|
+
};
|
|
7231
|
+
consumer: {
|
|
7232
|
+
type: BooleanConstructor;
|
|
7233
|
+
default: boolean;
|
|
7234
|
+
};
|
|
7235
|
+
uuid: {
|
|
7236
|
+
type: StringConstructor;
|
|
7237
|
+
};
|
|
7238
|
+
lifeCycle: {
|
|
7239
|
+
type: PropType<Partial<{
|
|
7240
|
+
onSetup(): void;
|
|
7241
|
+
beforeRequest(fieldKey: string, params?: import("../../../../es/src/types").AnyObject | undefined): void | import("../../../../es/src/types").WithUndefined<import("../../../../es/src/types").AnyObject>;
|
|
7242
|
+
afterRequest(fieldKey: string, payload?: any): import("../../../../es/src/types").AnyObject[];
|
|
7243
|
+
}>>;
|
|
7244
|
+
};
|
|
7245
|
+
}>> & {
|
|
7246
|
+
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
7247
|
+
}>>;
|
|
7248
|
+
emit: (event: "formChange", ...args: any[]) => void;
|
|
7249
|
+
nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
|
|
7250
|
+
SchemaField: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
|
|
7251
|
+
businessCollector: import("../../../../es/packages/form-render").BusinessCollector;
|
|
7252
|
+
formItemDepsCollector: import("../../../../es/packages/form-render").FormItemDepsCollector;
|
|
7253
|
+
changeContextCollector: import("../../../../es/packages/form-render").ContextCollector;
|
|
7254
|
+
formUUID: string;
|
|
7255
|
+
formModel: import("@formily/core").Form<{
|
|
7256
|
+
[x: string]: any;
|
|
7257
|
+
}>;
|
|
7258
|
+
scrollbarRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7259
|
+
schemaAdaptor: (fieldList: FieldItem[]) => Record<string, import("@formily/json-schema").Stringify<{
|
|
7260
|
+
[key: symbol]: any;
|
|
7261
|
+
[key: `x-${string}`]: any;
|
|
7262
|
+
[key: `x-${number}`]: any;
|
|
7263
|
+
version?: string | undefined;
|
|
7264
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
7265
|
+
title?: any;
|
|
7266
|
+
description?: any;
|
|
7267
|
+
default?: any;
|
|
7268
|
+
readOnly?: boolean | undefined;
|
|
7269
|
+
writeOnly?: boolean | undefined;
|
|
7270
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
7271
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
7272
|
+
const?: any;
|
|
7273
|
+
multipleOf?: number | undefined;
|
|
7274
|
+
maximum?: number | undefined;
|
|
7275
|
+
exclusiveMaximum?: number | undefined;
|
|
7276
|
+
minimum?: number | undefined;
|
|
7277
|
+
exclusiveMinimum?: number | undefined;
|
|
7278
|
+
maxLength?: number | undefined;
|
|
7279
|
+
minLength?: number | undefined;
|
|
7280
|
+
pattern?: string | RegExp | undefined;
|
|
7281
|
+
maxItems?: number | undefined;
|
|
7282
|
+
minItems?: number | undefined;
|
|
7283
|
+
uniqueItems?: boolean | undefined;
|
|
7284
|
+
maxProperties?: number | undefined;
|
|
7285
|
+
minProperties?: number | undefined;
|
|
7286
|
+
required?: string | boolean | string[] | undefined;
|
|
7287
|
+
format?: string | undefined;
|
|
7288
|
+
$ref?: string | undefined;
|
|
7289
|
+
$namespace?: string | undefined;
|
|
7290
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
7291
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
7292
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
7293
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
7294
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
7295
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
7296
|
+
"x-value"?: any;
|
|
7297
|
+
"x-index"?: number | undefined;
|
|
7298
|
+
"x-pattern"?: any;
|
|
7299
|
+
"x-display"?: any;
|
|
7300
|
+
"x-validator"?: any;
|
|
7301
|
+
"x-decorator"?: any;
|
|
7302
|
+
"x-decorator-props"?: any;
|
|
7303
|
+
"x-component"?: any;
|
|
7304
|
+
"x-component-props"?: any;
|
|
7305
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
7306
|
+
"x-content"?: any;
|
|
7307
|
+
"x-data"?: any;
|
|
7308
|
+
"x-visible"?: boolean | undefined;
|
|
7309
|
+
"x-hidden"?: boolean | undefined;
|
|
7310
|
+
"x-disabled"?: boolean | undefined;
|
|
7311
|
+
"x-editable"?: boolean | undefined;
|
|
7312
|
+
"x-read-only"?: boolean | undefined;
|
|
7313
|
+
"x-read-pretty"?: boolean | undefined;
|
|
7314
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
7315
|
+
}>>;
|
|
7316
|
+
parsedSchema: import("vue").ComputedRef<import("@formily/json-schema").Stringify<{
|
|
7317
|
+
[key: symbol]: any;
|
|
7318
|
+
[key: `x-${string}`]: any;
|
|
7319
|
+
[key: `x-${number}`]: any;
|
|
7320
|
+
version?: string | undefined;
|
|
7321
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
7322
|
+
title?: any;
|
|
7323
|
+
description?: any;
|
|
7324
|
+
default?: any;
|
|
7325
|
+
readOnly?: boolean | undefined;
|
|
7326
|
+
writeOnly?: boolean | undefined;
|
|
7327
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
7328
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
7329
|
+
const?: any;
|
|
7330
|
+
multipleOf?: number | undefined;
|
|
7331
|
+
maximum?: number | undefined;
|
|
7332
|
+
exclusiveMaximum?: number | undefined;
|
|
7333
|
+
minimum?: number | undefined;
|
|
7334
|
+
exclusiveMinimum?: number | undefined;
|
|
7335
|
+
maxLength?: number | undefined;
|
|
7336
|
+
minLength?: number | undefined;
|
|
7337
|
+
pattern?: string | RegExp | undefined;
|
|
7338
|
+
maxItems?: number | undefined;
|
|
7339
|
+
minItems?: number | undefined;
|
|
7340
|
+
uniqueItems?: boolean | undefined;
|
|
7341
|
+
maxProperties?: number | undefined;
|
|
7342
|
+
minProperties?: number | undefined;
|
|
7343
|
+
required?: string | boolean | string[] | undefined;
|
|
7344
|
+
format?: string | undefined;
|
|
7345
|
+
$ref?: string | undefined;
|
|
7346
|
+
$namespace?: string | undefined;
|
|
7347
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
7348
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
7349
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
7350
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
7351
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
7352
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
7353
|
+
"x-value"?: any;
|
|
7354
|
+
"x-index"?: number | undefined;
|
|
7355
|
+
"x-pattern"?: any;
|
|
7356
|
+
"x-display"?: any;
|
|
7357
|
+
"x-validator"?: any;
|
|
7358
|
+
"x-decorator"?: any;
|
|
7359
|
+
"x-decorator-props"?: any;
|
|
7360
|
+
"x-component"?: any;
|
|
7361
|
+
"x-component-props"?: any;
|
|
7362
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
7363
|
+
"x-content"?: any;
|
|
7364
|
+
"x-data"?: any;
|
|
7365
|
+
"x-visible"?: boolean | undefined;
|
|
7366
|
+
"x-hidden"?: boolean | undefined;
|
|
7367
|
+
"x-disabled"?: boolean | undefined;
|
|
7368
|
+
"x-editable"?: boolean | undefined;
|
|
7369
|
+
"x-read-only"?: boolean | undefined;
|
|
7370
|
+
"x-read-pretty"?: boolean | undefined;
|
|
7371
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
7372
|
+
}>>;
|
|
7373
|
+
currentAnchor: import("vue").WritableComputedRef<string>;
|
|
7374
|
+
generateAnchorList: (schema: import("@formily/json-schema").Stringify<{
|
|
7375
|
+
[key: symbol]: any;
|
|
7376
|
+
[key: `x-${string}`]: any;
|
|
7377
|
+
[key: `x-${number}`]: any;
|
|
7378
|
+
version?: string | undefined;
|
|
7379
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
7380
|
+
title?: any;
|
|
7381
|
+
description?: any;
|
|
7382
|
+
default?: any;
|
|
7383
|
+
readOnly?: boolean | undefined;
|
|
7384
|
+
writeOnly?: boolean | undefined;
|
|
7385
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
7386
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
7387
|
+
const?: any;
|
|
7388
|
+
multipleOf?: number | undefined;
|
|
7389
|
+
maximum?: number | undefined;
|
|
7390
|
+
exclusiveMaximum?: number | undefined;
|
|
7391
|
+
minimum?: number | undefined;
|
|
7392
|
+
exclusiveMinimum?: number | undefined;
|
|
7393
|
+
maxLength?: number | undefined;
|
|
7394
|
+
minLength?: number | undefined;
|
|
7395
|
+
pattern?: string | RegExp | undefined;
|
|
7396
|
+
maxItems?: number | undefined;
|
|
7397
|
+
minItems?: number | undefined;
|
|
7398
|
+
uniqueItems?: boolean | undefined;
|
|
7399
|
+
maxProperties?: number | undefined;
|
|
7400
|
+
minProperties?: number | undefined;
|
|
7401
|
+
required?: string | boolean | string[] | undefined;
|
|
7402
|
+
format?: string | undefined;
|
|
7403
|
+
$ref?: string | undefined;
|
|
7404
|
+
$namespace?: string | undefined;
|
|
7405
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
7406
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
7407
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
7408
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
7409
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
7410
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
7411
|
+
"x-value"?: any;
|
|
7412
|
+
"x-index"?: number | undefined;
|
|
7413
|
+
"x-pattern"?: any;
|
|
7414
|
+
"x-display"?: any;
|
|
7415
|
+
"x-validator"?: any;
|
|
7416
|
+
"x-decorator"?: any;
|
|
7417
|
+
"x-decorator-props"?: any;
|
|
7418
|
+
"x-component"?: any;
|
|
7419
|
+
"x-component-props"?: any;
|
|
7420
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
7421
|
+
"x-content"?: any;
|
|
7422
|
+
"x-data"?: any;
|
|
7423
|
+
"x-visible"?: boolean | undefined;
|
|
7424
|
+
"x-hidden"?: boolean | undefined;
|
|
7425
|
+
"x-disabled"?: boolean | undefined;
|
|
7426
|
+
"x-editable"?: boolean | undefined;
|
|
7427
|
+
"x-read-only"?: boolean | undefined;
|
|
7428
|
+
"x-read-pretty"?: boolean | undefined;
|
|
7429
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
7430
|
+
}>) => void;
|
|
7431
|
+
anchorIdList: import("vue").Ref<{
|
|
7432
|
+
name: string;
|
|
7433
|
+
title: string;
|
|
7434
|
+
}[]>;
|
|
7435
|
+
formHeight: import("vue").ComputedRef<string | undefined>;
|
|
7436
|
+
onScroll: () => void;
|
|
7437
|
+
queryWidget: (key: string, wrapperElement: HTMLElement, fieldList: FieldItem[]) => Promise<{
|
|
7438
|
+
widgetElement: HTMLInputElement | null | undefined;
|
|
7439
|
+
widgetElementList: HTMLInputElement[];
|
|
7440
|
+
decoratorElement: HTMLElement | null | undefined;
|
|
7441
|
+
}>;
|
|
7442
|
+
FormConsumer: import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
7443
|
+
FormProvider: import("vue").DefineComponent<Record<"form", any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<"form", any>>>, {
|
|
7444
|
+
form: any;
|
|
7445
|
+
}>;
|
|
7446
|
+
NForm: import("vue").DefineComponent<{
|
|
7447
|
+
readonly inline: BooleanConstructor;
|
|
7448
|
+
readonly labelWidth: PropType<string | number>;
|
|
7449
|
+
readonly labelAlign: PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
|
|
7450
|
+
readonly labelPlacement: {
|
|
7451
|
+
readonly type: PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
|
|
7452
|
+
readonly default: "top";
|
|
7453
|
+
};
|
|
7454
|
+
readonly model: {
|
|
7455
|
+
readonly type: PropType<Record<string, any>>;
|
|
7456
|
+
readonly default: () => void;
|
|
7457
|
+
};
|
|
7458
|
+
readonly rules: PropType<import("naive-ui").FormRules>;
|
|
7459
|
+
readonly disabled: BooleanConstructor;
|
|
7460
|
+
readonly size: PropType<import("naive-ui/es/form/src/interface").Size>;
|
|
7461
|
+
readonly showRequireMark: {
|
|
7462
|
+
readonly type: PropType<boolean | undefined>;
|
|
7463
|
+
readonly default: undefined;
|
|
7464
|
+
};
|
|
7465
|
+
readonly requireMarkPlacement: PropType<"left" | "right" | "right-hanging">;
|
|
7466
|
+
readonly showFeedback: {
|
|
7467
|
+
readonly type: BooleanConstructor;
|
|
7468
|
+
readonly default: true;
|
|
7469
|
+
};
|
|
7470
|
+
readonly onSubmit: {
|
|
7471
|
+
readonly type: PropType<(e: Event) => void>;
|
|
7472
|
+
readonly default: (e: Event) => void;
|
|
7473
|
+
};
|
|
7474
|
+
readonly showLabel: {
|
|
7475
|
+
readonly type: PropType<boolean | undefined>;
|
|
7476
|
+
readonly default: undefined;
|
|
7477
|
+
};
|
|
7478
|
+
readonly validateMessages: PropType<Partial<import("naive-ui/es/form/src/interface").FormValidateMessages>>;
|
|
7479
|
+
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
7480
|
+
blankHeightSmall: string;
|
|
7481
|
+
blankHeightMedium: string;
|
|
7482
|
+
blankHeightLarge: string;
|
|
7483
|
+
lineHeight: string;
|
|
7484
|
+
labelTextColor: string;
|
|
7485
|
+
asteriskColor: string;
|
|
7486
|
+
feedbackTextColorError: string;
|
|
7487
|
+
feedbackTextColorWarning: string;
|
|
7488
|
+
feedbackTextColor: string;
|
|
7489
|
+
feedbackPadding: string;
|
|
7490
|
+
feedbackHeightSmall: string;
|
|
7491
|
+
feedbackHeightMedium: string;
|
|
7492
|
+
feedbackHeightLarge: string;
|
|
7493
|
+
feedbackFontSizeSmall: string;
|
|
7494
|
+
feedbackFontSizeMedium: string;
|
|
7495
|
+
feedbackFontSizeLarge: string;
|
|
7496
|
+
labelFontSizeLeftSmall: string;
|
|
7497
|
+
labelFontSizeLeftMedium: string;
|
|
7498
|
+
labelFontSizeLeftLarge: string;
|
|
7499
|
+
labelFontSizeTopSmall: string;
|
|
7500
|
+
labelFontSizeTopMedium: string;
|
|
7501
|
+
labelFontSizeTopLarge: string;
|
|
7502
|
+
labelHeightSmall: string;
|
|
7503
|
+
labelHeightMedium: string;
|
|
7504
|
+
labelHeightLarge: string;
|
|
7505
|
+
labelPaddingVertical: string;
|
|
7506
|
+
labelPaddingHorizontal: string;
|
|
7507
|
+
labelTextAlignVertical: string;
|
|
7508
|
+
labelTextAlignHorizontal: string;
|
|
7509
|
+
}, any>>;
|
|
7510
|
+
readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
7511
|
+
blankHeightSmall: string;
|
|
7512
|
+
blankHeightMedium: string;
|
|
7513
|
+
blankHeightLarge: string;
|
|
7514
|
+
lineHeight: string;
|
|
7515
|
+
labelTextColor: string;
|
|
7516
|
+
asteriskColor: string;
|
|
7517
|
+
feedbackTextColorError: string;
|
|
7518
|
+
feedbackTextColorWarning: string;
|
|
7519
|
+
feedbackTextColor: string;
|
|
7520
|
+
feedbackPadding: string;
|
|
7521
|
+
feedbackHeightSmall: string;
|
|
7522
|
+
feedbackHeightMedium: string;
|
|
7523
|
+
feedbackHeightLarge: string;
|
|
7524
|
+
feedbackFontSizeSmall: string;
|
|
7525
|
+
feedbackFontSizeMedium: string;
|
|
7526
|
+
feedbackFontSizeLarge: string;
|
|
7527
|
+
labelFontSizeLeftSmall: string;
|
|
7528
|
+
labelFontSizeLeftMedium: string;
|
|
7529
|
+
labelFontSizeLeftLarge: string;
|
|
7530
|
+
labelFontSizeTopSmall: string;
|
|
7531
|
+
labelFontSizeTopMedium: string;
|
|
7532
|
+
labelFontSizeTopLarge: string;
|
|
7533
|
+
labelHeightSmall: string;
|
|
7534
|
+
labelHeightMedium: string;
|
|
7535
|
+
labelHeightLarge: string;
|
|
7536
|
+
labelPaddingVertical: string;
|
|
7537
|
+
labelPaddingHorizontal: string;
|
|
7538
|
+
labelTextAlignVertical: string;
|
|
7539
|
+
labelTextAlignHorizontal: string;
|
|
7540
|
+
}, any>>>;
|
|
7541
|
+
readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
7542
|
+
blankHeightSmall: string;
|
|
7543
|
+
blankHeightMedium: string;
|
|
7544
|
+
blankHeightLarge: string;
|
|
7545
|
+
lineHeight: string;
|
|
7546
|
+
labelTextColor: string;
|
|
7547
|
+
asteriskColor: string;
|
|
7548
|
+
feedbackTextColorError: string;
|
|
7549
|
+
feedbackTextColorWarning: string;
|
|
7550
|
+
feedbackTextColor: string;
|
|
7551
|
+
feedbackPadding: string;
|
|
7552
|
+
feedbackHeightSmall: string;
|
|
7553
|
+
feedbackHeightMedium: string;
|
|
7554
|
+
feedbackHeightLarge: string;
|
|
7555
|
+
feedbackFontSizeSmall: string;
|
|
7556
|
+
feedbackFontSizeMedium: string;
|
|
7557
|
+
feedbackFontSizeLarge: string;
|
|
7558
|
+
labelFontSizeLeftSmall: string;
|
|
7559
|
+
labelFontSizeLeftMedium: string;
|
|
7560
|
+
labelFontSizeLeftLarge: string;
|
|
7561
|
+
labelFontSizeTopSmall: string;
|
|
7562
|
+
labelFontSizeTopMedium: string;
|
|
7563
|
+
labelFontSizeTopLarge: string;
|
|
7564
|
+
labelHeightSmall: string;
|
|
7565
|
+
labelHeightMedium: string;
|
|
7566
|
+
labelHeightLarge: string;
|
|
7567
|
+
labelPaddingVertical: string;
|
|
7568
|
+
labelPaddingHorizontal: string;
|
|
7569
|
+
labelTextAlignVertical: string;
|
|
7570
|
+
labelTextAlignHorizontal: string;
|
|
7571
|
+
}, any>>>;
|
|
7572
|
+
}, import("naive-ui").FormInst & {
|
|
7573
|
+
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
7574
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7575
|
+
readonly inline: BooleanConstructor;
|
|
7576
|
+
readonly labelWidth: PropType<string | number>;
|
|
7577
|
+
readonly labelAlign: PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
|
|
7578
|
+
readonly labelPlacement: {
|
|
7579
|
+
readonly type: PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
|
|
7580
|
+
readonly default: "top";
|
|
7581
|
+
};
|
|
7582
|
+
readonly model: {
|
|
7583
|
+
readonly type: PropType<Record<string, any>>;
|
|
7584
|
+
readonly default: () => void;
|
|
7585
|
+
};
|
|
7586
|
+
readonly rules: PropType<import("naive-ui").FormRules>;
|
|
7587
|
+
readonly disabled: BooleanConstructor;
|
|
7588
|
+
readonly size: PropType<import("naive-ui/es/form/src/interface").Size>;
|
|
7589
|
+
readonly showRequireMark: {
|
|
7590
|
+
readonly type: PropType<boolean | undefined>;
|
|
7591
|
+
readonly default: undefined;
|
|
7592
|
+
};
|
|
7593
|
+
readonly requireMarkPlacement: PropType<"left" | "right" | "right-hanging">;
|
|
7594
|
+
readonly showFeedback: {
|
|
7595
|
+
readonly type: BooleanConstructor;
|
|
7596
|
+
readonly default: true;
|
|
7597
|
+
};
|
|
7598
|
+
readonly onSubmit: {
|
|
7599
|
+
readonly type: PropType<(e: Event) => void>;
|
|
7600
|
+
readonly default: (e: Event) => void;
|
|
7601
|
+
};
|
|
7602
|
+
readonly showLabel: {
|
|
7603
|
+
readonly type: PropType<boolean | undefined>;
|
|
7604
|
+
readonly default: undefined;
|
|
7605
|
+
};
|
|
7606
|
+
readonly validateMessages: PropType<Partial<import("naive-ui/es/form/src/interface").FormValidateMessages>>;
|
|
7607
|
+
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
7608
|
+
blankHeightSmall: string;
|
|
7609
|
+
blankHeightMedium: string;
|
|
7610
|
+
blankHeightLarge: string;
|
|
7611
|
+
lineHeight: string;
|
|
7612
|
+
labelTextColor: string;
|
|
7613
|
+
asteriskColor: string;
|
|
7614
|
+
feedbackTextColorError: string;
|
|
7615
|
+
feedbackTextColorWarning: string;
|
|
7616
|
+
feedbackTextColor: string;
|
|
7617
|
+
feedbackPadding: string;
|
|
7618
|
+
feedbackHeightSmall: string;
|
|
7619
|
+
feedbackHeightMedium: string;
|
|
7620
|
+
feedbackHeightLarge: string;
|
|
7621
|
+
feedbackFontSizeSmall: string;
|
|
7622
|
+
feedbackFontSizeMedium: string;
|
|
7623
|
+
feedbackFontSizeLarge: string;
|
|
7624
|
+
labelFontSizeLeftSmall: string;
|
|
7625
|
+
labelFontSizeLeftMedium: string;
|
|
7626
|
+
labelFontSizeLeftLarge: string;
|
|
7627
|
+
labelFontSizeTopSmall: string;
|
|
7628
|
+
labelFontSizeTopMedium: string;
|
|
7629
|
+
labelFontSizeTopLarge: string;
|
|
7630
|
+
labelHeightSmall: string;
|
|
7631
|
+
labelHeightMedium: string;
|
|
7632
|
+
labelHeightLarge: string;
|
|
7633
|
+
labelPaddingVertical: string;
|
|
7634
|
+
labelPaddingHorizontal: string;
|
|
7635
|
+
labelTextAlignVertical: string;
|
|
7636
|
+
labelTextAlignHorizontal: string;
|
|
7637
|
+
}, any>>;
|
|
7638
|
+
readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
7639
|
+
blankHeightSmall: string;
|
|
7640
|
+
blankHeightMedium: string;
|
|
7641
|
+
blankHeightLarge: string;
|
|
7642
|
+
lineHeight: string;
|
|
7643
|
+
labelTextColor: string;
|
|
7644
|
+
asteriskColor: string;
|
|
7645
|
+
feedbackTextColorError: string;
|
|
7646
|
+
feedbackTextColorWarning: string;
|
|
7647
|
+
feedbackTextColor: string;
|
|
7648
|
+
feedbackPadding: string;
|
|
7649
|
+
feedbackHeightSmall: string;
|
|
7650
|
+
feedbackHeightMedium: string;
|
|
7651
|
+
feedbackHeightLarge: string;
|
|
7652
|
+
feedbackFontSizeSmall: string;
|
|
7653
|
+
feedbackFontSizeMedium: string;
|
|
7654
|
+
feedbackFontSizeLarge: string;
|
|
7655
|
+
labelFontSizeLeftSmall: string;
|
|
7656
|
+
labelFontSizeLeftMedium: string;
|
|
7657
|
+
labelFontSizeLeftLarge: string;
|
|
7658
|
+
labelFontSizeTopSmall: string;
|
|
7659
|
+
labelFontSizeTopMedium: string;
|
|
7660
|
+
labelFontSizeTopLarge: string;
|
|
7661
|
+
labelHeightSmall: string;
|
|
7662
|
+
labelHeightMedium: string;
|
|
7663
|
+
labelHeightLarge: string;
|
|
7664
|
+
labelPaddingVertical: string;
|
|
7665
|
+
labelPaddingHorizontal: string;
|
|
7666
|
+
labelTextAlignVertical: string;
|
|
7667
|
+
labelTextAlignHorizontal: string;
|
|
7668
|
+
}, any>>>;
|
|
7669
|
+
readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
7670
|
+
blankHeightSmall: string;
|
|
7671
|
+
blankHeightMedium: string;
|
|
7672
|
+
blankHeightLarge: string;
|
|
7673
|
+
lineHeight: string;
|
|
7674
|
+
labelTextColor: string;
|
|
7675
|
+
asteriskColor: string;
|
|
7676
|
+
feedbackTextColorError: string;
|
|
7677
|
+
feedbackTextColorWarning: string;
|
|
7678
|
+
feedbackTextColor: string;
|
|
7679
|
+
feedbackPadding: string;
|
|
7680
|
+
feedbackHeightSmall: string;
|
|
7681
|
+
feedbackHeightMedium: string;
|
|
7682
|
+
feedbackHeightLarge: string;
|
|
7683
|
+
feedbackFontSizeSmall: string;
|
|
7684
|
+
feedbackFontSizeMedium: string;
|
|
7685
|
+
feedbackFontSizeLarge: string;
|
|
7686
|
+
labelFontSizeLeftSmall: string;
|
|
7687
|
+
labelFontSizeLeftMedium: string;
|
|
7688
|
+
labelFontSizeLeftLarge: string;
|
|
7689
|
+
labelFontSizeTopSmall: string;
|
|
7690
|
+
labelFontSizeTopMedium: string;
|
|
7691
|
+
labelFontSizeTopLarge: string;
|
|
7692
|
+
labelHeightSmall: string;
|
|
7693
|
+
labelHeightMedium: string;
|
|
7694
|
+
labelHeightLarge: string;
|
|
7695
|
+
labelPaddingVertical: string;
|
|
7696
|
+
labelPaddingHorizontal: string;
|
|
7697
|
+
labelTextAlignVertical: string;
|
|
7698
|
+
labelTextAlignHorizontal: string;
|
|
7699
|
+
}, any>>>;
|
|
7700
|
+
}>>, {
|
|
7701
|
+
readonly inline: boolean;
|
|
7702
|
+
readonly disabled: boolean;
|
|
7703
|
+
readonly onSubmit: (e: Event) => void;
|
|
7704
|
+
readonly labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
|
|
7705
|
+
readonly model: Record<string, any>;
|
|
7706
|
+
readonly showRequireMark: boolean | undefined;
|
|
7707
|
+
readonly showFeedback: boolean;
|
|
7708
|
+
readonly showLabel: boolean | undefined;
|
|
7709
|
+
}>;
|
|
7710
|
+
NTabPane: import("vue").DefineComponent<{
|
|
7711
|
+
readonly tab: PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
7712
|
+
[key: string]: any;
|
|
7713
|
+
}> | (() => import("vue").VNodeChild)>;
|
|
7714
|
+
readonly name: {
|
|
7715
|
+
readonly type: PropType<string | number>;
|
|
7716
|
+
readonly required: true;
|
|
7717
|
+
};
|
|
7718
|
+
readonly disabled: BooleanConstructor;
|
|
7719
|
+
readonly displayDirective: {
|
|
7720
|
+
readonly type: PropType<"show" | "if" | "show:lazy">;
|
|
7721
|
+
readonly default: "if";
|
|
7722
|
+
};
|
|
7723
|
+
readonly closable: {
|
|
7724
|
+
readonly type: PropType<boolean | undefined>;
|
|
7725
|
+
readonly default: undefined;
|
|
7726
|
+
};
|
|
7727
|
+
readonly tabProps: PropType<import("vue").HTMLAttributes>;
|
|
7728
|
+
readonly label: PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
7729
|
+
[key: string]: any;
|
|
7730
|
+
}> | (() => import("vue").VNodeChild)>;
|
|
7731
|
+
}, {
|
|
7732
|
+
style: import("vue").Ref<string | import("vue").CSSProperties | undefined>;
|
|
7733
|
+
class: import("vue").Ref<string | undefined>;
|
|
7734
|
+
mergedClsPrefix: import("vue").Ref<string>;
|
|
7735
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7736
|
+
readonly tab: PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
7737
|
+
[key: string]: any;
|
|
7738
|
+
}> | (() => import("vue").VNodeChild)>;
|
|
7739
|
+
readonly name: {
|
|
7740
|
+
readonly type: PropType<string | number>;
|
|
7741
|
+
readonly required: true;
|
|
7742
|
+
};
|
|
7743
|
+
readonly disabled: BooleanConstructor;
|
|
7744
|
+
readonly displayDirective: {
|
|
7745
|
+
readonly type: PropType<"show" | "if" | "show:lazy">;
|
|
7746
|
+
readonly default: "if";
|
|
7747
|
+
};
|
|
7748
|
+
readonly closable: {
|
|
7749
|
+
readonly type: PropType<boolean | undefined>;
|
|
7750
|
+
readonly default: undefined;
|
|
7751
|
+
};
|
|
7752
|
+
readonly tabProps: PropType<import("vue").HTMLAttributes>;
|
|
7753
|
+
readonly label: PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
7754
|
+
[key: string]: any;
|
|
7755
|
+
}> | (() => import("vue").VNodeChild)>;
|
|
7756
|
+
}>>, {
|
|
7757
|
+
readonly disabled: boolean;
|
|
7758
|
+
readonly closable: boolean | undefined;
|
|
7759
|
+
readonly displayDirective: "show" | "if" | "show:lazy";
|
|
7760
|
+
}>;
|
|
7761
|
+
NTabs: import("vue").DefineComponent<{
|
|
7762
|
+
readonly value: PropType<string | number>;
|
|
7763
|
+
readonly defaultValue: PropType<string | number>;
|
|
7764
|
+
readonly trigger: {
|
|
7765
|
+
readonly type: PropType<"click" | "hover">;
|
|
7766
|
+
readonly default: "click";
|
|
7767
|
+
};
|
|
7768
|
+
readonly type: {
|
|
7769
|
+
readonly type: PropType<import("naive-ui/es/tabs/src/interface").TabsType>;
|
|
7770
|
+
readonly default: "bar";
|
|
7771
|
+
};
|
|
7772
|
+
readonly closable: BooleanConstructor;
|
|
7773
|
+
readonly justifyContent: PropType<"center" | "start" | "end" | "space-around" | "space-between" | "space-evenly">;
|
|
7774
|
+
readonly size: {
|
|
7775
|
+
readonly type: PropType<"small" | "medium" | "large">;
|
|
7776
|
+
readonly default: "medium";
|
|
7777
|
+
};
|
|
7778
|
+
readonly tabStyle: PropType<string | import("vue").CSSProperties>;
|
|
7779
|
+
readonly barWidth: NumberConstructor;
|
|
7780
|
+
readonly paneClass: StringConstructor;
|
|
7781
|
+
readonly paneStyle: PropType<string | import("vue").CSSProperties>;
|
|
7782
|
+
readonly addable: PropType<import("naive-ui/es/tabs/src/interface").Addable>;
|
|
7783
|
+
readonly tabsPadding: {
|
|
7784
|
+
readonly type: NumberConstructor;
|
|
7785
|
+
readonly default: 0;
|
|
7786
|
+
};
|
|
7787
|
+
readonly animated: BooleanConstructor;
|
|
7788
|
+
readonly onBeforeLeave: PropType<import("naive-ui/es/tabs/src/interface").OnBeforeLeave>;
|
|
7789
|
+
readonly onAdd: PropType<() => void>;
|
|
7790
|
+
readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnUpdateValue>>;
|
|
7791
|
+
readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnUpdateValue>>;
|
|
7792
|
+
readonly onClose: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnClose>>;
|
|
7793
|
+
readonly labelSize: PropType<"small" | "medium" | "large">;
|
|
7794
|
+
readonly activeName: PropType<string | number>;
|
|
7795
|
+
readonly onActiveNameChange: PropType<import("naive-ui/es/_utils").MaybeArray<(value: never) => void>>;
|
|
7796
|
+
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
7797
|
+
colorSegment: string;
|
|
7798
|
+
tabFontSizeCard: string;
|
|
7799
|
+
tabTextColorLine: string;
|
|
7800
|
+
tabTextColorActiveLine: string;
|
|
7801
|
+
tabTextColorHoverLine: string;
|
|
7802
|
+
tabTextColorDisabledLine: string;
|
|
7803
|
+
tabTextColorSegment: string;
|
|
7804
|
+
tabTextColorActiveSegment: string;
|
|
7805
|
+
tabTextColorHoverSegment: string;
|
|
7806
|
+
tabTextColorDisabledSegment: string;
|
|
7807
|
+
tabTextColorBar: string;
|
|
7808
|
+
tabTextColorActiveBar: string;
|
|
7809
|
+
tabTextColorHoverBar: string;
|
|
7810
|
+
tabTextColorDisabledBar: string;
|
|
7811
|
+
tabTextColorCard: string;
|
|
7812
|
+
tabTextColorHoverCard: string;
|
|
7813
|
+
tabTextColorActiveCard: string;
|
|
7814
|
+
tabTextColorDisabledCard: string;
|
|
7815
|
+
barColor: string;
|
|
7816
|
+
closeIconColor: string;
|
|
7817
|
+
closeIconColorHover: string;
|
|
7818
|
+
closeIconColorPressed: string;
|
|
7819
|
+
closeColorHover: string;
|
|
7820
|
+
closeColorPressed: string;
|
|
7821
|
+
closeBorderRadius: string;
|
|
7822
|
+
tabColor: string;
|
|
7823
|
+
tabColorSegment: string;
|
|
7824
|
+
tabBorderColor: string;
|
|
7825
|
+
tabFontWeightActive: string;
|
|
7826
|
+
tabFontWeight: string;
|
|
7827
|
+
tabBorderRadius: string;
|
|
7828
|
+
paneTextColor: string;
|
|
7829
|
+
fontWeightStrong: string;
|
|
7830
|
+
tabFontSizeSmall: string;
|
|
7831
|
+
tabFontSizeMedium: string;
|
|
7832
|
+
tabFontSizeLarge: string;
|
|
7833
|
+
tabGapSmallLine: string;
|
|
7834
|
+
tabGapMediumLine: string;
|
|
7835
|
+
tabGapLargeLine: string;
|
|
7836
|
+
tabPaddingSmallLine: string;
|
|
7837
|
+
tabPaddingMediumLine: string;
|
|
7838
|
+
tabPaddingLargeLine: string;
|
|
7839
|
+
tabGapSmallBar: string;
|
|
7840
|
+
tabGapMediumBar: string;
|
|
7841
|
+
tabGapLargeBar: string;
|
|
7842
|
+
tabPaddingSmallBar: string;
|
|
7843
|
+
tabPaddingMediumBar: string;
|
|
7844
|
+
tabPaddingLargeBar: string;
|
|
7845
|
+
tabGapSmallCard: string;
|
|
7846
|
+
tabGapMediumCard: string;
|
|
7847
|
+
tabGapLargeCard: string;
|
|
7848
|
+
tabPaddingSmallCard: string;
|
|
7849
|
+
tabPaddingMediumCard: string;
|
|
7850
|
+
tabPaddingLargeCard: string;
|
|
7851
|
+
tabPaddingSmallSegment: string;
|
|
7852
|
+
tabPaddingMediumSegment: string;
|
|
7853
|
+
tabPaddingLargeSegment: string;
|
|
7854
|
+
tabGapSmallSegment: string;
|
|
7855
|
+
tabGapMediumSegment: string;
|
|
7856
|
+
tabGapLargeSegment: string;
|
|
7857
|
+
panePaddingSmall: string;
|
|
7858
|
+
panePaddingMedium: string;
|
|
7859
|
+
panePaddingLarge: string;
|
|
7860
|
+
closeSize: string;
|
|
7861
|
+
closeIconSize: string;
|
|
7862
|
+
}, any>>;
|
|
7863
|
+
readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
7864
|
+
colorSegment: string;
|
|
7865
|
+
tabFontSizeCard: string;
|
|
7866
|
+
tabTextColorLine: string;
|
|
7867
|
+
tabTextColorActiveLine: string;
|
|
7868
|
+
tabTextColorHoverLine: string;
|
|
7869
|
+
tabTextColorDisabledLine: string;
|
|
7870
|
+
tabTextColorSegment: string;
|
|
7871
|
+
tabTextColorActiveSegment: string;
|
|
7872
|
+
tabTextColorHoverSegment: string;
|
|
7873
|
+
tabTextColorDisabledSegment: string;
|
|
7874
|
+
tabTextColorBar: string;
|
|
7875
|
+
tabTextColorActiveBar: string;
|
|
7876
|
+
tabTextColorHoverBar: string;
|
|
7877
|
+
tabTextColorDisabledBar: string;
|
|
7878
|
+
tabTextColorCard: string;
|
|
7879
|
+
tabTextColorHoverCard: string;
|
|
7880
|
+
tabTextColorActiveCard: string;
|
|
7881
|
+
tabTextColorDisabledCard: string;
|
|
7882
|
+
barColor: string;
|
|
7883
|
+
closeIconColor: string;
|
|
7884
|
+
closeIconColorHover: string;
|
|
7885
|
+
closeIconColorPressed: string;
|
|
7886
|
+
closeColorHover: string;
|
|
7887
|
+
closeColorPressed: string;
|
|
7888
|
+
closeBorderRadius: string;
|
|
7889
|
+
tabColor: string;
|
|
7890
|
+
tabColorSegment: string;
|
|
7891
|
+
tabBorderColor: string;
|
|
7892
|
+
tabFontWeightActive: string;
|
|
7893
|
+
tabFontWeight: string;
|
|
7894
|
+
tabBorderRadius: string;
|
|
7895
|
+
paneTextColor: string;
|
|
7896
|
+
fontWeightStrong: string;
|
|
7897
|
+
tabFontSizeSmall: string;
|
|
7898
|
+
tabFontSizeMedium: string;
|
|
7899
|
+
tabFontSizeLarge: string;
|
|
7900
|
+
tabGapSmallLine: string;
|
|
7901
|
+
tabGapMediumLine: string;
|
|
7902
|
+
tabGapLargeLine: string;
|
|
7903
|
+
tabPaddingSmallLine: string;
|
|
7904
|
+
tabPaddingMediumLine: string;
|
|
7905
|
+
tabPaddingLargeLine: string;
|
|
7906
|
+
tabGapSmallBar: string;
|
|
7907
|
+
tabGapMediumBar: string;
|
|
7908
|
+
tabGapLargeBar: string;
|
|
7909
|
+
tabPaddingSmallBar: string;
|
|
7910
|
+
tabPaddingMediumBar: string;
|
|
7911
|
+
tabPaddingLargeBar: string;
|
|
7912
|
+
tabGapSmallCard: string;
|
|
7913
|
+
tabGapMediumCard: string;
|
|
7914
|
+
tabGapLargeCard: string;
|
|
7915
|
+
tabPaddingSmallCard: string;
|
|
7916
|
+
tabPaddingMediumCard: string;
|
|
7917
|
+
tabPaddingLargeCard: string;
|
|
7918
|
+
tabPaddingSmallSegment: string;
|
|
7919
|
+
tabPaddingMediumSegment: string;
|
|
7920
|
+
tabPaddingLargeSegment: string;
|
|
7921
|
+
tabGapSmallSegment: string;
|
|
7922
|
+
tabGapMediumSegment: string;
|
|
7923
|
+
tabGapLargeSegment: string;
|
|
7924
|
+
panePaddingSmall: string;
|
|
7925
|
+
panePaddingMedium: string;
|
|
7926
|
+
panePaddingLarge: string;
|
|
7927
|
+
closeSize: string;
|
|
7928
|
+
closeIconSize: string;
|
|
7929
|
+
}, any>>>;
|
|
7930
|
+
readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
7931
|
+
colorSegment: string;
|
|
7932
|
+
tabFontSizeCard: string;
|
|
7933
|
+
tabTextColorLine: string;
|
|
7934
|
+
tabTextColorActiveLine: string;
|
|
7935
|
+
tabTextColorHoverLine: string;
|
|
7936
|
+
tabTextColorDisabledLine: string;
|
|
7937
|
+
tabTextColorSegment: string;
|
|
7938
|
+
tabTextColorActiveSegment: string;
|
|
7939
|
+
tabTextColorHoverSegment: string;
|
|
7940
|
+
tabTextColorDisabledSegment: string;
|
|
7941
|
+
tabTextColorBar: string;
|
|
7942
|
+
tabTextColorActiveBar: string;
|
|
7943
|
+
tabTextColorHoverBar: string;
|
|
7944
|
+
tabTextColorDisabledBar: string;
|
|
7945
|
+
tabTextColorCard: string;
|
|
7946
|
+
tabTextColorHoverCard: string;
|
|
7947
|
+
tabTextColorActiveCard: string;
|
|
7948
|
+
tabTextColorDisabledCard: string;
|
|
7949
|
+
barColor: string;
|
|
7950
|
+
closeIconColor: string;
|
|
7951
|
+
closeIconColorHover: string;
|
|
7952
|
+
closeIconColorPressed: string;
|
|
7953
|
+
closeColorHover: string;
|
|
7954
|
+
closeColorPressed: string;
|
|
7955
|
+
closeBorderRadius: string;
|
|
7956
|
+
tabColor: string;
|
|
7957
|
+
tabColorSegment: string;
|
|
7958
|
+
tabBorderColor: string;
|
|
7959
|
+
tabFontWeightActive: string;
|
|
7960
|
+
tabFontWeight: string;
|
|
7961
|
+
tabBorderRadius: string;
|
|
7962
|
+
paneTextColor: string;
|
|
7963
|
+
fontWeightStrong: string;
|
|
7964
|
+
tabFontSizeSmall: string;
|
|
7965
|
+
tabFontSizeMedium: string;
|
|
7966
|
+
tabFontSizeLarge: string;
|
|
7967
|
+
tabGapSmallLine: string;
|
|
7968
|
+
tabGapMediumLine: string;
|
|
7969
|
+
tabGapLargeLine: string;
|
|
7970
|
+
tabPaddingSmallLine: string;
|
|
7971
|
+
tabPaddingMediumLine: string;
|
|
7972
|
+
tabPaddingLargeLine: string;
|
|
7973
|
+
tabGapSmallBar: string;
|
|
7974
|
+
tabGapMediumBar: string;
|
|
7975
|
+
tabGapLargeBar: string;
|
|
7976
|
+
tabPaddingSmallBar: string;
|
|
7977
|
+
tabPaddingMediumBar: string;
|
|
7978
|
+
tabPaddingLargeBar: string;
|
|
7979
|
+
tabGapSmallCard: string;
|
|
7980
|
+
tabGapMediumCard: string;
|
|
7981
|
+
tabGapLargeCard: string;
|
|
7982
|
+
tabPaddingSmallCard: string;
|
|
7983
|
+
tabPaddingMediumCard: string;
|
|
7984
|
+
tabPaddingLargeCard: string;
|
|
7985
|
+
tabPaddingSmallSegment: string;
|
|
7986
|
+
tabPaddingMediumSegment: string;
|
|
7987
|
+
tabPaddingLargeSegment: string;
|
|
7988
|
+
tabGapSmallSegment: string;
|
|
7989
|
+
tabGapMediumSegment: string;
|
|
7990
|
+
tabGapLargeSegment: string;
|
|
7991
|
+
panePaddingSmall: string;
|
|
7992
|
+
panePaddingMedium: string;
|
|
7993
|
+
panePaddingLarge: string;
|
|
7994
|
+
closeSize: string;
|
|
7995
|
+
closeIconSize: string;
|
|
7996
|
+
}, any>>>;
|
|
7997
|
+
}, {
|
|
7998
|
+
syncBarPosition: () => void;
|
|
7999
|
+
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
8000
|
+
mergedValue: import("vue").ComputedRef<string | number | null>;
|
|
8001
|
+
renderedNames: Set<string | number>;
|
|
8002
|
+
tabsRailElRef: import("vue").Ref<HTMLElement | null>;
|
|
8003
|
+
tabsPaneWrapperRef: import("vue").Ref<HTMLElement | null>;
|
|
8004
|
+
tabsElRef: import("vue").Ref<HTMLElement | null>;
|
|
8005
|
+
barElRef: import("vue").Ref<HTMLElement | null>;
|
|
8006
|
+
addTabInstRef: import("vue").Ref<import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null>;
|
|
8007
|
+
xScrollInstRef: import("vue").Ref<(import("vueuc").VXScrollInst & {
|
|
8008
|
+
$: import("vue").ComponentInternalInstance;
|
|
8009
|
+
$data: {};
|
|
8010
|
+
$props: {};
|
|
8011
|
+
$attrs: {
|
|
8012
|
+
[x: string]: unknown;
|
|
8013
|
+
};
|
|
8014
|
+
$refs: {
|
|
8015
|
+
[x: string]: unknown;
|
|
8016
|
+
};
|
|
8017
|
+
$slots: Readonly<{
|
|
8018
|
+
[name: string]: import("vue").Slot | undefined;
|
|
8019
|
+
}>;
|
|
8020
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
8021
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
8022
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
8023
|
+
$el: any;
|
|
8024
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}> & {
|
|
8025
|
+
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
8026
|
+
created?: (() => void) | (() => void)[] | undefined;
|
|
8027
|
+
beforeMount?: (() => void) | (() => void)[] | undefined;
|
|
8028
|
+
mounted?: (() => void) | (() => void)[] | undefined;
|
|
8029
|
+
beforeUpdate?: (() => void) | (() => void)[] | undefined;
|
|
8030
|
+
updated?: (() => void) | (() => void)[] | undefined;
|
|
8031
|
+
activated?: (() => void) | (() => void)[] | undefined;
|
|
8032
|
+
deactivated?: (() => void) | (() => void)[] | undefined;
|
|
8033
|
+
beforeDestroy?: (() => void) | (() => void)[] | undefined;
|
|
8034
|
+
beforeUnmount?: (() => void) | (() => void)[] | undefined;
|
|
8035
|
+
destroyed?: (() => void) | (() => void)[] | undefined;
|
|
8036
|
+
unmounted?: (() => void) | (() => void)[] | undefined;
|
|
8037
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
8038
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
8039
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[] | undefined;
|
|
8040
|
+
};
|
|
8041
|
+
$forceUpdate: () => void;
|
|
8042
|
+
$nextTick: typeof import("vue").nextTick;
|
|
8043
|
+
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
8044
|
+
} & import("vue").ShallowUnwrapRef<{}> & import("vue").ComponentCustomProperties) | null>;
|
|
8045
|
+
scrollWrapperElRef: import("vue").Ref<HTMLElement | null>;
|
|
8046
|
+
addTabFixed: import("vue").Ref<boolean>;
|
|
8047
|
+
tabWrapperStyle: import("vue").ComputedRef<{
|
|
8048
|
+
display: string;
|
|
8049
|
+
justifyContent: "center" | "start" | "end" | "space-around" | "space-between" | "space-evenly";
|
|
8050
|
+
} | undefined>;
|
|
8051
|
+
handleNavResize: import("lodash").DebouncedFunc<(entry: ResizeObserverEntry) => void>;
|
|
8052
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
|
|
8053
|
+
handleScroll: import("lodash").DebouncedFunc<(e: Event) => void>;
|
|
8054
|
+
handleTabsResize: import("lodash").DebouncedFunc<(entry: ResizeObserverEntry) => void>;
|
|
8055
|
+
cssVars: import("vue").ComputedRef<{
|
|
8056
|
+
'--n-bezier': string;
|
|
8057
|
+
'--n-color-segment': string;
|
|
8058
|
+
'--n-bar-color': string;
|
|
8059
|
+
'--n-tab-font-size': string;
|
|
8060
|
+
'--n-tab-text-color': string;
|
|
8061
|
+
'--n-tab-text-color-active': string;
|
|
8062
|
+
'--n-tab-text-color-disabled': string;
|
|
8063
|
+
'--n-tab-text-color-hover': string;
|
|
8064
|
+
'--n-pane-text-color': string;
|
|
8065
|
+
'--n-tab-border-color': string;
|
|
8066
|
+
'--n-tab-border-radius': string;
|
|
8067
|
+
'--n-close-size': string;
|
|
8068
|
+
'--n-close-icon-size': string;
|
|
8069
|
+
'--n-close-color-hover': string;
|
|
8070
|
+
'--n-close-color-pressed': string;
|
|
8071
|
+
'--n-close-border-radius': string;
|
|
8072
|
+
'--n-close-icon-color': string;
|
|
8073
|
+
'--n-close-icon-color-hover': string;
|
|
8074
|
+
'--n-close-icon-color-pressed': string;
|
|
8075
|
+
'--n-tab-color': string;
|
|
8076
|
+
'--n-tab-font-weight': string;
|
|
8077
|
+
'--n-tab-font-weight-active': string;
|
|
8078
|
+
'--n-tab-padding': string;
|
|
8079
|
+
'--n-tab-gap': string;
|
|
8080
|
+
'--n-pane-padding': string;
|
|
8081
|
+
'--n-font-weight-strong': string;
|
|
8082
|
+
'--n-tab-color-segment': string;
|
|
8083
|
+
}> | undefined;
|
|
8084
|
+
themeClass: import("vue").Ref<string> | undefined;
|
|
8085
|
+
animationDirection: import("vue").Ref<"prev" | "next">;
|
|
8086
|
+
renderNameListRef: {
|
|
8087
|
+
value: (string | number)[];
|
|
8088
|
+
};
|
|
8089
|
+
onAnimationBeforeLeave: (el: HTMLElement) => void;
|
|
8090
|
+
onAnimationEnter: (el: HTMLElement) => void;
|
|
8091
|
+
onAnimationAfterEnter: () => void;
|
|
8092
|
+
onRender: (() => void) | undefined;
|
|
8093
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8094
|
+
readonly value: PropType<string | number>;
|
|
8095
|
+
readonly defaultValue: PropType<string | number>;
|
|
8096
|
+
readonly trigger: {
|
|
8097
|
+
readonly type: PropType<"click" | "hover">;
|
|
8098
|
+
readonly default: "click";
|
|
8099
|
+
};
|
|
8100
|
+
readonly type: {
|
|
8101
|
+
readonly type: PropType<import("naive-ui/es/tabs/src/interface").TabsType>;
|
|
8102
|
+
readonly default: "bar";
|
|
8103
|
+
};
|
|
8104
|
+
readonly closable: BooleanConstructor;
|
|
8105
|
+
readonly justifyContent: PropType<"center" | "start" | "end" | "space-around" | "space-between" | "space-evenly">;
|
|
8106
|
+
readonly size: {
|
|
8107
|
+
readonly type: PropType<"small" | "medium" | "large">;
|
|
8108
|
+
readonly default: "medium";
|
|
8109
|
+
};
|
|
8110
|
+
readonly tabStyle: PropType<string | import("vue").CSSProperties>;
|
|
8111
|
+
readonly barWidth: NumberConstructor;
|
|
8112
|
+
readonly paneClass: StringConstructor;
|
|
8113
|
+
readonly paneStyle: PropType<string | import("vue").CSSProperties>;
|
|
8114
|
+
readonly addable: PropType<import("naive-ui/es/tabs/src/interface").Addable>;
|
|
8115
|
+
readonly tabsPadding: {
|
|
8116
|
+
readonly type: NumberConstructor;
|
|
8117
|
+
readonly default: 0;
|
|
8118
|
+
};
|
|
8119
|
+
readonly animated: BooleanConstructor;
|
|
8120
|
+
readonly onBeforeLeave: PropType<import("naive-ui/es/tabs/src/interface").OnBeforeLeave>;
|
|
8121
|
+
readonly onAdd: PropType<() => void>;
|
|
8122
|
+
readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnUpdateValue>>;
|
|
8123
|
+
readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnUpdateValue>>;
|
|
8124
|
+
readonly onClose: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnClose>>;
|
|
8125
|
+
readonly labelSize: PropType<"small" | "medium" | "large">;
|
|
8126
|
+
readonly activeName: PropType<string | number>;
|
|
8127
|
+
readonly onActiveNameChange: PropType<import("naive-ui/es/_utils").MaybeArray<(value: never) => void>>;
|
|
8128
|
+
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
8129
|
+
colorSegment: string;
|
|
8130
|
+
tabFontSizeCard: string;
|
|
8131
|
+
tabTextColorLine: string;
|
|
8132
|
+
tabTextColorActiveLine: string;
|
|
8133
|
+
tabTextColorHoverLine: string;
|
|
8134
|
+
tabTextColorDisabledLine: string;
|
|
8135
|
+
tabTextColorSegment: string;
|
|
8136
|
+
tabTextColorActiveSegment: string;
|
|
8137
|
+
tabTextColorHoverSegment: string;
|
|
8138
|
+
tabTextColorDisabledSegment: string;
|
|
8139
|
+
tabTextColorBar: string;
|
|
8140
|
+
tabTextColorActiveBar: string;
|
|
8141
|
+
tabTextColorHoverBar: string;
|
|
8142
|
+
tabTextColorDisabledBar: string;
|
|
8143
|
+
tabTextColorCard: string;
|
|
8144
|
+
tabTextColorHoverCard: string;
|
|
8145
|
+
tabTextColorActiveCard: string;
|
|
8146
|
+
tabTextColorDisabledCard: string;
|
|
8147
|
+
barColor: string;
|
|
8148
|
+
closeIconColor: string;
|
|
8149
|
+
closeIconColorHover: string;
|
|
8150
|
+
closeIconColorPressed: string;
|
|
8151
|
+
closeColorHover: string;
|
|
8152
|
+
closeColorPressed: string;
|
|
8153
|
+
closeBorderRadius: string;
|
|
8154
|
+
tabColor: string;
|
|
8155
|
+
tabColorSegment: string;
|
|
8156
|
+
tabBorderColor: string;
|
|
8157
|
+
tabFontWeightActive: string;
|
|
8158
|
+
tabFontWeight: string;
|
|
8159
|
+
tabBorderRadius: string;
|
|
8160
|
+
paneTextColor: string;
|
|
8161
|
+
fontWeightStrong: string;
|
|
8162
|
+
tabFontSizeSmall: string;
|
|
8163
|
+
tabFontSizeMedium: string;
|
|
8164
|
+
tabFontSizeLarge: string;
|
|
8165
|
+
tabGapSmallLine: string;
|
|
8166
|
+
tabGapMediumLine: string;
|
|
8167
|
+
tabGapLargeLine: string;
|
|
8168
|
+
tabPaddingSmallLine: string;
|
|
8169
|
+
tabPaddingMediumLine: string;
|
|
8170
|
+
tabPaddingLargeLine: string;
|
|
8171
|
+
tabGapSmallBar: string;
|
|
8172
|
+
tabGapMediumBar: string;
|
|
8173
|
+
tabGapLargeBar: string;
|
|
8174
|
+
tabPaddingSmallBar: string;
|
|
8175
|
+
tabPaddingMediumBar: string;
|
|
8176
|
+
tabPaddingLargeBar: string;
|
|
8177
|
+
tabGapSmallCard: string;
|
|
8178
|
+
tabGapMediumCard: string;
|
|
8179
|
+
tabGapLargeCard: string;
|
|
8180
|
+
tabPaddingSmallCard: string;
|
|
8181
|
+
tabPaddingMediumCard: string;
|
|
8182
|
+
tabPaddingLargeCard: string;
|
|
8183
|
+
tabPaddingSmallSegment: string;
|
|
8184
|
+
tabPaddingMediumSegment: string;
|
|
8185
|
+
tabPaddingLargeSegment: string;
|
|
8186
|
+
tabGapSmallSegment: string;
|
|
8187
|
+
tabGapMediumSegment: string;
|
|
8188
|
+
tabGapLargeSegment: string;
|
|
8189
|
+
panePaddingSmall: string;
|
|
8190
|
+
panePaddingMedium: string;
|
|
8191
|
+
panePaddingLarge: string;
|
|
8192
|
+
closeSize: string;
|
|
8193
|
+
closeIconSize: string;
|
|
8194
|
+
}, any>>;
|
|
8195
|
+
readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
8196
|
+
colorSegment: string;
|
|
8197
|
+
tabFontSizeCard: string;
|
|
8198
|
+
tabTextColorLine: string;
|
|
8199
|
+
tabTextColorActiveLine: string;
|
|
8200
|
+
tabTextColorHoverLine: string;
|
|
8201
|
+
tabTextColorDisabledLine: string;
|
|
8202
|
+
tabTextColorSegment: string;
|
|
8203
|
+
tabTextColorActiveSegment: string;
|
|
8204
|
+
tabTextColorHoverSegment: string;
|
|
8205
|
+
tabTextColorDisabledSegment: string;
|
|
8206
|
+
tabTextColorBar: string;
|
|
8207
|
+
tabTextColorActiveBar: string;
|
|
8208
|
+
tabTextColorHoverBar: string;
|
|
8209
|
+
tabTextColorDisabledBar: string;
|
|
8210
|
+
tabTextColorCard: string;
|
|
8211
|
+
tabTextColorHoverCard: string;
|
|
8212
|
+
tabTextColorActiveCard: string;
|
|
8213
|
+
tabTextColorDisabledCard: string;
|
|
8214
|
+
barColor: string;
|
|
8215
|
+
closeIconColor: string;
|
|
8216
|
+
closeIconColorHover: string;
|
|
8217
|
+
closeIconColorPressed: string;
|
|
8218
|
+
closeColorHover: string;
|
|
8219
|
+
closeColorPressed: string;
|
|
8220
|
+
closeBorderRadius: string;
|
|
8221
|
+
tabColor: string;
|
|
8222
|
+
tabColorSegment: string;
|
|
8223
|
+
tabBorderColor: string;
|
|
8224
|
+
tabFontWeightActive: string;
|
|
8225
|
+
tabFontWeight: string;
|
|
8226
|
+
tabBorderRadius: string;
|
|
8227
|
+
paneTextColor: string;
|
|
8228
|
+
fontWeightStrong: string;
|
|
8229
|
+
tabFontSizeSmall: string;
|
|
8230
|
+
tabFontSizeMedium: string;
|
|
8231
|
+
tabFontSizeLarge: string;
|
|
8232
|
+
tabGapSmallLine: string;
|
|
8233
|
+
tabGapMediumLine: string;
|
|
8234
|
+
tabGapLargeLine: string;
|
|
8235
|
+
tabPaddingSmallLine: string;
|
|
8236
|
+
tabPaddingMediumLine: string;
|
|
8237
|
+
tabPaddingLargeLine: string;
|
|
8238
|
+
tabGapSmallBar: string;
|
|
8239
|
+
tabGapMediumBar: string;
|
|
8240
|
+
tabGapLargeBar: string;
|
|
8241
|
+
tabPaddingSmallBar: string;
|
|
8242
|
+
tabPaddingMediumBar: string;
|
|
8243
|
+
tabPaddingLargeBar: string;
|
|
8244
|
+
tabGapSmallCard: string;
|
|
8245
|
+
tabGapMediumCard: string;
|
|
8246
|
+
tabGapLargeCard: string;
|
|
8247
|
+
tabPaddingSmallCard: string;
|
|
8248
|
+
tabPaddingMediumCard: string;
|
|
8249
|
+
tabPaddingLargeCard: string;
|
|
8250
|
+
tabPaddingSmallSegment: string;
|
|
8251
|
+
tabPaddingMediumSegment: string;
|
|
8252
|
+
tabPaddingLargeSegment: string;
|
|
8253
|
+
tabGapSmallSegment: string;
|
|
8254
|
+
tabGapMediumSegment: string;
|
|
8255
|
+
tabGapLargeSegment: string;
|
|
8256
|
+
panePaddingSmall: string;
|
|
8257
|
+
panePaddingMedium: string;
|
|
8258
|
+
panePaddingLarge: string;
|
|
8259
|
+
closeSize: string;
|
|
8260
|
+
closeIconSize: string;
|
|
8261
|
+
}, any>>>;
|
|
8262
|
+
readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
8263
|
+
colorSegment: string;
|
|
8264
|
+
tabFontSizeCard: string;
|
|
8265
|
+
tabTextColorLine: string;
|
|
8266
|
+
tabTextColorActiveLine: string;
|
|
8267
|
+
tabTextColorHoverLine: string;
|
|
8268
|
+
tabTextColorDisabledLine: string;
|
|
8269
|
+
tabTextColorSegment: string;
|
|
8270
|
+
tabTextColorActiveSegment: string;
|
|
8271
|
+
tabTextColorHoverSegment: string;
|
|
8272
|
+
tabTextColorDisabledSegment: string;
|
|
8273
|
+
tabTextColorBar: string;
|
|
8274
|
+
tabTextColorActiveBar: string;
|
|
8275
|
+
tabTextColorHoverBar: string;
|
|
8276
|
+
tabTextColorDisabledBar: string;
|
|
8277
|
+
tabTextColorCard: string;
|
|
8278
|
+
tabTextColorHoverCard: string;
|
|
8279
|
+
tabTextColorActiveCard: string;
|
|
8280
|
+
tabTextColorDisabledCard: string;
|
|
8281
|
+
barColor: string;
|
|
8282
|
+
closeIconColor: string;
|
|
8283
|
+
closeIconColorHover: string;
|
|
8284
|
+
closeIconColorPressed: string;
|
|
8285
|
+
closeColorHover: string;
|
|
8286
|
+
closeColorPressed: string;
|
|
8287
|
+
closeBorderRadius: string;
|
|
8288
|
+
tabColor: string;
|
|
8289
|
+
tabColorSegment: string;
|
|
8290
|
+
tabBorderColor: string;
|
|
8291
|
+
tabFontWeightActive: string;
|
|
8292
|
+
tabFontWeight: string;
|
|
8293
|
+
tabBorderRadius: string;
|
|
8294
|
+
paneTextColor: string;
|
|
8295
|
+
fontWeightStrong: string;
|
|
8296
|
+
tabFontSizeSmall: string;
|
|
8297
|
+
tabFontSizeMedium: string;
|
|
8298
|
+
tabFontSizeLarge: string;
|
|
8299
|
+
tabGapSmallLine: string;
|
|
8300
|
+
tabGapMediumLine: string;
|
|
8301
|
+
tabGapLargeLine: string;
|
|
8302
|
+
tabPaddingSmallLine: string;
|
|
8303
|
+
tabPaddingMediumLine: string;
|
|
8304
|
+
tabPaddingLargeLine: string;
|
|
8305
|
+
tabGapSmallBar: string;
|
|
8306
|
+
tabGapMediumBar: string;
|
|
8307
|
+
tabGapLargeBar: string;
|
|
8308
|
+
tabPaddingSmallBar: string;
|
|
8309
|
+
tabPaddingMediumBar: string;
|
|
8310
|
+
tabPaddingLargeBar: string;
|
|
8311
|
+
tabGapSmallCard: string;
|
|
8312
|
+
tabGapMediumCard: string;
|
|
8313
|
+
tabGapLargeCard: string;
|
|
8314
|
+
tabPaddingSmallCard: string;
|
|
8315
|
+
tabPaddingMediumCard: string;
|
|
8316
|
+
tabPaddingLargeCard: string;
|
|
8317
|
+
tabPaddingSmallSegment: string;
|
|
8318
|
+
tabPaddingMediumSegment: string;
|
|
8319
|
+
tabPaddingLargeSegment: string;
|
|
8320
|
+
tabGapSmallSegment: string;
|
|
8321
|
+
tabGapMediumSegment: string;
|
|
8322
|
+
tabGapLargeSegment: string;
|
|
8323
|
+
panePaddingSmall: string;
|
|
8324
|
+
panePaddingMedium: string;
|
|
8325
|
+
panePaddingLarge: string;
|
|
8326
|
+
closeSize: string;
|
|
8327
|
+
closeIconSize: string;
|
|
8328
|
+
}, any>>>;
|
|
8329
|
+
}>>, {
|
|
8330
|
+
readonly type: import("naive-ui/es/tabs/src/interface").TabsType;
|
|
8331
|
+
readonly size: "small" | "medium" | "large";
|
|
8332
|
+
readonly closable: boolean;
|
|
8333
|
+
readonly trigger: "click" | "hover";
|
|
8334
|
+
readonly animated: boolean;
|
|
8335
|
+
readonly tabsPadding: number;
|
|
8336
|
+
}>;
|
|
8337
|
+
NConfigProvider: import("vue").DefineComponent<{
|
|
8338
|
+
readonly abstract: BooleanConstructor;
|
|
8339
|
+
readonly bordered: {
|
|
8340
|
+
readonly type: PropType<boolean | undefined>;
|
|
8341
|
+
readonly default: undefined;
|
|
8342
|
+
};
|
|
8343
|
+
readonly clsPrefix: StringConstructor;
|
|
8344
|
+
readonly locale: PropType<{
|
|
8345
|
+
name: string;
|
|
8346
|
+
global: {
|
|
8347
|
+
undo: string;
|
|
8348
|
+
redo: string;
|
|
8349
|
+
confirm: string;
|
|
8350
|
+
};
|
|
8351
|
+
Popconfirm: {
|
|
8352
|
+
positiveText: string;
|
|
8353
|
+
negativeText: string;
|
|
8354
|
+
};
|
|
8355
|
+
Cascader: {
|
|
8356
|
+
placeholder: string;
|
|
8357
|
+
loading: string;
|
|
8358
|
+
loadingRequiredMessage: (label: string) => string;
|
|
8359
|
+
};
|
|
8360
|
+
Time: {
|
|
8361
|
+
dateFormat: string;
|
|
8362
|
+
dateTimeFormat: string;
|
|
8363
|
+
};
|
|
8364
|
+
DatePicker: {
|
|
8365
|
+
yearFormat: string;
|
|
8366
|
+
monthFormat: string;
|
|
8367
|
+
dayFormat: string;
|
|
8368
|
+
yearTypeFormat: string;
|
|
8369
|
+
monthTypeFormat: string;
|
|
8370
|
+
dateFormat: string;
|
|
8371
|
+
dateTimeFormat: string;
|
|
8372
|
+
quarterFormat: string;
|
|
8373
|
+
clear: string;
|
|
8374
|
+
now: string;
|
|
8375
|
+
confirm: string;
|
|
8376
|
+
selectTime: string;
|
|
8377
|
+
selectDate: string;
|
|
8378
|
+
datePlaceholder: string;
|
|
8379
|
+
datetimePlaceholder: string;
|
|
8380
|
+
monthPlaceholder: string;
|
|
8381
|
+
yearPlaceholder: string;
|
|
8382
|
+
quarterPlaceholder: string;
|
|
8383
|
+
startDatePlaceholder: string;
|
|
8384
|
+
endDatePlaceholder: string;
|
|
8385
|
+
startDatetimePlaceholder: string;
|
|
8386
|
+
endDatetimePlaceholder: string;
|
|
8387
|
+
startMonthPlaceholder: string;
|
|
8388
|
+
endMonthPlaceholder: string;
|
|
8389
|
+
monthBeforeYear: boolean;
|
|
8390
|
+
firstDayOfWeek: 0 | 2 | 1 | 3 | 4 | 5 | 6;
|
|
8391
|
+
today: string;
|
|
8392
|
+
};
|
|
8393
|
+
DataTable: {
|
|
8394
|
+
checkTableAll: string;
|
|
8395
|
+
uncheckTableAll: string;
|
|
8396
|
+
confirm: string;
|
|
8397
|
+
clear: string;
|
|
8398
|
+
};
|
|
8399
|
+
Transfer: {
|
|
8400
|
+
sourceTitle: string;
|
|
8401
|
+
targetTitle: string;
|
|
8402
|
+
};
|
|
8403
|
+
Empty: {
|
|
8404
|
+
description: string;
|
|
8405
|
+
};
|
|
8406
|
+
Select: {
|
|
8407
|
+
placeholder: string;
|
|
8408
|
+
};
|
|
8409
|
+
TimePicker: {
|
|
8410
|
+
placeholder: string;
|
|
8411
|
+
positiveText: string;
|
|
8412
|
+
negativeText: string;
|
|
8413
|
+
now: string;
|
|
8414
|
+
};
|
|
8415
|
+
Pagination: {
|
|
8416
|
+
goto: string;
|
|
8417
|
+
selectionSuffix: string;
|
|
8418
|
+
};
|
|
8419
|
+
DynamicTags: {
|
|
8420
|
+
add: string;
|
|
8421
|
+
};
|
|
8422
|
+
Log: {
|
|
8423
|
+
loading: string;
|
|
8424
|
+
};
|
|
8425
|
+
Input: {
|
|
8426
|
+
placeholder: string;
|
|
8427
|
+
};
|
|
8428
|
+
InputNumber: {
|
|
8429
|
+
placeholder: string;
|
|
8430
|
+
};
|
|
8431
|
+
DynamicInput: {
|
|
8432
|
+
create: string;
|
|
8433
|
+
};
|
|
8434
|
+
ThemeEditor: {
|
|
8435
|
+
title: string;
|
|
8436
|
+
clearAllVars: string;
|
|
8437
|
+
clearSearch: string;
|
|
8438
|
+
filterCompName: string;
|
|
8439
|
+
filterVarName: string;
|
|
8440
|
+
import: string;
|
|
8441
|
+
export: string;
|
|
8442
|
+
restore: string;
|
|
8443
|
+
};
|
|
8444
|
+
Image: {
|
|
8445
|
+
tipPrevious: string;
|
|
8446
|
+
tipNext: string;
|
|
8447
|
+
tipCounterclockwise: string;
|
|
8448
|
+
tipClockwise: string;
|
|
8449
|
+
tipZoomOut: string;
|
|
8450
|
+
tipZoomIn: string;
|
|
8451
|
+
tipClose: string;
|
|
8452
|
+
tipOriginalSize: string;
|
|
8453
|
+
};
|
|
8454
|
+
} | null>;
|
|
8455
|
+
readonly dateLocale: PropType<import("naive-ui/es/locales/date/enUS").NDateLocale | null>;
|
|
8456
|
+
readonly namespace: StringConstructor;
|
|
8457
|
+
readonly rtl: PropType<import("naive-ui/es/config-provider/src/internal-interface").RtlProp>;
|
|
8458
|
+
readonly tag: {
|
|
8459
|
+
readonly type: StringConstructor;
|
|
8460
|
+
readonly default: "div";
|
|
8461
|
+
};
|
|
8462
|
+
readonly hljs: PropType<import("naive-ui/es/_mixins").Hljs>;
|
|
8463
|
+
readonly theme: PropType<import("naive-ui").GlobalTheme | null>;
|
|
8464
|
+
readonly themeOverrides: PropType<import("naive-ui").GlobalThemeOverrides | null>;
|
|
8465
|
+
readonly componentOptions: PropType<import("naive-ui").GlobalComponentConfig>;
|
|
8466
|
+
readonly icons: PropType<import("naive-ui").GlobalIconConfig>;
|
|
8467
|
+
readonly breakpoints: PropType<import("naive-ui/es/config-provider/src/internal-interface").Breakpoints>;
|
|
8468
|
+
readonly preflightStyleDisabled: BooleanConstructor;
|
|
8469
|
+
readonly inlineThemeDisabled: {
|
|
8470
|
+
readonly type: BooleanConstructor;
|
|
8471
|
+
readonly default: undefined;
|
|
8472
|
+
};
|
|
8473
|
+
readonly as: {
|
|
8474
|
+
readonly type: PropType<string | undefined>;
|
|
8475
|
+
readonly validator: () => boolean;
|
|
8476
|
+
readonly default: undefined;
|
|
8477
|
+
};
|
|
8478
|
+
}, {
|
|
8479
|
+
mergedClsPrefix: import("vue").ComputedRef<string | undefined>;
|
|
8480
|
+
mergedBordered: import("vue").ComputedRef<boolean | undefined>;
|
|
8481
|
+
mergedNamespace: import("vue").ComputedRef<string | undefined>;
|
|
8482
|
+
mergedTheme: import("vue").ComputedRef<import("naive-ui").GlobalTheme | undefined>;
|
|
8483
|
+
mergedThemeOverrides: import("vue").ComputedRef<import("naive-ui").GlobalThemeOverrides | undefined>;
|
|
8484
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8485
|
+
readonly abstract: BooleanConstructor;
|
|
8486
|
+
readonly bordered: {
|
|
8487
|
+
readonly type: PropType<boolean | undefined>;
|
|
8488
|
+
readonly default: undefined;
|
|
8489
|
+
};
|
|
8490
|
+
readonly clsPrefix: StringConstructor;
|
|
8491
|
+
readonly locale: PropType<{
|
|
8492
|
+
name: string;
|
|
8493
|
+
global: {
|
|
8494
|
+
undo: string;
|
|
8495
|
+
redo: string;
|
|
8496
|
+
confirm: string;
|
|
8497
|
+
};
|
|
8498
|
+
Popconfirm: {
|
|
8499
|
+
positiveText: string;
|
|
8500
|
+
negativeText: string;
|
|
8501
|
+
};
|
|
8502
|
+
Cascader: {
|
|
8503
|
+
placeholder: string;
|
|
8504
|
+
loading: string;
|
|
8505
|
+
loadingRequiredMessage: (label: string) => string;
|
|
8506
|
+
};
|
|
8507
|
+
Time: {
|
|
8508
|
+
dateFormat: string;
|
|
8509
|
+
dateTimeFormat: string;
|
|
8510
|
+
};
|
|
8511
|
+
DatePicker: {
|
|
8512
|
+
yearFormat: string;
|
|
8513
|
+
monthFormat: string;
|
|
8514
|
+
dayFormat: string;
|
|
8515
|
+
yearTypeFormat: string;
|
|
8516
|
+
monthTypeFormat: string;
|
|
8517
|
+
dateFormat: string;
|
|
8518
|
+
dateTimeFormat: string;
|
|
8519
|
+
quarterFormat: string;
|
|
8520
|
+
clear: string;
|
|
8521
|
+
now: string;
|
|
8522
|
+
confirm: string;
|
|
8523
|
+
selectTime: string;
|
|
8524
|
+
selectDate: string;
|
|
8525
|
+
datePlaceholder: string;
|
|
8526
|
+
datetimePlaceholder: string;
|
|
8527
|
+
monthPlaceholder: string;
|
|
8528
|
+
yearPlaceholder: string;
|
|
8529
|
+
quarterPlaceholder: string;
|
|
8530
|
+
startDatePlaceholder: string;
|
|
8531
|
+
endDatePlaceholder: string;
|
|
8532
|
+
startDatetimePlaceholder: string;
|
|
8533
|
+
endDatetimePlaceholder: string;
|
|
8534
|
+
startMonthPlaceholder: string;
|
|
8535
|
+
endMonthPlaceholder: string;
|
|
8536
|
+
monthBeforeYear: boolean;
|
|
8537
|
+
firstDayOfWeek: 0 | 2 | 1 | 3 | 4 | 5 | 6;
|
|
8538
|
+
today: string;
|
|
8539
|
+
};
|
|
8540
|
+
DataTable: {
|
|
8541
|
+
checkTableAll: string;
|
|
8542
|
+
uncheckTableAll: string;
|
|
8543
|
+
confirm: string;
|
|
8544
|
+
clear: string;
|
|
8545
|
+
};
|
|
8546
|
+
Transfer: {
|
|
8547
|
+
sourceTitle: string;
|
|
8548
|
+
targetTitle: string;
|
|
8549
|
+
};
|
|
8550
|
+
Empty: {
|
|
8551
|
+
description: string;
|
|
8552
|
+
};
|
|
8553
|
+
Select: {
|
|
8554
|
+
placeholder: string;
|
|
8555
|
+
};
|
|
8556
|
+
TimePicker: {
|
|
8557
|
+
placeholder: string;
|
|
8558
|
+
positiveText: string;
|
|
8559
|
+
negativeText: string;
|
|
8560
|
+
now: string;
|
|
8561
|
+
};
|
|
8562
|
+
Pagination: {
|
|
8563
|
+
goto: string;
|
|
8564
|
+
selectionSuffix: string;
|
|
8565
|
+
};
|
|
8566
|
+
DynamicTags: {
|
|
8567
|
+
add: string;
|
|
8568
|
+
};
|
|
8569
|
+
Log: {
|
|
8570
|
+
loading: string;
|
|
8571
|
+
};
|
|
8572
|
+
Input: {
|
|
8573
|
+
placeholder: string;
|
|
8574
|
+
};
|
|
8575
|
+
InputNumber: {
|
|
8576
|
+
placeholder: string;
|
|
8577
|
+
};
|
|
8578
|
+
DynamicInput: {
|
|
8579
|
+
create: string;
|
|
8580
|
+
};
|
|
8581
|
+
ThemeEditor: {
|
|
8582
|
+
title: string;
|
|
8583
|
+
clearAllVars: string;
|
|
8584
|
+
clearSearch: string;
|
|
8585
|
+
filterCompName: string;
|
|
8586
|
+
filterVarName: string;
|
|
8587
|
+
import: string;
|
|
8588
|
+
export: string;
|
|
8589
|
+
restore: string;
|
|
8590
|
+
};
|
|
8591
|
+
Image: {
|
|
8592
|
+
tipPrevious: string;
|
|
8593
|
+
tipNext: string;
|
|
8594
|
+
tipCounterclockwise: string;
|
|
8595
|
+
tipClockwise: string;
|
|
8596
|
+
tipZoomOut: string;
|
|
8597
|
+
tipZoomIn: string;
|
|
8598
|
+
tipClose: string;
|
|
8599
|
+
tipOriginalSize: string;
|
|
8600
|
+
};
|
|
8601
|
+
} | null>;
|
|
8602
|
+
readonly dateLocale: PropType<import("naive-ui/es/locales/date/enUS").NDateLocale | null>;
|
|
8603
|
+
readonly namespace: StringConstructor;
|
|
8604
|
+
readonly rtl: PropType<import("naive-ui/es/config-provider/src/internal-interface").RtlProp>;
|
|
8605
|
+
readonly tag: {
|
|
8606
|
+
readonly type: StringConstructor;
|
|
8607
|
+
readonly default: "div";
|
|
8608
|
+
};
|
|
8609
|
+
readonly hljs: PropType<import("naive-ui/es/_mixins").Hljs>;
|
|
8610
|
+
readonly theme: PropType<import("naive-ui").GlobalTheme | null>;
|
|
8611
|
+
readonly themeOverrides: PropType<import("naive-ui").GlobalThemeOverrides | null>;
|
|
8612
|
+
readonly componentOptions: PropType<import("naive-ui").GlobalComponentConfig>;
|
|
8613
|
+
readonly icons: PropType<import("naive-ui").GlobalIconConfig>;
|
|
8614
|
+
readonly breakpoints: PropType<import("naive-ui/es/config-provider/src/internal-interface").Breakpoints>;
|
|
8615
|
+
readonly preflightStyleDisabled: BooleanConstructor;
|
|
8616
|
+
readonly inlineThemeDisabled: {
|
|
8617
|
+
readonly type: BooleanConstructor;
|
|
8618
|
+
readonly default: undefined;
|
|
8619
|
+
};
|
|
8620
|
+
readonly as: {
|
|
8621
|
+
readonly type: PropType<string | undefined>;
|
|
8622
|
+
readonly validator: () => boolean;
|
|
8623
|
+
readonly default: undefined;
|
|
8624
|
+
};
|
|
8625
|
+
}>>, {
|
|
8626
|
+
readonly abstract: boolean;
|
|
8627
|
+
readonly tag: string;
|
|
8628
|
+
readonly as: string | undefined;
|
|
8629
|
+
readonly bordered: boolean | undefined;
|
|
8630
|
+
readonly preflightStyleDisabled: boolean;
|
|
8631
|
+
readonly inlineThemeDisabled: boolean;
|
|
8632
|
+
}>;
|
|
8633
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "formChange"[], "formChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8634
|
+
fieldList: {
|
|
8635
|
+
type: PropType<FieldItem[]>;
|
|
8636
|
+
};
|
|
8637
|
+
initialData: {
|
|
8638
|
+
type: PropType<import("../../../../es/src/types").AnyObject>;
|
|
8639
|
+
default: () => {};
|
|
8640
|
+
};
|
|
8641
|
+
fieldVisitor: {
|
|
8642
|
+
type: PropType<import("../../../../es/packages/form-render").FieldVisitor>;
|
|
8643
|
+
};
|
|
8644
|
+
column: {
|
|
8645
|
+
type: NumberConstructor;
|
|
8646
|
+
default: number;
|
|
8647
|
+
};
|
|
8648
|
+
maxHeight: {
|
|
8649
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
8650
|
+
default: string;
|
|
8651
|
+
};
|
|
8652
|
+
anchor: {
|
|
8653
|
+
type: BooleanConstructor;
|
|
8654
|
+
default: boolean;
|
|
8655
|
+
};
|
|
8656
|
+
parallelism: {
|
|
8657
|
+
type: NumberConstructor;
|
|
8658
|
+
default: number;
|
|
8659
|
+
};
|
|
8660
|
+
schema: {
|
|
8661
|
+
type: PropType<import("@formily/json-schema").Stringify<{
|
|
8662
|
+
[key: symbol]: any;
|
|
8663
|
+
[key: `x-${string}`]: any;
|
|
8664
|
+
[key: `x-${number}`]: any;
|
|
8665
|
+
version?: string | undefined;
|
|
8666
|
+
name?: import("@formily/json-schema").SchemaKey | undefined;
|
|
8667
|
+
title?: any;
|
|
8668
|
+
description?: any;
|
|
8669
|
+
default?: any;
|
|
8670
|
+
readOnly?: boolean | undefined;
|
|
8671
|
+
writeOnly?: boolean | undefined;
|
|
8672
|
+
type?: import("@formily/json-schema").SchemaTypes | undefined;
|
|
8673
|
+
enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
|
|
8674
|
+
const?: any;
|
|
8675
|
+
multipleOf?: number | undefined;
|
|
8676
|
+
maximum?: number | undefined;
|
|
8677
|
+
exclusiveMaximum?: number | undefined;
|
|
8678
|
+
minimum?: number | undefined;
|
|
8679
|
+
exclusiveMinimum?: number | undefined;
|
|
8680
|
+
maxLength?: number | undefined;
|
|
8681
|
+
minLength?: number | undefined;
|
|
8682
|
+
pattern?: string | RegExp | undefined;
|
|
8683
|
+
maxItems?: number | undefined;
|
|
8684
|
+
minItems?: number | undefined;
|
|
8685
|
+
uniqueItems?: boolean | undefined;
|
|
8686
|
+
maxProperties?: number | undefined;
|
|
8687
|
+
minProperties?: number | undefined;
|
|
8688
|
+
required?: string | boolean | string[] | undefined;
|
|
8689
|
+
format?: string | undefined;
|
|
8690
|
+
$ref?: string | undefined;
|
|
8691
|
+
$namespace?: string | undefined;
|
|
8692
|
+
definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
8693
|
+
properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
8694
|
+
items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
|
|
8695
|
+
additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
8696
|
+
patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
|
|
8697
|
+
additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
|
|
8698
|
+
"x-value"?: any;
|
|
8699
|
+
"x-index"?: number | undefined;
|
|
8700
|
+
"x-pattern"?: any;
|
|
8701
|
+
"x-display"?: any;
|
|
8702
|
+
"x-validator"?: any;
|
|
8703
|
+
"x-decorator"?: any;
|
|
8704
|
+
"x-decorator-props"?: any;
|
|
8705
|
+
"x-component"?: any;
|
|
8706
|
+
"x-component-props"?: any;
|
|
8707
|
+
"x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
|
|
8708
|
+
"x-content"?: any;
|
|
8709
|
+
"x-data"?: any;
|
|
8710
|
+
"x-visible"?: boolean | undefined;
|
|
8711
|
+
"x-hidden"?: boolean | undefined;
|
|
8712
|
+
"x-disabled"?: boolean | undefined;
|
|
8713
|
+
"x-editable"?: boolean | undefined;
|
|
8714
|
+
"x-read-only"?: boolean | undefined;
|
|
8715
|
+
"x-read-pretty"?: boolean | undefined;
|
|
8716
|
+
"x-compile-omitted"?: string[] | undefined;
|
|
8717
|
+
}>>;
|
|
8718
|
+
};
|
|
8719
|
+
components: {
|
|
8720
|
+
type: PropType<Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>>;
|
|
8721
|
+
default: () => {};
|
|
8722
|
+
};
|
|
8723
|
+
businessFilter: {
|
|
8724
|
+
type: PropType<import("../../../../es/packages/form-render").FormBusinessFilter>;
|
|
8725
|
+
};
|
|
8726
|
+
scope: {
|
|
8727
|
+
type: PropType<import("../../../../es/src/types").AnyObject>;
|
|
8728
|
+
default: () => {};
|
|
8729
|
+
};
|
|
8730
|
+
annotation: {
|
|
8731
|
+
type: PropType<import("../../../../es/src/types").AnyObject>;
|
|
8732
|
+
};
|
|
8733
|
+
consumer: {
|
|
8734
|
+
type: BooleanConstructor;
|
|
8735
|
+
default: boolean;
|
|
8736
|
+
};
|
|
8737
|
+
uuid: {
|
|
8738
|
+
type: StringConstructor;
|
|
8739
|
+
};
|
|
8740
|
+
lifeCycle: {
|
|
8741
|
+
type: PropType<Partial<{
|
|
8742
|
+
onSetup(): void;
|
|
8743
|
+
beforeRequest(fieldKey: string, params?: import("../../../../es/src/types").AnyObject | undefined): void | import("../../../../es/src/types").WithUndefined<import("../../../../es/src/types").AnyObject>;
|
|
8744
|
+
afterRequest(fieldKey: string, payload?: any): import("../../../../es/src/types").AnyObject[];
|
|
8745
|
+
}>>;
|
|
8746
|
+
};
|
|
8747
|
+
}>> & {
|
|
8748
|
+
onFormChange?: ((...args: any[]) => any) | undefined;
|
|
8749
|
+
}, {
|
|
8750
|
+
anchor: boolean;
|
|
8751
|
+
maxHeight: string | number;
|
|
8752
|
+
column: number;
|
|
8753
|
+
components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
|
|
8754
|
+
initialData: import("../../../../es/src/types").AnyObject;
|
|
8755
|
+
parallelism: number;
|
|
8756
|
+
scope: import("../../../../es/src/types").AnyObject;
|
|
8757
|
+
consumer: boolean;
|
|
8758
|
+
}>>;
|
|
7010
8759
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
7011
8760
|
FormConfigCreator: import("vue").DefineComponent<{}, {
|
|
7012
8761
|
linebarField: FieldItem[];
|