cnhis-design-vue 3.1.46-release.1 → 3.1.46-release.3

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.
Files changed (66) hide show
  1. package/es/components/button-print/index.d.ts +1 -1
  2. package/es/components/button-print/src/ButtonPrint.vue.d.ts +1 -1
  3. package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
  4. package/es/components/button-print/src/utils/print.js +1 -1
  5. package/es/components/classification/index.d.ts +1 -1
  6. package/es/components/classification/src/index.vue.d.ts +1 -1
  7. package/es/components/classification/src/index.vue2.js +1 -1
  8. package/es/components/date-picker/src/DatePicker.vue2.js +1 -1
  9. package/es/components/form-config/index.d.ts +22 -0
  10. package/es/components/form-config/src/FormConfig.vue.d.ts +22 -0
  11. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +11 -0
  12. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +11 -0
  13. package/es/components/form-render/index.d.ts +11 -0
  14. package/es/components/form-render/src/FormRender.vue.d.ts +12 -1
  15. package/es/components/form-render/src/FormRender.vue2.js +1 -1
  16. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +11 -0
  17. package/es/components/form-render/src/components/renderer/levelSearchCascader.js +1 -1
  18. package/es/components/form-render/src/hooks/useOperationalForm.d.ts +7 -0
  19. package/es/components/form-render/src/hooks/useOperationalForm.js +1 -0
  20. package/es/components/form-render/src/types/index.d.ts +7 -0
  21. package/es/components/iho-table/index.d.ts +2 -0
  22. package/es/components/iho-table/src/IhoTable.vue.d.ts +2 -0
  23. package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -0
  24. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +2 -0
  25. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.js +1 -1
  26. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +2 -2
  27. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/checkRendererPlugin.js +1 -1
  28. package/es/components/iho-table/src/types/index.d.ts +1 -0
  29. package/es/components/iho-table/src/types/pluginType.d.ts +2 -0
  30. package/es/components/iho-table/style/index.css +1 -1
  31. package/es/components/index.css +1 -1
  32. package/es/components/info-header/index.d.ts +26 -0
  33. package/es/components/info-header/src/InfoHeader.vue.d.ts +26 -0
  34. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +11 -0
  35. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +11 -0
  36. package/es/components/scale-view/index.d.ts +8 -8
  37. package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
  38. package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +4 -4
  39. package/es/components/scale-view/src/components/formitem/r-checkbox.js +1 -1
  40. package/es/components/scale-view/src/components/formitem/r-radio.d.ts +4 -4
  41. package/es/components/scale-view/src/components/formitem/r-radio.js +1 -1
  42. package/es/components/scale-view/src/hooks/use-component.d.ts +16 -16
  43. package/es/components/scale-view/style/index.css +1 -1
  44. package/es/components/select-person/index.d.ts +21 -0
  45. package/es/components/select-person/src/SelectPerson.vue.d.ts +19 -0
  46. package/es/components/select-person/src/SelectPerson.vue2.js +1 -1
  47. package/es/components/shortcut-setter/index.d.ts +11 -0
  48. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +11 -0
  49. package/es/components/table-export-field/index.d.ts +110 -20
  50. package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +91 -16
  51. package/es/components/table-export-field/src/components/ExportModal.vue2.js +1 -1
  52. package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +13 -0
  53. package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +1 -1
  54. package/es/components/table-export-field/src/index.vue.d.ts +110 -20
  55. package/es/components/table-export-field/src/index.vue2.js +1 -1
  56. package/es/components/table-export-field/src/tool.d.ts +1 -0
  57. package/es/components/table-export-field/src/tool.js +1 -0
  58. package/es/components/table-export-field/style/index.css +1 -1
  59. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +1 -1
  60. package/es/components/table-filter/src/hooks/useAdvanced.d.ts +1 -1
  61. package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
  62. package/es/shared/hooks/useDateTime.d.ts +1 -1
  63. package/es/shared/hooks/useDateTime.js +1 -1
  64. package/es/shared/package.json.js +1 -1
  65. package/es/shared/types/index.d.ts +1 -0
  66. package/package.json +2 -2
