cloud-web-corejs 1.0.54-dev.57 → 1.0.54-dev.571
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.
- package/package.json +21 -13
- package/src/App.vue +30 -34
- package/src/api/user.js +16 -0
- package/src/components/Qrcode/fileParse.vue +0 -1
- package/src/components/Tinymce/index.vue +112 -71
- package/src/components/VabUpload/image-viewer.vue +2 -2
- package/src/components/VabUpload/index.js +49 -1
- package/src/components/VabUpload/mixins.js +1822 -2
- package/src/components/VabUpload/propertiesDialog.vue +1 -1
- package/src/components/VabUpload/view.vue +209 -120
- package/src/components/advancedSearchDialog/mixins.js +28 -1
- package/src/components/base-textarea/index.vue +104 -0
- package/src/components/baseAlert/index.js +44 -1
- package/src/components/baseAlert/index.vue +23 -19
- package/src/components/baseAlert/mixins.js +61 -1
- package/src/components/baseAttachment/index.vue +49 -40
- package/src/components/baseAttachment/install.js +21 -5
- package/src/components/baseAttachment/mixins.js +310 -1
- package/src/components/baseInputBatch/mixins.js +58 -1
- package/src/components/baseInputExport/index.vue +19 -12
- package/src/components/baseInputExport/mixins.js +391 -1
- package/src/components/baseTabs/mixins.js +166 -1
- package/src/components/cnPrint/index.js +44 -1
- package/src/components/cnPrint/mixins.js +189 -1
- package/src/components/code-editor/index.vue +102 -63
- package/src/components/confirmDialog/index.js +41 -1
- package/src/components/confirmDialog/index.vue +24 -17
- package/src/components/confirmDialog/mixins.js +31 -1
- package/src/components/errorMsg/index.js +44 -1
- package/src/components/errorMsg/index.vue +78 -70
- package/src/components/errorMsg/mixins.js +101 -5
- package/src/components/excelExport/button.vue +57 -4
- package/src/components/excelExport/exportFieldDialog.vue +215 -81
- package/src/components/excelExport/index.js +6 -6
- package/src/components/excelExport/index.vue +56 -2
- package/src/components/excelExport/mixins.js +3 -2
- package/src/components/excelImport/index.js +13 -13
- package/src/components/excelImport/mixins.js +2 -1
- package/src/components/fileLibrary/fileObjAuthDialog.vue +179 -89
- package/src/components/fileLibrary/fileObjAuthEditDialog.vue +6 -0
- package/src/components/fileLibrary/filterDialog.vue +454 -0
- package/src/components/fileLibrary/index.vue +605 -262
- package/src/components/fileLibrary/mixins/categoryMoveDialogMixins.js +1 -1
- package/src/components/fileLibrary/mixins/fileCategoryDialogMixins.js +1 -1
- package/src/components/fileLibrary/mixins/fileHistoryDialogMixins.js +2 -2
- package/src/components/fileLibrary/mixins/fileObjAuthDialogMixin.js +339 -211
- package/src/components/fileLibrary/mixins/fileObjAuthEditDialogMixin.js +31 -27
- package/src/components/fileLibrary/mixins/fileObjAuthEditMixin.js +4 -4
- package/src/components/fileLibrary/mixins/indexMixins.js +220 -101
- package/src/components/fileLibrary/mixins/propertiesDialogMixins.js +64 -4
- package/src/components/fileLibrary/mixins/recycleBinDialogMixins.js +3 -3
- package/src/components/fileLibrary/propertiesDialog.vue +113 -74
- package/src/components/fileLibrary/shareDialog.vue +1 -1
- package/src/components/formOplog/mixins.js +77 -1
- package/src/components/hiprint/css/bootstrap.min.css +6 -0
- package/src/components/hiprint/fonts/glyphicons-halflings-regular.eot +0 -0
- package/src/components/hiprint/fonts/glyphicons-halflings-regular.svg +288 -0
- package/src/components/hiprint/fonts/glyphicons-halflings-regular.ttf +0 -0
- package/src/components/hiprint/fonts/glyphicons-halflings-regular.woff +0 -0
- package/src/components/hiprint/fonts/glyphicons-halflings-regular.woff2 +0 -0
- package/src/components/hiprint/hiprint.bundle.js +7 -2
- package/src/components/hiprint/view/design/index.vue +140 -47
- package/src/components/hiprint/view/design/mixins.js +611 -1
- package/src/components/hiprint/view/design/preview.vue +75 -52
- package/src/components/hiprint/view/json-view.vue +31 -31
- package/src/components/jdPrint/index.js +44 -1
- package/src/components/jdPrint/mixins.js +208 -1
- package/src/components/jsonImport/index.js +187 -17
- package/src/components/jsonImport/mixins.js +333 -1
- package/src/components/langImport/index.js +80 -1
- package/src/components/langImport/mixins.js +500 -16
- package/src/components/langTag/mixins/addButton.js +51 -5
- package/src/components/langTag/mixins/deleteButton.js +55 -5
- package/src/components/langTag/mixins/view.js +47 -5
- package/src/components/luckysheet/dialog.vue +159 -0
- package/src/components/luckysheet/export.js +595 -0
- package/src/components/luckysheet/fileUtils.js +147 -0
- package/src/components/luckysheet/index.js +72 -0
- package/src/components/luckysheet/templateJson.js +12078 -0
- package/src/components/luckysheet/view.vue +210 -0
- package/src/components/obsUpload/index.js +34 -0
- package/src/components/obsUpload/index.vue +231 -0
- package/src/components/obsUpload/mixins.js +1476 -0
- package/src/components/onlineTalk/mixins.js +852 -1
- package/src/components/oplogTable/mixins.js +83 -4
- package/src/components/pddPrint/index.js +44 -1
- package/src/components/pddPrint/mixins.js +252 -1
- package/src/components/projectTag/mixins/addButton.js +52 -1
- package/src/components/projectTag/mixins/deleteButton.js +52 -1
- package/src/components/projectTag/mixins/view.js +43 -1
- package/src/components/scriptDescription/button.vue +12 -4
- package/src/components/scriptDescription/mixins.js +30 -1
- package/src/components/scriptTest/mixins.js +90 -1
- package/src/components/statusTag/mixins.js +66 -1
- package/src/components/table/CellSlot.vue +1 -0
- package/src/components/table/config.js +1 -1
- package/src/components/table/index.js +12 -11
- package/src/components/table/plugins/extend-cell-area/vxe-table-extend-cell-area.es6.min.js +11028 -0
- package/src/components/table/plugins/extend-cell-area/vxe-table-extend-cell-area.min.css +200 -0
- package/src/components/table/tableForm.vue +99 -63
- package/src/components/table/tableFormMixin.js +1 -1
- package/src/components/table/util/index.js +335 -0
- package/src/components/table/vxeFilter/index.js +1 -1
- package/src/components/table/vxeFilter/mixin.js +6 -6
- package/src/components/tempStorage/index.vue +76 -55
- package/src/components/tempStorage/tempStorageDialog.vue +179 -54
- package/src/components/vb-tabs/x-tabs.vue +56 -30
- package/src/components/vipPrint/index.js +44 -1
- package/src/components/vipPrint/mixins.js +268 -1
- package/src/components/wf/addOpinionButton.vue +57 -0
- package/src/components/wf/content.vue +834 -362
- package/src/components/wf/mixins/addOpinionButton.js +53 -0
- package/src/components/wf/mixins/setCandidateButton.js +161 -0
- package/src/components/wf/mixins/setCandidateDialog.js +213 -1
- package/src/components/wf/mixins/setCandidateDialog2.js +252 -0
- package/src/components/wf/mixins/wfFlowEleScriptDialog.js +131 -0
- package/src/components/wf/mixins/wfTaskUserRangeDialog.js +69 -0
- package/src/components/wf/setCandidateButton.vue +40 -0
- package/src/components/wf/setCandidateDialog.vue +10 -0
- package/src/components/wf/setCandidateDialog2.vue +105 -0
- package/src/components/wf/wf.js +2156 -1
- package/src/components/wf/wfFlowEleScriptDialog.vue +89 -0
- package/src/components/wf/wfStartDialog.vue +66 -42
- package/src/components/wf/wfTaskUserRangeDialog.vue +65 -0
- package/src/components/wf/wfUtil.js +279 -1
- package/src/components/xform/form-designer/designer.js +5 -3
- package/src/components/xform/form-designer/form-widget/components/gantt/index.vue +434 -0
- package/src/components/xform/form-designer/form-widget/container-widget/containerMixin.js +1 -1
- package/src/components/xform/form-designer/form-widget/container-widget/data-table-mixin.js +9 -8
- package/src/components/xform/form-designer/form-widget/container-widget/data-table-widget.vue +4 -1
- package/src/components/xform/form-designer/form-widget/container-widget/detail-widget.vue +3 -3
- package/src/components/xform/form-designer/form-widget/dialog/baseFormulaDialog copy.vue +971 -0
- package/src/components/xform/form-designer/form-widget/dialog/baseFormulaDialog.vue +971 -0
- package/src/components/xform/form-designer/form-widget/dialog/exportDialog.vue +13 -0
- package/src/components/xform/form-designer/form-widget/dialog/fileReferenceDialog.vue +301 -0
- package/src/components/xform/form-designer/form-widget/dialog/formDialog.vue +82 -49
- package/src/components/xform/form-designer/form-widget/dialog/formDrawer.vue +5 -1
- package/src/components/xform/form-designer/form-widget/dialog/formulaDialog.vue +799 -0
- package/src/components/xform/form-designer/form-widget/dialog/importDialog.vue +38 -7
- package/src/components/xform/form-designer/form-widget/dialog/importDialogMixin.js +9 -903
- package/src/components/xform/form-designer/form-widget/dialog/searchFormDialog.vue +196 -73
- package/src/components/xform/form-designer/form-widget/field-widget/a-link-widget.vue +2 -2
- package/src/components/xform/form-designer/form-widget/field-widget/a-text-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/baseAttachment-widget.vue +32 -4
- package/src/components/xform/form-designer/form-widget/field-widget/button-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/cascader-widget.vue +19 -1
- package/src/components/xform/form-designer/form-widget/field-widget/census-widget.vue +40 -28
- package/src/components/xform/form-designer/form-widget/field-widget/checkbox-widget.vue +18 -7
- package/src/components/xform/form-designer/form-widget/field-widget/color-widget.vue +4 -1
- package/src/components/xform/form-designer/form-widget/field-widget/copy_button-widget.vue +95 -0
- package/src/components/xform/form-designer/form-widget/field-widget/date-range-widget.vue +14 -2
- package/src/components/xform/form-designer/form-widget/field-widget/date-widget.vue +30 -4
- package/src/components/xform/form-designer/form-widget/field-widget/download-button-widget.vue +133 -0
- package/src/components/xform/form-designer/form-widget/field-widget/dropdown-item-widget.vue +77 -0
- package/src/components/xform/form-designer/form-widget/field-widget/dropdown-menu-widget.vue +106 -0
- package/src/components/xform/form-designer/form-widget/field-widget/fieldMixin.js +25 -997
- package/src/components/xform/form-designer/form-widget/field-widget/form-item-wrapper.vue +705 -379
- package/src/components/xform/form-designer/form-widget/field-widget/gantt-widget.vue +964 -0
- package/src/components/xform/form-designer/form-widget/field-widget/html-text-widget.vue +6 -2
- package/src/components/xform/form-designer/form-widget/field-widget/import-button-widget.vue +22 -11
- package/src/components/xform/form-designer/form-widget/field-widget/import2-button-widget.vue +90 -0
- package/src/components/xform/form-designer/form-widget/field-widget/input-widget.vue +7 -2
- package/src/components/xform/form-designer/form-widget/field-widget/mixins/echart-bar-mixin.js +40 -10
- package/src/components/xform/form-designer/form-widget/field-widget/mixins/echart-category-mixin.js +58 -91
- package/src/components/xform/form-designer/form-widget/field-widget/mixins/echart-pie-mixin.js +8 -1
- package/src/components/xform/form-designer/form-widget/field-widget/mixins/vabsearch-mixin.js +179 -0
- package/src/components/xform/form-designer/form-widget/field-widget/multiSearch-widget.vue +53 -0
- package/src/components/xform/form-designer/form-widget/field-widget/number-widget.vue +114 -81
- package/src/components/xform/form-designer/form-widget/field-widget/oplog-widget.vue +186 -0
- package/src/components/xform/form-designer/form-widget/field-widget/print-button-widget.vue +55 -28
- package/src/components/xform/form-designer/form-widget/field-widget/print-detail-button-widget.vue +119 -0
- package/src/components/xform/form-designer/form-widget/field-widget/project-tag-widget.vue +154 -47
- package/src/components/xform/form-designer/form-widget/field-widget/radio-widget.vue +26 -6
- package/src/components/xform/form-designer/form-widget/field-widget/search_button-widget.vue +2 -2
- package/src/components/xform/form-designer/form-widget/field-widget/select-export-button-widget.vue +86 -0
- package/src/components/xform/form-designer/form-widget/field-widget/select-export-item-button-widget.vue +92 -0
- package/src/components/xform/form-designer/form-widget/field-widget/select-widget.vue +24 -9
- package/src/components/xform/form-designer/form-widget/field-widget/singerSearch-widget.vue +53 -0
- package/src/components/xform/form-designer/form-widget/field-widget/singleUpload-widget.vue +145 -0
- package/src/components/xform/form-designer/form-widget/field-widget/static-content-wrapper.vue +12 -1
- package/src/components/xform/form-designer/form-widget/field-widget/static-text-widget.vue +8 -3
- package/src/components/xform/form-designer/form-widget/field-widget/status-widget.vue +31 -17
- package/src/components/xform/form-designer/form-widget/field-widget/table-export-button-widget.vue +38 -37
- package/src/components/xform/form-designer/form-widget/field-widget/tableexportbuttonwidget.vue +99 -0
- package/src/components/xform/form-designer/form-widget/field-widget/tempStorage-widget.vue +147 -0
- package/src/components/xform/form-designer/form-widget/field-widget/text-widget.vue +106 -33
- package/src/components/xform/form-designer/form-widget/field-widget/time-range-widget.vue +2 -2
- package/src/components/xform/form-designer/form-widget/field-widget/vabSearch-widget.vue +3 -171
- package/src/components/xform/form-designer/form-widget/field-widget/vabUpload-widget.vue +191 -66
- package/src/components/xform/form-designer/form-widget/field-widget/vabUpload2-widget.vue +753 -0
- package/src/components/xform/form-designer/form-widget/indexMixin.js +1 -1
- package/src/components/xform/form-designer/indexMixin.js +3 -772
- package/src/components/xform/form-designer/refMixinDesign.js +1 -28
- package/src/components/xform/form-designer/setting-panel/form-setting.vue +978 -169
- package/src/components/xform/form-designer/setting-panel/index.vue +4 -0
- package/src/components/xform/form-designer/setting-panel/indexMixin.js +1 -1
- package/src/components/xform/form-designer/setting-panel/option-items-setting.vue +537 -302
- package/src/components/xform/form-designer/setting-panel/property-editor/a-link-editor.vue +4 -4
- package/src/components/xform/form-designer/setting-panel/property-editor/a-text-editor.vue +3 -3
- package/src/components/xform/form-designer/setting-panel/property-editor/autoValueEnabled-editor.vue +38 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/censusClass-editor.vue +6 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/colorClass-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/commonAttributeEnabled-editor.vue +41 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/columnRenderDialog.vue +125 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/data-table-editor.vue +953 -1042
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/exportItemColumns-dialog.vue +432 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/onCheckboxChange-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/table-column-dialog.vue +1127 -520
- package/src/components/xform/form-designer/setting-panel/property-editor/container-detail/detail-editor.vue +2 -2
- package/src/components/xform/form-designer/setting-panel/property-editor/container-detail-pane/detail-pane-editor.vue +3 -3
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-offset-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-pull-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-push-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/container-list-h5/list-h5-editor.vue +0 -8
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree/tree-customClass-editor.vue +31 -2
- package/src/components/xform/form-designer/setting-panel/property-editor/copyButton-editor.vue +36 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/downloadButtonFlag-editor.vue +32 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/eventMixin.js +2 -2
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onAfterConfirmFile-editor.vue +32 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onClick-editor.vue +14 -7
- package/src/components/xform/form-designer/setting-panel/property-editor/field-button/clickBindEvent-editor.vue +35 -20
- package/src/components/xform/form-designer/setting-panel/property-editor/field-button/search-dialog-event-editor.vue +64 -5
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date-range/date-range-defaultTime-editor.vue +27 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-dropdown-menu/dropdown-item-editor.vue +21 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-dropdown-menu/dropdown-menu-editor.vue +59 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-echart/echart-bar-editor.vue +25 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-echart/echart-category-editor.vue +5 -5
- package/src/components/xform/form-designer/setting-panel/property-editor/field-gantt/gantt-editor.vue +36 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-import-button/import-button-editor.vue +77 -20
- package/src/components/xform/form-designer/setting-panel/property-editor/field-import-button/import2-button-editor.vue +96 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-print-button/print-button-editor.vue +44 -15
- package/src/components/xform/form-designer/setting-panel/property-editor/field-print-button/print-detail-button-editor.vue +115 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-rate/rate-defaultValue-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-static-text/preWrap-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-static-text/textContent-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-status/field-status-editor.vue +67 -41
- package/src/components/xform/form-designer/setting-panel/property-editor/field-table-export-button/select-export-button-editor.vue +56 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-table-export-button/select-export-item-button-editor.vue +71 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-table-export-button/table-export-button-editor.vue +24 -8
- package/src/components/xform/form-designer/setting-panel/property-editor/field-vabSearch/vabSearchName-editor.vue +13 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-vabUpload/field-vabUpload-editor.vue +33 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-vabUpload2/field-vabUpload2-editor.vue +66 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/formScriptEnabled-editor.vue +89 -19
- package/src/components/xform/form-designer/setting-panel/property-editor/formatType-editor.vue +137 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/formula-editor.vue +721 -466
- package/src/components/xform/form-designer/setting-panel/property-editor/labelColor-editor.vue +20 -11
- package/src/components/xform/form-designer/setting-panel/property-editor/labelIconClass-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/labelIconPosition-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/labelTooltip-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/limit-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/multiple-editor.vue +19 -14
- package/src/components/xform/form-designer/setting-panel/property-editor/multipleLimit-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/name-editor.vue +124 -50
- package/src/components/xform/form-designer/setting-panel/property-editor/oplog-editor.vue +31 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/precision-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/project-tag-editor.vue +349 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/required-editor.vue +10 -6
- package/src/components/xform/form-designer/setting-panel/property-editor/requiredHint-editor.vue +3 -3
- package/src/components/xform/form-designer/setting-panel/property-editor/showRuleFlag-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/tempStorage-editor.vue +42 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/textFlag-editor.vue +305 -19
- package/src/components/xform/form-designer/setting-panel/property-editor/validation-editor.vue +2 -2
- package/src/components/xform/form-designer/setting-panel/property-editor/validationHint-editor.vue +2 -2
- package/src/components/xform/form-designer/setting-panel/property-editor/wfFlag-editor.vue +372 -50
- package/src/components/xform/form-designer/setting-panel/property-editor/widgetShowRuleFlag-editor.vue +263 -0
- package/src/components/xform/form-designer/setting-panel/propertyRegister.js +35 -11
- package/src/components/xform/form-designer/toolbar-panel/index.vue +12 -11
- package/src/components/xform/form-designer/toolbar-panel/indexMixin.js +1 -1
- package/src/components/xform/form-designer/widget-panel/index.vue +21 -1
- package/src/components/xform/form-designer/widget-panel/indexMixin.js +19 -18
- package/src/components/xform/form-designer/widget-panel/widgetsConfig.js +1724 -917
- package/src/components/xform/form-render/container-item/containerItemMixin.js +12 -11
- package/src/components/xform/form-render/container-item/data-table-item.vue +206 -198
- package/src/components/xform/form-render/container-item/data-table-mixin.js +22 -1685
- package/src/components/xform/form-render/container-item/detail-pane-item.vue +17 -3
- package/src/components/xform/form-render/container-item/grid-col-item.vue +10 -3
- package/src/components/xform/form-render/container-item/grid-item.vue +1 -1
- package/src/components/xform/form-render/container-item/list-h5-item.vue +1 -9
- package/src/components/xform/form-render/container-item/list-h5-item2.vue +1 -8
- package/src/components/xform/form-render/container-item/tab-item.vue +62 -25
- package/src/components/xform/form-render/container-item/table-cell-item.vue +38 -32
- package/src/components/xform/form-render/container-item/table-item.vue +4 -2
- package/src/components/xform/form-render/container-item/table2-cell-item.vue +53 -34
- package/src/components/xform/form-render/container-item/table2-item.vue +153 -92
- package/src/components/xform/form-render/container-item/tree-item.vue +32 -11
- package/src/components/xform/form-render/dynamicDialogRender.js +1 -1
- package/src/components/xform/form-render/index.vue +77 -20
- package/src/components/xform/form-render/indexMixin.js +24 -12
- package/src/components/xform/form-render/refMixin.js +3 -3
- package/src/components/xform/lang/zh-CN.js +29 -4
- package/src/components/xform/mixins/defaultHandle.js +3 -2
- package/src/components/xform/mixins/scriptHttp.js +3 -1
- package/src/components/xform/utils/emitter.js +4 -4
- package/src/components/xform/utils/formHttp.js +162 -0
- package/src/components/xform/utils/format.js +41 -34
- package/src/components/xform/utils/formula-util.js +966 -0
- package/src/components/xform/utils/util.js +5 -1
- package/src/components/xform/utils/validators.js +2 -5
- package/src/components/xform/utils/vue2js-generator.js +2 -2
- package/src/components/xhsPrint/index.js +44 -1
- package/src/components/xhsPrint/mixins.js +269 -1
- package/src/directive/LimitNumber/index.js +125 -1
- package/src/directive/el-dialog-center/index.js +34 -1
- package/src/directive/el-drag-dialog/drag.js +86 -1
- package/src/directive/el-readonly/index.js +15 -1
- package/src/directive/permission/hasPermi.js +34 -1
- package/src/index.js +215 -190
- package/src/lang/index.js +56 -51
- package/src/lang/locale/en/login.js +20 -0
- package/src/lang/locale/zh/login.js +20 -0
- package/src/layout/components/AppMain.vue +8 -1
- package/src/layout/components/Sidebar/default.vue +1423 -1222
- package/src/layout/components/TagsView/index.vue +37 -12
- package/src/layout/components/createCompany/createCompanyDialog.vue +157 -0
- package/src/layout/components/extractedCode/createDialog.vue +92 -0
- package/src/layout/components/extractedCode/queryDialog.vue +96 -0
- package/src/layout/components/extractedCode/viewDialog.vue +193 -0
- package/src/layout/components/watermark/index.vue +83 -0
- package/src/layout/defaultLayout.vue +1 -1
- package/src/mixins/selectDialog/index.js +266 -1
- package/src/mixins/tableTree/index.js +199 -4
- package/src/mixins/wf/index.js +33 -1
- package/src/permission.js +135 -18
- package/src/resources/js/base/common.js +109 -109
- package/src/router/modules/customer.js +0 -15
- package/src/router/modules/system.js +4 -0
- package/src/store/config/index.js +667 -1
- package/src/store/getters.js +3 -1
- package/src/store/modules/permission.js +46 -41
- package/src/store/modules/settings.js +1 -1
- package/src/store/modules/tagsView.js +5 -8
- package/src/store/modules/user.js +10 -16
- package/src/utils/aes.js +2 -1
- package/src/utils/auth.js +1 -1
- package/src/utils/global.js +1 -1
- package/src/utils/index.js +2 -3
- package/src/utils/keepAlive.js +1 -1
- package/src/utils/pddLog.js +92 -0
- package/src/utils/pdfUtil.js +71 -0
- package/src/utils/request.js +1 -1
- package/src/utils/vab.js +19 -27
- package/src/utils/validate.js +1 -1
- package/src/utils/wf.js +4 -4
- package/src/views/bd/setting/bd_attach_setting/edit.vue +5 -5
- package/src/views/bd/setting/bd_attach_setting/list.vue +28 -55
- package/src/views/bd/setting/bd_attach_setting/mixins/edit.js +4 -5
- package/src/views/bd/setting/bd_attach_setting/mixins/list.js +1 -1
- package/src/views/bd/setting/bd_company_env/dialog.vue +174 -0
- package/src/views/bd/setting/bd_company_env/edit.vue +193 -0
- package/src/views/bd/setting/bd_company_env/list.vue +175 -0
- package/src/views/bd/setting/config_manage/list.vue +83 -0
- package/src/views/bd/setting/form_import_log/edit.vue +127 -0
- package/src/views/bd/setting/form_import_log/list.vue +206 -0
- package/src/views/bd/setting/form_script/edit.vue +9 -0
- package/src/views/bd/setting/form_script/edit1.vue +36 -3
- package/src/views/bd/setting/form_script/form_list.vue +99 -37
- package/src/views/bd/setting/form_script/list1.vue +181 -118
- package/src/views/bd/setting/form_script/mixins/dialog.js +1 -7
- package/src/views/bd/setting/form_script/mixins/edit.js +1 -7
- package/src/views/bd/setting/form_script/mixins/edit1.js +1 -9
- package/src/views/bd/setting/form_script/mixins/form_list.js +1 -14
- package/src/views/bd/setting/form_script/mixins/list.js +1 -8
- package/src/views/bd/setting/form_script/mixins/list1.js +1 -14
- package/src/views/bd/setting/form_script/mixins/list2.js +1 -5
- package/src/views/bd/setting/form_script/mixins/otherAuthDialog.js +1 -0
- package/src/views/bd/setting/form_script/mixins/preformDialog.js +1 -3
- package/src/views/bd/setting/form_script/otherAuthDialog.vue +83 -0
- package/src/views/bd/setting/form_template/batchWfObjConfigDialog.vue +2 -2
- package/src/views/bd/setting/form_template/edit.vue +22 -1
- package/src/views/bd/setting/form_template/editWfObjConfigDialog.vue +2 -2
- package/src/views/bd/setting/form_template/list.vue +326 -214
- package/src/views/bd/setting/form_template/mixins/batchWfObjConfigDialog.js +2 -277
- package/src/views/bd/setting/form_template/mixins/edit.js +10 -9
- package/src/views/bd/setting/form_template/mixins/list.js +25 -22
- package/src/views/bd/setting/form_template/mixins/otherAuthDialog.js +7 -0
- package/src/views/bd/setting/form_template/mixins/wf_list.js +1 -423
- package/src/views/bd/setting/form_template/otherAuthDialog.vue +83 -0
- package/src/views/bd/setting/form_template/wfObjConfigDialog.vue +4 -4
- package/src/views/bd/setting/form_template/wf_list.vue +1 -1
- package/src/views/bd/setting/logic_param/edit.vue +146 -0
- package/src/views/bd/setting/logic_param/edit1.vue +106 -0
- package/src/views/bd/setting/logic_param/edit2.vue +139 -0
- package/src/views/bd/setting/logic_param/list.vue +74 -0
- package/src/views/bd/setting/logic_param/list1.vue +12 -0
- package/src/views/bd/setting/logic_param/list2.vue +12 -0
- package/src/views/bd/setting/logic_param/mixins/edit.js +3 -0
- package/src/views/bd/setting/logic_param/mixins/list.js +9 -0
- package/src/views/bd/setting/menu_kind/list.vue +172 -83
- package/src/views/bd/setting/menu_kind/mixins/authDialog.js +7 -7
- package/src/views/bd/setting/menu_kind/mixins/list.js +1 -1
- package/src/views/bd/setting/push_data/edit.vue +139 -0
- package/src/views/bd/setting/push_data/list.vue +283 -0
- package/src/views/bd/setting/push_data_h/edit.vue +153 -0
- package/src/views/bd/setting/push_data_h/list.vue +293 -0
- package/src/views/bd/setting/request_async_setting/edit.vue +320 -0
- package/src/views/bd/setting/request_async_setting/list.vue +372 -0
- package/src/views/bd/setting/request_setting/edit.vue +300 -0
- package/src/views/bd/setting/request_setting/list.vue +311 -0
- package/src/views/bd/setting/table_model/edit.vue +875 -426
- package/src/views/bd/setting/table_model/list.vue +190 -128
- package/src/views/bd/setting/table_model/mixins/dialog.js +1 -1
- package/src/views/bd/setting/table_model/mixins/edit copy.js +903 -0
- package/src/views/bd/setting/table_model/mixins/edit.js +14 -13
- package/src/views/bd/setting/table_model/mixins/list.js +14 -14
- package/src/views/bd/setting/table_model/mixins/otherAuthDialog.js +7 -0
- package/src/views/bd/setting/table_model/otherAuthDialog.vue +83 -0
- package/src/views/user/access_log/list.vue +418 -349
- package/src/views/user/area/dialog.vue +223 -117
- package/src/views/user/area/list.vue +318 -0
- package/src/views/user/bill_setting/edit.vue +1 -1
- package/src/views/user/bill_setting/list.vue +1 -1
- package/src/views/user/common_attribute/itemEdit.vue +2 -2
- package/src/views/user/common_attribute/list.vue +5 -2
- package/src/views/user/common_script/edit.vue +1 -1
- package/src/views/user/common_script/list.vue +1 -1
- package/src/views/user/company_info/dialog.vue +195 -163
- package/src/views/user/company_info/edit.vue +1 -1
- package/src/views/user/extend_datasource/dialog.vue +4 -0
- package/src/views/user/extend_datasource/edit.vue +5 -1
- package/src/views/user/extend_datasource/list.vue +5 -1
- package/src/views/user/fieldTranslation/editDialog.vue +7 -7
- package/src/views/user/fieldTranslation/list.vue +32 -32
- package/src/views/user/form/vform/designer.vue +776 -749
- package/src/views/user/form/vform/out_render.vue +1 -1
- package/src/views/user/form/vform/render.vue +59 -37
- package/src/views/user/form/view/edit.vue +38 -37
- package/src/views/user/form/view/list.vue +261 -49
- package/src/views/user/home/default.vue +1026 -979
- package/src/views/user/home/dev.vue +29 -0
- package/src/views/user/home/index.vue +16 -6
- package/src/views/user/login/default.vue +165 -36
- package/src/views/user/login/index.vue +4 -6
- package/src/views/user/login/indexMixin.js +186 -9
- package/src/views/user/menu/list.vue +24 -1
- package/src/views/user/notify_message/dialog.vue +44 -22
- package/src/views/user/notify_template/edit.vue +188 -187
- package/src/views/user/notify_template/edit2.vue +176 -0
- package/src/views/user/notify_template/list.vue +4 -1
- package/src/views/user/notify_template/list2.vue +190 -0
- package/src/views/user/outLink/form_view.vue +211 -211
- package/src/views/user/outLink/index.vue +67 -11
- package/src/views/user/position/list.vue +4 -4
- package/src/views/user/project_tag/dialog.vue +9 -4
- package/src/views/user/project_tag/edit.vue +2 -2
- package/src/views/user/project_tag/list.vue +9 -4
- package/src/views/user/push_setting/list.vue +2 -2
- package/src/views/user/request_setting/edit.vue +258 -0
- package/src/views/user/request_setting/list.vue +248 -0
- package/src/views/user/role/authConfig.vue +89 -0
- package/src/views/user/role/dialog.vue +70 -48
- package/src/views/user/role/edit.vue +609 -429
- package/src/views/user/role/list.vue +4 -4
- package/src/views/user/sale_org/dialog.vue +1 -1
- package/src/views/user/sale_org/list.vue +4 -1
- package/src/views/user/user/dialog.vue +46 -23
- package/src/views/user/user/edit.vue +1290 -1021
- package/src/views/user/user/form_dialog.vue +158 -0
- package/src/views/user/user/form_info.vue +210 -0
- package/src/views/user/user/list.vue +652 -563
- package/src/views/user/user/modifyPasswordDialog.vue +64 -53
- package/src/views/user/wf/wfReport/index.vue +619 -0
- package/src/views/user/wf/wf_auto_submit_data/list.vue +2 -0
- package/src/views/user/wf/wf_manage/list.vue +379 -250
- package/src/views/user/wf/wf_manage/wfContentDialog.vue +25 -22
- package/src/views/user/wf/wf_obj_config/importItemDialog.vue +109 -0
- package/src/views/user/wf/wf_obj_config/itemEdit.vue +25 -1
- package/src/views/user/wf/wf_obj_config/list.vue +114 -9
- package/src/views/user/wf/wf_obj_config/wfBizDataSettingDialog.vue +2 -2
- package/src/views/user/wf/wf_transfer_setting/edit.vue +282 -0
- package/src/views/user/wf/wf_transfer_setting/list.vue +319 -0
- package/src/utils/renderUtils.js +0 -76
|
@@ -0,0 +1,434 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div>
|
|
3
|
+
<div ref="gantt" :style="'height:' + tabheight + 'px'" />
|
|
4
|
+
</div>
|
|
5
|
+
</template>
|
|
6
|
+
|
|
7
|
+
<script>
|
|
8
|
+
import { gantt } from "dhtmlx-gantt";
|
|
9
|
+
import "dhtmlx-gantt/codebase/dhtmlxgantt.css";
|
|
10
|
+
import { extendDeeply } from "@base/utils/index.js";
|
|
11
|
+
// import { JeecgListMixin } from '@/mixins/JeecgListMixin'
|
|
12
|
+
// import { getAction, putAction } from '@/api/manage'
|
|
13
|
+
export default {
|
|
14
|
+
name: "ganttPerson",
|
|
15
|
+
props: ["ganttData", "dateType", "option"],
|
|
16
|
+
watch: {
|
|
17
|
+
ganttData: {
|
|
18
|
+
handler(val) {
|
|
19
|
+
/* this.tasks = {
|
|
20
|
+
data: val,
|
|
21
|
+
};
|
|
22
|
+
this.init(); */
|
|
23
|
+
this.loadData(val);
|
|
24
|
+
},
|
|
25
|
+
deep: true,
|
|
26
|
+
},
|
|
27
|
+
},
|
|
28
|
+
mounted() {
|
|
29
|
+
let h =
|
|
30
|
+
window.innerHeight ||
|
|
31
|
+
document.documentElement.clientHeight ||
|
|
32
|
+
document.body.clientHeight;
|
|
33
|
+
this.tabheight = h - 60;
|
|
34
|
+
if (this.height) {
|
|
35
|
+
this.tabheight = this.height;
|
|
36
|
+
}
|
|
37
|
+
this.tasks = {
|
|
38
|
+
data: this.$baseLodash.cloneDeep(this.ganttData),
|
|
39
|
+
};
|
|
40
|
+
this.init();
|
|
41
|
+
},
|
|
42
|
+
beforeDestroy() {
|
|
43
|
+
this.destroyGantt();
|
|
44
|
+
},
|
|
45
|
+
// mixins: [JeecgListMixin],
|
|
46
|
+
data() {
|
|
47
|
+
return {
|
|
48
|
+
ganttInstance: null,
|
|
49
|
+
// 注册事件拦截
|
|
50
|
+
onTaskDblClick: null,
|
|
51
|
+
// 甘特图配置
|
|
52
|
+
tasks: {
|
|
53
|
+
data: [
|
|
54
|
+
// 把父节点的开始结束设置为同一天,就可以实现隐藏父节点的bar
|
|
55
|
+
// # 字段解释
|
|
56
|
+
// id: 数据id 必须是唯一值,父子也不能重复
|
|
57
|
+
// text: 会显示在bar上的字段,如不显示就设为 ''
|
|
58
|
+
// progress: 完成度, 0 - 1
|
|
59
|
+
// start_date: 开始的日期,格式在js里设置,
|
|
60
|
+
// end_date: 结束的日期 要时分秒! 只给日期会视为日期的 00:00:00 要特殊处理一下!!
|
|
61
|
+
// open: 如果是父节点,是否默认展开
|
|
62
|
+
// parent: 子节点必须有,设置为父节点的id,会自动处理,数据顺序无所谓
|
|
63
|
+
// #=================================================================
|
|
64
|
+
],
|
|
65
|
+
// #字段解释
|
|
66
|
+
// 格式 id:数据id
|
|
67
|
+
// source:开始链接的项目id ----为tasks.data中数据的id
|
|
68
|
+
// target:要链接项目的id ----为tasks.data中数据的id
|
|
69
|
+
// type: 0--进行-开始 `尾部链接头部`
|
|
70
|
+
// 1--开始-开始 `头部链接头部`
|
|
71
|
+
// 2--进行-进行 `尾部链接尾部`
|
|
72
|
+
// 3--开始-进行 `头部链接尾部`
|
|
73
|
+
// 任务之间连接线,目前注释掉了,需要的话打开
|
|
74
|
+
// links: [
|
|
75
|
+
// { id: '10', source: '11', target: '12', type: '1' },
|
|
76
|
+
// { id: '11', source: '11', target: '13', type: '1' },
|
|
77
|
+
// { id: '12', source: '11', target: '14', type: '1' },
|
|
78
|
+
// { id: '13', source: '11', target: '15', type: '1' },
|
|
79
|
+
// { id: '14', source: '23', target: '16', type: '0' },
|
|
80
|
+
// { id: '15', source: '13', target: '17', type: '1' },
|
|
81
|
+
// { id: '16', source: '17', target: '18', type: '0' },
|
|
82
|
+
// { id: '17', source: '18', target: '19', type: '0' },
|
|
83
|
+
// { id: '18', source: '19', target: '20', type: '0' },
|
|
84
|
+
// { id: '19', source: '15', target: '21', type: '2' },
|
|
85
|
+
// { id: '20', source: '15', target: '22', type: '2' },
|
|
86
|
+
// { id: '21', source: '15', target: '23', type: '0' }
|
|
87
|
+
// ]
|
|
88
|
+
},
|
|
89
|
+
|
|
90
|
+
url: {
|
|
91
|
+
// list: "/projectManage/projectPlan/queryProjectPlanGTT",
|
|
92
|
+
// delete: "/projectManage/projectModule/delete",
|
|
93
|
+
// deleteBatch: "/projectManage/projectModule/deleteBatch",
|
|
94
|
+
// exportXlsUrl: "/projectManage/projectModule/exportXls",
|
|
95
|
+
// importExcelUrl: "/projectManage/projectModule/importExcel",
|
|
96
|
+
// budgetExportXlsUrl: "/projectManage/projectModule/budgetExportXls",
|
|
97
|
+
// budgetImportUrl: "/projectManage/projectModule/budgetImportExcel",
|
|
98
|
+
},
|
|
99
|
+
tabheight: 0,
|
|
100
|
+
};
|
|
101
|
+
},
|
|
102
|
+
methods: {
|
|
103
|
+
loadData(rows) {
|
|
104
|
+
gantt.clearAll();
|
|
105
|
+
this.tasks = {
|
|
106
|
+
data: rows || [],
|
|
107
|
+
};
|
|
108
|
+
gantt.parse(this.tasks);
|
|
109
|
+
},
|
|
110
|
+
destroyGantt() {
|
|
111
|
+
// gantt.destroy();
|
|
112
|
+
// gantt.destructor();
|
|
113
|
+
},
|
|
114
|
+
// 初始化
|
|
115
|
+
init() {
|
|
116
|
+
gantt.i18n.setLocale("cn"); // 汉化 - 默认是英文
|
|
117
|
+
// 格式化日期
|
|
118
|
+
gantt.locale.date = {
|
|
119
|
+
month_full: [
|
|
120
|
+
"1月",
|
|
121
|
+
"2月",
|
|
122
|
+
"3月",
|
|
123
|
+
"4月",
|
|
124
|
+
"5月",
|
|
125
|
+
"6月",
|
|
126
|
+
"7月",
|
|
127
|
+
"8月",
|
|
128
|
+
"9月",
|
|
129
|
+
"10月",
|
|
130
|
+
"11月",
|
|
131
|
+
"12月",
|
|
132
|
+
],
|
|
133
|
+
month_short: [
|
|
134
|
+
"1月",
|
|
135
|
+
"2月",
|
|
136
|
+
"3月",
|
|
137
|
+
"4月",
|
|
138
|
+
"5月",
|
|
139
|
+
"6月",
|
|
140
|
+
"7月",
|
|
141
|
+
"8月",
|
|
142
|
+
"9月",
|
|
143
|
+
"10月",
|
|
144
|
+
"11月",
|
|
145
|
+
"12月",
|
|
146
|
+
],
|
|
147
|
+
day_full: ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六"],
|
|
148
|
+
day_short: ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六"],
|
|
149
|
+
};
|
|
150
|
+
|
|
151
|
+
gantt.locale.labels = {
|
|
152
|
+
dhx_cal_today_button: "今天",
|
|
153
|
+
day_tab: "日",
|
|
154
|
+
week_tab: "周",
|
|
155
|
+
month_tab: "月",
|
|
156
|
+
new_event: "新建日程",
|
|
157
|
+
icon_save: "保存",
|
|
158
|
+
icon_cancel: "关闭",
|
|
159
|
+
icon_details: "详细",
|
|
160
|
+
icon_edit: "编辑",
|
|
161
|
+
icon_delete: "删除",
|
|
162
|
+
confirm_closing: "请确认是否撤销修改!", //Your changes will be lost, are your sure?
|
|
163
|
+
confirm_deleting: "是否删除计划?",
|
|
164
|
+
section_description: "描述:",
|
|
165
|
+
section_time: "时间范围:",
|
|
166
|
+
section_type: "类型:",
|
|
167
|
+
section_text: "计划名称:",
|
|
168
|
+
section_test: "测试:",
|
|
169
|
+
section_projectClass: "项目类型:",
|
|
170
|
+
taskProjectType_0: "项目任务",
|
|
171
|
+
taskProjectType_1: "普通任务",
|
|
172
|
+
section_head: "负责人:",
|
|
173
|
+
section_priority: "优先级:",
|
|
174
|
+
taskProgress: "任务状态",
|
|
175
|
+
taskProgress_0: "未开始",
|
|
176
|
+
taskProgress_1: "进行中",
|
|
177
|
+
taskProgress_2: "已完成",
|
|
178
|
+
taskProgress_3: "已延期",
|
|
179
|
+
taskProgress_4: "搁置中",
|
|
180
|
+
section_template: "Details",
|
|
181
|
+
/* grid columns */
|
|
182
|
+
column_text: "计划名称",
|
|
183
|
+
column_start_date: "开始时间",
|
|
184
|
+
column_duration: "持续时间",
|
|
185
|
+
column_add: "",
|
|
186
|
+
column_priority: "难度",
|
|
187
|
+
/* link confirmation */
|
|
188
|
+
link: "关联",
|
|
189
|
+
confirm_link_deleting: "将被删除",
|
|
190
|
+
message_ok: "确定",
|
|
191
|
+
message_cancel: "取消",
|
|
192
|
+
link_start: " (开始)",
|
|
193
|
+
link_end: " (结束)",
|
|
194
|
+
|
|
195
|
+
type_task: "任务",
|
|
196
|
+
type_project: "项目",
|
|
197
|
+
type_milestone: "里程碑",
|
|
198
|
+
minutes: "分钟",
|
|
199
|
+
hours: "小时",
|
|
200
|
+
days: "天",
|
|
201
|
+
weeks: "周",
|
|
202
|
+
months: "月",
|
|
203
|
+
years: "年",
|
|
204
|
+
};
|
|
205
|
+
|
|
206
|
+
//自适应甘特图的尺寸大小, 使得在不出现滚动条的情况下, 显示全部任务
|
|
207
|
+
gantt.config.autosize = false;
|
|
208
|
+
//只读模式
|
|
209
|
+
// gantt.config.readonly = true;
|
|
210
|
+
gantt.config.readonly = false;
|
|
211
|
+
//是否显示左侧树表格
|
|
212
|
+
gantt.config.show_grid = true;
|
|
213
|
+
// 设置表头高度
|
|
214
|
+
gantt.config.scale_height = 50;
|
|
215
|
+
// 设置bar的高度
|
|
216
|
+
gantt.config.bar_height = 26;
|
|
217
|
+
// 设置行的高度
|
|
218
|
+
gantt.config.row_height = 32;
|
|
219
|
+
// 设置时间识别格式
|
|
220
|
+
gantt.config.xml_date = "%Y-%m-%d %H:%i";
|
|
221
|
+
// //表格列设置
|
|
222
|
+
/* gantt.config.columns = [
|
|
223
|
+
{
|
|
224
|
+
name: "text",
|
|
225
|
+
label: "项目名称",
|
|
226
|
+
tree: true,
|
|
227
|
+
width: "200",
|
|
228
|
+
align: "left",
|
|
229
|
+
template: (task) => {
|
|
230
|
+
if (task.parent) {
|
|
231
|
+
return task.text;
|
|
232
|
+
} else {
|
|
233
|
+
return `<div style="font-weight: 700">${task.text}</div>`;
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
},
|
|
237
|
+
{ name: "person", label: "项目成员", width: "100", align: "center" },
|
|
238
|
+
// { name: 'post', label: '岗位名称', width: '100', align: 'center' },
|
|
239
|
+
// { name: 'department', label: '部门名称', width: '100', align: 'center' },
|
|
240
|
+
{ name: "task", label: "项目任务", width: "100", align: "center" },
|
|
241
|
+
// { name: 'number', label: '工单号', tree: false, width: '120', align: 'center', },
|
|
242
|
+
// {
|
|
243
|
+
// name: 'duration',
|
|
244
|
+
// label: '工期',
|
|
245
|
+
// align: 'center',
|
|
246
|
+
// template: function(obj) {
|
|
247
|
+
// return obj.duration + '天';
|
|
248
|
+
// }
|
|
249
|
+
// }
|
|
250
|
+
// {name:"start_date", label:"开始时间", align: "center" },
|
|
251
|
+
// {name:"end_date", label:"结束时间", align: "center" },
|
|
252
|
+
];*/
|
|
253
|
+
// 为每个bar增加class
|
|
254
|
+
/* gantt.templates.task_class = function (start, end, item) {
|
|
255
|
+
switch (item.status) {
|
|
256
|
+
case "400": // 已完成
|
|
257
|
+
return "gantt_success";
|
|
258
|
+
case "100": // 未开始
|
|
259
|
+
return "gantt_begined";
|
|
260
|
+
case "200": // 进行中
|
|
261
|
+
return "gantt_primary";
|
|
262
|
+
case "300": // 暂停
|
|
263
|
+
return "gantt_warning";
|
|
264
|
+
default:
|
|
265
|
+
// 已终止 500
|
|
266
|
+
return "gantt_info";
|
|
267
|
+
}
|
|
268
|
+
}; */
|
|
269
|
+
// 自动延长时间刻度
|
|
270
|
+
gantt.config.fit_tasks = true;
|
|
271
|
+
// 允许拖放
|
|
272
|
+
gantt.config.drag_project = true;
|
|
273
|
+
// 定义时间格式
|
|
274
|
+
if (this.dateType === "year") {
|
|
275
|
+
// 年 格式
|
|
276
|
+
gantt.config.scales = [{ unit: "year", step: 1, date: " %Y 年" }];
|
|
277
|
+
} else if (this.dateType === "month") {
|
|
278
|
+
// 月 格式
|
|
279
|
+
gantt.config.scales = [
|
|
280
|
+
{ unit: "year", step: 1, date: " %Y 年" },
|
|
281
|
+
{ unit: "month", step: 1, date: "%F" },
|
|
282
|
+
];
|
|
283
|
+
} else {
|
|
284
|
+
// 日 格式
|
|
285
|
+
gantt.config.scales = [
|
|
286
|
+
{ unit: "month", step: 1, date: " %Y 年 %F" },
|
|
287
|
+
{ unit: "day", step: 1, date: "%d" },
|
|
288
|
+
];
|
|
289
|
+
}
|
|
290
|
+
// //当task的长度改变时,自动调整图表坐标轴区间用于适配task的长度
|
|
291
|
+
gantt.config.fit_tasks = true;
|
|
292
|
+
/*
|
|
293
|
+
// 添加弹窗属性
|
|
294
|
+
gantt.config.lightbox.sections = [
|
|
295
|
+
{
|
|
296
|
+
name: "description",
|
|
297
|
+
height: 70,
|
|
298
|
+
map_to: "text",
|
|
299
|
+
type: "textarea",
|
|
300
|
+
focus: true,
|
|
301
|
+
},
|
|
302
|
+
{ name: "type", type: "typeselect", map_to: "type" },
|
|
303
|
+
{ name: "time", type: "duration", map_to: "auto" },
|
|
304
|
+
];
|
|
305
|
+
|
|
306
|
+
// 给每行增加双击事件 ,亲测事件会重复注册,用这个方法拦截一下
|
|
307
|
+
if (this.onTaskDblClick) gantt.detachEvent(this.onTaskDblClick);
|
|
308
|
+
// 双击bar任务事件(单击会有问题,点击展开时也会触发)
|
|
309
|
+
this.onTaskDblClick = gantt.attachEvent(
|
|
310
|
+
"onTaskDblClick",
|
|
311
|
+
(id, e) => {
|
|
312
|
+
this.$emit("rowDbClick", id);
|
|
313
|
+
return true;
|
|
314
|
+
},
|
|
315
|
+
{ id: "onTaskDblClick" }
|
|
316
|
+
);*/
|
|
317
|
+
|
|
318
|
+
this.initConfig();
|
|
319
|
+
// 清空旧数据
|
|
320
|
+
gantt.clearAll();
|
|
321
|
+
// 销毁gantt实例 按需开启
|
|
322
|
+
// gantt.destructor()
|
|
323
|
+
// 初始化
|
|
324
|
+
|
|
325
|
+
// 启用插件
|
|
326
|
+
gantt.plugins({
|
|
327
|
+
tooltip: true,
|
|
328
|
+
marker: true,
|
|
329
|
+
});
|
|
330
|
+
|
|
331
|
+
// 配置工具提示模板
|
|
332
|
+
gantt.templates.tooltip_text = function (start, end, task) {
|
|
333
|
+
return `<b>任务名称:</b> ${task.text}<br/>
|
|
334
|
+
<b>开始时间:</b> ${gantt.templates.tooltip_date_format(start)}<br/>
|
|
335
|
+
<b>结束时间:</b> ${gantt.templates.tooltip_date_format(end)}`;
|
|
336
|
+
};
|
|
337
|
+
|
|
338
|
+
this.ganttInstance = gantt.init(this.$refs.gantt);
|
|
339
|
+
// 数据解析
|
|
340
|
+
gantt.parse(this.tasks);
|
|
341
|
+
},
|
|
342
|
+
extendDeeply(result, child) {
|
|
343
|
+
for (var prop in child) {
|
|
344
|
+
// 如果属性本身,就是一个数组或者Json对象,进行深拷贝
|
|
345
|
+
if (child[prop]?.constructor === Object) {
|
|
346
|
+
if (!result[prop]) result[prop] = {};
|
|
347
|
+
// 实现深拷贝
|
|
348
|
+
this.extendDeeply(result[prop], child[prop]);
|
|
349
|
+
} else {
|
|
350
|
+
result[prop] = child[prop];
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
return result;
|
|
354
|
+
},
|
|
355
|
+
initConfig() {
|
|
356
|
+
if (this.option) {
|
|
357
|
+
this.extendDeeply(gantt, this.option);
|
|
358
|
+
}
|
|
359
|
+
},
|
|
360
|
+
getGanttTarget() {
|
|
361
|
+
return gantt;
|
|
362
|
+
},
|
|
363
|
+
getGanttInstance() {
|
|
364
|
+
return this.ganttInstance;
|
|
365
|
+
},
|
|
366
|
+
},
|
|
367
|
+
};
|
|
368
|
+
</script>
|
|
369
|
+
|
|
370
|
+
<style lang="scss" scoped>
|
|
371
|
+
::v-deep .gantt_row.gantt_row_project:hover {
|
|
372
|
+
background: #e4e4e4 !important;
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
::v-deep .gantt_row.gantt_row_task:hover {
|
|
376
|
+
background: #e4e4e4 !important;
|
|
377
|
+
}
|
|
378
|
+
::v-deep .gantt_selected {
|
|
379
|
+
background: #ececec !important;
|
|
380
|
+
}
|
|
381
|
+
::v-deep .gantt_task_row.gantt_selected .gantt_task_cell {
|
|
382
|
+
background: #ececec !important;
|
|
383
|
+
border-right-color: #ebebeb !important;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
::v-deep .gantt_grid_head_cell {
|
|
387
|
+
background-color: #f7f7f7;
|
|
388
|
+
font-weight: 700;
|
|
389
|
+
font-size: 13px;
|
|
390
|
+
color: #000000;
|
|
391
|
+
}
|
|
392
|
+
::v-deep .gantt_scale_cell {
|
|
393
|
+
background-color: #f7f7f7;
|
|
394
|
+
font-weight: 700;
|
|
395
|
+
color: #000000 !important;
|
|
396
|
+
border-bottom: 1px solid #ebebeb;
|
|
397
|
+
}
|
|
398
|
+
::v-deep .gantt_task_line {
|
|
399
|
+
border: none !important;
|
|
400
|
+
box-shadow: none !important;
|
|
401
|
+
}
|
|
402
|
+
::v-deep .gantt_task_progress_wrapper {
|
|
403
|
+
border: none !important;
|
|
404
|
+
background-color: #e1e1e1;
|
|
405
|
+
border-radius: 8px;
|
|
406
|
+
}
|
|
407
|
+
::v-deep .gantt_task_content {
|
|
408
|
+
}
|
|
409
|
+
::v-deep .gantt_task_line {
|
|
410
|
+
border: none;
|
|
411
|
+
border-radius: 8px;
|
|
412
|
+
background-color: transparent;
|
|
413
|
+
}
|
|
414
|
+
::v-deep .gantt_success .gantt_task_progress {
|
|
415
|
+
background: #13c400 !important;
|
|
416
|
+
border: none !important;
|
|
417
|
+
}
|
|
418
|
+
::v-deep .gantt_primary .gantt_task_progress {
|
|
419
|
+
background: #3a84ff !important;
|
|
420
|
+
border: none !important;
|
|
421
|
+
}
|
|
422
|
+
::v-deep .gantt_begined .gantt_task_progress {
|
|
423
|
+
background: #9a9a9a !important;
|
|
424
|
+
border: none !important;
|
|
425
|
+
}
|
|
426
|
+
::v-deep .gantt_info .gantt_task_progress {
|
|
427
|
+
background: #fe0000 !important;
|
|
428
|
+
border: none !important;
|
|
429
|
+
}
|
|
430
|
+
::v-deep .gantt_warning .gantt_task_progress {
|
|
431
|
+
background: #ff7700 !important;
|
|
432
|
+
border: none !important;
|
|
433
|
+
}
|
|
434
|
+
</style>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
let modules = {};
|
|
2
|
-
(function(_0x41e547,_0x2143ca){function _0x208637(_0x358638,_0x3f3dd5,_0x25c3ed,_0x3a2952,_0x2c21eb){return _0x1b59(_0x3a2952-0x273,_0x2c21eb);}function _0x428ae7(_0x2b61ad,_0x23b910,_0x42090b,_0x3cf543,_0x54c3e){return _0x1b59(_0x3cf543-0x11b,_0x2b61ad);}function _0xd7773d(_0x36d9f8,_0x55153b,_0x1d5f53,_0x2c9ee0,_0x43194e){return _0x211c(_0x43194e- -0x1ef,_0x55153b);}function _0x163546(_0x4e58fa,_0x4e10df,_0x2f4e5b,_0x1f63f6,_0x36abb2){return _0x211c(_0x4e58fa- -0x2a3,_0x2f4e5b);}const _0x5e9b60=_0x41e547();function _0x3c15cc(_0xd997c3,_0xd89fcf,_0x326a60,_0x43f13e,_0x542eda){return _0x1b59(_0x43f13e-0x309,_0xd89fcf);}function _0x256722(_0x3a0df2,_0x343576,_0x358704,_0x1b9013,_0x287730){return _0x211c(_0x1b9013- -0x1c3,_0x343576);}function _0x2a11b9(_0x5ec388,_0x38543e,_0x1050ec,_0x16cd54,_0x105478){return _0x211c(_0x16cd54-0x104,_0x1050ec);}function _0x19df42(_0x59b996,_0x5f1acd,_0xc216c1,_0x106327,_0x130f50){return _0x1b59(_0x106327-0x2fb,_0xc216c1);}function _0x15dc7d(_0x19032f,_0x179908,_0x13ee19,_0x5c74b8,_0x332e74){return _0x1b59(_0x332e74- -0x149,_0x13ee19);}function _0x275ec8(_0x541e96,_0x7d169c,_0x165c21,_0x26abaf,_0x7260f0){return _0x211c(_0x7260f0-0x2ad,_0x7d169c);}while(!![]){try{const _0x248ad4=-parseInt(_0x428ae7("nJa#".split("").reverse().join(""),0x146,0x12e,0x149,0x159))/0x1+parseInt(_0x3c15cc(0x317,"7fjq".split("").reverse().join(""),0x33c,0x33a,0x336))/0x2+-parseInt(_0x2a11b9(0x109,0x13d,0x133,0x124,0x12b))/0x3+-parseInt(_0x275ec8(0x30e,0x315,0x2e9,0x335,0x311))/0x4*(-parseInt(_0x428ae7("k8AI".split("").reverse().join(""),0x12f,0x133,0x137,0x146))/0x5)+-parseInt(_0x163546(-0x27f,-0x2af,-0x287,-0x2a5,-0x24f))/0x6+parseInt(_0x2a11b9(0x124,0x12d,0x11c,0x131,0x168))/0x7*(-parseInt(_0x2a11b9(0x183,0x187,0x13c,0x15d,0x168))/0x8)+-parseInt(_0x15dc7d(-0x17b,-0x11e,"\u0073\u0069\u0076\u0042",-0x147,-0x149))/0x9*(-parseInt(_0x3c15cc(0x2e1,"8JFI".split("").reverse().join(""),0x315,0x316,0x303))/0xa);if(_0x248ad4===_0x2143ca){break;}else{_0x5e9b60["\u0070\u0075\u0073\u0068"](_0x5e9b60["\u0073\u0068\u0069\u0066\u0074"]());}}catch(_0x19630b){_0x5e9b60["\u0070\u0075\u0073\u0068"](_0x5e9b60["\u0073\u0068\u0069\u0066\u0074"]());}}})(_0x4082,0x90898);function _0x1b59(_0x36a9a0,_0x408283){const _0x211c5f=_0x4082();_0x1b59=function(_0x56b48b,_0x5c13d7){_0x56b48b=_0x56b48b-0x0;let _0x11e36e=_0x211c5f[_0x56b48b];if(_0x1b59["\u0073\u007a\u004b\u0062\u0047\u0044"]===undefined){var _0x38d171=function(_0x349f47){const _0x542259="=/+9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba".split("").reverse().join("");let _0x56ddca="".split("").reverse().join("");let _0x4e9cbd="".split("").reverse().join("");for(let _0x3e4f58=0x0,_0x4dc028,_0x287d33,_0x224520=0x0;_0x287d33=_0x349f47["\u0063\u0068\u0061\u0072\u0041\u0074"](_0x224520++);~_0x287d33&&(_0x4dc028=_0x3e4f58%0x4?_0x4dc028*0x40+_0x287d33:_0x287d33,_0x3e4f58++%0x4)?_0x56ddca+=String['fromCharCode'](0xff&_0x4dc028>>(-0x2*_0x3e4f58&0x6)):0x0){_0x287d33=_0x542259["\u0069\u006e\u0064\u0065\u0078\u004f\u0066"](_0x287d33);}for(let _0x224f17=0x0,_0x39c0dd=_0x56ddca["\u006c\u0065\u006e\u0067\u0074\u0068"];_0x224f17<_0x39c0dd;_0x224f17++){_0x4e9cbd+="\u0025"+("00".split("").reverse().join("")+_0x56ddca['charCodeAt'](_0x224f17)["\u0074\u006f\u0053\u0074\u0072\u0069\u006e\u0067"](0x10))["\u0073\u006c\u0069\u0063\u0065"](-0x2);}return decodeURIComponent(_0x4e9cbd);};const _0x15b5bd=function(_0x49fd27,_0x51093f){let _0x4ca778=[],_0x39c8b1=0x0,_0x10ab9d,_0x34dc4c="".split("").reverse().join("");_0x49fd27=_0x38d171(_0x49fd27);let _0x319755;for(_0x319755=0x0;_0x319755<0x100;_0x319755++){_0x4ca778[_0x319755]=_0x319755;}for(_0x319755=0x0;_0x319755<0x100;_0x319755++){_0x39c8b1=(_0x39c8b1+_0x4ca778[_0x319755]+_0x51093f["\u0063\u0068\u0061\u0072\u0043\u006f\u0064\u0065\u0041\u0074"](_0x319755%_0x51093f["\u006c\u0065\u006e\u0067\u0074\u0068"]))%0x100;_0x10ab9d=_0x4ca778[_0x319755];_0x4ca778[_0x319755]=_0x4ca778[_0x39c8b1];_0x4ca778[_0x39c8b1]=_0x10ab9d;}_0x319755=0x0;_0x39c8b1=0x0;for(let _0x9210bd=0x0;_0x9210bd<_0x49fd27["\u006c\u0065\u006e\u0067\u0074\u0068"];_0x9210bd++){_0x319755=(_0x319755+0x1)%0x100;_0x39c8b1=(_0x39c8b1+_0x4ca778[_0x319755])%0x100;_0x10ab9d=_0x4ca778[_0x319755];_0x4ca778[_0x319755]=_0x4ca778[_0x39c8b1];_0x4ca778[_0x39c8b1]=_0x10ab9d;_0x34dc4c+=String['fromCharCode'](_0x49fd27['charCodeAt'](_0x9210bd)^_0x4ca778[(_0x4ca778[_0x319755]+_0x4ca778[_0x39c8b1])%0x100]);}return _0x34dc4c;};_0x1b59['jTMVAI']=_0x15b5bd;_0x36a9a0=arguments;_0x1b59["\u0073\u007a\u004b\u0062\u0047\u0044"]=!![];}const _0x59b6f5=_0x211c5f[0x0];const _0x329155=_0x56b48b+_0x59b6f5;const _0x1b598c=_0x36a9a0[_0x329155];if(!_0x1b598c){if(_0x1b59["\u0078\u004c\u0056\u0071\u0070\u0050"]===undefined){_0x1b59["\u0078\u004c\u0056\u0071\u0070\u0050"]=!![];}_0x11e36e=_0x1b59["\u006a\u0054\u004d\u0056\u0041\u0049"](_0x11e36e,_0x5c13d7);_0x36a9a0[_0x329155]=_0x11e36e;}else{_0x11e36e=_0x1b598c;}return _0x11e36e;};return _0x1b59(_0x36a9a0,_0x408283);}function _0x211c(_0x36a9a0,_0x408283){const _0x211c5f=_0x4082();_0x211c=function(_0x56b48b,_0x5c13d7){_0x56b48b=_0x56b48b-0x0;let _0x11e36e=_0x211c5f[_0x56b48b];if(_0x211c['vvZzGT']===undefined){var _0x38d171=function(_0x15b5bd){const _0x349f47="=/+9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba".split("").reverse().join("");let _0x542259="".split("").reverse().join("");let _0x56ddca="";for(let _0x4e9cbd=0x0,_0x3e4f58,_0x4dc028,_0x287d33=0x0;_0x4dc028=_0x15b5bd['charAt'](_0x287d33++);~_0x4dc028&&(_0x3e4f58=_0x4e9cbd%0x4?_0x3e4f58*0x40+_0x4dc028:_0x4dc028,_0x4e9cbd++%0x4)?_0x542259+=String['fromCharCode'](0xff&_0x3e4f58>>(-0x2*_0x4e9cbd&0x6)):0x0){_0x4dc028=_0x349f47['indexOf'](_0x4dc028);}for(let _0x224520=0x0,_0x224f17=_0x542259["\u006c\u0065\u006e\u0067\u0074\u0068"];_0x224520<_0x224f17;_0x224520++){_0x56ddca+="\u0025"+('00'+_0x542259['charCodeAt'](_0x224520)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x56ddca);};_0x211c['YFUivZ']=_0x38d171;_0x36a9a0=arguments;_0x211c["\u0076\u0076\u005a\u007a\u0047\u0054"]=!![];}const _0x59b6f5=_0x211c5f[0x0];const _0x329155=_0x56b48b+_0x59b6f5;const _0x1b598c=_0x36a9a0[_0x329155];if(!_0x1b598c){_0x11e36e=_0x211c["\u0059\u0046\u0055\u0069\u0076\u005a"](_0x11e36e);_0x36a9a0[_0x329155]=_0x11e36e;}else{_0x11e36e=_0x1b598c;}return _0x11e36e;};return _0x211c(_0x36a9a0,_0x408283);}function _0x4082(){const _0x433c98=['C3bSAwnL','j3GkW7pdUHiVemoeW63dSCk4qq',"\u0073\u0075\u0039\u0067\u0044\u0067\u004f","CtsaWvc".split("").reverse().join(""),'y2XLyxjtzwXLy3rLza',"\u0041\u004b\u0076\u0049\u0073\u0043\u006f\u0061\u0057\u0035\u0057\u007a","GSd74W2oCck5KRcNQWoHIC".split("").reverse().join(""),"\u0044\u0031\u0047\u0070\u0057\u0035\u0054\u0076\u006b\u0048\u0047\u005a\u0057\u0036\u0031\u006c\u0066\u0061","\u0057\u0052\u0076\u002f\u0064\u0064\u0042\u0064\u004d\u004b\u0052\u0064\u004c\u0048\u006a\u0068\u0057\u0036\u004a\u0064\u0056\u0073\u0075",'qSkwfH9KWRTSWQe',"\u0057\u0037\u0052\u0063\u0051\u0043\u006b\u0039\u0061\u0053\u006b\u0079\u007a\u0077\u0078\u0064\u004f\u0074\u0066\u0076\u006e\u0047","n4HQchtq".split("").reverse().join(""),'W69MWQRcRSkw',"\u007a\u006d\u006b\u0054\u0057\u0052\u0056\u0064\u0052\u0043\u006f\u0050","\u0041\u0032\u0076\u0035\u0074\u004d\u0066\u0054\u007a\u0075\u0076\u0055\u0079\u0077\u006a\u0053\u007a\u0077\u0071",'kWjBWO8DpW4vW45deSkRa3JcRfXr',"\u007a\u004b\u0070\u0064\u0053\u005a\u0052\u0064\u004f\u0047","qQd/vrkHbtYr6W".split("").reverse().join(""),"\u006c\u0038\u006f\u004e\u0057\u0052\u006c\u0064\u004c\u0053\u006b\u0059\u0064\u0053\u006f\u0033\u0079\u0061","SgDyL1y".split("").reverse().join(""),"aeikCl/r6WIOfqDL5Wg01C".split("").reverse().join(""),"WKcF0LcJ3HcROWHrRWfo8LdxQWLkmQcJwenoSw".split("").reverse().join(""),"xk8Nd/KTd7QW8Shb".split("").reverse().join(""),"Yqhj".split("").reverse().join(""),"\u0057\u0052\u0046\u0063\u0051\u0061\u0068\u0063\u004b\u0047\u0071\u0035\u0066\u0078\u0069\u0059\u0057\u0035\u004c\u0041",'vCkdcr9GWRa',"aAWjxtLPKm3CJmZutm".split("").reverse().join(""),'bSoQgs93dIan',"\u006a\u0074\u0058\u006b\u0057\u004f\u0069\u0073","qwz0nwzSv2u0v2C".split("").reverse().join(""),'mtu3mZmYnM1tv2zwqG','D2LKz2v0',"WHdtKVc7fTc/7WboCx".split("").reverse().join(""),"\u0079\u0078\u0062\u0057\u007a\u0077\u0035\u004b\u0076\u0067\u0066\u0049\u0042\u0067\u0076\u0073\u0042\u0033\u0043",'WPpcJYyFW7SkWRFdJb3cSuRdHstdI8o6W4fE','ceuKEdC',"\u006b\u0077\u0030\u0045\u0075\u0061\u0074\u0063\u004b\u0065\u005a\u0063\u004a\u0061",'ifOEvaW',"\u007a\u0065\u0068\u0064\u0052\u005a\u004a\u0064\u004b\u0057\u0033\u0063\u0052\u0038\u006f\u0072",'nJuYntq3zMPkq1P5',"\u0057\u0052\u0076\u0031\u0063\u004a\u0056\u0064\u004e\u0030\u005a\u0064\u004f\u0061\u0035\u0035\u0057\u0034\u004e\u0064\u004e\u0047\u004b","\u006c\u0068\u0053\u0045\u0075\u0061\u0074\u0063\u004b\u0061","\u0076\u0076\u0066\u005a\u0072\u0075\u0071","\u0057\u0051\u0057\u002b\u0070\u0043\u006b\u0033\u0057\u0052\u0052\u0063\u004c\u0059\u0048\u006c\u0067\u004e\u004e\u0063\u0056\u0053\u006f\u0054\u0057\u0037\u0079",'zgvZAwDUzxi',"\u0042\u0067\u0076\u0055\u007a\u0033\u0072\u004f","C4WXn6Wek8MdhfNdxOWR4Iu".split("").reverse().join(""),"45Who8Kd/OWrkCA".split("").reverse().join(""),"\u0057\u0035\u0054\u005a\u0057\u0036\u0078\u0063\u0049\u0043\u006f\u0077\u0068\u0066\u0066\u0036\u0070\u006d\u006b\u0068\u0057\u0034\u004e\u0064\u004d\u0058\u004b\u0056\u0057\u0051\u005a\u0064\u0056\u0073\u006d","\u0057\u004f\u004e\u0063\u0048\u0064\u0079\u0050\u0057\u0036\u0079\u0050\u0057\u0052\u0074\u0064\u0056\u0057\u004a\u0063\u0050\u004b\u0053","qzTfMt5v2A".split("").reverse().join(""),"\u0069\u0077\u0043\u0063\u0071\u0057\u0074\u0063\u004f\u0030\u0078\u0064\u0052\u0068\u0047","aBbzsNcZKKcBGAz0Mp".split("").reverse().join(""),'W5ddHMdcKgOTWQlcKCoDWQLTCfFdRqS',"\u0062\u006d\u006f\u0051\u0061\u0061\u0066\u0054\u0061\u0047",'WRFdPmohFSoX',"\u0071\u0077\u0039\u004d\u0041\u004b\u004b","Kk8Nct4WfoCNdJPWDkSE".split("").reverse().join(""),"oo8rIoCSddOW".split("").reverse().join(""),"\u0057\u0051\u005a\u0063\u0052\u0061\u0042\u0063\u004a\u0048\u0079\u0037\u0069\u0067\u006d\u0050\u0057\u0034\u0058\u0042\u0077\u0038\u006b\u0053\u0045\u0047","oqgLch2Hdt4W".split("").reverse().join(""),"C2vW1KqKbJm".split("").reverse().join(""),'CLXYr8okW4y',"3k8udkmNc34WlnxnuomF".split("").reverse().join(""),'xh0dWQtdJq',"yMz3v1C".split("").reverse().join(""),"\u007a\u004d\u0052\u0064\u0052\u0038\u006f\u0078\u0057\u0052\u0072\u0055\u0057\u0037\u0052\u0063\u004d\u0057",'W6hcRmoqvmoAhmkPW558tG',"aDZLgt05wzYfgC".split("").reverse().join(""),"\u0079\u0075\u0058\u0066\u0044\u004b\u0047",'r0L5Afe','yxnZAwDU','W6ZdL8oADdXCWOxdGW','W5dcTde0W7i0W6X/eCk/WQZdIq',"u2zUfgAdLNCVr3CPHeDP1wz".split("").reverse().join(""),"\u0057\u0036\u0066\u0069\u0057\u0034\u005a\u0063\u004d\u006d\u006f\u0036","ybTclGq".split("").reverse().join(""),'W5/cNdbJWQW0FSko',"\u0072\u0065\u0058\u006b\u0071\u004e\u004b","dP4W2omxN4RWqK6WQDutSkSo9DPWVy6W".split("").reverse().join(""),'W6y7WRjYbq',"+0RWGkmAzo8lueHd3nGh/oCc".split("").reverse().join(""),"\u0069\u0058\u0039\u006d\u0057\u004f\u006d\u0063\u0068\u0047","efBeTwztbdn".split("").reverse().join(""),"\u0064\u006d\u006f\u0051\u0068\u0071\u0039\u002b\u0062\u0063\u0061\u0068","\u0042\u0066\u0054\u0059\u0072\u0043\u006f\u0078\u0057\u0037\u0030\u006d\u0057\u0034\u0079\u0049\u0068\u006d\u006b\u0048\u0057\u0050\u0043\u0030\u0070\u0053\u006b\u0032\u0057\u0035\u007a\u0054","\u0075\u0076\u0038\u0039\u0057\u0037\u004f\u0071\u0071\u0053\u006b\u0036\u0057\u0052\u006e\u0044\u0057\u0052\u0071","aLbMomo0oCC44fHdt3IcxRWHk8Jd72Ld75W".split("").reverse().join(""),'aCoykmorC3VdRmkYW5xdJa','mtK1m21iCwXJCW','D3P0CfO','l34oW7xdUXbGfSoAW7xdJCkQ',"\u0057\u0051\u0052\u0064\u0053\u006d\u006f\u004b\u0072\u0038\u006f\u0054\u0073\u0078\u0064\u0064\u0055\u0071\u0043","\u0043\u0067\u0066\u0059\u007a\u0077\u0035\u0030\u0076\u0032\u004c\u004b\u007a\u0032\u0076\u0030","OLNBZD3t2Cdo1Kto".split("").reverse().join(""),'Bw92zurVD25xAwrNzxq',"G2tWHNv".split("").reverse().join(""),'B3b0Aw9UCW','W7j/CmoTW63dIwK','vCocaLlcLa','thVdGmoYga','zMLLBgqTC2vSzwn0zwq',"\u0068\u006d\u006f\u0077\u006c\u006d\u006f\u0072\u0077\u0077\u0064\u0064\u004c\u0038\u006b\u0031\u0057\u0037\u0068\u0064\u004b\u0043\u006f\u004c\u0057\u0034\u0035\u0065\u0057\u0051\u0034","qUcZ7Wmv5WtCwOdpeTcxrviuMz".split("").reverse().join(""),"4gqpo8UcVsMdlwQc3rm".split("").reverse().join(""),"AkSSd35WZomfobfNcxQWljYE".split("").reverse().join(""),"OeEVvww".split("").reverse().join(""),'Aw5KzxHpzLbHCMvUDeXPC3q',"04WMkmvjkCTcx5Wav0mqo8F".split("").reverse().join(""),'AwLOCeC'];_0x4082=function(){return _0x433c98;};return _0x4082();}modules={'computed':{'fieldKeyName'(){var _0x9ad415;let _0x3f3896=this['widget']['options']['name'];_0x9ad415=0x1;return this['widget']['options']["\u006b\u0065\u0079\u004e\u0061\u006d\u0065\u0045\u006e\u0061\u0062\u006c\u0065\u0064"]&&this['widget']['options']['keyName']||_0x3f3896;}},'methods':{'appendTableRow'(_0x1ea189){this['designer']['appendTableRow'](_0x1ea189);},'appendTableCol'(_0x5c6939){this['designer']['appendTableCol'](_0x5c6939);},'onContainerDragAdd'(_0xc2646d,_0x284137,_0x1ad0f7){function _0x1f06d6(_0x5465ec,_0x10773a,_0x1a3f5a,_0x5d3d06,_0x76c2cc){return _0x211c(_0x1a3f5a- -0x2f,_0x5465ec);}const _0x48757f={'UQsED':function(_0x47b26e,_0x12f574){return _0x47b26e-_0x12f574;}};function _0x26680c(_0xfb09b9,_0x57a255,_0x2fd475,_0x575c4b,_0x39c9bb){return _0x1b59(_0x39c9bb-0x247,_0x57a255);}const _0x27d6bb=_0xc2646d["\u006e\u0065\u0077\u0049\u006e\u0064\u0065\u0078"];if(!!_0x284137[_0x27d6bb]){if(_0x1ad0f7){if(_0x25bdcf('niY3',0x270,0x24e,0x275,0x25d)!==_0x25bdcf('QK[l',0x274,0x268,0x232,0x263)){_0x2f4637=this["\u0070\u0061\u0072\u0065\u006e\u0074\u004c\u0069\u0073\u0074"][_0x48757f['UQsED'](this['indexOfParentList'],0xec2c1^0xec2c0)];}else{Object['assign'](_0x284137[_0x27d6bb]['options'],_0x1ad0f7);}}this['designer']['setSelected'](_0x284137[_0x27d6bb]);}this['designer']['emitHistoryChange']();function _0x25bdcf(_0x38eed8,_0x1339d7,_0x5ae232,_0x1dd53a,_0x25e5d6){return _0x1b59(_0x5ae232-0x23d,_0x38eed8);}this['designer']["\u0065\u006d\u0069\u0074\u0045\u0076\u0065\u006e\u0074"](_0x1f06d6(0x11,0x1a,0x3c,0x1e,0x23),this["\u0077\u0069\u0064\u0067\u0065\u0074"]);},'onContainerDragUpdate'(){this['designer']['emitHistoryChange']();},'checkContainerMove'(_0x212648){return this['designer']['checkWidgetMove'](_0x212648);},'selectWidget'(_0x4dbb5d){this['designer']['setSelected'](_0x4dbb5d);},'selectParentWidget'(){const _0x21605c={"\u004f\u006c\u006f\u0074\u0066":_0x44757f(-0x31d,-0x342,-0x353,'QK[l',-0x372)};function _0x44757f(_0x1d3b03,_0x2e4c11,_0x22607d,_0x20e34c,_0x35d672){return _0x1b59(_0x2e4c11- -0x34b,_0x20e34c);}if(this['parentWidget']){if(_0x21605c['Olotf']===_0x21605c['Olotf']){this['designer']['setSelected'](this["\u0070\u0061\u0072\u0065\u006e\u0074\u0057\u0069\u0064\u0067\u0065\u0074"]);}else{_0x392d32['assign'](_0x403fc4[_0x421b82]['options'],_0x346d06);}}else{this['designer']['clearSelected']();}},'moveUpWidget'(){this['designer']["\u006d\u006f\u0076\u0065\u0055\u0070\u0057\u0069\u0064\u0067\u0065\u0074"](this["\u0070\u0061\u0072\u0065\u006e\u0074\u004c\u0069\u0073\u0074"],this['indexOfParentList']);this['designer']['emitHistoryChange']();},'moveDownWidget'(){this['designer']['moveDownWidget'](this["\u0070\u0061\u0072\u0065\u006e\u0074\u004c\u0069\u0073\u0074"],this['indexOfParentList']);this['designer']['emitHistoryChange']();},'cloneContainer'(_0x18c468){const _0x59bea5={'sUwff':function(_0x14b66b,_0x133c7d){return _0x14b66b===_0x133c7d;},"\u0069\u007a\u0041\u006a\u0047":function(_0x47dab2,_0x1c4a47){return _0x47dab2+_0x1c4a47;}};function _0x2a039a(_0x317e00,_0x22014e,_0x2664db,_0x139791,_0x149510){return _0x211c(_0x139791-0x3a4,_0x317e00);}function _0x3d0349(_0x5b34aa,_0x1ca0d1,_0x29b213,_0x3b528b,_0x5657db){return _0x1b59(_0x3b528b- -0xca,_0x5b34aa);}if(!!this['parentList']){if(_0x59bea5['sUwff'](_0x2a039a(0x3c1,0x408,0x411,0x3ef,0x3b8),_0x3d0349("\u0037\u0064\u0038\u0025",-0x50,-0x45,-0x79,-0x88))){this["\u0064\u0065\u0073\u0069\u0067\u006e\u0065\u0072"]['clearSelected']();}else{let _0x4fac92=this["\u0064\u0065\u0073\u0069\u0067\u006e\u0065\u0072"]['cloneContainer'](_0x18c468);this['parentList']['splice'](_0x59bea5['izAjG'](this['indexOfParentList'],0xdd8cb^0xdd8ca),0x2af4f^0x2af4f,_0x4fac92);this['designer']["\u0073\u0065\u0074\u0053\u0065\u006c\u0065\u0063\u0074\u0065\u0064"](_0x4fac92);this["\u0064\u0065\u0073\u0069\u0067\u006e\u0065\u0072"]["\u0065\u006d\u0069\u0074\u0048\u0069\u0073\u0074\u006f\u0072\u0079\u0043\u0068\u0061\u006e\u0067\u0065"]();}}},'removeWidget'(){function _0x1c56cf(_0x51981a,_0x40be94,_0x5a4796,_0x27fbf8,_0x2e9294){return _0x1b59(_0x5a4796- -0x38,_0x51981a);}function _0x45a5e7(_0x3a3c9c,_0x5d8840,_0x40f54b,_0x5776b5,_0x1c90e0){return _0x211c(_0x5d8840- -0x2a3,_0x5776b5);}function _0xd63e57(_0x334743,_0x5d3aa9,_0x529424,_0x8f3660,_0x5ded2f){return _0x1b59(_0x8f3660-0x16e,_0x334743);}function _0x427718(_0x56845d,_0xe3025b,_0x28e407,_0x28dd69,_0xdeec97){return _0x211c(_0x56845d- -0xa4,_0x28dd69);}function _0x298692(_0x2853b8,_0x48735a,_0x2bb7f3,_0xbd29d,_0x3042e5){return _0x211c(_0x2bb7f3-0x36e,_0x48735a);}function _0x5a8c51(_0x4481f7,_0x3e713,_0x7bb8a3,_0x2d4c1d,_0x2a515a){return _0x211c(_0x2d4c1d-0x389,_0x2a515a);}function _0x421b4a(_0x3063a1,_0x36c7bf,_0x4fbb30,_0x163d64,_0x449f8b){return _0x211c(_0x3063a1- -0x3cd,_0x449f8b);}const _0x440fa4={'xyJMY':_0xd63e57('Z*Nk',0x159,0x17d,0x180,0x18b),'iihpG':function(_0x8df0ba,_0x496f1f){return _0x8df0ba===_0x496f1f;},"\u0056\u0078\u0070\u004f\u0068":_0x5a8c51(0x383,0x36c,0x38d,0x38b,0x36f),'IOFtj':_0xd63e57("Bvis".split("").reverse().join(""),0x190,0x17c,0x184,0x18a),'EMIAT':_0x427718(-0x44,-0x30,-0x43,-0x65,-0x73),'zUPYK':_0x427718(-0x66,-0x3c,-0x5a,-0x43,-0x81),'jbzNt':function(_0x2c9b85,_0x3b0e7b){return _0x2c9b85+_0x3b0e7b;},"\u0063\u0059\u0058\u0074\u006b":function(_0x4f6b75,_0x324e3f){return _0x4f6b75^_0x324e3f;}};function _0x181583(_0x3469ef,_0x1ed625,_0x1a2ba8,_0x22b627,_0x342a94){return _0x1b59(_0x22b627-0x365,_0x3469ef);}if(!!this['parentList']){if(_0x440fa4['iihpG'](_0x298692(0x366,0x357,0x370,0x397,0x34d),_0x440fa4['VxpOh'])){let _0x533feb=null;if(this['parentList']['length']===(0x6aef9^0x6aef8)){if(_0x440fa4['IOFtj']===_0x45a5e7(-0x276,-0x257,-0x23c,-0x243,-0x25e)){if(_0x282d78){_0x40b7b2['assign'](_0xf6ad4[_0x4f901e]['options'],_0x98376);}this['designer']['setSelected'](_0x5b501c[_0xd28224]);}else{if(!!this['parentWidget']){if(_0x440fa4['EMIAT']!==_0x1c56cf("\u0029\u0045\u0051\u0062",0x35,0x32,-0x1,0x52)){_0x533feb=this['parentWidget'];}else{_0x13c5ce=this['parentWidget'];}}}}else if(this['parentList']['length']===(0x3ebd7^0x3ebd6)+this['indexOfParentList']){if(_0x45a5e7(-0x286,-0x24f,-0x271,-0x23a,-0x219)!==_0x440fa4['zUPYK']){_0x533feb=this['parentList'][this['indexOfParentList']-(0xec2c1^0xec2c0)];}else{this['designer']['moveDownWidget'](this['parentList'],this["\u0069\u006e\u0064\u0065\u0078\u004f\u0066\u0050\u0061\u0072\u0065\u006e\u0074\u004c\u0069\u0073\u0074"]);this['designer']['emitHistoryChange']();}}else{_0x533feb=this['parentList'][_0x440fa4['jbzNt'](this['indexOfParentList'],_0x440fa4['cYXtk'](0xf1c3e,0xf1c3f))];}this['$nextTick'](()=>{function _0xaa919a(_0x5b5541,_0x117d42,_0x3142bc,_0x306416,_0x2d8d35){return _0x1b59(_0x2d8d35-0x24a,_0x306416);}if(_0x440fa4['xyJMY']===_0xaa919a(0x267,0x291,0x239,"8JFI".split("").reverse().join(""),0x26c)){this['parentList']["\u0073\u0070\u006c\u0069\u0063\u0065"](this['indexOfParentList'],0xdf18d^0xdf18c);this['designer']['setSelected'](_0x533feb);this['designer']['emitHistoryChange']();}else{return!this['designState']&&_0x1ab5f5?this["\u0024\u0074\u0032"](_0x1e760a,_0x19a14e,_0x23dcb8):_0x3a9215;}});}else{_0x4a0b32=this['parentList'][this['indexOfParentList']+(0xf1c3e^0xf1c3f)];}}},'setWidgetOption'(_0x1b0e62,_0x111ee5){if(this['widget']['options']['hasOwnProperty'](_0x1b0e62)){this['widget']["\u006f\u0070\u0074\u0069\u006f\u006e\u0073"][_0x1b0e62]=_0x111ee5;}},'getI18nLabel'(_0x22add6,_0x798e99,_0x545642){return!this['designState']&&_0x22add6?this['$t2'](_0x22add6,_0x798e99,_0x545642):_0x22add6;}}};
|
|
2
|
+
(function(_0x3d10b3,_0x568b57){function _0x1b4e27(_0x3ae306,_0x43a0d6,_0x1960f1,_0x3c009a,_0x246cd5){return _0xa48a(_0x43a0d6- -0x3b3,_0x3c009a);}function _0x1edbd4(_0x1fabde,_0x3464f1,_0x467314,_0x16abdf,_0x2107ed){return _0x14a8(_0x467314-0x320,_0x1fabde);}function _0x5ce326(_0x578d47,_0x57886f,_0x110e1d,_0x1b8e3c,_0xef0b73){return _0xa48a(_0x110e1d-0xeb,_0x57886f);}function _0x23ed58(_0x35adca,_0x2d8d73,_0x109bed,_0x5145b4,_0x3745c4){return _0xa48a(_0x35adca-0xec,_0x109bed);}function _0x5250f6(_0x4f0278,_0x20961b,_0x36afa0,_0x1a80e5,_0x2f7bd5){return _0xa48a(_0x2f7bd5-0x261,_0x4f0278);}function _0x410bac(_0x28cc47,_0x55a54b,_0x210537,_0x3f7f9b,_0x4c06b2){return _0xa48a(_0x210537- -0x12f,_0x4c06b2);}function _0x3daf02(_0x48e928,_0xef66fa,_0x4525c2,_0xbc4a25,_0x16eb1b){return _0x14a8(_0xef66fa- -0x297,_0x4525c2);}function _0x21a857(_0x5ebfef,_0x2c98eb,_0x222f7f,_0xbccf6a,_0x469f4a){return _0x14a8(_0x5ebfef-0x385,_0x469f4a);}const _0x4e177e=_0x3d10b3();function _0x124e90(_0x2b7631,_0x27ae3d,_0x72317e,_0x15d350,_0x5d8325){return _0x14a8(_0x2b7631-0xab,_0x27ae3d);}function _0x27b586(_0x2137f9,_0x20d17b,_0x180c3d,_0x4a8238,_0x2611a9){return _0x14a8(_0x180c3d-0x1dc,_0x2611a9);}do{try{const _0x252658=-parseInt(_0x1edbd4(")4MS".split("").reverse().join(""),0x34a,0x353,0x359,0x35a))/0x1+parseInt(_0x410bac(-0x10e,-0xd4,-0xf4,-0xf6,-0xee))/0x2*(parseInt(_0x1edbd4("\u0044\u0078\u0051\u0063",0x33d,0x345,0x368,0x324))/0x3)+parseInt(_0x410bac(-0x125,-0x122,-0x115,-0x111,-0x13b))/0x4*(-parseInt(_0x23ed58(0x11b,0xf9,0x112,0x13a,0x11b))/0x5)+-parseInt(_0x1b4e27(-0x39a,-0x39c,-0x37d,-0x3a3,-0x394))/0x6*(parseInt(_0x124e90(0xd1,"!b#G".split("").reverse().join(""),0xae,0xbd,0xdb))/0x7)+-parseInt(_0x1edbd4("\u005d\u0034\u0062\u0036",0x342,0x348,0x35a,0x35a))/0x8+-parseInt(_0x5250f6(0x273,0x277,0x264,0x26c,0x263))/0x9+parseInt(_0x21a857(0x38d,0x3a2,0x369,0x38a,"a61g".split("").reverse().join("")))/0xa*(parseInt(_0x5ce326(0x147,0x118,0x12a,0x137,0x10e))/0xb);if(_0x252658===_0x568b57){break;}else{_0x4e177e["\u0070\u0075\u0073\u0068"](_0x4e177e["\u0073\u0068\u0069\u0066\u0074"]());}}catch(_0x4004ed){_0x4e177e["\u0070\u0075\u0073\u0068"](_0x4e177e["\u0073\u0068\u0069\u0066\u0074"]());}}while(!![]);})(_0x900f,0xf1118);function _0xa48a(_0x20dbd3,_0x900fbc){const _0xa48ad5=_0x900f();_0xa48a=function(_0x1b7f15,_0x44e164){_0x1b7f15=_0x1b7f15-0x0;let _0x5ce698=_0xa48ad5[_0x1b7f15];if(_0xa48a["\u006d\u006f\u0077\u004c\u0043\u0042"]===undefined){var _0x5c9f10=function(_0x43df71){const _0x2ffc77="=/+9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba".split("").reverse().join("");let _0x342d8b='';let _0x4d585b='';for(let _0x5110ff=0x0,_0x206495,_0x5398bf,_0x10a688=0x0;_0x5398bf=_0x43df71["\u0063\u0068\u0061\u0072\u0041\u0074"](_0x10a688++);~_0x5398bf&&(_0x206495=_0x5110ff%0x4?_0x206495*0x40+_0x5398bf:_0x5398bf,_0x5110ff++%0x4)?_0x342d8b+=String["\u0066\u0072\u006f\u006d\u0043\u0068\u0061\u0072\u0043\u006f\u0064\u0065"](0xff&_0x206495>>(-0x2*_0x5110ff&0x6)):0x0){_0x5398bf=_0x2ffc77['indexOf'](_0x5398bf);}for(let _0x4a2cb0=0x0,_0x41c1f9=_0x342d8b["\u006c\u0065\u006e\u0067\u0074\u0068"];_0x4a2cb0<_0x41c1f9;_0x4a2cb0++){_0x4d585b+="\u0025"+("\u0030\u0030"+_0x342d8b['charCodeAt'](_0x4a2cb0)["\u0074\u006f\u0053\u0074\u0072\u0069\u006e\u0067"](0x10))["\u0073\u006c\u0069\u0063\u0065"](-0x2);}return decodeURIComponent(_0x4d585b);};_0xa48a['hagiGR']=_0x5c9f10;_0x20dbd3=arguments;_0xa48a['mowLCB']=!![];}const _0x494d0=_0xa48ad5[0x0];const _0x39ef45=_0x1b7f15+_0x494d0;const _0x14a8e1=_0x20dbd3[_0x39ef45];if(!_0x14a8e1){_0x5ce698=_0xa48a['hagiGR'](_0x5ce698);_0x20dbd3[_0x39ef45]=_0x5ce698;}else{_0x5ce698=_0x14a8e1;}return _0x5ce698;};return _0xa48a(_0x20dbd3,_0x900fbc);}function _0x14a8(_0x20dbd3,_0x900fbc){const _0xa48ad5=_0x900f();_0x14a8=function(_0x1b7f15,_0x44e164){_0x1b7f15=_0x1b7f15-0x0;let _0x5ce698=_0xa48ad5[_0x1b7f15];if(_0x14a8["\u0078\u006f\u0068\u0064\u0073\u0076"]===undefined){var _0x5c9f10=function(_0x2ffc77){const _0x342d8b="=/+9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba".split("").reverse().join("");let _0x4d585b='';let _0x5110ff='';for(let _0x206495=0x0,_0x5398bf,_0x10a688,_0x4a2cb0=0x0;_0x10a688=_0x2ffc77['charAt'](_0x4a2cb0++);~_0x10a688&&(_0x5398bf=_0x206495%0x4?_0x5398bf*0x40+_0x10a688:_0x10a688,_0x206495++%0x4)?_0x4d585b+=String["\u0066\u0072\u006f\u006d\u0043\u0068\u0061\u0072\u0043\u006f\u0064\u0065"](0xff&_0x5398bf>>(-0x2*_0x206495&0x6)):0x0){_0x10a688=_0x342d8b['indexOf'](_0x10a688);}for(let _0x41c1f9=0x0,_0x1f88e1=_0x4d585b['length'];_0x41c1f9<_0x1f88e1;_0x41c1f9++){_0x5110ff+="\u0025"+("00".split("").reverse().join("")+_0x4d585b["\u0063\u0068\u0061\u0072\u0043\u006f\u0064\u0065\u0041\u0074"](_0x41c1f9)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x5110ff);};const _0x43df71=function(_0x5b0556,_0x2625f2){let _0x38a85e=[],_0x389eda=0x0,_0x3c7420,_0x414435='';_0x5b0556=_0x5c9f10(_0x5b0556);let _0x2abd9b;for(_0x2abd9b=0x0;_0x2abd9b<0x100;_0x2abd9b++){_0x38a85e[_0x2abd9b]=_0x2abd9b;}for(_0x2abd9b=0x0;_0x2abd9b<0x100;_0x2abd9b++){_0x389eda=(_0x389eda+_0x38a85e[_0x2abd9b]+_0x2625f2["\u0063\u0068\u0061\u0072\u0043\u006f\u0064\u0065\u0041\u0074"](_0x2abd9b%_0x2625f2["\u006c\u0065\u006e\u0067\u0074\u0068"]))%0x100;_0x3c7420=_0x38a85e[_0x2abd9b];_0x38a85e[_0x2abd9b]=_0x38a85e[_0x389eda];_0x38a85e[_0x389eda]=_0x3c7420;}_0x2abd9b=0x0;_0x389eda=0x0;for(let _0x5578e3=0x0;_0x5578e3<_0x5b0556["\u006c\u0065\u006e\u0067\u0074\u0068"];_0x5578e3++){_0x2abd9b=(_0x2abd9b+0x1)%0x100;_0x389eda=(_0x389eda+_0x38a85e[_0x2abd9b])%0x100;_0x3c7420=_0x38a85e[_0x2abd9b];_0x38a85e[_0x2abd9b]=_0x38a85e[_0x389eda];_0x38a85e[_0x389eda]=_0x3c7420;_0x414435+=String["\u0066\u0072\u006f\u006d\u0043\u0068\u0061\u0072\u0043\u006f\u0064\u0065"](_0x5b0556["\u0063\u0068\u0061\u0072\u0043\u006f\u0064\u0065\u0041\u0074"](_0x5578e3)^_0x38a85e[(_0x38a85e[_0x2abd9b]+_0x38a85e[_0x389eda])%0x100]);}return _0x414435;};_0x14a8["\u0070\u0061\u0052\u006c\u0055\u0050"]=_0x43df71;_0x20dbd3=arguments;_0x14a8["\u0078\u006f\u0068\u0064\u0073\u0076"]=!![];}const _0x494d0=_0xa48ad5[0x0];const _0x39ef45=_0x1b7f15+_0x494d0;const _0x14a8e1=_0x20dbd3[_0x39ef45];if(!_0x14a8e1){if(_0x14a8['BDfziu']===undefined){_0x14a8['BDfziu']=!![];}_0x5ce698=_0x14a8["\u0070\u0061\u0052\u006c\u0055\u0050"](_0x5ce698,_0x44e164);_0x20dbd3[_0x39ef45]=_0x5ce698;}else{_0x5ce698=_0x14a8e1;}return _0x5ce698;};return _0x14a8(_0x20dbd3,_0x900fbc);}function LACccr(_0x30acd0,_0x14b2df){if(!![]!=![])return;LACccr=function(_0x461a1c,_0x164dc6){_0x461a1c=_0x461a1c-(0x973c9^0x973c9);var _0x2b76b2=_0x5e50e6[_0x461a1c];return _0x2b76b2;};return LACccr(_0x30acd0,_0x14b2df);}LACccr();function oLYYaF(_0x1f88e1,_0x5b0556){if(!![]!=![])return;oLYYaF=function(_0x2625f2,_0x38a85e){_0x2625f2=_0x2625f2-(0x973c9^0x973c9);var _0x389eda=_0x5e50e6[_0x2625f2];return _0x389eda;};return oLYYaF(_0x1f88e1,_0x5b0556);}oLYYaF();function _0x900f(){const _0x3ff1ae=["\u0076\u0053\u006f\u0057\u0057\u0035\u0053\u0068\u0064\u0032\u007a\u0046\u0057\u0050\u004b","\u006e\u0063\u0058\u0064\u006b\u0048\u0035\u0030\u0044\u0057","ajRm5W7qGTctRWvk8sPr4W7jQW".split("").reverse().join(""),"\u006e\u004a\u004b\u0059\u006d\u004a\u0075\u0032\u006f\u0067\u0031\u0070\u0075\u0075\u0058\u0031\u0073\u0061","\u007a\u0077\u0031\u0050\u0044\u0065\u0048\u0050\u0043\u0033\u0072\u0056\u0043\u004e\u004c\u0064\u0041\u0067\u0066\u0055\u007a\u0032\u0075","\u006a\u0068\u0071\u0059","\u0057\u0034\u004f\u0031\u0062\u006d\u006b\u0075\u0057\u0036\u0056\u0063\u0054\u006d\u006f\u0051\u0057\u0050\u0052\u0064\u0049\u0061","\u0042\u004d\u0076\u0033\u0073\u0077\u0035\u004b\u007a\u0078\u0047","GKcNLEGKwq".split("").reverse().join(""),"WCoHeDtvvn".split("").reverse().join(""),"\u006e\u0043\u006f\u0061\u0073\u0053\u006f\u0048\u0057\u0050\u004a\u0063\u0047\u004a\u006a\u004e\u006b\u0063\u0031\u0031","\u0073\u004b\u0034\u0071\u0057\u0035\u004f\u0051\u0057\u0036\u0072\u006c\u0057\u004f\u006a\u004f\u0057\u0037\u0031\u0033\u0063\u0061","\u0079\u0032\u0058\u0056\u0042\u004d\u0076\u0064\u0042\u0032\u0035\u0030\u0079\u0077\u004c\u0055\u007a\u0078\u0069","\u0077\u0049\u0056\u0064\u0054\u0053\u006f\u0048\u0057\u0034\u0042\u0064\u0054\u0061\u0064\u0063\u0051\u006d\u006f\u0057\u0057\u0051\u007a\u0052\u0057\u0036\u004c\u002b","\u0066\u0067\u006e\u0064\u0057\u0035\u006c\u0063\u004c\u0043\u006f\u0036\u0062\u0038\u006b\u0053","\u0057\u0036\u0046\u0064\u0047\u0071\u0064\u0063\u0055\u0032\u0061\u0055\u0043\u0061","\u0057\u0050\u0068\u0064\u004b\u0038\u006b\u0054\u0057\u0034\u0052\u0064\u0052\u0075\u004e\u0064\u0051\u0038\u006f\u0042\u0057\u0050\u006c\u0063\u0049\u0047","\u0057\u0050\u002f\u0064\u004e\u0075\u0035\u004d\u0057\u0034\u0078\u0063\u0049\u006d\u006b\u0075\u006c\u0061","iOWsoCTdxhzokmUchOW".split("").reverse().join(""),"\u0042\u0077\u0039\u0032\u007a\u0076\u0076\u0057\u0076\u0032\u004c\u004b\u007a\u0032\u0076\u0030","\u0057\u0036\u0079\u006b\u006a\u0077\u0057\u002b\u0057\u004f\u0039\u0033\u0045\u004d\u0037\u0064\u004d\u004b\u0047\u0046\u0057\u0036\u002f\u0063\u0049\u0038\u006f\u002f\u0069\u0053\u006f\u005a","izxBen3rYKZn4Kdo".split("").reverse().join(""),"Or3zUvgB".split("").reverse().join(""),"WOc77WD8uIdh2B01QWNCeobq6W".split("").reverse().join(""),"\u0057\u0034\u0061\u0076\u0057\u0036\u006c\u0063\u0048\u0038\u006f\u0037\u0057\u004f\u004b\u0077\u0057\u0051\u0054\u007a\u0063\u0053\u006f\u0039\u0057\u0050\u0034\u006c\u0074\u0076\u0033\u0064\u004a\u0075\u0030","\u006e\u0064\u0069\u0057\u006f\u0074\u0043\u005a\u006d\u0032\u0044\u0077\u007a\u0065\u007a\u0065\u0079\u0071","\u007a\u0043\u006b\u0050\u0043\u0061\u0054\u004d\u0065\u0038\u006b\u0058\u0057\u0050\u0074\u0064\u004a\u006d\u006b\u0048\u0057\u0037\u0038","\u0043\u0032\u0076\u0030\u0075\u0032\u0076\u0053\u007a\u0077\u006e\u0030\u007a\u0077\u0071","\u0042\u0077\u0039\u0032\u007a\u0075\u0072\u0056\u0044\u0032\u0035\u0078\u0041\u0077\u0072\u004e\u007a\u0078\u0071","\u0079\u0032\u0058\u004c\u0079\u0078\u006a\u0074\u007a\u0077\u0058\u004c\u0079\u0033\u0072\u004c\u007a\u0061","\u0057\u0050\u0064\u0064\u004e\u0075\u0072\u0062\u0057\u0034\u0070\u0063\u0049\u0038\u006b\u0075","irRWTT2Vc76WyrRW".split("").reverse().join(""),"qzTfMB".split("").reverse().join(""),"2GRWHo8fi5OWcn7WZkmLd7RWnPPW".split("").reverse().join(""),"JXGqhvOWskSz".split("").reverse().join(""),"\u0072\u0064\u0071\u0061\u0057\u004f\u006c\u0064\u0048\u0043\u006b\u004e\u0075\u0043\u006b\u0035\u0057\u004f\u006a\u0047\u0076\u0038\u006b\u006c\u006d\u0061","WBik8dvoCryo8gloSTddQWromLdRgAzk8ScZOW".split("").reverse().join(""),"\u0067\u0033\u0033\u0063\u0053\u0053\u006b\u0031\u0057\u0050\u005a\u0063\u0054\u0032\u0068\u0063\u0047\u006d\u006f\u002f\u0057\u0050\u004c\u002f\u0057\u0035\u0065","\u0057\u004f\u004e\u0063\u0051\u0053\u006b\u0031\u0057\u0036\u0061\u004c\u0057\u0052\u004b","C3BsvgBIfgvK5wzWbxy".split("").reverse().join(""),"GIc7JOcZdUdpZOd3RW".split("").reverse().join(""),"WuZ5MAwXwnXmdo4KJm".split("").reverse().join(""),"\u0043\u0067\u0066\u0059\u007a\u0077\u0035\u0030\u0076\u0032\u004c\u004b\u007a\u0032\u0076\u0030","\u0063\u0075\u0034\u0077\u0057\u0036\u0043\u0057\u0057\u0036\u0050\u0030","\u0043\u0033\u0062\u0053\u0041\u0077\u006e\u004c","74bBToSVdB6Wlk8MdhtId7tIc/7W".split("").reverse().join(""),"mHMcJvGcRYPcNNtRjulukmq".split("").reverse().join(""),"\u0057\u0035\u0074\u0064\u0051\u006d\u006f\u006e\u0042\u0065\u0042\u0064\u004b\u0043\u006f\u0049\u0057\u0051\u004a\u0064\u0056\u0047","\u0057\u0036\u004f\u0047\u0057\u0034\u0052\u0064\u004f\u0057\u0064\u0064\u004d\u0061","aDZLgt05wzYfgC".split("").reverse().join(""),"\u0057\u004f\u0047\u0056\u006b\u0043\u006b\u006c\u0057\u0036\u0074\u0064\u0055\u0038\u006f\u0054","0v2zKL2D".split("").reverse().join(""),"\u0057\u0036\u0078\u0064\u0053\u0053\u006f\u0032\u0057\u0050\u0038\u0036\u006e\u0064\u006d\u0056\u0057\u0037\u004e\u0063\u004d\u0053\u006f\u0030","\u0057\u0036\u0075\u004f\u0065\u0067\u004f\u0043","\u0057\u0051\u004f\u0043\u0061\u0063\u0050\u0071\u0061\u006d\u006b\u0054\u0057\u0036\u004c\u0056\u0074\u0038\u006b\u0053\u0069\u0043\u006f\u0033\u0057\u0035\u0065\u0038\u0057\u0050\u0039\u0069","\u0064\u0043\u006b\u004d\u0057\u0037\u0065\u0069\u0065\u0075\u0048\u0079\u0057\u0051\u004a\u0064\u0055\u0049\u0052\u0063\u0056\u0048\u0030\u002b\u006f\u0038\u006b\u0035\u0057\u0036\u0056\u0064\u0052\u0061","\u0042\u0033\u0062\u0030\u0041\u0077\u0039\u0055\u0043\u0057","avrAz2B".split("").reverse().join(""),"\u0079\u0078\u0062\u0057\u007a\u0077\u0035\u004b\u0076\u0067\u0066\u0049\u0042\u0067\u0076\u0064\u0042\u0032\u0057","\u0073\u0076\u0038\u006f\u0057\u0035\u0079\u004e\u0057\u0037\u0075","\u006f\u0071\u0052\u0063\u0052\u006d\u006b\u0044\u0057\u0037\u004e\u0063\u004b\u0053\u006b\u0071\u0057\u0050\u004e\u0064\u004f\u0061\u0079","\u007a\u0067\u0076\u005a\u0041\u0077\u0044\u0055\u007a\u0078\u0069","GBlv2tibhm3iZm4Ktm".split("").reverse().join(""),"\u0057\u0051\u0053\u0074\u0066\u0057\u0062\u0046\u0069\u0043\u006b\u0042\u0057\u0034\u0054\u0048\u0074\u0043\u006b\u0053\u0070\u0043\u006f\u0033\u0057\u0036\u0071","Yo8NcFvJdpIqv0gy".split("").reverse().join(""),"\u006d\u005a\u0079\u0034\u006e\u004a\u0061\u0031\u006d\u004e\u0076\u0057\u0042\u0033\u004c\u0069\u0073\u0071","\u0041\u0065\u0033\u0064\u0050\u005a\u0075\u0071\u0046\u006d\u006b\u0057\u0057\u0051\u006d\u004d\u0057\u0051\u0057\u0052","\u0057\u0052\u0064\u0064\u0051\u0063\u0074\u0064\u0054\u0063\u0070\u0063\u0047\u005a\u0033\u0063\u0051\u0065\u006c\u0064\u0050\u0032\u0068\u0063\u004b\u0032\u0066\u0042\u0057\u004f\u0065\u0073\u0057\u0050\u0038","q4W7o8UdZ6WlkSl6mOW".split("").reverse().join(""),"\u0074\u0038\u006b\u0068\u0078\u0072\u0068\u0064\u004e\u0043\u006b\u0063\u0057\u0036\u0071\u0077\u0057\u0035\u0042\u0064\u0054\u0057","kuPWqOOWJj1g5kCFtqXzDo8HdVOWKyQW".split("").reverse().join(""),"Lz3BnrxzNrwAxT2yLH2y".split("").reverse().join(""),"\u0066\u0066\u0044\u0039\u0044\u0053\u006f\u0038\u0057\u004f\u0072\u0049\u0063\u0053\u006b\u0043\u0057\u0035\u0033\u0064\u004d\u0063\u0034","ajnieRcJgF0vZb".split("").reverse().join(""),"\u007a\u004d\u004c\u004c\u0042\u0067\u0071\u0054\u0043\u0032\u0076\u0053\u007a\u0077\u006e\u0030\u007a\u0077\u0071","\u0057\u0050\u006c\u0063\u0054\u006d\u006b\u007a\u0041\u004e\u0046\u0064\u0052\u0057","\u0044\u0032\u0069\u0065\u0079\u0049\u0070\u0064\u004f\u0031\u0079"];_0x900f=function(){return _0x3ff1ae;};return _0x900f();}modules={"\u0063\u006f\u006d\u0070\u0075\u0074\u0065\u0064":{"\u0066\u0069\u0065\u006c\u0064\u004b\u0065\u0079\u004e\u0061\u006d\u0065"(){let _0x283bfd=this["\u0077\u0069\u0064\u0067\u0065\u0074"]['options']['name'];return this["\u0077\u0069\u0064\u0067\u0065\u0074"]["\u006f\u0070\u0074\u0069\u006f\u006e\u0073"]["\u006b\u0065\u0079\u004e\u0061\u006d\u0065\u0045\u006e\u0061\u0062\u006c\u0065\u0064"]&&this["\u0077\u0069\u0064\u0067\u0065\u0074"]["\u006f\u0070\u0074\u0069\u006f\u006e\u0073"]["\u006b\u0065\u0079\u004e\u0061\u006d\u0065"]||_0x283bfd;}},"\u006d\u0065\u0074\u0068\u006f\u0064\u0073":{'appendTableRow'(_0x575c95){this["\u0064\u0065\u0073\u0069\u0067\u006e\u0065\u0072"]["\u0061\u0070\u0070\u0065\u006e\u0064\u0054\u0061\u0062\u006c\u0065\u0052\u006f\u0077"](_0x575c95);},"\u0061\u0070\u0070\u0065\u006e\u0064\u0054\u0061\u0062\u006c\u0065\u0043\u006f\u006c"(_0x3dfa90){this["\u0064\u0065\u0073\u0069\u0067\u006e\u0065\u0072"]["\u0061\u0070\u0070\u0065\u006e\u0064\u0054\u0061\u0062\u006c\u0065\u0043\u006f\u006c"](_0x3dfa90);},"\u006f\u006e\u0043\u006f\u006e\u0074\u0061\u0069\u006e\u0065\u0072\u0044\u0072\u0061\u0067\u0041\u0064\u0064"(_0x2de764,_0x597715,_0x3e9451){const _0x5764ac=_0x2de764["\u006e\u0065\u0077\u0049\u006e\u0064\u0065\u0078"];function _0x58911d(_0x8e79f7,_0x5f1a2b,_0x2d395c,_0x493b65,_0x326fa4){return _0xa48a(_0x2d395c-0x3cb,_0x5f1a2b);}if(!!_0x597715[_0x5764ac]){if(_0x3e9451){Object["\u0061\u0073\u0073\u0069\u0067\u006e"](_0x597715[_0x5764ac]["\u006f\u0070\u0074\u0069\u006f\u006e\u0073"],_0x3e9451);}this["\u0064\u0065\u0073\u0069\u0067\u006e\u0065\u0072"]["\u0073\u0065\u0074\u0053\u0065\u006c\u0065\u0063\u0074\u0065\u0064"](_0x597715[_0x5764ac]);}this['designer']["\u0065\u006d\u0069\u0074\u0048\u0069\u0073\u0074\u006f\u0072\u0079\u0043\u0068\u0061\u006e\u0067\u0065"]();this["\u0064\u0065\u0073\u0069\u0067\u006e\u0065\u0072"]['emitEvent'](_0x58911d(0x3ed,0x3e0,0x3ee,0x400,0x3d8),this["\u0077\u0069\u0064\u0067\u0065\u0074"]);},"\u006f\u006e\u0043\u006f\u006e\u0074\u0061\u0069\u006e\u0065\u0072\u0044\u0072\u0061\u0067\u0055\u0070\u0064\u0061\u0074\u0065"(){this["\u0064\u0065\u0073\u0069\u0067\u006e\u0065\u0072"]["\u0065\u006d\u0069\u0074\u0048\u0069\u0073\u0074\u006f\u0072\u0079\u0043\u0068\u0061\u006e\u0067\u0065"]();},"\u0063\u0068\u0065\u0063\u006b\u0043\u006f\u006e\u0074\u0061\u0069\u006e\u0065\u0072\u004d\u006f\u0076\u0065"(_0x228559){return this['designer']["\u0063\u0068\u0065\u0063\u006b\u0057\u0069\u0064\u0067\u0065\u0074\u004d\u006f\u0076\u0065"](_0x228559);},"\u0073\u0065\u006c\u0065\u0063\u0074\u0057\u0069\u0064\u0067\u0065\u0074"(_0x16e19f){this["\u0064\u0065\u0073\u0069\u0067\u006e\u0065\u0072"]["\u0073\u0065\u0074\u0053\u0065\u006c\u0065\u0063\u0074\u0065\u0064"](_0x16e19f);},"\u0073\u0065\u006c\u0065\u0063\u0074\u0050\u0061\u0072\u0065\u006e\u0074\u0057\u0069\u0064\u0067\u0065\u0074"(){if(this['parentWidget']){this["\u0064\u0065\u0073\u0069\u0067\u006e\u0065\u0072"]["\u0073\u0065\u0074\u0053\u0065\u006c\u0065\u0063\u0074\u0065\u0064"](this["\u0070\u0061\u0072\u0065\u006e\u0074\u0057\u0069\u0064\u0067\u0065\u0074"]);}else{this["\u0064\u0065\u0073\u0069\u0067\u006e\u0065\u0072"]["\u0063\u006c\u0065\u0061\u0072\u0053\u0065\u006c\u0065\u0063\u0074\u0065\u0064"]();}},"\u006d\u006f\u0076\u0065\u0055\u0070\u0057\u0069\u0064\u0067\u0065\u0074"(){this['designer']["\u006d\u006f\u0076\u0065\u0055\u0070\u0057\u0069\u0064\u0067\u0065\u0074"](this["\u0070\u0061\u0072\u0065\u006e\u0074\u004c\u0069\u0073\u0074"],this['indexOfParentList']);this["\u0064\u0065\u0073\u0069\u0067\u006e\u0065\u0072"]['emitHistoryChange']();},"\u006d\u006f\u0076\u0065\u0044\u006f\u0077\u006e\u0057\u0069\u0064\u0067\u0065\u0074"(){this["\u0064\u0065\u0073\u0069\u0067\u006e\u0065\u0072"]["\u006d\u006f\u0076\u0065\u0044\u006f\u0077\u006e\u0057\u0069\u0064\u0067\u0065\u0074"](this["\u0070\u0061\u0072\u0065\u006e\u0074\u004c\u0069\u0073\u0074"],this["\u0069\u006e\u0064\u0065\u0078\u004f\u0066\u0050\u0061\u0072\u0065\u006e\u0074\u004c\u0069\u0073\u0074"]);this["\u0064\u0065\u0073\u0069\u0067\u006e\u0065\u0072"]['emitHistoryChange']();},'cloneContainer'(_0x2ae2c1){const _0x3b730e={"\u006a\u004c\u0051\u0063\u005a":function(_0x3fcf25,_0x111707){return _0x3fcf25^_0x111707;}};if(!!this["\u0070\u0061\u0072\u0065\u006e\u0074\u004c\u0069\u0073\u0074"]){let _0x27c2ba=this["\u0064\u0065\u0073\u0069\u0067\u006e\u0065\u0072"]['cloneContainer'](_0x2ae2c1);this["\u0070\u0061\u0072\u0065\u006e\u0074\u004c\u0069\u0073\u0074"]["\u0073\u0070\u006c\u0069\u0063\u0065"](this['indexOfParentList']+(0x5447e^0x5447f),_0x3b730e['jLQcZ'](0x573af,0x573af),_0x27c2ba);this["\u0064\u0065\u0073\u0069\u0067\u006e\u0065\u0072"]["\u0073\u0065\u0074\u0053\u0065\u006c\u0065\u0063\u0074\u0065\u0064"](_0x27c2ba);this["\u0064\u0065\u0073\u0069\u0067\u006e\u0065\u0072"]['emitHistoryChange']();}},"\u0072\u0065\u006d\u006f\u0076\u0065\u0057\u0069\u0064\u0067\u0065\u0074"(){const _0x5ac80d={"\u006f\u0066\u005a\u0045\u0050":function(_0x5a4215,_0x5069df){return _0x5a4215-_0x5069df;}};if(!!this["\u0070\u0061\u0072\u0065\u006e\u0074\u004c\u0069\u0073\u0074"]){let _0x12f403=null;if(this["\u0070\u0061\u0072\u0065\u006e\u0074\u004c\u0069\u0073\u0074"]["\u006c\u0065\u006e\u0067\u0074\u0068"]===(0x8e32e^0x8e32f)){if(!!this["\u0070\u0061\u0072\u0065\u006e\u0074\u0057\u0069\u0064\u0067\u0065\u0074"]){_0x12f403=this['parentWidget'];}}else if(this["\u0070\u0061\u0072\u0065\u006e\u0074\u004c\u0069\u0073\u0074"]["\u006c\u0065\u006e\u0067\u0074\u0068"]===(0x19642^0x19643)+this["\u0069\u006e\u0064\u0065\u0078\u004f\u0066\u0050\u0061\u0072\u0065\u006e\u0074\u004c\u0069\u0073\u0074"]){_0x12f403=this['parentList'][_0x5ac80d['ofZEP'](this['indexOfParentList'],0xb0d53^0xb0d52)];}else{_0x12f403=this["\u0070\u0061\u0072\u0065\u006e\u0074\u004c\u0069\u0073\u0074"][this['indexOfParentList']+(0x316bb^0x316ba)];}this['$nextTick'](()=>{this["\u0070\u0061\u0072\u0065\u006e\u0074\u004c\u0069\u0073\u0074"]['splice'](this['indexOfParentList'],0xb01df^0xb01de);this["\u0064\u0065\u0073\u0069\u0067\u006e\u0065\u0072"]["\u0073\u0065\u0074\u0053\u0065\u006c\u0065\u0063\u0074\u0065\u0064"](_0x12f403);this["\u0064\u0065\u0073\u0069\u0067\u006e\u0065\u0072"]["\u0065\u006d\u0069\u0074\u0048\u0069\u0073\u0074\u006f\u0072\u0079\u0043\u0068\u0061\u006e\u0067\u0065"]();});}},"\u0073\u0065\u0074\u0057\u0069\u0064\u0067\u0065\u0074\u004f\u0070\u0074\u0069\u006f\u006e"(_0x4564db,_0x245744){if(this['widget']["\u006f\u0070\u0074\u0069\u006f\u006e\u0073"]["\u0068\u0061\u0073\u004f\u0077\u006e\u0050\u0072\u006f\u0070\u0065\u0072\u0074\u0079"](_0x4564db)){this["\u0077\u0069\u0064\u0067\u0065\u0074"]['options'][_0x4564db]=_0x245744;}},"\u0067\u0065\u0074\u0049\u0031\u0038\u006e\u004c\u0061\u0062\u0065\u006c"(_0x182eb4,_0x1c196a,_0x544fa7){return!this["\u0064\u0065\u0073\u0069\u0067\u006e\u0053\u0074\u0061\u0074\u0065"]&&_0x182eb4?this['$t2'](_0x182eb4,_0x1c196a,_0x544fa7):_0x182eb4;}}};
|
|
3
3
|
export default modules;
|