qms-angular 1.1.42 → 1.1.43

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 (101) hide show
  1. package/bundles/qms-angular.umd.js +1541 -435
  2. package/bundles/qms-angular.umd.js.map +1 -1
  3. package/esm2015/lib/common/enum/data-type.enum.js +2 -1
  4. package/esm2015/lib/common/enum/process-classification.enum.js +6 -0
  5. package/esm2015/lib/common/qms-icon.const.js +116 -111
  6. package/esm2015/lib/common/themes.const.js +2 -2
  7. package/esm2015/lib/components/app-icon/icon-registry.service.js +5 -2
  8. package/esm2015/lib/components/related/common/video.const.js +3 -1
  9. package/esm2015/lib/components/related/content/related-content.component.js +2 -2
  10. package/esm2015/lib/components/related/list-other-related/list-related.component.js +5 -2
  11. package/esm2015/lib/components/related/model/popup-data.model.js +3 -1
  12. package/esm2015/lib/components/related/model/related-data.model.js +1 -1
  13. package/esm2015/lib/components/related/popup/related-popup.component.js +48 -32
  14. package/esm2015/lib/components/related/related.module.js +3 -2
  15. package/esm2015/lib/components/related/risk/analysis/analysis.component.js +2 -2
  16. package/esm2015/lib/components/select-access-dialog/select-access-dialog.component.js +1 -1
  17. package/esm2015/lib/components/select-department-tree/select-department-tree.component.js +1 -1
  18. package/esm2015/lib/components/select-one/select-one.component.js +2 -2
  19. package/esm2015/lib/components/select-process-document/select-process-document.component.js +15 -11
  20. package/esm2015/lib/components/tree/model/tree-config.model.js +1 -1
  21. package/esm2015/lib/components/tree/tree.component.js +12 -4
  22. package/esm2015/lib/components/treeNew/model/tree-node.model.js +1 -1
  23. package/esm2015/lib/components/treeNew/model/tree.model.js +1 -1
  24. package/esm2015/lib/components/treeNew/tree.component.js +8 -4
  25. package/esm2015/lib/components/treeNew/tree.function.js +8 -4
  26. package/esm2015/lib/model/en.js +86 -2
  27. package/esm2015/lib/model/no.js +87 -3
  28. package/esm2015/lib/model/sv.js +437 -0
  29. package/esm2015/lib/qms-ckeditor-components/common/functions/common.function.js +15 -14
  30. package/esm2015/lib/qms-ckeditor-components/common/functions/resource.function.js +207 -0
  31. package/esm2015/lib/qms-ckeditor-components/common/models/qms-ckeditor-data.model.js +1 -1
  32. package/esm2015/lib/qms-ckeditor-components/common/models/qms-ckeditor-url.model.js +1 -1
  33. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-imagemap/qms-ckeditor-imagemap.component.js +262 -29
  34. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-link/qms-ckeditor-link.component.js +102 -36
  35. package/esm2015/lib/qms-ckeditor-components/models/qms-ckeditor-imagemap.model.js +1 -1
  36. package/esm2015/lib/qms-ckeditor-components/models/qms-ckeditor-video.model.js +16 -0
  37. package/esm2015/lib/qms-ckeditor-components/qms-ckeditor.component.js +39 -118
  38. package/esm2015/lib/qms-ckeditor-components/services/qms-ckeditor-bpmn.service.js +10 -3
  39. package/esm2015/lib/qms-ckeditor-components/services/qms-ckeditor-tree.service.js +7 -3
  40. package/esm2015/lib/services/translation-registry.service.js +7 -5
  41. package/fesm2015/qms-angular.js +1576 -497
  42. package/fesm2015/qms-angular.js.map +1 -1
  43. package/lib/common/enum/data-type.enum.d.ts +2 -1
  44. package/lib/common/enum/process-classification.enum.d.ts +4 -0
  45. package/lib/common/qms-icon.const.d.ts +1 -0
  46. package/lib/components/app-icon/icon-registry.service.d.ts +1 -0
  47. package/lib/components/related/common/video.const.d.ts +2 -0
  48. package/lib/components/related/content/related-content.component.d.ts +1 -1
  49. package/lib/components/related/list-other-related/list-related.component.d.ts +2 -2
  50. package/lib/components/related/model/popup-data.model.d.ts +3 -0
  51. package/lib/components/related/model/related-data.model.d.ts +1 -0
  52. package/lib/components/related/popup/related-popup.component.d.ts +7 -3
  53. package/lib/components/select-one/select-one.component.d.ts +1 -1
  54. package/lib/components/select-process-document/select-process-document.component.d.ts +5 -6
  55. package/lib/components/tree/model/tree-config.model.d.ts +1 -1
  56. package/lib/components/tree/tree.component.d.ts +1 -1
  57. package/lib/components/treeNew/model/tree-node.model.d.ts +1 -0
  58. package/lib/components/treeNew/model/tree.model.d.ts +1 -0
  59. package/lib/components/treeNew/tree.component.d.ts +5 -2
  60. package/lib/model/en.d.ts +84 -0
  61. package/lib/model/no.d.ts +84 -0
  62. package/lib/model/sv.d.ts +436 -0
  63. package/lib/qms-ckeditor-components/common/functions/common.function.d.ts +29 -10
  64. package/lib/qms-ckeditor-components/common/functions/resource.function.d.ts +194 -0
  65. package/lib/qms-ckeditor-components/common/models/qms-ckeditor-data.model.d.ts +3 -0
  66. package/lib/qms-ckeditor-components/common/models/qms-ckeditor-url.model.d.ts +2 -0
  67. package/lib/qms-ckeditor-components/components/qms-ckeditor-imagemap/qms-ckeditor-imagemap.component.d.ts +13 -2
  68. package/lib/qms-ckeditor-components/components/qms-ckeditor-link/qms-ckeditor-link.component.d.ts +1 -0
  69. package/lib/qms-ckeditor-components/models/qms-ckeditor-imagemap.model.d.ts +1 -0
  70. package/lib/qms-ckeditor-components/models/qms-ckeditor-video.model.d.ts +10 -0
  71. package/lib/qms-ckeditor-components/qms-ckeditor.component.d.ts +1 -2
  72. package/lib/qms-ckeditor-components/services/qms-ckeditor-tree.service.d.ts +2 -1
  73. package/lib/services/translation-registry.service.d.ts +1 -0
  74. package/package.json +1 -1
  75. package/qms-angular.metadata.json +1 -1
  76. package/src/assets/jointjs/scss/bpmn.scss +914 -906
  77. package/src/assets/qms-ckeditor-plugin/build/ckeditor.js +1 -1
  78. package/src/assets/qms-ckeditor-plugin/build/ckeditor.js.map +1 -1
  79. package/src/assets/qms-ckeditor-plugin/build/translations/no.js +1 -1
  80. package/src/assets/qms-ckeditor-plugin/src/plugins/ckeditor5-find-and-replace/src/findandreplaceui.js +223 -223
  81. package/src/assets/qms-ckeditor-plugin/src/plugins/ckeditor5-source-editing/lang/translations/no.po +21 -0
  82. package/src/assets/qms-ckeditor-plugin/src/plugins/fullscreen/qmsCKEditorFullscreenPlugin.js +52 -50
  83. package/src/assets/qms-ckeditor-plugin/src/plugins/heading/headingui.js +115 -115
  84. package/src/assets/qms-ckeditor-plugin/src/plugins/heading/utils.js +42 -42
  85. package/src/assets/qms-ckeditor-plugin/src/plugins/link/linkcommand.js +1 -1
  86. package/src/assets/qms-ckeditor-plugin/src/plugins/media/mediaembedediting.js +281 -283
  87. package/src/assets/qms-ckeditor-plugin/src/plugins/media/theme/mediaembed.css +30 -30
  88. package/src/assets/qms-ckeditor-plugin/src/plugins/media/theme/mediaembedediting.css +57 -57
  89. package/src/assets/qms-ckeditor-plugin/src/plugins/table/theme/snippet.css +3877 -3876
  90. package/src/assets/qms-ckeditor-plugin/src/plugins/video/theme/video.css +17 -17
  91. package/src/assets/qms-ckeditor-plugin/src/plugins/video/theme/videoresize.css +33 -32
  92. package/src/assets/qms-ckeditor-plugin/src/plugins/video/video/videoediting.js +81 -75
  93. package/src/assets/qms-ckeditor-plugin/src/plugins/video/videoresize/resizevideocommand.js +35 -35
  94. package/src/assets/qms-ckeditor-plugin/src/plugins/video/videoresize/videoresizeediting.js +104 -92
  95. package/src/assets/qms-ckeditor-plugin/src/plugins/video/videoupload/browsevideodialogcommand.js +69 -25
  96. package/src/assets/qms-ckeditor-plugin/src/plugins/video/videoupload/uploadvideocommand.js +21 -21
  97. package/src/lib/components/related/popup/related-popup.component.scss +374 -350
  98. package/esm2015/lib/components/related/common/data-type.enum.js +0 -14
  99. package/esm2015/lib/components/select-one/common/data-type.enum.js +0 -14
  100. package/lib/components/related/common/data-type.enum.d.ts +0 -12
  101. package/lib/components/select-one/common/data-type.enum.d.ts +0 -12
