@delta-comic/ui 0.0.1 → 0.0.3
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/index.css +12941 -1
- package/dist/index.js +5701 -5333
- package/dist/index.js.map +1 -1
- package/dist/index2.js +2 -2
- package/dist/index2.js.map +1 -1
- package/dist/pack.tgz +0 -0
- package/package.json +4 -5
package/dist/index2.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
function
|
|
1
|
+
function e() {
|
|
2
2
|
return {
|
|
3
3
|
type: "component",
|
|
4
4
|
resolve: (e) => {
|
|
@@ -9,6 +9,6 @@ function DeltaComicUiResolver() {
|
|
|
9
9
|
}
|
|
10
10
|
};
|
|
11
11
|
}
|
|
12
|
-
export { DeltaComicUiResolver };
|
|
12
|
+
export { e as DeltaComicUiResolver };
|
|
13
13
|
|
|
14
14
|
//# sourceMappingURL=index2.js.map
|
package/dist/index2.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index2.js","names":[],"sources":["../vite/index.ts"],"sourcesContent":["import type { ComponentResolver } from 'unplugin-vue-components'\n\nexport function DeltaComicUiResolver(): ComponentResolver {\n return {\n type: 'component',\n resolve: (name: string) => {\n if (name.match(/^(Dc[A-Z]|dc-[a-z])/)) return { name, from: '@delta-comic/ui' }\n }\n }\n}"],"mappings":"AAEA,SAAgB,
|
|
1
|
+
{"version":3,"file":"index2.js","names":[],"sources":["../vite/index.ts"],"sourcesContent":["import type { ComponentResolver } from 'unplugin-vue-components'\n\nexport function DeltaComicUiResolver(): ComponentResolver {\n return {\n type: 'component',\n resolve: (name: string) => {\n if (name.match(/^(Dc[A-Z]|dc-[a-z])/)) return { name, from: '@delta-comic/ui' }\n }\n }\n}"],"mappings":"AAEA,SAAgB,IAA0C;AACxD,QAAO;EACL,MAAM;EACN,UAAU,MAAiB;AACzB,OAAI,EAAK,MAAM,sBAAsB,CAAE,QAAO;IAAE;IAAM,MAAM;IAAmB;;EAElF"}
|
package/dist/pack.tgz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@delta-comic/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "空阙虱楼",
|
|
5
5
|
"homepage": "https://github.com/delta-comic/delta-comic-core",
|
|
6
6
|
"license": "AGPL-3.0-only",
|
|
@@ -50,7 +50,6 @@
|
|
|
50
50
|
"@vitejs/plugin-vue-jsx": "^5.1.3",
|
|
51
51
|
"browserslist": "^4.28.1",
|
|
52
52
|
"lightningcss": "^1.30.2",
|
|
53
|
-
"oxfmt": "^0.32.0",
|
|
54
53
|
"tailwindcss": "^4.1.18",
|
|
55
54
|
"unplugin-vue-components": "31.0.0",
|
|
56
55
|
"vue-component-type-helpers": "^3.2.4"
|
|
@@ -61,9 +60,9 @@
|
|
|
61
60
|
"vant": "^4.9",
|
|
62
61
|
"vue": "^3.5",
|
|
63
62
|
"vue-router": "^5.0",
|
|
64
|
-
"@delta-comic/
|
|
65
|
-
"@delta-comic/
|
|
66
|
-
"@delta-comic/core": "0.
|
|
63
|
+
"@delta-comic/model": "0.0.2",
|
|
64
|
+
"@delta-comic/utils": "0.0.3",
|
|
65
|
+
"@delta-comic/core": "0.2.1"
|
|
67
66
|
},
|
|
68
67
|
"release": {
|
|
69
68
|
"tagFormat": "ui-${version}"
|