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.
Files changed (47) hide show
  1. package/dist/DynamicWorkflowScript.js +0 -1
  2. package/dist/assets/locales/en.json.d.ts +8 -1
  3. package/dist/assets/locales/vi.json.d.ts +8 -1
  4. package/dist/beca-ui.js +99745 -83771
  5. package/dist/components/AIChat/AIChat.d.ts +11 -0
  6. package/dist/components/AIChat/AIChat.types.d.ts +21 -0
  7. package/dist/components/AIChat/index.d.ts +2 -0
  8. package/dist/components/Anchor/Anchor.types.d.ts +2 -3
  9. package/dist/components/Anchor/index.d.ts +1 -2
  10. package/dist/components/ApplicationsCard/ApplicationsCard.types.d.ts +16 -7
  11. package/dist/components/BecaChatBox/BecaChatBox.d.ts +24 -0
  12. package/dist/components/BecaChatBox/Composer.d.ts +20 -0
  13. package/dist/components/BecaChatBox/MainChat.d.ts +36 -0
  14. package/dist/components/BecaChatBox/MessageBubble.d.ts +27 -0
  15. package/dist/components/BecaChatBox/Sidebar.d.ts +11 -0
  16. package/dist/components/BecaChatBox/index.d.ts +1 -0
  17. package/dist/components/BecaChatBox/types.d.ts +26 -0
  18. package/dist/components/BecaChatBox/utils.d.ts +3 -0
  19. package/dist/components/BodyCard/BodyCard.types.d.ts +5 -0
  20. package/dist/components/Carousel/Carousel.d.ts +2 -0
  21. package/dist/components/Carousel/Carousel.types.d.ts +3 -0
  22. package/dist/components/Carousel/index.d.ts +3 -0
  23. package/dist/components/Checkbox/index.d.ts +1 -2
  24. package/dist/components/Form/Form.types.d.ts +2 -2
  25. package/dist/components/List/List.d.ts +3 -1
  26. package/dist/components/MainLayout/AppMenu/AppMenu.d.ts +5 -0
  27. package/dist/components/MainLayout/Header/Header.types.d.ts +20 -4
  28. package/dist/components/MainLayout/MainLayout.d.ts +3 -1
  29. package/dist/components/MainLayout/MainLayout.types.d.ts +66 -21
  30. package/dist/components/MainLayout/SideBarMenu/SideBarMenu.types.d.ts +2 -0
  31. package/dist/components/Pagination/Pagination.d.ts +1 -1
  32. package/dist/components/Space/Space.d.ts +2 -3
  33. package/dist/components/Space/Space.types.d.ts +3 -3
  34. package/dist/components/Space/index.d.ts +2 -3
  35. package/dist/components/Table/Table.d.ts +3 -2
  36. package/dist/components/Table/Table.types.d.ts +4 -3
  37. package/dist/components/Table/index.d.ts +1 -1
  38. package/dist/components/TextEditor/BubbleMenu/TextEditorBubbleMenu.d.ts +3 -1
  39. package/dist/components/TextEditor/Image/index.d.ts +3 -0
  40. package/dist/components/VirtualList/VirtualList.types.d.ts +1 -0
  41. package/dist/components/index.d.ts +3 -0
  42. package/dist/data/LocalesTexts/EnglishTexts.d.ts +22 -0
  43. package/dist/data/LocalesTexts/VietnameseTexts.d.ts +22 -0
  44. package/dist/hooks/LocaleHook.d.ts +22 -0
  45. package/dist/main.css +1 -1
  46. package/dist/theme/styles.d.ts +55 -0
  47. 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 {};