@acorex/core 18.12.18 → 18.12.20

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.
@@ -177,5 +177,10 @@
177
177
  },
178
178
  "action-sheet": {
179
179
  "title": "Action Sheet..."
180
+ },
181
+ "comment": {
182
+ "view": "View",
183
+ "reply": "Reply",
184
+ "replies": "Replies"
180
185
  }
181
186
  }
@@ -176,5 +176,10 @@
176
176
  },
177
177
  "action-sheet": {
178
178
  "title": "اکشن شیت"
179
+ },
180
+ "comment": {
181
+ "view": "مشاهده",
182
+ "reply": "پاسخ",
183
+ "replies": "پاسخ‌ها"
179
184
  }
180
185
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/core",
3
- "version": "18.12.18",
3
+ "version": "18.12.20",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18.2.0",
6
6
  "@angular/core": ">=18.2.0",
@@ -32,30 +32,30 @@
32
32
  "esm": "./esm2022/common/acorex-core-common.mjs",
33
33
  "default": "./fesm2022/acorex-core-common.mjs"
34
34
  },
35
- "./config": {
36
- "types": "./config/index.d.ts",
37
- "esm2022": "./esm2022/config/acorex-core-config.mjs",
38
- "esm": "./esm2022/config/acorex-core-config.mjs",
39
- "default": "./fesm2022/acorex-core-config.mjs"
40
- },
41
35
  "./file": {
42
36
  "types": "./file/index.d.ts",
43
37
  "esm2022": "./esm2022/file/acorex-core-file.mjs",
44
38
  "esm": "./esm2022/file/acorex-core-file.mjs",
45
39
  "default": "./fesm2022/acorex-core-file.mjs"
46
40
  },
47
- "./format": {
48
- "types": "./format/index.d.ts",
49
- "esm2022": "./esm2022/format/acorex-core-format.mjs",
50
- "esm": "./esm2022/format/acorex-core-format.mjs",
51
- "default": "./fesm2022/acorex-core-format.mjs"
52
- },
53
41
  "./events": {
54
42
  "types": "./events/index.d.ts",
55
43
  "esm2022": "./esm2022/events/acorex-core-events.mjs",
56
44
  "esm": "./esm2022/events/acorex-core-events.mjs",
57
45
  "default": "./fesm2022/acorex-core-events.mjs"
58
46
  },
47
+ "./config": {
48
+ "types": "./config/index.d.ts",
49
+ "esm2022": "./esm2022/config/acorex-core-config.mjs",
50
+ "esm": "./esm2022/config/acorex-core-config.mjs",
51
+ "default": "./fesm2022/acorex-core-config.mjs"
52
+ },
53
+ "./format": {
54
+ "types": "./format/index.d.ts",
55
+ "esm2022": "./esm2022/format/acorex-core-format.mjs",
56
+ "esm": "./esm2022/format/acorex-core-format.mjs",
57
+ "default": "./fesm2022/acorex-core-format.mjs"
58
+ },
59
59
  "./date-time": {
60
60
  "types": "./date-time/index.d.ts",
61
61
  "esm2022": "./esm2022/date-time/acorex-core-date-time.mjs",