mrxy-yk 1.0.3 → 1.0.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/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +19 -0
- package/dist/element-plus/components/images/Images.vue.js +1 -1
- package/dist/element-plus/components/images/Images.vue2.js +2 -2
- package/dist/element-plus/components/upload/upload-files/UploadFiles.vue2.js +1 -1
- package/dist/element-plus/components/upload/upload-images/UploadImages.vue2.js +1 -1
- package/dist/element-plus/index.js +0 -35
- package/dist/icons/index.d.ts +1 -1
- package/dist/icons/index.js +4 -4
- package/dist/index.d.ts +0 -1
- package/dist/index.js +16 -19
- package/dist/resolver/index.js +5 -5
- package/dist/styles/index.css +1 -1
- package/dist/styles/tools/index.css +2161 -0
- package/package.json +5 -4
- package/dist/element-plus/components/index.js +0 -21
- package/dist/entity/index.js +0 -8
- package/dist/hooks/index.js +0 -6
- package/dist/utils/index.js +0 -49
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mrxy-yk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "A collection of Vue 3 components and utilities",
|
|
@@ -28,9 +28,6 @@
|
|
|
28
28
|
"./global": {
|
|
29
29
|
"import": "./global.d.ts"
|
|
30
30
|
},
|
|
31
|
-
"./styles/*": {
|
|
32
|
-
"import": "./dist/styles/*"
|
|
33
|
-
},
|
|
34
31
|
"./config": {
|
|
35
32
|
"types": "./dist/config/index.d.ts",
|
|
36
33
|
"import": "./dist/config/index.js"
|
|
@@ -39,6 +36,10 @@
|
|
|
39
36
|
"types": "./dist/resolver/index.d.ts",
|
|
40
37
|
"import": "./dist/resolver/index.js"
|
|
41
38
|
},
|
|
39
|
+
"./directive": {
|
|
40
|
+
"types": "./dist/directive/index.d.ts",
|
|
41
|
+
"import": "./dist/directive/index.js"
|
|
42
|
+
},
|
|
42
43
|
"./components": {
|
|
43
44
|
"types": "./dist/components/index.d.ts",
|
|
44
45
|
"import": "./dist/components/index.js"
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { default as default2 } from "./date-picker/DatePicker.vue.js";
|
|
2
|
-
import { default as default3 } from "./form-dialog/FormDialog.vue.js";
|
|
3
|
-
import { default as default4 } from "./pagination/Pagination.vue.js";
|
|
4
|
-
import { default as default5 } from "./upload/upload-images/UploadImages.vue.js";
|
|
5
|
-
import { default as default6 } from "./upload/upload-files/UploadFiles.vue.js";
|
|
6
|
-
import { default as default7 } from "./upload/select-file/SelectFile.vue.js";
|
|
7
|
-
import { default as default8 } from "./table-column/TableColumn.vue.js";
|
|
8
|
-
import { default as default9 } from "./empty/Empty.vue.js";
|
|
9
|
-
/* empty css */
|
|
10
|
-
import { default as default10 } from "./images/Images.vue.js";
|
|
11
|
-
export {
|
|
12
|
-
default2 as ElDatePicker,
|
|
13
|
-
default9 as ElEmpty,
|
|
14
|
-
default3 as ElFormDialog,
|
|
15
|
-
default10 as ElImages,
|
|
16
|
-
default4 as ElPagination,
|
|
17
|
-
default7 as ElSelectFile,
|
|
18
|
-
default8 as ElTableColumn,
|
|
19
|
-
default6 as ElUploadFiles,
|
|
20
|
-
default5 as ElUploadImages
|
|
21
|
-
};
|
package/dist/entity/index.js
DELETED
package/dist/hooks/index.js
DELETED
package/dist/utils/index.js
DELETED
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { MatchUnit } from "./match-unit/index.js";
|
|
2
|
-
import { TransitionFade } from "./transition-fade/index.js";
|
|
3
|
-
import { AMapLoader } from "./amap/index.js";
|
|
4
|
-
import { ArrayUtil } from "./prototype/lib/ArrayUtil.js";
|
|
5
|
-
import { ObjectUtil } from "./prototype/lib/ObjectUtil.js";
|
|
6
|
-
import { NumberUtil } from "./prototype/lib/NumberUtil.js";
|
|
7
|
-
import { PromiseUtil } from "./prototype/lib/PromiseUtil.js";
|
|
8
|
-
import { ComponentUtil } from "./prototype/lib/ComponentUtil.js";
|
|
9
|
-
import { FnPeriodically, OperationStateEnum } from "./fn-periodically/FnPeriodically.js";
|
|
10
|
-
import { FnBatchPeriodically } from "./fn-periodically/FnBatchPeriodically.js";
|
|
11
|
-
import { EcBasicOption, EcBasicSeries } from "./echarts/modules/coordinate/basic.js";
|
|
12
|
-
import { EcCartesianOption, EcCartesianSeries } from "./echarts/modules/coordinate/cartesian.js";
|
|
13
|
-
import { EcBarOption, EcBarSeries } from "./echarts/modules/series/bar.js";
|
|
14
|
-
import { EcLineOption, EcLineSeries } from "./echarts/modules/series/line.js";
|
|
15
|
-
import { EcPieOption, EcPieSeries } from "./echarts/modules/series/pie.js";
|
|
16
|
-
import { useEChartsRef, useEcBarOption, useEcBasicOption, useEcCartesianOption, useEcLineOption, useEcPieOption } from "./echarts/hooks/index.js";
|
|
17
|
-
import { EChartsUtil } from "./echarts/utils/index.js";
|
|
18
|
-
import { AMapUtil } from "./amap/utils/index.js";
|
|
19
|
-
export {
|
|
20
|
-
AMapLoader,
|
|
21
|
-
AMapUtil,
|
|
22
|
-
ArrayUtil,
|
|
23
|
-
ComponentUtil,
|
|
24
|
-
EChartsUtil,
|
|
25
|
-
EcBarOption,
|
|
26
|
-
EcBarSeries,
|
|
27
|
-
EcBasicOption,
|
|
28
|
-
EcBasicSeries,
|
|
29
|
-
EcCartesianOption,
|
|
30
|
-
EcCartesianSeries,
|
|
31
|
-
EcLineOption,
|
|
32
|
-
EcLineSeries,
|
|
33
|
-
EcPieOption,
|
|
34
|
-
EcPieSeries,
|
|
35
|
-
FnBatchPeriodically,
|
|
36
|
-
FnPeriodically,
|
|
37
|
-
MatchUnit,
|
|
38
|
-
NumberUtil,
|
|
39
|
-
ObjectUtil,
|
|
40
|
-
OperationStateEnum,
|
|
41
|
-
PromiseUtil,
|
|
42
|
-
TransitionFade,
|
|
43
|
-
useEChartsRef,
|
|
44
|
-
useEcBarOption,
|
|
45
|
-
useEcBasicOption,
|
|
46
|
-
useEcCartesianOption,
|
|
47
|
-
useEcLineOption,
|
|
48
|
-
useEcPieOption
|
|
49
|
-
};
|