@sme.up/ketchup 9.1.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-733664a5.js → f-button-9ccadd52.js} +2 -2
- package/dist/cjs/{f-cell-f37757a6.js → f-cell-3130506f.js} +7 -7
- package/dist/cjs/{f-checkbox-556771e8.js → f-checkbox-9d2635d9.js} +1 -1
- package/dist/cjs/{f-chip-3349d130.js → f-chip-beb7af58.js} +3 -3
- package/dist/cjs/{f-image-b7a5816b.js → f-image-66a3c3c1.js} +2 -2
- package/dist/cjs/{f-paginator-utils-1fe1df76.js → f-paginator-utils-c475e07f.js} +3 -3
- package/dist/cjs/{f-text-field-8557fc3f.js → f-text-field-c74856ff.js} +2 -2
- package/dist/cjs/{index-4b3a5567.js → index-d8e5eb5f.js} +108 -21
- 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 +11 -11
- package/dist/cjs/kup-box.cjs.entry.js +9 -9
- 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 +8 -8
- 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-cb73c128.js → kup-manager-7334c396.js} +5 -4
- 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/collection-manifest.json +2 -2
- 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/index.js +5 -0
- package/dist/collection/managers/kup-math/kup-math-helper.js +1 -1
- package/dist/collection/utils/utils.js +0 -5
- package/dist/components/index.js +8 -0
- package/dist/components/kup-accordion.js +2 -1
- package/dist/components/kup-autocomplete.js +1 -1
- package/dist/components/kup-autocomplete2.js +5 -18605
- package/dist/components/kup-badge.js +1 -1
- package/dist/components/kup-box2.js +2 -1
- package/dist/components/kup-button-list.js +1 -1
- package/dist/components/kup-button.js +1 -1
- package/dist/components/kup-calendar.js +5058 -5024
- 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 +2 -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 +2 -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-94b3d177.js → components/kup-manager.js} +5 -5
- 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 +894 -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-f247ce10.js → f-button-0bce6587.js} +2 -2
- package/dist/esm/{f-cell-ba94f1b3.js → f-cell-88d375e1.js} +7 -7
- package/dist/esm/{f-checkbox-cbf7b3de.js → f-checkbox-31219c42.js} +1 -1
- package/dist/esm/{f-chip-104c4a64.js → f-chip-ef0d4130.js} +3 -3
- package/dist/esm/{f-image-d2a9603c.js → f-image-727453df.js} +2 -2
- package/dist/esm/{f-paginator-utils-743522fa.js → f-paginator-utils-4524e41c.js} +3 -3
- package/dist/esm/{f-text-field-4d91ccfc.js → f-text-field-7b4d622c.js} +2 -2
- package/dist/esm/{index-c161a33e.js → index-99c17b08.js} +109 -22
- 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 +11 -11
- package/dist/esm/kup-box.entry.js +9 -9
- 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 +8 -8
- 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-eb12225c.entry.js → p-042e1ed0.entry.js} +1 -1
- package/dist/ketchup/{p-5cb2dbf3.entry.js → p-0dc763af.entry.js} +1 -1
- package/dist/ketchup/{p-5abbf31b.entry.js → p-1ae879af.entry.js} +1 -1
- package/dist/ketchup/p-1db0c862.entry.js +1 -0
- package/dist/ketchup/{p-2c47b88f.js → p-20458088.js} +3 -3
- package/dist/ketchup/{p-21f1b22a.entry.js → p-20c1a69f.entry.js} +1 -1
- package/dist/ketchup/{p-48f8b0d5.entry.js → p-267dd24a.entry.js} +3 -3
- package/dist/ketchup/{p-a2007880.js → p-2849af6f.js} +1 -1
- package/dist/ketchup/p-30938d5a.entry.js +1 -0
- package/dist/ketchup/{p-bb80719e.js → p-34e4a985.js} +1 -1
- package/dist/ketchup/p-4067c71b.js +2 -0
- package/dist/ketchup/{p-b0678a34.js → p-4e696daf.js} +1 -1
- package/dist/ketchup/p-61f71872.entry.js +1 -0
- package/dist/ketchup/{p-679ccbf8.js → p-6a7df3d2.js} +1 -1
- package/dist/ketchup/{p-d56763cf.entry.js → p-6b33f5de.entry.js} +1 -1
- package/dist/ketchup/{p-ba003975.js → p-7a876328.js} +1 -1
- package/dist/ketchup/{p-304f296e.entry.js → p-7f64b612.entry.js} +1 -1
- package/dist/ketchup/{p-a14ede8c.entry.js → p-90db42e6.entry.js} +1 -1
- package/dist/ketchup/{p-5c9b10a5.entry.js → p-9cc1c76b.entry.js} +1 -1
- package/dist/ketchup/{p-12e47371.js → p-9d3d8690.js} +1 -1
- package/dist/ketchup/{p-e7f57bee.entry.js → p-b4ba27da.entry.js} +1 -1
- package/dist/ketchup/{p-bf41d71f.entry.js → p-c046fd1c.entry.js} +1 -1
- package/dist/ketchup/p-c120043a.entry.js +1 -0
- package/dist/ketchup/{p-6a0ac578.entry.js → p-d520d757.entry.js} +1 -1
- package/dist/ketchup/{p-8e5db599.entry.js → p-e9bc0749.entry.js} +1 -1
- package/dist/ketchup/{p-4d7c02f4.js → p-ea56edbe.js} +1 -1
- package/dist/ketchup/p-edd88921.entry.js +1 -0
- package/dist/ketchup/{p-a2b75445.entry.js → p-f1f82eef.entry.js} +1 -1
- package/dist/ketchup/{p-f82db512.entry.js → p-f67ee60f.entry.js} +3 -3
- package/dist/ketchup/p-f6844304.entry.js +1 -0
- package/dist/ketchup/{p-f22abf4e.entry.js → p-f8213d22.entry.js} +1 -1
- 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.d.ts +668 -0
- package/dist/types/index.d.ts +4 -0
- package/dist/types/stencil-public-runtime.d.ts +21 -0
- package/dist/types/utils/utils.d.ts +0 -2
- package/package.json +3 -3
- package/dist/ketchup/p-15548f51.entry.js +0 -1
- package/dist/ketchup/p-20e8ab84.js +0 -2
- package/dist/ketchup/p-4ca502ce.entry.js +0 -1
- package/dist/ketchup/p-87e13738.entry.js +0 -1
- package/dist/ketchup/p-c32e8755.entry.js +0 -1
- package/dist/ketchup/p-c4b1bde1.entry.js +0 -1
- package/dist/ketchup/p-c6b58be6.entry.js +0 -1
|
@@ -667,6 +667,16 @@ export namespace Components {
|
|
|
667
667
|
* @default null
|
|
668
668
|
*/
|
|
669
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;
|
|
670
680
|
/**
|
|
671
681
|
* Sets whether the component occupies all available width.
|
|
672
682
|
* @default true
|
|
@@ -683,11 +693,36 @@ export namespace Components {
|
|
|
683
693
|
* @default false
|
|
684
694
|
*/
|
|
685
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;
|
|
686
711
|
/**
|
|
687
712
|
* Sets whether a single card is clickable or not.
|
|
688
713
|
* @default false
|
|
689
714
|
*/
|
|
690
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;
|
|
691
726
|
/**
|
|
692
727
|
* This method is used to trigger a new render of the component.
|
|
693
728
|
*/
|
|
@@ -697,6 +732,21 @@ export namespace Components {
|
|
|
697
732
|
* @param props - Object containing props that will be set to the component.
|
|
698
733
|
*/
|
|
699
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;
|
|
700
750
|
}
|
|
701
751
|
interface KupCell {
|
|
702
752
|
/**
|
|
@@ -3657,55 +3707,175 @@ export interface KupTreeCustomEvent<T> extends CustomEvent<T> {
|
|
|
3657
3707
|
target: HTMLKupTreeElement;
|
|
3658
3708
|
}
|
|
3659
3709
|
declare global {
|
|
3710
|
+
interface HTMLKupAccordionElementEventMap {
|
|
3711
|
+
"kup-accordion-itemselected": KupAccordionItemSelectedEventPayload;
|
|
3712
|
+
}
|
|
3660
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;
|
|
3661
3722
|
}
|
|
3662
3723
|
var HTMLKupAccordionElement: {
|
|
3663
3724
|
prototype: HTMLKupAccordionElement;
|
|
3664
3725
|
new (): HTMLKupAccordionElement;
|
|
3665
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
|
+
}
|
|
3666
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;
|
|
3667
3745
|
}
|
|
3668
3746
|
var HTMLKupAutocompleteElement: {
|
|
3669
3747
|
prototype: HTMLKupAutocompleteElement;
|
|
3670
3748
|
new (): HTMLKupAutocompleteElement;
|
|
3671
3749
|
};
|
|
3750
|
+
interface HTMLKupBadgeElementEventMap {
|
|
3751
|
+
"kup-badge-click": KupEventPayload;
|
|
3752
|
+
}
|
|
3672
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;
|
|
3673
3762
|
}
|
|
3674
3763
|
var HTMLKupBadgeElement: {
|
|
3675
3764
|
prototype: HTMLKupBadgeElement;
|
|
3676
3765
|
new (): HTMLKupBadgeElement;
|
|
3677
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
|
+
}
|
|
3678
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;
|
|
3679
3786
|
}
|
|
3680
3787
|
var HTMLKupBoxElement: {
|
|
3681
3788
|
prototype: HTMLKupBoxElement;
|
|
3682
3789
|
new (): HTMLKupBoxElement;
|
|
3683
3790
|
};
|
|
3791
|
+
interface HTMLKupButtonElementEventMap {
|
|
3792
|
+
"kup-button-blur": KupButtonClickEventPayload;
|
|
3793
|
+
"kup-button-click": KupButtonClickEventPayload;
|
|
3794
|
+
"kup-button-focus": KupButtonClickEventPayload;
|
|
3795
|
+
}
|
|
3684
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;
|
|
3685
3805
|
}
|
|
3686
3806
|
var HTMLKupButtonElement: {
|
|
3687
3807
|
prototype: HTMLKupButtonElement;
|
|
3688
3808
|
new (): HTMLKupButtonElement;
|
|
3689
3809
|
};
|
|
3810
|
+
interface HTMLKupButtonListElementEventMap {
|
|
3811
|
+
"kup-buttonlist-click": KupButtonListClickEventPayload;
|
|
3812
|
+
}
|
|
3690
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;
|
|
3691
3822
|
}
|
|
3692
3823
|
var HTMLKupButtonListElement: {
|
|
3693
3824
|
prototype: HTMLKupButtonListElement;
|
|
3694
3825
|
new (): HTMLKupButtonListElement;
|
|
3695
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
|
+
}
|
|
3696
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;
|
|
3697
3842
|
}
|
|
3698
3843
|
var HTMLKupCalendarElement: {
|
|
3699
3844
|
prototype: HTMLKupCalendarElement;
|
|
3700
3845
|
new (): HTMLKupCalendarElement;
|
|
3701
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
|
+
}
|
|
3702
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;
|
|
3703
3862
|
}
|
|
3704
3863
|
var HTMLKupCardElement: {
|
|
3705
3864
|
prototype: HTMLKupCardElement;
|
|
3706
3865
|
new (): HTMLKupCardElement;
|
|
3707
3866
|
};
|
|
3867
|
+
interface HTMLKupCardListElementEventMap {
|
|
3868
|
+
"kup-cardlist-click": KupCardListClickEventPayload;
|
|
3869
|
+
}
|
|
3708
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;
|
|
3709
3879
|
}
|
|
3710
3880
|
var HTMLKupCardListElement: {
|
|
3711
3881
|
prototype: HTMLKupCardListElement;
|
|
@@ -3717,85 +3887,283 @@ declare global {
|
|
|
3717
3887
|
prototype: HTMLKupCellElement;
|
|
3718
3888
|
new (): HTMLKupCellElement;
|
|
3719
3889
|
};
|
|
3890
|
+
interface HTMLKupChartElementEventMap {
|
|
3891
|
+
"kup-chart-click": KupChartClickEvent;
|
|
3892
|
+
}
|
|
3720
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;
|
|
3721
3902
|
}
|
|
3722
3903
|
var HTMLKupChartElement: {
|
|
3723
3904
|
prototype: HTMLKupChartElement;
|
|
3724
3905
|
new (): HTMLKupChartElement;
|
|
3725
3906
|
};
|
|
3907
|
+
interface HTMLKupCheckboxElementEventMap {
|
|
3908
|
+
"kup-checkbox-blur": KupCheckboxEventPayload;
|
|
3909
|
+
"kup-checkbox-change": KupCheckboxEventPayload;
|
|
3910
|
+
"kup-checkbox-focus": KupCheckboxEventPayload;
|
|
3911
|
+
}
|
|
3726
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;
|
|
3727
3921
|
}
|
|
3728
3922
|
var HTMLKupCheckboxElement: {
|
|
3729
3923
|
prototype: HTMLKupCheckboxElement;
|
|
3730
3924
|
new (): HTMLKupCheckboxElement;
|
|
3731
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
|
+
}
|
|
3732
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;
|
|
3733
3942
|
}
|
|
3734
3943
|
var HTMLKupChipElement: {
|
|
3735
3944
|
prototype: HTMLKupChipElement;
|
|
3736
3945
|
new (): HTMLKupChipElement;
|
|
3737
3946
|
};
|
|
3947
|
+
interface HTMLKupColorPickerElementEventMap {
|
|
3948
|
+
"kup-colorpicker-change": KupColorPickerEventPayload;
|
|
3949
|
+
}
|
|
3738
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;
|
|
3739
3959
|
}
|
|
3740
3960
|
var HTMLKupColorPickerElement: {
|
|
3741
3961
|
prototype: HTMLKupColorPickerElement;
|
|
3742
3962
|
new (): HTMLKupColorPickerElement;
|
|
3743
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
|
+
}
|
|
3744
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;
|
|
3745
3982
|
}
|
|
3746
3983
|
var HTMLKupComboboxElement: {
|
|
3747
3984
|
prototype: HTMLKupComboboxElement;
|
|
3748
3985
|
new (): HTMLKupComboboxElement;
|
|
3749
3986
|
};
|
|
3987
|
+
interface HTMLKupDashboardElementEventMap {
|
|
3988
|
+
"kup-dashboard-save": KupDashboardEventPayload;
|
|
3989
|
+
}
|
|
3750
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;
|
|
3751
3999
|
}
|
|
3752
4000
|
var HTMLKupDashboardElement: {
|
|
3753
4001
|
prototype: HTMLKupDashboardElement;
|
|
3754
4002
|
new (): HTMLKupDashboardElement;
|
|
3755
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
|
+
}
|
|
3756
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;
|
|
3757
4031
|
}
|
|
3758
4032
|
var HTMLKupDataTableElement: {
|
|
3759
4033
|
prototype: HTMLKupDataTableElement;
|
|
3760
4034
|
new (): HTMLKupDataTableElement;
|
|
3761
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
|
+
}
|
|
3762
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;
|
|
3763
4056
|
}
|
|
3764
4057
|
var HTMLKupDatePickerElement: {
|
|
3765
4058
|
prototype: HTMLKupDatePickerElement;
|
|
3766
4059
|
new (): HTMLKupDatePickerElement;
|
|
3767
4060
|
};
|
|
4061
|
+
interface HTMLKupDialogElementEventMap {
|
|
4062
|
+
"kup-dialog-close": KupEventPayload;
|
|
4063
|
+
"kup-dialog-ready": KupEventPayload;
|
|
4064
|
+
}
|
|
3768
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;
|
|
3769
4074
|
}
|
|
3770
4075
|
var HTMLKupDialogElement: {
|
|
3771
4076
|
prototype: HTMLKupDialogElement;
|
|
3772
4077
|
new (): HTMLKupDialogElement;
|
|
3773
4078
|
};
|
|
4079
|
+
interface HTMLKupDrawerElementEventMap {
|
|
4080
|
+
"kup-drawer-close": KupEventPayload;
|
|
4081
|
+
"kup-drawer-open": KupEventPayload;
|
|
4082
|
+
"kup-drawer-ready": KupEventPayload;
|
|
4083
|
+
}
|
|
3774
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;
|
|
3775
4093
|
}
|
|
3776
4094
|
var HTMLKupDrawerElement: {
|
|
3777
4095
|
prototype: HTMLKupDrawerElement;
|
|
3778
4096
|
new (): HTMLKupDrawerElement;
|
|
3779
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
|
+
}
|
|
3780
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;
|
|
3781
4114
|
}
|
|
3782
4115
|
var HTMLKupDropdownButtonElement: {
|
|
3783
4116
|
prototype: HTMLKupDropdownButtonElement;
|
|
3784
4117
|
new (): HTMLKupDropdownButtonElement;
|
|
3785
4118
|
};
|
|
4119
|
+
interface HTMLKupEchartElementEventMap {
|
|
4120
|
+
"kup-echart-click": KupEchartClickEventPayload;
|
|
4121
|
+
}
|
|
3786
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;
|
|
3787
4131
|
}
|
|
3788
4132
|
var HTMLKupEchartElement: {
|
|
3789
4133
|
prototype: HTMLKupEchartElement;
|
|
3790
4134
|
new (): HTMLKupEchartElement;
|
|
3791
4135
|
};
|
|
4136
|
+
interface HTMLKupFamilyTreeElementEventMap {
|
|
4137
|
+
"kup-familytree-click": KupFamilyTreeEventPayload;
|
|
4138
|
+
"kup-familytree-contextmenu": KupFamilyTreeEventPayload;
|
|
4139
|
+
"kup-familytree-dblclick": KupFamilyTreeEventPayload;
|
|
4140
|
+
}
|
|
3792
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;
|
|
3793
4150
|
}
|
|
3794
4151
|
var HTMLKupFamilyTreeElement: {
|
|
3795
4152
|
prototype: HTMLKupFamilyTreeElement;
|
|
3796
4153
|
new (): HTMLKupFamilyTreeElement;
|
|
3797
4154
|
};
|
|
4155
|
+
interface HTMLKupFormElementEventMap {
|
|
4156
|
+
"kup-form-ready": KupEventPayload;
|
|
4157
|
+
}
|
|
3798
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;
|
|
3799
4167
|
}
|
|
3800
4168
|
var HTMLKupFormElement: {
|
|
3801
4169
|
prototype: HTMLKupFormElement;
|
|
@@ -3813,31 +4181,92 @@ declare global {
|
|
|
3813
4181
|
prototype: HTMLKupGridElement;
|
|
3814
4182
|
new (): HTMLKupGridElement;
|
|
3815
4183
|
};
|
|
4184
|
+
interface HTMLKupIframeElementEventMap {
|
|
4185
|
+
"kup-iframe-error": KupEventPayload;
|
|
4186
|
+
"kup-iframe-load": KupEventPayload;
|
|
4187
|
+
}
|
|
3816
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;
|
|
3817
4197
|
}
|
|
3818
4198
|
var HTMLKupIframeElement: {
|
|
3819
4199
|
prototype: HTMLKupIframeElement;
|
|
3820
4200
|
new (): HTMLKupIframeElement;
|
|
3821
4201
|
};
|
|
4202
|
+
interface HTMLKupImageElementEventMap {
|
|
4203
|
+
"kup-image-click": KupImageClickEventPayload;
|
|
4204
|
+
"kup-image-load": KupImageClickEventPayload;
|
|
4205
|
+
}
|
|
3822
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;
|
|
3823
4215
|
}
|
|
3824
4216
|
var HTMLKupImageElement: {
|
|
3825
4217
|
prototype: HTMLKupImageElement;
|
|
3826
4218
|
new (): HTMLKupImageElement;
|
|
3827
4219
|
};
|
|
4220
|
+
interface HTMLKupImageListElementEventMap {
|
|
4221
|
+
"kup-imagelist-click": KupImageListEventPayload;
|
|
4222
|
+
"kup-imagelist-contextmenu": KupImageListEventPayload;
|
|
4223
|
+
"kup-imagelist-dblclick": KupImageListEventPayload;
|
|
4224
|
+
}
|
|
3828
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;
|
|
3829
4234
|
}
|
|
3830
4235
|
var HTMLKupImageListElement: {
|
|
3831
4236
|
prototype: HTMLKupImageListElement;
|
|
3832
4237
|
new (): HTMLKupImageListElement;
|
|
3833
4238
|
};
|
|
4239
|
+
interface HTMLKupLazyElementEventMap {
|
|
4240
|
+
"kup-lazy-loaded": KupEventPayload;
|
|
4241
|
+
}
|
|
3834
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;
|
|
3835
4251
|
}
|
|
3836
4252
|
var HTMLKupLazyElement: {
|
|
3837
4253
|
prototype: HTMLKupLazyElement;
|
|
3838
4254
|
new (): HTMLKupLazyElement;
|
|
3839
4255
|
};
|
|
4256
|
+
interface HTMLKupListElementEventMap {
|
|
4257
|
+
"kup-list-blur": KupEventPayload;
|
|
4258
|
+
"kup-list-focus": KupEventPayload;
|
|
4259
|
+
"kup-list-click": KupListEventPayload;
|
|
4260
|
+
}
|
|
3840
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;
|
|
3841
4270
|
}
|
|
3842
4271
|
var HTMLKupListElement: {
|
|
3843
4272
|
prototype: HTMLKupListElement;
|
|
@@ -3849,25 +4278,83 @@ declare global {
|
|
|
3849
4278
|
prototype: HTMLKupMagicBoxElement;
|
|
3850
4279
|
new (): HTMLKupMagicBoxElement;
|
|
3851
4280
|
};
|
|
4281
|
+
interface HTMLKupNavBarElementEventMap {
|
|
4282
|
+
"kup-navbar-ready": KupEventPayload;
|
|
4283
|
+
"kup-navbar-resize": KupEventPayload;
|
|
4284
|
+
}
|
|
3852
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;
|
|
3853
4294
|
}
|
|
3854
4295
|
var HTMLKupNavBarElement: {
|
|
3855
4296
|
prototype: HTMLKupNavBarElement;
|
|
3856
4297
|
new (): HTMLKupNavBarElement;
|
|
3857
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
|
+
}
|
|
3858
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;
|
|
3859
4319
|
}
|
|
3860
4320
|
var HTMLKupNumericPickerElement: {
|
|
3861
4321
|
prototype: HTMLKupNumericPickerElement;
|
|
3862
4322
|
new (): HTMLKupNumericPickerElement;
|
|
3863
4323
|
};
|
|
4324
|
+
interface HTMLKupPhotoFrameElementEventMap {
|
|
4325
|
+
"kup-photoframe-placeholderload": KupEventPayload;
|
|
4326
|
+
"kup-photoframe-resourceload": KupEventPayload;
|
|
4327
|
+
}
|
|
3864
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;
|
|
3865
4337
|
}
|
|
3866
4338
|
var HTMLKupPhotoFrameElement: {
|
|
3867
4339
|
prototype: HTMLKupPhotoFrameElement;
|
|
3868
4340
|
new (): HTMLKupPhotoFrameElement;
|
|
3869
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
|
+
}
|
|
3870
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;
|
|
3871
4358
|
}
|
|
3872
4359
|
var HTMLKupPlannerElement: {
|
|
3873
4360
|
prototype: HTMLKupPlannerElement;
|
|
@@ -3891,55 +4378,186 @@ declare global {
|
|
|
3891
4378
|
prototype: HTMLKupQlikElement;
|
|
3892
4379
|
new (): HTMLKupQlikElement;
|
|
3893
4380
|
};
|
|
4381
|
+
interface HTMLKupRadioElementEventMap {
|
|
4382
|
+
"kup-radio-blur": KupEventPayload;
|
|
4383
|
+
"kup-radio-change": KupRadioChangeEventPayload;
|
|
4384
|
+
"kup-radio-focus": KupEventPayload;
|
|
4385
|
+
}
|
|
3894
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;
|
|
3895
4395
|
}
|
|
3896
4396
|
var HTMLKupRadioElement: {
|
|
3897
4397
|
prototype: HTMLKupRadioElement;
|
|
3898
4398
|
new (): HTMLKupRadioElement;
|
|
3899
4399
|
};
|
|
4400
|
+
interface HTMLKupRatingElementEventMap {
|
|
4401
|
+
"kup-rating-click": KupRatingClickEventPayload;
|
|
4402
|
+
}
|
|
3900
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;
|
|
3901
4412
|
}
|
|
3902
4413
|
var HTMLKupRatingElement: {
|
|
3903
4414
|
prototype: HTMLKupRatingElement;
|
|
3904
4415
|
new (): HTMLKupRatingElement;
|
|
3905
4416
|
};
|
|
4417
|
+
interface HTMLKupSnackbarElementEventMap {
|
|
4418
|
+
"kup-snackbar-actionclick": KupEventPayload;
|
|
4419
|
+
"kup-snackbar-timeoutcomplete": KupEventPayload;
|
|
4420
|
+
}
|
|
3906
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;
|
|
3907
4430
|
}
|
|
3908
4431
|
var HTMLKupSnackbarElement: {
|
|
3909
4432
|
prototype: HTMLKupSnackbarElement;
|
|
3910
4433
|
new (): HTMLKupSnackbarElement;
|
|
3911
4434
|
};
|
|
4435
|
+
interface HTMLKupSpinnerElementEventMap {
|
|
4436
|
+
"kup-spinner-ready": KupEventPayload;
|
|
4437
|
+
}
|
|
3912
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;
|
|
3913
4447
|
}
|
|
3914
4448
|
var HTMLKupSpinnerElement: {
|
|
3915
4449
|
prototype: HTMLKupSpinnerElement;
|
|
3916
4450
|
new (): HTMLKupSpinnerElement;
|
|
3917
4451
|
};
|
|
4452
|
+
interface HTMLKupSwitchElementEventMap {
|
|
4453
|
+
"kup-switch-blur": KupSwitchEventPayload;
|
|
4454
|
+
"kup-switch-change": KupSwitchEventPayload;
|
|
4455
|
+
"kup-switch-focus": KupSwitchEventPayload;
|
|
4456
|
+
}
|
|
3918
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;
|
|
3919
4466
|
}
|
|
3920
4467
|
var HTMLKupSwitchElement: {
|
|
3921
4468
|
prototype: HTMLKupSwitchElement;
|
|
3922
4469
|
new (): HTMLKupSwitchElement;
|
|
3923
4470
|
};
|
|
4471
|
+
interface HTMLKupTabBarElementEventMap {
|
|
4472
|
+
"kup-tabbar-blur": KupTabBarEventPayload;
|
|
4473
|
+
"kup-tabbar-click": KupTabBarEventPayload;
|
|
4474
|
+
"kup-tabbar-focus": KupTabBarEventPayload;
|
|
4475
|
+
}
|
|
3924
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;
|
|
3925
4485
|
}
|
|
3926
4486
|
var HTMLKupTabBarElement: {
|
|
3927
4487
|
prototype: HTMLKupTabBarElement;
|
|
3928
4488
|
new (): HTMLKupTabBarElement;
|
|
3929
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
|
+
}
|
|
3930
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;
|
|
3931
4509
|
}
|
|
3932
4510
|
var HTMLKupTextFieldElement: {
|
|
3933
4511
|
prototype: HTMLKupTextFieldElement;
|
|
3934
4512
|
new (): HTMLKupTextFieldElement;
|
|
3935
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
|
+
}
|
|
3936
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;
|
|
3937
4534
|
}
|
|
3938
4535
|
var HTMLKupTimePickerElement: {
|
|
3939
4536
|
prototype: HTMLKupTimePickerElement;
|
|
3940
4537
|
new (): HTMLKupTimePickerElement;
|
|
3941
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
|
+
}
|
|
3942
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;
|
|
3943
4561
|
}
|
|
3944
4562
|
var HTMLKupTreeElement: {
|
|
3945
4563
|
prototype: HTMLKupTreeElement;
|
|
@@ -4490,6 +5108,16 @@ declare namespace LocalJSX {
|
|
|
4490
5108
|
* @default null
|
|
4491
5109
|
*/
|
|
4492
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;
|
|
4493
5121
|
/**
|
|
4494
5122
|
* Sets whether the component occupies all available width.
|
|
4495
5123
|
* @default true
|
|
@@ -4500,12 +5128,52 @@ declare namespace LocalJSX {
|
|
|
4500
5128
|
* @default false
|
|
4501
5129
|
*/
|
|
4502
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;
|
|
4503
5146
|
/**
|
|
4504
5147
|
* Sets whether a single card is clickable or not.
|
|
4505
5148
|
* @default false
|
|
4506
5149
|
*/
|
|
4507
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;
|
|
4508
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;
|
|
4509
5177
|
}
|
|
4510
5178
|
interface KupCell {
|
|
4511
5179
|
/**
|