mrxy-yk 1.0.5 → 1.0.7

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.
@@ -5,7 +5,7 @@ const svgImages = /* @__PURE__ */ Object.assign({ "./images/Image.svg": Image, "
5
5
  const {
6
6
  IcImage,
7
7
  IcImageError
8
- } = ComponentUtil.createSvgIconLibrary(svgImages, "YkIc");
8
+ } = ComponentUtil.createSvgIconLibrary(svgImages, "Ic");
9
9
  export {
10
10
  IcImage,
11
11
  IcImageError
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as index$1 from "./components/index.js";
2
- import * as index$2 from "./directive/index.js";
2
+ import * as index$2 from "./directives/index.js";
3
3
  import "./element-plus/index.js";
4
4
  import { useTableSearchHooks } from "./hooks/table-search/index.js";
5
5
  import { useInjectEventsHooks } from "./hooks/inject-events/index.js";
@@ -13,7 +13,7 @@ var index = () => {
13
13
  type: "directive",
14
14
  resolve: async (name) => {
15
15
  if (name in directives) {
16
- return { name, from: "mrxy-yk/directive" };
16
+ return { name, from: "mrxy-yk/directives" };
17
17
  }
18
18
  }
19
19
  }
package/global.d.ts CHANGED
@@ -3,53 +3,31 @@ export {}
3
3
  declare module 'vue' {
4
4
  export interface GlobalComponents {
5
5
  YkPositionAnchor: typeof import('mrxy-yk/components')['PositionAnchor']
6
- MrPositionAnchor: typeof import('mrxy-yk/components')['PositionAnchor']
7
6
  YkProgressRing: typeof import('mrxy-yk/components')['ProgressRing']
8
- MrProgressRing: typeof import('mrxy-yk/components')['ProgressRing']
9
7
  YkAdaptiveBox: typeof import('mrxy-yk/components')['AdaptiveBox']
10
- MrAdaptiveBox: typeof import('mrxy-yk/components')['AdaptiveBox']
11
8
  YkCoordinatePickup: typeof import('mrxy-yk/components')['CoordinatePickup']
12
- MrCoordinatePickup: typeof import('mrxy-yk/components')['CoordinatePickup']
13
9
  YkInBody: typeof import('mrxy-yk/components')['InBody']
14
- MrInBody: typeof import('mrxy-yk/components')['InBody']
15
10
  YkDragDropBox: typeof import('mrxy-yk/components')['DragDropBox']
16
- MrDragDropBox: typeof import('mrxy-yk/components')['DragDropBox']
17
11
  YkDragDropContainer: typeof import('mrxy-yk/components')['DragDropContainer']
18
- MrDragDropContainer: typeof import('mrxy-yk/components')['DragDropContainer']
19
12
  YkProgressBar: typeof import('mrxy-yk/components')['ProgressBar']
20
- MrProgressBar: typeof import('mrxy-yk/components')['ProgressBar']
21
13
  YkYsVideo: typeof import('mrxy-yk/components')['YsVideo']
22
- MrYsVideo: typeof import('mrxy-yk/components')['YsVideo']
23
14
  YkShowLog: typeof import('mrxy-yk/components')['ShowLog']
24
- MrShowLog: typeof import('mrxy-yk/components')['ShowLog']
25
15
  YkEChartsCanvas: typeof import('mrxy-yk/components')['EChartsCanvas']
26
- MrEChartsCanvas: typeof import('mrxy-yk/components')['EChartsCanvas']
27
16
  YkScrollContainer: typeof import('mrxy-yk/components')['ScrollContainer']
28
- MrScrollContainer: typeof import('mrxy-yk/components')['ScrollContainer']
29
17
  YkElDatePicker: typeof import('mrxy-yk/components')['ElDatePicker']
30
- MrElDatePicker: typeof import('mrxy-yk/components')['ElDatePicker']
31
18
 
32
- YkElFormDialog: typeof import('mrxy-yk/element-plus/components')['ElFormDialog']
33
- MrElFormDialog: typeof import('mrxy-yk/element-plus/components')['ElFormDialog']
34
- YkElPagination: typeof import('mrxy-yk/element-plus/components')['ElPagination']
35
- MrElPagination: typeof import('mrxy-yk/element-plus/components')['ElPagination']
36
- YkElUploadImages: typeof import('mrxy-yk/element-plus/components')['ElUploadImages']
37
- MrElUploadImages: typeof import('mrxy-yk/element-plus/components')['ElUploadImages']
38
- YkElUploadFiles: typeof import('mrxy-yk/element-plus/components')['ElUploadFiles']
39
- MrElUploadFiles: typeof import('mrxy-yk/element-plus/components')['ElUploadFiles']
40
- YkElSelectFile: typeof import('mrxy-yk/element-plus/components')['ElSelectFile']
41
- MrElSelectFile: typeof import('mrxy-yk/element-plus/components')['ElSelectFile']
42
- YkElEmpty: typeof import('mrxy-yk/element-plus/components')['ElEmpty']
43
- MrElEmpty: typeof import('mrxy-yk/element-plus/components')['ElEmpty']
44
- YkElImages: typeof import('mrxy-yk/element-plus/components')['ElImages']
45
- MrElImages: typeof import('mrxy-yk/element-plus/components')['ElImages']
46
- YkElTableColumn: typeof import('mrxy-yk/element-plus/components')['ElTableColumn']
47
- & typeof import('element-plus/es')['ElTableColumn']
48
- MrElTableColumn: typeof import('mrxy-yk/element-plus/components')['ElTableColumn']
19
+ YkElFormDialog: typeof import('mrxy-yk/components')['ElFormDialog']
20
+ YkElPagination: typeof import('mrxy-yk/components')['ElPagination']
21
+ YkElUploadImages: typeof import('mrxy-yk/components')['ElUploadImages']
22
+ YkElUploadFiles: typeof import('mrxy-yk/components')['ElUploadFiles']
23
+ YkElSelectFile: typeof import('mrxy-yk/components')['ElSelectFile']
24
+ YkElEmpty: typeof import('mrxy-yk/components')['ElEmpty']
25
+ YkElImages: typeof import('mrxy-yk/components')['ElImages']
26
+ YkElTableColumn: typeof import('mrxy-yk/components')['ElTableColumn']
49
27
  & typeof import('element-plus/es')['ElTableColumn']
50
28
  }
51
29
 
52
30
  export interface GlobalDirectives {
53
- vRefHeight: typeof import('mrxy-yk')['RefHeight']
31
+ vRefHeight: typeof import('mrxy-yk/directives')['RefHeight']
54
32
  }
55
33
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mrxy-yk",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "A collection of Vue 3 components and utilities",
@@ -36,9 +36,9 @@
36
36
  "types": "./dist/resolver/index.d.ts",
37
37
  "import": "./dist/resolver/index.js"
38
38
  },
39
- "./directive": {
40
- "types": "./dist/directive/index.d.ts",
41
- "import": "./dist/directive/index.js"
39
+ "./directives": {
40
+ "types": "./dist/directives/index.d.ts",
41
+ "import": "./dist/directives/index.js"
42
42
  },
43
43
  "./components": {
44
44
  "types": "./dist/components/index.d.ts",
File without changes
File without changes