super-page-runtime 2.3.17 → 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/page-init-util.d.ts +2 -1
- package/dist/es/components/runtime/utils/page-init-util.js +84 -65
- package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.js +17 -17
- package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +1 -1
- package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.js +1 -1
- package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.js +27 -27
- package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +5 -5
- package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +3 -3
- 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 +4 -4
- package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.js +11 -11
- package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/home-chart-render.vue.js +3 -3
- package/dist/es/components/runtime/views/assemblys/object-render.vue.js +1 -1
- package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue2.js +6 -6
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js +1 -1
- 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 +136 -128
- 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
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const Vue = require("vue");
|
|
3
|
+
const vueI18n = require("../../../../../node_modules/.pnpm/vue-i18n@9.14.5_vue@3.5.18_typescript@5.4.5_/node_modules/vue-i18n/dist/vue-i18n.js");
|
|
4
|
+
const standardEvent = require("../../../utils/events/standard-event.js");
|
|
5
|
+
const index = require("../../../../../node_modules/.pnpm/element-plus@2.10.5_vue@3.5.18_typescript@5.4.5_/node_modules/element-plus/es/components/message/index.js");
|
|
6
|
+
const _hoisted_1 = { class: "dialog-footer" };
|
|
7
|
+
const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
8
|
+
__name: "save-chart-condition-dialog",
|
|
9
|
+
props: {
|
|
10
|
+
pageContext: {
|
|
11
|
+
type: Object,
|
|
12
|
+
default: null
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
emits: ["open", "opend", "close", "closed", "save", "confirm"],
|
|
16
|
+
setup(__props, { expose: __expose, emit: __emit }) {
|
|
17
|
+
const { t } = vueI18n.useI18n();
|
|
18
|
+
const props = __props;
|
|
19
|
+
const emits = __emit;
|
|
20
|
+
const selections = Vue.ref([]);
|
|
21
|
+
const conditionName = Vue.ref(null);
|
|
22
|
+
const conditionList = Vue.ref([]);
|
|
23
|
+
Vue.onMounted(() => {
|
|
24
|
+
refreshConditionList();
|
|
25
|
+
});
|
|
26
|
+
function saveCondition() {
|
|
27
|
+
emits("save", conditionName.value);
|
|
28
|
+
}
|
|
29
|
+
function selectCondition() {
|
|
30
|
+
if (selections.value.length === 0 || selections.value.length > 1) {
|
|
31
|
+
index.ElMessage({
|
|
32
|
+
showClose: true,
|
|
33
|
+
type: "warning",
|
|
34
|
+
message: t("superPageRuntimeMessage.pleaseSelectCondition")
|
|
35
|
+
});
|
|
36
|
+
return;
|
|
37
|
+
}
|
|
38
|
+
emits("confirm", selections.value[0]);
|
|
39
|
+
}
|
|
40
|
+
function refreshConditionList() {
|
|
41
|
+
standardEvent.listChartConditions(props.pageContext).then((result) => {
|
|
42
|
+
conditionList.value = result;
|
|
43
|
+
});
|
|
44
|
+
}
|
|
45
|
+
function select(selection) {
|
|
46
|
+
selections.value = selection;
|
|
47
|
+
}
|
|
48
|
+
function deleteCondition(row) {
|
|
49
|
+
standardEvent.deleteChartCondition(row.id).then(() => {
|
|
50
|
+
index.ElMessage({
|
|
51
|
+
showClose: true,
|
|
52
|
+
type: "success",
|
|
53
|
+
message: t("superPageRuntimeMessage.successfulDelete")
|
|
54
|
+
});
|
|
55
|
+
refreshConditionList();
|
|
56
|
+
});
|
|
57
|
+
}
|
|
58
|
+
__expose({ refreshConditionList });
|
|
59
|
+
return (_ctx, _cache) => {
|
|
60
|
+
const _component_el_input = Vue.resolveComponent("el-input");
|
|
61
|
+
const _component_el_col = Vue.resolveComponent("el-col");
|
|
62
|
+
const _component_el_button = Vue.resolveComponent("el-button");
|
|
63
|
+
const _component_el_row = Vue.resolveComponent("el-row");
|
|
64
|
+
const _component_el_table_column = Vue.resolveComponent("el-table-column");
|
|
65
|
+
const _component_Delete = Vue.resolveComponent("Delete");
|
|
66
|
+
const _component_el_icon = Vue.resolveComponent("el-icon");
|
|
67
|
+
const _component_el_table = Vue.resolveComponent("el-table");
|
|
68
|
+
const _component_el_dialog = Vue.resolveComponent("el-dialog");
|
|
69
|
+
return Vue.openBlock(), Vue.createElementBlock("div", null, [
|
|
70
|
+
Vue.createVNode(_component_el_dialog, {
|
|
71
|
+
"model-value": "",
|
|
72
|
+
title: _ctx.$t("superPageRuntimeMessage.saveCondition"),
|
|
73
|
+
"close-on-click-modal": false,
|
|
74
|
+
"append-to-body": "",
|
|
75
|
+
width: "40%",
|
|
76
|
+
"max-height": "400",
|
|
77
|
+
onOpen: _cache[2] || (_cache[2] = ($event) => emits("open")),
|
|
78
|
+
onOpend: _cache[3] || (_cache[3] = ($event) => emits("opend")),
|
|
79
|
+
onClose: _cache[4] || (_cache[4] = ($event) => emits("close")),
|
|
80
|
+
onClosed: _cache[5] || (_cache[5] = ($event) => emits("closed"))
|
|
81
|
+
}, {
|
|
82
|
+
footer: Vue.withCtx(() => [
|
|
83
|
+
Vue.createElementVNode("div", _hoisted_1, [
|
|
84
|
+
Vue.createVNode(_component_el_button, {
|
|
85
|
+
type: "primary",
|
|
86
|
+
onClick: selectCondition
|
|
87
|
+
}, {
|
|
88
|
+
default: Vue.withCtx(() => [
|
|
89
|
+
Vue.createTextVNode(Vue.toDisplayString(_ctx.$t("superPageRuntimeMessage.sure")), 1)
|
|
90
|
+
]),
|
|
91
|
+
_: 1
|
|
92
|
+
}),
|
|
93
|
+
Vue.createVNode(_component_el_button, {
|
|
94
|
+
type: "default",
|
|
95
|
+
onClick: _cache[1] || (_cache[1] = ($event) => emits("close"))
|
|
96
|
+
}, {
|
|
97
|
+
default: Vue.withCtx(() => [
|
|
98
|
+
Vue.createTextVNode(Vue.toDisplayString(_ctx.$t("superPageRuntimeMessage.cancel")), 1)
|
|
99
|
+
]),
|
|
100
|
+
_: 1
|
|
101
|
+
})
|
|
102
|
+
])
|
|
103
|
+
]),
|
|
104
|
+
default: Vue.withCtx(() => [
|
|
105
|
+
Vue.createVNode(_component_el_row, {
|
|
106
|
+
style: { "padding-bottom": "10px" },
|
|
107
|
+
gutter: 10
|
|
108
|
+
}, {
|
|
109
|
+
default: Vue.withCtx(() => [
|
|
110
|
+
Vue.createVNode(_component_el_col, { span: 18 }, {
|
|
111
|
+
default: Vue.withCtx(() => [
|
|
112
|
+
Vue.createVNode(_component_el_input, {
|
|
113
|
+
modelValue: conditionName.value,
|
|
114
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => conditionName.value = $event),
|
|
115
|
+
placeholder: _ctx.$t("superPageRuntimeMessage.pleaseInputConditionName")
|
|
116
|
+
}, null, 8, ["modelValue", "placeholder"])
|
|
117
|
+
]),
|
|
118
|
+
_: 1
|
|
119
|
+
}),
|
|
120
|
+
Vue.createVNode(_component_el_col, { span: 6 }, {
|
|
121
|
+
default: Vue.withCtx(() => [
|
|
122
|
+
Vue.createVNode(_component_el_button, {
|
|
123
|
+
type: "primary",
|
|
124
|
+
onClick: saveCondition
|
|
125
|
+
}, {
|
|
126
|
+
default: Vue.withCtx(() => [
|
|
127
|
+
Vue.createTextVNode(Vue.toDisplayString(_ctx.$t("superPageRuntimeMessage.save")), 1)
|
|
128
|
+
]),
|
|
129
|
+
_: 1
|
|
130
|
+
})
|
|
131
|
+
]),
|
|
132
|
+
_: 1
|
|
133
|
+
})
|
|
134
|
+
]),
|
|
135
|
+
_: 1
|
|
136
|
+
}),
|
|
137
|
+
Vue.createVNode(_component_el_table, {
|
|
138
|
+
data: conditionList.value,
|
|
139
|
+
border: "",
|
|
140
|
+
style: { "width": "100%" },
|
|
141
|
+
onSelect: select
|
|
142
|
+
}, {
|
|
143
|
+
default: Vue.withCtx(() => [
|
|
144
|
+
Vue.createVNode(_component_el_table_column, {
|
|
145
|
+
type: "selection",
|
|
146
|
+
align: "center",
|
|
147
|
+
width: "55"
|
|
148
|
+
}),
|
|
149
|
+
Vue.createVNode(_component_el_table_column, {
|
|
150
|
+
prop: "name",
|
|
151
|
+
label: _ctx.$t("superPageRuntimeMessage.conditionName")
|
|
152
|
+
}, null, 8, ["label"]),
|
|
153
|
+
Vue.createVNode(_component_el_table_column, {
|
|
154
|
+
label: _ctx.$t("superPageRuntimeMessage.operating"),
|
|
155
|
+
width: "60"
|
|
156
|
+
}, {
|
|
157
|
+
default: Vue.withCtx((scope) => [
|
|
158
|
+
Vue.createVNode(_component_el_icon, {
|
|
159
|
+
size: "14",
|
|
160
|
+
style: { "color": "#5893ef", "cursor": "pointer" },
|
|
161
|
+
onClick: ($event) => deleteCondition(scope.row)
|
|
162
|
+
}, {
|
|
163
|
+
default: Vue.withCtx(() => [
|
|
164
|
+
Vue.createVNode(_component_Delete)
|
|
165
|
+
]),
|
|
166
|
+
_: 2
|
|
167
|
+
}, 1032, ["onClick"])
|
|
168
|
+
]),
|
|
169
|
+
_: 1
|
|
170
|
+
}, 8, ["label"])
|
|
171
|
+
]),
|
|
172
|
+
_: 1
|
|
173
|
+
}, 8, ["data"])
|
|
174
|
+
]),
|
|
175
|
+
_: 1
|
|
176
|
+
}, 8, ["title"])
|
|
177
|
+
]);
|
|
178
|
+
};
|
|
179
|
+
}
|
|
180
|
+
});
|
|
181
|
+
module.exports = _sfc_main;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
taskInformitions: {
|
|
3
|
+
type: ArrayConstructor;
|
|
4
|
+
default: any;
|
|
5
|
+
};
|
|
6
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
|
+
close: (...args: any[]) => void;
|
|
8
|
+
result: (...args: any[]) => void;
|
|
9
|
+
open: (...args: any[]) => void;
|
|
10
|
+
opend: (...args: any[]) => void;
|
|
11
|
+
closed: (...args: any[]) => void;
|
|
12
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
13
|
+
taskInformitions: {
|
|
14
|
+
type: ArrayConstructor;
|
|
15
|
+
default: any;
|
|
16
|
+
};
|
|
17
|
+
}>> & Readonly<{
|
|
18
|
+
onClose?: (...args: any[]) => any;
|
|
19
|
+
onResult?: (...args: any[]) => any;
|
|
20
|
+
onOpen?: (...args: any[]) => any;
|
|
21
|
+
onOpend?: (...args: any[]) => any;
|
|
22
|
+
onClosed?: (...args: any[]) => any;
|
|
23
|
+
}>, {
|
|
24
|
+
taskInformitions: unknown[];
|
|
25
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
26
|
+
export default _default;
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const Vue = require("vue");
|
|
3
|
+
const vueI18n = require("../../../../../node_modules/.pnpm/vue-i18n@9.14.5_vue@3.5.18_typescript@5.4.5_/node_modules/vue-i18n/dist/vue-i18n.js");
|
|
4
|
+
const index = require("../../../../../node_modules/.pnpm/element-plus@2.10.5_vue@3.5.18_typescript@5.4.5_/node_modules/element-plus/es/components/message/index.js");
|
|
5
|
+
const _hoisted_1 = { class: "dialog-footer" };
|
|
6
|
+
const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
7
|
+
__name: "task-informition-dialog",
|
|
8
|
+
props: {
|
|
9
|
+
taskInformitions: {
|
|
10
|
+
type: Array,
|
|
11
|
+
default: null
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
emits: ["open", "opend", "close", "closed", "result"],
|
|
15
|
+
setup(__props, { emit: __emit }) {
|
|
16
|
+
const { t } = vueI18n.useI18n();
|
|
17
|
+
const props = __props;
|
|
18
|
+
const emits = __emit;
|
|
19
|
+
const selection = Vue.ref(null);
|
|
20
|
+
const singleUserIndex = Vue.ref();
|
|
21
|
+
function selectNode() {
|
|
22
|
+
if (!selection.value) {
|
|
23
|
+
index.ElMessage({
|
|
24
|
+
showClose: true,
|
|
25
|
+
type: "warning",
|
|
26
|
+
message: t("superPageRuntimeMessage.pleaseSelectNode")
|
|
27
|
+
});
|
|
28
|
+
return;
|
|
29
|
+
}
|
|
30
|
+
emits("result", selection.value);
|
|
31
|
+
}
|
|
32
|
+
function selectData(index2) {
|
|
33
|
+
selection.value = props.taskInformitions[index2];
|
|
34
|
+
}
|
|
35
|
+
return (_ctx, _cache) => {
|
|
36
|
+
const _component_el_radio = Vue.resolveComponent("el-radio");
|
|
37
|
+
const _component_el_table_column = Vue.resolveComponent("el-table-column");
|
|
38
|
+
const _component_el_table = Vue.resolveComponent("el-table");
|
|
39
|
+
const _component_el_button = Vue.resolveComponent("el-button");
|
|
40
|
+
const _component_el_dialog = Vue.resolveComponent("el-dialog");
|
|
41
|
+
return Vue.openBlock(), Vue.createElementBlock("div", null, [
|
|
42
|
+
Vue.createVNode(_component_el_dialog, {
|
|
43
|
+
"model-value": "",
|
|
44
|
+
title: _ctx.$t("superPageRuntimeMessage.selectNode"),
|
|
45
|
+
"close-on-click-modal": false,
|
|
46
|
+
"append-to-body": "",
|
|
47
|
+
width: "30%",
|
|
48
|
+
"max-height": "400",
|
|
49
|
+
onOpen: _cache[2] || (_cache[2] = ($event) => emits("open")),
|
|
50
|
+
onOpend: _cache[3] || (_cache[3] = ($event) => emits("opend")),
|
|
51
|
+
onClose: _cache[4] || (_cache[4] = ($event) => emits("close")),
|
|
52
|
+
onClosed: _cache[5] || (_cache[5] = ($event) => emits("closed"))
|
|
53
|
+
}, {
|
|
54
|
+
footer: Vue.withCtx(() => [
|
|
55
|
+
Vue.createElementVNode("div", _hoisted_1, [
|
|
56
|
+
Vue.createVNode(_component_el_button, {
|
|
57
|
+
type: "primary",
|
|
58
|
+
onClick: selectNode
|
|
59
|
+
}, {
|
|
60
|
+
default: Vue.withCtx(() => [
|
|
61
|
+
Vue.createTextVNode(Vue.toDisplayString(_ctx.$t("superPageRuntimeMessage.sure")), 1)
|
|
62
|
+
]),
|
|
63
|
+
_: 1
|
|
64
|
+
}),
|
|
65
|
+
Vue.createVNode(_component_el_button, {
|
|
66
|
+
type: "default",
|
|
67
|
+
onClick: _cache[1] || (_cache[1] = ($event) => emits("close"))
|
|
68
|
+
}, {
|
|
69
|
+
default: Vue.withCtx(() => [
|
|
70
|
+
Vue.createTextVNode(Vue.toDisplayString(_ctx.$t("superPageRuntimeMessage.cancel")), 1)
|
|
71
|
+
]),
|
|
72
|
+
_: 1
|
|
73
|
+
})
|
|
74
|
+
])
|
|
75
|
+
]),
|
|
76
|
+
default: Vue.withCtx(() => [
|
|
77
|
+
Vue.createVNode(_component_el_table, {
|
|
78
|
+
data: __props.taskInformitions,
|
|
79
|
+
border: "",
|
|
80
|
+
style: { "width": "100%" }
|
|
81
|
+
}, {
|
|
82
|
+
default: Vue.withCtx(() => [
|
|
83
|
+
Vue.createVNode(_component_el_table_column, {
|
|
84
|
+
fixed: "",
|
|
85
|
+
width: "60"
|
|
86
|
+
}, {
|
|
87
|
+
default: Vue.withCtx((scope) => [
|
|
88
|
+
Vue.createVNode(_component_el_radio, {
|
|
89
|
+
modelValue: singleUserIndex.value,
|
|
90
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => singleUserIndex.value = $event),
|
|
91
|
+
label: scope.$index,
|
|
92
|
+
onChange: selectData
|
|
93
|
+
}, {
|
|
94
|
+
default: Vue.withCtx(() => [
|
|
95
|
+
Vue.createTextVNode(Vue.toDisplayString(scope.$index + 1), 1)
|
|
96
|
+
]),
|
|
97
|
+
_: 2
|
|
98
|
+
}, 1032, ["modelValue", "label"])
|
|
99
|
+
]),
|
|
100
|
+
_: 1
|
|
101
|
+
}),
|
|
102
|
+
Vue.createVNode(_component_el_table_column, {
|
|
103
|
+
prop: "nodeName",
|
|
104
|
+
label: _ctx.$t("superPageRuntimeMessage.nodeName"),
|
|
105
|
+
width: "180"
|
|
106
|
+
}, null, 8, ["label"]),
|
|
107
|
+
Vue.createVNode(_component_el_table_column, {
|
|
108
|
+
prop: "nodeId",
|
|
109
|
+
label: _ctx.$t("superPageRuntimeMessage.nodeId"),
|
|
110
|
+
width: "180"
|
|
111
|
+
}, null, 8, ["label"])
|
|
112
|
+
]),
|
|
113
|
+
_: 1
|
|
114
|
+
}, 8, ["data"])
|
|
115
|
+
]),
|
|
116
|
+
_: 1
|
|
117
|
+
}, 8, ["title"])
|
|
118
|
+
]);
|
|
119
|
+
};
|
|
120
|
+
}
|
|
121
|
+
});
|
|
122
|
+
module.exports = _sfc_main;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const cardRuntime_vue_vue_type_script_setup_true_lang = require("./card-runtime.vue2.js");
|
|
3
|
+
;/* empty css */
|
|
4
|
+
const _pluginVue_exportHelper = require("../../../../../../_virtual/_plugin-vue_export-helper.js");
|
|
5
|
+
const cardRuntime = /* @__PURE__ */ _pluginVue_exportHelper(cardRuntime_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-26138226"]]);
|
|
6
|
+
module.exports = cardRuntime;
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const Vue = require("vue");
|
|
3
|
+
const index39f4c2e9 = require("../../../../../../node_modules/.pnpm/agilebuilder-ui@1.1.58_@vue_29e6d749740d5c0a82211de8e577b320/node_modules/agilebuilder-ui/lib/index-39f4c2e9.js");
|
|
4
|
+
const index$1 = require("../../../../../../node_modules/.pnpm/@element-plus_icons-vue@2.3.2_vue@3.5.18_typescript@5.4.5_/node_modules/@element-plus/icons-vue/dist/index.js");
|
|
5
|
+
const objectRender_vue_vue_type_script_setup_true_lang = require("../../object-render.vue.js");
|
|
6
|
+
const i18nUtil = require("../../../../utils/i18n-util.js");
|
|
7
|
+
const eventUtil = require("../../../../utils/events/event-util.js");
|
|
8
|
+
const index = require("../../../../../../node_modules/.pnpm/element-plus@2.10.5_vue@3.5.18_typescript@5.4.5_/node_modules/element-plus/es/components/card/index.js");
|
|
9
|
+
const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
10
|
+
__name: "card-runtime",
|
|
11
|
+
props: {
|
|
12
|
+
pageContext: {},
|
|
13
|
+
configure: {}
|
|
14
|
+
},
|
|
15
|
+
setup(__props, { expose: __expose }) {
|
|
16
|
+
var _a, _b;
|
|
17
|
+
const props = __props;
|
|
18
|
+
if (!props.configure.items) {
|
|
19
|
+
props.configure.items = [];
|
|
20
|
+
}
|
|
21
|
+
const isCollapse = Vue.computed(() => {
|
|
22
|
+
var _a2;
|
|
23
|
+
return [true, void 0].includes((_a2 = props.configure.props) == null ? void 0 : _a2.isCollapse);
|
|
24
|
+
});
|
|
25
|
+
const thisRef = Vue.ref(null);
|
|
26
|
+
const isCardContextShow = Vue.ref(((_a = props.configure.props) == null ? void 0 : _a.isCollapse) && ((_b = props.configure.props) == null ? void 0 : _b.isCollapseShow) === false ? false : true);
|
|
27
|
+
const runtimeInfo = props.configure.runtime ? props.configure.runtime : {};
|
|
28
|
+
const runtimeStyle = runtimeInfo.style;
|
|
29
|
+
const runtimeClass = runtimeInfo.class;
|
|
30
|
+
const headerStyle = runtimeInfo.headerStyle;
|
|
31
|
+
const contentStyle = runtimeInfo.contentStyle;
|
|
32
|
+
const onCardContextShow = () => isCollapse.value && (isCardContextShow.value = !isCardContextShow.value);
|
|
33
|
+
function test() {
|
|
34
|
+
props.configure.props.title = "teee";
|
|
35
|
+
}
|
|
36
|
+
Vue.onMounted(() => {
|
|
37
|
+
Vue.nextTick(() => {
|
|
38
|
+
eventUtil.handleAfterInitEvent(null, props.pageContext, props.configure, {
|
|
39
|
+
componentRef: thisRef.value,
|
|
40
|
+
entity: props.pageContext.entity.data,
|
|
41
|
+
pageData: props.pageContext.entity.page
|
|
42
|
+
});
|
|
43
|
+
});
|
|
44
|
+
});
|
|
45
|
+
__expose({
|
|
46
|
+
test
|
|
47
|
+
});
|
|
48
|
+
return (_ctx, _cache) => {
|
|
49
|
+
const _component_el_link = Vue.resolveComponent("el-link");
|
|
50
|
+
return Vue.openBlock(), Vue.createBlock(Vue.unref(index.ElCard), {
|
|
51
|
+
ref_key: "thisRef",
|
|
52
|
+
ref: thisRef,
|
|
53
|
+
style: Vue.normalizeStyle(Vue.unref(runtimeStyle)),
|
|
54
|
+
"data-collapse": String(isCardContextShow.value),
|
|
55
|
+
class: Vue.normalizeClass(["yx-card-box-view-main", Vue.unref(runtimeClass)])
|
|
56
|
+
}, Vue.createSlots({
|
|
57
|
+
default: Vue.withCtx(() => [
|
|
58
|
+
Vue.createElementVNode("div", {
|
|
59
|
+
class: "yx-card-box-view-context",
|
|
60
|
+
style: Vue.normalizeStyle(Vue.unref(contentStyle))
|
|
61
|
+
}, [
|
|
62
|
+
(Vue.openBlock(true), Vue.createElementBlock(Vue.Fragment, null, Vue.renderList(_ctx.configure.items, (element, itemIndex) => {
|
|
63
|
+
return Vue.openBlock(), Vue.createBlock(objectRender_vue_vue_type_script_setup_true_lang, {
|
|
64
|
+
key: element.uuid,
|
|
65
|
+
pageContext: _ctx.pageContext,
|
|
66
|
+
configure: element
|
|
67
|
+
}, null, 8, ["pageContext", "configure"]);
|
|
68
|
+
}), 128))
|
|
69
|
+
], 4)
|
|
70
|
+
]),
|
|
71
|
+
_: 2
|
|
72
|
+
}, [
|
|
73
|
+
_ctx.configure.props.base.tittleShow ? {
|
|
74
|
+
name: "header",
|
|
75
|
+
fn: Vue.withCtx(() => [
|
|
76
|
+
Vue.createElementVNode("div", {
|
|
77
|
+
class: "yx-card-box-view-header",
|
|
78
|
+
onClick: onCardContextShow
|
|
79
|
+
}, [
|
|
80
|
+
Vue.createElementVNode("div", {
|
|
81
|
+
class: "yx-card-box-view-title",
|
|
82
|
+
style: Vue.normalizeStyle(Vue.unref(headerStyle))
|
|
83
|
+
}, [
|
|
84
|
+
_ctx.configure.props.iconType && _ctx.configure.props.iconValue ? (Vue.openBlock(), Vue.createBlock(Vue.unref(index39f4c2e9.aM), {
|
|
85
|
+
key: 0,
|
|
86
|
+
iconType: _ctx.configure.props.iconType,
|
|
87
|
+
iconValue: _ctx.configure.props.iconValue,
|
|
88
|
+
style: { "margin-right": "2px" }
|
|
89
|
+
}, null, 8, ["iconType", "iconValue"])) : Vue.createCommentVNode("", true),
|
|
90
|
+
Vue.createTextVNode(" " + Vue.toDisplayString(Vue.unref(i18nUtil.$t)(_ctx.configure.props.base.title)), 1)
|
|
91
|
+
], 4),
|
|
92
|
+
isCollapse.value ? (Vue.openBlock(), Vue.createBlock(_component_el_link, {
|
|
93
|
+
key: 0,
|
|
94
|
+
underline: false,
|
|
95
|
+
icon: isCardContextShow.value ? Vue.unref(index$1.ArrowUp) : Vue.unref(index$1.ArrowDown),
|
|
96
|
+
style: { "margin": "-15px 0", "z-index": "1" }
|
|
97
|
+
}, null, 8, ["icon"])) : Vue.createCommentVNode("", true)
|
|
98
|
+
])
|
|
99
|
+
]),
|
|
100
|
+
key: "0"
|
|
101
|
+
} : void 0
|
|
102
|
+
]), 1032, ["style", "data-collapse", "class"]);
|
|
103
|
+
};
|
|
104
|
+
}
|
|
105
|
+
});
|
|
106
|
+
module.exports = _sfc_main;
|
package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.js
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const Vue = require("vue");
|
|
3
|
+
const objectRender_vue_vue_type_script_setup_true_lang = require("../../object-render.vue.js");
|
|
4
|
+
require("../../../../utils/global-refs.js");
|
|
5
|
+
const i18nUtil = require("../../../../utils/i18n-util.js");
|
|
6
|
+
const eventUtil = require("../../../../utils/events/event-util.js");
|
|
7
|
+
const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
8
|
+
__name: "collapse-runtime",
|
|
9
|
+
props: {
|
|
10
|
+
pageContext: {},
|
|
11
|
+
configure: {}
|
|
12
|
+
},
|
|
13
|
+
setup(__props) {
|
|
14
|
+
const props = __props;
|
|
15
|
+
if (!props.configure.props) {
|
|
16
|
+
props.configure.props = {};
|
|
17
|
+
}
|
|
18
|
+
const activeName = props.configure.props.defaultOpens ? props.configure.props.defaultOpens : [1];
|
|
19
|
+
const accordion = props.configure.props.accordion ? true : false;
|
|
20
|
+
const thisRef = Vue.ref(null);
|
|
21
|
+
const runtimeInfo = props.configure.runtime ? props.configure.runtime : {};
|
|
22
|
+
const runtimeStyle = runtimeInfo.style;
|
|
23
|
+
const runtimeClass = runtimeInfo.class;
|
|
24
|
+
const headerStyle = runtimeInfo.headerStyle;
|
|
25
|
+
Vue.onMounted(() => {
|
|
26
|
+
Vue.nextTick(() => {
|
|
27
|
+
eventUtil.handleAfterInitEvent(null, props.pageContext, props.configure, {
|
|
28
|
+
componentRef: thisRef.value,
|
|
29
|
+
entity: props.pageContext.entity.data,
|
|
30
|
+
pageData: props.pageContext.entity.page
|
|
31
|
+
});
|
|
32
|
+
});
|
|
33
|
+
});
|
|
34
|
+
return (_ctx, _cache) => {
|
|
35
|
+
const _component_SuperIcon = Vue.resolveComponent("SuperIcon");
|
|
36
|
+
const _component_el_collapse_item = Vue.resolveComponent("el-collapse-item");
|
|
37
|
+
const _component_el_collapse = Vue.resolveComponent("el-collapse");
|
|
38
|
+
return Vue.openBlock(), Vue.createBlock(_component_el_collapse, {
|
|
39
|
+
ref_key: "thisRef",
|
|
40
|
+
ref: thisRef,
|
|
41
|
+
modelValue: Vue.unref(activeName),
|
|
42
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => Vue.isRef(activeName) ? activeName.value = $event : null),
|
|
43
|
+
style: Vue.normalizeStyle(Vue.unref(runtimeStyle)),
|
|
44
|
+
accordion: Vue.unref(accordion),
|
|
45
|
+
class: Vue.normalizeClass(Vue.unref(runtimeClass))
|
|
46
|
+
}, {
|
|
47
|
+
default: Vue.withCtx(() => [
|
|
48
|
+
(Vue.openBlock(true), Vue.createElementBlock(Vue.Fragment, null, Vue.renderList(_ctx.configure.items, (item, index) => {
|
|
49
|
+
return Vue.openBlock(), Vue.createBlock(_component_el_collapse_item, {
|
|
50
|
+
name: item.index
|
|
51
|
+
}, {
|
|
52
|
+
title: Vue.withCtx(() => [
|
|
53
|
+
Vue.createElementVNode("div", {
|
|
54
|
+
style: Vue.normalizeStyle([Vue.unref(headerStyle), { "width": "100%" }])
|
|
55
|
+
}, [
|
|
56
|
+
item.iconType && item.iconValue ? (Vue.openBlock(), Vue.createBlock(_component_SuperIcon, {
|
|
57
|
+
key: 0,
|
|
58
|
+
iconType: item.iconType,
|
|
59
|
+
iconValue: item.iconValue,
|
|
60
|
+
style: { "margin-right": "2px" }
|
|
61
|
+
}, null, 8, ["iconType", "iconValue"])) : Vue.createCommentVNode("", true),
|
|
62
|
+
Vue.createTextVNode(" " + Vue.toDisplayString(Vue.unref(i18nUtil.$t)(item.label)), 1)
|
|
63
|
+
], 4)
|
|
64
|
+
]),
|
|
65
|
+
default: Vue.withCtx(() => [
|
|
66
|
+
Vue.createElementVNode("div", null, [
|
|
67
|
+
(Vue.openBlock(true), Vue.createElementBlock(Vue.Fragment, null, Vue.renderList(item.items, (element, itemIndex) => {
|
|
68
|
+
return Vue.openBlock(), Vue.createBlock(objectRender_vue_vue_type_script_setup_true_lang, {
|
|
69
|
+
key: element.uuid,
|
|
70
|
+
configure: element,
|
|
71
|
+
pageContext: _ctx.pageContext
|
|
72
|
+
}, null, 8, ["configure", "pageContext"]);
|
|
73
|
+
}), 128))
|
|
74
|
+
])
|
|
75
|
+
]),
|
|
76
|
+
_: 2
|
|
77
|
+
}, 1032, ["name"]);
|
|
78
|
+
}), 256))
|
|
79
|
+
]),
|
|
80
|
+
_: 1
|
|
81
|
+
}, 8, ["modelValue", "style", "accordion", "class"]);
|
|
82
|
+
};
|
|
83
|
+
}
|
|
84
|
+
});
|
|
85
|
+
module.exports = _sfc_main;
|
package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue2.js
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const Vue = require("vue");
|
|
3
|
+
const objectRender_vue_vue_type_script_setup_true_lang = require("../../object-render.vue.js");
|
|
4
|
+
require("../../../../utils/global-refs.js");
|
|
5
|
+
const eventUtil = require("../../../../utils/events/event-util.js");
|
|
6
|
+
const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
7
|
+
__name: "container-runtime",
|
|
8
|
+
props: {
|
|
9
|
+
pageContext: {},
|
|
10
|
+
configure: {}
|
|
11
|
+
},
|
|
12
|
+
setup(__props) {
|
|
13
|
+
const props = __props;
|
|
14
|
+
const thisRef = Vue.ref(null);
|
|
15
|
+
const runtimeInfo = props.configure.runtime ? props.configure.runtime : {};
|
|
16
|
+
const leftStyle = runtimeInfo.leftStyle;
|
|
17
|
+
const rightStyle = runtimeInfo.rightStyle;
|
|
18
|
+
const mainStyle = runtimeInfo.style;
|
|
19
|
+
const mainClass = runtimeInfo.class;
|
|
20
|
+
Vue.onMounted(() => {
|
|
21
|
+
Vue.nextTick(() => {
|
|
22
|
+
eventUtil.handleAfterInitEvent(null, props.pageContext, props.configure, {
|
|
23
|
+
componentRef: thisRef.value,
|
|
24
|
+
entity: props.pageContext.entity.data,
|
|
25
|
+
pageData: props.pageContext.entity.page
|
|
26
|
+
});
|
|
27
|
+
});
|
|
28
|
+
});
|
|
29
|
+
return (_ctx, _cache) => {
|
|
30
|
+
const _component_el_aside = Vue.resolveComponent("el-aside");
|
|
31
|
+
const _component_el_main = Vue.resolveComponent("el-main");
|
|
32
|
+
const _component_el_container = Vue.resolveComponent("el-container");
|
|
33
|
+
return Vue.openBlock(), Vue.createBlock(_component_el_container, {
|
|
34
|
+
ref_key: "thisRef",
|
|
35
|
+
ref: thisRef
|
|
36
|
+
}, {
|
|
37
|
+
default: Vue.withCtx(() => [
|
|
38
|
+
_ctx.configure.props.useLeft ? (Vue.openBlock(), Vue.createBlock(_component_el_aside, {
|
|
39
|
+
key: 0,
|
|
40
|
+
style: Vue.normalizeStyle(Vue.unref(leftStyle))
|
|
41
|
+
}, {
|
|
42
|
+
default: Vue.withCtx(() => [
|
|
43
|
+
(Vue.openBlock(true), Vue.createElementBlock(Vue.Fragment, null, Vue.renderList(_ctx.configure.leftAslides, (element, itemIndex) => {
|
|
44
|
+
return Vue.openBlock(), Vue.createBlock(objectRender_vue_vue_type_script_setup_true_lang, {
|
|
45
|
+
key: element.uuid,
|
|
46
|
+
pageContext: _ctx.pageContext,
|
|
47
|
+
configure: element
|
|
48
|
+
}, null, 8, ["pageContext", "configure"]);
|
|
49
|
+
}), 128))
|
|
50
|
+
]),
|
|
51
|
+
_: 1
|
|
52
|
+
}, 8, ["style"])) : Vue.createCommentVNode("", true),
|
|
53
|
+
Vue.createVNode(_component_el_main, {
|
|
54
|
+
style: Vue.normalizeStyle(Vue.unref(mainStyle)),
|
|
55
|
+
class: Vue.normalizeClass(Vue.unref(mainClass))
|
|
56
|
+
}, {
|
|
57
|
+
default: Vue.withCtx(() => [
|
|
58
|
+
(Vue.openBlock(true), Vue.createElementBlock(Vue.Fragment, null, Vue.renderList(_ctx.configure.items, (element, itemIndex) => {
|
|
59
|
+
return Vue.openBlock(), Vue.createBlock(objectRender_vue_vue_type_script_setup_true_lang, {
|
|
60
|
+
key: element.uuid,
|
|
61
|
+
pageContext: _ctx.pageContext,
|
|
62
|
+
configure: element
|
|
63
|
+
}, null, 8, ["pageContext", "configure"]);
|
|
64
|
+
}), 128))
|
|
65
|
+
]),
|
|
66
|
+
_: 1
|
|
67
|
+
}, 8, ["style", "class"]),
|
|
68
|
+
_ctx.configure.props.useRight ? (Vue.openBlock(), Vue.createBlock(_component_el_aside, {
|
|
69
|
+
key: 1,
|
|
70
|
+
style: Vue.normalizeStyle(Vue.unref(rightStyle))
|
|
71
|
+
}, {
|
|
72
|
+
default: Vue.withCtx(() => [
|
|
73
|
+
(Vue.openBlock(true), Vue.createElementBlock(Vue.Fragment, null, Vue.renderList(_ctx.configure.rightAslides, (element, itemIndex) => {
|
|
74
|
+
return Vue.openBlock(), Vue.createBlock(objectRender_vue_vue_type_script_setup_true_lang, {
|
|
75
|
+
key: element.uuid,
|
|
76
|
+
pageContext: _ctx.pageContext,
|
|
77
|
+
configure: element
|
|
78
|
+
}, null, 8, ["pageContext", "configure"]);
|
|
79
|
+
}), 128))
|
|
80
|
+
]),
|
|
81
|
+
_: 1
|
|
82
|
+
}, 8, ["style"])) : Vue.createCommentVNode("", true)
|
|
83
|
+
]),
|
|
84
|
+
_: 1
|
|
85
|
+
}, 512);
|
|
86
|
+
};
|
|
87
|
+
}
|
|
88
|
+
});
|
|
89
|
+
module.exports = _sfc_main;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const FixedBox_vue_vue_type_script_setup_true_lang = require("./FixedBox.vue2.js");
|
|
3
|
+
;/* empty css */
|
|
4
|
+
const _pluginVue_exportHelper = require("../../../../../../_virtual/_plugin-vue_export-helper.js");
|
|
5
|
+
const FixedBox = /* @__PURE__ */ _pluginVue_exportHelper(FixedBox_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-9b488f43"]]);
|
|
6
|
+
module.exports = FixedBox;
|