@baishuyun/ui-base 6.7.3 → 6.8.3

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 (103) hide show
  1. package/dist/Amap/AmapCircle/index.js +1 -1
  2. package/dist/Amap/AmapMarker/index.js +1 -1
  3. package/dist/Amap/AmapMarkerCluster/index.js +1 -1
  4. package/dist/Amap/AmapProvider/index.js +4 -4
  5. package/dist/Amap/{AmapProvider-DSjQj2oA.js → AmapProvider-Cwi6WOe0.js} +1 -1
  6. package/dist/Amap/hooks/index.js +1 -1
  7. package/dist/Amap/index.js +4 -4
  8. package/dist/Calendar/{Calendar-C2iO_3cX.js → Calendar-B6xHaftP.js} +2 -2
  9. package/dist/Calendar/context/index.js +1 -1
  10. package/dist/Calendar/index.js +5 -5
  11. package/dist/Calendar/subcomponents/AllDaySection/index.js +1 -1
  12. package/dist/Calendar/subcomponents/CurrentTimeIndicator/index.js +1 -1
  13. package/dist/Calendar/subcomponents/EventCard/index.js +1 -1
  14. package/dist/Calendar/subcomponents/TimeAxis/index.js +1 -1
  15. package/dist/Calendar/subcomponents/TimeGrid/index.js +1 -1
  16. package/dist/Calendar/utils/index.js +1 -1
  17. package/dist/Calendar/utils/layout/index.js +1 -1
  18. package/dist/Calendar/utils/theme/index.js +1 -1
  19. package/dist/Card/index.js +1 -1
  20. package/dist/CheckBox/index.js +1 -1
  21. package/dist/ColorPicker/{ColorPicker-BtTIb9tX.js → ColorPicker-t1uBeATW.js} +16 -13
  22. package/dist/ColorPicker/index.js +4 -4
  23. package/dist/ConfigProvider/index.js +3 -3
  24. package/dist/DatePicker/{DatePicker-BMTK0Phw.js → DatePicker-dhnqINoR.js} +2 -2
  25. package/dist/DatePicker/{DatePickerPanel-BH_Z4e88.js → DatePickerPanel-DSe8o-_D.js} +3 -3
  26. package/dist/DatePicker/index.js +4 -4
  27. package/dist/DatePicker/style/index.js +1 -1
  28. package/dist/DropDown/{DropDown-CdTjlySd.js → DropDown-yDH9V_9Y.js} +2 -2
  29. package/dist/DropDown/index.js +5 -5
  30. package/dist/DropDown/style/index.js +1 -1
  31. package/dist/Editor/{Buttons-BcP66z6E.js → Buttons-Dfvr0C-l.js} +144 -124
  32. package/dist/Editor/ToolbarPlugin/Buttons/index.js +7 -7
  33. package/dist/Editor/constants/index.js +1 -1
  34. package/dist/Editor/index.js +274 -164
  35. package/dist/Gantt/GanttChart/index.js +7 -7
  36. package/dist/Gantt/{GanttChart-BYzMKcZ2.js → GanttChart-CDw1IQ4F.js} +2 -2
  37. package/dist/Gantt/GanttTable/index.js +5 -5
  38. package/dist/Gantt/{GanttTable-DqJziqML.js → GanttTable-xbXD_PWI.js} +1 -1
  39. package/dist/Gantt/GanttToolBar/index.js +6 -6
  40. package/dist/Gantt/{GanttToolBar-C50n7PD9.js → GanttToolBar-BTeTsR6Z.js} +2 -2
  41. package/dist/Gantt/index.js +9 -9
  42. package/dist/Gantt/utils/index.js +1 -1
  43. package/dist/Gantt/utils/theme/index.js +1 -1
  44. package/dist/Icon/index.js +1 -1
  45. package/dist/InputTag/InputTag-hzCCJQ1z.js +144 -0
  46. package/dist/InputTag/index.js +4 -2
  47. package/dist/Loading/Loading-DiywS7ex.js +19 -0
  48. package/dist/Loading/index.js +4 -2
  49. package/dist/Modal/index.js +1 -1
  50. package/dist/NotFoundContent/index.js +1 -1
  51. package/dist/Radio/{Radio-DSoZotcs.js → Radio-CX9cUqb7.js} +12 -12
  52. package/dist/Radio/index.js +2 -2
  53. package/dist/ScrollBar/index.js +1 -1
  54. package/dist/Segmented/index.js +1 -1
  55. package/dist/Select/{Select-DujgkkUp.js → Select-D6EK7whJ.js} +195 -194
  56. package/dist/Select/{SelectInputSearch-Bikrj3FI.js → SelectInputSearch-COUzreau.js} +1 -1
  57. package/dist/Select/index.js +7 -7
  58. package/dist/Table/{Table-k9wdWm6V.js → Table-yQXQEk6d.js} +1 -1
  59. package/dist/Table/hooks/index.js +1 -1
  60. package/dist/Table/index.js +4 -4
  61. package/dist/Table/style/index.js +1 -1
  62. package/dist/Table/utils/index.js +1 -1
  63. package/dist/Tabs/Tabs-BiKW70CL.js +398 -0
  64. package/dist/Tabs/index.js +4 -2
  65. package/dist/Tooltip/index.js +1 -1
  66. package/dist/Tree/index.js +3 -3
  67. package/dist/Tree/utils/index.js +1 -1
  68. package/dist/components/ColorPicker/ColorPicker.type.d.ts +1 -1
  69. package/dist/components/DropDown/interface.d.ts +167 -169
  70. package/dist/components/Editor/LengthBadge.d.ts +6 -0
  71. package/dist/components/Editor/ToolbarPlugin/BaseButton/BaseButton.d.ts +1 -1
  72. package/dist/components/Editor/ToolbarPlugin/ToolbarPlugin.d.ts +5 -1
  73. package/dist/components/Editor/ToolbarPlugin/context/EditorToolbarThemeContext.d.ts +6 -0
  74. package/dist/components/Editor/ToolbarPlugin/interface.d.ts +30 -32
  75. package/dist/components/Editor/index.d.ts +1 -1
  76. package/dist/components/Editor/interface.d.ts +118 -60
  77. package/dist/components/Editor/plugins/MaxLengthPlugin.d.ts +7 -0
  78. package/dist/components/Editor/utils/resolveEditorToolbarThemeVars.d.ts +5 -0
  79. package/dist/components/Editor/utils/textLength.d.ts +4 -0
  80. package/dist/components/InputTag/interface.d.ts +32 -32
  81. package/dist/components/Radio/interface.d.ts +95 -97
  82. package/dist/components/Tabs/TabSelect/interface.d.ts +23 -25
  83. package/dist/components/Tabs/interface.d.ts +58 -60
  84. package/dist/components/Tree/types/node.d.ts +19 -19
  85. package/dist/components/Tree/types/tree.d.ts +81 -83
  86. package/dist/components/index.d.ts +2 -0
  87. package/dist/index.js +18 -18
  88. package/dist/locale/index.d.ts +1 -1
  89. package/dist/locale/lang/en-US.json.d.ts +177 -166
  90. package/dist/locale/lang/zh-CN.json.d.ts +177 -166
  91. package/dist/locale/lang/zh-TW.json.d.ts +177 -166
  92. package/dist/style.css +1 -1
  93. package/dist/vendors/{ConfigProvider-C3Uwzinj.js → ConfigProvider-DxrZpdIb.js} +23 -1
  94. package/dist/vendors/{LocaleContext-B1HuhJc-.js → LocaleContext-Dcw6C1LX.js} +11 -0
  95. package/dist/vendors/{Tree-DQkpLl6f.js → Tree-DXmVRDn0.js} +8 -7
  96. package/dist/vendors/{useLocale-BYtF5pxt.js → useLocale-BKZX2_zw.js} +1 -1
  97. package/dist/vendors/{version-Dkos5Cha.js → version-DeOtJMVS.js} +1 -1
  98. package/dist/vite-env.d.ts +13 -13
  99. package/dist/vitest-matchers.d.ts +0 -1
  100. package/package.json +8 -8
  101. package/dist/InputTag/InputTag-LnUqz0Hz.js +0 -143
  102. package/dist/Loading/Loading-CcTZogVx.js +0 -15
  103. package/dist/Tabs/Tabs-Ctgg45Ox.js +0 -410
