@omnia/tooling-vue 8.0.33-vnext → 8.0.35-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.
package/internal-do-not-import-from-here/bb000000-0000-bbbb-0000-0000000000bb.wctypings.d.ts
CHANGED
|
@@ -112,6 +112,7 @@ import wc994b0ed2b0794f928849a3fb5c52c70a from '../../../client/fx/ux/oxide/main
|
|
|
112
112
|
import wce688539435a64ccf8569a6e05020ca94 from '../../../client/fx/ux/oxide/menu/Menu';
|
|
113
113
|
import wcd17d504fd4874d8bb50ab6a946859546 from '../../../client/fx/ux/oxide/navigationdrawer/NavigationDrawer';
|
|
114
114
|
import wcc51213da3caa4607b2fa435ae0c7acbf from '../../../client/fx/ux/oxide/panel/Panel';
|
|
115
|
+
import wc61e392c374cf4be6b9a1457b79a715ed from '../../../client/fx/ux/oxide/progress/Progress';
|
|
115
116
|
import wc6c9f088f52de491bbe36933530a1880a from '../../../client/fx/ux/oxide/radio/RadioGroup';
|
|
116
117
|
import wca156e0af12b3464082a7e9fd2cdab84a from '../../../client/fx/ux/oxide/radio/Radio';
|
|
117
118
|
import wc87b50e67ce504ec292925641cfb29016 from '../../../client/fx/ux/oxide/select/Select';
|
|
@@ -353,6 +354,7 @@ declare global {
|
|
|
353
354
|
"o-menu": typeof wce688539435a64ccf8569a6e05020ca94.propsDefinition & VueComponentBaseProps;
|
|
354
355
|
"o-navigation-drawer": typeof wcd17d504fd4874d8bb50ab6a946859546.propsDefinition & VueComponentBaseProps;
|
|
355
356
|
"o-panel": typeof wcc51213da3caa4607b2fa435ae0c7acbf.propsDefinition & VueComponentBaseProps;
|
|
357
|
+
"o-progress": typeof wc61e392c374cf4be6b9a1457b79a715ed.propsDefinition & VueComponentBaseProps;
|
|
356
358
|
"o-radio-group": typeof wc6c9f088f52de491bbe36933530a1880a.propsDefinition & VueComponentBaseProps;
|
|
357
359
|
"o-radio": typeof wca156e0af12b3464082a7e9fd2cdab84a.propsDefinition & VueComponentBaseProps;
|
|
358
360
|
"o-select": typeof wc87b50e67ce504ec292925641cfb29016.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." }, "block": { "type": "boolean", "description": "Block buttons extend the full width of their container. This is useful for creating buttons that span the full width of a card or dialog" } }, "slots": {} }, "o-btn-group": { "emits": {}, "models": {}, "props": {}, "slots": { "activator": { "type": "() => VNodeChild", "description": "activator" } } }, "o-menu": { "emits": {}, "models": {}, "props": { "localtion": { "type": "Location", "description": "Designates where the menu should be placed" }, "openOnHover": { "type": "boolean", "description": "Designates whether menu should open on hover or not" } }, "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" } } } };
|
|
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." }, "block": { "type": "boolean", "description": "Block buttons extend the full width of their container. This is useful for creating buttons that span the full width of a card or dialog" } }, "slots": {} }, "o-btn-group": { "emits": {}, "models": {}, "props": {}, "slots": { "activator": { "type": "() => VNodeChild", "description": "activator" } } }, "o-menu": { "emits": {}, "models": {}, "props": { "localtion": { "type": "Location", "description": "Designates where the menu should be placed" }, "openOnHover": { "type": "boolean", "description": "Designates whether menu should open on hover or not" } }, "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-toolbar": { "emits": {}, "models": {}, "props": { "title": { "type": "string", "description": "The title of the toolbar" }, "subTitle": { "type": "string", "description": "Sub title of the toolbar" }, "icon": { "type": "IIcon", "description": "The icon of the toolbar" }, "closeButton": { "type": "boolean", "description": "If true, a close button will be rendered in the toolbar" }, "backButton": { "type": "boolean", "description": "If true, a back button will be rendered in the toolbar" } }, "slots": {} }, "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.
|
|
4
|
+
"version": "8.0.35-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.
|
|
23
|
-
"@omnia/tooling-composers": "8.0.
|
|
22
|
+
"@omnia/fx-models": "8.0.35-vnext",
|
|
23
|
+
"@omnia/tooling-composers": "8.0.35-vnext",
|
|
24
24
|
"@types/mousetrap": "1.5.34",
|
|
25
25
|
"@types/quill": "1.3.6",
|
|
26
26
|
"@types/zepto": "1.0.29",
|