@quartzds/core-react 1.0.0-beta.12 → 1.0.0-beta.121
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/CHANGELOG.md +1581 -0
- package/README.md +12 -12
- package/lib/index.cjs +550 -0
- package/lib/index.d.cts +206 -0
- package/lib/index.d.ts +206 -3
- package/lib/index.js +478 -6
- package/lib/ssr/next.cjs +53 -0
- package/lib/ssr/next.d.cts +5 -0
- package/lib/ssr/next.d.ts +5 -0
- package/lib/ssr/next.js +22 -0
- package/lib/ssr/vite.cjs +53 -0
- package/lib/ssr/vite.d.cts +5 -0
- package/lib/ssr/vite.d.ts +5 -0
- package/lib/ssr/vite.js +22 -0
- package/lib/ssr/webpack.cjs +53 -0
- package/lib/ssr/webpack.d.cts +7 -0
- package/lib/ssr/webpack.d.ts +7 -0
- package/lib/ssr/webpack.js +22 -0
- package/package.json +32 -17
- package/styles/core.css +509 -0
- package/lib/generated/proxies.d.ts +0 -17
- package/lib/generated/proxies.d.ts.map +0 -1
- package/lib/generated/proxies.js +0 -35
- 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
- package/lib/index.d.ts.map +0 -1
- package/lib/index.js.map +0 -1
package/lib/index.js
CHANGED
|
@@ -1,6 +1,478 @@
|
|
|
1
|
-
//
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
// src/generated/components.ts
|
|
2
|
+
import "@quartzds/core";
|
|
3
|
+
import { QdsActionItem as QdsActionItemElement, defineCustomElement as defineQdsActionItem } from "@quartzds/core/components/qds-action-item.js";
|
|
4
|
+
import { QdsAvatarMedia as QdsAvatarMediaElement, defineCustomElement as defineQdsAvatarMedia } from "@quartzds/core/components/qds-avatar-media.js";
|
|
5
|
+
import { QdsBadgeCounter as QdsBadgeCounterElement, defineCustomElement as defineQdsBadgeCounter } from "@quartzds/core/components/qds-badge-counter.js";
|
|
6
|
+
import { QdsBadgeIndicator as QdsBadgeIndicatorElement, defineCustomElement as defineQdsBadgeIndicator } from "@quartzds/core/components/qds-badge-indicator.js";
|
|
7
|
+
import { QdsBreadcrumbItem as QdsBreadcrumbItemElement, defineCustomElement as defineQdsBreadcrumbItem } from "@quartzds/core/components/qds-breadcrumb-item.js";
|
|
8
|
+
import { QdsButton as QdsButtonElement, defineCustomElement as defineQdsButton } from "@quartzds/core/components/qds-button.js";
|
|
9
|
+
import { QdsCheckbox as QdsCheckboxElement, defineCustomElement as defineQdsCheckbox } from "@quartzds/core/components/qds-checkbox.js";
|
|
10
|
+
import { QdsChip as QdsChipElement, defineCustomElement as defineQdsChip } from "@quartzds/core/components/qds-chip.js";
|
|
11
|
+
import { QdsDialog as QdsDialogElement, defineCustomElement as defineQdsDialog } from "@quartzds/core/components/qds-dialog.js";
|
|
12
|
+
import { QdsDivider as QdsDividerElement, defineCustomElement as defineQdsDivider } from "@quartzds/core/components/qds-divider.js";
|
|
13
|
+
import { QdsDropdown as QdsDropdownElement, defineCustomElement as defineQdsDropdown } from "@quartzds/core/components/qds-dropdown.js";
|
|
14
|
+
import { QdsFormMessage as QdsFormMessageElement, defineCustomElement as defineQdsFormMessage } from "@quartzds/core/components/qds-form-message.js";
|
|
15
|
+
import { QdsIconButton as QdsIconButtonElement, defineCustomElement as defineQdsIconButton } from "@quartzds/core/components/qds-icon-button.js";
|
|
16
|
+
import { QdsIconTab as QdsIconTabElement, defineCustomElement as defineQdsIconTab } from "@quartzds/core/components/qds-icon-tab.js";
|
|
17
|
+
import { QdsIcon as QdsIconElement, defineCustomElement as defineQdsIcon } from "@quartzds/core/components/qds-icon.js";
|
|
18
|
+
import { QdsInlineLink as QdsInlineLinkElement, defineCustomElement as defineQdsInlineLink } from "@quartzds/core/components/qds-inline-link.js";
|
|
19
|
+
import { QdsInput as QdsInputElement, defineCustomElement as defineQdsInput } from "@quartzds/core/components/qds-input.js";
|
|
20
|
+
import { QdsLabel as QdsLabelElement, defineCustomElement as defineQdsLabel } from "@quartzds/core/components/qds-label.js";
|
|
21
|
+
import { QdsListItem as QdsListItemElement, defineCustomElement as defineQdsListItem } from "@quartzds/core/components/qds-list-item.js";
|
|
22
|
+
import { QdsLoader as QdsLoaderElement, defineCustomElement as defineQdsLoader } from "@quartzds/core/components/qds-loader.js";
|
|
23
|
+
import { QdsMenuItem as QdsMenuItemElement, defineCustomElement as defineQdsMenuItem } from "@quartzds/core/components/qds-menu-item.js";
|
|
24
|
+
import { QdsMiniButton as QdsMiniButtonElement, defineCustomElement as defineQdsMiniButton } from "@quartzds/core/components/qds-mini-button.js";
|
|
25
|
+
import { QdsProgressBar as QdsProgressBarElement, defineCustomElement as defineQdsProgressBar } from "@quartzds/core/components/qds-progress-bar.js";
|
|
26
|
+
import { QdsRadio as QdsRadioElement, defineCustomElement as defineQdsRadio } from "@quartzds/core/components/qds-radio.js";
|
|
27
|
+
import { QdsSelect as QdsSelectElement, defineCustomElement as defineQdsSelect } from "@quartzds/core/components/qds-select.js";
|
|
28
|
+
import { QdsStandaloneLink as QdsStandaloneLinkElement, defineCustomElement as defineQdsStandaloneLink } from "@quartzds/core/components/qds-standalone-link.js";
|
|
29
|
+
import { QdsSwitch as QdsSwitchElement, defineCustomElement as defineQdsSwitch } from "@quartzds/core/components/qds-switch.js";
|
|
30
|
+
import { QdsTab as QdsTabElement, defineCustomElement as defineQdsTab } from "@quartzds/core/components/qds-tab.js";
|
|
31
|
+
import { QdsTabbar as QdsTabbarElement, defineCustomElement as defineQdsTabbar } from "@quartzds/core/components/qds-tabbar.js";
|
|
32
|
+
import { QdsTableCell as QdsTableCellElement, defineCustomElement as defineQdsTableCell } from "@quartzds/core/components/qds-table-cell.js";
|
|
33
|
+
import { QdsTableHeadCell as QdsTableHeadCellElement, defineCustomElement as defineQdsTableHeadCell } from "@quartzds/core/components/qds-table-head-cell.js";
|
|
34
|
+
import { QdsTableRow as QdsTableRowElement, defineCustomElement as defineQdsTableRow } from "@quartzds/core/components/qds-table-row.js";
|
|
35
|
+
import { QdsTable as QdsTableElement, defineCustomElement as defineQdsTable } from "@quartzds/core/components/qds-table.js";
|
|
36
|
+
import { QdsTag as QdsTagElement, defineCustomElement as defineQdsTag } from "@quartzds/core/components/qds-tag.js";
|
|
37
|
+
import { QdsTextarea as QdsTextareaElement, defineCustomElement as defineQdsTextarea } from "@quartzds/core/components/qds-textarea.js";
|
|
38
|
+
import { QdsTitle as QdsTitleElement, defineCustomElement as defineQdsTitle } from "@quartzds/core/components/qds-title.js";
|
|
39
|
+
import { QdsTooltip as QdsTooltipElement, defineCustomElement as defineQdsTooltip } from "@quartzds/core/components/qds-tooltip.js";
|
|
40
|
+
import { createComponent } from "@stencil/react-output-target/runtime";
|
|
41
|
+
import React from "react";
|
|
42
|
+
var QdsActionItem = /* @__PURE__ */ createComponent({
|
|
43
|
+
tagName: "qds-action-item",
|
|
44
|
+
elementClass: QdsActionItemElement,
|
|
45
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
46
|
+
react: React,
|
|
47
|
+
events: {
|
|
48
|
+
onQdsBlur: "qdsBlur",
|
|
49
|
+
onQdsFocus: "qdsFocus"
|
|
50
|
+
},
|
|
51
|
+
defineCustomElement: defineQdsActionItem
|
|
52
|
+
});
|
|
53
|
+
var QdsAvatarMedia = /* @__PURE__ */ createComponent({
|
|
54
|
+
tagName: "qds-avatar-media",
|
|
55
|
+
elementClass: QdsAvatarMediaElement,
|
|
56
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
57
|
+
react: React,
|
|
58
|
+
events: {
|
|
59
|
+
onQdsLoad: "qdsLoad",
|
|
60
|
+
onQdsError: "qdsError"
|
|
61
|
+
},
|
|
62
|
+
defineCustomElement: defineQdsAvatarMedia
|
|
63
|
+
});
|
|
64
|
+
var QdsBadgeCounter = /* @__PURE__ */ createComponent({
|
|
65
|
+
tagName: "qds-badge-counter",
|
|
66
|
+
elementClass: QdsBadgeCounterElement,
|
|
67
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
68
|
+
react: React,
|
|
69
|
+
events: {},
|
|
70
|
+
defineCustomElement: defineQdsBadgeCounter
|
|
71
|
+
});
|
|
72
|
+
var QdsBadgeIndicator = /* @__PURE__ */ createComponent({
|
|
73
|
+
tagName: "qds-badge-indicator",
|
|
74
|
+
elementClass: QdsBadgeIndicatorElement,
|
|
75
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
76
|
+
react: React,
|
|
77
|
+
events: {},
|
|
78
|
+
defineCustomElement: defineQdsBadgeIndicator
|
|
79
|
+
});
|
|
80
|
+
var QdsBreadcrumbItem = /* @__PURE__ */ createComponent({
|
|
81
|
+
tagName: "qds-breadcrumb-item",
|
|
82
|
+
elementClass: QdsBreadcrumbItemElement,
|
|
83
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
84
|
+
react: React,
|
|
85
|
+
events: {},
|
|
86
|
+
defineCustomElement: defineQdsBreadcrumbItem
|
|
87
|
+
});
|
|
88
|
+
var QdsButton = /* @__PURE__ */ createComponent({
|
|
89
|
+
tagName: "qds-button",
|
|
90
|
+
elementClass: QdsButtonElement,
|
|
91
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
92
|
+
react: React,
|
|
93
|
+
events: {
|
|
94
|
+
onQdsBlur: "qdsBlur",
|
|
95
|
+
onQdsFocus: "qdsFocus"
|
|
96
|
+
},
|
|
97
|
+
defineCustomElement: defineQdsButton
|
|
98
|
+
});
|
|
99
|
+
var QdsCheckbox = /* @__PURE__ */ createComponent({
|
|
100
|
+
tagName: "qds-checkbox",
|
|
101
|
+
elementClass: QdsCheckboxElement,
|
|
102
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
103
|
+
react: React,
|
|
104
|
+
events: {
|
|
105
|
+
onQdsBlur: "qdsBlur",
|
|
106
|
+
onQdsChange: "qdsChange",
|
|
107
|
+
onQdsFocus: "qdsFocus"
|
|
108
|
+
},
|
|
109
|
+
defineCustomElement: defineQdsCheckbox
|
|
110
|
+
});
|
|
111
|
+
var QdsChip = /* @__PURE__ */ createComponent({
|
|
112
|
+
tagName: "qds-chip",
|
|
113
|
+
elementClass: QdsChipElement,
|
|
114
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
115
|
+
react: React,
|
|
116
|
+
events: {
|
|
117
|
+
onQdsBlur: "qdsBlur",
|
|
118
|
+
onQdsFocus: "qdsFocus",
|
|
119
|
+
onQdsClose: "qdsClose",
|
|
120
|
+
onQdsChange: "qdsChange"
|
|
121
|
+
},
|
|
122
|
+
defineCustomElement: defineQdsChip
|
|
123
|
+
});
|
|
124
|
+
var QdsDialog = /* @__PURE__ */ createComponent({
|
|
125
|
+
tagName: "qds-dialog",
|
|
126
|
+
elementClass: QdsDialogElement,
|
|
127
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
128
|
+
react: React,
|
|
129
|
+
events: {
|
|
130
|
+
onQdsCancel: "qdsCancel",
|
|
131
|
+
onQdsClose: "qdsClose"
|
|
132
|
+
},
|
|
133
|
+
defineCustomElement: defineQdsDialog
|
|
134
|
+
});
|
|
135
|
+
var QdsDivider = /* @__PURE__ */ createComponent({
|
|
136
|
+
tagName: "qds-divider",
|
|
137
|
+
elementClass: QdsDividerElement,
|
|
138
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
139
|
+
react: React,
|
|
140
|
+
events: {},
|
|
141
|
+
defineCustomElement: defineQdsDivider
|
|
142
|
+
});
|
|
143
|
+
var QdsDropdown = /* @__PURE__ */ createComponent({
|
|
144
|
+
tagName: "qds-dropdown",
|
|
145
|
+
elementClass: QdsDropdownElement,
|
|
146
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
147
|
+
react: React,
|
|
148
|
+
events: {
|
|
149
|
+
onQdsCancel: "qdsCancel",
|
|
150
|
+
onQdsClose: "qdsClose"
|
|
151
|
+
},
|
|
152
|
+
defineCustomElement: defineQdsDropdown
|
|
153
|
+
});
|
|
154
|
+
var QdsFormMessage = /* @__PURE__ */ createComponent({
|
|
155
|
+
tagName: "qds-form-message",
|
|
156
|
+
elementClass: QdsFormMessageElement,
|
|
157
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
158
|
+
react: React,
|
|
159
|
+
events: {},
|
|
160
|
+
defineCustomElement: defineQdsFormMessage
|
|
161
|
+
});
|
|
162
|
+
var QdsIcon = /* @__PURE__ */ createComponent({
|
|
163
|
+
tagName: "qds-icon",
|
|
164
|
+
elementClass: QdsIconElement,
|
|
165
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
166
|
+
react: React,
|
|
167
|
+
events: {
|
|
168
|
+
onQdsLoad: "qdsLoad",
|
|
169
|
+
onQdsError: "qdsError"
|
|
170
|
+
},
|
|
171
|
+
defineCustomElement: defineQdsIcon
|
|
172
|
+
});
|
|
173
|
+
var QdsIconButton = /* @__PURE__ */ createComponent({
|
|
174
|
+
tagName: "qds-icon-button",
|
|
175
|
+
elementClass: QdsIconButtonElement,
|
|
176
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
177
|
+
react: React,
|
|
178
|
+
events: {
|
|
179
|
+
onQdsBlur: "qdsBlur",
|
|
180
|
+
onQdsFocus: "qdsFocus"
|
|
181
|
+
},
|
|
182
|
+
defineCustomElement: defineQdsIconButton
|
|
183
|
+
});
|
|
184
|
+
var QdsIconTab = /* @__PURE__ */ createComponent({
|
|
185
|
+
tagName: "qds-icon-tab",
|
|
186
|
+
elementClass: QdsIconTabElement,
|
|
187
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
188
|
+
react: React,
|
|
189
|
+
events: {
|
|
190
|
+
onQdsBlur: "qdsBlur",
|
|
191
|
+
onQdsFocus: "qdsFocus"
|
|
192
|
+
},
|
|
193
|
+
defineCustomElement: defineQdsIconTab
|
|
194
|
+
});
|
|
195
|
+
var QdsInlineLink = /* @__PURE__ */ createComponent({
|
|
196
|
+
tagName: "qds-inline-link",
|
|
197
|
+
elementClass: QdsInlineLinkElement,
|
|
198
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
199
|
+
react: React,
|
|
200
|
+
events: {
|
|
201
|
+
onQdsBlur: "qdsBlur",
|
|
202
|
+
onQdsFocus: "qdsFocus"
|
|
203
|
+
},
|
|
204
|
+
defineCustomElement: defineQdsInlineLink
|
|
205
|
+
});
|
|
206
|
+
var QdsInput = /* @__PURE__ */ createComponent({
|
|
207
|
+
tagName: "qds-input",
|
|
208
|
+
elementClass: QdsInputElement,
|
|
209
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
210
|
+
react: React,
|
|
211
|
+
events: {
|
|
212
|
+
onQdsBlur: "qdsBlur",
|
|
213
|
+
onQdsCancel: "qdsCancel",
|
|
214
|
+
onQdsSearch: "qdsSearch",
|
|
215
|
+
onQdsChange: "qdsChange",
|
|
216
|
+
onQdsFocus: "qdsFocus",
|
|
217
|
+
onQdsInput: "qdsInput"
|
|
218
|
+
},
|
|
219
|
+
defineCustomElement: defineQdsInput
|
|
220
|
+
});
|
|
221
|
+
var QdsLabel = /* @__PURE__ */ createComponent({
|
|
222
|
+
tagName: "qds-label",
|
|
223
|
+
elementClass: QdsLabelElement,
|
|
224
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
225
|
+
react: React,
|
|
226
|
+
events: {},
|
|
227
|
+
defineCustomElement: defineQdsLabel
|
|
228
|
+
});
|
|
229
|
+
var QdsListItem = /* @__PURE__ */ createComponent({
|
|
230
|
+
tagName: "qds-list-item",
|
|
231
|
+
elementClass: QdsListItemElement,
|
|
232
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
233
|
+
react: React,
|
|
234
|
+
events: {
|
|
235
|
+
onQdsBlur: "qdsBlur",
|
|
236
|
+
onQdsChange: "qdsChange",
|
|
237
|
+
onQdsFocus: "qdsFocus"
|
|
238
|
+
},
|
|
239
|
+
defineCustomElement: defineQdsListItem
|
|
240
|
+
});
|
|
241
|
+
var QdsLoader = /* @__PURE__ */ createComponent({
|
|
242
|
+
tagName: "qds-loader",
|
|
243
|
+
elementClass: QdsLoaderElement,
|
|
244
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
245
|
+
react: React,
|
|
246
|
+
events: {},
|
|
247
|
+
defineCustomElement: defineQdsLoader
|
|
248
|
+
});
|
|
249
|
+
var QdsMenuItem = /* @__PURE__ */ createComponent({
|
|
250
|
+
tagName: "qds-menu-item",
|
|
251
|
+
elementClass: QdsMenuItemElement,
|
|
252
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
253
|
+
react: React,
|
|
254
|
+
events: {
|
|
255
|
+
onQdsBlur: "qdsBlur",
|
|
256
|
+
onQdsFocus: "qdsFocus",
|
|
257
|
+
onQdsSelect: "qdsSelect"
|
|
258
|
+
},
|
|
259
|
+
defineCustomElement: defineQdsMenuItem
|
|
260
|
+
});
|
|
261
|
+
var QdsMiniButton = /* @__PURE__ */ createComponent({
|
|
262
|
+
tagName: "qds-mini-button",
|
|
263
|
+
elementClass: QdsMiniButtonElement,
|
|
264
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
265
|
+
react: React,
|
|
266
|
+
events: {
|
|
267
|
+
onQdsBlur: "qdsBlur",
|
|
268
|
+
onQdsFocus: "qdsFocus"
|
|
269
|
+
},
|
|
270
|
+
defineCustomElement: defineQdsMiniButton
|
|
271
|
+
});
|
|
272
|
+
var QdsProgressBar = /* @__PURE__ */ createComponent({
|
|
273
|
+
tagName: "qds-progress-bar",
|
|
274
|
+
elementClass: QdsProgressBarElement,
|
|
275
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
276
|
+
react: React,
|
|
277
|
+
events: {},
|
|
278
|
+
defineCustomElement: defineQdsProgressBar
|
|
279
|
+
});
|
|
280
|
+
var QdsRadio = /* @__PURE__ */ createComponent({
|
|
281
|
+
tagName: "qds-radio",
|
|
282
|
+
elementClass: QdsRadioElement,
|
|
283
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
284
|
+
react: React,
|
|
285
|
+
events: {
|
|
286
|
+
onQdsBlur: "qdsBlur",
|
|
287
|
+
onQdsChange: "qdsChange",
|
|
288
|
+
onQdsFocus: "qdsFocus"
|
|
289
|
+
},
|
|
290
|
+
defineCustomElement: defineQdsRadio
|
|
291
|
+
});
|
|
292
|
+
var QdsSelect = /* @__PURE__ */ createComponent({
|
|
293
|
+
tagName: "qds-select",
|
|
294
|
+
elementClass: QdsSelectElement,
|
|
295
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
296
|
+
react: React,
|
|
297
|
+
events: {
|
|
298
|
+
onQdsBlur: "qdsBlur",
|
|
299
|
+
onQdsChange: "qdsChange",
|
|
300
|
+
onQdsFocus: "qdsFocus",
|
|
301
|
+
onQdsInput: "qdsInput"
|
|
302
|
+
},
|
|
303
|
+
defineCustomElement: defineQdsSelect
|
|
304
|
+
});
|
|
305
|
+
var QdsStandaloneLink = /* @__PURE__ */ createComponent({
|
|
306
|
+
tagName: "qds-standalone-link",
|
|
307
|
+
elementClass: QdsStandaloneLinkElement,
|
|
308
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
309
|
+
react: React,
|
|
310
|
+
events: {
|
|
311
|
+
onQdsBlur: "qdsBlur",
|
|
312
|
+
onQdsFocus: "qdsFocus"
|
|
313
|
+
},
|
|
314
|
+
defineCustomElement: defineQdsStandaloneLink
|
|
315
|
+
});
|
|
316
|
+
var QdsSwitch = /* @__PURE__ */ createComponent({
|
|
317
|
+
tagName: "qds-switch",
|
|
318
|
+
elementClass: QdsSwitchElement,
|
|
319
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
320
|
+
react: React,
|
|
321
|
+
events: {
|
|
322
|
+
onQdsBlur: "qdsBlur",
|
|
323
|
+
onQdsChange: "qdsChange",
|
|
324
|
+
onQdsFocus: "qdsFocus"
|
|
325
|
+
},
|
|
326
|
+
defineCustomElement: defineQdsSwitch
|
|
327
|
+
});
|
|
328
|
+
var QdsTab = /* @__PURE__ */ createComponent({
|
|
329
|
+
tagName: "qds-tab",
|
|
330
|
+
elementClass: QdsTabElement,
|
|
331
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
332
|
+
react: React,
|
|
333
|
+
events: {
|
|
334
|
+
onQdsClose: "qdsClose",
|
|
335
|
+
onQdsBlur: "qdsBlur",
|
|
336
|
+
onQdsFocus: "qdsFocus"
|
|
337
|
+
},
|
|
338
|
+
defineCustomElement: defineQdsTab
|
|
339
|
+
});
|
|
340
|
+
var QdsTabbar = /* @__PURE__ */ createComponent({
|
|
341
|
+
tagName: "qds-tabbar",
|
|
342
|
+
elementClass: QdsTabbarElement,
|
|
343
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
344
|
+
react: React,
|
|
345
|
+
events: {
|
|
346
|
+
onQdsTabShow: "qdsTabShow",
|
|
347
|
+
onQdsTabHide: "qdsTabHide"
|
|
348
|
+
},
|
|
349
|
+
defineCustomElement: defineQdsTabbar
|
|
350
|
+
});
|
|
351
|
+
var QdsTable = /* @__PURE__ */ createComponent({
|
|
352
|
+
tagName: "qds-table",
|
|
353
|
+
elementClass: QdsTableElement,
|
|
354
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
355
|
+
react: React,
|
|
356
|
+
events: {},
|
|
357
|
+
defineCustomElement: defineQdsTable
|
|
358
|
+
});
|
|
359
|
+
var QdsTableCell = /* @__PURE__ */ createComponent({
|
|
360
|
+
tagName: "qds-table-cell",
|
|
361
|
+
elementClass: QdsTableCellElement,
|
|
362
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
363
|
+
react: React,
|
|
364
|
+
events: {},
|
|
365
|
+
defineCustomElement: defineQdsTableCell
|
|
366
|
+
});
|
|
367
|
+
var QdsTableHeadCell = /* @__PURE__ */ createComponent({
|
|
368
|
+
tagName: "qds-table-head-cell",
|
|
369
|
+
elementClass: QdsTableHeadCellElement,
|
|
370
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
371
|
+
react: React,
|
|
372
|
+
events: {},
|
|
373
|
+
defineCustomElement: defineQdsTableHeadCell
|
|
374
|
+
});
|
|
375
|
+
var QdsTableRow = /* @__PURE__ */ createComponent({
|
|
376
|
+
tagName: "qds-table-row",
|
|
377
|
+
elementClass: QdsTableRowElement,
|
|
378
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
379
|
+
react: React,
|
|
380
|
+
events: {},
|
|
381
|
+
defineCustomElement: defineQdsTableRow
|
|
382
|
+
});
|
|
383
|
+
var QdsTag = /* @__PURE__ */ createComponent({
|
|
384
|
+
tagName: "qds-tag",
|
|
385
|
+
elementClass: QdsTagElement,
|
|
386
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
387
|
+
react: React,
|
|
388
|
+
events: {},
|
|
389
|
+
defineCustomElement: defineQdsTag
|
|
390
|
+
});
|
|
391
|
+
var QdsTextarea = /* @__PURE__ */ createComponent({
|
|
392
|
+
tagName: "qds-textarea",
|
|
393
|
+
elementClass: QdsTextareaElement,
|
|
394
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
395
|
+
react: React,
|
|
396
|
+
events: {
|
|
397
|
+
onQdsBlur: "qdsBlur",
|
|
398
|
+
onQdsChange: "qdsChange",
|
|
399
|
+
onQdsFocus: "qdsFocus",
|
|
400
|
+
onQdsInput: "qdsInput"
|
|
401
|
+
},
|
|
402
|
+
defineCustomElement: defineQdsTextarea
|
|
403
|
+
});
|
|
404
|
+
var QdsTitle = /* @__PURE__ */ createComponent({
|
|
405
|
+
tagName: "qds-title",
|
|
406
|
+
elementClass: QdsTitleElement,
|
|
407
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
408
|
+
react: React,
|
|
409
|
+
events: {},
|
|
410
|
+
defineCustomElement: defineQdsTitle
|
|
411
|
+
});
|
|
412
|
+
var QdsTooltip = /* @__PURE__ */ createComponent({
|
|
413
|
+
tagName: "qds-tooltip",
|
|
414
|
+
elementClass: QdsTooltipElement,
|
|
415
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
416
|
+
react: React,
|
|
417
|
+
events: { onQdsClose: "qdsClose" },
|
|
418
|
+
defineCustomElement: defineQdsTooltip
|
|
419
|
+
});
|
|
420
|
+
|
|
421
|
+
// src/index.ts
|
|
422
|
+
import {
|
|
423
|
+
getPlatform,
|
|
424
|
+
getTheme,
|
|
425
|
+
registerIconLibrary,
|
|
426
|
+
setAssetPath,
|
|
427
|
+
setNonce,
|
|
428
|
+
setPlatform,
|
|
429
|
+
setTheme,
|
|
430
|
+
unregisterIconLibrary
|
|
431
|
+
} from "@quartzds/core";
|
|
432
|
+
export {
|
|
433
|
+
QdsActionItem,
|
|
434
|
+
QdsAvatarMedia,
|
|
435
|
+
QdsBadgeCounter,
|
|
436
|
+
QdsBadgeIndicator,
|
|
437
|
+
QdsBreadcrumbItem,
|
|
438
|
+
QdsButton,
|
|
439
|
+
QdsCheckbox,
|
|
440
|
+
QdsChip,
|
|
441
|
+
QdsDialog,
|
|
442
|
+
QdsDivider,
|
|
443
|
+
QdsDropdown,
|
|
444
|
+
QdsFormMessage,
|
|
445
|
+
QdsIcon,
|
|
446
|
+
QdsIconButton,
|
|
447
|
+
QdsIconTab,
|
|
448
|
+
QdsInlineLink,
|
|
449
|
+
QdsInput,
|
|
450
|
+
QdsLabel,
|
|
451
|
+
QdsListItem,
|
|
452
|
+
QdsLoader,
|
|
453
|
+
QdsMenuItem,
|
|
454
|
+
QdsMiniButton,
|
|
455
|
+
QdsProgressBar,
|
|
456
|
+
QdsRadio,
|
|
457
|
+
QdsSelect,
|
|
458
|
+
QdsStandaloneLink,
|
|
459
|
+
QdsSwitch,
|
|
460
|
+
QdsTab,
|
|
461
|
+
QdsTabbar,
|
|
462
|
+
QdsTable,
|
|
463
|
+
QdsTableCell,
|
|
464
|
+
QdsTableHeadCell,
|
|
465
|
+
QdsTableRow,
|
|
466
|
+
QdsTag,
|
|
467
|
+
QdsTextarea,
|
|
468
|
+
QdsTitle,
|
|
469
|
+
QdsTooltip,
|
|
470
|
+
getPlatform,
|
|
471
|
+
getTheme,
|
|
472
|
+
registerIconLibrary,
|
|
473
|
+
setAssetPath,
|
|
474
|
+
setNonce,
|
|
475
|
+
setPlatform,
|
|
476
|
+
setTheme,
|
|
477
|
+
unregisterIconLibrary
|
|
478
|
+
};
|
package/lib/ssr/next.cjs
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
|
|
30
|
+
// src/ssr/next.ts
|
|
31
|
+
var next_exports = {};
|
|
32
|
+
__export(next_exports, {
|
|
33
|
+
default: () => next_default
|
|
34
|
+
});
|
|
35
|
+
module.exports = __toCommonJS(next_exports);
|
|
36
|
+
var import_next = __toESM(require("@stencil/ssr/next"), 1);
|
|
37
|
+
|
|
38
|
+
// src/ssr/shared.ts
|
|
39
|
+
var shared_default = {
|
|
40
|
+
from: "@quartzds/core-react",
|
|
41
|
+
module: import("@quartzds/core-react"),
|
|
42
|
+
hydrateModule: import("@quartzds/core/hydrate")
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
// src/ssr/next.ts
|
|
46
|
+
var quartzSSR = (pluginOptions) => (
|
|
47
|
+
// eslint-disable-next-line @typescript-eslint/no-unsafe-call
|
|
48
|
+
(0, import_next.default)({
|
|
49
|
+
...shared_default,
|
|
50
|
+
...pluginOptions
|
|
51
|
+
})
|
|
52
|
+
);
|
|
53
|
+
var next_default = quartzSSR;
|
package/lib/ssr/next.js
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
// src/ssr/next.ts
|
|
2
|
+
import stencilSSR from "@stencil/ssr/next";
|
|
3
|
+
|
|
4
|
+
// src/ssr/shared.ts
|
|
5
|
+
var shared_default = {
|
|
6
|
+
from: "@quartzds/core-react",
|
|
7
|
+
module: import("@quartzds/core-react"),
|
|
8
|
+
hydrateModule: import("@quartzds/core/hydrate")
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
// src/ssr/next.ts
|
|
12
|
+
var quartzSSR = (pluginOptions) => (
|
|
13
|
+
// eslint-disable-next-line @typescript-eslint/no-unsafe-call
|
|
14
|
+
stencilSSR({
|
|
15
|
+
...shared_default,
|
|
16
|
+
...pluginOptions
|
|
17
|
+
})
|
|
18
|
+
);
|
|
19
|
+
var next_default = quartzSSR;
|
|
20
|
+
export {
|
|
21
|
+
next_default as default
|
|
22
|
+
};
|
package/lib/ssr/vite.cjs
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
|
|
30
|
+
// src/ssr/vite.ts
|
|
31
|
+
var vite_exports = {};
|
|
32
|
+
__export(vite_exports, {
|
|
33
|
+
default: () => vite_default
|
|
34
|
+
});
|
|
35
|
+
module.exports = __toCommonJS(vite_exports);
|
|
36
|
+
var import_ssr = require("@stencil/ssr");
|
|
37
|
+
|
|
38
|
+
// src/ssr/shared.ts
|
|
39
|
+
var shared_default = {
|
|
40
|
+
from: "@quartzds/core-react",
|
|
41
|
+
module: import("@quartzds/core-react"),
|
|
42
|
+
hydrateModule: import("@quartzds/core/hydrate")
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
// src/ssr/vite.ts
|
|
46
|
+
var quartzSSR = (pluginOptions) => (
|
|
47
|
+
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument
|
|
48
|
+
(0, import_ssr.stencilSSR)({
|
|
49
|
+
...shared_default,
|
|
50
|
+
...pluginOptions
|
|
51
|
+
})
|
|
52
|
+
);
|
|
53
|
+
var vite_default = quartzSSR;
|
package/lib/ssr/vite.js
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
// src/ssr/vite.ts
|
|
2
|
+
import { stencilSSR } from "@stencil/ssr";
|
|
3
|
+
|
|
4
|
+
// src/ssr/shared.ts
|
|
5
|
+
var shared_default = {
|
|
6
|
+
from: "@quartzds/core-react",
|
|
7
|
+
module: import("@quartzds/core-react"),
|
|
8
|
+
hydrateModule: import("@quartzds/core/hydrate")
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
// src/ssr/vite.ts
|
|
12
|
+
var quartzSSR = (pluginOptions) => (
|
|
13
|
+
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument
|
|
14
|
+
stencilSSR({
|
|
15
|
+
...shared_default,
|
|
16
|
+
...pluginOptions
|
|
17
|
+
})
|
|
18
|
+
);
|
|
19
|
+
var vite_default = quartzSSR;
|
|
20
|
+
export {
|
|
21
|
+
vite_default as default
|
|
22
|
+
};
|