ling-yun-custom-components 0.0.61 → 0.0.62

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 CHANGED
@@ -1,85 +1,59 @@
1
- import { AppIntro as r } from "./AppIntro.mjs";
2
- import { PaginationTable as m } from "./PaginationTable.mjs";
3
- import { GradientButton as i } from "./GradientButton.mjs";
4
- import { CustomDialog as l } from "./CustomDialog.mjs";
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 n } from "./CustomDropdown.mjs";
7
- import { PageNotFound as p } from "./PageNotFound.mjs";
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 c, BUILD_STEPS as S, BUILD_TITLES as f, BUILD_TYPES as u, BuildComponents as I, STEP_ARROW_IMAGE as T } from "./BuildComponents.mjs";
10
- import { CustomTab as d } from "./CustomTab.mjs";
11
- import { PluginDetail as P, PluginDetailParamsTable as B } from "./PluginDetail.mjs";
12
- import { BatchImport as _, CustomSelect as g, CustomTitle as C, FileList as D, GlassProxy as E, IconEmpty as L, IconRenderer as y, IconSelect as U, SearchBar as b, TreeSelect as h, TreeShowSelect as w, UploadFile as x } from "color-star-custom-components";
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: r,
18
- BUILD_BIG_TITLES: c,
19
- BUILD_STEPS: S,
20
- BUILD_TITLES: f,
21
- BUILD_TYPES: u,
22
- BatchImport: _,
23
- BuildComponents: I,
24
- CustomDialog: l,
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
- CustomSelect: g,
28
- CustomTab: d,
29
- CustomTitle: C,
30
- FileList: D,
31
- GlassProxy: E,
32
- GradientButton: i,
33
- IconEmpty: L,
34
- IconRenderer: y,
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
- F.en.weekStart = 1;
48
- const G = (e) => {
33
+ S.en.weekStart = 1;
34
+ const c = (r) => {
49
35
  for (const t in o)
50
- o[t].install && e.use(o[t]);
51
- }, J = {
52
- install: G
36
+ o[t].install && r.use(o[t]);
37
+ }, x = {
38
+ install: c
53
39
  };
54
40
  export {
55
- r as AppIntro,
56
- c as BUILD_BIG_TITLES,
57
- S as BUILD_STEPS,
58
- f as BUILD_TITLES,
59
- u as BUILD_TYPES,
60
- V as BatchImport,
61
- I as BuildComponents,
62
- l as CustomDialog,
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
- X as CustomSelect,
66
- d as CustomTab,
67
- Z as CustomTitle,
68
- $ as FileList,
69
- oo as GlassProxy,
70
- i as GradientButton,
71
- to as IconEmpty,
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
- ao as UploadFile,
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"),l=require("./GradientButton.js"),u=require("./CustomDialog.js"),s=require("./CustomPagination.js"),c=require("./CustomDropdown.js"),P=require("./PageNotFound.js"),m=require("./UpdatePasswordDialog.js"),t=require("./BuildComponents.js"),d=require("./CustomTab.js"),o=require("./PluginDetail.js"),e=require("color-star-custom-components"),p=require("element-plus"),r=Object.freeze(Object.defineProperty({__proto__:null,AppIntro:a.AppIntro,BUILD_BIG_TITLES:t.BUILD_BIG_TITLES,BUILD_STEPS:t.BUILD_STEPS,BUILD_TITLES:t.BUILD_TITLES,BUILD_TYPES:t.BUILD_TYPES,BatchImport:e.BatchImport,BuildComponents:t.BuildComponents,CustomDialog:u.CustomDialog,CustomDropdown:c.CustomDropdown,CustomPagination:s.CustomPagination,CustomSelect:e.CustomSelect,CustomTab:d.CustomTab,CustomTitle:e.CustomTitle,FileList:e.FileList,GlassProxy:e.GlassProxy,GradientButton:l.GradientButton,IconEmpty:e.IconEmpty,IconRenderer:e.IconRenderer,IconSelect:e.IconSelect,PageNotFound:P.PageNotFound,PaginationTable:i.PaginationTable,PluginDetail:o.PluginDetail,PluginDetailParamsTable:o.PluginDetailParamsTable,STEP_ARROW_IMAGE:t.STEP_ARROW_IMAGE,SearchBar:e.SearchBar,TreeSelect:e.TreeSelect,TreeShowSelect:e.TreeShowSelect,UpdatePasswordDialog:m.UpdatePasswordDialog,UploadFile:e.UploadFile},Symbol.toStringTag,{value:"Module"}));p.dayjs.en.weekStart=1;const S=T=>{for(const n in r)r[n].install&&T.use(r[n])},I={install:S};exports.AppIntro=a.AppIntro;exports.PaginationTable=i.PaginationTable;exports.GradientButton=l.GradientButton;exports.CustomDialog=u.CustomDialog;exports.CustomPagination=s.CustomPagination;exports.CustomDropdown=c.CustomDropdown;exports.PageNotFound=P.PageNotFound;exports.UpdatePasswordDialog=m.UpdatePasswordDialog;exports.BUILD_BIG_TITLES=t.BUILD_BIG_TITLES;exports.BUILD_STEPS=t.BUILD_STEPS;exports.BUILD_TITLES=t.BUILD_TITLES;exports.BUILD_TYPES=t.BUILD_TYPES;exports.BuildComponents=t.BuildComponents;exports.STEP_ARROW_IMAGE=t.STEP_ARROW_IMAGE;exports.CustomTab=d.CustomTab;exports.PluginDetail=o.PluginDetail;exports.PluginDetailParamsTable=o.PluginDetailParamsTable;Object.defineProperty(exports,"BatchImport",{enumerable:!0,get:()=>e.BatchImport});Object.defineProperty(exports,"CustomSelect",{enumerable:!0,get:()=>e.CustomSelect});Object.defineProperty(exports,"CustomTitle",{enumerable:!0,get:()=>e.CustomTitle});Object.defineProperty(exports,"FileList",{enumerable:!0,get:()=>e.FileList});Object.defineProperty(exports,"GlassProxy",{enumerable:!0,get:()=>e.GlassProxy});Object.defineProperty(exports,"IconEmpty",{enumerable:!0,get:()=>e.IconEmpty});Object.defineProperty(exports,"IconRenderer",{enumerable:!0,get:()=>e.IconRenderer});Object.defineProperty(exports,"IconSelect",{enumerable:!0,get:()=>e.IconSelect});Object.defineProperty(exports,"SearchBar",{enumerable:!0,get:()=>e.SearchBar});Object.defineProperty(exports,"TreeSelect",{enumerable:!0,get:()=>e.TreeSelect});Object.defineProperty(exports,"TreeShowSelect",{enumerable:!0,get:()=>e.TreeShowSelect});Object.defineProperty(exports,"UploadFile",{enumerable:!0,get:()=>e.UploadFile});exports.default=I;
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.61",
3
+ "version": "0.0.62",
4
4
  "keywords": [
5
5
  "component library",
6
6
  "ui framework",
@@ -184,11 +184,11 @@
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-custom-methods": "0.0.10",
190
- "color-star-custom-components": "0.0.7",
191
188
  "color-message-aibox-vue": "0.0.70",
189
+ "color-star-atom-style": "0.0.2",
190
+ "color-star-custom-components": "0.0.7",
191
+ "color-star-custom-methods": "0.0.11",
192
192
  "ling-yun-methods": "0.0.47"
193
193
  },
194
194
  "optionalDependencies": {