cnhis-design-vue 3.1.52-beta.3 → 3.1.52-beta.30
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 +57 -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 +58 -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/button-print/src/utils/print.d.ts +3 -3
- package/es/components/button-print/src/utils/print.js +1 -1
- package/es/components/callback/src/components/render/popupMaps.d.ts +45 -41
- package/es/components/classification/index.d.ts +82 -10
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +82 -10
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +82 -10
- package/es/components/classification/src/index.vue.d.ts +82 -10
- package/es/components/classification/style/index.css +1 -1
- 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/useGrid.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 +2 -2
- package/es/components/form-config/src/FormConfig.vue.d.ts +74 -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 +37 -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/levelSearchCascader.js +1 -1
- package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +6 -0
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
- package/es/components/form-render/src/components/renderer/select.d.ts +7 -0
- package/es/components/form-render/src/components/renderer/select.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 +1 -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/iho-table/index.d.ts +8 -4
- package/es/components/iho-table/index.js +1 -1
- package/es/components/iho-table/src/IhoTable.vue.d.ts +8 -4
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +3 -1
- package/es/components/iho-table/src/plugins/copyPastePlugin.d.ts +1 -0
- package/es/components/iho-table/src/plugins/copyPastePlugin.js +1 -0
- 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/forceArrowKeyPlugin.d.ts +1 -0
- package/es/components/iho-table/src/plugins/forceArrowKeyPlugin.js +1 -0
- package/es/components/iho-table/src/plugins/index.js +1 -1
- 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/selectRendererPlugin/editSelect.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.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 +16 -12
- 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/quick-search/index.d.ts +3 -1
- package/es/components/quick-search/src/index.vue.d.ts +3 -1
- package/es/components/quick-search/src/index.vue2.js +1 -1
- package/es/components/quick-search/style/index.css +1 -1
- package/es/components/scale-view/src/ScaleView.vue2.js +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/select-person/src/SelectPerson.vue2.js +1 -1
- package/es/components/shortcut-setter/index.d.ts +1 -1
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +37 -37
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +0 -3
- package/es/components/table-filter/index.d.ts +2 -0
- package/es/components/table-filter/index.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +76 -8
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +38 -4
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +38 -4
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +76 -8
- package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.d.ts +2 -2
- package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +82 -10
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +1 -1
- 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/DateInner.vue2.js +1 -1
- 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/DateRangeInner.vue2.js +1 -1
- 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/table-filter/src/hooks/useRenderWidget.js +1 -1
- 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
|
@@ -323,7 +323,7 @@ export declare const CallbackMaps: Map<string, {
|
|
|
323
323
|
syncBarPosition: import("../../../..").Func<any[], any>;
|
|
324
324
|
} | undefined>;
|
|
325
325
|
currentAnchor: import("vue").WritableComputedRef<string>;
|
|
326
|
-
updateAnchorList: (field: import("
|
|
326
|
+
updateAnchorList: (field: import("@formily/core").GeneralField) => void;
|
|
327
327
|
anchorIdList: import("vue").Ref<{
|
|
328
328
|
name: string;
|
|
329
329
|
title: string;
|
|
@@ -340,12 +340,12 @@ export declare const CallbackMaps: Map<string, {
|
|
|
340
340
|
afterRequest(fieldKey: string, res?: any, payload?: import("../../../..").AnyObject | undefined): import("../../../..").AnyObject[];
|
|
341
341
|
afterOptionInit(fieldKey: string, options: import("../../../..").AnyObject[], payload?: import("../../../..").AnyObject | undefined): void;
|
|
342
342
|
}>>[T]>>;
|
|
343
|
-
triggerAutoHidden: (field: import("
|
|
344
|
-
observeFormGraph: Record<string, import("
|
|
345
|
-
setGraph: (field: import("
|
|
346
|
-
removeGraph: (field: import("
|
|
347
|
-
lowCodeEventTrigger: (field: import("
|
|
348
|
-
formModel: import("
|
|
343
|
+
triggerAutoHidden: (field: import("@formily/core").GeneralField) => Promise<void>;
|
|
344
|
+
observeFormGraph: Record<string, import("@formily/core").GeneralField>;
|
|
345
|
+
setGraph: (field: import("@formily/core").GeneralField) => void;
|
|
346
|
+
removeGraph: (field: import("@formily/core").GeneralField) => void;
|
|
347
|
+
lowCodeEventTrigger: (field: import("@formily/core").GeneralField) => void;
|
|
348
|
+
formModel: import("@formily/core").Form<{
|
|
349
349
|
[x: string]: any;
|
|
350
350
|
}>;
|
|
351
351
|
lowCodeReactionsHandler: (field: string) => void;
|
|
@@ -560,12 +560,12 @@ export declare const CallbackMaps: Map<string, {
|
|
|
560
560
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
|
561
561
|
clearSpan: (uuid: string) => void;
|
|
562
562
|
exposeEvent: {
|
|
563
|
-
validate(path?: string, { force }?: {
|
|
563
|
+
validate(path?: string | ((field: import("@formily/core").Field<any, any, any, any>) => boolean), { force }?: {
|
|
564
564
|
force?: boolean | undefined;
|
|
565
565
|
}): Promise<void>;
|
|
566
566
|
getFormValues(needCombineExtendKey?: boolean): any;
|
|
567
567
|
setFormValues(values: import("../../../..").AnyObject, needSplitExtendKey?: boolean, overwrite?: boolean): void;
|
|
568
|
-
setFieldState(path: string, setter: (field: Partial<Pick<import("
|
|
568
|
+
setFieldState(path: string, setter: (field: Partial<Pick<import("@formily/core").Field<any, any, any, any>, import("@formily/core").NonFunctionPropertyNames<{
|
|
569
569
|
match: (pattern: import("@formily/path").Pattern) => boolean;
|
|
570
570
|
validate: (triggerType?: import("@formily/validator").ValidatorTriggerType | undefined) => any;
|
|
571
571
|
data: any;
|
|
@@ -578,22 +578,22 @@ export declare const CallbackMaps: Map<string, {
|
|
|
578
578
|
onBlur: (...args: any[]) => Promise<void>;
|
|
579
579
|
onInput: (...args: any[]) => Promise<void>;
|
|
580
580
|
editable: boolean;
|
|
581
|
-
reset: (options?: import("
|
|
581
|
+
reset: (options?: import("@formily/core").IFieldResetOptions | undefined) => Promise<void>;
|
|
582
582
|
title: string;
|
|
583
583
|
visible: boolean;
|
|
584
584
|
submit: <T_1>(onSubmit?: ((values: any) => void | Promise<T_1>) | undefined) => Promise<T_1>;
|
|
585
|
-
validator: import("
|
|
586
|
-
pattern: import("
|
|
585
|
+
validator: import("@formily/core").FieldValidator;
|
|
586
|
+
pattern: import("@formily/core").FieldPatternTypes;
|
|
587
587
|
content: any;
|
|
588
|
-
display: import("
|
|
588
|
+
display: import("@formily/core").FieldDisplayTypes;
|
|
589
589
|
hidden: boolean;
|
|
590
|
-
form: import("
|
|
590
|
+
form: import("@formily/core").Form<any>;
|
|
591
591
|
componentProps: Record<string, any>;
|
|
592
592
|
decoratorProps: Record<string, any>;
|
|
593
593
|
description: string;
|
|
594
594
|
readOnly: boolean;
|
|
595
|
-
component: import("
|
|
596
|
-
decorator: import("
|
|
595
|
+
component: import("@formily/core").FieldComponent<any, any>;
|
|
596
|
+
decorator: import("@formily/core").FieldDecorator<any, any>;
|
|
597
597
|
validating: boolean;
|
|
598
598
|
submitting: boolean;
|
|
599
599
|
active: boolean;
|
|
@@ -602,27 +602,27 @@ export declare const CallbackMaps: Map<string, {
|
|
|
602
602
|
modified: boolean;
|
|
603
603
|
inputValue: string;
|
|
604
604
|
inputValues: any[];
|
|
605
|
-
dataSource: import("
|
|
606
|
-
feedbacks: import("
|
|
607
|
-
caches: import("
|
|
608
|
-
selfErrors: import("
|
|
609
|
-
readonly errors: import("
|
|
610
|
-
selfWarnings: import("
|
|
611
|
-
readonly warnings: import("
|
|
612
|
-
selfSuccesses: import("
|
|
613
|
-
readonly successes: import("
|
|
605
|
+
dataSource: import("@formily/core").FieldDataSource;
|
|
606
|
+
feedbacks: import("@formily/core").IFieldFeedback[];
|
|
607
|
+
caches: import("@formily/core").IFieldCaches;
|
|
608
|
+
selfErrors: import("@formily/core").FeedbackMessage;
|
|
609
|
+
readonly errors: import("@formily/core").IFormFeedback[];
|
|
610
|
+
selfWarnings: import("@formily/core").FeedbackMessage;
|
|
611
|
+
readonly warnings: import("@formily/core").IFormFeedback[];
|
|
612
|
+
selfSuccesses: import("@formily/core").FeedbackMessage;
|
|
613
|
+
readonly successes: import("@formily/core").IFormFeedback[];
|
|
614
614
|
readonly selfValid: boolean;
|
|
615
615
|
readonly valid: boolean;
|
|
616
616
|
readonly selfInvalid: boolean;
|
|
617
617
|
readonly invalid: boolean;
|
|
618
618
|
initialValue: string;
|
|
619
619
|
readonly validateStatus: "error" | "success" | "warning" | "validating";
|
|
620
|
-
setDataSource: (dataSource?: import("
|
|
621
|
-
setFeedback: (feedback?: import("
|
|
622
|
-
setSelfErrors: (messages?: import("
|
|
623
|
-
setSelfWarnings: (messages?: import("
|
|
624
|
-
setSelfSuccesses: (messages?: import("
|
|
625
|
-
setValidator: (validator?: import("
|
|
620
|
+
setDataSource: (dataSource?: import("@formily/core").FieldDataSource | undefined) => void;
|
|
621
|
+
setFeedback: (feedback?: import("@formily/core").IFieldFeedback | undefined) => void;
|
|
622
|
+
setSelfErrors: (messages?: import("@formily/core").FeedbackMessage | undefined) => void;
|
|
623
|
+
setSelfWarnings: (messages?: import("@formily/core").FeedbackMessage | undefined) => void;
|
|
624
|
+
setSelfSuccesses: (messages?: import("@formily/core").FeedbackMessage | undefined) => void;
|
|
625
|
+
setValidator: (validator?: import("@formily/core").FieldValidator | undefined) => void;
|
|
626
626
|
setValidatorRule: (name: string, value: any) => void;
|
|
627
627
|
setRequired: (required?: boolean | undefined) => void;
|
|
628
628
|
setValue: (value?: string | undefined) => void;
|
|
@@ -630,7 +630,7 @@ export declare const CallbackMaps: Map<string, {
|
|
|
630
630
|
setLoading: (loading?: boolean | undefined) => void;
|
|
631
631
|
setValidating: (validating?: boolean | undefined) => void;
|
|
632
632
|
setSubmitting: (submitting?: boolean | undefined) => void;
|
|
633
|
-
queryFeedbacks: (search?: import("
|
|
633
|
+
queryFeedbacks: (search?: import("@formily/core").ISearchFeedback | undefined) => import("@formily/core").IFieldFeedback[];
|
|
634
634
|
modify: () => void;
|
|
635
635
|
initialized: boolean;
|
|
636
636
|
mounted: boolean;
|
|
@@ -639,13 +639,13 @@ export declare const CallbackMaps: Map<string, {
|
|
|
639
639
|
componentType: any;
|
|
640
640
|
designable: boolean;
|
|
641
641
|
locate: (address: import("@formily/path").Pattern) => void;
|
|
642
|
-
readonly parent: import("
|
|
642
|
+
readonly parent: import("@formily/core").GeneralField;
|
|
643
643
|
readPretty: boolean;
|
|
644
644
|
readonly destroyed: boolean;
|
|
645
645
|
setTitle: (title?: string | undefined) => void;
|
|
646
646
|
setDescription: (description?: string | undefined) => void;
|
|
647
|
-
setDisplay: (type?: import("
|
|
648
|
-
setPattern: (type?: import("
|
|
647
|
+
setDisplay: (type?: import("@formily/core").FieldDisplayTypes | undefined) => void;
|
|
648
|
+
setPattern: (type?: import("@formily/core").FieldPatternTypes | undefined) => void;
|
|
649
649
|
setComponent: <C extends unknown, ComponentProps extends object = {}>(component?: C | undefined, props?: ComponentProps | undefined) => void;
|
|
650
650
|
setComponentProps: <ComponentProps_1 extends object = {}>(props?: ComponentProps_1 | undefined) => void;
|
|
651
651
|
setDecorator: <D extends unknown, ComponentProps_2 extends object = {}>(component?: D | undefined, props?: ComponentProps_2 | undefined) => void;
|
|
@@ -655,8 +655,8 @@ export declare const CallbackMaps: Map<string, {
|
|
|
655
655
|
onInit: () => void;
|
|
656
656
|
onMount: () => void;
|
|
657
657
|
onUnmount: () => void;
|
|
658
|
-
query: (pattern: import("@formily/path").Pattern) => import("
|
|
659
|
-
notify: (type: import("
|
|
658
|
+
query: (pattern: import("@formily/path").Pattern) => import("@formily/core").Query;
|
|
659
|
+
notify: (type: import("@formily/core").LifeCycleTypes, payload?: any) => void;
|
|
660
660
|
dispose: () => void;
|
|
661
661
|
destroy: (forceClear?: boolean | undefined) => void;
|
|
662
662
|
}>>>) => void): void;
|
|
@@ -2776,6 +2776,7 @@ export declare const CallbackMaps: Map<string, {
|
|
|
2776
2776
|
$table: import("vxe-table").VxeTableConstructor & import("vxe-table").VxeTablePrivateMethods;
|
|
2777
2777
|
$grid: import("vxe-table").VxeGridConstructor | null | undefined;
|
|
2778
2778
|
}) => boolean) | undefined;
|
|
2779
|
+
forceArrowKey?: boolean | undefined;
|
|
2779
2780
|
} | undefined;
|
|
2780
2781
|
clipConfig?: {
|
|
2781
2782
|
isCopy?: boolean | undefined;
|
|
@@ -3017,10 +3018,11 @@ export declare const CallbackMaps: Map<string, {
|
|
|
3017
3018
|
isTree?: import("../../../..").MaybeString<0 | 2 | 1 | 3> | undefined;
|
|
3018
3019
|
isBatchSelect?: import("../../../..").MaybeString<0 | 1> | undefined;
|
|
3019
3020
|
isSingleSelect?: import("../../../..").MaybeString<0 | 1> | undefined;
|
|
3020
|
-
|
|
3021
|
+
selectType?: "checkbox" | "radio" | null | undefined;
|
|
3022
|
+
rowDraggable?: boolean | undefined;
|
|
3021
3023
|
showSeq?: boolean | undefined;
|
|
3022
3024
|
forceClearable?: boolean | undefined;
|
|
3023
|
-
|
|
3025
|
+
hideSettingBtn?: import("../../../..").MaybeString<0 | 1> | undefined;
|
|
3024
3026
|
rowGroupSetting?: {
|
|
3025
3027
|
firstRowGroup?: {
|
|
3026
3028
|
groupName?: string | undefined;
|
|
@@ -5277,6 +5279,7 @@ export declare const CallbackMaps: Map<string, {
|
|
|
5277
5279
|
$table: import("vxe-table").VxeTableConstructor & import("vxe-table").VxeTablePrivateMethods;
|
|
5278
5280
|
$grid: import("vxe-table").VxeGridConstructor | null | undefined;
|
|
5279
5281
|
}) => boolean) | undefined;
|
|
5282
|
+
forceArrowKey?: boolean | undefined;
|
|
5280
5283
|
} | undefined;
|
|
5281
5284
|
clipConfig?: {
|
|
5282
5285
|
isCopy?: boolean | undefined;
|
|
@@ -5458,10 +5461,11 @@ export declare const CallbackMaps: Map<string, {
|
|
|
5458
5461
|
isTree?: import("../../../..").MaybeString<0 | 2 | 1 | 3> | undefined;
|
|
5459
5462
|
isBatchSelect?: import("../../../..").MaybeString<0 | 1> | undefined;
|
|
5460
5463
|
isSingleSelect?: import("../../../..").MaybeString<0 | 1> | undefined;
|
|
5461
|
-
|
|
5464
|
+
selectType?: "checkbox" | "radio" | null | undefined;
|
|
5465
|
+
rowDraggable?: boolean | undefined;
|
|
5462
5466
|
showSeq?: boolean | undefined;
|
|
5463
5467
|
forceClearable?: boolean | undefined;
|
|
5464
|
-
|
|
5468
|
+
hideSettingBtn?: import("../../../..").MaybeString<0 | 1> | undefined;
|
|
5465
5469
|
rowGroupSetting?: {
|
|
5466
5470
|
firstRowGroup?: {
|
|
5467
5471
|
groupName?: string | undefined;
|
|
@@ -656,6 +656,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
656
656
|
}[];
|
|
657
657
|
};
|
|
658
658
|
loading: import("vue").Ref<boolean>;
|
|
659
|
+
parentInputRef: import("vue").Ref<any>;
|
|
660
|
+
parentInputAddRef: import("vue").Ref<any>;
|
|
659
661
|
DisplayCategoryState: {
|
|
660
662
|
addDisplayCategory: string;
|
|
661
663
|
displayCategories: {
|
|
@@ -666,10 +668,10 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
666
668
|
showAdd: boolean;
|
|
667
669
|
};
|
|
668
670
|
isEnableAddDisplayCategory: import("vue").ComputedRef<boolean>;
|
|
669
|
-
editDisplayCategory: (
|
|
671
|
+
editDisplayCategory: (item: import("..").ICategoryItemType, cb?: any) => void;
|
|
670
672
|
handleDisplayCategorySelect: (item: import("..").ICategoryItemType) => void;
|
|
671
673
|
handleDisplayCategoryRemove: (index: number, item: import("..").ICategoryItemType) => void;
|
|
672
|
-
handleDisplayCategoryAdd: (
|
|
674
|
+
handleDisplayCategoryAdd: (cb?: any) => void;
|
|
673
675
|
handlerBlur: () => void;
|
|
674
676
|
initDisplayCategories: (rawDataDisplayCategories: any, displayCategory: any) => void;
|
|
675
677
|
FilterConditionsState: any;
|
|
@@ -681,6 +683,8 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
681
683
|
getParamCfg: (key: string) => any;
|
|
682
684
|
initFilterConditions: (tableId: string, rawConditions: import("..").ISearchConfigType) => Promise<void>;
|
|
683
685
|
getRawFilterConditions: () => any[];
|
|
686
|
+
handleEditDisplayCategory: (item: import("..").ICategoryItemType) => void;
|
|
687
|
+
handleDisplayCategoryAddState: () => void;
|
|
684
688
|
findConditionByDisplayCategory: (sid: string) => unknown;
|
|
685
689
|
handleDisplayCategorySelectProxy: (item: import("..").ICategoryItemType) => void;
|
|
686
690
|
clearFormData: () => void;
|
|
@@ -789,7 +793,6 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
789
793
|
label: string;
|
|
790
794
|
value: string;
|
|
791
795
|
}[]>;
|
|
792
|
-
initMounted: () => void;
|
|
793
796
|
isDateDisabled: (ts: number) => boolean;
|
|
794
797
|
timeDisabled: (ts: number) => {
|
|
795
798
|
isHourDisabled(hour: number): boolean | undefined;
|
|
@@ -803,6 +806,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
803
806
|
onConfirm: {
|
|
804
807
|
type: FunctionConstructor;
|
|
805
808
|
};
|
|
809
|
+
formattedValue: {
|
|
810
|
+
type: StringConstructor;
|
|
811
|
+
};
|
|
812
|
+
placeholder: {
|
|
813
|
+
type: StringConstructor;
|
|
814
|
+
};
|
|
815
|
+
allowedInvalidValue: {
|
|
816
|
+
type: StringConstructor;
|
|
817
|
+
};
|
|
806
818
|
}, {
|
|
807
819
|
attrs: {
|
|
808
820
|
[x: string]: unknown;
|
|
@@ -814,9 +826,23 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
814
826
|
onConfirm: {
|
|
815
827
|
type: FunctionConstructor;
|
|
816
828
|
};
|
|
817
|
-
|
|
829
|
+
formattedValue: {
|
|
830
|
+
type: StringConstructor;
|
|
831
|
+
};
|
|
832
|
+
placeholder: {
|
|
833
|
+
type: StringConstructor;
|
|
834
|
+
};
|
|
835
|
+
allowedInvalidValue: {
|
|
836
|
+
type: StringConstructor;
|
|
837
|
+
};
|
|
838
|
+
}>> & {
|
|
839
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
840
|
+
}>>;
|
|
841
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
818
842
|
datePickerRef: import("vue").Ref<import("../../../es/shared/types").AnyObject | null>;
|
|
819
843
|
panelInstRef: import("vue").Ref<null>;
|
|
844
|
+
placeholderRef: import("vue").Ref<any>;
|
|
845
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | null | undefined>;
|
|
820
846
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
821
847
|
formatRef: import("vue").ComputedRef<string>;
|
|
822
848
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -825,15 +851,27 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
825
851
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
826
852
|
onUpdateShow: (show: boolean) => void;
|
|
827
853
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
854
|
+
isAllowedInvalidValue: (value?: string) => boolean | "" | undefined;
|
|
828
855
|
NDatePicker: any;
|
|
829
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
856
|
+
}, 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<{
|
|
830
857
|
updateUnchangedValue: {
|
|
831
858
|
type: BooleanConstructor;
|
|
832
859
|
};
|
|
833
860
|
onConfirm: {
|
|
834
861
|
type: FunctionConstructor;
|
|
835
862
|
};
|
|
836
|
-
|
|
863
|
+
formattedValue: {
|
|
864
|
+
type: StringConstructor;
|
|
865
|
+
};
|
|
866
|
+
placeholder: {
|
|
867
|
+
type: StringConstructor;
|
|
868
|
+
};
|
|
869
|
+
allowedInvalidValue: {
|
|
870
|
+
type: StringConstructor;
|
|
871
|
+
};
|
|
872
|
+
}>> & {
|
|
873
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
874
|
+
}, {
|
|
837
875
|
updateUnchangedValue: boolean;
|
|
838
876
|
}>>;
|
|
839
877
|
NSelect: any;
|
|
@@ -1373,7 +1411,6 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1373
1411
|
value: string;
|
|
1374
1412
|
}[]>;
|
|
1375
1413
|
presetValCp: import("vue").WritableComputedRef<string>;
|
|
1376
|
-
initMounted: () => void;
|
|
1377
1414
|
handleChange: (val: any, type: "end" | "start") => void;
|
|
1378
1415
|
isStartDateDisabled: (ts: number) => boolean;
|
|
1379
1416
|
timeStartDisabled: (ts: number) => {
|
|
@@ -1396,6 +1433,15 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1396
1433
|
onConfirm: {
|
|
1397
1434
|
type: FunctionConstructor;
|
|
1398
1435
|
};
|
|
1436
|
+
formattedValue: {
|
|
1437
|
+
type: StringConstructor;
|
|
1438
|
+
};
|
|
1439
|
+
placeholder: {
|
|
1440
|
+
type: StringConstructor;
|
|
1441
|
+
};
|
|
1442
|
+
allowedInvalidValue: {
|
|
1443
|
+
type: StringConstructor;
|
|
1444
|
+
};
|
|
1399
1445
|
}, {
|
|
1400
1446
|
attrs: {
|
|
1401
1447
|
[x: string]: unknown;
|
|
@@ -1407,9 +1453,23 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1407
1453
|
onConfirm: {
|
|
1408
1454
|
type: FunctionConstructor;
|
|
1409
1455
|
};
|
|
1410
|
-
|
|
1456
|
+
formattedValue: {
|
|
1457
|
+
type: StringConstructor;
|
|
1458
|
+
};
|
|
1459
|
+
placeholder: {
|
|
1460
|
+
type: StringConstructor;
|
|
1461
|
+
};
|
|
1462
|
+
allowedInvalidValue: {
|
|
1463
|
+
type: StringConstructor;
|
|
1464
|
+
};
|
|
1465
|
+
}>> & {
|
|
1466
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1467
|
+
}>>;
|
|
1468
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
1411
1469
|
datePickerRef: import("vue").Ref<import("../../../es/shared/types").AnyObject | null>;
|
|
1412
1470
|
panelInstRef: import("vue").Ref<null>;
|
|
1471
|
+
placeholderRef: import("vue").Ref<any>;
|
|
1472
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | null | undefined>;
|
|
1413
1473
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
1414
1474
|
formatRef: import("vue").ComputedRef<string>;
|
|
1415
1475
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -1418,15 +1478,27 @@ declare const CClassification: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1418
1478
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
1419
1479
|
onUpdateShow: (show: boolean) => void;
|
|
1420
1480
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
1481
|
+
isAllowedInvalidValue: (value?: string) => boolean | "" | undefined;
|
|
1421
1482
|
NDatePicker: any;
|
|
1422
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
1483
|
+
}, 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<{
|
|
1423
1484
|
updateUnchangedValue: {
|
|
1424
1485
|
type: BooleanConstructor;
|
|
1425
1486
|
};
|
|
1426
1487
|
onConfirm: {
|
|
1427
1488
|
type: FunctionConstructor;
|
|
1428
1489
|
};
|
|
1429
|
-
|
|
1490
|
+
formattedValue: {
|
|
1491
|
+
type: StringConstructor;
|
|
1492
|
+
};
|
|
1493
|
+
placeholder: {
|
|
1494
|
+
type: StringConstructor;
|
|
1495
|
+
};
|
|
1496
|
+
allowedInvalidValue: {
|
|
1497
|
+
type: StringConstructor;
|
|
1498
|
+
};
|
|
1499
|
+
}>> & {
|
|
1500
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1501
|
+
}, {
|
|
1430
1502
|
updateUnchangedValue: boolean;
|
|
1431
1503
|
}>>;
|
|
1432
1504
|
WidgetValEnums: {
|
|
@@ -133,6 +133,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
133
133
|
}[];
|
|
134
134
|
};
|
|
135
135
|
loading: import("vue").Ref<boolean>;
|
|
136
|
+
parentInputRef: import("vue").Ref<any>;
|
|
137
|
+
parentInputAddRef: import("vue").Ref<any>;
|
|
136
138
|
DisplayCategoryState: {
|
|
137
139
|
addDisplayCategory: string;
|
|
138
140
|
displayCategories: {
|
|
@@ -143,10 +145,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
143
145
|
showAdd: boolean;
|
|
144
146
|
};
|
|
145
147
|
isEnableAddDisplayCategory: import("vue").ComputedRef<boolean>;
|
|
146
|
-
editDisplayCategory: (
|
|
148
|
+
editDisplayCategory: (item: import("../../../..").ICategoryItemType, cb?: any) => void;
|
|
147
149
|
handleDisplayCategorySelect: (item: import("../../../..").ICategoryItemType) => void;
|
|
148
150
|
handleDisplayCategoryRemove: (index: number, item: import("../../../..").ICategoryItemType) => void;
|
|
149
|
-
handleDisplayCategoryAdd: (
|
|
151
|
+
handleDisplayCategoryAdd: (cb?: any) => void;
|
|
150
152
|
handlerBlur: () => void;
|
|
151
153
|
initDisplayCategories: (rawDataDisplayCategories: any, displayCategory: any) => void;
|
|
152
154
|
FilterConditionsState: any;
|
|
@@ -158,6 +160,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
158
160
|
getParamCfg: (key: string) => any;
|
|
159
161
|
initFilterConditions: (tableId: string, rawConditions: import("../../../..").ISearchConfigType) => Promise<void>;
|
|
160
162
|
getRawFilterConditions: () => any[];
|
|
163
|
+
handleEditDisplayCategory: (item: import("../../../..").ICategoryItemType) => void;
|
|
164
|
+
handleDisplayCategoryAddState: () => void;
|
|
161
165
|
findConditionByDisplayCategory: (sid: string) => unknown;
|
|
162
166
|
handleDisplayCategorySelectProxy: (item: import("../../../..").ICategoryItemType) => void;
|
|
163
167
|
clearFormData: () => void;
|
|
@@ -266,7 +270,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
266
270
|
label: string;
|
|
267
271
|
value: string;
|
|
268
272
|
}[]>;
|
|
269
|
-
initMounted: () => void;
|
|
270
273
|
isDateDisabled: (ts: number) => boolean;
|
|
271
274
|
timeDisabled: (ts: number) => {
|
|
272
275
|
isHourDisabled(hour: number): boolean | undefined;
|
|
@@ -280,6 +283,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
280
283
|
onConfirm: {
|
|
281
284
|
type: FunctionConstructor;
|
|
282
285
|
};
|
|
286
|
+
formattedValue: {
|
|
287
|
+
type: StringConstructor;
|
|
288
|
+
};
|
|
289
|
+
placeholder: {
|
|
290
|
+
type: StringConstructor;
|
|
291
|
+
};
|
|
292
|
+
allowedInvalidValue: {
|
|
293
|
+
type: StringConstructor;
|
|
294
|
+
};
|
|
283
295
|
}, {
|
|
284
296
|
attrs: {
|
|
285
297
|
[x: string]: unknown;
|
|
@@ -291,9 +303,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
291
303
|
onConfirm: {
|
|
292
304
|
type: FunctionConstructor;
|
|
293
305
|
};
|
|
294
|
-
|
|
306
|
+
formattedValue: {
|
|
307
|
+
type: StringConstructor;
|
|
308
|
+
};
|
|
309
|
+
placeholder: {
|
|
310
|
+
type: StringConstructor;
|
|
311
|
+
};
|
|
312
|
+
allowedInvalidValue: {
|
|
313
|
+
type: StringConstructor;
|
|
314
|
+
};
|
|
315
|
+
}>> & {
|
|
316
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
317
|
+
}>>;
|
|
318
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
295
319
|
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
296
320
|
panelInstRef: import("vue").Ref<null>;
|
|
321
|
+
placeholderRef: import("vue").Ref<any>;
|
|
322
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | null | undefined>;
|
|
297
323
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
298
324
|
formatRef: import("vue").ComputedRef<string>;
|
|
299
325
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -302,15 +328,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
302
328
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
303
329
|
onUpdateShow: (show: boolean) => void;
|
|
304
330
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
331
|
+
isAllowedInvalidValue: (value?: string) => boolean | "" | undefined;
|
|
305
332
|
NDatePicker: any;
|
|
306
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
333
|
+
}, 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<{
|
|
307
334
|
updateUnchangedValue: {
|
|
308
335
|
type: BooleanConstructor;
|
|
309
336
|
};
|
|
310
337
|
onConfirm: {
|
|
311
338
|
type: FunctionConstructor;
|
|
312
339
|
};
|
|
313
|
-
|
|
340
|
+
formattedValue: {
|
|
341
|
+
type: StringConstructor;
|
|
342
|
+
};
|
|
343
|
+
placeholder: {
|
|
344
|
+
type: StringConstructor;
|
|
345
|
+
};
|
|
346
|
+
allowedInvalidValue: {
|
|
347
|
+
type: StringConstructor;
|
|
348
|
+
};
|
|
349
|
+
}>> & {
|
|
350
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
351
|
+
}, {
|
|
314
352
|
updateUnchangedValue: boolean;
|
|
315
353
|
}>>;
|
|
316
354
|
NSelect: any;
|
|
@@ -850,7 +888,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
850
888
|
value: string;
|
|
851
889
|
}[]>;
|
|
852
890
|
presetValCp: import("vue").WritableComputedRef<string>;
|
|
853
|
-
initMounted: () => void;
|
|
854
891
|
handleChange: (val: any, type: "end" | "start") => void;
|
|
855
892
|
isStartDateDisabled: (ts: number) => boolean;
|
|
856
893
|
timeStartDisabled: (ts: number) => {
|
|
@@ -873,6 +910,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
873
910
|
onConfirm: {
|
|
874
911
|
type: FunctionConstructor;
|
|
875
912
|
};
|
|
913
|
+
formattedValue: {
|
|
914
|
+
type: StringConstructor;
|
|
915
|
+
};
|
|
916
|
+
placeholder: {
|
|
917
|
+
type: StringConstructor;
|
|
918
|
+
};
|
|
919
|
+
allowedInvalidValue: {
|
|
920
|
+
type: StringConstructor;
|
|
921
|
+
};
|
|
876
922
|
}, {
|
|
877
923
|
attrs: {
|
|
878
924
|
[x: string]: unknown;
|
|
@@ -884,9 +930,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
884
930
|
onConfirm: {
|
|
885
931
|
type: FunctionConstructor;
|
|
886
932
|
};
|
|
887
|
-
|
|
933
|
+
formattedValue: {
|
|
934
|
+
type: StringConstructor;
|
|
935
|
+
};
|
|
936
|
+
placeholder: {
|
|
937
|
+
type: StringConstructor;
|
|
938
|
+
};
|
|
939
|
+
allowedInvalidValue: {
|
|
940
|
+
type: StringConstructor;
|
|
941
|
+
};
|
|
942
|
+
}>> & {
|
|
943
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
944
|
+
}>>;
|
|
945
|
+
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
888
946
|
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
889
947
|
panelInstRef: import("vue").Ref<null>;
|
|
948
|
+
placeholderRef: import("vue").Ref<any>;
|
|
949
|
+
currentFormattedValue: import("vue").WritableComputedRef<string | null | undefined>;
|
|
890
950
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
891
951
|
formatRef: import("vue").ComputedRef<string>;
|
|
892
952
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -895,15 +955,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
895
955
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
896
956
|
onUpdateShow: (show: boolean) => void;
|
|
897
957
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
958
|
+
isAllowedInvalidValue: (value?: string) => boolean | "" | undefined;
|
|
898
959
|
NDatePicker: any;
|
|
899
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
960
|
+
}, 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<{
|
|
900
961
|
updateUnchangedValue: {
|
|
901
962
|
type: BooleanConstructor;
|
|
902
963
|
};
|
|
903
964
|
onConfirm: {
|
|
904
965
|
type: FunctionConstructor;
|
|
905
966
|
};
|
|
906
|
-
|
|
967
|
+
formattedValue: {
|
|
968
|
+
type: StringConstructor;
|
|
969
|
+
};
|
|
970
|
+
placeholder: {
|
|
971
|
+
type: StringConstructor;
|
|
972
|
+
};
|
|
973
|
+
allowedInvalidValue: {
|
|
974
|
+
type: StringConstructor;
|
|
975
|
+
};
|
|
976
|
+
}>> & {
|
|
977
|
+
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
978
|
+
}, {
|
|
907
979
|
updateUnchangedValue: boolean;
|
|
908
980
|
}>>;
|
|
909
981
|
WidgetValEnums: {
|