@dazhicheng/ui 1.5.146 → 1.5.147

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 (32) hide show
  1. package/dist/components/tt-button/index.d.ts +7 -7
  2. package/dist/components/tt-button/index.vue.d.ts +4 -4
  3. package/dist/components/tt-drawer/index.d.ts +23 -23
  4. package/dist/components/tt-drawer/src/RenderDrawer.vue.d.ts +11 -11
  5. package/dist/components/tt-form/src/form-render/dependencies.d.ts +11 -15
  6. package/dist/components/tt-form/src/types.d.ts +0 -1
  7. package/dist/components/tt-form-item-error-tooltip/index.d.ts +8 -8
  8. package/dist/components/tt-form-item-error-tooltip/index.vue.d.ts +4 -4
  9. package/dist/components/tt-image/index.d.ts +2 -2
  10. package/dist/components/tt-image/tt-image.d.ts +2 -2
  11. package/dist/components/tt-loading/index.d.ts +2 -2
  12. package/dist/components/tt-loading/src/loading.vue.d.ts +2 -2
  13. package/dist/components/tt-modal/index.d.ts +30 -30
  14. package/dist/components/tt-modal/src/RenderModal.vue.d.ts +15 -15
  15. package/dist/components/tt-modal/src/components/ModalWrapper.vue.d.ts +1 -1
  16. package/dist/components/tt-modal/src/hooks/useModalRender.d.ts +9 -9
  17. package/dist/components/tt-modal-form/index.vue.d.ts +2 -2
  18. package/dist/components/tt-nav-anchor/index.d.ts +1 -1
  19. package/dist/components/tt-nav-anchor/src/TtNavAnchor.vue.d.ts +1 -1
  20. package/dist/components/tt-panel-select/src/components/PanelMiddle.vue.d.ts +2 -2
  21. package/dist/components/tt-table/src/components/TableToobalTools.vue.d.ts +8 -8
  22. package/dist/components/tt-table/src/hooks/usePagination.d.ts +2 -2
  23. package/dist/components/tt-text/index.d.ts +3 -3
  24. package/dist/components/tt-text/index.vue.d.ts +1 -1
  25. package/dist/components/tt-upload/index.d.ts +4 -4
  26. package/dist/components/tt-upload/src/TtUpload.d.ts +4 -4
  27. package/dist/{index-CMjNBMj5.js → index-NG5FNCLD.js} +2 -3
  28. package/dist/index.js +1940 -1993
  29. package/dist/{index.modern-BeGUVc1A.js → index.modern-CTe-bW9A.js} +1 -1
  30. package/dist/plugins.js +1 -1
  31. package/package.json +1 -1
  32. package/dist/components/tt-form/src/utils/array-default-row.d.ts +0 -6
@@ -3044,7 +3044,7 @@ function Xr(e = { func: () => {
3044
3044
  }
3045
3045
  }).defaults = Object.assign({}, e), t;
3046
3046
  }
3047
- process.env.NODE_ENV !== "production" && pt.silent === !1 && console.warn("You are using the production shimmed version of VueTypes in a development build. Refer to https://dwightjack.github.io/vue-types/guide/installation.html#production-build to learn how to configure VueTypes for usage in multiple environments.");
3047
+ process.env.NODE_ENV !== "production" && pt.silent;
3048
3048
  class fn extends Xr() {
3049
3049
  }
3050
3050
  export {
package/dist/plugins.js CHANGED
@@ -2,7 +2,7 @@ import { ElSwitch as x, ElMessageBox as U, ElMessage as y } from "element-plus";
2
2
  import { omit as _, cloneDeep as F } from "lodash-es";
3
3
  import { h as s, defineComponent as B, ref as D, shallowRef as O, onMounted as I } from "vue";
4
4
  import "axios";
5
- import { b as d } from "./index.modern-BeGUVc1A.js";
5
+ import { b as d } from "./index.modern-CTe-bW9A.js";
6
6
  import "xe-utils";
7
7
  function M(l) {
8
8
  return l.split("-").filter(Boolean).map((o, u) => u === 0 ? o : o.charAt(0).toUpperCase() + o.slice(1)).join("");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dazhicheng/ui",
3
- "version": "1.5.146",
3
+ "version": "1.5.147",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -1,6 +0,0 @@
1
- import { Recordable } from '../../../../../../utils/src';
2
- export declare function isArrayPathEmpty(fieldName: string, values: Record<string, unknown>): boolean;
3
- /** 有 defaultValue 数组则用,否则默认一行空对象 */
4
- export declare function getInitialRows(defaultValue: unknown): Recordable[];
5
- /** 嵌套数组路径深度,用于 reset 时先补父级再补子级 */
6
- export declare function arrayFieldPathDepth(path: string): number;