ling-yun-custom-components 0.0.46 → 0.0.47
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 +177 -182
- package/es/CustomTab.mjs +46 -20
- package/es/IconRenderer.mjs +1 -1
- package/es/PluginDetail.mjs +120 -0
- package/es/assets/AppIntro.css +1 -1
- package/es/assets/CustomTab.css +1 -1
- package/es/assets/PluginDetail.css +1 -0
- package/es/chunks/global.2EmeYAhV.js +16350 -0
- package/es/index.mjs +29 -26
- package/lib/AppIntro.js +1 -1
- package/lib/CustomTab.js +1 -1
- package/lib/IconRenderer.js +1 -1
- package/lib/PluginDetail.js +1 -0
- package/lib/assets/AppIntro.css +1 -1
- package/lib/assets/CustomTab.css +1 -1
- package/lib/assets/PluginDetail.css +1 -0
- package/lib/chunks/global.M0Ikp-pv.js +1 -0
- package/lib/index.js +1 -1
- package/package.json +3 -3
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 r=require("./AppIntro.js"),i=require("./CustomSelect.js"),a=require("./SearchBar.js"),l=require("./PaginationTable.js"),s=require("./UploadFile.js"),u=require("./FileList.js"),c=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"),P=require("./IconEmpty.js"),t=require("./IconRenderer.js"),D=require("./IconSelect.js"),C=require("./PageNotFound.js"),g=require("./UpdatePasswordDialog.js"),e=require("./BuildComponents.js"),_=require("./CustomTab.js"),L=require("./PluginDetail.js"),U=require("element-plus"),o=Object.freeze(Object.defineProperty({__proto__:null,AppIntro:r.AppIntro,BUILD_BIG_TITLES:e.BUILD_BIG_TITLES,BUILD_STEPS:e.BUILD_STEPS,BUILD_TITLES:e.BUILD_TITLES,BUILD_TYPES:e.BUILD_TYPES,BatchImport:c.BatchImport,BuildComponents:e.BuildComponents,CustomDialog:I.CustomDialog,CustomDropdown:d.CustomDropdown,CustomPagination:T.CustomPagination,CustomSelect:i.CustomSelect,CustomTab:_.CustomTab,CustomTitle:m.CustomTitle,FileList:u.FileList,GradientButton:S.GradientButton,IconEmpty:P.IconEmpty,IconRenderer:t.IconRenderer,IconSelect:D.IconSelect,PageNotFound:C.PageNotFound,PaginationTable:l.PaginationTable,PluginDetail:L.PluginDetail,STEP_ARROW_IMAGE:e.STEP_ARROW_IMAGE,SearchBar:a.SearchBar,TreeSelect:p.TreeSelect,TreeShowSelect:B.TreeShowSelect,UpdatePasswordDialog:g.UpdatePasswordDialog,UploadFile:s.UploadFile,iconLibraryMap:t.iconLibraryMap},Symbol.toStringTag,{value:"Module"}));U.dayjs.en.weekStart=1;const q=E=>{for(const n in o)o[n].install&&E.use(o[n])},b={install:q};exports.AppIntro=r.AppIntro;exports.CustomSelect=i.CustomSelect;exports.SearchBar=a.SearchBar;exports.PaginationTable=l.PaginationTable;exports.UploadFile=s.UploadFile;exports.FileList=u.FileList;exports.BatchImport=c.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=P.IconEmpty;exports.IconRenderer=t.IconRenderer;exports.iconLibraryMap=t.iconLibraryMap;exports.IconSelect=D.IconSelect;exports.PageNotFound=C.PageNotFound;exports.UpdatePasswordDialog=g.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=_.CustomTab;exports.PluginDetail=L.PluginDetail;exports.default=b;
|
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.47",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"component library",
|
|
6
6
|
"ui framework",
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"element-plus": "^2.11.8",
|
|
141
141
|
"element-tree-line": "^0.2.1",
|
|
142
142
|
"js-cookie": "^3.0.5",
|
|
143
|
-
"ling-yun-methods": "^0.0.
|
|
143
|
+
"ling-yun-methods": "^0.0.36",
|
|
144
144
|
"color-star-custom-methods": "^0.0.4",
|
|
145
145
|
"lodash.debounce": "^4.0.8",
|
|
146
146
|
"lottie-web": "^5.13.0",
|
|
@@ -188,7 +188,7 @@
|
|
|
188
188
|
"axios": "^1.8.2",
|
|
189
189
|
"vue": "^3.5.13",
|
|
190
190
|
"color-message-lingyun-vue": "0.0.18",
|
|
191
|
-
"color-message-aibox-vue": "0.0.
|
|
191
|
+
"color-message-aibox-vue": "0.0.38"
|
|
192
192
|
},
|
|
193
193
|
"optionalDependencies": {
|
|
194
194
|
"@ast-grep/napi-linux-x64-musl": "^0.39.6",
|