@@ -0,0 +1,436 @@
1
+ export declare const sv: {
2
+ RESULTS: string;
3
+ ROW_PER_PAGE: string;
4
+ JUM_TO_PAGE: string;
5
+ MY_COMPONENT: string;
6
+ SAVE_BUTTON: string;
7
+ CANCEL_BUTTON: string;
8
+ DELETE_MESSAGE_COMMENT: string;
9
+ REGRET: string;
10
+ EDIT: string;
11
+ DELETE: string;
12
+ SAVE: string;
13
+ CANCEL: string;
14
+ EDIT_FILE_NAME: string;
15
+ FILE_NAME: string;
16
+ UPLOAD_LEAVE_WARNING: string;
17
+ SOME_FILES_WERE_NOT_ADDED: string;
18
+ YOU_CAN_ONLY_ADD: string;
19
+ SELECT: string;
20
+ PROCESSES: string;
21
+ DOCUMENTS: string;
22
+ DEVIATION: string;
23
+ CHECKLIST: string;
24
+ ASSESSMENT: string;
25
+ ADD: string;
26
+ SEARCH: string;
27
+ REGULAR_TITLE: string;
28
+ CAPTION_TITLE: string;
29
+ CAUSAL_ANALYZES: string;
30
+ FINISHED: string;
31
+ PROCESS_ID: string;
32
+ DOCUMENT_ID: string;
33
+ PROCESS_AREA: string;
34
+ FOLDER: string;
35
+ DEVIATION_TYPE: string;
36
+ CHECKLIST_CATEGORY: string;
37
+ EVENT: string;
38
+ AREA_OF_IMPACT: string;
39
+ RESULT: string;
40
+ NOT_ACCEPTED: string;
41
+ MUST_BE_EVALUATED: string;
42
+ ACCEPTED: string;
43
+ ARCHIVED: string;
44
+ CAUSE: string;
45
+ PAGE: string;
46
+ OF: string;
47
+ REPORT_FOR: string;
48
+ SELECTED: string;
49
+ CHOOSE_ALL: string;
50
+ BREADCRUMB: string;
51
+ NAVIGATE_TO: string;
52
+ FILE_SIZE_LIMIT: string;
53
+ SUPPORTED_EXTENSIONS: string;
54
+ FILES_ARE_NOT_SUPPORTED: string;
55
+ FILES_EXCEED_UPLOAD_LIMIT: string;
56
+ SELECT_ACCESS: string;
57
+ PERSON: string;
58
+ USER_GROUP: string;
59
+ DEPARTMENT: string;
60
+ ROLE: string;
61
+ DEPARTMENT_UNIT: string;
62
+ INCLUDE_SUB_DEPARTMENTS: string;
63
+ NAME: string;
64
+ SEARCH_USER_GROUP: string;
65
+ SEARCH_DEPARTMENT_UNIT: string;
66
+ FILTER: string;
67
+ TYPE: string;
68
+ SEARCH_WITH_NAME: string;
69
+ RESULT_SEARCH_FOR: string;
70
+ TOOLTIP_INCLUDE_SUB_DEPARTMENT: string;
71
+ TOOLTIP_INCLUDE_SUB_ITEM: string;
72
+ NO_RESULT: string;
73
+ ITEM_NOT_MATCH_TO_TREE: string;
74
+ ERROR: {
75
+ SELECT_DANGER: string;
76
+ };
77
+ MESSAGE: {
78
+ PROCESSES_IN: string;
79
+ DOCUMENTS_IN: string;
80
+ };
81
+ SELECT_INCLUDE_CHILD: string;
82
+ BACK_TO_TREE: string;
83
+ GOTO_SEACH_RESULT: string;
84
+ QMSCKEDITOR: {
85
+ ID: string;
86
+ INFORMATION: string;
87
+ REMOVE_MAP: string;
88
+ IMAGE_MAP_PROPERTIES: string;
89
+ INSERT_TOOLTIP: string;
90
+ CONTENT: string;
91
+ TEMPLATE: string;
92
+ CONTENT_TEMPLATE: string;
93
+ CREATE_NEW_TEMPLATE: string;
94
+ UPDATE_TEMPLATE: string;
95
+ TITLE: string;
96
+ DESCRIPTION: string;
97
+ SAVE: string;
98
+ CHOOSE_TEMPLATE: string;
99
+ REPLACE_CONTENT: string;
100
+ SAVED: string;
101
+ SAVE_FAILED: string;
102
+ DELETE: string;
103
+ DELETED: string;
104
+ DELETE_FAILED: string;
105
+ DELETE_TEMPLATE: string;
106
+ CHANGE_TEMPLATE: string;
107
+ CANCEL: string;
108
+ LINK: string;
109
+ LINK_TYPE: string;
110
+ ZOOM: string;
111
+ LINK_URL: string;
112
+ LINK_ANCHOR_IN_TEXT: string;
113
+ LINK_EMAIL: string;
114
+ LINK_ANCHOR_DOCUMENT: string;
115
+ TARGET: string;
116
+ TARTGET_NEW: string;
117
+ TARGET_TOPMOST: string;
118
+ TARGET_SAME: string;
119
+ TARGET_PARENT: string;
120
+ PROTOCOL: string;
121
+ PROTOCOL_HTTP: string;
122
+ PROTOCOL_HTTPS: string;
123
+ PROTOCOL_FTP: string;
124
+ PROTOCOL_NEW: string;
125
+ PROTOCOL_OTHER: string;
126
+ ADVISORY_TITLE: string;
127
+ HANDBOOK: string;
128
+ ATTACHMENT: string;
129
+ OK: string;
130
+ URL_HEADER: string;
131
+ ANCHOR_TEXT_HEADER: string;
132
+ ANCHOR_BY_NAME: string;
133
+ EMAIL_HEADER: string;
134
+ EMAIL_ADDRESS: string;
135
+ EMAIL_SUBJECT: string;
136
+ EMAIL_BODY: string;
137
+ ANCHOR_ATTACHMENT: string;
138
+ ANCHOR_RELATED_DOCUMENT: string;
139
+ ADD_DOCUMENT_PROCESS: string;
140
+ ADD_DOCUMENT: string;
141
+ ADD: string;
142
+ PROSESSER: string;
143
+ DOCUMENTS: string;
144
+ UPDATE: string;
145
+ DOCUMENT: string;
146
+ CONFIRM: string;
147
+ SEARCH: string;
148
+ IMAGE_MODE_POINTER: string;
149
+ IMAGE_MODE_RECTANGLE: string;
150
+ IMAGE_MODE_CIRCLE: string;
151
+ IMAGE_MODE_POLYGON: string;
152
+ IMAGE_MODE_REMOVE: string;
153
+ POLYGON_DRAW: string;
154
+ RECTANGLE_DRAW: string;
155
+ SQUARE_DRAW: string;
156
+ INVALID_URL: string;
157
+ REQUIRED_URL: string;
158
+ CLOSE: string;
159
+ DOCUMENT_PROCESS: string;
160
+ UPLOAD_FILE_NOT_VALID_FORMAT: string;
161
+ UPLOAD_FILE_OVERSIZE: string;
162
+ UPLOAD_FILE_FAILED: string;
163
+ ASSISTIVE_TEXT: string;
164
+ WORDS: string;
165
+ CHARACTERS: string;
166
+ SELECT_VIDEO_FROM_ARCHIVE: string;
167
+ SELECT_VIDEO_IMAGE: string;
168
+ DOCUMENT_HEADER: string;
169
+ ADD_IMAGE: string;
170
+ IMAGE_INFO: string;
171
+ ADD_A_FILE: string;
172
+ EXTENSION_IS_NOT_SUPPORTED: string;
173
+ ACCEPT_MP4_ONLY: string;
174
+ MAXIMIZE: string;
175
+ MINIMIZE: string;
176
+ HEADING: string;
177
+ FONT_SIZE: string;
178
+ FONT_FAMILY: string;
179
+ FONT_COLOR: string;
180
+ FONT_BACKGROUND_COLOR: string;
181
+ BOLD: string;
182
+ ITALIC: string;
183
+ UNDERLINE: string;
184
+ STRIKETHROUGH: string;
185
+ HORIZONTAL_LINE: string;
186
+ PAGE_BREAK: string;
187
+ TEXT_ALIGNMENT: string;
188
+ BULLETED_LIST: string;
189
+ NUMBERED_LIST: string;
190
+ DECREASE_INDENT: string;
191
+ INCREASE_INDENT: string;
192
+ SUBSCRIPT: string;
193
+ SUPERSCRIPT: string;
194
+ UNDO: string;
195
+ REDO: string;
196
+ SPECIAL_CHARACTERS: string;
197
+ BLOCKQUOTE: string;
198
+ INSERT_IMAGE: string;
199
+ INSERT_MEDIA: string;
200
+ BROWSE_VIDEO: string;
201
+ INSERT_TABLE: string;
202
+ ANCHOR: string;
203
+ TOOLTIP: string;
204
+ TIMESTAMP: string;
205
+ ADD_TEMPLATE: string;
206
+ TEMPLATES: string;
207
+ REMOVE_FORMAT: string;
208
+ FIND_AND_REPLACE: string;
209
+ FLOWCHART: string;
210
+ BPMN: string;
211
+ ABOUT_CKEDITOR: string;
212
+ CREATE_TABLE_OF_CONTENTS: string;
213
+ SOURCE: string;
214
+ TOGGLE_TOOLBAR: string;
215
+ };
216
+ ABOUT: {
217
+ ABOUT_CKEDITOR: string;
218
+ CKEDITOR5_VERSION: string;
219
+ FOR_LICENSING_INFORMATION_PLEASE_VISIT_OUR_WEBSITE: string;
220
+ ALL_RIGHTS_RESERVED: string;
221
+ CHECK: string;
222
+ FOR_HELP: string;
223
+ CKEDITOR_USERS_GUIDE: string;
224
+ COPYRIGHT: string;
225
+ };
226
+ BPMN: {
227
+ DEFAULT: string;
228
+ TYPE: string;
229
+ NAME: string;
230
+ EXCLUSIVE: string;
231
+ INCLUSIVE: string;
232
+ PARALLEL: string;
233
+ APPEARANCE: string;
234
+ BODY_COLOR: string;
235
+ TEXT_ALIGNMENT: string;
236
+ LEFT: string;
237
+ CENTER: string;
238
+ RIGHT: string;
239
+ FONT_FAMILY: string;
240
+ FONT_SIZE: string;
241
+ CONTENT: string;
242
+ ICON: string;
243
+ NONE: string;
244
+ MESSAGE: string;
245
+ USER: string;
246
+ TASK: string;
247
+ TRANSACTION: string;
248
+ EVENT_SUB_PROCESS: string;
249
+ CALL_ACTIVITY: string;
250
+ SUB_PROCESS: string;
251
+ START: string;
252
+ END: string;
253
+ INTERMEDIATE: string;
254
+ CANCEL: string;
255
+ CANCEL_OULINED: string;
256
+ CANCEL_FILLED: string;
257
+ COMPENSATION_OULINED: string;
258
+ COMPENSATION_FILLED: string;
259
+ CONDITIONAL: string;
260
+ ERROR_OULINED: string;
261
+ ERROR_FILLED: string;
262
+ ESCALATION_OULINED: string;
263
+ ESCALATION_FILLED: string;
264
+ LINK_OULINED: string;
265
+ LINK_FILLED: string;
266
+ MESSAGE_OULINED: string;
267
+ MESSAGE_FILLED: string;
268
+ MULTIPLE_OULINED: string;
269
+ MULTIPLE_FILLED: string;
270
+ PARALLEL_MULTIPLE: string;
271
+ TERMINATION_OULINED: string;
272
+ TERMINATION_FILLED: string;
273
+ TIMER: string;
274
+ SIGNAL_OULINED: string;
275
+ SIGNAL_FILLED: string;
276
+ PARALLEL_OULINED: string;
277
+ PARALLEL_FILLED: string;
278
+ SUB_TYPE: string;
279
+ TRANSPARENCY: string;
280
+ LABEL: string;
281
+ TEXT: string;
282
+ POSITION: string;
283
+ LABELS: string;
284
+ NORMAL: string;
285
+ ASSOCIATION: string;
286
+ CONVERSATION: string;
287
+ PARTICPANTS: string;
288
+ INITIATING_PARTICIPANT: string;
289
+ PRIMARY_COLOR: string;
290
+ SECONDARY_COLOR: string;
291
+ "CALL-CONVERSATION": string;
292
+ ADD_LANES: string;
293
+ PERCENTAGE: string;
294
+ ADD_SUBLANES: string;
295
+ HEADER_COLOR: string;
296
+ LANE_BODY_COLOR: string;
297
+ LANE_HEADER_COLOR: string;
298
+ OPEN_A_PRINT_DIALOG: string;
299
+ OPEN_AS_JSON: string;
300
+ ZOOM_IN: string;
301
+ ZOOM_OUT: string;
302
+ ZOOM_TO_FIT: string;
303
+ SEND_TO_FRONT: string;
304
+ BRING_OBJECT_TO_FRONT: string;
305
+ SEND_TO_BACK: string;
306
+ BRING_OBJECT_TO_BACK: string;
307
+ CLEAR_PAPER: string;
308
+ UNDO: string;
309
+ REDO: string;
310
+ SELECT_TEMPLATE: string;
311
+ DELETE_TEMPLATE: string;
312
+ SAVE_AS_TEMPLATE: string;
313
+ RESET_TO_LAST_SAVE: string;
314
+ GRID_SIZE: string;
315
+ CHANGE_GRID_SIZE: string;
316
+ SNAPLINES: string;
317
+ ENABLE_DISABLE_SNAPLINES: string;
318
+ LINE_COLOR: string;
319
+ BODY_LINE_COLOR: string;
320
+ TYPE_COLOR: string;
321
+ MARKER: string;
322
+ MARKER_COLOR: string;
323
+ TOP_COLOR: string;
324
+ TOP_LINE_COLOR: string;
325
+ COLLECTION: string;
326
+ COLLECTION_COLOR: string;
327
+ SIZE: string;
328
+ HEADER_SIZE: string;
329
+ HEADER: string;
330
+ HEADER_STROKE_COLOR: string;
331
+ HEADER_LABEL_COLOR: string;
332
+ LANE_STROKE_COLOR: string;
333
+ LANE_HEADER_STROKE: string;
334
+ LANE_LABEL_COLOR: string;
335
+ MILESTONE_HEADER_FILL: string;
336
+ MILESTONE_STROKE: string;
337
+ MILESTONE_LABEL_COLOR: string;
338
+ MILESTONE_LINE_COLOR: string;
339
+ HEADER_ALIGNMENT: string;
340
+ HEADER_FONT_FAMILY: string;
341
+ HEADER_FONT_SIZE: string;
342
+ LANE_ALIGNMENT: string;
343
+ LANE_FONT_FAMILY: string;
344
+ LANE_FONT_SIZE: string;
345
+ MILESTONE_ALIGNMENT: string;
346
+ MILESTONE_FONT_FAMILY: string;
347
+ MILESTONE_FONT_SIZE: string;
348
+ TEXT_COLOR: string;
349
+ TEXT_HEADER_COLOR: string;
350
+ TEXT_BACKGROUND_COLOR: string;
351
+ TEXT_INSIDE_SHAPE: string;
352
+ TEMPLATE_NAME: string;
353
+ TEMPLATE_INFO: string;
354
+ SELECT_TEMPLATE_INFORMATION: string;
355
+ CONNECTION: string;
356
+ PROPERTIES: string;
357
+ BUSINESS_PROCESS_MODEL_AND_NOTATION: string;
358
+ CONNECTED_ATTACHMENT: string;
359
+ CONNECTED_DOCUMENT_OR_PROCESS: string;
360
+ DELETE_ATTACHMENT: string;
361
+ DELETE_DOCUMENT_OR_PROCESS: string;
362
+ CHOOSE_ANCHOR_IN_TEXT_OPTIONAL: string;
363
+ RELOAD_ANCHORS: string;
364
+ RESET_TO_ORIGINAL: string;
365
+ AUTO_LAYOUT_GRAPH: string;
366
+ FULLSCREEN: string;
367
+ FLOWCHART: string;
368
+ HANDBOOK: string;
369
+ TOGGLE_FULL_SCREEN: string;
370
+ };
371
+ QMSCKEDITOR_MESSAGE: {
372
+ CONFIRM_DELETE_TEMPLATE: string;
373
+ CONFIRM_CHANGE_TEMPLATE: string;
374
+ CONFIRM_DELETE_EXISTING_CONNECTION: string;
375
+ CONFIRM_DELETE_ATTACHMENT: string;
376
+ CONFIRM_DELETE_DOCUMENT_OR_PROCESS: string;
377
+ };
378
+ FLOWCHART: {
379
+ REMOVE_ELEMENT: string;
380
+ CLONE_AND_CONNECT: string;
381
+ CLONE: string;
382
+ BREAK_ALL_CONNECTIONS: string;
383
+ CONNECT: string;
384
+ ROTATE: string;
385
+ REMOVE_SELECTED_ELEMENT: string;
386
+ ROTATE_SELECTED_ELEMENT: string;
387
+ RESIZE_SELECTED_ELEMENT: string;
388
+ RECTANGLE: string;
389
+ ELLIPSE: string;
390
+ RECTANGLE_WITH_PORTS: string;
391
+ ELLIPSE_WITH_PORTS: string;
392
+ RHOMBUS: string;
393
+ CYLINDER: string;
394
+ IMAGE: string;
395
+ CARD: string;
396
+ ICON: string;
397
+ RECTANGLE_WITH_HEADER: string;
398
+ START_STATE: string;
399
+ END_STATE: string;
400
+ STATE: string;
401
+ PLACE: string;
402
+ TRANSITION: string;
403
+ ENTITY: string;
404
+ WEAK_ENTITY: string;
405
+ RELATIONSHIP: string;
406
+ IDENTIFYING_RELATIONSHIP: string;
407
+ ISA: string;
408
+ KEY: string;
409
+ NORMAL: string;
410
+ MULTIVALUED: string;
411
+ DERIVED: string;
412
+ CLASS: string;
413
+ INTERFACE: string;
414
+ ABSTRACT: string;
415
+ MEMBER: string;
416
+ UNDO: string;
417
+ REDO: string;
418
+ CLEAR_PAPER: string;
419
+ EXPORT_SVG: string;
420
+ EXPORT_PNG: string;
421
+ PRINT: string;
422
+ SEND_TO_FRONT: string;
423
+ SEND_TO_BACK: string;
424
+ AUTO_LAYOUT_GRAPH: string;
425
+ ZOOM_TO_FIT: string;
426
+ ZOOM_OUT: string;
427
+ ZOOM_IN: string;
428
+ CHANGE_GRID_SIZE: string;
429
+ SNAPLINES: string;
430
+ FULLSCREEN: string;
431
+ SELECT_TEMPLATE: string;
432
+ DELETE_TEMPLATE: string;
433
+ SAVE_AS_TEMPLATE: string;
434
+ RESET_TO_LAST_SAVE: string;
435
+ };
436
+ };
@@ -1,4 +1,4 @@
1
- declare function getCKEditorConfiguration(itemToolbar: string, availableLanguages?: any): {
1
+ declare function getCKEditorConfiguration(itemToolbar: string, LANG?: any, language?: string): {
2
2
  toolbar: {
3
3
  items: any[];
4
4
  removeItems: any[];
@@ -12,46 +12,66 @@ declare function getCKEditorConfiguration(itemToolbar: string, availableLanguage
12
12
  image: {
13
13
  styles: string[];
14
14
  toolbar: string[];
15
- resizeOptions: {
15
+ resizeOptions: ({
16
+ name: string;
17
+ value: any;
18
+ label: any;
19
+ icon: string;
20
+ } | {
16
21
  name: string;
17
22
  value: number;
18
23
  label: string;
19
24
  icon: string;
20
- }[];
25
+ })[];
21
26
  };
22
27
  video: {
23
28
  styles: string[];
24
29
  resizeUnit: string;
25
30
  toolbar: string[];
26
- resizeOptions: {
31
+ resizeOptions: ({
32
+ name: string;
33
+ value: any;
34
+ label: any;
35
+ icon: string;
36
+ } | {
27
37
  name: string;
28
38
  value: number;
29
39
  label: string;
30
40
  icon: string;
31
- }[];
41
+ })[];
32
42
  };
33
43
  media: {
34
44
  styles: string[];
35
45
  resizeUnit: string;
36
46
  toolbar: string[];
37
- resizeOptions: {
47
+ resizeOptions: ({
48
+ name: string;
49
+ value: any;
50
+ label: any;
51
+ icon: string;
52
+ } | {
38
53
  name: string;
39
54
  value: number;
40
55
  label: string;
41
56
  icon: string;
42
- }[];
57
+ })[];
43
58
  };
44
59
  mediaEmbed: {
45
60
  previewsInData: boolean;
46
61
  styles: string[];
47
62
  resizeUnit: string;
48
63
  toolbar: string[];
49
- resizeOptions: {
64
+ resizeOptions: ({
65
+ name: string;
66
+ value: any;
67
+ label: any;
68
+ icon: string;
69
+ } | {
50
70
  name: string;
51
71
  value: number;
52
72
  label: string;
53
73
  icon: string;
54
- }[];
74
+ })[];
55
75
  };
56
76
  link: {
57
77
  addTargetToExternalLinks: boolean;
@@ -85,7 +105,6 @@ declare function getCKEditorConfiguration(itemToolbar: string, availableLanguage
85
105
  };
86
106
  }[];
87
107
  };
88
- getTranslateLabel: (propertyResource: string, defaultLabel: string) => any;
89
108
  };
90
109
  declare const CKEditorCommonFunctions: {
91
110
  getCKEditorConfiguration: typeof getCKEditorConfiguration;
@@ -0,0 +1,194 @@
1
+ declare function BuildResourceNO(LANG?: any): {
2
+ dictionary: {
3
+ "%0 of %1": string;
4
+ "Align center": string;
5
+ "Align left": string;
6
+ "Align right": string;
7
+ Aquamarine: string;
8
+ Big: string;
9
+ Black: string;
10
+ "Block quote": string;
11
+ Blue: string;
12
+ Bold: string;
13
+ "Bulleted List": string;
14
+ Cancel: string;
15
+ "Cannot upload file:": string;
16
+ "Centered image": string;
17
+ "Change image text alternative": string;
18
+ "Characters: % 0": string;
19
+ "Could not insert image at the current position.": string;
20
+ "Could not obtain resized image URL.": string;
21
+ "Decrease indent": string;
22
+ Default: string;
23
+ "Dim grey": string;
24
+ "Document colors": string;
25
+ "Dropdown toolbar": string;
26
+ "Edit block": string;
27
+ "Editor toolbar": string;
28
+ "Enter image caption": string;
29
+ "Font Background Color": string;
30
+ "Font Color": string;
31
+ "Font Family": string;
32
+ "Font Size": string;
33
+ "Full size image": string;
34
+ Green: string;
35
+ Grey: string;
36
+ "Horizontal line": string;
37
+ Huge: string;
38
+ "Image resize list": string;
39
+ "Image toolbar": string;
40
+ "Increase indent": string;
41
+ "Insert image": string;
42
+ "Insert image or file": string;
43
+ "Insert paragraph after block": string;
44
+ "Insert paragraph before block": string;
45
+ "Inserting image failed": string;
46
+ Italic: string;
47
+ Justify: string;
48
+ "Left aligned image": string;
49
+ "Light blue": string;
50
+ "Light green": string;
51
+ "Light grey": string;
52
+ Next: string;
53
+ "Numbered List": string;
54
+ Orange: string;
55
+ Original: string;
56
+ "Page break": string;
57
+ Previous: string;
58
+ Purple: string;
59
+ Red: string;
60
+ Redo: string;
61
+ "Remove Format": string;
62
+ "Remove color": string;
63
+ "Resize image": string;
64
+ "Resize image to %0": string;
65
+ "Resize image to the original size": string;
66
+ "Rich Text Editor": string;
67
+ "Rich Text Editor, %0": string;
68
+ "Right aligned image": string;
69
+ Save: string;
70
+ "Select all": string;
71
+ "Selecting resized image failed": string;
72
+ "Show more items": string;
73
+ "Side image": string;
74
+ Small: string;
75
+ Source: string;
76
+ Strikethrough: string;
77
+ Subscript: string;
78
+ Superscript: string;
79
+ "Text alignment": string;
80
+ "Text alignment toolbar": string;
81
+ "Text alternative": string;
82
+ Tiny: string;
83
+ Turquoise: string;
84
+ Underline: string;
85
+ Undo: string;
86
+ "Upload failed": string;
87
+ "Upload in progress": string;
88
+ White: string;
89
+ "Widget toolbar": string;
90
+ "Words: %0": string;
91
+ Yellow: string;
92
+ "image widget": string;
93
+ Maximize: any;
94
+ Minimize: any;
95
+ Paragraph: any;
96
+ Heading: any;
97
+ "Heading %0": any;
98
+ "Choose heading": any;
99
+ "Special characters": any;
100
+ "Business Process Model and Notation": any;
101
+ "Link image": any;
102
+ "Edit link": any;
103
+ "This link has no URL": any;
104
+ "Image Map": any;
105
+ "Insert media": any;
106
+ "Resize media": any;
107
+ "Full size media": any;
108
+ "Side media": any;
109
+ "Left aligned media": any;
110
+ "Centered media": any;
111
+ "Right aligned media": any;
112
+ "Paste the media URL in the input.": any;
113
+ "Tip: Paste the URL into the content to embed faster.": any;
114
+ "Browse Video": any;
115
+ "Full size video": any;
116
+ "Left aligned video": any;
117
+ "Centered video": any;
118
+ "Right aligned video": any;
119
+ Link: any;
120
+ Anchor: any;
121
+ "Anchor name": any;
122
+ "Find and replace": any;
123
+ "Find in text\u2026": any;
124
+ "Match case": any;
125
+ "Whole words only": any;
126
+ Find: any;
127
+ "Replace with\u2026": any;
128
+ "Replace all": any;
129
+ Replace: any;
130
+ Column: any;
131
+ "Header column": any;
132
+ "Insert column left": any;
133
+ "Insert column right": any;
134
+ "Delete column": any;
135
+ "Select column": any;
136
+ Row: any;
137
+ "Header row": any;
138
+ "Insert row above": any;
139
+ "Insert row below": any;
140
+ "Delete row": any;
141
+ "Select row": any;
142
+ "Merge cells": any;
143
+ "Merge cell up": any;
144
+ "Merge cell right": any;
145
+ "Merge cell down": any;
146
+ "Merge cell left": any;
147
+ "Split cell vertically": any;
148
+ "Split cell horizontally": any;
149
+ "Table properties": any;
150
+ Border: any;
151
+ Style: any;
152
+ None: any;
153
+ Solid: any;
154
+ Dotted: any;
155
+ Dashed: any;
156
+ Double: any;
157
+ Groove: any;
158
+ Ridge: any;
159
+ Inset: any;
160
+ Outset: any;
161
+ Color: any;
162
+ "Color picker": any;
163
+ Width: any;
164
+ Height: any;
165
+ Background: any;
166
+ Dimensions: any;
167
+ Alignment: any;
168
+ "Align table to the left": any;
169
+ "Center table": any;
170
+ "Align table to the right": any;
171
+ "Cell properties": any;
172
+ Padding: any;
173
+ "Table cell text alignment": any;
174
+ "Align cell text to the left": any;
175
+ "Align cell text to the center": any;
176
+ "Align cell text to the right": any;
177
+ "Justify cell text": any;
178
+ "Align cell text to the top": any;
179
+ "Align cell text to the middle": any;
180
+ "Align cell text to the bottom": any;
181
+ "Toggle Toolbar": any;
182
+ "Insert table": any;
183
+ Tooltip: any;
184
+ Timestamp: any;
185
+ "Add Template": any;
186
+ Templates: any;
187
+ "About CKEditor": any;
188
+ "Create Table of Contents": any;
189
+ };
190
+ };
191
+ declare const CKEditorBuildResourceFunctions: {
192
+ BuildResourceNO: typeof BuildResourceNO;
193
+ };
194
+ export default CKEditorBuildResourceFunctions;