@dazhicheng/ui 1.5.143 → 1.5.146
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/dist/components/tt-button/index.d.ts +7 -7
- package/dist/components/tt-button/index.vue.d.ts +4 -4
- package/dist/components/tt-drawer/index.d.ts +23 -23
- package/dist/components/tt-drawer/src/RenderDrawer.vue.d.ts +11 -11
- package/dist/components/tt-form/src/form-render/FormArrayRegister.d.ts +4 -3
- package/dist/components/tt-form/src/form-render/dependencies.d.ts +17 -7
- package/dist/components/tt-form/src/types.d.ts +5 -0
- package/dist/components/tt-form/src/utils/array-default-row.d.ts +6 -0
- package/dist/components/tt-form-item-error-tooltip/index.d.ts +8 -8
- package/dist/components/tt-form-item-error-tooltip/index.vue.d.ts +4 -4
- package/dist/components/tt-image/index.d.ts +2 -2
- package/dist/components/tt-image/tt-image.d.ts +2 -2
- package/dist/components/tt-loading/index.d.ts +2 -2
- package/dist/components/tt-loading/src/loading.vue.d.ts +2 -2
- package/dist/components/tt-modal/index.d.ts +30 -30
- package/dist/components/tt-modal/src/RenderModal.vue.d.ts +15 -15
- package/dist/components/tt-modal/src/components/ModalWrapper.vue.d.ts +1 -1
- package/dist/components/tt-modal/src/hooks/useModalRender.d.ts +9 -9
- package/dist/components/tt-modal-form/index.vue.d.ts +2 -2
- package/dist/components/tt-nav-anchor/index.d.ts +1 -1
- package/dist/components/tt-nav-anchor/src/TtNavAnchor.vue.d.ts +1 -1
- package/dist/components/tt-panel-select/src/components/PanelMiddle.vue.d.ts +2 -2
- package/dist/components/tt-table/src/components/TableToobalTools.vue.d.ts +8 -8
- package/dist/components/tt-table/src/hooks/usePagination.d.ts +2 -2
- package/dist/components/tt-text/index.d.ts +3 -3
- package/dist/components/tt-text/index.vue.d.ts +1 -1
- package/dist/components/tt-upload/index.d.ts +4 -4
- package/dist/components/tt-upload/src/TtUpload.d.ts +4 -4
- package/dist/{index-NG5FNCLD.js → index-CMjNBMj5.js} +3 -2
- package/dist/index.js +4276 -4208
- package/dist/{index.modern-CTe-bW9A.js → index.modern-BeGUVc1A.js} +1 -1
- package/dist/plugins.js +1 -1
- package/package.json +1 -1
|
@@ -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;
|
|
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.");
|
|
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-
|
|
5
|
+
import { b as d } from "./index.modern-BeGUVc1A.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("");
|