super-page-runtime 2.3.17-sit4 → 2.3.18-tmp1
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/dist/es/components/runtime/utils/api/page-expose-util.js +70 -70
- package/dist/es/components/runtime/utils/events/event-util.js +3 -3
- package/dist/es/components/runtime/utils/events/print-label.js +26 -25
- package/dist/es/components/runtime/utils/events/standard-event.js +10 -10
- package/dist/es/components/runtime/utils/events/validator-util.js +1 -1
- package/dist/es/components/runtime/utils/page-init-util.d.ts +2 -1
- package/dist/es/components/runtime/utils/page-init-util.js +87 -66
- package/dist/es/components/runtime/utils/page-store.js +10 -10
- package/dist/es/components/runtime/utils/table-utils.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.js +10 -6
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue.js +8 -6
- package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.js +17 -17
- package/dist/es/components/runtime/views/assemblys/chart/table/chart-table-util.js +98 -93
- package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue2.js +3 -2
- package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +11 -9
- package/dist/es/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.js +2 -0
- package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.js +12 -10
- package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +8 -8
- package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.js +15 -15
- package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.js +4 -4
- package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +35 -35
- package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +35 -34
- package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +5 -3
- package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +1 -0
- package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +1 -0
- package/dist/es/components/runtime/views/assemblys/object-render.vue.js +13 -11
- package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue2.js +6 -6
- package/dist/es/components/runtime/views/home-chart.vue.js +7 -7
- package/dist/es/components/runtime/views/super-page-dialog.vue.js +1 -0
- package/dist/es/components/runtime/views/super-page.vue.d.ts +9 -0
- package/dist/es/components/runtime/views/super-page.vue.js +1 -1
- package/dist/es/components/runtime/views/super-page.vue2.js +141 -132
- package/dist/es/style.css +76 -76
- package/dist/lib/_virtual/AttributeMap.js +4 -0
- package/dist/lib/_virtual/Barcode.js +4 -0
- package/dist/lib/_virtual/CODE128.js +4 -0
- package/dist/lib/_virtual/CODE128A.js +4 -0
- package/dist/lib/_virtual/CODE128B.js +4 -0
- package/dist/lib/_virtual/CODE128C.js +4 -0
- package/dist/lib/_virtual/CODE128_AUTO.js +4 -0
- package/dist/lib/_virtual/CODE93.js +4 -0
- package/dist/lib/_virtual/CODE93FullASCII.js +4 -0
- package/dist/lib/_virtual/Delta.js +4 -0
- package/dist/lib/_virtual/EAN.js +4 -0
- package/dist/lib/_virtual/EAN13.js +4 -0
- package/dist/lib/_virtual/EAN2.js +4 -0
- package/dist/lib/_virtual/EAN5.js +4 -0
- package/dist/lib/_virtual/EAN8.js +4 -0
- package/dist/lib/_virtual/ErrorHandler.js +4 -0
- package/dist/lib/_virtual/ITF.js +4 -0
- package/dist/lib/_virtual/ITF14.js +4 -0
- package/dist/lib/_virtual/JsBarcode.js +6 -0
- package/dist/lib/_virtual/MSI.js +4 -0
- package/dist/lib/_virtual/MSI10.js +4 -0
- package/dist/lib/_virtual/MSI1010.js +4 -0
- package/dist/lib/_virtual/MSI11.js +4 -0
- package/dist/lib/_virtual/MSI1110.js +4 -0
- package/dist/lib/_virtual/Op.js +4 -0
- package/dist/lib/_virtual/OpIterator.js +4 -0
- package/dist/lib/_virtual/OverloadYield.js +4 -0
- package/dist/lib/_virtual/SVGPathData.js +4 -0
- package/dist/lib/_virtual/SVGPathData2.js +5 -0
- package/dist/lib/_virtual/UPC.js +4 -0
- package/dist/lib/_virtual/UPCE.js +4 -0
- package/dist/lib/_virtual/_commonjsHelpers.js +33 -0
- package/dist/lib/_virtual/_plugin-vue_export-helper.js +9 -0
- package/dist/lib/_virtual/alignment-pattern.js +4 -0
- package/dist/lib/_virtual/arrayLikeToArray.js +4 -0
- package/dist/lib/_virtual/arrayWithHoles.js +4 -0
- package/dist/lib/_virtual/arrayWithoutHoles.js +4 -0
- package/dist/lib/_virtual/assertThisInitialized.js +4 -0
- package/dist/lib/_virtual/asyncToGenerator.js +4 -0
- package/dist/lib/_virtual/asyncToGenerator2.js +6 -0
- package/dist/lib/_virtual/auto.js +4 -0
- package/dist/lib/_virtual/backo2.js +4 -0
- package/dist/lib/_virtual/base64-arraybuffer.js +4 -0
- package/dist/lib/_virtual/binary.js +4 -0
- package/dist/lib/_virtual/browser.js +4 -0
- package/dist/lib/_virtual/browser2.js +4 -0
- package/dist/lib/_virtual/canvas.js +4 -0
- package/dist/lib/_virtual/canvas2.js +4 -0
- package/dist/lib/_virtual/checksums.js +4 -0
- package/dist/lib/_virtual/classCallCheck.js +4 -0
- package/dist/lib/_virtual/clipboard.js +4 -0
- package/dist/lib/_virtual/commons.js +4 -0
- package/dist/lib/_virtual/constants.js +4 -0
- package/dist/lib/_virtual/constants2.js +4 -0
- package/dist/lib/_virtual/constants3.js +4 -0
- package/dist/lib/_virtual/constants4.js +4 -0
- package/dist/lib/_virtual/createClass.js +4 -0
- package/dist/lib/_virtual/dayjs.min.js +4 -0
- package/dist/lib/_virtual/decodePacket.browser.js +4 -0
- package/dist/lib/_virtual/defaults.js +4 -0
- package/dist/lib/_virtual/defineProperty.js +4 -0
- package/dist/lib/_virtual/defineProperty2.js +6 -0
- package/dist/lib/_virtual/dijkstra.js +4 -0
- package/dist/lib/_virtual/encodePacket.browser.js +4 -0
- package/dist/lib/_virtual/encoder.js +4 -0
- package/dist/lib/_virtual/error-correction-code.js +4 -0
- package/dist/lib/_virtual/error-correction-level.js +4 -0
- package/dist/lib/_virtual/es.array.concat.js +4 -0
- package/dist/lib/_virtual/es.array.every.js +4 -0
- package/dist/lib/_virtual/es.array.fill.js +4 -0
- package/dist/lib/_virtual/es.array.for-each.js +4 -0
- package/dist/lib/_virtual/es.array.from.js +4 -0
- package/dist/lib/_virtual/es.array.includes.js +4 -0
- package/dist/lib/_virtual/es.array.index-of.js +4 -0
- package/dist/lib/_virtual/es.array.index-of2.js +3 -0
- package/dist/lib/_virtual/es.array.iterator.js +3 -0
- package/dist/lib/_virtual/es.array.join.js +4 -0
- package/dist/lib/_virtual/es.array.map.js +4 -0
- package/dist/lib/_virtual/es.array.reduce.js +4 -0
- package/dist/lib/_virtual/es.array.reduce2.js +3 -0
- package/dist/lib/_virtual/es.array.reverse.js +4 -0
- package/dist/lib/_virtual/es.array.reverse2.js +3 -0
- package/dist/lib/_virtual/es.array.some.js +4 -0
- package/dist/lib/_virtual/es.function.name.js +4 -0
- package/dist/lib/_virtual/es.map.constructor.js +4 -0
- package/dist/lib/_virtual/es.map.js +4 -0
- package/dist/lib/_virtual/es.number.constructor.js +4 -0
- package/dist/lib/_virtual/es.object.to-string.js +4 -0
- package/dist/lib/_virtual/es.parse-float.js +4 -0
- package/dist/lib/_virtual/es.promise.all.js +4 -0
- package/dist/lib/_virtual/es.promise.catch.js +4 -0
- package/dist/lib/_virtual/es.promise.constructor.js +4 -0
- package/dist/lib/_virtual/es.promise.js +4 -0
- package/dist/lib/_virtual/es.promise.race.js +4 -0
- package/dist/lib/_virtual/es.promise.reject.js +4 -0
- package/dist/lib/_virtual/es.promise.resolve.js +4 -0
- package/dist/lib/_virtual/es.promise2.js +3 -0
- package/dist/lib/_virtual/es.reflect.apply.js +4 -0
- package/dist/lib/_virtual/es.reflect.delete-property.js +4 -0
- package/dist/lib/_virtual/es.reflect.get-prototype-of.js +4 -0
- package/dist/lib/_virtual/es.regexp.exec.js +4 -0
- package/dist/lib/_virtual/es.regexp.to-string.js +4 -0
- package/dist/lib/_virtual/es.regexp.to-string2.js +3 -0
- package/dist/lib/_virtual/es.string.ends-with.js +4 -0
- package/dist/lib/_virtual/es.string.ends-with2.js +3 -0
- package/dist/lib/_virtual/es.string.includes.js +4 -0
- package/dist/lib/_virtual/es.string.includes2.js +3 -0
- package/dist/lib/_virtual/es.string.iterator.js +4 -0
- package/dist/lib/_virtual/es.string.match.js +4 -0
- package/dist/lib/_virtual/es.string.match2.js +3 -0
- package/dist/lib/_virtual/es.string.replace.js +4 -0
- package/dist/lib/_virtual/es.string.replace2.js +3 -0
- package/dist/lib/_virtual/es.string.split.js +4 -0
- package/dist/lib/_virtual/es.string.split2.js +3 -0
- package/dist/lib/_virtual/es.string.starts-with.js +4 -0
- package/dist/lib/_virtual/es.string.starts-with2.js +3 -0
- package/dist/lib/_virtual/es.string.trim.js +4 -0
- package/dist/lib/_virtual/es.string.trim2.js +3 -0
- package/dist/lib/_virtual/exceptions.js +4 -0
- package/dist/lib/_virtual/finder-pattern.js +4 -0
- package/dist/lib/_virtual/fixOptions.js +4 -0
- package/dist/lib/_virtual/format-info.js +4 -0
- package/dist/lib/_virtual/galois-field.js +4 -0
- package/dist/lib/_virtual/get.js +4 -0
- package/dist/lib/_virtual/getOptionsFromElement.js +4 -0
- package/dist/lib/_virtual/getPrototypeOf.js +4 -0
- package/dist/lib/_virtual/getRenderProperties.js +4 -0
- package/dist/lib/_virtual/globals.js +4 -0
- package/dist/lib/_virtual/has-cors.js +4 -0
- package/dist/lib/_virtual/html2canvas.js +4 -0
- package/dist/lib/_virtual/index.js +4 -0
- package/dist/lib/_virtual/index10.js +4 -0
- package/dist/lib/_virtual/index11.js +4 -0
- package/dist/lib/_virtual/index12.js +4 -0
- package/dist/lib/_virtual/index13.js +4 -0
- package/dist/lib/_virtual/index14.js +4 -0
- package/dist/lib/_virtual/index15.js +4 -0
- package/dist/lib/_virtual/index16.js +4 -0
- package/dist/lib/_virtual/index17.js +4 -0
- package/dist/lib/_virtual/index18.js +4 -0
- package/dist/lib/_virtual/index19.js +4 -0
- package/dist/lib/_virtual/index2.js +4 -0
- package/dist/lib/_virtual/index20.js +4 -0
- package/dist/lib/_virtual/index21.js +4 -0
- package/dist/lib/_virtual/index22.js +4 -0
- package/dist/lib/_virtual/index23.js +4 -0
- package/dist/lib/_virtual/index24.js +4 -0
- package/dist/lib/_virtual/index3.js +4 -0
- package/dist/lib/_virtual/index4.js +5 -0
- package/dist/lib/_virtual/index5.js +4 -0
- package/dist/lib/_virtual/index6.js +4 -0
- package/dist/lib/_virtual/index7.js +4 -0
- package/dist/lib/_virtual/index8.js +6 -0
- package/dist/lib/_virtual/index9.js +6 -0
- package/dist/lib/_virtual/inherits.js +4 -0
- package/dist/lib/_virtual/internal-metadata.js +4 -0
- package/dist/lib/_virtual/is-binary.js +4 -0
- package/dist/lib/_virtual/iterableToArray.js +4 -0
- package/dist/lib/_virtual/iterableToArrayLimit.js +4 -0
- package/dist/lib/_virtual/jquery.js +4 -0
- package/dist/lib/_virtual/jspdf.es.min.js +5 -0
- package/dist/lib/_virtual/linearizeEncodings.js +4 -0
- package/dist/lib/_virtual/make-built-in.js +4 -0
- package/dist/lib/_virtual/manager.js +4 -0
- package/dist/lib/_virtual/mask-pattern.js +4 -0
- package/dist/lib/_virtual/merge.js +4 -0
- package/dist/lib/_virtual/mode.js +4 -0
- package/dist/lib/_virtual/new-promise-capability.js +4 -0
- package/dist/lib/_virtual/nonIterableRest.js +4 -0
- package/dist/lib/_virtual/nonIterableSpread.js +4 -0
- package/dist/lib/_virtual/object-define-properties.js +4 -0
- package/dist/lib/_virtual/object-define-property.js +4 -0
- package/dist/lib/_virtual/object-get-own-property-descriptor.js +4 -0
- package/dist/lib/_virtual/object-get-own-property-names-external.js +4 -0
- package/dist/lib/_virtual/object-get-own-property-names.js +4 -0
- package/dist/lib/_virtual/object-get-own-property-symbols.js +4 -0
- package/dist/lib/_virtual/object-property-is-enumerable.js +4 -0
- package/dist/lib/_virtual/object.js +4 -0
- package/dist/lib/_virtual/on.js +4 -0
- package/dist/lib/_virtual/optionsFromStrings.js +4 -0
- package/dist/lib/_virtual/parseqs.js +4 -0
- package/dist/lib/_virtual/parseuri.js +4 -0
- package/dist/lib/_virtual/performance-now.js +4 -0
- package/dist/lib/_virtual/polling-fetch.js +4 -0
- package/dist/lib/_virtual/polling-xhr.js +4 -0
- package/dist/lib/_virtual/polling.js +4 -0
- package/dist/lib/_virtual/polynomial.js +4 -0
- package/dist/lib/_virtual/possibleConstructorReturn.js +4 -0
- package/dist/lib/_virtual/qrcode.js +4 -0
- package/dist/lib/_virtual/regenerator.js +4 -0
- package/dist/lib/_virtual/regeneratorAsync.js +4 -0
- package/dist/lib/_virtual/regeneratorAsyncGen.js +4 -0
- package/dist/lib/_virtual/regeneratorAsyncIterator.js +4 -0
- package/dist/lib/_virtual/regeneratorDefine.js +4 -0
- package/dist/lib/_virtual/regeneratorKeys.js +4 -0
- package/dist/lib/_virtual/regeneratorRuntime.js +4 -0
- package/dist/lib/_virtual/regeneratorValues.js +4 -0
- package/dist/lib/_virtual/regex.js +4 -0
- package/dist/lib/_virtual/segments.js +4 -0
- package/dist/lib/_virtual/setPrototypeOf.js +4 -0
- package/dist/lib/_virtual/shared-store.js +4 -0
- package/dist/lib/_virtual/shared.js +4 -0
- package/dist/lib/_virtual/slicedToArray.js +4 -0
- package/dist/lib/_virtual/socket.js +4 -0
- package/dist/lib/_virtual/socket2.js +4 -0
- package/dist/lib/_virtual/stackblur-es.js +5 -0
- package/dist/lib/_virtual/superPropBase.js +4 -0
- package/dist/lib/_virtual/svg-tag.js +4 -0
- package/dist/lib/_virtual/svg.js +4 -0
- package/dist/lib/_virtual/toConsumableArray.js +4 -0
- package/dist/lib/_virtual/toPrimitive.js +4 -0
- package/dist/lib/_virtual/toPropertyKey.js +4 -0
- package/dist/lib/_virtual/transport.js +4 -0
- package/dist/lib/_virtual/typeof.js +4 -0
- package/dist/lib/_virtual/unsupportedIterableToArray.js +4 -0
- package/dist/lib/_virtual/url.js +4 -0
- package/dist/lib/_virtual/util.js +4 -0
- package/dist/lib/_virtual/utils.js +4 -0
- package/dist/lib/_virtual/utils2.js +4 -0
- package/dist/lib/_virtual/version-check.js +4 -0
- package/dist/lib/_virtual/version.js +4 -0
- package/dist/lib/_virtual/vue-plugin-hiprint.js +4 -0
- package/dist/lib/_virtual/web.dom-collections.for-each.js +4 -0
- package/dist/lib/_virtual/web.dom-collections.iterator.js +4 -0
- package/dist/lib/_virtual/web.dom-collections.iterator2.js +3 -0
- package/dist/lib/_virtual/websocket.js +4 -0
- package/dist/lib/_virtual/webtransport.js +4 -0
- package/dist/lib/assets/chart-themes/theme1.d.ts +4 -0
- package/dist/lib/assets/chart-themes/theme1.js +7 -0
- package/dist/lib/assets/chart-themes/theme2.d.ts +4 -0
- package/dist/lib/assets/chart-themes/theme2.js +7 -0
- package/dist/lib/assets/chart-themes/theme3.d.ts +4 -0
- package/dist/lib/assets/chart-themes/theme3.js +7 -0
- package/dist/lib/assets/file.png.js +3 -0
- package/dist/lib/assets/folder.png.js +3 -0
- package/dist/lib/components/runtime/index.d.ts +5 -0
- package/dist/lib/components/runtime/utils/ai-chat-util.js +38 -0
- package/dist/lib/components/runtime/utils/api/api-util.d.ts +1 -0
- package/dist/lib/components/runtime/utils/api/api-util.js +9 -0
- package/dist/lib/components/runtime/utils/api/page-expose-util.d.ts +1 -0
- package/dist/lib/components/runtime/utils/api/page-expose-util.js +494 -0
- package/dist/lib/components/runtime/utils/assemblys-config.js +384 -0
- package/dist/lib/components/runtime/utils/barcode-util.d.ts +8 -0
- package/dist/lib/components/runtime/utils/barcode-util.js +36 -0
- package/dist/lib/components/runtime/utils/charts/chart-columnline-util.js +327 -0
- package/dist/lib/components/runtime/utils/charts/chart-gauge-util.js +77 -0
- package/dist/lib/components/runtime/utils/charts/chart-pie-util.js +162 -0
- package/dist/lib/components/runtime/utils/charts/chart-radar-util.js +130 -0
- package/dist/lib/components/runtime/utils/charts/chart-scatter-util.js +106 -0
- package/dist/lib/components/runtime/utils/charts/chart-util.d.ts +113 -0
- package/dist/lib/components/runtime/utils/charts/chart-util.js +550 -0
- package/dist/lib/components/runtime/utils/common-util.d.ts +33 -0
- package/dist/lib/components/runtime/utils/common-util.js +219 -0
- package/dist/lib/components/runtime/utils/eventBus.d.ts +7 -0
- package/dist/lib/components/runtime/utils/eventBus.js +9 -0
- package/dist/lib/components/runtime/utils/events/event-util.d.ts +92 -0
- package/dist/lib/components/runtime/utils/events/event-util.js +752 -0
- package/dist/lib/components/runtime/utils/events/print-label.d.ts +5 -0
- package/dist/lib/components/runtime/utils/events/print-label.js +174 -0
- package/dist/lib/components/runtime/utils/events/standard-event.d.ts +96 -0
- package/dist/lib/components/runtime/utils/events/standard-event.js +2837 -0
- package/dist/lib/components/runtime/utils/events/validator-util.d.ts +25 -0
- package/dist/lib/components/runtime/utils/events/validator-util.js +730 -0
- package/dist/lib/components/runtime/utils/form/date-shortcuts.d.ts +7 -0
- package/dist/lib/components/runtime/utils/form/date-shortcuts.js +96 -0
- package/dist/lib/components/runtime/utils/form/scan-util.js +194 -0
- package/dist/lib/components/runtime/utils/global-refs.d.ts +65 -0
- package/dist/lib/components/runtime/utils/global-refs.js +88 -0
- package/dist/lib/components/runtime/utils/i18n-util.d.ts +1 -0
- package/dist/lib/components/runtime/utils/i18n-util.js +23 -0
- package/dist/lib/components/runtime/utils/interfaces/page-design-types.d.ts +247 -0
- package/dist/lib/components/runtime/utils/interfaces/page-design-types.js +9 -0
- package/dist/lib/components/runtime/utils/page-helper-util.d.ts +174 -0
- package/dist/lib/components/runtime/utils/page-helper-util.js +767 -0
- package/dist/lib/components/runtime/utils/page-init-util.d.ts +48 -0
- package/dist/lib/components/runtime/utils/page-init-util.js +502 -0
- package/dist/lib/components/runtime/utils/page-permission-util.d.ts +26 -0
- package/dist/lib/components/runtime/utils/page-permission-util.js +717 -0
- package/dist/lib/components/runtime/utils/page-store.d.ts +46 -0
- package/dist/lib/components/runtime/utils/page-store.js +71 -0
- package/dist/lib/components/runtime/utils/store-util.d.ts +15 -0
- package/dist/lib/components/runtime/utils/store-util.js +17 -0
- package/dist/lib/components/runtime/utils/store.d.ts +2 -0
- package/dist/lib/components/runtime/utils/store.js +3 -0
- package/dist/lib/components/runtime/utils/table-utils.d.ts +34 -0
- package/dist/lib/components/runtime/utils/table-utils.js +126 -0
- package/dist/lib/components/runtime/utils/tree-utils.js +121 -0
- package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue2.js +118 -0
- package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue.js +6 -0
- package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +55 -0
- package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +135 -0
- package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.js +19 -0
- package/dist/lib/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.js +110 -0
- package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.js +6 -0
- package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +213 -0
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue.js +43 -0
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.js +61 -0
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header.vue.js +208 -0
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.js +6 -0
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.js +179 -0
- package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue.js +6 -0
- package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +121 -0
- package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue.js +6 -0
- package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +171 -0
- package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue.js +6 -0
- package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +122 -0
- package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue.js +6 -0
- package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +132 -0
- package/dist/lib/components/runtime/views/assemblys/chart/table/chart-table-util.d.ts +121 -0
- package/dist/lib/components/runtime/views/assemblys/chart/table/chart-table-util.js +786 -0
- package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue.js +43 -0
- package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/chart/table/group-column.vue.js +63 -0
- package/dist/lib/components/runtime/views/assemblys/chart/table/group-column.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue.js +169 -0
- package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/chart/table/table-pageination.vue.js +63 -0
- package/dist/lib/components/runtime/views/assemblys/chart/table/table-pageination.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/chart/table/table-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/chart/table/table-runtime.vue2.js +631 -0
- package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue.d.ts +28 -0
- package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +163 -0
- package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue.d.ts +35 -0
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue.js +90 -0
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue.d.ts +26 -0
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue.js +76 -0
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue.d.ts +35 -0
- package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue.js +114 -0
- package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.d.ts +31 -0
- package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.js +181 -0
- package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.d.ts +26 -0
- package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.js +122 -0
- package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue.js +6 -0
- package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue2.js +106 -0
- package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.js +85 -0
- package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue2.js +89 -0
- package/dist/lib/components/runtime/views/assemblys/container/fixed/FixedBox.vue.js +6 -0
- package/dist/lib/components/runtime/views/assemblys/container/fixed/FixedBox.vue2.js +99 -0
- package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue.d.ts +94 -0
- package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue.js +6 -0
- package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.js +224 -0
- package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.js +82 -0
- package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue2.js +69 -0
- package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +40 -0
- package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue.js +6 -0
- package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +272 -0
- package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue.js +6 -0
- package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.js +144 -0
- package/dist/lib/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.js +184 -0
- package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +943 -0
- package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.js +718 -0
- package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue2.js +187 -0
- package/dist/lib/components/runtime/views/assemblys/data/tree/tree-runtime.vue.js +6 -0
- package/dist/lib/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.js +531 -0
- package/dist/lib/components/runtime/views/assemblys/error-render.vue.d.ts +22 -0
- package/dist/lib/components/runtime/views/assemblys/error-render.vue.js +22 -0
- package/dist/lib/components/runtime/views/assemblys/error-render.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +163 -0
- package/dist/lib/components/runtime/views/assemblys/form/common/title-suffix-element.vue.js +101 -0
- package/dist/lib/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/custom/custom-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.js +212 -0
- package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +290 -0
- package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +176 -0
- package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.js +61 -0
- package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +225 -0
- package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.js +116 -0
- package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +310 -0
- package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +176 -0
- package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +109 -0
- package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue.js +6 -0
- package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.js +52 -0
- package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +208 -0
- package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.js +6 -0
- package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +287 -0
- package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +364 -0
- package/dist/lib/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue2.js +54 -0
- package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.js +168 -0
- package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.js +132 -0
- package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.js +116 -0
- package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue.d.ts +17 -0
- package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue.js +169 -0
- package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/object-render.vue.d.ts +17 -0
- package/dist/lib/components/runtime/views/assemblys/object-render.vue.js +265 -0
- package/dist/lib/components/runtime/views/assemblys/object-render.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue.js +6 -0
- package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue2.js +209 -0
- package/dist/lib/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue2.js +47 -0
- package/dist/lib/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue2.js +50 -0
- package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.js +6 -0
- package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js +64 -0
- package/dist/lib/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.js +58 -0
- package/dist/lib/components/runtime/views/home-chart.vue.d.ts +23 -0
- package/dist/lib/components/runtime/views/home-chart.vue.js +168 -0
- package/dist/lib/components/runtime/views/home-chart.vue2.js +3 -0
- package/dist/lib/components/runtime/views/super-page-dialog.vue.d.ts +40 -0
- package/dist/lib/components/runtime/views/super-page-dialog.vue.js +154 -0
- package/dist/lib/components/runtime/views/super-page-dialog.vue3.js +4 -0
- package/dist/lib/components/runtime/views/super-page.vue.d.ts +126 -0
- package/dist/lib/components/runtime/views/super-page.vue.js +6 -0
- package/dist/lib/components/runtime/views/super-page.vue2.js +856 -0
- package/dist/lib/favicon.ico +0 -0
- package/dist/lib/i18n/langs/cn.js +78 -0
- package/dist/lib/i18n/langs/en.js +78 -0
- package/dist/lib/index.d.ts +16 -0
- package/dist/lib/index.js +30 -0
- package/dist/lib/style.css +1169 -0
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as e, ref as l, onMounted as a, nextTick as o, resolveComponent as n, createElementBlock as t, openBlock as i, createVNode as u, normalizeStyle as r, normalizeClass as p, unref as s, withCtx as c, createTextVNode as d, toDisplayString as m, createBlock as v, createCommentVNode as f, createElementVNode as g } from "vue";
|
|
2
|
-
import { handleAfterInitEvent as
|
|
3
|
-
import { $t as
|
|
2
|
+
import { handleAfterInitEvent as _, handleEvent as y } from "../../../../utils/events/event-util.js";
|
|
3
|
+
import { $t as C } from "../../../../utils/i18n-util.js";
|
|
4
4
|
import { DepartmentUserTree as k } from "agilebuilder-ui";
|
|
5
5
|
import { Search as x, Delete as b } from "@element-plus/icons-vue";
|
|
6
6
|
const N = { class: "page-runtime-header-btn" }, h = { class: "dialog-footer" }, w = e({ __name: "extract-workflow-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: w2 }) {
|
|
@@ -20,19 +20,19 @@ const N = { class: "page-runtime-header-btn" }, h = { class: "dialog-footer" },
|
|
|
20
20
|
U.value.validate((e3, l2) => {
|
|
21
21
|
if (e3) {
|
|
22
22
|
const e4 = { loginName: R.value.loginName, opinion: R.value.opinion };
|
|
23
|
-
|
|
23
|
+
y(e4, V.pageContext, V.configure, "click");
|
|
24
24
|
}
|
|
25
25
|
});
|
|
26
26
|
}
|
|
27
27
|
return a(() => {
|
|
28
28
|
o(() => {
|
|
29
|
-
|
|
29
|
+
_(null, V.pageContext, V.configure, { componentRef: T.value, entity: V.pageContext.entity.data, pageData: V.pageContext.entity.page });
|
|
30
30
|
});
|
|
31
31
|
}), w2({ click: function() {
|
|
32
32
|
T.value && T.value.$el.click();
|
|
33
33
|
} }), (e3, l2) => {
|
|
34
|
-
const a2 = n("el-button"), o2 = n("el-icon"),
|
|
35
|
-
return i(), t("span", N, [u(a2, { ref_key: "componentRef", ref: T, disabled: O(), class: p(s(M)), style: r(s(F)), type: E.value.type, size: E.value.size, round: E.value.round, plain: E.value.plain, loading: O(), onClick: l2[0] || (l2[0] = (e4) => z.value = true) }, { default: c(() => [d(m(s(
|
|
34
|
+
const a2 = n("el-button"), o2 = n("el-icon"), _2 = n("el-input"), y2 = n("el-form-item"), w3 = n("el-form"), V2 = n("el-dialog");
|
|
35
|
+
return i(), t("span", N, [u(a2, { ref_key: "componentRef", ref: T, disabled: O(), class: p(s(M)), style: r(s(F)), type: E.value.type, size: E.value.size, round: E.value.round, plain: E.value.plain, loading: O(), onClick: l2[0] || (l2[0] = (e4) => z.value = true) }, { default: c(() => [d(m(s(C)(E.value.title)), 1)]), _: 1 }, 8, ["disabled", "class", "style", "type", "size", "round", "plain", "loading"]), u(V2, { modelValue: z.value, "onUpdate:modelValue": l2[6] || (l2[6] = (e4) => z.value = e4), title: "选择办理人", width: "500" }, { footer: c(() => [g("div", h, [u(a2, { onClick: l2[5] || (l2[5] = (e4) => z.value = false) }, { default: c(() => l2[7] || (l2[7] = [d("取消", -1)])), _: 1, __: [7] }), u(a2, { type: "primary", onClick: B }, { default: c(() => l2[8] || (l2[8] = [d(" 确定 ", -1)])), _: 1, __: [8] })])]), default: c(() => [u(w3, { ref_key: "ruleFormRef", ref: U, style: { "max-width": "600px" }, model: R.value, rules: j.value, "label-width": "auto" }, { default: c(() => [u(y2, { label: "办理人", prop: "loginName" }, { default: c(() => [u(_2, { "model-value": R.value.name, readonly: true, type: "text", placeholder: "选择办理人", onClick: l2[3] || (l2[3] = (e4) => $()) }, { append: c(() => [u(o2, { class: "el-input__icon", onClick: l2[1] || (l2[1] = (e4) => $()) }, { default: c(() => [u(s(x))]), _: 1 }), u(o2, { class: "el-input__icon", onClick: l2[2] || (l2[2] = (e4) => (R.value.loginName = "", void (R.value.name = ""))) }, { default: c(() => [u(s(b))]), _: 1 })]), _: 1 }, 8, ["model-value"])]), _: 1 }), u(y2, { label: "意见", prop: "opinion" }, { default: c(() => [u(_2, { modelValue: R.value.opinion, "onUpdate:modelValue": l2[4] || (l2[4] = (e4) => R.value.opinion = e4), type: "textarea" }, null, 8, ["modelValue"])]), _: 1 }), q.value ? (i(), v(s(k), { key: 0, width: "60%", multiple: false, onClose: A })) : f("", true)]), _: 1 }, 8, ["model", "rules"])]), _: 1 }, 8, ["modelValue"])]);
|
|
36
36
|
};
|
|
37
37
|
} });
|
|
38
38
|
export {
|
|
@@ -7,12 +7,12 @@ import { initPageEvents as f } from "../utils/events/event-util.js";
|
|
|
7
7
|
import { setHomeChartInitConfigValue as v } from "../utils/charts/chart-util.js";
|
|
8
8
|
import { useI18n as C } from "vue-i18n";
|
|
9
9
|
const y = { "element-loading-text": "加载中..." }, S = { key: 1 }, b = e({ name: "HomeChart", inheritAttrs: false, __name: "home-chart", props: { chartUuid: { type: String, default: "" }, homeChartSettingUserId: { type: Number, default: 0 } }, setup(e2) {
|
|
10
|
-
const { t: b2 } = C(), I = e2, U = t(true),
|
|
10
|
+
const { t: b2 } = C(), I = e2, U = t(true), H = t(false), w = t(null);
|
|
11
11
|
let x, A = t(null);
|
|
12
12
|
return I.chartUuid && c.get(window.$vueApp.config.globalProperties.baseAPI + "/component/home-chart-layout/" + I.chartUuid).then((e3) => {
|
|
13
13
|
var _a, _b;
|
|
14
14
|
if (e3 && e3.designJson) {
|
|
15
|
-
|
|
15
|
+
w.value = {};
|
|
16
16
|
const t2 = JSON.parse(e3.designJson);
|
|
17
17
|
let a2 = window.localStorage.getItem("HOME_MY_CHARTS_ALIAS");
|
|
18
18
|
if (a2) {
|
|
@@ -20,26 +20,26 @@ const y = { "element-loading-text": "加载中..." }, S = { key: 1 }, b = e({ na
|
|
|
20
20
|
e4[I.homeChartSettingUserId] && (t2.chartJson.runtime.headerInfo ? t2.chartJson.runtime.headerInfo.title = e4[I.homeChartSettingUserId] : t2.chartJson.runtime.headerInfo = { textAlign: "center", title: e4[I.homeChartSettingUserId] });
|
|
21
21
|
}
|
|
22
22
|
const i2 = window.frameElement;
|
|
23
|
-
|
|
23
|
+
w.value = t2.chartJson, w.value.homeChartSettingUserId = I.homeChartSettingUserId, i2 && (i2.clientHeight, w.value.runtime.common.style.pc_style.height = i2.clientHeight + "px");
|
|
24
24
|
const n2 = { showHomepageSearch: false, name: e3.pageName, code: e3.pageCode, label: "", dimensions: "", version: 1, isWorkflowEntity: false, variables: t2.variables, systemCode: e3.systemCode, uuid: e3.uuid, allChartUuids: [], backendUrl: e3.backendUrl, rules: {}, pageType: "chart", beanName: t2.beanName, initChartServiceConfigs: [t2.initChartServiceConfigs], entity: { data: {}, task: {}, request: {}, page: {}, context: e3.contextParam, system: e3.systemParam } };
|
|
25
|
-
if (((_a =
|
|
25
|
+
if (((_a = w.value.pushHomepage) == null ? void 0 : _a.searchConditions) && ((_b = w.value.pushHomepage) == null ? void 0 : _b.searchConditions.length) > 0 && (n2.showHomepageSearch = true), t2.variables) {
|
|
26
26
|
const e4 = n2.entity.page;
|
|
27
27
|
for (const a3 of t2.variables) a3.name && (a3.isArrayElement ? e4[a3.name] = [] : a3.defaultValue ? e4[a3.name] = a3.defaultValue : e4[a3.name] = void 0);
|
|
28
28
|
}
|
|
29
|
-
t2.initOptionConfigs && t2.initOptionConfigs.length > 0 && d(n2, t2.initOptionConfigs, void 0), v(
|
|
29
|
+
t2.initOptionConfigs && t2.initOptionConfigs.length > 0 && d(n2, t2.initOptionConfigs, void 0), v(w.value.pushHomepage.initConfig, n2, I.homeChartSettingUserId), f(t2, n2), A.value = n2, x = setTimeout(() => {
|
|
30
30
|
!function(e4, t3) {
|
|
31
31
|
if (!t3 || 0 == t3.length) return;
|
|
32
32
|
e4.initChartData = {}, e4.initChartData.data = h(e4.entity.data), e4.initChartData.page = h(e4.entity.page), t3 && t3.length > 0 && p(e4, t3, null, true);
|
|
33
33
|
}(A.value, [t2.initChartServiceConfigs]);
|
|
34
34
|
}, 200);
|
|
35
|
-
} else
|
|
35
|
+
} else H.value = true, U.value = false;
|
|
36
36
|
}).finally(() => {
|
|
37
37
|
U.value = false;
|
|
38
38
|
}), a(() => {
|
|
39
39
|
x && clearTimeout(x);
|
|
40
40
|
}), (e3, t2) => {
|
|
41
41
|
const a2 = i("loading");
|
|
42
|
-
return n((o(), r("div", y, [!U.value &&
|
|
42
|
+
return n((o(), r("div", y, [!U.value && w.value ? (o(), s(g, { key: 0, configure: w.value, pageContext: u(A) }, null, 8, ["configure", "pageContext"])) : U.value || w.value ? l("", true) : (o(), r("div", S, m(u(b2)("superPageRuntimeMessage.noChartSetting")), 1))])), [[a2, U.value]]);
|
|
43
43
|
};
|
|
44
44
|
} });
|
|
45
45
|
export {
|
|
@@ -10,6 +10,7 @@ const s = ["src"], d = { key: 1, class: "amb-super-page-runtime-dialog-iframe",
|
|
|
10
10
|
const e4 = JSON.parse(JSON.stringify(p.parentPageEventParams));
|
|
11
11
|
e4.pageContext && delete e4.pageContext, e4.configureObj && delete e4.configureObj, Object.assign(b.value, e4);
|
|
12
12
|
} catch (e4) {
|
|
13
|
+
console.error(e4);
|
|
13
14
|
}
|
|
14
15
|
null !== w.value && void 0 !== w.value || (w.value = p.parentPageEventParams.id);
|
|
15
16
|
}
|
|
@@ -54,6 +54,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
54
54
|
type: BooleanConstructor;
|
|
55
55
|
required: false;
|
|
56
56
|
};
|
|
57
|
+
isPreview: {
|
|
58
|
+
type: BooleanConstructor;
|
|
59
|
+
required: false;
|
|
60
|
+
};
|
|
57
61
|
}>, {
|
|
58
62
|
pickFileDone: typeof pickFileDone;
|
|
59
63
|
uploadFileDone: typeof uploadFileDone;
|
|
@@ -113,6 +117,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
113
117
|
type: BooleanConstructor;
|
|
114
118
|
required: false;
|
|
115
119
|
};
|
|
120
|
+
isPreview: {
|
|
121
|
+
type: BooleanConstructor;
|
|
122
|
+
required: false;
|
|
123
|
+
};
|
|
116
124
|
}>> & Readonly<{
|
|
117
125
|
onClose?: (...args: any[]) => any;
|
|
118
126
|
onOpen?: (...args: any[]) => any;
|
|
@@ -122,5 +130,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
122
130
|
isTest: boolean;
|
|
123
131
|
contentHeight: string | number;
|
|
124
132
|
isDialog: boolean;
|
|
133
|
+
isPreview: boolean;
|
|
125
134
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
126
135
|
export default _default;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { defineComponent as e, ref as a, getCurrentInstance as
|
|
2
|
-
import
|
|
3
|
-
import { updateOptionDatasources as
|
|
4
|
-
import {
|
|
5
|
-
import { addComponentRef as
|
|
6
|
-
import { removeCustomFuncFromWindow as
|
|
7
|
-
import
|
|
1
|
+
import { defineComponent as e, ref as a, getCurrentInstance as t, onMounted as l, onUpdated as u, nextTick as o, onUnmounted as n, resolveDirective as i, withDirectives as s, createElementBlock as r, openBlock as v, createCommentVNode as p, normalizeStyle as m, normalizeClass as c, createBlock as g, createElementVNode as f, Fragment as d, renderList as y, unref as h, watch as C } from "vue";
|
|
2
|
+
import P from "./assemblys/object-render.vue.js";
|
|
3
|
+
import { updateOptionDatasources as b, updateChartDatasources as k } from "../utils/page-helper-util.js";
|
|
4
|
+
import { queryPageDesignWhenPreview as j, queryPageDesignByCode as $, convertToPageContext as x, packageAdditionalMapWithLocationSearch as S, packageAdditionalMapWithRoute as D, packageAdditionalMapWithPageRequest as w } from "../utils/page-init-util.js";
|
|
5
|
+
import { addComponentRef as q, removePageAllRef as N, initComponentRefState as T } from "../utils/global-refs.js";
|
|
6
|
+
import { removeCustomFuncFromWindow as O, handleEvent as R, initPageEvents as _, getCustomFunc as F } from "../utils/events/event-util.js";
|
|
7
|
+
import I from "./assemblys/common/export-form-report-dialog.vue.js";
|
|
8
8
|
import M from "./assemblys/common/task-informition-dialog.vue.js";
|
|
9
9
|
import E from "./assemblys/common/remove-signer-dialog.vue.js";
|
|
10
10
|
import V from "./assemblys/common/remove-transactor-dialog.vue.js";
|
|
11
11
|
import W from "../utils/eventBus.js";
|
|
12
|
-
import { getTaskInformitions as B, getRemoveSigner as
|
|
12
|
+
import { getTaskInformitions as B, getRemoveSigner as A, getRemoveTransactor as J, getFormData as U, exportFormReport as H, doImportFinally as L, doAddSigner as z, doCreateCopyTask as Q, doAssign as G, doAddTransactor as K, doReturnTaskTo as X, doRemoveSigners as Y, doRemoveTransactors as Z, updateValuesWhenCloseDialog as ee, refreshFormOrListPage as ae, saveChartConditionBase as te, getAdditionalParamMap as le } from "../utils/events/standard-event.js";
|
|
13
13
|
import "../utils/api/api-util.js";
|
|
14
14
|
import { ElMessage as ue } from "element-plus";
|
|
15
15
|
import { useI18n as oe } from "vue-i18n";
|
|
@@ -25,79 +25,84 @@ import { isMobileBrowser as de } from "agilebuilder-ui/src/utils/common-util";
|
|
|
25
25
|
import { usePageContextStore as ye } from "../utils/page-store.js";
|
|
26
26
|
import he from "agilebuilder-ui/src/store";
|
|
27
27
|
import Ce from "./assemblys/common/save-chart-condition-dialog.vue.js";
|
|
28
|
-
import
|
|
29
|
-
const
|
|
30
|
-
const $e = ye(), { t: xe } = oe(),
|
|
28
|
+
import Pe from "../utils/ai-chat-util.js";
|
|
29
|
+
const be = { class: "app-container runtime-page-container", "element-loading-text": "拼命加载中" }, ke = e({ __name: "super-page", props: { pageCode: { type: String, required: false }, pageVersion: { type: Number, required: false }, pageId: { type: Number, required: false }, dataId: { type: Number, required: false }, pageDesign: { type: Object, required: false }, isTest: { type: Boolean, required: false }, dimensions: { type: String, required: false }, publishVersion: { type: Number, required: false }, taskId: { type: Number, required: false }, pageRequest: { type: Object, required: false }, contentHeight: { type: [String, Number], default: null }, isDialog: { type: Boolean, required: false }, isPreview: { type: Boolean, required: false } }, emits: ["open", "opened", "close", "closed"], setup(e2, { expose: ke2, emit: je }) {
|
|
30
|
+
const $e = ye(), { t: xe } = oe(), Se = e2, De = a(false), we = a(null), qe = a([]), Ne = a(""), Te = a({}), Oe = a(null), Re = a(null), _e = a(false), Fe = a(false), Ie = a(false), Me = a(false), Ee = a(false), Ve = a(false), We = a(null), Be = a(false), Ae = a([]), Je = a([]), Ue = a([]), He = a(false), Le = a(false), ze = a(null), Qe = a(false), Ge = a(false), Ke = a(null), Xe = a(null), Ye = a(null), Ze = a(null);
|
|
31
31
|
let ea = a(null);
|
|
32
|
-
const aa = a(null),
|
|
33
|
-
let na, ia
|
|
34
|
-
const
|
|
32
|
+
const aa = a(null), ta = a(null), la = re(), ua = a(0), oa = de();
|
|
33
|
+
let na, ia;
|
|
34
|
+
const sa = a(false), ra = a(null), va = a(false);
|
|
35
|
+
function pa(e3) {
|
|
36
|
+
const a2 = x(e3);
|
|
37
|
+
return a2.isTest = Se.isTest, a2.isTest && Se.dimensions && (a2.dimensions = Se.dimensions), Se.isDialog || (S(a2.entity.request), D(la, a2.entity.request)), w(Se.pageRequest, a2.entity.request), a2;
|
|
38
|
+
}
|
|
35
39
|
function ma(e3) {
|
|
36
40
|
var _a;
|
|
37
|
-
const a2 =
|
|
38
|
-
if (
|
|
39
|
-
ea.value.isDialog = true ===
|
|
41
|
+
const a2 = pa(e3);
|
|
42
|
+
if (ea.value = a2, null == ea.value) return;
|
|
43
|
+
ea.value.isDialog = true === Se.isDialog, na = setTimeout(() => {
|
|
40
44
|
!function(e4, a3) {
|
|
41
45
|
if (!a3 || 0 == a3.length) return;
|
|
42
|
-
const
|
|
43
|
-
|
|
46
|
+
const t3 = a3.filter((e5) => "remote" != e5.filterType);
|
|
47
|
+
t3 && t3.length > 0 && b(e4, t3, void 0);
|
|
44
48
|
}(ea.value, e3.initOptionConfigs);
|
|
45
49
|
}, 0), ia = setTimeout(() => {
|
|
46
|
-
|
|
50
|
+
e3.initChartServiceConfigs, function(e4, a3) {
|
|
47
51
|
if (!a3 || 0 == a3.length) return;
|
|
48
52
|
if (e4.initChartData = {}, e4.initChartData.data = ge(e4.entity.data), e4.initChartData.page = ge(e4.entity.page), a3 && a3.length > 0) {
|
|
49
|
-
const
|
|
50
|
-
|
|
53
|
+
const t3 = a3.filter((e5) => false !== e5.initializationQuery);
|
|
54
|
+
k(e4, t3, null, true);
|
|
51
55
|
}
|
|
52
56
|
}(ea.value, e3.initChartServiceConfigs);
|
|
53
|
-
}, 200), ea.value.initDataSources = [],
|
|
54
|
-
const
|
|
55
|
-
|
|
56
|
-
const
|
|
57
|
-
return $e.setPageContext(ea.value), We.value =
|
|
58
|
-
|
|
57
|
+
}, 200), ea.value.initDataSources = [], T(ea.value), qe.value = ea.value.items ? ea.value.items : [];
|
|
58
|
+
const t2 = ea.value.runtime ? ea.value.runtime : {};
|
|
59
|
+
Ne.value = t2.class, Te.value = t2.style, _(e3, ea.value), ie(ea.value.rules), R(null, ea.value, e3, "beforeload");
|
|
60
|
+
const l2 = ea.value.code;
|
|
61
|
+
return $e.setPageContext(ea.value), We.value = l2 + "_", W.$on(We.value + "export-form-report", (e4) => {
|
|
62
|
+
Re.value = e4, aa.value = e4.configureObj, ta.value = e4.pageContext, va.value = false, _e.value = true;
|
|
59
63
|
}), W.$on(We.value + "export-pdf-report", (e4) => {
|
|
60
|
-
|
|
64
|
+
Re.value = e4, aa.value = e4.configureObj, ta.value = e4.pageContext, va.value = true, _e.value = true;
|
|
61
65
|
}), W.$on(We.value + "import-file", (e4) => {
|
|
62
|
-
|
|
66
|
+
Re.value = e4, ha.value.click();
|
|
63
67
|
}), W.$on(We.value + "assign-task", (e4) => {
|
|
64
|
-
|
|
68
|
+
Re.value = e4, Ee.value = true, Ve.value = false;
|
|
65
69
|
}), W.$on(We.value + "copy-task", (e4) => {
|
|
66
|
-
|
|
70
|
+
Re.value = e4, Me.value = true, Ve.value = true;
|
|
67
71
|
}), W.$on(We.value + "add-signer", (e4) => {
|
|
68
|
-
|
|
72
|
+
Re.value = e4, Fe.value = true, Ve.value = true;
|
|
69
73
|
}), W.$on(We.value + "choose-return-node", (e4) => {
|
|
70
|
-
|
|
71
|
-
|
|
74
|
+
Re.value = e4, B(e4).then((e5) => {
|
|
75
|
+
Ae.value = e5, Be.value = true;
|
|
72
76
|
}).catch((e5) => {
|
|
73
77
|
Be.value = false;
|
|
74
78
|
});
|
|
75
79
|
}), W.$on(We.value + "remove-signer", (e4) => {
|
|
76
|
-
|
|
77
|
-
|
|
80
|
+
Re.value = e4, A(e4).then((a3) => {
|
|
81
|
+
ze.value = e4.pageContext.completeTaskParam.taskId, Je.value = a3, He.value = true;
|
|
78
82
|
}).catch((e5) => {
|
|
79
|
-
|
|
83
|
+
He.value = false;
|
|
80
84
|
});
|
|
81
85
|
}), W.$on(We.value + "add-transactor", (e4) => {
|
|
82
|
-
|
|
86
|
+
Re.value = e4, Ie.value = true, Ve.value = true;
|
|
83
87
|
}), W.$on(We.value + "remove-transactor", (e4) => {
|
|
84
|
-
|
|
85
|
-
|
|
88
|
+
Re.value = e4, J(e4).then((a3) => {
|
|
89
|
+
ze.value = e4.pageContext.completeTaskParam.taskId, Ue.value = a3, Le.value = true;
|
|
86
90
|
}).catch((e5) => {
|
|
87
|
-
|
|
91
|
+
Le.value = false;
|
|
88
92
|
});
|
|
89
93
|
}), W.$on(We.value + "prohibit-edit", (e4) => {
|
|
90
94
|
}), W.$on(We.value + "open-dialog", (e4) => {
|
|
91
|
-
var a3,
|
|
92
|
-
Xe.value = e4.pageContext, Ye.value = e4.configureObj, Ze.value = e4.eventParams, a3 = Ye.value,
|
|
93
|
-
return new Promise((
|
|
95
|
+
var a3, t3, l3;
|
|
96
|
+
Xe.value = e4.pageContext, Ye.value = e4.configureObj, Ze.value = e4.eventParams, a3 = Ye.value, t3 = Ze.value, l3 = e4.jumpPageSetting, function(e5, a4, t4) {
|
|
97
|
+
return new Promise((l4, u2) => {
|
|
94
98
|
var _a2;
|
|
95
|
-
if (
|
|
99
|
+
if (t4) l4(t4);
|
|
96
100
|
else {
|
|
97
|
-
const
|
|
98
|
-
if (
|
|
99
|
-
false !==
|
|
100
|
-
const e6 =
|
|
101
|
+
const t5 = e5 && e5.props && e5.props.linkPage ? e5.props.linkPage : null;
|
|
102
|
+
if (t5 && t5.jumpPageUrl) {
|
|
103
|
+
false !== t5.isNewPage && true !== t5.isNewPage && (t5.isNewPage = true);
|
|
104
|
+
const e6 = le(ea), u3 = !!((_a2 = Ye.value.props.linkPage) == null ? void 0 : _a2.isNeedId);
|
|
105
|
+
Ye.value;
|
|
101
106
|
let o2 = u3 && a4 ? a4.id : null, n2 = u3 && a4 ? a4.ids : null, i2 = a4 ? a4.selections : [], s2 = a4 ? a4.row : null;
|
|
102
107
|
if (!s2) if (s2 = {}, i2 && i2.length > 0) s2 = i2[0];
|
|
103
108
|
else {
|
|
@@ -105,36 +110,36 @@ const ke = { class: "app-container runtime-page-container", "element-loading-tex
|
|
|
105
110
|
a5 && Object.assign(s2, a5), e7 && Object.assign(s2, e7);
|
|
106
111
|
}
|
|
107
112
|
const r2 = ge(Xe.value.entity.page);
|
|
108
|
-
|
|
109
|
-
e7.isNeedId = u3,
|
|
113
|
+
t5._pageData = r2, pe(t5, null, o2, s2, e6, n2).then((e7) => {
|
|
114
|
+
e7.isNeedId = u3, l4(e7);
|
|
110
115
|
});
|
|
111
|
-
} else
|
|
116
|
+
} else l4(false);
|
|
112
117
|
}
|
|
113
118
|
});
|
|
114
|
-
}(a3,
|
|
119
|
+
}(a3, t3, l3).then((e5) => {
|
|
115
120
|
if (e5) {
|
|
116
|
-
let
|
|
117
|
-
const
|
|
118
|
-
|
|
119
|
-
const u2 =
|
|
120
|
-
if (Ze.value || (Ze.value = {}), Ze.value.paramStoreId =
|
|
121
|
+
let t4 = {};
|
|
122
|
+
const l4 = a3 && a3.props && a3.props.linkPage ? a3.props.linkPage : null;
|
|
123
|
+
l4 && Object.assign(t4, ge(l4)), Object.assign(t4, e5), fe(t4, oa);
|
|
124
|
+
const u2 = t4.jumpMode, o2 = t4;
|
|
125
|
+
if (Ze.value || (Ze.value = {}), Ze.value.paramStoreId = t4.paramStoreId, o2.parentPageCode = Xe.value.code, o2.parentPageVersion = Xe.value.version, o2.isNewPage = true, "popup" === u2 || "refresh" === u2) {
|
|
121
126
|
const e6 = o2.linkType;
|
|
122
127
|
(function(e7, a4) {
|
|
123
|
-
const
|
|
124
|
-
return new Promise((
|
|
125
|
-
if (
|
|
128
|
+
const t5 = ce();
|
|
129
|
+
return new Promise((l5, u3) => {
|
|
130
|
+
if (t5) if ("popup" !== a4 && !oa || Xe.value.systemCode === e7.customSystem) l5(true);
|
|
126
131
|
else if (e7.customSystem) {
|
|
127
132
|
const a5 = e7.customSystem;
|
|
128
|
-
he.dispatch("getCurrentUserPermissions", { loginName:
|
|
129
|
-
|
|
133
|
+
he.dispatch("getCurrentUserPermissions", { loginName: t5, systemCode: a5 }).then(() => {
|
|
134
|
+
l5(true);
|
|
130
135
|
}).catch(() => {
|
|
131
|
-
|
|
136
|
+
l5(true);
|
|
132
137
|
});
|
|
133
|
-
} else ue({ showClose: true, type: "error", message: xe("superPageRuntimeMessage.popMsg") }),
|
|
134
|
-
else
|
|
138
|
+
} else ue({ showClose: true, type: "error", message: xe("superPageRuntimeMessage.popMsg") }), console.error("弹框参数缺少customSystem参数,parentPageContext.value.systemCode={}", Xe.value.systemCode), l5(false);
|
|
139
|
+
else l5(true);
|
|
135
140
|
});
|
|
136
141
|
})(o2, u2).then((a4) => {
|
|
137
|
-
a4 && (oa && (Xe.value.systemCode !== o2.customSystem || e6 && "url" === e6) ? (o2._isIframe = true, "refresh" === u2 && (o2.dialogType = "drawer", o2.jumpPageWidth = "100%"), Ke.value = o2,
|
|
142
|
+
a4 && (oa && (Xe.value.systemCode !== o2.customSystem || e6 && "url" === e6) ? (o2._isIframe = true, "refresh" === u2 && (o2.dialogType = "drawer", o2.jumpPageWidth = "100%"), Ke.value = o2, Ge.value = true) : (o2._isIframe = false, "popup" === u2 ? (Ke.value = o2, Ge.value = true) : "refresh" === u2 && ja.push({ path: "/dsc/page", query: o2 })));
|
|
138
143
|
}), W.$on(We.value + "close-dialog", (e7) => {
|
|
139
144
|
!function(e8) {
|
|
140
145
|
const a4 = e8.jumpMode;
|
|
@@ -142,82 +147,86 @@ const ke = { class: "app-container runtime-page-container", "element-loading-tex
|
|
|
142
147
|
}(e7);
|
|
143
148
|
});
|
|
144
149
|
}
|
|
145
|
-
}
|
|
150
|
+
} else console.error("页面配置信息不存在");
|
|
146
151
|
});
|
|
147
152
|
}), W.$on(We.value + "save-chart-condition", (e4) => {
|
|
148
|
-
|
|
153
|
+
sa.value = true;
|
|
149
154
|
}), W.$on("pageLoaded", () => {
|
|
150
155
|
const e4 = { runtime: { events: ea.value.events }, systemCode: "", systemVersion: 0, code: "", version: 0, workflowCode: "", workflowVersion: 0, name: "", uuid: "", label: "" };
|
|
151
|
-
|
|
156
|
+
R(null, ea.value, e4, "load");
|
|
152
157
|
}), C(() => ea.value.isRefresh, (e4) => {
|
|
153
158
|
e4 && (ua.value++, ea.value.isRefresh = false);
|
|
154
|
-
}),
|
|
159
|
+
}), U(ea.value, null, (_a = Se.pageRequest) == null ? void 0 : _a.isNeedId);
|
|
155
160
|
}
|
|
156
|
-
const ca =
|
|
161
|
+
const ca = t();
|
|
157
162
|
function ga() {
|
|
158
163
|
o(() => {
|
|
159
164
|
var _a, _b;
|
|
160
|
-
const e3 =
|
|
161
|
-
ea.value && (ea.value.pageRuntimeStyle || (ea.value.pageRuntimeStyle = {}), ea.value.pageRuntimeStyle.height =
|
|
165
|
+
const e3 = we.value.parentNode ? we.value.parentNode : we.value;
|
|
166
|
+
ea.value && (ea.value.pageRuntimeStyle || (ea.value.pageRuntimeStyle = {}), Se.contentHeight, ea.value.pageRuntimeStyle.height = Se.contentHeight ?? ((_b = (_a = e3 == null ? void 0 : e3.getBoundingClientRect) == null ? void 0 : _a.call(e3)) == null ? void 0 : _b.height) ?? 0);
|
|
162
167
|
});
|
|
163
168
|
}
|
|
164
169
|
function fa() {
|
|
165
170
|
const e3 = ea.value.entity.data, a2 = null == e3.ID ? e3.id : e3.ID;
|
|
166
|
-
|
|
171
|
+
la.query && la.query._t_ && a2 && me(la.query._t_ + "_id", a2);
|
|
167
172
|
}
|
|
168
173
|
function da() {
|
|
169
|
-
|
|
174
|
+
_e.value = false, Re.value = null;
|
|
170
175
|
}
|
|
171
176
|
function ya(e3, a2) {
|
|
172
|
-
|
|
177
|
+
H(Re.value.pageContext, Re.value.configureObj, a2, va.value);
|
|
173
178
|
}
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
De.
|
|
178
|
-
|
|
179
|
-
|
|
179
|
+
l(() => {
|
|
180
|
+
!function() {
|
|
181
|
+
if (Se.isPreview && null != Se.pageDesign) {
|
|
182
|
+
De.value = true;
|
|
183
|
+
let e3 = Se.pageDesign;
|
|
184
|
+
const a2 = pa(e3);
|
|
185
|
+
j(e3, a2).then((a3) => {
|
|
186
|
+
e3.contextParam = a3.contextParam, e3.branchFieldAuth = a3.branchFieldAuth, e3.systemParam = a3.systemParam, e3.isWorkflowEntity = a3.isWorkflowEntity, e3.dataTypeMaps = a3.dataTypeMaps, Oe.value = e3, ma(e3).then(() => {
|
|
187
|
+
fa(), Qe.value = true, ga();
|
|
188
|
+
});
|
|
180
189
|
}).finally(() => {
|
|
181
|
-
|
|
182
|
-
}) : (ze.value = true, ga()), fa();
|
|
183
|
-
});
|
|
184
|
-
}, 0)) : De.pageCode && (Se.value = true, $(De.pageCode).then((e3) => {
|
|
185
|
-
if (e3 && e3.designJson) {
|
|
186
|
-
const a2 = e3.designJson, l2 = JSON.parse(a2);
|
|
187
|
-
l2.contextParam = e3.contextParam, l2.branchFieldAuth = e3.branchFieldAuth, l2.systemParam = e3.systemParam, l2.isWorkflowEntity = e3.isWorkflowEntity, l2.dataTypeMaps = e3.dataTypeMaps, Re.value = l2, ma(l2).then(() => {
|
|
188
|
-
fa(), ze.value = true, ga();
|
|
190
|
+
De.value = false;
|
|
189
191
|
});
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
192
|
+
} else Se.pageCode && (De.value = true, $(Se.pageCode).then((e3) => {
|
|
193
|
+
if (e3 && e3.designJson) {
|
|
194
|
+
const a2 = e3.designJson, t2 = JSON.parse(a2);
|
|
195
|
+
t2.contextParam = e3.contextParam, t2.branchFieldAuth = e3.branchFieldAuth, t2.systemParam = e3.systemParam, t2.isWorkflowEntity = e3.isWorkflowEntity, t2.dataTypeMaps = e3.dataTypeMaps, Oe.value = t2, ma(t2).then(() => {
|
|
196
|
+
fa(), Qe.value = true, ga();
|
|
197
|
+
});
|
|
198
|
+
}
|
|
199
|
+
}).catch((e3) => {
|
|
200
|
+
De.value = false;
|
|
201
|
+
}).finally(() => {
|
|
202
|
+
De.value = false, "form" === ea.value.pageType && Pe.setPageToChatStore(ca, ea.value);
|
|
203
|
+
}));
|
|
204
|
+
}();
|
|
196
205
|
}), u(() => {
|
|
197
206
|
o(() => {
|
|
198
|
-
ea.value &&
|
|
207
|
+
ea.value && we.value && q(ea.value, "-1", we);
|
|
199
208
|
});
|
|
200
209
|
}), n(() => {
|
|
201
|
-
|
|
210
|
+
N(ea.value), Oe.value && O(Oe.value), W.$off(We.value + "export-form-report"), W.$off(We.value + "export-pdf-report"), W.$off(We.value + "import-file"), W.$off(We.value + "assign-task"), W.$off(We.value + "copy-task"), W.$off(We.value + "add-signer"), W.$off(We.value + "choose-return-node"), W.$off(We.value + "remove-signer"), W.$off(We.value + "prohibit-edit"), W.$off(We.value + "open-dialog"), W.$off(We.value + "save-chart-condition"), W.$off("pageLoaded"), ea.value && R(null, ea.value, ea.value, "onUnmounted"), na && clearTimeout(na), ia && clearTimeout(ia);
|
|
202
211
|
});
|
|
203
212
|
const ha = a(null);
|
|
204
213
|
function Ca(e3) {
|
|
205
|
-
true ===
|
|
214
|
+
true === Fe.value && (Fe.value = false, z(Re.value, e3)), true === Me.value && (Me.value = false, Q(Re.value, e3)), true === Ee.value && (Ee.value = false, G(Re.value, e3)), true === Ie.value && (Ie.value = false, K(Re.value, e3));
|
|
215
|
+
}
|
|
216
|
+
function Pa(e3) {
|
|
217
|
+
Ae.value = [], Be.value = false, X(Re.value, e3);
|
|
206
218
|
}
|
|
207
219
|
function ba(e3) {
|
|
208
|
-
Je.value = [],
|
|
220
|
+
Je.value = [], He.value = false, Y(Re.value, e3);
|
|
209
221
|
}
|
|
210
222
|
function ka(e3) {
|
|
211
|
-
Ue.value = [],
|
|
212
|
-
}
|
|
213
|
-
function Pa(e3) {
|
|
214
|
-
Le.value = [], Ge.value = false, Z(Oe.value, e3);
|
|
223
|
+
Ue.value = [], Le.value = false, Z(Re.value, e3);
|
|
215
224
|
}
|
|
216
225
|
const ja = ve();
|
|
217
226
|
function $a(e3) {
|
|
218
227
|
var _a, _b;
|
|
219
|
-
const a2 = Ke.value.closeEvent,
|
|
220
|
-
let
|
|
228
|
+
const a2 = Ke.value.closeEvent, t2 = Ke.value.isRefreshWhenClosePopup;
|
|
229
|
+
let l2, u2;
|
|
221
230
|
const o2 = Xe.value.tableName;
|
|
222
231
|
let n2;
|
|
223
232
|
const i2 = Ze.value.columnProp ? Ze.value.columnProp : null;
|
|
@@ -230,48 +239,48 @@ const ke = { class: "app-container runtime-page-container", "element-loading-tex
|
|
|
230
239
|
} else n2 = Ye.value;
|
|
231
240
|
if (e3) {
|
|
232
241
|
const a3 = e3.isNeedValueMapping;
|
|
233
|
-
|
|
242
|
+
l2 = e3.dataModel, u2 = e3.sourceTableName, a3 && ee(Xe.value, n2, l2, u2, Ke.value ? Ke.value.valueMappings : null);
|
|
234
243
|
}
|
|
235
|
-
|
|
244
|
+
R(null, Xe.value, n2, "closePopup", { sourceModel: l2, sourceTableName: u2, jumpPageSetting: Ke.value, entity: Xe.value.entity.data, targetTableName: o2, pageContext: ea.value, parentPageContext: Xe.value, parentConfigureObj: n2, columnProp: i2 }), function(e4, a3, t3) {
|
|
236
245
|
if (e4) {
|
|
237
|
-
const
|
|
238
|
-
|
|
246
|
+
const l3 = F(Xe.value, e4);
|
|
247
|
+
l3 && l3.apply(l3, [{ pageContext: ea.value, parentPageContext: Xe.value, parentConfigureObj: t3, jumpPageSetting: Ke.value, columnProp: a3 }]);
|
|
239
248
|
}
|
|
240
|
-
}(a2, i2, n2), ae(Xe.value, Ye.value,
|
|
249
|
+
}(a2, i2, n2), ae(Xe.value, Ye.value, t2, void 0 !== t2 && false === t2 ? "noOperation" : null), Xe.value = null, Ye.value = null, Ze.value = null, W.$off(We.value + "close-dialog"), Ge.value = false;
|
|
241
250
|
}
|
|
242
251
|
function xa(e3) {
|
|
243
|
-
|
|
244
|
-
ue({ showClose: true, type: "success", message: xe("superPageRuntimeMessage.successfulSave") }),
|
|
252
|
+
te(ea.value, e3).then((e4) => {
|
|
253
|
+
ue({ showClose: true, type: "success", message: xe("superPageRuntimeMessage.successfulSave") }), ra.value.refreshConditionList();
|
|
245
254
|
});
|
|
246
255
|
}
|
|
247
|
-
function
|
|
256
|
+
function Sa(e3) {
|
|
248
257
|
const a2 = e3.queryCondition;
|
|
249
|
-
let
|
|
250
|
-
a2 && (
|
|
258
|
+
let t2 = {};
|
|
259
|
+
a2 && (t2 = JSON.parse(a2)), t2 && t2.data && Object.assign(ea.value.entity.data, t2.data), t2 && t2.page && Object.assign(ea.value.entity.page, t2.page), sa.value = false;
|
|
251
260
|
}
|
|
252
|
-
return
|
|
253
|
-
let a2 = e3.componentId,
|
|
254
|
-
(a2 ||
|
|
261
|
+
return ke2({ pickFileDone: function(e3) {
|
|
262
|
+
let a2 = e3.componentId, t2 = e3.listCode;
|
|
263
|
+
(a2 || t2) && (t2 ? W.$emit(t2 + "-pickFileDone", e3) : W.$emit(a2 + "-pickFileDone", e3));
|
|
255
264
|
}, uploadFileDone: function(e3) {
|
|
256
|
-
let a2 = e3.componentId,
|
|
257
|
-
(a2 ||
|
|
265
|
+
let a2 = e3.componentId, t2 = e3.listCode;
|
|
266
|
+
(a2 || t2) && (t2 ? W.$emit(t2 + "-uploadFileDone", e3) : W.$emit(a2 + "-uploadFileDone", e3));
|
|
258
267
|
}, scanDone: function(e3) {
|
|
259
|
-
let a2 = e3.componentId,
|
|
260
|
-
(a2 ||
|
|
268
|
+
let a2 = e3.componentId, t2 = e3.listCode;
|
|
269
|
+
(a2 || t2) && (t2 ? W.$emit(t2 + "-scanDone", e3) : W.$emit(a2 + "-scanDone", e3));
|
|
261
270
|
}, getFormFormatData: function() {
|
|
262
|
-
return
|
|
271
|
+
return Pe.getFormFormatDataUtil(ea.value);
|
|
263
272
|
} }), (e3, a2) => {
|
|
264
|
-
const
|
|
265
|
-
return s((v(), r("div",
|
|
266
|
-
if (
|
|
273
|
+
const t2 = i("loading");
|
|
274
|
+
return s((v(), r("div", be, [Qe.value ? (v(), r("div", { ref_key: "thisRef", ref: we, key: ua.value, class: c(["runtime-page-container-view", Ne.value]), style: m(Te.value) }, [(v(true), r(d, null, y(qe.value, (e4, a3) => (v(), g(P, { key: e4.uuid, configure: e4, pageContext: h(ea) }, null, 8, ["configure", "pageContext"]))), 128)), _e.value ? (v(), g(I, { key: 0, configure: aa.value, pageContext: ta.value, onClose: da, onExport: ya }, null, 8, ["configure", "pageContext"])) : p("", true), f("input", { ref_key: "_selectFile_", ref: ha, type: "file", name: "_selectFile_", style: { display: "none" }, onChange: a2[0] || (a2[0] = (e4) => function() {
|
|
275
|
+
if (Re.value) {
|
|
267
276
|
if (!ha.value) return;
|
|
268
277
|
if ("" === ha.value.value || null === ha.value.value) return;
|
|
269
278
|
const e5 = ha.value.files[0];
|
|
270
|
-
e5 ? (ha.value.value = null,
|
|
279
|
+
e5 ? (ha.value.value = null, L(Re.value, e5)) : ue({ showClose: true, type: "warning", message: xe("superPageRuntimeMessage.noFileSelected") });
|
|
271
280
|
}
|
|
272
|
-
}()) }, null, 544),
|
|
281
|
+
}()) }, null, 544), Fe.value || Me.value || Ee.value || Ie.value ? (v(), g(h(ne), { key: 1, width: "60%", multiple: Ve.value, onClose: Ca }, null, 8, ["multiple"])) : p("", true), Be.value ? (v(), g(M, { key: 2, "task-informitions": Ae.value, onClose: a2[1] || (a2[1] = (e4) => Be.value = false), onResult: Pa }, null, 8, ["task-informitions"])) : p("", true), He.value ? (v(), g(E, { key: 3, "task-id": ze.value, "active-tasks": Je.value, onClose: a2[2] || (a2[2] = (e4) => He.value = false), onResult: ba }, null, 8, ["task-id", "active-tasks"])) : p("", true), Le.value ? (v(), g(V, { key: 4, "task-id": ze.value, "transactor-info": Ue.value, onClose: a2[3] || (a2[3] = (e4) => Le.value = false), onResult: ka }, null, 8, ["task-id", "transactor-info"])) : p("", true), Ge.value ? (v(), g(se, { key: 5, parentPageContext: Xe.value, parentPageEventParams: Ze.value, jumpPageSetting: Ke.value, onClose: a2[4] || (a2[4] = (e4) => $a()) }, null, 8, ["parentPageContext", "parentPageEventParams", "jumpPageSetting"])) : p("", true), sa.value ? (v(), g(Ce, { key: 6, ref_key: "chartCondtionRef", ref: ra, pageContext: h(ea), onClose: a2[5] || (a2[5] = (e4) => sa.value = false), onSave: xa, onConfirm: Sa }, null, 8, ["pageContext"])) : p("", true)], 6)) : p("", true)])), [[t2, De.value]]);
|
|
273
282
|
};
|
|
274
283
|
} });
|
|
275
284
|
export {
|
|
276
|
-
|
|
285
|
+
ke as default
|
|
277
286
|
};
|