@acorex/platform-generator 20.6.0-next.9 → 20.6.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 (22) hide show
  1. package/package.json +2 -2
  2. package/src/generators/app-module/files/src/app/app.config.ts.template +4 -4
  3. package/src/generators/app-module/files/src/assets/i18n/en-US/system-insight.json +239 -0
  4. package/src/generators/app-module/files/src/assets/i18n/fa-IR/system-insight.json +221 -0
  5. package/src/generators/app-module/files/src/assets/themes/layouts/base.scss +6 -1
  6. package/src/generators/app-module/files/src/assets/themes/palettes/scss/arctic-aurora.scss +1 -1
  7. package/src/generators/app-module/files/src/assets/themes/palettes/scss/black-carbon.scss +1 -1
  8. package/src/generators/app-module/files/src/assets/themes/palettes/scss/coastal-twilight.scss +1 -1
  9. package/src/generators/app-module/files/src/assets/themes/palettes/scss/cosmic-horizon.scss +1 -1
  10. package/src/generators/app-module/files/src/assets/themes/palettes/scss/default.scss +1 -1
  11. package/src/generators/app-module/files/src/assets/themes/palettes/scss/emerald-forest.scss +1 -1
  12. package/src/generators/app-module/files/src/assets/themes/palettes/scss/golden-dusk.scss +1 -1
  13. package/src/generators/app-module/files/src/assets/themes/palettes/scss/nebula-dream.scss +1 -1
  14. package/src/generators/app-module/files/src/assets/themes/palettes/scss/ocean-breeze.scss +1 -1
  15. package/src/generators/app-module/files/src/assets/themes/palettes/scss/ocean-depths.scss +1 -1
  16. package/src/generators/app-module/files/src/assets/themes/palettes/scss/plum-elegance.scss +1 -1
  17. package/src/generators/app-module/files/src/assets/themes/palettes/scss/safetyminder.scss +1 -1
  18. package/src/generators/app-module/files/src/assets/themes/palettes/scss/solare-flare.scss +1 -1
  19. package/src/generators/app-module/files/src/assets/themes/palettes/scss/sunset-horizon.scss +1 -1
  20. package/src/generators/app-module/files/src/assets/themes/palettes/scss/twilight-orchid.scss +1 -1
  21. package/src/generators/app-module/files/src/assets/i18n/en-US/log-management.json +0 -150
  22. package/src/generators/app-module/files/src/assets/i18n/fa-IR/log-management.json +0 -150
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@acorex/platform-generator",
3
- "version": "20.6.0-next.9",
3
+ "version": "20.6.0",
4
4
  "peerDependencies": {
5
- "@acorex/modules": "20.6.0-next.9"
5
+ "@acorex/modules": "20.6.0"
6
6
  },
7
7
  "type": "commonjs",
8
8
  "main": "./src/index.js",
@@ -21,10 +21,10 @@ import { AXMHumanCapitalManagementModule } from '@acorex/modules/human-capital-m
21
21
  import { AXMFormTemplateManagementModule } from '@acorex/modules/form-template-management';
22
22
  import { AXMSecurityManagementModule } from '@acorex/modules/security-management';
23
23
  import { AXMOrganizationManagementModule } from '@acorex/modules/organization-management';
24
- import { AXMLogManagementModule } from '@acorex/modules/log-management';
24
+ import { AXMSystemInsightModule } from '@acorex/modules/system-insight';
25
25
  import { AXMDocumentManagementModule } from '@acorex/modules/document-management';
26
26
  import { AXMProjectManagementModule } from '@acorex/modules/project-management';
27
- import { AXMTrainingManagementModule } from '@acorex/modules/training-management';
27
+ import { AXMLearningManagementModule } from '@acorex/modules/learning-management';
28
28
  import { AXMWorkflowManagementModule } from '@acorex/modules/workflow-management';
29
29
  import { AXMContentManagementModule } from '@acorex/modules/content-management';
30
30
  import { AXMConversationModule } from '@acorex/modules/conversation';
