@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 { DEFAULT_SLOT_NAME, DslDefinition } from '@oinone/kunlun-dsl';
|
|
1
|
+
import { DEFAULT_SLOT_NAME, type DslDefinition } from '@oinone/kunlun-dsl';
|
|
2
2
|
import {
|
|
3
3
|
DslRender,
|
|
4
|
-
RenderWidget,
|
|
4
|
+
type RenderWidget,
|
|
5
5
|
renderWidgets,
|
|
6
6
|
reportAllMounted,
|
|
7
7
|
VueWidget,
|
|
8
8
|
WidgetTagProps
|
|
9
9
|
} from '@oinone/kunlun-vue-widget';
|
|
10
|
-
import { ComponentOptionsMixin, computed, Slots } from 'vue';
|
|
10
|
+
import { ComponentOptionsMixin, computed, type Slots } from 'vue';
|
|
11
11
|
import { useInjectMaskContext, useProviderMaskContext } from '../context';
|
|
12
|
-
import { createMaskWidget, CreateMaskWidgetProps, InternalMaskWidget } from '../resolve';
|
|
13
|
-
import { MaskWidgetTagMixinContext } from './typing';
|
|
12
|
+
import { createMaskWidget, type CreateMaskWidgetProps, InternalMaskWidget } from '../resolve';
|
|
13
|
+
import type { MaskWidgetTagMixinContext } from './typing';
|
|
14
14
|
|
|
15
15
|
export const MaskWidgetTagMixin: ComponentOptionsMixin = {
|
|
16
16
|
props: {
|
package/src/tags/mixin/typing.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { DEFAULT_SLOT_NAME, DslDefinition } from '@oinone/kunlun-dsl';
|
|
1
|
+
import { DEFAULT_SLOT_NAME, type DslDefinition } from '@oinone/kunlun-dsl';
|
|
2
2
|
import {
|
|
3
3
|
DslRender,
|
|
4
|
-
RenderWidget,
|
|
4
|
+
type RenderWidget,
|
|
5
5
|
renderWidgets,
|
|
6
6
|
reportAllMounted,
|
|
7
7
|
VueWidget,
|
|
8
8
|
WidgetTagProps
|
|
9
9
|
} from '@oinone/kunlun-vue-widget';
|
|
10
|
-
import { ComponentOptionsMixin, computed, ref, Ref, SetupContext, Slots } from 'vue';
|
|
10
|
+
import { ComponentOptionsMixin, computed, ref, type Ref, type SetupContext, type Slots } from 'vue';
|
|
11
11
|
import { useInjectMaskContext, useProviderMaskContext } from '../context';
|
|
12
|
-
import { createMaskWidget, CreateMaskWidgetProps } from '../resolve';
|
|
13
|
-
import { MaskWidgetTagMixinContext } from './typing';
|
|
12
|
+
import { createMaskWidget, type CreateMaskWidgetProps } from '../resolve';
|
|
13
|
+
import type { MaskWidgetTagMixinContext } from './typing';
|
|
14
14
|
|
|
15
15
|
/**
|
|
16
16
|
* 函数式组件标签混入可选项
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { StringHelper } from '@oinone/kunlun-shared';
|
|
2
|
-
import { Component, defineComponent } from 'vue';
|
|
3
|
-
import { IMaskTagManager, setMaskTagManagerInstance } from '../../basic/register';
|
|
2
|
+
import { type Component, defineComponent } from 'vue';
|
|
3
|
+
import { type IMaskTagManager, setMaskTagManagerInstance } from '../../basic/register';
|
|
4
4
|
import { MaskWidgetTagMixin } from '../mixin';
|
|
5
5
|
import { InternalMaskWidget, registerMaskWidgetFunction } from '../resolve';
|
|
6
6
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Constructor } from '@oinone/kunlun-shared';
|
|
2
|
-
import { getWidgetNotNull, RenderWidget, ViewWidget, VueWidget } from '@oinone/kunlun-vue-widget';
|
|
3
|
-
import { BaseMaskOptions, BaseMaskWidget, BaseMaskWidgetProps } from '../../../basic';
|
|
1
|
+
import type { Constructor } from '@oinone/kunlun-shared';
|
|
2
|
+
import { getWidgetNotNull, type RenderWidget, ViewWidget, VueWidget } from '@oinone/kunlun-vue-widget';
|
|
3
|
+
import { type BaseMaskOptions, BaseMaskWidget, type BaseMaskWidgetProps } from '../../../basic';
|
|
4
4
|
import { InternalMaskWidget } from '../typing';
|
|
5
|
-
import { DslDefinitionTypeProps } from './typing';
|
|
5
|
+
import type { DslDefinitionTypeProps } from './typing';
|
|
6
6
|
|
|
7
7
|
function createNormalItem(
|
|
8
8
|
widgets: VueWidget[],
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { DslDefinition } from '@oinone/kunlun-dsl';
|
|
2
|
-
import { BaseMaskWidgetProps } from '../../basic';
|
|
1
|
+
import type { DslDefinition } from '@oinone/kunlun-dsl';
|
|
2
|
+
import type { BaseMaskWidgetProps } from '../../basic';
|
|
3
3
|
|
|
4
4
|
export interface CreateMaskWidgetProps extends BaseMaskWidgetProps {
|
|
5
5
|
automatic?: boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CastHelper } from '@oinone/kunlun-shared';
|
|
2
|
-
import { RenderWidget } from '@oinone/kunlun-vue-widget';
|
|
2
|
+
import type { RenderWidget } from '@oinone/kunlun-vue-widget';
|
|
3
3
|
import { unref } from 'vue';
|
|
4
|
-
import { BaseMaskWidgetProps } from '../../basic';
|
|
4
|
+
import type { BaseMaskWidgetProps } from '../../basic';
|
|
5
5
|
import { defaultMaskContext } from '../context';
|
|
6
6
|
import { createMaskWidgetByDslNodeType } from './internal';
|
|
7
7
|
import { InternalMaskWidget } from './typing';
|
package/src/template/index.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { DslDefinition, XMLParse } from '@oinone/kunlun-dsl';
|
|
1
|
+
import { type DslDefinition, XMLParse } from '@oinone/kunlun-dsl';
|
|
2
2
|
import { MultiTabsRuntimeManifestMergedConfigManager } from '@oinone/kunlun-engine';
|
|
3
|
-
import { SPI } from '@oinone/kunlun-spi';
|
|
4
3
|
import { debugConsole } from '@oinone/kunlun-shared';
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
4
|
+
import { SPI } from '@oinone/kunlun-spi';
|
|
5
|
+
import { type MaskEditorContext, MaskEditorToken } from '../spi';
|
|
6
|
+
import { DefaultMask, InlineMultiTabsMaskXML } from './default-mask';
|
|
7
7
|
|
|
8
8
|
export function getDefaultMaskTemplate(): DslDefinition {
|
|
9
9
|
let maskTemplate = DefaultMask;
|
|
@@ -11,7 +11,7 @@ export function getDefaultMaskTemplate(): DslDefinition {
|
|
|
11
11
|
if (MultiTabsRuntimeManifestMergedConfigManager.isInline()) {
|
|
12
12
|
maskTemplate = InlineMultiTabsMaskXML;
|
|
13
13
|
}
|
|
14
|
-
debugConsole.log('
|
|
14
|
+
debugConsole.log('Use the default mask', maskTemplate);
|
|
15
15
|
return maskTemplateEdit({ isDefault: true }, XMLParse.INSTANCE.parse(maskTemplate));
|
|
16
16
|
}
|
|
17
17
|
|
package/src/typing/menu.ts
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { generatorViewActionQueryParameter, ViewActionCache } from '@oinone/kunlun-engine';
|
|
2
|
+
import { type IURLAction, ViewActionTarget } from '@oinone/kunlun-meta';
|
|
2
3
|
import { getRouterInstance, Router } from '@oinone/kunlun-router';
|
|
3
|
-
import {
|
|
4
|
-
getUnauthorizedAction,
|
|
5
|
-
unauthorizedActionName,
|
|
6
|
-
urlHomepageModelName
|
|
7
|
-
} from './unauthorized-action';
|
|
8
|
-
import { IURLAction, ViewActionTarget } from "@oinone/kunlun-meta";
|
|
4
|
+
import { getUnauthorizedAction, unauthorizedActionName, urlHomepageModelName } from './unauthorized-action';
|
|
9
5
|
|
|
10
|
-
export async function gotoHomepage(
|
|
6
|
+
export async function gotoHomepage(
|
|
7
|
+
module: string,
|
|
8
|
+
moduleName: string,
|
|
9
|
+
urlHomePage?: IURLAction,
|
|
10
|
+
router: Router = getRouterInstance()
|
|
11
|
+
) {
|
|
11
12
|
let homepage = await ViewActionCache.getHomepage(module);
|
|
12
13
|
if (!homepage) {
|
|
13
14
|
if (urlHomePage && urlHomePage.target === ViewActionTarget.Inner) {
|
|
@@ -1,6 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
1
|
+
import { type DslDefinition, DslDefinitionType, XMLParse } from '@oinone/kunlun-dsl';
|
|
2
|
+
import {
|
|
3
|
+
MultiTabsRuntimeManifestMergedConfigManager,
|
|
4
|
+
type RuntimeViewAction,
|
|
5
|
+
translateValueByKey
|
|
6
|
+
} from '@oinone/kunlun-engine';
|
|
7
|
+
import { ActionContextType, ActionType, deepClone, ViewActionTarget, ViewMode, ViewType } from '@oinone/kunlun-meta';
|
|
4
8
|
import { getDefaultMaskTemplate } from '../template';
|
|
5
9
|
|
|
6
10
|
function findNodeByType(dsl: DslDefinition, dslNodeType: DslDefinitionType | string): DslDefinition | null {
|
|
@@ -75,7 +79,7 @@ export const getUnauthorizedAction = ({
|
|
|
75
79
|
const _model = model || emptyHomepageModelName;
|
|
76
80
|
|
|
77
81
|
return {
|
|
78
|
-
title: title || '无权限访问',
|
|
82
|
+
title: translateValueByKey(title || '无权限访问'),
|
|
79
83
|
moduleName,
|
|
80
84
|
model: _model,
|
|
81
85
|
modelName: unauthorizedActionName,
|
package/src/utils.ts
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import {
|
|
2
|
-
ActiveRecord,
|
|
2
|
+
type ActiveRecord,
|
|
3
3
|
getRealTtype,
|
|
4
4
|
isNeedAppendQueryCondition,
|
|
5
5
|
resolveDynamicDomain,
|
|
6
|
-
RuntimeModel,
|
|
7
|
-
RuntimeModelField,
|
|
8
|
-
RuntimeSearchField,
|
|
6
|
+
type RuntimeModel,
|
|
7
|
+
type RuntimeModelField,
|
|
8
|
+
type RuntimeSearchField,
|
|
9
9
|
translateValueByKey
|
|
10
10
|
} from '@oinone/kunlun-engine';
|
|
11
11
|
import { ExpressionKeyword } from '@oinone/kunlun-expression';
|
|
12
12
|
import {
|
|
13
13
|
deepClone,
|
|
14
|
-
Entity,
|
|
15
|
-
IDslNode,
|
|
16
|
-
IModel,
|
|
14
|
+
type Entity,
|
|
15
|
+
type IDslNode,
|
|
16
|
+
type IModel,
|
|
17
17
|
isEmptyKeObject,
|
|
18
18
|
isEmptyValue,
|
|
19
19
|
isPromise,
|
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
BooleanHelper,
|
|
26
26
|
CastHelper,
|
|
27
27
|
RSQLComparisonOperator,
|
|
28
|
-
RSQLField,
|
|
28
|
+
type RSQLField,
|
|
29
29
|
RSQLHelper,
|
|
30
30
|
RSQLNodeInfo,
|
|
31
31
|
RSQLNodeInfoType,
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { DslDefinition } from '@oinone/kunlun-dsl';
|
|
2
|
-
import { MaskEditor, MaskEditorContext } from '../../../spi';
|
|
3
|
-
export declare class DebugMaskEditor implements MaskEditor {
|
|
4
|
-
private maskEditService;
|
|
5
|
-
edit(context: Readonly<MaskEditorContext>, dsl: DslDefinition): DslDefinition;
|
|
6
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
title: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
};
|
|
5
|
-
message: {
|
|
6
|
-
type: StringConstructor;
|
|
7
|
-
};
|
|
8
|
-
stackInfo: {
|
|
9
|
-
type: StringConstructor;
|
|
10
|
-
};
|
|
11
|
-
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
-
title: {
|
|
13
|
-
type: StringConstructor;
|
|
14
|
-
};
|
|
15
|
-
message: {
|
|
16
|
-
type: StringConstructor;
|
|
17
|
-
};
|
|
18
|
-
stackInfo: {
|
|
19
|
-
type: StringConstructor;
|
|
20
|
-
};
|
|
21
|
-
}>>, {}>;
|
|
22
|
-
export default _default;
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
text: {
|
|
3
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
4
|
-
};
|
|
5
|
-
textClass: {
|
|
6
|
-
type: StringConstructor;
|
|
7
|
-
};
|
|
8
|
-
}, {
|
|
9
|
-
showJSONDialog: import("vue").Ref<boolean>;
|
|
10
|
-
vueJsonPrettyConfig: {
|
|
11
|
-
showIcon: boolean;
|
|
12
|
-
showLength: boolean;
|
|
13
|
-
showLineNumber: boolean;
|
|
14
|
-
};
|
|
15
|
-
debugJSONObject: import("vue").Ref<{}>;
|
|
16
|
-
onShowJSONDialog: () => void;
|
|
17
|
-
onCancel: () => void;
|
|
18
|
-
onUpdateText: (text: string) => void;
|
|
19
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:text"[], "update:text", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
|
-
text: {
|
|
21
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
22
|
-
};
|
|
23
|
-
textClass: {
|
|
24
|
-
type: StringConstructor;
|
|
25
|
-
};
|
|
26
|
-
}>> & {
|
|
27
|
-
"onUpdate:text"?: ((...args: any[]) => any) | undefined;
|
|
28
|
-
}, {}>;
|
|
29
|
-
export default _default;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { DebugErrorPanel, DebugRequestInfo } from '../../typing';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
-
requestInfo: {
|
|
5
|
-
type: PropType<DebugRequestInfo>;
|
|
6
|
-
};
|
|
7
|
-
}, {
|
|
8
|
-
constructPanelProps: (panel: DebugErrorPanel) => {
|
|
9
|
-
key: string;
|
|
10
|
-
title: string;
|
|
11
|
-
message?: string | undefined;
|
|
12
|
-
stackInfo?: string | undefined;
|
|
13
|
-
component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
|
|
14
|
-
};
|
|
15
|
-
isShowResponseInfo: import("vue").ComputedRef<boolean>;
|
|
16
|
-
isShowError: import("vue").ComputedRef<boolean>;
|
|
17
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
|
-
requestInfo: {
|
|
19
|
-
type: PropType<DebugRequestInfo>;
|
|
20
|
-
};
|
|
21
|
-
}>>, {}>;
|
|
22
|
-
export default _default;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { DebugRequestInfo } from '../../typing';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
-
requestInfo: {
|
|
5
|
-
type: PropType<DebugRequestInfo>;
|
|
6
|
-
};
|
|
7
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
-
requestInfo: {
|
|
9
|
-
type: PropType<DebugRequestInfo>;
|
|
10
|
-
};
|
|
11
|
-
}>>, {}>;
|
|
12
|
-
export default _default;
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import { PropType, Ref } from 'vue';
|
|
2
|
-
import { DebugFetchRequest, DebugFetchResponse, DebugRequestInfo } from '../../typing';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
-
activeDebugTab: {
|
|
5
|
-
type: StringConstructor;
|
|
6
|
-
};
|
|
7
|
-
requestInfo: {
|
|
8
|
-
type: PropType<DebugRequestInfo>;
|
|
9
|
-
};
|
|
10
|
-
responseData: {
|
|
11
|
-
type: StringConstructor;
|
|
12
|
-
};
|
|
13
|
-
resolveRequestData: {
|
|
14
|
-
type: PropType<(data: string) => DebugFetchRequest | undefined>;
|
|
15
|
-
};
|
|
16
|
-
request: {
|
|
17
|
-
type: PropType<(fetchObject: DebugFetchRequest) => DebugFetchResponse | undefined>;
|
|
18
|
-
};
|
|
19
|
-
resetInfo: {
|
|
20
|
-
type: FunctionConstructor;
|
|
21
|
-
};
|
|
22
|
-
responseAnalysis: {
|
|
23
|
-
type: FunctionConstructor;
|
|
24
|
-
};
|
|
25
|
-
}, {
|
|
26
|
-
logLevel: Ref<number>;
|
|
27
|
-
requestData: Ref<string>;
|
|
28
|
-
requestHint: Ref<string>;
|
|
29
|
-
isShowResponseInfo: import("vue").ComputedRef<boolean>;
|
|
30
|
-
isShowError: import("vue").ComputedRef<boolean>;
|
|
31
|
-
onLogLevelBlur: () => void;
|
|
32
|
-
onRequest: () => Promise<void>;
|
|
33
|
-
onReset: () => void;
|
|
34
|
-
onDownload: () => void;
|
|
35
|
-
allowInputResponseText: Ref<boolean>;
|
|
36
|
-
responseText: import("vue").ComputedRef<any>;
|
|
37
|
-
onUpdateText: (text: string) => void;
|
|
38
|
-
onResolveResponseText: () => void;
|
|
39
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
40
|
-
activeDebugTab: {
|
|
41
|
-
type: StringConstructor;
|
|
42
|
-
};
|
|
43
|
-
requestInfo: {
|
|
44
|
-
type: PropType<DebugRequestInfo>;
|
|
45
|
-
};
|
|
46
|
-
responseData: {
|
|
47
|
-
type: StringConstructor;
|
|
48
|
-
};
|
|
49
|
-
resolveRequestData: {
|
|
50
|
-
type: PropType<(data: string) => DebugFetchRequest | undefined>;
|
|
51
|
-
};
|
|
52
|
-
request: {
|
|
53
|
-
type: PropType<(fetchObject: DebugFetchRequest) => DebugFetchResponse | undefined>;
|
|
54
|
-
};
|
|
55
|
-
resetInfo: {
|
|
56
|
-
type: FunctionConstructor;
|
|
57
|
-
};
|
|
58
|
-
responseAnalysis: {
|
|
59
|
-
type: FunctionConstructor;
|
|
60
|
-
};
|
|
61
|
-
}>>, {}>;
|
|
62
|
-
export default _default;
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
import { RuntimeModule, RuntimeViewAction, ViewActionQueryParameter } from '@oinone/kunlun-engine';
|
|
2
|
-
import { TreeNode } from '@oinone/kunlun-shared';
|
|
3
|
-
import { PropType } from 'vue';
|
|
4
|
-
import { RuntimeMenu } from '../../../../typing';
|
|
5
|
-
import { DebugErrorPanel } from '../../typing';
|
|
6
|
-
interface ParameterItem {
|
|
7
|
-
key: string;
|
|
8
|
-
label: string;
|
|
9
|
-
value: string;
|
|
10
|
-
isObject: boolean;
|
|
11
|
-
}
|
|
12
|
-
declare const _default: import("vue").DefineComponent<{
|
|
13
|
-
activeDebugTab: {
|
|
14
|
-
type: StringConstructor;
|
|
15
|
-
};
|
|
16
|
-
pageParameters: {
|
|
17
|
-
type: PropType<ViewActionQueryParameter | null>;
|
|
18
|
-
};
|
|
19
|
-
viewAction: {
|
|
20
|
-
type: PropType<RuntimeViewAction | null>;
|
|
21
|
-
};
|
|
22
|
-
module: {
|
|
23
|
-
type: PropType<RuntimeModule | null>;
|
|
24
|
-
};
|
|
25
|
-
menus: {
|
|
26
|
-
type: PropType<TreeNode<RuntimeMenu>[] | null>;
|
|
27
|
-
};
|
|
28
|
-
runtimeContextPanels: {
|
|
29
|
-
type: PropType<DebugErrorPanel[]>;
|
|
30
|
-
};
|
|
31
|
-
onRefresh: {
|
|
32
|
-
type: FunctionConstructor;
|
|
33
|
-
};
|
|
34
|
-
}, {
|
|
35
|
-
isShowPageParameters: import("vue").ComputedRef<boolean>;
|
|
36
|
-
isShowViewAction: import("vue").ComputedRef<boolean>;
|
|
37
|
-
isShowModule: import("vue").ComputedRef<boolean>;
|
|
38
|
-
isShowMenus: import("vue").ComputedRef<boolean>;
|
|
39
|
-
isShowResolvedRuntimeContextPanel: import("vue").ComputedRef<boolean>;
|
|
40
|
-
resolvedPageParameters: import("vue").ComputedRef<ParameterItem[]>;
|
|
41
|
-
resolvedViewAction: import("vue").ComputedRef<{
|
|
42
|
-
key: string;
|
|
43
|
-
value: ParameterItem[];
|
|
44
|
-
}[]>;
|
|
45
|
-
resolvedDsl: import("vue").ComputedRef<string | undefined>;
|
|
46
|
-
resolvedLayout: import("vue").ComputedRef<string | undefined>;
|
|
47
|
-
resolvedMask: import("vue").ComputedRef<string | undefined>;
|
|
48
|
-
constructPanelProps: (panel: DebugErrorPanel) => {
|
|
49
|
-
key: string;
|
|
50
|
-
title: string;
|
|
51
|
-
message?: string | undefined;
|
|
52
|
-
stackInfo?: string | undefined;
|
|
53
|
-
component?: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | undefined;
|
|
54
|
-
};
|
|
55
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
56
|
-
activeDebugTab: {
|
|
57
|
-
type: StringConstructor;
|
|
58
|
-
};
|
|
59
|
-
pageParameters: {
|
|
60
|
-
type: PropType<ViewActionQueryParameter | null>;
|
|
61
|
-
};
|
|
62
|
-
viewAction: {
|
|
63
|
-
type: PropType<RuntimeViewAction | null>;
|
|
64
|
-
};
|
|
65
|
-
module: {
|
|
66
|
-
type: PropType<RuntimeModule | null>;
|
|
67
|
-
};
|
|
68
|
-
menus: {
|
|
69
|
-
type: PropType<TreeNode<RuntimeMenu>[] | null>;
|
|
70
|
-
};
|
|
71
|
-
runtimeContextPanels: {
|
|
72
|
-
type: PropType<DebugErrorPanel[]>;
|
|
73
|
-
};
|
|
74
|
-
onRefresh: {
|
|
75
|
-
type: FunctionConstructor;
|
|
76
|
-
};
|
|
77
|
-
}>>, {}>;
|
|
78
|
-
export default _default;
|
package/rollup.config.js
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import pkg from './package.json';
|
|
2
|
-
import rollupConfig from '../../scripts/build.config.js';
|
|
3
|
-
|
|
4
|
-
export default rollupConfig(
|
|
5
|
-
pkg.name,
|
|
6
|
-
[
|
|
7
|
-
'@ant-design/icons-vue',
|
|
8
|
-
'@oinone/kunlun-dsl',
|
|
9
|
-
'@oinone/kunlun-engine',
|
|
10
|
-
'@oinone/kunlun-event',
|
|
11
|
-
'@oinone/kunlun-environment',
|
|
12
|
-
'@oinone/kunlun-expression',
|
|
13
|
-
'@oinone/kunlun-meta',
|
|
14
|
-
'@oinone/kunlun-request',
|
|
15
|
-
'@oinone/kunlun-router',
|
|
16
|
-
'@oinone/kunlun-service',
|
|
17
|
-
'@oinone/kunlun-shared',
|
|
18
|
-
'@oinone/kunlun-spi',
|
|
19
|
-
'@oinone/kunlun-state',
|
|
20
|
-
'@oinone/kunlun-vue-router',
|
|
21
|
-
'@oinone/kunlun-vue-ui',
|
|
22
|
-
'@oinone/kunlun-vue-ui-antd',
|
|
23
|
-
'@oinone/kunlun-vue-ui-common',
|
|
24
|
-
'@oinone/kunlun-vue-widget',
|
|
25
|
-
'ant-design-vue',
|
|
26
|
-
'lodash',
|
|
27
|
-
'lodash-es',
|
|
28
|
-
'vue'
|
|
29
|
-
],
|
|
30
|
-
true,
|
|
31
|
-
[],
|
|
32
|
-
false
|
|
33
|
-
);
|