@pega/cosmos-react-core 2.0.0-dev.14.0 → 2.0.0-dev.15.0

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 (192) hide show
  1. package/lib/components/AppShell/AppShell.d.ts.map +1 -1
  2. package/lib/components/AppShell/AppShell.js +14 -4
  3. package/lib/components/AppShell/AppShell.js.map +1 -1
  4. package/lib/components/AppShell/AppShell.styles.d.ts +0 -1
  5. package/lib/components/AppShell/AppShell.styles.d.ts.map +1 -1
  6. package/lib/components/AppShell/AppShell.styles.js +16 -24
  7. package/lib/components/AppShell/AppShell.styles.js.map +1 -1
  8. package/lib/components/AppShell/AppShell.types.d.ts +1 -1
  9. package/lib/components/AppShell/AppShell.types.d.ts.map +1 -1
  10. package/lib/components/AppShell/AppShell.types.js.map +1 -1
  11. package/lib/components/AppShell/AppShellList.d.ts.map +1 -1
  12. package/lib/components/AppShell/AppShellList.js +1 -1
  13. package/lib/components/AppShell/AppShellList.js.map +1 -1
  14. package/lib/components/AppShell/Drawer.js +1 -1
  15. package/lib/components/AppShell/Drawer.js.map +1 -1
  16. package/lib/components/Avatar/Avatar.d.ts.map +1 -1
  17. package/lib/components/Avatar/Avatar.js +2 -1
  18. package/lib/components/Avatar/Avatar.js.map +1 -1
  19. package/lib/components/Badges/Status.d.ts +2 -2
  20. package/lib/components/Badges/Status.d.ts.map +1 -1
  21. package/lib/components/Badges/Status.js.map +1 -1
  22. package/lib/components/Button/BareButton.d.ts.map +1 -1
  23. package/lib/components/Button/BareButton.js +21 -2
  24. package/lib/components/Button/BareButton.js.map +1 -1
  25. package/lib/components/Button/Button.d.ts.map +1 -1
  26. package/lib/components/Button/Button.js +19 -2
  27. package/lib/components/Button/Button.js.map +1 -1
  28. package/lib/components/Card/CardHeader.d.ts +3 -1
  29. package/lib/components/Card/CardHeader.d.ts.map +1 -1
  30. package/lib/components/Card/CardHeader.js +5 -3
  31. package/lib/components/Card/CardHeader.js.map +1 -1
  32. package/lib/components/Configuration/Configuration.js +1 -1
  33. package/lib/components/Configuration/Configuration.js.map +1 -1
  34. package/lib/components/Currency/CurrencyDisplay.d.ts.map +1 -1
  35. package/lib/components/Currency/CurrencyDisplay.js +9 -1
  36. package/lib/components/Currency/CurrencyDisplay.js.map +1 -1
  37. package/lib/components/DateTime/DateTimeDisplay.js +1 -1
  38. package/lib/components/DateTime/DateTimeDisplay.js.map +1 -1
  39. package/lib/components/DateTime/Input/DateTime.styles.js +1 -1
  40. package/lib/components/DateTime/Input/DateTime.styles.js.map +1 -1
  41. package/lib/components/DateTime/Input/QuarterInput.d.ts +9 -0
  42. package/lib/components/DateTime/Input/QuarterInput.d.ts.map +1 -0
  43. package/lib/components/DateTime/Input/QuarterInput.js +102 -0
  44. package/lib/components/DateTime/Input/QuarterInput.js.map +1 -0
  45. package/lib/components/DateTime/Input/utils.d.ts +5 -3
  46. package/lib/components/DateTime/Input/utils.d.ts.map +1 -1
  47. package/lib/components/DateTime/Input/utils.js +10 -1
  48. package/lib/components/DateTime/Input/utils.js.map +1 -1
  49. package/lib/components/DateTime/index.d.ts +2 -0
  50. package/lib/components/DateTime/index.d.ts.map +1 -1
  51. package/lib/components/DateTime/index.js +1 -0
  52. package/lib/components/DateTime/index.js.map +1 -1
  53. package/lib/components/FieldGroup/FieldGroup.js +1 -1
  54. package/lib/components/FieldGroup/FieldGroup.js.map +1 -1
  55. package/lib/components/File/FileInput.d.ts.map +1 -1
  56. package/lib/components/File/FileInput.js +3 -1
  57. package/lib/components/File/FileInput.js.map +1 -1
  58. package/lib/components/File/FileUploadItem.js +1 -1
  59. package/lib/components/File/FileUploadItem.js.map +1 -1
  60. package/lib/components/Form/Form.d.ts +3 -1
  61. package/lib/components/Form/Form.d.ts.map +1 -1
  62. package/lib/components/Form/Form.js.map +1 -1
  63. package/lib/components/List/CommaSeparatedList.d.ts +15 -0
  64. package/lib/components/List/CommaSeparatedList.d.ts.map +1 -0
  65. package/lib/components/List/CommaSeparatedList.js +61 -0
  66. package/lib/components/List/CommaSeparatedList.js.map +1 -0
  67. package/lib/components/List/List.d.ts +30 -0
  68. package/lib/components/List/List.d.ts.map +1 -0
  69. package/lib/components/List/List.js +56 -0
  70. package/lib/components/List/List.js.map +1 -0
  71. package/lib/components/List/OrderedList.d.ts +6 -0
  72. package/lib/components/List/OrderedList.d.ts.map +1 -0
  73. package/lib/components/List/OrderedList.js +6 -0
  74. package/lib/components/List/OrderedList.js.map +1 -0
  75. package/lib/components/List/UnorderedList.d.ts +6 -0
  76. package/lib/components/List/UnorderedList.d.ts.map +1 -0
  77. package/lib/components/List/UnorderedList.js +6 -0
  78. package/lib/components/List/UnorderedList.js.map +1 -0
  79. package/lib/components/List/index.d.ts +5 -0
  80. package/lib/components/List/index.d.ts.map +1 -0
  81. package/lib/components/List/index.js +4 -0
  82. package/lib/components/List/index.js.map +1 -0
  83. package/lib/components/Location/LocationInput.js +1 -1
  84. package/lib/components/Location/LocationInput.js.map +1 -1
  85. package/lib/components/Menu/Menu.context.d.ts.map +1 -1
  86. package/lib/components/Menu/Menu.context.js +2 -0
  87. package/lib/components/Menu/Menu.context.js.map +1 -1
  88. package/lib/components/Menu/Menu.d.ts.map +1 -1
  89. package/lib/components/Menu/Menu.js +14 -3
  90. package/lib/components/Menu/Menu.js.map +1 -1
  91. package/lib/components/Menu/Menu.types.d.ts +2 -0
  92. package/lib/components/Menu/Menu.types.d.ts.map +1 -1
  93. package/lib/components/Menu/Menu.types.js.map +1 -1
  94. package/lib/components/Menu/MenuItem.d.ts.map +1 -1
  95. package/lib/components/Menu/MenuItem.js +15 -6
  96. package/lib/components/Menu/MenuItem.js.map +1 -1
  97. package/lib/components/Menu/MenuList.d.ts.map +1 -1
  98. package/lib/components/Menu/MenuList.js +4 -2
  99. package/lib/components/Menu/MenuList.js.map +1 -1
  100. package/lib/components/Menu/MenuListHeader.js +1 -1
  101. package/lib/components/Menu/MenuListHeader.js.map +1 -1
  102. package/lib/components/MetaList/MetaList.d.ts +11 -2
  103. package/lib/components/MetaList/MetaList.d.ts.map +1 -1
  104. package/lib/components/MetaList/MetaList.js +32 -18
  105. package/lib/components/MetaList/MetaList.js.map +1 -1
  106. package/lib/components/MultiStep/MultiStep.d.ts.map +1 -1
  107. package/lib/components/MultiStep/MultiStep.js +4 -3
  108. package/lib/components/MultiStep/MultiStep.js.map +1 -1
  109. package/lib/components/MultiStep/MultiStep.types.d.ts +2 -0
  110. package/lib/components/MultiStep/MultiStep.types.d.ts.map +1 -1
  111. package/lib/components/MultiStep/MultiStep.types.js.map +1 -1
  112. package/lib/components/Number/NumberInput.js +2 -2
  113. package/lib/components/Number/NumberInput.js.map +1 -1
  114. package/lib/components/PageTemplates/CategorySubPage.styles.d.ts +1 -1
  115. package/lib/components/PageTemplates/CategorySubPage.styles.d.ts.map +1 -1
  116. package/lib/components/PageTemplates/DashboardPage.d.ts +1 -1
  117. package/lib/components/PageTemplates/DashboardPage.d.ts.map +1 -1
  118. package/lib/components/PageTemplates/DashboardPage.js +9 -7
  119. package/lib/components/PageTemplates/DashboardPage.js.map +1 -1
  120. package/lib/components/PageTemplates/PageTemplates.d.ts +15 -8
  121. package/lib/components/PageTemplates/PageTemplates.d.ts.map +1 -1
  122. package/lib/components/PageTemplates/PageTemplates.js +81 -61
  123. package/lib/components/PageTemplates/PageTemplates.js.map +1 -1
  124. package/lib/components/PageTemplates/index.d.ts +2 -0
  125. package/lib/components/PageTemplates/index.d.ts.map +1 -1
  126. package/lib/components/PageTemplates/index.js.map +1 -1
  127. package/lib/components/Pagination/Pagination.js +1 -1
  128. package/lib/components/Pagination/Pagination.js.map +1 -1
  129. package/lib/components/Phone/PhoneInput.d.ts.map +1 -1
  130. package/lib/components/Phone/PhoneInput.js +5 -5
  131. package/lib/components/Phone/PhoneInput.js.map +1 -1
  132. package/lib/components/Popover/Popover.d.ts +0 -4
  133. package/lib/components/Popover/Popover.d.ts.map +1 -1
  134. package/lib/components/Popover/Popover.js +1 -115
  135. package/lib/components/Popover/Popover.js.map +1 -1
  136. package/lib/components/Popover/Popover.styles.d.ts +5 -0
  137. package/lib/components/Popover/Popover.styles.d.ts.map +1 -0
  138. package/lib/components/Popover/Popover.styles.js +116 -0
  139. package/lib/components/Popover/Popover.styles.js.map +1 -0
  140. package/lib/components/Popover/index.d.ts +1 -1
  141. package/lib/components/Popover/index.d.ts.map +1 -1
  142. package/lib/components/Popover/index.js +1 -1
  143. package/lib/components/Popover/index.js.map +1 -1
  144. package/lib/components/Rating/Rating.js +1 -1
  145. package/lib/components/Rating/Rating.js.map +1 -1
  146. package/lib/components/SearchInput/SearchInput.d.ts +2 -2
  147. package/lib/components/SearchInput/SearchInput.js.map +1 -1
  148. package/lib/components/SummaryList/SummaryList.js +1 -1
  149. package/lib/components/SummaryList/SummaryList.js.map +1 -1
  150. package/lib/components/Tabs/Tab.d.ts +1 -1
  151. package/lib/components/Tabs/Tab.d.ts.map +1 -1
  152. package/lib/components/Tabs/Tab.js +6 -1
  153. package/lib/components/Tabs/Tab.js.map +1 -1
  154. package/lib/components/Tabs/Tabs.d.ts +1 -0
  155. package/lib/components/Tabs/Tabs.d.ts.map +1 -1
  156. package/lib/components/Tabs/Tabs.js +17 -12
  157. package/lib/components/Tabs/Tabs.js.map +1 -1
  158. package/lib/components/TextArea/TextArea.d.ts.map +1 -1
  159. package/lib/components/TextArea/TextArea.js +7 -5
  160. package/lib/components/TextArea/TextArea.js.map +1 -1
  161. package/lib/components/Tooltip/Tooltip.d.ts +6 -1
  162. package/lib/components/Tooltip/Tooltip.d.ts.map +1 -1
  163. package/lib/components/Tooltip/Tooltip.js +3 -3
  164. package/lib/components/Tooltip/Tooltip.js.map +1 -1
  165. package/lib/components/Tree/StandardTree.js +1 -1
  166. package/lib/components/Tree/StandardTree.js.map +1 -1
  167. package/lib/components/Tree/StandardTree.styles.js +1 -1
  168. package/lib/components/Tree/StandardTree.styles.js.map +1 -1
  169. package/lib/hooks/index.d.ts +1 -0
  170. package/lib/hooks/index.d.ts.map +1 -1
  171. package/lib/hooks/index.js +1 -0
  172. package/lib/hooks/index.js.map +1 -1
  173. package/lib/hooks/useDraggable.d.ts +8 -0
  174. package/lib/hooks/useDraggable.d.ts.map +1 -0
  175. package/lib/hooks/useDraggable.js +64 -0
  176. package/lib/hooks/useDraggable.js.map +1 -0
  177. package/lib/hooks/useI18n.d.ts +222 -54
  178. package/lib/hooks/useI18n.d.ts.map +1 -1
  179. package/lib/hooks/useI18n.js +2 -2
  180. package/lib/hooks/useI18n.js.map +1 -1
  181. package/lib/i18n/default.json +239 -71
  182. package/lib/i18n/i18n.d.ts +444 -108
  183. package/lib/i18n/i18n.d.ts.map +1 -1
  184. package/lib/i18n/translate.d.ts +29 -4
  185. package/lib/i18n/translate.d.ts.map +1 -1
  186. package/lib/i18n/translate.js +21 -8
  187. package/lib/i18n/translate.js.map +1 -1
  188. package/lib/index.d.ts +1 -0
  189. package/lib/index.d.ts.map +1 -1
  190. package/lib/index.js +1 -0
  191. package/lib/index.js.map +1 -1
  192. package/package.json +1 -1
