@omnia/tooling-vue 8.0.26-vnext → 8.0.27-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
|
@@ -97,6 +97,7 @@ import wc7f06e68f94904b48b827b23acd148bec from '../../../client/fx/ux/optionpick
|
|
|
97
97
|
import wc8e3534c9960c46b090f442e563d71265 from '../../../client/fx/ux/oxide/alignmentpicker/AlignmentPicker';
|
|
98
98
|
import wc7fbf605e1ae24b21b0a9e35141aca17b from '../../../client/fx/ux/oxide/appbar/Appbar';
|
|
99
99
|
import wc678a52a5101d41498d47754aeae5f9f6 from '../../../client/fx/ux/oxide/btn/Button';
|
|
100
|
+
import wc07d25314740f40058782f3123ea1c388 from '../../../client/fx/ux/oxide/btngroup/ButtonGroup';
|
|
100
101
|
import wcbeb97ee8f2a94d1b86980b1736f82e20 from '../../../client/fx/ux/oxide/btntoggle/ButtonToggle';
|
|
101
102
|
import wcffc99f8d26ae4caf84ece7c13463b6c5 from '../../../client/fx/ux/oxide/card/Card';
|
|
102
103
|
import wccd6b8d55c18546d4b1d8c4d9e1d89106 from '../../../client/fx/ux/oxide/checkbox/Checkbox';
|
|
@@ -320,6 +321,7 @@ declare global {
|
|
|
320
321
|
"o-alignment-picker": typeof wc8e3534c9960c46b090f442e563d71265.propsDefinition & VueComponentBaseProps;
|
|
321
322
|
"o-app-bar": typeof wc7fbf605e1ae24b21b0a9e35141aca17b.propsDefinition & VueComponentBaseProps;
|
|
322
323
|
"o-btn": typeof wc678a52a5101d41498d47754aeae5f9f6.propsDefinition & VueComponentBaseProps;
|
|
324
|
+
"o-btn-group": typeof wc07d25314740f40058782f3123ea1c388.propsDefinition & VueComponentBaseProps;
|
|
323
325
|
"o-btn-toggle": typeof wcbeb97ee8f2a94d1b86980b1736f82e20.propsDefinition & VueComponentBaseProps;
|
|
324
326
|
"o-card": typeof wcffc99f8d26ae4caf84ece7c13463b6c5.propsDefinition & VueComponentBaseProps;
|
|
325
327
|
"o-checkbox": typeof wccd6b8d55c18546d4b1d8c4d9e1d89106.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": { "": { "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": {}, "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.
|
|
4
|
+
"version": "8.0.27-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.27-vnext",
|
|
23
|
+
"@omnia/tooling-composers": "8.0.27-vnext",
|
|
24
24
|
"@types/mousetrap": "1.5.34",
|
|
25
25
|
"@types/quill": "1.3.6",
|
|
26
26
|
"@types/zepto": "1.0.29",
|