@lcap/nasl
Version:
NetEase Application Specific Language
822 lines • 968 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.processComponent = void 0;
exports.processComponent = (function () {
const injectModule = {};
const exportRoles = function () {
return [];
};
const execTemplate = function (app, frontend, view, insetProcess) {
const _templateObjects = [];
const { _set, _push, _create, _addModule, _rename, _startNames, _changeDefaultValue, } = injectModule.operators;
const _uniqueName = new injectModule.uniqueName();
_uniqueName.initAppUniqueNames(app, frontend, view);
const initialNames = ['processDefName', 'taskDefName', 'processStartBy', 'taskDefList', 'processStatus', 'tabValue', 'createTimeBefore', 'createTimeAfter',
'loadMyTaskList', 'loadMylaunchProcess', 'getAllProcessDefList', 'getTaskDefListByProcessDef', 'processSelectTab', 'getUsersList', 'reloadProcess', 'handleProcessTask'];
_startNames(...initialNames);
app.emit('collect:start', {
actionMsg: '导入流程组件模板',
});
/*---- create ---- */
/*---------ViewElement tabs1 create -----------*/
let t_ViewElement_tabs1_4 = _create('ViewElement');
_templateObjects.push(t_ViewElement_tabs1_4);
/*---------BindAttribute appear create -----------*/
let t_BindAttribute_appear_5 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_appear_5);
/*---------BindAttribute value create -----------*/
let t_BindAttribute_value_6 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_value_6);
/*---------Identifier tabValue create -----------*/
let t_Identifier_tabValue_7 = _create('Identifier');
_templateObjects.push(t_Identifier_tabValue_7);
/*---------BindEvent select create -----------*/
let t_BindEvent_select_8 = _create('BindEvent');
_templateObjects.push(t_BindEvent_select_8);
/*---------Logic select create -----------*/
let t_Logic_select_9 = _create('Logic');
_templateObjects.push(t_Logic_select_9);
/*---------Start create -----------*/
let t_Start_unknown_10 = _create('Start');
_templateObjects.push(t_Start_unknown_10);
/*---------IfStatement create -----------*/
let t_IfStatement_unknown_11 = _create('IfStatement');
_templateObjects.push(t_IfStatement_unknown_11);
/*---------BinaryExpression create -----------*/
let t_BinaryExpression_unknown_12 = _create('BinaryExpression');
_templateObjects.push(t_BinaryExpression_unknown_12);
/*---------Identifier tabValue create -----------*/
let t_Identifier_tabValue_13 = _create('Identifier');
_templateObjects.push(t_Identifier_tabValue_13);
/*---------StringLiteral create -----------*/
let t_StringLiteral_unknown_14 = _create('StringLiteral');
_templateObjects.push(t_StringLiteral_unknown_14);
/*---------Assignment create -----------*/
let t_Assignment_unknown_15 = _create('Assignment');
_templateObjects.push(t_Assignment_unknown_15);
/*---------Identifier processStatus create -----------*/
let t_Identifier_processStatus_16 = _create('Identifier');
_templateObjects.push(t_Identifier_processStatus_16);
/*---------BooleanLiteral create -----------*/
let t_BooleanLiteral_unknown_17 = _create('BooleanLiteral');
_templateObjects.push(t_BooleanLiteral_unknown_17);
/*---------Assignment create -----------*/
let t_Assignment_unknown_18 = _create('Assignment');
_templateObjects.push(t_Assignment_unknown_18);
/*---------Identifier processStatus create -----------*/
let t_Identifier_processStatus_19 = _create('Identifier');
_templateObjects.push(t_Identifier_processStatus_19);
/*---------BooleanLiteral create -----------*/
let t_BooleanLiteral_unknown_20 = _create('BooleanLiteral');
_templateObjects.push(t_BooleanLiteral_unknown_20);
/*---------Assignment create -----------*/
let t_Assignment_unknown_21 = _create('Assignment');
_templateObjects.push(t_Assignment_unknown_21);
/*---------Identifier processDefName create -----------*/
let t_Identifier_processDefName_22 = _create('Identifier');
_templateObjects.push(t_Identifier_processDefName_22);
/*---------NullLiteral create -----------*/
let t_NullLiteral_unknown_23 = _create('NullLiteral');
_templateObjects.push(t_NullLiteral_unknown_23);
/*---------Assignment create -----------*/
let t_Assignment_unknown_24 = _create('Assignment');
_templateObjects.push(t_Assignment_unknown_24);
/*---------Identifier taskDefName create -----------*/
let t_Identifier_taskDefName_25 = _create('Identifier');
_templateObjects.push(t_Identifier_taskDefName_25);
/*---------NullLiteral create -----------*/
let t_NullLiteral_unknown_26 = _create('NullLiteral');
_templateObjects.push(t_NullLiteral_unknown_26);
/*---------Assignment create -----------*/
let t_Assignment_unknown_27 = _create('Assignment');
_templateObjects.push(t_Assignment_unknown_27);
/*---------Identifier createTimeBefore create -----------*/
let t_Identifier_createTimeBefore_28 = _create('Identifier');
_templateObjects.push(t_Identifier_createTimeBefore_28);
/*---------NullLiteral create -----------*/
let t_NullLiteral_unknown_29 = _create('NullLiteral');
_templateObjects.push(t_NullLiteral_unknown_29);
/*---------Assignment create -----------*/
let t_Assignment_unknown_30 = _create('Assignment');
_templateObjects.push(t_Assignment_unknown_30);
/*---------Identifier createTimeAfter create -----------*/
let t_Identifier_createTimeAfter_31 = _create('Identifier');
_templateObjects.push(t_Identifier_createTimeAfter_31);
/*---------NullLiteral create -----------*/
let t_NullLiteral_unknown_32 = _create('NullLiteral');
_templateObjects.push(t_NullLiteral_unknown_32);
/*---------Assignment create -----------*/
let t_Assignment_unknown_33 = _create('Assignment');
_templateObjects.push(t_Assignment_unknown_33);
/*---------Identifier processStartBy create -----------*/
let t_Identifier_processStartBy_34 = _create('Identifier');
_templateObjects.push(t_Identifier_processStartBy_34);
/*---------NullLiteral create -----------*/
let t_NullLiteral_unknown_35 = _create('NullLiteral');
_templateObjects.push(t_NullLiteral_unknown_35);
/*---------CallFunction create -----------*/
let t_CallFunction_unknown_36 = _create('CallFunction');
_templateObjects.push(t_CallFunction_unknown_36);
/*---------Argument create -----------*/
let t_Argument_unknown_37 = _create('Argument');
_templateObjects.push(t_Argument_unknown_37);
/*---------Identifier taskDefList create -----------*/
let t_Identifier_taskDefList_38 = _create('Identifier');
_templateObjects.push(t_Identifier_taskDefList_38);
/*---------CallLogic create -----------*/
let t_CallLogic_unknown_39 = _create('CallLogic');
_templateObjects.push(t_CallLogic_unknown_39);
/*---------End create -----------*/
let t_End_unknown_40 = _create('End');
_templateObjects.push(t_End_unknown_40);
/*---------ViewElement tab1 create -----------*/
let t_ViewElement_tab1_41 = _create('ViewElement');
_templateObjects.push(t_ViewElement_tab1_41);
/*---------BindAttribute title create -----------*/
let t_BindAttribute_title_42 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_title_42);
/*---------BindAttribute value create -----------*/
let t_BindAttribute_value_43 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_value_43);
/*---------ViewElement linear_layout1 create -----------*/
let t_ViewElement_linear_layout1_44 = _create('ViewElement');
_templateObjects.push(t_ViewElement_linear_layout1_44);
/*---------BindAttribute direction create -----------*/
let t_BindAttribute_direction_45 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_direction_45);
/*---------ViewElement linear_layout2 create -----------*/
let t_ViewElement_linear_layout2_46 = _create('ViewElement');
_templateObjects.push(t_ViewElement_linear_layout2_46);
/*---------ViewElement linear_layout3 create -----------*/
let t_ViewElement_linear_layout3_47 = _create('ViewElement');
_templateObjects.push(t_ViewElement_linear_layout3_47);
/*---------BindAttribute display create -----------*/
let t_BindAttribute_display_48 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_display_48);
/*---------BindAttribute gap create -----------*/
let t_BindAttribute_gap_49 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_gap_49);
/*---------ViewElement text1 create -----------*/
let t_ViewElement_text1_50 = _create('ViewElement');
_templateObjects.push(t_ViewElement_text1_50);
/*---------BindAttribute text create -----------*/
let t_BindAttribute_text_51 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_text_51);
/*---------ViewElement select1 create -----------*/
let t_ViewElement_select1_52 = _create('ViewElement');
_templateObjects.push(t_ViewElement_select1_52);
/*---------BindAttribute filterable create -----------*/
let t_BindAttribute_filterable_53 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_filterable_53);
/*---------BindAttribute clearable create -----------*/
let t_BindAttribute_clearable_54 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_clearable_54);
/*---------BindAttribute width create -----------*/
let t_BindAttribute_width_55 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_width_55);
/*---------BindAttribute text-field create -----------*/
let t_BindAttribute_textfield_56 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_textfield_56);
/*---------BindAttribute value-field create -----------*/
let t_BindAttribute_valuefield_57 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_valuefield_57);
/*---------BindAttribute data-source create -----------*/
let t_BindAttribute_datasource_58 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_datasource_58);
/*---------Identifier getAllProcessDefList create -----------*/
let t_Identifier_getAllProcessDefList_59 = _create('Identifier');
_templateObjects.push(t_Identifier_getAllProcessDefList_59);
/*---------BindAttribute value create -----------*/
let t_BindAttribute_value_60 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_value_60);
/*---------Identifier processDefName create -----------*/
let t_Identifier_processDefName_61 = _create('Identifier');
_templateObjects.push(t_Identifier_processDefName_61);
/*---------BindAttribute initial-load create -----------*/
let t_BindAttribute_initialload_62 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_initialload_62);
/*---------BindEvent change create -----------*/
let t_BindEvent_change_63 = _create('BindEvent');
_templateObjects.push(t_BindEvent_change_63);
/*---------Logic change create -----------*/
let t_Logic_change_64 = _create('Logic');
_templateObjects.push(t_Logic_change_64);
/*---------Start create -----------*/
let t_Start_unknown_65 = _create('Start');
_templateObjects.push(t_Start_unknown_65);
/*---------CallLogic create -----------*/
let t_CallLogic_unknown_66 = _create('CallLogic');
_templateObjects.push(t_CallLogic_unknown_66);
/*---------End create -----------*/
let t_End_unknown_67 = _create('End');
_templateObjects.push(t_End_unknown_67);
/*---------ViewElement linear_layout4 create -----------*/
let t_ViewElement_linear_layout4_68 = _create('ViewElement');
_templateObjects.push(t_ViewElement_linear_layout4_68);
/*---------BindAttribute display create -----------*/
let t_BindAttribute_display_69 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_display_69);
/*---------BindAttribute gap create -----------*/
let t_BindAttribute_gap_70 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_gap_70);
/*---------ViewElement text2 create -----------*/
let t_ViewElement_text2_71 = _create('ViewElement');
_templateObjects.push(t_ViewElement_text2_71);
/*---------BindAttribute text create -----------*/
let t_BindAttribute_text_72 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_text_72);
/*---------ViewElement select2 create -----------*/
let t_ViewElement_select2_73 = _create('ViewElement');
_templateObjects.push(t_ViewElement_select2_73);
/*---------BindAttribute filterable create -----------*/
let t_BindAttribute_filterable_74 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_filterable_74);
/*---------BindAttribute clearable create -----------*/
let t_BindAttribute_clearable_75 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_clearable_75);
/*---------BindAttribute width create -----------*/
let t_BindAttribute_width_76 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_width_76);
/*---------BindAttribute text-field create -----------*/
let t_BindAttribute_textfield_77 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_textfield_77);
/*---------BindAttribute value-field create -----------*/
let t_BindAttribute_valuefield_78 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_valuefield_78);
/*---------BindAttribute data-source create -----------*/
let t_BindAttribute_datasource_79 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_datasource_79);
/*---------Identifier taskDefList create -----------*/
let t_Identifier_taskDefList_80 = _create('Identifier');
_templateObjects.push(t_Identifier_taskDefList_80);
/*---------BindAttribute value create -----------*/
let t_BindAttribute_value_81 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_value_81);
/*---------Identifier taskDefName create -----------*/
let t_Identifier_taskDefName_82 = _create('Identifier');
_templateObjects.push(t_Identifier_taskDefName_82);
/*---------BindAttribute initial-load create -----------*/
let t_BindAttribute_initialload_83 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_initialload_83);
/*---------BindAttribute multiple create -----------*/
let t_BindAttribute_multiple_84 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_multiple_84);
/*---------BindEvent change create -----------*/
let t_BindEvent_change_85 = _create('BindEvent');
_templateObjects.push(t_BindEvent_change_85);
/*---------Logic change create -----------*/
let t_Logic_change_86 = _create('Logic');
_templateObjects.push(t_Logic_change_86);
/*---------Start create -----------*/
let t_Start_unknown_87 = _create('Start');
_templateObjects.push(t_Start_unknown_87);
/*---------CallLogic create -----------*/
let t_CallLogic_unknown_88 = _create('CallLogic');
_templateObjects.push(t_CallLogic_unknown_88);
/*---------End create -----------*/
let t_End_unknown_89 = _create('End');
_templateObjects.push(t_End_unknown_89);
/*---------ViewElement linear_layout5 create -----------*/
let t_ViewElement_linear_layout5_90 = _create('ViewElement');
_templateObjects.push(t_ViewElement_linear_layout5_90);
/*---------BindAttribute display create -----------*/
let t_BindAttribute_display_91 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_display_91);
/*---------BindAttribute gap create -----------*/
let t_BindAttribute_gap_92 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_gap_92);
/*---------ViewElement text3 create -----------*/
let t_ViewElement_text3_93 = _create('ViewElement');
_templateObjects.push(t_ViewElement_text3_93);
/*---------BindAttribute text create -----------*/
let t_BindAttribute_text_94 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_text_94);
/*---------ViewElement select3 create -----------*/
let t_ViewElement_select3_95 = _create('ViewElement');
_templateObjects.push(t_ViewElement_select3_95);
/*---------BindAttribute width create -----------*/
let t_BindAttribute_width_96 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_width_96);
/*---------BindAttribute clearable create -----------*/
let t_BindAttribute_clearable_97 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_clearable_97);
/*---------BindAttribute placeholder create -----------*/
let t_BindAttribute_placeholder_98 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_placeholder_98);
/*---------BindAttribute data-source create -----------*/
let t_BindAttribute_datasource_99 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_datasource_99);
/*---------Identifier getUsersList create -----------*/
let t_Identifier_getUsersList_100 = _create('Identifier');
_templateObjects.push(t_Identifier_getUsersList_100);
/*---------BindAttribute value create -----------*/
let t_BindAttribute_value_101 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_value_101);
/*---------Identifier processStartBy create -----------*/
let t_Identifier_processStartBy_102 = _create('Identifier');
_templateObjects.push(t_Identifier_processStartBy_102);
/*---------BindAttribute multiple create -----------*/
let t_BindAttribute_multiple_103 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_multiple_103);
/*---------BindAttribute initial-load create -----------*/
let t_BindAttribute_initialload_104 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_initialload_104);
/*---------BindAttribute pageable create -----------*/
let t_BindAttribute_pageable_105 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_pageable_105);
/*---------BindAttribute remote-paging create -----------*/
let t_BindAttribute_remotepaging_106 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_remotepaging_106);
/*---------BindAttribute filterable create -----------*/
let t_BindAttribute_filterable_107 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_filterable_107);
/*---------BindAttribute remote-filtering create -----------*/
let t_BindAttribute_remotefiltering_108 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_remotefiltering_108);
/*---------BindAttribute value-field create -----------*/
let t_BindAttribute_valuefield_109 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_valuefield_109);
/*---------BindAttribute text-field create -----------*/
let t_BindAttribute_textfield_110 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_textfield_110);
/*---------BindEvent change create -----------*/
let t_BindEvent_change_111 = _create('BindEvent');
_templateObjects.push(t_BindEvent_change_111);
/*---------Logic change create -----------*/
let t_Logic_change_112 = _create('Logic');
_templateObjects.push(t_Logic_change_112);
/*---------Start create -----------*/
let t_Start_unknown_113 = _create('Start');
_templateObjects.push(t_Start_unknown_113);
/*---------CallLogic create -----------*/
let t_CallLogic_unknown_114 = _create('CallLogic');
_templateObjects.push(t_CallLogic_unknown_114);
/*---------End create -----------*/
let t_End_unknown_115 = _create('End');
_templateObjects.push(t_End_unknown_115);
/*---------ViewElement linear_layout6 create -----------*/
let t_ViewElement_linear_layout6_116 = _create('ViewElement');
_templateObjects.push(t_ViewElement_linear_layout6_116);
/*---------BindAttribute display create -----------*/
let t_BindAttribute_display_117 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_display_117);
/*---------BindAttribute gap create -----------*/
let t_BindAttribute_gap_118 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_gap_118);
/*---------ViewElement text4 create -----------*/
let t_ViewElement_text4_119 = _create('ViewElement');
_templateObjects.push(t_ViewElement_text4_119);
/*---------BindAttribute text create -----------*/
let t_BindAttribute_text_120 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_text_120);
/*---------ViewElement date_picker1 create -----------*/
let t_ViewElement_date_picker1_121 = _create('ViewElement');
_templateObjects.push(t_ViewElement_date_picker1_121);
/*---------BindAttribute width create -----------*/
let t_BindAttribute_width_122 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_width_122);
/*---------BindAttribute clearable create -----------*/
let t_BindAttribute_clearable_123 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_clearable_123);
/*---------BindAttribute converter create -----------*/
let t_BindAttribute_converter_124 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_converter_124);
/*---------BindAttribute date create -----------*/
let t_BindAttribute_date_125 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_date_125);
/*---------Identifier createTimeAfter create -----------*/
let t_Identifier_createTimeAfter_126 = _create('Identifier');
_templateObjects.push(t_Identifier_createTimeAfter_126);
/*---------BindAttribute time create -----------*/
let t_BindAttribute_time_127 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_time_127);
/*---------BindEvent change create -----------*/
let t_BindEvent_change_128 = _create('BindEvent');
_templateObjects.push(t_BindEvent_change_128);
/*---------Logic change create -----------*/
let t_Logic_change_129 = _create('Logic');
_templateObjects.push(t_Logic_change_129);
/*---------Start create -----------*/
let t_Start_unknown_130 = _create('Start');
_templateObjects.push(t_Start_unknown_130);
/*---------CallLogic create -----------*/
let t_CallLogic_unknown_131 = _create('CallLogic');
_templateObjects.push(t_CallLogic_unknown_131);
/*---------End create -----------*/
let t_End_unknown_132 = _create('End');
_templateObjects.push(t_End_unknown_132);
/*---------ViewElement text5 create -----------*/
let t_ViewElement_text5_133 = _create('ViewElement');
_templateObjects.push(t_ViewElement_text5_133);
/*---------BindAttribute text create -----------*/
let t_BindAttribute_text_134 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_text_134);
/*---------ViewElement date_picker2 create -----------*/
let t_ViewElement_date_picker2_135 = _create('ViewElement');
_templateObjects.push(t_ViewElement_date_picker2_135);
/*---------BindAttribute width create -----------*/
let t_BindAttribute_width_136 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_width_136);
/*---------BindAttribute clearable create -----------*/
let t_BindAttribute_clearable_137 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_clearable_137);
/*---------BindAttribute converter create -----------*/
let t_BindAttribute_converter_138 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_converter_138);
/*---------BindAttribute date create -----------*/
let t_BindAttribute_date_139 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_date_139);
/*---------Identifier createTimeBefore create -----------*/
let t_Identifier_createTimeBefore_140 = _create('Identifier');
_templateObjects.push(t_Identifier_createTimeBefore_140);
/*---------BindAttribute time create -----------*/
let t_BindAttribute_time_141 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_time_141);
/*---------BindEvent change create -----------*/
let t_BindEvent_change_142 = _create('BindEvent');
_templateObjects.push(t_BindEvent_change_142);
/*---------Logic change create -----------*/
let t_Logic_change_143 = _create('Logic');
_templateObjects.push(t_Logic_change_143);
/*---------Start create -----------*/
let t_Start_unknown_144 = _create('Start');
_templateObjects.push(t_Start_unknown_144);
/*---------CallLogic create -----------*/
let t_CallLogic_unknown_145 = _create('CallLogic');
_templateObjects.push(t_CallLogic_unknown_145);
/*---------End create -----------*/
let t_End_unknown_146 = _create('End');
_templateObjects.push(t_End_unknown_146);
/*---------ViewElement linear_layout7 create -----------*/
let t_ViewElement_linear_layout7_147 = _create('ViewElement');
_templateObjects.push(t_ViewElement_linear_layout7_147);
/*---------BindAttribute direction create -----------*/
let t_BindAttribute_direction_148 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_direction_148);
/*---------BindAttribute layout create -----------*/
let t_BindAttribute_layout_149 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_layout_149);
/*---------ViewElement grid_view1 create -----------*/
let t_ViewElement_grid_view1_150 = _create('ViewElement');
_templateObjects.push(t_ViewElement_grid_view1_150);
/*---------BindAttribute repeat create -----------*/
let t_BindAttribute_repeat_151 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_repeat_151);
/*---------BindAttribute pageable create -----------*/
let t_BindAttribute_pageable_152 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_pageable_152);
/*---------BindAttribute show-foot create -----------*/
let t_BindAttribute_showfoot_153 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_showfoot_153);
/*---------BindAttribute remote-paging create -----------*/
let t_BindAttribute_remotepaging_154 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_remotepaging_154);
/*---------BindAttribute show-total create -----------*/
let t_BindAttribute_showtotal_155 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_showtotal_155);
/*---------BindAttribute show-sizer create -----------*/
let t_BindAttribute_showsizer_156 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_showsizer_156);
/*---------BindAttribute page-size create -----------*/
let t_BindAttribute_pagesize_157 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_pagesize_157);
/*---------BindAttribute readonly create -----------*/
let t_BindAttribute_readonly_158 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_readonly_158);
/*---------BindAttribute border create -----------*/
let t_BindAttribute_border_159 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_border_159);
/*---------BindAttribute data-source create -----------*/
let t_BindAttribute_datasource_160 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_datasource_160);
/*---------Identifier loadMyTaskList create -----------*/
let t_Identifier_loadMyTaskList_161 = _create('Identifier');
_templateObjects.push(t_Identifier_loadMyTaskList_161);
/*---------BindAttribute show-jumper create -----------*/
let t_BindAttribute_showjumper_162 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_showjumper_162);
/*---------BindAttribute empty-text create -----------*/
let t_BindAttribute_emptytext_163 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_emptytext_163);
/*---------BindDirective if create -----------*/
let t_BindDirective_if_164 = _create('BindDirective');
_templateObjects.push(t_BindDirective_if_164);
/*---------MemberExpression create -----------*/
let t_MemberExpression_unknown_165 = _create('MemberExpression');
_templateObjects.push(t_MemberExpression_unknown_165);
/*---------Identifier userInfo create -----------*/
let t_Identifier_userInfo_166 = _create('Identifier');
_templateObjects.push(t_Identifier_userInfo_166);
/*---------Identifier UserName create -----------*/
let t_Identifier_UserName_167 = _create('Identifier');
_templateObjects.push(t_Identifier_UserName_167);
/*---------ViewElement template1 create -----------*/
let t_ViewElement_template1_168 = _create('ViewElement');
_templateObjects.push(t_ViewElement_template1_168);
/*---------ViewElement info_list1 create -----------*/
let t_ViewElement_info_list1_169 = _create('ViewElement');
_templateObjects.push(t_ViewElement_info_list1_169);
/*---------BindAttribute repeat create -----------*/
let t_BindAttribute_repeat_170 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_repeat_170);
/*---------ViewElement info_list_group1 create -----------*/
let t_ViewElement_info_list_group1_171 = _create('ViewElement');
_templateObjects.push(t_ViewElement_info_list_group1_171);
/*---------BindAttribute title create -----------*/
let t_BindAttribute_title_172 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_title_172);
/*---------MemberExpression create -----------*/
let t_MemberExpression_unknown_173 = _create('MemberExpression');
_templateObjects.push(t_MemberExpression_unknown_173);
/*---------MemberExpression create -----------*/
let t_MemberExpression_unknown_174 = _create('MemberExpression');
_templateObjects.push(t_MemberExpression_unknown_174);
/*---------Identifier current create -----------*/
let t_Identifier_current_175 = _create('Identifier');
_templateObjects.push(t_Identifier_current_175);
/*---------Identifier item create -----------*/
let t_Identifier_item_176 = _create('Identifier');
_templateObjects.push(t_Identifier_item_176);
/*---------Identifier processTitle create -----------*/
let t_Identifier_processTitle_177 = _create('Identifier');
_templateObjects.push(t_Identifier_processTitle_177);
/*---------BindDirective if create -----------*/
let t_BindDirective_if_178 = _create('BindDirective');
_templateObjects.push(t_BindDirective_if_178);
/*---------ViewElement template2 create -----------*/
let t_ViewElement_template2_179 = _create('ViewElement');
_templateObjects.push(t_ViewElement_template2_179);
/*---------ViewElement link1 create -----------*/
let t_ViewElement_link1_180 = _create('ViewElement');
_templateObjects.push(t_ViewElement_link1_180);
/*---------BindAttribute text create -----------*/
let t_BindAttribute_text_181 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_text_181);
/*---------BindAttribute decoration create -----------*/
let t_BindAttribute_decoration_182 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_decoration_182);
/*---------BindAttribute destination create -----------*/
let t_BindAttribute_destination_183 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_destination_183);
/*---------Destination create -----------*/
let t_Destination_unknown_184 = _create('Destination');
_templateObjects.push(t_Destination_unknown_184);
/*---------BindEvent click create -----------*/
let t_BindEvent_click_185 = _create('BindEvent');
_templateObjects.push(t_BindEvent_click_185);
/*---------Logic click create -----------*/
let t_Logic_click_186 = _create('Logic');
_templateObjects.push(t_Logic_click_186);
/*---------Variable ToUrl create -----------*/
let t_Variable_ToUrl_187 = _create('Variable');
_templateObjects.push(t_Variable_ToUrl_187);
/*---------TypeAnnotation create -----------*/
let t_TypeAnnotation_unknown_188 = _create('TypeAnnotation');
_templateObjects.push(t_TypeAnnotation_unknown_188);
/*---------Start create -----------*/
let t_Start_unknown_189 = _create('Start');
_templateObjects.push(t_Start_unknown_189);
/*---------Assignment create -----------*/
let t_Assignment_unknown_190 = _create('Assignment');
_templateObjects.push(t_Assignment_unknown_190);
/*---------Identifier ToUrl create -----------*/
let t_Identifier_ToUrl_191 = _create('Identifier');
_templateObjects.push(t_Identifier_ToUrl_191);
/*---------CallLogic create -----------*/
let t_CallLogic_unknown_192 = _create('CallLogic');
_templateObjects.push(t_CallLogic_unknown_192);
/*---------Argument create -----------*/
let t_Argument_unknown_193 = _create('Argument');
_templateObjects.push(t_Argument_unknown_193);
/*---------MemberExpression create -----------*/
let t_MemberExpression_unknown_194 = _create('MemberExpression');
_templateObjects.push(t_MemberExpression_unknown_194);
/*---------MemberExpression create -----------*/
let t_MemberExpression_unknown_195 = _create('MemberExpression');
_templateObjects.push(t_MemberExpression_unknown_195);
/*---------Identifier current create -----------*/
let t_Identifier_current_196 = _create('Identifier');
_templateObjects.push(t_Identifier_current_196);
/*---------Identifier item create -----------*/
let t_Identifier_item_197 = _create('Identifier');
_templateObjects.push(t_Identifier_item_197);
/*---------Identifier taskId create -----------*/
let t_Identifier_taskId_198 = _create('Identifier');
_templateObjects.push(t_Identifier_taskId_198);
/*---------JSBlock create -----------*/
let t_JSBlock_unknown_199 = _create('JSBlock');
_templateObjects.push(t_JSBlock_unknown_199);
/*---------End create -----------*/
let t_End_unknown_200 = _create('End');
_templateObjects.push(t_End_unknown_200);
/*---------ViewElement info_list_item1 create -----------*/
let t_ViewElement_info_list_item1_201 = _create('ViewElement');
_templateObjects.push(t_ViewElement_info_list_item1_201);
/*---------BindAttribute label create -----------*/
let t_BindAttribute_label_202 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_label_202);
/*---------ViewElement text6 create -----------*/
let t_ViewElement_text6_203 = _create('ViewElement');
_templateObjects.push(t_ViewElement_text6_203);
/*---------BindAttribute text create -----------*/
let t_BindAttribute_text_204 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_text_204);
/*---------MemberExpression create -----------*/
let t_MemberExpression_unknown_205 = _create('MemberExpression');
_templateObjects.push(t_MemberExpression_unknown_205);
/*---------MemberExpression create -----------*/
let t_MemberExpression_unknown_206 = _create('MemberExpression');
_templateObjects.push(t_MemberExpression_unknown_206);
/*---------Identifier current create -----------*/
let t_Identifier_current_207 = _create('Identifier');
_templateObjects.push(t_Identifier_current_207);
/*---------Identifier item create -----------*/
let t_Identifier_item_208 = _create('Identifier');
_templateObjects.push(t_Identifier_item_208);
/*---------Identifier taskDefName create -----------*/
let t_Identifier_taskDefName_209 = _create('Identifier');
_templateObjects.push(t_Identifier_taskDefName_209);
/*---------ViewElement info_list_item2 create -----------*/
let t_ViewElement_info_list_item2_210 = _create('ViewElement');
_templateObjects.push(t_ViewElement_info_list_item2_210);
/*---------BindAttribute label create -----------*/
let t_BindAttribute_label_211 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_label_211);
/*---------ViewElement text7 create -----------*/
let t_ViewElement_text7_212 = _create('ViewElement');
_templateObjects.push(t_ViewElement_text7_212);
/*---------BindAttribute text create -----------*/
let t_BindAttribute_text_213 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_text_213);
/*---------MemberExpression create -----------*/
let t_MemberExpression_unknown_214 = _create('MemberExpression');
_templateObjects.push(t_MemberExpression_unknown_214);
/*---------MemberExpression create -----------*/
let t_MemberExpression_unknown_215 = _create('MemberExpression');
_templateObjects.push(t_MemberExpression_unknown_215);
/*---------Identifier current create -----------*/
let t_Identifier_current_216 = _create('Identifier');
_templateObjects.push(t_Identifier_current_216);
/*---------Identifier item create -----------*/
let t_Identifier_item_217 = _create('Identifier');
_templateObjects.push(t_Identifier_item_217);
/*---------Identifier processDescription create -----------*/
let t_Identifier_processDescription_218 = _create('Identifier');
_templateObjects.push(t_Identifier_processDescription_218);
/*---------ViewElement info_list_item3 create -----------*/
let t_ViewElement_info_list_item3_219 = _create('ViewElement');
_templateObjects.push(t_ViewElement_info_list_item3_219);
/*---------BindAttribute label create -----------*/
let t_BindAttribute_label_220 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_label_220);
/*---------ViewElement text8 create -----------*/
let t_ViewElement_text8_221 = _create('ViewElement');
_templateObjects.push(t_ViewElement_text8_221);
/*---------BindAttribute text create -----------*/
let t_BindAttribute_text_222 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_text_222);
/*---------MemberExpression create -----------*/
let t_MemberExpression_unknown_223 = _create('MemberExpression');
_templateObjects.push(t_MemberExpression_unknown_223);
/*---------MemberExpression create -----------*/
let t_MemberExpression_unknown_224 = _create('MemberExpression');
_templateObjects.push(t_MemberExpression_unknown_224);
/*---------Identifier current create -----------*/
let t_Identifier_current_225 = _create('Identifier');
_templateObjects.push(t_Identifier_current_225);
/*---------Identifier item create -----------*/
let t_Identifier_item_226 = _create('Identifier');
_templateObjects.push(t_Identifier_item_226);
/*---------Identifier taskTitle create -----------*/
let t_Identifier_taskTitle_227 = _create('Identifier');
_templateObjects.push(t_Identifier_taskTitle_227);
/*---------ViewElement info_list_item5 create -----------*/
let t_ViewElement_info_list_item5_228 = _create('ViewElement');
_templateObjects.push(t_ViewElement_info_list_item5_228);
/*---------BindAttribute label create -----------*/
let t_BindAttribute_label_229 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_label_229);
/*---------ViewElement text10 create -----------*/
let t_ViewElement_text10_230 = _create('ViewElement');
_templateObjects.push(t_ViewElement_text10_230);
/*---------BindAttribute text create -----------*/
let t_BindAttribute_text_231 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_text_231);
/*---------MemberExpression create -----------*/
let t_MemberExpression_unknown_232 = _create('MemberExpression');
_templateObjects.push(t_MemberExpression_unknown_232);
/*---------MemberExpression create -----------*/
let t_MemberExpression_unknown_233 = _create('MemberExpression');
_templateObjects.push(t_MemberExpression_unknown_233);
/*---------Identifier current create -----------*/
let t_Identifier_current_234 = _create('Identifier');
_templateObjects.push(t_Identifier_current_234);
/*---------Identifier item create -----------*/
let t_Identifier_item_235 = _create('Identifier');
_templateObjects.push(t_Identifier_item_235);
/*---------Identifier createTime create -----------*/
let t_Identifier_createTime_236 = _create('Identifier');
_templateObjects.push(t_Identifier_createTime_236);
/*---------ViewElement tab2 create -----------*/
let t_ViewElement_tab2_237 = _create('ViewElement');
_templateObjects.push(t_ViewElement_tab2_237);
/*---------BindAttribute title create -----------*/
let t_BindAttribute_title_238 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_title_238);
/*---------BindAttribute value create -----------*/
let t_BindAttribute_value_239 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_value_239);
/*---------ViewElement linear_layout8 create -----------*/
let t_ViewElement_linear_layout8_240 = _create('ViewElement');
_templateObjects.push(t_ViewElement_linear_layout8_240);
/*---------BindAttribute direction create -----------*/
let t_BindAttribute_direction_241 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_direction_241);
/*---------ViewElement linear_layout9 create -----------*/
let t_ViewElement_linear_layout9_242 = _create('ViewElement');
_templateObjects.push(t_ViewElement_linear_layout9_242);
/*---------ViewElement linear_layout10 create -----------*/
let t_ViewElement_linear_layout10_243 = _create('ViewElement');
_templateObjects.push(t_ViewElement_linear_layout10_243);
/*---------BindAttribute display create -----------*/
let t_BindAttribute_display_244 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_display_244);
/*---------BindAttribute gap create -----------*/
let t_BindAttribute_gap_245 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_gap_245);
/*---------ViewElement text11 create -----------*/
let t_ViewElement_text11_246 = _create('ViewElement');
_templateObjects.push(t_ViewElement_text11_246);
/*---------BindAttribute text create -----------*/
let t_BindAttribute_text_247 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_text_247);
/*---------ViewElement select4 create -----------*/
let t_ViewElement_select4_248 = _create('ViewElement');
_templateObjects.push(t_ViewElement_select4_248);
/*---------BindAttribute filterable create -----------*/
let t_BindAttribute_filterable_249 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_filterable_249);
/*---------BindAttribute clearable create -----------*/
let t_BindAttribute_clearable_250 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_clearable_250);
/*---------BindAttribute width create -----------*/
let t_BindAttribute_width_251 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_width_251);
/*---------BindAttribute text-field create -----------*/
let t_BindAttribute_textfield_252 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_textfield_252);
/*---------BindAttribute value-field create -----------*/
let t_BindAttribute_valuefield_253 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_valuefield_253);
/*---------BindAttribute data-source create -----------*/
let t_BindAttribute_datasource_254 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_datasource_254);
/*---------Identifier getAllProcessDefList create -----------*/
let t_Identifier_getAllProcessDefList_255 = _create('Identifier');
_templateObjects.push(t_Identifier_getAllProcessDefList_255);
/*---------BindAttribute value create -----------*/
let t_BindAttribute_value_256 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_value_256);
/*---------Identifier processDefName create -----------*/
let t_Identifier_processDefName_257 = _create('Identifier');
_templateObjects.push(t_Identifier_processDefName_257);
/*---------BindAttribute initial-load create -----------*/
let t_BindAttribute_initialload_258 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_initialload_258);
/*---------BindEvent change create -----------*/
let t_BindEvent_change_259 = _create('BindEvent');
_templateObjects.push(t_BindEvent_change_259);
/*---------Logic change create -----------*/
let t_Logic_change_260 = _create('Logic');
_templateObjects.push(t_Logic_change_260);
/*---------Start create -----------*/
let t_Start_unknown_261 = _create('Start');
_templateObjects.push(t_Start_unknown_261);
/*---------CallLogic create -----------*/
let t_CallLogic_unknown_262 = _create('CallLogic');
_templateObjects.push(t_CallLogic_unknown_262);
/*---------End create -----------*/
let t_End_unknown_263 = _create('End');
_templateObjects.push(t_End_unknown_263);
/*---------ViewElement linear_layout11 create -----------*/
let t_ViewElement_linear_layout11_264 = _create('ViewElement');
_templateObjects.push(t_ViewElement_linear_layout11_264);
/*---------BindAttribute display create -----------*/
let t_BindAttribute_display_265 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_display_265);
/*---------BindAttribute gap create -----------*/
let t_BindAttribute_gap_266 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_gap_266);
/*---------ViewElement text12 create -----------*/
let t_ViewElement_text12_267 = _create('ViewElement');
_templateObjects.push(t_ViewElement_text12_267);
/*---------BindAttribute text create -----------*/
let t_BindAttribute_text_268 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_text_268);
/*---------ViewElement select5 create -----------*/
let t_ViewElement_select5_269 = _create('ViewElement');
_templateObjects.push(t_ViewElement_select5_269);
/*---------BindAttribute filterable create -----------*/
let t_BindAttribute_filterable_270 = _create('BindAttribute');
_templateObjects.push(t_BindAttribute_filterable_270);
/*---------BindAttribute clearable create