super-page-runtime 2.2.92-sit4 → 2.2.92-sit7
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/es/index.d.ts +2 -2
- package/dist/es/index.js +2 -1
- package/package.json +1 -1
package/dist/es/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SuperPageNew, SuperPageDialogNew, HomeChart } from './components/runtime';
|
|
2
|
-
import { getComponentOptionConfigs } from './components/runtime/utils/page-helper-util';
|
|
2
|
+
import { getComponentOptionConfigs, getComponentOptionConfigsBase } from './components/runtime/utils/page-helper-util';
|
|
3
3
|
import { getStandPermissionInfo, getFunctionInfo, FuncType } from './components/runtime/utils/page-permission-util';
|
|
4
4
|
import { getCustomTheme, getCustomThemeOptions, getNumFormatter } from './components/runtime/utils/charts/chart-util';
|
|
5
5
|
import { default as cn } from './i18n/langs/cn.js';
|
|
@@ -8,7 +8,7 @@ import { getDateShortCuts } from './components/runtime/utils/form/date-shortcuts
|
|
|
8
8
|
import { getListCode } from './components/runtime/utils/common-util';
|
|
9
9
|
import { default as YxAffix } from './components/runtime/views/assemblys/container/fixed/YxAffix.vue';
|
|
10
10
|
|
|
11
|
-
export { SuperPageNew, SuperPageDialogNew, getComponentOptionConfigs, HomeChart, YxAffix };
|
|
11
|
+
export { SuperPageNew, SuperPageDialogNew, getComponentOptionConfigs, getComponentOptionConfigsBase, HomeChart, YxAffix };
|
|
12
12
|
export { getStandPermissionInfo, getFunctionInfo, FuncType };
|
|
13
13
|
export { getCustomTheme, getCustomThemeOptions, getNumFormatter as getNumFormatterForChart };
|
|
14
14
|
export { getDateShortCuts };
|
package/dist/es/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import { default as default2 } from "./components/runtime/views/super-page.vue.j
|
|
|
2
2
|
import { default as default3 } from "./components/runtime/views/super-page-dialog.vue.js";
|
|
3
3
|
/* empty css */
|
|
4
4
|
import { default as default4 } from "./components/runtime/views/home-chart.vue.js";
|
|
5
|
-
import { getComponentOptionConfigs } from "./components/runtime/utils/page-helper-util.js";
|
|
5
|
+
import { getComponentOptionConfigs, getComponentOptionConfigsBase } from "./components/runtime/utils/page-helper-util.js";
|
|
6
6
|
import { FuncType, getFunctionInfo, getStandPermissionInfo } from "./components/runtime/utils/page-permission-util.js";
|
|
7
7
|
import { getCustomTheme, getCustomThemeOptions, getNumFormatter } from "./components/runtime/utils/charts/chart-util.js";
|
|
8
8
|
import { default as default5 } from "./i18n/langs/cn.js";
|
|
@@ -19,6 +19,7 @@ export {
|
|
|
19
19
|
default5 as cn,
|
|
20
20
|
default6 as en,
|
|
21
21
|
getComponentOptionConfigs,
|
|
22
|
+
getComponentOptionConfigsBase,
|
|
22
23
|
getCustomTheme,
|
|
23
24
|
getCustomThemeOptions,
|
|
24
25
|
getDateShortCuts,
|