@me-framework/me-ui-antdv-next 0.0.26 → 0.0.29
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/chunks/input-icon-selector-BrrR4KK6.js +228 -0
- package/dist/chunks/modal-D4Tl-Qzk.js +166 -0
- package/dist/chunks/skeleton-D1-aYUPf.js +135 -0
- package/dist/icon/index.js +1 -1
- package/dist/index.d.ts +3 -1
- package/dist/input-gps/index.js +85 -233
- package/dist/input-gps/index.vue.d.ts +4 -2
- package/dist/input-gps/map.vue.d.ts +1 -1
- package/dist/input-gps/types.d.ts +9 -5
- package/dist/input-icon-selector/index.js +1 -1
- package/dist/input-icon-selector/index.vue.d.ts +1 -1
- package/dist/input-property/index.css +1 -0
- package/dist/input-property/index.d.ts +5 -0
- package/dist/input-property/index.js +269 -0
- package/dist/input-property/index.vue.d.ts +18 -0
- package/dist/input-property/types.d.ts +38 -0
- package/dist/input-property/validate.d.ts +18 -0
- package/dist/load-json/index.css +1 -0
- package/dist/load-json/index.js +91 -24319
- package/dist/load-json/index.vue.d.ts +3 -3
- package/dist/me-ui-antdv-next.js +1791 -1551
- package/dist/me-ui-antdv-next.umd.cjs +2 -2
- package/dist/message/index.js +1 -1
- package/dist/message/index.vue.d.ts +1 -1
- package/dist/modal/index.css +1 -0
- package/dist/modal/index.js +7 -1
- package/dist/modal/index.vue.d.ts +26 -5
- package/dist/modal/types.d.ts +47 -7
- package/dist/nav/index.js +1 -1
- package/dist/nav/index.vue.d.ts +3 -3
- package/dist/resolver/index.d.ts +1 -1
- package/dist/resolver/index.js +9 -5
- package/dist/skeleton/index.js +5 -138
- package/dist/style.css +1 -1
- package/dist/tree-menu/TreeMenuEdit.vue.d.ts +1 -1
- package/dist/tree-menu/index.js +2 -2
- package/dist/tree-menu/index.vue.d.ts +1 -1
- package/package.json +6 -6
- package/dist/chunks/input-icon-selector-D5c45QL8.js +0 -227
- package/dist/chunks/modal-Dke8ng3P.js +0 -178
- package/dist/chunks/rolldown-runtime-DtPi1Y-2.js +0 -13
- package/dist/load-json.css +0 -1
- package/dist/modal.css +0 -1
- /package/dist/{base.css → base/index.css} +0 -0
- /package/dist/{body.css → body/index.css} +0 -0
- /package/dist/{box.css → box/index.css} +0 -0
- /package/dist/{breadcrumb.css → breadcrumb/index.css} +0 -0
- /package/dist/{card.css → card/index.css} +0 -0
- /package/dist/chunks/{icon-DdoH0MfT.js → icon-CXjgApCy.js} +0 -0
- /package/dist/chunks/{message-CPHX2tAR.js → message-D2zYiiQe.js} +0 -0
- /package/dist/{icon.css → icon/index.css} +0 -0
- /package/dist/{input-gps.css → input-gps/index.css} +0 -0
- /package/dist/{input-icon-selector.css → input-icon-selector/index.css} +0 -0
- /package/dist/{input-radio.css → input-radio/index.css} +0 -0
- /package/dist/{login-page.css → login-page/index.css} +0 -0
- /package/dist/{menu.css → menu/index.css} +0 -0
- /package/dist/{message.css → message/index.css} +0 -0
- /package/dist/{nav.css → nav/index.css} +0 -0
- /package/dist/{skeleton.css → skeleton/index.css} +0 -0
- /package/dist/{tree-menu.css → tree-menu/index.css} +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { MeLoadJsonProps } from './types';
|
|
2
|
-
declare var __VLS_1: {},
|
|
2
|
+
declare var __VLS_1: {}, __VLS_24: {}, __VLS_62: {};
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
4
|
default?: (props: typeof __VLS_1) => any;
|
|
5
5
|
} & {
|
|
6
|
-
'footer-left'?: (props: typeof
|
|
6
|
+
'footer-left'?: (props: typeof __VLS_24) => any;
|
|
7
7
|
} & {
|
|
8
|
-
'footer-right'?: (props: typeof
|
|
8
|
+
'footer-right'?: (props: typeof __VLS_62) => any;
|
|
9
9
|
};
|
|
10
10
|
declare const __VLS_base: import('vue').DefineComponent<MeLoadJsonProps, {
|
|
11
11
|
/** 获取最终结果数据 */
|