ling-yun-custom-components 0.0.61 → 0.0.63
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/es/index.mjs +47 -73
- package/lib/index.js +1 -1
- package/package.json +5 -5
package/es/index.mjs
CHANGED
|
@@ -1,85 +1,59 @@
|
|
|
1
|
-
import { AppIntro as
|
|
2
|
-
import { PaginationTable as
|
|
3
|
-
import { GradientButton as
|
|
4
|
-
import { CustomDialog as
|
|
1
|
+
import { AppIntro as m } from "./AppIntro.mjs";
|
|
2
|
+
import { PaginationTable as i } from "./PaginationTable.mjs";
|
|
3
|
+
import { GradientButton as n } from "./GradientButton.mjs";
|
|
4
|
+
import { CustomDialog as e } from "./CustomDialog.mjs";
|
|
5
5
|
import { CustomPagination as a } from "./CustomPagination.mjs";
|
|
6
|
-
import { CustomDropdown as
|
|
7
|
-
import { PageNotFound as
|
|
6
|
+
import { CustomDropdown as p } from "./CustomDropdown.mjs";
|
|
7
|
+
import { PageNotFound as l } from "./PageNotFound.mjs";
|
|
8
8
|
import { UpdatePasswordDialog as s } from "./UpdatePasswordDialog.mjs";
|
|
9
|
-
import { BUILD_BIG_TITLES as
|
|
10
|
-
import { CustomTab as
|
|
11
|
-
import { PluginDetail as
|
|
12
|
-
import {
|
|
13
|
-
import { BatchImport as V, CustomSelect as X, CustomTitle as Z, FileList as $, GlassProxy as oo, IconEmpty as to, IconRenderer as eo, IconSelect as ro, SearchBar as mo, TreeSelect as io, TreeShowSelect as lo, UploadFile as ao } from "color-star-custom-components";
|
|
14
|
-
import { dayjs as F } from "element-plus";
|
|
9
|
+
import { BUILD_BIG_TITLES as f, BUILD_STEPS as u, BUILD_TITLES as d, BUILD_TYPES as P, BuildComponents as T, STEP_ARROW_IMAGE as _ } from "./BuildComponents.mjs";
|
|
10
|
+
import { CustomTab as g } from "./CustomTab.mjs";
|
|
11
|
+
import { PluginDetail as D, PluginDetailParamsTable as I } from "./PluginDetail.mjs";
|
|
12
|
+
import { dayjs as S } from "element-plus";
|
|
15
13
|
const o = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
16
14
|
__proto__: null,
|
|
17
|
-
AppIntro:
|
|
18
|
-
BUILD_BIG_TITLES:
|
|
19
|
-
BUILD_STEPS:
|
|
20
|
-
BUILD_TITLES:
|
|
21
|
-
BUILD_TYPES:
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
CustomDropdown: n,
|
|
15
|
+
AppIntro: m,
|
|
16
|
+
BUILD_BIG_TITLES: f,
|
|
17
|
+
BUILD_STEPS: u,
|
|
18
|
+
BUILD_TITLES: d,
|
|
19
|
+
BUILD_TYPES: P,
|
|
20
|
+
BuildComponents: T,
|
|
21
|
+
CustomDialog: e,
|
|
22
|
+
CustomDropdown: p,
|
|
26
23
|
CustomPagination: a,
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
IconSelect: U,
|
|
36
|
-
PageNotFound: p,
|
|
37
|
-
PaginationTable: m,
|
|
38
|
-
PluginDetail: P,
|
|
39
|
-
PluginDetailParamsTable: B,
|
|
40
|
-
STEP_ARROW_IMAGE: T,
|
|
41
|
-
SearchBar: b,
|
|
42
|
-
TreeSelect: h,
|
|
43
|
-
TreeShowSelect: w,
|
|
44
|
-
UpdatePasswordDialog: s,
|
|
45
|
-
UploadFile: x
|
|
24
|
+
CustomTab: g,
|
|
25
|
+
GradientButton: n,
|
|
26
|
+
PageNotFound: l,
|
|
27
|
+
PaginationTable: i,
|
|
28
|
+
PluginDetail: D,
|
|
29
|
+
PluginDetailParamsTable: I,
|
|
30
|
+
STEP_ARROW_IMAGE: _,
|
|
31
|
+
UpdatePasswordDialog: s
|
|
46
32
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
47
|
-
|
|
48
|
-
const
|
|
33
|
+
S.en.weekStart = 1;
|
|
34
|
+
const c = (r) => {
|
|
49
35
|
for (const t in o)
|
|
50
|
-
o[t].install &&
|
|
51
|
-
},
|
|
52
|
-
install:
|
|
36
|
+
o[t].install && r.use(o[t]);
|
|
37
|
+
}, x = {
|
|
38
|
+
install: c
|
|
53
39
|
};
|
|
54
40
|
export {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
n as CustomDropdown,
|
|
41
|
+
m as AppIntro,
|
|
42
|
+
f as BUILD_BIG_TITLES,
|
|
43
|
+
u as BUILD_STEPS,
|
|
44
|
+
d as BUILD_TITLES,
|
|
45
|
+
P as BUILD_TYPES,
|
|
46
|
+
T as BuildComponents,
|
|
47
|
+
e as CustomDialog,
|
|
48
|
+
p as CustomDropdown,
|
|
64
49
|
a as CustomPagination,
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
eo as IconRenderer,
|
|
73
|
-
ro as IconSelect,
|
|
74
|
-
p as PageNotFound,
|
|
75
|
-
m as PaginationTable,
|
|
76
|
-
P as PluginDetail,
|
|
77
|
-
B as PluginDetailParamsTable,
|
|
78
|
-
T as STEP_ARROW_IMAGE,
|
|
79
|
-
mo as SearchBar,
|
|
80
|
-
io as TreeSelect,
|
|
81
|
-
lo as TreeShowSelect,
|
|
50
|
+
g as CustomTab,
|
|
51
|
+
n as GradientButton,
|
|
52
|
+
l as PageNotFound,
|
|
53
|
+
i as PaginationTable,
|
|
54
|
+
D as PluginDetail,
|
|
55
|
+
I as PluginDetailParamsTable,
|
|
56
|
+
_ as STEP_ARROW_IMAGE,
|
|
82
57
|
s as UpdatePasswordDialog,
|
|
83
|
-
|
|
84
|
-
J as default
|
|
58
|
+
x as default
|
|
85
59
|
};
|
package/lib/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("./AppIntro.js"),i=require("./PaginationTable.js"),
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("./AppIntro.js"),i=require("./PaginationTable.js"),u=require("./GradientButton.js"),s=require("./CustomDialog.js"),r=require("./CustomPagination.js"),l=require("./CustomDropdown.js"),P=require("./PageNotFound.js"),T=require("./UpdatePasswordDialog.js"),o=require("./BuildComponents.js"),D=require("./CustomTab.js"),t=require("./PluginDetail.js"),g=require("element-plus"),e=Object.freeze(Object.defineProperty({__proto__:null,AppIntro:a.AppIntro,BUILD_BIG_TITLES:o.BUILD_BIG_TITLES,BUILD_STEPS:o.BUILD_STEPS,BUILD_TITLES:o.BUILD_TITLES,BUILD_TYPES:o.BUILD_TYPES,BuildComponents:o.BuildComponents,CustomDialog:s.CustomDialog,CustomDropdown:l.CustomDropdown,CustomPagination:r.CustomPagination,CustomTab:D.CustomTab,GradientButton:u.GradientButton,PageNotFound:P.PageNotFound,PaginationTable:i.PaginationTable,PluginDetail:t.PluginDetail,PluginDetailParamsTable:t.PluginDetailParamsTable,STEP_ARROW_IMAGE:o.STEP_ARROW_IMAGE,UpdatePasswordDialog:T.UpdatePasswordDialog},Symbol.toStringTag,{value:"Module"}));g.dayjs.en.weekStart=1;const I=d=>{for(const n in e)e[n].install&&d.use(e[n])},_={install:I};exports.AppIntro=a.AppIntro;exports.PaginationTable=i.PaginationTable;exports.GradientButton=u.GradientButton;exports.CustomDialog=s.CustomDialog;exports.CustomPagination=r.CustomPagination;exports.CustomDropdown=l.CustomDropdown;exports.PageNotFound=P.PageNotFound;exports.UpdatePasswordDialog=T.UpdatePasswordDialog;exports.BUILD_BIG_TITLES=o.BUILD_BIG_TITLES;exports.BUILD_STEPS=o.BUILD_STEPS;exports.BUILD_TITLES=o.BUILD_TITLES;exports.BUILD_TYPES=o.BUILD_TYPES;exports.BuildComponents=o.BuildComponents;exports.STEP_ARROW_IMAGE=o.STEP_ARROW_IMAGE;exports.CustomTab=D.CustomTab;exports.PluginDetail=t.PluginDetail;exports.PluginDetailParamsTable=t.PluginDetailParamsTable;exports.default=_;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ling-yun-custom-components",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.63",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"component library",
|
|
6
6
|
"ui framework",
|
|
@@ -184,12 +184,12 @@
|
|
|
184
184
|
"peerDependencies": {
|
|
185
185
|
"axios": "^1.8.2",
|
|
186
186
|
"vue": "^3.5.25",
|
|
187
|
-
"color-star-atom-style": "0.0.2",
|
|
188
187
|
"color-message-lingyun-vue": "0.0.30",
|
|
189
|
-
"color-star-
|
|
190
|
-
"color-star-custom-components": "0.0.7",
|
|
188
|
+
"color-star-atom-style": "0.0.2",
|
|
191
189
|
"color-message-aibox-vue": "0.0.70",
|
|
192
|
-
"
|
|
190
|
+
"color-star-custom-methods": "0.0.11",
|
|
191
|
+
"color-star-custom-components": "0.0.7",
|
|
192
|
+
"ling-yun-methods": "0.0.48"
|
|
193
193
|
},
|
|
194
194
|
"optionalDependencies": {
|
|
195
195
|
"@ast-grep/napi-linux-x64-musl": "^0.39.6",
|