cnhis-design-vue 3.2.11-beta.3 → 3.2.11-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/ai-chat/src/components/ChatMain.js +1 -1
- package/es/components/date-picker/src/DatePicker.vue2.js +1 -1
- package/es/components/expand-field/index.d.ts +4 -34
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +4 -34
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +4 -34
- package/es/components/expand-field/src/components/form.vue.d.ts +4 -34
- package/es/components/expand-field/src/index.vue.d.ts +4 -34
- package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +3 -3
- package/es/components/form-render/src/components/renderer/remoteSearch.js +1 -1
- package/es/components/iho-table/src/plugins/filterRenderPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/index.js +1 -1
- package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin.js +1 -1
- package/es/components/iho-table/src/types/index.d.ts +0 -19
- package/es/components/iho-table/src/utils/index.d.ts +0 -17
- 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/select-person/index.d.ts +4 -34
- package/es/components/select-person/src/SelectPerson.vue.d.ts +4 -11
- package/es/components/select-person/src/SelectPerson.vue2.js +1 -1
- package/es/components/select-person/src/SelectPersonType.vue.d.ts +0 -10
- package/es/components/select-person/src/SelectPersonType.vue2.js +1 -1
- package/es/components/select-person/src/index.vue.d.ts +4 -34
- package/es/components/select-person/src/index.vue2.js +1 -1
- package/es/shared/hooks/useFormRequest/index.js +1 -1
- package/es/shared/hooks/useFormRequest/types.d.ts +0 -4
- package/es/shared/package.json.js +1 -1
- package/package.json +2 -2
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue.d.ts +0 -673
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue.js +0 -1
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +0 -1
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/index.d.ts +0 -1
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/index.js +0 -1
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/treeFilter.vue.js +0 -1
@@ -1 +1 @@
|
|
1
|
-
import{defineComponent as e,inject as t,ref as n,computed as l,watch as a,
|
1
|
+
import{defineComponent as e,inject as t,ref as n,computed as l,watch as a,createVNode as s,createTextVNode as o,mergeProps as i,isVNode as r}from"vue";import{NAvatar as u,NSpin as c,NButton as d,NSpace as m,NIcon as p}from"naive-ui";import{InjectionAIChatEmits as v,InjectionAIChat as f}from"../types/index.js";import g from"../../../../shared/assets/img/ai__avatar.png.js";import h from"../../../../shared/assets/img/logo.png.js";import{isArray as b,isFunction as y}from"lodash-es";import"../../../../shared/utils/index.js";import"@vueuse/core";import"date-fns";import"@vue/shared";import"@vueuse/shared";import"../../../../shared/hooks/selectHooks/useSearchContent.js";import{ChevronForward as x}from"@vicons/ionicons5";import{useScrollLoading as k}from"../../../../shared/hooks/useScrollLoading.js";function S(e){return"function"==typeof e||"[object Object]"===Object.prototype.toString.call(e)&&!r(e)}var j=e({name:"ChatMain",inheritAttrs:!1,props:{},emits:[],setup(e,{attrs:r,slots:j,emit:C}){const I=t(v),{userAvatar:E,queryData:T,state:_,queryRecord:z,defaultShortcutList:w,hideInput:M=!1,isSmall:N}=t(f),O=n(null),A=n([]),q=n(!1),H=l((()=>N.value?h:g)),J={page:0,hasMore:!0};async function L(e=!1){if(!J.hasMore)return;J.page++,1==J.page&&(A.value=[]);const{records:t,rows:n}=await z.value({page:J.page});b(n)&&A.value.length<=+t&&(A.value=J.page>1?[...A.value,...n]:n,D(),A.value.length>=+t&&(e&&(q.value=!0),J.hasMore=!1,console.log("没有更多消息了")))}function D(){A.value.forEach((e=>{e.buttonType&&(e.disabled=!0),e.contents.forEach((e=>e.disabled=!0))}))}function R(e){const{item:t,msgItem:n,fieldItem:l}=e;if(n)return I("button-click",{item:t,msgItem:n,fieldItem:l}),void A.value.forEach((e=>e.contents.forEach((e=>e.disabled=!0))));A.value.forEach((e=>e.buttonType&&(e.disabled=!0))),t.link||(_.beingSent=!0,_.sendContent="确定")}function B(e,t){const{contentType:n,content:l=""}=t;if("json"!==n||!function(e){try{return JSON.parse(e),!0}catch(e){return!1}}(l))return null;const a=JSON.parse(l),i=["journaling","dashboard"].includes(a.buttonType);return s("div",{class:"card"},[[s("p",null,[a.title]),i?a.fields.map((n=>s(d,{class:"link-btn",style:"--n-height: 36px",secondary:!0,"icon-placement":"right",onClick:()=>R({item:e,msgItem:t,fieldItem:n})},{default:()=>n.name,icon:()=>s(p,{component:x},null)}))):[s("div",{class:"card-body"},[s("p",{class:"card-body__head"},[a.instructionName]),s("div",{class:"card-body__content"},[a.fields.map((e=>s("div",null,[s("span",{class:"label"},[e.name]),o(":"),s("span",null,[e.value])])))])]),s(d,{style:"margin-top: 10px;width: 100%;--n-height: 36px;font-size: 15px",secondary:!0,class:"gradient",disabled:t.disabled,onClick:()=>R({item:e,msgItem:t})},{default:()=>[a.buttonName]})]]])}function F(e,t){const{contents:n=[],buttonType:l=""}=e,a=B(e,n[t]);if(a)return a;return[n[t].content.replace(/\\n|\n|\r\n/g,"<br>").split("<br>").filter((e=>!!e)).map(((e,t,n)=>[e,t===n.length-1?null:s("br",null,null)])),l&&0===t?[s("br",null,null),s(d,i({style:"margin-top: 5px",secondary:!0,class:"gradient",disabled:e.disabled},e.link?{tag:"a",href:e.link,target:"_blank"}:{},{onClick:()=>R({item:e})}),{default:()=>[o("确定")]})]:null]}function G({role:e=""}){return"user"===e}function K(){let e;return s("div",{class:"message-item"},[s(u,{round:!0,size:N.value?64:40,src:H.value},null),s("div",{class:"content-box"},[s("div",{class:"content fillet-10 default"},[s("h2",null,[o("Hi,我是你的AI助理")]),s("p",null,[o("我汇集了医生站/护士站各项智能服务,可以向我进行提问哦 ~ "),s("br",null,null),o("你的反馈助我成长,期待我们一起探索未来!下次可以在首页和应用页找到我~")]),b(w.value)&&w.value.length>0?[s("p",{style:"margin: 5px 0 5px"},[o("你可以试着问我:")]),s(m,{"wrap-item":!1},S(e=w.value.map((e=>s(d,{size:"large",secondary:!0,onClick:()=>_.sendContent=e,disabled:_.beingSent},S(e)?e:{default:()=>[e]}))))?e:{default:()=>[e]})]:null])])])}return k(O,(()=>{L()}),M.value?"bottom":"top"),L(!0),a((()=>_.beingSent),(async e=>{var t;if(e){null==(t=O.value)||t.scrollTo({top:0,behavior:"auto"}),A.value.unshift({contents:[{role:"user",content:_.sendContent}]}),D();const e=await T.value({content:_.sendContent,contentType:"text"});b(null==e?void 0:e.contents)&&A.value.unshift(e),_.beingSent=!1,_.sendContent=""}})),()=>s("section",{class:"chat-main",ref:O,style:{"flex-direction":M.value?"column":"column-reverse"}},[[_.beingSent?s("div",{class:"message-item"},[[N.value?null:s(u,{round:!0,size:40,src:H.value},null),s("div",{class:"content-box"},[s("div",{class:"content loading"},[s(c,{size:22,stroke:"#4170EE"},null),s("span",null,[o("正在加载中,请稍等...")])])])]]):null,A.value.map((e=>e.contents.map(((t,n)=>s("div",{class:"message-item"},[[N.value?null:s(u,{round:!0,size:40,src:G(t)?E.value:H.value},null),s("div",{class:["content-box",G(t)?"mine":""]},[s("div",{class:"content"},[y(t.render)?t.render():F(e,n)])])]]))))),q.value?K():null]])}});export{j as default};
|
@@ -1 +1 @@
|
|
1
|
-
import{defineComponent as e,useAttrs as t,ref as a,computed as l,onBeforeUnmount as n,watch as o,openBlock as r,createBlock as u,unref as d,isRef as s,createSlots as i,renderList as p,withCtx as c,renderSlot as y,nextTick as f}from"vue";import{
|
1
|
+
import{defineComponent as e,useAttrs as t,ref as a,computed as l,onBeforeUnmount as n,watch as o,openBlock as r,createBlock as u,unref as d,isRef as s,createSlots as i,renderList as p,withCtx as c,renderSlot as y,nextTick as f}from"vue";import{NDatePicker as m}from"naive-ui";import"../../../shared/utils/index.js";import{useDateTime as v,handleInputEvent as h}from"../../../shared/hooks/useDateTime.js";import{isArray as g,isEqual as w,isString as D,isNumber as k}from"lodash-es";import"@vue/shared";import"@vueuse/shared";import"../../../shared/hooks/selectHooks/useSearchContent.js";import"@vicons/ionicons5";import"../../../shared/hooks/useScrollLoading.js";import{format as V,sub as S,startOfDay as _,endOfDay as A}from"date-fns";var I=e({__name:"DatePicker",props:{updateUnchangedValue:{type:Boolean},onConfirm:{type:Function},formattedValue:{type:[String,Array]},placeholder:{type:String},allowedInvalidValue:{type:String},to:{type:[Object,String,Boolean],default:"body"},holidays:{type:Array,default:()=>[]},type:{type:String,default:"date"}},emits:["update:formatted-value"],setup(e,{expose:I,emit:M}){const R=e,C=t(),$=a(null),b=a(null),j=a();let P="";const U=l({get:()=>z(R.formattedValue)?null:R.formattedValue,set(e){g(e)&&g(P)&&w(P,e)||P===e||(M("update:formatted-value",e,D(e)?Date.parse(e):g(e)?[Date.parse(e[0]),Date.parse(e[1])]:null),P=e)}}),q=l((()=>R.type.includes("datetime"))),x=l((()=>Reflect.get(C,"format")?C.format:q.value?"yyyy-MM-dd HH:mm:ss":"month"===R.type?"yyyy-MM":"year"===R.type?"yyyy":"yyyy-MM-dd")),E=l((()=>q.value?x.value.split(" "):"")),{focus:F,blur:H,handleConfirm:L}=v($,{formatRef:x,attrs:{...C,type:R.type},emit:M,allowedInvalidValue:R.allowedInvalidValue});async function B(e){!async function(e){var t;if(!e||!R.holidays.length)return;await f();const a=null==(t=$.value)?void 0:t.panelInstRef;if(!a)return;const l=a.$el;if(!l)return;O(),"daterange"===R.type?Y.push(n((()=>a.startDateArray),".n-date-panel-calendar--start .n-date-panel-dates>div"),n((()=>a.endDateArray),".n-date-panel-calendar--end .n-date-panel-dates>div")):"date"===R.type&&Y.push(n((()=>a.dateArray),".n-date-panel-calendar .n-date-panel-dates>div"));function n(e,t){const a=[],n=o(e,(e=>{a.forEach((e=>e.classList.remove("c-date-picker__holiday"))),a.length=0,g(e)&&Array.from(l.querySelectorAll(t)).forEach(((t,l)=>{const{ts:n}=e[l]||{};if(!k(n))return;const o=new Date(n);R.holidays.some((e=>e.getDate()===o.getDate()&&e.getMonth()===o.getMonth()&&e.getFullYear()===o.getFullYear()))&&(f((()=>t.classList.add("c-date-picker__holiday"))),a.push(t))}))}),{immediate:!0,deep:!0});return()=>{n(),a.length=0}}}(e),e&&q.value&&(await f(),async function e(t=0){var a;t>2||(b.value=null==(a=$.value)?void 0:a.panelInstRef,b.value?v(b,{formatRef:E,attrs:{...C,type:R.type},isPanel:!0}):(await f(),e(++t)))}())}const Y=[];function O(){Y.forEach((e=>e())),Y.length=0}async function T(...e){var t,a,l,n,o,r;const u=null==(n=null==(l=null==(a=null==(t=$.value)?void 0:t.inputInstRef)?void 0:a.$el)?void 0:l.querySelector)?void 0:n.call(l,"input");if(R.type.includes("range")?null==(o=R.onConfirm)||o.call(R,...e):(await f(),u.focus(),L(u),u.blur(),null==(r=R.onConfirm)||r.call(R,Date.parse(u.value),u.value)),!(null==u?void 0:u.value)||!R.updateUnchangedValue||R.type.includes("range"))return;const d=u.value;h(u,V(new Date,x.value)),h(u,d)}function z(e){return R.allowedInvalidValue&&R.allowedInvalidValue===e}return n(O),o((()=>R.formattedValue),(e=>{j.value=z(e)?e:R.placeholder?R.placeholder:"选择日期时间",z(e)||(P=e)}),{immediate:!0}),I({$datePicker:$,focus:F,blur:H,setShortcutValue:async function(e){if(!R.type||!R.type.includes("range")||!$.value)return;const t=$.value.$el.querySelectorAll(".n-input__input-el");let a,l;const n=new Date;if("week"===e){const e=S(n,{weeks:1});a=V(_(e),x.value)}else{const e=S(n,{months:1});a=V(_(e),x.value)}l=V(A(n),x.value),h(t[0],a),await f(),h(t[1],l)}}),(t,a)=>(r(),u(d(m),{ref_key:"datePickerRef",ref:$,"onUpdate:show":B,onConfirm:T,placeholder:j.value,to:e.to,type:e.type,"formatted-value":d(U),"onUpdate:formatted-value":a[0]||(a[0]=e=>s(U)?U.value=e:null)},i({_:2},[p(t.$slots,((e,a)=>({name:a,fn:c((()=>[y(t.$slots,a)]))})))]),1032,["placeholder","to","type","formatted-value"]))}});export{I as default};
|
@@ -518,9 +518,6 @@ declare const ExpandField: SFCWithInstall<import("vue").DefineComponent<{
|
|
518
518
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
519
519
|
default: () => {};
|
520
520
|
};
|
521
|
-
forceShowSelectAll: {
|
522
|
-
type: BooleanConstructor;
|
523
|
-
};
|
524
521
|
}, {
|
525
522
|
$attrs: {
|
526
523
|
[x: string]: unknown;
|
@@ -623,9 +620,6 @@ declare const ExpandField: SFCWithInstall<import("vue").DefineComponent<{
|
|
623
620
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
624
621
|
default: () => {};
|
625
622
|
};
|
626
|
-
forceShowSelectAll: {
|
627
|
-
type: BooleanConstructor;
|
628
|
-
};
|
629
623
|
}>> & {
|
630
624
|
onCheck?: ((...args: any[]) => any) | undefined;
|
631
625
|
onCheckWithLevel?: ((...args: any[]) => any) | undefined;
|
@@ -714,9 +708,6 @@ declare const ExpandField: SFCWithInstall<import("vue").DefineComponent<{
|
|
714
708
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
715
709
|
default: () => {};
|
716
710
|
};
|
717
|
-
forceShowSelectAll: {
|
718
|
-
type: BooleanConstructor;
|
719
|
-
};
|
720
711
|
}, {
|
721
712
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
722
713
|
defaultList: {
|
@@ -800,9 +791,6 @@ declare const ExpandField: SFCWithInstall<import("vue").DefineComponent<{
|
|
800
791
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
801
792
|
default: () => {};
|
802
793
|
};
|
803
|
-
forceShowSelectAll: {
|
804
|
-
type: BooleanConstructor;
|
805
|
-
};
|
806
794
|
}>> & {}>>;
|
807
795
|
emit: any;
|
808
796
|
keyword: import("vue").Ref<string>;
|
@@ -953,9 +941,6 @@ declare const ExpandField: SFCWithInstall<import("vue").DefineComponent<{
|
|
953
941
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
954
942
|
default: () => {};
|
955
943
|
};
|
956
|
-
forceShowSelectAll: {
|
957
|
-
type: BooleanConstructor;
|
958
|
-
};
|
959
944
|
}>>, {
|
960
945
|
data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject)[];
|
961
946
|
defaultList: ((string | number) | {
|
@@ -987,7 +972,6 @@ declare const ExpandField: SFCWithInstall<import("vue").DefineComponent<{
|
|
987
972
|
switchTypeProps: import("../../shared/types").AnyObject[];
|
988
973
|
switchTypeData: import("../../shared/types").AnyObject;
|
989
974
|
tagProps: import("../../shared/types").AnyObject;
|
990
|
-
forceShowSelectAll: boolean;
|
991
975
|
}> | import("vue").DefineComponent<{
|
992
976
|
defaultList: {
|
993
977
|
type: import("vue").PropType<((string | number) | {
|
@@ -1074,9 +1058,6 @@ declare const ExpandField: SFCWithInstall<import("vue").DefineComponent<{
|
|
1074
1058
|
children: string;
|
1075
1059
|
};
|
1076
1060
|
};
|
1077
|
-
forceShowSelectAll: {
|
1078
|
-
type: BooleanConstructor;
|
1079
|
-
};
|
1080
1061
|
}, {
|
1081
1062
|
searchFilterBase: {
|
1082
1063
|
isOpen: boolean;
|
@@ -1088,7 +1069,10 @@ declare const ExpandField: SFCWithInstall<import("vue").DefineComponent<{
|
|
1088
1069
|
key: string;
|
1089
1070
|
label: string;
|
1090
1071
|
}[];
|
1091
|
-
labelListName:
|
1072
|
+
labelListName: {
|
1073
|
+
dept: string;
|
1074
|
+
role: string;
|
1075
|
+
};
|
1092
1076
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1093
1077
|
defaultList: {
|
1094
1078
|
type: import("vue").PropType<((string | number) | {
|
@@ -1175,9 +1159,6 @@ declare const ExpandField: SFCWithInstall<import("vue").DefineComponent<{
|
|
1175
1159
|
children: string;
|
1176
1160
|
};
|
1177
1161
|
};
|
1178
|
-
forceShowSelectAll: {
|
1179
|
-
type: BooleanConstructor;
|
1180
|
-
};
|
1181
1162
|
}>> & {}>>;
|
1182
1163
|
emit: any;
|
1183
1164
|
keyword: import("vue").Ref<string>;
|
@@ -1593,9 +1574,6 @@ declare const ExpandField: SFCWithInstall<import("vue").DefineComponent<{
|
|
1593
1574
|
children: string;
|
1594
1575
|
};
|
1595
1576
|
};
|
1596
|
-
forceShowSelectAll: {
|
1597
|
-
type: BooleanConstructor;
|
1598
|
-
};
|
1599
1577
|
}>>, {
|
1600
1578
|
data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject)[];
|
1601
1579
|
defaultList: ((string | number) | {
|
@@ -1627,7 +1605,6 @@ declare const ExpandField: SFCWithInstall<import("vue").DefineComponent<{
|
|
1627
1605
|
showSelectType: boolean;
|
1628
1606
|
roleData: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../shared/types").AnyObject)[];
|
1629
1607
|
roleFields: Record<string, any>;
|
1630
|
-
forceShowSelectAll: boolean;
|
1631
1608
|
}>>;
|
1632
1609
|
getProps: import("vue").ComputedRef<Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1633
1610
|
defaultList: {
|
@@ -1727,9 +1704,6 @@ declare const ExpandField: SFCWithInstall<import("vue").DefineComponent<{
|
|
1727
1704
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
1728
1705
|
default: () => {};
|
1729
1706
|
};
|
1730
|
-
forceShowSelectAll: {
|
1731
|
-
type: BooleanConstructor;
|
1732
|
-
};
|
1733
1707
|
}>> & {
|
1734
1708
|
onCheck?: ((...args: any[]) => any) | undefined;
|
1735
1709
|
onCheckWithLevel?: ((...args: any[]) => any) | undefined;
|
@@ -1836,9 +1810,6 @@ declare const ExpandField: SFCWithInstall<import("vue").DefineComponent<{
|
|
1836
1810
|
type: import("vue").PropType<import("../../shared/types").AnyObject>;
|
1837
1811
|
default: () => {};
|
1838
1812
|
};
|
1839
|
-
forceShowSelectAll: {
|
1840
|
-
type: BooleanConstructor;
|
1841
|
-
};
|
1842
1813
|
}>> & {
|
1843
1814
|
onCheck?: ((...args: any[]) => any) | undefined;
|
1844
1815
|
onCheckWithLevel?: ((...args: any[]) => any) | undefined;
|
@@ -1876,7 +1847,6 @@ declare const ExpandField: SFCWithInstall<import("vue").DefineComponent<{
|
|
1876
1847
|
switchTypeProps: import("../../shared/types").AnyObject[];
|
1877
1848
|
switchTypeData: import("../../shared/types").AnyObject;
|
1878
1849
|
tagProps: import("../../shared/types").AnyObject;
|
1879
|
-
forceShowSelectAll: boolean;
|
1880
1850
|
}>>;
|
1881
1851
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("check" | "changeModalVisible")[], "check" | "changeModalVisible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1882
1852
|
visible: {
|
@@ -192,9 +192,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
192
192
|
type: PropType<import("../../../../shared/types").AnyObject>;
|
193
193
|
default: () => {};
|
194
194
|
};
|
195
|
-
forceShowSelectAll: {
|
196
|
-
type: BooleanConstructor;
|
197
|
-
};
|
198
195
|
}, {
|
199
196
|
$attrs: {
|
200
197
|
[x: string]: unknown;
|
@@ -297,9 +294,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
297
294
|
type: PropType<import("../../../../shared/types").AnyObject>;
|
298
295
|
default: () => {};
|
299
296
|
};
|
300
|
-
forceShowSelectAll: {
|
301
|
-
type: BooleanConstructor;
|
302
|
-
};
|
303
297
|
}>> & {
|
304
298
|
onCheck?: ((...args: any[]) => any) | undefined;
|
305
299
|
onCheckWithLevel?: ((...args: any[]) => any) | undefined;
|
@@ -388,9 +382,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
388
382
|
type: PropType<import("../../../../shared/types").AnyObject>;
|
389
383
|
default: () => {};
|
390
384
|
};
|
391
|
-
forceShowSelectAll: {
|
392
|
-
type: BooleanConstructor;
|
393
|
-
};
|
394
385
|
}, {
|
395
386
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
396
387
|
defaultList: {
|
@@ -474,9 +465,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
474
465
|
type: PropType<import("../../../../shared/types").AnyObject>;
|
475
466
|
default: () => {};
|
476
467
|
};
|
477
|
-
forceShowSelectAll: {
|
478
|
-
type: BooleanConstructor;
|
479
|
-
};
|
480
468
|
}>> & {}>>;
|
481
469
|
emit: any;
|
482
470
|
keyword: import("vue").Ref<string>;
|
@@ -627,9 +615,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
627
615
|
type: PropType<import("../../../../shared/types").AnyObject>;
|
628
616
|
default: () => {};
|
629
617
|
};
|
630
|
-
forceShowSelectAll: {
|
631
|
-
type: BooleanConstructor;
|
632
|
-
};
|
633
618
|
}>>, {
|
634
619
|
data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject)[];
|
635
620
|
defaultList: ((string | number) | {
|
@@ -661,7 +646,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
661
646
|
switchTypeProps: import("../../../../shared/types").AnyObject[];
|
662
647
|
switchTypeData: import("../../../../shared/types").AnyObject;
|
663
648
|
tagProps: import("../../../../shared/types").AnyObject;
|
664
|
-
forceShowSelectAll: boolean;
|
665
649
|
}> | import("vue").DefineComponent<{
|
666
650
|
defaultList: {
|
667
651
|
type: PropType<((string | number) | {
|
@@ -748,9 +732,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
748
732
|
children: string;
|
749
733
|
};
|
750
734
|
};
|
751
|
-
forceShowSelectAll: {
|
752
|
-
type: BooleanConstructor;
|
753
|
-
};
|
754
735
|
}, {
|
755
736
|
searchFilterBase: {
|
756
737
|
isOpen: boolean;
|
@@ -762,7 +743,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
762
743
|
key: string;
|
763
744
|
label: string;
|
764
745
|
}[];
|
765
|
-
labelListName:
|
746
|
+
labelListName: {
|
747
|
+
dept: string;
|
748
|
+
role: string;
|
749
|
+
};
|
766
750
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
767
751
|
defaultList: {
|
768
752
|
type: PropType<((string | number) | {
|
@@ -849,9 +833,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
849
833
|
children: string;
|
850
834
|
};
|
851
835
|
};
|
852
|
-
forceShowSelectAll: {
|
853
|
-
type: BooleanConstructor;
|
854
|
-
};
|
855
836
|
}>> & {}>>;
|
856
837
|
emit: any;
|
857
838
|
keyword: import("vue").Ref<string>;
|
@@ -1267,9 +1248,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1267
1248
|
children: string;
|
1268
1249
|
};
|
1269
1250
|
};
|
1270
|
-
forceShowSelectAll: {
|
1271
|
-
type: BooleanConstructor;
|
1272
|
-
};
|
1273
1251
|
}>>, {
|
1274
1252
|
data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject)[];
|
1275
1253
|
defaultList: ((string | number) | {
|
@@ -1301,7 +1279,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1301
1279
|
showSelectType: boolean;
|
1302
1280
|
roleData: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & import("../../../../shared/types").AnyObject)[];
|
1303
1281
|
roleFields: Record<string, any>;
|
1304
|
-
forceShowSelectAll: boolean;
|
1305
1282
|
}>>;
|
1306
1283
|
getProps: import("vue").ComputedRef<Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1307
1284
|
defaultList: {
|
@@ -1401,9 +1378,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1401
1378
|
type: PropType<import("../../../../shared/types").AnyObject>;
|
1402
1379
|
default: () => {};
|
1403
1380
|
};
|
1404
|
-
forceShowSelectAll: {
|
1405
|
-
type: BooleanConstructor;
|
1406
|
-
};
|
1407
1381
|
}>> & {
|
1408
1382
|
onCheck?: ((...args: any[]) => any) | undefined;
|
1409
1383
|
onCheckWithLevel?: ((...args: any[]) => any) | undefined;
|
@@ -1510,9 +1484,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1510
1484
|
type: PropType<import("../../../../shared/types").AnyObject>;
|
1511
1485
|
default: () => {};
|
1512
1486
|
};
|
1513
|
-
forceShowSelectAll: {
|
1514
|
-
type: BooleanConstructor;
|
1515
|
-
};
|
1516
1487
|
}>> & {
|
1517
1488
|
onCheck?: ((...args: any[]) => any) | undefined;
|
1518
1489
|
onCheckWithLevel?: ((...args: any[]) => any) | undefined;
|
@@ -1550,7 +1521,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1550
1521
|
switchTypeProps: import("../../../../shared/types").AnyObject[];
|
1551
1522
|
switchTypeData: import("../../../../shared/types").AnyObject;
|
1552
1523
|
tagProps: import("../../../../shared/types").AnyObject;
|
1553
|
-
forceShowSelectAll: boolean;
|
1554
1524
|
}>>;
|
1555
1525
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("check" | "changeModalVisible")[], "check" | "changeModalVisible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1556
1526
|
visible: {
|
@@ -151,9 +151,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
151
151
|
type: PropType<AnyObject>;
|
152
152
|
default: () => {};
|
153
153
|
};
|
154
|
-
forceShowSelectAll: {
|
155
|
-
type: BooleanConstructor;
|
156
|
-
};
|
157
154
|
}, {
|
158
155
|
$attrs: {
|
159
156
|
[x: string]: unknown;
|
@@ -256,9 +253,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
256
253
|
type: PropType<AnyObject>;
|
257
254
|
default: () => {};
|
258
255
|
};
|
259
|
-
forceShowSelectAll: {
|
260
|
-
type: BooleanConstructor;
|
261
|
-
};
|
262
256
|
}>> & {
|
263
257
|
onCheck?: ((...args: any[]) => any) | undefined;
|
264
258
|
onCheckWithLevel?: ((...args: any[]) => any) | undefined;
|
@@ -347,9 +341,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
347
341
|
type: PropType<AnyObject>;
|
348
342
|
default: () => {};
|
349
343
|
};
|
350
|
-
forceShowSelectAll: {
|
351
|
-
type: BooleanConstructor;
|
352
|
-
};
|
353
344
|
}, {
|
354
345
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
355
346
|
defaultList: {
|
@@ -433,9 +424,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
433
424
|
type: PropType<AnyObject>;
|
434
425
|
default: () => {};
|
435
426
|
};
|
436
|
-
forceShowSelectAll: {
|
437
|
-
type: BooleanConstructor;
|
438
|
-
};
|
439
427
|
}>> & {}>>;
|
440
428
|
emit: any;
|
441
429
|
keyword: import("vue").Ref<string>;
|
@@ -586,9 +574,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
586
574
|
type: PropType<AnyObject>;
|
587
575
|
default: () => {};
|
588
576
|
};
|
589
|
-
forceShowSelectAll: {
|
590
|
-
type: BooleanConstructor;
|
591
|
-
};
|
592
577
|
}>>, {
|
593
578
|
data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[];
|
594
579
|
defaultList: ((string | number) | {
|
@@ -620,7 +605,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
620
605
|
switchTypeProps: AnyObject[];
|
621
606
|
switchTypeData: AnyObject;
|
622
607
|
tagProps: AnyObject;
|
623
|
-
forceShowSelectAll: boolean;
|
624
608
|
}> | import("vue").DefineComponent<{
|
625
609
|
defaultList: {
|
626
610
|
type: PropType<((string | number) | {
|
@@ -707,9 +691,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
707
691
|
children: string;
|
708
692
|
};
|
709
693
|
};
|
710
|
-
forceShowSelectAll: {
|
711
|
-
type: BooleanConstructor;
|
712
|
-
};
|
713
694
|
}, {
|
714
695
|
searchFilterBase: {
|
715
696
|
isOpen: boolean;
|
@@ -721,7 +702,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
721
702
|
key: string;
|
722
703
|
label: string;
|
723
704
|
}[];
|
724
|
-
labelListName:
|
705
|
+
labelListName: {
|
706
|
+
dept: string;
|
707
|
+
role: string;
|
708
|
+
};
|
725
709
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
726
710
|
defaultList: {
|
727
711
|
type: PropType<((string | number) | {
|
@@ -808,9 +792,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
808
792
|
children: string;
|
809
793
|
};
|
810
794
|
};
|
811
|
-
forceShowSelectAll: {
|
812
|
-
type: BooleanConstructor;
|
813
|
-
};
|
814
795
|
}>> & {}>>;
|
815
796
|
emit: any;
|
816
797
|
keyword: import("vue").Ref<string>;
|
@@ -1226,9 +1207,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1226
1207
|
children: string;
|
1227
1208
|
};
|
1228
1209
|
};
|
1229
|
-
forceShowSelectAll: {
|
1230
|
-
type: BooleanConstructor;
|
1231
|
-
};
|
1232
1210
|
}>>, {
|
1233
1211
|
data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[];
|
1234
1212
|
defaultList: ((string | number) | {
|
@@ -1260,7 +1238,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1260
1238
|
showSelectType: boolean;
|
1261
1239
|
roleData: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[];
|
1262
1240
|
roleFields: Record<string, any>;
|
1263
|
-
forceShowSelectAll: boolean;
|
1264
1241
|
}>>;
|
1265
1242
|
getProps: import("vue").ComputedRef<Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1266
1243
|
defaultList: {
|
@@ -1360,9 +1337,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1360
1337
|
type: PropType<AnyObject>;
|
1361
1338
|
default: () => {};
|
1362
1339
|
};
|
1363
|
-
forceShowSelectAll: {
|
1364
|
-
type: BooleanConstructor;
|
1365
|
-
};
|
1366
1340
|
}>> & {
|
1367
1341
|
onCheck?: ((...args: any[]) => any) | undefined;
|
1368
1342
|
onCheckWithLevel?: ((...args: any[]) => any) | undefined;
|
@@ -1469,9 +1443,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1469
1443
|
type: PropType<AnyObject>;
|
1470
1444
|
default: () => {};
|
1471
1445
|
};
|
1472
|
-
forceShowSelectAll: {
|
1473
|
-
type: BooleanConstructor;
|
1474
|
-
};
|
1475
1446
|
}>> & {
|
1476
1447
|
onCheck?: ((...args: any[]) => any) | undefined;
|
1477
1448
|
onCheckWithLevel?: ((...args: any[]) => any) | undefined;
|
@@ -1509,7 +1480,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1509
1480
|
switchTypeProps: AnyObject[];
|
1510
1481
|
switchTypeData: AnyObject;
|
1511
1482
|
tagProps: AnyObject;
|
1512
|
-
forceShowSelectAll: boolean;
|
1513
1483
|
}>>;
|
1514
1484
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("check" | "changeModalVisible")[], "check" | "changeModalVisible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1515
1485
|
visible: {
|
@@ -462,9 +462,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
462
462
|
type: import("vue").PropType<AnyObject>;
|
463
463
|
default: () => {};
|
464
464
|
};
|
465
|
-
forceShowSelectAll: {
|
466
|
-
type: BooleanConstructor;
|
467
|
-
};
|
468
465
|
}, {
|
469
466
|
$attrs: {
|
470
467
|
[x: string]: unknown;
|
@@ -567,9 +564,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
567
564
|
type: import("vue").PropType<AnyObject>;
|
568
565
|
default: () => {};
|
569
566
|
};
|
570
|
-
forceShowSelectAll: {
|
571
|
-
type: BooleanConstructor;
|
572
|
-
};
|
573
567
|
}>> & {
|
574
568
|
onCheck?: ((...args: any[]) => any) | undefined;
|
575
569
|
onCheckWithLevel?: ((...args: any[]) => any) | undefined;
|
@@ -658,9 +652,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
658
652
|
type: import("vue").PropType<AnyObject>;
|
659
653
|
default: () => {};
|
660
654
|
};
|
661
|
-
forceShowSelectAll: {
|
662
|
-
type: BooleanConstructor;
|
663
|
-
};
|
664
655
|
}, {
|
665
656
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
666
657
|
defaultList: {
|
@@ -744,9 +735,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
744
735
|
type: import("vue").PropType<AnyObject>;
|
745
736
|
default: () => {};
|
746
737
|
};
|
747
|
-
forceShowSelectAll: {
|
748
|
-
type: BooleanConstructor;
|
749
|
-
};
|
750
738
|
}>> & {}>>;
|
751
739
|
emit: any;
|
752
740
|
keyword: import("vue").Ref<string>;
|
@@ -897,9 +885,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
897
885
|
type: import("vue").PropType<AnyObject>;
|
898
886
|
default: () => {};
|
899
887
|
};
|
900
|
-
forceShowSelectAll: {
|
901
|
-
type: BooleanConstructor;
|
902
|
-
};
|
903
888
|
}>>, {
|
904
889
|
data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[];
|
905
890
|
defaultList: ((string | number) | {
|
@@ -931,7 +916,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
931
916
|
switchTypeProps: AnyObject[];
|
932
917
|
switchTypeData: AnyObject;
|
933
918
|
tagProps: AnyObject;
|
934
|
-
forceShowSelectAll: boolean;
|
935
919
|
}> | import("vue").DefineComponent<{
|
936
920
|
defaultList: {
|
937
921
|
type: import("vue").PropType<((string | number) | {
|
@@ -1018,9 +1002,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1018
1002
|
children: string;
|
1019
1003
|
};
|
1020
1004
|
};
|
1021
|
-
forceShowSelectAll: {
|
1022
|
-
type: BooleanConstructor;
|
1023
|
-
};
|
1024
1005
|
}, {
|
1025
1006
|
searchFilterBase: {
|
1026
1007
|
isOpen: boolean;
|
@@ -1032,7 +1013,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1032
1013
|
key: string;
|
1033
1014
|
label: string;
|
1034
1015
|
}[];
|
1035
|
-
labelListName:
|
1016
|
+
labelListName: {
|
1017
|
+
dept: string;
|
1018
|
+
role: string;
|
1019
|
+
};
|
1036
1020
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1037
1021
|
defaultList: {
|
1038
1022
|
type: import("vue").PropType<((string | number) | {
|
@@ -1119,9 +1103,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1119
1103
|
children: string;
|
1120
1104
|
};
|
1121
1105
|
};
|
1122
|
-
forceShowSelectAll: {
|
1123
|
-
type: BooleanConstructor;
|
1124
|
-
};
|
1125
1106
|
}>> & {}>>;
|
1126
1107
|
emit: any;
|
1127
1108
|
keyword: import("vue").Ref<string>;
|
@@ -1537,9 +1518,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1537
1518
|
children: string;
|
1538
1519
|
};
|
1539
1520
|
};
|
1540
|
-
forceShowSelectAll: {
|
1541
|
-
type: BooleanConstructor;
|
1542
|
-
};
|
1543
1521
|
}>>, {
|
1544
1522
|
data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[];
|
1545
1523
|
defaultList: ((string | number) | {
|
@@ -1571,7 +1549,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1571
1549
|
showSelectType: boolean;
|
1572
1550
|
roleData: (import("naive-ui/es/tree/src/interface").TreeOptionBase & Record<string, unknown> & AnyObject)[];
|
1573
1551
|
roleFields: Record<string, any>;
|
1574
|
-
forceShowSelectAll: boolean;
|
1575
1552
|
}>>;
|
1576
1553
|
getProps: import("vue").ComputedRef<Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1577
1554
|
defaultList: {
|
@@ -1671,9 +1648,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1671
1648
|
type: import("vue").PropType<AnyObject>;
|
1672
1649
|
default: () => {};
|
1673
1650
|
};
|
1674
|
-
forceShowSelectAll: {
|
1675
|
-
type: BooleanConstructor;
|
1676
|
-
};
|
1677
1651
|
}>> & {
|
1678
1652
|
onCheck?: ((...args: any[]) => any) | undefined;
|
1679
1653
|
onCheckWithLevel?: ((...args: any[]) => any) | undefined;
|
@@ -1780,9 +1754,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1780
1754
|
type: import("vue").PropType<AnyObject>;
|
1781
1755
|
default: () => {};
|
1782
1756
|
};
|
1783
|
-
forceShowSelectAll: {
|
1784
|
-
type: BooleanConstructor;
|
1785
|
-
};
|
1786
1757
|
}>> & {
|
1787
1758
|
onCheck?: ((...args: any[]) => any) | undefined;
|
1788
1759
|
onCheckWithLevel?: ((...args: any[]) => any) | undefined;
|
@@ -1820,7 +1791,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1820
1791
|
switchTypeProps: AnyObject[];
|
1821
1792
|
switchTypeData: AnyObject;
|
1822
1793
|
tagProps: AnyObject;
|
1823
|
-
forceShowSelectAll: boolean;
|
1824
1794
|
}>>;
|
1825
1795
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("check" | "changeModalVisible")[], "check" | "changeModalVisible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1826
1796
|
visible: {
|