@@ -126,10 +126,10 @@ export const appConfig: ApplicationConfig = {
126
126
  AXMSecurityManagementModule,
127
127
  AXMOrganizationManagementModule,
128
128
  AXMHumanCapitalManagementModule,
129
- AXMLogManagementModule,
129
+ AXMSystemInsightModule,
130
130
  AXMDocumentManagementModule,
131
131
  AXMProjectManagementModule,
132
- AXMTrainingManagementModule,
132
+ AXMLearningManagementModule,
133
133
  AXMWorkflowManagementModule,
134
134
  AXMContentManagementModule,
135
135
  AXMConversationModule,
@@ -0,0 +1,239 @@
1
+ {
2
+ "module": {
3
+ "title": "System Insight",
4
+ "description": "Monitor platform activity, audit trails, and operational signals",
5
+ "menus": {
6
+ "root": {
7
+ "title": "System Insight",
8
+ "description": "Explore audit logs and system events"
9
+ }
10
+ }
11
+ },
12
+ "logs": {
13
+ "terms": {
14
+ "log": "Log",
15
+ "logs": "Logs",
16
+ "audit-log": "Audit Log",
17
+ "audit-logs": "Audit Logs",
18
+ "retention": "Retention",
19
+ "storage": "Storage",
20
+ "alert": "Alert",
21
+ "performance": "Performance"
22
+ },
23
+ "entities": {
24
+ "audit-log": {
25
+ "title": "Audit Log",
26
+ "plural": "Audit Logs",
27
+ "description": "System-wide audit trail entries captured by System Insight",
28
+ "formats": {
29
+ "search-result": {
30
+ "description": "System Insight audit entry"
31
+ }
32
+ },
33
+ "groups": {
34
+ "general": "General",
35
+ "user": "User",
36
+ "client": "Client",
37
+ "impersonator": "Impersonator",
38
+ "actions": "Actions",
39
+ "entity-changes": "Entity Changes",
40
+ "extra": "Additional Data"
41
+ },
42
+ "fields": {
43
+ "id": { "title": "Identifier", "description": "Unique identifier for the log entry" },
44
+ "application-name": {
45
+ "title": "Application Name",
46
+ "description": "Source application that produced the log"
47
+ },
48
+ "execution-time": { "title": "Execution Time", "description": "Timestamp when the action was executed" },
49
+ "execution-duration": {
50
+ "title": "Execution Duration",
51
+ "description": "Total time spent executing the action (ms)"
52
+ },
53
+ "comments": { "title": "Comments", "description": "Additional notes captured with the log entry" },
54
+ "tenant-id": { "title": "Tenant ID", "description": "Identifier of the tenant executing the action" },
55
+ "tenant-name": { "title": "Tenant Name", "description": "Display name of the tenant" },
56
+ "user-id": { "title": "User ID", "description": "Identifier of the user performing the action" },
57
+ "user-name": { "title": "User Name", "description": "Display name of the user" },
58
+ "client-ip-address": {
59
+ "title": "Client IP Address",
60
+ "description": "IP address of the client that triggered the action"
61
+ },
62
+ "client-name": { "title": "Client Name", "description": "Client application name" },
63
+ "client-id": { "title": "Client ID", "description": "Client identifier" },
64
+ "browser-info": { "title": "Browser Info", "description": "User agent string provided by the client" },
65
+ "http-method": { "title": "HTTP Method", "description": "HTTP method used for the request" },
66
+ "url": { "title": "Request URL", "description": "Endpoint that was requested" },
67
+ "http-status-code": { "title": "HTTP Status Code", "description": "HTTP status code returned by the server" },
68
+ "http-status": { "title": "HTTP Status", "description": "Human-readable status text" },
69
+ "correlation-id": {
70
+ "title": "Correlation ID",
71
+ "description": "Correlation identifier for tracing related requests"
72
+ },
73
+ "exceptions": { "title": "Exceptions", "description": "Exception details captured for the request" },
74
+ "impersonator-user-id": {
75
+ "title": "Impersonator User ID",
76
+ "description": "Identifier of the impersonating user"
77
+ },
78
+ "impersonator-user-name": {
79
+ "title": "Impersonator User Name",
80
+ "description": "Display name of the impersonating user"
81
+ },
82
+ "impersonator-tenant-id": {
83
+ "title": "Impersonator Tenant ID",
84
+ "description": "Tenant identifier of the impersonator"
85
+ },
86
+ "impersonator-tenant-name": {
87
+ "title": "Impersonator Tenant Name",
88
+ "description": "Tenant name of the impersonator"
89
+ },
90
+ "extra-properties": {
91
+ "title": "Extra Properties",
92
+ "description": "Additional metadata recorded with the log entry"
93
+ },
94
+ "actions": { "title": "Actions", "description": "Service calls that were executed within the request" },
95
+ "entity-changes": {
96
+ "title": "Entity Changes",
97
+ "description": "Entity modifications performed as part of the request"
98
+ }
99
+ },
100
+ "views": {
101
+ "single": { "title": "Log Details" },
102
+ "auth-logs": { "title": "Authentication Logs" }
103
+ }
104
+ }
105
+ },
106
+ "settings": {
107
+ "group": {
108
+ "title": "System Insight",
109
+ "description": "Configure how audit logs are stored, monitored, and optimized"
110
+ },
111
+ "retention": {
112
+ "title": "Retention Policy",
113
+ "description": "Control how long audit logs remain available in the platform",
114
+ "items": {
115
+ "enabled": {
116
+ "title": "Enable Retention",
117
+ "description": "Automatically purge logs after the specified period"
118
+ },
119
+ "period": {
120
+ "title": "Retention Period (Days)",
121
+ "description": "Number of days to keep logs before deletion"
122
+ }
123
+ }
124
+ },
125
+ "storage": {
126
+ "title": "Storage Configuration",
127
+ "description": "Determine where and how audit logs are persisted",
128
+ "items": {
129
+ "location": {
130
+ "title": "Storage Location",
131
+ "description": "Directory path used to store log files",
132
+ "placeholder": "/var/log/acorex"
133
+ },
134
+ "format": {
135
+ "title": "Storage Format",
136
+ "description": "File format used for persisted logs",
137
+ "options": {
138
+ "json": "JSON",
139
+ "text": "Plain Text",
140
+ "csv": "CSV"
141
+ }
142
+ },
143
+ "max-size": {
144
+ "title": "Maximum File Size",
145
+ "description": "Maximum size of each log file before rotation"
146
+ },
147
+ "compression": {
148
+ "title": "Enable Compression",
149
+ "description": "Compress log files to reduce storage usage"
150
+ }
151
+ }
152
+ },
153
+ "level": {
154
+ "title": "Log Level",
155
+ "description": "Define the minimum severity captured by default",
156
+ "items": {
157
+ "default": {
158
+ "title": "Default Log Level",
159
+ "description": "Baseline log level applied to all modules",
160
+ "options": {
161
+ "error": "Error",
162
+ "warn": "Warning",
163
+ "info": "Information",
164
+ "debug": "Debug",
165
+ "trace": "Trace"
166
+ }
167
+ }
168
+ }
169
+ },
170
+ "alert": {
171
+ "title": "Alerting",
172
+ "description": "Configure notifications triggered by audit events",
173
+ "items": {
174
+ "enabled": {
175
+ "title": "Enable Alerts",
176
+ "description": "Send notifications when critical events occur"
177
+ },
178
+ "level": {
179
+ "title": "Alert Threshold",
180
+ "description": "Minimum severity that triggers an alert",
181
+ "options": {
182
+ "error": "Error",
183
+ "warn": "Warning",
184
+ "info": "Information"
185
+ }
186
+ },
187
+ "email": {
188
+ "title": "Alert Email",
189
+ "description": "Email address that receives alert notifications"
190
+ }
191
+ }
192
+ },
193
+ "performance": {
194
+ "title": "Performance",
195
+ "description": "Optimize how audit logs are processed and flushed",
196
+ "items": {
197
+ "async": {
198
+ "title": "Asynchronous Logging",
199
+ "description": "Write logs asynchronously to reduce request latency"
200
+ },
201
+ "batch-size": {
202
+ "title": "Batch Size",
203
+ "description": "Number of log entries processed per batch"
204
+ },
205
+ "flush-interval": {
206
+ "title": "Flush Interval",
207
+ "description": "How often batched logs are persisted"
208
+ }
209
+ }
210
+ }
211
+ },
212
+ "permissions": {
213
+ "group": {
214
+ "title": "System Insight",
215
+ "description": "Manage access to system insight monitoring features"
216
+ },
217
+ "audit-log": {
218
+ "manage": {
219
+ "title": "Manage Audit Logs",
220
+ "description": "Allow configuring audit log settings and maintenance"
221
+ },
222
+ "actions": {
223
+ "view": {
224
+ "title": "View Logs",
225
+ "description": "Allow users to browse audit log entries"
226
+ },
227
+ "export": {
228
+ "title": "Export Logs",
229
+ "description": "Allow exporting audit log data for offline analysis"
230
+ },
231
+ "purge": {
232
+ "title": "Purge Logs",
233
+ "description": "Allow deleting or purging audit log records"
234
+ }
235
+ }
236
+ }
237
+ }
238
+ }
239
+ }
@@ -0,0 +1,221 @@
1
+ {
2
+ "module": {
3
+ "title": "بینش سیستم",
4
+ "description": "بر فعالیت پلتفرم، مسیرهای حسابرسی و سیگنال‌های عملیاتی نظارت کنید",
5
+ "menus": {
6
+ "root": {
7
+ "title": "بینش سیستم",
8
+ "description": "لاگ‌های حسابرسی و رویدادهای سیستم را بررسی کنید"
9
+ }
10
+ }
11
+ },
12
+ "logs": {
13
+ "terms": {
14
+ "log": "لاگ",
15
+ "logs": "لاگ‌ها",
16
+ "audit-log": "لاگ حسابرسی",
17
+ "audit-logs": "لاگ‌های حسابرسی",
18
+ "retention": "نگهداری",
19
+ "storage": "ذخیره‌سازی",
20
+ "alert": "هشدار",
21
+ "performance": "کارایی"
22
+ },
23
+ "entities": {
24
+ "audit-log": {
25
+ "title": "لاگ حسابرسی",
26
+ "plural": "لاگ‌های حسابرسی",
27
+ "description": "ورودی‌های مسیر حسابرسی سیستم که توسط بینش سیستم ثبت شده‌اند",
28
+ "formats": {
29
+ "search-result": {
30
+ "description": "رکورد حسابرسی بینش سیستم"
31
+ }
32
+ },
33
+ "groups": {
34
+ "general": "عمومی",
35
+ "user": "کاربر",
36
+ "client": "کلاینت",
37
+ "impersonator": "جایگزین",
38
+ "actions": "اقدامات",
39
+ "entity-changes": "تغییرات موجودیت",
40
+ "extra": "داده‌های تکمیلی"
41
+ },
42
+ "fields": {
43
+ "id": { "title": "شناسه", "description": "شناسه یکتای رکورد لاگ" },
44
+ "application-name": { "title": "نام برنامه", "description": "برنامه‌ای که لاگ را تولید کرده است" },
45
+ "execution-time": { "title": "زمان اجرا", "description": "زمان ثبت اجرای اقدام" },
46
+ "execution-duration": { "title": "مدت زمان اجرا", "description": "مدت زمان صرف‌شده برای اجرا (میلی‌ثانیه)" },
47
+ "comments": { "title": "توضیحات", "description": "یادداشت‌های تکمیلی ثبت‌شده با لاگ" },
48
+ "tenant-id": { "title": "شناسه مستاجر", "description": "شناسه مستاجر انجام‌دهنده عملیات" },
49
+ "tenant-name": { "title": "نام مستاجر", "description": "نام نمایشی مستاجر" },
50
+ "user-id": { "title": "شناسه کاربر", "description": "شناسه کاربر انجام‌دهنده عملیات" },
51
+ "user-name": { "title": "نام کاربر", "description": "نام نمایشی کاربر" },
52
+ "client-ip-address": {
53
+ "title": "آدرس IP کلاینت",
54
+ "description": "آدرس IP کلاینتی که درخواست را ارسال کرده است"
55
+ },
56
+ "client-name": { "title": "نام کلاینت", "description": "نام برنامه کلاینت" },
57
+ "client-id": { "title": "شناسه کلاینت", "description": "شناسه اختصاصی کلاینت" },
58
+ "browser-info": { "title": "اطلاعات مرورگر", "description": "رشته عامل کاربر ارائه شده توسط کلاینت" },
59
+ "http-method": { "title": "متد HTTP", "description": "متد HTTP استفاده شده برای درخواست" },
60
+ "url": { "title": "آدرس درخواست", "description": "مسیر درخواستی ارسال‌شده به سرور" },
61
+ "http-status-code": { "title": "کد وضعیت HTTP", "description": "کد وضعیت HTTP بازگشتی از سرور" },
62
+ "http-status": { "title": "وضعیت HTTP", "description": "توضیح متنی وضعیت بازگشتی" },
63
+ "correlation-id": { "title": "شناسه همبستگی", "description": "شناسه رهگیری برای اتصال درخواست‌های مرتبط" },
64
+ "exceptions": { "title": "استثناها", "description": "جزئیات استثناهای ثبت‌شده برای درخواست" },
65
+ "impersonator-user-id": {
66
+ "title": "شناسه کاربر جایگزین",
67
+ "description": "شناسه کاربری که عملیات را به صورت جایگزین انجام داده است"
68
+ },
69
+ "impersonator-user-name": { "title": "نام کاربر جایگزین", "description": "نام نمایشی کاربر جایگزین" },
70
+ "impersonator-tenant-id": {
71
+ "title": "شناسه مستاجر جایگزین",
72
+ "description": "شناسه مستاجری که کاربر جایگزین به آن تعلق دارد"
73
+ },
74
+ "impersonator-tenant-name": { "title": "نام مستاجر جایگزین", "description": "نام مستاجر کاربر جایگزین" },
75
+ "extra-properties": { "title": "ویژگی‌های اضافی", "description": "متاداده تکمیلی ثبت‌شده همراه با لاگ" },
76
+ "actions": { "title": "اقدامات", "description": "خدمات فراخوانی‌شده در طول درخواست" },
77
+ "entity-changes": {
78
+ "title": "تغییرات موجودیت",
79
+ "description": "تغییرهای انجام‌شده روی موجودیت‌ها در جریان درخواست"
80
+ }
81
+ },
82
+ "views": {
83
+ "single": { "title": "جزئیات لاگ" },
84
+ "auth-logs": { "title": "لاگ‌های احراز هویت" }
85
+ }
86
+ }
87
+ },
88
+ "settings": {
89
+ "group": {
90
+ "title": "بینش سیستم",
91
+ "description": "نحوه ذخیره‌سازی، پایش و بهینه‌سازی لاگ‌های حسابرسی را پیکربندی کنید"
92
+ },
93
+ "retention": {
94
+ "title": "سیاست نگهداری",
95
+ "description": "مدت زمان در دسترس بودن لاگ‌های حسابرسی را کنترل کنید",
96
+ "items": {
97
+ "enabled": {
98
+ "title": "فعال‌سازی نگهداری",
99
+ "description": "پس از پایان دوره تعیین‌شده، لاگ‌ها را به‌صورت خودکار حذف کن"
100
+ },
101
+ "period": {
102
+ "title": "دوره نگهداری (روز)",
103
+ "description": "تعداد روزهای نگهداری لاگ پیش از حذف"
104
+ }
105
+ }
106
+ },
107
+ "storage": {
108
+ "title": "پیکربندی ذخیره‌سازی",
109
+ "description": "مسیر و نحوه ذخیره‌سازی لاگ‌های حسابرسی را تعیین کنید",
110
+ "items": {
111
+ "location": {
112
+ "title": "مسیر ذخیره‌سازی",
113
+ "description": "مسیر پوشه‌ای که فایل‌های لاگ در آن نگهداری می‌شوند",
114
+ "placeholder": "/var/log/acorex"
115
+ },
116
+ "format": {
117
+ "title": "فرمت ذخیره‌سازی",
118
+ "description": "فرمت فایلی که برای ثبت لاگ‌ها استفاده می‌شود",
119
+ "options": {
120
+ "json": "JSON",
121
+ "text": "متن ساده",
122
+ "csv": "CSV"
123
+ }
124
+ },
125
+ "max-size": {
126
+ "title": "حداکثر اندازه فایل",
127
+ "description": "بیشترین اندازه هر فایل پیش از چرخش"
128
+ },
129
+ "compression": {
130
+ "title": "فعال‌سازی فشرده‌سازی",
131
+ "description": "فایل‌های لاگ را برای صرفه‌جویی در فضا فشرده کن"
132
+ }
133
+ }
134
+ },
135
+ "level": {
136
+ "title": "سطح لاگ",
137
+ "description": "حداقل شدت ثبت‌شده به صورت پیش‌فرض را مشخص کنید",
138
+ "items": {
139
+ "default": {
140
+ "title": "سطح لاگ پیش‌فرض",
141
+ "description": "سطح پایه‌ای که روی همه ماژول‌ها اعمال می‌شود",
142
+ "options": {
143
+ "error": "خطا",
144
+ "warn": "هشدار",
145
+ "info": "اطلاع‌رسانی",
146
+ "debug": "اشکال‌زدایی",
147
+ "trace": "ردگیری"
148
+ }
149
+ }
150
+ }
151
+ },
152
+ "alert": {
153
+ "title": "هشداردهی",
154
+ "description": "اعلان‌هایی که با رویدادهای حسابرسی فعال می‌شوند را تنظیم کنید",
155
+ "items": {
156
+ "enabled": {
157
+ "title": "فعال‌سازی هشدار",
158
+ "description": "در صورت وقوع رویدادهای بحرانی اعلان ارسال کن"
159
+ },
160
+ "level": {
161
+ "title": "آستانه هشدار",
162
+ "description": "حداقل سطح شدتی که هشدار ایجاد می‌کند",
163
+ "options": {
164
+ "error": "خطا",
165
+ "warn": "هشدار",
166
+ "info": "اطلاع‌رسانی"
167
+ }
168
+ },
169
+ "email": {
170
+ "title": "ایمیل هشدار",
171
+ "description": "نشانی ایمیلی که اعلان‌ها به آن ارسال می‌شود"
172
+ }
173
+ }
174
+ },
175
+ "performance": {
176
+ "title": "کارایی",
177
+ "description": "نحوه پردازش و ثبت لاگ‌های حسابرسی را بهینه کنید",
178
+ "items": {
179
+ "async": {
180
+ "title": "لاگ‌برداری غیرهمگام",
181
+ "description": "لاگ‌ها را به‌صورت غیرهمگام برای کاهش تأخیر ثبت کن"
182
+ },
183
+ "batch-size": {
184
+ "title": "اندازه دسته",
185
+ "description": "تعداد لاگ‌هایی که در هر دسته پردازش می‌شوند"
186
+ },
187
+ "flush-interval": {
188
+ "title": "بازه تخلیه",
189
+ "description": "فواصل زمانی تخلیه دسته‌های لاگ به ذخیره‌سازی"
190
+ }
191
+ }
192
+ }
193
+ },
194
+ "permissions": {
195
+ "group": {
196
+ "title": "بینش سیستم",
197
+ "description": "مدیریت دسترسی به قابلیت‌های نظارت بینش سیستم"
198
+ },
199
+ "audit-log": {
200
+ "manage": {
201
+ "title": "مدیریت لاگ‌های حسابرسی",
202
+ "description": "اجازه پیکربندی تنظیمات و نگهداری لاگ حسابرسی"
203
+ },
204
+ "actions": {
205
+ "view": {
206
+ "title": "مشاهده لاگ‌ها",
207
+ "description": "اجازه مشاهده رکوردهای لاگ حسابرسی"
208
+ },
209
+ "export": {
210
+ "title": "خروجی گرفتن از لاگ‌ها",
211
+ "description": "اجازه خروجی گرفتن از داده‌های لاگ حسابرسی برای تحلیل"
212
+ },
213
+ "purge": {
214
+ "title": "پاکسازی لاگ‌ها",
215
+ "description": "اجازه حذف یا پاکسازی رکوردهای لاگ حسابرسی"
216
+ }
217
+ }
218
+ }
219
+ }
220
+ }
221
+ }
@@ -17,16 +17,21 @@
17
17
  // Brand Colors
18
18
  --axp-brand-color: var(--ax-sys-color-primary-surface);
19
19
  --axp-on-brand-color: var(--ax-sys-color-on-primary-surface);
20
+
20
21
  //
21
22
  .cdk-overlay-dark-backdrop {
22
23
  background: rgba(var(--ax-sys-color-dark), 0.5);
23
24
  }
25
+
24
26
  @include mixin.scroll-bar();
25
27
  }
