cnhis-design-vue 3.1.52-beta.9 → 3.1.52-release.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/callback/src/components/render/popupMaps.d.ts +1 -1
- package/es/components/classification/index.d.ts +6 -40
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +6 -40
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +6 -40
- package/es/components/classification/src/index.vue.d.ts +6 -40
- package/es/components/date-picker/index.d.ts +3 -20
- package/es/components/date-picker/src/DatePicker.vue.d.ts +3 -20
- package/es/components/date-picker/src/DatePicker.vue2.js +1 -1
- package/es/components/form-config/index.d.ts +2 -2
- package/es/components/form-config/src/FormConfig.vue.d.ts +2 -2
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +1 -1
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +1 -1
- package/es/components/form-render/index.d.ts +1 -1
- package/es/components/form-render/src/FormRender.vue.d.ts +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +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/index.d.ts +2 -2
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +3 -20
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +3 -20
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +1 -2
- 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 +2 -2
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +1 -1
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +1 -1
- package/es/components/recommend-search/index.d.ts +1 -1
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +1 -1
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +1 -1
- package/es/components/select-person/src/SearchOrgAndStaff.vue2.js +1 -1
- package/es/components/shortcut-setter/index.d.ts +1 -1
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +6 -40
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +3 -20
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +3 -20
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +6 -40
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +6 -40
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +3 -20
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +3 -20
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +3 -20
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +3 -20
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +12 -80
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +12 -80
- package/es/components/time-picker/src/TimePicker.vue2.js +1 -1
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +0 -9
- package/es/shared/components/InputNumberSlash/InputNumberSlash.js +1 -1
- package/es/shared/hooks/useDateTime.d.ts +2 -7
- package/es/shared/hooks/useDateTime.js +1 -1
- package/es/shared/package.json.js +1 -1
- package/package.json +2 -2
- package/es/components/body-select/index.d.ts +0 -47
- package/es/components/body-select/index.js +0 -1
- package/es/components/body-select/src/config/index.d.ts +0 -101
- package/es/components/body-select/src/config/index.js +0 -1
- package/es/components/body-select/src/hooks/renderCanvas.d.ts +0 -6
- package/es/components/body-select/src/hooks/renderCanvas.js +0 -1
- package/es/components/body-select/src/index.vue.d.ts +0 -48
- package/es/components/body-select/src/index.vue.js +0 -1
- package/es/components/body-select/src/index.vue2.js +0 -1
- package/es/components/body-select/style/index.css +0 -1
package/es/components/index.d.ts
CHANGED
|
@@ -34,7 +34,6 @@ import CExpandField from './expand-field';
|
|
|
34
34
|
import CMultiChat from './multi-chat';
|
|
35
35
|
import CCallback from './callback';
|
|
36
36
|
import CSliderTree from './slider-tree';
|
|
37
|
-
import CBodySelect from './body-select';
|
|
38
37
|
export * from './form-render';
|
|
39
38
|
export * from './shortcut-provider';
|
|
40
39
|
export * from './shortcut-setter';
|
|
@@ -53,7 +52,7 @@ export * from './select-label';
|
|
|
53
52
|
export * from './card-reader-sdk';
|
|
54
53
|
export * from './slider-tree';
|
|
55
54
|
declare function install(app: App): void;
|
|
56
|
-
export { CGrid, CBigTable, CFieldSet, CButtonPrint, CSelectPerson, CSelectLabel, CLabelFormContent, CScaleView, CMap, CVodChunkUpload, CRadio, CCheckbox, CSelect, CDatetime, CInfoHeader, CTimeLine, CBaseSearch, CQuickSearch, CClassification, CBpmnWorkflow, CStepsWheel, CEditor, CFormRender, CFabricChart, CShortcutProvider, CShortcutSetter, CFormConfig, CIhoTable, CKeyboard, CSearchCascader, CRecommendSearch, CDatePicker, CTimePicker, CConfigProvider, CPictureClipper, CTableExportField, CExpandField, CMultiChat, CCallback, CSliderTree
|
|
55
|
+
export { CGrid, CBigTable, CFieldSet, CButtonPrint, CSelectPerson, CSelectLabel, CLabelFormContent, CScaleView, CMap, CVodChunkUpload, CRadio, CCheckbox, CSelect, CDatetime, CInfoHeader, CTimeLine, CBaseSearch, CQuickSearch, CClassification, CBpmnWorkflow, CStepsWheel, CEditor, CFormRender, CFabricChart, CShortcutProvider, CShortcutSetter, CFormConfig, CIhoTable, CKeyboard, CSearchCascader, CRecommendSearch, CDatePicker, CTimePicker, CConfigProvider, CPictureClipper, CTableExportField, CExpandField, CMultiChat, CCallback, CSliderTree };
|
|
57
56
|
declare const _default: {
|
|
58
57
|
install: typeof install;
|
|
59
58
|
};
|
package/es/components/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import e from"./grid/index.js";export{default as CGrid}from"./grid/index.js";import r from"./big-table/index.js";export{default as CBigTable}from"./big-table/index.js";import o from"./field-set/index.js";export{default as CFieldSet}from"./field-set/index.js";import t from"./button-print/index.js";export{default as CButtonPrint}from"./button-print/index.js";import s from"./select-person/index.js";export{default as CSelectPerson}from"./select-person/index.js";import i,{CLabelFormContent as a}from"./select-label/index.js";export{CLabelFormContent,default as CSelectLabel}from"./select-label/index.js";import d from"./map/index.js";export{default as CMap}from"./map/index.js";import n from"./vod-chunk-upload/index.js";export{default as CVodChunkUpload}from"./vod-chunk-upload/index.js";import{CScaleView as m,CRadio as f,CCheckbox as l,CSelect as p,CDatetime as c}from"./scale-view/index.js";export{CCheckbox,CDatetime,CRadio,CScaleView,CSelect}from"./scale-view/index.js";import u from"./info-header/index.js";export{default as CInfoHeader}from"./info-header/index.js";import x from"./time-line/index.js";export{default as CTimeLine}from"./time-line/index.js";import C from"./base-search/index.js";export{default as CBaseSearch}from"./base-search/index.js";import j from"./quick-search/index.js";export{default as CQuickSearch}from"./quick-search/index.js";import h from"./classification/index.js";export{default as CClassification}from"./classification/index.js";import b from"./bpmn-workflow/index.js";export{default as CBpmnWorkflow}from"./bpmn-workflow/index.js";import k from"./steps-wheel/index.js";export{default as CStepsWheel}from"./steps-wheel/index.js";import
|
|
1
|
+
import e from"./grid/index.js";export{default as CGrid}from"./grid/index.js";import r from"./big-table/index.js";export{default as CBigTable}from"./big-table/index.js";import o from"./field-set/index.js";export{default as CFieldSet}from"./field-set/index.js";import t from"./button-print/index.js";export{default as CButtonPrint}from"./button-print/index.js";import s from"./select-person/index.js";export{default as CSelectPerson}from"./select-person/index.js";import i,{CLabelFormContent as a}from"./select-label/index.js";export{CLabelFormContent,default as CSelectLabel}from"./select-label/index.js";import d from"./map/index.js";export{default as CMap}from"./map/index.js";import n from"./vod-chunk-upload/index.js";export{default as CVodChunkUpload}from"./vod-chunk-upload/index.js";import{CScaleView as m,CRadio as f,CCheckbox as l,CSelect as p,CDatetime as c}from"./scale-view/index.js";export{CCheckbox,CDatetime,CRadio,CScaleView,CSelect}from"./scale-view/index.js";import u from"./info-header/index.js";export{default as CInfoHeader}from"./info-header/index.js";import x from"./time-line/index.js";export{default as CTimeLine}from"./time-line/index.js";import C from"./base-search/index.js";export{default as CBaseSearch}from"./base-search/index.js";import j from"./quick-search/index.js";export{default as CQuickSearch}from"./quick-search/index.js";import h from"./classification/index.js";export{default as CClassification}from"./classification/index.js";import b from"./bpmn-workflow/index.js";export{default as CBpmnWorkflow}from"./bpmn-workflow/index.js";import k from"./steps-wheel/index.js";export{default as CStepsWheel}from"./steps-wheel/index.js";import g from"./editor/index.js";export{default as CEditor}from"./editor/index.js";import S from"./form-render/index.js";export{default as CFormRender}from"./form-render/index.js";import F from"./fabric-chart/index.js";export{default as CFabricChart}from"./fabric-chart/index.js";import P from"./shortcut-provider/index.js";export{default as CShortcutProvider}from"./shortcut-provider/index.js";import v from"./shortcut-setter/index.js";export{default as CShortcutSetter}from"./shortcut-setter/index.js";import y from"./form-config/index.js";export{default as CFormConfig}from"./form-config/index.js";import T from"./iho-table/index.js";export{default as CIhoTable,useIhoTablePresetPlugins}from"./iho-table/index.js";import B from"./keyboard/index.js";export{default as CKeyboard}from"./keyboard/index.js";import D from"./search-cascader/index.js";export{default as CSearchCascader}from"./search-cascader/index.js";import A from"./recommend-search/index.js";export{default as CRecommendSearch}from"./recommend-search/index.js";import I from"./date-picker/index.js";export{default as CDatePicker}from"./date-picker/index.js";import R from"./time-picker/index.js";export{default as CTimePicker}from"./time-picker/index.js";import L from"./config-provider/index.js";export{default as CConfigProvider}from"./config-provider/index.js";import w from"./picture-clipper/index.js";export{default as CPictureClipper}from"./picture-clipper/index.js";import E from"./table-export-field/index.js";export{default as CTableExportField}from"./table-export-field/index.js";import K from"./expand-field/index.js";export{default as CExpandField}from"./expand-field/index.js";import V from"./multi-chat/index.js";export{default as CMultiChat}from"./multi-chat/index.js";import H from"./callback/index.js";export{default as CCallback}from"./callback/index.js";import M from"./slider-tree/index.js";export{default as CSliderTree}from"./slider-tree/index.js";export{default as CInsuranceSDK}from"./card-reader-sdk/src/insuranceSDK.js";export{default as CCardReaderSDK}from"./card-reader-sdk/src/cardReaderSDK.js";export{vFlexibleResize}from"../shared/directive/flexibleResize.js";export{useGuide}from"./guide/src/useGuide.js";export{useFieldListAdaptor}from"./form-render/src/hooks/useFieldListAdaptor.js";export{useFormRequest}from"./form-render/src/hooks/useFormRequest.js";export{useCommonLog}from"./form-render/src/hooks/useCommonLog.js";export{useFormField}from"./form-render/src/hooks/useFormField.js";export{useFormAsyncQueue}from"./form-render/src/hooks/useFormAsyncQueue.js";export{useFieldVisitor}from"./form-render/src/hooks/useFieldVisitor.js";export{useFieldNormalize}from"./form-render/src/hooks/useFieldNormalize.js";export{useFormValidator,validateMessageLocale}from"./form-render/src/hooks/useFormValidator.js";export{BusinessCollector,useBusinessBinding}from"./form-render/src/hooks/useBusinessBinding.js";export{ContextCollector,useChangeContext}from"./form-render/src/hooks/useChangeContext.js";export{FormItemDepsCollector,useFormItemDeps}from"./form-render/src/hooks/useFormItemDeps.js";export{useAnchor}from"./form-render/src/hooks/useAnchor.js";export{useFormContext}from"./form-render/src/hooks/useFormContext.js";export{useCommonInjection,useSelectOptionProps}from"./form-render/src/hooks/useCommonInjection.js";export{searchContentMatcher,useAutographOptions,useRecommendOptions,useUrlConfigOptions}from"./form-render/src/hooks/useFormRenderOptions.js";export{businessDateParser,isIdCard,isMobile,parseAge2Birthday,parseAgeFromContext,parseBirthday,parseIdCard,transformDateFormat}from"./form-render/src/utils/business.js";export{findNextWidget,queryDecoratorByAddress,queryDecoratorByFieldKey,queryInput}from"./form-render/src/utils/dom.js";export{assignClearBindVisited,assignUpdateValue,assignValueBindKey,createLinebarId,createObjSchema,createVisitedSetter,dotEscape,fieldKeyEscape,getParentLinebar,traverseDependKey,traverseSchema}from"./form-render/src/utils/schema.js";export{combineExtendKey,createInputSlot,createSlot,createUrlConfigParams,formRenderLog,injectOrProvide,isNestedFieldType,isNestedType,mergeDeepProperties,parseNumberFromMaybeString,presetRequestHandler,renderDescOption,splitExtendKey,validateMessageParser}from"./form-render/src/utils/index.js";export*from"@formily/core";export{GlobalShortcutProvider,ShortcutManager,useShortcuts}from"./shortcut-provider/src/hooks/useShortcuts.js";export{useShortcutSignature}from"./shortcut-provider/src/hooks/useShortcutSignature.js";export{defineTablePlugin,useTablePlugin}from"./iho-table/src/hooks/useTablePlugin.js";export{useColumnConfigAdaptor}from"./iho-table/src/hooks/useColumnConfigAdaptor.js";export{AbstractConfigHooks,AbstractDataHooks,AbstractDomInsertHooks,AbstractEventHooks,AbstractExposeHooks,AbstractFieldHooks,AbstractSetupHooks}from"./iho-table/src/types/pluginType.js";export{Print}from"./button-print/src/utils/print.js";export{getFileUrl,isIReport,useBrowserPrint}from"./button-print/src/utils/browserPrint.js";export{transformOriginToTree}from"./slider-tree/src/utils/index.js";const O={CGrid:e,CBigTable:r,CFieldSet:o,CButtonPrint:t,CSelectPerson:s,CSelectLabel:i,CLabelFormContent:a,CScaleView:m,CMap:d,CVodChunkUpload:n,CRadio:f,CCheckbox:l,CSelect:p,CDatetime:c,CInfoHeader:u,CTimeLine:x,CBaseSearch:C,CQuickSearch:j,CClassification:h,CBpmnWorkflow:b,CStepsWheel:k,CEditor:g,CFormRender:S,CFabricChart:F,CShortcutProvider:P,CShortcutSetter:v,CFormConfig:y,CIhoTable:T,CKeyboard:B,CSearchCascader:D,CRecommendSearch:A,CDatePicker:I,CTimePicker:R,CConfigProvider:L,CPictureClipper:w,CTableExportField:E,CExpandField:K,CMultiChat:V,CCallback:H,CSliderTree:M};var q={install:function(e){Object.values(O).forEach((r=>{r.install(e)}))},...O};export{q as default};
|
|
@@ -3130,7 +3130,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3130
3130
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
|
3131
3131
|
clearSpan: (uuid: string) => void;
|
|
3132
3132
|
exposeEvent: {
|
|
3133
|
-
validate(path?: string
|
|
3133
|
+
validate(path?: string, { force }?: {
|
|
3134
3134
|
force?: boolean | undefined;
|
|
3135
3135
|
}): Promise<void>;
|
|
3136
3136
|
getFormValues(needCombineExtendKey?: boolean): any;
|
|
@@ -4136,7 +4136,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4136
4136
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
|
4137
4137
|
clearSpan: (uuid: string) => void;
|
|
4138
4138
|
exposeEvent: {
|
|
4139
|
-
validate(path?: string
|
|
4139
|
+
validate(path?: string, { force }?: {
|
|
4140
4140
|
force?: boolean | undefined;
|
|
4141
4141
|
}): Promise<void>;
|
|
4142
4142
|
getFormValues(needCombineExtendKey?: boolean): any;
|
|
@@ -3124,7 +3124,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3124
3124
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
|
3125
3125
|
clearSpan: (uuid: string) => void;
|
|
3126
3126
|
exposeEvent: {
|
|
3127
|
-
validate(path?: string
|
|
3127
|
+
validate(path?: string, { force }?: {
|
|
3128
3128
|
force?: boolean | undefined;
|
|
3129
3129
|
}): Promise<void>;
|
|
3130
3130
|
getFormValues(needCombineExtendKey?: boolean): any;
|
|
@@ -4130,7 +4130,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4130
4130
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
|
4131
4131
|
clearSpan: (uuid: string) => void;
|
|
4132
4132
|
exposeEvent: {
|
|
4133
|
-
validate(path?: string
|
|
4133
|
+
validate(path?: string, { force }?: {
|
|
4134
4134
|
force?: boolean | undefined;
|
|
4135
4135
|
}): Promise<void>;
|
|
4136
4136
|
getFormValues(needCombineExtendKey?: boolean): any;
|
|
@@ -2683,7 +2683,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2683
2683
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
|
2684
2684
|
clearSpan: (uuid: string) => void;
|
|
2685
2685
|
exposeEvent: {
|
|
2686
|
-
validate(path?: string
|
|
2686
|
+
validate(path?: string, { force }?: {
|
|
2687
2687
|
force?: boolean | undefined;
|
|
2688
2688
|
}): Promise<void>;
|
|
2689
2689
|
getFormValues(needCombineExtendKey?: boolean): any;
|
|
@@ -609,7 +609,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
609
609
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
|
610
610
|
clearSpan: (uuid: string) => void;
|
|
611
611
|
exposeEvent: {
|
|
612
|
-
validate(path?: string
|
|
612
|
+
validate(path?: string, { force }?: {
|
|
613
613
|
force?: boolean | undefined;
|
|
614
614
|
}): Promise<void>;
|
|
615
615
|
getFormValues(needCombineExtendKey?: boolean): any;
|
|
@@ -179,7 +179,7 @@ declare const RecommendSearch: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
179
179
|
emits: (event: "delete" | "clear" | "update:value" | "search" | "choose" | "openMenu" | "closeMenu", ...args: any[]) => void;
|
|
180
180
|
baseSearchRef: import("vue").Ref<import("./src/types").BaseSearchExpose | undefined>;
|
|
181
181
|
setPattern: (value?: string) => void;
|
|
182
|
-
valueRef: import("vue").
|
|
182
|
+
valueRef: import("vue").Ref<string | undefined> | import("vue").WritableComputedRef<string | undefined>;
|
|
183
183
|
parsedOptions: import("vue").ComputedRef<import("../../../es/shared/types").AnyObject[]>;
|
|
184
184
|
search: (value: string) => void;
|
|
185
185
|
onOpenMenu: () => void;
|
|
@@ -181,7 +181,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
181
181
|
emits: (event: "delete" | "clear" | "update:value" | "search" | "choose" | "openMenu" | "closeMenu", ...args: any[]) => void;
|
|
182
182
|
baseSearchRef: import("vue").Ref<import("../../../../es/components/recommend-search/src/types").BaseSearchExpose | undefined>;
|
|
183
183
|
setPattern: (value?: string) => void;
|
|
184
|
-
valueRef: import("vue").
|
|
184
|
+
valueRef: import("vue").Ref<string | undefined> | import("vue").WritableComputedRef<string | undefined>;
|
|
185
185
|
parsedOptions: import("vue").ComputedRef<AnyObject[]>;
|
|
186
186
|
search: (value: string) => void;
|
|
187
187
|
onOpenMenu: () => void;
|
|
@@ -71,7 +71,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
71
71
|
emits: (event: "delete" | "clear" | "update:value" | "search" | "choose" | "openMenu" | "closeMenu", ...args: any[]) => void;
|
|
72
72
|
baseSearchRef: import("vue").Ref<BaseSearchExpose | undefined>;
|
|
73
73
|
setPattern: (value?: string) => void;
|
|
74
|
-
valueRef: import("vue").
|
|
74
|
+
valueRef: import("vue").Ref<string | undefined> | import("vue").WritableComputedRef<string | undefined>;
|
|
75
75
|
parsedOptions: import("vue").ComputedRef<AnyObject[]>;
|
|
76
76
|
search: (value: string) => void;
|
|
77
77
|
onOpenMenu: () => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{defineComponent as e,computed as t,ref as l,watch as a,openBlock as r,createElementBlock as i,Fragment as n,unref as s,createElementVNode as c,toDisplayString as o,normalizeStyle as d,renderList as u,normalizeClass as h,createTextVNode as p,createCommentVNode as f,createBlock as v}from"vue";import{useMessage as y,NEmpty as m}from"naive-ui";import{isEqual as k}from"lodash-es";import{useVirtualList as _}from"@vueuse/core";const g={class:"searchOrgAndStaff"},N={key:0,class:"searchOption"},S={class:"search_title"},C=["onClick"],b={class:"title"},x=["title"],D={class:"desc"},O={key:1,class:"SearchOption"},$={class:"search_title"},F=["onClick"],T={class:"title"},A={class:"desc"};var K=e({__name:"SearchOrgAndStaff",props:{treeData:{type:Array,default:()=>[]},checkedKeys:{type:Array,default:()=>[]},searchFilter:{type:Object,default:()=>({})}},emits:["notifyCheck","notifyClear"],setup(e,{emit:K}){var P;const w=e,E=y(),H=t((()=>{var e;return null!=(e=w.searchFilter.itemHeight)?e:300})),W=t((()=>Math.floor(H.value/50))),j=null!=(P=t((()=>w.treeData.filter((e=>!e.children)))))?P:[],{list:I,containerProps:M,wrapperProps:q}=_(j,{itemHeight:50,overscan:W.value}),z=t((()=>({...M.style,height:`${H.value}px`}))),B=t((()=>w.treeData.filter((e=>e.children&&e.children.length>0)))),{list:G,containerProps:J,wrapperProps:L}=_(B,{itemHeight:50,overscan:W.value}),Q=t((()=>({...J.style,height:`${H.value}px`}))),R=l(w.checkedKeys),U=l([]);function V(e){var t;if(R.value.find((t=>t===e.key)))return void E.info(`${e.title}已被选择`);if(e.disabled)return void E.info(`${e.title}已被禁用`);switch((null==(t=e.children)?void 0:t.length)>0?"org":"staff"){case"org":!function(e,t,l){t.children.length>0&&Z(t.children);X(e,t,l)}(R.value,e,e.key);break;case"staff":X(R.value,e,e.key)}K("notifyCheck",R.value),(null==w?void 0:w.searchFilter.multiple)||K("notifyClear")}function X(e,t,l){var a;if(!(null==t?void 0:t.parentNode))return R.value=[...e,l],!1;const r=null==(a=t.parentNode)?void 0:a.key;if(e.includes(r))return R.value=e,E.info(`${t.title}已存在于${t.tempTitle}中`),!1;if(t.parentNode.children){const a=t.parentNode.children.every((t=>[...e,l].includes(t.key)));if(a){const l=null==t?void 0:t.parentNode.children.map((e=>e.key)),r=e.filter((e=>!l.includes(e)));return a&&Y(r,t.parentNode),!1}}X(e,t.parentNode,l)}function Y(e,t){if(!t.parentNode||t.parentNode.children.length>1)return R.value=[...e,t.key],!1;Y(e,t.parentNode)}function Z(e){e.forEach((e=>{var t;if(R.value.includes(e.key)){const t=R.value.indexOf(e.key);R.value.splice(t,1)}(null==(t=e.children)?void 0:t.length)>0&&Z(e.children)}))}function ee(e,t){const l=w.checkedKeys;return!!e&&(l.includes(e.key)?(U.value.push(t),!1):void ee(e.parentNode,t))}return a((()=>w.treeData),(e=>{e&&e.length>0&&(U.value=[],e.forEach((e=>{ee(e,e.key)})))}),{deep:!0,immediate:!0}),a((()=>w.checkedKeys),((e,t)=>{k(e,t)||w.treeData.length>0&&(U.value=[],R.value=e,w.treeData.forEach((e=>{ee(e,e.key)})))}),{immediate:!0}),(t,l)=>{var a,y;return r(),i("div",g,[e.treeData.length>0?(r(),i(n,{key:0},[s(j).length>0?(r(),i("div",N,[c("h4",S,o(null==(a=e.searchFilter)?void 0:a.customTitles[0]),1),c("section",{class:"select-person__multipleWrapper",ref:s(M).ref,style:d(s(I).length>s(W)?s(z):{}),onScroll:l[0]||(l[0]=(...e)=>s(M).onScroll&&s(M).onScroll(...e))},[c("section",{style:d(s(q).style)},[(r(!0),i(n,null,u(s(I),(e=>(r(),i("div",{class:"select-person__multiple-search",key:e.data.key},[c("div",{class:h(["search_item user_item",e.data.disabled?"search_disabled":""]),onClick:t=>V(e.data)},[c("span",b,[p(o(e.data.title)+" ",1),c("span",{class:"user_item_expand",title:e.data.title_expand_strs},o(e.data.title_expand_strs),9,x)]),c("
|
|
1
|
+
import{defineComponent as e,computed as t,ref as l,watch as a,openBlock as r,createElementBlock as i,Fragment as n,unref as s,createElementVNode as c,toDisplayString as o,normalizeStyle as d,renderList as u,normalizeClass as h,createTextVNode as p,createCommentVNode as f,createBlock as v}from"vue";import{useMessage as y,NEmpty as m}from"naive-ui";import{isEqual as k}from"lodash-es";import{useVirtualList as _}from"@vueuse/core";const g={class:"searchOrgAndStaff"},N={key:0,class:"searchOption"},S={class:"search_title"},C=["onClick"],b={class:"title"},x=["title"],D={class:"desc"},O={key:1,class:"SearchOption"},$={class:"search_title"},F=["onClick"],T={class:"title"},A={class:"desc"};var K=e({__name:"SearchOrgAndStaff",props:{treeData:{type:Array,default:()=>[]},checkedKeys:{type:Array,default:()=>[]},searchFilter:{type:Object,default:()=>({})}},emits:["notifyCheck","notifyClear"],setup(e,{emit:K}){var P;const w=e,E=y(),H=t((()=>{var e;return null!=(e=w.searchFilter.itemHeight)?e:300})),W=t((()=>Math.floor(H.value/50))),j=null!=(P=t((()=>w.treeData.filter((e=>!e.children)))))?P:[],{list:I,containerProps:M,wrapperProps:q}=_(j,{itemHeight:50,overscan:W.value}),z=t((()=>({...M.style,height:`${H.value}px`}))),B=t((()=>w.treeData.filter((e=>e.children&&e.children.length>0)))),{list:G,containerProps:J,wrapperProps:L}=_(B,{itemHeight:50,overscan:W.value}),Q=t((()=>({...J.style,height:`${H.value}px`}))),R=l(w.checkedKeys),U=l([]);function V(e){var t;if(R.value.find((t=>t===e.key)))return void E.info(`${e.title}已被选择`);if(e.disabled)return void E.info(`${e.title}已被禁用`);switch((null==(t=e.children)?void 0:t.length)>0?"org":"staff"){case"org":!function(e,t,l){t.children.length>0&&Z(t.children);X(e,t,l)}(R.value,e,e.key);break;case"staff":X(R.value,e,e.key)}K("notifyCheck",R.value),(null==w?void 0:w.searchFilter.multiple)||K("notifyClear")}function X(e,t,l){var a;if(!(null==t?void 0:t.parentNode))return R.value=[...e,l],!1;const r=null==(a=t.parentNode)?void 0:a.key;if(e.includes(r))return R.value=e,E.info(`${t.title}已存在于${t.tempTitle}中`),!1;if(t.parentNode.children){const a=t.parentNode.children.every((t=>[...e,l].includes(t.key)));if(a){const l=null==t?void 0:t.parentNode.children.map((e=>e.key)),r=e.filter((e=>!l.includes(e)));return a&&Y(r,t.parentNode),!1}}X(e,t.parentNode,l)}function Y(e,t){if(!t.parentNode||t.parentNode.children.length>1)return R.value=[...e,t.key],!1;Y(e,t.parentNode)}function Z(e){e.forEach((e=>{var t;if(R.value.includes(e.key)){const t=R.value.indexOf(e.key);R.value.splice(t,1)}(null==(t=e.children)?void 0:t.length)>0&&Z(e.children)}))}function ee(e,t){const l=w.checkedKeys;return!!e&&(l.includes(e.key)?(U.value.push(t),!1):void ee(e.parentNode,t))}return a((()=>w.treeData),(e=>{e&&e.length>0&&(U.value=[],e.forEach((e=>{ee(e,e.key)})))}),{deep:!0,immediate:!0}),a((()=>w.checkedKeys),((e,t)=>{k(e,t)||w.treeData.length>0&&(U.value=[],R.value=e,w.treeData.forEach((e=>{ee(e,e.key)})))}),{immediate:!0}),(t,l)=>{var a,y;return r(),i("div",g,[e.treeData.length>0?(r(),i(n,{key:0},[s(j).length>0?(r(),i("div",N,[c("h4",S,o(null==(a=e.searchFilter)?void 0:a.customTitles[0]),1),c("section",{class:"select-person__multipleWrapper",ref:s(M).ref,style:d(s(I).length>s(W)?s(z):{}),onScroll:l[0]||(l[0]=(...e)=>s(M).onScroll&&s(M).onScroll(...e))},[c("section",{style:d(s(q).style)},[(r(!0),i(n,null,u(s(I),(e=>(r(),i("div",{class:"select-person__multiple-search",key:e.data.key},[c("div",{class:h(["search_item user_item",e.data.disabled?"search_disabled":""]),onClick:t=>V(e.data)},[c("span",b,[p(o(e.data.title)+" ",1),c("span",{class:"user_item_expand",title:e.data.title_expand_strs},o(e.data.title_expand_strs),9,x)]),c("p",D,o(e.data.tempTitle),1)],10,C)])))),128))],4)],36)])):f("v-if",!0),s(B).length>0?(r(),i("div",O,[c("h4",$,o(null==(y=e.searchFilter)?void 0:y.customTitles[1]),1),c("section",{class:"person__OrgWrapper",ref:s(J).ref,style:d(s(G).length>s(W)?s(Q):{}),onScroll:l[1]||(l[1]=(...e)=>s(J).onScroll&&s(J).onScroll(...e))},[c("section",{style:d(s(L).style)},[(r(!0),i(n,null,u(s(G),(e=>(r(),i("div",{class:"select-person__multiple-search",key:e.data.key},[c("div",{class:h(["search_item",e.data.disabled?"search_disabled":""]),onClick:t=>V(e.data)},[c("span",T,o(e.data.title)+"("+o(e.data.innerItemsNum)+"人)",1),c("p",A,o(e.data.tempTitle),1)],10,F)])))),128))],4)],36)])):f("v-if",!0)],64)):(r(),v(s(m),{key:1,description:"暂无数据"}))])}}});export{K as default};
|
|
@@ -2320,7 +2320,7 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2320
2320
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
|
2321
2321
|
clearSpan: (uuid: string) => void;
|
|
2322
2322
|
exposeEvent: {
|
|
2323
|
-
validate(path?: string
|
|
2323
|
+
validate(path?: string, { force }?: {
|
|
2324
2324
|
force?: boolean | undefined;
|
|
2325
2325
|
}): Promise<void>;
|
|
2326
2326
|
getFormValues(needCombineExtendKey?: boolean): any;
|
|
@@ -2322,7 +2322,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2322
2322
|
onKeydown: (event: KeyboardEvent) => Promise<void>;
|
|
2323
2323
|
clearSpan: (uuid: string) => void;
|
|
2324
2324
|
exposeEvent: {
|
|
2325
|
-
validate(path?: string
|
|
2325
|
+
validate(path?: string, { force }?: {
|
|
2326
2326
|
force?: boolean | undefined;
|
|
2327
2327
|
}): Promise<void>;
|
|
2328
2328
|
getFormValues(needCombineExtendKey?: boolean): any;
|
|
@@ -103,9 +103,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
103
103
|
onConfirm: {
|
|
104
104
|
type: FunctionConstructor;
|
|
105
105
|
};
|
|
106
|
-
formattedValue: {
|
|
107
|
-
type: StringConstructor;
|
|
108
|
-
};
|
|
109
106
|
}, {
|
|
110
107
|
attrs: {
|
|
111
108
|
[x: string]: unknown;
|
|
@@ -117,17 +114,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
117
114
|
onConfirm: {
|
|
118
115
|
type: FunctionConstructor;
|
|
119
116
|
};
|
|
120
|
-
|
|
121
|
-
type: StringConstructor;
|
|
122
|
-
};
|
|
123
|
-
}>> & {
|
|
124
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
125
|
-
}>>;
|
|
126
|
-
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
117
|
+
}>> & {}>>;
|
|
127
118
|
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
128
119
|
panelInstRef: import("vue").Ref<null>;
|
|
129
|
-
placeholder: import("vue").Ref<any>;
|
|
130
|
-
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
131
120
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
132
121
|
formatRef: import("vue").ComputedRef<string>;
|
|
133
122
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -136,21 +125,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
136
125
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
137
126
|
onUpdateShow: (show: boolean) => void;
|
|
138
127
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
139
|
-
isOtherValue: (value?: string) => boolean;
|
|
140
128
|
NDatePicker: any;
|
|
141
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
129
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
142
130
|
updateUnchangedValue: {
|
|
143
131
|
type: BooleanConstructor;
|
|
144
132
|
};
|
|
145
133
|
onConfirm: {
|
|
146
134
|
type: FunctionConstructor;
|
|
147
135
|
};
|
|
148
|
-
|
|
149
|
-
type: StringConstructor;
|
|
150
|
-
};
|
|
151
|
-
}>> & {
|
|
152
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
153
|
-
}, {
|
|
136
|
+
}>>, {
|
|
154
137
|
updateUnchangedValue: boolean;
|
|
155
138
|
}>>;
|
|
156
139
|
NSelect: any;
|
|
@@ -713,9 +696,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
713
696
|
onConfirm: {
|
|
714
697
|
type: FunctionConstructor;
|
|
715
698
|
};
|
|
716
|
-
formattedValue: {
|
|
717
|
-
type: StringConstructor;
|
|
718
|
-
};
|
|
719
699
|
}, {
|
|
720
700
|
attrs: {
|
|
721
701
|
[x: string]: unknown;
|
|
@@ -727,17 +707,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
727
707
|
onConfirm: {
|
|
728
708
|
type: FunctionConstructor;
|
|
729
709
|
};
|
|
730
|
-
|
|
731
|
-
type: StringConstructor;
|
|
732
|
-
};
|
|
733
|
-
}>> & {
|
|
734
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
735
|
-
}>>;
|
|
736
|
-
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
710
|
+
}>> & {}>>;
|
|
737
711
|
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
738
712
|
panelInstRef: import("vue").Ref<null>;
|
|
739
|
-
placeholder: import("vue").Ref<any>;
|
|
740
|
-
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
741
713
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
742
714
|
formatRef: import("vue").ComputedRef<string>;
|
|
743
715
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -746,21 +718,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
746
718
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
747
719
|
onUpdateShow: (show: boolean) => void;
|
|
748
720
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
749
|
-
isOtherValue: (value?: string) => boolean;
|
|
750
721
|
NDatePicker: any;
|
|
751
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
722
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
752
723
|
updateUnchangedValue: {
|
|
753
724
|
type: BooleanConstructor;
|
|
754
725
|
};
|
|
755
726
|
onConfirm: {
|
|
756
727
|
type: FunctionConstructor;
|
|
757
728
|
};
|
|
758
|
-
|
|
759
|
-
type: StringConstructor;
|
|
760
|
-
};
|
|
761
|
-
}>> & {
|
|
762
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
763
|
-
}, {
|
|
729
|
+
}>>, {
|
|
764
730
|
updateUnchangedValue: boolean;
|
|
765
731
|
}>>;
|
|
766
732
|
WidgetValEnums: {
|
|
@@ -60,9 +60,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
60
60
|
onConfirm: {
|
|
61
61
|
type: FunctionConstructor;
|
|
62
62
|
};
|
|
63
|
-
formattedValue: {
|
|
64
|
-
type: StringConstructor;
|
|
65
|
-
};
|
|
66
63
|
}, {
|
|
67
64
|
attrs: {
|
|
68
65
|
[x: string]: unknown;
|
|
@@ -74,17 +71,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
74
71
|
onConfirm: {
|
|
75
72
|
type: FunctionConstructor;
|
|
76
73
|
};
|
|
77
|
-
|
|
78
|
-
type: StringConstructor;
|
|
79
|
-
};
|
|
80
|
-
}>> & {
|
|
81
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
82
|
-
}>>;
|
|
83
|
-
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
74
|
+
}>> & {}>>;
|
|
84
75
|
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
85
76
|
panelInstRef: import("vue").Ref<null>;
|
|
86
|
-
placeholder: import("vue").Ref<any>;
|
|
87
|
-
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
88
77
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
89
78
|
formatRef: import("vue").ComputedRef<string>;
|
|
90
79
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -93,21 +82,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
93
82
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
94
83
|
onUpdateShow: (show: boolean) => void;
|
|
95
84
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
96
|
-
isOtherValue: (value?: string) => boolean;
|
|
97
85
|
NDatePicker: any;
|
|
98
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
86
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
99
87
|
updateUnchangedValue: {
|
|
100
88
|
type: BooleanConstructor;
|
|
101
89
|
};
|
|
102
90
|
onConfirm: {
|
|
103
91
|
type: FunctionConstructor;
|
|
104
92
|
};
|
|
105
|
-
|
|
106
|
-
type: StringConstructor;
|
|
107
|
-
};
|
|
108
|
-
}>> & {
|
|
109
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
110
|
-
}, {
|
|
93
|
+
}>>, {
|
|
111
94
|
updateUnchangedValue: boolean;
|
|
112
95
|
}>>;
|
|
113
96
|
NSelect: any;
|
package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts
CHANGED
|
@@ -73,9 +73,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
73
73
|
onConfirm: {
|
|
74
74
|
type: FunctionConstructor;
|
|
75
75
|
};
|
|
76
|
-
formattedValue: {
|
|
77
|
-
type: StringConstructor;
|
|
78
|
-
};
|
|
79
76
|
}, {
|
|
80
77
|
attrs: {
|
|
81
78
|
[x: string]: unknown;
|
|
@@ -87,17 +84,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
87
84
|
onConfirm: {
|
|
88
85
|
type: FunctionConstructor;
|
|
89
86
|
};
|
|
90
|
-
|
|
91
|
-
type: StringConstructor;
|
|
92
|
-
};
|
|
93
|
-
}>> & {
|
|
94
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
95
|
-
}>>;
|
|
96
|
-
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
87
|
+
}>> & {}>>;
|
|
97
88
|
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
98
89
|
panelInstRef: import("vue").Ref<null>;
|
|
99
|
-
placeholder: import("vue").Ref<any>;
|
|
100
|
-
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
101
90
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
102
91
|
formatRef: import("vue").ComputedRef<string>;
|
|
103
92
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -106,21 +95,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
106
95
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
107
96
|
onUpdateShow: (show: boolean) => void;
|
|
108
97
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
109
|
-
isOtherValue: (value?: string) => boolean;
|
|
110
98
|
NDatePicker: any;
|
|
111
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
99
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
112
100
|
updateUnchangedValue: {
|
|
113
101
|
type: BooleanConstructor;
|
|
114
102
|
};
|
|
115
103
|
onConfirm: {
|
|
116
104
|
type: FunctionConstructor;
|
|
117
105
|
};
|
|
118
|
-
|
|
119
|
-
type: StringConstructor;
|
|
120
|
-
};
|
|
121
|
-
}>> & {
|
|
122
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
123
|
-
}, {
|
|
106
|
+
}>>, {
|
|
124
107
|
updateUnchangedValue: boolean;
|
|
125
108
|
}>>;
|
|
126
109
|
WidgetValEnums: {
|
|
@@ -60,9 +60,6 @@ declare const Date: import("vue").DefineComponent<{
|
|
|
60
60
|
onConfirm: {
|
|
61
61
|
type: FunctionConstructor;
|
|
62
62
|
};
|
|
63
|
-
formattedValue: {
|
|
64
|
-
type: StringConstructor;
|
|
65
|
-
};
|
|
66
63
|
}, {
|
|
67
64
|
attrs: {
|
|
68
65
|
[x: string]: unknown;
|
|
@@ -74,17 +71,9 @@ declare const Date: import("vue").DefineComponent<{
|
|
|
74
71
|
onConfirm: {
|
|
75
72
|
type: FunctionConstructor;
|
|
76
73
|
};
|
|
77
|
-
|
|
78
|
-
type: StringConstructor;
|
|
79
|
-
};
|
|
80
|
-
}>> & {
|
|
81
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
82
|
-
}>>;
|
|
83
|
-
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
74
|
+
}>> & {}>>;
|
|
84
75
|
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
85
76
|
panelInstRef: import("vue").Ref<null>;
|
|
86
|
-
placeholder: import("vue").Ref<any>;
|
|
87
|
-
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
88
77
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
89
78
|
formatRef: import("vue").ComputedRef<string>;
|
|
90
79
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -93,21 +82,15 @@ declare const Date: import("vue").DefineComponent<{
|
|
|
93
82
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
94
83
|
onUpdateShow: (show: boolean) => void;
|
|
95
84
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
96
|
-
isOtherValue: (value?: string) => boolean;
|
|
97
85
|
NDatePicker: any;
|
|
98
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
86
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
99
87
|
updateUnchangedValue: {
|
|
100
88
|
type: BooleanConstructor;
|
|
101
89
|
};
|
|
102
90
|
onConfirm: {
|
|
103
91
|
type: FunctionConstructor;
|
|
104
92
|
};
|
|
105
|
-
|
|
106
|
-
type: StringConstructor;
|
|
107
|
-
};
|
|
108
|
-
}>> & {
|
|
109
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
110
|
-
}, {
|
|
93
|
+
}>>, {
|
|
111
94
|
updateUnchangedValue: boolean;
|
|
112
95
|
}>>;
|
|
113
96
|
NSelect: any;
|
|
@@ -670,9 +653,6 @@ declare const DateRange: import("vue").DefineComponent<{
|
|
|
670
653
|
onConfirm: {
|
|
671
654
|
type: FunctionConstructor;
|
|
672
655
|
};
|
|
673
|
-
formattedValue: {
|
|
674
|
-
type: StringConstructor;
|
|
675
|
-
};
|
|
676
656
|
}, {
|
|
677
657
|
attrs: {
|
|
678
658
|
[x: string]: unknown;
|
|
@@ -684,17 +664,9 @@ declare const DateRange: import("vue").DefineComponent<{
|
|
|
684
664
|
onConfirm: {
|
|
685
665
|
type: FunctionConstructor;
|
|
686
666
|
};
|
|
687
|
-
|
|
688
|
-
type: StringConstructor;
|
|
689
|
-
};
|
|
690
|
-
}>> & {
|
|
691
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
692
|
-
}>>;
|
|
693
|
-
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
667
|
+
}>> & {}>>;
|
|
694
668
|
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
695
669
|
panelInstRef: import("vue").Ref<null>;
|
|
696
|
-
placeholder: import("vue").Ref<any>;
|
|
697
|
-
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
698
670
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
699
671
|
formatRef: import("vue").ComputedRef<string>;
|
|
700
672
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -703,21 +675,15 @@ declare const DateRange: import("vue").DefineComponent<{
|
|
|
703
675
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
704
676
|
onUpdateShow: (show: boolean) => void;
|
|
705
677
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
706
|
-
isOtherValue: (value?: string) => boolean;
|
|
707
678
|
NDatePicker: any;
|
|
708
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
679
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
709
680
|
updateUnchangedValue: {
|
|
710
681
|
type: BooleanConstructor;
|
|
711
682
|
};
|
|
712
683
|
onConfirm: {
|
|
713
684
|
type: FunctionConstructor;
|
|
714
685
|
};
|
|
715
|
-
|
|
716
|
-
type: StringConstructor;
|
|
717
|
-
};
|
|
718
|
-
}>> & {
|
|
719
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
720
|
-
}, {
|
|
686
|
+
}>>, {
|
|
721
687
|
updateUnchangedValue: boolean;
|
|
722
688
|
}>>;
|
|
723
689
|
WidgetValEnums: {
|
|
@@ -223,9 +223,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
223
223
|
onConfirm: {
|
|
224
224
|
type: FunctionConstructor;
|
|
225
225
|
};
|
|
226
|
-
formattedValue: {
|
|
227
|
-
type: StringConstructor;
|
|
228
|
-
};
|
|
229
226
|
}, {
|
|
230
227
|
attrs: {
|
|
231
228
|
[x: string]: unknown;
|
|
@@ -237,17 +234,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
237
234
|
onConfirm: {
|
|
238
235
|
type: FunctionConstructor;
|
|
239
236
|
};
|
|
240
|
-
|
|
241
|
-
type: StringConstructor;
|
|
242
|
-
};
|
|
243
|
-
}>> & {
|
|
244
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
245
|
-
}>>;
|
|
246
|
-
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
237
|
+
}>> & {}>>;
|
|
247
238
|
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
248
239
|
panelInstRef: import("vue").Ref<null>;
|
|
249
|
-
placeholder: import("vue").Ref<any>;
|
|
250
|
-
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
251
240
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
252
241
|
formatRef: import("vue").ComputedRef<string>;
|
|
253
242
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -256,21 +245,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
256
245
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
257
246
|
onUpdateShow: (show: boolean) => void;
|
|
258
247
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
259
|
-
isOtherValue: (value?: string) => boolean;
|
|
260
248
|
NDatePicker: any;
|
|
261
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
249
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
262
250
|
updateUnchangedValue: {
|
|
263
251
|
type: BooleanConstructor;
|
|
264
252
|
};
|
|
265
253
|
onConfirm: {
|
|
266
254
|
type: FunctionConstructor;
|
|
267
255
|
};
|
|
268
|
-
|
|
269
|
-
type: StringConstructor;
|
|
270
|
-
};
|
|
271
|
-
}>> & {
|
|
272
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
273
|
-
}, {
|
|
256
|
+
}>>, {
|
|
274
257
|
updateUnchangedValue: boolean;
|
|
275
258
|
}>>;
|
|
276
259
|
NSelect: any;
|
|
@@ -833,9 +816,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
833
816
|
onConfirm: {
|
|
834
817
|
type: FunctionConstructor;
|
|
835
818
|
};
|
|
836
|
-
formattedValue: {
|
|
837
|
-
type: StringConstructor;
|
|
838
|
-
};
|
|
839
819
|
}, {
|
|
840
820
|
attrs: {
|
|
841
821
|
[x: string]: unknown;
|
|
@@ -847,17 +827,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
847
827
|
onConfirm: {
|
|
848
828
|
type: FunctionConstructor;
|
|
849
829
|
};
|
|
850
|
-
|
|
851
|
-
type: StringConstructor;
|
|
852
|
-
};
|
|
853
|
-
}>> & {
|
|
854
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
855
|
-
}>>;
|
|
856
|
-
emit: (event: "update:formatted-value", ...args: any[]) => void;
|
|
830
|
+
}>> & {}>>;
|
|
857
831
|
datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
|
|
858
832
|
panelInstRef: import("vue").Ref<null>;
|
|
859
|
-
placeholder: import("vue").Ref<any>;
|
|
860
|
-
currentFormattedValue: import("vue").WritableComputedRef<string | undefined>;
|
|
861
833
|
isDateTime: import("vue").ComputedRef<boolean>;
|
|
862
834
|
formatRef: import("vue").ComputedRef<string>;
|
|
863
835
|
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
@@ -866,21 +838,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
866
838
|
handleConfirm: (target: HTMLInputElement) => void;
|
|
867
839
|
onUpdateShow: (show: boolean) => void;
|
|
868
840
|
onConfirm: (...args: any[]) => Promise<void>;
|
|
869
|
-
isOtherValue: (value?: string) => boolean;
|
|
870
841
|
NDatePicker: any;
|
|
871
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
842
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
872
843
|
updateUnchangedValue: {
|
|
873
844
|
type: BooleanConstructor;
|
|
874
845
|
};
|
|
875
846
|
onConfirm: {
|
|
876
847
|
type: FunctionConstructor;
|
|
877
848
|
};
|
|
878
|
-
|
|
879
|
-
type: StringConstructor;
|
|
880
|
-
};
|
|
881
|
-
}>> & {
|
|
882
|
-
"onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
|
|
883
|
-
}, {
|
|
849
|
+
}>>, {
|
|
884
850
|
updateUnchangedValue: boolean;
|
|
885
851
|
}>>;
|
|
886
852
|
WidgetValEnums: {
|