@beeq/vue 1.0.1 → 1.1.0
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/package.json +2 -2
- package/src/components.d.ts +39 -39
- package/src/components.js +80 -39
- package/src/components.js.map +1 -1
- package/src/plugin.js +13 -1
- package/src/plugin.js.map +1 -1
- package/src/vue-component-lib/utils.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@beeq/vue",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Vue specific wrapper for BEEQ Design System components",
|
|
6
6
|
"main": "./src/index.js",
|
|
7
7
|
"module": "./src/index.js",
|
|
8
8
|
"types": "./src/index.d.ts",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@beeq/core": "
|
|
10
|
+
"@beeq/core": "^1.0.1",
|
|
11
11
|
"tslib": "^2.3.0"
|
|
12
12
|
},
|
|
13
13
|
"peerDependencies": {
|
package/src/components.d.ts
CHANGED
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
import type { JSX } from '@beeq/core';
|
|
2
|
-
export declare const BqAccordion: (
|
|
3
|
-
export declare const BqAccordionGroup: (
|
|
4
|
-
export declare const BqAlert: (
|
|
5
|
-
export declare const BqAvatar: (
|
|
6
|
-
export declare const BqBadge: (
|
|
7
|
-
export declare const BqBreadcrumb: (
|
|
8
|
-
export declare const BqBreadcrumbItem: (
|
|
9
|
-
export declare const BqButton: (
|
|
10
|
-
export declare const BqCard: (
|
|
11
|
-
export declare const BqCheckbox: (
|
|
12
|
-
export declare const BqDialog: (
|
|
13
|
-
export declare const BqDivider: (
|
|
14
|
-
export declare const BqDropdown: (
|
|
15
|
-
export declare const BqEmptyState: (
|
|
16
|
-
export declare const BqIcon: (
|
|
17
|
-
export declare const BqInput: (
|
|
18
|
-
export declare const BqNotification: (
|
|
19
|
-
export declare const BqOption: (
|
|
20
|
-
export declare const BqOptionGroup: (
|
|
21
|
-
export declare const BqOptionList: (
|
|
22
|
-
export declare const BqPanel: (
|
|
23
|
-
export declare const BqRadio: (
|
|
24
|
-
export declare const BqRadioGroup: (
|
|
25
|
-
export declare const BqSelect: (
|
|
26
|
-
export declare const BqSideMenu: (
|
|
27
|
-
export declare const BqSideMenuItem: (
|
|
28
|
-
export declare const BqSlider: (
|
|
29
|
-
export declare const BqSpinner: (
|
|
30
|
-
export declare const BqStatus: (
|
|
31
|
-
export declare const BqStepItem: (
|
|
32
|
-
export declare const BqSteps: (
|
|
33
|
-
export declare const BqSwitch: (
|
|
34
|
-
export declare const BqTab: (
|
|
35
|
-
export declare const BqTabGroup: (
|
|
36
|
-
export declare const BqTag: (
|
|
37
|
-
export declare const BqTextarea: (
|
|
38
|
-
export declare const BqToast: (
|
|
39
|
-
export declare const BqTooltip: (
|
|
1
|
+
import type { JSX } from '@beeq/core/dist/components';
|
|
2
|
+
export declare const BqAccordion: import("vue").DefineSetupFnComponent<JSX.BqAccordion & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.BqAccordion & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
3
|
+
export declare const BqAccordionGroup: import("vue").DefineSetupFnComponent<JSX.BqAccordionGroup & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.BqAccordionGroup & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
4
|
+
export declare const BqAlert: import("vue").DefineSetupFnComponent<JSX.BqAlert & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.BqAlert & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
5
|
+
export declare const BqAvatar: import("vue").DefineSetupFnComponent<JSX.BqAvatar & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.BqAvatar & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
6
|
+
export declare const BqBadge: import("vue").DefineSetupFnComponent<JSX.BqBadge & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.BqBadge & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
7
|
+
export declare const BqBreadcrumb: import("vue").DefineSetupFnComponent<JSX.BqBreadcrumb & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.BqBreadcrumb & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
8
|
+
export declare const BqBreadcrumbItem: import("vue").DefineSetupFnComponent<JSX.BqBreadcrumbItem & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.BqBreadcrumbItem & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
9
|
+
export declare const BqButton: import("vue").DefineSetupFnComponent<JSX.BqButton & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.BqButton & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
10
|
+
export declare const BqCard: import("vue").DefineSetupFnComponent<JSX.BqCard & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.BqCard & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
11
|
+
export declare const BqCheckbox: import("vue").DefineSetupFnComponent<JSX.BqCheckbox & import("./vue-component-lib/utils").InputProps<boolean>, {}, {}, JSX.BqCheckbox & import("./vue-component-lib/utils").InputProps<boolean> & {}, import("vue").PublicProps>;
|
|
12
|
+
export declare const BqDialog: import("vue").DefineSetupFnComponent<JSX.BqDialog & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.BqDialog & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
13
|
+
export declare const BqDivider: import("vue").DefineSetupFnComponent<JSX.BqDivider & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.BqDivider & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
14
|
+
export declare const BqDropdown: import("vue").DefineSetupFnComponent<JSX.BqDropdown & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.BqDropdown & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
15
|
+
export declare const BqEmptyState: import("vue").DefineSetupFnComponent<JSX.BqEmptyState & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.BqEmptyState & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
16
|
+
export declare const BqIcon: import("vue").DefineSetupFnComponent<JSX.BqIcon & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.BqIcon & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
17
|
+
export declare const BqInput: import("vue").DefineSetupFnComponent<JSX.BqInput & import("./vue-component-lib/utils").InputProps<import("@beeq/core/dist/components").TInputValue>, {}, {}, JSX.BqInput & import("./vue-component-lib/utils").InputProps<import("@beeq/core/dist/components").TInputValue> & {}, import("vue").PublicProps>;
|
|
18
|
+
export declare const BqNotification: import("vue").DefineSetupFnComponent<JSX.BqNotification & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.BqNotification & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
19
|
+
export declare const BqOption: import("vue").DefineSetupFnComponent<JSX.BqOption & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.BqOption & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
20
|
+
export declare const BqOptionGroup: import("vue").DefineSetupFnComponent<JSX.BqOptionGroup & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.BqOptionGroup & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
21
|
+
export declare const BqOptionList: import("vue").DefineSetupFnComponent<JSX.BqOptionList & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.BqOptionList & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
22
|
+
export declare const BqPanel: import("vue").DefineSetupFnComponent<JSX.BqPanel & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.BqPanel & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
23
|
+
export declare const BqRadio: import("vue").DefineSetupFnComponent<JSX.BqRadio & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.BqRadio & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
24
|
+
export declare const BqRadioGroup: import("vue").DefineSetupFnComponent<JSX.BqRadioGroup & import("./vue-component-lib/utils").InputProps<string>, {}, {}, JSX.BqRadioGroup & import("./vue-component-lib/utils").InputProps<string> & {}, import("vue").PublicProps>;
|
|
25
|
+
export declare const BqSelect: import("vue").DefineSetupFnComponent<JSX.BqSelect & import("./vue-component-lib/utils").InputProps<import("@beeq/core/dist/components").TInputValue>, {}, {}, JSX.BqSelect & import("./vue-component-lib/utils").InputProps<import("@beeq/core/dist/components").TInputValue> & {}, import("vue").PublicProps>;
|
|
26
|
+
export declare const BqSideMenu: import("vue").DefineSetupFnComponent<JSX.BqSideMenu & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.BqSideMenu & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
27
|
+
export declare const BqSideMenuItem: import("vue").DefineSetupFnComponent<JSX.BqSideMenuItem & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.BqSideMenuItem & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
28
|
+
export declare const BqSlider: import("vue").DefineSetupFnComponent<JSX.BqSlider & import("./vue-component-lib/utils").InputProps<string | number | number[]>, {}, {}, JSX.BqSlider & import("./vue-component-lib/utils").InputProps<string | number | number[]> & {}, import("vue").PublicProps>;
|
|
29
|
+
export declare const BqSpinner: import("vue").DefineSetupFnComponent<JSX.BqSpinner & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.BqSpinner & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
30
|
+
export declare const BqStatus: import("vue").DefineSetupFnComponent<JSX.BqStatus & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.BqStatus & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
31
|
+
export declare const BqStepItem: import("vue").DefineSetupFnComponent<JSX.BqStepItem & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.BqStepItem & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
32
|
+
export declare const BqSteps: import("vue").DefineSetupFnComponent<JSX.BqSteps & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.BqSteps & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
33
|
+
export declare const BqSwitch: import("vue").DefineSetupFnComponent<JSX.BqSwitch & import("./vue-component-lib/utils").InputProps<boolean>, {}, {}, JSX.BqSwitch & import("./vue-component-lib/utils").InputProps<boolean> & {}, import("vue").PublicProps>;
|
|
34
|
+
export declare const BqTab: import("vue").DefineSetupFnComponent<JSX.BqTab & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.BqTab & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
35
|
+
export declare const BqTabGroup: import("vue").DefineSetupFnComponent<JSX.BqTabGroup & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.BqTabGroup & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
36
|
+
export declare const BqTag: import("vue").DefineSetupFnComponent<JSX.BqTag & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.BqTag & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
37
|
+
export declare const BqTextarea: import("vue").DefineSetupFnComponent<JSX.BqTextarea & import("./vue-component-lib/utils").InputProps<string>, {}, {}, JSX.BqTextarea & import("./vue-component-lib/utils").InputProps<string> & {}, import("vue").PublicProps>;
|
|
38
|
+
export declare const BqToast: import("vue").DefineSetupFnComponent<JSX.BqToast & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.BqToast & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
39
|
+
export declare const BqTooltip: import("vue").DefineSetupFnComponent<JSX.BqTooltip & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.BqTooltip & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
package/src/components.js
CHANGED
|
@@ -2,7 +2,45 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* auto-generated vue proxies */
|
|
4
4
|
import { defineContainer } from './vue-component-lib/utils';
|
|
5
|
-
|
|
5
|
+
import { defineCustomElement as defineBqAccordion } from '@beeq/core/dist/components/bq-accordion.js';
|
|
6
|
+
import { defineCustomElement as defineBqAccordionGroup } from '@beeq/core/dist/components/bq-accordion-group.js';
|
|
7
|
+
import { defineCustomElement as defineBqAlert } from '@beeq/core/dist/components/bq-alert.js';
|
|
8
|
+
import { defineCustomElement as defineBqAvatar } from '@beeq/core/dist/components/bq-avatar.js';
|
|
9
|
+
import { defineCustomElement as defineBqBadge } from '@beeq/core/dist/components/bq-badge.js';
|
|
10
|
+
import { defineCustomElement as defineBqBreadcrumb } from '@beeq/core/dist/components/bq-breadcrumb.js';
|
|
11
|
+
import { defineCustomElement as defineBqBreadcrumbItem } from '@beeq/core/dist/components/bq-breadcrumb-item.js';
|
|
12
|
+
import { defineCustomElement as defineBqButton } from '@beeq/core/dist/components/bq-button.js';
|
|
13
|
+
import { defineCustomElement as defineBqCard } from '@beeq/core/dist/components/bq-card.js';
|
|
14
|
+
import { defineCustomElement as defineBqCheckbox } from '@beeq/core/dist/components/bq-checkbox.js';
|
|
15
|
+
import { defineCustomElement as defineBqDialog } from '@beeq/core/dist/components/bq-dialog.js';
|
|
16
|
+
import { defineCustomElement as defineBqDivider } from '@beeq/core/dist/components/bq-divider.js';
|
|
17
|
+
import { defineCustomElement as defineBqDropdown } from '@beeq/core/dist/components/bq-dropdown.js';
|
|
18
|
+
import { defineCustomElement as defineBqEmptyState } from '@beeq/core/dist/components/bq-empty-state.js';
|
|
19
|
+
import { defineCustomElement as defineBqIcon } from '@beeq/core/dist/components/bq-icon.js';
|
|
20
|
+
import { defineCustomElement as defineBqInput } from '@beeq/core/dist/components/bq-input.js';
|
|
21
|
+
import { defineCustomElement as defineBqNotification } from '@beeq/core/dist/components/bq-notification.js';
|
|
22
|
+
import { defineCustomElement as defineBqOption } from '@beeq/core/dist/components/bq-option.js';
|
|
23
|
+
import { defineCustomElement as defineBqOptionGroup } from '@beeq/core/dist/components/bq-option-group.js';
|
|
24
|
+
import { defineCustomElement as defineBqOptionList } from '@beeq/core/dist/components/bq-option-list.js';
|
|
25
|
+
import { defineCustomElement as defineBqPanel } from '@beeq/core/dist/components/bq-panel.js';
|
|
26
|
+
import { defineCustomElement as defineBqRadio } from '@beeq/core/dist/components/bq-radio.js';
|
|
27
|
+
import { defineCustomElement as defineBqRadioGroup } from '@beeq/core/dist/components/bq-radio-group.js';
|
|
28
|
+
import { defineCustomElement as defineBqSelect } from '@beeq/core/dist/components/bq-select.js';
|
|
29
|
+
import { defineCustomElement as defineBqSideMenu } from '@beeq/core/dist/components/bq-side-menu.js';
|
|
30
|
+
import { defineCustomElement as defineBqSideMenuItem } from '@beeq/core/dist/components/bq-side-menu-item.js';
|
|
31
|
+
import { defineCustomElement as defineBqSlider } from '@beeq/core/dist/components/bq-slider.js';
|
|
32
|
+
import { defineCustomElement as defineBqSpinner } from '@beeq/core/dist/components/bq-spinner.js';
|
|
33
|
+
import { defineCustomElement as defineBqStatus } from '@beeq/core/dist/components/bq-status.js';
|
|
34
|
+
import { defineCustomElement as defineBqStepItem } from '@beeq/core/dist/components/bq-step-item.js';
|
|
35
|
+
import { defineCustomElement as defineBqSteps } from '@beeq/core/dist/components/bq-steps.js';
|
|
36
|
+
import { defineCustomElement as defineBqSwitch } from '@beeq/core/dist/components/bq-switch.js';
|
|
37
|
+
import { defineCustomElement as defineBqTab } from '@beeq/core/dist/components/bq-tab.js';
|
|
38
|
+
import { defineCustomElement as defineBqTabGroup } from '@beeq/core/dist/components/bq-tab-group.js';
|
|
39
|
+
import { defineCustomElement as defineBqTag } from '@beeq/core/dist/components/bq-tag.js';
|
|
40
|
+
import { defineCustomElement as defineBqTextarea } from '@beeq/core/dist/components/bq-textarea.js';
|
|
41
|
+
import { defineCustomElement as defineBqToast } from '@beeq/core/dist/components/bq-toast.js';
|
|
42
|
+
import { defineCustomElement as defineBqTooltip } from '@beeq/core/dist/components/bq-tooltip.js';
|
|
43
|
+
export const BqAccordion = /*@__PURE__*/ defineContainer('bq-accordion', defineBqAccordion, [
|
|
6
44
|
'appearance',
|
|
7
45
|
'disabled',
|
|
8
46
|
'expanded',
|
|
@@ -12,11 +50,13 @@ export const BqAccordion = /*@__PURE__*/ defineContainer('bq-accordion', undefin
|
|
|
12
50
|
'bqFocus',
|
|
13
51
|
'bqBlur'
|
|
14
52
|
]);
|
|
15
|
-
export const BqAccordionGroup = /*@__PURE__*/ defineContainer('bq-accordion-group',
|
|
53
|
+
export const BqAccordionGroup = /*@__PURE__*/ defineContainer('bq-accordion-group', defineBqAccordionGroup, [
|
|
16
54
|
'expandAll',
|
|
17
|
-
'multiple'
|
|
55
|
+
'multiple',
|
|
56
|
+
'appearance',
|
|
57
|
+
'size'
|
|
18
58
|
]);
|
|
19
|
-
export const BqAlert = /*@__PURE__*/ defineContainer('bq-alert',
|
|
59
|
+
export const BqAlert = /*@__PURE__*/ defineContainer('bq-alert', defineBqAlert, [
|
|
20
60
|
'autoDismiss',
|
|
21
61
|
'border',
|
|
22
62
|
'disableClose',
|
|
@@ -30,7 +70,7 @@ export const BqAlert = /*@__PURE__*/ defineContainer('bq-alert', undefined, [
|
|
|
30
70
|
'bqAfterOpen',
|
|
31
71
|
'bqAfterClose'
|
|
32
72
|
]);
|
|
33
|
-
export const BqAvatar = /*@__PURE__*/ defineContainer('bq-avatar',
|
|
73
|
+
export const BqAvatar = /*@__PURE__*/ defineContainer('bq-avatar', defineBqAvatar, [
|
|
34
74
|
'altText',
|
|
35
75
|
'image',
|
|
36
76
|
'label',
|
|
@@ -38,18 +78,18 @@ export const BqAvatar = /*@__PURE__*/ defineContainer('bq-avatar', undefined, [
|
|
|
38
78
|
'shape',
|
|
39
79
|
'size'
|
|
40
80
|
]);
|
|
41
|
-
export const BqBadge = /*@__PURE__*/ defineContainer('bq-badge',
|
|
81
|
+
export const BqBadge = /*@__PURE__*/ defineContainer('bq-badge', defineBqBadge, [
|
|
42
82
|
'backgroundColor',
|
|
43
83
|
'textColor',
|
|
44
84
|
'size'
|
|
45
85
|
]);
|
|
46
|
-
export const BqBreadcrumb = /*@__PURE__*/ defineContainer('bq-breadcrumb',
|
|
86
|
+
export const BqBreadcrumb = /*@__PURE__*/ defineContainer('bq-breadcrumb', defineBqBreadcrumb, [
|
|
47
87
|
'ariaLabel',
|
|
48
88
|
'bqBreadcrumbBlur',
|
|
49
89
|
'bqBreadcrumbFocus',
|
|
50
90
|
'bqBreadcrumbClick'
|
|
51
91
|
]);
|
|
52
|
-
export const BqBreadcrumbItem = /*@__PURE__*/ defineContainer('bq-breadcrumb-item',
|
|
92
|
+
export const BqBreadcrumbItem = /*@__PURE__*/ defineContainer('bq-breadcrumb-item', defineBqBreadcrumbItem, [
|
|
53
93
|
'ariaLabel',
|
|
54
94
|
'isLastItem',
|
|
55
95
|
'href',
|
|
@@ -59,7 +99,7 @@ export const BqBreadcrumbItem = /*@__PURE__*/ defineContainer('bq-breadcrumb-ite
|
|
|
59
99
|
'bqFocus',
|
|
60
100
|
'bqClick'
|
|
61
101
|
]);
|
|
62
|
-
export const BqButton = /*@__PURE__*/ defineContainer('bq-button',
|
|
102
|
+
export const BqButton = /*@__PURE__*/ defineContainer('bq-button', defineBqButton, [
|
|
63
103
|
'appearance',
|
|
64
104
|
'block',
|
|
65
105
|
'border',
|
|
@@ -76,11 +116,11 @@ export const BqButton = /*@__PURE__*/ defineContainer('bq-button', undefined, [
|
|
|
76
116
|
'bqFocus',
|
|
77
117
|
'bqClick'
|
|
78
118
|
]);
|
|
79
|
-
export const BqCard = /*@__PURE__*/ defineContainer('bq-card',
|
|
119
|
+
export const BqCard = /*@__PURE__*/ defineContainer('bq-card', defineBqCard, [
|
|
80
120
|
'type',
|
|
81
121
|
'border'
|
|
82
122
|
]);
|
|
83
|
-
export const BqCheckbox = /*@__PURE__*/ defineContainer('bq-checkbox',
|
|
123
|
+
export const BqCheckbox = /*@__PURE__*/ defineContainer('bq-checkbox', defineBqCheckbox, [
|
|
84
124
|
'backgroundOnHover',
|
|
85
125
|
'formId',
|
|
86
126
|
'checked',
|
|
@@ -93,7 +133,7 @@ export const BqCheckbox = /*@__PURE__*/ defineContainer('bq-checkbox', undefined
|
|
|
93
133
|
'bqFocus',
|
|
94
134
|
'bqBlur'
|
|
95
135
|
], 'checked', 'bqChange');
|
|
96
|
-
export const BqDialog = /*@__PURE__*/ defineContainer('bq-dialog',
|
|
136
|
+
export const BqDialog = /*@__PURE__*/ defineContainer('bq-dialog', defineBqDialog, [
|
|
97
137
|
'border',
|
|
98
138
|
'disableBackdrop',
|
|
99
139
|
'disableCloseEscKeydown',
|
|
@@ -108,7 +148,7 @@ export const BqDialog = /*@__PURE__*/ defineContainer('bq-dialog', undefined, [
|
|
|
108
148
|
'bqAfterOpen',
|
|
109
149
|
'bqAfterClose'
|
|
110
150
|
]);
|
|
111
|
-
export const BqDivider = /*@__PURE__*/ defineContainer('bq-divider',
|
|
151
|
+
export const BqDivider = /*@__PURE__*/ defineContainer('bq-divider', defineBqDivider, [
|
|
112
152
|
'dashed',
|
|
113
153
|
'orientation',
|
|
114
154
|
'strokeColor',
|
|
@@ -119,7 +159,7 @@ export const BqDivider = /*@__PURE__*/ defineContainer('bq-divider', undefined,
|
|
|
119
159
|
'strokeBasis',
|
|
120
160
|
'strokeLinecap'
|
|
121
161
|
]);
|
|
122
|
-
export const BqDropdown = /*@__PURE__*/ defineContainer('bq-dropdown',
|
|
162
|
+
export const BqDropdown = /*@__PURE__*/ defineContainer('bq-dropdown', defineBqDropdown, [
|
|
123
163
|
'disabled',
|
|
124
164
|
'distance',
|
|
125
165
|
'keepOpenOnSelect',
|
|
@@ -131,10 +171,11 @@ export const BqDropdown = /*@__PURE__*/ defineContainer('bq-dropdown', undefined
|
|
|
131
171
|
'strategy',
|
|
132
172
|
'bqOpen'
|
|
133
173
|
]);
|
|
134
|
-
export const BqEmptyState = /*@__PURE__*/ defineContainer('bq-empty-state',
|
|
174
|
+
export const BqEmptyState = /*@__PURE__*/ defineContainer('bq-empty-state', defineBqEmptyState, [
|
|
135
175
|
'size'
|
|
136
176
|
]);
|
|
137
|
-
export const BqIcon = /*@__PURE__*/ defineContainer('bq-icon',
|
|
177
|
+
export const BqIcon = /*@__PURE__*/ defineContainer('bq-icon', defineBqIcon, [
|
|
178
|
+
'label',
|
|
138
179
|
'color',
|
|
139
180
|
'name',
|
|
140
181
|
'size',
|
|
@@ -142,7 +183,7 @@ export const BqIcon = /*@__PURE__*/ defineContainer('bq-icon', undefined, [
|
|
|
142
183
|
'weight',
|
|
143
184
|
'svgLoaded'
|
|
144
185
|
]);
|
|
145
|
-
export const BqInput = /*@__PURE__*/ defineContainer('bq-input',
|
|
186
|
+
export const BqInput = /*@__PURE__*/ defineContainer('bq-input', defineBqInput, [
|
|
146
187
|
'autocapitalize',
|
|
147
188
|
'autocomplete',
|
|
148
189
|
'autocorrect',
|
|
@@ -172,7 +213,7 @@ export const BqInput = /*@__PURE__*/ defineContainer('bq-input', undefined, [
|
|
|
172
213
|
'bqFocus',
|
|
173
214
|
'bqInput'
|
|
174
215
|
], 'value', 'bqChange');
|
|
175
|
-
export const BqNotification = /*@__PURE__*/ defineContainer('bq-notification',
|
|
216
|
+
export const BqNotification = /*@__PURE__*/ defineContainer('bq-notification', defineBqNotification, [
|
|
176
217
|
'autoDismiss',
|
|
177
218
|
'border',
|
|
178
219
|
'disableClose',
|
|
@@ -185,7 +226,7 @@ export const BqNotification = /*@__PURE__*/ defineContainer('bq-notification', u
|
|
|
185
226
|
'bqAfterOpen',
|
|
186
227
|
'bqAfterClose'
|
|
187
228
|
]);
|
|
188
|
-
export const BqOption = /*@__PURE__*/ defineContainer('bq-option',
|
|
229
|
+
export const BqOption = /*@__PURE__*/ defineContainer('bq-option', defineBqOption, [
|
|
189
230
|
'disabled',
|
|
190
231
|
'value',
|
|
191
232
|
'selected',
|
|
@@ -194,12 +235,12 @@ export const BqOption = /*@__PURE__*/ defineContainer('bq-option', undefined, [
|
|
|
194
235
|
'bqClick',
|
|
195
236
|
'bqEnter'
|
|
196
237
|
]);
|
|
197
|
-
export const BqOptionGroup = /*@__PURE__*/ defineContainer('bq-option-group',
|
|
198
|
-
export const BqOptionList = /*@__PURE__*/ defineContainer('bq-option-list',
|
|
238
|
+
export const BqOptionGroup = /*@__PURE__*/ defineContainer('bq-option-group', defineBqOptionGroup);
|
|
239
|
+
export const BqOptionList = /*@__PURE__*/ defineContainer('bq-option-list', defineBqOptionList, [
|
|
199
240
|
'ariaLabel',
|
|
200
241
|
'bqSelect'
|
|
201
242
|
]);
|
|
202
|
-
export const BqPanel = /*@__PURE__*/ defineContainer('bq-panel',
|
|
243
|
+
export const BqPanel = /*@__PURE__*/ defineContainer('bq-panel', defineBqPanel, [
|
|
203
244
|
'distance',
|
|
204
245
|
'placement',
|
|
205
246
|
'open',
|
|
@@ -207,7 +248,7 @@ export const BqPanel = /*@__PURE__*/ defineContainer('bq-panel', undefined, [
|
|
|
207
248
|
'skidding',
|
|
208
249
|
'strategy'
|
|
209
250
|
]);
|
|
210
|
-
export const BqRadio = /*@__PURE__*/ defineContainer('bq-radio',
|
|
251
|
+
export const BqRadio = /*@__PURE__*/ defineContainer('bq-radio', defineBqRadio, [
|
|
211
252
|
'checked',
|
|
212
253
|
'disabled',
|
|
213
254
|
'backgroundOnHover',
|
|
@@ -220,7 +261,7 @@ export const BqRadio = /*@__PURE__*/ defineContainer('bq-radio', undefined, [
|
|
|
220
261
|
'bqBlur',
|
|
221
262
|
'bqKeyDown'
|
|
222
263
|
]);
|
|
223
|
-
export const BqRadioGroup = /*@__PURE__*/ defineContainer('bq-radio-group',
|
|
264
|
+
export const BqRadioGroup = /*@__PURE__*/ defineContainer('bq-radio-group', defineBqRadioGroup, [
|
|
224
265
|
'backgroundOnHover',
|
|
225
266
|
'name',
|
|
226
267
|
'value',
|
|
@@ -230,7 +271,7 @@ export const BqRadioGroup = /*@__PURE__*/ defineContainer('bq-radio-group', unde
|
|
|
230
271
|
'debounceTime',
|
|
231
272
|
'bqChange'
|
|
232
273
|
], 'value', 'bqChange');
|
|
233
|
-
export const BqSelect = /*@__PURE__*/ defineContainer('bq-select',
|
|
274
|
+
export const BqSelect = /*@__PURE__*/ defineContainer('bq-select', defineBqSelect, [
|
|
234
275
|
'autofocus',
|
|
235
276
|
'clearButtonLabel',
|
|
236
277
|
'disabled',
|
|
@@ -255,14 +296,14 @@ export const BqSelect = /*@__PURE__*/ defineContainer('bq-select', undefined, [
|
|
|
255
296
|
'bqFocus',
|
|
256
297
|
'bqSelect'
|
|
257
298
|
], 'value', 'bqChange');
|
|
258
|
-
export const BqSideMenu = /*@__PURE__*/ defineContainer('bq-side-menu',
|
|
299
|
+
export const BqSideMenu = /*@__PURE__*/ defineContainer('bq-side-menu', defineBqSideMenu, [
|
|
259
300
|
'appearance',
|
|
260
301
|
'collapse',
|
|
261
302
|
'size',
|
|
262
303
|
'bqCollapse',
|
|
263
304
|
'bqSelect'
|
|
264
305
|
]);
|
|
265
|
-
export const BqSideMenuItem = /*@__PURE__*/ defineContainer('bq-side-menu-item',
|
|
306
|
+
export const BqSideMenuItem = /*@__PURE__*/ defineContainer('bq-side-menu-item', defineBqSideMenuItem, [
|
|
266
307
|
'active',
|
|
267
308
|
'collapse',
|
|
268
309
|
'disabled',
|
|
@@ -270,7 +311,7 @@ export const BqSideMenuItem = /*@__PURE__*/ defineContainer('bq-side-menu-item',
|
|
|
270
311
|
'bqFocus',
|
|
271
312
|
'bqClick'
|
|
272
313
|
]);
|
|
273
|
-
export const BqSlider = /*@__PURE__*/ defineContainer('bq-slider',
|
|
314
|
+
export const BqSlider = /*@__PURE__*/ defineContainer('bq-slider', defineBqSlider, [
|
|
274
315
|
'disabled',
|
|
275
316
|
'debounceTime',
|
|
276
317
|
'gap',
|
|
@@ -284,26 +325,26 @@ export const BqSlider = /*@__PURE__*/ defineContainer('bq-slider', undefined, [
|
|
|
284
325
|
'bqBlur',
|
|
285
326
|
'bqFocus'
|
|
286
327
|
], 'value', 'bqChange');
|
|
287
|
-
export const BqSpinner = /*@__PURE__*/ defineContainer('bq-spinner',
|
|
328
|
+
export const BqSpinner = /*@__PURE__*/ defineContainer('bq-spinner', defineBqSpinner, [
|
|
288
329
|
'animation',
|
|
289
330
|
'textPosition',
|
|
290
331
|
'size'
|
|
291
332
|
]);
|
|
292
|
-
export const BqStatus = /*@__PURE__*/ defineContainer('bq-status',
|
|
333
|
+
export const BqStatus = /*@__PURE__*/ defineContainer('bq-status', defineBqStatus, [
|
|
293
334
|
'type'
|
|
294
335
|
]);
|
|
295
|
-
export const BqStepItem = /*@__PURE__*/ defineContainer('bq-step-item',
|
|
336
|
+
export const BqStepItem = /*@__PURE__*/ defineContainer('bq-step-item', defineBqStepItem, [
|
|
296
337
|
'size',
|
|
297
338
|
'status',
|
|
298
339
|
'type',
|
|
299
340
|
'bqClick'
|
|
300
341
|
]);
|
|
301
|
-
export const BqSteps = /*@__PURE__*/ defineContainer('bq-steps',
|
|
342
|
+
export const BqSteps = /*@__PURE__*/ defineContainer('bq-steps', defineBqSteps, [
|
|
302
343
|
'dividerColor',
|
|
303
344
|
'size',
|
|
304
345
|
'type'
|
|
305
346
|
]);
|
|
306
|
-
export const BqSwitch = /*@__PURE__*/ defineContainer('bq-switch',
|
|
347
|
+
export const BqSwitch = /*@__PURE__*/ defineContainer('bq-switch', defineBqSwitch, [
|
|
307
348
|
'backgroundOnHover',
|
|
308
349
|
'checked',
|
|
309
350
|
'disabled',
|
|
@@ -318,7 +359,7 @@ export const BqSwitch = /*@__PURE__*/ defineContainer('bq-switch', undefined, [
|
|
|
318
359
|
'bqFocus',
|
|
319
360
|
'bqBlur'
|
|
320
361
|
], 'checked', 'bqChange');
|
|
321
|
-
export const BqTab = /*@__PURE__*/ defineContainer('bq-tab',
|
|
362
|
+
export const BqTab = /*@__PURE__*/ defineContainer('bq-tab', defineBqTab, [
|
|
322
363
|
'active',
|
|
323
364
|
'disabled',
|
|
324
365
|
'size',
|
|
@@ -329,14 +370,14 @@ export const BqTab = /*@__PURE__*/ defineContainer('bq-tab', undefined, [
|
|
|
329
370
|
'bqBlur',
|
|
330
371
|
'bqKeyDown'
|
|
331
372
|
]);
|
|
332
|
-
export const BqTabGroup = /*@__PURE__*/ defineContainer('bq-tab-group',
|
|
373
|
+
export const BqTabGroup = /*@__PURE__*/ defineContainer('bq-tab-group', defineBqTabGroup, [
|
|
333
374
|
'value',
|
|
334
375
|
'size',
|
|
335
376
|
'debounceTime',
|
|
336
377
|
'disableDivider',
|
|
337
378
|
'bqChange'
|
|
338
379
|
]);
|
|
339
|
-
export const BqTag = /*@__PURE__*/ defineContainer('bq-tag',
|
|
380
|
+
export const BqTag = /*@__PURE__*/ defineContainer('bq-tag', defineBqTag, [
|
|
340
381
|
'border',
|
|
341
382
|
'clickable',
|
|
342
383
|
'color',
|
|
@@ -352,7 +393,7 @@ export const BqTag = /*@__PURE__*/ defineContainer('bq-tag', undefined, [
|
|
|
352
393
|
'bqClick',
|
|
353
394
|
'bqFocus'
|
|
354
395
|
]);
|
|
355
|
-
export const BqTextarea = /*@__PURE__*/ defineContainer('bq-textarea',
|
|
396
|
+
export const BqTextarea = /*@__PURE__*/ defineContainer('bq-textarea', defineBqTextarea, [
|
|
356
397
|
'autocapitalize',
|
|
357
398
|
'autocomplete',
|
|
358
399
|
'autocorrect',
|
|
@@ -378,7 +419,7 @@ export const BqTextarea = /*@__PURE__*/ defineContainer('bq-textarea', undefined
|
|
|
378
419
|
'bqFocus',
|
|
379
420
|
'bqInput'
|
|
380
421
|
], 'value', 'bqChange');
|
|
381
|
-
export const BqToast = /*@__PURE__*/ defineContainer('bq-toast',
|
|
422
|
+
export const BqToast = /*@__PURE__*/ defineContainer('bq-toast', defineBqToast, [
|
|
382
423
|
'border',
|
|
383
424
|
'type',
|
|
384
425
|
'placement',
|
|
@@ -388,7 +429,7 @@ export const BqToast = /*@__PURE__*/ defineContainer('bq-toast', undefined, [
|
|
|
388
429
|
'bqHide',
|
|
389
430
|
'bqShow'
|
|
390
431
|
]);
|
|
391
|
-
export const BqTooltip = /*@__PURE__*/ defineContainer('bq-tooltip',
|
|
432
|
+
export const BqTooltip = /*@__PURE__*/ defineContainer('bq-tooltip', defineBqTooltip, [
|
|
392
433
|
'distance',
|
|
393
434
|
'hideArrow',
|
|
394
435
|
'placement',
|
package/src/components.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"components.js","sourceRoot":"","sources":["../../../packages/beeq-vue/src/components.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,gCAAgC;AAChC,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"components.js","sourceRoot":"","sources":["../../../packages/beeq-vue/src/components.ts"],"names":[],"mappings":"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"}
|
package/src/plugin.js
CHANGED
|
@@ -2,7 +2,19 @@ import { applyPolyfills, defineCustomElements } from '@beeq/core/dist/loader';
|
|
|
2
2
|
export const BeeqVue = {
|
|
3
3
|
async install() {
|
|
4
4
|
applyPolyfills().then(() => {
|
|
5
|
-
|
|
5
|
+
// @stencil/vue-output-target does not support camelCase event names
|
|
6
|
+
// so we are attaching a custom event listener to map camelCase to kebab-case event names
|
|
7
|
+
const camelCaseToKebab = (str) => {
|
|
8
|
+
return str
|
|
9
|
+
.split(/(?=[A-Z])/)
|
|
10
|
+
.join('-')
|
|
11
|
+
.toLowerCase();
|
|
12
|
+
};
|
|
13
|
+
defineCustomElements(window, {
|
|
14
|
+
ael: (el, eventName, cb, opts) => el.addEventListener(camelCaseToKebab(eventName), cb, opts),
|
|
15
|
+
rel: (el, eventName, cb, opts) => el.removeEventListener(camelCaseToKebab(eventName), cb, opts),
|
|
16
|
+
ce: (eventName, opts) => new CustomEvent(camelCaseToKebab(eventName), opts),
|
|
17
|
+
});
|
|
6
18
|
});
|
|
7
19
|
},
|
|
8
20
|
};
|
package/src/plugin.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.js","sourceRoot":"","sources":["../../../packages/beeq-vue/src/plugin.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAE9E,MAAM,CAAC,MAAM,OAAO,GAAW;IAC7B,KAAK,CAAC,OAAO;QACX,cAAc,EAAE,CAAC,IAAI,CAAC,GAAG,EAAE;YACzB,oBAAoB,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"plugin.js","sourceRoot":"","sources":["../../../packages/beeq-vue/src/plugin.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAE9E,MAAM,CAAC,MAAM,OAAO,GAAW;IAC7B,KAAK,CAAC,OAAO;QACX,cAAc,EAAE,CAAC,IAAI,CAAC,GAAG,EAAE;YACzB,oEAAoE;YACpE,yFAAyF;YACzF,MAAM,gBAAgB,GAAG,CAAC,GAAW,EAAE,EAAE;gBACvC,OAAO,GAAG;qBACP,KAAK,CAAC,WAAW,CAAC;qBAClB,IAAI,CAAC,GAAG,CAAC;qBACT,WAAW,EAAE,CAAC;YACnB,CAAC,CAAC;YACF,oBAAoB,CAAC,MAAM,EAAE;gBAC3B,GAAG,EAAE,CAAC,EAAO,EAAE,SAAiB,EAAE,EAAO,EAAE,IAAS,EAAE,EAAE,CACtD,EAAE,CAAC,gBAAgB,CAAC,gBAAgB,CAAC,SAAS,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC;gBAC5D,GAAG,EAAE,CAAC,EAAO,EAAE,SAAiB,EAAE,EAAO,EAAE,IAAS,EAAE,EAAE,CACtD,EAAE,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,SAAS,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC;gBAC/D,EAAE,EAAE,CAAC,SAAiB,EAAE,IAAS,EAAE,EAAE,CAAC,IAAI,WAAW,CAAC,gBAAgB,CAAC,SAAS,CAAC,EAAE,IAAI,CAAC;aAClF,CAAC,CAAC;QACZ,CAAC,CAAC,CAAC;IACL,CAAC;CACF,CAAC"}
|
|
@@ -13,4 +13,4 @@ export interface InputProps<T> {
|
|
|
13
13
|
* @prop modelProp - The prop that v-model binds to (i.e. value)
|
|
14
14
|
* @prop modelUpdateEvent - The event that is fired from your Web Component when the value changes (i.e. ionChange)
|
|
15
15
|
*/
|
|
16
|
-
export declare const defineContainer: <Props, VModelType = string | number | boolean>(name: string, defineCustomElement: any, componentProps?: string[], modelProp?: string, modelUpdateEvent?: string) => (
|
|
16
|
+
export declare const defineContainer: <Props, VModelType = string | number | boolean>(name: string, defineCustomElement: any, componentProps?: string[], modelProp?: string, modelUpdateEvent?: string) => import("vue").DefineSetupFnComponent<Props & InputProps<VModelType>, {}, {}, Props & InputProps<VModelType> & {}, import("vue").PublicProps>;
|