package/dist/index.js CHANGED
@@ -1,10 +1,10 @@
1
- import "./vendors/version-Dkos5Cha.js";
1
+ import "./vendors/version-DeOtJMVS.js";
2
2
  import "./ScrollBar/style-D26azwz6.js";
3
3
  import { t as e } from "./Icon/Icon-BBDcb-yw.js";
4
- import "./vendors/LocaleContext-B1HuhJc-.js";
5
- import { r as t, t as n } from "./vendors/ConfigProvider-C3Uwzinj.js";
4
+ import "./vendors/LocaleContext-Dcw6C1LX.js";
5
+ import { r as t, t as n } from "./vendors/ConfigProvider-DxrZpdIb.js";
6
6
  import "./Amap/AmapContext-D7Njjm5a.js";
7
- import { t as r } from "./Amap/AmapProvider-DSjQj2oA.js";
7
+ import { t as r } from "./Amap/AmapProvider-Cwi6WOe0.js";
8
8
  import { t as i } from "./Amap/Amap-BNnmSPnl.js";
9
9
  import { n as a, t as o } from "./Amap/hooks-DAN31s_-.js";
10
10
  import { t as s } from "./Amap/AmapCircle-BDW6pnNR.js";
@@ -13,32 +13,32 @@ import { t as c } from "./Amap/AmapMarker-CdoPWdff.js";
13
13
  import { t as l } from "./Amap/AmapMarkerCluster-CSIxiVC5.js";
