cnhis-design-vue 3.1.55-beta.5 → 3.1.55-release.0
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/components/body-select/src/hooks/renderCanvas.js +1 -1
- package/es/components/body-select/src/index.vue2.js +1 -1
- package/es/components/button-print/index.d.ts +0 -13
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +0 -13
- package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
- package/es/components/callback/src/components/render/popupMaps.d.ts +6 -26
- package/es/components/classification/index.d.ts +1 -486
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +1 -473
- package/es/components/classification/src/components/search-filter/index.vue2.js +1 -1
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +1 -473
- package/es/components/classification/src/index.vue.d.ts +1 -486
- package/es/components/classification/src/index.vue2.js +1 -1
- package/es/components/classification/style/index.css +1 -1
- package/es/components/fabric-chart/index.d.ts +0 -1
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +0 -1
- package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
- package/es/components/fabric-chart/src/constants/index.d.ts +0 -1
- package/es/components/fabric-chart/src/constants/index.js +1 -1
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +0 -5
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useLeft.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.d.ts +3 -3
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -1
- package/es/components/form-config/index.d.ts +57 -104
- package/es/components/form-config/src/FormConfig.vue.d.ts +57 -104
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +6 -26
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +21 -44
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +5 -5
- package/es/components/form-render/index.d.ts +6 -26
- package/es/components/form-render/index.js +1 -1
- package/es/components/form-render/src/FormRender.vue.d.ts +6 -26
- package/es/components/form-render/src/FormRender.vue2.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +6 -26
- package/es/components/form-render/src/components/renderer/complex.js +1 -1
- 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/lineBar/FormCollapse.vue.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +1 -1
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +1 -1
- package/es/components/form-render/src/components/renderer/searchCascade.js +1 -1
- package/es/components/form-render/src/components/renderer/select.js +1 -1
- package/es/components/form-render/src/components/renderer/switch.js +1 -1
- package/es/components/form-render/src/components/renderer/textarea.js +1 -1
- package/es/components/form-render/src/constants/index.d.ts +1 -0
- package/es/components/form-render/src/constants/index.js +1 -1
- package/es/components/form-render/src/hooks/index.d.ts +9 -20
- package/es/components/form-render/src/hooks/index.js +1 -1
- package/es/components/form-render/src/hooks/useAnchor.js +1 -1
- package/es/components/form-render/src/hooks/useBusinessBinding.d.ts +1 -1
- package/es/components/form-render/src/hooks/useBusinessBinding.js +1 -1
- package/es/components/form-render/src/hooks/useFieldVisitor.js +1 -1
- package/es/components/form-render/src/hooks/useFormEvent.d.ts +3 -14
- package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
- package/es/components/form-render/src/hooks/useFormItemDeps.d.ts +4 -4
- package/es/components/form-render/src/hooks/useFormItemDeps.js +1 -1
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +10 -11
- package/es/components/form-render/src/hooks/useFormRenderOptions.js +1 -1
- package/es/components/form-render/src/hooks/useFormValidator.js +1 -1
- package/es/components/form-render/src/hooks/useOperationalForm.d.ts +2 -3
- package/es/components/form-render/src/hooks/useOperationalForm.js +1 -1
- package/es/components/form-render/src/hooks/usePresetScope.js +1 -1
- package/es/components/form-render/src/hooks/useWordbookSetting.d.ts +4 -13
- package/es/components/form-render/src/hooks/useWordbookSetting.js +1 -1
- package/es/components/form-render/src/types/fieldItem.d.ts +0 -1
- package/es/components/form-render/src/types/index.d.ts +5 -10
- package/es/components/form-render/src/utils/index.d.ts +16 -3
- package/es/components/form-render/src/utils/index.js +1 -1
- package/es/components/iho-table/src/plugins/bindEventSettingPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/index.js +1 -1
- package/es/components/iho-table/src/plugins/operationalFormPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.js +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/selectRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +3 -7
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/htmlRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/labelRendererPlugin.js +1 -1
- package/es/components/iho-table/src/types/index.d.ts +0 -2
- package/es/components/iho-table/src/utils/index.d.ts +1 -1
- package/es/components/iho-table/src/utils/index.js +1 -1
- package/es/components/iho-table/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +2 -3
- package/es/components/index.js +1 -1
- package/es/components/info-header/index.d.ts +12 -52
- package/es/components/info-header/src/InfoHeader.vue.d.ts +12 -52
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +6 -26
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +6 -26
- package/es/components/{biunique-chat → multi-chat}/index.d.ts +2 -2
- package/es/components/multi-chat/index.js +1 -0
- package/es/components/multi-chat/src/MultiChat.vue.js +1 -0
- package/es/components/multi-chat/src/MultiChat.vue2.js +1 -0
- package/es/components/quick-search/style/index.css +1 -1
- package/es/components/shortcut-setter/index.d.ts +11 -32
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +11 -32
- package/es/components/table-filter/src/constants/index.d.ts +0 -1
- package/es/components/table-filter/src/constants/index.js +1 -1
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/business.d.ts +0 -1
- package/es/shared/utils/business.js +1 -1
- package/es/shared/utils/index.js +1 -1
- package/package.json +2 -3
- package/es/components/audio-sdk/index.d.ts +0 -2
- package/es/components/audio-sdk/index.js +0 -1
- package/es/components/audio-sdk/src/audioSDK.d.ts +0 -24
- package/es/components/audio-sdk/src/audioSDK.js +0 -1
- package/es/components/audio-sdk/src/components/recordingDialog.vue.d.ts +0 -26
- package/es/components/audio-sdk/src/components/recordingDialog.vue.js +0 -1
- package/es/components/audio-sdk/src/components/recordingDialog.vue2.js +0 -1
- package/es/components/audio-sdk/src/utils/recordingDialog.d.ts +0 -8
- package/es/components/audio-sdk/src/utils/recordingDialog.js +0 -1
- package/es/components/audio-sdk/style/index.css +0 -1
- package/es/components/biunique-chat/index.js +0 -1
- package/es/components/biunique-chat/src/BiuniqueChat.vue.js +0 -1
- package/es/components/biunique-chat/src/BiuniqueChat.vue2.js +0 -1
- package/es/components/iho-table/src/plugins/colorAndIconPlugin.d.ts +0 -1
- package/es/components/iho-table/src/plugins/colorAndIconPlugin.js +0 -1
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +0 -320
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.js +0 -1
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +0 -1
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +0 -127
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.js +0 -1
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +0 -1
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +0 -41
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.js +0 -1
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +0 -1
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +0 -28
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.js +0 -1
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +0 -1
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +0 -51
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.js +0 -1
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +0 -1
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +0 -244
- package/es/components/table-filter/src/components/bi-filter/components/index.js +0 -1
- package/es/components/table-filter/src/components/bi-filter/helpers/options.d.ts +0 -14
- package/es/components/table-filter/src/components/bi-filter/helpers/options.js +0 -1
- package/es/components/table-filter/src/components/bi-filter/hooks/useBiConditions.d.ts +0 -13
- package/es/components/table-filter/src/components/bi-filter/hooks/useBiConditions.js +0 -1
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +0 -474
- package/es/components/table-filter/src/components/bi-filter/index.vue.js +0 -1
- package/es/components/table-filter/src/components/bi-filter/index.vue2.js +0 -1
- /package/es/components/{biunique-chat/src/BiuniqueChat.vue.d.ts → multi-chat/src/MultiChat.vue.d.ts} +0 -0
- /package/es/components/{biunique-chat → multi-chat}/src/api/index.d.ts +0 -0
- /package/es/components/{biunique-chat → multi-chat}/src/api/index.js +0 -0
- /package/es/components/{biunique-chat → multi-chat}/src/components/ChatFooter.vue.d.ts +0 -0
- /package/es/components/{biunique-chat → multi-chat}/src/components/ChatFooter.vue.js +0 -0
- /package/es/components/{biunique-chat → multi-chat}/src/components/ChatFooter.vue2.js +0 -0
- /package/es/components/{biunique-chat → multi-chat}/src/components/ChatHeader.vue.d.ts +0 -0
- /package/es/components/{biunique-chat → multi-chat}/src/components/ChatHeader.vue.js +0 -0
- /package/es/components/{biunique-chat → multi-chat}/src/components/ChatHeader.vue2.js +0 -0
- /package/es/components/{biunique-chat → multi-chat}/src/components/ChatMain.vue.d.ts +0 -0
- /package/es/components/{biunique-chat → multi-chat}/src/components/ChatMain.vue.js +0 -0
- /package/es/components/{biunique-chat → multi-chat}/src/components/ChatMain.vue2.js +0 -0
- /package/es/components/{biunique-chat → multi-chat}/src/components/SiderList.vue.d.ts +0 -0
- /package/es/components/{biunique-chat → multi-chat}/src/components/SiderList.vue.js +0 -0
- /package/es/components/{biunique-chat → multi-chat}/src/components/SiderList.vue2.js +0 -0
- /package/es/components/{biunique-chat → multi-chat}/src/utils/chatSock.d.ts +0 -0
- /package/es/components/{biunique-chat → multi-chat}/src/utils/chatSock.js +0 -0
- /package/es/components/{biunique-chat → multi-chat}/style/index.css +0 -0
|
@@ -356,7 +356,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
356
356
|
}>;
|
|
357
357
|
conditionApiRef: any;
|
|
358
358
|
filterTimer: any;
|
|
359
|
-
classifyfilterType: String;
|
|
360
359
|
init: () => void;
|
|
361
360
|
clearTimer: () => void;
|
|
362
361
|
handleInitConditions: () => void;
|
|
@@ -368,7 +367,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
368
367
|
NModal: any;
|
|
369
368
|
NCard: any;
|
|
370
369
|
NButton: any;
|
|
371
|
-
|
|
370
|
+
SearchConditionByApi: import("vue").DefineComponent<{
|
|
372
371
|
actionList_prop: {
|
|
373
372
|
type: import("vue").PropType<IClassifyListType>;
|
|
374
373
|
default: () => {};
|
|
@@ -1475,477 +1474,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1475
1474
|
showItemName: boolean;
|
|
1476
1475
|
hideAddBtn: boolean;
|
|
1477
1476
|
}>;
|
|
1478
|
-
BiFilterConditionByApi: import("vue").DefineComponent<{
|
|
1479
|
-
actionList_prop: {
|
|
1480
|
-
type: import("vue").PropType<IClassifyListType>;
|
|
1481
|
-
default: () => {};
|
|
1482
|
-
};
|
|
1483
|
-
conditionList: {
|
|
1484
|
-
type: ArrayConstructor;
|
|
1485
|
-
default: () => never[];
|
|
1486
|
-
};
|
|
1487
|
-
tableId: {
|
|
1488
|
-
type: StringConstructor;
|
|
1489
|
-
default: string;
|
|
1490
|
-
};
|
|
1491
|
-
searchFieldList: {
|
|
1492
|
-
type: ArrayConstructor;
|
|
1493
|
-
default: () => never[];
|
|
1494
|
-
};
|
|
1495
|
-
showItemName: {
|
|
1496
|
-
type: BooleanConstructor;
|
|
1497
|
-
default: boolean;
|
|
1498
|
-
};
|
|
1499
|
-
hideAddBtn: {
|
|
1500
|
-
type: BooleanConstructor;
|
|
1501
|
-
default: boolean;
|
|
1502
|
-
};
|
|
1503
|
-
}, {
|
|
1504
|
-
$message: import("naive-ui").MessageApi;
|
|
1505
|
-
menuProps: {
|
|
1506
|
-
class: string;
|
|
1507
|
-
};
|
|
1508
|
-
dateCons: string[];
|
|
1509
|
-
textCons: string[];
|
|
1510
|
-
numberCons: string[];
|
|
1511
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1512
|
-
actionList_prop: {
|
|
1513
|
-
type: import("vue").PropType<IClassifyListType>;
|
|
1514
|
-
default: () => {};
|
|
1515
|
-
};
|
|
1516
|
-
conditionList: {
|
|
1517
|
-
type: ArrayConstructor;
|
|
1518
|
-
default: () => never[];
|
|
1519
|
-
};
|
|
1520
|
-
tableId: {
|
|
1521
|
-
type: StringConstructor;
|
|
1522
|
-
default: string;
|
|
1523
|
-
};
|
|
1524
|
-
searchFieldList: {
|
|
1525
|
-
type: ArrayConstructor;
|
|
1526
|
-
default: () => never[];
|
|
1527
|
-
};
|
|
1528
|
-
showItemName: {
|
|
1529
|
-
type: BooleanConstructor;
|
|
1530
|
-
default: boolean;
|
|
1531
|
-
};
|
|
1532
|
-
hideAddBtn: {
|
|
1533
|
-
type: BooleanConstructor;
|
|
1534
|
-
default: boolean;
|
|
1535
|
-
};
|
|
1536
|
-
}>> & {
|
|
1537
|
-
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
1538
|
-
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
1539
|
-
}>>;
|
|
1540
|
-
emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
|
|
1541
|
-
$attrs: {
|
|
1542
|
-
[x: string]: unknown;
|
|
1543
|
-
};
|
|
1544
|
-
FormState: any;
|
|
1545
|
-
loading: import("vue").Ref<boolean>;
|
|
1546
|
-
parentInputRef: import("vue").Ref<any>;
|
|
1547
|
-
parentInputAddRef: import("vue").Ref<any>;
|
|
1548
|
-
sqlExpression: any;
|
|
1549
|
-
DisplayCategoryState: {
|
|
1550
|
-
addDisplayCategory: string;
|
|
1551
|
-
displayCategories: {
|
|
1552
|
-
disabled: boolean;
|
|
1553
|
-
value: string;
|
|
1554
|
-
}[];
|
|
1555
|
-
displayCategoryOriginLen: number;
|
|
1556
|
-
showAdd: boolean;
|
|
1557
|
-
};
|
|
1558
|
-
isEnableAddDisplayCategory: import("vue").ComputedRef<boolean>;
|
|
1559
|
-
editDisplayCategory: (item: import("../../../../../../es/components/table-filter/src/types").ICategoryItemType, cb?: any) => void;
|
|
1560
|
-
handleDisplayCategorySelect: (item: import("../../../../../../es/components/table-filter/src/types").ICategoryItemType) => void;
|
|
1561
|
-
handleDisplayCategoryRemove: (index: number, item: import("../../../../../../es/components/table-filter/src/types").ICategoryItemType) => void;
|
|
1562
|
-
handleDisplayCategoryAdd: (cb?: any) => void;
|
|
1563
|
-
handlerBlur: () => void;
|
|
1564
|
-
initDisplayCategories: (rawDataDisplayCategories: any, displayCategory: any) => void;
|
|
1565
|
-
FilterConditionsState: any;
|
|
1566
|
-
paramOptions: import("vue").ComputedRef<any>;
|
|
1567
|
-
addFilterCondition: () => void;
|
|
1568
|
-
delFilterCondition: (index: number) => void;
|
|
1569
|
-
updateKey: (index: number, val: any) => void;
|
|
1570
|
-
updateCondition: (index: number, val: any) => void;
|
|
1571
|
-
getParamCfg: (key: string) => any;
|
|
1572
|
-
initFilterConditions: (tableId: string, rawConditions: import("../../../../../../es/components/table-filter/src/types").ISearchConfigType[]) => Promise<void>;
|
|
1573
|
-
getRawFilterConditions: () => any;
|
|
1574
|
-
isShowValueCfg: (con: string) => boolean;
|
|
1575
|
-
handleEditDisplayCategory: (item: import("../../../../../../es/components/table-filter/src/types").ICategoryItemType) => void;
|
|
1576
|
-
handleDisplayCategoryAddState: () => void;
|
|
1577
|
-
findConditionByDisplayCategory: (sid: string) => unknown;
|
|
1578
|
-
handleDisplayCategorySelectProxy: (item: import("../../../../../../es/components/table-filter/src/types").ICategoryItemType) => void;
|
|
1579
|
-
clearFormData: () => void;
|
|
1580
|
-
handleInitConditions: () => Promise<void>;
|
|
1581
|
-
validate: () => Promise<unknown>;
|
|
1582
|
-
saveAdd: () => void;
|
|
1583
|
-
cancelSaveAdd: () => void;
|
|
1584
|
-
checkActionList: () => any;
|
|
1585
|
-
NSpin: any;
|
|
1586
|
-
NIcon: any;
|
|
1587
|
-
NInput: any;
|
|
1588
|
-
NButton: any;
|
|
1589
|
-
NTooltip: any;
|
|
1590
|
-
NSelect: any;
|
|
1591
|
-
AddOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1592
|
-
AddCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1593
|
-
CloseOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1594
|
-
ValueCfg: import("vue").DefineComponent<{
|
|
1595
|
-
paramCfg: {
|
|
1596
|
-
type: ObjectConstructor;
|
|
1597
|
-
default: null;
|
|
1598
|
-
};
|
|
1599
|
-
modelValue: {
|
|
1600
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1601
|
-
default: null;
|
|
1602
|
-
};
|
|
1603
|
-
modelValues: {
|
|
1604
|
-
type: ArrayConstructor;
|
|
1605
|
-
default: () => never[];
|
|
1606
|
-
};
|
|
1607
|
-
}, {
|
|
1608
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1609
|
-
paramCfg: {
|
|
1610
|
-
type: ObjectConstructor;
|
|
1611
|
-
default: null;
|
|
1612
|
-
};
|
|
1613
|
-
modelValue: {
|
|
1614
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1615
|
-
default: null;
|
|
1616
|
-
};
|
|
1617
|
-
modelValues: {
|
|
1618
|
-
type: ArrayConstructor;
|
|
1619
|
-
default: () => never[];
|
|
1620
|
-
};
|
|
1621
|
-
}>> & {
|
|
1622
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1623
|
-
"onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
|
|
1624
|
-
}>>;
|
|
1625
|
-
emit: (event: "update:modelValue" | "update:modelValues", ...args: any[]) => void;
|
|
1626
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
1627
|
-
valuesCp: import("vue").WritableComputedRef<any>;
|
|
1628
|
-
isSelectMode: import("vue").ComputedRef<boolean>;
|
|
1629
|
-
isSelectMultiple: import("vue").ComputedRef<boolean>;
|
|
1630
|
-
biType: import("vue").ComputedRef<any>;
|
|
1631
|
-
Date: import("vue").DefineComponent<{
|
|
1632
|
-
componentCfg: {
|
|
1633
|
-
type: ObjectConstructor;
|
|
1634
|
-
};
|
|
1635
|
-
paramCfg: {
|
|
1636
|
-
type: ObjectConstructor;
|
|
1637
|
-
default: null;
|
|
1638
|
-
};
|
|
1639
|
-
modelValue: {
|
|
1640
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1641
|
-
default: null;
|
|
1642
|
-
};
|
|
1643
|
-
}, {
|
|
1644
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1645
|
-
componentCfg: {
|
|
1646
|
-
type: ObjectConstructor;
|
|
1647
|
-
};
|
|
1648
|
-
paramCfg: {
|
|
1649
|
-
type: ObjectConstructor;
|
|
1650
|
-
default: null;
|
|
1651
|
-
};
|
|
1652
|
-
modelValue: {
|
|
1653
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1654
|
-
default: null;
|
|
1655
|
-
};
|
|
1656
|
-
}>> & {
|
|
1657
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1658
|
-
}>>;
|
|
1659
|
-
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
1660
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
1661
|
-
dateType: any;
|
|
1662
|
-
valueFormat: import("vue").ComputedRef<string>;
|
|
1663
|
-
compType: import("vue").ComputedRef<any>;
|
|
1664
|
-
CDatePicker: import("../../../..").SFCWithInstall<import("vue").DefineComponent<{
|
|
1665
|
-
updateUnchangedValue: {
|
|
1666
|
-
type: BooleanConstructor;
|
|
1667
|
-
};
|
|
1668
|
-
onConfirm: {
|
|
1669
|
-
type: FunctionConstructor;
|
|
1670
|
-
};
|
|
1671
|
-
formattedValue: {
|
|
1672
|
-
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
|
1673
|
-
};
|
|
1674
|
-
placeholder: {
|
|
1675
|
-
type: StringConstructor;
|
|
1676
|
-
};
|
|
1677
|
-
allowedInvalidValue: {
|
|
1678
|
-
type: StringConstructor;
|
|
1679
|
-
};
|
|
1680
|
-
}, {
|
|
1681
|
-
attrs: {
|
|
1682
|
-
[x: string]: unknown;
|
|
1683
|
-
};
|
|
1684
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1685
|
-
updateUnchangedValue: {
|
|
1686
|
-
type: BooleanConstructor;
|
|
1687
|
-
};
|
|
1688
|
-
onConfirm: {
|
|
1689
|
-
type: FunctionConstructor;
|
|
1690
|
-
};
|
|
1691
|
-
formattedValue: {
|
|
1692
|
-
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
|
1693
|
-
};
|
|
1694
|
-
placeholder: {
|
|
1695
|
-
type: StringConstructor;
|
|
1696
|
-
};
|
|
1697
|
-
allowedInvalidValue: {
|
|
1698
|
-
type: StringConstructor;
|
|
1699
|
-
};
|
|
1700
|
-
}>> & {
|
|
1701
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1702
|
-
}>>;
|
|
1703
|
-
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
1704
|
-
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
1705
|
-
panelInstRef: import("vue").Ref<null>;
|
|
1706
|
-
placeholderRef: import("vue").Ref<any>;
|
|
1707
|
-
currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
|
|
1708
|
-
isDateTime: import("vue").ComputedRef<boolean>;
|
|
1709
|
-
formatRef: import("vue").ComputedRef<string>;
|
|
1710
|
-
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
1711
|
-
focus: () => any;
|
|
1712
|
-
blur: () => any;
|
|
1713
|
-
handleConfirm: (target: HTMLInputElement) => void;
|
|
1714
|
-
onUpdateShow: (show: boolean) => void;
|
|
1715
|
-
onConfirm: (...args: any[]) => Promise<void>;
|
|
1716
|
-
isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
|
|
1717
|
-
NDatePicker: any;
|
|
1718
|
-
}, 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<{
|
|
1719
|
-
updateUnchangedValue: {
|
|
1720
|
-
type: BooleanConstructor;
|
|
1721
|
-
};
|
|
1722
|
-
onConfirm: {
|
|
1723
|
-
type: FunctionConstructor;
|
|
1724
|
-
};
|
|
1725
|
-
formattedValue: {
|
|
1726
|
-
type: import("vue").PropType<(string | [string, string]) | null | undefined>;
|
|
1727
|
-
};
|
|
1728
|
-
placeholder: {
|
|
1729
|
-
type: StringConstructor;
|
|
1730
|
-
};
|
|
1731
|
-
allowedInvalidValue: {
|
|
1732
|
-
type: StringConstructor;
|
|
1733
|
-
};
|
|
1734
|
-
}>> & {
|
|
1735
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
1736
|
-
}, {
|
|
1737
|
-
updateUnchangedValue: boolean;
|
|
1738
|
-
}>>;
|
|
1739
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1740
|
-
componentCfg: {
|
|
1741
|
-
type: ObjectConstructor;
|
|
1742
|
-
};
|
|
1743
|
-
paramCfg: {
|
|
1744
|
-
type: ObjectConstructor;
|
|
1745
|
-
default: null;
|
|
1746
|
-
};
|
|
1747
|
-
modelValue: {
|
|
1748
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1749
|
-
default: null;
|
|
1750
|
-
};
|
|
1751
|
-
}>> & {
|
|
1752
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1753
|
-
}, {
|
|
1754
|
-
modelValue: string | number | unknown[];
|
|
1755
|
-
paramCfg: Record<string, any>;
|
|
1756
|
-
}>;
|
|
1757
|
-
InputFilter: import("vue").DefineComponent<{
|
|
1758
|
-
paramCfg: {
|
|
1759
|
-
type: ObjectConstructor;
|
|
1760
|
-
default: null;
|
|
1761
|
-
};
|
|
1762
|
-
modelValue: {
|
|
1763
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1764
|
-
default: null;
|
|
1765
|
-
};
|
|
1766
|
-
}, {
|
|
1767
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1768
|
-
paramCfg: {
|
|
1769
|
-
type: ObjectConstructor;
|
|
1770
|
-
default: null;
|
|
1771
|
-
};
|
|
1772
|
-
modelValue: {
|
|
1773
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1774
|
-
default: null;
|
|
1775
|
-
};
|
|
1776
|
-
}>> & {
|
|
1777
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1778
|
-
}>>;
|
|
1779
|
-
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
1780
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
1781
|
-
NInput: any;
|
|
1782
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1783
|
-
paramCfg: {
|
|
1784
|
-
type: ObjectConstructor;
|
|
1785
|
-
default: null;
|
|
1786
|
-
};
|
|
1787
|
-
modelValue: {
|
|
1788
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1789
|
-
default: null;
|
|
1790
|
-
};
|
|
1791
|
-
}>> & {
|
|
1792
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1793
|
-
}, {
|
|
1794
|
-
modelValue: string | number | unknown[];
|
|
1795
|
-
paramCfg: Record<string, any>;
|
|
1796
|
-
}>;
|
|
1797
|
-
InputNumber: import("vue").DefineComponent<{
|
|
1798
|
-
modelValue: {
|
|
1799
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1800
|
-
default: null;
|
|
1801
|
-
};
|
|
1802
|
-
}, {
|
|
1803
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1804
|
-
modelValue: {
|
|
1805
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1806
|
-
default: null;
|
|
1807
|
-
};
|
|
1808
|
-
}>> & {
|
|
1809
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1810
|
-
}>>;
|
|
1811
|
-
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
1812
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
1813
|
-
NInputNumber: any;
|
|
1814
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1815
|
-
modelValue: {
|
|
1816
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1817
|
-
default: null;
|
|
1818
|
-
};
|
|
1819
|
-
}>> & {
|
|
1820
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1821
|
-
}, {
|
|
1822
|
-
modelValue: string | number | unknown[];
|
|
1823
|
-
}>;
|
|
1824
|
-
SelectFilter: import("vue").DefineComponent<{
|
|
1825
|
-
paramCfg: {
|
|
1826
|
-
type: ObjectConstructor;
|
|
1827
|
-
default: null;
|
|
1828
|
-
};
|
|
1829
|
-
modelValue: {
|
|
1830
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1831
|
-
default: null;
|
|
1832
|
-
};
|
|
1833
|
-
}, {
|
|
1834
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1835
|
-
paramCfg: {
|
|
1836
|
-
type: ObjectConstructor;
|
|
1837
|
-
default: null;
|
|
1838
|
-
};
|
|
1839
|
-
modelValue: {
|
|
1840
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1841
|
-
default: null;
|
|
1842
|
-
};
|
|
1843
|
-
}>> & {
|
|
1844
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1845
|
-
}>>;
|
|
1846
|
-
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
1847
|
-
valueCp: import("vue").WritableComputedRef<any>;
|
|
1848
|
-
optionSetting: import("vue").ComputedRef<any>;
|
|
1849
|
-
widgetOptions: import("vue").ComputedRef<any>;
|
|
1850
|
-
NSelect: any;
|
|
1851
|
-
WidgetOptionEnums: {
|
|
1852
|
-
RADIO: string;
|
|
1853
|
-
MULTIPLE: string;
|
|
1854
|
-
ALL: string;
|
|
1855
|
-
SELECT_TIME: string;
|
|
1856
|
-
PAST_TIME: string;
|
|
1857
|
-
FUTURE_TIME: string;
|
|
1858
|
-
};
|
|
1859
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1860
|
-
paramCfg: {
|
|
1861
|
-
type: ObjectConstructor;
|
|
1862
|
-
default: null;
|
|
1863
|
-
};
|
|
1864
|
-
modelValue: {
|
|
1865
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1866
|
-
default: null;
|
|
1867
|
-
};
|
|
1868
|
-
}>> & {
|
|
1869
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1870
|
-
}, {
|
|
1871
|
-
modelValue: string | number | unknown[];
|
|
1872
|
-
paramCfg: Record<string, any>;
|
|
1873
|
-
}>;
|
|
1874
|
-
WidgetTypeEnums: {
|
|
1875
|
-
INPUT_NUMBER: string;
|
|
1876
|
-
INPUT: string;
|
|
1877
|
-
SELECT: string;
|
|
1878
|
-
DATE: string;
|
|
1879
|
-
DATE_OUT: string;
|
|
1880
|
-
DATE_TIME: string;
|
|
1881
|
-
DATETIME_OUT: string;
|
|
1882
|
-
CHECKBOX_GROUP: string;
|
|
1883
|
-
INPUTNUMBER_RANGE: string;
|
|
1884
|
-
DATE_RANGE_OUT: string;
|
|
1885
|
-
DATE_RANGE_INNER: string;
|
|
1886
|
-
DATETIME_RANGE_OUT: string;
|
|
1887
|
-
DATETIME_RANGE_INNER: string;
|
|
1888
|
-
LABEL: string;
|
|
1889
|
-
SELECTLABEL: string;
|
|
1890
|
-
SELECTDYNAMIC: string;
|
|
1891
|
-
};
|
|
1892
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:modelValues")[], "update:modelValue" | "update:modelValues", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1893
|
-
paramCfg: {
|
|
1894
|
-
type: ObjectConstructor;
|
|
1895
|
-
default: null;
|
|
1896
|
-
};
|
|
1897
|
-
modelValue: {
|
|
1898
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1899
|
-
default: null;
|
|
1900
|
-
};
|
|
1901
|
-
modelValues: {
|
|
1902
|
-
type: ArrayConstructor;
|
|
1903
|
-
default: () => never[];
|
|
1904
|
-
};
|
|
1905
|
-
}>> & {
|
|
1906
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1907
|
-
"onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
|
|
1908
|
-
}, {
|
|
1909
|
-
modelValue: string | number | unknown[];
|
|
1910
|
-
paramCfg: Record<string, any>;
|
|
1911
|
-
modelValues: unknown[];
|
|
1912
|
-
}>;
|
|
1913
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1914
|
-
actionList_prop: {
|
|
1915
|
-
type: import("vue").PropType<IClassifyListType>;
|
|
1916
|
-
default: () => {};
|
|
1917
|
-
};
|
|
1918
|
-
conditionList: {
|
|
1919
|
-
type: ArrayConstructor;
|
|
1920
|
-
default: () => never[];
|
|
1921
|
-
};
|
|
1922
|
-
tableId: {
|
|
1923
|
-
type: StringConstructor;
|
|
1924
|
-
default: string;
|
|
1925
|
-
};
|
|
1926
|
-
searchFieldList: {
|
|
1927
|
-
type: ArrayConstructor;
|
|
1928
|
-
default: () => never[];
|
|
1929
|
-
};
|
|
1930
|
-
showItemName: {
|
|
1931
|
-
type: BooleanConstructor;
|
|
1932
|
-
default: boolean;
|
|
1933
|
-
};
|
|
1934
|
-
hideAddBtn: {
|
|
1935
|
-
type: BooleanConstructor;
|
|
1936
|
-
default: boolean;
|
|
1937
|
-
};
|
|
1938
|
-
}>> & {
|
|
1939
|
-
onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
1940
|
-
onSaveAdd?: ((...args: any[]) => any) | undefined;
|
|
1941
|
-
}, {
|
|
1942
|
-
searchFieldList: unknown[];
|
|
1943
|
-
tableId: string;
|
|
1944
|
-
conditionList: unknown[];
|
|
1945
|
-
actionList_prop: IClassifyListType;
|
|
1946
|
-
showItemName: boolean;
|
|
1947
|
-
hideAddBtn: boolean;
|
|
1948
|
-
}>;
|
|
1949
1477
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelSaveAdd"[], "cancelSaveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1950
1478
|
visible: {
|
|
1951
1479
|
type: BooleanConstructor;
|