cnhis-design-vue 3.1.41-beta.42 → 3.1.41-beta.43

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 (33) hide show
  1. package/es/components/annotation-edit/src/AnnotationEdit.js +1 -1
  2. package/es/components/annotation-edit/style/index.css +1 -1
  3. package/es/components/base-search/style/index.css +1 -1
  4. package/es/components/big-table/style/index.css +1 -1
  5. package/es/components/classification/index.d.ts +2 -2
  6. package/es/components/classification/src/index.vue.d.ts +2 -2
  7. package/es/components/classification/src/index.vue.js +1 -1
  8. package/es/components/classification/style/index.css +1 -1
  9. package/es/components/form-config/index.d.ts +10 -2
  10. package/es/components/form-config/src/FormConfig.vue.d.ts +10 -2
  11. package/es/components/form-config/src/FormConfig.vue.js +1 -1
  12. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +1 -1
  13. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +1 -1
  14. package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +9 -1
  15. package/es/components/form-config/src/components/FormConfigMaterialItem.js +1 -1
  16. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +29 -2
  17. package/es/components/form-config/src/components/renderer/DefaultNode.vue.js +1 -1
  18. package/es/components/form-config/style/index.css +1 -1
  19. package/es/components/form-render/index.d.ts +1 -1
  20. package/es/components/form-render/src/FormRender.vue.d.ts +1 -1
  21. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +1 -1
  22. package/es/components/form-render/style/index.css +1 -1
  23. package/es/components/iho-table/src/IhoTable.vue.js +1 -1
  24. package/es/components/index.css +1 -1
  25. package/es/components/info-header/index.d.ts +2 -2
  26. package/es/components/info-header/src/InfoHeader.vue.d.ts +2 -2
  27. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +1 -1
  28. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +1 -1
  29. package/es/components/shortcut-setter/index.d.ts +1 -1
  30. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +1 -1
  31. package/es/components/table-filter/src/types/index.d.ts +5 -5
  32. package/es/shared/mixins/useTheme.js +1 -1
  33. package/package.json +2 -2
@@ -2464,8 +2464,8 @@ declare const _default: import("vue").DefineComponent<{
2464
2464
  reset: (options?: import("../../../../../../es/components/form-render").IFieldResetOptions | undefined) => Promise<void>;
2465
2465
  active: boolean;
2466
2466
  disabled: boolean;
2467
- value: string;
2468
2467
  display: import("../../../../../../es/components/form-render").FieldDisplayTypes;
2468
+ value: string;
2469
2469
  readonly index: string | number;
2470
2470
  onFocus: (...args: any[]) => Promise<void>;
2471
2471
  onBlur: (...args: any[]) => Promise<void>;
@@ -475,8 +475,8 @@ declare const _default: import("vue").DefineComponent<{
475
475
  reset: (options?: import("../../../../../../es/components/form-render").IFieldResetOptions | undefined) => Promise<void>;
476
476
  active: boolean;
477
477
  disabled: boolean;
478
- value: string;
479
478
  display: import("../../../../../../es/components/form-render").FieldDisplayTypes;
479
+ value: string;
480
480
  readonly index: string | number;
481
481
  onFocus: (...args: any[]) => Promise<void>;
482
482
  onBlur: (...args: any[]) => Promise<void>;
@@ -2146,8 +2146,8 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
2146
2146
  reset: (options?: import("@formily/core").IFieldResetOptions | undefined) => Promise<void>;
2147
2147
  active: boolean;
2148
2148
  disabled: boolean;
2149
- value: string;
2150
2149
  display: import("@formily/core").FieldDisplayTypes;
2150
+ value: string;
2151
2151
  readonly index: string | number;
2152
2152
  onFocus: (...args: any[]) => Promise<void>;
2153
2153
  onBlur: (...args: any[]) => Promise<void>;
@@ -2148,8 +2148,8 @@ declare const _default: import("vue").DefineComponent<{
2148
2148
  reset: (options?: import("../../../../es/components/form-render").IFieldResetOptions | undefined) => Promise<void>;
2149
2149
  active: boolean;
2150
2150
  disabled: boolean;
2151
- value: string;
2152
2151
  display: import("../../../../es/components/form-render").FieldDisplayTypes;
2152
+ value: string;
2153
2153
  readonly index: string | number;
2154
2154
  onFocus: (...args: any[]) => Promise<void>;
2155
2155
  onBlur: (...args: any[]) => Promise<void>;
@@ -168,11 +168,11 @@ export declare type ITreeDataType = {
168
168
  selected?: boolean;
169
169
  };
170
170
  export declare type IConditionMapType = {
171
- conditionList: IClassifyListType[];
172
- displayCategoryList: string[];
173
- tabConditionList: any;
174
- countTabCondition: string;
175
- settingId: string;
171
+ conditionList?: IClassifyListType[];
172
+ displayCategoryList?: string[];
173
+ tabConditionList?: any;
174
+ countTabCondition?: string;
175
+ settingId?: string;
176
176
  };
177
177
  export declare type IbtnType = {
178
178
  buttonType: string;
@@ -1 +1 @@
1
- import{checkInSetupEnv as r,hex2rgba as o}from"../utils/index.js";import{isNumber as e}from"lodash-es";import{configProviderInjectionKey as i}from"naive-ui/es/config-provider/src/context";import{inject as t,computed as n,unref as c}from"vue";function m(e,m){r();const p=t(i,{}),u=t("themeOverridesInjectRef",{});return n((()=>{var r,i,t;const n=m?c(u)[m]:null,a=null!=(t=(null!=(i=null==(r=c(p.mergedThemeOverridesRef||{}))?void 0:r.common)?i:{}).primaryColor)?t:"#5585f5";return{...e,"--c-primary-color":a,"--c-primary-color-opacity1":l(...o(a),.1),"--c-primary-color-opacity2":l(...o(a),.2),...n}}))}function l(r,o,i,t,n=1){return`rgba(${r},${o},${i}, ${e(t)?(t*n).toFixed(2):n})`}export{m as useTheme};
1
+ import{checkInSetupEnv as r,hex2rgba as o}from"../utils/index.js";import{isNumber as i}from"lodash-es";import{useThemeVars as t}from"naive-ui";import{inject as e,computed as n,unref as c}from"vue";function m(i,m){r();const l=t(),p=e("themeOverridesInjectRef",{});return n((()=>{var r;const t=m?c(p)[m]:null,e=null!=(r=l.value.primaryColor)?r:"#5585f5";return{...i,"--c-primary-color":e,"--c-primary-color-opacity1":a(...o(e),.1),"--c-primary-color-opacity2":a(...o(e),.2),...t}}))}function a(r,o,t,e,n=1){return`rgba(${r},${o},${t}, ${i(e)?(e*n).toFixed(2):n})`}export{m as useTheme};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cnhis-design-vue",
3
- "version": "3.1.41-beta.42",
3
+ "version": "3.1.41-beta.43",
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": "05a7caf3a78321f79d3c3ccaf014b64b55c56784"
64
+ "gitHead": "66a026d4fcc2abbf5a34aa3f925b4a63c39fc950"
65
65
  }