@omnia/tooling-vue 8.0.25-vnext → 8.0.26-vnext

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.
@@ -90,8 +90,11 @@ import wc0b2ee63495854227a082987161a9e641 from '../../../client/fx/ux/layoutcanv
90
90
  import wcf346db89a53b404690b1795429fb0162 from '../../../client/fx/ux/layoutcanvas/renderer/LayoutRendererCanvas';
91
91
  import wc6c2ac8bf4da44a2b8e544eaf5b42099f from '../../../client/fx/ux/limited-label/LimitedLabel';
92
92
  import wcf365f5cb3a694c20be7b96423bbc3eca from '../../../client/fx/ux/magiclink/MagicLink';
93
+ import wc744b3f31e00c4815b63ecaf638ad7a7a from '../../../client/fx/ux/markdown/MarkdownEditor';
94
+ import wcc8b990d01ddc45ab930b4409fc406435 from '../../../client/fx/ux/markdown/MarkdownRenderer';
93
95
  import wc2e8004b49c8d44dd8edb56ce884c2b57 from '../../../client/fx/ux/monaco/MonacoEditor';
94
96
  import wc7f06e68f94904b48b827b23acd148bec from '../../../client/fx/ux/optionpicker/OptionPicker';
97
+ import wc8e3534c9960c46b090f442e563d71265 from '../../../client/fx/ux/oxide/alignmentpicker/AlignmentPicker';
95
98
  import wc7fbf605e1ae24b21b0a9e35141aca17b from '../../../client/fx/ux/oxide/appbar/Appbar';
96
99
  import wc678a52a5101d41498d47754aeae5f9f6 from '../../../client/fx/ux/oxide/btn/Button';
97
100
  import wcbeb97ee8f2a94d1b86980b1736f82e20 from '../../../client/fx/ux/oxide/btntoggle/ButtonToggle';
@@ -198,8 +201,12 @@ import wc26f3558f4af24b198d2bc7a775166840 from '../../../client/fx/ux/user/UserP
198
201
  import wc21a1f20b3d404602853049c1c8b8da2f from '../../../client/fx/ux/userpresence/UserPresence';
199
202
  import wc30289e2b58ff48b0aabb3cb3732c3038 from '../../../client/fx/ux/usertypelayout/UserTypeLayoutRenderer';
200
203
  import wc5b26d2a399c041f3beae9c1115d6e8d8 from '../../../client/fx/ux/usertypelayout/UserTypeLayoutBladeBuilder';
201
- import wc80bd5b0978ea40439001d3d409236382 from '../../../client/fx/ux/velcron/blocks/VelcronBlock';
202
- import wce8526e8ed3f74e848e0dd747fd4d376d from '../../../client/fx/ux/velcron/blocks/VelcronBlockSettings';
204
+ import wccf8f32c9a70e408489a451caa80cd327 from '../../../client/fx/ux/velcron/blocks/content/ContentBlock';
205
+ import wcce1c0a7d513e45ee86564ec4235e712d from '../../../client/fx/ux/velcron/blocks/content/ContentBlockSettings';
206
+ import wc80bd5b0978ea40439001d3d409236382 from '../../../client/fx/ux/velcron/blocks/velcron/VelcronBlock';
207
+ import wce8526e8ed3f74e848e0dd747fd4d376d from '../../../client/fx/ux/velcron/blocks/velcron/VelcronBlockSettings';
208
+ import wcb197c5e805cc4d6bb3d012e258560b31 from '../../../client/fx/ux/velcron/components/definitionpicker/DefinitionPicker';
209
+ import wcdabd67ab338243858fe7d1ca24399995 from '../../../client/fx/ux/velcron/components/properties/VelcronProperties';
203
210
  import wc327aebb7d6ce4565bf119cf67e121d1a from '../../../client/fx/ux/velcron/editor/components/pickers/colorpicker/ColorPicker';
204
211
  import wc511447a5fd2646af910064ed9970d82e from '../../../client/fx/ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper';
205
212
  import wc3cd2da446d21461e8149e6c8334a36f4 from '../../../client/fx/ux/velcron/editor/components/pickers/ratiopicker/RatioPicker';
