@quartzds/core-react 1.0.0-beta.112 → 1.0.0-beta.114
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 +28 -0
- package/lib/index.cjs +11 -14
- package/lib/index.d.cts +7 -8
- package/lib/index.d.ts +7 -8
- package/lib/index.js +10 -13
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -11,6 +11,34 @@ SPDX-License-Identifier: Apache-2.0
|
|
|
11
11
|
|
|
12
12
|
> All notable changes to this project will be documented in this file
|
|
13
13
|
|
|
14
|
+
## @quartzds/core-react 1.0.0-beta.114 (2025-12-18)
|
|
15
|
+
|
|
16
|
+
* fix!: remove unused nav-list-item component from core package ([7b2e9e6](https://github.com/quartzds/core-foundations/commit/7b2e9e6))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### BREAKING CHANGE
|
|
20
|
+
|
|
21
|
+
* qds-nav-list-item is not part of the core package anymore
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Dependencies
|
|
27
|
+
|
|
28
|
+
* **@quartzds/core:** upgraded to 1.0.0-beta.115
|
|
29
|
+
|
|
30
|
+
## @quartzds/core-react 1.0.0-beta.113 (2025-12-03)
|
|
31
|
+
|
|
32
|
+
* feat: introduce `qds-avatar-media` ([1f792c3](https://github.com/quartzds/core-foundations/commit/1f792c3))
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### Dependencies
|
|
39
|
+
|
|
40
|
+
* **@quartzds/core:** upgraded to 1.0.0-beta.114
|
|
41
|
+
|
|
14
42
|
## @quartzds/core-react 1.0.0-beta.112 (2025-11-18)
|
|
15
43
|
|
|
16
44
|
|
package/lib/index.cjs
CHANGED
|
@@ -31,6 +31,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
31
31
|
var index_exports = {};
|
|
32
32
|
__export(index_exports, {
|
|
33
33
|
QdsActionItem: () => QdsActionItem,
|
|
34
|
+
QdsAvatarMedia: () => QdsAvatarMedia,
|
|
34
35
|
QdsBadgeCounter: () => QdsBadgeCounter,
|
|
35
36
|
QdsBadgeIndicator: () => QdsBadgeIndicator,
|
|
36
37
|
QdsBreadcrumbItem: () => QdsBreadcrumbItem,
|
|
@@ -50,7 +51,6 @@ __export(index_exports, {
|
|
|
50
51
|
QdsLoader: () => QdsLoader,
|
|
51
52
|
QdsMenuItem: () => QdsMenuItem,
|
|
52
53
|
QdsMiniButton: () => QdsMiniButton,
|
|
53
|
-
QdsNavListItem: () => QdsNavListItem,
|
|
54
54
|
QdsProgressBar: () => QdsProgressBar,
|
|
55
55
|
QdsRadio: () => QdsRadio,
|
|
56
56
|
QdsSelect: () => QdsSelect,
|
|
@@ -80,6 +80,7 @@ module.exports = __toCommonJS(index_exports);
|
|
|
80
80
|
// src/generated/components.ts
|
|
81
81
|
var import_core = require("@quartzds/core");
|
|
82
82
|
var import_qds_action_item = require("@quartzds/core/components/qds-action-item.js");
|
|
83
|
+
var import_qds_avatar_media = require("@quartzds/core/components/qds-avatar-media.js");
|
|
83
84
|
var import_qds_badge_counter = require("@quartzds/core/components/qds-badge-counter.js");
|
|
84
85
|
var import_qds_badge_indicator = require("@quartzds/core/components/qds-badge-indicator.js");
|
|
85
86
|
var import_qds_breadcrumb_item = require("@quartzds/core/components/qds-breadcrumb-item.js");
|
|
@@ -99,7 +100,6 @@ var import_qds_list_item = require("@quartzds/core/components/qds-list-item.js")
|
|
|
99
100
|
var import_qds_loader = require("@quartzds/core/components/qds-loader.js");
|
|
100
101
|
var import_qds_menu_item = require("@quartzds/core/components/qds-menu-item.js");
|
|
101
102
|
var import_qds_mini_button = require("@quartzds/core/components/qds-mini-button.js");
|
|
102
|
-
var import_qds_nav_list_item = require("@quartzds/core/components/qds-nav-list-item.js");
|
|
103
103
|
var import_qds_progress_bar = require("@quartzds/core/components/qds-progress-bar.js");
|
|
104
104
|
var import_qds_radio = require("@quartzds/core/components/qds-radio.js");
|
|
105
105
|
var import_qds_select = require("@quartzds/core/components/qds-select.js");
|
|
@@ -128,6 +128,14 @@ var QdsActionItem = /* @__PURE__ */ (0, import_runtime.createComponent)({
|
|
|
128
128
|
},
|
|
129
129
|
defineCustomElement: import_qds_action_item.defineCustomElement
|
|
130
130
|
});
|
|
131
|
+
var QdsAvatarMedia = /* @__PURE__ */ (0, import_runtime.createComponent)({
|
|
132
|
+
tagName: "qds-avatar-media",
|
|
133
|
+
elementClass: import_qds_avatar_media.QdsAvatarMedia,
|
|
134
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
135
|
+
react: import_react.default,
|
|
136
|
+
events: { onQdsError: "qdsError" },
|
|
137
|
+
defineCustomElement: import_qds_avatar_media.defineCustomElement
|
|
138
|
+
});
|
|
131
139
|
var QdsBadgeCounter = /* @__PURE__ */ (0, import_runtime.createComponent)({
|
|
132
140
|
tagName: "qds-badge-counter",
|
|
133
141
|
elementClass: import_qds_badge_counter.QdsBadgeCounter,
|
|
@@ -325,17 +333,6 @@ var QdsMiniButton = /* @__PURE__ */ (0, import_runtime.createComponent)({
|
|
|
325
333
|
},
|
|
326
334
|
defineCustomElement: import_qds_mini_button.defineCustomElement
|
|
327
335
|
});
|
|
328
|
-
var QdsNavListItem = /* @__PURE__ */ (0, import_runtime.createComponent)({
|
|
329
|
-
tagName: "qds-nav-list-item",
|
|
330
|
-
elementClass: import_qds_nav_list_item.QdsNavListItem,
|
|
331
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
332
|
-
react: import_react.default,
|
|
333
|
-
events: {
|
|
334
|
-
onQdsBlur: "qdsBlur",
|
|
335
|
-
onQdsFocus: "qdsFocus"
|
|
336
|
-
},
|
|
337
|
-
defineCustomElement: import_qds_nav_list_item.defineCustomElement
|
|
338
|
-
});
|
|
339
336
|
var QdsProgressBar = /* @__PURE__ */ (0, import_runtime.createComponent)({
|
|
340
337
|
tagName: "qds-progress-bar",
|
|
341
338
|
elementClass: import_qds_progress_bar.QdsProgressBar,
|
|
@@ -490,6 +487,7 @@ var import_core2 = require("@quartzds/core");
|
|
|
490
487
|
// Annotate the CommonJS export names for ESM import in node:
|
|
491
488
|
0 && (module.exports = {
|
|
492
489
|
QdsActionItem,
|
|
490
|
+
QdsAvatarMedia,
|
|
493
491
|
QdsBadgeCounter,
|
|
494
492
|
QdsBadgeIndicator,
|
|
495
493
|
QdsBreadcrumbItem,
|
|
@@ -509,7 +507,6 @@ var import_core2 = require("@quartzds/core");
|
|
|
509
507
|
QdsLoader,
|
|
510
508
|
QdsMenuItem,
|
|
511
509
|
QdsMiniButton,
|
|
512
|
-
QdsNavListItem,
|
|
513
510
|
QdsProgressBar,
|
|
514
511
|
QdsRadio,
|
|
515
512
|
QdsSelect,
|
package/lib/index.d.cts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { QdsActionItemCustomEvent, QdsFocusEventDetail, QdsButtonCustomEvent, QdsCheckboxCustomEvent, QdsChipCustomEvent, QdsIconButtonCustomEvent, QdsInlineLinkCustomEvent, QdsInputCustomEvent, QdsInputEventDetail, QdsListItemCustomEvent, QdsMenuItemCustomEvent, QdsMiniButtonCustomEvent,
|
|
1
|
+
import { QdsActionItemCustomEvent, QdsFocusEventDetail, QdsButtonCustomEvent, QdsCheckboxCustomEvent, QdsChipCustomEvent, QdsIconButtonCustomEvent, QdsInlineLinkCustomEvent, QdsInputCustomEvent, QdsInputEventDetail, QdsListItemCustomEvent, QdsMenuItemCustomEvent, QdsMiniButtonCustomEvent, QdsRadioCustomEvent, QdsSelectCustomEvent, QdsStandaloneLinkCustomEvent, QdsSwitchCustomEvent, QdsTabCustomEvent, QdsTabbarCustomEvent, QdsTextareaCustomEvent } from '@quartzds/core';
|
|
2
2
|
export { IconLibrary, IconLibraryResolver, getPlatform, getTheme, registerIconLibrary, setAssetPath, setNonce, setPlatform, setTheme, unregisterIconLibrary } from '@quartzds/core';
|
|
3
3
|
import { QdsActionItem as QdsActionItem$1 } from '@quartzds/core/components/qds-action-item.js';
|
|
4
|
+
import { QdsAvatarMedia as QdsAvatarMedia$1 } from '@quartzds/core/components/qds-avatar-media.js';
|
|
4
5
|
import { QdsBadgeCounter as QdsBadgeCounter$1 } from '@quartzds/core/components/qds-badge-counter.js';
|
|
5
6
|
import { QdsBadgeIndicator as QdsBadgeIndicator$1 } from '@quartzds/core/components/qds-badge-indicator.js';
|
|
6
7
|
import { QdsBreadcrumbItem as QdsBreadcrumbItem$1 } from '@quartzds/core/components/qds-breadcrumb-item.js';
|
|
@@ -20,7 +21,6 @@ import { QdsListItem as QdsListItem$1 } from '@quartzds/core/components/qds-list
|
|
|
20
21
|
import { QdsLoader as QdsLoader$1 } from '@quartzds/core/components/qds-loader.js';
|
|
21
22
|
import { QdsMenuItem as QdsMenuItem$1 } from '@quartzds/core/components/qds-menu-item.js';
|
|
22
23
|
import { QdsMiniButton as QdsMiniButton$1 } from '@quartzds/core/components/qds-mini-button.js';
|
|
23
|
-
import { QdsNavListItem as QdsNavListItem$1 } from '@quartzds/core/components/qds-nav-list-item.js';
|
|
24
24
|
import { QdsProgressBar as QdsProgressBar$1 } from '@quartzds/core/components/qds-progress-bar.js';
|
|
25
25
|
import { QdsRadio as QdsRadio$1 } from '@quartzds/core/components/qds-radio.js';
|
|
26
26
|
import { QdsSelect as QdsSelect$1 } from '@quartzds/core/components/qds-select.js';
|
|
@@ -48,6 +48,10 @@ type QdsActionItemEvents = {
|
|
|
48
48
|
onQdsFocus: EventName<QdsActionItemCustomEvent<QdsFocusEventDetail>>;
|
|
49
49
|
};
|
|
50
50
|
declare const QdsActionItem: StencilReactComponent<QdsActionItem$1, QdsActionItemEvents>;
|
|
51
|
+
type QdsAvatarMediaEvents = {
|
|
52
|
+
onQdsError: EventName<CustomEvent<void>>;
|
|
53
|
+
};
|
|
54
|
+
declare const QdsAvatarMedia: StencilReactComponent<QdsAvatarMedia$1, QdsAvatarMediaEvents>;
|
|
51
55
|
type QdsBadgeCounterEvents = NonNullable<unknown>;
|
|
52
56
|
declare const QdsBadgeCounter: StencilReactComponent<QdsBadgeCounter$1, QdsBadgeCounterEvents>;
|
|
53
57
|
type QdsBadgeIndicatorEvents = NonNullable<unknown>;
|
|
@@ -131,11 +135,6 @@ type QdsMiniButtonEvents = {
|
|
|
131
135
|
onQdsFocus: EventName<QdsMiniButtonCustomEvent<QdsFocusEventDetail>>;
|
|
132
136
|
};
|
|
133
137
|
declare const QdsMiniButton: StencilReactComponent<QdsMiniButton$1, QdsMiniButtonEvents>;
|
|
134
|
-
type QdsNavListItemEvents = {
|
|
135
|
-
onQdsBlur: EventName<QdsNavListItemCustomEvent<QdsFocusEventDetail>>;
|
|
136
|
-
onQdsFocus: EventName<QdsNavListItemCustomEvent<QdsFocusEventDetail>>;
|
|
137
|
-
};
|
|
138
|
-
declare const QdsNavListItem: StencilReactComponent<QdsNavListItem$1, QdsNavListItemEvents>;
|
|
139
138
|
type QdsProgressBarEvents = NonNullable<unknown>;
|
|
140
139
|
declare const QdsProgressBar: StencilReactComponent<QdsProgressBar$1, QdsProgressBarEvents>;
|
|
141
140
|
type QdsRadioEvents = {
|
|
@@ -197,4 +196,4 @@ type QdsTooltipEvents = {
|
|
|
197
196
|
};
|
|
198
197
|
declare const QdsTooltip: StencilReactComponent<QdsTooltip$1, QdsTooltipEvents>;
|
|
199
198
|
|
|
200
|
-
export { QdsActionItem, type QdsActionItemEvents, QdsBadgeCounter, type QdsBadgeCounterEvents, QdsBadgeIndicator, type QdsBadgeIndicatorEvents, QdsBreadcrumbItem, type QdsBreadcrumbItemEvents, QdsButton, type QdsButtonEvents, QdsCheckbox, type QdsCheckboxEvents, QdsChip, type QdsChipEvents, QdsDialog, type QdsDialogEvents, QdsDivider, type QdsDividerEvents, QdsDropdown, type QdsDropdownEvents, QdsFormMessage, type QdsFormMessageEvents, QdsIcon, QdsIconButton, type QdsIconButtonEvents, type QdsIconEvents, QdsInlineLink, type QdsInlineLinkEvents, QdsInput, type QdsInputEvents, QdsLabel, type QdsLabelEvents, QdsListItem, type QdsListItemEvents, QdsLoader, type QdsLoaderEvents, QdsMenuItem, type QdsMenuItemEvents, QdsMiniButton, type QdsMiniButtonEvents,
|
|
199
|
+
export { QdsActionItem, type QdsActionItemEvents, QdsAvatarMedia, type QdsAvatarMediaEvents, QdsBadgeCounter, type QdsBadgeCounterEvents, QdsBadgeIndicator, type QdsBadgeIndicatorEvents, QdsBreadcrumbItem, type QdsBreadcrumbItemEvents, QdsButton, type QdsButtonEvents, QdsCheckbox, type QdsCheckboxEvents, QdsChip, type QdsChipEvents, QdsDialog, type QdsDialogEvents, QdsDivider, type QdsDividerEvents, QdsDropdown, type QdsDropdownEvents, QdsFormMessage, type QdsFormMessageEvents, QdsIcon, QdsIconButton, type QdsIconButtonEvents, type QdsIconEvents, QdsInlineLink, type QdsInlineLinkEvents, QdsInput, type QdsInputEvents, QdsLabel, type QdsLabelEvents, QdsListItem, type QdsListItemEvents, QdsLoader, type QdsLoaderEvents, QdsMenuItem, type QdsMenuItemEvents, QdsMiniButton, type QdsMiniButtonEvents, QdsProgressBar, type QdsProgressBarEvents, QdsRadio, type QdsRadioEvents, QdsSelect, type QdsSelectEvents, QdsStandaloneLink, type QdsStandaloneLinkEvents, QdsSwitch, type QdsSwitchEvents, QdsTab, type QdsTabEvents, QdsTabbar, type QdsTabbarEvents, QdsTable, QdsTableCell, type QdsTableCellEvents, type QdsTableEvents, QdsTableHeadCell, type QdsTableHeadCellEvents, QdsTableRow, type QdsTableRowEvents, QdsTag, type QdsTagEvents, QdsTextarea, type QdsTextareaEvents, QdsTitle, type QdsTitleEvents, QdsTooltip, type QdsTooltipEvents };
|
package/lib/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { QdsActionItemCustomEvent, QdsFocusEventDetail, QdsButtonCustomEvent, QdsCheckboxCustomEvent, QdsChipCustomEvent, QdsIconButtonCustomEvent, QdsInlineLinkCustomEvent, QdsInputCustomEvent, QdsInputEventDetail, QdsListItemCustomEvent, QdsMenuItemCustomEvent, QdsMiniButtonCustomEvent,
|
|
1
|
+
import { QdsActionItemCustomEvent, QdsFocusEventDetail, QdsButtonCustomEvent, QdsCheckboxCustomEvent, QdsChipCustomEvent, QdsIconButtonCustomEvent, QdsInlineLinkCustomEvent, QdsInputCustomEvent, QdsInputEventDetail, QdsListItemCustomEvent, QdsMenuItemCustomEvent, QdsMiniButtonCustomEvent, QdsRadioCustomEvent, QdsSelectCustomEvent, QdsStandaloneLinkCustomEvent, QdsSwitchCustomEvent, QdsTabCustomEvent, QdsTabbarCustomEvent, QdsTextareaCustomEvent } from '@quartzds/core';
|
|
2
2
|
export { IconLibrary, IconLibraryResolver, getPlatform, getTheme, registerIconLibrary, setAssetPath, setNonce, setPlatform, setTheme, unregisterIconLibrary } from '@quartzds/core';
|
|
3
3
|
import { QdsActionItem as QdsActionItem$1 } from '@quartzds/core/components/qds-action-item.js';
|
|
4
|
+
import { QdsAvatarMedia as QdsAvatarMedia$1 } from '@quartzds/core/components/qds-avatar-media.js';
|
|
4
5
|
import { QdsBadgeCounter as QdsBadgeCounter$1 } from '@quartzds/core/components/qds-badge-counter.js';
|
|
5
6
|
import { QdsBadgeIndicator as QdsBadgeIndicator$1 } from '@quartzds/core/components/qds-badge-indicator.js';
|
|
6
7
|
import { QdsBreadcrumbItem as QdsBreadcrumbItem$1 } from '@quartzds/core/components/qds-breadcrumb-item.js';
|
|
@@ -20,7 +21,6 @@ import { QdsListItem as QdsListItem$1 } from '@quartzds/core/components/qds-list
|
|
|
20
21
|
import { QdsLoader as QdsLoader$1 } from '@quartzds/core/components/qds-loader.js';
|
|
21
22
|
import { QdsMenuItem as QdsMenuItem$1 } from '@quartzds/core/components/qds-menu-item.js';
|
|
22
23
|
import { QdsMiniButton as QdsMiniButton$1 } from '@quartzds/core/components/qds-mini-button.js';
|
|
23
|
-
import { QdsNavListItem as QdsNavListItem$1 } from '@quartzds/core/components/qds-nav-list-item.js';
|
|
24
24
|
import { QdsProgressBar as QdsProgressBar$1 } from '@quartzds/core/components/qds-progress-bar.js';
|
|
25
25
|
import { QdsRadio as QdsRadio$1 } from '@quartzds/core/components/qds-radio.js';
|
|
26
26
|
import { QdsSelect as QdsSelect$1 } from '@quartzds/core/components/qds-select.js';
|
|
@@ -48,6 +48,10 @@ type QdsActionItemEvents = {
|
|
|
48
48
|
onQdsFocus: EventName<QdsActionItemCustomEvent<QdsFocusEventDetail>>;
|
|
49
49
|
};
|
|
50
50
|
declare const QdsActionItem: StencilReactComponent<QdsActionItem$1, QdsActionItemEvents>;
|
|
51
|
+
type QdsAvatarMediaEvents = {
|
|
52
|
+
onQdsError: EventName<CustomEvent<void>>;
|
|
53
|
+
};
|
|
54
|
+
declare const QdsAvatarMedia: StencilReactComponent<QdsAvatarMedia$1, QdsAvatarMediaEvents>;
|
|
51
55
|
type QdsBadgeCounterEvents = NonNullable<unknown>;
|
|
52
56
|
declare const QdsBadgeCounter: StencilReactComponent<QdsBadgeCounter$1, QdsBadgeCounterEvents>;
|
|
53
57
|
type QdsBadgeIndicatorEvents = NonNullable<unknown>;
|
|
@@ -131,11 +135,6 @@ type QdsMiniButtonEvents = {
|
|
|
131
135
|
onQdsFocus: EventName<QdsMiniButtonCustomEvent<QdsFocusEventDetail>>;
|
|
132
136
|
};
|
|
133
137
|
declare const QdsMiniButton: StencilReactComponent<QdsMiniButton$1, QdsMiniButtonEvents>;
|
|
134
|
-
type QdsNavListItemEvents = {
|
|
135
|
-
onQdsBlur: EventName<QdsNavListItemCustomEvent<QdsFocusEventDetail>>;
|
|
136
|
-
onQdsFocus: EventName<QdsNavListItemCustomEvent<QdsFocusEventDetail>>;
|
|
137
|
-
};
|
|
138
|
-
declare const QdsNavListItem: StencilReactComponent<QdsNavListItem$1, QdsNavListItemEvents>;
|
|
139
138
|
type QdsProgressBarEvents = NonNullable<unknown>;
|
|
140
139
|
declare const QdsProgressBar: StencilReactComponent<QdsProgressBar$1, QdsProgressBarEvents>;
|
|
141
140
|
type QdsRadioEvents = {
|
|
@@ -197,4 +196,4 @@ type QdsTooltipEvents = {
|
|
|
197
196
|
};
|
|
198
197
|
declare const QdsTooltip: StencilReactComponent<QdsTooltip$1, QdsTooltipEvents>;
|
|
199
198
|
|
|
200
|
-
export { QdsActionItem, type QdsActionItemEvents, QdsBadgeCounter, type QdsBadgeCounterEvents, QdsBadgeIndicator, type QdsBadgeIndicatorEvents, QdsBreadcrumbItem, type QdsBreadcrumbItemEvents, QdsButton, type QdsButtonEvents, QdsCheckbox, type QdsCheckboxEvents, QdsChip, type QdsChipEvents, QdsDialog, type QdsDialogEvents, QdsDivider, type QdsDividerEvents, QdsDropdown, type QdsDropdownEvents, QdsFormMessage, type QdsFormMessageEvents, QdsIcon, QdsIconButton, type QdsIconButtonEvents, type QdsIconEvents, QdsInlineLink, type QdsInlineLinkEvents, QdsInput, type QdsInputEvents, QdsLabel, type QdsLabelEvents, QdsListItem, type QdsListItemEvents, QdsLoader, type QdsLoaderEvents, QdsMenuItem, type QdsMenuItemEvents, QdsMiniButton, type QdsMiniButtonEvents,
|
|
199
|
+
export { QdsActionItem, type QdsActionItemEvents, QdsAvatarMedia, type QdsAvatarMediaEvents, QdsBadgeCounter, type QdsBadgeCounterEvents, QdsBadgeIndicator, type QdsBadgeIndicatorEvents, QdsBreadcrumbItem, type QdsBreadcrumbItemEvents, QdsButton, type QdsButtonEvents, QdsCheckbox, type QdsCheckboxEvents, QdsChip, type QdsChipEvents, QdsDialog, type QdsDialogEvents, QdsDivider, type QdsDividerEvents, QdsDropdown, type QdsDropdownEvents, QdsFormMessage, type QdsFormMessageEvents, QdsIcon, QdsIconButton, type QdsIconButtonEvents, type QdsIconEvents, QdsInlineLink, type QdsInlineLinkEvents, QdsInput, type QdsInputEvents, QdsLabel, type QdsLabelEvents, QdsListItem, type QdsListItemEvents, QdsLoader, type QdsLoaderEvents, QdsMenuItem, type QdsMenuItemEvents, QdsMiniButton, type QdsMiniButtonEvents, QdsProgressBar, type QdsProgressBarEvents, QdsRadio, type QdsRadioEvents, QdsSelect, type QdsSelectEvents, QdsStandaloneLink, type QdsStandaloneLinkEvents, QdsSwitch, type QdsSwitchEvents, QdsTab, type QdsTabEvents, QdsTabbar, type QdsTabbarEvents, QdsTable, QdsTableCell, type QdsTableCellEvents, type QdsTableEvents, QdsTableHeadCell, type QdsTableHeadCellEvents, QdsTableRow, type QdsTableRowEvents, QdsTag, type QdsTagEvents, QdsTextarea, type QdsTextareaEvents, QdsTitle, type QdsTitleEvents, QdsTooltip, type QdsTooltipEvents };
|
package/lib/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
// src/generated/components.ts
|
|
2
2
|
import "@quartzds/core";
|
|
3
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";
|
|
4
5
|
import { QdsBadgeCounter as QdsBadgeCounterElement, defineCustomElement as defineQdsBadgeCounter } from "@quartzds/core/components/qds-badge-counter.js";
|
|
5
6
|
import { QdsBadgeIndicator as QdsBadgeIndicatorElement, defineCustomElement as defineQdsBadgeIndicator } from "@quartzds/core/components/qds-badge-indicator.js";
|
|
6
7
|
import { QdsBreadcrumbItem as QdsBreadcrumbItemElement, defineCustomElement as defineQdsBreadcrumbItem } from "@quartzds/core/components/qds-breadcrumb-item.js";
|
|
@@ -20,7 +21,6 @@ import { QdsListItem as QdsListItemElement, defineCustomElement as defineQdsList
|
|
|
20
21
|
import { QdsLoader as QdsLoaderElement, defineCustomElement as defineQdsLoader } from "@quartzds/core/components/qds-loader.js";
|
|
21
22
|
import { QdsMenuItem as QdsMenuItemElement, defineCustomElement as defineQdsMenuItem } from "@quartzds/core/components/qds-menu-item.js";
|
|
22
23
|
import { QdsMiniButton as QdsMiniButtonElement, defineCustomElement as defineQdsMiniButton } from "@quartzds/core/components/qds-mini-button.js";
|
|
23
|
-
import { QdsNavListItem as QdsNavListItemElement, defineCustomElement as defineQdsNavListItem } from "@quartzds/core/components/qds-nav-list-item.js";
|
|
24
24
|
import { QdsProgressBar as QdsProgressBarElement, defineCustomElement as defineQdsProgressBar } from "@quartzds/core/components/qds-progress-bar.js";
|
|
25
25
|
import { QdsRadio as QdsRadioElement, defineCustomElement as defineQdsRadio } from "@quartzds/core/components/qds-radio.js";
|
|
26
26
|
import { QdsSelect as QdsSelectElement, defineCustomElement as defineQdsSelect } from "@quartzds/core/components/qds-select.js";
|
|
@@ -49,6 +49,14 @@ var QdsActionItem = /* @__PURE__ */ createComponent({
|
|
|
49
49
|
},
|
|
50
50
|
defineCustomElement: defineQdsActionItem
|
|
51
51
|
});
|
|
52
|
+
var QdsAvatarMedia = /* @__PURE__ */ createComponent({
|
|
53
|
+
tagName: "qds-avatar-media",
|
|
54
|
+
elementClass: QdsAvatarMediaElement,
|
|
55
|
+
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
56
|
+
react: React,
|
|
57
|
+
events: { onQdsError: "qdsError" },
|
|
58
|
+
defineCustomElement: defineQdsAvatarMedia
|
|
59
|
+
});
|
|
52
60
|
var QdsBadgeCounter = /* @__PURE__ */ createComponent({
|
|
53
61
|
tagName: "qds-badge-counter",
|
|
54
62
|
elementClass: QdsBadgeCounterElement,
|
|
@@ -246,17 +254,6 @@ var QdsMiniButton = /* @__PURE__ */ createComponent({
|
|
|
246
254
|
},
|
|
247
255
|
defineCustomElement: defineQdsMiniButton
|
|
248
256
|
});
|
|
249
|
-
var QdsNavListItem = /* @__PURE__ */ createComponent({
|
|
250
|
-
tagName: "qds-nav-list-item",
|
|
251
|
-
elementClass: QdsNavListItemElement,
|
|
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
|
-
},
|
|
258
|
-
defineCustomElement: defineQdsNavListItem
|
|
259
|
-
});
|
|
260
257
|
var QdsProgressBar = /* @__PURE__ */ createComponent({
|
|
261
258
|
tagName: "qds-progress-bar",
|
|
262
259
|
elementClass: QdsProgressBarElement,
|
|
@@ -419,6 +416,7 @@ import {
|
|
|
419
416
|
} from "@quartzds/core";
|
|
420
417
|
export {
|
|
421
418
|
QdsActionItem,
|
|
419
|
+
QdsAvatarMedia,
|
|
422
420
|
QdsBadgeCounter,
|
|
423
421
|
QdsBadgeIndicator,
|
|
424
422
|
QdsBreadcrumbItem,
|
|
@@ -438,7 +436,6 @@ export {
|
|
|
438
436
|
QdsLoader,
|
|
439
437
|
QdsMenuItem,
|
|
440
438
|
QdsMiniButton,
|
|
441
|
-
QdsNavListItem,
|
|
442
439
|
QdsProgressBar,
|
|
443
440
|
QdsRadio,
|
|
444
441
|
QdsSelect,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quartzds/core-react",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.114",
|
|
4
4
|
"description": "React wrapper for @quartzds/core",
|
|
5
5
|
"homepage": "https://github.com/quartzds/core-foundations/tree/main/packages/react",
|
|
6
6
|
"bugs": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"CHANGELOG.md"
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@quartzds/core": "1.0.0-beta.
|
|
32
|
+
"@quartzds/core": "1.0.0-beta.115",
|
|
33
33
|
"@stencil/core": "^4.37.0",
|
|
34
34
|
"@stencil/react-output-target": "^1.2.0",
|
|
35
35
|
"@stencil/ssr": "^0.1.1"
|