@fangzhongya/icons 0.0.42 → 0.0.45
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/async.cjs +46 -40
- package/dist/async.d.cts +50 -35
- package/dist/async.d.ts +50 -35
- package/dist/async.js +46 -40
- package/dist/{chunk-ELXUWWAP.js → chunk-66OLJGLO.js} +4 -24
- package/dist/chunk-6BDDZBAQ.js +13 -0
- package/dist/chunk-AUEQIRLO.cjs +13 -0
- package/dist/{chunk-4C6PA5GD.js → chunk-BN64HXEK.js} +16 -1
- package/dist/chunk-E3I6537N.js +25 -0
- package/dist/{chunk-5WUOPHOH.cjs → chunk-ERMXPYNT.cjs} +16 -1
- package/dist/chunk-H7QPKI66.cjs +13 -0
- package/dist/{chunk-TQ4BOCRH.js → chunk-HGLOF3JD.js} +43 -23
- package/dist/chunk-IEFCX4Q4.cjs +13 -0
- package/dist/chunk-ILE746VV.js +13 -0
- package/dist/{chunk-JCC4Z4CN.cjs → chunk-JUOIJ6E7.cjs} +41 -21
- package/dist/chunk-K5OMXRSR.js +13 -0
- package/dist/chunk-TZWDBH6E.js +13 -0
- package/dist/{chunk-FNAXZFHU.cjs → chunk-U4CNUH3A.cjs} +5 -25
- package/dist/chunk-UVMBRQNS.cjs +13 -0
- package/dist/chunk-WE4BXFRS.js +13 -0
- package/dist/chunk-XYIWDMXZ.cjs +13 -0
- package/dist/chunk-YW7CKAOG.cjs +25 -0
- package/dist/icon/index.cjs +4 -3
- package/dist/icon/index.js +3 -2
- package/dist/iconify.cjs +1 -1
- package/dist/iconify.js +1 -1
- package/dist/index.cjs +44 -24
- package/dist/index.css +38 -0
- package/dist/index.d.cts +5 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +44 -24
- package/dist/index.json +16 -1
- package/dist/json.cjs +2 -2
- package/dist/json.d.cts +16 -1
- package/dist/json.d.ts +16 -1
- package/dist/json.js +1 -1
- package/dist/name.cjs +12 -6
- package/dist/name.js +12 -6
- package/dist/picker/index.cjs +4 -3
- package/dist/picker/index.js +3 -2
- package/dist/svg/folder.svg +1 -0
- package/dist/svg/home.svg +1 -0
- package/dist/svg/login.svg +1 -0
- package/dist/svg/more.svg +1 -0
- package/dist/svg/set.svg +1 -0
- package/dist/vite/index.cjs +6 -5
- package/dist/vite/index.js +4 -3
- package/dist/vue/folder.cjs +7 -0
- package/dist/vue/folder.d.cts +7 -0
- package/dist/vue/folder.d.ts +7 -0
- package/dist/vue/folder.js +7 -0
- package/dist/vue/home.cjs +7 -0
- package/dist/vue/home.d.cts +7 -0
- package/dist/vue/home.d.ts +7 -0
- package/dist/vue/home.js +7 -0
- package/dist/vue/index.cjs +42 -22
- package/dist/vue/index.d.cts +5 -0
- package/dist/vue/index.d.ts +5 -0
- package/dist/vue/index.js +44 -24
- package/dist/vue/login.cjs +7 -0
- package/dist/vue/login.d.cts +7 -0
- package/dist/vue/login.d.ts +7 -0
- package/dist/vue/login.js +7 -0
- package/dist/vue/more.cjs +7 -0
- package/dist/vue/more.d.cts +7 -0
- package/dist/vue/more.d.ts +7 -0
- package/dist/vue/more.js +7 -0
- package/dist/vue/set.cjs +7 -0
- package/dist/vue/set.d.cts +7 -0
- package/dist/vue/set.d.ts +7 -0
- package/dist/vue/set.js +7 -0
- package/package.json +1 -1
package/dist/async.cjs
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } }
|
|
2
2
|
|
|
3
|
-
var _chunkBXEIRESQcjs = require('./chunk-BXEIRESQ.cjs');
|
|
4
|
-
|
|
5
|
-
|
|
6
3
|
var _chunkIIVF4KK5cjs = require('./chunk-IIVF4KK5.cjs');
|
|
7
|
-
require('./chunk-3376ZTRC.cjs');
|
|
8
4
|
require('./chunk-75ZPJI57.cjs');
|
|
9
5
|
|
|
10
6
|
// packages/async.ts
|
|
@@ -26,11 +22,15 @@ var IconDown = _vue.defineAsyncComponent.call(void 0, async () => await Promise.
|
|
|
26
22
|
var IconDownload = _vue.defineAsyncComponent.call(void 0, async () => await Promise.resolve().then(() => _interopRequireWildcard(require("./vue/download.cjs"))));
|
|
27
23
|
var IconEdit = _vue.defineAsyncComponent.call(void 0, async () => await Promise.resolve().then(() => _interopRequireWildcard(require("./vue/edit.cjs"))));
|
|
28
24
|
var IconEnter = _vue.defineAsyncComponent.call(void 0, async () => await Promise.resolve().then(() => _interopRequireWildcard(require("./vue/enter.cjs"))));
|
|
25
|
+
var IconFolder = _vue.defineAsyncComponent.call(void 0, async () => await Promise.resolve().then(() => _interopRequireWildcard(require("./vue/folder.cjs"))));
|
|
29
26
|
var IconFrame = _vue.defineAsyncComponent.call(void 0, async () => await Promise.resolve().then(() => _interopRequireWildcard(require("./vue/frame.cjs"))));
|
|
30
27
|
var IconGrid = _vue.defineAsyncComponent.call(void 0, async () => await Promise.resolve().then(() => _interopRequireWildcard(require("./vue/grid.cjs"))));
|
|
31
28
|
var IconHidd = _vue.defineAsyncComponent.call(void 0, async () => await Promise.resolve().then(() => _interopRequireWildcard(require("./vue/hidd.cjs"))));
|
|
29
|
+
var IconHome = _vue.defineAsyncComponent.call(void 0, async () => await Promise.resolve().then(() => _interopRequireWildcard(require("./vue/home.cjs"))));
|
|
32
30
|
var IconLeft = _vue.defineAsyncComponent.call(void 0, async () => await Promise.resolve().then(() => _interopRequireWildcard(require("./vue/left.cjs"))));
|
|
33
31
|
var IconLock = _vue.defineAsyncComponent.call(void 0, async () => await Promise.resolve().then(() => _interopRequireWildcard(require("./vue/lock.cjs"))));
|
|
32
|
+
var IconLogin = _vue.defineAsyncComponent.call(void 0, async () => await Promise.resolve().then(() => _interopRequireWildcard(require("./vue/login.cjs"))));
|
|
33
|
+
var IconMore = _vue.defineAsyncComponent.call(void 0, async () => await Promise.resolve().then(() => _interopRequireWildcard(require("./vue/more.cjs"))));
|
|
34
34
|
var IconMute = _vue.defineAsyncComponent.call(void 0, async () => await Promise.resolve().then(() => _interopRequireWildcard(require("./vue/mute.cjs"))));
|
|
35
35
|
var IconNodeTree = _vue.defineAsyncComponent.call(void 0, async () => await Promise.resolve().then(() => _interopRequireWildcard(require("./vue/node-tree.cjs"))));
|
|
36
36
|
var IconPause = _vue.defineAsyncComponent.call(void 0, async () => await Promise.resolve().then(() => _interopRequireWildcard(require("./vue/pause.cjs"))));
|
|
@@ -38,6 +38,7 @@ var IconPlay = _vue.defineAsyncComponent.call(void 0, async () => await Promise.
|
|
|
38
38
|
var IconPlus = _vue.defineAsyncComponent.call(void 0, async () => await Promise.resolve().then(() => _interopRequireWildcard(require("./vue/plus.cjs"))));
|
|
39
39
|
var IconRetreat = _vue.defineAsyncComponent.call(void 0, async () => await Promise.resolve().then(() => _interopRequireWildcard(require("./vue/retreat.cjs"))));
|
|
40
40
|
var IconRight = _vue.defineAsyncComponent.call(void 0, async () => await Promise.resolve().then(() => _interopRequireWildcard(require("./vue/right.cjs"))));
|
|
41
|
+
var IconSet = _vue.defineAsyncComponent.call(void 0, async () => await Promise.resolve().then(() => _interopRequireWildcard(require("./vue/set.cjs"))));
|
|
41
42
|
var IconSound = _vue.defineAsyncComponent.call(void 0, async () => await Promise.resolve().then(() => _interopRequireWildcard(require("./vue/sound.cjs"))));
|
|
42
43
|
var IconStar = _vue.defineAsyncComponent.call(void 0, async () => await Promise.resolve().then(() => _interopRequireWildcard(require("./vue/star.cjs"))));
|
|
43
44
|
var IconSubForm = _vue.defineAsyncComponent.call(void 0, async () => await Promise.resolve().then(() => _interopRequireWildcard(require("./vue/sub-form.cjs"))));
|
|
@@ -45,47 +46,52 @@ var IconTab = _vue.defineAsyncComponent.call(void 0, async () => await Promise.r
|
|
|
45
46
|
var IconUp = _vue.defineAsyncComponent.call(void 0, async () => await Promise.resolve().then(() => _interopRequireWildcard(require("./vue/up.cjs"))));
|
|
46
47
|
var IconViews = _vue.defineAsyncComponent.call(void 0, async () => await Promise.resolve().then(() => _interopRequireWildcard(require("./vue/views.cjs"))));
|
|
47
48
|
var icons = {
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
49
|
+
"Bar": IconBar,
|
|
50
|
+
"Below": IconBelow,
|
|
51
|
+
"Bicycle": IconBicycle,
|
|
52
|
+
"Bottom": IconBottom,
|
|
53
|
+
"BottomLeft": IconBottomLeft,
|
|
54
|
+
"BottomRight": IconBottomRight,
|
|
55
|
+
"CascaderField": IconCascaderField,
|
|
56
|
+
"Catalogue": IconCatalogue,
|
|
57
|
+
"Clear": IconClear,
|
|
58
|
+
"Close": IconClose,
|
|
59
|
+
"Crl": IconCrl,
|
|
60
|
+
"Delete": IconDelete,
|
|
61
|
+
"Document": IconDocument,
|
|
62
|
+
"Down": IconDown,
|
|
63
|
+
"Download": IconDownload,
|
|
64
|
+
"Edit": IconEdit,
|
|
65
|
+
"Enter": IconEnter,
|
|
66
|
+
"Folder": IconFolder,
|
|
67
|
+
"Frame": IconFrame,
|
|
68
|
+
"Grid": IconGrid,
|
|
69
|
+
"Hidd": IconHidd,
|
|
70
|
+
"Home": IconHome,
|
|
71
|
+
"Left": IconLeft,
|
|
72
|
+
"Lock": IconLock,
|
|
73
|
+
"Login": IconLogin,
|
|
74
|
+
"More": IconMore,
|
|
75
|
+
"Mute": IconMute,
|
|
76
|
+
"NodeTree": IconNodeTree,
|
|
77
|
+
"Pause": IconPause,
|
|
78
|
+
"Play": IconPlay,
|
|
79
|
+
"Plus": IconPlus,
|
|
80
|
+
"Retreat": IconRetreat,
|
|
81
|
+
"Right": IconRight,
|
|
82
|
+
"Set": IconSet,
|
|
83
|
+
"Sound": IconSound,
|
|
84
|
+
"Star": IconStar,
|
|
85
|
+
"SubForm": IconSubForm,
|
|
86
|
+
"Tab": IconTab,
|
|
87
|
+
"Up": IconUp,
|
|
88
|
+
"Views": IconViews
|
|
83
89
|
};
|
|
84
90
|
var async_default = (app, options = {}) => {
|
|
85
91
|
var _a;
|
|
86
92
|
const { prefix = _chunkIIVF4KK5cjs.defaultPrefix } = options || {};
|
|
87
93
|
for (const [key, component] of Object.entries(icons)) {
|
|
88
|
-
(_a = app.component) == null ? void 0 : _a.call(app, prefix +
|
|
94
|
+
(_a = app.component) == null ? void 0 : _a.call(app, prefix + key, component);
|
|
89
95
|
}
|
|
90
96
|
};
|
|
91
97
|
|
package/dist/async.d.cts
CHANGED
|
@@ -3,109 +3,124 @@ import { App } from 'vue';
|
|
|
3
3
|
import { InstallOptions } from './config.cjs';
|
|
4
4
|
|
|
5
5
|
declare const icons: {
|
|
6
|
-
|
|
6
|
+
Bar: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
7
7
|
[key: string]: any;
|
|
8
8
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
9
|
-
|
|
9
|
+
Below: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
10
10
|
[key: string]: any;
|
|
11
11
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
12
|
-
|
|
12
|
+
Bicycle: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
13
13
|
[key: string]: any;
|
|
14
14
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
15
|
-
|
|
15
|
+
Bottom: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
16
16
|
[key: string]: any;
|
|
17
17
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
18
|
-
|
|
18
|
+
BottomLeft: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
19
19
|
[key: string]: any;
|
|
20
20
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
21
|
-
|
|
21
|
+
BottomRight: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
22
22
|
[key: string]: any;
|
|
23
23
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
24
|
-
|
|
24
|
+
CascaderField: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
25
25
|
[key: string]: any;
|
|
26
26
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
27
|
-
|
|
27
|
+
Catalogue: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
28
28
|
[key: string]: any;
|
|
29
29
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
30
|
-
|
|
30
|
+
Clear: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
31
31
|
[key: string]: any;
|
|
32
32
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
33
|
-
|
|
33
|
+
Close: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
34
34
|
[key: string]: any;
|
|
35
35
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
36
|
-
|
|
36
|
+
Crl: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
37
37
|
[key: string]: any;
|
|
38
38
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
39
|
-
|
|
39
|
+
Delete: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
40
40
|
[key: string]: any;
|
|
41
41
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
42
|
-
|
|
42
|
+
Document: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
43
43
|
[key: string]: any;
|
|
44
44
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
45
|
-
|
|
45
|
+
Down: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
46
46
|
[key: string]: any;
|
|
47
47
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
48
|
-
|
|
48
|
+
Download: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
49
49
|
[key: string]: any;
|
|
50
50
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
51
|
-
|
|
51
|
+
Edit: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
52
52
|
[key: string]: any;
|
|
53
53
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
54
|
-
|
|
54
|
+
Enter: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
55
55
|
[key: string]: any;
|
|
56
56
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
57
|
-
|
|
57
|
+
Folder: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
58
58
|
[key: string]: any;
|
|
59
59
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
60
|
-
|
|
60
|
+
Frame: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
61
61
|
[key: string]: any;
|
|
62
62
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
63
|
-
|
|
63
|
+
Grid: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
64
64
|
[key: string]: any;
|
|
65
65
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
66
|
-
|
|
66
|
+
Hidd: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
67
67
|
[key: string]: any;
|
|
68
68
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
69
|
-
|
|
69
|
+
Home: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
70
70
|
[key: string]: any;
|
|
71
71
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
72
|
-
|
|
72
|
+
Left: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
73
73
|
[key: string]: any;
|
|
74
74
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
75
|
-
|
|
75
|
+
Lock: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76
76
|
[key: string]: any;
|
|
77
77
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
78
|
-
|
|
78
|
+
Login: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
79
79
|
[key: string]: any;
|
|
80
80
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
81
|
-
|
|
81
|
+
More: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
82
82
|
[key: string]: any;
|
|
83
83
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
84
|
-
|
|
84
|
+
Mute: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
85
85
|
[key: string]: any;
|
|
86
86
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
87
|
-
|
|
87
|
+
NodeTree: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
88
88
|
[key: string]: any;
|
|
89
89
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
90
|
-
|
|
90
|
+
Pause: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
91
91
|
[key: string]: any;
|
|
92
92
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
93
|
-
|
|
93
|
+
Play: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
94
94
|
[key: string]: any;
|
|
95
95
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
96
|
-
|
|
96
|
+
Plus: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
97
97
|
[key: string]: any;
|
|
98
98
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
99
|
-
|
|
99
|
+
Retreat: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
100
100
|
[key: string]: any;
|
|
101
101
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
102
|
-
|
|
102
|
+
Right: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
103
103
|
[key: string]: any;
|
|
104
104
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
105
|
-
|
|
105
|
+
Set: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
106
106
|
[key: string]: any;
|
|
107
107
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
108
|
-
|
|
108
|
+
Sound: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
109
|
+
[key: string]: any;
|
|
110
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
111
|
+
Star: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
112
|
+
[key: string]: any;
|
|
113
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
114
|
+
SubForm: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
115
|
+
[key: string]: any;
|
|
116
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
117
|
+
Tab: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
118
|
+
[key: string]: any;
|
|
119
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
120
|
+
Up: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
121
|
+
[key: string]: any;
|
|
122
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
123
|
+
Views: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
109
124
|
[key: string]: any;
|
|
110
125
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
111
126
|
};
|
package/dist/async.d.ts
CHANGED
|
@@ -3,109 +3,124 @@ import { App } from 'vue';
|
|
|
3
3
|
import { InstallOptions } from './config.js';
|
|
4
4
|
|
|
5
5
|
declare const icons: {
|
|
6
|
-
|
|
6
|
+
Bar: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
7
7
|
[key: string]: any;
|
|
8
8
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
9
|
-
|
|
9
|
+
Below: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
10
10
|
[key: string]: any;
|
|
11
11
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
12
|
-
|
|
12
|
+
Bicycle: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
13
13
|
[key: string]: any;
|
|
14
14
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
15
|
-
|
|
15
|
+
Bottom: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
16
16
|
[key: string]: any;
|
|
17
17
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
18
|
-
|
|
18
|
+
BottomLeft: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
19
19
|
[key: string]: any;
|
|
20
20
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
21
|
-
|
|
21
|
+
BottomRight: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
22
22
|
[key: string]: any;
|
|
23
23
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
24
|
-
|
|
24
|
+
CascaderField: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
25
25
|
[key: string]: any;
|
|
26
26
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
27
|
-
|
|
27
|
+
Catalogue: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
28
28
|
[key: string]: any;
|
|
29
29
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
30
|
-
|
|
30
|
+
Clear: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
31
31
|
[key: string]: any;
|
|
32
32
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
33
|
-
|
|
33
|
+
Close: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
34
34
|
[key: string]: any;
|
|
35
35
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
36
|
-
|
|
36
|
+
Crl: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
37
37
|
[key: string]: any;
|
|
38
38
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
39
|
-
|
|
39
|
+
Delete: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
40
40
|
[key: string]: any;
|
|
41
41
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
42
|
-
|
|
42
|
+
Document: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
43
43
|
[key: string]: any;
|
|
44
44
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
45
|
-
|
|
45
|
+
Down: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
46
46
|
[key: string]: any;
|
|
47
47
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
48
|
-
|
|
48
|
+
Download: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
49
49
|
[key: string]: any;
|
|
50
50
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
51
|
-
|
|
51
|
+
Edit: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
52
52
|
[key: string]: any;
|
|
53
53
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
54
|
-
|
|
54
|
+
Enter: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
55
55
|
[key: string]: any;
|
|
56
56
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
57
|
-
|
|
57
|
+
Folder: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
58
58
|
[key: string]: any;
|
|
59
59
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
60
|
-
|
|
60
|
+
Frame: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
61
61
|
[key: string]: any;
|
|
62
62
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
63
|
-
|
|
63
|
+
Grid: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
64
64
|
[key: string]: any;
|
|
65
65
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
66
|
-
|
|
66
|
+
Hidd: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
67
67
|
[key: string]: any;
|
|
68
68
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
69
|
-
|
|
69
|
+
Home: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
70
70
|
[key: string]: any;
|
|
71
71
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
72
|
-
|
|
72
|
+
Left: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
73
73
|
[key: string]: any;
|
|
74
74
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
75
|
-
|
|
75
|
+
Lock: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
76
76
|
[key: string]: any;
|
|
77
77
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
78
|
-
|
|
78
|
+
Login: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
79
79
|
[key: string]: any;
|
|
80
80
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
81
|
-
|
|
81
|
+
More: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
82
82
|
[key: string]: any;
|
|
83
83
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
84
|
-
|
|
84
|
+
Mute: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
85
85
|
[key: string]: any;
|
|
86
86
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
87
|
-
|
|
87
|
+
NodeTree: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
88
88
|
[key: string]: any;
|
|
89
89
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
90
|
-
|
|
90
|
+
Pause: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
91
91
|
[key: string]: any;
|
|
92
92
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
93
|
-
|
|
93
|
+
Play: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
94
94
|
[key: string]: any;
|
|
95
95
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
96
|
-
|
|
96
|
+
Plus: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
97
97
|
[key: string]: any;
|
|
98
98
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
99
|
-
|
|
99
|
+
Retreat: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
100
100
|
[key: string]: any;
|
|
101
101
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
102
|
-
|
|
102
|
+
Right: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
103
103
|
[key: string]: any;
|
|
104
104
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
105
|
-
|
|
105
|
+
Set: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
106
106
|
[key: string]: any;
|
|
107
107
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
108
|
-
|
|
108
|
+
Sound: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
109
|
+
[key: string]: any;
|
|
110
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
111
|
+
Star: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
112
|
+
[key: string]: any;
|
|
113
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
114
|
+
SubForm: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
115
|
+
[key: string]: any;
|
|
116
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
117
|
+
Tab: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
118
|
+
[key: string]: any;
|
|
119
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
120
|
+
Up: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
121
|
+
[key: string]: any;
|
|
122
|
+
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
123
|
+
Views: vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
109
124
|
[key: string]: any;
|
|
110
125
|
}>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
111
126
|
};
|
package/dist/async.js
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
lineToLargeHump
|
|
3
|
-
} from "./chunk-J4G2OFZ4.js";
|
|
4
1
|
import {
|
|
5
2
|
defaultPrefix
|
|
6
3
|
} from "./chunk-MOHILOKE.js";
|
|
7
|
-
import "./chunk-BYXBJQAS.js";
|
|
8
4
|
import "./chunk-MLKGABMK.js";
|
|
9
5
|
|
|
10
6
|
// packages/async.ts
|
|
@@ -26,11 +22,15 @@ var IconDown = defineAsyncComponent(async () => await import("./vue/down.js"));
|
|
|
26
22
|
var IconDownload = defineAsyncComponent(async () => await import("./vue/download.js"));
|
|
27
23
|
var IconEdit = defineAsyncComponent(async () => await import("./vue/edit.js"));
|
|
28
24
|
var IconEnter = defineAsyncComponent(async () => await import("./vue/enter.js"));
|
|
25
|
+
var IconFolder = defineAsyncComponent(async () => await import("./vue/folder.js"));
|
|
29
26
|
var IconFrame = defineAsyncComponent(async () => await import("./vue/frame.js"));
|
|
30
27
|
var IconGrid = defineAsyncComponent(async () => await import("./vue/grid.js"));
|
|
31
28
|
var IconHidd = defineAsyncComponent(async () => await import("./vue/hidd.js"));
|
|
29
|
+
var IconHome = defineAsyncComponent(async () => await import("./vue/home.js"));
|
|
32
30
|
var IconLeft = defineAsyncComponent(async () => await import("./vue/left.js"));
|
|
33
31
|
var IconLock = defineAsyncComponent(async () => await import("./vue/lock.js"));
|
|
32
|
+
var IconLogin = defineAsyncComponent(async () => await import("./vue/login.js"));
|
|
33
|
+
var IconMore = defineAsyncComponent(async () => await import("./vue/more.js"));
|
|
34
34
|
var IconMute = defineAsyncComponent(async () => await import("./vue/mute.js"));
|
|
35
35
|
var IconNodeTree = defineAsyncComponent(async () => await import("./vue/node-tree.js"));
|
|
36
36
|
var IconPause = defineAsyncComponent(async () => await import("./vue/pause.js"));
|
|
@@ -38,6 +38,7 @@ var IconPlay = defineAsyncComponent(async () => await import("./vue/play.js"));
|
|
|
38
38
|
var IconPlus = defineAsyncComponent(async () => await import("./vue/plus.js"));
|
|
39
39
|
var IconRetreat = defineAsyncComponent(async () => await import("./vue/retreat.js"));
|
|
40
40
|
var IconRight = defineAsyncComponent(async () => await import("./vue/right.js"));
|
|
41
|
+
var IconSet = defineAsyncComponent(async () => await import("./vue/set.js"));
|
|
41
42
|
var IconSound = defineAsyncComponent(async () => await import("./vue/sound.js"));
|
|
42
43
|
var IconStar = defineAsyncComponent(async () => await import("./vue/star.js"));
|
|
43
44
|
var IconSubForm = defineAsyncComponent(async () => await import("./vue/sub-form.js"));
|
|
@@ -45,47 +46,52 @@ var IconTab = defineAsyncComponent(async () => await import("./vue/tab.js"));
|
|
|
45
46
|
var IconUp = defineAsyncComponent(async () => await import("./vue/up.js"));
|
|
46
47
|
var IconViews = defineAsyncComponent(async () => await import("./vue/views.js"));
|
|
47
48
|
var icons = {
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
49
|
+
"Bar": IconBar,
|
|
50
|
+
"Below": IconBelow,
|
|
51
|
+
"Bicycle": IconBicycle,
|
|
52
|
+
"Bottom": IconBottom,
|
|
53
|
+
"BottomLeft": IconBottomLeft,
|
|
54
|
+
"BottomRight": IconBottomRight,
|
|
55
|
+
"CascaderField": IconCascaderField,
|
|
56
|
+
"Catalogue": IconCatalogue,
|
|
57
|
+
"Clear": IconClear,
|
|
58
|
+
"Close": IconClose,
|
|
59
|
+
"Crl": IconCrl,
|
|
60
|
+
"Delete": IconDelete,
|
|
61
|
+
"Document": IconDocument,
|
|
62
|
+
"Down": IconDown,
|
|
63
|
+
"Download": IconDownload,
|
|
64
|
+
"Edit": IconEdit,
|
|
65
|
+
"Enter": IconEnter,
|
|
66
|
+
"Folder": IconFolder,
|
|
67
|
+
"Frame": IconFrame,
|
|
68
|
+
"Grid": IconGrid,
|
|
69
|
+
"Hidd": IconHidd,
|
|
70
|
+
"Home": IconHome,
|
|
71
|
+
"Left": IconLeft,
|
|
72
|
+
"Lock": IconLock,
|
|
73
|
+
"Login": IconLogin,
|
|
74
|
+
"More": IconMore,
|
|
75
|
+
"Mute": IconMute,
|
|
76
|
+
"NodeTree": IconNodeTree,
|
|
77
|
+
"Pause": IconPause,
|
|
78
|
+
"Play": IconPlay,
|
|
79
|
+
"Plus": IconPlus,
|
|
80
|
+
"Retreat": IconRetreat,
|
|
81
|
+
"Right": IconRight,
|
|
82
|
+
"Set": IconSet,
|
|
83
|
+
"Sound": IconSound,
|
|
84
|
+
"Star": IconStar,
|
|
85
|
+
"SubForm": IconSubForm,
|
|
86
|
+
"Tab": IconTab,
|
|
87
|
+
"Up": IconUp,
|
|
88
|
+
"Views": IconViews
|
|
83
89
|
};
|
|
84
90
|
var async_default = (app, options = {}) => {
|
|
85
91
|
var _a;
|
|
86
92
|
const { prefix = defaultPrefix } = options || {};
|
|
87
93
|
for (const [key, component] of Object.entries(icons)) {
|
|
88
|
-
(_a = app.component) == null ? void 0 : _a.call(app, prefix +
|
|
94
|
+
(_a = app.component) == null ? void 0 : _a.call(app, prefix + key, component);
|
|
89
95
|
}
|
|
90
96
|
};
|
|
91
97
|
export {
|