@mgdis/mg-components 6.14.0 → 6.16.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/{index-DUJwxnoi.js → index-CpENFzEo.js} +2 -2
- package/dist/cjs/{index-DzBkSgSK.js → index-T3-qWqFE.js} +8 -2
- package/dist/cjs/{index-CwjAofQ1.js → index-YM1EJx9X.js} +43 -31
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/mg-action-more_37.cjs.entry.js +136 -150
- package/dist/cjs/mg-alert.cjs.entry.js +4 -4
- package/dist/cjs/mg-components.cjs.js +3 -3
- package/dist/cjs/mg-input-combobox.cjs.entry.js +15 -13
- package/dist/cjs/mg-input-rich-text-editor.cjs.entry.js +1247 -16003
- package/dist/cjs/mg-loader.cjs.entry.js +4 -4
- package/dist/cjs/mg-progress.cjs.entry.js +3 -3
- package/dist/collection/assets/icons/index.js +1 -1
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/atoms/mg-icon/mg-icon.js +1 -1
- package/dist/collection/components/molecules/inputs/mg-input-checkbox/MgInputCheckboxList.js +1 -1
- package/dist/collection/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox-paginated/mg-input-checkbox-paginated.js +49 -106
- package/dist/collection/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox.js +55 -36
- package/dist/collection/components/molecules/inputs/mg-input-combobox/mg-input-combobox.js +11 -9
- package/dist/collection/components/molecules/inputs/mg-input-date/mg-input-date.js +1 -1
- package/dist/collection/components/molecules/inputs/mg-input-numeric/mg-input-numeric.js +6 -1
- package/dist/collection/components/molecules/inputs/mg-input-password/mg-input-password.js +1 -1
- package/dist/collection/components/molecules/inputs/mg-input-radio/mg-input-radio.js +1 -1
- package/dist/collection/components/molecules/inputs/mg-input-rich-text-editor/mg-input-rich-text-editor.js +1 -1
- package/dist/collection/components/molecules/inputs/mg-input-select/mg-input-select.js +1 -1
- package/dist/collection/components/molecules/inputs/mg-input-text/mg-input-text.js +2 -2
- package/dist/collection/components/molecules/inputs/mg-input-textarea/mg-input-textarea.js +1 -1
- package/dist/collection/components/molecules/inputs/mg-input-toggle/mg-input-toggle.js +1 -1
- package/dist/collection/components/molecules/internals/mg-item-more/mg-item-more.js +1 -1
- package/dist/collection/components/molecules/mg-action-more/mg-action-more.js +2 -2
- package/dist/collection/components/molecules/mg-alert/mg-alert.js +1 -1
- package/dist/collection/components/molecules/mg-details/mg-details.js +1 -1
- package/dist/collection/components/molecules/mg-form/mg-form.js +1 -1
- package/dist/collection/components/molecules/mg-illustrated-message/mg-illustrated-message.js +1 -1
- package/dist/collection/components/molecules/mg-loader/mg-loader.js +1 -1
- package/dist/collection/components/molecules/mg-message/mg-message.js +2 -2
- package/dist/collection/components/molecules/mg-modal/mg-modal.js +2 -2
- package/dist/collection/components/molecules/mg-panel/mg-panel.js +1 -1
- package/dist/collection/components/molecules/mg-popover/mg-popover-content/mg-popover-content.js +1 -1
- package/dist/collection/components/molecules/mg-popover/mg-popover.js +1 -1
- package/dist/collection/components/molecules/mg-progress/mg-progress.js +1 -1
- package/dist/collection/components/molecules/mg-skip-links/mg-skip-links.js +1 -1
- package/dist/collection/components/molecules/mg-table/mg-table.js +2 -2
- package/dist/collection/components/molecules/mg-tabs/mg-tabs.js +1 -1
- package/dist/collection/locales/en/messages.json +19 -15
- package/dist/collection/locales/fr/messages.json +20 -16
- package/dist/components/index2.js +3 -3
- package/dist/components/index3.js +43 -31
- package/dist/components/mg-action-more.js +2 -2
- package/dist/components/mg-alert.js +2 -2
- package/dist/components/mg-badge2.js +1 -1
- package/dist/components/mg-button2.js +1 -1
- package/dist/components/mg-card2.js +1 -1
- package/dist/components/mg-character-left2.js +1 -1
- package/dist/components/mg-details.js +2 -2
- package/dist/components/mg-divider2.js +1 -1
- package/dist/components/mg-form.js +2 -2
- package/dist/components/mg-icon2.js +1 -1
- package/dist/components/mg-illustrated-message.js +2 -2
- package/dist/components/mg-input-checkbox-paginated2.js +42 -124
- package/dist/components/mg-input-checkbox.js +89 -59
- package/dist/components/mg-input-combobox.js +14 -12
- package/dist/components/mg-input-date.js +2 -2
- package/dist/components/mg-input-numeric.js +7 -2
- package/dist/components/mg-input-password.js +2 -2
- package/dist/components/mg-input-radio.js +2 -2
- package/dist/components/mg-input-rich-text-editor.js +1247 -16003
- package/dist/components/mg-input-select2.js +2 -2
- package/dist/components/mg-input-text2.js +2 -2
- package/dist/components/mg-input-textarea.js +2 -2
- package/dist/components/mg-input-title2.js +1 -1
- package/dist/components/mg-input-toggle.js +2 -2
- package/dist/components/mg-input2.js +1 -1
- package/dist/components/mg-item-more2.js +2 -2
- package/dist/components/mg-loader2.js +2 -2
- package/dist/components/mg-menu-item2.js +1 -1
- package/dist/components/mg-message2.js +3 -3
- package/dist/components/mg-modal.js +3 -3
- package/dist/components/mg-pagination.js +227 -1
- package/dist/components/mg-panel.js +3 -3
- package/dist/components/mg-popover-content2.js +2 -2
- package/dist/components/mg-popover2.js +2 -2
- package/dist/components/mg-progress.js +2 -2
- package/dist/components/mg-skip-links.js +2 -2
- package/dist/components/mg-table.js +3 -3
- package/dist/components/mg-tabs.js +1 -311
- package/dist/components/mg-tabs2.js +313 -0
- package/dist/components/mg-tag.js +1 -1
- package/dist/components/mg-tooltip-content2.js +1 -1
- package/dist/components/mg-tooltip2.js +2 -2
- package/dist/esm/{index-Bv7NHR-W.js → index-Bab8_u8S.js} +43 -31
- package/dist/esm/{index-Degtjvph.js → index-JHj_9FSs.js} +8 -2
- package/dist/esm/{index-Dr7GYvIz.js → index-WtiuOkLj.js} +2 -2
- package/dist/esm/loader.js +3 -3
- package/dist/esm/mg-action-more_37.entry.js +136 -150
- package/dist/esm/mg-alert.entry.js +4 -4
- package/dist/esm/mg-components.js +4 -4
- package/dist/esm/mg-input-combobox.entry.js +15 -13
- package/dist/esm/mg-input-rich-text-editor.entry.js +1248 -16004
- package/dist/esm/mg-loader.entry.js +4 -4
- package/dist/esm/mg-progress.entry.js +3 -3
- package/dist/mg-components/locales/en/messages.json +19 -15
- package/dist/mg-components/locales/fr/messages.json +20 -16
- package/dist/mg-components/mg-components.esm.js +1 -1
- package/dist/mg-components/{p-056ba467.entry.js → p-42a90251.entry.js} +1 -1
- package/dist/mg-components/p-54156253.entry.js +1 -0
- package/dist/mg-components/{p-d13a6fdc.entry.js → p-658f828c.entry.js} +1 -1
- package/dist/mg-components/{p-c522f3c1.entry.js → p-82455ac7.entry.js} +1 -1
- package/dist/mg-components/p-Bab8_u8S.js +1 -0
- package/dist/mg-components/p-JHj_9FSs.js +2 -0
- package/dist/mg-components/p-WtiuOkLj.js +1 -0
- package/dist/mg-components/p-abbd151c.entry.js +1 -0
- package/dist/mg-components/p-c85b5d10.entry.js +1 -0
- package/dist/types/assets/icons/index.d.ts +6 -0
- package/dist/types/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox-paginated/mg-input-checkbox-paginated.d.ts +17 -40
- package/dist/types/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox.conf.d.ts +1 -2
- package/dist/types/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox.d.ts +15 -6
- package/dist/types/components/molecules/inputs/mg-input-combobox/mg-input-combobox.d.ts +1 -1
- package/dist/types/components.d.ts +6 -33
- package/ide/intellij/web-types.json +13 -13
- package/ide/vscode/html-custom-data.json +39 -3
- package/package.json +23 -23
- package/dist/components/mg-pagination2.js +0 -229
- package/dist/mg-components/p-625c463c.entry.js +0 -1
- package/dist/mg-components/p-Bv7NHR-W.js +0 -1
- package/dist/mg-components/p-Degtjvph.js +0 -2
- package/dist/mg-components/p-Dr7GYvIz.js +0 -1
- package/dist/mg-components/p-cac23bd7.entry.js +0 -1
- package/dist/mg-components/p-e75f5383.entry.js +0 -10
|
@@ -58,7 +58,11 @@ export declare const icons: {
|
|
|
58
58
|
cog: string;
|
|
59
59
|
'cog-outline': string;
|
|
60
60
|
comment: string;
|
|
61
|
+
'comment-exclamation': string;
|
|
62
|
+
'comment-exclamation-outline': string;
|
|
61
63
|
'comment-outline': string;
|
|
64
|
+
'comment-question': string;
|
|
65
|
+
'comment-question-outline': string;
|
|
62
66
|
'comment-sms': string;
|
|
63
67
|
conversation: string;
|
|
64
68
|
'conversation-outline': string;
|
|
@@ -151,6 +155,8 @@ export declare const icons: {
|
|
|
151
155
|
'log-out': string;
|
|
152
156
|
'magnifying-glass': string;
|
|
153
157
|
mail: string;
|
|
158
|
+
'mail-open': string;
|
|
159
|
+
'mail-open-outline': string;
|
|
154
160
|
'mail-outline': string;
|
|
155
161
|
'messages-square': string;
|
|
156
162
|
'messages-square-outline': string;
|
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { CheckboxItem, IMgInputCheckboxBase, type SectionKindType } from '../mg-input-checkbox.conf';
|
|
1
|
+
import { CheckboxItem, IMgInputCheckboxBase } from '../mg-input-checkbox.conf';
|
|
3
2
|
/**
|
|
4
3
|
* Internal component use to manage sections instances
|
|
5
4
|
* @internal
|
|
6
5
|
*/
|
|
7
6
|
export declare class MgInputCheckboxPaginated implements IMgInputCheckboxBase {
|
|
8
7
|
/*************
|
|
9
|
-
*
|
|
8
|
+
* Variables *
|
|
10
9
|
*************/
|
|
11
|
-
private
|
|
12
|
-
private
|
|
10
|
+
private items;
|
|
11
|
+
private readonly step;
|
|
13
12
|
/*************
|
|
14
13
|
* Decorators *
|
|
15
14
|
*************/
|
|
@@ -29,62 +28,40 @@ export declare class MgInputCheckboxPaginated implements IMgInputCheckboxBase {
|
|
|
29
28
|
* Define mg-input-checkbox input invalid
|
|
30
29
|
*/
|
|
31
30
|
invalid?: boolean;
|
|
32
|
-
/**
|
|
33
|
-
* Current page
|
|
34
|
-
*/
|
|
35
|
-
currentPage: number;
|
|
36
31
|
/**
|
|
37
32
|
* Define checkboxes to paginate
|
|
38
33
|
*/
|
|
39
34
|
checkboxes: CheckboxItem[];
|
|
40
|
-
watchCheckboxes(
|
|
35
|
+
watchCheckboxes(): void;
|
|
41
36
|
/**
|
|
42
37
|
* Define component message
|
|
43
38
|
*/
|
|
44
39
|
messages: Record<string, string>;
|
|
45
40
|
/**
|
|
46
|
-
*
|
|
47
|
-
* used to informe that select-all/unselect-all button listner is triggered
|
|
41
|
+
* Page items limit to display
|
|
48
42
|
*/
|
|
49
|
-
|
|
43
|
+
limit: number;
|
|
44
|
+
watchLimit(): void;
|
|
50
45
|
/**
|
|
51
|
-
*
|
|
46
|
+
* Method to reset limit
|
|
52
47
|
*/
|
|
53
|
-
|
|
48
|
+
resetLimit(): Promise<void>;
|
|
54
49
|
/***********
|
|
55
50
|
* Methods *
|
|
56
51
|
***********/
|
|
57
52
|
/**
|
|
58
|
-
*
|
|
59
|
-
|
|
60
|
-
private massActionHandler;
|
|
61
|
-
/**
|
|
62
|
-
* Toggle items button handler
|
|
63
|
-
*/
|
|
64
|
-
private handleToggleClick;
|
|
65
|
-
/**
|
|
66
|
-
* Method to get a array range
|
|
67
|
-
* @param from - array start index
|
|
68
|
-
* @param to - array end index
|
|
69
|
-
* @returns array's range
|
|
70
|
-
*/
|
|
71
|
-
private getArrayRange;
|
|
72
|
-
/**
|
|
73
|
-
* Get from and to index
|
|
74
|
-
* @returns [from,to] index
|
|
53
|
+
* Component has next checkboxes to display
|
|
54
|
+
* @returns truthy if have next elements
|
|
75
55
|
*/
|
|
76
|
-
private
|
|
56
|
+
private hasNext;
|
|
77
57
|
/**
|
|
78
|
-
*
|
|
79
|
-
* @param items - items to count
|
|
80
|
-
* @returns page count from items
|
|
58
|
+
* Set items from checkboxes and limit
|
|
81
59
|
*/
|
|
82
|
-
private
|
|
60
|
+
private setItems;
|
|
83
61
|
/**
|
|
84
|
-
* Handle mg-
|
|
85
|
-
* @param event - pagination current page change event
|
|
62
|
+
* Handle load-more <mg-button> click event
|
|
86
63
|
*/
|
|
87
|
-
private
|
|
64
|
+
private handleLoadMore;
|
|
88
65
|
/*************
|
|
89
66
|
* Lifecycle *
|
|
90
67
|
*************/
|
package/dist/types/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox.conf.d.ts
CHANGED
|
@@ -50,8 +50,7 @@ export interface IMgInputCheckboxBase {
|
|
|
50
50
|
* mg-input-checkbox-list interface
|
|
51
51
|
*/
|
|
52
52
|
export interface MgInputCheckboxListProps extends IMgInputCheckboxBase {
|
|
53
|
-
displaySearchInput: boolean;
|
|
54
|
-
messages: Record<string, unknown>;
|
|
55
53
|
checkboxes: CheckboxItem[];
|
|
56
54
|
id: string;
|
|
55
|
+
labelledby?: string;
|
|
57
56
|
}
|
|
@@ -18,6 +18,7 @@ export declare class MgInputCheckbox implements Omit<MgInputCheckboxListProps, '
|
|
|
18
18
|
private readonly multiStart;
|
|
19
19
|
private readonly searchStart;
|
|
20
20
|
private hasOpenedPopover;
|
|
21
|
+
private readonly checkboxesId;
|
|
21
22
|
/**************
|
|
22
23
|
* Decorators *
|
|
23
24
|
**************/
|
|
@@ -151,6 +152,10 @@ export declare class MgInputCheckbox implements Omit<MgInputCheckboxListProps, '
|
|
|
151
152
|
* Select values button text local key
|
|
152
153
|
*/
|
|
153
154
|
selectValuesButtonKey: 'editButton' | 'showButton' | 'selectButton';
|
|
155
|
+
/**
|
|
156
|
+
* Define <mg-tabs> active-tab
|
|
157
|
+
*/
|
|
158
|
+
activeTab: number;
|
|
154
159
|
/**
|
|
155
160
|
* Emitted event when value change
|
|
156
161
|
*/
|
|
@@ -204,16 +209,16 @@ export declare class MgInputCheckbox implements Omit<MgInputCheckboxListProps, '
|
|
|
204
209
|
* @param event - input value-change event
|
|
205
210
|
*/
|
|
206
211
|
private handleSearchChange;
|
|
212
|
+
/**
|
|
213
|
+
* Handle <mg-tabs> tab-change event
|
|
214
|
+
* @param event - tab change event
|
|
215
|
+
*/
|
|
216
|
+
private handleActiveTabChange;
|
|
207
217
|
/**
|
|
208
218
|
* popover display-change handler
|
|
209
219
|
* @param event - mg-popover display-change custom event
|
|
210
220
|
*/
|
|
211
221
|
private handleMgPopoverDisplayChange;
|
|
212
|
-
/**
|
|
213
|
-
* Handle select all button
|
|
214
|
-
* @param event - mass action event trigger a global select/unselect on values
|
|
215
|
-
*/
|
|
216
|
-
private handleMassAction;
|
|
217
222
|
/**
|
|
218
223
|
* Update values
|
|
219
224
|
*/
|
|
@@ -273,6 +278,10 @@ export declare class MgInputCheckbox implements Omit<MgInputCheckboxListProps, '
|
|
|
273
278
|
* @returns selected checkboxItems
|
|
274
279
|
*/
|
|
275
280
|
private getSelectedItems;
|
|
281
|
+
/**
|
|
282
|
+
* Reset <mg-input-checkbox-paginated> limit state
|
|
283
|
+
*/
|
|
284
|
+
private resetTabsLimit;
|
|
276
285
|
/*************
|
|
277
286
|
* Lifecycle *
|
|
278
287
|
*************/
|
|
@@ -290,7 +299,7 @@ export declare class MgInputCheckbox implements Omit<MgInputCheckboxListProps, '
|
|
|
290
299
|
* @param checkboxes - checkboxes to render
|
|
291
300
|
* @returns render sections of checkboxes
|
|
292
301
|
*/
|
|
293
|
-
private
|
|
302
|
+
private renderCheckboxTabs;
|
|
294
303
|
/**
|
|
295
304
|
* render checkbox multi element
|
|
296
305
|
* @returns html element
|
|
@@ -14,7 +14,7 @@ import { AriaRoleType, RequiredMessageStatusType } from "./components/molecules/
|
|
|
14
14
|
import { IconSizeType, IconType, IconVariantStyleType, IconVariantType } from "./components/atoms/mg-icon/mg-icon.conf";
|
|
15
15
|
import { IllustratedMessageDirectionType, IllustratedMessageSizeType } from "./components/molecules/mg-illustrated-message/mg-illustrated-message.conf";
|
|
16
16
|
import { TooltipPosition, Width } from "./components/molecules/inputs/mg-input/mg-input.conf";
|
|
17
|
-
import { CheckboxItem, CheckboxType, CheckboxValue
|
|
17
|
+
import { CheckboxItem, CheckboxType, CheckboxValue } from "./components/molecules/inputs/mg-input-checkbox/mg-input-checkbox.conf";
|
|
18
18
|
import { Direction, Option } from "./types";
|
|
19
19
|
import { RequestMappingType, ResponseMappingType } from "./components/molecules/inputs/mg-input-combobox/mg-input-combobox.conf";
|
|
20
20
|
import { Format, NumericType } from "./components/molecules/inputs/mg-input-numeric/mg-input-numeric.conf";
|
|
@@ -46,7 +46,7 @@ export { AriaRoleType, RequiredMessageStatusType } from "./components/molecules/
|
|
|
46
46
|
export { IconSizeType, IconType, IconVariantStyleType, IconVariantType } from "./components/atoms/mg-icon/mg-icon.conf";
|
|
47
47
|
export { IllustratedMessageDirectionType, IllustratedMessageSizeType } from "./components/molecules/mg-illustrated-message/mg-illustrated-message.conf";
|
|
48
48
|
export { TooltipPosition, Width } from "./components/molecules/inputs/mg-input/mg-input.conf";
|
|
49
|
-
export { CheckboxItem, CheckboxType, CheckboxValue
|
|
49
|
+
export { CheckboxItem, CheckboxType, CheckboxValue } from "./components/molecules/inputs/mg-input-checkbox/mg-input-checkbox.conf";
|
|
50
50
|
export { Direction, Option } from "./types";
|
|
51
51
|
export { RequestMappingType, ResponseMappingType } from "./components/molecules/inputs/mg-input-combobox/mg-input-combobox.conf";
|
|
52
52
|
export { Format, NumericType } from "./components/molecules/inputs/mg-input-numeric/mg-input-numeric.conf";
|
|
@@ -472,14 +472,8 @@ export namespace Components {
|
|
|
472
472
|
interface MgInputCheckboxPaginated {
|
|
473
473
|
/**
|
|
474
474
|
* Define checkboxes to paginate
|
|
475
|
-
* @default []
|
|
476
475
|
*/
|
|
477
476
|
"checkboxes": CheckboxItem[];
|
|
478
|
-
/**
|
|
479
|
-
* Current page
|
|
480
|
-
* @default 1
|
|
481
|
-
*/
|
|
482
|
-
"currentPage": number;
|
|
483
477
|
/**
|
|
484
478
|
* Define if mg-input-checkbox-list is disabled
|
|
485
479
|
* @default false
|
|
@@ -502,6 +496,10 @@ export namespace Components {
|
|
|
502
496
|
* @default false
|
|
503
497
|
*/
|
|
504
498
|
"readonly": boolean;
|
|
499
|
+
/**
|
|
500
|
+
* Method to reset limit
|
|
501
|
+
*/
|
|
502
|
+
"resetLimit": () => Promise<void>;
|
|
505
503
|
}
|
|
506
504
|
interface MgInputCombobox {
|
|
507
505
|
/**
|
|
@@ -1965,10 +1963,6 @@ export interface MgInputCheckboxCustomEvent<T> extends CustomEvent<T> {
|
|
|
1965
1963
|
detail: T;
|
|
1966
1964
|
target: HTMLMgInputCheckboxElement;
|
|
1967
1965
|
}
|
|
1968
|
-
export interface MgInputCheckboxPaginatedCustomEvent<T> extends CustomEvent<T> {
|
|
1969
|
-
detail: T;
|
|
1970
|
-
target: HTMLMgInputCheckboxPaginatedElement;
|
|
1971
|
-
}
|
|
1972
1966
|
export interface MgInputComboboxCustomEvent<T> extends CustomEvent<T> {
|
|
1973
1967
|
detail: T;
|
|
1974
1968
|
target: HTMLMgInputComboboxElement;
|
|
@@ -2180,21 +2174,10 @@ declare global {
|
|
|
2180
2174
|
prototype: HTMLMgInputCheckboxElement;
|
|
2181
2175
|
new (): HTMLMgInputCheckboxElement;
|
|
2182
2176
|
};
|
|
2183
|
-
interface HTMLMgInputCheckboxPaginatedElementEventMap {
|
|
2184
|
-
"mass-action": SectionKindType;
|
|
2185
|
-
}
|
|
2186
2177
|
/**
|
|
2187
2178
|
* Internal component use to manage sections instances
|
|
2188
2179
|
*/
|
|
2189
2180
|
interface HTMLMgInputCheckboxPaginatedElement extends Components.MgInputCheckboxPaginated, HTMLStencilElement {
|
|
2190
|
-
addEventListener<K extends keyof HTMLMgInputCheckboxPaginatedElementEventMap>(type: K, listener: (this: HTMLMgInputCheckboxPaginatedElement, ev: MgInputCheckboxPaginatedCustomEvent<HTMLMgInputCheckboxPaginatedElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2191
|
-
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2192
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2193
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2194
|
-
removeEventListener<K extends keyof HTMLMgInputCheckboxPaginatedElementEventMap>(type: K, listener: (this: HTMLMgInputCheckboxPaginatedElement, ev: MgInputCheckboxPaginatedCustomEvent<HTMLMgInputCheckboxPaginatedElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
2195
|
-
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2196
|
-
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2197
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2198
2181
|
}
|
|
2199
2182
|
var HTMLMgInputCheckboxPaginatedElement: {
|
|
2200
2183
|
prototype: HTMLMgInputCheckboxPaginatedElement;
|
|
@@ -3051,14 +3034,8 @@ declare namespace LocalJSX {
|
|
|
3051
3034
|
interface MgInputCheckboxPaginated {
|
|
3052
3035
|
/**
|
|
3053
3036
|
* Define checkboxes to paginate
|
|
3054
|
-
* @default []
|
|
3055
3037
|
*/
|
|
3056
3038
|
"checkboxes"?: CheckboxItem[];
|
|
3057
|
-
/**
|
|
3058
|
-
* Current page
|
|
3059
|
-
* @default 1
|
|
3060
|
-
*/
|
|
3061
|
-
"currentPage"?: number;
|
|
3062
3039
|
/**
|
|
3063
3040
|
* Define if mg-input-checkbox-list is disabled
|
|
3064
3041
|
* @default false
|
|
@@ -3076,10 +3053,6 @@ declare namespace LocalJSX {
|
|
|
3076
3053
|
* Define mg-input-checkbox input name
|
|
3077
3054
|
*/
|
|
3078
3055
|
"name"?: string;
|
|
3079
|
-
/**
|
|
3080
|
-
* Emit 'mass-action' event used to informe that select-all/unselect-all button listner is triggered
|
|
3081
|
-
*/
|
|
3082
|
-
"onMass-action"?: (event: MgInputCheckboxPaginatedCustomEvent<SectionKindType>) => void;
|
|
3083
3056
|
/**
|
|
3084
3057
|
* Define if mg-input-checkbox-list is readonly
|
|
3085
3058
|
* @default false
|