super-page-runtime 1.0.8 → 1.0.9

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.
@@ -1,8 +1,5 @@
1
- import { App } from 'vue';
2
1
  import { default as SuperPage } from './components/runtime';
3
2
  import { default as SuperPageDialog } from './components/super-page-dialog';
4
3
  import { default as WfEditor } from './components/wf-editor';
5
4
 
6
- declare const install: (app: App) => void;
7
5
  export { SuperPage, SuperPageDialog, WfEditor };
8
- export default install;
package/dist/es/index.js CHANGED
@@ -1,15 +1,8 @@
1
- import _sfc_main from "./components/runtime/views/super-page.vue.js";
2
- import _sfc_main$1 from "./components/super-page-dialog/super-page-dialog.vue.js";
3
- import WfEditor from "./components/wf-editor/wf-editor.vue.js";
4
- const components = [_sfc_main, _sfc_main$1, WfEditor];
5
- const install = (app) => {
6
- components.forEach((component) => {
7
- app.component(component.name, component);
8
- });
9
- };
1
+ import { default as default2 } from "./components/runtime/views/super-page.vue.js";
2
+ import { default as default3 } from "./components/super-page-dialog/super-page-dialog.vue.js";
3
+ import { default as default4 } from "./components/wf-editor/wf-editor.vue.js";
10
4
  export {
11
- _sfc_main as SuperPage,
12
- _sfc_main$1 as SuperPageDialog,
13
- WfEditor,
14
- install as default
5
+ default2 as SuperPage,
6
+ default3 as SuperPageDialog,
7
+ default4 as WfEditor
15
8
  };
@@ -1,8 +1,5 @@
1
- import { App } from 'vue';
2
1
  import { default as SuperPage } from './components/runtime';
3
2
  import { default as SuperPageDialog } from './components/super-page-dialog';
4
3
  import { default as WfEditor } from './components/wf-editor';
5
4
 
6
- declare const install: (app: App) => void;
7
5
  export { SuperPage, SuperPageDialog, WfEditor };
8
- export default install;
package/dist/lib/index.js CHANGED
@@ -1,15 +1,8 @@
1
1
  "use strict";
2
- Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const superPage_vue_vue_type_script_setup_true_lang = require("./components/runtime/views/super-page.vue.js");
4
4
  const superPageDialog_vue_vue_type_script_setup_true_lang = require("./components/super-page-dialog/super-page-dialog.vue.js");
5
5
  const wfEditor = require("./components/wf-editor/wf-editor.vue.js");
6
- const components = [superPage_vue_vue_type_script_setup_true_lang, superPageDialog_vue_vue_type_script_setup_true_lang, wfEditor];
7
- const install = (app) => {
8
- components.forEach((component) => {
9
- app.component(component.name, component);
10
- });
11
- };
12
6
  exports.SuperPage = superPage_vue_vue_type_script_setup_true_lang;
13
7
  exports.SuperPageDialog = superPageDialog_vue_vue_type_script_setup_true_lang;
14
8
  exports.WfEditor = wfEditor;
15
- exports.default = install;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "super-page-runtime",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "AgileBuilder super page runtime",
5
5
  "license": "ISC",
6
6
  "main": "dist/lib/index.js",