@sme.up/ketchup 9.0.0 → 9.2.0
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/cjs/{f-button-b2cfce1c.js → f-button-9ccadd52.js} +2 -2
- package/dist/cjs/{f-cell-75fca92b.js → f-cell-3130506f.js} +183 -11
- package/dist/cjs/{f-checkbox-48d7af02.js → f-checkbox-9d2635d9.js} +1 -1
- package/dist/cjs/{f-chip-3e504f3e.js → f-chip-beb7af58.js} +3 -3
- package/dist/cjs/{f-image-270d39ae.js → f-image-66a3c3c1.js} +2 -2
- package/dist/cjs/{f-paginator-utils-6d0c4678.js → f-paginator-utils-c475e07f.js} +49 -50
- package/dist/cjs/{f-text-field-bbcd2143.js → f-text-field-c74856ff.js} +38 -4
- package/dist/cjs/{index-c3d10561.js → index-d8e5eb5f.js} +156 -39
- package/dist/cjs/index.cjs.js +11 -0
- package/dist/cjs/ketchup.cjs.js +3 -3
- package/dist/cjs/kup-accordion.cjs.entry.js +3 -3
- package/dist/cjs/kup-autocomplete_27.cjs.entry.js +159 -197
- package/dist/cjs/kup-box.cjs.entry.js +23 -15
- package/dist/cjs/kup-calendar.cjs.entry.js +5061 -5028
- package/dist/cjs/kup-card-list.cjs.entry.js +34 -14
- package/dist/cjs/kup-cell.cjs.entry.js +9 -7
- package/dist/cjs/kup-dashboard.cjs.entry.js +6 -6
- package/dist/cjs/kup-drawer.cjs.entry.js +2 -2
- package/dist/cjs/kup-echart.cjs.entry.js +2 -2
- package/dist/cjs/kup-family-tree.cjs.entry.js +4 -4
- package/dist/cjs/kup-grid.cjs.entry.js +2 -2
- package/dist/cjs/kup-iframe.cjs.entry.js +2 -2
- package/dist/cjs/kup-image-list.cjs.entry.js +8 -8
- package/dist/cjs/kup-lazy.cjs.entry.js +2 -2
- package/dist/cjs/kup-magic-box.cjs.entry.js +3 -3
- package/dist/cjs/{kup-manager-130bbd9d.js → kup-manager-7334c396.js} +63 -12
- package/dist/cjs/kup-nav-bar.cjs.entry.js +2 -2
- package/dist/cjs/kup-numeric-picker.cjs.entry.js +3 -3
- package/dist/cjs/kup-photo-frame.cjs.entry.js +2 -2
- package/dist/cjs/kup-planner.cjs.entry.js +895 -410
- package/dist/cjs/kup-probe.cjs.entry.js +2 -2
- package/dist/cjs/kup-qlik.cjs.entry.js +2 -2
- package/dist/cjs/kup-snackbar.cjs.entry.js +4 -4
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/collection/assets/card-list.js +12 -9
- package/dist/collection/assets/index.js +4 -0
- package/dist/collection/assets/progress-bar.js +0 -0
- package/dist/collection/assets/radio.js +30 -0
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/kup-box/kup-box.js +14 -6
- package/dist/collection/components/kup-card/kup-card.css +14 -0
- package/dist/collection/components/kup-card/standard/kup-card-standard.js +10 -5
- package/dist/collection/components/kup-card-list/kup-card-list-declarations.js +10 -0
- package/dist/collection/components/kup-card-list/kup-card-list.js +232 -12
- package/dist/collection/components/kup-data-table/kup-data-table-helper.js +47 -48
- package/dist/collection/components/kup-data-table/kup-data-table.js +36 -22
- package/dist/collection/components/kup-progress-bar/kup-progress-bar.css +1 -242
- package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +37 -84
- package/dist/collection/components/kup-radio/kup-radio.css +0 -161
- package/dist/collection/components/kup-radio/kup-radio.js +31 -26
- package/dist/collection/components/kup-rating/kup-rating.css +0 -8
- package/dist/collection/components/kup-rating/kup-rating.js +27 -52
- package/dist/collection/f-components/f-cell/f-cell-declarations.js +1 -0
- package/dist/collection/f-components/f-cell/f-cell.js +19 -5
- package/dist/collection/f-components/f-progress-bar/f-progress-bar-declarations.js +1 -0
- package/dist/collection/f-components/f-progress-bar/f-progress-bar.js +88 -0
- package/dist/collection/f-components/f-radio/f-radio-declarations.js +1 -0
- package/dist/collection/f-components/f-radio/f-radio.js +28 -0
- package/dist/collection/f-components/f-rating/f-rating-declarations.js +1 -0
- package/dist/collection/f-components/f-rating/f-rating.js +26 -0
- package/dist/collection/f-components/f-text-field/f-text-field.js +36 -2
- package/dist/collection/index.js +5 -0
- package/dist/collection/managers/kup-data/kup-data.js +2 -0
- package/dist/collection/managers/kup-math/kup-math-helper.js +1 -1
- package/dist/collection/managers/kup-theme/kup-theme-declarations.js +33 -0
- package/dist/collection/managers/kup-theme/kup-theme.js +13 -1
- package/dist/collection/utils/cell-utils.js +6 -7
- package/dist/collection/utils/utils.js +0 -5
- package/dist/components/index.d.ts +6 -0
- package/dist/components/index.js +9 -1
- package/dist/components/kup-accordion.js +4 -1
- package/dist/components/kup-autocomplete.js +1 -1
- package/dist/components/kup-autocomplete2.js +13902 -32341
- package/dist/components/kup-badge.js +1 -1
- package/dist/components/kup-box2.js +26 -7
- package/dist/components/kup-button-list.js +1 -1
- package/dist/components/kup-button.js +1 -1
- package/dist/components/kup-calendar.js +5001 -4964
- package/dist/components/kup-card-list.js +44 -13
- package/dist/components/kup-card.js +1 -1
- package/dist/components/kup-cell.js +2 -1
- package/dist/components/kup-chart.js +1 -1
- package/dist/components/kup-checkbox.js +1 -1
- package/dist/components/kup-chip.js +1 -1
- package/dist/components/kup-color-picker.js +1 -1
- package/dist/components/kup-combobox.js +1 -1
- package/dist/components/kup-dashboard.js +4 -1
- package/dist/components/kup-data-table.js +1 -1
- package/dist/components/kup-date-picker.js +1 -1
- package/dist/components/kup-dialog.js +1 -1
- package/dist/components/kup-drawer.js +2 -1
- package/dist/components/kup-dropdown-button.js +1 -1
- package/dist/components/kup-echart2.js +2 -1
- package/dist/components/kup-family-tree.js +2 -1
- package/dist/components/kup-form.js +1 -1
- package/dist/components/kup-gauge.js +1 -1
- package/dist/components/kup-grid2.js +2 -1
- package/dist/components/kup-iframe.js +2 -1
- package/dist/components/kup-image-list.js +4 -1
- package/dist/components/kup-image.js +1 -1
- package/dist/components/kup-lazy.js +2 -1
- package/dist/components/kup-list.js +1 -1
- package/dist/components/kup-magic-box.js +2 -1
- package/dist/{esm/kup-manager-c8d5c94d.js → components/kup-manager.js} +63 -13
- package/dist/components/kup-nav-bar.js +2 -1
- package/dist/components/kup-numeric-picker.js +2 -1
- package/dist/components/kup-photo-frame.js +2 -1
- package/dist/components/kup-planner.js +896 -408
- package/dist/components/kup-probe.js +2 -1
- package/dist/components/kup-progress-bar.js +1 -1
- package/dist/components/kup-qlik.js +2 -1
- package/dist/components/kup-radio.js +1 -1
- package/dist/components/kup-rating.js +1 -1
- package/dist/components/kup-snackbar.js +2 -1
- package/dist/components/kup-spinner.js +1 -1
- package/dist/components/kup-switch.js +1 -1
- package/dist/components/kup-tab-bar.js +1 -1
- package/dist/components/kup-text-field.js +1 -1
- package/dist/components/kup-time-picker.js +1 -1
- package/dist/components/kup-tree.js +1 -1
- package/dist/esm/{f-button-baa419dc.js → f-button-0bce6587.js} +2 -2
- package/dist/esm/{f-cell-18ee3afa.js → f-cell-88d375e1.js} +181 -12
- package/dist/esm/{f-checkbox-00a1e020.js → f-checkbox-31219c42.js} +1 -1
- package/dist/esm/{f-chip-311500f4.js → f-chip-ef0d4130.js} +3 -3
- package/dist/esm/{f-image-da03494c.js → f-image-727453df.js} +2 -2
- package/dist/esm/{f-paginator-utils-d63a195e.js → f-paginator-utils-4524e41c.js} +49 -50
- package/dist/esm/{f-text-field-e5f1f1fd.js → f-text-field-7b4d622c.js} +38 -4
- package/dist/esm/{index-3336c3b1.js → index-99c17b08.js} +157 -40
- package/dist/esm/index.js +8 -0
- package/dist/esm/ketchup.js +4 -4
- package/dist/esm/kup-accordion.entry.js +3 -3
- package/dist/esm/kup-autocomplete_27.entry.js +159 -197
- package/dist/esm/kup-box.entry.js +23 -15
- package/dist/esm/kup-calendar.entry.js +5061 -5028
- package/dist/esm/kup-card-list.entry.js +34 -14
- package/dist/esm/kup-cell.entry.js +9 -7
- package/dist/esm/kup-dashboard.entry.js +6 -6
- package/dist/esm/kup-drawer.entry.js +2 -2
- package/dist/esm/kup-echart.entry.js +2 -2
- package/dist/esm/kup-family-tree.entry.js +4 -4
- package/dist/esm/kup-grid.entry.js +2 -2
- package/dist/esm/kup-iframe.entry.js +2 -2
- package/dist/esm/kup-image-list.entry.js +8 -8
- package/dist/esm/kup-lazy.entry.js +2 -2
- package/dist/esm/kup-magic-box.entry.js +3 -3
- package/dist/esm/kup-manager-9a9d2dbb.js +18604 -0
- package/dist/esm/kup-nav-bar.entry.js +2 -2
- package/dist/esm/kup-numeric-picker.entry.js +3 -3
- package/dist/esm/kup-photo-frame.entry.js +2 -2
- package/dist/esm/kup-planner.entry.js +895 -410
- package/dist/esm/kup-probe.entry.js +2 -2
- package/dist/esm/kup-qlik.entry.js +2 -2
- package/dist/esm/kup-snackbar.entry.js +4 -4
- package/dist/esm/loader.js +3 -3
- package/dist/ketchup/index.esm.js +1 -0
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/{p-a8a39b08.entry.js → p-042e1ed0.entry.js} +1 -1
- package/dist/ketchup/{p-55fd3f46.entry.js → p-0dc763af.entry.js} +1 -1
- package/dist/ketchup/{p-76130e83.entry.js → p-1ae879af.entry.js} +1 -1
- package/dist/ketchup/p-1db0c862.entry.js +1 -0
- package/dist/ketchup/{p-25de68e5.js → p-20458088.js} +3 -3
- package/dist/ketchup/{p-a0f59b05.entry.js → p-20c1a69f.entry.js} +1 -1
- package/dist/ketchup/p-267dd24a.entry.js +9 -0
- package/dist/ketchup/{p-39602629.js → p-2849af6f.js} +1 -1
- package/dist/ketchup/p-30938d5a.entry.js +1 -0
- package/dist/ketchup/{p-f729449f.js → p-34e4a985.js} +1 -1
- package/dist/ketchup/p-4067c71b.js +2 -0
- package/dist/ketchup/{p-8281c9e5.js → p-4e696daf.js} +1 -1
- package/dist/ketchup/p-61f71872.entry.js +1 -0
- package/dist/ketchup/p-6a7df3d2.js +1 -0
- package/dist/ketchup/{p-2dab9c4f.entry.js → p-6b33f5de.entry.js} +1 -1
- package/dist/ketchup/{p-4597f25d.js → p-7a876328.js} +1 -1
- package/dist/ketchup/{p-7e1c8fc0.entry.js → p-7f64b612.entry.js} +1 -1
- package/dist/ketchup/{p-07707cd1.entry.js → p-90db42e6.entry.js} +1 -1
- package/dist/ketchup/{p-13eac183.entry.js → p-9cc1c76b.entry.js} +1 -1
- package/dist/ketchup/p-9d3d8690.js +1 -0
- package/dist/ketchup/{p-7bf649f0.entry.js → p-b4ba27da.entry.js} +1 -1
- package/dist/ketchup/{p-2a2a18bf.entry.js → p-c046fd1c.entry.js} +1 -1
- package/dist/ketchup/p-c120043a.entry.js +1 -0
- package/dist/ketchup/p-d520d757.entry.js +1 -0
- package/dist/ketchup/p-e9bc0749.entry.js +1 -0
- package/dist/ketchup/{p-7555c10d.js → p-ea56edbe.js} +1 -1
- package/dist/ketchup/p-edd88921.entry.js +1 -0
- package/dist/ketchup/{p-da58f8ab.entry.js → p-f1f82eef.entry.js} +1 -1
- package/dist/ketchup/{p-51aa248f.entry.js → p-f67ee60f.entry.js} +3 -3
- package/dist/ketchup/p-f6844304.entry.js +1 -0
- package/dist/ketchup/{p-2d192def.entry.js → p-f8213d22.entry.js} +1 -1
- package/dist/types/components/kup-box/kup-box.d.ts +1 -0
- package/dist/types/components/kup-card-list/kup-card-list-declarations.d.ts +12 -12
- package/dist/types/components/kup-card-list/kup-card-list.d.ts +50 -0
- package/dist/types/components/kup-progress-bar/kup-progress-bar.d.ts +0 -1
- package/dist/types/components/kup-radio/kup-radio-declarations.d.ts +1 -9
- package/dist/types/components/kup-radio/kup-radio.d.ts +3 -2
- package/dist/types/components/kup-rating/kup-rating.d.ts +2 -7
- package/dist/types/components.d.ts +674 -4
- package/dist/types/f-components/f-cell/f-cell-declarations.d.ts +1 -0
- package/dist/types/f-components/f-progress-bar/f-progress-bar-declarations.d.ts +16 -0
- package/dist/types/f-components/f-progress-bar/f-progress-bar.d.ts +3 -0
- package/dist/types/f-components/f-radio/f-radio-declarations.d.ts +22 -0
- package/dist/types/f-components/f-radio/f-radio.d.ts +3 -0
- package/dist/types/f-components/f-rating/f-rating-declarations.d.ts +10 -0
- package/dist/types/f-components/f-rating/f-rating.d.ts +3 -0
- package/dist/types/index.d.ts +4 -0
- package/dist/types/managers/kup-theme/kup-theme-declarations.d.ts +12 -0
- package/dist/types/stencil-public-runtime.d.ts +26 -3
- package/dist/types/utils/utils.d.ts +0 -2
- package/package.json +3 -3
- package/dist/ketchup/p-008ad26c.js +0 -1
- package/dist/ketchup/p-0c19d485.entry.js +0 -9
- package/dist/ketchup/p-2d42477d.js +0 -2
- package/dist/ketchup/p-5c15661d.entry.js +0 -1
- package/dist/ketchup/p-5cfaa673.entry.js +0 -1
- package/dist/ketchup/p-5f583257.entry.js +0 -1
- package/dist/ketchup/p-80699a95.js +0 -1
- package/dist/ketchup/p-81debebe.entry.js +0 -1
- package/dist/ketchup/p-bb854cf5.entry.js +0 -1
- package/dist/ketchup/p-d6a7498b.entry.js +0 -1
- package/dist/ketchup/p-d8384990.entry.js +0 -1
- package/dist/ketchup/p-ecb9fe91.entry.js +0 -1
|
@@ -47,7 +47,8 @@ import { KupNumericPickerEventPayload } from "./components/kup-numeric-picker/ku
|
|
|
47
47
|
import { KupPlannerClickEventPayload, KupPlannerEventPayload, KupPlannerPhase, KupPlannerUnloadEventPayload, KupPlannerViewMode } from "./components/kup-planner/kup-planner-declarations";
|
|
48
48
|
import { TaskType } from "@sme.up/gantt-component/dist/types/public-types";
|
|
49
49
|
import { KupQlikGrid, QlikServer } from "./components/kup-qlik/kup-qlik-declarations";
|
|
50
|
-
import {
|
|
50
|
+
import { FRadioData } from "./f-components/f-radio/f-radio-declarations";
|
|
51
|
+
import { KupRadioChangeEventPayload } from "./components/kup-radio/kup-radio-declarations";
|
|
51
52
|
import { KupRatingClickEventPayload } from "./components/kup-rating/kup-rating-declarations";
|
|
52
53
|
import { KupSwitchEventPayload } from "./components/kup-switch/kup-switch-declarations";
|
|
53
54
|
import { KupTabBarEventPayload, KupTabBarNode } from "./components/kup-tab-bar/kup-tab-bar-declarations";
|
|
@@ -95,7 +96,8 @@ export { KupNumericPickerEventPayload } from "./components/kup-numeric-picker/ku
|
|
|
95
96
|
export { KupPlannerClickEventPayload, KupPlannerEventPayload, KupPlannerPhase, KupPlannerUnloadEventPayload, KupPlannerViewMode } from "./components/kup-planner/kup-planner-declarations";
|
|
96
97
|
export { TaskType } from "@sme.up/gantt-component/dist/types/public-types";
|
|
97
98
|
export { KupQlikGrid, QlikServer } from "./components/kup-qlik/kup-qlik-declarations";
|
|
98
|
-
export {
|
|
99
|
+
export { FRadioData } from "./f-components/f-radio/f-radio-declarations";
|
|
100
|
+
export { KupRadioChangeEventPayload } from "./components/kup-radio/kup-radio-declarations";
|
|
99
101
|
export { KupRatingClickEventPayload } from "./components/kup-rating/kup-rating-declarations";
|
|
100
102
|
export { KupSwitchEventPayload } from "./components/kup-switch/kup-switch-declarations";
|
|
101
103
|
export { KupTabBarEventPayload, KupTabBarNode } from "./components/kup-tab-bar/kup-tab-bar-declarations";
|
|
@@ -665,6 +667,16 @@ export namespace Components {
|
|
|
665
667
|
* @default null
|
|
666
668
|
*/
|
|
667
669
|
"data": KupCardListData;
|
|
670
|
+
/**
|
|
671
|
+
* Sets the decimal value column.
|
|
672
|
+
* @default ""
|
|
673
|
+
*/
|
|
674
|
+
"decvalueCol": string;
|
|
675
|
+
/**
|
|
676
|
+
* Sets the description column.
|
|
677
|
+
* @default ""
|
|
678
|
+
*/
|
|
679
|
+
"descrCol": string;
|
|
668
680
|
/**
|
|
669
681
|
* Sets whether the component occupies all available width.
|
|
670
682
|
* @default true
|
|
@@ -681,11 +693,36 @@ export namespace Components {
|
|
|
681
693
|
* @default false
|
|
682
694
|
*/
|
|
683
695
|
"horizontal": boolean;
|
|
696
|
+
/**
|
|
697
|
+
* Sets the icon column.
|
|
698
|
+
* @default ""
|
|
699
|
+
*/
|
|
700
|
+
"iconCol": string;
|
|
701
|
+
/**
|
|
702
|
+
* Sets the icon color column.
|
|
703
|
+
* @default ""
|
|
704
|
+
*/
|
|
705
|
+
"iconcolorCol": string;
|
|
706
|
+
/**
|
|
707
|
+
* Sets the integer value column.
|
|
708
|
+
* @default ""
|
|
709
|
+
*/
|
|
710
|
+
"intvalueCol": string;
|
|
684
711
|
/**
|
|
685
712
|
* Sets whether a single card is clickable or not.
|
|
686
713
|
* @default false
|
|
687
714
|
*/
|
|
688
715
|
"isClickable": boolean;
|
|
716
|
+
/**
|
|
717
|
+
* Sets the layout column.
|
|
718
|
+
* @default ""
|
|
719
|
+
*/
|
|
720
|
+
"layoutCol": string;
|
|
721
|
+
/**
|
|
722
|
+
* Sets the unit of measure column.
|
|
723
|
+
* @default ""
|
|
724
|
+
*/
|
|
725
|
+
"measureCol": string;
|
|
689
726
|
/**
|
|
690
727
|
* This method is used to trigger a new render of the component.
|
|
691
728
|
*/
|
|
@@ -695,6 +732,21 @@ export namespace Components {
|
|
|
695
732
|
* @param props - Object containing props that will be set to the component.
|
|
696
733
|
*/
|
|
697
734
|
"setProps": (props: GenericObject) => Promise<void>;
|
|
735
|
+
/**
|
|
736
|
+
* Sets the text color column.
|
|
737
|
+
* @default ""
|
|
738
|
+
*/
|
|
739
|
+
"textcolorCol": string;
|
|
740
|
+
/**
|
|
741
|
+
* Sets the value column.
|
|
742
|
+
* @default ""
|
|
743
|
+
*/
|
|
744
|
+
"valueCol": string;
|
|
745
|
+
/**
|
|
746
|
+
* Sets the value color column.
|
|
747
|
+
* @default ""
|
|
748
|
+
*/
|
|
749
|
+
"valuecolorCol": string;
|
|
698
750
|
}
|
|
699
751
|
interface KupCell {
|
|
700
752
|
/**
|
|
@@ -2817,7 +2869,7 @@ export namespace Components {
|
|
|
2817
2869
|
* List of elements.
|
|
2818
2870
|
* @default null
|
|
2819
2871
|
*/
|
|
2820
|
-
"data":
|
|
2872
|
+
"data": FRadioData[];
|
|
2821
2873
|
/**
|
|
2822
2874
|
* Defaults at false. When set to true, the component is disabled.
|
|
2823
2875
|
* @default false
|
|
@@ -3655,55 +3707,175 @@ export interface KupTreeCustomEvent<T> extends CustomEvent<T> {
|
|
|
3655
3707
|
target: HTMLKupTreeElement;
|
|
3656
3708
|
}
|
|
3657
3709
|
declare global {
|
|
3710
|
+
interface HTMLKupAccordionElementEventMap {
|
|
3711
|
+
"kup-accordion-itemselected": KupAccordionItemSelectedEventPayload;
|
|
3712
|
+
}
|
|
3658
3713
|
interface HTMLKupAccordionElement extends Components.KupAccordion, HTMLStencilElement {
|
|
3714
|
+
addEventListener<K extends keyof HTMLKupAccordionElementEventMap>(type: K, listener: (this: HTMLKupAccordionElement, ev: KupAccordionCustomEvent<HTMLKupAccordionElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3715
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3716
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3717
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
3718
|
+
removeEventListener<K extends keyof HTMLKupAccordionElementEventMap>(type: K, listener: (this: HTMLKupAccordionElement, ev: KupAccordionCustomEvent<HTMLKupAccordionElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
3719
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3720
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3721
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3659
3722
|
}
|
|
3660
3723
|
var HTMLKupAccordionElement: {
|
|
3661
3724
|
prototype: HTMLKupAccordionElement;
|
|
3662
3725
|
new (): HTMLKupAccordionElement;
|
|
3663
3726
|
};
|
|
3727
|
+
interface HTMLKupAutocompleteElementEventMap {
|
|
3728
|
+
"kup-autocomplete-blur": KupAutocompleteEventPayload;
|
|
3729
|
+
"kup-autocomplete-change": KupAutocompleteEventPayload;
|
|
3730
|
+
"kup-autocomplete-click": KupAutocompleteEventPayload;
|
|
3731
|
+
"kup-autocomplete-focus": KupAutocompleteEventPayload;
|
|
3732
|
+
"kup-autocomplete-input": KupAutocompleteEventPayload;
|
|
3733
|
+
"kup-autocomplete-iconclick": KupAutocompleteIconClickEventPayload;
|
|
3734
|
+
"kup-autocomplete-itemclick": KupAutocompleteEventPayload;
|
|
3735
|
+
}
|
|
3664
3736
|
interface HTMLKupAutocompleteElement extends Components.KupAutocomplete, HTMLStencilElement {
|
|
3737
|
+
addEventListener<K extends keyof HTMLKupAutocompleteElementEventMap>(type: K, listener: (this: HTMLKupAutocompleteElement, ev: KupAutocompleteCustomEvent<HTMLKupAutocompleteElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3738
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3739
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3740
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
3741
|
+
removeEventListener<K extends keyof HTMLKupAutocompleteElementEventMap>(type: K, listener: (this: HTMLKupAutocompleteElement, ev: KupAutocompleteCustomEvent<HTMLKupAutocompleteElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
3742
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3743
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3744
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3665
3745
|
}
|
|
3666
3746
|
var HTMLKupAutocompleteElement: {
|
|
3667
3747
|
prototype: HTMLKupAutocompleteElement;
|
|
3668
3748
|
new (): HTMLKupAutocompleteElement;
|
|
3669
3749
|
};
|
|
3750
|
+
interface HTMLKupBadgeElementEventMap {
|
|
3751
|
+
"kup-badge-click": KupEventPayload;
|
|
3752
|
+
}
|
|
3670
3753
|
interface HTMLKupBadgeElement extends Components.KupBadge, HTMLStencilElement {
|
|
3754
|
+
addEventListener<K extends keyof HTMLKupBadgeElementEventMap>(type: K, listener: (this: HTMLKupBadgeElement, ev: KupBadgeCustomEvent<HTMLKupBadgeElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3755
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3756
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3757
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
3758
|
+
removeEventListener<K extends keyof HTMLKupBadgeElementEventMap>(type: K, listener: (this: HTMLKupBadgeElement, ev: KupBadgeCustomEvent<HTMLKupBadgeElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
3759
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3760
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3761
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3671
3762
|
}
|
|
3672
3763
|
var HTMLKupBadgeElement: {
|
|
3673
3764
|
prototype: HTMLKupBadgeElement;
|
|
3674
3765
|
new (): HTMLKupBadgeElement;
|
|
3675
3766
|
};
|
|
3767
|
+
interface HTMLKupBoxElementEventMap {
|
|
3768
|
+
"kup-box-click": KupBoxClickEventPayload;
|
|
3769
|
+
"kup-box-selected": KupBoxSelectedEventPayload;
|
|
3770
|
+
"kup-box-autoselect": KupBoxAutoSelectEventPayload;
|
|
3771
|
+
"kup-box-rowactionmenuclick": KupBoxAutoSelectEventPayload;
|
|
3772
|
+
"kup-box-rowactionclick": KupBoxRowActionClickEventPayload;
|
|
3773
|
+
"kup-box-didload": KupEventPayload;
|
|
3774
|
+
"kup-box-didunload": KupEventPayload;
|
|
3775
|
+
"kup-box-contextmenu": KupBoxContextMenuEventPayload;
|
|
3776
|
+
}
|
|
3676
3777
|
interface HTMLKupBoxElement extends Components.KupBox, HTMLStencilElement {
|
|
3778
|
+
addEventListener<K extends keyof HTMLKupBoxElementEventMap>(type: K, listener: (this: HTMLKupBoxElement, ev: KupBoxCustomEvent<HTMLKupBoxElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3779
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3780
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3781
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
3782
|
+
removeEventListener<K extends keyof HTMLKupBoxElementEventMap>(type: K, listener: (this: HTMLKupBoxElement, ev: KupBoxCustomEvent<HTMLKupBoxElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
3783
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3784
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3785
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3677
3786
|
}
|
|
3678
3787
|
var HTMLKupBoxElement: {
|
|
3679
3788
|
prototype: HTMLKupBoxElement;
|
|
3680
3789
|
new (): HTMLKupBoxElement;
|
|
3681
3790
|
};
|
|
3791
|
+
interface HTMLKupButtonElementEventMap {
|
|
3792
|
+
"kup-button-blur": KupButtonClickEventPayload;
|
|
3793
|
+
"kup-button-click": KupButtonClickEventPayload;
|
|
3794
|
+
"kup-button-focus": KupButtonClickEventPayload;
|
|
3795
|
+
}
|
|
3682
3796
|
interface HTMLKupButtonElement extends Components.KupButton, HTMLStencilElement {
|
|
3797
|
+
addEventListener<K extends keyof HTMLKupButtonElementEventMap>(type: K, listener: (this: HTMLKupButtonElement, ev: KupButtonCustomEvent<HTMLKupButtonElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3798
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3799
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3800
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
3801
|
+
removeEventListener<K extends keyof HTMLKupButtonElementEventMap>(type: K, listener: (this: HTMLKupButtonElement, ev: KupButtonCustomEvent<HTMLKupButtonElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
3802
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3803
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3804
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3683
3805
|
}
|
|
3684
3806
|
var HTMLKupButtonElement: {
|
|
3685
3807
|
prototype: HTMLKupButtonElement;
|
|
3686
3808
|
new (): HTMLKupButtonElement;
|
|
3687
3809
|
};
|
|
3810
|
+
interface HTMLKupButtonListElementEventMap {
|
|
3811
|
+
"kup-buttonlist-click": KupButtonListClickEventPayload;
|
|
3812
|
+
}
|
|
3688
3813
|
interface HTMLKupButtonListElement extends Components.KupButtonList, HTMLStencilElement {
|
|
3814
|
+
addEventListener<K extends keyof HTMLKupButtonListElementEventMap>(type: K, listener: (this: HTMLKupButtonListElement, ev: KupButtonListCustomEvent<HTMLKupButtonListElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3815
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3816
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3817
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
3818
|
+
removeEventListener<K extends keyof HTMLKupButtonListElementEventMap>(type: K, listener: (this: HTMLKupButtonListElement, ev: KupButtonListCustomEvent<HTMLKupButtonListElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
3819
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3820
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3821
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3689
3822
|
}
|
|
3690
3823
|
var HTMLKupButtonListElement: {
|
|
3691
3824
|
prototype: HTMLKupButtonListElement;
|
|
3692
3825
|
new (): HTMLKupButtonListElement;
|
|
3693
3826
|
};
|
|
3827
|
+
interface HTMLKupCalendarElementEventMap {
|
|
3828
|
+
"kup-calendar-eventclick": KupCalendarEventClickEventPayload;
|
|
3829
|
+
"kup-calendar-dateclick": KupCalendarDateClickEventPayload;
|
|
3830
|
+
"kup-calendar-eventdrop": KupCalendarEventDropEventPayload;
|
|
3831
|
+
"kup-calendar-viewchange": KupCalendarViewChangeEventPayload;
|
|
3832
|
+
}
|
|
3694
3833
|
interface HTMLKupCalendarElement extends Components.KupCalendar, HTMLStencilElement {
|
|
3834
|
+
addEventListener<K extends keyof HTMLKupCalendarElementEventMap>(type: K, listener: (this: HTMLKupCalendarElement, ev: KupCalendarCustomEvent<HTMLKupCalendarElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3835
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3836
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3837
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
3838
|
+
removeEventListener<K extends keyof HTMLKupCalendarElementEventMap>(type: K, listener: (this: HTMLKupCalendarElement, ev: KupCalendarCustomEvent<HTMLKupCalendarElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
3839
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3840
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3841
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3695
3842
|
}
|
|
3696
3843
|
var HTMLKupCalendarElement: {
|
|
3697
3844
|
prototype: HTMLKupCalendarElement;
|
|
3698
3845
|
new (): HTMLKupCalendarElement;
|
|
3699
3846
|
};
|
|
3847
|
+
interface HTMLKupCardElementEventMap {
|
|
3848
|
+
"kup-card-click": KupCardClickPayload;
|
|
3849
|
+
"kup-card-close": KupEventPayload;
|
|
3850
|
+
"kup-card-event": KupCardEventPayload;
|
|
3851
|
+
"kup-card-ready": KupEventPayload;
|
|
3852
|
+
}
|
|
3700
3853
|
interface HTMLKupCardElement extends Components.KupCard, HTMLStencilElement {
|
|
3854
|
+
addEventListener<K extends keyof HTMLKupCardElementEventMap>(type: K, listener: (this: HTMLKupCardElement, ev: KupCardCustomEvent<HTMLKupCardElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3855
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3856
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3857
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
3858
|
+
removeEventListener<K extends keyof HTMLKupCardElementEventMap>(type: K, listener: (this: HTMLKupCardElement, ev: KupCardCustomEvent<HTMLKupCardElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
3859
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3860
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3861
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3701
3862
|
}
|
|
3702
3863
|
var HTMLKupCardElement: {
|
|
3703
3864
|
prototype: HTMLKupCardElement;
|
|
3704
3865
|
new (): HTMLKupCardElement;
|
|
3705
3866
|
};
|
|
3867
|
+
interface HTMLKupCardListElementEventMap {
|
|
3868
|
+
"kup-cardlist-click": KupCardListClickEventPayload;
|
|
3869
|
+
}
|
|
3706
3870
|
interface HTMLKupCardListElement extends Components.KupCardList, HTMLStencilElement {
|
|
3871
|
+
addEventListener<K extends keyof HTMLKupCardListElementEventMap>(type: K, listener: (this: HTMLKupCardListElement, ev: KupCardListCustomEvent<HTMLKupCardListElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3872
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3873
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3874
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
3875
|
+
removeEventListener<K extends keyof HTMLKupCardListElementEventMap>(type: K, listener: (this: HTMLKupCardListElement, ev: KupCardListCustomEvent<HTMLKupCardListElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
3876
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3877
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3878
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3707
3879
|
}
|
|
3708
3880
|
var HTMLKupCardListElement: {
|
|
3709
3881
|
prototype: HTMLKupCardListElement;
|
|
@@ -3715,85 +3887,283 @@ declare global {
|
|
|
3715
3887
|
prototype: HTMLKupCellElement;
|
|
3716
3888
|
new (): HTMLKupCellElement;
|
|
3717
3889
|
};
|
|
3890
|
+
interface HTMLKupChartElementEventMap {
|
|
3891
|
+
"kup-chart-click": KupChartClickEvent;
|
|
3892
|
+
}
|
|
3718
3893
|
interface HTMLKupChartElement extends Components.KupChart, HTMLStencilElement {
|
|
3894
|
+
addEventListener<K extends keyof HTMLKupChartElementEventMap>(type: K, listener: (this: HTMLKupChartElement, ev: KupChartCustomEvent<HTMLKupChartElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3895
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3896
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3897
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
3898
|
+
removeEventListener<K extends keyof HTMLKupChartElementEventMap>(type: K, listener: (this: HTMLKupChartElement, ev: KupChartCustomEvent<HTMLKupChartElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
3899
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3900
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3901
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3719
3902
|
}
|
|
3720
3903
|
var HTMLKupChartElement: {
|
|
3721
3904
|
prototype: HTMLKupChartElement;
|
|
3722
3905
|
new (): HTMLKupChartElement;
|
|
3723
3906
|
};
|
|
3907
|
+
interface HTMLKupCheckboxElementEventMap {
|
|
3908
|
+
"kup-checkbox-blur": KupCheckboxEventPayload;
|
|
3909
|
+
"kup-checkbox-change": KupCheckboxEventPayload;
|
|
3910
|
+
"kup-checkbox-focus": KupCheckboxEventPayload;
|
|
3911
|
+
}
|
|
3724
3912
|
interface HTMLKupCheckboxElement extends Components.KupCheckbox, HTMLStencilElement {
|
|
3913
|
+
addEventListener<K extends keyof HTMLKupCheckboxElementEventMap>(type: K, listener: (this: HTMLKupCheckboxElement, ev: KupCheckboxCustomEvent<HTMLKupCheckboxElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3914
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3915
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3916
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
3917
|
+
removeEventListener<K extends keyof HTMLKupCheckboxElementEventMap>(type: K, listener: (this: HTMLKupCheckboxElement, ev: KupCheckboxCustomEvent<HTMLKupCheckboxElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
3918
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3919
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3920
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3725
3921
|
}
|
|
3726
3922
|
var HTMLKupCheckboxElement: {
|
|
3727
3923
|
prototype: HTMLKupCheckboxElement;
|
|
3728
3924
|
new (): HTMLKupCheckboxElement;
|
|
3729
3925
|
};
|
|
3926
|
+
interface HTMLKupChipElementEventMap {
|
|
3927
|
+
"kup-chip-blur": KupChipEventPayload;
|
|
3928
|
+
"kup-chip-change": KupChipChangeEventPayload;
|
|
3929
|
+
"kup-chip-click": KupChipEventPayload;
|
|
3930
|
+
"kup-chip-focus": KupChipEventPayload;
|
|
3931
|
+
"kup-chip-iconclick": KupChipEventPayload;
|
|
3932
|
+
}
|
|
3730
3933
|
interface HTMLKupChipElement extends Components.KupChip, HTMLStencilElement {
|
|
3934
|
+
addEventListener<K extends keyof HTMLKupChipElementEventMap>(type: K, listener: (this: HTMLKupChipElement, ev: KupChipCustomEvent<HTMLKupChipElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3935
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3936
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3937
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
3938
|
+
removeEventListener<K extends keyof HTMLKupChipElementEventMap>(type: K, listener: (this: HTMLKupChipElement, ev: KupChipCustomEvent<HTMLKupChipElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
3939
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3940
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3941
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3731
3942
|
}
|
|
3732
3943
|
var HTMLKupChipElement: {
|
|
3733
3944
|
prototype: HTMLKupChipElement;
|
|
3734
3945
|
new (): HTMLKupChipElement;
|
|
3735
3946
|
};
|
|
3947
|
+
interface HTMLKupColorPickerElementEventMap {
|
|
3948
|
+
"kup-colorpicker-change": KupColorPickerEventPayload;
|
|
3949
|
+
}
|
|
3736
3950
|
interface HTMLKupColorPickerElement extends Components.KupColorPicker, HTMLStencilElement {
|
|
3951
|
+
addEventListener<K extends keyof HTMLKupColorPickerElementEventMap>(type: K, listener: (this: HTMLKupColorPickerElement, ev: KupColorPickerCustomEvent<HTMLKupColorPickerElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3952
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3953
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3954
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
3955
|
+
removeEventListener<K extends keyof HTMLKupColorPickerElementEventMap>(type: K, listener: (this: HTMLKupColorPickerElement, ev: KupColorPickerCustomEvent<HTMLKupColorPickerElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
3956
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3957
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3958
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3737
3959
|
}
|
|
3738
3960
|
var HTMLKupColorPickerElement: {
|
|
3739
3961
|
prototype: HTMLKupColorPickerElement;
|
|
3740
3962
|
new (): HTMLKupColorPickerElement;
|
|
3741
3963
|
};
|
|
3964
|
+
interface HTMLKupComboboxElementEventMap {
|
|
3965
|
+
"kup-combobox-blur": KupComboboxEventPayload;
|
|
3966
|
+
"kup-combobox-change": KupComboboxEventPayload;
|
|
3967
|
+
"kup-combobox-click": KupComboboxEventPayload;
|
|
3968
|
+
"kup-combobox-focus": KupComboboxEventPayload;
|
|
3969
|
+
"kup-combobox-input": KupComboboxEventPayload;
|
|
3970
|
+
"kup-combobox-iconclick": KupComboboxIconClickEventPayload;
|
|
3971
|
+
"kup-combobox-itemclick": KupComboboxEventPayload;
|
|
3972
|
+
}
|
|
3742
3973
|
interface HTMLKupComboboxElement extends Components.KupCombobox, HTMLStencilElement {
|
|
3974
|
+
addEventListener<K extends keyof HTMLKupComboboxElementEventMap>(type: K, listener: (this: HTMLKupComboboxElement, ev: KupComboboxCustomEvent<HTMLKupComboboxElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3975
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3976
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3977
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
3978
|
+
removeEventListener<K extends keyof HTMLKupComboboxElementEventMap>(type: K, listener: (this: HTMLKupComboboxElement, ev: KupComboboxCustomEvent<HTMLKupComboboxElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
3979
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3980
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3981
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3743
3982
|
}
|
|
3744
3983
|
var HTMLKupComboboxElement: {
|
|
3745
3984
|
prototype: HTMLKupComboboxElement;
|
|
3746
3985
|
new (): HTMLKupComboboxElement;
|
|
3747
3986
|
};
|
|
3987
|
+
interface HTMLKupDashboardElementEventMap {
|
|
3988
|
+
"kup-dashboard-save": KupDashboardEventPayload;
|
|
3989
|
+
}
|
|
3748
3990
|
interface HTMLKupDashboardElement extends Components.KupDashboard, HTMLStencilElement {
|
|
3991
|
+
addEventListener<K extends keyof HTMLKupDashboardElementEventMap>(type: K, listener: (this: HTMLKupDashboardElement, ev: KupDashboardCustomEvent<HTMLKupDashboardElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3992
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3993
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
3994
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
3995
|
+
removeEventListener<K extends keyof HTMLKupDashboardElementEventMap>(type: K, listener: (this: HTMLKupDashboardElement, ev: KupDashboardCustomEvent<HTMLKupDashboardElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
3996
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3997
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
3998
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3749
3999
|
}
|
|
3750
4000
|
var HTMLKupDashboardElement: {
|
|
3751
4001
|
prototype: HTMLKupDashboardElement;
|
|
3752
4002
|
new (): HTMLKupDashboardElement;
|
|
3753
4003
|
};
|
|
4004
|
+
interface HTMLKupDataTableElementEventMap {
|
|
4005
|
+
"kup-datatable-didunload": KupEventPayload;
|
|
4006
|
+
"kup-datatable-didload": KupEventPayload;
|
|
4007
|
+
"kup-datatable-resetselectedrows": KupEventPayload;
|
|
4008
|
+
"kup-datatable-rowselected": KupDatatableRowSelectedEventPayload;
|
|
4009
|
+
"kup-datatable-click": KupDatatableClickEventPayload;
|
|
4010
|
+
"kup-datatable-contextmenu": KupDatatableClickEventPayload;
|
|
4011
|
+
"kup-datatable-dblclick": KupDatatableClickEventPayload;
|
|
4012
|
+
"kup-datatable-columnmenu": KupDatatableColumnMenuEventPayload;
|
|
4013
|
+
"kup-datatable-rowactionclick": KupDatatableRowActionClickEventPayload;
|
|
4014
|
+
"kup-datatable-loadmoreclick": KupDatatableLoadMoreClickEventPayload;
|
|
4015
|
+
"kup-datatable-columnmove": KupDatatableColumnMoveEventPayload;
|
|
4016
|
+
"kup-datatable-columnremove": KupDatatableColumnRemoveEventPayload;
|
|
4017
|
+
"kup-datatable-delete-row": KupDatatableDeleteRowEventPayload;
|
|
4018
|
+
"kup-datatable-save": KupDatatableInsertRowEventPayload;
|
|
4019
|
+
"kup-datatable-insert-row": KupDatatableInsertRowEventPayload;
|
|
4020
|
+
"kup-datatable-history": KupDatatableHistoryEventPayload;
|
|
4021
|
+
}
|
|
3754
4022
|
interface HTMLKupDataTableElement extends Components.KupDataTable, HTMLStencilElement {
|
|
4023
|
+
addEventListener<K extends keyof HTMLKupDataTableElementEventMap>(type: K, listener: (this: HTMLKupDataTableElement, ev: KupDataTableCustomEvent<HTMLKupDataTableElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4024
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4025
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4026
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
4027
|
+
removeEventListener<K extends keyof HTMLKupDataTableElementEventMap>(type: K, listener: (this: HTMLKupDataTableElement, ev: KupDataTableCustomEvent<HTMLKupDataTableElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
4028
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4029
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4030
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3755
4031
|
}
|
|
3756
4032
|
var HTMLKupDataTableElement: {
|
|
3757
4033
|
prototype: HTMLKupDataTableElement;
|
|
3758
4034
|
new (): HTMLKupDataTableElement;
|
|
3759
4035
|
};
|
|
4036
|
+
interface HTMLKupDatePickerElementEventMap {
|
|
4037
|
+
"kup-datepicker-blur": KupDatePickerEventPayload;
|
|
4038
|
+
"kup-datepicker-change": KupDatePickerEventPayload;
|
|
4039
|
+
"kup-datepicker-click": KupDatePickerEventPayload;
|
|
4040
|
+
"kup-datepicker-focus": KupDatePickerEventPayload;
|
|
4041
|
+
"kup-datepicker-input": KupDatePickerEventPayload;
|
|
4042
|
+
"kup-datepicker-iconclick": KupDatePickerEventPayload;
|
|
4043
|
+
"kup-datepicker-itemclick": KupDatePickerEventPayload;
|
|
4044
|
+
"kup-datepicker-textfieldsubmit": KupDatePickerEventPayload;
|
|
4045
|
+
"kup-datepicker-cleariconclick": KupEventPayload;
|
|
4046
|
+
}
|
|
3760
4047
|
interface HTMLKupDatePickerElement extends Components.KupDatePicker, HTMLStencilElement {
|
|
4048
|
+
addEventListener<K extends keyof HTMLKupDatePickerElementEventMap>(type: K, listener: (this: HTMLKupDatePickerElement, ev: KupDatePickerCustomEvent<HTMLKupDatePickerElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4049
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4050
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4051
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
4052
|
+
removeEventListener<K extends keyof HTMLKupDatePickerElementEventMap>(type: K, listener: (this: HTMLKupDatePickerElement, ev: KupDatePickerCustomEvent<HTMLKupDatePickerElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
4053
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4054
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4055
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3761
4056
|
}
|
|
3762
4057
|
var HTMLKupDatePickerElement: {
|
|
3763
4058
|
prototype: HTMLKupDatePickerElement;
|
|
3764
4059
|
new (): HTMLKupDatePickerElement;
|
|
3765
4060
|
};
|
|
4061
|
+
interface HTMLKupDialogElementEventMap {
|
|
4062
|
+
"kup-dialog-close": KupEventPayload;
|
|
4063
|
+
"kup-dialog-ready": KupEventPayload;
|
|
4064
|
+
}
|
|
3766
4065
|
interface HTMLKupDialogElement extends Components.KupDialog, HTMLStencilElement {
|
|
4066
|
+
addEventListener<K extends keyof HTMLKupDialogElementEventMap>(type: K, listener: (this: HTMLKupDialogElement, ev: KupDialogCustomEvent<HTMLKupDialogElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4067
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4068
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4069
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
4070
|
+
removeEventListener<K extends keyof HTMLKupDialogElementEventMap>(type: K, listener: (this: HTMLKupDialogElement, ev: KupDialogCustomEvent<HTMLKupDialogElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
4071
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4072
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4073
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3767
4074
|
}
|
|
3768
4075
|
var HTMLKupDialogElement: {
|
|
3769
4076
|
prototype: HTMLKupDialogElement;
|
|
3770
4077
|
new (): HTMLKupDialogElement;
|
|
3771
4078
|
};
|
|
4079
|
+
interface HTMLKupDrawerElementEventMap {
|
|
4080
|
+
"kup-drawer-close": KupEventPayload;
|
|
4081
|
+
"kup-drawer-open": KupEventPayload;
|
|
4082
|
+
"kup-drawer-ready": KupEventPayload;
|
|
4083
|
+
}
|
|
3772
4084
|
interface HTMLKupDrawerElement extends Components.KupDrawer, HTMLStencilElement {
|
|
4085
|
+
addEventListener<K extends keyof HTMLKupDrawerElementEventMap>(type: K, listener: (this: HTMLKupDrawerElement, ev: KupDrawerCustomEvent<HTMLKupDrawerElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4086
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4087
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4088
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
4089
|
+
removeEventListener<K extends keyof HTMLKupDrawerElementEventMap>(type: K, listener: (this: HTMLKupDrawerElement, ev: KupDrawerCustomEvent<HTMLKupDrawerElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
4090
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4091
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4092
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3773
4093
|
}
|
|
3774
4094
|
var HTMLKupDrawerElement: {
|
|
3775
4095
|
prototype: HTMLKupDrawerElement;
|
|
3776
4096
|
new (): HTMLKupDrawerElement;
|
|
3777
4097
|
};
|
|
4098
|
+
interface HTMLKupDropdownButtonElementEventMap {
|
|
4099
|
+
"kup-dropdownbutton-blur": KupDropdownButtonEventPayload;
|
|
4100
|
+
"kup-dropdownbutton-click": KupDropdownButtonEventPayload;
|
|
4101
|
+
"kup-dropdownbutton-focus": KupDropdownButtonEventPayload;
|
|
4102
|
+
"kup-dropdownbutton-change": KupDropdownButtonEventPayload;
|
|
4103
|
+
"kup-dropdownbutton-itemclick": KupDropdownButtonEventPayload;
|
|
4104
|
+
}
|
|
3778
4105
|
interface HTMLKupDropdownButtonElement extends Components.KupDropdownButton, HTMLStencilElement {
|
|
4106
|
+
addEventListener<K extends keyof HTMLKupDropdownButtonElementEventMap>(type: K, listener: (this: HTMLKupDropdownButtonElement, ev: KupDropdownButtonCustomEvent<HTMLKupDropdownButtonElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4107
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4108
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4109
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
4110
|
+
removeEventListener<K extends keyof HTMLKupDropdownButtonElementEventMap>(type: K, listener: (this: HTMLKupDropdownButtonElement, ev: KupDropdownButtonCustomEvent<HTMLKupDropdownButtonElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
4111
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4112
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4113
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3779
4114
|
}
|
|
3780
4115
|
var HTMLKupDropdownButtonElement: {
|
|
3781
4116
|
prototype: HTMLKupDropdownButtonElement;
|
|
3782
4117
|
new (): HTMLKupDropdownButtonElement;
|
|
3783
4118
|
};
|
|
4119
|
+
interface HTMLKupEchartElementEventMap {
|
|
4120
|
+
"kup-echart-click": KupEchartClickEventPayload;
|
|
4121
|
+
}
|
|
3784
4122
|
interface HTMLKupEchartElement extends Components.KupEchart, HTMLStencilElement {
|
|
4123
|
+
addEventListener<K extends keyof HTMLKupEchartElementEventMap>(type: K, listener: (this: HTMLKupEchartElement, ev: KupEchartCustomEvent<HTMLKupEchartElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4124
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4125
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4126
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
4127
|
+
removeEventListener<K extends keyof HTMLKupEchartElementEventMap>(type: K, listener: (this: HTMLKupEchartElement, ev: KupEchartCustomEvent<HTMLKupEchartElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
4128
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4129
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4130
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3785
4131
|
}
|
|
3786
4132
|
var HTMLKupEchartElement: {
|
|
3787
4133
|
prototype: HTMLKupEchartElement;
|
|
3788
4134
|
new (): HTMLKupEchartElement;
|
|
3789
4135
|
};
|
|
4136
|
+
interface HTMLKupFamilyTreeElementEventMap {
|
|
4137
|
+
"kup-familytree-click": KupFamilyTreeEventPayload;
|
|
4138
|
+
"kup-familytree-contextmenu": KupFamilyTreeEventPayload;
|
|
4139
|
+
"kup-familytree-dblclick": KupFamilyTreeEventPayload;
|
|
4140
|
+
}
|
|
3790
4141
|
interface HTMLKupFamilyTreeElement extends Components.KupFamilyTree, HTMLStencilElement {
|
|
4142
|
+
addEventListener<K extends keyof HTMLKupFamilyTreeElementEventMap>(type: K, listener: (this: HTMLKupFamilyTreeElement, ev: KupFamilyTreeCustomEvent<HTMLKupFamilyTreeElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4143
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4144
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4145
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
4146
|
+
removeEventListener<K extends keyof HTMLKupFamilyTreeElementEventMap>(type: K, listener: (this: HTMLKupFamilyTreeElement, ev: KupFamilyTreeCustomEvent<HTMLKupFamilyTreeElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
4147
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4148
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4149
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3791
4150
|
}
|
|
3792
4151
|
var HTMLKupFamilyTreeElement: {
|
|
3793
4152
|
prototype: HTMLKupFamilyTreeElement;
|
|
3794
4153
|
new (): HTMLKupFamilyTreeElement;
|
|
3795
4154
|
};
|
|
4155
|
+
interface HTMLKupFormElementEventMap {
|
|
4156
|
+
"kup-form-ready": KupEventPayload;
|
|
4157
|
+
}
|
|
3796
4158
|
interface HTMLKupFormElement extends Components.KupForm, HTMLStencilElement {
|
|
4159
|
+
addEventListener<K extends keyof HTMLKupFormElementEventMap>(type: K, listener: (this: HTMLKupFormElement, ev: KupFormCustomEvent<HTMLKupFormElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4160
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4161
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4162
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
4163
|
+
removeEventListener<K extends keyof HTMLKupFormElementEventMap>(type: K, listener: (this: HTMLKupFormElement, ev: KupFormCustomEvent<HTMLKupFormElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
4164
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4165
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4166
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3797
4167
|
}
|
|
3798
4168
|
var HTMLKupFormElement: {
|
|
3799
4169
|
prototype: HTMLKupFormElement;
|
|
@@ -3811,31 +4181,92 @@ declare global {
|
|
|
3811
4181
|
prototype: HTMLKupGridElement;
|
|
3812
4182
|
new (): HTMLKupGridElement;
|
|
3813
4183
|
};
|
|
4184
|
+
interface HTMLKupIframeElementEventMap {
|
|
4185
|
+
"kup-iframe-error": KupEventPayload;
|
|
4186
|
+
"kup-iframe-load": KupEventPayload;
|
|
4187
|
+
}
|
|
3814
4188
|
interface HTMLKupIframeElement extends Components.KupIframe, HTMLStencilElement {
|
|
4189
|
+
addEventListener<K extends keyof HTMLKupIframeElementEventMap>(type: K, listener: (this: HTMLKupIframeElement, ev: KupIframeCustomEvent<HTMLKupIframeElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4190
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4191
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4192
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
4193
|
+
removeEventListener<K extends keyof HTMLKupIframeElementEventMap>(type: K, listener: (this: HTMLKupIframeElement, ev: KupIframeCustomEvent<HTMLKupIframeElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
4194
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4195
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4196
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3815
4197
|
}
|
|
3816
4198
|
var HTMLKupIframeElement: {
|
|
3817
4199
|
prototype: HTMLKupIframeElement;
|
|
3818
4200
|
new (): HTMLKupIframeElement;
|
|
3819
4201
|
};
|
|
4202
|
+
interface HTMLKupImageElementEventMap {
|
|
4203
|
+
"kup-image-click": KupImageClickEventPayload;
|
|
4204
|
+
"kup-image-load": KupImageClickEventPayload;
|
|
4205
|
+
}
|
|
3820
4206
|
interface HTMLKupImageElement extends Components.KupImage, HTMLStencilElement {
|
|
4207
|
+
addEventListener<K extends keyof HTMLKupImageElementEventMap>(type: K, listener: (this: HTMLKupImageElement, ev: KupImageCustomEvent<HTMLKupImageElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4208
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4209
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4210
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
4211
|
+
removeEventListener<K extends keyof HTMLKupImageElementEventMap>(type: K, listener: (this: HTMLKupImageElement, ev: KupImageCustomEvent<HTMLKupImageElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
4212
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4213
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4214
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3821
4215
|
}
|
|
3822
4216
|
var HTMLKupImageElement: {
|
|
3823
4217
|
prototype: HTMLKupImageElement;
|
|
3824
4218
|
new (): HTMLKupImageElement;
|
|
3825
4219
|
};
|
|
4220
|
+
interface HTMLKupImageListElementEventMap {
|
|
4221
|
+
"kup-imagelist-click": KupImageListEventPayload;
|
|
4222
|
+
"kup-imagelist-contextmenu": KupImageListEventPayload;
|
|
4223
|
+
"kup-imagelist-dblclick": KupImageListEventPayload;
|
|
4224
|
+
}
|
|
3826
4225
|
interface HTMLKupImageListElement extends Components.KupImageList, HTMLStencilElement {
|
|
4226
|
+
addEventListener<K extends keyof HTMLKupImageListElementEventMap>(type: K, listener: (this: HTMLKupImageListElement, ev: KupImageListCustomEvent<HTMLKupImageListElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4227
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4228
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4229
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
4230
|
+
removeEventListener<K extends keyof HTMLKupImageListElementEventMap>(type: K, listener: (this: HTMLKupImageListElement, ev: KupImageListCustomEvent<HTMLKupImageListElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
4231
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4232
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4233
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3827
4234
|
}
|
|
3828
4235
|
var HTMLKupImageListElement: {
|
|
3829
4236
|
prototype: HTMLKupImageListElement;
|
|
3830
4237
|
new (): HTMLKupImageListElement;
|
|
3831
4238
|
};
|
|
4239
|
+
interface HTMLKupLazyElementEventMap {
|
|
4240
|
+
"kup-lazy-loaded": KupEventPayload;
|
|
4241
|
+
}
|
|
3832
4242
|
interface HTMLKupLazyElement extends Components.KupLazy, HTMLStencilElement {
|
|
4243
|
+
addEventListener<K extends keyof HTMLKupLazyElementEventMap>(type: K, listener: (this: HTMLKupLazyElement, ev: KupLazyCustomEvent<HTMLKupLazyElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4244
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4245
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4246
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
4247
|
+
removeEventListener<K extends keyof HTMLKupLazyElementEventMap>(type: K, listener: (this: HTMLKupLazyElement, ev: KupLazyCustomEvent<HTMLKupLazyElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
4248
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4249
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4250
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3833
4251
|
}
|
|
3834
4252
|
var HTMLKupLazyElement: {
|
|
3835
4253
|
prototype: HTMLKupLazyElement;
|
|
3836
4254
|
new (): HTMLKupLazyElement;
|
|
3837
4255
|
};
|
|
4256
|
+
interface HTMLKupListElementEventMap {
|
|
4257
|
+
"kup-list-blur": KupEventPayload;
|
|
4258
|
+
"kup-list-focus": KupEventPayload;
|
|
4259
|
+
"kup-list-click": KupListEventPayload;
|
|
4260
|
+
}
|
|
3838
4261
|
interface HTMLKupListElement extends Components.KupList, HTMLStencilElement {
|
|
4262
|
+
addEventListener<K extends keyof HTMLKupListElementEventMap>(type: K, listener: (this: HTMLKupListElement, ev: KupListCustomEvent<HTMLKupListElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4263
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4264
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4265
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
4266
|
+
removeEventListener<K extends keyof HTMLKupListElementEventMap>(type: K, listener: (this: HTMLKupListElement, ev: KupListCustomEvent<HTMLKupListElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
4267
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4268
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4269
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3839
4270
|
}
|
|
3840
4271
|
var HTMLKupListElement: {
|
|
3841
4272
|
prototype: HTMLKupListElement;
|
|
@@ -3847,25 +4278,83 @@ declare global {
|
|
|
3847
4278
|
prototype: HTMLKupMagicBoxElement;
|
|
3848
4279
|
new (): HTMLKupMagicBoxElement;
|
|
3849
4280
|
};
|
|
4281
|
+
interface HTMLKupNavBarElementEventMap {
|
|
4282
|
+
"kup-navbar-ready": KupEventPayload;
|
|
4283
|
+
"kup-navbar-resize": KupEventPayload;
|
|
4284
|
+
}
|
|
3850
4285
|
interface HTMLKupNavBarElement extends Components.KupNavBar, HTMLStencilElement {
|
|
4286
|
+
addEventListener<K extends keyof HTMLKupNavBarElementEventMap>(type: K, listener: (this: HTMLKupNavBarElement, ev: KupNavBarCustomEvent<HTMLKupNavBarElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4287
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4288
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4289
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
4290
|
+
removeEventListener<K extends keyof HTMLKupNavBarElementEventMap>(type: K, listener: (this: HTMLKupNavBarElement, ev: KupNavBarCustomEvent<HTMLKupNavBarElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
4291
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4292
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4293
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3851
4294
|
}
|
|
3852
4295
|
var HTMLKupNavBarElement: {
|
|
3853
4296
|
prototype: HTMLKupNavBarElement;
|
|
3854
4297
|
new (): HTMLKupNavBarElement;
|
|
3855
4298
|
};
|
|
4299
|
+
interface HTMLKupNumericPickerElementEventMap {
|
|
4300
|
+
"kup-numericpicker-blur": KupNumericPickerEventPayload;
|
|
4301
|
+
"kup-numericpicker-change": KupNumericPickerEventPayload;
|
|
4302
|
+
"kup-numericpicker-click": KupNumericPickerEventPayload;
|
|
4303
|
+
"kup-numericpicker-focus": KupNumericPickerEventPayload;
|
|
4304
|
+
"kup-numericpicker-input": KupNumericPickerEventPayload;
|
|
4305
|
+
"kup-numericpicker-iconclick": KupNumericPickerEventPayload;
|
|
4306
|
+
"kup-numericpicker-itemclick": KupNumericPickerEventPayload;
|
|
4307
|
+
"kup-numericpicker-textfieldsubmit": KupNumericPickerEventPayload;
|
|
4308
|
+
"kup-numericpicker-cleariconclick": KupEventPayload;
|
|
4309
|
+
}
|
|
3856
4310
|
interface HTMLKupNumericPickerElement extends Components.KupNumericPicker, HTMLStencilElement {
|
|
4311
|
+
addEventListener<K extends keyof HTMLKupNumericPickerElementEventMap>(type: K, listener: (this: HTMLKupNumericPickerElement, ev: KupNumericPickerCustomEvent<HTMLKupNumericPickerElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4312
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4313
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4314
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
4315
|
+
removeEventListener<K extends keyof HTMLKupNumericPickerElementEventMap>(type: K, listener: (this: HTMLKupNumericPickerElement, ev: KupNumericPickerCustomEvent<HTMLKupNumericPickerElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
4316
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4317
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4318
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3857
4319
|
}
|
|
3858
4320
|
var HTMLKupNumericPickerElement: {
|
|
3859
4321
|
prototype: HTMLKupNumericPickerElement;
|
|
3860
4322
|
new (): HTMLKupNumericPickerElement;
|
|
3861
4323
|
};
|
|
4324
|
+
interface HTMLKupPhotoFrameElementEventMap {
|
|
4325
|
+
"kup-photoframe-placeholderload": KupEventPayload;
|
|
4326
|
+
"kup-photoframe-resourceload": KupEventPayload;
|
|
4327
|
+
}
|
|
3862
4328
|
interface HTMLKupPhotoFrameElement extends Components.KupPhotoFrame, HTMLStencilElement {
|
|
4329
|
+
addEventListener<K extends keyof HTMLKupPhotoFrameElementEventMap>(type: K, listener: (this: HTMLKupPhotoFrameElement, ev: KupPhotoFrameCustomEvent<HTMLKupPhotoFrameElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4330
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4331
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4332
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
4333
|
+
removeEventListener<K extends keyof HTMLKupPhotoFrameElementEventMap>(type: K, listener: (this: HTMLKupPhotoFrameElement, ev: KupPhotoFrameCustomEvent<HTMLKupPhotoFrameElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
4334
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4335
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4336
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3863
4337
|
}
|
|
3864
4338
|
var HTMLKupPhotoFrameElement: {
|
|
3865
4339
|
prototype: HTMLKupPhotoFrameElement;
|
|
3866
4340
|
new (): HTMLKupPhotoFrameElement;
|
|
3867
4341
|
};
|
|
4342
|
+
interface HTMLKupPlannerElementEventMap {
|
|
4343
|
+
"kup-planner-click": KupPlannerEventPayload;
|
|
4344
|
+
"kup-planner-datechange": KupPlannerEventPayload;
|
|
4345
|
+
"kup-planner-ready": KupPlannerEventPayload;
|
|
4346
|
+
"kup-planner-contextmenu": KupPlannerClickEventPayload;
|
|
4347
|
+
"kup-planner-didunload": KupPlannerUnloadEventPayload;
|
|
4348
|
+
}
|
|
3868
4349
|
interface HTMLKupPlannerElement extends Components.KupPlanner, HTMLStencilElement {
|
|
4350
|
+
addEventListener<K extends keyof HTMLKupPlannerElementEventMap>(type: K, listener: (this: HTMLKupPlannerElement, ev: KupPlannerCustomEvent<HTMLKupPlannerElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4351
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4352
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4353
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
4354
|
+
removeEventListener<K extends keyof HTMLKupPlannerElementEventMap>(type: K, listener: (this: HTMLKupPlannerElement, ev: KupPlannerCustomEvent<HTMLKupPlannerElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
4355
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4356
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4357
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3869
4358
|
}
|
|
3870
4359
|
var HTMLKupPlannerElement: {
|
|
3871
4360
|
prototype: HTMLKupPlannerElement;
|
|
@@ -3889,55 +4378,186 @@ declare global {
|
|
|
3889
4378
|
prototype: HTMLKupQlikElement;
|
|
3890
4379
|
new (): HTMLKupQlikElement;
|
|
3891
4380
|
};
|
|
4381
|
+
interface HTMLKupRadioElementEventMap {
|
|
4382
|
+
"kup-radio-blur": KupEventPayload;
|
|
4383
|
+
"kup-radio-change": KupRadioChangeEventPayload;
|
|
4384
|
+
"kup-radio-focus": KupEventPayload;
|
|
4385
|
+
}
|
|
3892
4386
|
interface HTMLKupRadioElement extends Components.KupRadio, HTMLStencilElement {
|
|
4387
|
+
addEventListener<K extends keyof HTMLKupRadioElementEventMap>(type: K, listener: (this: HTMLKupRadioElement, ev: KupRadioCustomEvent<HTMLKupRadioElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4388
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4389
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4390
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
4391
|
+
removeEventListener<K extends keyof HTMLKupRadioElementEventMap>(type: K, listener: (this: HTMLKupRadioElement, ev: KupRadioCustomEvent<HTMLKupRadioElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
4392
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4393
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4394
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3893
4395
|
}
|
|
3894
4396
|
var HTMLKupRadioElement: {
|
|
3895
4397
|
prototype: HTMLKupRadioElement;
|
|
3896
4398
|
new (): HTMLKupRadioElement;
|
|
3897
4399
|
};
|
|
4400
|
+
interface HTMLKupRatingElementEventMap {
|
|
4401
|
+
"kup-rating-click": KupRatingClickEventPayload;
|
|
4402
|
+
}
|
|
3898
4403
|
interface HTMLKupRatingElement extends Components.KupRating, HTMLStencilElement {
|
|
4404
|
+
addEventListener<K extends keyof HTMLKupRatingElementEventMap>(type: K, listener: (this: HTMLKupRatingElement, ev: KupRatingCustomEvent<HTMLKupRatingElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4405
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4406
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4407
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
4408
|
+
removeEventListener<K extends keyof HTMLKupRatingElementEventMap>(type: K, listener: (this: HTMLKupRatingElement, ev: KupRatingCustomEvent<HTMLKupRatingElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
4409
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4410
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4411
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3899
4412
|
}
|
|
3900
4413
|
var HTMLKupRatingElement: {
|
|
3901
4414
|
prototype: HTMLKupRatingElement;
|
|
3902
4415
|
new (): HTMLKupRatingElement;
|
|
3903
4416
|
};
|
|
4417
|
+
interface HTMLKupSnackbarElementEventMap {
|
|
4418
|
+
"kup-snackbar-actionclick": KupEventPayload;
|
|
4419
|
+
"kup-snackbar-timeoutcomplete": KupEventPayload;
|
|
4420
|
+
}
|
|
3904
4421
|
interface HTMLKupSnackbarElement extends Components.KupSnackbar, HTMLStencilElement {
|
|
4422
|
+
addEventListener<K extends keyof HTMLKupSnackbarElementEventMap>(type: K, listener: (this: HTMLKupSnackbarElement, ev: KupSnackbarCustomEvent<HTMLKupSnackbarElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4423
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4424
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4425
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
4426
|
+
removeEventListener<K extends keyof HTMLKupSnackbarElementEventMap>(type: K, listener: (this: HTMLKupSnackbarElement, ev: KupSnackbarCustomEvent<HTMLKupSnackbarElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
4427
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4428
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4429
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3905
4430
|
}
|
|
3906
4431
|
var HTMLKupSnackbarElement: {
|
|
3907
4432
|
prototype: HTMLKupSnackbarElement;
|
|
3908
4433
|
new (): HTMLKupSnackbarElement;
|
|
3909
4434
|
};
|
|
4435
|
+
interface HTMLKupSpinnerElementEventMap {
|
|
4436
|
+
"kup-spinner-ready": KupEventPayload;
|
|
4437
|
+
}
|
|
3910
4438
|
interface HTMLKupSpinnerElement extends Components.KupSpinner, HTMLStencilElement {
|
|
4439
|
+
addEventListener<K extends keyof HTMLKupSpinnerElementEventMap>(type: K, listener: (this: HTMLKupSpinnerElement, ev: KupSpinnerCustomEvent<HTMLKupSpinnerElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4440
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4441
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4442
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
4443
|
+
removeEventListener<K extends keyof HTMLKupSpinnerElementEventMap>(type: K, listener: (this: HTMLKupSpinnerElement, ev: KupSpinnerCustomEvent<HTMLKupSpinnerElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
4444
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4445
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4446
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3911
4447
|
}
|
|
3912
4448
|
var HTMLKupSpinnerElement: {
|
|
3913
4449
|
prototype: HTMLKupSpinnerElement;
|
|
3914
4450
|
new (): HTMLKupSpinnerElement;
|
|
3915
4451
|
};
|
|
4452
|
+
interface HTMLKupSwitchElementEventMap {
|
|
4453
|
+
"kup-switch-blur": KupSwitchEventPayload;
|
|
4454
|
+
"kup-switch-change": KupSwitchEventPayload;
|
|
4455
|
+
"kup-switch-focus": KupSwitchEventPayload;
|
|
4456
|
+
}
|
|
3916
4457
|
interface HTMLKupSwitchElement extends Components.KupSwitch, HTMLStencilElement {
|
|
4458
|
+
addEventListener<K extends keyof HTMLKupSwitchElementEventMap>(type: K, listener: (this: HTMLKupSwitchElement, ev: KupSwitchCustomEvent<HTMLKupSwitchElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4459
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4460
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4461
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
4462
|
+
removeEventListener<K extends keyof HTMLKupSwitchElementEventMap>(type: K, listener: (this: HTMLKupSwitchElement, ev: KupSwitchCustomEvent<HTMLKupSwitchElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
4463
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4464
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4465
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3917
4466
|
}
|
|
3918
4467
|
var HTMLKupSwitchElement: {
|
|
3919
4468
|
prototype: HTMLKupSwitchElement;
|
|
3920
4469
|
new (): HTMLKupSwitchElement;
|
|
3921
4470
|
};
|
|
4471
|
+
interface HTMLKupTabBarElementEventMap {
|
|
4472
|
+
"kup-tabbar-blur": KupTabBarEventPayload;
|
|
4473
|
+
"kup-tabbar-click": KupTabBarEventPayload;
|
|
4474
|
+
"kup-tabbar-focus": KupTabBarEventPayload;
|
|
4475
|
+
}
|
|
3922
4476
|
interface HTMLKupTabBarElement extends Components.KupTabBar, HTMLStencilElement {
|
|
4477
|
+
addEventListener<K extends keyof HTMLKupTabBarElementEventMap>(type: K, listener: (this: HTMLKupTabBarElement, ev: KupTabBarCustomEvent<HTMLKupTabBarElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4478
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4479
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4480
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
4481
|
+
removeEventListener<K extends keyof HTMLKupTabBarElementEventMap>(type: K, listener: (this: HTMLKupTabBarElement, ev: KupTabBarCustomEvent<HTMLKupTabBarElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
4482
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4483
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4484
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3923
4485
|
}
|
|
3924
4486
|
var HTMLKupTabBarElement: {
|
|
3925
4487
|
prototype: HTMLKupTabBarElement;
|
|
3926
4488
|
new (): HTMLKupTabBarElement;
|
|
3927
4489
|
};
|
|
4490
|
+
interface HTMLKupTextFieldElementEventMap {
|
|
4491
|
+
"kup-textfield-blur": KupTextFieldEventPayload;
|
|
4492
|
+
"kup-textfield-change": KupTextFieldEventPayload;
|
|
4493
|
+
"kup-textfield-click": KupTextFieldEventPayload;
|
|
4494
|
+
"kup-textfield-focus": KupTextFieldEventPayload;
|
|
4495
|
+
"kup-textfield-input": KupTextFieldEventPayload;
|
|
4496
|
+
"kup-textfield-iconclick": KupTextFieldEventPayload;
|
|
4497
|
+
"kup-textfield-cleariconclick": KupEventPayload;
|
|
4498
|
+
"kup-textfield-submit": KupTextFieldEventPayload;
|
|
4499
|
+
}
|
|
3928
4500
|
interface HTMLKupTextFieldElement extends Components.KupTextField, HTMLStencilElement {
|
|
4501
|
+
addEventListener<K extends keyof HTMLKupTextFieldElementEventMap>(type: K, listener: (this: HTMLKupTextFieldElement, ev: KupTextFieldCustomEvent<HTMLKupTextFieldElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4502
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4503
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4504
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
4505
|
+
removeEventListener<K extends keyof HTMLKupTextFieldElementEventMap>(type: K, listener: (this: HTMLKupTextFieldElement, ev: KupTextFieldCustomEvent<HTMLKupTextFieldElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
4506
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4507
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4508
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3929
4509
|
}
|
|
3930
4510
|
var HTMLKupTextFieldElement: {
|
|
3931
4511
|
prototype: HTMLKupTextFieldElement;
|
|
3932
4512
|
new (): HTMLKupTextFieldElement;
|
|
3933
4513
|
};
|
|
4514
|
+
interface HTMLKupTimePickerElementEventMap {
|
|
4515
|
+
"kup-timepicker-blur": KupTimePickerEventPayload;
|
|
4516
|
+
"kup-timepicker-change": KupTimePickerEventPayload;
|
|
4517
|
+
"kup-timepicker-click": KupTimePickerEventPayload;
|
|
4518
|
+
"kup-timepicker-focus": KupTimePickerEventPayload;
|
|
4519
|
+
"kup-timepicker-input": KupTimePickerEventPayload;
|
|
4520
|
+
"kup-timepicker-iconclick": KupTimePickerEventPayload;
|
|
4521
|
+
"kup-timepicker-itemclick": KupTimePickerEventPayload;
|
|
4522
|
+
"kup-timepicker-textfieldsubmit": KupTimePickerEventPayload;
|
|
4523
|
+
"kup-timepicker-cleariconclick": KupEventPayload;
|
|
4524
|
+
}
|
|
3934
4525
|
interface HTMLKupTimePickerElement extends Components.KupTimePicker, HTMLStencilElement {
|
|
4526
|
+
addEventListener<K extends keyof HTMLKupTimePickerElementEventMap>(type: K, listener: (this: HTMLKupTimePickerElement, ev: KupTimePickerCustomEvent<HTMLKupTimePickerElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4527
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4528
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4529
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
4530
|
+
removeEventListener<K extends keyof HTMLKupTimePickerElementEventMap>(type: K, listener: (this: HTMLKupTimePickerElement, ev: KupTimePickerCustomEvent<HTMLKupTimePickerElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
4531
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4532
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4533
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3935
4534
|
}
|
|
3936
4535
|
var HTMLKupTimePickerElement: {
|
|
3937
4536
|
prototype: HTMLKupTimePickerElement;
|
|
3938
4537
|
new (): HTMLKupTimePickerElement;
|
|
3939
4538
|
};
|
|
4539
|
+
interface HTMLKupTreeElementEventMap {
|
|
4540
|
+
"kup-tree-nodecollapse": KupTreeNodeCollapseEventPayload;
|
|
4541
|
+
"kup-tree-nodeexpand": KupTreeNodeExpandEventPayload;
|
|
4542
|
+
"kup-tree-nodeselected": KupTreeNodeSelectedEventPayload;
|
|
4543
|
+
"kup-tree-buttonclick": KupTreeNodeButtonClickEventPayload;
|
|
4544
|
+
"kup-tree-contextmenu": KupTreeContextMenuEventPayload;
|
|
4545
|
+
"kup-tree-columnmenu": KupTreeColumnMenuEventPayload;
|
|
4546
|
+
"kup-tree-didload": KupEventPayload;
|
|
4547
|
+
"kup-tree-didunload": KupEventPayload;
|
|
4548
|
+
"kup-tree-nodedblclick": KupTreeNodeCollapseEventPayload;
|
|
4549
|
+
"kup-tree-dynamicmassexpansion": KupTreeDynamicMassExpansionEventPayload;
|
|
4550
|
+
"kup-tree-columnremove": KupTreeColumnRemoveEventPayload;
|
|
4551
|
+
}
|
|
3940
4552
|
interface HTMLKupTreeElement extends Components.KupTree, HTMLStencilElement {
|
|
4553
|
+
addEventListener<K extends keyof HTMLKupTreeElementEventMap>(type: K, listener: (this: HTMLKupTreeElement, ev: KupTreeCustomEvent<HTMLKupTreeElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4554
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4555
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4556
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
4557
|
+
removeEventListener<K extends keyof HTMLKupTreeElementEventMap>(type: K, listener: (this: HTMLKupTreeElement, ev: KupTreeCustomEvent<HTMLKupTreeElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
4558
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4559
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4560
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
3941
4561
|
}
|
|
3942
4562
|
var HTMLKupTreeElement: {
|
|
3943
4563
|
prototype: HTMLKupTreeElement;
|
|
@@ -4488,6 +5108,16 @@ declare namespace LocalJSX {
|
|
|
4488
5108
|
* @default null
|
|
4489
5109
|
*/
|
|
4490
5110
|
"data"?: KupCardListData;
|
|
5111
|
+
/**
|
|
5112
|
+
* Sets the decimal value column.
|
|
5113
|
+
* @default ""
|
|
5114
|
+
*/
|
|
5115
|
+
"decvalueCol"?: string;
|
|
5116
|
+
/**
|
|
5117
|
+
* Sets the description column.
|
|
5118
|
+
* @default ""
|
|
5119
|
+
*/
|
|
5120
|
+
"descrCol"?: string;
|
|
4491
5121
|
/**
|
|
4492
5122
|
* Sets whether the component occupies all available width.
|
|
4493
5123
|
* @default true
|
|
@@ -4498,12 +5128,52 @@ declare namespace LocalJSX {
|
|
|
4498
5128
|
* @default false
|
|
4499
5129
|
*/
|
|
4500
5130
|
"horizontal"?: boolean;
|
|
5131
|
+
/**
|
|
5132
|
+
* Sets the icon column.
|
|
5133
|
+
* @default ""
|
|
5134
|
+
*/
|
|
5135
|
+
"iconCol"?: string;
|
|
5136
|
+
/**
|
|
5137
|
+
* Sets the icon color column.
|
|
5138
|
+
* @default ""
|
|
5139
|
+
*/
|
|
5140
|
+
"iconcolorCol"?: string;
|
|
5141
|
+
/**
|
|
5142
|
+
* Sets the integer value column.
|
|
5143
|
+
* @default ""
|
|
5144
|
+
*/
|
|
5145
|
+
"intvalueCol"?: string;
|
|
4501
5146
|
/**
|
|
4502
5147
|
* Sets whether a single card is clickable or not.
|
|
4503
5148
|
* @default false
|
|
4504
5149
|
*/
|
|
4505
5150
|
"isClickable"?: boolean;
|
|
5151
|
+
/**
|
|
5152
|
+
* Sets the layout column.
|
|
5153
|
+
* @default ""
|
|
5154
|
+
*/
|
|
5155
|
+
"layoutCol"?: string;
|
|
5156
|
+
/**
|
|
5157
|
+
* Sets the unit of measure column.
|
|
5158
|
+
* @default ""
|
|
5159
|
+
*/
|
|
5160
|
+
"measureCol"?: string;
|
|
4506
5161
|
"onKup-cardlist-click"?: (event: KupCardListCustomEvent<KupCardListClickEventPayload>) => void;
|
|
5162
|
+
/**
|
|
5163
|
+
* Sets the text color column.
|
|
5164
|
+
* @default ""
|
|
5165
|
+
*/
|
|
5166
|
+
"textcolorCol"?: string;
|
|
5167
|
+
/**
|
|
5168
|
+
* Sets the value column.
|
|
5169
|
+
* @default ""
|
|
5170
|
+
*/
|
|
5171
|
+
"valueCol"?: string;
|
|
5172
|
+
/**
|
|
5173
|
+
* Sets the value color column.
|
|
5174
|
+
* @default ""
|
|
5175
|
+
*/
|
|
5176
|
+
"valuecolorCol"?: string;
|
|
4507
5177
|
}
|
|
4508
5178
|
interface KupCell {
|
|
4509
5179
|
/**
|
|
@@ -6176,7 +6846,7 @@ declare namespace LocalJSX {
|
|
|
6176
6846
|
* List of elements.
|
|
6177
6847
|
* @default null
|
|
6178
6848
|
*/
|
|
6179
|
-
"data"?:
|
|
6849
|
+
"data"?: FRadioData[];
|
|
6180
6850
|
/**
|
|
6181
6851
|
* Defaults at false. When set to true, the component is disabled.
|
|
6182
6852
|
* @default false
|