14
14
  import { t as u } from "./Card/Card-CtKLNh3n.js";
15
15
  import { t as d } from "./Modal/Modal-LiztSF7x.js";
16
- import { t as f } from "./ColorPicker/ColorPicker-BtTIb9tX.js";
16
+ import { t as f } from "./ColorPicker/ColorPicker-t1uBeATW.js";
17
17
  import "./vendors/useFloatingOverlay-BApqkHSu.js";
18
- import "./vendors/useLocale-BYtF5pxt.js";
18
+ import "./vendors/useLocale-BKZX2_zw.js";
19
19
  import "./vendors/color-D6XBXROa.js";
20
20
  import "./vendors/useLatchedPopupPortalRoot-4fVhqVT4.js";
21
21
  import { t as p } from "./Segmented/Segmented-BDz1hMDT.js";
22
22
  import { n as m, t as h } from "./Tooltip/Tooltip-Ch9lti_7.js";
23
- import { t as g } from "./Select/Select-DujgkkUp.js";
24
- import "./Select/SelectInputSearch-Bikrj3FI.js";
25
- import { t as _ } from "./vendors/Tree-DQkpLl6f.js";
23
+ import { t as g } from "./Select/Select-D6EK7whJ.js";
24
+ import "./Select/SelectInputSearch-COUzreau.js";
25
+ import { t as _ } from "./vendors/Tree-DXmVRDn0.js";
26
26
  import "./CheckBox/CheckBox-ByWSy9Yr.js";
27
27
  import { t as v } from "./CheckBox/CheckBox-nBm0u6zX.js";
28
- import { t as y } from "./Radio/Radio-DSoZotcs.js";
28
+ import { t as y } from "./Radio/Radio-CX9cUqb7.js";
29
29
  import { t as b } from "./NotFoundContent/NotFoundContent-BLmzWNBi.js";
30
30
  import { t as x } from "./ScrollBar/ScrollBar-QhXVe8zd.js";
31
31
  import "./vendors/useFloatingPortal-CmVJbuRm.js";
32
32
  import "./Tree/index.js";
33
- import { n as S, t as C } from "./Tabs/Tabs-Ctgg45Ox.js";
34
- import { t as w } from "./DropDown/DropDown-CdTjlySd.js";
33
+ import { n as S, t as C } from "./Tabs/Tabs-BiKW70CL.js";
34
+ import { t as w } from "./DropDown/DropDown-yDH9V_9Y.js";
35
35
  import "./DropDown/style-Fdp-U4md.js";
36
- import { t as T } from "./Loading/Loading-CcTZogVx.js";
36
+ import { t as T } from "./Loading/Loading-DiywS7ex.js";
37
37
  import "./NotFoundContent/index.js";
38
- import { t as E } from "./InputTag/InputTag-LnUqz0Hz.js";
38
+ import { t as E } from "./InputTag/InputTag-hzCCJQ1z.js";
39
39
  import "./Calendar/context-4tCN5X33.js";
