@synerise/ds-core 1.2.0 → 1.3.1
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/CHANGELOG.md +22 -0
- package/dist/i18n/en.json +27 -7
- package/dist/i18n/index.d.ts +1791 -0
- package/dist/i18n/index.js +11 -0
- package/dist/i18n/pl.json +8 -2
- package/dist/js/DSProvider/DSProvider.d.ts +2 -2
- package/dist/js/DSProvider/DSProvider.js +1 -3
- package/dist/js/DSProvider/LocaleProvider/LocaleProvider.d.ts +4 -35
- package/dist/js/DSProvider/LocaleProvider/LocaleProvider.js +31 -73
- package/dist/js/DSProvider/LocaleProvider/LocaleProvider.types.d.ts +17 -0
- package/dist/js/DSProvider/LocaleProvider/LocaleProvider.types.js +1 -0
- package/dist/js/DSProvider/LocaleProvider/antLocales.d.ts +6 -6
- package/dist/js/DSProvider/LocaleProvider/antLocales.js +11 -6
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,28 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.3.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@1.3.0...@synerise/ds-core@1.3.1) (2025-05-26)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **core:** make translation imports static ([76df190](https://github.com/synerise/synerise-design/commit/76df19067366d42ab324eeb25c6b7418991b2d6b))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [1.3.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@1.2.0...@synerise/ds-core@1.3.0) (2025-05-19)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **collector:** make texts prop optional ([6d59694](https://github.com/synerise/synerise-design/commit/6d59694a427102714ebcd9579fe086d72066d9af))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
6
28
|
# [1.2.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@1.1.0...@synerise/ds-core@1.2.0) (2025-05-07)
|
|
7
29
|
|
|
8
30
|
|
package/dist/i18n/en.json
CHANGED
|
@@ -1,9 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"DS": {
|
|
3
|
+
"CODE-AREA": {
|
|
4
|
+
"FULLSCREEN": "Fullscreen",
|
|
5
|
+
"CLOSE-FULLSCREEN": "Close fullscreen",
|
|
6
|
+
"FULLSCREEN-TITLE": "Fullscreen editor"
|
|
7
|
+
},
|
|
3
8
|
"MAPPING": {
|
|
4
9
|
"BULK_SELECTION_ENABLE": "Bulk actions",
|
|
5
10
|
"BULK_SELECTION_DISABLE": "Hide actions"
|
|
6
11
|
},
|
|
12
|
+
"COLLECTOR": {
|
|
13
|
+
"ADD": "Add",
|
|
14
|
+
"CANCEL": "Cancel",
|
|
15
|
+
"PLACEHOLDER": "Type value",
|
|
16
|
+
"TO-NAVIGATE": "to navigate",
|
|
17
|
+
"TO-SELECT": "to select"
|
|
18
|
+
},
|
|
7
19
|
"MENU": {
|
|
8
20
|
"SHOW-LESS": "Show less",
|
|
9
21
|
"SHOW-MORE": "Show more"
|
|
@@ -34,7 +46,10 @@
|
|
|
34
46
|
"PARAMETER": {
|
|
35
47
|
"NO_RESULTS": "No results",
|
|
36
48
|
"SEARCH_PLACEHOLDER": "Search",
|
|
37
|
-
"LOADING_PARAMETERS": "Loading parameters"
|
|
49
|
+
"LOADING_PARAMETERS": "Loading parameters",
|
|
50
|
+
"ALL": "All",
|
|
51
|
+
"RECENT": "Recent",
|
|
52
|
+
"SHOW_MORE": "Show more"
|
|
38
53
|
},
|
|
39
54
|
"FORMULA": {
|
|
40
55
|
"BUTTON_PLACEHOLDER": "Formula",
|
|
@@ -236,10 +251,11 @@
|
|
|
236
251
|
"DATE-PICKER": {
|
|
237
252
|
"APPLY": "Apply",
|
|
238
253
|
"SELECT-DATE": "Select date",
|
|
239
|
-
"
|
|
240
|
-
"
|
|
254
|
+
"NOW": "Now",
|
|
255
|
+
"CLEAR-TOOLTIP": "Clear"
|
|
241
256
|
},
|
|
242
257
|
"DATE-RANGE-PICKER": {
|
|
258
|
+
"EMPTY-DATE-ERROR": "Date cannot be empty",
|
|
243
259
|
"TODAY": "Today",
|
|
244
260
|
"YESTERDAY": "Yesterday",
|
|
245
261
|
"LAST-7-DAYS": "Last 7 days",
|
|
@@ -399,7 +415,9 @@
|
|
|
399
415
|
"NOT-CONDITION-TYPE": "not event",
|
|
400
416
|
"MOVE": "Move",
|
|
401
417
|
"DELETE": "Delete",
|
|
402
|
-
"DUPLICATE": "Duplicate"
|
|
418
|
+
"DUPLICATE": "Duplicate",
|
|
419
|
+
"MOVE-DOWN": "Move down",
|
|
420
|
+
"MOVE-UP": "Move up"
|
|
403
421
|
},
|
|
404
422
|
"WIZARD": {
|
|
405
423
|
"BACK-BUTTON": "Back",
|
|
@@ -407,7 +425,8 @@
|
|
|
407
425
|
},
|
|
408
426
|
"FILTER": {
|
|
409
427
|
"DROP-ME-HERE": "Drop me here",
|
|
410
|
-
"ADD-FILTER": "Add filter"
|
|
428
|
+
"ADD-FILTER": "Add filter",
|
|
429
|
+
"CONDITIONS-LIMIT": "Conditions limit"
|
|
411
430
|
},
|
|
412
431
|
"CONDITION": {
|
|
413
432
|
"STEP_NAME-PLACEHOLDER": "Step name",
|
|
@@ -417,13 +436,14 @@
|
|
|
417
436
|
"ADD-CONDITION-ROW-BUTTON": "Add condition",
|
|
418
437
|
"ADD-STEP": "and then...",
|
|
419
438
|
"DROP-LABEL": "Drop me here",
|
|
439
|
+
"EMPTY_CONDITION_LABEL": "Choose event first",
|
|
420
440
|
"MOVE-TOOLTIP": "Move",
|
|
421
441
|
"DUPLICATE-TOOLTIP": "Duplicate",
|
|
422
442
|
"REMOVE-TOOLTIP": "Delete",
|
|
423
|
-
"
|
|
443
|
+
"SUFFIX": "and"
|
|
424
444
|
},
|
|
425
445
|
"PLACEHOLDER": {
|
|
426
446
|
"CHOOSE-CONDITION": "Choose type of condition below"
|
|
427
447
|
}
|
|
428
448
|
}
|
|
429
|
-
}
|
|
449
|
+
}
|