28
+
26
29
  .ax-dark {
27
30
  --ax-sys-color-body-text: 255, 255, 255;
31
+
28
32
  .cdk-overlay-dark-backdrop {
29
33
  background: rgba(var(--ax-sys-color-light), 0.2);
30
34
  }
35
+
31
36
  @include mixin.scroll-bar();
32
- }
37
+ }
@@ -48,4 +48,4 @@ $options: (
48
48
 
49
49
  @forward '@acorex/styles/variables/index.scss';
50
50
 
51
- @include generate-pallete-variables($theme-colors, $theme-surfaces, $options);
51
+ @include generate-palette-variables($theme-colors, $theme-surfaces, $options);
@@ -48,4 +48,4 @@ $options: (
48
48
 
49
49
  @forward '@acorex/styles/variables/index.scss';
50
50
 
51
- @include generate-pallete-variables($theme-colors, $theme-surfaces, $options);
51
+ @include generate-palette-variables($theme-colors, $theme-surfaces, $options);
@@ -48,4 +48,4 @@ $options: (
48
48
 
49
49
  @forward '@acorex/styles/variables/index.scss';
50
50
 
51
- @include generate-pallete-variables($theme-colors, $theme-surfaces, $options);
51
+ @include generate-palette-variables($theme-colors, $theme-surfaces, $options);
@@ -48,4 +48,4 @@ $options: (
48
48
 
49
49
  @forward '@acorex/styles/variables/index.scss';
50
50
 
51
- @include generate-pallete-variables($theme-colors, $theme-surfaces, $options);
51
+ @include generate-palette-variables($theme-colors, $theme-surfaces, $options);
@@ -44,4 +44,4 @@ $options: (
44
44
 
45
45
  @forward '@acorex/styles/variables/index.scss';
46
46
 
47
- @include generate-pallete-variables($theme-colors, $theme-surfaces, $options);
47
+ @include generate-palette-variables($theme-colors, $theme-surfaces, $options);
@@ -46,4 +46,4 @@ $options: (
46
46
 
47
47
  @forward '@acorex/styles/variables/index.scss';
48
48
 
49
- @include generate-pallete-variables($theme-colors, $theme-surfaces, $options);
49
+ @include generate-palette-variables($theme-colors, $theme-surfaces, $options);
@@ -45,4 +45,4 @@ $options: (
45
45
 
46
46
  @forward '@acorex/styles/variables/index.scss';
47
47
 
48
- @include generate-pallete-variables($theme-colors, $theme-surfaces, $options);
48
+ @include generate-palette-variables($theme-colors, $theme-surfaces, $options);
@@ -44,4 +44,4 @@ $options: (
44
44
 
45
45
  @forward '@acorex/styles/variables/index.scss';
46
46
 
47
- @include generate-pallete-variables($theme-colors, $theme-surfaces, $options);
47
+ @include generate-palette-variables($theme-colors, $theme-surfaces, $options);
@@ -52,4 +52,4 @@ $options: (
52
52
 
53
53
  @forward '@acorex/styles/variables/index.scss';
54
54
 
55
- @include generate-pallete-variables($theme-colors, $theme-surfaces, $options);
55
+ @include generate-palette-variables($theme-colors, $theme-surfaces, $options);
@@ -49,4 +49,4 @@ $options: (
49
49
 
50
50
  @forward '@acorex/styles/variables/index.scss';
51
51
 
52
- @include generate-pallete-variables($theme-colors, $theme-surfaces, $options);
52
+ @include generate-palette-variables($theme-colors, $theme-surfaces, $options);
@@ -48,4 +48,4 @@ $options: (
48
48
 
49
49
  @forward '@acorex/styles/variables/index.scss';
50
50
 
51
- @include generate-pallete-variables($theme-colors, $theme-surfaces, $options);
51
+ @include generate-palette-variables($theme-colors, $theme-surfaces, $options);
@@ -45,4 +45,4 @@ $options: (
45
45
 
46
46
  @forward '@acorex/styles/variables/index.scss';
47
47
 
48
- @include generate-pallete-variables($theme-colors, $theme-surfaces, $options);
48
+ @include generate-palette-variables($theme-colors, $theme-surfaces, $options);
@@ -45,4 +45,4 @@ $options: (
45
45
 
46
46
  @forward '@acorex/styles/variables/index.scss';
47
47
 
48
- @include generate-pallete-variables($theme-colors, $theme-surfaces, $options);
48
+ @include generate-palette-variables($theme-colors, $theme-surfaces, $options);
@@ -48,4 +48,4 @@ $options: (
48
48
 
49
49
  @forward '@acorex/styles/variables/index.scss';
50
50
 
51
- @include generate-pallete-variables($theme-colors, $theme-surfaces, $options);
51
+ @include generate-palette-variables($theme-colors, $theme-surfaces, $options);
@@ -47,4 +47,4 @@ $options: (
47
47
 
48
48
  @forward '@acorex/styles/variables/index.scss';
49
49
 
50
- @include generate-pallete-variables($theme-colors, $theme-surfaces, $options);
50
+ @include generate-palette-variables($theme-colors, $theme-surfaces, $options);
@@ -1,150 +0,0 @@
1
- {
2
- "module-name": "Log Management",
3
- "root-menu": "Log Management",
4
- "logs": "Logs",
5
- "level": "Level",
6
- "message": "Message",
7
- "utcTimestamp": "Time",
8
- "exception": "Error",
9
- "actionName": "Action Name",
10
- "operation": "Operation",
11
- "category": "Category",
12
- "tenantId": "Tenant ID",
13
- "tenantName": "Tenant Name",
14
- "userId": "User ID",
15
- "logDetails": "Log Details",
16
- "general": "General",
17
- "auth": "Authentication",
18
- "action": "Action",
19
- "identity": "Identity",
20
- "technical": "Technical",
21
- "properties": {
22
- "actionId": "Action ID",
23
- "requestId": "Request ID",
24
- "requestPath": "Request Path",
25
- "correlationId": "Correlation ID",
26
- "isValid": "Validation",
27
- "sourceContext": "Source Context",
28
- "actionName": "Action Name",
29
- "operation": "Operation",
30
- "category": "Category",
31
- "tenantId": "Tenant ID",
32
- "tenantName": "Tenant Name"
33
- },
34
- "settings": {
35
- "form-template": {
36
- "title": "Form Template",
37
- "description": "Settings related to form templates.",
38
- "designer": {
39
- "title": "Designer",
40
- "description": "Settings related to form templates designer.",
41
- "history-panel": {
42
- "title": "History Panel",
43
- "description": "Enable or disable the history panel for forms."
44
- },
45
- "auto-save": {
46
- "title": "Auto Save",
47
- "description": "Auto save form information at regular intervals."
48
- },
49
- "auto-save-interval": {
50
- "title": "Auto Save Interval",
51
- "description": "Set the time interval (in minutes) for auto-saving form information."
52
- }
53
- }
54
- },
55
- "log-management": {
56
- "retention": {
57
- "title": "Log Retention",
58
- "description": "Configure how long logs are kept in the system",
59
- "policy": {
60
- "title": "Retention Policy",
61
- "description": "Settings for log retention and cleanup"
62
- },
63
- "enabled": {
64
- "title": "Enable Log Retention",
65
- "description": "Automatically delete logs older than the specified period"
66
- },
67
- "period": {
68
- "title": "Retention Period (Days)",
69
- "description": "Number of days to keep logs before deletion"
70
- }
71
- },
72
- "storage": {
73
- "title": "Storage Configuration",
74
- "description": "Configure how and where logs are stored",
75
- "config": {
76
- "title": "Storage Settings",
77
- "description": "Basic storage configuration options"
78
- },
79
- "location": {
80
- "title": "Log Storage Location",
81
- "description": "Directory path where log files will be stored"
82
- },
83
- "format": {
84
- "title": "Log Format",
85
- "description": "Format in which logs will be stored"
86
- },
87
- "max-size": {
88
- "title": "Maximum File Size",
89
- "description": "Maximum size of individual log files before rotation"
90
- },
91
- "compression": {
92
- "title": "Enable Compression",
93
- "description": "Compress log files to save storage space"
94
- }
95
- },
96
- "level": {
97
- "title": "Log Levels",
98
- "description": "Configure logging levels and verbosity",
99
- "config": {
100
- "title": "Log Level Configuration",
101
- "description": "Configure default and module-specific log levels"
102
- },
103
- "default": {
104
- "title": "Default Log Level",
105
- "description": "Default logging level for all modules"
106
- }
107
- },
108
- "alert": {
109
- "title": "Alert Configuration",
110
- "description": "Configure notifications for important log events",
111
- "config": {
112
- "title": "Alert Settings",
113
- "description": "Settings for log-based alerts and notifications"
114
- },
115
- "enabled": {
116
- "title": "Enable Alerts",
117
- "description": "Send notifications for important log events"
118
- },
119
- "level": {
120
- "title": "Alert Threshold",
121
- "description": "Minimum log level that triggers alerts"
122
- },
123
- "email": {
124
- "title": "Alert Email",
125
- "description": "Email address to receive log alerts"
126
- }
127
- },
128
- "performance": {
129
- "title": "Performance Settings",
130
- "description": "Configure logging performance and optimization",
131
- "config": {
132
- "title": "Performance Configuration",
133
- "description": "Settings that affect logging performance"
134
- },
135
- "async": {
136
- "title": "Asynchronous Logging",
137
- "description": "Enable non-blocking logging operations"
138
- },
139
- "batch-size": {
140
- "title": "Batch Size",
141
- "description": "Number of log entries to process in a batch"
142
- },
143
- "flush-interval": {
144
- "title": "Flush Interval",
145
- "description": "How often to write batched logs to storage"
146
- }
147
- }
148
- }
149
- }
150
- }
@@ -1,150 +0,0 @@
1
- {
2
- "module-name": "مدیریت لاگ",
3
- "root-menu": "مدیریت لاگ",
4
- "logs": "لاگ‌ها",
5
- "level": "سطح",
6
- "message": "پیام",
7
- "utcTimestamp": "زمان",
8
- "exception": "خطا",
9
- "actionName": "نام عمل",
10
- "operation": "عملیات",
11
- "category": "دسته",
12
- "tenantId": "Tenant ID",
13
- "tenantName": "Tenant Name",
14
- "userId": "User ID",
15
- "logDetails": "جزئیات لاگ",
16
- "general": "عمومی",
17
- "auth": "احراز هویت",
18
- "action": "عمل",
19
- "identity": "هویت",
20
- "technical": "فنی",
21
- "properties": {
22
- "actionId": "شناسه عمل",
23
- "requestId": "شناسه درخواست",
24
- "requestPath": "مسیر درخواست",
25
- "correlationId": "شناسه همبستگی",
26
- "isValid": "اعتبارسنجی",
27
- "sourceContext": "متن منبع",
28
- "actionName": "نام عمل",
29
- "operation": "عملیات",
30
- "category": "دسته",
31
- "tenantId": "Tenant ID",
32
- "tenantName": "Tenant Name"
33
- },
34
- "settings": {
35
- "form-template": {
36
- "title": "Form Template",
37
- "description": "Settings related to form templates.",
38
- "designer": {
39
- "title": "Designer",
40
- "description": "Settings related to form templates designer.",
41
- "history-panel": {
42
- "title": "History Panel",
43
- "description": "Enable or disable the history panel for forms."
44
- },
45
- "auto-save": {
46
- "title": "Auto Save",
47
- "description": "Auto save form information at regular intervals."
48
- },
49
- "auto-save-interval": {
50
- "title": "Auto Save Interval",
51
- "description": "Set the time interval (in minutes) for auto-saving form information."
52
- }
53
- }
54
- },
55
- "log-management": {
56
- "retention": {
57
- "title": "Log Retention",
58
- "description": "Configure how long logs are kept in the system",
59
- "policy": {
60
- "title": "Retention Policy",
61
- "description": "Settings for log retention and cleanup"
62
- },
63
- "enabled": {
64
- "title": "Enable Log Retention",
65
- "description": "Automatically delete logs older than the specified period"
66
- },
67
- "period": {
68
- "title": "Retention Period (Days)",
69
- "description": "Number of days to keep logs before deletion"
70
- }
71
- },
72
- "storage": {
73
- "title": "Storage Configuration",
74
- "description": "Configure how and where logs are stored",
75
- "config": {
76
- "title": "Storage Settings",
77
- "description": "Basic storage configuration options"
78
- },
79
- "location": {
80
- "title": "Log Storage Location",
81
- "description": "Directory path where log files will be stored"
82
- },
83
- "format": {
84
- "title": "Log Format",
85
- "description": "Format in which logs will be stored"
86
- },
87
- "max-size": {
88
- "title": "Maximum File Size",
89
- "description": "Maximum size of individual log files before rotation"
90
- },
91
- "compression": {
92
- "title": "Enable Compression",
93
- "description": "Compress log files to save storage space"
94
- }
95
- },
96
- "level": {
97
- "title": "Log Levels",
98
- "description": "Configure logging levels and verbosity",
99
- "config": {
100
- "title": "Log Level Configuration",
101
- "description": "Configure default and module-specific log levels"
102
- },
103
- "default": {
104
- "title": "Default Log Level",
105
- "description": "Default logging level for all modules"
106
- }
107
- },
108
- "alert": {
109
- "title": "Alert Configuration",
110
- "description": "Configure notifications for important log events",
111
- "config": {
112
- "title": "Alert Settings",
113
- "description": "Settings for log-based alerts and notifications"
114
- },
115
- "enabled": {
116
- "title": "Enable Alerts",
117
- "description": "Send notifications for important log events"
118
- },
119
- "level": {
120
- "title": "Alert Threshold",
121
- "description": "Minimum log level that triggers alerts"
122
- },
123
- "email": {
124
- "title": "Alert Email",
125
- "description": "Email address to receive log alerts"
126
- }
127
- },
128
- "performance": {
129
- "title": "Performance Settings",
130
- "description": "Configure logging performance and optimization",
131
- "config": {
132
- "title": "Performance Configuration",
133
- "description": "Settings that affect logging performance"
134
- },
135
- "async": {
136
- "title": "Asynchronous Logging",
137
- "description": "Enable non-blocking logging operations"
138
- },
139
- "batch-size": {
140
- "title": "Batch Size",
141
- "description": "Number of log entries to process in a batch"
142
- },
143
- "flush-interval": {
144
- "title": "Flush Interval",
145
- "description": "How often to write batched logs to storage"
146
- }
147
- }
148
- }
149
- }
150
- }