@optimajet/workflow-designer 0.0.19 → 5.2.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.
@@ -1,4 +1,4 @@
1
- var WorkflowDesignerConstants = {
1
+ var WorkflowDesignerConstants = {
2
2
  ActivityColor: "#ECF0F1",
3
3
  ActivityTextColor: "#2D3436",
4
4
  ActivityInitialColor: "#27AE60",
@@ -11,8 +11,8 @@
11
11
  SelectSubProcessColor: "#e3b015",
12
12
  SelectSubProcessTextColor: "#FFFFFF",
13
13
  ButtonActive: "#D4D8D9",
14
- BarColor: "#EDF1F2",
15
14
  DateTimeFormat: "YYYY-MM-DD HH:mm:ss.SSS",
15
+ BarColor: "#EDF1F2",
16
16
  BarSeparatorColor: "#D9DEE0",
17
17
  IsRequiredColor: "#F56C6C",
18
18
  ParameterFromProcessColor: "#1f8dd6",
@@ -21,7 +21,7 @@
21
21
  FieldIsRequired: "Field is required!",
22
22
  FieldIsNotCorrected: "Field is not corrected!",
23
23
  FieldMustBeUnique: "Field must be unique!",
24
- FieldMustContainAt: "Field must contain @",
24
+ FieldMustContainAt: "Field must contain @",
25
25
  ButtonTextDelete: "Delete",
26
26
  ButtonTextCreate: "Create",
27
27
  ButtonTextSave: "Save",
@@ -57,11 +57,11 @@
57
57
  IsForSetState: "For set state",
58
58
  IsAutoSchemeUpdate: "Auto scheme update",
59
59
  DisablePersist: "Disable persist",
60
- DisablePersists: {
61
- DisablePersistTransitionHistory: "Disable persist transition history",
62
- DisablePersistState: "Disable persist process state",
63
- DisablePersistParameters: "Disable persist process parameters"
64
- },
60
+ DisablePersists: {
61
+ DisablePersistTransitionHistory: "Disable persist transition history",
62
+ DisablePersistState: "Disable persist process state",
63
+ DisablePersistParameters: "Disable persist process parameters"
64
+ },
65
65
  Implementation: "Implementation",
66
66
  PreExecutionImplementation: "PreExecution Implementation",
67
67
  ImpOrder: "Order",
@@ -91,6 +91,10 @@
91
91
  Decision: {
92
92
  Title: "Decision",
93
93
  TitleForInline: "Decision Inline",
94
+ To: "To activity",
95
+ WhenTrue: "When True",
96
+ WhenFalse: "When False",
97
+ Transition: "Transitions to activities",
94
98
  Name: "Name",
95
99
  State: "State",
96
100
  IsInitial: "Initial",
@@ -101,10 +105,6 @@
101
105
  PreExecutionImplementation: "PreExecution Implementation",
102
106
  Annotations: "Annotations",
103
107
  Scheme: "Inline scheme",
104
- To: "To activity",
105
- WhenTrue: "When True",
106
- WhenFalse: "When False",
107
- Transition: "Transitions to activities",
108
108
  Condition: "Condition",
109
109
  ConditionType: "Type",
110
110
  ConditionAction: "Action",
@@ -118,6 +118,9 @@
118
118
  DecisionTable: {
119
119
  Title: "Decision table",
120
120
  TitleForInline: "Decision table Inline",
121
+ To: "To activity",
122
+ Transition: "Transitions to activities",
123
+ Parameters: "Parameters",
121
124
  Name: "Name",
122
125
  State: "State",
123
126
  IsInitial: "Initial",
@@ -128,11 +131,8 @@
128
131
  PreExecutionImplementation: "PreExecution Implementation",
129
132
  Annotations: "Annotations",
130
133
  Scheme: "Inline scheme",
131
- To: "To activity",
132
- Transition: "Transitions to activities",
133
134
  ConditionType: "Type",
134
135
  Condition: "Condition",
135
- Parameters: "Parameters",
136
136
  ConditionAction: "Action",
137
137
  ResultOnPreExecution: "PreExec. Result",
138
138
  ConditionActionParameter: "Action parameter",
@@ -147,6 +147,7 @@
147
147
  From: "From activity",
148
148
  To: "To activity",
149
149
  Classifier: "Classifier",
150
+ ClassifierValues: ["NotSpecified", "Direct", "Reverse"],
150
151
  Restrictions: "Restrictions",
151
152
  RestrictionsType: "Type",
152
153
  RestrictionsActor: "Actor",
@@ -184,6 +185,7 @@
184
185
  ActionLabel: "Action",
185
186
  ExpressionLabel: "Expression",
186
187
  OtherwiseLabel: "Otherwise",
188
+ UserComment: "Comment",
187
189
  Subprocess: "Subprocess",
188
190
  SubprocessNone: "None",
189
191
  SubprocessStart: "Start",
@@ -218,44 +220,36 @@
218
220
  IsDefault: "IsDefault",
219
221
  Culture: "Culture",
220
222
  Value: "Value",
221
- Types: [
222
- "Command",
223
- "State",
224
- "Parameter"
225
- ]
223
+ Types: ["Command", "State", "Parameter"]
226
224
  },
227
225
  TimerFormLabel: {
228
226
  Title: "Timers",
229
227
  Name: "Name",
230
228
  Type: "Type",
231
229
  Value: "Value",
232
- Types: [
233
- "Command",
234
- "State",
235
- "Parameter"
236
- ],
230
+ Types: ["Command", "State", "Parameter"],
237
231
  OverrideHint: "Override timer if exists",
238
232
  Override: "Override"
239
233
  },
240
234
  AssignmentFormLabel: {
241
- Title: 'Assignments',
242
- Code: 'Code',
243
- Name: 'Name',
244
- Executor: 'Executor',
245
- ExecutorId: 'Executor Id',
246
- Status: 'Status',
247
- DateCreation: 'Date creation',
248
- Description: 'Description',
249
- DateStart: 'Date start',
250
- DateFinish: 'Date finish',
251
- DeadlineToStart: 'Deadline to start',
252
- DeadlineToFinish: 'Deadline to finish',
253
- Observers: 'Observers',
254
- ObserverId: 'Observer Id',
255
- Tags: 'Tags',
256
- ProhibitedForExecution: 'Prohibited for execution',
257
- AssignmentDeleted: 'Assignment deleted',
258
- TypeSomething: 'Type something'
235
+ Title: "Assignments",
236
+ Code: "Code",
237
+ Name: "Name",
238
+ Executor: "Executor",
239
+ ExecutorId: "Executor Id",
240
+ Status: "Status",
241
+ DateCreation: "Date creation",
242
+ Description: "Description",
243
+ DateStart: "Date start",
244
+ DateFinish: "Date finish",
245
+ DeadlineToStart: "Deadline to start",
246
+ DeadlineToFinish: "Deadline to finish",
247
+ Observers: "Observers",
248
+ ObserverId: "Observer Id",
249
+ Tags: "Tags",
250
+ ProhibitedForExecution: "Prohibited for execution",
251
+ AssignmentDeleted: "Assignment deleted",
252
+ TypeSomething: "Type something"
259
253
  },
260
254
  ParameterFormLabel: {
261
255
  Title: "Parameters",
@@ -273,10 +267,7 @@
273
267
  Value: "Value",
274
268
  ShowPredefinedActors: "Show predefined actors"
275
269
  },
276
- CommandFormLabel: {
277
- Title: "Command",
278
- Name: "Name"
279
- },
270
+ CommandFormLabel: {Title: "Command", Name: "Name"},
280
271
  CommandParametersFormLabel: {
281
272
  Title: "command parameters",
282
273
  InputParametersName: "Name",
@@ -331,7 +322,7 @@
331
322
  IsGlobal: "Is global",
332
323
  IsAsync: "Async",
333
324
  Type: "Type",
334
- GlobalDeleteMessage: "If you've delete the Global CodeAction - <br/><b>other schemes won't be able to call it!</b>",
325
+ GlobalDeleteMessage: "If you've delete the Global CodeAction - <br/><b>other schemes won't be able to call it!<\/b>",
335
326
  UnGlobalMessage: "You've changed the state of the global flag.<br/>There will be created a Local CodeAction based on this Global CodeAction after saving this scheme.",
336
327
  EditParameters: "Edit parameters",
337
328
  Parameters: "Parameters",
@@ -361,130 +352,128 @@
361
352
  SwitchToConstructor: "Switch to parameter values editor",
362
353
  InvalidJson: "JSON object is invalid or does not match the model",
363
354
  CustomForms: {
364
- HTTPRequest: {
365
- Name: "Name",
366
- State: "State",
367
- UseAuth: "Use authentication",
368
- Heading: "Request",
369
- Url: "Url",
370
- Post: "Post",
371
- StoreResponse: "Store response",
372
- Username: "Username",
373
- Password: "Password",
374
- ParameterName: "Parameter name",
375
- ParameterPurpose: "Parameter purpose",
376
- ContentType: "Content type",
377
- AddProcessInstanceParameters: "Add process instance parameters",
378
- Parameters: "Parameters",
379
- Headers: "Headers",
380
- },
381
- SendEmail:{
382
- Name: "Name",
383
- State: "State",
384
- Heading: "Form",
385
- UseAuth: "Use authentication",
386
- MailServer: "Mail server",
387
- MailServerPort: "Mail server port",
388
- MailServerFrom: "Mail server from",
389
- To: "To",
390
- Subject: "Subject",
391
- MailServerSsl: "MailServerSsl",
392
- IsHTML: "IsHTML",
393
- MailServerLogin: "Mail server login",
394
- MailServerPass: "Mail server pass",
395
- Body: "Body",
396
- },
397
- StartLoopFor: {
398
- Name: "Name",
399
- State: "State",
400
-
401
- Heading: "Loop",
402
- DateRange: "Date range",
403
- RangeSeparator: "To",
404
- StartDate: "Start date",
405
- EndDate: "End date",
406
- Reverse: "Reverse",
407
- LoopName: "Loop name",
408
- LoopStateParameterName: "Loop state parameter name",
409
- LoopCounterValueParameterName: "Loop counter value parameter name",
410
- CounterType: "Counter type",
411
- StartValue: "Start value",
412
- EndValue: "End value",
413
- Step: "Step",
414
- StepType: "Step type",
415
- IncludeLastValue: "Include last value"
416
- },
417
- StartLoopForeach: {
418
- Name: "Name",
419
- State: "State",
420
- Heading: "Loop",
421
- ValuesError: "None value cannot be empty!",
422
- Values: "Values",
423
- LoopName: "Loop name",
424
- LoopStateParameterName: "Loop state parameter name",
425
- LoopCounterValueParameterName: "Loop counter value parameter name",
426
- Reverse: "Reverse",
427
- },
428
- CreateProcess: {
429
- Name: "Name",
430
- State: "State",
431
- Heading: "Main settings",
432
- ParameterName: "Name",
433
- ParameterPurpose: "Purpose",
434
- ParameterValue: "Value",
435
- Scheme: "Scheme",
436
- ProcessId: "Process id",
437
- ProcessCreationParameters: "Process creation parameters"
438
- },
439
- AssignmentCreate: {
440
- Name: "Name",
441
- State: "State",
442
- Heading: "Assignment",
443
- Code: "Code",
444
- NewTag: "New Tag",
445
- Executors: "Executors",
446
- IsActive: "Is active",
447
- Description: "Description",
448
- DeadlineToStart: "Deadline to start",
449
- DeadlineToComplete: "Deadline to complete",
450
- Observers: "Observers",
451
- Tags: "Tags",
452
- },
453
- AssignmentChange: {
454
- Name: "Name",
455
- State: "State",
456
- Heading: "Assignment",
457
- Code: "Code",
458
- ReplacementExecutors: "Replacement of executors",
459
- OldExecutor: "Old executor",
460
- NewExecutor: "New executor",
461
- AllExecutors: "All",
462
- Change: "Change",
463
- Status: "Status",
464
- DeadlineToStart: "Deadline to start",
465
- DeadlineToComplete: "Deadline to complete",
466
- Tags: "Tags",
467
- Observers: "Observers",
468
- NewTag: "New Tag",
469
- StatusState: "Status state",
470
- IsActive: "Is active",
471
- },
472
- AssignmentsHaveStatus:{
473
- Name: "Name",
474
- State: "State",
475
- Code: "Code",
476
- Condition: "Condition",
477
- IncludeInactive: "Include inactive",
478
- StatusState: "Status state",
479
- Assignments: "Assignments"
480
- },
481
- SetLoopState: {
482
- Name: "Name",
483
- State: "State",
484
- LoopName: "Loop name",
485
- LoopState: "Loop state"
486
- }
487
- // you can add custom parameter labels for specific form . example - SetLoopState
355
+ HTTPRequest: {
356
+ Name: "Name",
357
+ State: "State",
358
+ UseAuth: "Use authentication",
359
+ Heading: "Request",
360
+ Url: "Url",
361
+ Post: "Post",
362
+ StoreResponse: "Store response",
363
+ Username: "Username",
364
+ Password: "Password",
365
+ ParameterName: "Parameter name",
366
+ ParameterPurpose: "Parameter purpose",
367
+ ContentType: "Content type",
368
+ AddProcessInstanceParameters: "Add process instance parameters",
369
+ Parameters: "Parameters",
370
+ Headers: "Headers"
371
+ },
372
+ SendEmail: {
373
+ Name: "Name",
374
+ State: "State",
375
+ Heading: "Form",
376
+ UseAuth: "Use authentication",
377
+ MailServer: "Mail server",
378
+ MailServerPort: "Mail server port",
379
+ MailServerFrom: "Mail server from",
380
+ To: "To",
381
+ Subject: "Subject",
382
+ MailServerSsl: "MailServerSsl",
383
+ IsHTML: "IsHTML",
384
+ MailServerLogin: "Mail server login",
385
+ MailServerPass: "Mail server pass",
386
+ Body: "Body"
387
+ },
388
+ StartLoopFor: {
389
+ Name: "Name",
390
+ State: "State",
391
+ Heading: "Loop",
392
+ DateRange: "Date range",
393
+ RangeSeparator: "To",
394
+ StartDate: "Start date",
395
+ EndDate: "End date",
396
+ Reverse: "Reverse",
397
+ LoopName: "Loop name",
398
+ LoopStateParameterName: "Loop state parameter name",
399
+ LoopCounterValueParameterName: "Loop counter value parameter name",
400
+ CounterType: "Counter type",
401
+ StartValue: "Start value",
402
+ EndValue: "End value",
403
+ Step: "Step",
404
+ StepType: "Step type",
405
+ IncludeLastValue: "Include last value"
406
+ },
407
+ StartLoopForeach: {
408
+ Name: "Name",
409
+ State: "State",
410
+ Heading: "Loop",
411
+ ValuesError: "None value cannot be empty!",
412
+ Values: "Values",
413
+ LoopName: "Loop name",
414
+ LoopStateParameterName: "Loop state parameter name",
415
+ LoopCounterValueParameterName: "Loop counter value parameter name",
416
+ Reverse: "Reverse"
417
+ },
418
+ CreateProcess: {
419
+ Name: "Name",
420
+ State: "State",
421
+ Heading: "Main settings",
422
+ ParameterName: "Name",
423
+ ParameterPurpose: "Purpose",
424
+ ParameterValue: "Value",
425
+ Scheme: "Scheme",
426
+ ProcessId: "Process id",
427
+ ProcessCreationParameters: "Process creation parameters"
428
+ },
429
+ AssignmentCreate: {
430
+ Name: "Name",
431
+ State: "State",
432
+ Heading: "Assignment",
433
+ Code: "Code",
434
+ NewTag: "New Tag",
435
+ Executors: "Executors",
436
+ IsActive: "Is active",
437
+ Description: "Description",
438
+ DeadlineToStart: "Deadline to start",
439
+ DeadlineToComplete: "Deadline to complete",
440
+ Observers: "Observers",
441
+ Tags: "Tags"
442
+ },
443
+ AssignmentChange: {
444
+ Name: "Name",
445
+ State: "State",
446
+ Heading: "Assignment",
447
+ Code: "Code",
448
+ ReplacementExecutors: "Replacement of executors",
449
+ OldExecutor: "Old executor",
450
+ NewExecutor: "New executor",
451
+ AllExecutors: "All",
452
+ Change: "Change",
453
+ Status: "Status",
454
+ DeadlineToStart: "Deadline to start",
455
+ DeadlineToComplete: "Deadline to complete",
456
+ Tags: "Tags",
457
+ Observers: "Observers",
458
+ NewTag: "New Tag",
459
+ StatusState: "Status state",
460
+ IsActive: "Is active"
461
+ },
462
+ AssignmentsHaveStatus: {
463
+ Name: "Name",
464
+ State: "State",
465
+ Code: "Code",
466
+ Condition: "Condition",
467
+ IncludeInactive: "Include inactive",
468
+ StatusState: "Status state",
469
+ Assignments: "Assignments"
470
+ },
471
+ SetLoopState: {
472
+ Name: "Name",
473
+ State: "State",
474
+ LoopName: "Loop name",
475
+ LoopState: "Loop state"
476
+ }
488
477
  },
489
478
  IncorrectForm: "Your form contains greater than one element, and at least one element doesn't have a Name. Please specify the Name for each element."
490
479
  },
@@ -505,7 +494,7 @@
505
494
  Actors: "Actors",
506
495
  Commands: "Commands",
507
496
  Parameters: "Parameters",
508
- Assignments: 'Assignments',
497
+ Assignments: "Assignments",
509
498
  Localization: "Localization",
510
499
  Timers: "Timers",
511
500
  AdditionalParameters: "Additional Parameters",
@@ -524,13 +513,20 @@
524
513
  ResetSettings: "Reset settings",
525
514
  ZoomPositionDefault: "Zoom default"
526
515
  },
527
- LibraryLabel: {
528
- PluginRequired: "Plugin required:"
529
- },
516
+ LibraryLabel: {PluginRequired: "Plugin required:"},
530
517
  Logs: {
531
518
  Label: "Logs",
532
519
  ParamName: "LogEnabled",
533
- Description: "This parameter is the default value for logging processes based on this scheme"
520
+ Description: "This parameter is the default value for logging processes based on this scheme",
521
+ AutoRefresh: "Auto refresh",
522
+ Empty: "Empty",
523
+ Timestamp: "Timestamp",
524
+ Message: "Message",
525
+ Exception: "Exception",
526
+ Show: "Show",
527
+ ExceptionInfo: "Exception info",
528
+ HideDetails: "Hide details",
529
+ ShowDetails: "Show details"
534
530
  },
535
531
  ErrorActivityIsInitialCountText: "One element must be marked flag Initial",
536
532
  ErrorActivityIsFinalCountText: "This scheme is Inlined. One or more elements must be marked flag Final",
@@ -593,134 +589,120 @@
593
589
  Title: "Set loop state",
594
590
  Description: "The action for set loop state"
595
591
  }
596
- // you can add custom element labels. example - SetLoopState
597
- },
598
- OverviewMap: {
599
- show: true,
600
- width: 300,
601
- height: 150
602
592
  },