40
- import { t as D } from "./Calendar/Calendar-C2iO_3cX.js";
41
- import { t as O } from "./DatePicker/DatePicker-BMTK0Phw.js";
40
+ import { t as D } from "./Calendar/Calendar-B6xHaftP.js";
41
+ import { t as O } from "./DatePicker/DatePicker-dhnqINoR.js";
42
42
  import "./DatePicker/ensureDayjsPlugins-Cn9Bkjkj.js";
43
43
  import "./DatePicker/pickerLocale-BRnNjLcv.js";
44
44
  import "./DatePicker/style-CNtPPsZp.js";
@@ -50,8 +50,8 @@ import "./Calendar/EventCard-B1LoBxth.js";
50
50
  import "./Calendar/AllDaySection-a96dIzs3.js";
51
51
  import "./Calendar/theme-xnrMsnkg.js";
52
52
  import { a as k, c as A, d as j, f as M, n as N, o as P, r as F, t as I, u as L } from "./Table/processRowspan-B0WELhG2.js";
53
- import { t as R } from "./Table/Table-k9wdWm6V.js";
53
+ import { t as R } from "./Table/Table-yQXQEk6d.js";
54
54
  import { n as z, t as B } from "./Table/hooks-BceUZQQm.js";
55
55
  import { t as V } from "./Table/style-DgiPEsSp.js";
56
56
  import "overlayscrollbars/overlayscrollbars.css";
