@mgdis/mg-components 6.22.0 → 6.23.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-C2viYwrR.js → index-BEF-cqV9.js} +325 -1789
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{mg-action-more_37.cjs.entry.js → mg-action-more_36.cjs.entry.js} +242 -172
- package/dist/cjs/mg-alert.cjs.entry.js +6 -2
- package/dist/cjs/mg-breadcrumb.cjs.entry.js +2 -2
- package/dist/cjs/mg-components.cjs.js +3 -3
- package/dist/cjs/mg-fieldset.cjs.entry.js +4 -3
- package/dist/cjs/mg-input-combobox.cjs.entry.js +4 -3
- package/dist/cjs/mg-input-file.cjs.entry.js +5 -4
- package/dist/cjs/mg-input-rich-text-editor.cjs.entry.js +7491 -6367
- package/dist/cjs/mg-input.conf-wgTh7iBb.js +84 -0
- package/dist/cjs/mg-loader.cjs.entry.js +2 -2
- package/dist/cjs/mg-progress.cjs.entry.js +2 -2
- package/dist/collection/assets/icons/index.js +1 -1
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/atoms/internals/mg-input-title/mg-input-title.js +5 -2
- package/dist/collection/components/atoms/mg-badge/mg-badge.js +12 -3
- package/dist/collection/components/atoms/mg-button/mg-button.js +9 -4
- package/dist/collection/components/atoms/mg-card/mg-card.js +16 -7
- package/dist/collection/components/atoms/mg-icon/mg-icon.js +16 -9
- package/dist/collection/components/atoms/mg-tag/mg-tag.js +2 -1
- package/dist/collection/components/atoms/mg-tooltip/mg-tooltip.js +9 -3
- package/dist/collection/components/molecules/inputs/mg-input/mg-input.js +15 -13
- package/dist/collection/components/molecules/inputs/mg-input-checkbox/MgInputCheckboxPaginated.js +38 -0
- package/dist/collection/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox.conf.js +3 -2
- package/dist/collection/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox.js +49 -26
- package/dist/collection/components/molecules/inputs/mg-input-combobox/mg-input-combobox.js +16 -8
- package/dist/collection/components/molecules/inputs/mg-input-date/mg-input-date.js +6 -3
- package/dist/collection/components/molecules/inputs/mg-input-file/mg-input-file.js +7 -4
- package/dist/collection/components/molecules/inputs/mg-input-numeric/mg-input-numeric.js +11 -5
- package/dist/collection/components/molecules/inputs/mg-input-password/mg-input-password.js +7 -3
- package/dist/collection/components/molecules/inputs/mg-input-radio/mg-input-radio.js +7 -3
- package/dist/collection/components/molecules/inputs/mg-input-rich-text-editor/mg-input-rich-text-editor.js +9 -4
- package/dist/collection/components/molecules/inputs/mg-input-select/mg-input-select.js +61 -19
- package/dist/collection/components/molecules/inputs/mg-input-text/mg-input-text.js +15 -8
- package/dist/collection/components/molecules/inputs/mg-input-textarea/mg-input-textarea.js +7 -3
- package/dist/collection/components/molecules/inputs/mg-input-toggle/mg-input-toggle.js +9 -4
- package/dist/collection/components/molecules/internals/mg-item-more/mg-item-more.js +5 -3
- package/dist/collection/components/molecules/menus/mg-menu/mg-menu.js +5 -3
- package/dist/collection/components/molecules/menus/mg-menu-item/mg-menu-item.js +8 -4
- package/dist/collection/components/molecules/mg-action-more/mg-action-more.js +11 -7
- package/dist/collection/components/molecules/mg-alert/mg-alert.js +29 -3
- package/dist/collection/components/molecules/mg-breadcrumb/mg-breadcrumb.js +3 -2
- package/dist/collection/components/molecules/mg-details/mg-details.js +3 -1
- package/dist/collection/components/molecules/mg-fieldset/mg-fieldset.js +5 -2
- package/dist/collection/components/molecules/mg-form/mg-form.js +8 -4
- package/dist/collection/components/molecules/mg-illustrated-message/mg-illustrated-message.js +5 -3
- package/dist/collection/components/molecules/mg-loader/mg-loader.js +1 -1
- package/dist/collection/components/molecules/mg-message/mg-message.js +43 -4
- package/dist/collection/components/molecules/mg-modal/mg-modal.js +4 -3
- package/dist/collection/components/molecules/mg-pagination/mg-pagination.js +2 -1
- package/dist/collection/components/molecules/mg-panel/mg-panel.js +20 -6
- 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 +3 -2
- package/dist/collection/components/molecules/mg-progress/mg-progress.js +3 -2
- package/dist/collection/components/molecules/mg-skip-links/mg-skip-links.js +3 -2
- package/dist/collection/components/molecules/mg-table/mg-table.js +4 -2
- package/dist/collection/components/molecules/mg-tabs/mg-tabs.js +3 -2
- package/dist/components/index2.js +1 -1
- package/dist/components/index3.js +1 -1
- package/dist/components/index4.js +1 -0
- package/dist/components/mg-action-more.js +1 -1
- package/dist/components/mg-alert.js +1 -1
- package/dist/components/mg-badge2.js +1 -1
- package/dist/components/mg-breadcrumb.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 +1 -1
- package/dist/components/mg-divider2.js +1 -1
- package/dist/components/mg-fieldset.js +1 -1
- package/dist/components/mg-form.js +1 -1
- package/dist/components/mg-icon2.js +1 -1
- package/dist/components/mg-illustrated-message.js +1 -1
- package/dist/components/mg-input-checkbox.js +1 -1
- package/dist/components/mg-input-combobox.js +1 -1
- package/dist/components/mg-input-date.js +1 -1
- package/dist/components/mg-input-file.js +1 -1
- package/dist/components/mg-input-numeric.js +1 -1
- package/dist/components/mg-input-password.js +1 -1
- package/dist/components/mg-input-radio.js +1 -1
- package/dist/components/mg-input-rich-text-editor.js +284 -284
- package/dist/components/mg-input-select2.js +1 -1
- package/dist/components/mg-input-text2.js +1 -1
- package/dist/components/mg-input-textarea.js +1 -1
- package/dist/components/mg-input-title2.js +1 -1
- package/dist/components/mg-input-toggle.js +1 -1
- package/dist/components/mg-input2.js +1 -1
- package/dist/components/mg-item-more2.js +1 -1
- package/dist/components/mg-loader2.js +1 -1
- package/dist/components/mg-menu-item2.js +1 -1
- package/dist/components/mg-message2.js +1 -1
- package/dist/components/mg-modal.js +1 -1
- package/dist/components/mg-pagination.js +1 -1
- package/dist/components/mg-panel.js +1 -1
- package/dist/components/mg-popover-content2.js +1 -1
- package/dist/components/mg-popover2.js +1 -1
- package/dist/components/mg-progress.js +1 -1
- package/dist/components/mg-skip-links.js +1 -1
- package/dist/components/mg-table.js +1 -1
- package/dist/components/mg-tabs2.js +1 -1
- package/dist/components/mg-tooltip2.js +1 -1
- package/dist/custom-elements.json +8828 -0
- package/dist/esm/{index-DFwaH2hS.js → index-DshvCiTL.js} +325 -1789
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{mg-action-more_37.entry.js → mg-action-more_36.entry.js} +244 -173
- package/dist/esm/mg-alert.entry.js +6 -2
- package/dist/esm/mg-breadcrumb.entry.js +2 -2
- package/dist/esm/mg-components.js +4 -4
- package/dist/esm/mg-fieldset.entry.js +4 -3
- package/dist/esm/mg-input-combobox.entry.js +4 -3
- package/dist/esm/mg-input-file.entry.js +5 -4
- package/dist/esm/mg-input-rich-text-editor.entry.js +7491 -6367
- package/dist/esm/mg-input.conf-DOi9lJXy.js +73 -0
- package/dist/esm/mg-loader.entry.js +2 -2
- package/dist/esm/mg-progress.entry.js +2 -2
- package/dist/mg-components/mg-components.esm.js +1 -1
- package/dist/mg-components/{p-d5e69c95.entry.js → p-13feb37a.entry.js} +1 -1
- package/dist/mg-components/{p-c8c8cfc1.entry.js → p-236bb1d2.entry.js} +1 -1
- package/dist/mg-components/p-79265ad3.entry.js +1 -0
- package/dist/mg-components/{p-adec7fcc.entry.js → p-7c63e469.entry.js} +1 -1
- package/dist/mg-components/p-7fd3e519.entry.js +1 -0
- package/dist/mg-components/p-DOi9lJXy.js +1 -0
- package/dist/mg-components/p-DshvCiTL.js +2 -0
- package/dist/mg-components/p-a0e2c886.entry.js +1 -0
- package/dist/mg-components/p-cdb01923.entry.js +1 -0
- package/dist/mg-components/p-d0b6d8f5.entry.js +1 -0
- package/dist/mg-components/{p-c63f97f0.entry.js → p-d698fa67.entry.js} +283 -283
- package/dist/types/assets/icons/index.d.ts +2 -0
- package/dist/types/components/atoms/internals/mg-input-title/mg-input-title.d.ts +4 -0
- package/dist/types/components/atoms/mg-badge/mg-badge.d.ts +4 -0
- package/dist/types/components/molecules/inputs/mg-input-checkbox/MgInputCheckboxList.d.ts +2 -2
- package/dist/types/components/molecules/inputs/mg-input-checkbox/MgInputCheckboxPaginated.d.ts +8 -0
- package/dist/types/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox.conf.d.ts +16 -8
- package/dist/types/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox.d.ts +15 -5
- package/dist/types/components/molecules/inputs/mg-input-select/mg-input-select.d.ts +12 -6
- package/dist/types/components/molecules/mg-alert/mg-alert.d.ts +4 -0
- package/dist/types/components/molecules/mg-message/mg-message.d.ts +6 -0
- package/dist/types/components.d.ts +547 -170
- package/dist/types/stencil-public-runtime.d.ts +53 -2
- package/ide/intellij/web-types.json +211 -3476
- package/ide/vscode/css-custom-data.json +1 -1
- package/ide/vscode/html-custom-data.json +58 -314
- package/package.json +30 -25
- package/dist/cjs/mg-input.conf-BNpeATnq.js +0 -35
- package/dist/collection/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox-paginated/mg-input-checkbox-paginated.js +0 -245
- package/dist/components/mg-input-checkbox-paginated.d.ts +0 -11
- package/dist/components/mg-input-checkbox-paginated.js +0 -1
- package/dist/components/mg-input-checkbox-paginated2.js +0 -1
- package/dist/esm/mg-input.conf-C9rmNQIL.js +0 -25
- package/dist/mg-components/p-0482eb9f.entry.js +0 -1
- package/dist/mg-components/p-2ee92f38.entry.js +0 -1
- package/dist/mg-components/p-3b653226.entry.js +0 -1
- package/dist/mg-components/p-5745fbea.entry.js +0 -1
- package/dist/mg-components/p-C9rmNQIL.js +0 -1
- package/dist/mg-components/p-DFwaH2hS.js +0 -2
- package/dist/mg-components/p-cc793586.entry.js +0 -1
- package/dist/types/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox-paginated/mg-input-checkbox-paginated.d.ts +0 -77
|
@@ -15,7 +15,7 @@ import { labelHeading, TooltipPosition, Width } from "./components/molecules/inp
|
|
|
15
15
|
import { AriaRoleType, RequiredMessageStatusType } from "./components/molecules/mg-form/mg-form.conf";
|
|
16
16
|
import { IconSizeType, IconType, IconVariantStyleType, IconVariantType } from "./components/atoms/mg-icon/mg-icon.conf";
|
|
17
17
|
import { IllustratedMessageDirectionType, IllustratedMessageSizeType } from "./components/molecules/mg-illustrated-message/mg-illustrated-message.conf";
|
|
18
|
-
import {
|
|
18
|
+
import { CheckboxType, ICheckboxValue } from "./components/molecules/inputs/mg-input-checkbox/mg-input-checkbox.conf";
|
|
19
19
|
import { Direction, Option, Option as ToggleOption } from "./types";
|
|
20
20
|
import { RequestMappingType, ResponseMappingType } from "./components/molecules/inputs/mg-input-combobox/mg-input-combobox.conf";
|
|
21
21
|
import { Format, NumericType } from "./components/molecules/inputs/mg-input-numeric/mg-input-numeric.conf";
|
|
@@ -48,7 +48,7 @@ export { labelHeading, TooltipPosition, Width } from "./components/molecules/inp
|
|
|
48
48
|
export { AriaRoleType, RequiredMessageStatusType } from "./components/molecules/mg-form/mg-form.conf";
|
|
49
49
|
export { IconSizeType, IconType, IconVariantStyleType, IconVariantType } from "./components/atoms/mg-icon/mg-icon.conf";
|
|
50
50
|
export { IllustratedMessageDirectionType, IllustratedMessageSizeType } from "./components/molecules/mg-illustrated-message/mg-illustrated-message.conf";
|
|
51
|
-
export {
|
|
51
|
+
export { CheckboxType, ICheckboxValue } from "./components/molecules/inputs/mg-input-checkbox/mg-input-checkbox.conf";
|
|
52
52
|
export { Direction, Option, Option as ToggleOption } from "./types";
|
|
53
53
|
export { RequestMappingType, ResponseMappingType } from "./components/molecules/inputs/mg-input-combobox/mg-input-combobox.conf";
|
|
54
54
|
export { Format, NumericType } from "./components/molecules/inputs/mg-input-numeric/mg-input-numeric.conf";
|
|
@@ -97,6 +97,11 @@ export namespace Components {
|
|
|
97
97
|
* Add a delay to hide/close message when it passed Value is defined in seconds and must greater than 2 seconds
|
|
98
98
|
*/
|
|
99
99
|
"delay"?: number;
|
|
100
|
+
/**
|
|
101
|
+
* Define if alert fits its parent element
|
|
102
|
+
* @default false
|
|
103
|
+
*/
|
|
104
|
+
"fullWidth": boolean;
|
|
100
105
|
/**
|
|
101
106
|
* Define variant
|
|
102
107
|
* @default 'info'
|
|
@@ -543,42 +548,7 @@ export namespace Components {
|
|
|
543
548
|
/**
|
|
544
549
|
* Component value If item.value is `null`, checkbox will be indeterminate by default
|
|
545
550
|
*/
|
|
546
|
-
"value":
|
|
547
|
-
}
|
|
548
|
-
/**
|
|
549
|
-
* Internal component use to manage sections instances
|
|
550
|
-
*/
|
|
551
|
-
interface MgInputCheckboxPaginated {
|
|
552
|
-
/**
|
|
553
|
-
* Define checkboxes to paginate
|
|
554
|
-
*/
|
|
555
|
-
"checkboxes": CheckboxItem[];
|
|
556
|
-
/**
|
|
557
|
-
* Define if mg-input-checkbox-list is disabled
|
|
558
|
-
* @default false
|
|
559
|
-
*/
|
|
560
|
-
"disabled": boolean;
|
|
561
|
-
/**
|
|
562
|
-
* Define mg-input-checkbox input invalid
|
|
563
|
-
*/
|
|
564
|
-
"invalid"?: boolean;
|
|
565
|
-
/**
|
|
566
|
-
* Define component message
|
|
567
|
-
*/
|
|
568
|
-
"messages": Record<string, string>;
|
|
569
|
-
/**
|
|
570
|
-
* Define mg-input-checkbox input name
|
|
571
|
-
*/
|
|
572
|
-
"name"?: string;
|
|
573
|
-
/**
|
|
574
|
-
* Define if mg-input-checkbox-list is readonly
|
|
575
|
-
* @default false
|
|
576
|
-
*/
|
|
577
|
-
"readonly": boolean;
|
|
578
|
-
/**
|
|
579
|
-
* Method to reset limit
|
|
580
|
-
*/
|
|
581
|
-
"resetLimit": () => Promise<void>;
|
|
551
|
+
"value": ICheckboxValue[];
|
|
582
552
|
}
|
|
583
553
|
interface MgInputCombobox {
|
|
584
554
|
/**
|
|
@@ -1855,6 +1825,11 @@ export namespace Components {
|
|
|
1855
1825
|
"target"?: TargetType;
|
|
1856
1826
|
}
|
|
1857
1827
|
interface MgMessage {
|
|
1828
|
+
/**
|
|
1829
|
+
* Define if message fits its parent element
|
|
1830
|
+
* @default false
|
|
1831
|
+
*/
|
|
1832
|
+
"fullWidth": boolean;
|
|
1858
1833
|
/**
|
|
1859
1834
|
* Define variant
|
|
1860
1835
|
* @default 'info'
|
|
@@ -2389,15 +2364,6 @@ declare global {
|
|
|
2389
2364
|
prototype: HTMLMgInputCheckboxElement;
|
|
2390
2365
|
new (): HTMLMgInputCheckboxElement;
|
|
2391
2366
|
};
|
|
2392
|
-
/**
|
|
2393
|
-
* Internal component use to manage sections instances
|
|
2394
|
-
*/
|
|
2395
|
-
interface HTMLMgInputCheckboxPaginatedElement extends Components.MgInputCheckboxPaginated, HTMLStencilElement {
|
|
2396
|
-
}
|
|
2397
|
-
var HTMLMgInputCheckboxPaginatedElement: {
|
|
2398
|
-
prototype: HTMLMgInputCheckboxPaginatedElement;
|
|
2399
|
-
new (): HTMLMgInputCheckboxPaginatedElement;
|
|
2400
|
-
};
|
|
2401
2367
|
interface HTMLMgInputComboboxElementEventMap {
|
|
2402
2368
|
"value-change": HTMLMgInputComboboxElement['value'];
|
|
2403
2369
|
"filter-change": string;
|
|
@@ -2816,7 +2782,6 @@ declare global {
|
|
|
2816
2782
|
"mg-illustrated-message": HTMLMgIllustratedMessageElement;
|
|
2817
2783
|
"mg-input": HTMLMgInputElement;
|
|
2818
2784
|
"mg-input-checkbox": HTMLMgInputCheckboxElement;
|
|
2819
|
-
"mg-input-checkbox-paginated": HTMLMgInputCheckboxPaginatedElement;
|
|
2820
2785
|
"mg-input-combobox": HTMLMgInputComboboxElement;
|
|
2821
2786
|
"mg-input-date": HTMLMgInputDateElement;
|
|
2822
2787
|
"mg-input-file": HTMLMgInputFileElement;
|
|
@@ -2849,6 +2814,8 @@ declare global {
|
|
|
2849
2814
|
}
|
|
2850
2815
|
}
|
|
2851
2816
|
declare namespace LocalJSX {
|
|
2817
|
+
type OneOf<K extends string, PropT, AttrT = PropT> = { [P in K]: PropT } & { [P in `attr:${K}` | `prop:${K}`]?: never } | { [P in `attr:${K}`]: AttrT } & { [P in K | `prop:${K}`]?: never } | { [P in `prop:${K}`]: PropT } & { [P in K | `attr:${K}`]?: never };
|
|
2818
|
+
|
|
2852
2819
|
interface MgActionMore {
|
|
2853
2820
|
/**
|
|
2854
2821
|
* Define button properties
|
|
@@ -2874,6 +2841,11 @@ declare namespace LocalJSX {
|
|
|
2874
2841
|
* Add a delay to hide/close message when it passed Value is defined in seconds and must greater than 2 seconds
|
|
2875
2842
|
*/
|
|
2876
2843
|
"delay"?: number;
|
|
2844
|
+
/**
|
|
2845
|
+
* Define if alert fits its parent element
|
|
2846
|
+
* @default false
|
|
2847
|
+
*/
|
|
2848
|
+
"fullWidth"?: boolean;
|
|
2877
2849
|
/**
|
|
2878
2850
|
* Emmited event when alert is closed
|
|
2879
2851
|
*/
|
|
@@ -3324,38 +3296,7 @@ declare namespace LocalJSX {
|
|
|
3324
3296
|
/**
|
|
3325
3297
|
* Component value If item.value is `null`, checkbox will be indeterminate by default
|
|
3326
3298
|
*/
|
|
3327
|
-
"value":
|
|
3328
|
-
}
|
|
3329
|
-
/**
|
|
3330
|
-
* Internal component use to manage sections instances
|
|
3331
|
-
*/
|
|
3332
|
-
interface MgInputCheckboxPaginated {
|
|
3333
|
-
/**
|
|
3334
|
-
* Define checkboxes to paginate
|
|
3335
|
-
*/
|
|
3336
|
-
"checkboxes"?: CheckboxItem[];
|
|
3337
|
-
/**
|
|
3338
|
-
* Define if mg-input-checkbox-list is disabled
|
|
3339
|
-
* @default false
|
|
3340
|
-
*/
|
|
3341
|
-
"disabled"?: boolean;
|
|
3342
|
-
/**
|
|
3343
|
-
* Define mg-input-checkbox input invalid
|
|
3344
|
-
*/
|
|
3345
|
-
"invalid"?: boolean;
|
|
3346
|
-
/**
|
|
3347
|
-
* Define component message
|
|
3348
|
-
*/
|
|
3349
|
-
"messages"?: Record<string, string>;
|
|
3350
|
-
/**
|
|
3351
|
-
* Define mg-input-checkbox input name
|
|
3352
|
-
*/
|
|
3353
|
-
"name"?: string;
|
|
3354
|
-
/**
|
|
3355
|
-
* Define if mg-input-checkbox-list is readonly
|
|
3356
|
-
* @default false
|
|
3357
|
-
*/
|
|
3358
|
-
"readonly"?: boolean;
|
|
3299
|
+
"value": ICheckboxValue[];
|
|
3359
3300
|
}
|
|
3360
3301
|
interface MgInputCombobox {
|
|
3361
3302
|
/**
|
|
@@ -4526,6 +4467,11 @@ declare namespace LocalJSX {
|
|
|
4526
4467
|
"target"?: TargetType;
|
|
4527
4468
|
}
|
|
4528
4469
|
interface MgMessage {
|
|
4470
|
+
/**
|
|
4471
|
+
* Define if message fits its parent element
|
|
4472
|
+
* @default false
|
|
4473
|
+
*/
|
|
4474
|
+
"fullWidth"?: boolean;
|
|
4529
4475
|
/**
|
|
4530
4476
|
* Define variant
|
|
4531
4477
|
* @default 'info'
|
|
@@ -4856,106 +4802,537 @@ declare namespace LocalJSX {
|
|
|
4856
4802
|
*/
|
|
4857
4803
|
"message": string;
|
|
4858
4804
|
}
|
|
4805
|
+
|
|
4806
|
+
interface MgActionMoreAttributes {
|
|
4807
|
+
"displayChevron": boolean;
|
|
4808
|
+
}
|
|
4809
|
+
interface MgAlertAttributes {
|
|
4810
|
+
"delay": number;
|
|
4811
|
+
"variant": VariantType;
|
|
4812
|
+
"variantStyle": VariantStyleType;
|
|
4813
|
+
"fullWidth": boolean;
|
|
4814
|
+
}
|
|
4815
|
+
interface MgBadgeAttributes {
|
|
4816
|
+
"value": string;
|
|
4817
|
+
"label": string;
|
|
4818
|
+
"variant": BadgeVariantType;
|
|
4819
|
+
"outline": boolean;
|
|
4820
|
+
}
|
|
4821
|
+
interface MgButtonAttributes {
|
|
4822
|
+
"variant": VariantType;
|
|
4823
|
+
"label": string;
|
|
4824
|
+
"type": ButtonType;
|
|
4825
|
+
"size": SizeType;
|
|
4826
|
+
"fullWidth": boolean;
|
|
4827
|
+
"form": string;
|
|
4828
|
+
"disabled": boolean;
|
|
4829
|
+
"isIcon": boolean;
|
|
4830
|
+
"disableOnClick": boolean;
|
|
4831
|
+
}
|
|
4832
|
+
interface MgCardAttributes {
|
|
4833
|
+
"shadow": boolean;
|
|
4834
|
+
"radiusSize": RadiusSizeType;
|
|
4835
|
+
}
|
|
4836
|
+
interface MgCharacterLeftAttributes {
|
|
4837
|
+
"identifier": string;
|
|
4838
|
+
"characters": string;
|
|
4839
|
+
"maxlength": number;
|
|
4840
|
+
}
|
|
4841
|
+
interface MgDetailsAttributes {
|
|
4842
|
+
"toggleClosed": string;
|
|
4843
|
+
"toggleOpened": string;
|
|
4844
|
+
"hideSummary": boolean;
|
|
4845
|
+
"expanded": boolean;
|
|
4846
|
+
}
|
|
4847
|
+
interface MgDividerAttributes {
|
|
4848
|
+
"fullWidth": boolean;
|
|
4849
|
+
}
|
|
4850
|
+
interface MgFieldsetAttributes {
|
|
4851
|
+
"identifier": string;
|
|
4852
|
+
"name": string;
|
|
4853
|
+
"legend": string;
|
|
4854
|
+
"legendHide": boolean;
|
|
4855
|
+
"legendHeading": labelHeading;
|
|
4856
|
+
"legendBorderDisplay": boolean;
|
|
4857
|
+
"readonly": boolean;
|
|
4858
|
+
"disabled": boolean;
|
|
4859
|
+
"tooltip": string;
|
|
4860
|
+
"helpText": string;
|
|
4861
|
+
}
|
|
4862
|
+
interface MgFormAttributes {
|
|
4863
|
+
"identifier": string;
|
|
4864
|
+
"name": string;
|
|
4865
|
+
"readonly": boolean;
|
|
4866
|
+
"requiredMessage": RequiredMessageStatusType;
|
|
4867
|
+
"ariaRole": AriaRoleType;
|
|
4868
|
+
"labelOnTop": boolean;
|
|
4869
|
+
"disabled": boolean;
|
|
4870
|
+
"valid": boolean;
|
|
4871
|
+
"invalid": boolean;
|
|
4872
|
+
}
|
|
4873
|
+
interface MgIconAttributes {
|
|
4874
|
+
"icon": IconType;
|
|
4875
|
+
"size": IconSizeType;
|
|
4876
|
+
"variant": IconVariantType;
|
|
4877
|
+
"variantStyle": IconVariantStyleType;
|
|
4878
|
+
"spin": boolean;
|
|
4879
|
+
}
|
|
4880
|
+
interface MgIllustratedMessageAttributes {
|
|
4881
|
+
"size": IllustratedMessageSizeType;
|
|
4882
|
+
"direction": IllustratedMessageDirectionType;
|
|
4883
|
+
}
|
|
4884
|
+
interface MgInputAttributes {
|
|
4885
|
+
"identifier": string;
|
|
4886
|
+
"label": string;
|
|
4887
|
+
"labelOnTop": boolean;
|
|
4888
|
+
"labelHide": boolean;
|
|
4889
|
+
"labelHeading": labelHeading;
|
|
4890
|
+
"labelBorderDisplay": boolean;
|
|
4891
|
+
"tooltip": string;
|
|
4892
|
+
"tooltipPosition": TooltipPosition;
|
|
4893
|
+
"required": boolean;
|
|
4894
|
+
"errorMessage": string;
|
|
4895
|
+
"helpText": string;
|
|
4896
|
+
"inputsOnBottom": boolean;
|
|
4897
|
+
"ariaDescribedbyIDs": string[] | string;
|
|
4898
|
+
}
|
|
4899
|
+
interface MgInputCheckboxAttributes {
|
|
4900
|
+
"type": CheckboxType;
|
|
4901
|
+
"identifier": string;
|
|
4902
|
+
"name": string;
|
|
4903
|
+
"label": string;
|
|
4904
|
+
"labelOnTop": boolean;
|
|
4905
|
+
"labelHide": boolean;
|
|
4906
|
+
"inputVerticalList": boolean;
|
|
4907
|
+
"required": boolean;
|
|
4908
|
+
"readonly": boolean;
|
|
4909
|
+
"displaySelectedValues": boolean;
|
|
4910
|
+
"disabled": boolean;
|
|
4911
|
+
"tooltip": string;
|
|
4912
|
+
"tooltipPosition": TooltipPosition;
|
|
4913
|
+
"helpText": string;
|
|
4914
|
+
"valid": boolean;
|
|
4915
|
+
"invalid": boolean;
|
|
4916
|
+
"editButtonMessage": string;
|
|
4917
|
+
"showButtonMessage": string;
|
|
4918
|
+
"selectButtonMessage": string;
|
|
4919
|
+
}
|
|
4920
|
+
interface MgInputComboboxAttributes {
|
|
4921
|
+
"value": string | Option;
|
|
4922
|
+
"itemsLabel": string;
|
|
4923
|
+
"identifier": string;
|
|
4924
|
+
"name": string;
|
|
4925
|
+
"label": string;
|
|
4926
|
+
"labelOnTop": boolean;
|
|
4927
|
+
"labelHide": boolean;
|
|
4928
|
+
"placeholder": string;
|
|
4929
|
+
"required": boolean;
|
|
4930
|
+
"readonly": boolean;
|
|
4931
|
+
"disabled": boolean;
|
|
4932
|
+
"mgWidth": string;
|
|
4933
|
+
"tooltip": string;
|
|
4934
|
+
"tooltipPosition": TooltipPosition;
|
|
4935
|
+
"helpText": string;
|
|
4936
|
+
"fetchurl": string | URL;
|
|
4937
|
+
"valid": boolean;
|
|
4938
|
+
"invalid": boolean;
|
|
4939
|
+
}
|
|
4940
|
+
interface MgInputDateAttributes {
|
|
4941
|
+
"value": string;
|
|
4942
|
+
"identifier": string;
|
|
4943
|
+
"name": string;
|
|
4944
|
+
"label": string;
|
|
4945
|
+
"labelOnTop": boolean;
|
|
4946
|
+
"labelHide": boolean;
|
|
4947
|
+
"required": boolean;
|
|
4948
|
+
"readonly": boolean;
|
|
4949
|
+
"min": string;
|
|
4950
|
+
"max": string;
|
|
4951
|
+
"disabled": boolean;
|
|
4952
|
+
"tooltip": string;
|
|
4953
|
+
"tooltipPosition": TooltipPosition;
|
|
4954
|
+
"helpText": string;
|
|
4955
|
+
"valid": boolean;
|
|
4956
|
+
"invalid": boolean;
|
|
4957
|
+
}
|
|
4958
|
+
interface MgInputFileAttributes {
|
|
4959
|
+
"value": string;
|
|
4960
|
+
"identifier": string;
|
|
4961
|
+
"name": string;
|
|
4962
|
+
"label": string;
|
|
4963
|
+
"labelOnTop": boolean;
|
|
4964
|
+
"labelHide": boolean;
|
|
4965
|
+
"multiple": boolean;
|
|
4966
|
+
"accept": string;
|
|
4967
|
+
"maxSize": number;
|
|
4968
|
+
"capture": 'user' | 'environment' | '';
|
|
4969
|
+
"required": boolean;
|
|
4970
|
+
"disabled": boolean;
|
|
4971
|
+
"tooltip": string;
|
|
4972
|
+
"tooltipPosition": TooltipPosition;
|
|
4973
|
+
"helpText": string;
|
|
4974
|
+
"valid": boolean;
|
|
4975
|
+
"invalid": boolean;
|
|
4976
|
+
}
|
|
4977
|
+
interface MgInputNumericAttributes {
|
|
4978
|
+
"value": string;
|
|
4979
|
+
"identifier": string;
|
|
4980
|
+
"name": string;
|
|
4981
|
+
"label": string;
|
|
4982
|
+
"labelOnTop": boolean;
|
|
4983
|
+
"labelHide": boolean;
|
|
4984
|
+
"placeholder": string;
|
|
4985
|
+
"required": boolean;
|
|
4986
|
+
"readonly": boolean;
|
|
4987
|
+
"max": number;
|
|
4988
|
+
"min": number;
|
|
4989
|
+
"disabled": boolean;
|
|
4990
|
+
"mgWidth": string;
|
|
4991
|
+
"tooltip": string;
|
|
4992
|
+
"tooltipPosition": TooltipPosition;
|
|
4993
|
+
"helpText": string;
|
|
4994
|
+
"type": NumericType;
|
|
4995
|
+
"format": Format;
|
|
4996
|
+
"currency": string;
|
|
4997
|
+
"unit": Intl.NumberFormatOptions['unit'];
|
|
4998
|
+
"unitDisplay": Intl.NumberFormatOptions['unitDisplay'];
|
|
4999
|
+
"integerLength": number;
|
|
5000
|
+
"decimalLength": number;
|
|
5001
|
+
"valid": boolean;
|
|
5002
|
+
"invalid": boolean;
|
|
5003
|
+
}
|
|
5004
|
+
interface MgInputPasswordAttributes {
|
|
5005
|
+
"value": string;
|
|
5006
|
+
"identifier": string;
|
|
5007
|
+
"name": string;
|
|
5008
|
+
"label": string;
|
|
5009
|
+
"labelOnTop": boolean;
|
|
5010
|
+
"labelHide": boolean;
|
|
5011
|
+
"placeholder": string;
|
|
5012
|
+
"maxlength": number;
|
|
5013
|
+
"required": boolean;
|
|
5014
|
+
"readonly": boolean;
|
|
5015
|
+
"disabled": boolean;
|
|
5016
|
+
"mgWidth": string;
|
|
5017
|
+
"tooltip": string;
|
|
5018
|
+
"tooltipPosition": TooltipPosition;
|
|
5019
|
+
"helpText": string;
|
|
5020
|
+
"valid": boolean;
|
|
5021
|
+
"invalid": boolean;
|
|
5022
|
+
}
|
|
5023
|
+
interface MgInputRadioAttributes {
|
|
5024
|
+
"value": string;
|
|
5025
|
+
"identifier": string;
|
|
5026
|
+
"name": string;
|
|
5027
|
+
"label": string;
|
|
5028
|
+
"labelOnTop": boolean;
|
|
5029
|
+
"labelHide": boolean;
|
|
5030
|
+
"inputVerticalList": boolean;
|
|
5031
|
+
"required": boolean;
|
|
5032
|
+
"readonly": boolean;
|
|
5033
|
+
"disabled": boolean;
|
|
5034
|
+
"tooltip": string;
|
|
5035
|
+
"tooltipPosition": TooltipPosition;
|
|
5036
|
+
"helpText": string;
|
|
5037
|
+
"valid": boolean;
|
|
5038
|
+
"invalid": boolean;
|
|
5039
|
+
}
|
|
5040
|
+
interface MgInputRichTextEditorAttributes {
|
|
5041
|
+
"value": string;
|
|
5042
|
+
"identifier": string;
|
|
5043
|
+
"name": string;
|
|
5044
|
+
"label": string;
|
|
5045
|
+
"labelOnTop": boolean;
|
|
5046
|
+
"labelHide": boolean;
|
|
5047
|
+
"placeholder": string;
|
|
5048
|
+
"rows": number;
|
|
5049
|
+
"required": boolean;
|
|
5050
|
+
"readonly": boolean;
|
|
5051
|
+
"disabled": boolean;
|
|
5052
|
+
"pattern": string;
|
|
5053
|
+
"patternErrorMessage": string;
|
|
5054
|
+
"tooltip": string;
|
|
5055
|
+
"tooltipPosition": TooltipPosition;
|
|
5056
|
+
"helpText": string;
|
|
5057
|
+
"modules": ButtonsOption;
|
|
5058
|
+
"valid": boolean;
|
|
5059
|
+
"invalid": boolean;
|
|
5060
|
+
}
|
|
5061
|
+
interface MgInputSelectAttributes {
|
|
5062
|
+
"value": string;
|
|
5063
|
+
"identifier": string;
|
|
5064
|
+
"name": string;
|
|
5065
|
+
"label": string;
|
|
5066
|
+
"labelOnTop": boolean;
|
|
5067
|
+
"labelHide": boolean;
|
|
5068
|
+
"placeholder": string;
|
|
5069
|
+
"placeholderHide": boolean;
|
|
5070
|
+
"placeholderDisabled": boolean;
|
|
5071
|
+
"required": boolean;
|
|
5072
|
+
"readonly": boolean;
|
|
5073
|
+
"disabled": boolean;
|
|
5074
|
+
"mgWidth": string;
|
|
5075
|
+
"tooltip": string;
|
|
5076
|
+
"tooltipPosition": TooltipPosition;
|
|
5077
|
+
"helpText": string;
|
|
5078
|
+
"valid": boolean;
|
|
5079
|
+
"invalid": boolean;
|
|
5080
|
+
}
|
|
5081
|
+
interface MgInputTextAttributes {
|
|
5082
|
+
"value": string;
|
|
5083
|
+
"identifier": string;
|
|
5084
|
+
"name": string;
|
|
5085
|
+
"label": string;
|
|
5086
|
+
"labelOnTop": boolean;
|
|
5087
|
+
"labelHide": boolean;
|
|
5088
|
+
"type": TextType;
|
|
5089
|
+
"icon": IconType;
|
|
5090
|
+
"placeholder": string;
|
|
5091
|
+
"maxlength": number;
|
|
5092
|
+
"required": boolean;
|
|
5093
|
+
"readonly": boolean;
|
|
5094
|
+
"disabled": boolean;
|
|
5095
|
+
"mgWidth": string;
|
|
5096
|
+
"pattern": string;
|
|
5097
|
+
"patternErrorMessage": string;
|
|
5098
|
+
"tooltip": string;
|
|
5099
|
+
"tooltipPosition": TooltipPosition;
|
|
5100
|
+
"characterLeftHide": boolean;
|
|
5101
|
+
"helpText": string;
|
|
5102
|
+
"valid": boolean;
|
|
5103
|
+
"invalid": boolean;
|
|
5104
|
+
}
|
|
5105
|
+
interface MgInputTextareaAttributes {
|
|
5106
|
+
"value": string;
|
|
5107
|
+
"identifier": string;
|
|
5108
|
+
"name": string;
|
|
5109
|
+
"label": string;
|
|
5110
|
+
"labelOnTop": boolean;
|
|
5111
|
+
"labelHide": boolean;
|
|
5112
|
+
"placeholder": string;
|
|
5113
|
+
"maxlength": number;
|
|
5114
|
+
"required": boolean;
|
|
5115
|
+
"readonly": boolean;
|
|
5116
|
+
"disabled": boolean;
|
|
5117
|
+
"mgWidth": string;
|
|
5118
|
+
"pattern": string;
|
|
5119
|
+
"patternErrorMessage": string;
|
|
5120
|
+
"rows": number;
|
|
5121
|
+
"tooltip": string;
|
|
5122
|
+
"tooltipPosition": TooltipPosition;
|
|
5123
|
+
"characterLeftHide": boolean;
|
|
5124
|
+
"helpText": string;
|
|
5125
|
+
"resizable": 'none' | 'both' | 'horizontal' | 'vertical';
|
|
5126
|
+
"valid": boolean;
|
|
5127
|
+
"invalid": boolean;
|
|
5128
|
+
}
|
|
5129
|
+
interface MgInputTitleAttributes {
|
|
5130
|
+
"identifier": string;
|
|
5131
|
+
"required": boolean;
|
|
5132
|
+
"readonly": boolean;
|
|
5133
|
+
"isLegend": boolean;
|
|
5134
|
+
}
|
|
5135
|
+
interface MgInputToggleAttributes {
|
|
5136
|
+
"identifier": string;
|
|
5137
|
+
"name": string;
|
|
5138
|
+
"label": string;
|
|
5139
|
+
"labelOnTop": boolean;
|
|
5140
|
+
"labelHide": boolean;
|
|
5141
|
+
"isOnOff": boolean;
|
|
5142
|
+
"isIcon": boolean;
|
|
5143
|
+
"readonly": boolean;
|
|
5144
|
+
"disabled": boolean;
|
|
5145
|
+
"tooltip": string;
|
|
5146
|
+
"tooltipPosition": TooltipPosition;
|
|
5147
|
+
"helpText": string;
|
|
5148
|
+
}
|
|
5149
|
+
interface MgLoaderAttributes {
|
|
5150
|
+
"message": string;
|
|
5151
|
+
"messageHide": boolean;
|
|
5152
|
+
}
|
|
5153
|
+
interface MgMenuAttributes {
|
|
5154
|
+
"label": string;
|
|
5155
|
+
"direction": Direction;
|
|
5156
|
+
}
|
|
5157
|
+
interface MgMenuItemAttributes {
|
|
5158
|
+
"identifier": string;
|
|
5159
|
+
"href": string;
|
|
5160
|
+
"target": TargetType;
|
|
5161
|
+
"status": MgMenuStatusType;
|
|
5162
|
+
"isIcon": boolean;
|
|
5163
|
+
"expanded": boolean;
|
|
5164
|
+
}
|
|
5165
|
+
interface MgMessageAttributes {
|
|
5166
|
+
"variant": VariantType;
|
|
5167
|
+
"variantStyle": VariantStyleType;
|
|
5168
|
+
"fullWidth": boolean;
|
|
5169
|
+
}
|
|
5170
|
+
interface MgModalAttributes {
|
|
5171
|
+
"identifier": string;
|
|
5172
|
+
"dialogRole": DialogRoleType;
|
|
5173
|
+
"modalTitle": string;
|
|
5174
|
+
"closeButton": boolean;
|
|
5175
|
+
"open": boolean;
|
|
5176
|
+
}
|
|
5177
|
+
interface MgPaginationAttributes {
|
|
5178
|
+
"identifier": string;
|
|
5179
|
+
"label": string;
|
|
5180
|
+
"hideNavigationLabels": boolean;
|
|
5181
|
+
"hidePageCount": boolean;
|
|
5182
|
+
"totalPages": number;
|
|
5183
|
+
"currentPage": number;
|
|
5184
|
+
}
|
|
5185
|
+
interface MgPanelAttributes {
|
|
5186
|
+
"identifier": string;
|
|
5187
|
+
"panelTitle": string;
|
|
5188
|
+
"titlePattern": string;
|
|
5189
|
+
"titlePatternErrorMessage": string;
|
|
5190
|
+
"titleEditable": boolean;
|
|
5191
|
+
"titlePosition": TitlePositionType;
|
|
5192
|
+
"expanded": boolean;
|
|
5193
|
+
"expandToggleDisplay": ExpandToggleDisplayType;
|
|
5194
|
+
"expandToggleDisabled": boolean;
|
|
5195
|
+
"shadow": boolean;
|
|
5196
|
+
}
|
|
5197
|
+
interface MgPopoverAttributes {
|
|
5198
|
+
"identifier": string;
|
|
5199
|
+
"placement": Placement;
|
|
5200
|
+
"arrowHide": boolean;
|
|
5201
|
+
"closeButton": boolean;
|
|
5202
|
+
"display": boolean;
|
|
5203
|
+
"disabled": boolean;
|
|
5204
|
+
}
|
|
5205
|
+
interface MgPopoverContentAttributes {
|
|
5206
|
+
"closeButton": boolean;
|
|
5207
|
+
}
|
|
5208
|
+
interface MgProgressAttributes {
|
|
5209
|
+
"label": string;
|
|
5210
|
+
"ariaRole": AriaRoleType;
|
|
5211
|
+
"value": number;
|
|
5212
|
+
"min": number;
|
|
5213
|
+
"max": number;
|
|
5214
|
+
}
|
|
5215
|
+
interface MgTableAttributes {
|
|
5216
|
+
"size": TableSizeType;
|
|
5217
|
+
"fullWidth": boolean;
|
|
5218
|
+
"borderHide": boolean;
|
|
5219
|
+
}
|
|
5220
|
+
interface MgTabsAttributes {
|
|
5221
|
+
"identifier": string;
|
|
5222
|
+
"label": string;
|
|
5223
|
+
"activeTab": number;
|
|
5224
|
+
}
|
|
5225
|
+
interface MgTagAttributes {
|
|
5226
|
+
"variant": TagVariantType;
|
|
5227
|
+
"outline": boolean;
|
|
5228
|
+
"soft": boolean;
|
|
5229
|
+
}
|
|
5230
|
+
interface MgTooltipAttributes {
|
|
5231
|
+
"identifier": string;
|
|
5232
|
+
"message": string;
|
|
5233
|
+
"placement": Placement;
|
|
5234
|
+
"display": boolean;
|
|
5235
|
+
"disabled": boolean;
|
|
5236
|
+
}
|
|
5237
|
+
interface MgTooltipContentAttributes {
|
|
5238
|
+
"message": string;
|
|
5239
|
+
}
|
|
5240
|
+
|
|
4859
5241
|
interface IntrinsicElements {
|
|
4860
|
-
"mg-action-more": MgActionMore;
|
|
4861
|
-
"mg-alert": MgAlert;
|
|
4862
|
-
"mg-badge": MgBadge
|
|
5242
|
+
"mg-action-more": Omit<MgActionMore, keyof MgActionMoreAttributes> & { [K in keyof MgActionMore & keyof MgActionMoreAttributes]?: MgActionMore[K] } & { [K in keyof MgActionMore & keyof MgActionMoreAttributes as `attr:${K}`]?: MgActionMoreAttributes[K] } & { [K in keyof MgActionMore & keyof MgActionMoreAttributes as `prop:${K}`]?: MgActionMore[K] };
|
|
5243
|
+
"mg-alert": Omit<MgAlert, keyof MgAlertAttributes> & { [K in keyof MgAlert & keyof MgAlertAttributes]?: MgAlert[K] } & { [K in keyof MgAlert & keyof MgAlertAttributes as `attr:${K}`]?: MgAlertAttributes[K] } & { [K in keyof MgAlert & keyof MgAlertAttributes as `prop:${K}`]?: MgAlert[K] };
|
|
5244
|
+
"mg-badge": Omit<MgBadge, keyof MgBadgeAttributes> & { [K in keyof MgBadge & keyof MgBadgeAttributes]?: MgBadge[K] } & { [K in keyof MgBadge & keyof MgBadgeAttributes as `attr:${K}`]?: MgBadgeAttributes[K] } & { [K in keyof MgBadge & keyof MgBadgeAttributes as `prop:${K}`]?: MgBadge[K] } & OneOf<"value", MgBadge["value"], MgBadgeAttributes["value"]> & OneOf<"label", MgBadge["label"], MgBadgeAttributes["label"]>;
|
|
4863
5245
|
"mg-breadcrumb": MgBreadcrumb;
|
|
4864
|
-
"mg-button": MgButton;
|
|
4865
|
-
"mg-card": MgCard;
|
|
4866
|
-
"mg-character-left": MgCharacterLeft
|
|
4867
|
-
"mg-details": MgDetails
|
|
4868
|
-
"mg-divider": MgDivider;
|
|
4869
|
-
"mg-fieldset": MgFieldset
|
|
4870
|
-
"mg-form": MgForm;
|
|
4871
|
-
"mg-icon": MgIcon
|
|
4872
|
-
"mg-illustrated-message": MgIllustratedMessage;
|
|
4873
|
-
"mg-input": MgInput
|
|
4874
|
-
"mg-input-checkbox": MgInputCheckbox
|
|
4875
|
-
"mg-input-
|
|
4876
|
-
"mg-input-
|
|
4877
|
-
"mg-input-
|
|
4878
|
-
"mg-input-
|
|
4879
|
-
"mg-input-
|
|
4880
|
-
"mg-input-
|
|
4881
|
-
"mg-input-
|
|
4882
|
-
"mg-input-
|
|
4883
|
-
"mg-input-
|
|
4884
|
-
"mg-input-
|
|
4885
|
-
"mg-input-
|
|
4886
|
-
"mg-input-
|
|
4887
|
-
"mg-input-toggle": MgInputToggle;
|
|
5246
|
+
"mg-button": Omit<MgButton, keyof MgButtonAttributes> & { [K in keyof MgButton & keyof MgButtonAttributes]?: MgButton[K] } & { [K in keyof MgButton & keyof MgButtonAttributes as `attr:${K}`]?: MgButtonAttributes[K] } & { [K in keyof MgButton & keyof MgButtonAttributes as `prop:${K}`]?: MgButton[K] };
|
|
5247
|
+
"mg-card": Omit<MgCard, keyof MgCardAttributes> & { [K in keyof MgCard & keyof MgCardAttributes]?: MgCard[K] } & { [K in keyof MgCard & keyof MgCardAttributes as `attr:${K}`]?: MgCardAttributes[K] } & { [K in keyof MgCard & keyof MgCardAttributes as `prop:${K}`]?: MgCard[K] };
|
|
5248
|
+
"mg-character-left": Omit<MgCharacterLeft, keyof MgCharacterLeftAttributes> & { [K in keyof MgCharacterLeft & keyof MgCharacterLeftAttributes]?: MgCharacterLeft[K] } & { [K in keyof MgCharacterLeft & keyof MgCharacterLeftAttributes as `attr:${K}`]?: MgCharacterLeftAttributes[K] } & { [K in keyof MgCharacterLeft & keyof MgCharacterLeftAttributes as `prop:${K}`]?: MgCharacterLeft[K] } & OneOf<"maxlength", MgCharacterLeft["maxlength"], MgCharacterLeftAttributes["maxlength"]>;
|
|
5249
|
+
"mg-details": Omit<MgDetails, keyof MgDetailsAttributes> & { [K in keyof MgDetails & keyof MgDetailsAttributes]?: MgDetails[K] } & { [K in keyof MgDetails & keyof MgDetailsAttributes as `attr:${K}`]?: MgDetailsAttributes[K] } & { [K in keyof MgDetails & keyof MgDetailsAttributes as `prop:${K}`]?: MgDetails[K] } & OneOf<"toggleClosed", MgDetails["toggleClosed"], MgDetailsAttributes["toggleClosed"]> & OneOf<"toggleOpened", MgDetails["toggleOpened"], MgDetailsAttributes["toggleOpened"]>;
|
|
5250
|
+
"mg-divider": Omit<MgDivider, keyof MgDividerAttributes> & { [K in keyof MgDivider & keyof MgDividerAttributes]?: MgDivider[K] } & { [K in keyof MgDivider & keyof MgDividerAttributes as `attr:${K}`]?: MgDividerAttributes[K] } & { [K in keyof MgDivider & keyof MgDividerAttributes as `prop:${K}`]?: MgDivider[K] };
|
|
5251
|
+
"mg-fieldset": Omit<MgFieldset, keyof MgFieldsetAttributes> & { [K in keyof MgFieldset & keyof MgFieldsetAttributes]?: MgFieldset[K] } & { [K in keyof MgFieldset & keyof MgFieldsetAttributes as `attr:${K}`]?: MgFieldsetAttributes[K] } & { [K in keyof MgFieldset & keyof MgFieldsetAttributes as `prop:${K}`]?: MgFieldset[K] } & OneOf<"identifier", MgFieldset["identifier"], MgFieldsetAttributes["identifier"]> & OneOf<"legend", MgFieldset["legend"], MgFieldsetAttributes["legend"]>;
|
|
5252
|
+
"mg-form": Omit<MgForm, keyof MgFormAttributes> & { [K in keyof MgForm & keyof MgFormAttributes]?: MgForm[K] } & { [K in keyof MgForm & keyof MgFormAttributes as `attr:${K}`]?: MgFormAttributes[K] } & { [K in keyof MgForm & keyof MgFormAttributes as `prop:${K}`]?: MgForm[K] };
|
|
5253
|
+
"mg-icon": Omit<MgIcon, keyof MgIconAttributes> & { [K in keyof MgIcon & keyof MgIconAttributes]?: MgIcon[K] } & { [K in keyof MgIcon & keyof MgIconAttributes as `attr:${K}`]?: MgIconAttributes[K] } & { [K in keyof MgIcon & keyof MgIconAttributes as `prop:${K}`]?: MgIcon[K] } & OneOf<"icon", MgIcon["icon"], MgIconAttributes["icon"]>;
|
|
5254
|
+
"mg-illustrated-message": Omit<MgIllustratedMessage, keyof MgIllustratedMessageAttributes> & { [K in keyof MgIllustratedMessage & keyof MgIllustratedMessageAttributes]?: MgIllustratedMessage[K] } & { [K in keyof MgIllustratedMessage & keyof MgIllustratedMessageAttributes as `attr:${K}`]?: MgIllustratedMessageAttributes[K] } & { [K in keyof MgIllustratedMessage & keyof MgIllustratedMessageAttributes as `prop:${K}`]?: MgIllustratedMessage[K] };
|
|
5255
|
+
"mg-input": Omit<MgInput, keyof MgInputAttributes> & { [K in keyof MgInput & keyof MgInputAttributes]?: MgInput[K] } & { [K in keyof MgInput & keyof MgInputAttributes as `attr:${K}`]?: MgInputAttributes[K] } & { [K in keyof MgInput & keyof MgInputAttributes as `prop:${K}`]?: MgInput[K] } & OneOf<"identifier", MgInput["identifier"], MgInputAttributes["identifier"]> & OneOf<"label", MgInput["label"], MgInputAttributes["label"]>;
|
|
5256
|
+
"mg-input-checkbox": Omit<MgInputCheckbox, keyof MgInputCheckboxAttributes> & { [K in keyof MgInputCheckbox & keyof MgInputCheckboxAttributes]?: MgInputCheckbox[K] } & { [K in keyof MgInputCheckbox & keyof MgInputCheckboxAttributes as `attr:${K}`]?: MgInputCheckboxAttributes[K] } & { [K in keyof MgInputCheckbox & keyof MgInputCheckboxAttributes as `prop:${K}`]?: MgInputCheckbox[K] } & OneOf<"identifier", MgInputCheckbox["identifier"], MgInputCheckboxAttributes["identifier"]> & OneOf<"label", MgInputCheckbox["label"], MgInputCheckboxAttributes["label"]>;
|
|
5257
|
+
"mg-input-combobox": Omit<MgInputCombobox, keyof MgInputComboboxAttributes> & { [K in keyof MgInputCombobox & keyof MgInputComboboxAttributes]?: MgInputCombobox[K] } & { [K in keyof MgInputCombobox & keyof MgInputComboboxAttributes as `attr:${K}`]?: MgInputComboboxAttributes[K] } & { [K in keyof MgInputCombobox & keyof MgInputComboboxAttributes as `prop:${K}`]?: MgInputCombobox[K] } & OneOf<"itemsLabel", MgInputCombobox["itemsLabel"], MgInputComboboxAttributes["itemsLabel"]> & OneOf<"identifier", MgInputCombobox["identifier"], MgInputComboboxAttributes["identifier"]> & OneOf<"label", MgInputCombobox["label"], MgInputComboboxAttributes["label"]>;
|
|
5258
|
+
"mg-input-date": Omit<MgInputDate, keyof MgInputDateAttributes> & { [K in keyof MgInputDate & keyof MgInputDateAttributes]?: MgInputDate[K] } & { [K in keyof MgInputDate & keyof MgInputDateAttributes as `attr:${K}`]?: MgInputDateAttributes[K] } & { [K in keyof MgInputDate & keyof MgInputDateAttributes as `prop:${K}`]?: MgInputDate[K] } & OneOf<"identifier", MgInputDate["identifier"], MgInputDateAttributes["identifier"]> & OneOf<"label", MgInputDate["label"], MgInputDateAttributes["label"]>;
|
|
5259
|
+
"mg-input-file": Omit<MgInputFile, keyof MgInputFileAttributes> & { [K in keyof MgInputFile & keyof MgInputFileAttributes]?: MgInputFile[K] } & { [K in keyof MgInputFile & keyof MgInputFileAttributes as `attr:${K}`]?: MgInputFileAttributes[K] } & { [K in keyof MgInputFile & keyof MgInputFileAttributes as `prop:${K}`]?: MgInputFile[K] } & OneOf<"identifier", MgInputFile["identifier"], MgInputFileAttributes["identifier"]> & OneOf<"label", MgInputFile["label"], MgInputFileAttributes["label"]>;
|
|
5260
|
+
"mg-input-numeric": Omit<MgInputNumeric, keyof MgInputNumericAttributes> & { [K in keyof MgInputNumeric & keyof MgInputNumericAttributes]?: MgInputNumeric[K] } & { [K in keyof MgInputNumeric & keyof MgInputNumericAttributes as `attr:${K}`]?: MgInputNumericAttributes[K] } & { [K in keyof MgInputNumeric & keyof MgInputNumericAttributes as `prop:${K}`]?: MgInputNumeric[K] } & OneOf<"identifier", MgInputNumeric["identifier"], MgInputNumericAttributes["identifier"]> & OneOf<"label", MgInputNumeric["label"], MgInputNumericAttributes["label"]>;
|
|
5261
|
+
"mg-input-password": Omit<MgInputPassword, keyof MgInputPasswordAttributes> & { [K in keyof MgInputPassword & keyof MgInputPasswordAttributes]?: MgInputPassword[K] } & { [K in keyof MgInputPassword & keyof MgInputPasswordAttributes as `attr:${K}`]?: MgInputPasswordAttributes[K] } & { [K in keyof MgInputPassword & keyof MgInputPasswordAttributes as `prop:${K}`]?: MgInputPassword[K] } & OneOf<"identifier", MgInputPassword["identifier"], MgInputPasswordAttributes["identifier"]> & OneOf<"label", MgInputPassword["label"], MgInputPasswordAttributes["label"]>;
|
|
5262
|
+
"mg-input-radio": Omit<MgInputRadio, keyof MgInputRadioAttributes> & { [K in keyof MgInputRadio & keyof MgInputRadioAttributes]?: MgInputRadio[K] } & { [K in keyof MgInputRadio & keyof MgInputRadioAttributes as `attr:${K}`]?: MgInputRadioAttributes[K] } & { [K in keyof MgInputRadio & keyof MgInputRadioAttributes as `prop:${K}`]?: MgInputRadio[K] } & OneOf<"identifier", MgInputRadio["identifier"], MgInputRadioAttributes["identifier"]> & OneOf<"label", MgInputRadio["label"], MgInputRadioAttributes["label"]>;
|
|
5263
|
+
"mg-input-rich-text-editor": Omit<MgInputRichTextEditor, keyof MgInputRichTextEditorAttributes> & { [K in keyof MgInputRichTextEditor & keyof MgInputRichTextEditorAttributes]?: MgInputRichTextEditor[K] } & { [K in keyof MgInputRichTextEditor & keyof MgInputRichTextEditorAttributes as `attr:${K}`]?: MgInputRichTextEditorAttributes[K] } & { [K in keyof MgInputRichTextEditor & keyof MgInputRichTextEditorAttributes as `prop:${K}`]?: MgInputRichTextEditor[K] } & OneOf<"identifier", MgInputRichTextEditor["identifier"], MgInputRichTextEditorAttributes["identifier"]> & OneOf<"label", MgInputRichTextEditor["label"], MgInputRichTextEditorAttributes["label"]>;
|
|
5264
|
+
"mg-input-select": Omit<MgInputSelect, keyof MgInputSelectAttributes> & { [K in keyof MgInputSelect & keyof MgInputSelectAttributes]?: MgInputSelect[K] } & { [K in keyof MgInputSelect & keyof MgInputSelectAttributes as `attr:${K}`]?: MgInputSelectAttributes[K] } & { [K in keyof MgInputSelect & keyof MgInputSelectAttributes as `prop:${K}`]?: MgInputSelect[K] } & OneOf<"identifier", MgInputSelect["identifier"], MgInputSelectAttributes["identifier"]> & OneOf<"label", MgInputSelect["label"], MgInputSelectAttributes["label"]>;
|
|
5265
|
+
"mg-input-text": Omit<MgInputText, keyof MgInputTextAttributes> & { [K in keyof MgInputText & keyof MgInputTextAttributes]?: MgInputText[K] } & { [K in keyof MgInputText & keyof MgInputTextAttributes as `attr:${K}`]?: MgInputTextAttributes[K] } & { [K in keyof MgInputText & keyof MgInputTextAttributes as `prop:${K}`]?: MgInputText[K] } & OneOf<"identifier", MgInputText["identifier"], MgInputTextAttributes["identifier"]> & OneOf<"label", MgInputText["label"], MgInputTextAttributes["label"]>;
|
|
5266
|
+
"mg-input-textarea": Omit<MgInputTextarea, keyof MgInputTextareaAttributes> & { [K in keyof MgInputTextarea & keyof MgInputTextareaAttributes]?: MgInputTextarea[K] } & { [K in keyof MgInputTextarea & keyof MgInputTextareaAttributes as `attr:${K}`]?: MgInputTextareaAttributes[K] } & { [K in keyof MgInputTextarea & keyof MgInputTextareaAttributes as `prop:${K}`]?: MgInputTextarea[K] } & OneOf<"identifier", MgInputTextarea["identifier"], MgInputTextareaAttributes["identifier"]> & OneOf<"label", MgInputTextarea["label"], MgInputTextareaAttributes["label"]>;
|
|
5267
|
+
"mg-input-title": Omit<MgInputTitle, keyof MgInputTitleAttributes> & { [K in keyof MgInputTitle & keyof MgInputTitleAttributes]?: MgInputTitle[K] } & { [K in keyof MgInputTitle & keyof MgInputTitleAttributes as `attr:${K}`]?: MgInputTitleAttributes[K] } & { [K in keyof MgInputTitle & keyof MgInputTitleAttributes as `prop:${K}`]?: MgInputTitle[K] } & OneOf<"identifier", MgInputTitle["identifier"], MgInputTitleAttributes["identifier"]>;
|
|
5268
|
+
"mg-input-toggle": Omit<MgInputToggle, keyof MgInputToggleAttributes> & { [K in keyof MgInputToggle & keyof MgInputToggleAttributes]?: MgInputToggle[K] } & { [K in keyof MgInputToggle & keyof MgInputToggleAttributes as `attr:${K}`]?: MgInputToggleAttributes[K] } & { [K in keyof MgInputToggle & keyof MgInputToggleAttributes as `prop:${K}`]?: MgInputToggle[K] } & OneOf<"identifier", MgInputToggle["identifier"], MgInputToggleAttributes["identifier"]> & OneOf<"label", MgInputToggle["label"], MgInputToggleAttributes["label"]>;
|
|
4888
5269
|
"mg-item-more": MgItemMore;
|
|
4889
|
-
"mg-loader": MgLoader;
|
|
4890
|
-
"mg-menu": MgMenu
|
|
4891
|
-
"mg-menu-item": MgMenuItem;
|
|
4892
|
-
"mg-message": MgMessage;
|
|
4893
|
-
"mg-modal": MgModal
|
|
4894
|
-
"mg-pagination": MgPagination;
|
|
4895
|
-
"mg-panel": MgPanel;
|
|
4896
|
-
"mg-popover": MgPopover;
|
|
4897
|
-
"mg-popover-content": MgPopoverContent;
|
|
4898
|
-
"mg-progress": MgProgress
|
|
5270
|
+
"mg-loader": Omit<MgLoader, keyof MgLoaderAttributes> & { [K in keyof MgLoader & keyof MgLoaderAttributes]?: MgLoader[K] } & { [K in keyof MgLoader & keyof MgLoaderAttributes as `attr:${K}`]?: MgLoaderAttributes[K] } & { [K in keyof MgLoader & keyof MgLoaderAttributes as `prop:${K}`]?: MgLoader[K] };
|
|
5271
|
+
"mg-menu": Omit<MgMenu, keyof MgMenuAttributes> & { [K in keyof MgMenu & keyof MgMenuAttributes]?: MgMenu[K] } & { [K in keyof MgMenu & keyof MgMenuAttributes as `attr:${K}`]?: MgMenuAttributes[K] } & { [K in keyof MgMenu & keyof MgMenuAttributes as `prop:${K}`]?: MgMenu[K] } & OneOf<"label", MgMenu["label"], MgMenuAttributes["label"]>;
|
|
5272
|
+
"mg-menu-item": Omit<MgMenuItem, keyof MgMenuItemAttributes> & { [K in keyof MgMenuItem & keyof MgMenuItemAttributes]?: MgMenuItem[K] } & { [K in keyof MgMenuItem & keyof MgMenuItemAttributes as `attr:${K}`]?: MgMenuItemAttributes[K] } & { [K in keyof MgMenuItem & keyof MgMenuItemAttributes as `prop:${K}`]?: MgMenuItem[K] };
|
|
5273
|
+
"mg-message": Omit<MgMessage, keyof MgMessageAttributes> & { [K in keyof MgMessage & keyof MgMessageAttributes]?: MgMessage[K] } & { [K in keyof MgMessage & keyof MgMessageAttributes as `attr:${K}`]?: MgMessageAttributes[K] } & { [K in keyof MgMessage & keyof MgMessageAttributes as `prop:${K}`]?: MgMessage[K] };
|
|
5274
|
+
"mg-modal": Omit<MgModal, keyof MgModalAttributes> & { [K in keyof MgModal & keyof MgModalAttributes]?: MgModal[K] } & { [K in keyof MgModal & keyof MgModalAttributes as `attr:${K}`]?: MgModalAttributes[K] } & { [K in keyof MgModal & keyof MgModalAttributes as `prop:${K}`]?: MgModal[K] } & OneOf<"modalTitle", MgModal["modalTitle"], MgModalAttributes["modalTitle"]>;
|
|
5275
|
+
"mg-pagination": Omit<MgPagination, keyof MgPaginationAttributes> & { [K in keyof MgPagination & keyof MgPaginationAttributes]?: MgPagination[K] } & { [K in keyof MgPagination & keyof MgPaginationAttributes as `attr:${K}`]?: MgPaginationAttributes[K] } & { [K in keyof MgPagination & keyof MgPaginationAttributes as `prop:${K}`]?: MgPagination[K] };
|
|
5276
|
+
"mg-panel": Omit<MgPanel, keyof MgPanelAttributes> & { [K in keyof MgPanel & keyof MgPanelAttributes]?: MgPanel[K] } & { [K in keyof MgPanel & keyof MgPanelAttributes as `attr:${K}`]?: MgPanelAttributes[K] } & { [K in keyof MgPanel & keyof MgPanelAttributes as `prop:${K}`]?: MgPanel[K] };
|
|
5277
|
+
"mg-popover": Omit<MgPopover, keyof MgPopoverAttributes> & { [K in keyof MgPopover & keyof MgPopoverAttributes]?: MgPopover[K] } & { [K in keyof MgPopover & keyof MgPopoverAttributes as `attr:${K}`]?: MgPopoverAttributes[K] } & { [K in keyof MgPopover & keyof MgPopoverAttributes as `prop:${K}`]?: MgPopover[K] };
|
|
5278
|
+
"mg-popover-content": Omit<MgPopoverContent, keyof MgPopoverContentAttributes> & { [K in keyof MgPopoverContent & keyof MgPopoverContentAttributes]?: MgPopoverContent[K] } & { [K in keyof MgPopoverContent & keyof MgPopoverContentAttributes as `attr:${K}`]?: MgPopoverContentAttributes[K] } & { [K in keyof MgPopoverContent & keyof MgPopoverContentAttributes as `prop:${K}`]?: MgPopoverContent[K] };
|
|
5279
|
+
"mg-progress": Omit<MgProgress, keyof MgProgressAttributes> & { [K in keyof MgProgress & keyof MgProgressAttributes]?: MgProgress[K] } & { [K in keyof MgProgress & keyof MgProgressAttributes as `attr:${K}`]?: MgProgressAttributes[K] } & { [K in keyof MgProgress & keyof MgProgressAttributes as `prop:${K}`]?: MgProgress[K] } & OneOf<"label", MgProgress["label"], MgProgressAttributes["label"]>;
|
|
4899
5280
|
"mg-skip-links": MgSkipLinks;
|
|
4900
|
-
"mg-table": MgTable;
|
|
4901
|
-
"mg-tabs": MgTabs
|
|
4902
|
-
"mg-tag": MgTag;
|
|
4903
|
-
"mg-tooltip": MgTooltip
|
|
4904
|
-
"mg-tooltip-content": MgTooltipContent
|
|
5281
|
+
"mg-table": Omit<MgTable, keyof MgTableAttributes> & { [K in keyof MgTable & keyof MgTableAttributes]?: MgTable[K] } & { [K in keyof MgTable & keyof MgTableAttributes as `attr:${K}`]?: MgTableAttributes[K] } & { [K in keyof MgTable & keyof MgTableAttributes as `prop:${K}`]?: MgTable[K] };
|
|
5282
|
+
"mg-tabs": Omit<MgTabs, keyof MgTabsAttributes> & { [K in keyof MgTabs & keyof MgTabsAttributes]?: MgTabs[K] } & { [K in keyof MgTabs & keyof MgTabsAttributes as `attr:${K}`]?: MgTabsAttributes[K] } & { [K in keyof MgTabs & keyof MgTabsAttributes as `prop:${K}`]?: MgTabs[K] } & OneOf<"label", MgTabs["label"], MgTabsAttributes["label"]>;
|
|
5283
|
+
"mg-tag": Omit<MgTag, keyof MgTagAttributes> & { [K in keyof MgTag & keyof MgTagAttributes]?: MgTag[K] } & { [K in keyof MgTag & keyof MgTagAttributes as `attr:${K}`]?: MgTagAttributes[K] } & { [K in keyof MgTag & keyof MgTagAttributes as `prop:${K}`]?: MgTag[K] };
|
|
5284
|
+
"mg-tooltip": Omit<MgTooltip, keyof MgTooltipAttributes> & { [K in keyof MgTooltip & keyof MgTooltipAttributes]?: MgTooltip[K] } & { [K in keyof MgTooltip & keyof MgTooltipAttributes as `attr:${K}`]?: MgTooltipAttributes[K] } & { [K in keyof MgTooltip & keyof MgTooltipAttributes as `prop:${K}`]?: MgTooltip[K] } & OneOf<"message", MgTooltip["message"], MgTooltipAttributes["message"]>;
|
|
5285
|
+
"mg-tooltip-content": Omit<MgTooltipContent, keyof MgTooltipContentAttributes> & { [K in keyof MgTooltipContent & keyof MgTooltipContentAttributes]?: MgTooltipContent[K] } & { [K in keyof MgTooltipContent & keyof MgTooltipContentAttributes as `attr:${K}`]?: MgTooltipContentAttributes[K] } & { [K in keyof MgTooltipContent & keyof MgTooltipContentAttributes as `prop:${K}`]?: MgTooltipContent[K] } & OneOf<"message", MgTooltipContent["message"], MgTooltipContentAttributes["message"]>;
|
|
4905
5286
|
}
|
|
4906
5287
|
}
|
|
4907
5288
|
export { LocalJSX as JSX };
|
|
4908
5289
|
declare module "@stencil/core" {
|
|
4909
5290
|
export namespace JSX {
|
|
4910
5291
|
interface IntrinsicElements {
|
|
4911
|
-
"mg-action-more": LocalJSX.
|
|
4912
|
-
"mg-alert": LocalJSX.
|
|
4913
|
-
"mg-badge": LocalJSX.
|
|
4914
|
-
"mg-breadcrumb": LocalJSX.
|
|
4915
|
-
"mg-button": LocalJSX.
|
|
4916
|
-
"mg-card": LocalJSX.
|
|
4917
|
-
"mg-character-left": LocalJSX.
|
|
4918
|
-
"mg-details": LocalJSX.
|
|
4919
|
-
"mg-divider": LocalJSX.
|
|
4920
|
-
"mg-fieldset": LocalJSX.
|
|
4921
|
-
"mg-form": LocalJSX.
|
|
4922
|
-
"mg-icon": LocalJSX.
|
|
4923
|
-
"mg-illustrated-message": LocalJSX.
|
|
4924
|
-
"mg-input": LocalJSX.
|
|
4925
|
-
"mg-input-checkbox": LocalJSX.
|
|
4926
|
-
|
|
4927
|
-
|
|
4928
|
-
|
|
4929
|
-
"mg-input-
|
|
4930
|
-
"mg-input-
|
|
4931
|
-
"mg-input-
|
|
4932
|
-
"mg-input-
|
|
4933
|
-
"mg-input-
|
|
4934
|
-
"mg-input-
|
|
4935
|
-
"mg-input-
|
|
4936
|
-
"mg-input-
|
|
4937
|
-
"mg-input-
|
|
4938
|
-
"mg-
|
|
4939
|
-
"mg-
|
|
4940
|
-
"mg-
|
|
4941
|
-
"mg-
|
|
4942
|
-
"mg-
|
|
4943
|
-
"mg-
|
|
4944
|
-
"mg-
|
|
4945
|
-
"mg-
|
|
4946
|
-
"mg-
|
|
4947
|
-
"mg-
|
|
4948
|
-
"mg-
|
|
4949
|
-
"mg-
|
|
4950
|
-
"mg-
|
|
4951
|
-
"mg-
|
|
4952
|
-
"mg-
|
|
4953
|
-
"mg-
|
|
4954
|
-
"mg-
|
|
4955
|
-
"mg-tabs": LocalJSX.MgTabs & JSXBase.HTMLAttributes<HTMLMgTabsElement>;
|
|
4956
|
-
"mg-tag": LocalJSX.MgTag & JSXBase.HTMLAttributes<HTMLMgTagElement>;
|
|
4957
|
-
"mg-tooltip": LocalJSX.MgTooltip & JSXBase.HTMLAttributes<HTMLMgTooltipElement>;
|
|
4958
|
-
"mg-tooltip-content": LocalJSX.MgTooltipContent & JSXBase.HTMLAttributes<HTMLMgTooltipContentElement>;
|
|
5292
|
+
"mg-action-more": LocalJSX.IntrinsicElements["mg-action-more"] & JSXBase.HTMLAttributes<HTMLMgActionMoreElement>;
|
|
5293
|
+
"mg-alert": LocalJSX.IntrinsicElements["mg-alert"] & JSXBase.HTMLAttributes<HTMLMgAlertElement>;
|
|
5294
|
+
"mg-badge": LocalJSX.IntrinsicElements["mg-badge"] & JSXBase.HTMLAttributes<HTMLMgBadgeElement>;
|
|
5295
|
+
"mg-breadcrumb": LocalJSX.IntrinsicElements["mg-breadcrumb"] & JSXBase.HTMLAttributes<HTMLMgBreadcrumbElement>;
|
|
5296
|
+
"mg-button": LocalJSX.IntrinsicElements["mg-button"] & JSXBase.HTMLAttributes<HTMLMgButtonElement>;
|
|
5297
|
+
"mg-card": LocalJSX.IntrinsicElements["mg-card"] & JSXBase.HTMLAttributes<HTMLMgCardElement>;
|
|
5298
|
+
"mg-character-left": LocalJSX.IntrinsicElements["mg-character-left"] & JSXBase.HTMLAttributes<HTMLMgCharacterLeftElement>;
|
|
5299
|
+
"mg-details": LocalJSX.IntrinsicElements["mg-details"] & JSXBase.HTMLAttributes<HTMLMgDetailsElement>;
|
|
5300
|
+
"mg-divider": LocalJSX.IntrinsicElements["mg-divider"] & JSXBase.HTMLAttributes<HTMLMgDividerElement>;
|
|
5301
|
+
"mg-fieldset": LocalJSX.IntrinsicElements["mg-fieldset"] & JSXBase.HTMLAttributes<HTMLMgFieldsetElement>;
|
|
5302
|
+
"mg-form": LocalJSX.IntrinsicElements["mg-form"] & JSXBase.HTMLAttributes<HTMLMgFormElement>;
|
|
5303
|
+
"mg-icon": LocalJSX.IntrinsicElements["mg-icon"] & JSXBase.HTMLAttributes<HTMLMgIconElement>;
|
|
5304
|
+
"mg-illustrated-message": LocalJSX.IntrinsicElements["mg-illustrated-message"] & JSXBase.HTMLAttributes<HTMLMgIllustratedMessageElement>;
|
|
5305
|
+
"mg-input": LocalJSX.IntrinsicElements["mg-input"] & JSXBase.HTMLAttributes<HTMLMgInputElement>;
|
|
5306
|
+
"mg-input-checkbox": LocalJSX.IntrinsicElements["mg-input-checkbox"] & JSXBase.HTMLAttributes<HTMLMgInputCheckboxElement>;
|
|
5307
|
+
"mg-input-combobox": LocalJSX.IntrinsicElements["mg-input-combobox"] & JSXBase.HTMLAttributes<HTMLMgInputComboboxElement>;
|
|
5308
|
+
"mg-input-date": LocalJSX.IntrinsicElements["mg-input-date"] & JSXBase.HTMLAttributes<HTMLMgInputDateElement>;
|
|
5309
|
+
"mg-input-file": LocalJSX.IntrinsicElements["mg-input-file"] & JSXBase.HTMLAttributes<HTMLMgInputFileElement>;
|
|
5310
|
+
"mg-input-numeric": LocalJSX.IntrinsicElements["mg-input-numeric"] & JSXBase.HTMLAttributes<HTMLMgInputNumericElement>;
|
|
5311
|
+
"mg-input-password": LocalJSX.IntrinsicElements["mg-input-password"] & JSXBase.HTMLAttributes<HTMLMgInputPasswordElement>;
|
|
5312
|
+
"mg-input-radio": LocalJSX.IntrinsicElements["mg-input-radio"] & JSXBase.HTMLAttributes<HTMLMgInputRadioElement>;
|
|
5313
|
+
"mg-input-rich-text-editor": LocalJSX.IntrinsicElements["mg-input-rich-text-editor"] & JSXBase.HTMLAttributes<HTMLMgInputRichTextEditorElement>;
|
|
5314
|
+
"mg-input-select": LocalJSX.IntrinsicElements["mg-input-select"] & JSXBase.HTMLAttributes<HTMLMgInputSelectElement>;
|
|
5315
|
+
"mg-input-text": LocalJSX.IntrinsicElements["mg-input-text"] & JSXBase.HTMLAttributes<HTMLMgInputTextElement>;
|
|
5316
|
+
"mg-input-textarea": LocalJSX.IntrinsicElements["mg-input-textarea"] & JSXBase.HTMLAttributes<HTMLMgInputTextareaElement>;
|
|
5317
|
+
"mg-input-title": LocalJSX.IntrinsicElements["mg-input-title"] & JSXBase.HTMLAttributes<HTMLMgInputTitleElement>;
|
|
5318
|
+
"mg-input-toggle": LocalJSX.IntrinsicElements["mg-input-toggle"] & JSXBase.HTMLAttributes<HTMLMgInputToggleElement>;
|
|
5319
|
+
"mg-item-more": LocalJSX.IntrinsicElements["mg-item-more"] & JSXBase.HTMLAttributes<HTMLMgItemMoreElement>;
|
|
5320
|
+
"mg-loader": LocalJSX.IntrinsicElements["mg-loader"] & JSXBase.HTMLAttributes<HTMLMgLoaderElement>;
|
|
5321
|
+
"mg-menu": LocalJSX.IntrinsicElements["mg-menu"] & JSXBase.HTMLAttributes<HTMLMgMenuElement>;
|
|
5322
|
+
"mg-menu-item": LocalJSX.IntrinsicElements["mg-menu-item"] & JSXBase.HTMLAttributes<HTMLMgMenuItemElement>;
|
|
5323
|
+
"mg-message": LocalJSX.IntrinsicElements["mg-message"] & JSXBase.HTMLAttributes<HTMLMgMessageElement>;
|
|
5324
|
+
"mg-modal": LocalJSX.IntrinsicElements["mg-modal"] & JSXBase.HTMLAttributes<HTMLMgModalElement>;
|
|
5325
|
+
"mg-pagination": LocalJSX.IntrinsicElements["mg-pagination"] & JSXBase.HTMLAttributes<HTMLMgPaginationElement>;
|
|
5326
|
+
"mg-panel": LocalJSX.IntrinsicElements["mg-panel"] & JSXBase.HTMLAttributes<HTMLMgPanelElement>;
|
|
5327
|
+
"mg-popover": LocalJSX.IntrinsicElements["mg-popover"] & JSXBase.HTMLAttributes<HTMLMgPopoverElement>;
|
|
5328
|
+
"mg-popover-content": LocalJSX.IntrinsicElements["mg-popover-content"] & JSXBase.HTMLAttributes<HTMLMgPopoverContentElement>;
|
|
5329
|
+
"mg-progress": LocalJSX.IntrinsicElements["mg-progress"] & JSXBase.HTMLAttributes<HTMLMgProgressElement>;
|
|
5330
|
+
"mg-skip-links": LocalJSX.IntrinsicElements["mg-skip-links"] & JSXBase.HTMLAttributes<HTMLMgSkipLinksElement>;
|
|
5331
|
+
"mg-table": LocalJSX.IntrinsicElements["mg-table"] & JSXBase.HTMLAttributes<HTMLMgTableElement>;
|
|
5332
|
+
"mg-tabs": LocalJSX.IntrinsicElements["mg-tabs"] & JSXBase.HTMLAttributes<HTMLMgTabsElement>;
|
|
5333
|
+
"mg-tag": LocalJSX.IntrinsicElements["mg-tag"] & JSXBase.HTMLAttributes<HTMLMgTagElement>;
|
|
5334
|
+
"mg-tooltip": LocalJSX.IntrinsicElements["mg-tooltip"] & JSXBase.HTMLAttributes<HTMLMgTooltipElement>;
|
|
5335
|
+
"mg-tooltip-content": LocalJSX.IntrinsicElements["mg-tooltip-content"] & JSXBase.HTMLAttributes<HTMLMgTooltipContentElement>;
|
|
4959
5336
|
}
|
|
4960
5337
|
}
|
|
4961
5338
|
}
|