@quartzds/core-vue 1.0.0-beta.9 → 1.0.0-beta.91
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/README.md +2 -2
- package/lib/generated/proxies.d.ts +34 -11
- package/lib/generated/proxies.d.ts.map +1 -1
- package/lib/generated/proxies.js +281 -16
- package/lib/generated/proxies.js.map +1 -1
- package/lib/generated/vue-component-lib/utils.d.ts +1 -3
- package/lib/generated/vue-component-lib/utils.d.ts.map +1 -1
- package/lib/generated/vue-component-lib/utils.js +50 -22
- package/lib/generated/vue-component-lib/utils.js.map +1 -1
- package/lib/index.js +2 -2
- package/lib/index.js.map +1 -1
- package/package.json +14 -9
- package/styles/core.css +502 -0
package/README.md
CHANGED
|
@@ -1,13 +1,36 @@
|
|
|
1
1
|
import type { JSX } from '@quartzds/core/components';
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const
|
|
7
|
-
export declare const
|
|
8
|
-
export declare const
|
|
9
|
-
export declare const
|
|
10
|
-
export declare const
|
|
11
|
-
export declare const
|
|
12
|
-
export declare const
|
|
2
|
+
export declare const QdsBadgeCounter: import("vue").DefineSetupFnComponent<JSX.QdsBadgeCounter & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.QdsBadgeCounter & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
3
|
+
export declare const QdsBadgeIndicator: import("vue").DefineSetupFnComponent<JSX.QdsBadgeIndicator & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.QdsBadgeIndicator & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
4
|
+
export declare const QdsBreadcrumbItem: import("vue").DefineSetupFnComponent<JSX.QdsBreadcrumbItem & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.QdsBreadcrumbItem & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
5
|
+
export declare const QdsButton: import("vue").DefineSetupFnComponent<JSX.QdsButton & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.QdsButton & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
6
|
+
export declare const QdsCheckbox: import("vue").DefineSetupFnComponent<JSX.QdsCheckbox & import("./vue-component-lib/utils").InputProps<boolean>, {}, {}, JSX.QdsCheckbox & import("./vue-component-lib/utils").InputProps<boolean> & {}, import("vue").PublicProps>;
|
|
7
|
+
export declare const QdsChip: import("vue").DefineSetupFnComponent<JSX.QdsChip & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.QdsChip & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
8
|
+
export declare const QdsDialog: import("vue").DefineSetupFnComponent<JSX.QdsDialog & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.QdsDialog & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
9
|
+
export declare const QdsDivider: import("vue").DefineSetupFnComponent<JSX.QdsDivider & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.QdsDivider & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
10
|
+
export declare const QdsDropdown: import("vue").DefineSetupFnComponent<JSX.QdsDropdown & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.QdsDropdown & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
11
|
+
export declare const QdsFormMessage: import("vue").DefineSetupFnComponent<JSX.QdsFormMessage & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.QdsFormMessage & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
12
|
+
export declare const QdsIcon: import("vue").DefineSetupFnComponent<JSX.QdsIcon & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.QdsIcon & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
13
|
+
export declare const QdsInlineLink: import("vue").DefineSetupFnComponent<JSX.QdsInlineLink & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.QdsInlineLink & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
14
|
+
export declare const QdsInput: import("vue").DefineSetupFnComponent<JSX.QdsInput & import("./vue-component-lib/utils").InputProps<import("@quartzds/core/components").Value>, {}, {}, JSX.QdsInput & import("./vue-component-lib/utils").InputProps<import("@quartzds/core/components").Value> & {}, import("vue").PublicProps>;
|
|
15
|
+
export declare const QdsLabel: import("vue").DefineSetupFnComponent<JSX.QdsLabel & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.QdsLabel & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
16
|
+
export declare const QdsListItem: import("vue").DefineSetupFnComponent<JSX.QdsListItem & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.QdsListItem & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
17
|
+
export declare const QdsLoader: import("vue").DefineSetupFnComponent<JSX.QdsLoader & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.QdsLoader & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
18
|
+
export declare const QdsNavListItem: import("vue").DefineSetupFnComponent<JSX.QdsNavListItem & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.QdsNavListItem & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
19
|
+
export declare const QdsProgressBar: import("vue").DefineSetupFnComponent<JSX.QdsProgressBar & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.QdsProgressBar & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
20
|
+
export declare const QdsRadio: import("vue").DefineSetupFnComponent<JSX.QdsRadio & import("./vue-component-lib/utils").InputProps<boolean>, {}, {}, JSX.QdsRadio & import("./vue-component-lib/utils").InputProps<boolean> & {}, import("vue").PublicProps>;
|
|
21
|
+
export declare const QdsSelect: import("vue").DefineSetupFnComponent<JSX.QdsSelect & import("./vue-component-lib/utils").InputProps<string>, {}, {}, JSX.QdsSelect & import("./vue-component-lib/utils").InputProps<string> & {}, import("vue").PublicProps>;
|
|
22
|
+
export declare const QdsStandaloneLink: import("vue").DefineSetupFnComponent<JSX.QdsStandaloneLink & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.QdsStandaloneLink & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
23
|
+
export declare const QdsSwitch: import("vue").DefineSetupFnComponent<JSX.QdsSwitch & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.QdsSwitch & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
24
|
+
export declare const QdsTab: import("vue").DefineSetupFnComponent<JSX.QdsTab & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.QdsTab & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
25
|
+
export declare const QdsTabbar: import("vue").DefineSetupFnComponent<JSX.QdsTabbar & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.QdsTabbar & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
26
|
+
export declare const QdsTable: import("vue").DefineSetupFnComponent<JSX.QdsTable & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.QdsTable & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
27
|
+
export declare const QdsTableBody: import("vue").DefineSetupFnComponent<JSX.QdsTableBody & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.QdsTableBody & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
28
|
+
export declare const QdsTableCell: import("vue").DefineSetupFnComponent<JSX.QdsTableCell & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.QdsTableCell & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
29
|
+
export declare const QdsTableHead: import("vue").DefineSetupFnComponent<JSX.QdsTableHead & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.QdsTableHead & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
30
|
+
export declare const QdsTableHeadCell: import("vue").DefineSetupFnComponent<JSX.QdsTableHeadCell & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.QdsTableHeadCell & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
31
|
+
export declare const QdsTableRow: import("vue").DefineSetupFnComponent<JSX.QdsTableRow & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.QdsTableRow & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
32
|
+
export declare const QdsTag: import("vue").DefineSetupFnComponent<JSX.QdsTag & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.QdsTag & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
33
|
+
export declare const QdsTextarea: import("vue").DefineSetupFnComponent<JSX.QdsTextarea & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.QdsTextarea & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
34
|
+
export declare const QdsTitle: import("vue").DefineSetupFnComponent<JSX.QdsTitle & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.QdsTitle & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
35
|
+
export declare const QdsTooltip: import("vue").DefineSetupFnComponent<JSX.QdsTooltip & import("./vue-component-lib/utils").InputProps<string | number | boolean>, {}, {}, JSX.QdsTooltip & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}, import("vue").PublicProps>;
|
|
13
36
|
//# sourceMappingURL=proxies.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"proxies.d.ts","sourceRoot":"","sources":["../../src/generated/proxies.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,2BAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"proxies.d.ts","sourceRoot":"","sources":["../../src/generated/proxies.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,2BAA2B,CAAC;AAsCrD,eAAO,MAAM,eAAe,gRAM1B,CAAC;AAGH,eAAO,MAAM,iBAAiB,oRAK5B,CAAC;AAGH,eAAO,MAAM,iBAAiB,oRAO5B,CAAC;AAGH,eAAO,MAAM,SAAS,oQA8BpB,CAAC;AAGH,eAAO,MAAM,WAAW,oOAkBD,CAAC;AAGxB,eAAO,MAAM,OAAO,gQAelB,CAAC;AAGH,eAAO,MAAM,SAAS,oQAIpB,CAAC;AAGH,eAAO,MAAM,UAAU,sQAGrB,CAAC;AAGH,eAAO,MAAM,WAAW,wQAatB,CAAC;AAGH,eAAO,MAAM,cAAc,8QAMzB,CAAC;AAGH,eAAO,MAAM,OAAO,gQAKlB,CAAC;AAGH,eAAO,MAAM,aAAa,4QAaxB,CAAC;AAGH,eAAO,MAAM,QAAQ,kSAoCD,CAAC;AAGrB,eAAO,MAAM,QAAQ,kQAKnB,CAAC;AAGH,eAAO,MAAM,WAAW,wQAiBtB,CAAC;AAGH,eAAO,MAAM,SAAS,oQAGpB,CAAC;AAGH,eAAO,MAAM,cAAc,8QAWzB,CAAC;AAGH,eAAO,MAAM,cAAc,8QAMzB,CAAC;AAGH,eAAO,MAAM,QAAQ,8NAcE,CAAC;AAGxB,eAAO,MAAM,SAAS,8NAsBF,CAAC;AAGrB,eAAO,MAAM,iBAAiB,oRAe5B,CAAC;AAGH,eAAO,MAAM,SAAS,oQAepB,CAAC;AAGH,eAAO,MAAM,MAAM,8PA4BjB,CAAC;AAGH,eAAO,MAAM,SAAS,oQAOpB,CAAC;AAGH,eAAO,MAAM,QAAQ,kQAA2E,CAAC;AAGjG,eAAO,MAAM,YAAY,0QAAwF,CAAC;AAGlH,eAAO,MAAM,YAAY,0QAGvB,CAAC;AAGH,eAAO,MAAM,YAAY,0QAAwF,CAAC;AAGlH,eAAO,MAAM,gBAAgB,kRAK3B,CAAC;AAGH,eAAO,MAAM,WAAW,wQAAqF,CAAC;AAG9G,eAAO,MAAM,MAAM,8PAQjB,CAAC;AAGH,eAAO,MAAM,WAAW,wQA2BtB,CAAC;AAGH,eAAO,MAAM,QAAQ,kQAUnB,CAAC;AAGH,eAAO,MAAM,UAAU,sQAarB,CAAC"}
|
package/lib/generated/proxies.js
CHANGED
|
@@ -2,23 +2,72 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* auto-generated vue proxies */
|
|
4
4
|
import { defineContainer } from './vue-component-lib/utils';
|
|
5
|
+
import { defineCustomElement as defineQdsBadgeCounter } from '@quartzds/core/components/qds-badge-counter.js';
|
|
6
|
+
import { defineCustomElement as defineQdsBadgeIndicator } from '@quartzds/core/components/qds-badge-indicator.js';
|
|
7
|
+
import { defineCustomElement as defineQdsBreadcrumbItem } from '@quartzds/core/components/qds-breadcrumb-item.js';
|
|
5
8
|
import { defineCustomElement as defineQdsButton } from '@quartzds/core/components/qds-button.js';
|
|
6
9
|
import { defineCustomElement as defineQdsCheckbox } from '@quartzds/core/components/qds-checkbox.js';
|
|
10
|
+
import { defineCustomElement as defineQdsChip } from '@quartzds/core/components/qds-chip.js';
|
|
11
|
+
import { defineCustomElement as defineQdsDialog } from '@quartzds/core/components/qds-dialog.js';
|
|
12
|
+
import { defineCustomElement as defineQdsDivider } from '@quartzds/core/components/qds-divider.js';
|
|
7
13
|
import { defineCustomElement as defineQdsDropdown } from '@quartzds/core/components/qds-dropdown.js';
|
|
14
|
+
import { defineCustomElement as defineQdsFormMessage } from '@quartzds/core/components/qds-form-message.js';
|
|
8
15
|
import { defineCustomElement as defineQdsIcon } from '@quartzds/core/components/qds-icon.js';
|
|
9
16
|
import { defineCustomElement as defineQdsInlineLink } from '@quartzds/core/components/qds-inline-link.js';
|
|
10
17
|
import { defineCustomElement as defineQdsInput } from '@quartzds/core/components/qds-input.js';
|
|
11
18
|
import { defineCustomElement as defineQdsLabel } from '@quartzds/core/components/qds-label.js';
|
|
19
|
+
import { defineCustomElement as defineQdsListItem } from '@quartzds/core/components/qds-list-item.js';
|
|
20
|
+
import { defineCustomElement as defineQdsLoader } from '@quartzds/core/components/qds-loader.js';
|
|
21
|
+
import { defineCustomElement as defineQdsNavListItem } from '@quartzds/core/components/qds-nav-list-item.js';
|
|
22
|
+
import { defineCustomElement as defineQdsProgressBar } from '@quartzds/core/components/qds-progress-bar.js';
|
|
12
23
|
import { defineCustomElement as defineQdsRadio } from '@quartzds/core/components/qds-radio.js';
|
|
24
|
+
import { defineCustomElement as defineQdsSelect } from '@quartzds/core/components/qds-select.js';
|
|
25
|
+
import { defineCustomElement as defineQdsStandaloneLink } from '@quartzds/core/components/qds-standalone-link.js';
|
|
13
26
|
import { defineCustomElement as defineQdsSwitch } from '@quartzds/core/components/qds-switch.js';
|
|
27
|
+
import { defineCustomElement as defineQdsTab } from '@quartzds/core/components/qds-tab.js';
|
|
28
|
+
import { defineCustomElement as defineQdsTabbar } from '@quartzds/core/components/qds-tabbar.js';
|
|
29
|
+
import { defineCustomElement as defineQdsTable } from '@quartzds/core/components/qds-table.js';
|
|
30
|
+
import { defineCustomElement as defineQdsTableBody } from '@quartzds/core/components/qds-table-body.js';
|
|
31
|
+
import { defineCustomElement as defineQdsTableCell } from '@quartzds/core/components/qds-table-cell.js';
|
|
32
|
+
import { defineCustomElement as defineQdsTableHead } from '@quartzds/core/components/qds-table-head.js';
|
|
33
|
+
import { defineCustomElement as defineQdsTableHeadCell } from '@quartzds/core/components/qds-table-head-cell.js';
|
|
34
|
+
import { defineCustomElement as defineQdsTableRow } from '@quartzds/core/components/qds-table-row.js';
|
|
35
|
+
import { defineCustomElement as defineQdsTag } from '@quartzds/core/components/qds-tag.js';
|
|
36
|
+
import { defineCustomElement as defineQdsTextarea } from '@quartzds/core/components/qds-textarea.js';
|
|
14
37
|
import { defineCustomElement as defineQdsTitle } from '@quartzds/core/components/qds-title.js';
|
|
15
38
|
import { defineCustomElement as defineQdsTooltip } from '@quartzds/core/components/qds-tooltip.js';
|
|
39
|
+
export const QdsBadgeCounter = /*@__PURE__*/ defineContainer('qds-badge-counter', defineQdsBadgeCounter, [
|
|
40
|
+
'description',
|
|
41
|
+
'importance',
|
|
42
|
+
'size',
|
|
43
|
+
'strokeRing',
|
|
44
|
+
'value'
|
|
45
|
+
]);
|
|
46
|
+
export const QdsBadgeIndicator = /*@__PURE__*/ defineContainer('qds-badge-indicator', defineQdsBadgeIndicator, [
|
|
47
|
+
'description',
|
|
48
|
+
'size',
|
|
49
|
+
'status',
|
|
50
|
+
'strokeRing'
|
|
51
|
+
]);
|
|
52
|
+
export const QdsBreadcrumbItem = /*@__PURE__*/ defineContainer('qds-breadcrumb-item', defineQdsBreadcrumbItem, [
|
|
53
|
+
'text',
|
|
54
|
+
'href',
|
|
55
|
+
'hreflang',
|
|
56
|
+
'referrerPolicy',
|
|
57
|
+
'rel',
|
|
58
|
+
'target'
|
|
59
|
+
]);
|
|
16
60
|
export const QdsButton = /*@__PURE__*/ defineContainer('qds-button', defineQdsButton, [
|
|
61
|
+
'action',
|
|
62
|
+
'badge',
|
|
63
|
+
'badgeDescription',
|
|
64
|
+
'badgeIndicatorStatus',
|
|
17
65
|
'iconName',
|
|
18
66
|
'iconLibrary',
|
|
19
67
|
'importance',
|
|
20
68
|
'size',
|
|
21
69
|
'text',
|
|
70
|
+
'iconOnly',
|
|
22
71
|
'disabled',
|
|
23
72
|
'download',
|
|
24
73
|
'form',
|
|
@@ -27,10 +76,15 @@ export const QdsButton = /*@__PURE__*/ defineContainer('qds-button', defineQdsBu
|
|
|
27
76
|
'formNoValidate',
|
|
28
77
|
'formTarget',
|
|
29
78
|
'href',
|
|
79
|
+
'labels',
|
|
80
|
+
'rel',
|
|
30
81
|
'name',
|
|
31
82
|
'target',
|
|
32
83
|
'type',
|
|
84
|
+
'validationMessage',
|
|
85
|
+
'validity',
|
|
33
86
|
'value',
|
|
87
|
+
'willValidate',
|
|
34
88
|
'qdsBlur',
|
|
35
89
|
'qdsFocus'
|
|
36
90
|
]);
|
|
@@ -38,18 +92,45 @@ export const QdsCheckbox = /*@__PURE__*/ defineContainer('qds-checkbox', defineQ
|
|
|
38
92
|
'inline',
|
|
39
93
|
'size',
|
|
40
94
|
'text',
|
|
41
|
-
'autoFocus',
|
|
42
95
|
'checked',
|
|
43
96
|
'disabled',
|
|
44
97
|
'form',
|
|
45
98
|
'indeterminate',
|
|
46
99
|
'name',
|
|
47
100
|
'required',
|
|
101
|
+
'validationMessage',
|
|
102
|
+
'validity',
|
|
48
103
|
'value',
|
|
104
|
+
'willValidate',
|
|
49
105
|
'qdsBlur',
|
|
50
106
|
'qdsChange',
|
|
51
107
|
'qdsFocus'
|
|
52
108
|
], 'checked', 'qdsChange');
|
|
109
|
+
export const QdsChip = /*@__PURE__*/ defineContainer('qds-chip', defineQdsChip, [
|
|
110
|
+
'iconName',
|
|
111
|
+
'iconLibrary',
|
|
112
|
+
'size',
|
|
113
|
+
'type',
|
|
114
|
+
'text',
|
|
115
|
+
'checked',
|
|
116
|
+
'form',
|
|
117
|
+
'disabled',
|
|
118
|
+
'name',
|
|
119
|
+
'value',
|
|
120
|
+
'qdsBlur',
|
|
121
|
+
'qdsFocus',
|
|
122
|
+
'qdsClose',
|
|
123
|
+
'qdsChange'
|
|
124
|
+
]);
|
|
125
|
+
export const QdsDialog = /*@__PURE__*/ defineContainer('qds-dialog', defineQdsDialog, [
|
|
126
|
+
'open',
|
|
127
|
+
'qdsCancel',
|
|
128
|
+
'qdsClose'
|
|
129
|
+
]);
|
|
130
|
+
export const QdsDivider = /*@__PURE__*/ defineContainer('qds-divider', defineQdsDivider, [
|
|
131
|
+
'importance',
|
|
132
|
+
'vertical'
|
|
133
|
+
]);
|
|
53
134
|
export const QdsDropdown = /*@__PURE__*/ defineContainer('qds-dropdown', defineQdsDropdown, [
|
|
54
135
|
'autoUpdateOptions',
|
|
55
136
|
'disabled',
|
|
@@ -64,6 +145,13 @@ export const QdsDropdown = /*@__PURE__*/ defineContainer('qds-dropdown', defineQ
|
|
|
64
145
|
'qdsCancel',
|
|
65
146
|
'qdsClose'
|
|
66
147
|
]);
|
|
148
|
+
export const QdsFormMessage = /*@__PURE__*/ defineContainer('qds-form-message', defineQdsFormMessage, [
|
|
149
|
+
'inline',
|
|
150
|
+
'size',
|
|
151
|
+
'status',
|
|
152
|
+
'statusDescription',
|
|
153
|
+
'text'
|
|
154
|
+
]);
|
|
67
155
|
export const QdsIcon = /*@__PURE__*/ defineContainer('qds-icon', defineQdsIcon, [
|
|
68
156
|
'name',
|
|
69
157
|
'library',
|
|
@@ -72,6 +160,9 @@ export const QdsIcon = /*@__PURE__*/ defineContainer('qds-icon', defineQdsIcon,
|
|
|
72
160
|
]);
|
|
73
161
|
export const QdsInlineLink = /*@__PURE__*/ defineContainer('qds-inline-link', defineQdsInlineLink, [
|
|
74
162
|
'disabled',
|
|
163
|
+
'iconName',
|
|
164
|
+
'iconLibrary',
|
|
165
|
+
'importance',
|
|
75
166
|
'download',
|
|
76
167
|
'href',
|
|
77
168
|
'hreflang',
|
|
@@ -82,15 +173,17 @@ export const QdsInlineLink = /*@__PURE__*/ defineContainer('qds-inline-link', de
|
|
|
82
173
|
'qdsFocus'
|
|
83
174
|
]);
|
|
84
175
|
export const QdsInput = /*@__PURE__*/ defineContainer('qds-input', defineQdsInput, [
|
|
85
|
-
'
|
|
176
|
+
'noIcon',
|
|
86
177
|
'size',
|
|
87
|
-
'
|
|
178
|
+
'accept',
|
|
88
179
|
'autoComplete',
|
|
89
|
-
'
|
|
180
|
+
'capture',
|
|
90
181
|
'disabled',
|
|
91
182
|
'enterkeyhint',
|
|
183
|
+
'files',
|
|
92
184
|
'form',
|
|
93
185
|
'inputmode',
|
|
186
|
+
'labels',
|
|
94
187
|
'max',
|
|
95
188
|
'maxLength',
|
|
96
189
|
'min',
|
|
@@ -99,23 +192,69 @@ export const QdsInput = /*@__PURE__*/ defineContainer('qds-input', defineQdsInpu
|
|
|
99
192
|
'name',
|
|
100
193
|
'pattern',
|
|
101
194
|
'placeholder',
|
|
102
|
-
'readOnly',
|
|
103
195
|
'required',
|
|
104
|
-
'
|
|
196
|
+
'selectionDirection',
|
|
197
|
+
'selectionEnd',
|
|
198
|
+
'selectionStart',
|
|
105
199
|
'step',
|
|
106
200
|
'type',
|
|
201
|
+
'validationMessage',
|
|
202
|
+
'validity',
|
|
107
203
|
'value',
|
|
204
|
+
'willValidate',
|
|
108
205
|
'qdsBlur',
|
|
206
|
+
'qdsCancel',
|
|
109
207
|
'qdsChange',
|
|
110
208
|
'qdsFocus',
|
|
111
209
|
'qdsInput'
|
|
112
|
-
], 'value', '
|
|
210
|
+
], 'value', 'qdsInput');
|
|
113
211
|
export const QdsLabel = /*@__PURE__*/ defineContainer('qds-label', defineQdsLabel, [
|
|
114
212
|
'inline',
|
|
115
213
|
'required',
|
|
116
214
|
'size',
|
|
117
215
|
'text'
|
|
118
216
|
]);
|
|
217
|
+
export const QdsListItem = /*@__PURE__*/ defineContainer('qds-list-item', defineQdsListItem, [
|
|
218
|
+
'destination',
|
|
219
|
+
'disabled',
|
|
220
|
+
'divider',
|
|
221
|
+
'iconName',
|
|
222
|
+
'iconLibrary',
|
|
223
|
+
'kicker',
|
|
224
|
+
'listAction',
|
|
225
|
+
'size',
|
|
226
|
+
'checked',
|
|
227
|
+
'selected',
|
|
228
|
+
'indeterminate',
|
|
229
|
+
'text',
|
|
230
|
+
'subtitle',
|
|
231
|
+
'qdsBlur',
|
|
232
|
+
'qdsChange',
|
|
233
|
+
'qdsFocus'
|
|
234
|
+
]);
|
|
235
|
+
export const QdsLoader = /*@__PURE__*/ defineContainer('qds-loader', defineQdsLoader, [
|
|
236
|
+
'size',
|
|
237
|
+
'status'
|
|
238
|
+
]);
|
|
239
|
+
export const QdsNavListItem = /*@__PURE__*/ defineContainer('qds-nav-list-item', defineQdsNavListItem, [
|
|
240
|
+
'collapsed',
|
|
241
|
+
'disabled',
|
|
242
|
+
'iconName',
|
|
243
|
+
'iconLibrary',
|
|
244
|
+
'size',
|
|
245
|
+
'selected',
|
|
246
|
+
'subtext',
|
|
247
|
+
'text',
|
|
248
|
+
'qdsBlur',
|
|
249
|
+
'qdsFocus'
|
|
250
|
+
]);
|
|
251
|
+
export const QdsProgressBar = /*@__PURE__*/ defineContainer('qds-progress-bar', defineQdsProgressBar, [
|
|
252
|
+
'size',
|
|
253
|
+
'labels',
|
|
254
|
+
'max',
|
|
255
|
+
'position',
|
|
256
|
+
'value'
|
|
257
|
+
]);
|
|
119
258
|
export const QdsRadio = /*@__PURE__*/ defineContainer('qds-radio', defineQdsRadio, [
|
|
120
259
|
'inline',
|
|
121
260
|
'size',
|
|
@@ -129,34 +268,159 @@ export const QdsRadio = /*@__PURE__*/ defineContainer('qds-radio', defineQdsRadi
|
|
|
129
268
|
'qdsBlur',
|
|
130
269
|
'qdsChange',
|
|
131
270
|
'qdsFocus'
|
|
271
|
+
], 'checked', 'qdsChange');
|
|
272
|
+
export const QdsSelect = /*@__PURE__*/ defineContainer('qds-select', defineQdsSelect, [
|
|
273
|
+
'size',
|
|
274
|
+
'autoComplete',
|
|
275
|
+
'disabled',
|
|
276
|
+
'form',
|
|
277
|
+
'length',
|
|
278
|
+
'multiple',
|
|
279
|
+
'name',
|
|
280
|
+
'options',
|
|
281
|
+
'required',
|
|
282
|
+
'selectedIndex',
|
|
283
|
+
'selectedOptions',
|
|
284
|
+
'type',
|
|
285
|
+
'validationMessage',
|
|
286
|
+
'validity',
|
|
287
|
+
'value',
|
|
288
|
+
'willValidate',
|
|
289
|
+
'qdsBlur',
|
|
290
|
+
'qdsChange',
|
|
291
|
+
'qdsFocus',
|
|
292
|
+
'qdsInput'
|
|
293
|
+
], 'value', 'qdsInput');
|
|
294
|
+
export const QdsStandaloneLink = /*@__PURE__*/ defineContainer('qds-standalone-link', defineQdsStandaloneLink, [
|
|
295
|
+
'disabled',
|
|
296
|
+
'iconName',
|
|
297
|
+
'iconLibrary',
|
|
298
|
+
'importance',
|
|
299
|
+
'size',
|
|
300
|
+
'visitable',
|
|
301
|
+
'download',
|
|
302
|
+
'href',
|
|
303
|
+
'hreflang',
|
|
304
|
+
'referrerPolicy',
|
|
305
|
+
'rel',
|
|
306
|
+
'target',
|
|
307
|
+
'qdsBlur',
|
|
308
|
+
'qdsFocus'
|
|
132
309
|
]);
|
|
133
310
|
export const QdsSwitch = /*@__PURE__*/ defineContainer('qds-switch', defineQdsSwitch, [
|
|
134
311
|
'inline',
|
|
135
|
-
'
|
|
136
|
-
'iconCheckedLibrary',
|
|
137
|
-
'iconUncheckedName',
|
|
138
|
-
'iconUncheckedLibrary',
|
|
139
|
-
'size',
|
|
140
|
-
'textChecked',
|
|
141
|
-
'textUnchecked',
|
|
142
|
-
'autoFocus',
|
|
312
|
+
'size',
|
|
143
313
|
'checked',
|
|
144
314
|
'disabled',
|
|
145
315
|
'form',
|
|
316
|
+
'labels',
|
|
146
317
|
'name',
|
|
147
318
|
'value',
|
|
319
|
+
'validationMessage',
|
|
320
|
+
'validity',
|
|
321
|
+
'willValidate',
|
|
148
322
|
'qdsBlur',
|
|
149
323
|
'qdsChange',
|
|
150
324
|
'qdsFocus'
|
|
151
325
|
]);
|
|
326
|
+
export const QdsTab = /*@__PURE__*/ defineContainer('qds-tab', defineQdsTab, [
|
|
327
|
+
'action',
|
|
328
|
+
'badge',
|
|
329
|
+
'badgeCounterImportance',
|
|
330
|
+
'badgeDescription',
|
|
331
|
+
'badgeIndicatorStatus',
|
|
332
|
+
'disabled',
|
|
333
|
+
'iconLibrary',
|
|
334
|
+
'iconName',
|
|
335
|
+
'iconOnly',
|
|
336
|
+
'importance',
|
|
337
|
+
'indicatorPosition',
|
|
338
|
+
'panel',
|
|
339
|
+
'tagIconDescription',
|
|
340
|
+
'tagIconName',
|
|
341
|
+
'tagIconLibrary',
|
|
342
|
+
'tagImportance',
|
|
343
|
+
'tagSize',
|
|
344
|
+
'tagStatus',
|
|
345
|
+
'tagText',
|
|
346
|
+
'selected',
|
|
347
|
+
'size',
|
|
348
|
+
'subtitle',
|
|
349
|
+
'text',
|
|
350
|
+
'href',
|
|
351
|
+
'qdsClose',
|
|
352
|
+
'qdsBlur',
|
|
353
|
+
'qdsFocus'
|
|
354
|
+
]);
|
|
355
|
+
export const QdsTabbar = /*@__PURE__*/ defineContainer('qds-tabbar', defineQdsTabbar, [
|
|
356
|
+
'layer',
|
|
357
|
+
'level',
|
|
358
|
+
'orientation',
|
|
359
|
+
'tablistDescription',
|
|
360
|
+
'qdsTabShow',
|
|
361
|
+
'qdsTabHide'
|
|
362
|
+
]);
|
|
363
|
+
export const QdsTable = /*@__PURE__*/ defineContainer('qds-table', defineQdsTable);
|
|
364
|
+
export const QdsTableBody = /*@__PURE__*/ defineContainer('qds-table-body', defineQdsTableBody);
|
|
365
|
+
export const QdsTableCell = /*@__PURE__*/ defineContainer('qds-table-cell', defineQdsTableCell, [
|
|
366
|
+
'colSpan',
|
|
367
|
+
'rowSpan'
|
|
368
|
+
]);
|
|
369
|
+
export const QdsTableHead = /*@__PURE__*/ defineContainer('qds-table-head', defineQdsTableHead);
|
|
370
|
+
export const QdsTableHeadCell = /*@__PURE__*/ defineContainer('qds-table-head-cell', defineQdsTableHeadCell, [
|
|
371
|
+
'abbr',
|
|
372
|
+
'colSpan',
|
|
373
|
+
'rowSpan',
|
|
374
|
+
'scope'
|
|
375
|
+
]);
|
|
376
|
+
export const QdsTableRow = /*@__PURE__*/ defineContainer('qds-table-row', defineQdsTableRow);
|
|
377
|
+
export const QdsTag = /*@__PURE__*/ defineContainer('qds-tag', defineQdsTag, [
|
|
378
|
+
'iconName',
|
|
379
|
+
'iconLibrary',
|
|
380
|
+
'importance',
|
|
381
|
+
'status',
|
|
382
|
+
'size',
|
|
383
|
+
'text',
|
|
384
|
+
'iconDescription'
|
|
385
|
+
]);
|
|
386
|
+
export const QdsTextarea = /*@__PURE__*/ defineContainer('qds-textarea', defineQdsTextarea, [
|
|
387
|
+
'size',
|
|
388
|
+
'autoComplete',
|
|
389
|
+
'cols',
|
|
390
|
+
'disabled',
|
|
391
|
+
'enterkeyhint',
|
|
392
|
+
'form',
|
|
393
|
+
'inputmode',
|
|
394
|
+
'labels',
|
|
395
|
+
'maxLength',
|
|
396
|
+
'minLength',
|
|
397
|
+
'name',
|
|
398
|
+
'placeholder',
|
|
399
|
+
'required',
|
|
400
|
+
'rows',
|
|
401
|
+
'selectionDirection',
|
|
402
|
+
'selectionEnd',
|
|
403
|
+
'selectionStart',
|
|
404
|
+
'validationMessage',
|
|
405
|
+
'validity',
|
|
406
|
+
'value',
|
|
407
|
+
'willValidate',
|
|
408
|
+
'wrap',
|
|
409
|
+
'qdsBlur',
|
|
410
|
+
'qdsChange',
|
|
411
|
+
'qdsFocus',
|
|
412
|
+
'qdsInput'
|
|
413
|
+
]);
|
|
152
414
|
export const QdsTitle = /*@__PURE__*/ defineContainer('qds-title', defineQdsTitle, [
|
|
415
|
+
'alignment',
|
|
153
416
|
'iconName',
|
|
154
417
|
'iconLibrary',
|
|
155
418
|
'kicker',
|
|
156
419
|
'layer',
|
|
157
420
|
'level',
|
|
158
421
|
'subtitle',
|
|
159
|
-
'tag'
|
|
422
|
+
'tag',
|
|
423
|
+
'variant'
|
|
160
424
|
]);
|
|
161
425
|
export const QdsTooltip = /*@__PURE__*/ defineContainer('qds-tooltip', defineQdsTooltip, [
|
|
162
426
|
'autoUpdateOptions',
|
|
@@ -169,6 +433,7 @@ export const QdsTooltip = /*@__PURE__*/ defineContainer('qds-tooltip', defineQds
|
|
|
169
433
|
'shiftOptions',
|
|
170
434
|
'strategy',
|
|
171
435
|
'target',
|
|
436
|
+
'trigger',
|
|
172
437
|
'qdsClose'
|
|
173
438
|
]);
|
|
174
439
|
//# sourceMappingURL=proxies.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"proxies.js","sourceRoot":"","sources":["../../src/generated/proxies.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,gCAAgC;AAChC,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAI5D,OAAO,EAAE,mBAAmB,IAAI,eAAe,EAAE,MAAM,yCAAyC,CAAC;AACjG,OAAO,EAAE,mBAAmB,IAAI,iBAAiB,EAAE,MAAM,2CAA2C,CAAC;AACrG,OAAO,EAAE,mBAAmB,IAAI,iBAAiB,EAAE,MAAM,2CAA2C,CAAC;AACrG,OAAO,EAAE,mBAAmB,IAAI,aAAa,EAAE,MAAM,uCAAuC,CAAC;AAC7F,OAAO,EAAE,mBAAmB,IAAI,mBAAmB,EAAE,MAAM,8CAA8C,CAAC;AAC1G,OAAO,EAAE,mBAAmB,IAAI,cAAc,EAAE,MAAM,wCAAwC,CAAC;AAC/F,OAAO,EAAE,mBAAmB,IAAI,cAAc,EAAE,MAAM,wCAAwC,CAAC;AAC/F,OAAO,EAAE,mBAAmB,IAAI,cAAc,EAAE,MAAM,wCAAwC,CAAC;AAC/F,OAAO,EAAE,mBAAmB,IAAI,eAAe,EAAE,MAAM,yCAAyC,CAAC;AACjG,OAAO,EAAE,mBAAmB,IAAI,cAAc,EAAE,MAAM,wCAAwC,CAAC;AAC/F,OAAO,EAAE,mBAAmB,IAAI,gBAAgB,EAAE,MAAM,0CAA0C,CAAC;AAGnG,MAAM,CAAC,MAAM,SAAS,GAAG,aAAa,CAAC,eAAe,CAAgB,YAAY,EAAE,eAAe,EAAE;IACnG,UAAU;IACV,aAAa;IACb,YAAY;IACZ,MAAM;IACN,MAAM;IACN,UAAU;IACV,UAAU;IACV,MAAM;IACN,YAAY;IACZ,YAAY;IACZ,gBAAgB;IAChB,YAAY;IACZ,MAAM;IACN,MAAM;IACN,QAAQ;IACR,MAAM;IACN,OAAO;IACP,SAAS;IACT,UAAU;CACX,CAAC,CAAC;AAGH,MAAM,CAAC,MAAM,WAAW,GAAG,aAAa,CAAC,eAAe,CAA8C,cAAc,EAAE,iBAAiB,EAAE;IACvI,QAAQ;IACR,MAAM;IACN,MAAM;IACN,
|
|
1
|
+
{"version":3,"file":"proxies.js","sourceRoot":"","sources":["../../src/generated/proxies.ts"],"names":[],"mappings":"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"}
|
|
@@ -12,8 +12,6 @@ export interface InputProps<T> {
|
|
|
12
12
|
* to customElements.define. Only set if `includeImportCustomElements: true` in your config.
|
|
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
|
-
* @prop externalModelUpdateEvent - The external event to fire from your Vue component when modelUpdateEvent fires. This is used for ensuring that v-model references have been
|
|
16
|
-
* correctly updated when a user's event callback fires.
|
|
17
15
|
*/
|
|
18
|
-
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>;
|
|
19
17
|
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/generated/vue-component-lib/utils.ts"],"names":[],"mappings":"AAIA,MAAM,WAAW,UAAU,CAAC,CAAC;IAC3B,UAAU,CAAC,EAAE,CAAC,CAAC;CAChB;AAsCD
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/generated/vue-component-lib/utils.ts"],"names":[],"mappings":"AAIA,MAAM,WAAW,UAAU,CAAC,CAAC;IAC3B,UAAU,CAAC,EAAE,CAAC,CAAC;CAChB;AAsCD;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,eAAe,GAAI,KAAK,EAAE,UAAU,oCACzC,MAAM,uBACS,GAAG,mBACR,MAAM,EAAE,cACZ,MAAM,qBACC,MAAM,iJA8K1B,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// @ts-nocheck
|
|
2
2
|
// It's easier and safer for Volar to disable typechecking and let the return type inference do its job.
|
|
3
|
-
import { defineComponent, getCurrentInstance, h, inject, ref } from 'vue';
|
|
3
|
+
import { defineComponent, getCurrentInstance, h, inject, ref, withDirectives } from 'vue';
|
|
4
4
|
const UPDATE_VALUE_EVENT = 'update:modelValue';
|
|
5
5
|
const MODEL_VALUE = 'modelValue';
|
|
6
6
|
const ROUTER_LINK_VALUE = 'routerLink';
|
|
@@ -35,10 +35,8 @@ const getElementClasses = (ref, componentClasses, defaultClasses = []) => {
|
|
|
35
35
|
* to customElements.define. Only set if `includeImportCustomElements: true` in your config.
|
|
36
36
|
* @prop modelProp - The prop that v-model binds to (i.e. value)
|
|
37
37
|
* @prop modelUpdateEvent - The event that is fired from your Web Component when the value changes (i.e. ionChange)
|
|
38
|
-
* @prop externalModelUpdateEvent - The external event to fire from your Vue component when modelUpdateEvent fires. This is used for ensuring that v-model references have been
|
|
39
|
-
* correctly updated when a user's event callback fires.
|
|
40
38
|
*/
|
|
41
|
-
export const defineContainer = (name, defineCustomElement, componentProps = [], modelProp, modelUpdateEvent
|
|
39
|
+
export const defineContainer = (name, defineCustomElement, componentProps = [], modelProp, modelUpdateEvent) => {
|
|
42
40
|
/**
|
|
43
41
|
* Create a Vue component wrapper around a Web Component.
|
|
44
42
|
* Note: The `props` here are not all properties on a component.
|
|
@@ -51,28 +49,35 @@ export const defineContainer = (name, defineCustomElement, componentProps = [],
|
|
|
51
49
|
let modelPropValue = props[modelProp];
|
|
52
50
|
const containerRef = ref();
|
|
53
51
|
const classes = new Set(getComponentClasses(attrs.class));
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
52
|
+
/**
|
|
53
|
+
* This directive is responsible for updating any reactive
|
|
54
|
+
* reference associated with v-model on the component.
|
|
55
|
+
* This code must be run inside of the "created" callback.
|
|
56
|
+
* Since the following listener callbacks as well as any potential
|
|
57
|
+
* event callback defined in the developer's app are set on
|
|
58
|
+
* the same element, we need to make sure the following callbacks
|
|
59
|
+
* are set first so they fire first. If the developer's callback fires first
|
|
60
|
+
* then the reactive reference will not have been updated yet.
|
|
61
|
+
*/
|
|
62
|
+
const vModelDirective = {
|
|
63
|
+
created: (el) => {
|
|
57
64
|
const eventsNames = Array.isArray(modelUpdateEvent) ? modelUpdateEvent : [modelUpdateEvent];
|
|
58
65
|
eventsNames.forEach((eventName) => {
|
|
59
|
-
|
|
60
|
-
modelPropValue = (e?.target)[modelProp];
|
|
61
|
-
emit(UPDATE_VALUE_EVENT, modelPropValue);
|
|
66
|
+
el.addEventListener(eventName.toLowerCase(), (e) => {
|
|
62
67
|
/**
|
|
63
|
-
*
|
|
64
|
-
*
|
|
65
|
-
* that
|
|
66
|
-
*
|
|
67
|
-
*
|
|
68
|
-
* not have been updated yet.
|
|
68
|
+
* Only update the v-model binding if the event's target is the element we are
|
|
69
|
+
* listening on. For example, Component A could emit ionChange, but it could also
|
|
70
|
+
* have a descendant Component B that also emits ionChange. We only want to update
|
|
71
|
+
* the v-model for Component A when ionChange originates from that element and not
|
|
72
|
+
* when ionChange bubbles up from Component B.
|
|
69
73
|
*/
|
|
70
|
-
if (
|
|
71
|
-
|
|
74
|
+
if (e.target.tagName === el.tagName) {
|
|
75
|
+
modelPropValue = (e?.target)[modelProp];
|
|
76
|
+
emit(UPDATE_VALUE_EVENT, modelPropValue);
|
|
72
77
|
}
|
|
73
78
|
});
|
|
74
79
|
});
|
|
75
|
-
}
|
|
80
|
+
},
|
|
76
81
|
};
|
|
77
82
|
const currentInstance = getCurrentInstance();
|
|
78
83
|
const hasRouter = currentInstance?.appContext?.provides[NAV_MANAGER];
|
|
@@ -82,6 +87,15 @@ export const defineContainer = (name, defineCustomElement, componentProps = [],
|
|
|
82
87
|
if (routerLink === EMPTY_PROP)
|
|
83
88
|
return;
|
|
84
89
|
if (navManager !== undefined) {
|
|
90
|
+
/**
|
|
91
|
+
* This prevents the browser from
|
|
92
|
+
* performing a page reload when pressing
|
|
93
|
+
* an Ionic component with routerLink.
|
|
94
|
+
* The page reload interferes with routing
|
|
95
|
+
* and causes ion-back-button to disappear
|
|
96
|
+
* since the local history is wiped on reload.
|
|
97
|
+
*/
|
|
98
|
+
ev.preventDefault();
|
|
85
99
|
let navigationPayload = { event: ev };
|
|
86
100
|
for (const key in props) {
|
|
87
101
|
const value = props[key];
|
|
@@ -113,7 +127,6 @@ export const defineContainer = (name, defineCustomElement, componentProps = [],
|
|
|
113
127
|
ref: containerRef,
|
|
114
128
|
class: getElementClasses(containerRef, classes),
|
|
115
129
|
onClick: handleClick,
|
|
116
|
-
onVnodeBeforeMount: modelUpdateEvent ? onVnodeBeforeMount : undefined,
|
|
117
130
|
};
|
|
118
131
|
/**
|
|
119
132
|
* We can use Object.entries here
|
|
@@ -147,7 +160,22 @@ export const defineContainer = (name, defineCustomElement, componentProps = [],
|
|
|
147
160
|
};
|
|
148
161
|
}
|
|
149
162
|
}
|
|
150
|
-
|
|
163
|
+
// If router link is defined, add href to props
|
|
164
|
+
// in order to properly render an anchor tag inside
|
|
165
|
+
// of components that should become activatable and
|
|
166
|
+
// focusable with router link.
|
|
167
|
+
if (props[ROUTER_LINK_VALUE] !== EMPTY_PROP) {
|
|
168
|
+
propsToAdd = {
|
|
169
|
+
...propsToAdd,
|
|
170
|
+
href: props[ROUTER_LINK_VALUE],
|
|
171
|
+
};
|
|
172
|
+
}
|
|
173
|
+
/**
|
|
174
|
+
* vModelDirective is only needed on components that support v-model.
|
|
175
|
+
* As a result, we conditionally call withDirectives with v-model components.
|
|
176
|
+
*/
|
|
177
|
+
const node = h(name, propsToAdd, slots.default && slots.default());
|
|
178
|
+
return modelProp === undefined ? node : withDirectives(node, [[vModelDirective]]);
|
|
151
179
|
};
|
|
152
180
|
});
|
|
153
181
|
if (typeof Container !== 'function') {
|
|
@@ -160,7 +188,7 @@ export const defineContainer = (name, defineCustomElement, componentProps = [],
|
|
|
160
188
|
});
|
|
161
189
|
if (modelProp) {
|
|
162
190
|
Container.props[MODEL_VALUE] = DEFAULT_EMPTY_PROP;
|
|
163
|
-
Container.emits = [UPDATE_VALUE_EVENT
|
|
191
|
+
Container.emits = [UPDATE_VALUE_EVENT];
|
|
164
192
|
}
|
|
165
193
|
}
|
|
166
194
|
return Container;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../src/generated/vue-component-lib/utils.ts"],"names":[],"mappings":"AAAA,cAAc;AACd,wGAAwG;AACxG,OAAO,
|
|
1
|
+
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../src/generated/vue-component-lib/utils.ts"],"names":[],"mappings":"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"}
|
package/lib/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
// SPDX-FileCopyrightText: ©
|
|
1
|
+
// SPDX-FileCopyrightText: © 2024 Schneider Electric
|
|
2
2
|
//
|
|
3
|
-
// SPDX-License-Identifier:
|
|
3
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
4
4
|
export * from './generated/proxies';
|
|
5
5
|
export { getPlatform, getTheme, registerIconLibrary, setAssetPath, setNonce, setPlatform, setTheme, unregisterIconLibrary, } from '@quartzds/core';
|
|
6
6
|
//# sourceMappingURL=index.js.map
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,oDAAoD;AACpD,EAAE;AACF,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,oDAAoD;AACpD,EAAE;AACF,sCAAsC;AAEtC,cAAc,qBAAqB,CAAA;AACnC,OAAO,EACL,WAAW,EACX,QAAQ,EAGR,mBAAmB,EACnB,YAAY,EACZ,QAAQ,EACR,WAAW,EACX,QAAQ,EACR,qBAAqB,GACtB,MAAM,gBAAgB,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,34 +1,39 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quartzds/core-vue",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.91",
|
|
4
4
|
"description": "Vue wrapper for @quartzds/core",
|
|
5
5
|
"homepage": "https://github.com/quartzds/core-foundations/tree/main/packages/vue",
|
|
6
6
|
"bugs": {
|
|
7
7
|
"url": "https://github.com/quartzds/core-foundations/issues"
|
|
8
8
|
},
|
|
9
9
|
"repository": "https://github.com/quartzds/core-foundations",
|
|
10
|
-
"license": "
|
|
10
|
+
"license": "Apache-2.0",
|
|
11
11
|
"exports": {
|
|
12
12
|
".": {
|
|
13
13
|
"types": "./lib/index.d.ts",
|
|
14
|
-
"
|
|
14
|
+
"default": "./lib/index.js"
|
|
15
15
|
},
|
|
16
|
-
"./package.json": "./package.json"
|
|
16
|
+
"./package.json": "./package.json",
|
|
17
|
+
"./styles/*": "./styles/*"
|
|
17
18
|
},
|
|
18
19
|
"main": "./lib/index.js",
|
|
19
20
|
"types": "./lib/index.d.ts",
|
|
20
21
|
"files": [
|
|
21
|
-
"lib/**"
|
|
22
|
+
"lib/**",
|
|
23
|
+
"styles/**"
|
|
22
24
|
],
|
|
23
25
|
"scripts": {
|
|
24
|
-
"
|
|
26
|
+
"build": "tsc",
|
|
27
|
+
"clean": "rimraf .turbo/ lib/ node_modules/ styles/ tsconfig.tsbuildinfo",
|
|
28
|
+
"dev": "tsc --watch"
|
|
25
29
|
},
|
|
26
30
|
"dependencies": {
|
|
27
|
-
"@quartzds/core": "1.0.0-beta.
|
|
31
|
+
"@quartzds/core": "1.0.0-beta.88"
|
|
28
32
|
},
|
|
29
33
|
"devDependencies": {
|
|
30
|
-
"rimraf": "5.0.
|
|
31
|
-
"
|
|
34
|
+
"rimraf": "5.0.10",
|
|
35
|
+
"typescript": "5.6.3",
|
|
36
|
+
"vue": "3.5.12"
|
|
32
37
|
},
|
|
33
38
|
"peerDependencies": {
|
|
34
39
|
"vue": ">=3.0.0"
|
package/styles/core.css
ADDED
|
@@ -0,0 +1,502 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SPDX-FileCopyrightText: © 2024 Schneider Electric
|
|
3
|
+
*
|
|
4
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
[dir='rtl'] {
|
|
8
|
+
--qds-direction-factor: -1;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
:is(
|
|
12
|
+
[class^='qds-']:not([class^='qds-platform-'], [class^='qds-theme-']),
|
|
13
|
+
[class*=' qds-']:not([class*=' qds-platform-'], [class*=' qds-theme-'])
|
|
14
|
+
)
|
|
15
|
+
figure {
|
|
16
|
+
display: flex;
|
|
17
|
+
flex-direction: column;
|
|
18
|
+
gap: var(--qds-figure-gap);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
:is(
|
|
22
|
+
[class^='qds-']:not([class^='qds-platform-'], [class^='qds-theme-']),
|
|
23
|
+
[class*=' qds-']:not([class*=' qds-platform-'], [class*=' qds-theme-'])
|
|
24
|
+
)
|
|
25
|
+
figcaption {
|
|
26
|
+
color: var(--qds-theme-figure-caption);
|
|
27
|
+
font: var(--qds-figure-caption);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
:is(
|
|
31
|
+
[class^='qds-']:not([class^='qds-platform-'], [class^='qds-theme-']),
|
|
32
|
+
[class*=' qds-']:not([class*=' qds-platform-'], [class*=' qds-theme-'])
|
|
33
|
+
)
|
|
34
|
+
:is(li, p, pre) {
|
|
35
|
+
color: var(--qds-theme-text-standard);
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
:is(
|
|
39
|
+
[class^='qds-']:not([class^='qds-platform-'], [class^='qds-theme-']),
|
|
40
|
+
[class*=' qds-']:not([class*=' qds-platform-'], [class*=' qds-theme-'])
|
|
41
|
+
)
|
|
42
|
+
:is(li, p) {
|
|
43
|
+
font: var(--qds-text-standard);
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
:is(
|
|
47
|
+
[class^='qds-']:not([class^='qds-platform-'], [class^='qds-theme-']),
|
|
48
|
+
[class*=' qds-']:not([class*=' qds-platform-'], [class*=' qds-theme-'])
|
|
49
|
+
)
|
|
50
|
+
:is(li, p)
|
|
51
|
+
strong {
|
|
52
|
+
font: var(--qds-text-emphasized);
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
:is(
|
|
56
|
+
[class^='qds-']:not([class^='qds-platform-'], [class^='qds-theme-']),
|
|
57
|
+
[class*=' qds-']:not([class*=' qds-platform-'], [class*=' qds-theme-'])
|
|
58
|
+
)
|
|
59
|
+
pre {
|
|
60
|
+
font: var(--qds-code-standard);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
:is(
|
|
64
|
+
[class^='qds-']:not([class^='qds-platform-'], [class^='qds-theme-']),
|
|
65
|
+
[class*=' qds-']:not([class*=' qds-platform-'], [class*=' qds-theme-'])
|
|
66
|
+
)
|
|
67
|
+
pre
|
|
68
|
+
strong {
|
|
69
|
+
font: var(--qds-code-emphasized);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
:is(
|
|
73
|
+
[class^='qds-']:not([class^='qds-platform-'], [class^='qds-theme-']),
|
|
74
|
+
[class*=' qds-']:not([class*=' qds-platform-'], [class*=' qds-theme-'])
|
|
75
|
+
)
|
|
76
|
+
:is(menu, ol, ul) {
|
|
77
|
+
padding-inline-start: var(--qds-list-item-standard-padding-indent-step);
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
:is(
|
|
81
|
+
[class^='qds-']:not([class^='qds-platform-'], [class^='qds-theme-']),
|
|
82
|
+
[class*=' qds-']:not([class*=' qds-platform-'], [class*=' qds-theme-'])
|
|
83
|
+
)
|
|
84
|
+
:is(li, p, span).qds-subdued {
|
|
85
|
+
color: var(--qds-theme-text-subdued);
|
|
86
|
+
font: var(--qds-text-subdued);
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
:is(
|
|
90
|
+
.qds-accessory-section,
|
|
91
|
+
.qds-accessory,
|
|
92
|
+
.qds-controls-jumbo,
|
|
93
|
+
.qds-controls-large,
|
|
94
|
+
.qds-controls-small,
|
|
95
|
+
.qds-controls,
|
|
96
|
+
.qds-main-section,
|
|
97
|
+
.qds-main-subsection,
|
|
98
|
+
.qds-main,
|
|
99
|
+
.qds-navigation-section,
|
|
100
|
+
.qds-navigation-subsection,
|
|
101
|
+
.qds-navigation,
|
|
102
|
+
.qds-panel-section,
|
|
103
|
+
.qds-panel-subsection,
|
|
104
|
+
.qds-panel,
|
|
105
|
+
.qds-popup-section,
|
|
106
|
+
.qds-popup-subsection,
|
|
107
|
+
.qds-popup
|
|
108
|
+
)
|
|
109
|
+
:is(blockquote, figure, input, menu, ol, p, pre, ul) {
|
|
110
|
+
margin: 0;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.qds-accessory-section,
|
|
114
|
+
.qds-accessory,
|
|
115
|
+
.qds-controls-jumbo,
|
|
116
|
+
.qds-controls-large,
|
|
117
|
+
.qds-controls-small,
|
|
118
|
+
.qds-controls,
|
|
119
|
+
.qds-main-section,
|
|
120
|
+
.qds-main-subsection,
|
|
121
|
+
.qds-main,
|
|
122
|
+
.qds-navigation-section,
|
|
123
|
+
.qds-navigation-subsection,
|
|
124
|
+
.qds-navigation,
|
|
125
|
+
.qds-panel-section,
|
|
126
|
+
.qds-panel-subsection,
|
|
127
|
+
.qds-panel,
|
|
128
|
+
.qds-popup-section,
|
|
129
|
+
.qds-popup-subsection,
|
|
130
|
+
.qds-popup {
|
|
131
|
+
align-items: flex-start;
|
|
132
|
+
display: flex;
|
|
133
|
+
flex-direction: column;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
:is(
|
|
137
|
+
[class^='qds-']:not([class^='qds-platform-'], [class^='qds-theme-']),
|
|
138
|
+
[class*=' qds-']:not([class*=' qds-platform-'], [class*=' qds-theme-'])
|
|
139
|
+
)
|
|
140
|
+
:is(
|
|
141
|
+
.qds-accessory,
|
|
142
|
+
.qds-main-subsection,
|
|
143
|
+
.qds-main,
|
|
144
|
+
.qds-navigation-subsection,
|
|
145
|
+
.qds-navigation,
|
|
146
|
+
.qds-panel-subsection,
|
|
147
|
+
.qds-panel,
|
|
148
|
+
.qds-popup-subsection,
|
|
149
|
+
.qds-popup
|
|
150
|
+
).qds-subdued {
|
|
151
|
+
background-color: transparent;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
:is(
|
|
155
|
+
[class^='qds-']:not([class^='qds-platform-'], [class^='qds-theme-']),
|
|
156
|
+
[class*=' qds-']:not([class*=' qds-platform-'], [class*=' qds-theme-'])
|
|
157
|
+
)
|
|
158
|
+
:is(.qds-panel, .qds-navigation, .qds-popup, .qds-accessory).qds-subdued {
|
|
159
|
+
box-shadow: none;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.qds-main {
|
|
163
|
+
background-color: var(--qds-theme-main-background);
|
|
164
|
+
padding-block: var(--qds-main-padding-vertical);
|
|
165
|
+
padding-inline: var(--qds-main-padding-horizontal);
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.qds-main,
|
|
169
|
+
.qds-main .qds-unrelated {
|
|
170
|
+
gap: var(--qds-main-gap-children-unrelated);
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.qds-main.qds-related,
|
|
174
|
+
.qds-main .qds-related {
|
|
175
|
+
gap: var(--qds-main-gap-children-related);
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.qds-main-section {
|
|
179
|
+
padding-block-start: var(--qds-main-section-padding-top);
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.qds-main-section,
|
|
183
|
+
.qds-main-section .qds-unrelated {
|
|
184
|
+
gap: var(--qds-main-section-gap-children-unrelated);
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.qds-main-section.qds-related,
|
|
188
|
+
.qds-main-section .qds-related {
|
|
189
|
+
gap: var(--qds-main-section-gap-children-related);
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.qds-main-subsection {
|
|
193
|
+
background-color: var(--qds-theme-main-subsection-standard-background);
|
|
194
|
+
border-radius: var(--qds-main-subsection-border-radius);
|
|
195
|
+
padding: var(--qds-main-subsection-padding);
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.qds-main-subsection,
|
|
199
|
+
.qds-main-subsection .qds-unrelated {
|
|
200
|
+
gap: var(--qds-main-subsection-gap-children-unrelated);
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.qds-main-subsection.qds-emphasized {
|
|
204
|
+
box-shadow: var(--qds-theme-main-subsection-emphasized);
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.qds-main-subsection.qds-related,
|
|
208
|
+
.qds-main-subsection .qds-related {
|
|
209
|
+
gap: var(--qds-main-subsection-gap-children-related);
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.qds-navigation {
|
|
213
|
+
background-color: var(--qds-theme-navigation-background);
|
|
214
|
+
border-radius: var(--qds-navigation-border-radius);
|
|
215
|
+
box-shadow: var(--qds-theme-navigation-elevation);
|
|
216
|
+
padding: var(--qds-navigation-padding);
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.qds-navigation,
|
|
220
|
+
.qds-navigation .qds-unrelated {
|
|
221
|
+
gap: var(--qds-navigation-gap-children-unrelated);
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.qds-navigation.qds-related,
|
|
225
|
+
.qds-navigation .qds-related {
|
|
226
|
+
gap: var(--qds-navigation-gap-children-related);
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
.qds-navigation-section {
|
|
230
|
+
padding: var(--qds-navigation-section-padding);
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
.qds-navigation-section,
|
|
234
|
+
.qds-navigation-section .qds-unrelated {
|
|
235
|
+
gap: var(--qds-navigation-section-gap-children-unrelated);
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
.qds-navigation-section.qds-related,
|
|
239
|
+
.qds-navigation-section .qds-related {
|
|
240
|
+
gap: var(--qds-navigation-section-gap-children-related);
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
.qds-navigation-subsection {
|
|
244
|
+
background-color: var(--qds-theme-navigation-subsection-standard-background);
|
|
245
|
+
border-radius: var(--qds-navigation-subsection-border-radius);
|
|
246
|
+
padding: var(--qds-navigation-subsection-padding);
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
.qds-navigation-subsection,
|
|
250
|
+
.qds-navigation-subsection .qds-unrelated {
|
|
251
|
+
gap: var(--qds-navigation-subsection-gap-children-unrelated);
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
.qds-navigation-subsection.qds-emphasized {
|
|
255
|
+
box-shadow: var(--qds-theme-navigation-subsection-emphasized);
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
.qds-navigation-subsection.qds-related,
|
|
259
|
+
.qds-navigation-subsection .qds-related {
|
|
260
|
+
gap: var(--qds-navigation-subsection-gap-children-related);
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
.qds-panel {
|
|
264
|
+
background-color: var(--qds-theme-panel-background);
|
|
265
|
+
border-radius: var(--qds-panel-border-radius);
|
|
266
|
+
box-shadow: var(--qds-theme-panel-elevation);
|
|
267
|
+
padding: var(--qds-panel-padding);
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
.qds-panel,
|
|
271
|
+
.qds-panel .qds-unrelated {
|
|
272
|
+
gap: var(--qds-panel-gap-children-unrelated);
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.qds-panel.qds-related,
|
|
276
|
+
.qds-panel .qds-related {
|
|
277
|
+
gap: var(--qds-panel-gap-children-related);
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
.qds-panel-section {
|
|
281
|
+
padding-block-start: var(--qds-panel-section-padding-top);
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
.qds-panel-section,
|
|
285
|
+
.qds-panel-section .qds-unrelated {
|
|
286
|
+
gap: var(--qds-panel-section-gap-children-unrelated);
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
.qds-panel-section.qds-related,
|
|
290
|
+
.qds-panel-section .qds-related {
|
|
291
|
+
gap: var(--qds-panel-section-gap-children-related);
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
.qds-panel-subsection {
|
|
295
|
+
background-color: var(--qds-theme-panel-subsection-standard-background);
|
|
296
|
+
border-radius: var(--qds-panel-subsection-border-radius);
|
|
297
|
+
padding: var(--qds-panel-subsection-padding);
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
.qds-panel-subsection,
|
|
301
|
+
.qds-panel-subsection .qds-unrelated {
|
|
302
|
+
gap: var(--qds-panel-subsection-gap-children-unrelated);
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
.qds-panel-subsection.qds-emphasized {
|
|
306
|
+
box-shadow: var(--qds-theme-panel-subsection-emphasized);
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
.qds-panel-subsection.qds-related,
|
|
310
|
+
.qds-panel-subsection .qds-related {
|
|
311
|
+
gap: var(--qds-panel-subsection-gap-children-related);
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
.qds-popup {
|
|
315
|
+
background-color: var(--qds-theme-popup-background);
|
|
316
|
+
border-radius: var(--qds-popup-border-radius);
|
|
317
|
+
box-shadow: var(--qds-theme-popup-elevation);
|
|
318
|
+
padding: var(--qds-popup-padding);
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
.qds-popup,
|
|
322
|
+
.qds-popup .qds-unrelated {
|
|
323
|
+
gap: var(--qds-popup-gap-children-unrelated);
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
.qds-popup.qds-related,
|
|
327
|
+
.qds-popup .qds-related {
|
|
328
|
+
gap: var(--qds-popup-gap-children-related);
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
.qds-popup-section,
|
|
332
|
+
.qds-popup-section .qds-unrelated {
|
|
333
|
+
gap: var(--qds-popup-section-gap-children-unrelated);
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
.qds-popup-section.qds-related,
|
|
337
|
+
.qds-popup-section .qds-related {
|
|
338
|
+
gap: var(--qds-popup-section-gap-children-related);
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
.qds-popup-subsection {
|
|
342
|
+
background-color: var(--qds-theme-popup-subsection-standard-background);
|
|
343
|
+
border-radius: var(--qds-popup-subsection-border-radius);
|
|
344
|
+
padding: var(--qds-popup-subsection-padding);
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
.qds-popup-subsection,
|
|
348
|
+
.qds-popup-subsection .qds-unrelated {
|
|
349
|
+
gap: var(--qds-popup-subsection-gap-children-unrelated);
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
.qds-popup-subsection.qds-emphasized {
|
|
353
|
+
box-shadow: var(--qds-theme-popup-subsection-emphasized);
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.qds-popup-subsection.qds-related,
|
|
357
|
+
.qds-popup-subsection .qds-related {
|
|
358
|
+
gap: var(--qds-popup-subsection-gap-children-related);
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
.qds-accessory {
|
|
362
|
+
background-color: var(--qds-theme-accessory-background);
|
|
363
|
+
border-radius: var(--qds-accessory-border-radius);
|
|
364
|
+
box-shadow: var(--qds-theme-accessory-elevation);
|
|
365
|
+
padding: var(--qds-accessory-padding);
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
.qds-accessory,
|
|
369
|
+
.qds-accessory .qds-unrelated {
|
|
370
|
+
gap: var(--qds-accessory-gap-children-unrelated);
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
.qds-accessory.qds-related,
|
|
374
|
+
.qds-accessory .qds-related {
|
|
375
|
+
gap: var(--qds-accessory-gap-children-related);
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
.qds-accessory-section {
|
|
379
|
+
border-radius: var(--qds-accessory-section-border-radius);
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
.qds-accessory-section,
|
|
383
|
+
.qds-accessory-section .qds-unrelated {
|
|
384
|
+
gap: var(--qds-accessory-section-gap-children-unrelated);
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
.qds-accessory-section.qds-related,
|
|
388
|
+
.qds-accessory-section .qds-related {
|
|
389
|
+
gap: var(--qds-accessory-section-gap-children-related);
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
.qds-controls-small,
|
|
393
|
+
.qds-controls-small .qds-unrelated {
|
|
394
|
+
gap: var(--qds-control-small-gap-siblings-unrelated);
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
.qds-controls-small.qds-related,
|
|
398
|
+
.qds-controls-small .qds-related {
|
|
399
|
+
gap: var(--qds-control-small-gap-siblings-related);
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
.qds-controls,
|
|
403
|
+
.qds-controls .qds-unrelated {
|
|
404
|
+
gap: var(--qds-control-standard-gap-siblings-unrelated);
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
.qds-controls.qds-related,
|
|
408
|
+
.qds-controls .qds-related {
|
|
409
|
+
gap: var(--qds-control-standard-gap-siblings-related);
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
.qds-controls-large,
|
|
413
|
+
.qds-controls-large .qds-unrelated {
|
|
414
|
+
gap: var(--qds-control-large-gap-siblings-unrelated);
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
.qds-controls-large.qds-related,
|
|
418
|
+
.qds-controls-large .qds-related {
|
|
419
|
+
gap: var(--qds-control-large-gap-siblings-related);
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
.qds-controls-jumbo,
|
|
423
|
+
.qds-controls-jumbo .qds-unrelated {
|
|
424
|
+
gap: var(--qds-control-jumbo-gap-siblings-unrelated);
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
.qds-controls-jumbo.qds-related,
|
|
428
|
+
.qds-controls-jumbo .qds-related {
|
|
429
|
+
gap: var(--qds-control-jumbo-gap-siblings-related);
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
.qds-interactive {
|
|
433
|
+
cursor: pointer;
|
|
434
|
+
user-select: none;
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
:is(
|
|
438
|
+
.qds-main-subsection,
|
|
439
|
+
.qds-navigation-subsection,
|
|
440
|
+
.qds-panel-subsection,
|
|
441
|
+
.qds-popup-subsection
|
|
442
|
+
).qds-interactive:hover {
|
|
443
|
+
background-color: var(--qds-theme-interactive-background-hover);
|
|
444
|
+
text-decoration: none;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
:is(
|
|
448
|
+
.qds-main-subsection,
|
|
449
|
+
.qds-navigation-subsection,
|
|
450
|
+
.qds-panel-subsection,
|
|
451
|
+
.qds-popup-subsection
|
|
452
|
+
).qds-interactive:active {
|
|
453
|
+
background-color: var(--qds-theme-interactive-background-selected);
|
|
454
|
+
text-decoration: none;
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
.qds-control-group-inline {
|
|
458
|
+
display: flex;
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
.qds-control-group-inline > :first-child:not(:only-child) {
|
|
462
|
+
--qds-control-border-radius-top-right: 0px;
|
|
463
|
+
--qds-control-border-radius-bottom-right: 0px;
|
|
464
|
+
--qds-control-border-width-inline-end: 0px;
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
.qds-control-group-inline > :not(:first-child, :last-child) {
|
|
468
|
+
--qds-control-border-radius-top-left: 0px;
|
|
469
|
+
--qds-control-border-radius-top-right: 0px;
|
|
470
|
+
--qds-control-border-radius-bottom-right: 0px;
|
|
471
|
+
--qds-control-border-radius-bottom-left: 0px;
|
|
472
|
+
--qds-control-border-width-inline-end: 0px;
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
.qds-control-group-inline > :last-child:not(:only-child) {
|
|
476
|
+
--qds-control-border-radius-top-left: 0px;
|
|
477
|
+
--qds-control-border-radius-bottom-left: 0px;
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
.qds-control-group-block {
|
|
481
|
+
display: flex;
|
|
482
|
+
flex-direction: column;
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
.qds-control-group-block > :first-child:not(:only-child) {
|
|
486
|
+
--qds-control-border-radius-bottom-left: 0px;
|
|
487
|
+
--qds-control-border-radius-bottom-right: 0px;
|
|
488
|
+
--qds-control-border-width-block-end: 0px;
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
.qds-control-group-block > :not(:first-child, :last-child) {
|
|
492
|
+
--qds-control-border-radius-top-left: 0px;
|
|
493
|
+
--qds-control-border-radius-top-right: 0px;
|
|
494
|
+
--qds-control-border-radius-bottom-right: 0px;
|
|
495
|
+
--qds-control-border-radius-bottom-left: 0px;
|
|
496
|
+
--qds-control-border-width-block-end: 0px;
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
.qds-control-group-block > :last-child:not(:only-child) {
|
|
500
|
+
--qds-control-border-radius-top-left: 0px;
|
|
501
|
+
--qds-control-border-radius-top-right: 0px;
|
|
502
|
+
}
|