57
- export { i as Amap, s as AmapCircle, c as AmapMarker, l as AmapMarkerCluster, r as AmapProvider, D as Calendar, u as Card, v as Checkbox, f as ColorPicker, n as ConfigProvider, O as DatePicker, w as DropDown, e as Icon, E as InputTag, T as Loading, t as LocalTheme, d as Modal, b as NotFoundContent, y as Ratio, x as ScrollBar, p as Segmented, g as Select, C as TabSelect, R as Table, S as Tabs, h as Tooltip, m as TooltipFloatingContext, _ as Tree, k as calculateFixedOffset, P as expandLeafColumns, I as getCellRowspan, A as getColumnsWidth, L as getRowKey, N as processRowspan, V as resolveTableThemeVars, F as shouldRenderCell, j as sortData, M as splitFixedColumns, a as useAmap, B as useColumnResize, o as useCurrentLocation, z as useTableVirtual };
57
+ export { i as Amap, s as AmapCircle, c as AmapMarker, l as AmapMarkerCluster, r as AmapProvider, D as Calendar, u as Card, v as Checkbox, f as ColorPicker, n as ConfigProvider, O as DatePicker, w as DropDown, e as Icon, E as InputTag, T as Loading, t as LocalTheme, d as Modal, b as NotFoundContent, y as Radio, y as Ratio, x as ScrollBar, p as Segmented, g as Select, C as TabSelect, R as Table, S as Tabs, h as Tooltip, m as TooltipFloatingContext, _ as Tree, k as calculateFixedOffset, P as expandLeafColumns, I as getCellRowspan, A as getColumnsWidth, L as getRowKey, N as processRowspan, V as resolveTableThemeVars, F as shouldRenderCell, j as sortData, M as splitFixedColumns, a as useAmap, B as useColumnResize, o as useCurrentLocation, z as useTableVirtual };
@@ -1 +1 @@
1
- export type Locale = 'zh-CN' | 'zh-TW' | 'en-US';
1
+ export type Locale = 'zh-CN' | 'zh-TW' | 'en-US';
@@ -1,169 +1,180 @@
1
- declare const _default: {
2
- "table": {
3
- "empty": "No Data"
4
- },
5
- "select": "Please select",
6
- "search": "search",
7
- "noFindData": "No search data",
8
- "allSelect": "Select All",
9
- "context": "Please enter the content",
10
- "noData": "No Data",
11
- "noDataFound": "No Data Found",
12
- "dataSearching": "Data Searching...",
13
- "allSelectedBySearch": "Select All by Search",
14
- "leftAlign": "Left Align",
15
- "centerAlign": "Center Align",
16
- "rightAlign": "Right Align",
17
- "underline": "Underline",
18
- "link": "Link",
19
- "hyperLink": "Hyper Link",
20
- "showContent": "Show Content",
21
- "linkAddress": "Link Address",
22
- "openInNewTab": "Open in New Tab",
23
- "confirm": "Confirm",
24
- "cancel": "Cancel",
25
- "cancelLink": "Cancel Link",
26
- "presetColors": "preset color",
27
- "editor": {
28
- "linkTip": "Support https://link or @form alias",
29
- "bold": "Bold",
30
- "italic": "Italic",
31
- "fontSize": "Font Size",
32
- "fontColor": "Font Color",
33
- "fill": "fill",
34
- "alignment": "Alignment",
35
- "centerAlign": "Center Align",
36
- "rightAlign": "Right Align",
37
- "uploadImage": "Upload Image",
38
- "imageUrl": "Image URL",
39
- "imageUrlPlaceholder": "Please enter image URL",
40
- "imageUrlRequired": "Please enter image URL",
41
- "imageUrlInvalid": "Please enter a valid image URL",
42
- "imageUrlNote": "Note: Enter image URL to insert image",
43
- "inputImageUrl": "Enter Image URL",
44
- "uploadImageNote": "Note: Single image size cannot exceed 1MB",
45
- "uploadImageText": "Click or drag to upload image",
46
- "previewImage": "Preview Image",
47
- "underline": "Underline",
48
- "imageFormatOnly": "Only image formats are supported",
49
- "uploadImageFirst": "Please upload image first",
50
- "imageAddSuccess": "Image added successfully",
51
- "operationFailed": "Operation failed",
52
- "onlyImageFormatsSupported": "Only image formats are supported",
53
- "pleaseUploadImageFirst": "Please upload image first",
54
- "imageSizeNote": "Image size cannot exceed 1MB",
55
- "clickOrDragToUpload": "Click or drag to upload image",
56
- "enterImageUrl": "Enter image URL",
57
- "pleaseEnterImageUrl": "Please enter image URL",
58
- "pleaseEnterValidImageUrl": "Please enter a valid image URL",
59
- "linkAddressEmpty": "Link address cannot be empty"
60
- },
61
- "picture": "Picture",
62
- "customColor": "Custom Color",
63
- "addPicture": "Add Picture",
64
- "datePicker": {
65
- "today": "Today",
66
- "yearLabel": "{{year}}",
67
- "monthLabel": "{{month}}",
68
- "switchToMonthPanel": "Switch to month panel",
69
- "prevMonth": "Previous month",
70
- "nextMonth": "Next month",
71
- "prevYear": "Previous year",
72
- "nextYear": "Next year",
73
- "prevYearsPage": "Previous years",
74
- "nextYearsPage": "Next years"
75
- },
76
- "calendar": {
77
- "today": "Today",
78
- "prev": "Previous",
79
- "next": "Next",
80
- "yearMonth": "{{year}}-{{month}}",
81
- "fullDate": "{{year}}-{{month}}-{{day}}",
82
- "monthDay": "{{month}}-{{day}}",
83
- "dayOnly": "{{day}}",
84
- "allDay": "All Day",
85
- "remainingCount": "{{count}} more",
86
- "collapse": "Collapse",
87
- "noEvents": "No events",
88
- "moreEvents": "{{count}} more records",
89
- "addRecord": "Add Record",
90
- "close": "Close",
91
- "mode": {
92
- "day": "Day",
93
- "week": "Week",
94
- "month": "Month"
95
- },
96
- "weekday": {
97
- "0": "Mon",
98
- "1": "Tue",
99
- "2": "Wed",
100
- "3": "Thu",
101
- "4": "Fri",
102
- "5": "Sat",
103
- "6": "Sun"
104
- }
105
- },
106
- "gantt": {
107
- "today": "Today",
108
- "timeBegin": "Start time",
109
- "timeEnd": "End time",
110
- "firstHalf": "H1",
111
- "secondHalf": "H2",
112
- "emptyGroup": "(Empty)",
113
- "mode": {
114
- "oneMinute": "Minute",
115
- "tenMinute": "10 min",
116
- "halfHour": "30 min",
117
- "hour": "Hour",
118
- "sixHour": "6 hours",
119
- "halfDay": "AM/PM",
120
- "day": "Day",
121
- "week": "Week",
122
- "month": "Month",
123
- "quarter": "Quarter",
124
- "quarterMonth": "Q/M",
125
- "year": "Year"
126
- },
127
- "header": {
128
- "top": {
129
- "yearMonth": "{{year}}-{{month}}",
130
- "monthDay": "{{month}}/{{day}}",
131
- "hourWithDate": "{{month}}/{{day}} {{hour}}:00",
132
- "hourOnly": "{{hour}}:00",
133
- "year": "{{year}}",
134
- "quarter": "{{year}} Q{{ordinal}}"
135
- },
136
- "lower": {
137
- "week": "W{{week}}",
138
- "quarter": "Q{{quarter}}",
139
- "halfDayAm": "AM",
140
- "halfDayPm": "PM",
141
- "sixHourRange": "{{start}}-{{end}}",
142
- "month": "{{month}}"
143
- }
144
- },
145
- "quarter": {
146
- "1": "1",
147
- "2": "2",
148
- "3": "3",
149
- "4": "4"
150
- },
151
- "summary": {
152
- "startTime": "Start: {{datetime}}",
153
- "endTime": "End: {{datetime}}",
154
- "progress": "Progress: {{percent}}%",
155
- "datetime": "{{year}}-{{month}}-{{day}} {{hour}}:{{minute}}:{{second}}",
156
- "empty": "—"
157
- },
158
- "aria": {
159
- "timeline": "Gantt timeline",
160
- "scrollPrev": "Scroll left",
161
- "scrollNext": "Scroll right",
162
- "jumpLeft": "Jump to left task",
163
- "jumpRight": "Jump to right task"
164
- }
165
- }
166
- }
1
+ declare const _default: {
2
+ "table": {
3
+ "empty": "No Data"
4
+ },
5
+ "select": "Please select",
6
+ "search": "search",
7
+ "noFindData": "No search data",
8
+ "allSelect": "Select All",
9
+ "context": "Please enter the content",
10
+ "noData": "No Data",
11
+ "noDataFound": "No Data Found",
12
+ "dataSearching": "Data Searching...",
13
+ "allSelectedBySearch": "Select All by Search",
14
+ "leftAlign": "Left Align",
15
+ "centerAlign": "Center Align",
16
+ "rightAlign": "Right Align",
17
+ "underline": "Underline",
18
+ "link": "Link",
19
+ "hyperLink": "Hyper Link",
20
+ "showContent": "Show Content",
21
+ "linkAddress": "Link Address",
22
+ "openInNewTab": "Open in New Tab",
23
+ "confirm": "Confirm",
24
+ "cancel": "Cancel",
25
+ "cancelLink": "Cancel Link",
26
+ "presetColors": "preset color",
27
+ "loading": "Loading...",
28
+ "inputTagPlaceholder": "Enter tags",
29
+ "otherOptionInput": "Other option input",
30
+ "tabs": {
31
+ "scrollPrev": "Scroll left",
32
+ "scrollNext": "Scroll right",
33
+ "previewTab1": "Tab 1",
34
+ "previewTab2": "Tab 2",
35
+ "previewTab3": "Tab 3"
36
+ },
37
+ "editor": {
38
+ "linkTip": "Support https://link or @form alias",
39
+ "linkAliasTip": "Links can use @form alias for in-app form navigation",
40
+ "bold": "Bold",
41
+ "italic": "Italic",
42
+ "fontSize": "Font Size",
43
+ "fontColor": "Font Color",
44
+ "fill": "fill",
45
+ "alignment": "Alignment",
46
+ "centerAlign": "Center Align",
47
+ "rightAlign": "Right Align",
48
+ "uploadImage": "Upload Image",
49
+ "imageUrl": "Image URL",
50
+ "imageUrlPlaceholder": "Please enter image URL",
51
+ "imageUrlRequired": "Please enter image URL",
52
+ "imageUrlInvalid": "Please enter a valid image URL",
53
+ "imageUrlNote": "Note: Enter image URL to insert image",
54
+ "inputImageUrl": "Enter Image URL",
55
+ "uploadImageNote": "Note: Single image size cannot exceed 1MB",
56
+ "uploadImageText": "Click or drag to upload image",
57
+ "previewImage": "Preview Image",
58
+ "underline": "Underline",
59
+ "imageFormatOnly": "Only image formats are supported",
60
+ "uploadImageFirst": "Please upload image first",
61
+ "imageAddSuccess": "Image added successfully",
62
+ "operationFailed": "Operation failed",
63
+ "onlyImageFormatsSupported": "Only image formats are supported",
64
+ "pleaseUploadImageFirst": "Please upload image first",
65
+ "imageSizeNote": "Image size cannot exceed 1MB",
66
+ "clickOrDragToUpload": "Click or drag to upload image",
67
+ "enterImageUrl": "Enter image URL",
68
+ "pleaseEnterImageUrl": "Please enter image URL",
69
+ "pleaseEnterValidImageUrl": "Please enter a valid image URL",
70
+ "linkAddressEmpty": "Link address cannot be empty"
71
+ },
72
+ "picture": "Picture",
73
+ "customColor": "Custom Color",
74
+ "addPicture": "Add Picture",
75
+ "datePicker": {
76
+ "today": "Today",
77
+ "yearLabel": "{{year}}",
78
+ "monthLabel": "{{month}}",
79
+ "switchToMonthPanel": "Switch to month panel",
80
+ "prevMonth": "Previous month",
81
+ "nextMonth": "Next month",
82
+ "prevYear": "Previous year",
83
+ "nextYear": "Next year",
84
+ "prevYearsPage": "Previous years",
85
+ "nextYearsPage": "Next years"
86
+ },
87
+ "calendar": {
88
+ "today": "Today",
89
+ "prev": "Previous",
90
+ "next": "Next",
91
+ "yearMonth": "{{year}}-{{month}}",
92
+ "fullDate": "{{year}}-{{month}}-{{day}}",
93
+ "monthDay": "{{month}}-{{day}}",
94
+ "dayOnly": "{{day}}",
95
+ "allDay": "All Day",
96
+ "remainingCount": "{{count}} more",
97
+ "collapse": "Collapse",
98
+ "noEvents": "No events",
99
+ "moreEvents": "{{count}} more records",
100
+ "addRecord": "Add Record",
101
+ "close": "Close",
102
+ "mode": {
103
+ "day": "Day",
104
+ "week": "Week",
105
+ "month": "Month"
106
+ },
107
+ "weekday": {
108
+ "0": "Mon",
109
+ "1": "Tue",
110
+ "2": "Wed",
111
+ "3": "Thu",
112
+ "4": "Fri",
113
+ "5": "Sat",
114
+ "6": "Sun"
115
+ }
116
+ },
117
+ "gantt": {
118
+ "today": "Today",
119
+ "timeBegin": "Start time",
120
+ "timeEnd": "End time",
121
+ "firstHalf": "H1",
122
+ "secondHalf": "H2",
123
+ "emptyGroup": "(Empty)",
124
+ "mode": {
125
+ "oneMinute": "Minute",
126
+ "tenMinute": "10 min",
127
+ "halfHour": "30 min",
128
+ "hour": "Hour",
129
+ "sixHour": "6 hours",
130
+ "halfDay": "AM/PM",
131
+ "day": "Day",
132
+ "week": "Week",
133
+ "month": "Month",
134
+ "quarter": "Quarter",
135
+ "quarterMonth": "Q/M",
136
+ "year": "Year"
137
+ },
138
+ "header": {
139
+ "top": {
140
+ "yearMonth": "{{year}}-{{month}}",
141
+ "monthDay": "{{month}}/{{day}}",
142
+ "hourWithDate": "{{month}}/{{day}} {{hour}}:00",
143
+ "hourOnly": "{{hour}}:00",
144
+ "year": "{{year}}",
145
+ "quarter": "{{year}} Q{{ordinal}}"
146
+ },
147
+ "lower": {
148
+ "week": "W{{week}}",
149
+ "quarter": "Q{{quarter}}",
150
+ "halfDayAm": "AM",
151
+ "halfDayPm": "PM",
152
+ "sixHourRange": "{{start}}-{{end}}",
153
+ "month": "{{month}}"
154
+ }
155
+ },
156
+ "quarter": {
157
+ "1": "1",
158
+ "2": "2",
159
+ "3": "3",
160
+ "4": "4"
161
+ },
162
+ "summary": {
163
+ "startTime": "Start: {{datetime}}",
164
+ "endTime": "End: {{datetime}}",
165
+ "progress": "Progress: {{percent}}%",
166
+ "datetime": "{{year}}-{{month}}-{{day}} {{hour}}:{{minute}}:{{second}}",
167
+ "empty": "—"
168
+ },
169
+ "aria": {
170
+ "timeline": "Gantt timeline",
171
+ "scrollPrev": "Scroll left",
172
+ "scrollNext": "Scroll right",
173
+ "jumpLeft": "Jump to left task",
174
+ "jumpRight": "Jump to right task"
175
+ }
176
+ }
177
+ }
167
178
  ;
168
179
 
169
180
  export default _default;