@oinone/kunlun-vue-admin-layout 6.4.9 → 7.2.0
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/oinone-kunlun-vue-admin-layout.css +1 -1
- package/dist/oinone-kunlun-vue-admin-layout.esm.js +12 -12101
- package/dist/oinone-kunlun-vue-admin-layout.scss +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/src/basic/MaskWidget.d.ts +17 -17
- package/dist/types/src/basic/index.d.ts +2 -2
- package/dist/types/src/basic/register/index.d.ts +1 -1
- package/dist/types/src/basic/register/manager.d.ts +7 -7
- package/dist/types/src/basic/token/BaseMaskWidget.d.ts +55 -55
- package/dist/types/src/basic/token/index.d.ts +1 -1
- package/dist/types/src/component/app-switcher/AppSwitcher.vue.d.ts +87 -84
- package/dist/types/src/component/app-switcher/AppSwitcherMask.vue.d.ts +63 -61
- package/dist/types/src/component/app-switcher/AppSwitcherWidget.d.ts +33 -33
- package/dist/types/src/component/app-switcher/index.d.ts +3 -3
- package/dist/types/src/component/breadcrumb/BreadcrumbWidget.d.ts +33 -33
- package/dist/types/src/component/breadcrumb/DefaultBreadcrumb.vue.d.ts +1199 -58
- package/dist/types/src/component/breadcrumb/index.d.ts +2 -2
- package/dist/types/src/component/debug/Debug.vue.d.ts +13 -11
- package/dist/types/src/component/debug/DebugWidget.d.ts +8 -8
- package/dist/types/src/component/debug/constants.d.ts +2 -2
- package/dist/types/src/component/debug/index.d.ts +7 -7
- package/dist/types/src/component/debug/spi/DebugRouterInitializeService.d.ts +4 -4
- package/dist/types/src/component/debug/spi/index.d.ts +1 -1
- package/dist/types/src/component/debug/typing.d.ts +159 -159
- package/dist/types/src/component/debug/util.d.ts +16 -16
- package/dist/types/src/component/debug/view/DebugMainView.vue.d.ts +32 -28
- package/dist/types/src/component/debug/view/DebugMainViewWidget.d.ts +10 -10
- package/dist/types/src/component/debug/view/debug-api/DebugApiWidget.d.ts +32 -32
- package/dist/types/src/component/debug/view/debug-utils.d.ts +44 -44
- package/dist/types/src/component/debug/view/debug-view/DebugViewWidget.d.ts +26 -26
- package/dist/types/src/component/debug/view/index.d.ts +5 -5
- package/dist/types/src/component/debug/view/service/DebugRuntimeContextService.d.ts +18 -18
- package/dist/types/src/component/debug/view/service/DebugStackInfoService.d.ts +27 -27
- package/dist/types/src/component/debug/view/service/impl/runtime-context/DebugDefaultRuntimeContextService.d.ts +6 -6
- package/dist/types/src/component/debug/view/service/impl/runtime-context/DebugRuntimeActionService.d.ts +7 -7
- package/dist/types/src/component/debug/view/service/impl/runtime-context/DebugRuntimeDslService.d.ts +6 -6
- package/dist/types/src/component/debug/view/service/impl/runtime-context/DebugRuntimeFieldService.d.ts +7 -7
- package/dist/types/src/component/debug/view/service/impl/runtime-context/DebugRuntimeLayoutService.d.ts +6 -6
- package/dist/types/src/component/debug/view/service/impl/runtime-context/DebugRuntimeMaskService.d.ts +6 -6
- package/dist/types/src/component/debug/view/service/impl/runtime-context/DebugRuntimeTemplateService.d.ts +6 -6
- package/dist/types/src/component/debug/view/service/impl/runtime-context/DebugRuntimeViewService.d.ts +6 -6
- package/dist/types/src/component/debug/view/service/impl/stack-info/DebugBizStackService.d.ts +6 -6
- package/dist/types/src/component/debug/view/service/impl/stack-info/DebugConfigureService.d.ts +4 -4
- package/dist/types/src/component/debug/view/service/impl/stack-info/DebugDefaultStackInfoService.d.ts +8 -8
- package/dist/types/src/component/debug/view/service/impl/stack-info/DebugExceptionStackService.d.ts +6 -6
- package/dist/types/src/component/debug/view/service/impl/stack-info/DebugFunctionService.d.ts +4 -4
- package/dist/types/src/component/debug/view/service/impl/stack-info/DebugHalfBizStackService.d.ts +6 -6
- package/dist/types/src/component/debug/view/service/impl/stack-info/DebugModelService.d.ts +4 -4
- package/dist/types/src/component/debug/view/service/impl/stack-info/DebugPureBizStackService.d.ts +6 -6
- package/dist/types/src/component/debug/view/service/impl/stack-info/DebugStacktraceGqlRequestContextService.d.ts +6 -6
- package/dist/types/src/component/debug/view/service/impl/stack-info/DebugStacktraceSceneAnalysisService.d.ts +7 -7
- package/dist/types/src/component/debug/view/service/impl/stack-info/DebugStacktraceSessionService.d.ts +6 -6
- package/dist/types/src/component/debug/view/service/index.d.ts +20 -20
- package/dist/types/src/component/debug/view/storage.d.ts +19 -19
- package/dist/types/src/component/debug/view/useDebugRequestInfo.d.ts +7 -7
- package/dist/types/src/component/divider/Divider.vue.d.ts +88 -2
- package/dist/types/src/component/divider/DividerWidget.d.ts +4 -4
- package/dist/types/src/component/divider/index.d.ts +1 -1
- package/dist/types/src/component/index.d.ts +14 -14
- package/dist/types/src/component/language/DefaultLanguage.vue.d.ts +1850 -34
- package/dist/types/src/component/language/LanguageWidget.d.ts +16 -16
- package/dist/types/src/component/language/index.d.ts +1 -1
- package/dist/types/src/component/layout/BaseMaskLayoutWidget.d.ts +4 -4
- package/dist/types/src/component/layout/MaskBlock.vue.d.ts +24 -24
- package/dist/types/src/component/layout/block/MaskBlockWidget.d.ts +4 -4
- package/dist/types/src/component/layout/block/index.d.ts +1 -1
- package/dist/types/src/component/layout/container/MaskContainerWidget.d.ts +4 -4
- package/dist/types/src/component/layout/container/index.d.ts +1 -1
- package/dist/types/src/component/layout/content/MaskContentWidget.d.ts +7 -7
- package/dist/types/src/component/layout/content/index.d.ts +1 -1
- package/dist/types/src/component/layout/grid/Grid.vue.d.ts +2 -2
- package/dist/types/src/component/layout/grid/GridWidget.d.ts +9 -9
- package/dist/types/src/component/layout/grid/index.d.ts +1 -1
- package/dist/types/src/component/layout/header/MaskHeaderWidget.d.ts +4 -4
- package/dist/types/src/component/layout/header/index.d.ts +1 -1
- package/dist/types/src/component/layout/index.d.ts +9 -9
- package/dist/types/src/component/layout/mask/MaskRootWidget.d.ts +4 -4
- package/dist/types/src/component/layout/mask/index.d.ts +1 -1
- package/dist/types/src/component/layout/sidebar/MaskSidebarWidget.d.ts +10 -10
- package/dist/types/src/component/layout/sidebar/index.d.ts +1 -1
- package/dist/types/src/component/layout/widget/MaskCommonWidget.d.ts +14 -14
- package/dist/types/src/component/layout/widget/index.d.ts +1 -1
- package/dist/types/src/component/menu/DefaultMenu.vue.d.ts +1130 -115
- package/dist/types/src/component/menu/DefaultSubMenu.vue.d.ts +122 -17
- package/dist/types/src/component/menu/MenuWidget.d.ts +71 -71
- package/dist/types/src/component/menu/index.d.ts +3 -3
- package/dist/types/src/component/multi-tabs/MultiTabs.vue.d.ts +553 -151
- package/dist/types/src/component/multi-tabs/MultiTabsWidget.d.ts +60 -60
- package/dist/types/src/component/multi-tabs/index.d.ts +2 -2
- package/dist/types/src/component/multi-tabs/typing.d.ts +6 -6
- package/dist/types/src/component/notification/DefaultNotification.vue.d.ts +1533 -61
- package/dist/types/src/component/notification/NotificationWidget.d.ts +139 -139
- package/dist/types/src/component/notification/index.d.ts +2 -2
- package/dist/types/src/component/order-statistic/OrderStatistic.vue.d.ts +6 -8
- package/dist/types/src/component/order-statistic/index.d.ts +14 -14
- package/dist/types/src/component/partner-switcher/PartnerSwitcher.vue.d.ts +428 -28
- package/dist/types/src/component/partner-switcher/PartnerSwitcherWidget.d.ts +15 -15
- package/dist/types/src/component/partner-switcher/index.d.ts +6 -6
- package/dist/types/src/component/partner-switcher/service/PartnerSwitcherService.d.ts +17 -17
- package/dist/types/src/component/partner-switcher/service/impl/PartnerSwitcherServiceImpl.d.ts +17 -17
- package/dist/types/src/component/partner-switcher/service/index.d.ts +2 -2
- package/dist/types/src/component/partner-switcher/session/PartnerInfoSession.d.ts +26 -26
- package/dist/types/src/component/partner-switcher/session/impl/DefaultPartnerInfoSession.d.ts +15 -15
- package/dist/types/src/component/partner-switcher/session/index.d.ts +2 -2
- package/dist/types/src/component/partner-switcher/spi/PartnerSwitcherMaskEditor.d.ts +6 -6
- package/dist/types/src/component/partner-switcher/spi/index.d.ts +1 -1
- package/dist/types/src/component/partner-switcher/typing/index.d.ts +1 -1
- package/dist/types/src/component/partner-switcher/typing/partner.d.ts +20 -20
- package/dist/types/src/component/quick-search/QuickSearch.vue.d.ts +2545 -29
- package/dist/types/src/component/quick-search/index.d.ts +24 -24
- package/dist/types/src/component/user/DefaultUser.vue.d.ts +35 -39
- package/dist/types/src/component/user/UserWidget.d.ts +18 -16
- package/dist/types/src/component/user/index.d.ts +2 -1
- package/dist/types/src/config/DebugConfig.d.ts +16 -16
- package/dist/types/src/config/PartnerSwitcherConfig.d.ts +16 -16
- package/dist/types/src/config/index.d.ts +2 -2
- package/dist/types/src/index.d.ts +10 -10
- package/dist/types/src/service/index.d.ts +5 -5
- package/dist/types/src/service/menu-service.d.ts +12 -12
- package/dist/types/src/service/message-service.d.ts +16 -16
- package/dist/types/src/service/module-service.d.ts +12 -12
- package/dist/types/src/service/top-bar-service.d.ts +11 -10
- package/dist/types/src/service/user-service.d.ts +4 -4
- package/dist/types/src/spi/index.d.ts +1 -1
- package/dist/types/src/spi/mask-editor.d.ts +59 -54
- package/dist/types/src/tags/Block.vue.d.ts +5 -5
- package/dist/types/src/tags/Breadcrumb.vue.d.ts +5 -5
- package/dist/types/src/tags/Container.vue.d.ts +5 -5
- package/dist/types/src/tags/Content.vue.d.ts +5 -5
- package/dist/types/src/tags/Header.vue.d.ts +5 -5
- package/dist/types/src/tags/Mask.vue.d.ts +5 -5
- package/dist/types/src/tags/MultiTabs.vue.d.ts +5 -5
- package/dist/types/src/tags/Sidebar.vue.d.ts +5 -5
- package/dist/types/src/tags/Widget.vue.d.ts +5 -5
- package/dist/types/src/tags/context/context.d.ts +8 -8
- package/dist/types/src/tags/context/index.d.ts +1 -1
- package/dist/types/src/tags/index.d.ts +6 -6
- package/dist/types/src/tags/mixin/MaskWidgetTagMixin.d.ts +2 -2
- package/dist/types/src/tags/mixin/index.d.ts +3 -3
- package/dist/types/src/tags/mixin/typing.d.ts +6 -6
- package/dist/types/src/tags/mixin/use-mask-widget-tag.d.ts +38 -38
- package/dist/types/src/tags/register/index.d.ts +1 -1
- package/dist/types/src/tags/register/manager.d.ts +9 -9
- package/dist/types/src/tags/resolve/index.d.ts +2 -2
- package/dist/types/src/tags/resolve/internal/index.d.ts +2 -2
- package/dist/types/src/tags/resolve/internal/typing.d.ts +5 -5
- package/dist/types/src/tags/resolve/internal/widget-resolve.d.ts +3 -3
- package/dist/types/src/tags/resolve/typing.d.ts +26 -26
- package/dist/types/src/tags/resolve/widget-resolve.d.ts +5 -5
- package/dist/types/src/template/default-mask.d.ts +2 -2
- package/dist/types/src/template/index.d.ts +6 -6
- package/dist/types/src/theme/index.d.ts +1 -1
- package/dist/types/src/typing/constant.d.ts +1 -1
- package/dist/types/src/typing/index.d.ts +3 -3
- package/dist/types/src/typing/menu.d.ts +12 -12
- package/dist/types/src/typing/stream-symble.d.ts +12 -12
- package/dist/types/src/util/HomepageUtils.d.ts +3 -3
- package/dist/types/src/util/MenuUtil.d.ts +5 -5
- package/dist/types/src/util/index.d.ts +3 -3
- package/dist/types/src/util/unauthorized-action.d.ts +14 -14
- package/dist/types/src/utils.d.ts +86 -86
- package/package.json +38 -27
- package/src/basic/MaskWidget.ts +3 -3
- package/src/basic/token/BaseMaskWidget.ts +8 -8
- package/src/component/app-switcher/AppSwitcher.vue +4 -4
- package/src/component/app-switcher/AppSwitcherMask.vue +8 -7
- package/src/component/app-switcher/AppSwitcherWidget.ts +4 -4
- package/src/component/breadcrumb/BreadcrumbWidget.ts +4 -4
- package/src/component/breadcrumb/DefaultBreadcrumb.vue +2 -2
- package/src/component/debug/Debug.vue +1 -1
- package/src/component/debug/spi/DebugMaskEditor.ts +8 -2
- package/src/component/debug/spi/DebugRouterInitializeService.ts +1 -1
- package/src/component/debug/typing.ts +1 -1
- package/src/component/debug/view/DebugMainView.vue +3 -3
- package/src/component/debug/view/DebugMainViewWidget.ts +1 -1
- package/src/component/debug/view/components/DebugDefaultInfo.vue +1 -1
- package/src/component/debug/view/components/DebugJsonView.vue +1 -1
- package/src/component/debug/view/components/DebugRequestInfoPanel.vue +12 -3
- package/src/component/debug/view/components/DebugResponsePanel.vue +2 -2
- package/src/component/debug/view/components/runtime-context/DebugRuntimeFieldComponent.vue +2 -2
- package/src/component/debug/view/debug-api/DebugApi.vue +3 -3
- package/src/component/debug/view/debug-api/DebugApiWidget.ts +1 -1
- package/src/component/debug/view/debug-utils.ts +2 -2
- package/src/component/debug/view/debug-view/DebugView.vue +4 -4
- package/src/component/debug/view/debug-view/DebugViewWidget.ts +6 -6
- package/src/component/debug/view/service/DebugRuntimeContextService.ts +2 -2
- package/src/component/debug/view/service/DebugStackInfoService.ts +1 -1
- package/src/component/debug/view/service/impl/runtime-context/DebugDefaultRuntimeContextService.ts +3 -3
- package/src/component/debug/view/service/impl/runtime-context/DebugRuntimeActionService.ts +3 -3
- package/src/component/debug/view/service/impl/runtime-context/DebugRuntimeDslService.ts +3 -3
- package/src/component/debug/view/service/impl/runtime-context/DebugRuntimeFieldService.ts +3 -3
- package/src/component/debug/view/service/impl/runtime-context/DebugRuntimeLayoutService.ts +3 -3
- package/src/component/debug/view/service/impl/runtime-context/DebugRuntimeMaskService.ts +3 -3
- package/src/component/debug/view/service/impl/runtime-context/DebugRuntimeTemplateService.ts +3 -3
- package/src/component/debug/view/service/impl/runtime-context/DebugRuntimeViewService.ts +3 -3
- package/src/component/debug/view/service/impl/stack-info/DebugBizStackService.ts +2 -2
- package/src/component/debug/view/service/impl/stack-info/DebugConfigureService.ts +1 -1
- package/src/component/debug/view/service/impl/stack-info/DebugDefaultStackInfoService.ts +2 -2
- package/src/component/debug/view/service/impl/stack-info/DebugExceptionStackService.ts +2 -2
- package/src/component/debug/view/service/impl/stack-info/DebugFunctionService.ts +1 -1
- package/src/component/debug/view/service/impl/stack-info/DebugHalfBizStackService.ts +2 -2
- package/src/component/debug/view/service/impl/stack-info/DebugModelService.ts +1 -1
- package/src/component/debug/view/service/impl/stack-info/DebugPureBizStackService.ts +2 -2
- package/src/component/debug/view/service/impl/stack-info/DebugStacktraceGqlRequestContextService.ts +2 -2
- package/src/component/debug/view/service/impl/stack-info/DebugStacktraceSceneAnalysisService.ts +2 -2
- package/src/component/debug/view/service/impl/stack-info/DebugStacktraceSessionService.ts +2 -2
- package/src/component/debug/view/storage.ts +2 -2
- package/src/component/debug/view/useDebugRequestInfo.ts +1 -1
- package/src/component/language/DefaultLanguage.vue +2 -2
- package/src/component/language/LanguageWidget.ts +3 -3
- package/src/component/layout/BaseMaskLayoutWidget.ts +1 -1
- package/src/component/layout/MaskBlock.vue +2 -2
- package/src/component/layout/grid/GridWidget.ts +9 -7
- package/src/component/layout/widget/MaskCommonWidget.ts +4 -4
- package/src/component/menu/DefaultMenu.vue +3 -3
- package/src/component/menu/DefaultSubMenu.vue +2 -2
- package/src/component/menu/MenuWidget.ts +11 -5
- package/src/component/menu/style/common.scss +45 -0
- package/src/component/multi-tabs/MultiTabs.vue +9 -4
- package/src/component/multi-tabs/MultiTabsWidget.ts +7 -8
- package/src/component/multi-tabs/typing.ts +1 -1
- package/src/component/notification/DefaultNotification.vue +26 -28
- package/src/component/notification/NotificationWidget.ts +24 -23
- package/src/component/order-statistic/OrderStatistic.vue +1 -1
- package/src/component/partner-switcher/PartnerSwitcher.vue +2 -2
- package/src/component/partner-switcher/PartnerSwitcherWidget.ts +3 -3
- package/src/component/partner-switcher/service/PartnerSwitcherService.ts +1 -1
- package/src/component/partner-switcher/service/impl/PartnerSwitcherServiceImpl.ts +2 -2
- package/src/component/partner-switcher/session/PartnerInfoSession.ts +1 -1
- package/src/component/partner-switcher/session/impl/DefaultPartnerInfoSession.ts +2 -2
- package/src/component/partner-switcher/spi/PartnerSwitcherMaskEditor.ts +8 -2
- package/src/component/quick-search/index.ts +1 -1
- package/src/component/user/DefaultUser.vue +16 -12
- package/src/component/user/UserWidget.ts +24 -21
- package/src/component/user/index.ts +1 -0
- package/src/config/DebugConfig.ts +2 -2
- package/src/config/PartnerSwitcherConfig.ts +2 -2
- package/src/service/menu-service.ts +3 -3
- package/src/service/module-service.ts +3 -3
- package/src/service/top-bar-service.ts +6 -2
- package/src/service/user-service.ts +1 -1
- package/src/shim-translate.d.ts +5 -2
- package/src/spi/mask-editor.ts +7 -1
- package/src/tags/context/context.ts +1 -1
- package/src/tags/index.ts +1 -1
- package/src/tags/mixin/MaskWidgetTagMixin.ts +5 -5
- package/src/tags/mixin/typing.ts +1 -1
- package/src/tags/mixin/use-mask-widget-tag.ts +5 -5
- package/src/tags/register/manager.ts +2 -2
- package/src/tags/resolve/internal/typing.ts +1 -1
- package/src/tags/resolve/internal/widget-resolve.ts +4 -4
- package/src/tags/resolve/typing.ts +2 -2
- package/src/tags/resolve/widget-resolve.ts +2 -2
- package/src/template/index.ts +5 -5
- package/src/typing/menu.ts +1 -1
- package/src/util/HomepageUtils.ts +8 -7
- package/src/util/unauthorized-action.ts +8 -4
- package/src/utils.ts +8 -8
- package/dist/types/src/component/debug/spi/DebugMaskEditor.d.ts +0 -6
- package/dist/types/src/component/debug/view/components/DebugDefaultInfo.vue.d.ts +0 -22
- package/dist/types/src/component/debug/view/components/DebugJsonView.vue.d.ts +0 -29
- package/dist/types/src/component/debug/view/components/DebugRequestInfoPanel.vue.d.ts +0 -22
- package/dist/types/src/component/debug/view/components/DebugResponsePanel.vue.d.ts +0 -12
- package/dist/types/src/component/debug/view/debug-api/DebugApi.vue.d.ts +0 -62
- package/dist/types/src/component/debug/view/debug-view/DebugView.vue.d.ts +0 -78
- package/rollup.config.js +0 -33
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { ReloadMaskCallChainingParameters } from '@oinone/kunlun-engine';
|
|
2
|
-
import { Matched, Router } from '@oinone/kunlun-router';
|
|
3
|
-
import { RuntimeLanguage } from '@oinone/kunlun-vue-ui-common';
|
|
4
|
-
import { MaskWidget } from '../../basic';
|
|
5
|
-
export declare class LanguageWidget extends MaskWidget {
|
|
6
|
-
protected router: Router;
|
|
7
|
-
protected matched: Matched;
|
|
8
|
-
initialize(props: any): this;
|
|
9
|
-
protected languages: RuntimeLanguage[] | undefined;
|
|
10
|
-
protected currentLanguage: RuntimeLanguage | undefined;
|
|
11
|
-
protected onChange(value: RuntimeLanguage): void;
|
|
12
|
-
protected initLanguages(): Promise<void>;
|
|
13
|
-
protected initCurrentLanguage(code: string): void;
|
|
14
|
-
protected reloadMaskProcess(reloadParameters: ReloadMaskCallChainingParameters): Promise<void>;
|
|
15
|
-
protected $$mounted(): void;
|
|
16
|
-
}
|
|
1
|
+
import { type ReloadMaskCallChainingParameters } from '@oinone/kunlun-engine';
|
|
2
|
+
import { type Matched, Router } from '@oinone/kunlun-router';
|
|
3
|
+
import { type RuntimeLanguage } from '@oinone/kunlun-vue-ui-common';
|
|
4
|
+
import { MaskWidget } from '../../basic';
|
|
5
|
+
export declare class LanguageWidget extends MaskWidget {
|
|
6
|
+
protected router: Router;
|
|
7
|
+
protected matched: Matched;
|
|
8
|
+
initialize(props: any): this;
|
|
9
|
+
protected languages: RuntimeLanguage[] | undefined;
|
|
10
|
+
protected currentLanguage: RuntimeLanguage | undefined;
|
|
11
|
+
protected onChange(value: RuntimeLanguage): void;
|
|
12
|
+
protected initLanguages(): Promise<void>;
|
|
13
|
+
protected initCurrentLanguage(code: string): void;
|
|
14
|
+
protected reloadMaskProcess(reloadParameters: ReloadMaskCallChainingParameters): Promise<void>;
|
|
15
|
+
protected $$mounted(): void;
|
|
16
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './LanguageWidget';
|
|
1
|
+
export * from './LanguageWidget';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BaseMaskWidget, BaseMaskWidgetProps } from '../../basic';
|
|
2
|
-
export declare class BaseMaskLayoutWidget<Props extends BaseMaskWidgetProps = BaseMaskWidgetProps> extends BaseMaskWidget<Props> {
|
|
3
|
-
initialize(props: any): this;
|
|
4
|
-
}
|
|
1
|
+
import { BaseMaskWidget, type BaseMaskWidgetProps } from '../../basic';
|
|
2
|
+
export declare class BaseMaskLayoutWidget<Props extends BaseMaskWidgetProps = BaseMaskWidgetProps> extends BaseMaskWidget<Props> {
|
|
3
|
+
initialize(props: any): this;
|
|
4
|
+
}
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { CSSStyle } from '@oinone/kunlun-shared';
|
|
2
|
-
import { PropType } from 'vue';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
-
id: {
|
|
5
|
-
type: StringConstructor;
|
|
6
|
-
};
|
|
7
|
-
classNames: {
|
|
8
|
-
type: PropType<string | string[]>;
|
|
9
|
-
};
|
|
10
|
-
style: {
|
|
11
|
-
type: PropType<string | CSSStyle>;
|
|
12
|
-
};
|
|
13
|
-
}
|
|
14
|
-
id: {
|
|
15
|
-
type: StringConstructor;
|
|
16
|
-
};
|
|
17
|
-
classNames: {
|
|
18
|
-
type: PropType<string | string[]>;
|
|
19
|
-
};
|
|
20
|
-
style: {
|
|
21
|
-
type: PropType<string | CSSStyle>;
|
|
22
|
-
};
|
|
23
|
-
}
|
|
24
|
-
export default _default;
|
|
1
|
+
import type { CSSStyle } from '@oinone/kunlun-shared';
|
|
2
|
+
import { type PropType } from 'vue';
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
id: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
};
|
|
7
|
+
classNames: {
|
|
8
|
+
type: PropType<string | string[]>;
|
|
9
|
+
};
|
|
10
|
+
style: {
|
|
11
|
+
type: PropType<string | CSSStyle>;
|
|
12
|
+
};
|
|
13
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14
|
+
id: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
};
|
|
17
|
+
classNames: {
|
|
18
|
+
type: PropType<string | string[]>;
|
|
19
|
+
};
|
|
20
|
+
style: {
|
|
21
|
+
type: PropType<string | CSSStyle>;
|
|
22
|
+
};
|
|
23
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
24
|
+
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BaseMaskLayoutWidget } from '../BaseMaskLayoutWidget';
|
|
2
|
-
export declare class MaskBlockWidget extends BaseMaskLayoutWidget {
|
|
3
|
-
get classNames(): string[] | undefined;
|
|
4
|
-
}
|
|
1
|
+
import { BaseMaskLayoutWidget } from '../BaseMaskLayoutWidget';
|
|
2
|
+
export declare class MaskBlockWidget extends BaseMaskLayoutWidget {
|
|
3
|
+
get classNames(): string[] | undefined;
|
|
4
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './MaskBlockWidget';
|
|
1
|
+
export * from './MaskBlockWidget';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BaseMaskLayoutWidget } from '../BaseMaskLayoutWidget';
|
|
2
|
-
export declare class MaskContainerWidget extends BaseMaskLayoutWidget {
|
|
3
|
-
get classNames(): string[] | undefined;
|
|
4
|
-
}
|
|
1
|
+
import { BaseMaskLayoutWidget } from '../BaseMaskLayoutWidget';
|
|
2
|
+
export declare class MaskContainerWidget extends BaseMaskLayoutWidget {
|
|
3
|
+
get classNames(): string[] | undefined;
|
|
4
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './MaskContainerWidget';
|
|
1
|
+
export * from './MaskContainerWidget';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BaseMaskLayoutWidget } from '../BaseMaskLayoutWidget';
|
|
2
|
-
export declare class MaskContentWidget extends BaseMaskLayoutWidget {
|
|
3
|
-
private static readonly id;
|
|
4
|
-
get id(): string;
|
|
5
|
-
get classNames(): string[] | undefined;
|
|
6
|
-
protected mounted(): void;
|
|
7
|
-
}
|
|
1
|
+
import { BaseMaskLayoutWidget } from '../BaseMaskLayoutWidget';
|
|
2
|
+
export declare class MaskContentWidget extends BaseMaskLayoutWidget {
|
|
3
|
+
private static readonly id;
|
|
4
|
+
get id(): string;
|
|
5
|
+
get classNames(): string[] | undefined;
|
|
6
|
+
protected mounted(): void;
|
|
7
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './MaskContentWidget';
|
|
1
|
+
export * from './MaskContentWidget';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
2
|
-
export default _default;
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { CSSStyle } from '@oinone/kunlun-shared';
|
|
2
|
-
import { MaskWidget } from '../../../basic';
|
|
3
|
-
export declare class GridWidget extends MaskWidget {
|
|
4
|
-
private itemInvisible;
|
|
5
|
-
private cols;
|
|
6
|
-
protected internalStyle: CSSStyle | undefined;
|
|
7
|
-
get style(): CSSStyle | undefined;
|
|
8
|
-
initialize(props: any): this;
|
|
9
|
-
}
|
|
1
|
+
import type { CSSStyle } from '@oinone/kunlun-shared';
|
|
2
|
+
import { MaskWidget } from '../../../basic';
|
|
3
|
+
export declare class GridWidget extends MaskWidget {
|
|
4
|
+
private itemInvisible;
|
|
5
|
+
private cols;
|
|
6
|
+
protected internalStyle: CSSStyle | undefined;
|
|
7
|
+
get style(): CSSStyle | undefined;
|
|
8
|
+
initialize(props: any): this;
|
|
9
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './GridWidget';
|
|
1
|
+
export * from './GridWidget';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BaseMaskLayoutWidget } from '../BaseMaskLayoutWidget';
|
|
2
|
-
export declare class MaskHeaderWidget extends BaseMaskLayoutWidget {
|
|
3
|
-
get classNames(): string[] | undefined;
|
|
4
|
-
}
|
|
1
|
+
import { BaseMaskLayoutWidget } from '../BaseMaskLayoutWidget';
|
|
2
|
+
export declare class MaskHeaderWidget extends BaseMaskLayoutWidget {
|
|
3
|
+
get classNames(): string[] | undefined;
|
|
4
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './MaskHeaderWidget';
|
|
1
|
+
export * from './MaskHeaderWidget';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export * from './BaseMaskLayoutWidget';
|
|
2
|
-
export * from './block';
|
|
3
|
-
export * from './container';
|
|
4
|
-
export * from './content';
|
|
5
|
-
export * from './grid';
|
|
6
|
-
export * from './header';
|
|
7
|
-
export * from './mask';
|
|
8
|
-
export * from './sidebar';
|
|
9
|
-
export * from './widget';
|
|
1
|
+
export * from './BaseMaskLayoutWidget';
|
|
2
|
+
export * from './block';
|
|
3
|
+
export * from './container';
|
|
4
|
+
export * from './content';
|
|
5
|
+
export * from './grid';
|
|
6
|
+
export * from './header';
|
|
7
|
+
export * from './mask';
|
|
8
|
+
export * from './sidebar';
|
|
9
|
+
export * from './widget';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BaseMaskLayoutWidget } from '../BaseMaskLayoutWidget';
|
|
2
|
-
export declare class MaskRootWidget extends BaseMaskLayoutWidget {
|
|
3
|
-
get classNames(): string[] | undefined;
|
|
4
|
-
}
|
|
1
|
+
import { BaseMaskLayoutWidget } from '../BaseMaskLayoutWidget';
|
|
2
|
+
export declare class MaskRootWidget extends BaseMaskLayoutWidget {
|
|
3
|
+
get classNames(): string[] | undefined;
|
|
4
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './MaskRootWidget';
|
|
1
|
+
export * from './MaskRootWidget';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { BaseMaskLayoutWidget } from '../BaseMaskLayoutWidget';
|
|
2
|
-
declare enum Mode {
|
|
3
|
-
horizontal = "horizontal",
|
|
4
|
-
inline = "inline"
|
|
5
|
-
}
|
|
6
|
-
export declare class MaskSidebarWidget extends BaseMaskLayoutWidget {
|
|
7
|
-
get classNames(): string[] | undefined;
|
|
8
|
-
get mode(): Mode;
|
|
9
|
-
}
|
|
10
|
-
export {};
|
|
1
|
+
import { BaseMaskLayoutWidget } from '../BaseMaskLayoutWidget';
|
|
2
|
+
declare enum Mode {
|
|
3
|
+
horizontal = "horizontal",
|
|
4
|
+
inline = "inline"
|
|
5
|
+
}
|
|
6
|
+
export declare class MaskSidebarWidget extends BaseMaskLayoutWidget {
|
|
7
|
+
get classNames(): string[] | undefined;
|
|
8
|
+
get mode(): Mode;
|
|
9
|
+
}
|
|
10
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './MaskSidebarWidget';
|
|
1
|
+
export * from './MaskSidebarWidget';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { Slots, VNode } from 'vue';
|
|
2
|
-
import { BaseMaskWidgetProps } from '../../../basic';
|
|
3
|
-
import { BaseMaskLayoutWidget } from '../BaseMaskLayoutWidget';
|
|
4
|
-
export interface MaskCommonWidgetProps extends BaseMaskWidgetProps {
|
|
5
|
-
widget: string;
|
|
6
|
-
}
|
|
7
|
-
export declare class MaskCommonWidget extends BaseMaskLayoutWidget<MaskCommonWidgetProps> {
|
|
8
|
-
private widget;
|
|
9
|
-
private currentWidget;
|
|
10
|
-
initialize(props: MaskCommonWidgetProps): this;
|
|
11
|
-
get classNames(): string[] | undefined;
|
|
12
|
-
protected createOrUpdateWidget(props: Record<string, unknown>): void;
|
|
13
|
-
render(ctx?: Record<string, unknown>, slots?: Slots): VNode | VNode[];
|
|
14
|
-
}
|
|
1
|
+
import type { Slots, VNode } from 'vue';
|
|
2
|
+
import { type BaseMaskWidgetProps } from '../../../basic';
|
|
3
|
+
import { BaseMaskLayoutWidget } from '../BaseMaskLayoutWidget';
|
|
4
|
+
export interface MaskCommonWidgetProps extends BaseMaskWidgetProps {
|
|
5
|
+
widget: string;
|
|
6
|
+
}
|
|
7
|
+
export declare class MaskCommonWidget extends BaseMaskLayoutWidget<MaskCommonWidgetProps> {
|
|
8
|
+
private widget;
|
|
9
|
+
private currentWidget;
|
|
10
|
+
initialize(props: MaskCommonWidgetProps): this;
|
|
11
|
+
get classNames(): string[] | undefined;
|
|
12
|
+
protected createOrUpdateWidget(props: Record<string, unknown>): void;
|
|
13
|
+
render(ctx?: Record<string, unknown>, slots?: Slots): VNode | VNode[];
|
|
14
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './MaskCommonWidget';
|
|
1
|
+
export * from './MaskCommonWidget';
|