@sme.up/ketchup-react 10.3.1 → 10.3.2
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/dist/components.d.ts +7 -4
- package/dist/components.js +8 -3
- package/package.json +2 -2
package/dist/components.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was automatically generated by the Stencil React Output Target.
|
|
3
3
|
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
*/
|
|
5
|
-
import { type FCellEventPayload, type FObjectFieldEventPayload, type KupAccordionCustomEvent, type
|
|
5
|
+
import { type FCellEventPayload, type FObjectFieldEventPayload, type KupAccordionCustomEvent, type KupAccordionEventPayload, type KupActivityTimelineClickEventPayload, type KupActivityTimelineCustomEvent, type KupAutocompleteCustomEvent, type KupAutocompleteEventPayload, type KupAutocompleteIconClickEventPayload, type KupBadgeCustomEvent, type KupBoxAutoSelectEventPayload, type KupBoxClickEventPayload, type KupBoxContextMenuEventPayload, type KupBoxCustomEvent, type KupBoxLoadMoreClickEventPayload, type KupBoxRowActionClickEventPayload, type KupBoxSelectedEventPayload, type KupButtonClickEventPayload, type KupButtonCustomEvent, type KupButtonListClickEventPayload, type KupButtonListCustomEvent, type KupCalendarCustomEvent, type KupCalendarDateClickEventPayload, type KupCalendarEventClickEventPayload, type KupCalendarEventDropEventPayload, type KupCalendarViewChangeEventPayload, type KupCardClickPayload, type KupCardCustomEvent, type KupCardEventPayload, type KupCardListClickEventPayload, type KupCardListCustomEvent, type KupCellCustomEvent, type KupCellSubmitClickEventPayload, type KupChartClickEvent, type KupChartCustomEvent, type KupCheckboxCustomEvent, type KupCheckboxEventPayload, type KupChipChangeEventPayload, type KupChipCustomEvent, type KupChipEventPayload, type KupColorPickerCustomEvent, type KupColorPickerEventPayload, type KupComboboxCustomEvent, type KupComboboxEventPayload, type KupComboboxIconClickEventPayload, type KupDashboardCustomEvent, type KupDashboardEventPayload, type KupDataTableCustomEvent, type KupDatatableCellCheckPayload, type KupDatatableClickEventPayload, type KupDatatableColumnMenuEventPayload, type KupDatatableColumnMoveEventPayload, type KupDatatableColumnRemoveEventPayload, type KupDatatableDeleteRowEventPayload, type KupDatatableHistoryEventPayload, type KupDatatableInsertRowEventPayload, type KupDatatableLoadMoreClickEventPayload, type KupDatatableRowActionItemClickEventPayload, type KupDatatableRowSelectedEventPayload, type KupDatatableUpdatePayload, type KupDatePickerCustomEvent, type KupDatePickerEventPayload, type KupDialogCustomEvent, type KupDrawerCustomEvent, type KupDropEventPayload, type KupDropdownButtonCustomEvent, type KupDropdownButtonEventPayload, type KupEchartClickEventPayload, type KupEchartCustomEvent, type KupEditorCustomEvent, type KupEditorEventPayload, type KupEventPayload, type KupFamilyTreeCustomEvent, type KupFamilyTreeEventPayload, type KupFileUploadCustomEvent, type KupFileUploadEventPayload, type KupFormCustomEvent, type KupHtmCustomEvent, type KupIframeCustomEvent, type KupImageClickEventPayload, type KupImageCustomEvent, type KupImageListCustomEvent, type KupImageListEventPayload, type KupInputPanelClickEventPayload, type KupInputPanelCustomEvent, type KupLazyCustomEvent, type KupListCustomEvent, type KupListEventPayload, type KupNavBarCustomEvent, type KupNumericPickerCustomEvent, type KupNumericPickerEventPayload, type KupPdfCustomEvent, type KupPlannerClickEventPayload, type KupPlannerCustomEvent, type KupPlannerEventPayload, type KupPlannerUnloadEventPayload, type KupRadioChangeEventPayload, type KupRadioCustomEvent, type KupRatingClickEventPayload, type KupRatingCustomEvent, type KupSnackbarCustomEvent, type KupSpinnerCustomEvent, type KupSwitchCustomEvent, type KupSwitchEventPayload, type KupTabBarCustomEvent, type KupTabBarEventPayload, type KupTextFieldCustomEvent, type KupTextFieldEventPayload, type KupTimePickerCustomEvent, type KupTimePickerEventPayload, type KupToolbarClickEventPayload, type KupToolbarCustomEvent, type KupToolbarItemClickEventPayload, type KupTreeColumnMenuEventPayload, type KupTreeColumnRemoveEventPayload, type KupTreeContextMenuEventPayload, type KupTreeCustomEvent, type KupTreeDynamicMassExpansionEventPayload, type KupTreeNodeButtonClickEventPayload, type KupTreeNodeCollapseEventPayload, type KupTreeNodeExpandEventPayload, type KupTreeNodeSelectedEventPayload, type KupTxtCustomEvent, type KupTypographyClickEventPayload, type KupTypographyCustomEvent, type KupTypographyIconClickEventPayload, type KupTypographyListClickEventPayload, type KupTypographyListCustomEvent, type KupTypographyListIconClickEventPayload } from "@sme.up/ketchup";
|
|
6
6
|
import { KupAccordion as KupAccordionElement } from "@sme.up/ketchup/dist/components/kup-accordion.js";
|
|
7
7
|
import { KupActivityTimeline as KupActivityTimelineElement } from "@sme.up/ketchup/dist/components/kup-activity-timeline.js";
|
|
8
8
|
import { KupAutocomplete as KupAutocompleteElement } from "@sme.up/ketchup/dist/components/kup-autocomplete.js";
|
|
@@ -78,7 +78,11 @@ import { KupTypography as KupTypographyElement } from "@sme.up/ketchup/dist/comp
|
|
|
78
78
|
import { KupVerticalScroll as KupVerticalScrollElement } from "@sme.up/ketchup/dist/components/kup-vertical-scroll.js";
|
|
79
79
|
import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime';
|
|
80
80
|
type KupAccordionEvents = {
|
|
81
|
-
|
|
81
|
+
onKupAccordionBlur: EventName<KupAccordionCustomEvent<KupAccordionEventPayload>>;
|
|
82
|
+
onKupAccordionClick: EventName<KupAccordionCustomEvent<KupAccordionEventPayload>>;
|
|
83
|
+
onKupAccordionIconclick: EventName<KupAccordionCustomEvent<KupAccordionEventPayload>>;
|
|
84
|
+
onKupAccordionFocus: EventName<KupAccordionCustomEvent<KupAccordionEventPayload>>;
|
|
85
|
+
onKupAccordionToolbaritemclick: EventName<KupAccordionCustomEvent<KupAccordionEventPayload>>;
|
|
82
86
|
};
|
|
83
87
|
export declare const KupAccordion: StencilReactComponent<KupAccordionElement, KupAccordionEvents>;
|
|
84
88
|
type KupActivityTimelineEvents = {
|
|
@@ -399,9 +403,8 @@ type KupTabBarEvents = {
|
|
|
399
403
|
onKupTabbarBlur: EventName<KupTabBarCustomEvent<KupTabBarEventPayload>>;
|
|
400
404
|
onKupTabbarClick: EventName<KupTabBarCustomEvent<KupTabBarEventPayload>>;
|
|
401
405
|
onKupTabbarIconclick: EventName<KupTabBarCustomEvent<KupTabBarEventPayload>>;
|
|
402
|
-
onKupTabbarInfoiconclick: EventName<KupTabBarCustomEvent<KupTabBarEventPayload>>;
|
|
403
406
|
onKupTabbarFocus: EventName<KupTabBarCustomEvent<KupTabBarEventPayload>>;
|
|
404
|
-
|
|
407
|
+
onKupTabbarToolbaritemclick: EventName<KupTabBarCustomEvent<KupToolbarItemClickEventPayload>>;
|
|
405
408
|
};
|
|
406
409
|
export declare const KupTabBar: StencilReactComponent<KupTabBarElement, KupTabBarEvents>;
|
|
407
410
|
type KupTaskGanttEvents = NonNullable<unknown>;
|
package/dist/components.js
CHANGED
|
@@ -79,7 +79,13 @@ export const KupAccordion = /*@__PURE__*/ createComponent({
|
|
|
79
79
|
elementClass: KupAccordionElement,
|
|
80
80
|
// @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
|
|
81
81
|
react: React,
|
|
82
|
-
events: {
|
|
82
|
+
events: {
|
|
83
|
+
onKupAccordionBlur: 'kup-accordion-blur',
|
|
84
|
+
onKupAccordionClick: 'kup-accordion-click',
|
|
85
|
+
onKupAccordionIconclick: 'kup-accordion-iconclick',
|
|
86
|
+
onKupAccordionFocus: 'kup-accordion-focus',
|
|
87
|
+
onKupAccordionToolbaritemclick: 'kup-accordion-toolbaritemclick'
|
|
88
|
+
},
|
|
83
89
|
defineCustomElement: defineKupAccordion
|
|
84
90
|
});
|
|
85
91
|
export const KupActivityTimeline = /*@__PURE__*/ createComponent({
|
|
@@ -727,9 +733,8 @@ export const KupTabBar = /*@__PURE__*/ createComponent({
|
|
|
727
733
|
onKupTabbarBlur: 'kup-tabbar-blur',
|
|
728
734
|
onKupTabbarClick: 'kup-tabbar-click',
|
|
729
735
|
onKupTabbarIconclick: 'kup-tabbar-iconclick',
|
|
730
|
-
onKupTabbarInfoiconclick: 'kup-tabbar-infoiconclick',
|
|
731
736
|
onKupTabbarFocus: 'kup-tabbar-focus',
|
|
732
|
-
|
|
737
|
+
onKupTabbarToolbaritemclick: 'kup-tabbar-toolbaritemclick'
|
|
733
738
|
},
|
|
734
739
|
defineCustomElement: defineKupTabBar
|
|
735
740
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sme.up/ketchup-react",
|
|
3
|
-
"version": "10.3.
|
|
3
|
+
"version": "10.3.2",
|
|
4
4
|
"main": "dist/components.js",
|
|
5
5
|
"module": "dist/components.js",
|
|
6
6
|
"types": "dist/components.d.ts",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"description": "Ketchup React Components library by smeup",
|
|
22
22
|
"license": "Apache-2.0",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@sme.up/ketchup": "10.3.
|
|
24
|
+
"@sme.up/ketchup": "10.3.2",
|
|
25
25
|
"@stencil/react-output-target": "^0.8",
|
|
26
26
|
"react": "^18",
|
|
27
27
|
"react-dom": "^18"
|