@@ -17,6 +17,7 @@ declare const create: (translations?: Partial<{
17
17
  article_list_label_a11y: string;
18
18
  article_list_filter_label_a11y: string;
19
19
  article_list_header_submit_label: string;
20
+ additional_info: string;
20
21
  banner_dismiss_button_label_a11y: string;
21
22
  follow: string;
22
23
  unfollow: string;
@@ -52,12 +53,22 @@ declare const create: (translations?: Partial<{
52
53
  condition_builder_compare_with_time_value: string;
53
54
  condition_builder_invalid_time_period: string;
54
55
  condition_builder_invalid_value: string;
56
+ condition_builder_date_function_year: string;
57
+ condition_builder_date_function_quarter: string;
55
58
  condition_builder_select_placeholder: string;
56
- condition_builder_day_number_of_month: string;
59
+ condition_builder_day_number_of_month: {
60
+ zero: string;
61
+ one: string;
62
+ two: string;
63
+ few: string;
64
+ many: string;
65
+ other: string;
66
+ };
57
67
  condition_builder_date_function_month: string;
58
68
  condition_builder_date_function_week: string;
59
69
  condition_builder_date_function_day: string;
60
70
  condition_builder_date_function_hour: string;
71
+ condition_builder_date_function_month_of_year: string;
61
72
  condition_builder_date_function_day_of_month: string;
62
73
  condition_builder_date_function_day_of_week: string;
63
74
  condition_builder_date_part: string;
@@ -75,48 +86,174 @@ declare const create: (translations?: Partial<{
75
86
  condition_builder_current_month: string;
76
87
  condition_builder_current_quarter: string;
77
88
  condition_builder_current_year: string;
78
- condition_builder_last_minute: string;
79
- condition_builder_last_hour: string;
80
- condition_builder_last_day: string;
81
- condition_builder_last_week: string;
82
- condition_builder_last_month: string;
83
- condition_builder_last_quarter: string;
84
- condition_builder_last_year: string;
85
- condition_builder_last_X_minutes: string;
86
- condition_builder_last_X_hours: string;
87
- condition_builder_last_X_days: string;
88
- condition_builder_last_X_weeks: string;
89
- condition_builder_last_X_months: string;
90
- condition_builder_last_X_quarters: string;
91
- condition_builder_last_X_years: string;
92
- condition_builder_next_minute: string;
93
- condition_builder_next_hour: string;
94
- condition_builder_next_day: string;
95
- condition_builder_next_week: string;
96
- condition_builder_next_month: string;
97
- condition_builder_next_quarter: string;
98
- condition_builder_next_year: string;
99
- condition_builder_next_X_minutes: string;
100
- condition_builder_next_X_hours: string;
101
- condition_builder_next_X_days: string;
102
- condition_builder_next_X_weeks: string;
103
- condition_builder_next_X_months: string;
104
- condition_builder_next_X_quarters: string;
105
- condition_builder_next_X_years: string;
106
- condition_builder_previous_minute: string;
107
- condition_builder_previous_hour: string;
108
- condition_builder_previous_day: string;
109
- condition_builder_previous_week: string;
110
- condition_builder_previous_month: string;
111
- condition_builder_previous_quarter: string;
112
- condition_builder_previous_year: string;
113
- condition_builder_previous_X_minutes: string;
114
- condition_builder_previous_X_hours: string;
115
- condition_builder_previous_X_days: string;
116
- condition_builder_previous_X_weeks: string;
117
- condition_builder_previous_X_months: string;
118
- condition_builder_previous_X_quarters: string;
119
- condition_builder_previous_X_years: string;
89
+ condition_builder_last_X_minutes: {
90
+ zero: string;
91
+ one: string;
92
+ two: string;
93
+ few: string;
94
+ many: string;
95
+ other: string;
96
+ };
97
+ condition_builder_last_X_hours: {
98
+ zero: string;
99
+ one: string;
100
+ two: string;
101
+ few: string;
102
+ many: string;
103
+ other: string;
104
+ };
105
+ condition_builder_last_X_days: {
106
+ zero: string;
107
+ one: string;
108
+ two: string;
109
+ few: string;
110
+ many: string;
111
+ other: string;
112
+ };
113
+ condition_builder_last_X_weeks: {
114
+ zero: string;
115
+ one: string;
116
+ two: string;
117
+ few: string;
118
+ many: string;
119
+ other: string;
120
+ };
121
+ condition_builder_last_X_months: {
122
+ zero: string;
123
+ one: string;
124
+ two: string;
125
+ few: string;
126
+ many: string;
127
+ other: string;
128
+ };
129
+ condition_builder_last_X_quarters: {
130
+ zero: string;
131
+ one: string;
132
+ two: string;
133
+ few: string;
134
+ many: string;
135
+ other: string;
136
+ };
137
+ condition_builder_last_X_years: {
138
+ zero: string;
139
+ one: string;
140
+ two: string;
141
+ few: string;
142
+ many: string;
143
+ other: string;
144
+ };
145
+ condition_builder_next_X_minutes: {
146
+ zero: string;
147
+ one: string;
148
+ two: string;
149
+ few: string;
150
+ many: string;
151
+ other: string;
152
+ };
153
+ condition_builder_next_X_hours: {
154
+ zero: string;
155
+ one: string;
156
+ two: string;
157
+ few: string;
158
+ many: string;
159
+ other: string;
160
+ };
161
+ condition_builder_next_X_days: {
162
+ zero: string;
163
+ one: string;
164
+ two: string;
165
+ few: string;
166
+ many: string;
167
+ other: string;
168
+ };
169
+ condition_builder_next_X_weeks: {
170
+ zero: string;
171
+ one: string;
172
+ two: string;
173
+ few: string;
174
+ many: string;
175
+ other: string;
176
+ };
177
+ condition_builder_next_X_months: {
178
+ zero: string;
179
+ one: string;
180
+ two: string;
181
+ few: string;
182
+ many: string;
183
+ other: string;
184
+ };
185
+ condition_builder_next_X_quarters: {
186
+ zero: string;
187
+ one: string;
188
+ two: string;
189
+ few: string;
190
+ many: string;
191
+ other: string;
192
+ };
193
+ condition_builder_next_X_years: {
194
+ zero: string;
195
+ one: string;
196
+ two: string;
197
+ few: string;
198
+ many: string;
199
+ other: string;
200
+ };
201
+ condition_builder_previous_X_minutes: {
202
+ zero: string;
203
+ one: string;
204
+ two: string;
205
+ few: string;
206
+ many: string;
207
+ other: string;
208
+ };
209
+ condition_builder_previous_X_hours: {
210
+ zero: string;
211
+ one: string;
212
+ two: string;
213
+ few: string;
214
+ many: string;
215
+ other: string;
216
+ };
217
+ condition_builder_previous_X_days: {
218
+ zero: string;
219
+ one: string;
220
+ two: string;
221
+ few: string;
222
+ many: string;
223
+ other: string;
224
+ };
225
+ condition_builder_previous_X_weeks: {
226
+ zero: string;
227
+ one: string;
228
+ two: string;
229
+ few: string;
230
+ many: string;
231
+ other: string;
232
+ };
233
+ condition_builder_previous_X_months: {
234
+ zero: string;
235
+ one: string;
236
+ two: string;
237
+ few: string;
238
+ many: string;
239
+ other: string;
240
+ };
241
+ condition_builder_previous_X_quarters: {
242
+ zero: string;
243
+ one: string;
244
+ two: string;
245
+ few: string;
246
+ many: string;
247
+ other: string;
248
+ };
249
+ condition_builder_previous_X_years: {
250
+ zero: string;
251
+ one: string;
252
+ two: string;
253
+ few: string;
254
+ many: string;
255
+ other: string;
256
+ };
120
257
  condition_builder_time_period_label: string;
121
258
  condition_builder_time_period_last: string;
122
259
  condition_builder_time_period_current: string;
@@ -129,6 +266,7 @@ declare const create: (translations?: Partial<{
129
266
  numeric_input: string;
130
267
  number_increment_value_by: string;
131
268
  number_decrement_value_by: string;
269
+ quarter_label_a11y: string;
132
270
  month_label_a11y: string;
133
271
  month_placeholder: string;
134
272
  year_label_a11y: string;
@@ -197,6 +335,7 @@ declare const create: (translations?: Partial<{
197
335
  delete_noun: string;
198
336
  close: string;
199
337
  close_noun: string;
338
+ done: string;
200
339
  activate: string;
201
340
  uploading: string;
202
341
  loading: string;
@@ -215,9 +354,9 @@ declare const create: (translations?: Partial<{
215
354
  noun_deselected: string;
216
355
  utilities_summary: string;
217
356
  utilities_panel: string;
218
- add_attachment: string;
219
- disable_attachment: string;
220
- remove_attachment: string;
357
+ email_add_attachment: string;
358
+ email_disable_attachment: string;
359
+ email_remove_attachment: string;
221
360
  add_emoji: string;
222
361
  show_more: string;
223
362
  show_less: string;
@@ -227,8 +366,14 @@ declare const create: (translations?: Partial<{
227
366
  filters: string;
228
367
  attachment: string;
229
368
  attach: string;
230
- count_results: string;
231
- count_matches: string;
369
+ count_results: {
370
+ zero: string;
371
+ one: string;
372
+ two: string;
373
+ few: string;
374
+ many: string;
375
+ other: string;
376
+ };
232
377
  empty_search: string;
233
378
  new_messages: string;
234
379
  earlier_transcripts: string;
@@ -252,7 +397,14 @@ declare const create: (translations?: Partial<{
252
397
  email: string;
253
398
  email_message: string;
254
399
  email_filters: string;
255
- n_new_emails: string;
400
+ new_emails_count: {
401
+ zero: string;
402
+ one: string;
403
+ two: string;
404
+ few: string;
405
+ many: string;
406
+ other: string;
407
+ };
256
408
  unread_email_count: string;
257
409
  priority: string;
258
410
  inbox: string;
@@ -261,7 +413,6 @@ declare const create: (translations?: Partial<{
261
413
  other_responses: string;
262
414
  categories: string;
263
415
  attachments: string;
264
- no_records_found: string;
265
416
  scroll_to_latest_message: string;
266
417
  scroll_to_unread_messages: string;
267
418
  suggested_replies_current_of_total: string;
@@ -314,7 +465,14 @@ declare const create: (translations?: Partial<{
314
465
  dismiss_label_a11y: string;
315
466
  task_manager_launch_task: string;
316
467
  task_manager_search_results_empty_text: string;
317
- task_manager_picker_add_label: string;
468
+ task_manager_picker_add_label: {
469
+ zero: string;
470
+ one: string;
471
+ two: string;
472
+ few: string;
473
+ many: string;
474
+ other: string;
475
+ };
318
476
  task_manager_delete_task: string;
319
477
  search_tasks: string;
320
478
  feed_new_post: string;
@@ -325,7 +483,7 @@ declare const create: (translations?: Partial<{
325
483
  feed_private_post: string;
326
484
  feed_public_post: string;
327
485
  feed_recipients: string;
328
- feed_and_more_count: string;
486
+ feed_more_count: string;
329
487
  sentiment_positive: string;
330
488
  sentiment_negative: string;
331
489
  sentiment_neutral: string;
@@ -341,6 +499,7 @@ declare const create: (translations?: Partial<{
341
499
  tags: string;
342
500
  navigation: string;
343
501
  dev_mode: string;
502
+ call_panel_drag_noun: string;
344
503
  call_panel_heading: string;
345
504
  call_panel_make_new_call: string;
346
505
  call_panel_agent_status: string;
@@ -377,8 +536,14 @@ declare const create: (translations?: Partial<{
377
536
  dial_pad_keyboard: string;
378
537
  dial_pad_phone_number_input_label: string;
379
538
  dial_pad_call_button_label: string;
380
- stakeholder: string;
381
- stakeholders: string;
539
+ stakeholders: {
540
+ zero: string;
541
+ one: string;
542
+ two: string;
543
+ few: string;
544
+ many: string;
545
+ other: string;
546
+ };
382
547
  add_noun: string;
383
548
  remove: string;
384
549
  remove_noun: string;
@@ -386,6 +551,9 @@ declare const create: (translations?: Partial<{
386
551
  parallel: string;
387
552
  stage: string;
388
553
  alternateStage: string;
554
+ confirmation_details: string;
555
+ confirmation_whats_next: string;
556
+ confirmation_open_tasks: string;
389
557
  }> | undefined) => Readonly<TranslationPack>;
390
558
  export default create;
391
559
  export declare const DefaultTranslation: Readonly<Readonly<{
@@ -404,6 +572,7 @@ export declare const DefaultTranslation: Readonly<Readonly<{
404
572
  article_list_label_a11y: string;
405
573
  article_list_filter_label_a11y: string;
406
574
  article_list_header_submit_label: string;
575
+ additional_info: string;
407
576
  banner_dismiss_button_label_a11y: string;
408
577
  follow: string;
409
578
  unfollow: string;
@@ -439,12 +608,22 @@ export declare const DefaultTranslation: Readonly<Readonly<{
439
608
  condition_builder_compare_with_time_value: string;
440
609
  condition_builder_invalid_time_period: string;
441
610
  condition_builder_invalid_value: string;
611
+ condition_builder_date_function_year: string;
612
+ condition_builder_date_function_quarter: string;
442
613
  condition_builder_select_placeholder: string;
443
- condition_builder_day_number_of_month: string;
614
+ condition_builder_day_number_of_month: {
615
+ zero: string;
616
+ one: string;
617
+ two: string;
618
+ few: string;
619
+ many: string;
620
+ other: string;
621
+ };
444
622
  condition_builder_date_function_month: string;
445
623
  condition_builder_date_function_week: string;
446
624
  condition_builder_date_function_day: string;
447
625
  condition_builder_date_function_hour: string;
626
+ condition_builder_date_function_month_of_year: string;
448
627
  condition_builder_date_function_day_of_month: string;
449
628
  condition_builder_date_function_day_of_week: string;
450
629
  condition_builder_date_part: string;
@@ -462,48 +641,174 @@ export declare const DefaultTranslation: Readonly<Readonly<{
462
641
  condition_builder_current_month: string;
463
642
  condition_builder_current_quarter: string;
464
643
  condition_builder_current_year: string;
465
- condition_builder_last_minute: string;
466
- condition_builder_last_hour: string;
467
- condition_builder_last_day: string;
468
- condition_builder_last_week: string;
469
- condition_builder_last_month: string;
470
- condition_builder_last_quarter: string;
471
- condition_builder_last_year: string;
472
- condition_builder_last_X_minutes: string;
473
- condition_builder_last_X_hours: string;
474
- condition_builder_last_X_days: string;
475
- condition_builder_last_X_weeks: string;
476
- condition_builder_last_X_months: string;
477
- condition_builder_last_X_quarters: string;
478
- condition_builder_last_X_years: string;
479
- condition_builder_next_minute: string;
480
- condition_builder_next_hour: string;
481
- condition_builder_next_day: string;
482
- condition_builder_next_week: string;
483
- condition_builder_next_month: string;
484
- condition_builder_next_quarter: string;
485
- condition_builder_next_year: string;
486
- condition_builder_next_X_minutes: string;
487
- condition_builder_next_X_hours: string;
488
- condition_builder_next_X_days: string;
489
- condition_builder_next_X_weeks: string;
490
- condition_builder_next_X_months: string;
491
- condition_builder_next_X_quarters: string;
492
- condition_builder_next_X_years: string;
493
- condition_builder_previous_minute: string;
494
- condition_builder_previous_hour: string;
495
- condition_builder_previous_day: string;
496
- condition_builder_previous_week: string;
497
- condition_builder_previous_month: string;
498
- condition_builder_previous_quarter: string;
499
- condition_builder_previous_year: string;
500
- condition_builder_previous_X_minutes: string;
501
- condition_builder_previous_X_hours: string;
502
- condition_builder_previous_X_days: string;
503
- condition_builder_previous_X_weeks: string;
504
- condition_builder_previous_X_months: string;
505
- condition_builder_previous_X_quarters: string;
506
- condition_builder_previous_X_years: string;
644
+ condition_builder_last_X_minutes: {
645
+ zero: string;
646
+ one: string;
647
+ two: string;
648
+ few: string;
649
+ many: string;
650
+ other: string;
651
+ };
652
+ condition_builder_last_X_hours: {
653
+ zero: string;
654
+ one: string;
655
+ two: string;
656
+ few: string;
657
+ many: string;
658
+ other: string;
659
+ };
660
+ condition_builder_last_X_days: {
661
+ zero: string;
662
+ one: string;
663
+ two: string;
664
+ few: string;
665
+ many: string;
666
+ other: string;
667
+ };
668
+ condition_builder_last_X_weeks: {
669
+ zero: string;
670
+ one: string;
671
+ two: string;
672
+ few: string;
673
+ many: string;
674
+ other: string;
675
+ };
676
+ condition_builder_last_X_months: {
677
+ zero: string;
678
+ one: string;
679
+ two: string;
680
+ few: string;
681
+ many: string;
682
+ other: string;
683
+ };
684
+ condition_builder_last_X_quarters: {
685
+ zero: string;
686
+ one: string;
687
+ two: string;
688
+ few: string;
689
+ many: string;
690
+ other: string;
691
+ };
692
+ condition_builder_last_X_years: {
693
+ zero: string;
694
+ one: string;
695
+ two: string;
696
+ few: string;
697
+ many: string;
698
+ other: string;
699
+ };
700
+ condition_builder_next_X_minutes: {
701
+ zero: string;
702
+ one: string;
703
+ two: string;
704
+ few: string;
705
+ many: string;
706
+ other: string;
707
+ };
708
+ condition_builder_next_X_hours: {
709
+ zero: string;
710
+ one: string;
711
+ two: string;
712
+ few: string;
713
+ many: string;
714
+ other: string;
715
+ };
716
+ condition_builder_next_X_days: {
717
+ zero: string;
718
+ one: string;
719
+ two: string;
720
+ few: string;
721
+ many: string;
722
+ other: string;
723
+ };
724
+ condition_builder_next_X_weeks: {
725
+ zero: string;
726
+ one: string;
727
+ two: string;
728
+ few: string;
729
+ many: string;
730
+ other: string;
731
+ };
732
+ condition_builder_next_X_months: {
733
+ zero: string;
734
+ one: string;
735
+ two: string;
736
+ few: string;
737
+ many: string;
738
+ other: string;
739
+ };
740
+ condition_builder_next_X_quarters: {
741
+ zero: string;
742
+ one: string;
743
+ two: string;
744
+ few: string;
745
+ many: string;
746
+ other: string;
747
+ };
748
+ condition_builder_next_X_years: {
749
+ zero: string;
750
+ one: string;
751
+ two: string;
752
+ few: string;
753
+ many: string;
754
+ other: string;
755
+ };
756
+ condition_builder_previous_X_minutes: {
757
+ zero: string;
758
+ one: string;
759
+ two: string;
760
+ few: string;
761
+ many: string;
762
+ other: string;
763
+ };
764
+ condition_builder_previous_X_hours: {
765
+ zero: string;
766
+ one: string;
767
+ two: string;
768
+ few: string;
769
+ many: string;
770
+ other: string;
771
+ };
772
+ condition_builder_previous_X_days: {
773
+ zero: string;
774
+ one: string;
775
+ two: string;
776
+ few: string;
777
+ many: string;
778
+ other: string;
779
+ };
780
+ condition_builder_previous_X_weeks: {
781
+ zero: string;
782
+ one: string;
783
+ two: string;
784
+ few: string;
785
+ many: string;
786
+ other: string;
787
+ };
788
+ condition_builder_previous_X_months: {
789
+ zero: string;
790
+ one: string;
791
+ two: string;
792
+ few: string;
793
+ many: string;
794
+ other: string;
795
+ };
796
+ condition_builder_previous_X_quarters: {
797
+ zero: string;
798
+ one: string;
799
+ two: string;
800
+ few: string;
801
+ many: string;
802
+ other: string;
803
+ };
804
+ condition_builder_previous_X_years: {
805
+ zero: string;
806
+ one: string;
807
+ two: string;
808
+ few: string;
809
+ many: string;
810
+ other: string;
811
+ };
507
812
  condition_builder_time_period_label: string;
508
813
  condition_builder_time_period_last: string;
509
814
  condition_builder_time_period_current: string;
@@ -516,6 +821,7 @@ export declare const DefaultTranslation: Readonly<Readonly<{
516
821
  numeric_input: string;
517
822
  number_increment_value_by: string;
518
823
  number_decrement_value_by: string;
824
+ quarter_label_a11y: string;
519
825
  month_label_a11y: string;
520
826
  month_placeholder: string;
521
827
  year_label_a11y: string;
@@ -584,6 +890,7 @@ export declare const DefaultTranslation: Readonly<Readonly<{
584
890
  delete_noun: string;
585
891
  close: string;
586
892
  close_noun: string;
893
+ done: string;
587
894
  activate: string;
588
895
  uploading: string;
589
896
  loading: string;
@@ -602,9 +909,9 @@ export declare const DefaultTranslation: Readonly<Readonly<{
602
909
  noun_deselected: string;
603
910
  utilities_summary: string;
604
911
  utilities_panel: string;
605
- add_attachment: string;
606
- disable_attachment: string;
607
- remove_attachment: string;
912
+ email_add_attachment: string;
913
+ email_disable_attachment: string;
914
+ email_remove_attachment: string;
608
915
  add_emoji: string;
609
916
  show_more: string;
610
917
  show_less: string;
@@ -614,8 +921,14 @@ export declare const DefaultTranslation: Readonly<Readonly<{
614
921
  filters: string;
615
922
  attachment: string;
616
923
  attach: string;
617
- count_results: string;
618
- count_matches: string;
924
+ count_results: {
925
+ zero: string;
926
+ one: string;
927
+ two: string;
928
+ few: string;
929
+ many: string;
930
+ other: string;
931
+ };
619
932
  empty_search: string;
620
933
  new_messages: string;
621
934
  earlier_transcripts: string;
@@ -639,7 +952,14 @@ export declare const DefaultTranslation: Readonly<Readonly<{
639
952
  email: string;
640
953
  email_message: string;
641
954
  email_filters: string;
642
- n_new_emails: string;
955
+ new_emails_count: {
956
+ zero: string;
957
+ one: string;
958
+ two: string;
959
+ few: string;
960
+ many: string;
961
+ other: string;
962
+ };
643
963
  unread_email_count: string;
644
964
  priority: string;
645
965
  inbox: string;
@@ -648,7 +968,6 @@ export declare const DefaultTranslation: Readonly<Readonly<{
648
968
  other_responses: string;
649
969
  categories: string;
650
970
  attachments: string;
651
- no_records_found: string;
652
971
  scroll_to_latest_message: string;
653
972
  scroll_to_unread_messages: string;
654
973
  suggested_replies_current_of_total: string;
@@ -701,7 +1020,14 @@ export declare const DefaultTranslation: Readonly<Readonly<{
701
1020
  dismiss_label_a11y: string;
702
1021
  task_manager_launch_task: string;
703
1022
  task_manager_search_results_empty_text: string;
704
- task_manager_picker_add_label: string;
1023
+ task_manager_picker_add_label: {
1024
+ zero: string;
1025
+ one: string;
1026
+ two: string;
1027
+ few: string;
1028
+ many: string;
1029
+ other: string;
1030
+ };
705
1031
  task_manager_delete_task: string;
706
1032
  search_tasks: string;
707
1033
  feed_new_post: string;
@@ -712,7 +1038,7 @@ export declare const DefaultTranslation: Readonly<Readonly<{
712
1038
  feed_private_post: string;
713
1039
  feed_public_post: string;
714
1040
  feed_recipients: string;
715
- feed_and_more_count: string;
1041
+ feed_more_count: string;
716
1042
  sentiment_positive: string;
717
1043
  sentiment_negative: string;
718
1044
  sentiment_neutral: string;
@@ -728,6 +1054,7 @@ export declare const DefaultTranslation: Readonly<Readonly<{
728
1054
  tags: string;
729
1055
  navigation: string;
730
1056
  dev_mode: string;
1057
+ call_panel_drag_noun: string;
731
1058
  call_panel_heading: string;
732
1059
  call_panel_make_new_call: string;
733
1060
  call_panel_agent_status: string;
@@ -764,8 +1091,14 @@ export declare const DefaultTranslation: Readonly<Readonly<{
764
1091
  dial_pad_keyboard: string;
765
1092
  dial_pad_phone_number_input_label: string;
766
1093
  dial_pad_call_button_label: string;
767
- stakeholder: string;
768
- stakeholders: string;
1094
+ stakeholders: {
1095
+ zero: string;
1096
+ one: string;
1097
+ two: string;
1098
+ few: string;
1099
+ many: string;
1100
+ other: string;
1101
+ };
769
1102
  add_noun: string;
770
1103
  remove: string;
771
1104
  remove_noun: string;
@@ -773,6 +1106,9 @@ export declare const DefaultTranslation: Readonly<Readonly<{
773
1106
  parallel: string;
774
1107
  stage: string;
775
1108
  alternateStage: string;
1109
+ confirmation_details: string;
1110
+ confirmation_whats_next: string;
1111
+ confirmation_open_tasks: string;
776
1112
  }>>;
777
1113
  export declare const direction: (localeTag: string) => 'ltr' | 'rtl';
778
1114
  //# sourceMappingURL=i18n.d.ts.map