@@ -306,8 +313,11 @@ declare global {
306
313
  "omfx-layout-renderer-canvas": typeof wcf346db89a53b404690b1795429fb0162.propsDefinition & VueComponentBaseProps;
307
314
  "omfx-limited-label": typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f.propsDefinition & VueComponentBaseProps;
308
315
  "omfx-magiclink": typeof wcf365f5cb3a694c20be7b96423bbc3eca.propsDefinition & VueComponentBaseProps;
316
+ "omfx-markdown-editor": typeof wc744b3f31e00c4815b63ecaf638ad7a7a.propsDefinition & VueComponentBaseProps;
317
+ "omfx-markdown-renderer": typeof wcc8b990d01ddc45ab930b4409fc406435.propsDefinition & VueComponentBaseProps;
309
318
  "monaco-editor": typeof wc2e8004b49c8d44dd8edb56ce884c2b57.propsDefinition & VueComponentBaseProps;
310
319
  "omfx-option-picker": typeof wc7f06e68f94904b48b827b23acd148bec.propsDefinition & VueComponentBaseProps;
320
+ "o-alignment-picker": typeof wc8e3534c9960c46b090f442e563d71265.propsDefinition & VueComponentBaseProps;
311
321
  "o-app-bar": typeof wc7fbf605e1ae24b21b0a9e35141aca17b.propsDefinition & VueComponentBaseProps;
312
322
  "o-btn": typeof wc678a52a5101d41498d47754aeae5f9f6.propsDefinition & VueComponentBaseProps;
313
323
  "o-btn-toggle": typeof wcbeb97ee8f2a94d1b86980b1736f82e20.propsDefinition & VueComponentBaseProps;
@@ -414,8 +424,12 @@ declare global {
414
424
  "omfx-user-presence": typeof wc21a1f20b3d404602853049c1c8b8da2f.propsDefinition & VueComponentBaseProps;
415
425
  "omfx-usertype-layout-renderer": typeof wc30289e2b58ff48b0aabb3cb3732c3038.propsDefinition & VueComponentBaseProps;
416
426
  "omfx-usertype-layout-blade-builder": typeof wc5b26d2a399c041f3beae9c1115d6e8d8.propsDefinition & VueComponentBaseProps;
427
+ "omfx-content-block": typeof wccf8f32c9a70e408489a451caa80cd327.propsDefinition & VueComponentBaseProps;
428
+ "omfx-content-block-settings": typeof wcce1c0a7d513e45ee86564ec4235e712d.propsDefinition & VueComponentBaseProps;
417
429
  "omfx-velcron-block": typeof wc80bd5b0978ea40439001d3d409236382.propsDefinition & VueComponentBaseProps;
418
430
  "omfx-velcron-block-settings": typeof wce8526e8ed3f74e848e0dd747fd4d376d.propsDefinition & VueComponentBaseProps;
431
+ "omfx-velcron-definition-picker": typeof wcb197c5e805cc4d6bb3d012e258560b31.propsDefinition & VueComponentBaseProps;
432
+ "omfx-velcron-properties": typeof wcdabd67ab338243858fe7d1ca24399995.propsDefinition & VueComponentBaseProps;
419
433
  "omfx-color-picker-schema": typeof wc327aebb7d6ce4565bf119cf67e121d1a.propsDefinition & VueComponentBaseProps;
420
434
  "omfx-color-schema-mapper": typeof wc511447a5fd2646af910064ed9970d82e.propsDefinition & VueComponentBaseProps;
421
435
  "omfx-ratio-picker": typeof wc3cd2da446d21461e8149e6c8334a36f4.propsDefinition & VueComponentBaseProps;
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const fx_1 = require("@omnia/fx");
4
4
  (0, fx_1.extendApi)(api => api.fx.docs.registrations, api => {
5
- const registrations = { "o-btn": { "emits": {}, "models": {}, "props": { "icon": { "type": "ButtonIconOptions", "description": "Sets the icon to display on the button. If no text is provided the button will be displayed as an icon button" }, "text": { "type": "string", "description": "Specifies the text to display on the button" }, "variant": { "type": "ButtonVariant", "description": "Applies a distinct style to the component. Prominent should be used for call to action. Toolbar will create a transparent button to be used in toolbars." }, "overrides": { "type": "object", "description": "Sets the icon to display on the button. If no text is provided the button will be displayed as an icon button" }, "preset": { "type": "ButtonPreset", "description": "Sets the default values of the button to the specified preset. Preffered way of using the o-btn" }, "tooltip": { "type": "ButtonTooltipOptions", "description": "Sets tooltip to display when hovering the button" }, "size": { "type": "SizeType", "description": "Sets the size of the button" }, "grouped": { "type": "boolean", "description": "Adds spacing to the left of the button to group it with other buttons. Should be used when more than one button is displayed." }, "toned": { "type": "boolean", "description": "Applies a toned background to the button. Should be used when the button is displayed on a colored background." }, "active": { "type": "boolean", "description": "Controls the active state of the item. This is typically used to highlight the component." }, "loading": { "type": "boolean", "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar." }, "disabled": { "type": "boolean", "description": "Removes the ability to click or target the component." } }, "slots": {} }, "o-menu": { "emits": {}, "models": {}, "props": {}, "slots": { "activator": { "type": "() => VNodeChild", "description": "activator" } } }, "o-select": { "emits": { "click:button": { "type": "(value:any) => true", "description": "Emit a click event." } }, "models": {}, "props": {}, "slots": { "item": { "type": "(item:RenderingItem, index:Number) => VNodeChild", "description": "Define a custom item appearance" }, "selection": { "type": "(item:RenderingItem, index:Number) => VNodeChild", "description": "Define a custom selection appearance" } } }, "o-treeview": { "emits": {}, "models": {}, "props": { "items": { "type": "Array", "description": "An array of items to display in the treeview. Is hierarchical and can contain children. Can also control expanded or not." }, "expandOnSelection": { "type": "boolean", "description": "Defines if the treeview should expand when the title row is selected. Default is false and the arrow has to be clicked to expand the children." }, "multiple": { "type": "boolean", "description": "Changes select to multiple. Default is false." } }, "slots": { "itemAction": { "type": "(item:TreeViewItem, index:Number) => VNodeChild", "description": "Define a custom item action appearance" } } } };
5
+ const registrations = { "o-btn": { "emits": {}, "models": {}, "props": { "icon": { "type": "ButtonIconOptions", "description": "Sets the icon to display on the button. If no text is provided the button will be displayed as an icon button" }, "text": { "type": "string", "description": "Specifies the text to display on the button" }, "variant": { "type": "ButtonVariant", "description": "Applies a distinct style to the component. Prominent should be used for call to action. Toolbar will create a transparent button to be used in toolbars." }, "overrides": { "type": "object", "description": "Sets the icon to display on the button. If no text is provided the button will be displayed as an icon button" }, "preset": { "type": "ButtonPreset", "description": "Sets the default values of the button to the specified preset. Preffered way of using the o-btn" }, "tooltip": { "type": "ButtonTooltipOptions", "description": "Sets tooltip to display when hovering the button" }, "size": { "type": "SizeType", "description": "Sets the size of the button" }, "grouped": { "type": "boolean", "description": "Adds spacing to the left of the button to group it with other buttons. Should be used when more than one button is displayed." }, "toned": { "type": "boolean", "description": "Applies a toned background to the button. Should be used when the button is displayed on a colored background." }, "active": { "type": "boolean", "description": "Controls the active state of the item. This is typically used to highlight the component." }, "loading": { "type": "boolean", "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar." }, "disabled": { "type": "boolean", "description": "Removes the ability to click or target the component." } }, "slots": {} }, "o-menu": { "emits": {}, "models": {}, "props": {}, "slots": { "activator": { "type": "() => VNodeChild", "description": "activator" } } }, "o-select": { "emits": { "click:button": { "type": "(value:any) => true", "description": "Emit a click event." } }, "models": {}, "props": {}, "slots": { "item": { "type": "(item:RenderingItem, index:Number) => VNodeChild", "description": "Define a custom item appearance" }, "selection": { "type": "(item:RenderingItem, index:Number) => VNodeChild", "description": "Define a custom selection appearance" } } }, "o-treeview": { "emits": {}, "models": { "": { "type": "Array", "description": "An array of selected items" } }, "props": { "items": { "type": "Array", "description": "An array of items to display in the treeview. Is hierarchical and can contain children. Can also control expanded or not." }, "expandOnSelection": { "type": "boolean", "description": "Defines if the treeview should expand when the title row is selected. Default is false and the arrow has to be clicked to expand the children." }, "multiple": { "type": "boolean", "description": "Changes select to multiple. Default is false." } }, "slots": { "itemAction": { "type": "(item:TreeViewItem, index:Number) => VNodeChild", "description": "Define a custom item action appearance" } } } };
6
6
  Object.keys(registrations).forEach(elementName => {
7
7
  api.register(elementName, registrations[elementName]);
8
8
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/tooling-vue",
3
3
  "license": "MIT",
4
- "version": "8.0.25-vnext",
4
+ "version": "8.0.26-vnext",
5
5
  "description": "Used to bundle and serve manifests web component that build on Vue framework.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -19,8 +19,8 @@
19
19
  ],
20
20
  "author": "Precio Fishbone",
21
21
  "dependencies": {
22
- "@omnia/fx-models": "8.0.25-vnext",
23
- "@omnia/tooling-composers": "8.0.25-vnext",
22
+ "@omnia/fx-models": "8.0.26-vnext",
23
+ "@omnia/tooling-composers": "8.0.26-vnext",
24
24
  "@types/mousetrap": "1.5.34",
25
25
  "@types/quill": "1.3.6",
26
26
  "@types/zepto": "1.0.29",
@@ -45,7 +45,7 @@
45
45
  "prettier": "1.17.0",
46
46
  "typestyle": "2.4.0",
47
47
  "url-loader": "4.1.1",
48
- "webpack": "5.76.1",
48
+ "webpack": "5.82.0",
49
49
  "webpack-core": "0.6.9",
50
50
  "webpack-dev-middleware": "5.3.1",
51
51
  "webpack-merge": "5.8.0",
@@ -56,7 +56,7 @@
56
56
  "es6-promise": "4.2.4",
57
57
  "hash-sum": "1.0.2",
58
58
  "lodash": "4.17.21",
59
- "vite": "4.3.1",
59
+ "vite": "4.3.4",
60
60
  "vite-plugin-inspect": "0.7.23",
61
61
  "appdata-path": "1.0.0",
62
62
  "json-parse-better-errors": "1.0.2"