@g1cloud/bluesea 5.0.0-alpha.21 → 5.0.0-alpha.23
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/css/utility.scss +11 -0
- package/dist/{AddressSearchModal-g6x5pSGd.js → AddressSearchModal-CPegmgwQ.js} +1 -3
- package/dist/BSAlertModal-MxEOlzdu.js +47 -0
- package/dist/BSYesNoModal-Doy1TZ26.js +56 -0
- package/dist/bluesea.js +123 -31923
- package/dist/bluesea.umd.cjs +1394 -939
- package/dist/component/basic/BSButton.vue.d.ts +3 -2
- package/dist/component/basic/BSConsole.vue.d.ts +2 -2
- package/dist/component/basic/BSImage.vue.d.ts +3 -2
- package/dist/component/basic/BSLink.vue.d.ts +2 -2
- package/dist/component/basic/BSPopup.vue.d.ts +1 -1
- package/dist/component/basic/BSPopupButton.vue.d.ts +4 -3
- package/dist/component/basic/BSProgressBar.vue.d.ts +2 -2
- package/dist/component/global/AddressSearchList.gen.d.ts +2 -1
- package/dist/component/global/AddressSearchModal.vue.d.ts +4 -3
- package/dist/component/global/BSAddressInput.vue.d.ts +3 -2
- package/dist/component/global/BSLocaleSelect.vue.d.ts +2 -2
- package/dist/component/global/BSNameInput.vue.d.ts +3 -2
- package/dist/component/global/BSTelInput.vue.d.ts +3 -2
- package/dist/component/grid/BSDateRangeFilter.vue.d.ts +5 -4
- package/dist/component/grid/BSDateRangeFilters.vue.d.ts +5 -4
- package/dist/component/grid/BSGrid.vue.d.ts +30 -23
- package/dist/component/grid/BSGridCell.vue.d.ts +9 -8
- package/dist/component/grid/BSGridCellCheckbox.vue.d.ts +3 -3
- package/dist/component/grid/BSGridCellEdit.vue.d.ts +3 -3
- package/dist/component/grid/BSGridCellSerialNo.vue.d.ts +2 -2
- package/dist/component/grid/BSGridControl.vue.d.ts +10 -15
- package/dist/component/grid/BSGridHeaderCell.vue.d.ts +4 -3
- package/dist/component/grid/BSGridHeaderCellCheckbox.vue.d.ts +3 -3
- package/dist/component/grid/BSGridHeaderCellSerialNo.vue.d.ts +1 -1
- package/dist/component/grid/BSGridLookup.vue.d.ts +5 -4
- package/dist/component/grid/BSGridPageNavigation.vue.d.ts +6 -5
- package/dist/component/grid/BSGridRow.vue.d.ts +21 -17
- package/dist/component/grid/BSTextFilter.vue.d.ts +5 -4
- package/dist/component/grid/GridModel.d.ts +178 -3
- package/dist/component/input/BSCheckbox.vue.d.ts +4 -3
- package/dist/component/input/BSCheckboxGroup.vue.d.ts +9 -8
- package/dist/component/input/BSDateInput.vue.d.ts +5 -4
- package/dist/component/input/BSDateRange.vue.d.ts +5 -4
- package/dist/component/input/BSMultiSelect.vue.d.ts +12 -11
- package/dist/component/input/BSNumberInput.vue.d.ts +5 -4
- package/dist/component/input/BSPopupSelect.vue.d.ts +5 -4
- package/dist/component/input/BSPriceInput.vue.d.ts +5 -4
- package/dist/component/input/BSRadioButton.vue.d.ts +8 -7
- package/dist/component/input/BSRadioButtonGroup.vue.d.ts +10 -9
- package/dist/component/input/BSSelect.vue.d.ts +10 -9
- package/dist/component/input/BSSelectPopup.vue.d.ts +11 -10
- package/dist/component/input/BSTextArea.vue.d.ts +5 -4
- package/dist/component/input/BSTextInput.vue.d.ts +5 -4
- package/dist/component/input/BSTreeSelect.vue.d.ts +8 -7
- package/dist/component/input/BSYesNoGroup.vue.d.ts +4 -3
- package/dist/component/input/BSYesNoSelect.vue.d.ts +6 -3
- package/dist/component/input/ValidationErrors.vue.d.ts +3 -2
- package/dist/component/layout/BSCardLayout.vue.d.ts +3 -2
- package/dist/component/layout/BSListControl.vue.d.ts +4 -4
- package/dist/component/layout/BSListLayout.vue.d.ts +4 -4
- package/dist/component/layout/BSListLayoutItem.vue.d.ts +4 -4
- package/dist/component/layout/BSTabSheet.vue.d.ts +5 -4
- package/dist/component/layout/SlideDownTransition.vue.d.ts +1 -1
- package/dist/component/layout/TabSheetModel.d.ts +3 -1
- package/dist/component/multilang/BSMultiLangExpandButton.vue.d.ts +1 -1
- package/dist/component/multilang/BSMultiLangRichText.vue.d.ts +5 -4
- package/dist/component/multilang/BSMultiLangTextArea.vue.d.ts +5 -4
- package/dist/component/multilang/BSMultiLangTextInput.vue.d.ts +5 -4
- package/dist/component/multilang/multiLangLib.d.ts +1 -1
- package/dist/component/richtext/BSRichText.vue.d.ts +5 -4
- package/dist/component/richtext/RichTextToolbar.vue.d.ts +4 -3
- package/dist/component/richtext/ToolButtonColor.vue.d.ts +4 -3
- package/dist/component/richtext/ToolButtonFontSize.vue.d.ts +4 -3
- package/dist/component/tree/BSTree.vue.d.ts +13 -12
- package/dist/component/tree/BSTreeControl.vue.d.ts +4 -4
- package/dist/component/tree/BSTreeRow.vue.d.ts +9 -8
- package/dist/component/tree/TreeLib.d.ts +1 -1
- package/dist/component/tree/vTreeDndSupport.d.ts +2 -1
- package/dist/config/config.d.ts +1 -0
- package/dist/contextmenu/BSContextMenu.vue.d.ts +5 -4
- package/dist/contextmenu/BSContextMenuContainer.vue.d.ts +1 -1
- package/dist/contextmenu/contextMenuPlugin.d.ts +4 -3
- package/dist/directive/vClickOutside.d.ts +2 -1
- package/dist/directive/vFocusOnLoad.d.ts +2 -1
- package/dist/directive/vT.d.ts +2 -1
- package/dist/frame/FrameModel.d.ts +3 -2
- package/dist/frame/default/DefaultBody.vue.d.ts +1 -1
- package/dist/frame/default/DefaultFrameModel.d.ts +3 -2
- package/dist/frame/default/DefaultHeader.vue.d.ts +1 -1
- package/dist/frame/default/HeaderTab.vue.d.ts +4 -3
- package/dist/frame/default/HeaderTabs.vue.d.ts +1 -1
- package/dist/frame/default/SideBarMenuSearch.vue.d.ts +5 -4
- package/dist/frame/default/SidebarMenu.vue.d.ts +1 -1
- package/dist/frame/default/SidebarMenuItem.vue.d.ts +5 -4
- package/dist/frame/default/SidebarMenuLink.vue.d.ts +5 -4
- package/dist/index-C52dOdP2.js +32280 -0
- package/dist/index.d.ts +69 -69
- package/dist/modal/BSAlertModal.vue.d.ts +23 -0
- package/dist/modal/BSModalContainer.vue.d.ts +1 -1
- package/dist/modal/BSModalFrame.vue.d.ts +3 -2
- package/dist/modal/BSModalWrapper.vue.d.ts +4 -3
- package/dist/modal/BSYesNoModal.vue.d.ts +25 -0
- package/dist/modal/modalPlugin.d.ts +5 -1
- package/dist/model/DefaultImpl.d.ts +2 -1
- package/dist/model/FilterModel.d.ts +2 -1
- package/dist/model/SearchModel.d.ts +2 -1
- package/dist/notification/BSNotificationContainer.vue.d.ts +1 -1
- package/dist/notification/notificationPlugin.d.ts +1 -0
- package/dist/savepoint/SavePoint.d.ts +2 -1
- package/dist/style.css +4291 -3337
- package/dist/text/texts.d.ts +1 -0
- package/dist/util/debounce.d.ts +1 -1
- package/dist/util/elementUtil.d.ts +2 -1
- package/dist/util/formatUtil.d.ts +2 -1
- package/dist/util/multiLangUtil.d.ts +1 -0
- package/dist/util/routeUtil.d.ts +2 -1
- package/dist/validator/FieldValidator.d.ts +2 -1
- package/dist/validator/FormValidator.d.ts +3 -2
- package/package.json +29 -29
- package/text/bluesea_text_en.json +10 -10
- package/text/bluesea_text_ja.json +10 -10
- package/text/bluesea_text_ko.json +10 -10
- package/text/bluesea_text_zh.json +8 -8
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { Editor } from
|
|
2
|
-
|
|
1
|
+
import { Editor } from '@tiptap/vue-3';
|
|
2
|
+
|
|
3
|
+
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
4
|
editor: Editor;
|
|
4
5
|
disabled?: boolean | undefined;
|
|
5
|
-
}>, {}, unknown, {}, {}, import(
|
|
6
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
6
7
|
editor: Editor;
|
|
7
8
|
disabled?: boolean | undefined;
|
|
8
9
|
}>>>, {}, {}>;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { Editor } from
|
|
2
|
-
|
|
1
|
+
import { Editor } from '@tiptap/vue-3';
|
|
2
|
+
|
|
3
|
+
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
4
|
editor: Editor;
|
|
4
5
|
disabled?: boolean | undefined;
|
|
5
|
-
}>, {}, unknown, {}, {}, import(
|
|
6
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
6
7
|
editor: Editor;
|
|
7
8
|
disabled?: boolean | undefined;
|
|
8
9
|
}>>>, {}, {}>;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import { KeyProvider, LabelProvider } from '../../model/CommonTypes.ts';
|
|
2
|
-
import { DragAndDropPolicy, RowMovedEvent, TreeChildrenProvider } from '../../component/tree/TreeModel.ts';
|
|
3
1
|
import { MenuItem } from '../../contextmenu/contextMenuPlugin.ts';
|
|
2
|
+
import { DragAndDropPolicy, RowMovedEvent, TreeChildrenProvider } from './TreeModel.ts';
|
|
3
|
+
import { KeyProvider, LabelProvider } from '../../model/CommonTypes.ts';
|
|
4
|
+
|
|
4
5
|
declare const _default: <T>(__VLS_props: {
|
|
5
6
|
data: T[];
|
|
6
|
-
|
|
7
|
+
keyProvider?: KeyProvider<T> | undefined;
|
|
7
8
|
selectedRows?: Set<T> | undefined;
|
|
9
|
+
showCheckbox?: boolean | undefined;
|
|
8
10
|
"onUpdate:selectedRows"?: ((value: Set<T>) => any) | undefined;
|
|
9
|
-
keyProvider?: KeyProvider<T> | undefined;
|
|
10
11
|
labelProvider?: LabelProvider<T> | undefined;
|
|
11
12
|
"onUpdate:expandedRows"?: ((value: Set<T>) => any) | undefined;
|
|
12
13
|
expandedRows?: Set<T> | undefined;
|
|
@@ -17,7 +18,7 @@ declare const _default: <T>(__VLS_props: {
|
|
|
17
18
|
dontChangeDataWhenRowMoved?: boolean | undefined;
|
|
18
19
|
multiSelect?: boolean | undefined;
|
|
19
20
|
contextMenuProvider?: ((rows: T[]) => (MenuItem[] | undefined)) | undefined;
|
|
20
|
-
} & import(
|
|
21
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, __VLS_ctx?: {
|
|
21
22
|
attrs: any;
|
|
22
23
|
slots: {};
|
|
23
24
|
emit: {
|
|
@@ -28,10 +29,10 @@ declare const _default: <T>(__VLS_props: {
|
|
|
28
29
|
} | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
29
30
|
props: {
|
|
30
31
|
data: T[];
|
|
31
|
-
|
|
32
|
+
keyProvider?: KeyProvider<T> | undefined;
|
|
32
33
|
selectedRows?: Set<T> | undefined;
|
|
34
|
+
showCheckbox?: boolean | undefined;
|
|
33
35
|
"onUpdate:selectedRows"?: ((value: Set<T>) => any) | undefined;
|
|
34
|
-
keyProvider?: KeyProvider<T> | undefined;
|
|
35
36
|
labelProvider?: LabelProvider<T> | undefined;
|
|
36
37
|
"onUpdate:expandedRows"?: ((value: Set<T>) => any) | undefined;
|
|
37
38
|
expandedRows?: Set<T> | undefined;
|
|
@@ -42,7 +43,7 @@ declare const _default: <T>(__VLS_props: {
|
|
|
42
43
|
dontChangeDataWhenRowMoved?: boolean | undefined;
|
|
43
44
|
multiSelect?: boolean | undefined;
|
|
44
45
|
contextMenuProvider?: ((rows: T[]) => (MenuItem[] | undefined)) | undefined;
|
|
45
|
-
} & import(
|
|
46
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
46
47
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
47
48
|
attrs: any;
|
|
48
49
|
slots: {};
|
|
@@ -51,16 +52,16 @@ declare const _default: <T>(__VLS_props: {
|
|
|
51
52
|
(e: 'update:selectedRows', value: Set<T>): void;
|
|
52
53
|
(e: 'rowMoved', event: RowMovedEvent<T>): void;
|
|
53
54
|
};
|
|
54
|
-
}>) => import(
|
|
55
|
+
}>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
55
56
|
[key: string]: any;
|
|
56
57
|
}> & {
|
|
57
58
|
__ctx?: {
|
|
58
59
|
props: {
|
|
59
60
|
data: T[];
|
|
60
|
-
|
|
61
|
+
keyProvider?: KeyProvider<T> | undefined;
|
|
61
62
|
selectedRows?: Set<T> | undefined;
|
|
63
|
+
showCheckbox?: boolean | undefined;
|
|
62
64
|
"onUpdate:selectedRows"?: ((value: Set<T>) => any) | undefined;
|
|
63
|
-
keyProvider?: KeyProvider<T> | undefined;
|
|
64
65
|
labelProvider?: LabelProvider<T> | undefined;
|
|
65
66
|
"onUpdate:expandedRows"?: ((value: Set<T>) => any) | undefined;
|
|
66
67
|
expandedRows?: Set<T> | undefined;
|
|
@@ -71,7 +72,7 @@ declare const _default: <T>(__VLS_props: {
|
|
|
71
72
|
dontChangeDataWhenRowMoved?: boolean | undefined;
|
|
72
73
|
multiSelect?: boolean | undefined;
|
|
73
74
|
contextMenuProvider?: ((rows: T[]) => (MenuItem[] | undefined)) | undefined;
|
|
74
|
-
} & import(
|
|
75
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
75
76
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
76
77
|
attrs: any;
|
|
77
78
|
slots: {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare const _default: <T>(__VLS_props: {
|
|
2
2
|
onClickAddButton?: (() => any) | undefined;
|
|
3
3
|
onClickRemoveButton?: (() => any) | undefined;
|
|
4
|
-
} & import(
|
|
4
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, __VLS_ctx?: {
|
|
5
5
|
attrs: any;
|
|
6
6
|
slots: {};
|
|
7
7
|
emit: {
|
|
@@ -12,7 +12,7 @@ declare const _default: <T>(__VLS_props: {
|
|
|
12
12
|
props: {
|
|
13
13
|
onClickAddButton?: (() => any) | undefined;
|
|
14
14
|
onClickRemoveButton?: (() => any) | undefined;
|
|
15
|
-
} & import(
|
|
15
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
16
16
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
17
17
|
attrs: any;
|
|
18
18
|
slots: {};
|
|
@@ -20,14 +20,14 @@ declare const _default: <T>(__VLS_props: {
|
|
|
20
20
|
(e: 'clickAddButton'): void;
|
|
21
21
|
(e: 'clickRemoveButton'): void;
|
|
22
22
|
};
|
|
23
|
-
}>) => import(
|
|
23
|
+
}>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
24
24
|
[key: string]: any;
|
|
25
25
|
}> & {
|
|
26
26
|
__ctx?: {
|
|
27
27
|
props: {
|
|
28
28
|
onClickAddButton?: (() => any) | undefined;
|
|
29
29
|
onClickRemoveButton?: (() => any) | undefined;
|
|
30
|
-
} & import(
|
|
30
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
31
31
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
32
32
|
attrs: any;
|
|
33
33
|
slots: {};
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { DragAndDropPolicy, TreeChildrenProvider } from "./TreeModel.ts";
|
|
2
1
|
import { KeyProvider, LabelProvider } from '../../model/CommonTypes.ts';
|
|
2
|
+
import { DragAndDropPolicy, TreeChildrenProvider } from './TreeModel.ts';
|
|
3
|
+
|
|
3
4
|
declare const _default: <T>(__VLS_props: {
|
|
5
|
+
keyProvider: KeyProvider<T>;
|
|
4
6
|
row: T;
|
|
5
7
|
showCheckbox?: boolean | undefined;
|
|
6
|
-
keyProvider: KeyProvider<T>;
|
|
7
8
|
labelProvider?: LabelProvider<T> | undefined;
|
|
8
9
|
onToggleRow?: ((row: T, expanded: boolean) => any) | undefined;
|
|
9
10
|
onSelectRow?: ((row: T, selected: boolean, multiSelect: boolean) => any) | undefined;
|
|
@@ -13,7 +14,7 @@ declare const _default: <T>(__VLS_props: {
|
|
|
13
14
|
childrenProvider: TreeChildrenProvider<T>;
|
|
14
15
|
showMoveButton?: boolean | undefined;
|
|
15
16
|
enableDragAndDrop?: boolean | DragAndDropPolicy | undefined;
|
|
16
|
-
} & import(
|
|
17
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, __VLS_ctx?: {
|
|
17
18
|
attrs: any;
|
|
18
19
|
slots: {};
|
|
19
20
|
emit: {
|
|
@@ -23,9 +24,9 @@ declare const _default: <T>(__VLS_props: {
|
|
|
23
24
|
};
|
|
24
25
|
} | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
25
26
|
props: {
|
|
27
|
+
keyProvider: KeyProvider<T>;
|
|
26
28
|
row: T;
|
|
27
29
|
showCheckbox?: boolean | undefined;
|
|
28
|
-
keyProvider: KeyProvider<T>;
|
|
29
30
|
labelProvider?: LabelProvider<T> | undefined;
|
|
30
31
|
onToggleRow?: ((row: T, expanded: boolean) => any) | undefined;
|
|
31
32
|
onSelectRow?: ((row: T, selected: boolean, multiSelect: boolean) => any) | undefined;
|
|
@@ -35,7 +36,7 @@ declare const _default: <T>(__VLS_props: {
|
|
|
35
36
|
childrenProvider: TreeChildrenProvider<T>;
|
|
36
37
|
showMoveButton?: boolean | undefined;
|
|
37
38
|
enableDragAndDrop?: boolean | DragAndDropPolicy | undefined;
|
|
38
|
-
} & import(
|
|
39
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
39
40
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
40
41
|
attrs: any;
|
|
41
42
|
slots: {};
|
|
@@ -44,14 +45,14 @@ declare const _default: <T>(__VLS_props: {
|
|
|
44
45
|
(e: 'selectRow', row: T, selected: boolean, multiSelect: boolean): void;
|
|
45
46
|
(e: 'moveRow', row: T, siblings: T[], destRow: T | undefined, destSiblings: T[] | undefined, destIndex: number): void;
|
|
46
47
|
};
|
|
47
|
-
}>) => import(
|
|
48
|
+
}>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
48
49
|
[key: string]: any;
|
|
49
50
|
}> & {
|
|
50
51
|
__ctx?: {
|
|
51
52
|
props: {
|
|
53
|
+
keyProvider: KeyProvider<T>;
|
|
52
54
|
row: T;
|
|
53
55
|
showCheckbox?: boolean | undefined;
|
|
54
|
-
keyProvider: KeyProvider<T>;
|
|
55
56
|
labelProvider?: LabelProvider<T> | undefined;
|
|
56
57
|
onToggleRow?: ((row: T, expanded: boolean) => any) | undefined;
|
|
57
58
|
onSelectRow?: ((row: T, selected: boolean, multiSelect: boolean) => any) | undefined;
|
|
@@ -61,7 +62,7 @@ declare const _default: <T>(__VLS_props: {
|
|
|
61
62
|
childrenProvider: TreeChildrenProvider<T>;
|
|
62
63
|
showMoveButton?: boolean | undefined;
|
|
63
64
|
enableDragAndDrop?: boolean | DragAndDropPolicy | undefined;
|
|
64
|
-
} & import(
|
|
65
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
65
66
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
66
67
|
attrs: any;
|
|
67
68
|
slots: {};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { DirectiveBinding } from
|
|
1
|
+
import { DirectiveBinding } from 'vue';
|
|
2
|
+
|
|
2
3
|
export type TreeRowDropHandler = <T>(row: T, siblings: T[] | undefined, destParent: T | undefined, destSiblings: T[] | undefined, destIndex: number) => void;
|
|
3
4
|
export declare const isPositionMark: (element: Element) => boolean;
|
|
4
5
|
export declare const isCursorInElement: (event: MouseEvent, element: Element) => boolean;
|
package/dist/config/config.d.ts
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import { MenuItem } from
|
|
2
|
-
|
|
1
|
+
import { MenuItem } from './contextMenuPlugin';
|
|
2
|
+
|
|
3
|
+
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
4
|
menuItems?: MenuItem[] | undefined;
|
|
4
5
|
left: number;
|
|
5
6
|
top: number;
|
|
6
|
-
}>, {}, unknown, {}, {}, import(
|
|
7
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
8
|
menuClicked: (menu: MenuItem) => void;
|
|
8
|
-
}, string, import(
|
|
9
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
9
10
|
menuItems?: MenuItem[] | undefined;
|
|
10
11
|
left: number;
|
|
11
12
|
top: number;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import(
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
|
|
2
2
|
export default _default;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { App, Component } from "vue";
|
|
2
1
|
import { MultiLangText } from '../model/CommonTypes.ts';
|
|
2
|
+
import { App, Component } from 'vue';
|
|
3
|
+
|
|
3
4
|
export type MenuItem = {
|
|
4
5
|
type?: 'menu' | 'separator' | 'custom';
|
|
5
6
|
menuId?: string;
|
|
@@ -13,8 +14,8 @@ export type MenuPosition = {
|
|
|
13
14
|
y: number;
|
|
14
15
|
};
|
|
15
16
|
export declare class BSContextMenuPlugin {
|
|
16
|
-
contextMenuItems: import(
|
|
17
|
-
position: import(
|
|
17
|
+
contextMenuItems: import('vue').Ref<MenuItem[] | undefined>;
|
|
18
|
+
position: import('vue').Ref<MenuPosition | undefined>;
|
|
18
19
|
showContextMenu(event: MouseEvent, menus: MenuItem[]): void;
|
|
19
20
|
hideContextMenu(): void;
|
|
20
21
|
install(app: App): void;
|
package/dist/directive/vT.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { DirectiveBinding } from "vue";
|
|
2
1
|
import { MultiLangText } from '../model/CommonTypes.ts';
|
|
2
|
+
import { DirectiveBinding } from 'vue';
|
|
3
|
+
|
|
3
4
|
export declare const interpretMultiLangText: (text: MultiLangText) => string;
|
|
4
5
|
declare const vT: {
|
|
5
6
|
mounted: (el: HTMLElement, binding: DirectiveBinding) => void;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import(
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
|
|
2
2
|
export default _default;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import { FavoriteMenuHandler, FrameContext, Menu, MenuCaptionProvider, Page, PageInstance } from '../FrameModel';
|
|
2
|
+
import { RouteLocation, Router } from 'vue-router';
|
|
1
3
|
import { RawData } from '../../util/typeUtil.ts';
|
|
2
|
-
|
|
3
|
-
import { FavoriteMenuHandler, FrameContext, Menu, MenuCaptionProvider, Page, PageInstance } from '../../frame/FrameModel';
|
|
4
|
+
|
|
4
5
|
export type DefaultFrameConfig = {
|
|
5
6
|
router: Router;
|
|
6
7
|
framePrefix: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import(
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
2
|
logo?(_: {}): any;
|
|
3
3
|
buttons?(_: {}): any;
|
|
4
4
|
}>;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { PageInstance } from
|
|
2
|
-
|
|
1
|
+
import { PageInstance } from '../FrameModel.ts';
|
|
2
|
+
|
|
3
|
+
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
4
|
page: PageInstance;
|
|
4
|
-
}>, {}, unknown, {}, {}, import(
|
|
5
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
5
6
|
page: PageInstance;
|
|
6
7
|
}>>>, {}, {}>;
|
|
7
8
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import(
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
|
|
2
2
|
export default _default;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
import { MenuView } from '../../frame/FrameModel.ts';
|
|
2
1
|
import { MultiLangText } from '../../model/CommonTypes.ts';
|
|
3
|
-
|
|
2
|
+
import { MenuView } from '../FrameModel.ts';
|
|
3
|
+
|
|
4
|
+
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
4
5
|
focusOnLoad?: boolean | undefined;
|
|
5
6
|
placeholder?: MultiLangText | undefined;
|
|
6
7
|
menu: MenuView[];
|
|
7
|
-
}>, {}, unknown, {}, {}, import(
|
|
8
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
9
|
searchMenuResult: (result: MenuView[]) => void;
|
|
9
10
|
emptyKeyword: () => void;
|
|
10
11
|
searchKeyword: (keyword: string) => void;
|
|
11
|
-
}, string, import(
|
|
12
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
12
13
|
focusOnLoad?: boolean | undefined;
|
|
13
14
|
placeholder?: MultiLangText | undefined;
|
|
14
15
|
menu: MenuView[];
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import(
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
|
|
2
2
|
export default _default;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { MenuView } from
|
|
2
|
-
|
|
1
|
+
import { MenuView } from '../FrameModel.ts';
|
|
2
|
+
|
|
3
|
+
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
4
|
menu: MenuView;
|
|
4
5
|
keyword?: string | undefined;
|
|
5
|
-
}>, {}, unknown, {}, {}, import(
|
|
6
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
7
|
clickFavorite: (menu: MenuView, favorite: boolean) => void;
|
|
7
|
-
}, string, import(
|
|
8
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
8
9
|
menu: MenuView;
|
|
9
10
|
keyword?: string | undefined;
|
|
10
11
|
}>>> & {
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import { MenuView } from
|
|
2
|
-
|
|
1
|
+
import { MenuView } from '../FrameModel';
|
|
2
|
+
|
|
3
|
+
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
4
|
menu: MenuView;
|
|
4
5
|
depth: number;
|
|
5
6
|
keyword?: string | undefined;
|
|
6
|
-
}>, {}, unknown, {}, {}, import(
|
|
7
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
8
|
click: (menu: MenuView) => void;
|
|
8
9
|
clickFavorite: (menu: MenuView, favorite: boolean) => void;
|
|
9
|
-
}, string, import(
|
|
10
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
10
11
|
menu: MenuView;
|
|
11
12
|
depth: number;
|
|
12
13
|
keyword?: string | undefined;
|