@me-framework/me-ui-antdv-next 0.0.26 → 0.0.28
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/icon/index.js +1 -1
- package/dist/input-gps/index.js +85 -233
- package/dist/input-gps/index.vue.d.ts +3 -1
- 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/load-json/index.css +1 -0
- package/dist/load-json/index.js +81 -24275
- package/dist/me-ui-antdv-next.js +61 -47
- package/dist/me-ui-antdv-next.umd.cjs +2 -2
- package/dist/message/index.js +1 -1
- package/dist/modal/index.js +1 -1
- package/dist/nav/index.js +1 -1
- package/dist/resolver/index.d.ts +1 -1
- package/dist/resolver/index.js +7 -4
- package/dist/tree-menu/index.js +2 -2
- package/package.json +6 -6
- package/dist/chunks/input-icon-selector-D5c45QL8.js +0 -227
- package/dist/chunks/rolldown-runtime-DtPi1Y-2.js +0 -13
- package/dist/load-json.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/chunks/{modal-Dke8ng3P.js → modal-KBZYtIHD.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/{modal.css → modal/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
package/dist/message/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as e, t } from "../chunks/message-
|
|
1
|
+
import { n as e, t } from "../chunks/message-D2zYiiQe.js";
|
|
2
2
|
export { t as MeMessage, t as default, e as MeMessageComponent };
|
package/dist/modal/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as e, t } from "../chunks/modal-
|
|
1
|
+
import { n as e, t } from "../chunks/modal-KBZYtIHD.js";
|
|
2
2
|
export { e as MeModal, t as default };
|
package/dist/nav/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as e } from "../chunks/icon-
|
|
1
|
+
import { t as e } from "../chunks/icon-CXjgApCy.js";
|
|
2
2
|
import { Fragment as t, computed as n, createBlock as r, createCommentVNode as i, createElementBlock as a, createElementVNode as o, createVNode as s, defineComponent as c, h as l, nextTick as u, normalizeClass as d, normalizeStyle as f, onBeforeUnmount as p, onMounted as m, openBlock as h, ref as g, renderList as _, renderSlot as v, resolveComponent as y, resolveDynamicComponent as b, toDisplayString as x, unref as S, watch as C, withCtx as w, withModifiers as T } from "vue";
|
|
3
3
|
import * as E from "@lucide/vue";
|
|
4
4
|
//#region src/components/nav/composables/useNavScroll.ts
|
package/dist/resolver/index.d.ts
CHANGED
|
@@ -3,5 +3,5 @@ import { MeUiAntdvResolverOptions, MeUiAntdvResolverReturn } from './resolver-ty
|
|
|
3
3
|
* 生成 unplugin-vue-components 风格的 Resolver 对象。
|
|
4
4
|
* @param options 配置项(预留)
|
|
5
5
|
*/
|
|
6
|
-
export declare function MeUiAntdvResolver(
|
|
6
|
+
export declare function MeUiAntdvResolver(options?: MeUiAntdvResolverOptions): MeUiAntdvResolverReturn;
|
|
7
7
|
export type { MeUiAntdvResolverOptions, MeUiAntdvResolverReturn } from './resolver-type';
|
package/dist/resolver/index.js
CHANGED
|
@@ -20,14 +20,17 @@ var e = {
|
|
|
20
20
|
//#endregion
|
|
21
21
|
//#region src/resolver/index.ts
|
|
22
22
|
function t(t = {}) {
|
|
23
|
+
let { importBase: n = !0 } = t, r = !1;
|
|
23
24
|
return {
|
|
24
25
|
type: "component",
|
|
25
26
|
getResolve: () => (t) => {
|
|
26
|
-
let
|
|
27
|
-
if (
|
|
27
|
+
let i = e[t];
|
|
28
|
+
if (!i) return;
|
|
29
|
+
let a = [];
|
|
30
|
+
return n && !r && (a.push("@me-framework/me-ui-antdv-next/base.css"), r = !0), a.push(`@me-framework/me-ui-antdv-next/${i}/style.css`), {
|
|
28
31
|
name: t.replace(/^Me/, ""),
|
|
29
|
-
from: `@me-framework/me-ui-antdv-next/${
|
|
30
|
-
sideEffects:
|
|
32
|
+
from: `@me-framework/me-ui-antdv-next/${i}`,
|
|
33
|
+
sideEffects: a
|
|
31
34
|
};
|
|
32
35
|
}
|
|
33
36
|
};
|
package/dist/tree-menu/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import e from "../icon/index.js";
|
|
2
|
-
import { n as t } from "../chunks/input-icon-selector-
|
|
3
|
-
import { t as n } from "../chunks/message-
|
|
2
|
+
import { n as t } from "../chunks/input-icon-selector-BrrR4KK6.js";
|
|
3
|
+
import { t as n } from "../chunks/message-D2zYiiQe.js";
|
|
4
4
|
import { Fragment as r, computed as i, createBlock as a, createCommentVNode as o, createElementBlock as s, createElementVNode as c, createTextVNode as l, createVNode as u, defineComponent as d, h as f, mergeProps as p, normalizeClass as m, normalizeStyle as h, onMounted as g, openBlock as _, ref as v, renderList as y, renderSlot as b, resolveComponent as x, toDisplayString as S, unref as C, useSlots as w, vShow as T, watch as E, withCtx as D, withDirectives as O, withModifiers as k } from "vue";
|
|
5
5
|
//#region src/components/tree-menu/TreeMenuNode.vue?vue&type=script&setup=true&lang.ts
|
|
6
6
|
var A = { class: "me-tree-menu-node" }, j = { class: "me-tree-menu-node__label" }, M = /*@__PURE__*/ d({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@me-framework/me-ui-antdv-next",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.28",
|
|
4
4
|
"description": "A Vue 3 + TypeScript UI component library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/me-ui-antdv-next.umd.cjs",
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
},
|
|
18
18
|
"./style.css": "./dist/style.css",
|
|
19
19
|
"./dist/style.css": "./dist/style.css",
|
|
20
|
-
"./base.css": "./dist/base.css",
|
|
20
|
+
"./base.css": "./dist/base/index.css",
|
|
21
21
|
"./resolver": {
|
|
22
22
|
"import": "./dist/resolver/index.js",
|
|
23
23
|
"types": "./dist/resolver/index.d.ts"
|
|
24
24
|
},
|
|
25
|
-
"./*/style.css": "./dist
|
|
25
|
+
"./*/style.css": "./dist/*/index.css",
|
|
26
26
|
"./*": {
|
|
27
27
|
"import": "./dist/*/index.js",
|
|
28
28
|
"types": "./dist/*/index.d.ts"
|
|
@@ -84,16 +84,16 @@
|
|
|
84
84
|
},
|
|
85
85
|
"dependencies": {
|
|
86
86
|
"@amap/amap-jsapi-loader": "^1.0.1",
|
|
87
|
-
"@lucide/vue": "^1.
|
|
87
|
+
"@lucide/vue": "^1.41.0",
|
|
88
|
+
"remixicon": "^4.9.1",
|
|
88
89
|
"antdv-next": "^1.5.2",
|
|
89
90
|
"dayjs": "^1.11.23",
|
|
90
91
|
"jsoneditor": "^10.4.3",
|
|
91
92
|
"morphicons": "^1.7.0",
|
|
92
93
|
"motion-v": "^2.4.0",
|
|
94
|
+
"vue-devtools": "^5.1.4",
|
|
93
95
|
"pinia": "^4.0.3",
|
|
94
96
|
"pinia-plugin-persistedstate": "^4.7.1",
|
|
95
|
-
"remixicon": "^4.9.1",
|
|
96
|
-
"vue-devtools": "^5.1.4",
|
|
97
97
|
"vue-draggable-plus": "^0.6.1",
|
|
98
98
|
"vue-fullscreen": "^2.6.1"
|
|
99
99
|
},
|