@pubinfo/core 2.0.0-beta.27 → 2.0.0-beta.28
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/{AppSetting-8APd2n5W.js → AppSetting-DMJZXmzA.js} +21 -20
- package/dist/{HCheckList.vue_vue_type_script_setup_true_lang-xHHNH-Do.js → HCheckList.vue_vue_type_script_setup_true_lang-B3wESRn7.js} +2 -2
- package/dist/{PreferencesContent-B6v1Y85P.js → PreferencesContent-BniiAnvk.js} +46 -45
- package/dist/{SettingBreadcrumb-DRbL0ad_.js → SettingBreadcrumb-C4f3EHvJ.js} +2 -2
- package/dist/{SettingCopyright-BQF1UDPx.js → SettingCopyright-BfIv7JmX.js} +1 -1
- package/dist/{SettingEnableTransition-COQvH_bE.js → SettingEnableTransition-ltxmSAel.js} +1 -1
- package/dist/{SettingHome-BL-JRz6C.js → SettingHome-D3YO-Jml.js} +1 -1
- package/dist/{SettingMenu-CL08Xnqj.js → SettingMenu-BFPc8wk1.js} +2 -2
- package/dist/{SettingMode-CHFQfbwC.js → SettingMode-FWqs1ki-.js} +1 -1
- package/dist/{SettingNavSearch-D3EfJLm4.js → SettingNavSearch-CNH2GsIA.js} +1 -1
- package/dist/{SettingOther-D8vWJBqB.js → SettingOther-DeKEcGIY.js} +1 -1
- package/dist/{SettingPage-C6834qKt.js → SettingPage-CvRmxfR7.js} +1 -1
- package/dist/{SettingTabbar-C4Nk7PaM.js → SettingTabbar-C7I7s-0s.js} +2 -2
- package/dist/{SettingThemes-CAiwgt41.js → SettingThemes-DzQ2YBRN.js} +2 -2
- package/dist/{SettingToolbar-Bue6Bsao.js → SettingToolbar-BPj0XLJ3.js} +1 -1
- package/dist/{SettingTopbar-CklZW6nz.js → SettingTopbar-DVlc3dq-.js} +2 -2
- package/dist/{SettingWidthMode-Ba5CjpXS.js → SettingWidthMode-BzNU65dj.js} +1 -1
- package/dist/{TopThinMode-BKgHAbKj.js → TopThinMode-DSO5USf6.js} +1 -1
- package/dist/{_...all_-CiLs5zE0.js → _...all_-6l5FWUkL.js} +1 -1
- package/dist/{colors-ehvAxkYC.js → colors-DiWJrScm.js} +1 -1
- package/dist/components/PubinfoIcon/register.d.ts +9 -0
- package/dist/index-Be7jJtXg.js +232 -0
- package/dist/index-BmMbAV1Y.js +141 -0
- package/dist/index-CXsL0aQN.js +13107 -0
- package/dist/{index-CqQ-P_1q.js → index-CfasTv4x.js} +8 -8
- package/dist/{index-CAjh59MN.js → index-Ckgil96Y.js} +30 -30
- package/dist/{index-hjeR7S9d.js → index-De_ME_Ws.js} +2 -2
- package/dist/{index-C5TqLQ-T.js → index-Md7zV10q.js} +1 -1
- package/dist/{index-BjAXx4BA.js → index-XnF26Tbt.js} +3 -3
- package/dist/{index-BK4luc55.js → index-bsi-FZDt.js} +11 -9
- package/dist/index.js +33 -32
- package/dist/{toolbar-collapse-BhNN4H7Y.js → index.vue_vue_type_style_index_0_scoped_fa1c6ee4_lang-B3Eieo0k.js} +489 -503
- package/dist/interface.d.ts +2 -0
- package/dist/layout/Layout.vue.d.ts +2 -2
- package/dist/{menu-D3oKigWX.js → menu-CC5544p-.js} +3202 -3184
- package/dist/pages/system/change-organization/index.vue.d.ts +1 -1
- package/dist/pages/system/change-password/index.vue.d.ts +1 -1
- package/dist/{pick-Cku6R96i.js → pick-CJo2YiT-.js} +1 -1
- package/dist/request.js +399 -390
- package/dist/route/routes.d.ts +6 -4
- package/dist/style.css +2 -2
- package/dist/utils/index.d.ts +6 -0
- package/package.json +26 -26
- package/src/api/modules/configData/xitongpeizhifuwu.ts +3 -3
- package/src/components/PubinfoApp/index.vue +1 -1
- package/src/components/PubinfoIcon/index.vue +3 -1
- package/src/components/PubinfoIcon/register.ts +19 -0
- package/src/components/PubinfoProvider/index.ts +1 -2
- package/src/create.ts +7 -0
- package/src/interface.ts +2 -0
- package/src/layout/Layout.vue +50 -59
- package/src/layout/components/Content/index.vue +34 -13
- package/src/layout/components/Sidebar/MainSidebar.vue +4 -7
- package/src/layout/provider.ts +7 -1
- package/src/pages/system/change-organization/index.vue +65 -73
- package/src/pages/system/change-password/index.vue +36 -44
- package/src/route/routes.ts +26 -8
- package/src/stores/modules/route.ts +10 -2
- package/src/utils/index.ts +14 -0
- package/types/vue-router.d.ts +3 -1
- package/dist/index-64V9RiCt.js +0 -240
- package/dist/index-BLvVzLOl.js +0 -147
- package/dist/index-DTsHMiQx.js +0 -12711
package/dist/interface.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Pinia } from 'pinia';
|
|
2
2
|
import { App } from 'vue';
|
|
3
3
|
import { Router, RouterOptions as VueRouterOptions } from 'vue-router';
|
|
4
|
+
import { IconRegistry } from './components/PubinfoIcon/register';
|
|
4
5
|
type PartialKeys<T, Keys extends keyof T> = Omit<T, Keys> & Partial<Pick<T, Keys>>;
|
|
5
6
|
export type RouterOptions = PartialKeys<VueRouterOptions, 'history'> & {
|
|
6
7
|
base?: string;
|
|
@@ -9,6 +10,7 @@ export interface Context {
|
|
|
9
10
|
app: App<Element>;
|
|
10
11
|
store: Pinia;
|
|
11
12
|
router: Router;
|
|
13
|
+
iconRegistry: IconRegistry;
|
|
12
14
|
}
|
|
13
15
|
export interface Options {
|
|
14
16
|
rootContainer?: string | Element;
|
|
@@ -7,10 +7,10 @@ declare function __VLS_template(): {
|
|
|
7
7
|
footer?(_: {}): any;
|
|
8
8
|
};
|
|
9
9
|
refs: {};
|
|
10
|
-
rootEl:
|
|
10
|
+
rootEl: HTMLDivElement;
|
|
11
11
|
};
|
|
12
12
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
-
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
13
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
14
14
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
15
15
|
export default _default;
|
|
16
16
|
type __VLS_WithTemplateSlots<T, S> = T & {
|