hs-admin-ui 15.0.8 → 15.0.9
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/index.js +13 -13
- package/dist/index.js.gz +0 -0
- package/dist/index.mjs +3 -48
- package/dist/index.mjs.gz +0 -0
- package/package.json +1 -1
package/dist/index.js.gz
CHANGED
|
Binary file
|
package/dist/index.mjs
CHANGED
|
@@ -6681,7 +6681,7 @@ const configProviderProps = buildProps({
|
|
|
6681
6681
|
...useEmptyValuesProps
|
|
6682
6682
|
});
|
|
6683
6683
|
const messageConfig = {};
|
|
6684
|
-
|
|
6684
|
+
defineComponent({
|
|
6685
6685
|
name: "ElConfigProvider",
|
|
6686
6686
|
props: configProviderProps,
|
|
6687
6687
|
setup(props, { slots }) {
|
|
@@ -6692,7 +6692,6 @@ const ConfigProvider = defineComponent({
|
|
|
6692
6692
|
return () => renderSlot(slots, "default", { config: config3 == null ? void 0 : config3.value });
|
|
6693
6693
|
}
|
|
6694
6694
|
});
|
|
6695
|
-
const ElConfigProvider = withInstall(ConfigProvider);
|
|
6696
6695
|
const affixProps = buildProps({
|
|
6697
6696
|
zIndex: {
|
|
6698
6697
|
type: definePropType([Number, String]),
|
|
@@ -227298,66 +227297,22 @@ function useHsAdminUi(app, options) {
|
|
|
227298
227297
|
app.use(install$2).use(installBusiness).use(VxeUIExport).use(VxeTableExport);
|
|
227299
227298
|
}
|
|
227300
227299
|
export {
|
|
227301
|
-
Colgroup,
|
|
227302
|
-
Column,
|
|
227303
|
-
Grid,
|
|
227304
227300
|
index as Hooxs,
|
|
227305
|
-
ElConfigProvider as HsConfigProvider,
|
|
227306
227301
|
ElLoading as HsLoading,
|
|
227307
227302
|
HsMessage,
|
|
227308
227303
|
HsMessageBox,
|
|
227309
227304
|
HsNotification,
|
|
227310
|
-
ElTree as HsTree,
|
|
227311
|
-
Table,
|
|
227312
|
-
Toolbar,
|
|
227313
227305
|
index$1 as Utils,
|
|
227314
|
-
VXETable,
|
|
227315
|
-
VxeColgroup,
|
|
227316
|
-
VxeColumn,
|
|
227317
|
-
VxeGrid,
|
|
227318
|
-
VxeTable,
|
|
227319
|
-
VxeToolbar,
|
|
227320
227306
|
VxeUI,
|
|
227321
|
-
_t,
|
|
227322
|
-
clipboard,
|
|
227323
|
-
commands$2 as commands,
|
|
227324
|
-
config2 as config,
|
|
227325
227307
|
configUnidId,
|
|
227326
|
-
formats$3 as formats,
|
|
227327
227308
|
getBatchConfig,
|
|
227328
|
-
getConfig$7 as getConfig,
|
|
227329
227309
|
getItemConfig as getConfigData,
|
|
227330
227310
|
getFormData,
|
|
227331
|
-
getI18n$d as getI18n,
|
|
227332
|
-
getIcon$8 as getIcon,
|
|
227333
227311
|
getLoadData$1 as getLoadData,
|
|
227334
|
-
getTheme,
|
|
227335
|
-
globalEvents$3 as globalEvents,
|
|
227336
|
-
globalResize$1 as globalResize,
|
|
227337
|
-
hooks$8 as hooks,
|
|
227338
|
-
install,
|
|
227339
|
-
interceptor$1 as interceptor,
|
|
227340
227312
|
isShowItem,
|
|
227341
|
-
log$1 as log,
|
|
227342
227313
|
mathTool,
|
|
227343
|
-
menus$1 as menus,
|
|
227344
|
-
modal,
|
|
227345
|
-
print,
|
|
227346
|
-
readFile,
|
|
227347
|
-
renderer$b as renderer,
|
|
227348
227314
|
getTableSpecialType as resetColumn,
|
|
227349
|
-
saveFile,
|
|
227350
|
-
setConfig,
|
|
227351
|
-
setI18n,
|
|
227352
|
-
setIcon,
|
|
227353
|
-
setLanguage,
|
|
227354
|
-
setTheme,
|
|
227355
|
-
setup,
|
|
227356
227315
|
showPopupCount,
|
|
227357
|
-
|
|
227358
|
-
|
|
227359
|
-
useHsAdminUi,
|
|
227360
|
-
validators$1 as validators,
|
|
227361
|
-
version$1 as version,
|
|
227362
|
-
zhCn
|
|
227316
|
+
tableAsyncFun,
|
|
227317
|
+
useHsAdminUi
|
|
227363
227318
|
};
|
package/dist/index.mjs.gz
CHANGED
|
Binary file
|