luyoumin-ui 0.0.13 → 0.0.15
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/{src/components → components}/JsonExportExcel.vue.d.ts +1 -1
- package/dist/{src/components → components}/LymButton.vue.d.ts +2 -2
- package/dist/{src/components → components}/LymCheckBox.vue.d.ts +2 -2
- package/dist/{src/components → components}/LymCheckBoxGroup.vue.d.ts +2 -2
- package/dist/{src/components → components}/LymColorPicker.vue.d.ts +2 -2
- package/dist/{src/components → components}/LymDialog.vue.d.ts +2 -2
- package/dist/{src/components → components}/LymDrawer.vue.d.ts +2 -2
- package/dist/{src/components → components}/LymInput.vue.d.ts +2 -2
- package/dist/{src/components → components}/LymLink.vue.d.ts +2 -2
- package/dist/{src/components → components}/cascader/LymCascader.vue.d.ts +2 -2
- package/dist/{src/components → components}/generic-img/GenericImg.vue.d.ts +1 -1
- package/dist/components/generic-img/SvgIcons.vue.d.ts +2 -0
- package/dist/index.d.ts +6 -0
- package/dist/luyoumin-ui.es.js +1 -1
- package/dist/luyoumin-ui.es.js.gz +0 -0
- package/dist/luyoumin-ui.es.js.map +1 -1
- package/dist/luyoumin-ui.umd.js +2 -2
- package/dist/luyoumin-ui.umd.js.gz +0 -0
- package/dist/luyoumin-ui.umd.js.map +1 -1
- package/package.json +6 -18
- package/dist/src/components/generic-img/SvgIcons.vue.d.ts +0 -2
- package/dist/src/index.d.ts +0 -9
- package/dist/vite.config.d.ts +0 -5
- /package/dist/{src/main.d.ts → main.d.ts} +0 -0
- /package/dist/{src/utils → utils}/array_utils.d.ts +0 -0
- /package/dist/{src/utils → utils}/canvas_utils.d.ts +0 -0
- /package/dist/{src/utils → utils}/color_utils.d.ts +0 -0
- /package/dist/{src/utils → utils}/date_utils.d.ts +0 -0
- /package/dist/{src/utils → utils}/dom_utils.d.ts +0 -0
- /package/dist/{src/utils → utils}/event_utils.d.ts +0 -0
- /package/dist/{src/utils → utils}/file_utils.d.ts +0 -0
- /package/dist/{src/utils → utils}/img_deal.d.ts +0 -0
- /package/dist/{src/utils → utils}/number_utils.d.ts +0 -0
- /package/dist/{src/utils → utils}/object_utils.d.ts +0 -0
- /package/dist/{src/utils → utils}/string_utils.d.ts +0 -0
- /package/dist/{src/utils → utils}/url_utils.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,30 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "luyoumin-ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.15",
|
|
4
4
|
"description": "Ui component library based on Vue3",
|
|
5
5
|
"author": "luyoumin",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"private": false,
|
|
8
|
-
"main": "
|
|
9
|
-
"module": "
|
|
10
|
-
"style": "
|
|
11
|
-
"types": "
|
|
8
|
+
"main": "dist/luyoumin-ui.umd.js",
|
|
9
|
+
"module": "dist/luyoumin-ui.es.js",
|
|
10
|
+
"style": "dist/style.css",
|
|
11
|
+
"types": "dist/types/index.d.ts",
|
|
12
12
|
"type": "module",
|
|
13
13
|
"files": [
|
|
14
|
-
"dist"
|
|
15
|
-
"index.d.ts"
|
|
14
|
+
"dist"
|
|
16
15
|
],
|
|
17
|
-
"exports": {
|
|
18
|
-
".": {
|
|
19
|
-
"types": "./dist/src/index.d.ts",
|
|
20
|
-
"import": "./dist/luyoumin-ui.es.js",
|
|
21
|
-
"require": "./dist/luyoumin-ui.umd.js"
|
|
22
|
-
},
|
|
23
|
-
"./dist/style.css": {
|
|
24
|
-
"import": "./dist/style.css",
|
|
25
|
-
"require": "./dist/style.css"
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
16
|
"scripts": {
|
|
29
17
|
"dev": "vite",
|
|
30
18
|
"build": "vue-tsc --declaration --emitDeclarationOnly && vite build"
|
package/dist/src/index.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export { default as JsonExportExcel } from './components/JsonExportExcel.vue';
|
|
2
|
-
export { default as LymButton } from './components/LymButton.vue';
|
|
3
|
-
export { default as LymCheckBox } from './components/LymCheckBox.vue';
|
|
4
|
-
export { default as LymCheckBoxGroup } from './components/LymCheckBoxGroup.vue';
|
|
5
|
-
export { default as LymColorPicker } from './components/LymColorPicker.vue';
|
|
6
|
-
export { default as LymDialog } from './components/LymDialog.vue';
|
|
7
|
-
export { default as LymDrawer } from './components/LymDrawer.vue';
|
|
8
|
-
export { default as LymInput } from './components/LymInput.vue';
|
|
9
|
-
export { default as LymLink } from './components/LymLink.vue';
|
package/dist/vite.config.d.ts
DELETED
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|