ling-yun-custom-components 0.0.43 → 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/es/AppIntro.mjs +252 -309
- package/es/IconRenderer.mjs +1 -1
- package/es/IconSelect.mjs +1 -1
- package/es/assets/AppIntro.css +1 -1
- package/es/chunks/global.C1Iy_saH.js +8850 -0
- package/es/chunks/global.Ki4_q0NN.js +8823 -0
- package/es/index.mjs +81 -91
- package/lib/AppIntro.js +1 -1
- package/lib/IconRenderer.js +1 -1
- package/lib/IconSelect.js +1 -1
- package/lib/assets/AppIntro.css +1 -1
- package/lib/chunks/global.CX5655fW.js +1 -0
- package/lib/chunks/global.XouT1lGG.js +1 -0
- package/lib/index.js +1 -1
- package/package.json +4 -4
package/lib/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n=require("./AppIntro.js"),i=require("./CustomSelect.js"),a=require("./SearchBar.js"),s=require("./PaginationTable.js"),c=require("./UploadFile.js"),u=require("./FileList.js"),l=require("./BatchImport.js"),S=require("./GradientButton.js"),I=require("./CustomDialog.js"),T=require("./CustomPagination.js"),m=require("./CustomTitle.js"),d=require("./CustomDropdown.js"),p=require("./TreeSelect.js"),B=require("./TreeShowSelect.js"),C=require("./IconEmpty.js"),o=require("./IconRenderer.js"),P=require("./IconSelect.js"),_=require("./PageNotFound.js"),L=require("./UpdatePasswordDialog.js"),e=require("./BuildComponents.js"),D=require("./CustomTab.js"),E=require("element-plus"),t=Object.freeze(Object.defineProperty({__proto__:null,AppIntro:n.AppIntro,BUILD_BIG_TITLES:e.BUILD_BIG_TITLES,BUILD_STEPS:e.BUILD_STEPS,BUILD_TITLES:e.BUILD_TITLES,BUILD_TYPES:e.BUILD_TYPES,BatchImport:l.BatchImport,BuildComponents:e.BuildComponents,CustomDialog:I.CustomDialog,CustomDropdown:d.CustomDropdown,CustomPagination:T.CustomPagination,CustomSelect:i.CustomSelect,CustomTab:D.CustomTab,CustomTitle:m.CustomTitle,FileList:u.FileList,GradientButton:S.GradientButton,IconEmpty:C.IconEmpty,IconRenderer:o.IconRenderer,IconSelect:P.IconSelect,PageNotFound:_.PageNotFound,PaginationTable:s.PaginationTable,STEP_ARROW_IMAGE:e.STEP_ARROW_IMAGE,SearchBar:a.SearchBar,TreeSelect:p.TreeSelect,TreeShowSelect:B.TreeShowSelect,UpdatePasswordDialog:L.UpdatePasswordDialog,UploadFile:c.UploadFile,iconLibraryMap:o.iconLibraryMap},Symbol.toStringTag,{value:"Module"}));E.dayjs.en.weekStart=1;const U=g=>{for(const r in t)t[r].install&&g.use(t[r])},q={install:U};exports.AppIntro=n.AppIntro;exports.CustomSelect=i.CustomSelect;exports.SearchBar=a.SearchBar;exports.PaginationTable=s.PaginationTable;exports.UploadFile=c.UploadFile;exports.FileList=u.FileList;exports.BatchImport=l.BatchImport;exports.GradientButton=S.GradientButton;exports.CustomDialog=I.CustomDialog;exports.CustomPagination=T.CustomPagination;exports.CustomTitle=m.CustomTitle;exports.CustomDropdown=d.CustomDropdown;exports.TreeSelect=p.TreeSelect;exports.TreeShowSelect=B.TreeShowSelect;exports.IconEmpty=C.IconEmpty;exports.IconRenderer=o.IconRenderer;exports.iconLibraryMap=o.iconLibraryMap;exports.IconSelect=P.IconSelect;exports.PageNotFound=_.PageNotFound;exports.UpdatePasswordDialog=L.UpdatePasswordDialog;exports.BUILD_BIG_TITLES=e.BUILD_BIG_TITLES;exports.BUILD_STEPS=e.BUILD_STEPS;exports.BUILD_TITLES=e.BUILD_TITLES;exports.BUILD_TYPES=e.BUILD_TYPES;exports.BuildComponents=e.BuildComponents;exports.STEP_ARROW_IMAGE=e.STEP_ARROW_IMAGE;exports.CustomTab=D.CustomTab;exports.default=q;
|
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.45",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"component library",
|
|
6
6
|
"ui framework",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"element-tree-line": "^0.2.1",
|
|
142
142
|
"js-cookie": "^3.0.5",
|
|
143
143
|
"ling-yun-methods": "^0.0.34",
|
|
144
|
-
"color-star-custom-methods": "^0.0.
|
|
144
|
+
"color-star-custom-methods": "^0.0.4",
|
|
145
145
|
"lodash.debounce": "^4.0.8",
|
|
146
146
|
"lottie-web": "^5.13.0",
|
|
147
147
|
"moment": "^2.30.1",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"uuid": "^13.0.0",
|
|
152
152
|
"vue-draggable-plus": "^0.6.0",
|
|
153
153
|
"vue-router": "^4.6.3",
|
|
154
|
-
"color-message-lingyun-vue": "0.0.
|
|
154
|
+
"color-message-lingyun-vue": "0.0.18"
|
|
155
155
|
},
|
|
156
156
|
"devDependencies": {
|
|
157
157
|
"@commitlint/cli": "^20.1.0",
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
"peerDependencies": {
|
|
188
188
|
"axios": "^1.8.2",
|
|
189
189
|
"vue": "^3.5.13",
|
|
190
|
-
"color-message-lingyun-vue": "0.0.
|
|
190
|
+
"color-message-lingyun-vue": "0.0.18",
|
|
191
191
|
"color-message-aibox-vue": "0.0.36"
|
|
192
192
|
},
|
|
193
193
|
"optionalDependencies": {
|