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
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const Vue = require("vue");
|
|
3
|
+
const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
4
|
+
__name: "FixedBox",
|
|
5
|
+
props: {
|
|
6
|
+
isFixed: {
|
|
7
|
+
type: Boolean,
|
|
8
|
+
default: true
|
|
9
|
+
},
|
|
10
|
+
position: {
|
|
11
|
+
type: String,
|
|
12
|
+
default: "top"
|
|
13
|
+
},
|
|
14
|
+
offset: {
|
|
15
|
+
type: Number,
|
|
16
|
+
default: 0
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
setup(__props) {
|
|
20
|
+
const props = __props;
|
|
21
|
+
const fixedMaxRef = Vue.ref(null);
|
|
22
|
+
const fixedRef = Vue.ref(null);
|
|
23
|
+
const defaultStyle = Vue.ref({});
|
|
24
|
+
const containerStyle = Vue.ref({});
|
|
25
|
+
const observers = [];
|
|
26
|
+
const getContentRect = () => {
|
|
27
|
+
var _a, _b;
|
|
28
|
+
if (!fixedRef.value) {
|
|
29
|
+
defaultStyle.value = {};
|
|
30
|
+
containerStyle.value = {};
|
|
31
|
+
} else {
|
|
32
|
+
const mainRect = (_b = (_a = fixedMaxRef.value) == null ? void 0 : _a.getBoundingClientRect) == null ? void 0 : _b.call(_a);
|
|
33
|
+
const rect = fixedRef.value.getBoundingClientRect();
|
|
34
|
+
defaultStyle.value = {
|
|
35
|
+
width: "100%",
|
|
36
|
+
// `${rect.width}px`,
|
|
37
|
+
height: `${rect.height}px`
|
|
38
|
+
};
|
|
39
|
+
containerStyle.value = {
|
|
40
|
+
width: `${(mainRect == null ? void 0 : mainRect.width) ?? rect.width}px`,
|
|
41
|
+
position: props.isFixed ? "fixed" : "static",
|
|
42
|
+
[props.position]: `${props.offset}px`,
|
|
43
|
+
left: `${(mainRect == null ? void 0 : mainRect.left) ?? rect.left}px`,
|
|
44
|
+
zIndex: 100,
|
|
45
|
+
pointerEvents: "auto"
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
};
|
|
49
|
+
const updateLayout = () => {
|
|
50
|
+
getContentRect();
|
|
51
|
+
};
|
|
52
|
+
const initObservers = () => {
|
|
53
|
+
observers.forEach((obs) => obs.disconnect());
|
|
54
|
+
observers.length = 0;
|
|
55
|
+
if (fixedRef.value) {
|
|
56
|
+
const observer = new ResizeObserver(updateLayout);
|
|
57
|
+
observer.observe(fixedRef.value);
|
|
58
|
+
observers.push(observer);
|
|
59
|
+
}
|
|
60
|
+
};
|
|
61
|
+
const initEvent = (is) => {
|
|
62
|
+
if (is) {
|
|
63
|
+
initObservers();
|
|
64
|
+
window.addEventListener("resize", updateLayout);
|
|
65
|
+
} else {
|
|
66
|
+
window.removeEventListener("resize", updateLayout);
|
|
67
|
+
observers.forEach((obs) => obs.disconnect());
|
|
68
|
+
}
|
|
69
|
+
updateLayout();
|
|
70
|
+
};
|
|
71
|
+
Vue.onMounted(() => {
|
|
72
|
+
Vue.nextTick(() => {
|
|
73
|
+
initEvent(props.isFixed);
|
|
74
|
+
});
|
|
75
|
+
});
|
|
76
|
+
Vue.onUnmounted(() => {
|
|
77
|
+
initEvent(false);
|
|
78
|
+
});
|
|
79
|
+
Vue.watch(() => props.isFixed, initEvent);
|
|
80
|
+
return (_ctx, _cache) => {
|
|
81
|
+
return Vue.openBlock(), Vue.createElementBlock("div", {
|
|
82
|
+
ref_key: "fixedMaxRef",
|
|
83
|
+
ref: fixedMaxRef,
|
|
84
|
+
class: Vue.normalizeClass(["yx-fixed-box-main", { [`is-${__props.position}`]: true, "is-fixed": props.isFixed }]),
|
|
85
|
+
style: Vue.normalizeStyle(defaultStyle.value)
|
|
86
|
+
}, [
|
|
87
|
+
Vue.createElementVNode("div", {
|
|
88
|
+
ref_key: "fixedRef",
|
|
89
|
+
ref: fixedRef,
|
|
90
|
+
class: "yx-fixed-box-container",
|
|
91
|
+
style: Vue.normalizeStyle(containerStyle.value)
|
|
92
|
+
}, [
|
|
93
|
+
Vue.renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
94
|
+
], 4)
|
|
95
|
+
], 6);
|
|
96
|
+
};
|
|
97
|
+
}
|
|
98
|
+
});
|
|
99
|
+
module.exports = _sfc_main;
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
|
|
3
|
+
type Position = 'top' | 'bottom';
|
|
4
|
+
type Target = string | HTMLElement | Window;
|
|
5
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
6
|
+
offset: {
|
|
7
|
+
type: NumberConstructor;
|
|
8
|
+
default: number;
|
|
9
|
+
};
|
|
10
|
+
position: {
|
|
11
|
+
type: PropType<Position>;
|
|
12
|
+
default: string;
|
|
13
|
+
validator: (value: string) => value is Position;
|
|
14
|
+
};
|
|
15
|
+
target: {
|
|
16
|
+
type: PropType<Target>;
|
|
17
|
+
default: () => Window & typeof globalThis;
|
|
18
|
+
};
|
|
19
|
+
autoDetectParentScroll: {
|
|
20
|
+
type: BooleanConstructor;
|
|
21
|
+
default: boolean;
|
|
22
|
+
};
|
|
23
|
+
stickyInScrollContainer: {
|
|
24
|
+
type: BooleanConstructor;
|
|
25
|
+
default: boolean;
|
|
26
|
+
};
|
|
27
|
+
zIndex: {
|
|
28
|
+
type: NumberConstructor;
|
|
29
|
+
default: number;
|
|
30
|
+
};
|
|
31
|
+
enableIntervalUpdate: {
|
|
32
|
+
type: BooleanConstructor;
|
|
33
|
+
default: boolean;
|
|
34
|
+
};
|
|
35
|
+
enableIntervalTime: {
|
|
36
|
+
type: NumberConstructor;
|
|
37
|
+
default: number;
|
|
38
|
+
};
|
|
39
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
40
|
+
change: (fixed: boolean) => void;
|
|
41
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
42
|
+
offset: {
|
|
43
|
+
type: NumberConstructor;
|
|
44
|
+
default: number;
|
|
45
|
+
};
|
|
46
|
+
position: {
|
|
47
|
+
type: PropType<Position>;
|
|
48
|
+
default: string;
|
|
49
|
+
validator: (value: string) => value is Position;
|
|
50
|
+
};
|
|
51
|
+
target: {
|
|
52
|
+
type: PropType<Target>;
|
|
53
|
+
default: () => Window & typeof globalThis;
|
|
54
|
+
};
|
|
55
|
+
autoDetectParentScroll: {
|
|
56
|
+
type: BooleanConstructor;
|
|
57
|
+
default: boolean;
|
|
58
|
+
};
|
|
59
|
+
stickyInScrollContainer: {
|
|
60
|
+
type: BooleanConstructor;
|
|
61
|
+
default: boolean;
|
|
62
|
+
};
|
|
63
|
+
zIndex: {
|
|
64
|
+
type: NumberConstructor;
|
|
65
|
+
default: number;
|
|
66
|
+
};
|
|
67
|
+
enableIntervalUpdate: {
|
|
68
|
+
type: BooleanConstructor;
|
|
69
|
+
default: boolean;
|
|
70
|
+
};
|
|
71
|
+
enableIntervalTime: {
|
|
72
|
+
type: NumberConstructor;
|
|
73
|
+
default: number;
|
|
74
|
+
};
|
|
75
|
+
}>> & Readonly<{
|
|
76
|
+
onChange?: (fixed: boolean) => any;
|
|
77
|
+
}>, {
|
|
78
|
+
position: Position;
|
|
79
|
+
offset: number;
|
|
80
|
+
zIndex: number;
|
|
81
|
+
target: Target;
|
|
82
|
+
autoDetectParentScroll: boolean;
|
|
83
|
+
stickyInScrollContainer: boolean;
|
|
84
|
+
enableIntervalUpdate: boolean;
|
|
85
|
+
enableIntervalTime: number;
|
|
86
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
87
|
+
default?(_: {}): any;
|
|
88
|
+
}>;
|
|
89
|
+
export default _default;
|
|
90
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
91
|
+
new (): {
|
|
92
|
+
$slots: S;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const YxAffix_vue_vue_type_script_setup_true_lang = require("./YxAffix.vue2.js");
|
|
3
|
+
;/* empty css */
|
|
4
|
+
const _pluginVue_exportHelper = require("../../../../../../_virtual/_plugin-vue_export-helper.js");
|
|
5
|
+
const YxAffix = /* @__PURE__ */ _pluginVue_exportHelper(YxAffix_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-a994b02d"]]);
|
|
6
|
+
module.exports = YxAffix;
|
|
@@ -0,0 +1,224 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const Vue = require("vue");
|
|
3
|
+
const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
4
|
+
__name: "YxAffix",
|
|
5
|
+
props: {
|
|
6
|
+
offset: {
|
|
7
|
+
type: Number,
|
|
8
|
+
default: 0
|
|
9
|
+
},
|
|
10
|
+
position: {
|
|
11
|
+
type: String,
|
|
12
|
+
default: "top",
|
|
13
|
+
validator: (value) => ["top", "bottom"].includes(value)
|
|
14
|
+
},
|
|
15
|
+
target: {
|
|
16
|
+
type: [String, HTMLElement],
|
|
17
|
+
default: () => window
|
|
18
|
+
},
|
|
19
|
+
autoDetectParentScroll: {
|
|
20
|
+
type: Boolean,
|
|
21
|
+
default: true
|
|
22
|
+
},
|
|
23
|
+
stickyInScrollContainer: {
|
|
24
|
+
type: Boolean,
|
|
25
|
+
default: true
|
|
26
|
+
},
|
|
27
|
+
zIndex: {
|
|
28
|
+
type: Number,
|
|
29
|
+
default: 100
|
|
30
|
+
},
|
|
31
|
+
// 是否开启间隔监听
|
|
32
|
+
enableIntervalUpdate: {
|
|
33
|
+
type: Boolean,
|
|
34
|
+
default: true
|
|
35
|
+
},
|
|
36
|
+
enableIntervalTime: {
|
|
37
|
+
type: Number,
|
|
38
|
+
default: 2e3
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
emits: ["change"],
|
|
42
|
+
setup(__props, { emit: __emit }) {
|
|
43
|
+
const props = __props;
|
|
44
|
+
const emits = __emit;
|
|
45
|
+
const affixMainRef = Vue.ref(null);
|
|
46
|
+
const affixRef = Vue.ref(null);
|
|
47
|
+
const isFixed = Vue.ref(false);
|
|
48
|
+
const placeholderStyle = Vue.ref({});
|
|
49
|
+
const scrollContainerDatas = Vue.ref([]);
|
|
50
|
+
const scrollContainer = Vue.ref(window);
|
|
51
|
+
const adjustedOffset = Vue.ref(0);
|
|
52
|
+
const intervalId = Vue.ref(null);
|
|
53
|
+
const onResize = (entry) => {
|
|
54
|
+
if (entry.contentRect.height) {
|
|
55
|
+
placeholderStyle.value.height = entry.contentRect.height;
|
|
56
|
+
}
|
|
57
|
+
};
|
|
58
|
+
const getAffixOffset = (containerRect) => {
|
|
59
|
+
const isTop = ["top"].includes(props.position);
|
|
60
|
+
const isBottom = ["bottom"].includes(props.position);
|
|
61
|
+
if (!affixMainRef.value) return { isTop, isBottom };
|
|
62
|
+
const affixMainRect = affixMainRef.value.getBoundingClientRect();
|
|
63
|
+
const offsetTop = affixMainRect.top - containerRect.top;
|
|
64
|
+
const offsetLeft = affixMainRect.left - containerRect.left;
|
|
65
|
+
const offsetBottom = containerRect.height - affixMainRect.height - offsetTop;
|
|
66
|
+
const containerTop = containerRect.top;
|
|
67
|
+
const containerBottom = window.innerHeight - containerRect.bottom;
|
|
68
|
+
const isFixTop = isTop && offsetTop < 0;
|
|
69
|
+
const isFixBottom = isBottom && offsetBottom < 0;
|
|
70
|
+
const containerOffset = isTop ? containerTop : isBottom ? containerBottom : 0;
|
|
71
|
+
return {
|
|
72
|
+
isTop,
|
|
73
|
+
isBottom,
|
|
74
|
+
containerTop,
|
|
75
|
+
containerBottom,
|
|
76
|
+
containerOffset,
|
|
77
|
+
offsetTop,
|
|
78
|
+
offsetLeft,
|
|
79
|
+
offsetBottom,
|
|
80
|
+
// 是否开启顶部悬浮
|
|
81
|
+
isFixTop,
|
|
82
|
+
// 是否开启底部悬浮
|
|
83
|
+
isFixBottom
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
const getScrollContainer = () => {
|
|
87
|
+
if (props.autoDetectParentScroll && affixRef.value) {
|
|
88
|
+
const list = [];
|
|
89
|
+
let parent = affixRef.value.parentElement;
|
|
90
|
+
while (parent && parent !== document.body) {
|
|
91
|
+
const { overflowY } = window.getComputedStyle(parent);
|
|
92
|
+
if (/(auto|scroll)/.test(overflowY)) {
|
|
93
|
+
list.push(parent);
|
|
94
|
+
}
|
|
95
|
+
parent = parent.parentElement;
|
|
96
|
+
}
|
|
97
|
+
return [...list, window];
|
|
98
|
+
}
|
|
99
|
+
if (typeof props.target === "string") {
|
|
100
|
+
const el = document.querySelector(props.target);
|
|
101
|
+
return [...el ? [el] : [], window];
|
|
102
|
+
}
|
|
103
|
+
return [window];
|
|
104
|
+
};
|
|
105
|
+
const update = () => {
|
|
106
|
+
try {
|
|
107
|
+
if (!affixRef.value) return;
|
|
108
|
+
const rect = affixRef.value.getBoundingClientRect();
|
|
109
|
+
const container = scrollContainer.value;
|
|
110
|
+
if (container === window) {
|
|
111
|
+
const shouldFix = props.position === "top" ? rect.top <= props.offset : rect.bottom >= window.innerHeight - props.offset;
|
|
112
|
+
adjustedOffset.value = 0;
|
|
113
|
+
updateFixedState(shouldFix, rect);
|
|
114
|
+
} else if (props.stickyInScrollContainer) {
|
|
115
|
+
const containerRect = container.getBoundingClientRect();
|
|
116
|
+
const { isFixTop, isFixBottom, containerOffset } = getAffixOffset(containerRect);
|
|
117
|
+
adjustedOffset.value = containerOffset ?? 0;
|
|
118
|
+
updateFixedState(isFixTop || isFixBottom || false, rect);
|
|
119
|
+
}
|
|
120
|
+
} catch (error) {
|
|
121
|
+
console.error(error);
|
|
122
|
+
}
|
|
123
|
+
};
|
|
124
|
+
const updateFixedState = (shouldFix, rect) => {
|
|
125
|
+
var _a;
|
|
126
|
+
if (!rect.height) return;
|
|
127
|
+
if (shouldFix !== isFixed.value || ((_a = placeholderStyle.value) == null ? void 0 : _a.height) !== `${rect.height}px`) {
|
|
128
|
+
isFixed.value = shouldFix;
|
|
129
|
+
emits("change", shouldFix);
|
|
130
|
+
if (shouldFix) {
|
|
131
|
+
placeholderStyle.value = {
|
|
132
|
+
width: `100%`,
|
|
133
|
+
height: `${rect.height}px`
|
|
134
|
+
};
|
|
135
|
+
} else {
|
|
136
|
+
placeholderStyle.value = {};
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
};
|
|
140
|
+
const handleScroll = () => {
|
|
141
|
+
requestAnimationFrame(update);
|
|
142
|
+
};
|
|
143
|
+
let resizeTimer;
|
|
144
|
+
const handleResize = () => {
|
|
145
|
+
isFixed.value = false;
|
|
146
|
+
clearTimeout(resizeTimer);
|
|
147
|
+
resizeTimer = window.setTimeout(() => {
|
|
148
|
+
update();
|
|
149
|
+
}, 100);
|
|
150
|
+
};
|
|
151
|
+
Vue.onMounted(() => {
|
|
152
|
+
setTimeout(() => {
|
|
153
|
+
Vue.nextTick(() => {
|
|
154
|
+
try {
|
|
155
|
+
if (props.enableIntervalUpdate) {
|
|
156
|
+
intervalId.value = setInterval(handleScroll, props.enableIntervalTime);
|
|
157
|
+
}
|
|
158
|
+
const scrollList = getScrollContainer();
|
|
159
|
+
console.log("检测父级滚动节点", scrollList);
|
|
160
|
+
scrollContainerDatas.value = scrollList;
|
|
161
|
+
scrollContainer.value = scrollList[0];
|
|
162
|
+
scrollContainerDatas.value.forEach((dom) => dom.addEventListener("scroll", handleScroll));
|
|
163
|
+
window.addEventListener("resize", handleResize);
|
|
164
|
+
update();
|
|
165
|
+
} catch (error) {
|
|
166
|
+
console.error(error);
|
|
167
|
+
}
|
|
168
|
+
});
|
|
169
|
+
}, 100);
|
|
170
|
+
});
|
|
171
|
+
Vue.onUnmounted(() => {
|
|
172
|
+
if (scrollContainer.value) {
|
|
173
|
+
scrollContainerDatas.value.forEach((dom) => dom.removeEventListener("scroll", handleScroll));
|
|
174
|
+
}
|
|
175
|
+
window.removeEventListener("resize", handleResize);
|
|
176
|
+
clearTimeout(resizeTimer);
|
|
177
|
+
if (intervalId.value) clearInterval(intervalId.value);
|
|
178
|
+
});
|
|
179
|
+
Vue.watchEffect(() => {
|
|
180
|
+
Vue.nextTick(() => {
|
|
181
|
+
handleScroll();
|
|
182
|
+
});
|
|
183
|
+
});
|
|
184
|
+
const affixStyle = Vue.computed(() => {
|
|
185
|
+
var _a, _b;
|
|
186
|
+
if (isFixed.value && ((_a = affixRef.value) == null ? void 0 : _a.offsetWidth)) {
|
|
187
|
+
return {
|
|
188
|
+
position: "fixed",
|
|
189
|
+
width: `${(_b = affixRef.value) == null ? void 0 : _b.offsetWidth}px`,
|
|
190
|
+
zIndex: props.zIndex,
|
|
191
|
+
[props.position]: `${props.offset + adjustedOffset.value}px`
|
|
192
|
+
};
|
|
193
|
+
}
|
|
194
|
+
return {
|
|
195
|
+
position: "relative"
|
|
196
|
+
};
|
|
197
|
+
});
|
|
198
|
+
return (_ctx, _cache) => {
|
|
199
|
+
const _directive_resize = Vue.resolveDirective("resize");
|
|
200
|
+
return Vue.openBlock(), Vue.createElementBlock("div", {
|
|
201
|
+
ref_key: "affixMainRef",
|
|
202
|
+
ref: affixMainRef,
|
|
203
|
+
class: "yx-affix",
|
|
204
|
+
style: Vue.normalizeStyle({ height: isFixed.value ? placeholderStyle.value.height : void 0 })
|
|
205
|
+
}, [
|
|
206
|
+
Vue.withDirectives((Vue.openBlock(), Vue.createElementBlock("div", {
|
|
207
|
+
ref_key: "affixRef",
|
|
208
|
+
ref: affixRef,
|
|
209
|
+
style: Vue.normalizeStyle(affixStyle.value),
|
|
210
|
+
class: Vue.normalizeClass([{
|
|
211
|
+
"is-fixed": isFixed.value,
|
|
212
|
+
"is-top": props.position === "top",
|
|
213
|
+
"is-bottom": props.position === "bottom"
|
|
214
|
+
}, "yx-affix-content"])
|
|
215
|
+
}, [
|
|
216
|
+
Vue.renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
217
|
+
], 6)), [
|
|
218
|
+
[_directive_resize, onResize]
|
|
219
|
+
])
|
|
220
|
+
], 4);
|
|
221
|
+
};
|
|
222
|
+
}
|
|
223
|
+
});
|
|
224
|
+
module.exports = _sfc_main;
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const Vue = require("vue");
|
|
3
|
+
const objectRender_vue_vue_type_script_setup_true_lang = require("../../object-render.vue.js");
|
|
4
|
+
const pageDesignTypes = require("../../../../utils/interfaces/page-design-types.js");
|
|
5
|
+
const eventUtil = require("../../../../utils/events/event-util.js");
|
|
6
|
+
const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
7
|
+
__name: "flex-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 runtimeStyle = runtimeInfo.style;
|
|
17
|
+
const runtimeClass = runtimeInfo.class;
|
|
18
|
+
const designProperty = Vue.ref(runtimeInfo.props ? runtimeInfo.props : {});
|
|
19
|
+
if (props.configure.items) {
|
|
20
|
+
const pageDimensions = props.pageContext && props.pageContext.dimensions ? props.pageContext.dimensions : pageDesignTypes.PageDimensions.PC;
|
|
21
|
+
for (let item of props.configure.items) {
|
|
22
|
+
const itemCommon = item.runtime && item.runtime.common ? item.runtime.common : {};
|
|
23
|
+
const sizeStyle = itemCommon.style ? itemCommon.style[pageDimensions + "_style"] : void 0;
|
|
24
|
+
const itemStyle = {};
|
|
25
|
+
if (sizeStyle) {
|
|
26
|
+
item.flexSpan = sizeStyle.flexSpan ? sizeStyle.flexSpan : -2;
|
|
27
|
+
Object.assign(itemStyle, sizeStyle);
|
|
28
|
+
delete itemStyle.height;
|
|
29
|
+
delete sizeStyle.width;
|
|
30
|
+
}
|
|
31
|
+
item.itemStyle = itemStyle;
|
|
32
|
+
if (itemCommon.style) {
|
|
33
|
+
itemCommon.style[pageDimensions + "_class"] = "";
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
Vue.onMounted(() => {
|
|
38
|
+
Vue.nextTick(() => {
|
|
39
|
+
eventUtil.handleAfterInitEvent(null, props.pageContext, props.configure, {
|
|
40
|
+
componentRef: thisRef.value,
|
|
41
|
+
entity: props.pageContext.entity.data,
|
|
42
|
+
pageData: props.pageContext.entity.page
|
|
43
|
+
});
|
|
44
|
+
});
|
|
45
|
+
});
|
|
46
|
+
return (_ctx, _cache) => {
|
|
47
|
+
const _component_el_col = Vue.resolveComponent("el-col");
|
|
48
|
+
const _component_el_row = Vue.resolveComponent("el-row");
|
|
49
|
+
return Vue.openBlock(), Vue.createBlock(_component_el_row, {
|
|
50
|
+
ref_key: "thisRef",
|
|
51
|
+
ref: thisRef,
|
|
52
|
+
justify: designProperty.value.flexJustify,
|
|
53
|
+
gutter: designProperty.value.flexGutter,
|
|
54
|
+
align: designProperty.value.alignItems,
|
|
55
|
+
style: Vue.normalizeStyle([{ "display": "flex" }, Vue.unref(runtimeStyle)]),
|
|
56
|
+
class: Vue.normalizeClass(Vue.unref(runtimeClass))
|
|
57
|
+
}, {
|
|
58
|
+
default: Vue.withCtx(() => [
|
|
59
|
+
(Vue.openBlock(true), Vue.createElementBlock(Vue.Fragment, null, Vue.renderList(_ctx.configure.items, (element, itemIndex) => {
|
|
60
|
+
return Vue.withDirectives((Vue.openBlock(), Vue.createBlock(_component_el_col, {
|
|
61
|
+
key: element.uuid,
|
|
62
|
+
style: Vue.normalizeStyle(element.itemStyle),
|
|
63
|
+
span: element.flexSpan
|
|
64
|
+
}, {
|
|
65
|
+
default: Vue.withCtx(() => [
|
|
66
|
+
Vue.createVNode(objectRender_vue_vue_type_script_setup_true_lang, {
|
|
67
|
+
pageContext: _ctx.pageContext,
|
|
68
|
+
configure: element
|
|
69
|
+
}, null, 8, ["pageContext", "configure"])
|
|
70
|
+
]),
|
|
71
|
+
_: 2
|
|
72
|
+
}, 1032, ["style", "span"])), [
|
|
73
|
+
[Vue.vShow, element._dynamicShowFlag]
|
|
74
|
+
]);
|
|
75
|
+
}), 128))
|
|
76
|
+
]),
|
|
77
|
+
_: 1
|
|
78
|
+
}, 8, ["justify", "gutter", "align", "style", "class"]);
|
|
79
|
+
};
|
|
80
|
+
}
|
|
81
|
+
});
|
|
82
|
+
module.exports = _sfc_main;
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const Vue = require("vue");
|
|
3
|
+
const objectRender_vue_vue_type_script_setup_true_lang = require("../../object-render.vue.js");
|
|
4
|
+
const pageDesignTypes = require("../../../../utils/interfaces/page-design-types.js");
|
|
5
|
+
const eventUtil = require("../../../../utils/events/event-util.js");
|
|
6
|
+
const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
7
|
+
__name: "form-runtime",
|
|
8
|
+
props: {
|
|
9
|
+
pageContext: {},
|
|
10
|
+
configure: {}
|
|
11
|
+
},
|
|
12
|
+
setup(__props) {
|
|
13
|
+
const props = __props;
|
|
14
|
+
if (!props.configure.items) {
|
|
15
|
+
props.configure.items = [];
|
|
16
|
+
}
|
|
17
|
+
const runtimeInfo = props.configure.runtime ? props.configure.runtime : {};
|
|
18
|
+
const runtimeProps = runtimeInfo.props ? runtimeInfo.props : {};
|
|
19
|
+
const runtimeStyle = Vue.ref(runtimeInfo.style ? runtimeInfo.style : {});
|
|
20
|
+
const runtimeClass = runtimeInfo.class;
|
|
21
|
+
const titleStyle = Vue.ref(runtimeInfo.titleStyle ? runtimeInfo.titleStyle : {});
|
|
22
|
+
const labelPosition = Vue.ref(runtimeProps.labelPosition);
|
|
23
|
+
const thisRef = Vue.ref(null);
|
|
24
|
+
const pageDimensionType = props.pageContext && props.pageContext.dimensions ? props.pageContext.dimensions : pageDesignTypes.PageDimensions.PC;
|
|
25
|
+
if (pageDimensionType && pageDimensionType === pageDesignTypes.PageDimensions.PHONE) {
|
|
26
|
+
labelPosition.value = "top";
|
|
27
|
+
}
|
|
28
|
+
Vue.onMounted(() => {
|
|
29
|
+
Vue.nextTick(() => {
|
|
30
|
+
eventUtil.handleFormEvent(null, props.pageContext, props.configure, "afterFormLoad", {
|
|
31
|
+
componentRef: thisRef.value,
|
|
32
|
+
entity: props.pageContext.entity.data,
|
|
33
|
+
pageData: props.pageContext.entity.page
|
|
34
|
+
});
|
|
35
|
+
});
|
|
36
|
+
});
|
|
37
|
+
return (_ctx, _cache) => {
|
|
38
|
+
const _component_el_form = Vue.resolveComponent("el-form");
|
|
39
|
+
return Vue.openBlock(), Vue.createElementBlock("div", null, [
|
|
40
|
+
Vue.createVNode(_component_el_form, {
|
|
41
|
+
ref_key: "thisRef",
|
|
42
|
+
ref: thisRef,
|
|
43
|
+
"label-width": Vue.unref(runtimeProps).labelWidth,
|
|
44
|
+
"label-position": labelPosition.value,
|
|
45
|
+
size: Vue.unref(runtimeProps).componentSize,
|
|
46
|
+
style: Vue.normalizeStyle(runtimeStyle.value),
|
|
47
|
+
class: Vue.normalizeClass(Vue.unref(runtimeClass))
|
|
48
|
+
}, {
|
|
49
|
+
default: Vue.withCtx(() => [
|
|
50
|
+
Vue.unref(runtimeProps).formTitle ? (Vue.openBlock(), Vue.createElementBlock("div", {
|
|
51
|
+
key: 0,
|
|
52
|
+
class: "amb-widget-form-title",
|
|
53
|
+
style: Vue.normalizeStyle(titleStyle.value)
|
|
54
|
+
}, Vue.toDisplayString(Vue.unref(runtimeProps).formTitle), 5)) : Vue.createCommentVNode("", true),
|
|
55
|
+
(Vue.openBlock(true), Vue.createElementBlock(Vue.Fragment, null, Vue.renderList(_ctx.configure.items, (element, itemIndex) => {
|
|
56
|
+
return Vue.openBlock(), Vue.createBlock(objectRender_vue_vue_type_script_setup_true_lang, {
|
|
57
|
+
key: element.uuid,
|
|
58
|
+
pageContext: _ctx.pageContext,
|
|
59
|
+
configure: element
|
|
60
|
+
}, null, 8, ["pageContext", "configure"]);
|
|
61
|
+
}), 128))
|
|
62
|
+
]),
|
|
63
|
+
_: 1
|
|
64
|
+
}, 8, ["label-width", "label-position", "size", "style", "class"])
|
|
65
|
+
]);
|
|
66
|
+
};
|
|
67
|
+
}
|
|
68
|
+
});
|
|
69
|
+
module.exports = _sfc_main;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const Vue = require("vue");
|
|
3
|
+
require("../../../../utils/global-refs.js");
|
|
4
|
+
const eventUtil = require("../../../../utils/events/event-util.js");
|
|
5
|
+
const _hoisted_1 = ["src"];
|
|
6
|
+
const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
7
|
+
__name: "iframe-runtime",
|
|
8
|
+
props: {
|
|
9
|
+
pageContext: {},
|
|
10
|
+
configure: {},
|
|
11
|
+
indexObj: {},
|
|
12
|
+
selectWidget: {}
|
|
13
|
+
},
|
|
14
|
+
setup(__props) {
|
|
15
|
+
const props = __props;
|
|
16
|
+
const thisRef = Vue.ref(null);
|
|
17
|
+
const runtimeInfo = props.configure.runtime ? props.configure.runtime : {};
|
|
18
|
+
const runtimeStyle = runtimeInfo.style;
|
|
19
|
+
const runtimeClass = 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
|
+
return Vue.openBlock(), Vue.createElementBlock("iframe", {
|
|
31
|
+
ref_key: "thisRef",
|
|
32
|
+
ref: thisRef,
|
|
33
|
+
src: _ctx.configure.props.src,
|
|
34
|
+
class: Vue.normalizeClass(["amb-widget-container-iframe", Vue.unref(runtimeClass)]),
|
|
35
|
+
style: Vue.normalizeStyle(Vue.unref(runtimeStyle))
|
|
36
|
+
}, null, 14, _hoisted_1);
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
});
|
|
40
|
+
module.exports = _sfc_main;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const tabsRuntime_vue_vue_type_script_setup_true_lang = require("./tabs-runtime.vue2.js");
|
|
3
|
+
;/* empty css */
|
|
4
|
+
const _pluginVue_exportHelper = require("../../../../../../_virtual/_plugin-vue_export-helper.js");
|
|
5
|
+
const tabsRuntime = /* @__PURE__ */ _pluginVue_exportHelper(tabsRuntime_vue_vue_type_script_setup_true_lang, [["__scopeId", "data-v-df9efce2"]]);
|
|
6
|
+
module.exports = tabsRuntime;
|