geekplus-digital-ui 0.1.2 → 0.1.4
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/README.md +1 -1
- package/{esm/components → components}/copy/src/copy.vue.js +1 -1
- package/{esm/geekplus-digital-ui/index.js → index.js} +5 -5
- package/{esm/geekplus-digital-ui/install.js → install.js} +2 -2
- package/package.json +4 -4
- /package/{esm/_virtual → _virtual}/_plugin-vue_export-helper.js +0 -0
- /package/{esm/components → components}/copy/index.js +0 -0
- /package/{esm/components → components}/copy/src/copy-icon.vue.js +0 -0
- /package/{assets/components/copy/src/copy-B7_9JShm.css → components/copy/src/copy.css} +0 -0
- /package/{esm/components → components}/index.js +0 -0
- /package/{esm/hooks → hooks}/use-locale/index.js +0 -0
- /package/{esm/locale → locale}/i18n.js +0 -0
- /package/{esm/locale → locale}/lang/en.js +0 -0
- /package/{esm/locale → locale}/lang/zh-cn.js +0 -0
package/README.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
# Geekplus Digital UI
|
|
1
|
+
# Geekplus Digital UI
|
|
@@ -3,7 +3,7 @@ import { useClipboard as R } from "@vueuse/core";
|
|
|
3
3
|
import { ElLink as $, ElIcon as z, ElMessage as V } from "element-plus";
|
|
4
4
|
import { useLocale as j } from "../../../hooks/use-locale/index.js";
|
|
5
5
|
import D from "./copy-icon.vue.js";
|
|
6
|
-
import '
|
|
6
|
+
import './copy.css';/* empty css */
|
|
7
7
|
import H from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
8
8
|
const O = /* @__PURE__ */ Object.assign({
|
|
9
9
|
name: "DCopy"
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { install as o } from "./install.js";
|
|
2
|
-
import { DCopy as f } from "
|
|
3
|
-
import { useLocale as p } from "
|
|
4
|
-
import { default as n } from "
|
|
5
|
-
import { default as x } from "
|
|
6
|
-
import { getLocale as c, initI18n as d, setLocale as u, t as L } from "
|
|
2
|
+
import { DCopy as f } from "./components/copy/index.js";
|
|
3
|
+
import { useLocale as p } from "./hooks/use-locale/index.js";
|
|
4
|
+
import { default as n } from "./locale/lang/en.js";
|
|
5
|
+
import { default as x } from "./locale/lang/zh-cn.js";
|
|
6
|
+
import { getLocale as c, initI18n as d, setLocale as u, t as L } from "./locale/i18n.js";
|
|
7
7
|
const t = { install: o };
|
|
8
8
|
export {
|
|
9
9
|
f as DCopy,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { initI18n as s } from "
|
|
2
|
-
import * as a from "
|
|
1
|
+
import { initI18n as s } from "./locale/i18n.js";
|
|
2
|
+
import * as a from "./components/index.js";
|
|
3
3
|
const c = (n, o = {}) => {
|
|
4
4
|
const { locale: t } = o, e = s(t);
|
|
5
5
|
n.use(e), Object.values(a).forEach((i) => {
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "geekplus-digital-ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"main": "
|
|
6
|
-
"module": "
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"module": "index.js",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
|
-
"import": "./
|
|
9
|
+
"import": "./index.js"
|
|
10
10
|
}
|
|
11
11
|
},
|
|
12
12
|
"sideEffects": [
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|