cnhis-design-vue 3.1.52-beta.2 → 3.1.52-beta.20
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 +87 -87
- package/es/components/body-select/index.d.ts +47 -0
- package/es/components/body-select/index.js +1 -0
- package/es/components/body-select/src/config/index.d.ts +101 -0
- package/es/components/body-select/src/config/index.js +1 -0
- package/es/components/body-select/src/hooks/renderCanvas.d.ts +6 -0
- package/es/components/body-select/src/hooks/renderCanvas.js +1 -0
- package/es/components/body-select/src/index.vue.d.ts +48 -0
- package/es/components/body-select/src/index.vue.js +1 -0
- package/es/components/body-select/src/index.vue2.js +1 -0
- package/es/components/body-select/style/index.css +1 -0
- package/es/components/callback/src/components/render/popupMaps.d.ts +37 -37
- package/es/components/classification/index.d.ts +76 -6
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +76 -6
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +76 -6
- package/es/components/classification/src/index.vue.d.ts +76 -6
- package/es/components/date-picker/index.d.ts +38 -3
- package/es/components/date-picker/src/DatePicker.vue.d.ts +38 -3
- package/es/components/date-picker/src/DatePicker.vue2.js +1 -1
- package/es/components/expand-field/src/components/form.vue2.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -1
- package/es/components/fabric-chart/src/hooks/useScaleColumn.js +1 -1
- package/es/components/fabric-chart/src/interface.d.ts +2 -2
- package/es/components/form-config/index.d.ts +9 -2
- package/es/components/form-config/src/FormConfig.vue.d.ts +81 -74
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +37 -37
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +40 -37
- package/es/components/form-config/src/hooks/useConfigurationField.js +1 -1
- package/es/components/form-render/index.d.ts +37 -37
- package/es/components/form-render/index.js +1 -1
- package/es/components/form-render/src/FormRender.vue.d.ts +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +37 -37
- package/es/components/form-render/src/components/renderer/date.d.ts +25 -0
- package/es/components/form-render/src/components/renderer/date.js +1 -1
- package/es/components/form-render/src/components/renderer/formItem.js +1 -1
- package/es/components/form-render/src/components/renderer/levelSearchCascader.js +1 -1
- package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -0
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
- package/es/components/form-render/src/hooks/useComplexOptions.d.ts +2 -1
- package/es/components/form-render/src/hooks/useComplexOptions.js +1 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
- package/es/components/form-render/src/hooks/useFormEvent.d.ts +2 -2
- package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
- package/es/components/form-render/src/types/fieldItem.d.ts +2 -1
- package/es/components/form-render/src/types/fieldItem.js +1 -1
- package/es/components/form-render/src/types/index.d.ts +2 -2
- package/es/components/form-render/src/types/index.js +1 -1
- package/es/components/form-render/style/index.css +1 -1
- package/es/components/iho-table/index.js +1 -1
- package/es/components/iho-table/src/plugins/defaultValuePlugin.js +1 -1
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +38 -3
- package/es/components/iho-table/src/plugins/keyboardEventPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +38 -3
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +2 -7
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/types/index.d.ts +1 -1
- package/es/components/iho-table/src/utils/index.d.ts +2 -0
- package/es/components/iho-table/src/utils/index.js +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +2 -1
- package/es/components/index.js +1 -1
- package/es/components/info-header/index.d.ts +2 -2
- package/es/components/info-header/src/InfoHeader.vue.d.ts +75 -75
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +38 -38
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +37 -37
- package/es/components/keyboard/src/Keyboard.vue2.js +1 -1
- package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-map.js +1 -1
- package/es/components/scale-view/src/hooks/scaleview-computed.js +1 -1
- package/es/components/scale-view/style/index.css +1 -1
- package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
- package/es/components/select-person/src/SearchMultiple.vue.d.ts +6 -0
- package/es/components/select-person/src/SearchOrgAndStaff.vue2.js +1 -1
- package/es/components/shortcut-setter/index.d.ts +2 -1
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +38 -37
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +0 -3
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +76 -6
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +38 -3
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +38 -3
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +76 -6
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +76 -6
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +38 -3
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +38 -3
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +38 -3
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +38 -3
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +152 -12
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +152 -12
- package/es/components/time-picker/src/TimePicker.vue2.js +1 -1
- package/es/env.d.ts +25 -25
- package/es/shared/assets/img/failure.png.js +1 -1
- package/es/shared/assets/img/no-permission.png.js +1 -1
- package/es/shared/assets/img/nodata.png.js +1 -1
- package/es/shared/assets/img/notfound.png.js +1 -1
- package/es/shared/assets/img/qr.png.js +1 -1
- package/es/shared/assets/img/success.png.js +1 -1
- package/es/shared/assets/img/video.png.js +1 -1
- package/es/shared/assets/img/video_default_cover.png.js +1 -1
- package/es/shared/assets/img/xb_big.png.js +1 -1
- package/es/shared/assets/img/xb_small.png.js +1 -1
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +9 -0
- package/es/shared/components/InputNumberSlash/InputNumberSlash.js +1 -1
- package/es/shared/hooks/useDateTime.d.ts +8 -2
- package/es/shared/hooks/useDateTime.js +1 -1
- package/es/shared/package.json.js +1 -1
- package/package.json +2 -2
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
- package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
- package/es/shared/utils/fabricjs/index.d.ts +0 -6823
- package/es/shared/utils/tapable/index.d.ts +0 -139
|
@@ -1721,6 +1721,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1721
1721
|
"vector-effect"?: import("csstype").VectorEffectProperty | undefined;
|
|
1722
1722
|
} | undefined;
|
|
1723
1723
|
childFieldStrategy?: "checked" | "all" | undefined;
|
|
1724
|
+
childWidthMode?: "inner" | "outer" | undefined;
|
|
1724
1725
|
validator?: ((value: unknown, fieldItem: FieldItem) => string | void) | undefined;
|
|
1725
1726
|
reactions?: {
|
|
1726
1727
|
[x: string]: any;
|
|
@@ -2084,7 +2085,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2084
2085
|
syncBarPosition: Func<any[], any>;
|
|
2085
2086
|
} | undefined>;
|
|
2086
2087
|
currentAnchor: import("vue").WritableComputedRef<string>;
|
|
2087
|
-
updateAnchorList: (field: import("
|
|
2088
|
+
updateAnchorList: (field: import("@formily/core").GeneralField) => void;
|
|
2088
2089
|
anchorIdList: import("vue").Ref<{
|
|
2089
2090
|
name: string;
|
|
2090
2091
|
title: string;
|
|
@@ -2101,12 +2102,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2101
2102
|
afterRequest(fieldKey: string, res?: any, payload?: import("../../../../es/shared/types").AnyObject | undefined): import("../../../../es/shared/types").AnyObject[];
|
|
2102
2103
|
afterOptionInit(fieldKey: string, options: import("../../../../es/shared/types").AnyObject[], payload?: import("../../../../es/shared/types").AnyObject | undefined): void;
|
|
2103
2104
|
}>>[T]>>;
|
|
2104
|
-
triggerAutoHidden: (field: import("
|
|
2105
|
-
observeFormGraph: Record<string, import("
|
|
2106
|
-
setGraph: (field: import("
|
|
2107
|
-
removeGraph: (field: import("
|
|
2108
|
-
lowCodeEventTrigger: (field: import("
|
|
2109
|
-
formModel: import("
|
|
2105
|
+
triggerAutoHidden: (field: import("@formily/core").GeneralField) => Promise<void>;
|
|
2106
|
+
observeFormGraph: Record<string, import("@formily/core").GeneralField>;
|
|
2107
|
+
setGraph: (field: import("@formily/core").GeneralField) => void;
|
|
2108
|
+
removeGraph: (field: import("@formily/core").GeneralField) => void;
|
|
2109
|
+
lowCodeEventTrigger: (field: import("@formily/core").GeneralField) => void;
|
|
2110
|
+
formModel: import("@formily/core").Form<{
|
|
2110
2111
|
[x: string]: any;
|
|
2111
2112
|
}>;
|
|
2112
2113
|
lowCodeReactionsHandler: (field: string) => void;
|
|
@@ -2321,12 +2322,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2321
2322
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
|
2322
2323
|
clearSpan: (uuid: string) => void;
|
|
2323
2324
|
exposeEvent: {
|
|
2324
|
-
validate(path?: string, { force }?: {
|
|
2325
|
+
validate(path?: string | ((field: import("@formily/core").Field<any, any, any, any>) => boolean), { force }?: {
|
|
2325
2326
|
force?: boolean | undefined;
|
|
2326
2327
|
}): Promise<void>;
|
|
2327
2328
|
getFormValues(needCombineExtendKey?: boolean): any;
|
|
2328
2329
|
setFormValues(values: import("../../../../es/shared/types").AnyObject, needSplitExtendKey?: boolean, overwrite?: boolean): void;
|
|
2329
|
-
setFieldState(path: string, setter: (field: Partial<Pick<import("
|
|
2330
|
+
setFieldState(path: string, setter: (field: Partial<Pick<import("@formily/core").Field<any, any, any, any>, import("@formily/core").NonFunctionPropertyNames<{
|
|
2330
2331
|
match: (pattern: import("@formily/path").Pattern) => boolean;
|
|
2331
2332
|
validate: (triggerType?: import("@formily/validator").ValidatorTriggerType | undefined) => any;
|
|
2332
2333
|
data: any;
|
|
@@ -2339,22 +2340,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2339
2340
|
onBlur: (...args: any[]) => Promise<void>;
|
|
2340
2341
|
onInput: (...args: any[]) => Promise<void>;
|
|
2341
2342
|
editable: boolean;
|
|
2342
|
-
reset: (options?: import("
|
|
2343
|
+
reset: (options?: import("@formily/core").IFieldResetOptions | undefined) => Promise<void>;
|
|
2343
2344
|
title: string;
|
|
2344
2345
|
visible: boolean;
|
|
2345
2346
|
submit: <T_1>(onSubmit?: ((values: any) => void | Promise<T_1>) | undefined) => Promise<T_1>;
|
|
2346
|
-
validator: import("
|
|
2347
|
-
pattern: import("
|
|
2347
|
+
validator: import("@formily/core").FieldValidator;
|
|
2348
|
+
pattern: import("@formily/core").FieldPatternTypes;
|
|
2348
2349
|
content: any;
|
|
2349
|
-
display: import("
|
|
2350
|
+
display: import("@formily/core").FieldDisplayTypes;
|
|
2350
2351
|
hidden: boolean;
|
|
2351
|
-
form: import("
|
|
2352
|
+
form: import("@formily/core").Form<any>;
|
|
2352
2353
|
componentProps: Record<string, any>;
|
|
2353
2354
|
decoratorProps: Record<string, any>;
|
|
2354
2355
|
description: string;
|
|
2355
2356
|
readOnly: boolean;
|
|
2356
|
-
component: import("
|
|
2357
|
-
decorator: import("
|
|
2357
|
+
component: import("@formily/core").FieldComponent<any, any>;
|
|
2358
|
+
decorator: import("@formily/core").FieldDecorator<any, any>;
|
|
2358
2359
|
validating: boolean;
|
|
2359
2360
|
submitting: boolean;
|
|
2360
2361
|
active: boolean;
|
|
@@ -2363,27 +2364,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2363
2364
|
modified: boolean;
|
|
2364
2365
|
inputValue: string;
|
|
2365
2366
|
inputValues: any[];
|
|
2366
|
-
dataSource: import("
|
|
2367
|
-
feedbacks: import("
|
|
2368
|
-
caches: import("
|
|
2369
|
-
selfErrors: import("
|
|
2370
|
-
readonly errors: import("
|
|
2371
|
-
selfWarnings: import("
|
|
2372
|
-
readonly warnings: import("
|
|
2373
|
-
selfSuccesses: import("
|
|
2374
|
-
readonly successes: import("
|
|
2367
|
+
dataSource: import("@formily/core").FieldDataSource;
|
|
2368
|
+
feedbacks: import("@formily/core").IFieldFeedback[];
|
|
2369
|
+
caches: import("@formily/core").IFieldCaches;
|
|
2370
|
+
selfErrors: import("@formily/core").FeedbackMessage;
|
|
2371
|
+
readonly errors: import("@formily/core").IFormFeedback[];
|
|
2372
|
+
selfWarnings: import("@formily/core").FeedbackMessage;
|
|
2373
|
+
readonly warnings: import("@formily/core").IFormFeedback[];
|
|
2374
|
+
selfSuccesses: import("@formily/core").FeedbackMessage;
|
|
2375
|
+
readonly successes: import("@formily/core").IFormFeedback[];
|
|
2375
2376
|
readonly selfValid: boolean;
|
|
2376
2377
|
readonly valid: boolean;
|
|
2377
2378
|
readonly selfInvalid: boolean;
|
|
2378
2379
|
readonly invalid: boolean;
|
|
2379
2380
|
initialValue: string;
|
|
2380
2381
|
readonly validateStatus: "error" | "success" | "warning" | "validating";
|
|
2381
|
-
setDataSource: (dataSource?: import("
|
|
2382
|
-
setFeedback: (feedback?: import("
|
|
2383
|
-
setSelfErrors: (messages?: import("
|
|
2384
|
-
setSelfWarnings: (messages?: import("
|
|
2385
|
-
setSelfSuccesses: (messages?: import("
|
|
2386
|
-
setValidator: (validator?: import("
|
|
2382
|
+
setDataSource: (dataSource?: import("@formily/core").FieldDataSource | undefined) => void;
|
|
2383
|
+
setFeedback: (feedback?: import("@formily/core").IFieldFeedback | undefined) => void;
|
|
2384
|
+
setSelfErrors: (messages?: import("@formily/core").FeedbackMessage | undefined) => void;
|
|
2385
|
+
setSelfWarnings: (messages?: import("@formily/core").FeedbackMessage | undefined) => void;
|
|
2386
|
+
setSelfSuccesses: (messages?: import("@formily/core").FeedbackMessage | undefined) => void;
|
|
2387
|
+
setValidator: (validator?: import("@formily/core").FieldValidator | undefined) => void;
|
|
2387
2388
|
setValidatorRule: (name: string, value: any) => void;
|
|
2388
2389
|
setRequired: (required?: boolean | undefined) => void;
|
|
2389
2390
|
setValue: (value?: string | undefined) => void;
|
|
@@ -2391,7 +2392,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2391
2392
|
setLoading: (loading?: boolean | undefined) => void;
|
|
2392
2393
|
setValidating: (validating?: boolean | undefined) => void;
|
|
2393
2394
|
setSubmitting: (submitting?: boolean | undefined) => void;
|
|
2394
|
-
queryFeedbacks: (search?: import("
|
|
2395
|
+
queryFeedbacks: (search?: import("@formily/core").ISearchFeedback | undefined) => import("@formily/core").IFieldFeedback[];
|
|
2395
2396
|
modify: () => void;
|
|
2396
2397
|
initialized: boolean;
|
|
2397
2398
|
mounted: boolean;
|
|
@@ -2400,13 +2401,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2400
2401
|
componentType: any;
|
|
2401
2402
|
designable: boolean;
|
|
2402
2403
|
locate: (address: import("@formily/path").Pattern) => void;
|
|
2403
|
-
readonly parent: import("
|
|
2404
|
+
readonly parent: import("@formily/core").GeneralField;
|
|
2404
2405
|
readPretty: boolean;
|
|
2405
2406
|
readonly destroyed: boolean;
|
|
2406
2407
|
setTitle: (title?: string | undefined) => void;
|
|
2407
2408
|
setDescription: (description?: string | undefined) => void;
|
|
2408
|
-
setDisplay: (type?: import("
|
|
2409
|
-
setPattern: (type?: import("
|
|
2409
|
+
setDisplay: (type?: import("@formily/core").FieldDisplayTypes | undefined) => void;
|
|
2410
|
+
setPattern: (type?: import("@formily/core").FieldPatternTypes | undefined) => void;
|
|
2410
2411
|
setComponent: <C extends unknown, ComponentProps extends object = {}>(component?: C | undefined, props?: ComponentProps | undefined) => void;
|
|
2411
2412
|
setComponentProps: <ComponentProps_1 extends object = {}>(props?: ComponentProps_1 | undefined) => void;
|
|
2412
2413
|
setDecorator: <D extends unknown, ComponentProps_2 extends object = {}>(component?: D | undefined, props?: ComponentProps_2 | undefined) => void;
|
|
@@ -2416,8 +2417,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2416
2417
|
onInit: () => void;
|
|
2417
2418
|
onMount: () => void;
|
|
2418
2419
|
onUnmount: () => void;
|
|
2419
|
-
query: (pattern: import("@formily/path").Pattern) => import("
|
|
2420
|
-
notify: (type: import("
|
|
2420
|
+
query: (pattern: import("@formily/path").Pattern) => import("@formily/core").Query;
|
|
2421
|
+
notify: (type: import("@formily/core").LifeCycleTypes, payload?: any) => void;
|
|
2421
2422
|
dispose: () => void;
|
|
2422
2423
|
destroy: (forceClear?: boolean | undefined) => void;
|
|
2423
2424
|
}>>>) => void): void;
|
|
@@ -111,9 +111,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
111
111
|
readonly type: PropType<(string | number)[] | null>;
|
|
112
112
|
readonly default: null;
|
|
113
113
|
};
|
|
114
|
-
/**
|
|
115
|
-
* 拖拽完成
|
|
116
|
-
*/
|
|
117
114
|
readonly disabled: {
|
|
118
115
|
readonly type: PropType<boolean | undefined>;
|
|
119
116
|
readonly default: undefined;
|
|
@@ -103,6 +103,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
103
103
|
onConfirm: {
|
|
104
104
|
type: FunctionConstructor;
|
|
105
105
|
};
|
|
106
|
+
formattedValue: {
|
|
107
|
+
type: StringConstructor;
|
|
108
|
+
};
|
|
109
|
+
placeholder: {
|
|
110
|
+
type: StringConstructor;
|
|
111
|
+
};
|
|
112
|
+
allowedInvalidValue: {
|
|
113
|
+
type: StringConstructor;
|
|
114
|
+
};
|
|
106
115
|
}, {
|
|
107
116
|
attrs: {
|
|
108
117
|
[x: string]: unknown;
|
|
@@ -114,9 +123,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
114
123
|
onConfirm: {
|
|
115
124
|
type: FunctionConstructor;
|
|
116
125
|
};
|
|
117
|
-
|
|
126
|
+
formattedValue: {
|
|
127
|
+
type: StringConstructor;
|
|
128
|
+
};
|
|
129
|
+
placeholder: {
|
|
130
|
+
type: StringConstructor;
|
|
131
|
+
};
|
|
132
|
+
allowedInvalidValue: {
|
|
133
|
+
type: StringConstructor;
|
|
134
|
+
};
|
|
135
|
+
}>> & {
|
|
136
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
137
|
+
}>>;
|
|
138
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
118
139
|
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
119
140
|
panelInstRef: import("vue").Ref<null>;
|
|
141
|
+
placeholderRef: import("vue").Ref<any>;
|
|
142
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | null | undefined>;
|
|
120
143
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
121
144
|
formatRef: import("vue").ComputedRef<string>;
|
|
122
145
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -125,15 +148,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
125
148
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
126
149
|
onUpdateShow: (show: boolean) => void;
|
|
127
150
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
151
|
+
isAllowedInvalidValue: (value?: string) => boolean | "" | undefined;
|
|
128
152
|
NDatePicker: any;
|
|
129
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
153
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
130
154
|
updateUnchangedValue: {
|
|
131
155
|
type: BooleanConstructor;
|
|
132
156
|
};
|
|
133
157
|
onConfirm: {
|
|
134
158
|
type: FunctionConstructor;
|
|
135
159
|
};
|
|
136
|
-
|
|
160
|
+
formattedValue: {
|
|
161
|
+
type: StringConstructor;
|
|
162
|
+
};
|
|
163
|
+
placeholder: {
|
|
164
|
+
type: StringConstructor;
|
|
165
|
+
};
|
|
166
|
+
allowedInvalidValue: {
|
|
167
|
+
type: StringConstructor;
|
|
168
|
+
};
|
|
169
|
+
}>> & {
|
|
170
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
171
|
+
}, {
|
|
137
172
|
updateUnchangedValue: boolean;
|
|
138
173
|
}>>;
|
|
139
174
|
NSelect: any;
|
|
@@ -696,6 +731,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
696
731
|
onConfirm: {
|
|
697
732
|
type: FunctionConstructor;
|
|
698
733
|
};
|
|
734
|
+
formattedValue: {
|
|
735
|
+
type: StringConstructor;
|
|
736
|
+
};
|
|
737
|
+
placeholder: {
|
|
738
|
+
type: StringConstructor;
|
|
739
|
+
};
|
|
740
|
+
allowedInvalidValue: {
|
|
741
|
+
type: StringConstructor;
|
|
742
|
+
};
|
|
699
743
|
}, {
|
|
700
744
|
attrs: {
|
|
701
745
|
[x: string]: unknown;
|
|
@@ -707,9 +751,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
707
751
|
onConfirm: {
|
|
708
752
|
type: FunctionConstructor;
|
|
709
753
|
};
|
|
710
|
-
|
|
754
|
+
formattedValue: {
|
|
755
|
+
type: StringConstructor;
|
|
756
|
+
};
|
|
757
|
+
placeholder: {
|
|
758
|
+
type: StringConstructor;
|
|
759
|
+
};
|
|
760
|
+
allowedInvalidValue: {
|
|
761
|
+
type: StringConstructor;
|
|
762
|
+
};
|
|
763
|
+
}>> & {
|
|
764
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
765
|
+
}>>;
|
|
766
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
711
767
|
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
712
768
|
panelInstRef: import("vue").Ref<null>;
|
|
769
|
+
placeholderRef: import("vue").Ref<any>;
|
|
770
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | null | undefined>;
|
|
713
771
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
714
772
|
formatRef: import("vue").ComputedRef<string>;
|
|
715
773
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -718,15 +776,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
718
776
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
719
777
|
onUpdateShow: (show: boolean) => void;
|
|
720
778
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
779
|
+
isAllowedInvalidValue: (value?: string) => boolean | "" | undefined;
|
|
721
780
|
NDatePicker: any;
|
|
722
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
781
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
723
782
|
updateUnchangedValue: {
|
|
724
783
|
type: BooleanConstructor;
|
|
725
784
|
};
|
|
726
785
|
onConfirm: {
|
|
727
786
|
type: FunctionConstructor;
|
|
728
787
|
};
|
|
729
|
-
|
|
788
|
+
formattedValue: {
|
|
789
|
+
type: StringConstructor;
|
|
790
|
+
};
|
|
791
|
+
placeholder: {
|
|
792
|
+
type: StringConstructor;
|
|
793
|
+
};
|
|
794
|
+
allowedInvalidValue: {
|
|
795
|
+
type: StringConstructor;
|
|
796
|
+
};
|
|
797
|
+
}>> & {
|
|
798
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
799
|
+
}, {
|
|
730
800
|
updateUnchangedValue: boolean;
|
|
731
801
|
}>>;
|
|
732
802
|
WidgetValEnums: {
|
|
@@ -60,6 +60,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
60
60
|
onConfirm: {
|
|
61
61
|
type: FunctionConstructor;
|
|
62
62
|
};
|
|
63
|
+
formattedValue: {
|
|
64
|
+
type: StringConstructor;
|
|
65
|
+
};
|
|
66
|
+
placeholder: {
|
|
67
|
+
type: StringConstructor;
|
|
68
|
+
};
|
|
69
|
+
allowedInvalidValue: {
|
|
70
|
+
type: StringConstructor;
|
|
71
|
+
};
|
|
63
72
|
}, {
|
|
64
73
|
attrs: {
|
|
65
74
|
[x: string]: unknown;
|
|
@@ -71,9 +80,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
71
80
|
onConfirm: {
|
|
72
81
|
type: FunctionConstructor;
|
|
73
82
|
};
|
|
74
|
-
|
|
83
|
+
formattedValue: {
|
|
84
|
+
type: StringConstructor;
|
|
85
|
+
};
|
|
86
|
+
placeholder: {
|
|
87
|
+
type: StringConstructor;
|
|
88
|
+
};
|
|
89
|
+
allowedInvalidValue: {
|
|
90
|
+
type: StringConstructor;
|
|
91
|
+
};
|
|
92
|
+
}>> & {
|
|
93
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
94
|
+
}>>;
|
|
95
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
75
96
|
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
76
97
|
panelInstRef: import("vue").Ref<null>;
|
|
98
|
+
placeholderRef: import("vue").Ref<any>;
|
|
99
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | null | undefined>;
|
|
77
100
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
78
101
|
formatRef: import("vue").ComputedRef<string>;
|
|
79
102
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -82,15 +105,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
82
105
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
83
106
|
onUpdateShow: (show: boolean) => void;
|
|
84
107
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
108
|
+
isAllowedInvalidValue: (value?: string) => boolean | "" | undefined;
|
|
85
109
|
NDatePicker: any;
|
|
86
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
110
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
87
111
|
updateUnchangedValue: {
|
|
88
112
|
type: BooleanConstructor;
|
|
89
113
|
};
|
|
90
114
|
onConfirm: {
|
|
91
115
|
type: FunctionConstructor;
|
|
92
116
|
};
|
|
93
|
-
|
|
117
|
+
formattedValue: {
|
|
118
|
+
type: StringConstructor;
|
|
119
|
+
};
|
|
120
|
+
placeholder: {
|
|
121
|
+
type: StringConstructor;
|
|
122
|
+
};
|
|
123
|
+
allowedInvalidValue: {
|
|
124
|
+
type: StringConstructor;
|
|
125
|
+
};
|
|
126
|
+
}>> & {
|
|
127
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
128
|
+
}, {
|
|
94
129
|
updateUnchangedValue: boolean;
|
|
95
130
|
}>>;
|
|
96
131
|
NSelect: any;
|
package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts
CHANGED
|
@@ -73,6 +73,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
73
73
|
onConfirm: {
|
|
74
74
|
type: FunctionConstructor;
|
|
75
75
|
};
|
|
76
|
+
formattedValue: {
|
|
77
|
+
type: StringConstructor;
|
|
78
|
+
};
|
|
79
|
+
placeholder: {
|
|
80
|
+
type: StringConstructor;
|
|
81
|
+
};
|
|
82
|
+
allowedInvalidValue: {
|
|
83
|
+
type: StringConstructor;
|
|
84
|
+
};
|
|
76
85
|
}, {
|
|
77
86
|
attrs: {
|
|
78
87
|
[x: string]: unknown;
|
|
@@ -84,9 +93,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
84
93
|
onConfirm: {
|
|
85
94
|
type: FunctionConstructor;
|
|
86
95
|
};
|
|
87
|
-
|
|
96
|
+
formattedValue: {
|
|
97
|
+
type: StringConstructor;
|
|
98
|
+
};
|
|
99
|
+
placeholder: {
|
|
100
|
+
type: StringConstructor;
|
|
101
|
+
};
|
|
102
|
+
allowedInvalidValue: {
|
|
103
|
+
type: StringConstructor;
|
|
104
|
+
};
|
|
105
|
+
}>> & {
|
|
106
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
107
|
+
}>>;
|
|
108
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
88
109
|
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
89
110
|
panelInstRef: import("vue").Ref<null>;
|
|
111
|
+
placeholderRef: import("vue").Ref<any>;
|
|
112
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | null | undefined>;
|
|
90
113
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
91
114
|
formatRef: import("vue").ComputedRef<string>;
|
|
92
115
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -95,15 +118,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
95
118
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
96
119
|
onUpdateShow: (show: boolean) => void;
|
|
97
120
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
121
|
+
isAllowedInvalidValue: (value?: string) => boolean | "" | undefined;
|
|
98
122
|
NDatePicker: any;
|
|
99
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
123
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
100
124
|
updateUnchangedValue: {
|
|
101
125
|
type: BooleanConstructor;
|
|
102
126
|
};
|
|
103
127
|
onConfirm: {
|
|
104
128
|
type: FunctionConstructor;
|
|
105
129
|
};
|
|
106
|
-
|
|
130
|
+
formattedValue: {
|
|
131
|
+
type: StringConstructor;
|
|
132
|
+
};
|
|
133
|
+
placeholder: {
|
|
134
|
+
type: StringConstructor;
|
|
135
|
+
};
|
|
136
|
+
allowedInvalidValue: {
|
|
137
|
+
type: StringConstructor;
|
|
138
|
+
};
|
|
139
|
+
}>> & {
|
|
140
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
141
|
+
}, {
|
|
107
142
|
updateUnchangedValue: boolean;
|
|
108
143
|
}>>;
|
|
109
144
|
WidgetValEnums: {
|
|
@@ -60,6 +60,15 @@ declare const Date: import("vue").DefineComponent<{
|
|
|
60
60
|
onConfirm: {
|
|
61
61
|
type: FunctionConstructor;
|
|
62
62
|
};
|
|
63
|
+
formattedValue: {
|
|
64
|
+
type: StringConstructor;
|
|
65
|
+
};
|
|
66
|
+
placeholder: {
|
|
67
|
+
type: StringConstructor;
|
|
68
|
+
};
|
|
69
|
+
allowedInvalidValue: {
|
|
70
|
+
type: StringConstructor;
|
|
71
|
+
};
|
|
63
72
|
}, {
|
|
64
73
|
attrs: {
|
|
65
74
|
[x: string]: unknown;
|
|
@@ -71,9 +80,23 @@ declare const Date: import("vue").DefineComponent<{
|
|
|
71
80
|
onConfirm: {
|
|
72
81
|
type: FunctionConstructor;
|
|
73
82
|
};
|
|
74
|
-
|
|
83
|
+
formattedValue: {
|
|
84
|
+
type: StringConstructor;
|
|
85
|
+
};
|
|
86
|
+
placeholder: {
|
|
87
|
+
type: StringConstructor;
|
|
88
|
+
};
|
|
89
|
+
allowedInvalidValue: {
|
|
90
|
+
type: StringConstructor;
|
|
91
|
+
};
|
|
92
|
+
}>> & {
|
|
93
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
94
|
+
}>>;
|
|
95
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
75
96
|
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
76
97
|
panelInstRef: import("vue").Ref<null>;
|
|
98
|
+
placeholderRef: import("vue").Ref<any>;
|
|
99
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | null | undefined>;
|
|
77
100
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
78
101
|
formatRef: import("vue").ComputedRef<string>;
|
|
79
102
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -82,15 +105,27 @@ declare const Date: import("vue").DefineComponent<{
|
|
|
82
105
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
83
106
|
onUpdateShow: (show: boolean) => void;
|
|
84
107
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
108
|
+
isAllowedInvalidValue: (value?: string) => boolean | "" | undefined;
|
|
85
109
|
NDatePicker: any;
|
|
86
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
110
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
87
111
|
updateUnchangedValue: {
|
|
88
112
|
type: BooleanConstructor;
|
|
89
113
|
};
|
|
90
114
|
onConfirm: {
|
|
91
115
|
type: FunctionConstructor;
|
|
92
116
|
};
|
|
93
|
-
|
|
117
|
+
formattedValue: {
|
|
118
|
+
type: StringConstructor;
|
|
119
|
+
};
|
|
120
|
+
placeholder: {
|
|
121
|
+
type: StringConstructor;
|
|
122
|
+
};
|
|
123
|
+
allowedInvalidValue: {
|
|
124
|
+
type: StringConstructor;
|
|
125
|
+
};
|
|
126
|
+
}>> & {
|
|
127
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
128
|
+
}, {
|
|
94
129
|
updateUnchangedValue: boolean;
|
|
95
130
|
}>>;
|
|
96
131
|
NSelect: any;
|
|
@@ -653,6 +688,15 @@ declare const DateRange: import("vue").DefineComponent<{
|
|
|
653
688
|
onConfirm: {
|
|
654
689
|
type: FunctionConstructor;
|
|
655
690
|
};
|
|
691
|
+
formattedValue: {
|
|
692
|
+
type: StringConstructor;
|
|
693
|
+
};
|
|
694
|
+
placeholder: {
|
|
695
|
+
type: StringConstructor;
|
|
696
|
+
};
|
|
697
|
+
allowedInvalidValue: {
|
|
698
|
+
type: StringConstructor;
|
|
699
|
+
};
|
|
656
700
|
}, {
|
|
657
701
|
attrs: {
|
|
658
702
|
[x: string]: unknown;
|
|
@@ -664,9 +708,23 @@ declare const DateRange: import("vue").DefineComponent<{
|
|
|
664
708
|
onConfirm: {
|
|
665
709
|
type: FunctionConstructor;
|
|
666
710
|
};
|
|
667
|
-
|
|
711
|
+
formattedValue: {
|
|
712
|
+
type: StringConstructor;
|
|
713
|
+
};
|
|
714
|
+
placeholder: {
|
|
715
|
+
type: StringConstructor;
|
|
716
|
+
};
|
|
717
|
+
allowedInvalidValue: {
|
|
718
|
+
type: StringConstructor;
|
|
719
|
+
};
|
|
720
|
+
}>> & {
|
|
721
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
722
|
+
}>>;
|
|
723
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
668
724
|
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
669
725
|
panelInstRef: import("vue").Ref<null>;
|
|
726
|
+
placeholderRef: import("vue").Ref<any>;
|
|
727
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | null | undefined>;
|
|
670
728
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
671
729
|
formatRef: import("vue").ComputedRef<string>;
|
|
672
730
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -675,15 +733,27 @@ declare const DateRange: import("vue").DefineComponent<{
|
|
|
675
733
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
676
734
|
onUpdateShow: (show: boolean) => void;
|
|
677
735
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
736
|
+
isAllowedInvalidValue: (value?: string) => boolean | "" | undefined;
|
|
678
737
|
NDatePicker: any;
|
|
679
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
738
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
680
739
|
updateUnchangedValue: {
|
|
681
740
|
type: BooleanConstructor;
|
|
682
741
|
};
|
|
683
742
|
onConfirm: {
|
|
684
743
|
type: FunctionConstructor;
|
|
685
744
|
};
|
|
686
|
-
|
|
745
|
+
formattedValue: {
|
|
746
|
+
type: StringConstructor;
|
|
747
|
+
};
|
|
748
|
+
placeholder: {
|
|
749
|
+
type: StringConstructor;
|
|
750
|
+
};
|
|
751
|
+
allowedInvalidValue: {
|
|
752
|
+
type: StringConstructor;
|
|
753
|
+
};
|
|
754
|
+
}>> & {
|
|
755
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
756
|
+
}, {
|
|
687
757
|
updateUnchangedValue: boolean;
|
|
688
758
|
}>>;
|
|
689
759
|
WidgetValEnums: {
|