@quartzds/core-react 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/QdsBadgeCounter.d.ts +13 -0
- package/lib/generated/QdsBadgeCounter.d.ts.map +1 -0
- package/lib/generated/QdsBadgeCounter.js +33 -0
- package/lib/generated/QdsBadgeCounter.js.map +1 -0
- package/lib/generated/QdsBadgeIndicator.d.ts +13 -0
- package/lib/generated/QdsBadgeIndicator.d.ts.map +1 -0
- package/lib/generated/QdsBadgeIndicator.js +32 -0
- package/lib/generated/QdsBadgeIndicator.js.map +1 -0
- package/lib/generated/QdsBreadcrumbItem.d.ts +13 -0
- package/lib/generated/QdsBreadcrumbItem.d.ts.map +1 -0
- package/lib/generated/QdsBreadcrumbItem.js +34 -0
- package/lib/generated/QdsBreadcrumbItem.js.map +1 -0
- package/lib/generated/QdsButton.d.ts +17 -0
- package/lib/generated/QdsButton.d.ts.map +1 -0
- package/lib/generated/QdsButton.js +55 -0
- package/lib/generated/QdsButton.js.map +1 -0
- package/lib/generated/QdsCheckbox.d.ts +18 -0
- package/lib/generated/QdsCheckbox.d.ts.map +1 -0
- package/lib/generated/QdsCheckbox.js +44 -0
- package/lib/generated/QdsCheckbox.js.map +1 -0
- package/lib/generated/QdsChip.d.ts +19 -0
- package/lib/generated/QdsChip.d.ts.map +1 -0
- package/lib/generated/QdsChip.js +42 -0
- package/lib/generated/QdsChip.js.map +1 -0
- package/lib/generated/QdsDialog.d.ts +16 -0
- package/lib/generated/QdsDialog.d.ts.map +1 -0
- package/lib/generated/QdsDialog.js +30 -0
- package/lib/generated/QdsDialog.js.map +1 -0
- package/lib/generated/QdsDivider.d.ts +13 -0
- package/lib/generated/QdsDivider.d.ts.map +1 -0
- package/lib/generated/QdsDivider.js +30 -0
- package/lib/generated/QdsDivider.js.map +1 -0
- package/lib/generated/QdsDropdown.d.ts +16 -0
- package/lib/generated/QdsDropdown.d.ts.map +1 -0
- package/lib/generated/QdsDropdown.js +37 -0
- package/lib/generated/QdsDropdown.js.map +1 -0
- package/lib/generated/QdsFormMessage.d.ts +13 -0
- package/lib/generated/QdsFormMessage.d.ts.map +1 -0
- package/lib/generated/QdsFormMessage.js +33 -0
- package/lib/generated/QdsFormMessage.js.map +1 -0
- package/lib/generated/QdsIcon.d.ts +16 -0
- package/lib/generated/QdsIcon.d.ts.map +1 -0
- package/lib/generated/QdsIcon.js +33 -0
- package/lib/generated/QdsIcon.js.map +1 -0
- package/lib/generated/QdsInlineLink.d.ts +17 -0
- package/lib/generated/QdsInlineLink.d.ts.map +1 -0
- package/lib/generated/QdsInlineLink.js +40 -0
- package/lib/generated/QdsInlineLink.js.map +1 -0
- package/lib/generated/QdsInput.d.ts +20 -0
- package/lib/generated/QdsInput.d.ts.map +1 -0
- package/lib/generated/QdsInput.js +59 -0
- package/lib/generated/QdsInput.js.map +1 -0
- package/lib/generated/QdsLabel.d.ts +13 -0
- package/lib/generated/QdsLabel.d.ts.map +1 -0
- package/lib/generated/QdsLabel.js +32 -0
- package/lib/generated/QdsLabel.js.map +1 -0
- package/lib/generated/QdsListItem.d.ts +18 -0
- package/lib/generated/QdsListItem.d.ts.map +1 -0
- package/lib/generated/QdsListItem.js +44 -0
- package/lib/generated/QdsListItem.js.map +1 -0
- package/lib/generated/QdsLoader.d.ts +13 -0
- package/lib/generated/QdsLoader.d.ts.map +1 -0
- package/lib/generated/QdsLoader.js +30 -0
- package/lib/generated/QdsLoader.js.map +1 -0
- package/lib/generated/QdsNavListItem.d.ts +17 -0
- package/lib/generated/QdsNavListItem.d.ts.map +1 -0
- package/lib/generated/QdsNavListItem.js +38 -0
- package/lib/generated/QdsNavListItem.js.map +1 -0
- package/lib/generated/QdsProgressBar.d.ts +13 -0
- package/lib/generated/QdsProgressBar.d.ts.map +1 -0
- package/lib/generated/QdsProgressBar.js +32 -0
- package/lib/generated/QdsProgressBar.js.map +1 -0
- package/lib/generated/QdsRadio.d.ts +18 -0
- package/lib/generated/QdsRadio.d.ts.map +1 -0
- package/lib/generated/QdsRadio.js +40 -0
- package/lib/generated/QdsRadio.js.map +1 -0
- package/lib/generated/QdsSelect.d.ts +19 -0
- package/lib/generated/QdsSelect.d.ts.map +1 -0
- package/lib/generated/QdsSelect.js +45 -0
- package/lib/generated/QdsSelect.js.map +1 -0
- package/lib/generated/QdsStandaloneLink.d.ts +17 -0
- package/lib/generated/QdsStandaloneLink.d.ts.map +1 -0
- package/lib/generated/QdsStandaloneLink.js +42 -0
- package/lib/generated/QdsStandaloneLink.js.map +1 -0
- package/lib/generated/QdsSwitch.d.ts +18 -0
- package/lib/generated/QdsSwitch.d.ts.map +1 -0
- package/lib/generated/QdsSwitch.js +40 -0
- package/lib/generated/QdsSwitch.js.map +1 -0
- package/lib/generated/QdsTab.d.ts +18 -0
- package/lib/generated/QdsTab.d.ts.map +1 -0
- package/lib/generated/QdsTab.js +55 -0
- package/lib/generated/QdsTab.js.map +1 -0
- package/lib/generated/QdsTabbar.d.ts +17 -0
- package/lib/generated/QdsTabbar.d.ts.map +1 -0
- package/lib/generated/QdsTabbar.js +34 -0
- package/lib/generated/QdsTabbar.js.map +1 -0
- package/lib/generated/QdsTable.d.ts +13 -0
- package/lib/generated/QdsTable.d.ts.map +1 -0
- package/lib/generated/QdsTable.js +27 -0
- package/lib/generated/QdsTable.js.map +1 -0
- package/lib/generated/QdsTableBody.d.ts +13 -0
- package/lib/generated/QdsTableBody.d.ts.map +1 -0
- package/lib/generated/QdsTableBody.js +27 -0
- package/lib/generated/QdsTableBody.js.map +1 -0
- package/lib/generated/QdsTableCell.d.ts +13 -0
- package/lib/generated/QdsTableCell.d.ts.map +1 -0
- package/lib/generated/QdsTableCell.js +30 -0
- package/lib/generated/QdsTableCell.js.map +1 -0
- package/lib/generated/QdsTableHead.d.ts +13 -0
- package/lib/generated/QdsTableHead.d.ts.map +1 -0
- package/lib/generated/QdsTableHead.js +27 -0
- package/lib/generated/QdsTableHead.js.map +1 -0
- package/lib/generated/QdsTableHeadCell.d.ts +13 -0
- package/lib/generated/QdsTableHeadCell.d.ts.map +1 -0
- package/lib/generated/QdsTableHeadCell.js +32 -0
- package/lib/generated/QdsTableHeadCell.js.map +1 -0
- package/lib/generated/QdsTableRow.d.ts +13 -0
- package/lib/generated/QdsTableRow.d.ts.map +1 -0
- package/lib/generated/QdsTableRow.js +27 -0
- package/lib/generated/QdsTableRow.js.map +1 -0
- package/lib/generated/QdsTag.d.ts +13 -0
- package/lib/generated/QdsTag.d.ts.map +1 -0
- package/lib/generated/QdsTag.js +37 -0
- package/lib/generated/QdsTag.js.map +1 -0
- package/lib/generated/QdsTextarea.d.ts +19 -0
- package/lib/generated/QdsTextarea.d.ts.map +1 -0
- package/lib/generated/QdsTextarea.js +52 -0
- package/lib/generated/QdsTextarea.js.map +1 -0
- package/lib/generated/QdsTitle.d.ts +13 -0
- package/lib/generated/QdsTitle.d.ts.map +1 -0
- package/lib/generated/QdsTitle.js +37 -0
- package/lib/generated/QdsTitle.js.map +1 -0
- package/lib/generated/QdsTooltip.d.ts +15 -0
- package/lib/generated/QdsTooltip.d.ts.map +1 -0
- package/lib/generated/QdsTooltip.js +35 -0
- package/lib/generated/QdsTooltip.js.map +1 -0
- package/lib/generated/components.d.ts +39 -0
- package/lib/generated/components.d.ts.map +1 -0
- package/lib/generated/components.js +41 -0
- package/lib/generated/components.js.map +1 -0
- package/lib/index.d.ts +34 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +37 -3
- package/lib/index.js.map +1 -1
- package/package.json +22 -10
- package/styles/core.css +502 -0
- package/lib/generated/proxies.d.ts +0 -16
- package/lib/generated/proxies.d.ts.map +0 -1
- package/lib/generated/proxies.js +0 -33
- package/lib/generated/proxies.js.map +0 -1
- package/lib/generated/react-component-lib/createComponent.d.ts +0 -11
- package/lib/generated/react-component-lib/createComponent.d.ts.map +0 -1
- package/lib/generated/react-component-lib/createComponent.js +0 -68
- package/lib/generated/react-component-lib/createComponent.js.map +0 -1
- package/lib/generated/react-component-lib/createOverlayComponent.d.ts +0 -22
- package/lib/generated/react-component-lib/createOverlayComponent.d.ts.map +0 -1
- package/lib/generated/react-component-lib/createOverlayComponent.js +0 -96
- package/lib/generated/react-component-lib/createOverlayComponent.js.map +0 -1
- package/lib/generated/react-component-lib/index.d.ts +0 -3
- package/lib/generated/react-component-lib/index.d.ts.map +0 -1
- package/lib/generated/react-component-lib/index.js +0 -3
- package/lib/generated/react-component-lib/index.js.map +0 -1
- package/lib/generated/react-component-lib/interfaces.d.ts +0 -30
- package/lib/generated/react-component-lib/interfaces.d.ts.map +0 -1
- package/lib/generated/react-component-lib/interfaces.js +0 -2
- package/lib/generated/react-component-lib/interfaces.js.map +0 -1
- package/lib/generated/react-component-lib/utils/attachProps.d.ts +0 -17
- package/lib/generated/react-component-lib/utils/attachProps.d.ts.map +0 -1
- package/lib/generated/react-component-lib/utils/attachProps.js +0 -108
- package/lib/generated/react-component-lib/utils/attachProps.js.map +0 -1
- package/lib/generated/react-component-lib/utils/case.d.ts +0 -3
- package/lib/generated/react-component-lib/utils/case.d.ts.map +0 -1
- package/lib/generated/react-component-lib/utils/case.js +0 -7
- package/lib/generated/react-component-lib/utils/case.js.map +0 -1
- package/lib/generated/react-component-lib/utils/dev.d.ts +0 -3
- package/lib/generated/react-component-lib/utils/dev.d.ts.map +0 -1
- package/lib/generated/react-component-lib/utils/dev.js +0 -13
- package/lib/generated/react-component-lib/utils/dev.js.map +0 -1
- package/lib/generated/react-component-lib/utils/index.d.ts +0 -11
- package/lib/generated/react-component-lib/utils/index.d.ts.map +0 -1
- package/lib/generated/react-component-lib/utils/index.js +0 -32
- package/lib/generated/react-component-lib/utils/index.js.map +0 -1
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
* Do __not__ import components from this file as server side rendered components
|
|
5
|
+
* may not hydrate due to missing Stencil runtime. Instead, import these components through the generated 'components.ts'
|
|
6
|
+
* file that re-exports all components with the 'use client' directive.
|
|
7
|
+
*/
|
|
8
|
+
import { QdsRadio as QdsRadioElement, defineCustomElement as defineQdsRadio } from "@quartzds/core/components/qds-radio.js";
|
|
9
|
+
import { createComponent, createSSRComponent } from '@stencil/react-output-target/runtime';
|
|
10
|
+
import React from 'react';
|
|
11
|
+
const QdsRadio = typeof window !== 'undefined'
|
|
12
|
+
? /*@__PURE__*/ createComponent({
|
|
13
|
+
tagName: 'qds-radio',
|
|
14
|
+
elementClass: QdsRadioElement,
|
|
15
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
16
|
+
react: React,
|
|
17
|
+
events: {
|
|
18
|
+
onQdsBlur: 'qdsBlur',
|
|
19
|
+
onQdsChange: 'qdsChange',
|
|
20
|
+
onQdsFocus: 'qdsFocus'
|
|
21
|
+
},
|
|
22
|
+
defineCustomElement: defineQdsRadio
|
|
23
|
+
})
|
|
24
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
25
|
+
tagName: 'qds-radio',
|
|
26
|
+
properties: {
|
|
27
|
+
inline: 'inline',
|
|
28
|
+
size: 'size',
|
|
29
|
+
text: 'text',
|
|
30
|
+
checked: 'checked',
|
|
31
|
+
disabled: 'disabled',
|
|
32
|
+
form: 'form',
|
|
33
|
+
name: 'name',
|
|
34
|
+
required: 'required',
|
|
35
|
+
value: 'value'
|
|
36
|
+
},
|
|
37
|
+
hydrateModule: import('@quartzds/core/hydrate')
|
|
38
|
+
});
|
|
39
|
+
export default QdsRadio;
|
|
40
|
+
//# sourceMappingURL=QdsRadio.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QdsRadio.js","sourceRoot":"","sources":["../../src/generated/QdsRadio.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAKH,OAAO,EAAE,QAAQ,IAAI,eAAe,EAAE,mBAAmB,IAAI,cAAc,EAAE,MAAM,wCAAwC,CAAC;AAE5H,OAAO,EAAE,eAAe,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAC3F,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,MAAM,QAAQ,GAA2D,OAAO,MAAM,KAAK,WAAW;IAClG,CAAC,CAAC,aAAa,CAAC,eAAe,CAAkC;QAC7D,OAAO,EAAE,WAAW;QACpB,YAAY,EAAE,eAAe;QAC7B,uIAAuI;QACvI,KAAK,EAAE,KAAK;QACZ,MAAM,EAAE;YACJ,SAAS,EAAE,SAAS;YACpB,WAAW,EAAE,WAAW;YACxB,UAAU,EAAE,UAAU;SACP;QACnB,mBAAmB,EAAE,cAAc;KACtC,CAAC;IACF,CAAC,CAAC,aAAa,CAAC,kBAAkB,CAAkC;QAChE,OAAO,EAAE,WAAW;QACpB,UAAU,EAAE;YACR,MAAM,EAAE,QAAQ;YAChB,IAAI,EAAE,MAAM;YACZ,IAAI,EAAE,MAAM;YACZ,OAAO,EAAE,SAAS;YAClB,QAAQ,EAAE,UAAU;YACpB,IAAI,EAAE,MAAM;YACZ,IAAI,EAAE,MAAM;YACZ,QAAQ,EAAE,UAAU;YACpB,KAAK,EAAE,OAAO;SACjB;QACD,aAAa,EAAE,MAAM,CAAC,wBAAwB,CAAC;KAClD,CAAC,CAAC;AAEP,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
* Do __not__ import components from this file as server side rendered components
|
|
5
|
+
* may not hydrate due to missing Stencil runtime. Instead, import these components through the generated 'components.ts'
|
|
6
|
+
* file that re-exports all components with the 'use client' directive.
|
|
7
|
+
*/
|
|
8
|
+
import { type QdsFocusEventDetail, type QdsInputEventDetail, type QdsSelectCustomEvent } from "@quartzds/core";
|
|
9
|
+
import { QdsSelect as QdsSelectElement } from "@quartzds/core/components/qds-select.js";
|
|
10
|
+
import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
11
|
+
type QdsSelectEvents = {
|
|
12
|
+
onQdsBlur: EventName<QdsSelectCustomEvent<QdsFocusEventDetail>>;
|
|
13
|
+
onQdsChange: EventName<CustomEvent<void>>;
|
|
14
|
+
onQdsFocus: EventName<QdsSelectCustomEvent<QdsFocusEventDetail>>;
|
|
15
|
+
onQdsInput: EventName<QdsSelectCustomEvent<QdsInputEventDetail>>;
|
|
16
|
+
};
|
|
17
|
+
declare const QdsSelect: StencilReactComponent<QdsSelectElement, QdsSelectEvents>;
|
|
18
|
+
export default QdsSelect;
|
|
19
|
+
//# sourceMappingURL=QdsSelect.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QdsSelect.d.ts","sourceRoot":"","sources":["../../src/generated/QdsSelect.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,OAAO,EAAE,KAAK,mBAAmB,EAAE,KAAK,mBAAmB,EAAE,KAAK,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAC/G,OAAO,EAAE,SAAS,IAAI,gBAAgB,EAA0C,MAAM,yCAAyC,CAAC;AAChI,OAAO,KAAK,EAAE,SAAS,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAI7F,KAAK,eAAe,GAAG;IACnB,SAAS,EAAE,SAAS,CAAC,oBAAoB,CAAC,mBAAmB,CAAC,CAAC,CAAC;IAChE,WAAW,EAAE,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,CAAC;IAC1C,UAAU,EAAE,SAAS,CAAC,oBAAoB,CAAC,mBAAmB,CAAC,CAAC,CAAC;IACjE,UAAU,EAAE,SAAS,CAAC,oBAAoB,CAAC,mBAAmB,CAAC,CAAC,CAAA;CACnE,CAAC;AAEF,QAAA,MAAM,SAAS,EAAE,qBAAqB,CAAC,gBAAgB,EAAE,eAAe,CAgClE,CAAC;AAEP,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
* Do __not__ import components from this file as server side rendered components
|
|
5
|
+
* may not hydrate due to missing Stencil runtime. Instead, import these components through the generated 'components.ts'
|
|
6
|
+
* file that re-exports all components with the 'use client' directive.
|
|
7
|
+
*/
|
|
8
|
+
import { QdsSelect as QdsSelectElement, defineCustomElement as defineQdsSelect } from "@quartzds/core/components/qds-select.js";
|
|
9
|
+
import { createComponent, createSSRComponent } from '@stencil/react-output-target/runtime';
|
|
10
|
+
import React from 'react';
|
|
11
|
+
const QdsSelect = typeof window !== 'undefined'
|
|
12
|
+
? /*@__PURE__*/ createComponent({
|
|
13
|
+
tagName: 'qds-select',
|
|
14
|
+
elementClass: QdsSelectElement,
|
|
15
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
16
|
+
react: React,
|
|
17
|
+
events: {
|
|
18
|
+
onQdsBlur: 'qdsBlur',
|
|
19
|
+
onQdsChange: 'qdsChange',
|
|
20
|
+
onQdsFocus: 'qdsFocus',
|
|
21
|
+
onQdsInput: 'qdsInput'
|
|
22
|
+
},
|
|
23
|
+
defineCustomElement: defineQdsSelect
|
|
24
|
+
})
|
|
25
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
26
|
+
tagName: 'qds-select',
|
|
27
|
+
properties: {
|
|
28
|
+
size: 'size',
|
|
29
|
+
autoComplete: 'autocomplete',
|
|
30
|
+
disabled: 'disabled',
|
|
31
|
+
form: 'form',
|
|
32
|
+
length: 'length',
|
|
33
|
+
multiple: 'multiple',
|
|
34
|
+
name: 'name',
|
|
35
|
+
required: 'required',
|
|
36
|
+
selectedIndex: 'selected-index',
|
|
37
|
+
type: 'type',
|
|
38
|
+
validationMessage: 'validation-message',
|
|
39
|
+
value: 'value',
|
|
40
|
+
willValidate: 'will-validate'
|
|
41
|
+
},
|
|
42
|
+
hydrateModule: import('@quartzds/core/hydrate')
|
|
43
|
+
});
|
|
44
|
+
export default QdsSelect;
|
|
45
|
+
//# sourceMappingURL=QdsSelect.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QdsSelect.js","sourceRoot":"","sources":["../../src/generated/QdsSelect.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAKH,OAAO,EAAE,SAAS,IAAI,gBAAgB,EAAE,mBAAmB,IAAI,eAAe,EAAE,MAAM,yCAAyC,CAAC;AAEhI,OAAO,EAAE,eAAe,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAC3F,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,MAAM,SAAS,GAA6D,OAAO,MAAM,KAAK,WAAW;IACrG,CAAC,CAAC,aAAa,CAAC,eAAe,CAAoC;QAC/D,OAAO,EAAE,YAAY;QACrB,YAAY,EAAE,gBAAgB;QAC9B,uIAAuI;QACvI,KAAK,EAAE,KAAK;QACZ,MAAM,EAAE;YACJ,SAAS,EAAE,SAAS;YACpB,WAAW,EAAE,WAAW;YACxB,UAAU,EAAE,UAAU;YACtB,UAAU,EAAE,UAAU;SACN;QACpB,mBAAmB,EAAE,eAAe;KACvC,CAAC;IACF,CAAC,CAAC,aAAa,CAAC,kBAAkB,CAAoC;QAClE,OAAO,EAAE,YAAY;QACrB,UAAU,EAAE;YACR,IAAI,EAAE,MAAM;YACZ,YAAY,EAAE,cAAc;YAC5B,QAAQ,EAAE,UAAU;YACpB,IAAI,EAAE,MAAM;YACZ,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,UAAU;YACpB,IAAI,EAAE,MAAM;YACZ,QAAQ,EAAE,UAAU;YACpB,aAAa,EAAE,gBAAgB;YAC/B,IAAI,EAAE,MAAM;YACZ,iBAAiB,EAAE,oBAAoB;YACvC,KAAK,EAAE,OAAO;YACd,YAAY,EAAE,eAAe;SAChC;QACD,aAAa,EAAE,MAAM,CAAC,wBAAwB,CAAC;KAClD,CAAC,CAAC;AAEP,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
* Do __not__ import components from this file as server side rendered components
|
|
5
|
+
* may not hydrate due to missing Stencil runtime. Instead, import these components through the generated 'components.ts'
|
|
6
|
+
* file that re-exports all components with the 'use client' directive.
|
|
7
|
+
*/
|
|
8
|
+
import { type QdsFocusEventDetail, type QdsStandaloneLinkCustomEvent } from "@quartzds/core";
|
|
9
|
+
import { QdsStandaloneLink as QdsStandaloneLinkElement } from "@quartzds/core/components/qds-standalone-link.js";
|
|
10
|
+
import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
11
|
+
type QdsStandaloneLinkEvents = {
|
|
12
|
+
onQdsBlur: EventName<QdsStandaloneLinkCustomEvent<QdsFocusEventDetail>>;
|
|
13
|
+
onQdsFocus: EventName<QdsStandaloneLinkCustomEvent<QdsFocusEventDetail>>;
|
|
14
|
+
};
|
|
15
|
+
declare const QdsStandaloneLink: StencilReactComponent<QdsStandaloneLinkElement, QdsStandaloneLinkEvents>;
|
|
16
|
+
export default QdsStandaloneLink;
|
|
17
|
+
//# sourceMappingURL=QdsStandaloneLink.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QdsStandaloneLink.d.ts","sourceRoot":"","sources":["../../src/generated/QdsStandaloneLink.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,OAAO,EAAE,KAAK,mBAAmB,EAAE,KAAK,4BAA4B,EAAE,MAAM,gBAAgB,CAAC;AAC7F,OAAO,EAAE,iBAAiB,IAAI,wBAAwB,EAAkD,MAAM,kDAAkD,CAAC;AACjK,OAAO,KAAK,EAAE,SAAS,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAI7F,KAAK,uBAAuB,GAAG;IAC3B,SAAS,EAAE,SAAS,CAAC,4BAA4B,CAAC,mBAAmB,CAAC,CAAC,CAAC;IACxE,UAAU,EAAE,SAAS,CAAC,4BAA4B,CAAC,mBAAmB,CAAC,CAAC,CAAA;CAC3E,CAAC;AAEF,QAAA,MAAM,iBAAiB,EAAE,qBAAqB,CAAC,wBAAwB,EAAE,uBAAuB,CA6B1F,CAAC;AAEP,eAAe,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
* Do __not__ import components from this file as server side rendered components
|
|
5
|
+
* may not hydrate due to missing Stencil runtime. Instead, import these components through the generated 'components.ts'
|
|
6
|
+
* file that re-exports all components with the 'use client' directive.
|
|
7
|
+
*/
|
|
8
|
+
import { QdsStandaloneLink as QdsStandaloneLinkElement, defineCustomElement as defineQdsStandaloneLink } from "@quartzds/core/components/qds-standalone-link.js";
|
|
9
|
+
import { createComponent, createSSRComponent } from '@stencil/react-output-target/runtime';
|
|
10
|
+
import React from 'react';
|
|
11
|
+
const QdsStandaloneLink = typeof window !== 'undefined'
|
|
12
|
+
? /*@__PURE__*/ createComponent({
|
|
13
|
+
tagName: 'qds-standalone-link',
|
|
14
|
+
elementClass: QdsStandaloneLinkElement,
|
|
15
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
16
|
+
react: React,
|
|
17
|
+
events: {
|
|
18
|
+
onQdsBlur: 'qdsBlur',
|
|
19
|
+
onQdsFocus: 'qdsFocus'
|
|
20
|
+
},
|
|
21
|
+
defineCustomElement: defineQdsStandaloneLink
|
|
22
|
+
})
|
|
23
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
24
|
+
tagName: 'qds-standalone-link',
|
|
25
|
+
properties: {
|
|
26
|
+
disabled: 'disabled',
|
|
27
|
+
iconName: 'icon-name',
|
|
28
|
+
iconLibrary: 'icon-library',
|
|
29
|
+
importance: 'importance',
|
|
30
|
+
size: 'size',
|
|
31
|
+
visitable: 'visitable',
|
|
32
|
+
download: 'download',
|
|
33
|
+
href: 'href',
|
|
34
|
+
hreflang: 'hreflang',
|
|
35
|
+
referrerPolicy: 'referrerpolicy',
|
|
36
|
+
rel: 'rel',
|
|
37
|
+
target: 'target'
|
|
38
|
+
},
|
|
39
|
+
hydrateModule: import('@quartzds/core/hydrate')
|
|
40
|
+
});
|
|
41
|
+
export default QdsStandaloneLink;
|
|
42
|
+
//# sourceMappingURL=QdsStandaloneLink.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QdsStandaloneLink.js","sourceRoot":"","sources":["../../src/generated/QdsStandaloneLink.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAKH,OAAO,EAAE,iBAAiB,IAAI,wBAAwB,EAAE,mBAAmB,IAAI,uBAAuB,EAAE,MAAM,kDAAkD,CAAC;AAEjK,OAAO,EAAE,eAAe,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAC3F,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,MAAM,iBAAiB,GAA6E,OAAO,MAAM,KAAK,WAAW;IAC7H,CAAC,CAAC,aAAa,CAAC,eAAe,CAAoD;QAC/E,OAAO,EAAE,qBAAqB;QAC9B,YAAY,EAAE,wBAAwB;QACtC,uIAAuI;QACvI,KAAK,EAAE,KAAK;QACZ,MAAM,EAAE;YACJ,SAAS,EAAE,SAAS;YACpB,UAAU,EAAE,UAAU;SACE;QAC5B,mBAAmB,EAAE,uBAAuB;KAC/C,CAAC;IACF,CAAC,CAAC,aAAa,CAAC,kBAAkB,CAAoD;QAClF,OAAO,EAAE,qBAAqB;QAC9B,UAAU,EAAE;YACR,QAAQ,EAAE,UAAU;YACpB,QAAQ,EAAE,WAAW;YACrB,WAAW,EAAE,cAAc;YAC3B,UAAU,EAAE,YAAY;YACxB,IAAI,EAAE,MAAM;YACZ,SAAS,EAAE,WAAW;YACtB,QAAQ,EAAE,UAAU;YACpB,IAAI,EAAE,MAAM;YACZ,QAAQ,EAAE,UAAU;YACpB,cAAc,EAAE,gBAAgB;YAChC,GAAG,EAAE,KAAK;YACV,MAAM,EAAE,QAAQ;SACnB;QACD,aAAa,EAAE,MAAM,CAAC,wBAAwB,CAAC;KAClD,CAAC,CAAC;AAEP,eAAe,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
* Do __not__ import components from this file as server side rendered components
|
|
5
|
+
* may not hydrate due to missing Stencil runtime. Instead, import these components through the generated 'components.ts'
|
|
6
|
+
* file that re-exports all components with the 'use client' directive.
|
|
7
|
+
*/
|
|
8
|
+
import { type QdsFocusEventDetail, type QdsSwitchCustomEvent } from "@quartzds/core";
|
|
9
|
+
import { QdsSwitch as QdsSwitchElement } from "@quartzds/core/components/qds-switch.js";
|
|
10
|
+
import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
11
|
+
type QdsSwitchEvents = {
|
|
12
|
+
onQdsBlur: EventName<QdsSwitchCustomEvent<QdsFocusEventDetail>>;
|
|
13
|
+
onQdsChange: EventName<CustomEvent<void>>;
|
|
14
|
+
onQdsFocus: EventName<QdsSwitchCustomEvent<QdsFocusEventDetail>>;
|
|
15
|
+
};
|
|
16
|
+
declare const QdsSwitch: StencilReactComponent<QdsSwitchElement, QdsSwitchEvents>;
|
|
17
|
+
export default QdsSwitch;
|
|
18
|
+
//# sourceMappingURL=QdsSwitch.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QdsSwitch.d.ts","sourceRoot":"","sources":["../../src/generated/QdsSwitch.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,OAAO,EAAE,KAAK,mBAAmB,EAAE,KAAK,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AACrF,OAAO,EAAE,SAAS,IAAI,gBAAgB,EAA0C,MAAM,yCAAyC,CAAC;AAChI,OAAO,KAAK,EAAE,SAAS,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAI7F,KAAK,eAAe,GAAG;IACnB,SAAS,EAAE,SAAS,CAAC,oBAAoB,CAAC,mBAAmB,CAAC,CAAC,CAAC;IAChE,WAAW,EAAE,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,CAAC;IAC1C,UAAU,EAAE,SAAS,CAAC,oBAAoB,CAAC,mBAAmB,CAAC,CAAC,CAAA;CACnE,CAAC;AAEF,QAAA,MAAM,SAAS,EAAE,qBAAqB,CAAC,gBAAgB,EAAE,eAAe,CA2BlE,CAAC;AAEP,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
* Do __not__ import components from this file as server side rendered components
|
|
5
|
+
* may not hydrate due to missing Stencil runtime. Instead, import these components through the generated 'components.ts'
|
|
6
|
+
* file that re-exports all components with the 'use client' directive.
|
|
7
|
+
*/
|
|
8
|
+
import { QdsSwitch as QdsSwitchElement, defineCustomElement as defineQdsSwitch } from "@quartzds/core/components/qds-switch.js";
|
|
9
|
+
import { createComponent, createSSRComponent } from '@stencil/react-output-target/runtime';
|
|
10
|
+
import React from 'react';
|
|
11
|
+
const QdsSwitch = typeof window !== 'undefined'
|
|
12
|
+
? /*@__PURE__*/ createComponent({
|
|
13
|
+
tagName: 'qds-switch',
|
|
14
|
+
elementClass: QdsSwitchElement,
|
|
15
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
16
|
+
react: React,
|
|
17
|
+
events: {
|
|
18
|
+
onQdsBlur: 'qdsBlur',
|
|
19
|
+
onQdsChange: 'qdsChange',
|
|
20
|
+
onQdsFocus: 'qdsFocus'
|
|
21
|
+
},
|
|
22
|
+
defineCustomElement: defineQdsSwitch
|
|
23
|
+
})
|
|
24
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
25
|
+
tagName: 'qds-switch',
|
|
26
|
+
properties: {
|
|
27
|
+
inline: 'inline',
|
|
28
|
+
size: 'size',
|
|
29
|
+
checked: 'checked',
|
|
30
|
+
disabled: 'disabled',
|
|
31
|
+
form: 'form',
|
|
32
|
+
name: 'name',
|
|
33
|
+
value: 'value',
|
|
34
|
+
validationMessage: 'validation-message',
|
|
35
|
+
willValidate: 'will-validate'
|
|
36
|
+
},
|
|
37
|
+
hydrateModule: import('@quartzds/core/hydrate')
|
|
38
|
+
});
|
|
39
|
+
export default QdsSwitch;
|
|
40
|
+
//# sourceMappingURL=QdsSwitch.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QdsSwitch.js","sourceRoot":"","sources":["../../src/generated/QdsSwitch.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAKH,OAAO,EAAE,SAAS,IAAI,gBAAgB,EAAE,mBAAmB,IAAI,eAAe,EAAE,MAAM,yCAAyC,CAAC;AAEhI,OAAO,EAAE,eAAe,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAC3F,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,MAAM,SAAS,GAA6D,OAAO,MAAM,KAAK,WAAW;IACrG,CAAC,CAAC,aAAa,CAAC,eAAe,CAAoC;QAC/D,OAAO,EAAE,YAAY;QACrB,YAAY,EAAE,gBAAgB;QAC9B,uIAAuI;QACvI,KAAK,EAAE,KAAK;QACZ,MAAM,EAAE;YACJ,SAAS,EAAE,SAAS;YACpB,WAAW,EAAE,WAAW;YACxB,UAAU,EAAE,UAAU;SACN;QACpB,mBAAmB,EAAE,eAAe;KACvC,CAAC;IACF,CAAC,CAAC,aAAa,CAAC,kBAAkB,CAAoC;QAClE,OAAO,EAAE,YAAY;QACrB,UAAU,EAAE;YACR,MAAM,EAAE,QAAQ;YAChB,IAAI,EAAE,MAAM;YACZ,OAAO,EAAE,SAAS;YAClB,QAAQ,EAAE,UAAU;YACpB,IAAI,EAAE,MAAM;YACZ,IAAI,EAAE,MAAM;YACZ,KAAK,EAAE,OAAO;YACd,iBAAiB,EAAE,oBAAoB;YACvC,YAAY,EAAE,eAAe;SAChC;QACD,aAAa,EAAE,MAAM,CAAC,wBAAwB,CAAC;KAClD,CAAC,CAAC;AAEP,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
* Do __not__ import components from this file as server side rendered components
|
|
5
|
+
* may not hydrate due to missing Stencil runtime. Instead, import these components through the generated 'components.ts'
|
|
6
|
+
* file that re-exports all components with the 'use client' directive.
|
|
7
|
+
*/
|
|
8
|
+
import { type QdsFocusEventDetail, type QdsTabCustomEvent } from "@quartzds/core";
|
|
9
|
+
import { QdsTab as QdsTabElement } from "@quartzds/core/components/qds-tab.js";
|
|
10
|
+
import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
11
|
+
type QdsTabEvents = {
|
|
12
|
+
onQdsClose: EventName<CustomEvent<void>>;
|
|
13
|
+
onQdsBlur: EventName<QdsTabCustomEvent<QdsFocusEventDetail>>;
|
|
14
|
+
onQdsFocus: EventName<QdsTabCustomEvent<QdsFocusEventDetail>>;
|
|
15
|
+
};
|
|
16
|
+
declare const QdsTab: StencilReactComponent<QdsTabElement, QdsTabEvents>;
|
|
17
|
+
export default QdsTab;
|
|
18
|
+
//# sourceMappingURL=QdsTab.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QdsTab.d.ts","sourceRoot":"","sources":["../../src/generated/QdsTab.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,OAAO,EAAE,KAAK,mBAAmB,EAAE,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAClF,OAAO,EAAE,MAAM,IAAI,aAAa,EAAuC,MAAM,sCAAsC,CAAC;AACpH,OAAO,KAAK,EAAE,SAAS,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAI7F,KAAK,YAAY,GAAG;IAChB,UAAU,EAAE,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,CAAC;IACzC,SAAS,EAAE,SAAS,CAAC,iBAAiB,CAAC,mBAAmB,CAAC,CAAC,CAAC;IAC7D,UAAU,EAAE,SAAS,CAAC,iBAAiB,CAAC,mBAAmB,CAAC,CAAC,CAAA;CAChE,CAAC;AAEF,QAAA,MAAM,MAAM,EAAE,qBAAqB,CAAC,aAAa,EAAE,YAAY,CA0CzD,CAAC;AAEP,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
* Do __not__ import components from this file as server side rendered components
|
|
5
|
+
* may not hydrate due to missing Stencil runtime. Instead, import these components through the generated 'components.ts'
|
|
6
|
+
* file that re-exports all components with the 'use client' directive.
|
|
7
|
+
*/
|
|
8
|
+
import { QdsTab as QdsTabElement, defineCustomElement as defineQdsTab } from "@quartzds/core/components/qds-tab.js";
|
|
9
|
+
import { createComponent, createSSRComponent } from '@stencil/react-output-target/runtime';
|
|
10
|
+
import React from 'react';
|
|
11
|
+
const QdsTab = typeof window !== 'undefined'
|
|
12
|
+
? /*@__PURE__*/ createComponent({
|
|
13
|
+
tagName: 'qds-tab',
|
|
14
|
+
elementClass: QdsTabElement,
|
|
15
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
16
|
+
react: React,
|
|
17
|
+
events: {
|
|
18
|
+
onQdsClose: 'qdsClose',
|
|
19
|
+
onQdsBlur: 'qdsBlur',
|
|
20
|
+
onQdsFocus: 'qdsFocus'
|
|
21
|
+
},
|
|
22
|
+
defineCustomElement: defineQdsTab
|
|
23
|
+
})
|
|
24
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
25
|
+
tagName: 'qds-tab',
|
|
26
|
+
properties: {
|
|
27
|
+
action: 'action',
|
|
28
|
+
badge: 'badge',
|
|
29
|
+
badgeCounterImportance: 'badge-counter-importance',
|
|
30
|
+
badgeDescription: 'badge-description',
|
|
31
|
+
badgeIndicatorStatus: 'badge-indicator-status',
|
|
32
|
+
disabled: 'disabled',
|
|
33
|
+
iconLibrary: 'icon-library',
|
|
34
|
+
iconName: 'icon-name',
|
|
35
|
+
iconOnly: 'icon-only',
|
|
36
|
+
importance: 'importance',
|
|
37
|
+
indicatorPosition: 'indicator-position',
|
|
38
|
+
panel: 'panel',
|
|
39
|
+
tagIconDescription: 'tag-icon-description',
|
|
40
|
+
tagIconName: 'tag-icon-name',
|
|
41
|
+
tagIconLibrary: 'tag-icon-library',
|
|
42
|
+
tagImportance: 'tag-importance',
|
|
43
|
+
tagSize: 'tag-size',
|
|
44
|
+
tagStatus: 'tag-status',
|
|
45
|
+
tagText: 'tag-text',
|
|
46
|
+
selected: 'selected',
|
|
47
|
+
size: 'size',
|
|
48
|
+
subtitle: 'subtitle',
|
|
49
|
+
text: 'text',
|
|
50
|
+
href: 'href'
|
|
51
|
+
},
|
|
52
|
+
hydrateModule: import('@quartzds/core/hydrate')
|
|
53
|
+
});
|
|
54
|
+
export default QdsTab;
|
|
55
|
+
//# sourceMappingURL=QdsTab.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QdsTab.js","sourceRoot":"","sources":["../../src/generated/QdsTab.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAKH,OAAO,EAAE,MAAM,IAAI,aAAa,EAAE,mBAAmB,IAAI,YAAY,EAAE,MAAM,sCAAsC,CAAC;AAEpH,OAAO,EAAE,eAAe,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAC3F,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,MAAM,MAAM,GAAuD,OAAO,MAAM,KAAK,WAAW;IAC5F,CAAC,CAAC,aAAa,CAAC,eAAe,CAA8B;QACzD,OAAO,EAAE,SAAS;QAClB,YAAY,EAAE,aAAa;QAC3B,uIAAuI;QACvI,KAAK,EAAE,KAAK;QACZ,MAAM,EAAE;YACJ,UAAU,EAAE,UAAU;YACtB,SAAS,EAAE,SAAS;YACpB,UAAU,EAAE,UAAU;SACT;QACjB,mBAAmB,EAAE,YAAY;KACpC,CAAC;IACF,CAAC,CAAC,aAAa,CAAC,kBAAkB,CAA8B;QAC5D,OAAO,EAAE,SAAS;QAClB,UAAU,EAAE;YACR,MAAM,EAAE,QAAQ;YAChB,KAAK,EAAE,OAAO;YACd,sBAAsB,EAAE,0BAA0B;YAClD,gBAAgB,EAAE,mBAAmB;YACrC,oBAAoB,EAAE,wBAAwB;YAC9C,QAAQ,EAAE,UAAU;YACpB,WAAW,EAAE,cAAc;YAC3B,QAAQ,EAAE,WAAW;YACrB,QAAQ,EAAE,WAAW;YACrB,UAAU,EAAE,YAAY;YACxB,iBAAiB,EAAE,oBAAoB;YACvC,KAAK,EAAE,OAAO;YACd,kBAAkB,EAAE,sBAAsB;YAC1C,WAAW,EAAE,eAAe;YAC5B,cAAc,EAAE,kBAAkB;YAClC,aAAa,EAAE,gBAAgB;YAC/B,OAAO,EAAE,UAAU;YACnB,SAAS,EAAE,YAAY;YACvB,OAAO,EAAE,UAAU;YACnB,QAAQ,EAAE,UAAU;YACpB,IAAI,EAAE,MAAM;YACZ,QAAQ,EAAE,UAAU;YACpB,IAAI,EAAE,MAAM;YACZ,IAAI,EAAE,MAAM;SACf;QACD,aAAa,EAAE,MAAM,CAAC,wBAAwB,CAAC;KAClD,CAAC,CAAC;AAEP,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
* Do __not__ import components from this file as server side rendered components
|
|
5
|
+
* may not hydrate due to missing Stencil runtime. Instead, import these components through the generated 'components.ts'
|
|
6
|
+
* file that re-exports all components with the 'use client' directive.
|
|
7
|
+
*/
|
|
8
|
+
import { type QdsTabbarCustomEvent } from "@quartzds/core";
|
|
9
|
+
import { QdsTabbar as QdsTabbarElement } from "@quartzds/core/components/qds-tabbar.js";
|
|
10
|
+
import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
11
|
+
type QdsTabbarEvents = {
|
|
12
|
+
onQdsTabShow: EventName<QdsTabbarCustomEvent<HTMLElement>>;
|
|
13
|
+
onQdsTabHide: EventName<QdsTabbarCustomEvent<HTMLElement>>;
|
|
14
|
+
};
|
|
15
|
+
declare const QdsTabbar: StencilReactComponent<QdsTabbarElement, QdsTabbarEvents>;
|
|
16
|
+
export default QdsTabbar;
|
|
17
|
+
//# sourceMappingURL=QdsTabbar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QdsTabbar.d.ts","sourceRoot":"","sources":["../../src/generated/QdsTabbar.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,EAAE,SAAS,IAAI,gBAAgB,EAA0C,MAAM,yCAAyC,CAAC;AAChI,OAAO,KAAK,EAAE,SAAS,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAI7F,KAAK,eAAe,GAAG;IACnB,YAAY,EAAE,SAAS,CAAC,oBAAoB,CAAC,WAAW,CAAC,CAAC,CAAC;IAC3D,YAAY,EAAE,SAAS,CAAC,oBAAoB,CAAC,WAAW,CAAC,CAAC,CAAA;CAC7D,CAAC;AAEF,QAAA,MAAM,SAAS,EAAE,qBAAqB,CAAC,gBAAgB,EAAE,eAAe,CAqBlE,CAAC;AAEP,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
* Do __not__ import components from this file as server side rendered components
|
|
5
|
+
* may not hydrate due to missing Stencil runtime. Instead, import these components through the generated 'components.ts'
|
|
6
|
+
* file that re-exports all components with the 'use client' directive.
|
|
7
|
+
*/
|
|
8
|
+
import { QdsTabbar as QdsTabbarElement, defineCustomElement as defineQdsTabbar } from "@quartzds/core/components/qds-tabbar.js";
|
|
9
|
+
import { createComponent, createSSRComponent } from '@stencil/react-output-target/runtime';
|
|
10
|
+
import React from 'react';
|
|
11
|
+
const QdsTabbar = typeof window !== 'undefined'
|
|
12
|
+
? /*@__PURE__*/ createComponent({
|
|
13
|
+
tagName: 'qds-tabbar',
|
|
14
|
+
elementClass: QdsTabbarElement,
|
|
15
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
16
|
+
react: React,
|
|
17
|
+
events: {
|
|
18
|
+
onQdsTabShow: 'qdsTabShow',
|
|
19
|
+
onQdsTabHide: 'qdsTabHide'
|
|
20
|
+
},
|
|
21
|
+
defineCustomElement: defineQdsTabbar
|
|
22
|
+
})
|
|
23
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
24
|
+
tagName: 'qds-tabbar',
|
|
25
|
+
properties: {
|
|
26
|
+
layer: 'layer',
|
|
27
|
+
level: 'level',
|
|
28
|
+
orientation: 'orientation',
|
|
29
|
+
tablistDescription: 'tablist-description'
|
|
30
|
+
},
|
|
31
|
+
hydrateModule: import('@quartzds/core/hydrate')
|
|
32
|
+
});
|
|
33
|
+
export default QdsTabbar;
|
|
34
|
+
//# sourceMappingURL=QdsTabbar.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QdsTabbar.js","sourceRoot":"","sources":["../../src/generated/QdsTabbar.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAKH,OAAO,EAAE,SAAS,IAAI,gBAAgB,EAAE,mBAAmB,IAAI,eAAe,EAAE,MAAM,yCAAyC,CAAC;AAEhI,OAAO,EAAE,eAAe,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAC3F,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,MAAM,SAAS,GAA6D,OAAO,MAAM,KAAK,WAAW;IACrG,CAAC,CAAC,aAAa,CAAC,eAAe,CAAoC;QAC/D,OAAO,EAAE,YAAY;QACrB,YAAY,EAAE,gBAAgB;QAC9B,uIAAuI;QACvI,KAAK,EAAE,KAAK;QACZ,MAAM,EAAE;YACJ,YAAY,EAAE,YAAY;YAC1B,YAAY,EAAE,YAAY;SACV;QACpB,mBAAmB,EAAE,eAAe;KACvC,CAAC;IACF,CAAC,CAAC,aAAa,CAAC,kBAAkB,CAAoC;QAClE,OAAO,EAAE,YAAY;QACrB,UAAU,EAAE;YACR,KAAK,EAAE,OAAO;YACd,KAAK,EAAE,OAAO;YACd,WAAW,EAAE,aAAa;YAC1B,kBAAkB,EAAE,qBAAqB;SAC5C;QACD,aAAa,EAAE,MAAM,CAAC,wBAAwB,CAAC;KAClD,CAAC,CAAC;AAEP,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
* Do __not__ import components from this file as server side rendered components
|
|
5
|
+
* may not hydrate due to missing Stencil runtime. Instead, import these components through the generated 'components.ts'
|
|
6
|
+
* file that re-exports all components with the 'use client' directive.
|
|
7
|
+
*/
|
|
8
|
+
import { QdsTable as QdsTableElement } from "@quartzds/core/components/qds-table.js";
|
|
9
|
+
import type { StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
10
|
+
type QdsTableEvents = NonNullable<unknown>;
|
|
11
|
+
declare const QdsTable: StencilReactComponent<QdsTableElement, QdsTableEvents>;
|
|
12
|
+
export default QdsTable;
|
|
13
|
+
//# sourceMappingURL=QdsTable.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QdsTable.d.ts","sourceRoot":"","sources":["../../src/generated/QdsTable.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,OAAO,EAAE,QAAQ,IAAI,eAAe,EAAyC,MAAM,wCAAwC,CAAC;AAC5H,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAIlF,KAAK,cAAc,GAAG,WAAW,CAAC,OAAO,CAAC,CAAC;AAE3C,QAAA,MAAM,QAAQ,EAAE,qBAAqB,CAAC,eAAe,EAAE,cAAc,CAa/D,CAAC;AAEP,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
* Do __not__ import components from this file as server side rendered components
|
|
5
|
+
* may not hydrate due to missing Stencil runtime. Instead, import these components through the generated 'components.ts'
|
|
6
|
+
* file that re-exports all components with the 'use client' directive.
|
|
7
|
+
*/
|
|
8
|
+
/* eslint-disable */
|
|
9
|
+
import { QdsTable as QdsTableElement, defineCustomElement as defineQdsTable } from "@quartzds/core/components/qds-table.js";
|
|
10
|
+
import { createComponent, createSSRComponent } from '@stencil/react-output-target/runtime';
|
|
11
|
+
import React from 'react';
|
|
12
|
+
const QdsTable = typeof window !== 'undefined'
|
|
13
|
+
? /*@__PURE__*/ createComponent({
|
|
14
|
+
tagName: 'qds-table',
|
|
15
|
+
elementClass: QdsTableElement,
|
|
16
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
17
|
+
react: React,
|
|
18
|
+
events: {},
|
|
19
|
+
defineCustomElement: defineQdsTable
|
|
20
|
+
})
|
|
21
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
22
|
+
tagName: 'qds-table',
|
|
23
|
+
properties: {},
|
|
24
|
+
hydrateModule: import('@quartzds/core/hydrate')
|
|
25
|
+
});
|
|
26
|
+
export default QdsTable;
|
|
27
|
+
//# sourceMappingURL=QdsTable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QdsTable.js","sourceRoot":"","sources":["../../src/generated/QdsTable.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,oBAAoB;AAEpB,OAAO,EAAE,QAAQ,IAAI,eAAe,EAAE,mBAAmB,IAAI,cAAc,EAAE,MAAM,wCAAwC,CAAC;AAE5H,OAAO,EAAE,eAAe,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAC3F,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,QAAQ,GAA2D,OAAO,MAAM,KAAK,WAAW;IAClG,CAAC,CAAC,aAAa,CAAC,eAAe,CAAkC;QAC7D,OAAO,EAAE,WAAW;QACpB,YAAY,EAAE,eAAe;QAC7B,uIAAuI;QACvI,KAAK,EAAE,KAAK;QACZ,MAAM,EAAE,EAAoB;QAC5B,mBAAmB,EAAE,cAAc;KACtC,CAAC;IACF,CAAC,CAAC,aAAa,CAAC,kBAAkB,CAAkC;QAChE,OAAO,EAAE,WAAW;QACpB,UAAU,EAAE,EAAE;QACd,aAAa,EAAE,MAAM,CAAC,wBAAwB,CAAC;KAClD,CAAC,CAAC;AAEP,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
* Do __not__ import components from this file as server side rendered components
|
|
5
|
+
* may not hydrate due to missing Stencil runtime. Instead, import these components through the generated 'components.ts'
|
|
6
|
+
* file that re-exports all components with the 'use client' directive.
|
|
7
|
+
*/
|
|
8
|
+
import { QdsTableBody as QdsTableBodyElement } from "@quartzds/core/components/qds-table-body.js";
|
|
9
|
+
import type { StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
10
|
+
type QdsTableBodyEvents = NonNullable<unknown>;
|
|
11
|
+
declare const QdsTableBody: StencilReactComponent<QdsTableBodyElement, QdsTableBodyEvents>;
|
|
12
|
+
export default QdsTableBody;
|
|
13
|
+
//# sourceMappingURL=QdsTableBody.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QdsTableBody.d.ts","sourceRoot":"","sources":["../../src/generated/QdsTableBody.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,OAAO,EAAE,YAAY,IAAI,mBAAmB,EAA6C,MAAM,6CAA6C,CAAC;AAC7I,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAIlF,KAAK,kBAAkB,GAAG,WAAW,CAAC,OAAO,CAAC,CAAC;AAE/C,QAAA,MAAM,YAAY,EAAE,qBAAqB,CAAC,mBAAmB,EAAE,kBAAkB,CAa3E,CAAC;AAEP,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
* Do __not__ import components from this file as server side rendered components
|
|
5
|
+
* may not hydrate due to missing Stencil runtime. Instead, import these components through the generated 'components.ts'
|
|
6
|
+
* file that re-exports all components with the 'use client' directive.
|
|
7
|
+
*/
|
|
8
|
+
/* eslint-disable */
|
|
9
|
+
import { QdsTableBody as QdsTableBodyElement, defineCustomElement as defineQdsTableBody } from "@quartzds/core/components/qds-table-body.js";
|
|
10
|
+
import { createComponent, createSSRComponent } from '@stencil/react-output-target/runtime';
|
|
11
|
+
import React from 'react';
|
|
12
|
+
const QdsTableBody = typeof window !== 'undefined'
|
|
13
|
+
? /*@__PURE__*/ createComponent({
|
|
14
|
+
tagName: 'qds-table-body',
|
|
15
|
+
elementClass: QdsTableBodyElement,
|
|
16
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
17
|
+
react: React,
|
|
18
|
+
events: {},
|
|
19
|
+
defineCustomElement: defineQdsTableBody
|
|
20
|
+
})
|
|
21
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
22
|
+
tagName: 'qds-table-body',
|
|
23
|
+
properties: {},
|
|
24
|
+
hydrateModule: import('@quartzds/core/hydrate')
|
|
25
|
+
});
|
|
26
|
+
export default QdsTableBody;
|
|
27
|
+
//# sourceMappingURL=QdsTableBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QdsTableBody.js","sourceRoot":"","sources":["../../src/generated/QdsTableBody.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,oBAAoB;AAEpB,OAAO,EAAE,YAAY,IAAI,mBAAmB,EAAE,mBAAmB,IAAI,kBAAkB,EAAE,MAAM,6CAA6C,CAAC;AAE7I,OAAO,EAAE,eAAe,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAC3F,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,YAAY,GAAmE,OAAO,MAAM,KAAK,WAAW;IAC9G,CAAC,CAAC,aAAa,CAAC,eAAe,CAA0C;QACrE,OAAO,EAAE,gBAAgB;QACzB,YAAY,EAAE,mBAAmB;QACjC,uIAAuI;QACvI,KAAK,EAAE,KAAK;QACZ,MAAM,EAAE,EAAwB;QAChC,mBAAmB,EAAE,kBAAkB;KAC1C,CAAC;IACF,CAAC,CAAC,aAAa,CAAC,kBAAkB,CAA0C;QACxE,OAAO,EAAE,gBAAgB;QACzB,UAAU,EAAE,EAAE;QACd,aAAa,EAAE,MAAM,CAAC,wBAAwB,CAAC;KAClD,CAAC,CAAC;AAEP,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
* Do __not__ import components from this file as server side rendered components
|
|
5
|
+
* may not hydrate due to missing Stencil runtime. Instead, import these components through the generated 'components.ts'
|
|
6
|
+
* file that re-exports all components with the 'use client' directive.
|
|
7
|
+
*/
|
|
8
|
+
import { QdsTableCell as QdsTableCellElement } from "@quartzds/core/components/qds-table-cell.js";
|
|
9
|
+
import type { StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
10
|
+
type QdsTableCellEvents = NonNullable<unknown>;
|
|
11
|
+
declare const QdsTableCell: StencilReactComponent<QdsTableCellElement, QdsTableCellEvents>;
|
|
12
|
+
export default QdsTableCell;
|
|
13
|
+
//# sourceMappingURL=QdsTableCell.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QdsTableCell.d.ts","sourceRoot":"","sources":["../../src/generated/QdsTableCell.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,OAAO,EAAE,YAAY,IAAI,mBAAmB,EAA6C,MAAM,6CAA6C,CAAC;AAC7I,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAIlF,KAAK,kBAAkB,GAAG,WAAW,CAAC,OAAO,CAAC,CAAC;AAE/C,QAAA,MAAM,YAAY,EAAE,qBAAqB,CAAC,mBAAmB,EAAE,kBAAkB,CAgB3E,CAAC;AAEP,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
* Do __not__ import components from this file as server side rendered components
|
|
5
|
+
* may not hydrate due to missing Stencil runtime. Instead, import these components through the generated 'components.ts'
|
|
6
|
+
* file that re-exports all components with the 'use client' directive.
|
|
7
|
+
*/
|
|
8
|
+
/* eslint-disable */
|
|
9
|
+
import { QdsTableCell as QdsTableCellElement, defineCustomElement as defineQdsTableCell } from "@quartzds/core/components/qds-table-cell.js";
|
|
10
|
+
import { createComponent, createSSRComponent } from '@stencil/react-output-target/runtime';
|
|
11
|
+
import React from 'react';
|
|
12
|
+
const QdsTableCell = typeof window !== 'undefined'
|
|
13
|
+
? /*@__PURE__*/ createComponent({
|
|
14
|
+
tagName: 'qds-table-cell',
|
|
15
|
+
elementClass: QdsTableCellElement,
|
|
16
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
17
|
+
react: React,
|
|
18
|
+
events: {},
|
|
19
|
+
defineCustomElement: defineQdsTableCell
|
|
20
|
+
})
|
|
21
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
22
|
+
tagName: 'qds-table-cell',
|
|
23
|
+
properties: {
|
|
24
|
+
colSpan: 'colspan',
|
|
25
|
+
rowSpan: 'rowspan'
|
|
26
|
+
},
|
|
27
|
+
hydrateModule: import('@quartzds/core/hydrate')
|
|
28
|
+
});
|
|
29
|
+
export default QdsTableCell;
|
|
30
|
+
//# sourceMappingURL=QdsTableCell.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QdsTableCell.js","sourceRoot":"","sources":["../../src/generated/QdsTableCell.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,oBAAoB;AAEpB,OAAO,EAAE,YAAY,IAAI,mBAAmB,EAAE,mBAAmB,IAAI,kBAAkB,EAAE,MAAM,6CAA6C,CAAC;AAE7I,OAAO,EAAE,eAAe,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAC3F,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,YAAY,GAAmE,OAAO,MAAM,KAAK,WAAW;IAC9G,CAAC,CAAC,aAAa,CAAC,eAAe,CAA0C;QACrE,OAAO,EAAE,gBAAgB;QACzB,YAAY,EAAE,mBAAmB;QACjC,uIAAuI;QACvI,KAAK,EAAE,KAAK;QACZ,MAAM,EAAE,EAAwB;QAChC,mBAAmB,EAAE,kBAAkB;KAC1C,CAAC;IACF,CAAC,CAAC,aAAa,CAAC,kBAAkB,CAA0C;QACxE,OAAO,EAAE,gBAAgB;QACzB,UAAU,EAAE;YACR,OAAO,EAAE,SAAS;YAClB,OAAO,EAAE,SAAS;SACrB;QACD,aAAa,EAAE,MAAM,CAAC,wBAAwB,CAAC;KAClD,CAAC,CAAC;AAEP,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
* Do __not__ import components from this file as server side rendered components
|
|
5
|
+
* may not hydrate due to missing Stencil runtime. Instead, import these components through the generated 'components.ts'
|
|
6
|
+
* file that re-exports all components with the 'use client' directive.
|
|
7
|
+
*/
|
|
8
|
+
import { QdsTableHead as QdsTableHeadElement } from "@quartzds/core/components/qds-table-head.js";
|
|
9
|
+
import type { StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
10
|
+
type QdsTableHeadEvents = NonNullable<unknown>;
|
|
11
|
+
declare const QdsTableHead: StencilReactComponent<QdsTableHeadElement, QdsTableHeadEvents>;
|
|
12
|
+
export default QdsTableHead;
|
|
13
|
+
//# sourceMappingURL=QdsTableHead.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QdsTableHead.d.ts","sourceRoot":"","sources":["../../src/generated/QdsTableHead.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,OAAO,EAAE,YAAY,IAAI,mBAAmB,EAA6C,MAAM,6CAA6C,CAAC;AAC7I,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAIlF,KAAK,kBAAkB,GAAG,WAAW,CAAC,OAAO,CAAC,CAAC;AAE/C,QAAA,MAAM,YAAY,EAAE,qBAAqB,CAAC,mBAAmB,EAAE,kBAAkB,CAa3E,CAAC;AAEP,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
* Do __not__ import components from this file as server side rendered components
|
|
5
|
+
* may not hydrate due to missing Stencil runtime. Instead, import these components through the generated 'components.ts'
|
|
6
|
+
* file that re-exports all components with the 'use client' directive.
|
|
7
|
+
*/
|
|
8
|
+
/* eslint-disable */
|
|
9
|
+
import { QdsTableHead as QdsTableHeadElement, defineCustomElement as defineQdsTableHead } from "@quartzds/core/components/qds-table-head.js";
|
|
10
|
+
import { createComponent, createSSRComponent } from '@stencil/react-output-target/runtime';
|
|
11
|
+
import React from 'react';
|
|
12
|
+
const QdsTableHead = typeof window !== 'undefined'
|
|
13
|
+
? /*@__PURE__*/ createComponent({
|
|
14
|
+
tagName: 'qds-table-head',
|
|
15
|
+
elementClass: QdsTableHeadElement,
|
|
16
|
+
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
17
|
+
react: React,
|
|
18
|
+
events: {},
|
|
19
|
+
defineCustomElement: defineQdsTableHead
|
|
20
|
+
})
|
|
21
|
+
: /*@__PURE__*/ createSSRComponent({
|
|
22
|
+
tagName: 'qds-table-head',
|
|
23
|
+
properties: {},
|
|
24
|
+
hydrateModule: import('@quartzds/core/hydrate')
|
|
25
|
+
});
|
|
26
|
+
export default QdsTableHead;
|
|
27
|
+
//# sourceMappingURL=QdsTableHead.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QdsTableHead.js","sourceRoot":"","sources":["../../src/generated/QdsTableHead.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,oBAAoB;AAEpB,OAAO,EAAE,YAAY,IAAI,mBAAmB,EAAE,mBAAmB,IAAI,kBAAkB,EAAE,MAAM,6CAA6C,CAAC;AAE7I,OAAO,EAAE,eAAe,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAC3F,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,YAAY,GAAmE,OAAO,MAAM,KAAK,WAAW;IAC9G,CAAC,CAAC,aAAa,CAAC,eAAe,CAA0C;QACrE,OAAO,EAAE,gBAAgB;QACzB,YAAY,EAAE,mBAAmB;QACjC,uIAAuI;QACvI,KAAK,EAAE,KAAK;QACZ,MAAM,EAAE,EAAwB;QAChC,mBAAmB,EAAE,kBAAkB;KAC1C,CAAC;IACF,CAAC,CAAC,aAAa,CAAC,kBAAkB,CAA0C;QACxE,OAAO,EAAE,gBAAgB;QACzB,UAAU,EAAE,EAAE;QACd,aAAa,EAAE,MAAM,CAAC,wBAAwB,CAAC;KAClD,CAAC,CAAC;AAEP,eAAe,YAAY,CAAC"}
|