@@ -1 +1 @@
1
- import{computed as e,unref as t}from"vue";import{useDebounceFn as n,useEventListener as l}from"@vueuse/core";import{isValid as i}from"date-fns";function o(o,s,u){const r=n((e=>{!function(e){const t=e.target;if(["INPUT"].includes(t.tagName)){const{selectionStart:e=0,selectionEnd:n=0}=t;e===n&&t.select()}}(e)}),200),c=e((()=>{var e;return null==(e=o.value)?void 0:e.$el})),a=e((()=>{const e={};return["date","time","hour","minute","second"].forEach((t=>function(e,t){const n=`is-${t}-disabled`;u[n]&&(e[n.replace(/-(\w)/g,((e,t)=>t.toUpperCase()))]=u[n])}(e,t))),e}));function d(e,n,l){const i=e.value;if(!i)return;const o=e.selectionEnd||0,u=i.length;let r=0,c=0,a=0,d="",f=0;for(;r<u;){const e=i[r++];if(/\d/.test(e)&&(d+=e),r===o){a=d.length;const e=i.slice(r).match(/^\d+/);f=e?e[0].length:0}}const v=t(s),g=Array.isArray(v)?function(e){var t,n;let l=!1,i=e.parentNode||null;for(;i;){if(null==(n=null==(t=i.classList)?void 0:t.contains)?void 0:n.call(t,"n-time-picker")){l=!0;break}i=i.parentNode||null}return l}(e)?v[1]:v[0]:v;let m="",p=0,h=0;for(r=0;r<g.length&&(l||!(c>=d.length));){const e=g[r++];if(/[yMdHms]/.test(e)?m+=d[c++]||"0":m+=e,n&&c===a){a=-1,p=m.length,h=p;let e=g.slice(r).match(/^[yMdHms]+/);e?(f=Math.min(f,e[0].length),f&&(m+=d.slice(c,c+f),c+=f),r+=e[0].length):(e=g.slice(r).match(/^([^yMdHms]+)([yMdHms]*)/),e&&(p+=e[1].length,h=p+e[2].length))}}const b=m!==i;if(b){e.value=m;const t=new InputEvent("input");e.dispatchEvent(t)}return n&&(p=p||m.length+1,h=h||m.length+1,e.setSelectionRange(p,h)),b}return l(c,"input",(function(e){const t=e.target;if(!t.value||!Reflect.get(t,"_f_"))return;Reflect.set(t,"_f_",0),d(t,!0)&&(e.preventDefault(),e.stopPropagation())}),!0),l(c,"keydown",(function(e){const{key:t}=e,n=e.target;if(/\d/.test(t)&&n)Reflect.set(n,"_f_",1);else if("Enter"===t){d(n,!1,!0);const e=null==n?void 0:n.value,t=Reflect.get(u,"type")||"";e&&!t.includes("range")&&i(new Date(e))&&!function(e){const{isTimeDisabled:t,isDateDisabled:n,isHourDisabled:l,isMinuteDisabled:i,isSecondDisabled:o}=a.value;if(null==n?void 0:n(e.getTime()))return;const s=(null==t?void 0:t(e.getTime()).isHourDisabled)||l,u=(null==t?void 0:t(e.getTime()).isMinuteDisabled)||i,r=(null==t?void 0:t(e.getTime()).isSecondDisabled)||o;if(null==s?void 0:s(e.getHours()))return;if(null==u?void 0:u(e.getMinutes()))return;if(null==r?void 0:r(e.getMinutes()))return;return!0}(new Date(e))&&(n.value="",n.dispatchEvent(new InputEvent("input")))}}),!0),l(c,"click",r,!0),{focus:()=>{var e,t;return null==(t=null==(e=o.value)?void 0:e.focus)?void 0:t.call(e)},blur:()=>{var e,t;return null==(t=null==(e=o.value)?void 0:e.blur)?void 0:t.call(e)}}}export{o as useDateTime};
1
+ import{computed as e,unref as t}from"vue";import{useDebounceFn as n,useEventListener as l}from"@vueuse/core";import{isValid as i}from"date-fns";function o(o,s,u,r){const c=n((e=>{!function(e){const t=e.target;if(["INPUT"].includes(t.tagName)){const{selectionStart:e=0,selectionEnd:n=0}=t;e===n&&t.select()}}(e)}),200),a=e((()=>{var e;return null==(e=o.value)?void 0:e.$el})),d=e((()=>{const e={};return["date","time","hour","minute","second"].forEach((t=>function(e,t){const n=`is-${t}-disabled`;u[n]&&(e[n.replace(/-(\w)/g,((e,t)=>t.toUpperCase()))]=u[n])}(e,t))),e}));function f(e,t=""){e.value=t,e.dispatchEvent(new InputEvent("input"))}function v(e,n,l){const i=e.value;if(!i)return;const o=e.selectionEnd||0,u=i.length;let r=0,c=0,a=0,d="",v=0;for(;r<u;){const e=i[r++];if(/\d/.test(e)&&(d+=e),r===o){a=d.length;const e=i.slice(r).match(/^\d+/);v=e?e[0].length:0}}const g=t(s),m=Array.isArray(g)?function(e){var t,n;let l=!1,i=e.parentNode||null;for(;i;){if(null==(n=null==(t=i.classList)?void 0:t.contains)?void 0:n.call(t,"n-time-picker")){l=!0;break}i=i.parentNode||null}return l}(e)?g[1]:g[0]:g;let h="",p=0,b=0;for(r=0;r<m.length&&(l||!(c>=d.length));){const e=m[r++];if(/[yMdHms]/.test(e)?h+=d[c++]||"0":h+=e,n&&c===a){a=-1,p=h.length,b=p;let e=m.slice(r).match(/^[yMdHms]+/);e?(v=Math.min(v,e[0].length),v&&(h+=d.slice(c,c+v),c+=v),r+=e[0].length):(e=m.slice(r).match(/^([^yMdHms]+)([yMdHms]*)/),e&&(p+=e[1].length,b=p+e[2].length))}}const D=h!==i;return D&&f(e,h),n&&(p=p||h.length+1,b=b||h.length+1,e.setSelectionRange(p,b)),D}return l(a,"input",(function(e){const t=e.target;if(!t.value||!Reflect.get(t,"_f_"))return;Reflect.set(t,"_f_",0),v(t,!0)&&(e.preventDefault(),e.stopPropagation())}),!0),l(a,"keydown",(function(e){const{key:t}=e,n=e.target;if(/\d/.test(t)&&n)Reflect.set(n,"_f_",1);else if("Enter"===t){v(n,!1,!0);const e=null==n?void 0:n.value,t=Reflect.get(u,"type")||"";e&&!t.includes("range")&&i(new Date(e))&&!function(e){const{isTimeDisabled:t,isDateDisabled:n,isHourDisabled:l,isMinuteDisabled:i,isSecondDisabled:o}=d.value;if(null==n?void 0:n(e.getTime()))return;const s=(null==t?void 0:t(e.getTime()).isHourDisabled)||l,u=(null==t?void 0:t(e.getTime()).isMinuteDisabled)||i,r=(null==t?void 0:t(e.getTime()).isSecondDisabled)||o;if(null==s?void 0:s(e.getHours()))return;if(null==u?void 0:u(e.getMinutes()))return;if(null==r?void 0:r(e.getMinutes()))return;return!0}(new Date(e))&&f(n)}else if("Backspace"===t&&!r){const e=null==n?void 0:n.value;1===(null==e?void 0:e.length)&&(f(n),n.blur(),n.focus())}}),!0),l(a,"click",c,!0),{focus:()=>{var e,t;return null==(t=null==(e=o.value)?void 0:e.focus)?void 0:t.call(e)},blur:()=>{var e,t;return null==(t=null==(e=o.value)?void 0:e.blur)?void 0:t.call(e)}}}export{o as useDateTime};
@@ -1 +1 @@
1
- var e="@cnhis-design-vue/shared",s="3.1.46-release.1",i="index.ts",n={"naive-ui":"^2.30.0",vue:"^3.2.0"},a={"@vicons/ionicons5":"^0.12.0","lodash-es":"^4.17.21",moment:"^2.29.1","video.js":"^7.19.2","videojs-contrib-hls":"^5.15.0",viewerjs:"^1.10.5","xe-utils":"^3.5.4"},d={name:e,version:"3.1.46-release.1",private:!0,main:"index.ts",peerDependencies:n,dependencies:a};export{d as default,a as dependencies,i as main,e as name,n as peerDependencies,s as version};
1
+ var e="@cnhis-design-vue/shared",s="3.1.46-release.3",i="index.ts",n={"naive-ui":"^2.30.0",vue:"^3.2.0"},a={"@vicons/ionicons5":"^0.12.0","lodash-es":"^4.17.21",moment:"^2.29.1","video.js":"^7.19.2","videojs-contrib-hls":"^5.15.0",viewerjs:"^1.10.5","xe-utils":"^3.5.4"},d={name:e,version:"3.1.46-release.3",private:!0,main:"index.ts",peerDependencies:n,dependencies:a};export{d as default,a as dependencies,i as main,e as name,n as peerDependencies,s as version};
@@ -20,3 +20,4 @@ export declare type TupleToUnion<T extends readonly unknown[]> = T[number];
20
20
  declare type UnionToIntersection<T> = (T extends T ? (params: T) => any : never) extends (P: infer R) => any ? R : never;
21
21
  export declare type UnionToTuple<T, Result extends unknown[] = []> = UnionToIntersection<T extends any ? () => T : never> extends () => infer Return ? UnionToTuple<Exclude<T, Return>, [Return, ...Result]> : Result;
22
22
  export declare type MaybeString<T extends string | number> = T | `${T}`;
23
+ export declare type GetFn<T> = T extends (...args: any[]) => any ? T : never;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cnhis-design-vue",
3
- "version": "3.1.46-release.1",
3
+ "version": "3.1.46-release.3",
4
4
  "license": "ISC",
5
5
  "module": "./es/components/index.js",
6
6
  "main": "./es/components/index.js",
@@ -61,5 +61,5 @@
61
61
  "iOS 7",
62
62
  "last 3 iOS versions"
63
63
  ],
64
- "gitHead": "80c2addfa8d4c7c6c3474bb93e4fe15eb58e17b4"
64
+ "gitHead": "e9b1905b3574098f620c97ae51f0d75500f0b761"
65
65
  }