@ibiz-template/vue3-components 0.7.38-alpha.21 → 0.7.38-alpha.31
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/ibiz-markdown-editor-BZ8j-yda.js +1 -0
- package/dist/{index-CiEIUSX9.js → index-CnCC-cC2.js} +1 -1
- package/dist/index-Q4QqDXYJ.js +4 -0
- package/dist/{index-HW5stxcy.js → index-X3QXftIl.js} +1 -1
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/wang-editor-Btv6GIhJ.js +1 -0
- package/dist/{xlsx-util-BlkeQIMu.js → xlsx-util-DbA3TyD9.js} +1 -1
- package/es/common/action-toolbar/action-toolbar.css +1 -1
- package/es/common/anchor-container/anchor-bar-list/anchor-bar-list.css +1 -1
- package/es/common/custom-filter-condition/custom-filter-condition.d.ts +2 -0
- package/es/common/data-import2/data-import2.mjs +1 -1
- package/es/common/gantt-setting/gantt-setting.css +1 -1
- package/es/common/gantt-setting/gantt-setting.d.ts +10 -0
- package/es/common/gantt-setting/gantt-setting.mjs +23 -3
- package/es/common/grid-setting/grid-setting.d.ts +1 -0
- package/es/common/grid-setting/grid-setting.mjs +1 -1
- package/es/common/view-message/view-message.d.ts +2 -0
- package/es/control/app-menu/app-menu.css +1 -1
- package/es/control/app-menu/app-menu.mjs +8 -6
- package/es/control/app-menu/custom-menu-design/custom-menu-design.mjs +1 -0
- package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.d.ts +51 -0
- package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.mjs +10 -3
- package/es/control/dashboard/dashboard-design/dashboard-design.mjs +2 -1
- package/es/control/dashboard/dashboard.mjs +13 -1
- package/es/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.css +1 -1
- package/es/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.mjs +7 -3
- package/es/control/drbar/drbar.controller.mjs +1 -1
- package/es/control/drtab/drtab-control.util.mjs +1 -1
- package/es/control/drtab/drtab.controller.d.ts +19 -7
- package/es/control/drtab/drtab.controller.mjs +36 -9
- package/es/control/form/form-detail/form-group-panel/form-group-panel.mjs +1 -1
- package/es/control/form/form-detail/form-item/form-item.d.ts +1 -0
- package/es/control/form/form-detail/form-item/form-item.mjs +21 -2
- package/es/control/form/form-detail/form-item/index.d.ts +1 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.d.ts +100 -0
- package/es/control/form/search-form/index.d.ts +9 -0
- package/es/control/form/search-form/search-form.d.ts +9 -0
- package/es/control/form/search-form/search-form.mjs +4 -0
- package/es/control/gantt/gantt.css +1 -1
- package/es/control/gantt/gantt.d.ts +1 -0
- package/es/control/gantt/gantt.mjs +79 -30
- package/es/control/gantt/index.d.ts +1 -0
- package/es/control/grid/grid/grid-control.util.d.ts +2 -0
- package/es/control/grid/grid/grid-control.util.mjs +38 -2
- package/es/control/grid/grid/grid.mjs +11 -2
- package/es/control/grid/grid-column/grid-field-column/grid-field-column.d.ts +1 -0
- package/es/control/grid/grid-column/grid-field-column/grid-field-column.mjs +21 -1
- package/es/control/grid/grid-column/grid-field-column/index.d.ts +1 -0
- package/es/control/tab-exp-panel/tab-exp-panel.css +1 -1
- package/es/control/tree/tree.css +1 -1
- package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-field-column/tree-grid-ex-field-column.mjs +17 -1
- package/es/editor/data-picker/ibiz-picker-embed-view/ibiz-picker-embed-view.css +1 -1
- package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.css +1 -1
- package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.mjs +8 -2
- package/es/editor/html/wang-editor/wang-editor.mjs +1 -1
- package/es/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.mjs +1 -1
- package/es/editor/span/span/span.mjs +7 -1
- package/es/editor/span/span-editor.controller.d.ts +7 -0
- package/es/editor/span/span-editor.controller.mjs +10 -0
- package/es/editor/text-box/ibiz-input-number/ibiz-input-number.css +1 -1
- package/es/editor/text-box/ibiz-input-number/ibiz-input-number.mjs +24 -6
- package/es/editor/text-box/input/input.css +1 -1
- package/es/editor/text-box/input/input.mjs +32 -5
- package/es/editor/text-box/text-box-editor.controller.d.ts +7 -0
- package/es/editor/text-box/text-box-editor.controller.mjs +10 -0
- package/es/editor/upload/use/use-iview-upload.mjs +1 -1
- package/es/locale/en/index.d.ts +16 -0
- package/es/locale/en/index.mjs +10 -2
- package/es/locale/zh-CN/index.d.ts +16 -0
- package/es/locale/zh-CN/index.mjs +10 -2
- package/es/panel-component/auth-sso/auth-sso.css +1 -0
- package/es/panel-component/auth-sso/auth-sso.d.ts +26 -0
- package/es/panel-component/auth-sso/auth-sso.mjs +100 -0
- package/es/panel-component/auth-sso/auth-sso.provider.d.ts +6 -0
- package/es/panel-component/auth-sso/auth-sso.provider.mjs +21 -0
- package/es/panel-component/auth-sso/index.d.ts +23 -0
- package/es/panel-component/auth-sso/index.mjs +12 -0
- package/es/panel-component/coop-pos/coop-pos.controller.d.ts +46 -1
- package/es/panel-component/coop-pos/coop-pos.controller.mjs +92 -1
- package/es/panel-component/coop-pos/coop-pos.css +1 -1
- package/es/panel-component/coop-pos/coop-pos.d.ts +4 -1
- package/es/panel-component/coop-pos/coop-pos.mjs +23 -3
- package/es/panel-component/coop-pos/index.d.ts +3 -0
- package/es/panel-component/index.mjs +2 -0
- package/es/panel-component/nav-tabs/nav-tabs.controller.d.ts +1 -1
- package/es/panel-component/nav-tabs/nav-tabs.controller.mjs +3 -3
- package/es/panel-component/panel-button-list/panel-button-list.controller.mjs +2 -1
- package/es/panel-component/searchform-buttons/searchform-buttons.mjs +1 -1
- package/es/util/app-popover/app-popover-component.mjs +1 -1
- package/es/util/fullscreen/fullscreen-util.mjs +2 -2
- package/es/util/notification-util/upload-manager/upload-manager.mjs +1 -1
- package/es/view/login-view/login-view.mjs +18 -0
- package/es/view-engine/edit-view.engine.mjs +14 -0
- package/es/view-engine/login-view.engine.mjs +1 -0
- package/es/view-engine/opt-view.engine.d.ts +1 -0
- package/es/view-engine/opt-view.engine.mjs +41 -1
- package/es/view-engine/tab-search-view.engine.d.ts +9 -1
- package/es/view-engine/tab-search-view.engine.mjs +52 -2
- package/es/web-app/attach-environment-config.mjs +5 -1
- package/es/web-app/guard/auth-guard/auth-guard.d.ts +21 -14
- package/es/web-app/guard/auth-guard/auth-guard.mjs +26 -19
- package/es/web-app/guard/auth-guard/dyna-auth-guard.d.ts +1 -1
- package/es/web-app/guard/auth-guard/dyna-auth-guard.mjs +2 -1
- package/es/web-app/main.mjs +3 -1
- package/es/web-app/router/index.d.ts +3 -2
- package/es/web-app/router/index.mjs +15 -4
- package/lib/common/action-toolbar/action-toolbar.css +1 -1
- package/lib/common/anchor-container/anchor-bar-list/anchor-bar-list.css +1 -1
- package/lib/common/data-import2/data-import2.cjs +1 -1
- package/lib/common/gantt-setting/gantt-setting.cjs +23 -3
- package/lib/common/gantt-setting/gantt-setting.css +1 -1
- package/lib/common/grid-setting/grid-setting.cjs +1 -1
- package/lib/control/app-menu/app-menu.cjs +8 -6
- package/lib/control/app-menu/app-menu.css +1 -1
- package/lib/control/app-menu/custom-menu-design/custom-menu-design.cjs +1 -0
- package/lib/control/dashboard/custom-dashboard-container/custom-dashboard-container.cjs +10 -3
- package/lib/control/dashboard/dashboard-design/dashboard-design.cjs +2 -1
- package/lib/control/dashboard/dashboard.cjs +13 -1
- package/lib/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.cjs +7 -3
- package/lib/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.css +1 -1
- package/lib/control/drbar/drbar.controller.cjs +1 -1
- package/lib/control/drtab/drtab-control.util.cjs +1 -1
- package/lib/control/drtab/drtab.controller.cjs +36 -9
- package/lib/control/form/form-detail/form-group-panel/form-group-panel.cjs +1 -1
- package/lib/control/form/form-detail/form-item/form-item.cjs +20 -1
- package/lib/control/form/search-form/search-form.cjs +4 -0
- package/lib/control/gantt/gantt.cjs +78 -29
- package/lib/control/gantt/gantt.css +1 -1
- package/lib/control/grid/grid/grid-control.util.cjs +37 -1
- package/lib/control/grid/grid/grid.cjs +11 -2
- package/lib/control/grid/grid-column/grid-field-column/grid-field-column.cjs +21 -1
- package/lib/control/tab-exp-panel/tab-exp-panel.css +1 -1
- package/lib/control/tree/tree.css +1 -1
- package/lib/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-field-column/tree-grid-ex-field-column.cjs +17 -1
- package/lib/editor/data-picker/ibiz-picker-embed-view/ibiz-picker-embed-view.css +1 -1
- package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.cjs +8 -2
- package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.css +1 -1
- package/lib/editor/html/wang-editor/wang-editor.cjs +1 -1
- package/lib/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.cjs +1 -1
- package/lib/editor/span/span/span.cjs +7 -1
- package/lib/editor/span/span-editor.controller.cjs +10 -0
- package/lib/editor/text-box/ibiz-input-number/ibiz-input-number.cjs +24 -6
- package/lib/editor/text-box/ibiz-input-number/ibiz-input-number.css +1 -1
- package/lib/editor/text-box/input/input.cjs +32 -5
- package/lib/editor/text-box/input/input.css +1 -1
- package/lib/editor/text-box/text-box-editor.controller.cjs +10 -0
- package/lib/editor/upload/use/use-iview-upload.cjs +1 -1
- package/lib/locale/en/index.cjs +10 -2
- package/lib/locale/zh-CN/index.cjs +10 -2
- package/lib/panel-component/auth-sso/auth-sso.cjs +102 -0
- package/lib/panel-component/auth-sso/auth-sso.css +1 -0
- package/lib/panel-component/auth-sso/auth-sso.provider.cjs +23 -0
- package/lib/panel-component/auth-sso/index.cjs +17 -0
- package/lib/panel-component/coop-pos/coop-pos.cjs +22 -2
- package/lib/panel-component/coop-pos/coop-pos.controller.cjs +91 -0
- package/lib/panel-component/coop-pos/coop-pos.css +1 -1
- package/lib/panel-component/index.cjs +38 -36
- package/lib/panel-component/nav-tabs/nav-tabs.controller.cjs +3 -3
- package/lib/panel-component/panel-button-list/panel-button-list.controller.cjs +2 -1
- package/lib/panel-component/searchform-buttons/searchform-buttons.cjs +1 -1
- package/lib/util/app-popover/app-popover-component.cjs +1 -1
- package/lib/util/fullscreen/fullscreen-util.cjs +2 -2
- package/lib/util/notification-util/upload-manager/upload-manager.cjs +1 -1
- package/lib/view/login-view/login-view.cjs +18 -0
- package/lib/view-engine/edit-view.engine.cjs +14 -0
- package/lib/view-engine/login-view.engine.cjs +1 -0
- package/lib/view-engine/opt-view.engine.cjs +40 -0
- package/lib/view-engine/tab-search-view.engine.cjs +52 -2
- package/lib/web-app/attach-environment-config.cjs +5 -1
- package/lib/web-app/guard/auth-guard/auth-guard.cjs +26 -19
- package/lib/web-app/guard/auth-guard/dyna-auth-guard.cjs +2 -1
- package/lib/web-app/main.cjs +3 -1
- package/lib/web-app/router/index.cjs +15 -4
- package/package.json +10 -10
- package/dist/ibiz-markdown-editor-B4c6yGAW.js +0 -1
- package/dist/index-3cxXHoLs.js +0 -4
- package/dist/wang-editor-BUIAd4uJ.js +0 -1
- /package/es/node_modules/.pnpm/{@ibiz-template_core@0.7.38-alpha.16_axios@1.7.7_lodash-es@4.17.21_qs@6.13.0_qx-util@0.4.8_ramda@0.29.1 → @ibiz-template_core@0.7.38-alpha.32_axios@1.7.7_lodash-es@4.17.21_qs@6.13.0_qx-util@0.4.8_ramda@0.29.1}/node_modules/@ibiz-template/core/out/utils/namespace/namespace.mjs +0 -0
- /package/lib/node_modules/.pnpm/{@ibiz-template_core@0.7.38-alpha.16_axios@1.7.7_lodash-es@4.17.21_qs@6.13.0_qx-util@0.4.8_ramda@0.29.1 → @ibiz-template_core@0.7.38-alpha.32_axios@1.7.7_lodash-es@4.17.21_qs@6.13.0_qx-util@0.4.8_ramda@0.29.1}/node_modules/@ibiz-template/core/out/utils/namespace/namespace.cjs +0 -0
|
@@ -43,6 +43,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
43
43
|
codeName?: string | undefined;
|
|
44
44
|
controlStyle?: string | undefined;
|
|
45
45
|
controlType?: string | undefined;
|
|
46
|
+
dynaSysMode?: number | undefined;
|
|
46
47
|
height?: number | undefined;
|
|
47
48
|
logicName?: string | undefined;
|
|
48
49
|
appDataEntityId?: string | undefined;
|
|
@@ -298,6 +299,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
298
299
|
mobilePanel?: boolean | undefined;
|
|
299
300
|
controlStyle?: string | undefined;
|
|
300
301
|
controlType?: string | undefined;
|
|
302
|
+
dynaSysMode?: number | undefined;
|
|
301
303
|
height?: number | undefined;
|
|
302
304
|
logicName?: string | undefined;
|
|
303
305
|
appDataEntityId?: string | undefined;
|
|
@@ -724,6 +726,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
724
726
|
codeName?: string | undefined;
|
|
725
727
|
controlStyle?: string | undefined;
|
|
726
728
|
controlType?: string | undefined;
|
|
729
|
+
dynaSysMode?: number | undefined;
|
|
727
730
|
height?: number | undefined;
|
|
728
731
|
logicName?: string | undefined;
|
|
729
732
|
appDataEntityId?: string | undefined;
|
|
@@ -1255,6 +1258,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1255
1258
|
codeName?: string | undefined;
|
|
1256
1259
|
controlStyle?: string | undefined;
|
|
1257
1260
|
controlType?: string | undefined;
|
|
1261
|
+
dynaSysMode?: number | undefined;
|
|
1258
1262
|
height?: number | undefined;
|
|
1259
1263
|
logicName?: string | undefined;
|
|
1260
1264
|
appDataEntityId?: string | undefined;
|
|
@@ -1510,6 +1514,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1510
1514
|
mobilePanel?: boolean | undefined;
|
|
1511
1515
|
controlStyle?: string | undefined;
|
|
1512
1516
|
controlType?: string | undefined;
|
|
1517
|
+
dynaSysMode?: number | undefined;
|
|
1513
1518
|
height?: number | undefined;
|
|
1514
1519
|
logicName?: string | undefined;
|
|
1515
1520
|
appDataEntityId?: string | undefined;
|
|
@@ -2562,6 +2567,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
2562
2567
|
mobilePanel?: boolean | undefined;
|
|
2563
2568
|
controlStyle?: string | undefined;
|
|
2564
2569
|
controlType?: string | undefined;
|
|
2570
|
+
dynaSysMode?: number | undefined;
|
|
2565
2571
|
height?: number | undefined;
|
|
2566
2572
|
logicName?: string | undefined;
|
|
2567
2573
|
appDataEntityId?: string | undefined;
|
|
@@ -2964,6 +2970,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
2964
2970
|
codeName?: string | undefined;
|
|
2965
2971
|
controlStyle?: string | undefined;
|
|
2966
2972
|
controlType?: string | undefined;
|
|
2973
|
+
dynaSysMode?: number | undefined;
|
|
2967
2974
|
height?: number | undefined;
|
|
2968
2975
|
logicName?: string | undefined;
|
|
2969
2976
|
appDataEntityId?: string | undefined;
|
|
@@ -3129,6 +3136,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
3129
3136
|
mobilePanel?: boolean | undefined;
|
|
3130
3137
|
controlStyle?: string | undefined;
|
|
3131
3138
|
controlType?: string | undefined;
|
|
3139
|
+
dynaSysMode?: number | undefined;
|
|
3132
3140
|
height?: number | undefined;
|
|
3133
3141
|
logicName?: string | undefined;
|
|
3134
3142
|
appDataEntityId?: string | undefined;
|
|
@@ -3384,6 +3392,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
3384
3392
|
mobilePanel?: boolean | undefined;
|
|
3385
3393
|
controlStyle?: string | undefined;
|
|
3386
3394
|
controlType?: string | undefined;
|
|
3395
|
+
dynaSysMode?: number | undefined;
|
|
3387
3396
|
height?: number | undefined;
|
|
3388
3397
|
logicName?: string | undefined;
|
|
3389
3398
|
appDataEntityId?: string | undefined;
|
|
@@ -3810,6 +3819,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
3810
3819
|
codeName?: string | undefined;
|
|
3811
3820
|
controlStyle?: string | undefined;
|
|
3812
3821
|
controlType?: string | undefined;
|
|
3822
|
+
dynaSysMode?: number | undefined;
|
|
3813
3823
|
height?: number | undefined;
|
|
3814
3824
|
logicName?: string | undefined;
|
|
3815
3825
|
appDataEntityId?: string | undefined;
|
|
@@ -4341,6 +4351,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
4341
4351
|
codeName?: string | undefined;
|
|
4342
4352
|
controlStyle?: string | undefined;
|
|
4343
4353
|
controlType?: string | undefined;
|
|
4354
|
+
dynaSysMode?: number | undefined;
|
|
4344
4355
|
height?: number | undefined;
|
|
4345
4356
|
logicName?: string | undefined;
|
|
4346
4357
|
appDataEntityId?: string | undefined;
|
|
@@ -4596,6 +4607,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
4596
4607
|
mobilePanel?: boolean | undefined;
|
|
4597
4608
|
controlStyle?: string | undefined;
|
|
4598
4609
|
controlType?: string | undefined;
|
|
4610
|
+
dynaSysMode?: number | undefined;
|
|
4599
4611
|
height?: number | undefined;
|
|
4600
4612
|
logicName?: string | undefined;
|
|
4601
4613
|
appDataEntityId?: string | undefined;
|
|
@@ -5189,6 +5201,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
5189
5201
|
};
|
|
5190
5202
|
isClosing: boolean;
|
|
5191
5203
|
isShortCut: boolean;
|
|
5204
|
+
presetClassList: string[];
|
|
5192
5205
|
isCreated: boolean;
|
|
5193
5206
|
isMounted: boolean;
|
|
5194
5207
|
isDestroyed: boolean;
|
|
@@ -5479,6 +5492,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
5479
5492
|
codeName?: string | undefined;
|
|
5480
5493
|
controlStyle?: string | undefined;
|
|
5481
5494
|
controlType?: string | undefined;
|
|
5495
|
+
dynaSysMode?: number | undefined;
|
|
5482
5496
|
height?: number | undefined;
|
|
5483
5497
|
logicName?: string | undefined;
|
|
5484
5498
|
appDataEntityId?: string | undefined;
|
|
@@ -5734,6 +5748,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
5734
5748
|
mobilePanel?: boolean | undefined;
|
|
5735
5749
|
controlStyle?: string | undefined;
|
|
5736
5750
|
controlType?: string | undefined;
|
|
5751
|
+
dynaSysMode?: number | undefined;
|
|
5737
5752
|
height?: number | undefined;
|
|
5738
5753
|
logicName?: string | undefined;
|
|
5739
5754
|
appDataEntityId?: string | undefined;
|
|
@@ -6505,6 +6520,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
6505
6520
|
mobilePanel?: boolean | undefined;
|
|
6506
6521
|
controlStyle?: string | undefined;
|
|
6507
6522
|
controlType?: string | undefined;
|
|
6523
|
+
dynaSysMode?: number | undefined;
|
|
6508
6524
|
height?: number | undefined;
|
|
6509
6525
|
logicName?: string | undefined;
|
|
6510
6526
|
appDataEntityId?: string | undefined;
|
|
@@ -6907,6 +6923,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
6907
6923
|
codeName?: string | undefined;
|
|
6908
6924
|
controlStyle?: string | undefined;
|
|
6909
6925
|
controlType?: string | undefined;
|
|
6926
|
+
dynaSysMode?: number | undefined;
|
|
6910
6927
|
height?: number | undefined;
|
|
6911
6928
|
logicName?: string | undefined;
|
|
6912
6929
|
appDataEntityId?: string | undefined;
|
|
@@ -7072,6 +7089,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
7072
7089
|
mobilePanel?: boolean | undefined;
|
|
7073
7090
|
controlStyle?: string | undefined;
|
|
7074
7091
|
controlType?: string | undefined;
|
|
7092
|
+
dynaSysMode?: number | undefined;
|
|
7075
7093
|
height?: number | undefined;
|
|
7076
7094
|
logicName?: string | undefined;
|
|
7077
7095
|
appDataEntityId?: string | undefined;
|
|
@@ -7327,6 +7345,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
7327
7345
|
mobilePanel?: boolean | undefined;
|
|
7328
7346
|
controlStyle?: string | undefined;
|
|
7329
7347
|
controlType?: string | undefined;
|
|
7348
|
+
dynaSysMode?: number | undefined;
|
|
7330
7349
|
height?: number | undefined;
|
|
7331
7350
|
logicName?: string | undefined;
|
|
7332
7351
|
appDataEntityId?: string | undefined;
|
|
@@ -7753,6 +7772,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
7753
7772
|
codeName?: string | undefined;
|
|
7754
7773
|
controlStyle?: string | undefined;
|
|
7755
7774
|
controlType?: string | undefined;
|
|
7775
|
+
dynaSysMode?: number | undefined;
|
|
7756
7776
|
height?: number | undefined;
|
|
7757
7777
|
logicName?: string | undefined;
|
|
7758
7778
|
appDataEntityId?: string | undefined;
|
|
@@ -8284,6 +8304,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
8284
8304
|
codeName?: string | undefined;
|
|
8285
8305
|
controlStyle?: string | undefined;
|
|
8286
8306
|
controlType?: string | undefined;
|
|
8307
|
+
dynaSysMode?: number | undefined;
|
|
8287
8308
|
height?: number | undefined;
|
|
8288
8309
|
logicName?: string | undefined;
|
|
8289
8310
|
appDataEntityId?: string | undefined;
|
|
@@ -8539,6 +8560,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
8539
8560
|
mobilePanel?: boolean | undefined;
|
|
8540
8561
|
controlStyle?: string | undefined;
|
|
8541
8562
|
controlType?: string | undefined;
|
|
8563
|
+
dynaSysMode?: number | undefined;
|
|
8542
8564
|
height?: number | undefined;
|
|
8543
8565
|
logicName?: string | undefined;
|
|
8544
8566
|
appDataEntityId?: string | undefined;
|
|
@@ -9481,6 +9503,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
9481
9503
|
mobilePanel?: boolean | undefined;
|
|
9482
9504
|
controlStyle?: string | undefined;
|
|
9483
9505
|
controlType?: string | undefined;
|
|
9506
|
+
dynaSysMode?: number | undefined;
|
|
9484
9507
|
height?: number | undefined;
|
|
9485
9508
|
logicName?: string | undefined;
|
|
9486
9509
|
appDataEntityId?: string | undefined;
|
|
@@ -9907,6 +9930,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
9907
9930
|
codeName?: string | undefined;
|
|
9908
9931
|
controlStyle?: string | undefined;
|
|
9909
9932
|
controlType?: string | undefined;
|
|
9933
|
+
dynaSysMode?: number | undefined;
|
|
9910
9934
|
height?: number | undefined;
|
|
9911
9935
|
logicName?: string | undefined;
|
|
9912
9936
|
appDataEntityId?: string | undefined;
|
|
@@ -10084,6 +10108,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
10084
10108
|
mobilePanel?: boolean | undefined;
|
|
10085
10109
|
controlStyle?: string | undefined;
|
|
10086
10110
|
controlType?: string | undefined;
|
|
10111
|
+
dynaSysMode?: number | undefined;
|
|
10087
10112
|
height?: number | undefined;
|
|
10088
10113
|
logicName?: string | undefined;
|
|
10089
10114
|
appDataEntityId?: string | undefined;
|
|
@@ -10339,6 +10364,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
10339
10364
|
mobilePanel?: boolean | undefined;
|
|
10340
10365
|
controlStyle?: string | undefined;
|
|
10341
10366
|
controlType?: string | undefined;
|
|
10367
|
+
dynaSysMode?: number | undefined;
|
|
10342
10368
|
height?: number | undefined;
|
|
10343
10369
|
logicName?: string | undefined;
|
|
10344
10370
|
appDataEntityId?: string | undefined;
|
|
@@ -10765,6 +10791,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
10765
10791
|
codeName?: string | undefined;
|
|
10766
10792
|
controlStyle?: string | undefined;
|
|
10767
10793
|
controlType?: string | undefined;
|
|
10794
|
+
dynaSysMode?: number | undefined;
|
|
10768
10795
|
height?: number | undefined;
|
|
10769
10796
|
logicName?: string | undefined;
|
|
10770
10797
|
appDataEntityId?: string | undefined;
|
|
@@ -11296,6 +11323,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
11296
11323
|
codeName?: string | undefined;
|
|
11297
11324
|
controlStyle?: string | undefined;
|
|
11298
11325
|
controlType?: string | undefined;
|
|
11326
|
+
dynaSysMode?: number | undefined;
|
|
11299
11327
|
height?: number | undefined;
|
|
11300
11328
|
logicName?: string | undefined;
|
|
11301
11329
|
appDataEntityId?: string | undefined;
|
|
@@ -11551,6 +11579,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
11551
11579
|
mobilePanel?: boolean | undefined;
|
|
11552
11580
|
controlStyle?: string | undefined;
|
|
11553
11581
|
controlType?: string | undefined;
|
|
11582
|
+
dynaSysMode?: number | undefined;
|
|
11554
11583
|
height?: number | undefined;
|
|
11555
11584
|
logicName?: string | undefined;
|
|
11556
11585
|
appDataEntityId?: string | undefined;
|
|
@@ -12300,6 +12329,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
12300
12329
|
};
|
|
12301
12330
|
isClosing: boolean;
|
|
12302
12331
|
isShortCut: boolean;
|
|
12332
|
+
presetClassList: string[];
|
|
12303
12333
|
isCreated: boolean;
|
|
12304
12334
|
isMounted: boolean;
|
|
12305
12335
|
isDestroyed: boolean;
|
|
@@ -12590,6 +12620,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
12590
12620
|
codeName?: string | undefined;
|
|
12591
12621
|
controlStyle?: string | undefined;
|
|
12592
12622
|
controlType?: string | undefined;
|
|
12623
|
+
dynaSysMode?: number | undefined;
|
|
12593
12624
|
height?: number | undefined;
|
|
12594
12625
|
logicName?: string | undefined;
|
|
12595
12626
|
appDataEntityId?: string | undefined;
|
|
@@ -12845,6 +12876,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
12845
12876
|
mobilePanel?: boolean | undefined;
|
|
12846
12877
|
controlStyle?: string | undefined;
|
|
12847
12878
|
controlType?: string | undefined;
|
|
12879
|
+
dynaSysMode?: number | undefined;
|
|
12848
12880
|
height?: number | undefined;
|
|
12849
12881
|
logicName?: string | undefined;
|
|
12850
12882
|
appDataEntityId?: string | undefined;
|
|
@@ -13592,6 +13624,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
13592
13624
|
mobilePanel?: boolean | undefined;
|
|
13593
13625
|
controlStyle?: string | undefined;
|
|
13594
13626
|
controlType?: string | undefined;
|
|
13627
|
+
dynaSysMode?: number | undefined;
|
|
13595
13628
|
height?: number | undefined;
|
|
13596
13629
|
logicName?: string | undefined;
|
|
13597
13630
|
appDataEntityId?: string | undefined;
|
|
@@ -13935,6 +13968,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
13935
13968
|
codeName?: string | undefined;
|
|
13936
13969
|
controlStyle?: string | undefined;
|
|
13937
13970
|
controlType?: string | undefined;
|
|
13971
|
+
dynaSysMode?: number | undefined;
|
|
13938
13972
|
height?: number | undefined;
|
|
13939
13973
|
logicName?: string | undefined;
|
|
13940
13974
|
appDataEntityId?: string | undefined;
|
|
@@ -14079,6 +14113,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
14079
14113
|
mobilePanel?: boolean | undefined;
|
|
14080
14114
|
controlStyle?: string | undefined;
|
|
14081
14115
|
controlType?: string | undefined;
|
|
14116
|
+
dynaSysMode?: number | undefined;
|
|
14082
14117
|
height?: number | undefined;
|
|
14083
14118
|
logicName?: string | undefined;
|
|
14084
14119
|
appDataEntityId?: string | undefined;
|
|
@@ -14334,6 +14369,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
14334
14369
|
mobilePanel?: boolean | undefined;
|
|
14335
14370
|
controlStyle?: string | undefined;
|
|
14336
14371
|
controlType?: string | undefined;
|
|
14372
|
+
dynaSysMode?: number | undefined;
|
|
14337
14373
|
height?: number | undefined;
|
|
14338
14374
|
logicName?: string | undefined;
|
|
14339
14375
|
appDataEntityId?: string | undefined;
|
|
@@ -14736,6 +14772,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
14736
14772
|
codeName?: string | undefined;
|
|
14737
14773
|
controlStyle?: string | undefined;
|
|
14738
14774
|
controlType?: string | undefined;
|
|
14775
|
+
dynaSysMode?: number | undefined;
|
|
14739
14776
|
height?: number | undefined;
|
|
14740
14777
|
logicName?: string | undefined;
|
|
14741
14778
|
appDataEntityId?: string | undefined;
|
|
@@ -15255,6 +15292,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
15255
15292
|
codeName?: string | undefined;
|
|
15256
15293
|
controlStyle?: string | undefined;
|
|
15257
15294
|
controlType?: string | undefined;
|
|
15295
|
+
dynaSysMode?: number | undefined;
|
|
15258
15296
|
height?: number | undefined;
|
|
15259
15297
|
logicName?: string | undefined;
|
|
15260
15298
|
appDataEntityId?: string | undefined;
|
|
@@ -15500,6 +15538,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
15500
15538
|
mobilePanel?: boolean | undefined;
|
|
15501
15539
|
controlStyle?: string | undefined;
|
|
15502
15540
|
controlType?: string | undefined;
|
|
15541
|
+
dynaSysMode?: number | undefined;
|
|
15503
15542
|
height?: number | undefined;
|
|
15504
15543
|
logicName?: string | undefined;
|
|
15505
15544
|
appDataEntityId?: string | undefined;
|
|
@@ -16418,6 +16457,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
16418
16457
|
mobilePanel?: boolean | undefined;
|
|
16419
16458
|
controlStyle?: string | undefined;
|
|
16420
16459
|
controlType?: string | undefined;
|
|
16460
|
+
dynaSysMode?: number | undefined;
|
|
16421
16461
|
height?: number | undefined;
|
|
16422
16462
|
logicName?: string | undefined;
|
|
16423
16463
|
appDataEntityId?: string | undefined;
|
|
@@ -16844,6 +16884,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
16844
16884
|
codeName?: string | undefined;
|
|
16845
16885
|
controlStyle?: string | undefined;
|
|
16846
16886
|
controlType?: string | undefined;
|
|
16887
|
+
dynaSysMode?: number | undefined;
|
|
16847
16888
|
height?: number | undefined;
|
|
16848
16889
|
logicName?: string | undefined;
|
|
16849
16890
|
appDataEntityId?: string | undefined;
|
|
@@ -17021,6 +17062,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
17021
17062
|
mobilePanel?: boolean | undefined;
|
|
17022
17063
|
controlStyle?: string | undefined;
|
|
17023
17064
|
controlType?: string | undefined;
|
|
17065
|
+
dynaSysMode?: number | undefined;
|
|
17024
17066
|
height?: number | undefined;
|
|
17025
17067
|
logicName?: string | undefined;
|
|
17026
17068
|
appDataEntityId?: string | undefined;
|
|
@@ -17276,6 +17318,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
17276
17318
|
mobilePanel?: boolean | undefined;
|
|
17277
17319
|
controlStyle?: string | undefined;
|
|
17278
17320
|
controlType?: string | undefined;
|
|
17321
|
+
dynaSysMode?: number | undefined;
|
|
17279
17322
|
height?: number | undefined;
|
|
17280
17323
|
logicName?: string | undefined;
|
|
17281
17324
|
appDataEntityId?: string | undefined;
|
|
@@ -17702,6 +17745,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
17702
17745
|
codeName?: string | undefined;
|
|
17703
17746
|
controlStyle?: string | undefined;
|
|
17704
17747
|
controlType?: string | undefined;
|
|
17748
|
+
dynaSysMode?: number | undefined;
|
|
17705
17749
|
height?: number | undefined;
|
|
17706
17750
|
logicName?: string | undefined;
|
|
17707
17751
|
appDataEntityId?: string | undefined;
|
|
@@ -18233,6 +18277,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
18233
18277
|
codeName?: string | undefined;
|
|
18234
18278
|
controlStyle?: string | undefined;
|
|
18235
18279
|
controlType?: string | undefined;
|
|
18280
|
+
dynaSysMode?: number | undefined;
|
|
18236
18281
|
height?: number | undefined;
|
|
18237
18282
|
logicName?: string | undefined;
|
|
18238
18283
|
appDataEntityId?: string | undefined;
|
|
@@ -18488,6 +18533,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
18488
18533
|
mobilePanel?: boolean | undefined;
|
|
18489
18534
|
controlStyle?: string | undefined;
|
|
18490
18535
|
controlType?: string | undefined;
|
|
18536
|
+
dynaSysMode?: number | undefined;
|
|
18491
18537
|
height?: number | undefined;
|
|
18492
18538
|
logicName?: string | undefined;
|
|
18493
18539
|
appDataEntityId?: string | undefined;
|
|
@@ -19112,6 +19158,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
19112
19158
|
codeName?: string | undefined;
|
|
19113
19159
|
controlStyle?: string | undefined;
|
|
19114
19160
|
controlType?: string | undefined;
|
|
19161
|
+
dynaSysMode?: number | undefined;
|
|
19115
19162
|
height?: number | undefined;
|
|
19116
19163
|
logicName?: string | undefined;
|
|
19117
19164
|
appDataEntityId?: string | undefined;
|
|
@@ -19367,6 +19414,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
19367
19414
|
mobilePanel?: boolean | undefined;
|
|
19368
19415
|
controlStyle?: string | undefined;
|
|
19369
19416
|
controlType?: string | undefined;
|
|
19417
|
+
dynaSysMode?: number | undefined;
|
|
19370
19418
|
height?: number | undefined;
|
|
19371
19419
|
logicName?: string | undefined;
|
|
19372
19420
|
appDataEntityId?: string | undefined;
|
|
@@ -19793,6 +19841,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
19793
19841
|
codeName?: string | undefined;
|
|
19794
19842
|
controlStyle?: string | undefined;
|
|
19795
19843
|
controlType?: string | undefined;
|
|
19844
|
+
dynaSysMode?: number | undefined;
|
|
19796
19845
|
height?: number | undefined;
|
|
19797
19846
|
logicName?: string | undefined;
|
|
19798
19847
|
appDataEntityId?: string | undefined;
|
|
@@ -20324,6 +20373,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
20324
20373
|
codeName?: string | undefined;
|
|
20325
20374
|
controlStyle?: string | undefined;
|
|
20326
20375
|
controlType?: string | undefined;
|
|
20376
|
+
dynaSysMode?: number | undefined;
|
|
20327
20377
|
height?: number | undefined;
|
|
20328
20378
|
logicName?: string | undefined;
|
|
20329
20379
|
appDataEntityId?: string | undefined;
|
|
@@ -20579,6 +20629,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
20579
20629
|
mobilePanel?: boolean | undefined;
|
|
20580
20630
|
controlStyle?: string | undefined;
|
|
20581
20631
|
controlType?: string | undefined;
|
|
20632
|
+
dynaSysMode?: number | undefined;
|
|
20582
20633
|
height?: number | undefined;
|
|
20583
20634
|
logicName?: string | undefined;
|
|
20584
20635
|
appDataEntityId?: string | undefined;
|
|
@@ -69,7 +69,15 @@ const CustomDashboardContainer = /* @__PURE__ */ defineComponent({
|
|
|
69
69
|
return tempModelDatas;
|
|
70
70
|
};
|
|
71
71
|
const handleCustomModelChange = async (args) => {
|
|
72
|
-
|
|
72
|
+
var _a;
|
|
73
|
+
const filterModels = (_a = props.dashboard.model.controls) == null ? void 0 : _a.filter((element) => {
|
|
74
|
+
return element.portletType === "FILTER";
|
|
75
|
+
});
|
|
76
|
+
if (args.model && args.model.length > 0) {
|
|
77
|
+
await props.dashboard.initPortlets(args.model);
|
|
78
|
+
} else if (filterModels && filterModels.length > 0) {
|
|
79
|
+
await props.dashboard.initPortlets(filterModels);
|
|
80
|
+
}
|
|
73
81
|
await props.dashboard.initPortletsConfig(args.config);
|
|
74
82
|
};
|
|
75
83
|
const onSaved = async (args) => {
|
|
@@ -123,8 +131,7 @@ const CustomDashboardContainer = /* @__PURE__ */ defineComponent({
|
|
|
123
131
|
});
|
|
124
132
|
props.dashboard.refresh();
|
|
125
133
|
emit("changed", {
|
|
126
|
-
model: modelDatas
|
|
127
|
-
filter: true
|
|
134
|
+
model: modelDatas
|
|
128
135
|
});
|
|
129
136
|
});
|
|
130
137
|
});
|
|
@@ -142,7 +142,8 @@ const DashboardDesign = /* @__PURE__ */ defineComponent({
|
|
|
142
142
|
return cat.codeName === ((_a2 = portlet.appPortletCat) == null ? void 0 : _a2.codeName);
|
|
143
143
|
});
|
|
144
144
|
if (categoryTag) {
|
|
145
|
-
|
|
145
|
+
const categoryRegex = new RegExp(categoryTag);
|
|
146
|
+
if (!portletCat || portletCat && portletCat.codeName && !categoryRegex.test(portletCat.codeName)) {
|
|
146
147
|
return;
|
|
147
148
|
}
|
|
148
149
|
}
|
|
@@ -75,6 +75,9 @@ const DashboardControl = /* @__PURE__ */ defineComponent({
|
|
|
75
75
|
anchorList.value = c.enableAnchorCtrls;
|
|
76
76
|
});
|
|
77
77
|
c.evt.on("onItemModelReset", async (args) => {
|
|
78
|
+
if (c.model.customizeMode !== 2) {
|
|
79
|
+
return;
|
|
80
|
+
}
|
|
78
81
|
const {
|
|
79
82
|
name
|
|
80
83
|
} = args;
|
|
@@ -95,7 +98,8 @@ const DashboardControl = /* @__PURE__ */ defineComponent({
|
|
|
95
98
|
});
|
|
96
99
|
const handleCustomModelChange = (args) => {
|
|
97
100
|
const model = args.model;
|
|
98
|
-
|
|
101
|
+
const controls = c.model.controls;
|
|
102
|
+
if (model && model.length > 0) {
|
|
99
103
|
model.forEach((element) => {
|
|
100
104
|
if (element.portletType === "FILTER") {
|
|
101
105
|
refreshTagObj[element.id] = {
|
|
@@ -103,6 +107,14 @@ const DashboardControl = /* @__PURE__ */ defineComponent({
|
|
|
103
107
|
};
|
|
104
108
|
}
|
|
105
109
|
});
|
|
110
|
+
} else if (controls && controls.length > 0) {
|
|
111
|
+
controls.forEach((element) => {
|
|
112
|
+
if (element.portletType === "FILTER") {
|
|
113
|
+
refreshTagObj[element.id] = {
|
|
114
|
+
refreshtag: uniqueId()
|
|
115
|
+
};
|
|
116
|
+
}
|
|
117
|
+
});
|
|
106
118
|
}
|
|
107
119
|
customModelDatas.value = model;
|
|
108
120
|
vue.$forceUpdate();
|
package/es/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.ibiz-filter-portlet-design{--ibiz-filter-portlet-design-layout-left-width:260px;display:flex;width:100%;height:100%}.ibiz-filter-portlet-design__layout-left{width:var(--ibiz-filter-portlet-design-layout-left-width);background-color:var(--ibiz-color-bg-0);border-right:1px solid var(--ibiz-color-border)}.ibiz-filter-portlet-design__layout-right{display:flex;flex:1;flex-direction:column}.ibiz-filter-portlet-design-left-content__title{height:var(--ibiz-height-control-default);padding:0 var(--ibiz-spacing-extra-loose);margin:var(--ibiz-spacing-extra-tight) 0;font-size:var(--ibiz-font-size-header-6);line-height:var(--ibiz-height-control-default)}.ibiz-filter-portlet-design-left-list{padding:0;padding:0 var(--ibiz-spacing-base-tight);margin:0;margin-top:var(--ibiz-spacing-base-tight);font-size:var(--ibiz-font-size-regular);list-style:none outside none;color-scheme:light;cursor:pointer;visibility:visible;unicode-bidi:isolate}.ibiz-filter-portlet-design-left-list__item{height:var(--ibiz-height-control-default);padding:0 var(--ibiz-spacing-base-loose);margin-bottom:var(--ibiz-spacing-base-tight);overflow:hidden;line-height:var(--ibiz-height-control-default);text-overflow:ellipsis;white-space:nowrap;border-radius:var(--ibiz-border-radius-small);transition:background-color .3s,transform .3s}.ibiz-filter-portlet-design-left-list__item:last-child{margin-bottom:0}.ibiz-filter-portlet-design-left-list__item:hover{background-color:var(--ibiz-color-fill-0)}.ibiz-filter-portlet-design-left-list__item.is-actvie{color:var(--ibiz-color-primary);background-color:var(--ibiz-color-primary-light-default)}.ibiz-filter-portlet-design-left-list__item.is-disabled{cursor:no-drop;background-color:transparent}.ibiz-filter-portlet-design-right-content{flex:auto}.ibiz-filter-portlet-design-right-content__title{height:var(--ibiz-height-control-default);padding:0 var(--ibiz-spacing-extra-loose);margin:var(--ibiz-spacing-tight) 0;line-height:var(--ibiz-height-control-default)}.ibiz-filter-portlet-design-right-form{padding:0 var(--ibiz-spacing-extra-loose)}.ibiz-filter-portlet-design-right-form__checks{position:relative}.ibiz-filter-portlet-design-right-form__checks .el-form-item__content{position:static}.ibiz-filter-portlet-design-right-form__checks .el-switch{position:absolute;top:0;right:0}.ibiz-filter-portlet-design-right-form .el-form-item{display:flex;flex-flow:column nowrap;margin-bottom:var(--ibiz-spacing-base)}.ibiz-filter-portlet-design-right-form .el-form-item .el-form-item__label-wrap{margin-left:0!important}.ibiz-filter-portlet-design-right-form .el-form-item.is-required:not(.is-no-asterisk).asterisk-left>.el-form-item__label-wrap>.el-form-item__label::before,.ibiz-filter-portlet-design-right-form .el-form-item.is-required:not(.is-no-asterisk).asterisk-left>.el-form-item__label::before{display:none}.ibiz-filter-portlet-design-right-form .el-form-item.is-required:not(.is-no-asterisk).asterisk-left>.el-form-item__label-wrap>.el-form-item__label::after,.ibiz-filter-portlet-design-right-form .el-form-item.is-required:not(.is-no-asterisk).asterisk-left>.el-form-item__label::after{margin-right:var(--ibiz-spacing-extra-tight);margin-left:var(--ibiz-spacing-extra-tight);color:var(--el-color-danger);content:"*"}.ibiz-filter-portlet-design-right-form .el-select{width:100%}.ibiz-filter-portlet-design-checkbox__label{padding-left:var(--ibiz-spacing-tight)}.ibiz-filter-portlet-design-checkbox.is-only-add .el-checkbox.is-checked{cursor:not-allowed}.ibiz-filter-portlet-design-checkbox.is-only-add .el-checkbox.is-checked .el-checkbox__inner{background-color:var(--el-checkbox-disabled-checked-input-fill);border-color:var(--el-checkbox-disabled-checked-input-border-color)}.ibiz-filter-portlet-design-checkbox.is-only-add .el-checkbox.is-checked .el-checkbox__inner::after{border-color:var(--el-checkbox-disabled-checked-icon-color)}.ibiz-filter-portlet-design-checkbox.is-only-add .el-checkbox.is-checked .el-checkbox__label{color:var(--el-disabled-text-color);cursor:not-allowed}.ibiz-filter-portlet-design-checkbox .ibiz-icon{padding-left:var(--ibiz-spacing-tight)}.ibiz-filter-portlet-design-checkbox .el-checkbox__label{display:flex;align-items:center;padding-left:0}.ibiz-filter-portlet-design-checkbox .el-checkbox{--el-checkbox-input-border:var(--el-border-width) var(--el-border-style) var(--ibiz-color-border);--el-checkbox-disabled-checked-input-fill:var(--ibiz-color-border);--el-checkbox-text-color:var(--ibiz-color-disabled-text)}.ibiz-filter-portlet-design-condition{padding:0 var(--ibiz-spacing-extra-loose);overflow:auto}.ibiz-filter-portlet-design-footer{display:flex;justify-content:flex-end;padding:var(--ibiz-spacing-base) var(--ibiz-spacing-extra-loose)}
|
|
1
|
+
.ibiz-filter-portlet-design{--ibiz-filter-portlet-design-layout-left-width:260px;display:flex;width:100%;height:100%}.ibiz-filter-portlet-design__layout-left{width:var(--ibiz-filter-portlet-design-layout-left-width);background-color:var(--ibiz-color-bg-0);border-right:1px solid var(--ibiz-color-border)}.ibiz-filter-portlet-design__layout-right{display:flex;flex:1;flex-direction:column}.ibiz-filter-portlet-design-left-content__title{height:var(--ibiz-height-control-default);padding:0 var(--ibiz-spacing-extra-loose);margin:var(--ibiz-spacing-extra-tight) 0;font-size:var(--ibiz-font-size-header-6);line-height:var(--ibiz-height-control-default)}.ibiz-filter-portlet-design-left-list{padding:0;padding:0 var(--ibiz-spacing-base-tight);margin:0;margin-top:var(--ibiz-spacing-base-tight);font-size:var(--ibiz-font-size-regular);list-style:none outside none;color-scheme:light;cursor:pointer;visibility:visible;unicode-bidi:isolate}.ibiz-filter-portlet-design-left-list__item{height:var(--ibiz-height-control-default);padding:0 var(--ibiz-spacing-base-loose);margin-bottom:var(--ibiz-spacing-base-tight);overflow:hidden;line-height:var(--ibiz-height-control-default);text-overflow:ellipsis;white-space:nowrap;border-radius:var(--ibiz-border-radius-small);transition:background-color .3s,transform .3s}.ibiz-filter-portlet-design-left-list__item:last-child{margin-bottom:0}.ibiz-filter-portlet-design-left-list__item:hover{background-color:var(--ibiz-color-fill-0)}.ibiz-filter-portlet-design-left-list__item.is-actvie{color:var(--ibiz-color-primary);background-color:var(--ibiz-color-primary-light-default)}.ibiz-filter-portlet-design-left-list__item.is-disabled{cursor:no-drop;background-color:transparent}.ibiz-filter-portlet-design-right-content{flex:auto}.ibiz-filter-portlet-design-right-content__title{height:var(--ibiz-height-control-default);padding:0 var(--ibiz-spacing-extra-loose);margin:var(--ibiz-spacing-tight) 0;line-height:var(--ibiz-height-control-default)}.ibiz-filter-portlet-design-right-form{padding:0 var(--ibiz-spacing-extra-loose)}.ibiz-filter-portlet-design-right-form__checks{position:relative}.ibiz-filter-portlet-design-right-form__checks .el-form-item__content{position:static}.ibiz-filter-portlet-design-right-form__checks .el-switch{position:absolute;top:0;right:0}.ibiz-filter-portlet-design-right-form .el-form-item{display:flex;flex-flow:column nowrap;margin-bottom:var(--ibiz-spacing-base)}.ibiz-filter-portlet-design-right-form .el-form-item .el-form-item__label-wrap{margin-left:0!important}.ibiz-filter-portlet-design-right-form .el-form-item.is-required:not(.is-no-asterisk).asterisk-left>.el-form-item__label-wrap>.el-form-item__label::before,.ibiz-filter-portlet-design-right-form .el-form-item.is-required:not(.is-no-asterisk).asterisk-left>.el-form-item__label::before{display:none}.ibiz-filter-portlet-design-right-form .el-form-item.is-required:not(.is-no-asterisk).asterisk-left>.el-form-item__label-wrap>.el-form-item__label::after,.ibiz-filter-portlet-design-right-form .el-form-item.is-required:not(.is-no-asterisk).asterisk-left>.el-form-item__label::after{margin-right:var(--ibiz-spacing-extra-tight);margin-left:var(--ibiz-spacing-extra-tight);color:var(--el-color-danger);content:"*"}.ibiz-filter-portlet-design-right-form .el-select{width:100%}.ibiz-filter-portlet-design-checkbox__label{padding-left:var(--ibiz-spacing-tight)}.ibiz-filter-portlet-design-checkbox.is-only-add .el-checkbox.is-checked{cursor:not-allowed}.ibiz-filter-portlet-design-checkbox.is-only-add .el-checkbox.is-checked .el-checkbox__inner{background-color:var(--el-checkbox-disabled-checked-input-fill);border-color:var(--el-checkbox-disabled-checked-input-border-color)}.ibiz-filter-portlet-design-checkbox.is-only-add .el-checkbox.is-checked .el-checkbox__inner::after{border-color:var(--el-checkbox-disabled-checked-icon-color)}.ibiz-filter-portlet-design-checkbox.is-only-add .el-checkbox.is-checked .el-checkbox__label{color:var(--el-disabled-text-color);cursor:not-allowed}.ibiz-filter-portlet-design-checkbox .ibiz-icon{padding-left:var(--ibiz-spacing-tight)}.ibiz-filter-portlet-design-checkbox .el-checkbox__label{display:flex;align-items:center;padding-left:0}.ibiz-filter-portlet-design-checkbox .el-checkbox{--el-checkbox-input-border:var(--el-border-width) var(--el-border-style) var(--ibiz-color-border);--el-checkbox-disabled-checked-input-fill:var(--ibiz-color-border);--el-checkbox-text-color:var(--ibiz-color-disabled-text)}.ibiz-filter-portlet-design-checkbox .el-checkbox__input{margin-right:var(--ibiz-spacing-tight)}.ibiz-filter-portlet-design-condition{padding:0 var(--ibiz-spacing-extra-loose);overflow:auto}.ibiz-filter-portlet-design-footer{display:flex;justify-content:flex-end;padding:var(--ibiz-spacing-base) var(--ibiz-spacing-extra-loose)}
|
package/es/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.mjs
CHANGED
|
@@ -230,7 +230,8 @@ const IBizFilterPortletDesign = /* @__PURE__ */ defineComponent({
|
|
|
230
230
|
"disabled": formData.selectAll
|
|
231
231
|
}, _isSlot(_slot = checkBoxList.value.map((item) => {
|
|
232
232
|
return createVNode(resolveComponent("el-checkbox"), {
|
|
233
|
-
"label": item.id
|
|
233
|
+
"label": item.id,
|
|
234
|
+
"disabled": onlyAdd && formData.items.includes(item.id)
|
|
234
235
|
}, {
|
|
235
236
|
default: () => [item.title]
|
|
236
237
|
});
|
|
@@ -269,6 +270,7 @@ const IBizFilterPortletDesign = /* @__PURE__ */ defineComponent({
|
|
|
269
270
|
"props": "items"
|
|
270
271
|
}, {
|
|
271
272
|
default: () => [createVNode(resolveComponent("el-switch"), {
|
|
273
|
+
"title": ibiz.i18n.t("control.dashboard.filterPortletDesign.selectAll"),
|
|
272
274
|
"modelValue": formData.selectAll,
|
|
273
275
|
"onUpdate:modelValue": ($event) => formData.selectAll = $event,
|
|
274
276
|
"onChange": onSwitchChange
|
|
@@ -306,11 +308,13 @@ const IBizFilterPortletDesign = /* @__PURE__ */ defineComponent({
|
|
|
306
308
|
return createVNode("div", {
|
|
307
309
|
"class": ns.b("footer")
|
|
308
310
|
}, [createVNode(resolveComponent("el-button"), {
|
|
309
|
-
"onClick": handleCancel
|
|
311
|
+
"onClick": handleCancel,
|
|
312
|
+
"title": ibiz.i18n.t("app.cancel")
|
|
310
313
|
}, _isSlot(_slot2 = ibiz.i18n.t("app.cancel")) ? _slot2 : {
|
|
311
314
|
default: () => [_slot2]
|
|
312
315
|
}), createVNode(resolveComponent("el-button"), {
|
|
313
|
-
"onClick": handleConfirm
|
|
316
|
+
"onClick": handleConfirm,
|
|
317
|
+
"title": ibiz.i18n.t("app.confirm")
|
|
314
318
|
}, _isSlot(_slot3 = ibiz.i18n.t("app.confirm")) ? _slot3 : {
|
|
315
319
|
default: () => [_slot3]
|
|
316
320
|
})]);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ref, watch, watchEffect, onUnmounted } from 'vue';
|
|
2
|
-
import { defaultNamespace } from '../../node_modules/.pnpm/@ibiz-template_core@0.7.38-alpha.
|
|
2
|
+
import { defaultNamespace } from '../../node_modules/.pnpm/@ibiz-template_core@0.7.38-alpha.32_axios@1.7.7_lodash-es@4.17.21_qs@6.13.0_qx-util@0.4.8_ramda@0.29.1/node_modules/@ibiz-template/core/out/utils/namespace/namespace.mjs';
|
|
3
3
|
|
|
4
4
|
"use strict";
|
|
5
5
|
function useAppDRTab(c, controlRef, counterData) {
|
|
@@ -17,6 +17,18 @@ export declare class DRTabController extends ControlController<IDEDRTab, IDRTabS
|
|
|
17
17
|
* @type {AppCounter}
|
|
18
18
|
*/
|
|
19
19
|
counter?: AppCounter;
|
|
20
|
+
/**
|
|
21
|
+
* @description 启用缓存
|
|
22
|
+
* @type {boolean}
|
|
23
|
+
* @memberof DRTabController
|
|
24
|
+
*/
|
|
25
|
+
srfCachePos: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* @description 缓存标记
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof DRTabController
|
|
30
|
+
*/
|
|
31
|
+
srfCacheKeyTempl: string;
|
|
20
32
|
/**
|
|
21
33
|
* 导航占位控制器
|
|
22
34
|
*
|
|
@@ -39,6 +51,13 @@ export declare class DRTabController extends ControlController<IDEDRTab, IDRTabS
|
|
|
39
51
|
* @memberof DRTabController
|
|
40
52
|
*/
|
|
41
53
|
get routeDepth(): number | undefined;
|
|
54
|
+
/**
|
|
55
|
+
* @description 选中缓存标识
|
|
56
|
+
* @readonly
|
|
57
|
+
* @type {string}
|
|
58
|
+
* @memberof DRTabController
|
|
59
|
+
*/
|
|
60
|
+
get storageTag(): string;
|
|
42
61
|
/**
|
|
43
62
|
* Router 对象
|
|
44
63
|
*
|
|
@@ -74,13 +93,6 @@ export declare class DRTabController extends ControlController<IDEDRTab, IDRTabS
|
|
|
74
93
|
* @memberof DRTabController
|
|
75
94
|
*/
|
|
76
95
|
onCreated(): Promise<void>;
|
|
77
|
-
/**
|
|
78
|
-
* 部件参数解析
|
|
79
|
-
*
|
|
80
|
-
* @protected
|
|
81
|
-
* @memberof ControlController
|
|
82
|
-
*/
|
|
83
|
-
protected handleControlParams(): void;
|
|
84
96
|
/**
|
|
85
97
|
* 通过计数器数据,计算项状态
|
|
86
98
|
*
|