@synerise/ds-core 0.34.0 → 0.35.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,39 @@
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
+ # [0.35.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.34.2...@synerise/ds-core@0.35.0) (2022-07-17)
7
+
8
+
9
+ ### Features
10
+
11
+ * **filter:** adds additional translation ([a00063a](https://github.com/synerise/synerise-design/commit/a00063a01e4d6d67e1cb6b040f867ecf88f57c14))
12
+
13
+
14
+
15
+
16
+
17
+ ## [0.34.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.34.1...@synerise/ds-core@0.34.2) (2022-07-08)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **table:** fixes i18n in row selection component ([0e73b64](https://github.com/synerise/synerise-design/commit/0e73b644740c444b0115d2a6da040874883650fb))
23
+
24
+
25
+
26
+
27
+
28
+ ## [0.34.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.34.0...@synerise/ds-core@0.34.1) (2022-07-06)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * **factors:** fixes factor types i18n ([5963bcf](https://github.com/synerise/synerise-design/commit/5963bcfdf070c152e02868144996160f438f36a1))
34
+
35
+
36
+
37
+
38
+
6
39
  # [0.34.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@0.33.0...@synerise/ds-core@0.34.0) (2022-04-29)
7
40
 
8
41
 
package/dist/i18n/en.json CHANGED
@@ -27,6 +27,17 @@
27
27
  "DYNAMIC_KEY": {
28
28
  "VALUE_PLACEHOLDER": "Value",
29
29
  "KEY_PLACEHOLDER": "Key"
30
+ },
31
+ "FACTOR_TYPES": {
32
+ "TEXT": "Text",
33
+ "NUMBER": "Number",
34
+ "ARRAY": "Array",
35
+ "PARAMETER": "Parameter",
36
+ "CONTEXT_PARAMETER": "Context parameter",
37
+ "DATE": "Date",
38
+ "DATE_RANGE": "Date range",
39
+ "DYNAMIC_KEY": "Dynamic key",
40
+ "FORMULA": "Formula"
30
41
  }
31
42
  },
32
43
  "OPERATORS": {
@@ -141,7 +152,10 @@
141
152
  "NO_MORE_DATA": "There are no more items to load",
142
153
  "LOADING": "Loading more items",
143
154
  "BACK_TO_TOP": "Back to top"
144
- }
155
+ },
156
+ "SELECT_ALL": "Select all",
157
+ "UNSELECT_ALL": "Unselect all",
158
+ "SELECT_INVERT": "Invert selection"
145
159
  },
146
160
  "ICON-PICKER": {
147
161
  "NO-RESULTS": "No results"
@@ -307,12 +321,15 @@
307
321
  "NOT-HAVE": "Not have",
308
322
  "EXPRESSION-TYPE": {
309
323
  "ATTRIBUTE": "attribute",
310
- "EVENT": "event"
324
+ "EVENT": "event",
325
+ "NOT_ATTRIBUTE": "attribute",
326
+ "NOT_EVENT": "event"
311
327
  }
312
328
  },
313
329
  "STEP-CARD": {
314
330
  "NAME-PLACEHOLDER": "Name",
315
331
  "CONDITION-TYPE": "event",
332
+ "NOT-CONDITION-TYPE": "not event",
316
333
  "MOVE": "Move",
317
334
  "DELETE": "Delete",
318
335
  "DUPLICATE": "Duplicate"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-core",
3
- "version": "0.34.0",
3
+ "version": "0.35.0",
4
4
  "description": "Core Components for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "synerise/synerise-design",
@@ -42,5 +42,5 @@
42
42
  "less-vars-loader": "1.1.0",
43
43
  "webpack": "4.42.0"
44
44
  },
45
- "gitHead": "4a658911645846d1e329609ba9db06a7bc64962b"
45
+ "gitHead": "41a4ccb4e6222516622347a45cb6c65faec250d9"
46
46
  }