593
+ OverviewMap: {show: true, width: 300, height: 150},
603
594
  UndoDepth: 200,
604
595
  DefaultCulture: "en-US",
605
596
  ErrorInBrowserConsole: "See more info in the browser console.",
606
597
  ELEMENT: {
607
598
  el: {
608
- colorpicker: {
609
- confirm: 'OK',
610
- clear: 'Clear'
611
- },
599
+ colorpicker: {confirm: "OK", clear: "Clear"},
612
600
  datepicker: {
613
- now: 'Now',
614
- today: 'Today',
615
- cancel: 'Cancel',
616
- clear: 'Clear',
617
- confirm: 'OK',
618
- selectDate: 'Select date',
619
- selectTime: 'Select time',
620
- startDate: 'Start Date',
621
- startTime: 'Start Time',
622
- endDate: 'End Date',
623
- endTime: 'End Time',
624
- prevYear: 'Previous Year',
625
- nextYear: 'Next Year',
626
- prevMonth: 'Previous Month',
627
- nextMonth: 'Next Month',
628
- year: '',
629
- month1: 'January',
630
- month2: 'February',
631
- month3: 'March',
632
- month4: 'April',
633
- month5: 'May',
634
- month6: 'June',
635
- month7: 'July',
636
- month8: 'August',
637
- month9: 'September',
638
- month10: 'October',
639
- month11: 'November',
640
- month12: 'December',
641
- week: 'week',
601
+ now: "Now",
602
+ today: "Today",
603
+ cancel: "Cancel",
604
+ clear: "Clear",
605
+ confirm: "OK",
606
+ selectDate: "Select date",
607
+ selectTime: "Select time",
608
+ startDate: "Start Date",
609
+ startTime: "Start Time",
610
+ endDate: "End Date",
611
+ endTime: "End Time",
612
+ prevYear: "Previous Year",
613
+ nextYear: "Next Year",
614
+ prevMonth: "Previous Month",
615
+ nextMonth: "Next Month",
616
+ year: "",
617
+ month1: "January",
618
+ month2: "February",
619
+ month3: "March",
620
+ month4: "April",
621
+ month5: "May",
622
+ month6: "June",
623
+ month7: "July",
624
+ month8: "August",
625
+ month9: "September",
626
+ month10: "October",
627
+ month11: "November",
628
+ month12: "December",
629
+ week: "week",
642
630
  weeks: {
643
- sun: 'Sun',
644
- mon: 'Mon',
645
- tue: 'Tue',
646
- wed: 'Wed',
647
- thu: 'Thu',
648
- fri: 'Fri',
649
- sat: 'Sat'
631
+ sun: "Sun",
632
+ mon: "Mon",
633
+ tue: "Tue",
634
+ wed: "Wed",
635
+ thu: "Thu",
636
+ fri: "Fri",
637
+ sat: "Sat"
650
638
  },
651
639
  months: {
652
- jan: 'Jan',
653
- feb: 'Feb',
654
- mar: 'Mar',
655
- apr: 'Apr',
656
- may: 'May',
657
- jun: 'Jun',
658
- jul: 'Jul',
659
- aug: 'Aug',
660
- sep: 'Sep',
661
- oct: 'Oct',
662
- nov: 'Nov',
663
- dec: 'Dec'
640
+ jan: "Jan",
641
+ feb: "Feb",
642
+ mar: "Mar",
643
+ apr: "Apr",
644
+ may: "May",
645
+ jun: "Jun",
646
+ jul: "Jul",
647
+ aug: "Aug",
648
+ sep: "Sep",
649
+ oct: "Oct",
650
+ nov: "Nov",
651
+ dec: "Dec"
664
652
  }
665
653
  },
666
654
  select: {
667
- loading: 'Loading',
668
- noMatch: 'No matching data',
669
- noData: 'No data',
670
- placeholder: 'Select'
655
+ loading: "Loading",
656
+ noMatch: "No matching data",
657
+ noData: "No data",
658
+ placeholder: "Select"
671
659
  },
672
660
  cascader: {
673
- noMatch: 'No matching data',
674
- loading: 'Loading',
675
- placeholder: 'Select',
676
- noData: 'No data'
661
+ noMatch: "No matching data",
662
+ loading: "Loading",
663
+ placeholder: "Select",
664
+ noData: "No data"
677
665
  },
678
666
  pagination: {
679
- goto: 'Go to',
680
- pagesize: '/page',
681
- total: 'Total {total}',
682
- pageClassifier: ''
667
+ goto: "Go to",
668
+ pagesize: "/page",
669
+ total: "Total {total}",
670
+ pageClassifier: ""
683
671
  },
684
672
  messagebox: {
685
- title: 'Message',
686
- confirm: 'OK',
687
- cancel: 'Cancel',
688
- error: 'Illegal input'
673
+ title: "Message",
674
+ confirm: "OK",
675
+ cancel: "Cancel",
676
+ error: "Illegal input"
689
677
  },
690
678
  upload: {
691
- deleteTip: 'press delete to remove',
692
- delete: 'Delete',
693
- preview: 'Preview',
694
- continue: 'Continue'
679
+ deleteTip: "press delete to remove",
680
+ delete: "Delete",
681
+ preview: "Preview",
682
+ continue: "Continue"
695
683
  },
696
684
  table: {
697
- emptyText: 'No Data',
698
- confirmFilter: 'Confirm',
699
- resetFilter: 'Reset',
700
- clearFilter: 'All',
701
- sumText: 'Sum'
702
- },
703
- tree: {
704
- emptyText: 'No Data'
685
+ emptyText: "No Data",
686
+ confirmFilter: "Confirm",
687
+ resetFilter: "Reset",
688
+ clearFilter: "All",
689
+ sumText: "Sum"
705
690
  },
691
+ tree: {emptyText: "No Data"},
706
692
  transfer: {
707
- noMatch: 'No matching data',
708
- noData: 'No data',
709
- titles: ['List 1', 'List 2'], // to be translated
710
- filterPlaceholder: 'Enter keyword', // to be translated
711
- noCheckedFormat: '{total} items', // to be translated
712
- hasCheckedFormat: '{checked}/{total} checked' // to be translated
713
- },
714
- image: {
715
- error: 'FAILED'
716
- },
717
- pageHeader: {
718
- title: 'Back' // to be translated
693
+ noMatch: "No matching data",
694
+ noData: "No data",
695
+ titles: ["List 1", "List 2"],
696
+ filterPlaceholder: "Enter keyword",
697
+ noCheckedFormat: "{total} items",
698
+ hasCheckedFormat: "{checked}/{total} checked"
719
699
  },
720
- popconfirm: {
721
- confirmButtonText: 'Yes',
722
- cancelButtonText: 'No'
723
- }
700
+ image: {error: "FAILED"},
701
+ pageHeader: {title: "Back"},
702
+ popconfirm: {confirmButtonText: "Yes", cancelButtonText: "No"},
703
+ empty: {description: "No Data"}
724
704
  }
725
705
  }
726
- };
706
+ };
707
+
708
+ window.WorkflowDesignerConstants = WorkflowDesignerConstants;