beca-ui 2.1.0-beta.1 → 2.1.0-beta.100
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/DynamicWorkflowScript.js +0 -1
- package/dist/assets/locales/en.json.d.ts +8 -1
- package/dist/assets/locales/vi.json.d.ts +8 -1
- package/dist/beca-ui.js +99745 -83771
- package/dist/components/AIChat/AIChat.d.ts +11 -0
- package/dist/components/AIChat/AIChat.types.d.ts +21 -0
- package/dist/components/AIChat/index.d.ts +2 -0
- package/dist/components/Anchor/Anchor.types.d.ts +2 -3
- package/dist/components/Anchor/index.d.ts +1 -2
- package/dist/components/ApplicationsCard/ApplicationsCard.types.d.ts +16 -7
- package/dist/components/BecaChatBox/BecaChatBox.d.ts +24 -0
- package/dist/components/BecaChatBox/Composer.d.ts +20 -0
- package/dist/components/BecaChatBox/MainChat.d.ts +36 -0
- package/dist/components/BecaChatBox/MessageBubble.d.ts +27 -0
- package/dist/components/BecaChatBox/Sidebar.d.ts +11 -0
- package/dist/components/BecaChatBox/index.d.ts +1 -0
- package/dist/components/BecaChatBox/types.d.ts +26 -0
- package/dist/components/BecaChatBox/utils.d.ts +3 -0
- package/dist/components/BodyCard/BodyCard.types.d.ts +5 -0
- package/dist/components/Carousel/Carousel.d.ts +2 -0
- package/dist/components/Carousel/Carousel.types.d.ts +3 -0
- package/dist/components/Carousel/index.d.ts +3 -0
- package/dist/components/Checkbox/index.d.ts +1 -2
- package/dist/components/Form/Form.types.d.ts +2 -2
- package/dist/components/List/List.d.ts +3 -1
- package/dist/components/MainLayout/AppMenu/AppMenu.d.ts +5 -0
- package/dist/components/MainLayout/Header/Header.types.d.ts +20 -4
- package/dist/components/MainLayout/MainLayout.d.ts +3 -1
- package/dist/components/MainLayout/MainLayout.types.d.ts +66 -21
- package/dist/components/MainLayout/SideBarMenu/SideBarMenu.types.d.ts +2 -0
- package/dist/components/Pagination/Pagination.d.ts +1 -1
- package/dist/components/Space/Space.d.ts +2 -3
- package/dist/components/Space/Space.types.d.ts +3 -3
- package/dist/components/Space/index.d.ts +2 -3
- package/dist/components/Table/Table.d.ts +3 -2
- package/dist/components/Table/Table.types.d.ts +4 -3
- package/dist/components/Table/index.d.ts +1 -1
- package/dist/components/TextEditor/BubbleMenu/TextEditorBubbleMenu.d.ts +3 -1
- package/dist/components/TextEditor/Image/index.d.ts +3 -0
- package/dist/components/VirtualList/VirtualList.types.d.ts +1 -0
- package/dist/components/index.d.ts +3 -0
- package/dist/data/LocalesTexts/EnglishTexts.d.ts +22 -0
- package/dist/data/LocalesTexts/VietnameseTexts.d.ts +22 -0
- package/dist/hooks/LocaleHook.d.ts +22 -0
- package/dist/main.css +1 -1
- package/dist/theme/styles.d.ts +55 -0
- package/package.json +53 -51
|
@@ -12,6 +12,7 @@ declare const _default: {
|
|
|
12
12
|
justify: string;
|
|
13
13
|
customTheme: string;
|
|
14
14
|
font: string;
|
|
15
|
+
theme: string;
|
|
15
16
|
enterLink: string;
|
|
16
17
|
enterImageLink: string;
|
|
17
18
|
pasteWithTextStylesConfirm: string;
|
|
@@ -30,9 +31,30 @@ declare const _default: {
|
|
|
30
31
|
redo: string;
|
|
31
32
|
refresh: string;
|
|
32
33
|
table: string;
|
|
34
|
+
addTable: string;
|
|
33
35
|
darkMode: string;
|
|
34
36
|
lightMode: string;
|
|
35
37
|
english: string;
|
|
36
38
|
vietnamese: string;
|
|
39
|
+
default: string;
|
|
40
|
+
new: string;
|
|
41
|
+
primaryColor: string;
|
|
42
|
+
save: string;
|
|
43
|
+
edit: string;
|
|
44
|
+
more: string;
|
|
45
|
+
customAppMenu: string;
|
|
46
|
+
totalDisplay: string;
|
|
47
|
+
sortAppMenuItems: string;
|
|
48
|
+
custom: string;
|
|
49
|
+
horizontalAlign: string;
|
|
50
|
+
verticalAlign: string;
|
|
51
|
+
top: string;
|
|
52
|
+
bottom: string;
|
|
53
|
+
left: string;
|
|
54
|
+
right: string;
|
|
55
|
+
center: string;
|
|
56
|
+
systemColor: string;
|
|
57
|
+
addCustomColor: string;
|
|
58
|
+
add: string;
|
|
37
59
|
};
|
|
38
60
|
export default _default;
|
|
@@ -12,6 +12,7 @@ declare const _default: {
|
|
|
12
12
|
justify: string;
|
|
13
13
|
customTheme: string;
|
|
14
14
|
font: string;
|
|
15
|
+
theme: string;
|
|
15
16
|
enterLink: string;
|
|
16
17
|
enterImageLink: string;
|
|
17
18
|
pasteWithTextStylesConfirm: string;
|
|
@@ -30,9 +31,30 @@ declare const _default: {
|
|
|
30
31
|
redo: string;
|
|
31
32
|
refresh: string;
|
|
32
33
|
table: string;
|
|
34
|
+
addTable: string;
|
|
33
35
|
darkMode: string;
|
|
34
36
|
lightMode: string;
|
|
35
37
|
english: string;
|
|
36
38
|
vietnamese: string;
|
|
39
|
+
default: string;
|
|
40
|
+
new: string;
|
|
41
|
+
primaryColor: string;
|
|
42
|
+
save: string;
|
|
43
|
+
edit: string;
|
|
44
|
+
more: string;
|
|
45
|
+
customAppMenu: string;
|
|
46
|
+
totalDisplay: string;
|
|
47
|
+
sortAppMenuItems: string;
|
|
48
|
+
custom: string;
|
|
49
|
+
horizontalAlign: string;
|
|
50
|
+
verticalAlign: string;
|
|
51
|
+
top: string;
|
|
52
|
+
bottom: string;
|
|
53
|
+
left: string;
|
|
54
|
+
right: string;
|
|
55
|
+
center: string;
|
|
56
|
+
systemColor: string;
|
|
57
|
+
addCustomColor: string;
|
|
58
|
+
add: string;
|
|
37
59
|
};
|
|
38
60
|
export default _default;
|
|
@@ -14,6 +14,7 @@ export declare function useTranslation(): {
|
|
|
14
14
|
justify: string;
|
|
15
15
|
customTheme: string;
|
|
16
16
|
font: string;
|
|
17
|
+
theme: string;
|
|
17
18
|
enterLink: string;
|
|
18
19
|
enterImageLink: string;
|
|
19
20
|
pasteWithTextStylesConfirm: string;
|
|
@@ -32,9 +33,30 @@ export declare function useTranslation(): {
|
|
|
32
33
|
redo: string;
|
|
33
34
|
refresh: string;
|
|
34
35
|
table: string;
|
|
36
|
+
addTable: string;
|
|
35
37
|
darkMode: string;
|
|
36
38
|
lightMode: string;
|
|
37
39
|
english: string;
|
|
38
40
|
vietnamese: string;
|
|
41
|
+
default: string;
|
|
42
|
+
new: string;
|
|
43
|
+
primaryColor: string;
|
|
44
|
+
save: string;
|
|
45
|
+
edit: string;
|
|
46
|
+
more: string;
|
|
47
|
+
customAppMenu: string;
|
|
48
|
+
totalDisplay: string;
|
|
49
|
+
sortAppMenuItems: string;
|
|
50
|
+
custom: string;
|
|
51
|
+
horizontalAlign: string;
|
|
52
|
+
verticalAlign: string;
|
|
53
|
+
top: string;
|
|
54
|
+
bottom: string;
|
|
55
|
+
left: string;
|
|
56
|
+
right: string;
|
|
57
|
+
center: string;
|
|
58
|
+
systemColor: string;
|
|
59
|
+
addCustomColor: string;
|
|
60
|
+
add: string;
|
|
39
61
|
};
|
|
40
62
|
export {};
|