@mgdis/mg-components 6.22.0 → 6.22.1
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-Dz2LAZQT.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} +109 -130
- package/dist/cjs/mg-alert.cjs.entry.js +2 -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 +2 -2
- package/dist/cjs/mg-input-combobox.cjs.entry.js +2 -2
- package/dist/cjs/mg-input-file.cjs.entry.js +3 -3
- package/dist/cjs/mg-input-rich-text-editor.cjs.entry.js +2498 -2474
- package/dist/cjs/mg-loader.cjs.entry.js +2 -2
- package/dist/cjs/mg-progress.cjs.entry.js +2 -2
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/atoms/mg-badge/mg-badge.js +2 -1
- package/dist/collection/components/atoms/mg-button/mg-button.js +6 -3
- package/dist/collection/components/atoms/mg-card/mg-card.js +2 -1
- package/dist/collection/components/atoms/mg-icon/mg-icon.js +8 -4
- package/dist/collection/components/atoms/mg-tag/mg-tag.js +2 -1
- package/dist/collection/components/atoms/mg-tooltip/mg-tooltip.js +2 -1
- package/dist/collection/components/molecules/inputs/mg-input/mg-input.js +4 -2
- 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 +47 -26
- package/dist/collection/components/molecules/inputs/mg-input-combobox/mg-input-combobox.js +13 -7
- package/dist/collection/components/molecules/inputs/mg-input-date/mg-input-date.js +3 -2
- package/dist/collection/components/molecules/inputs/mg-input-file/mg-input-file.js +4 -3
- package/dist/collection/components/molecules/inputs/mg-input-numeric/mg-input-numeric.js +9 -5
- package/dist/collection/components/molecules/inputs/mg-input-password/mg-input-password.js +5 -3
- package/dist/collection/components/molecules/inputs/mg-input-radio/mg-input-radio.js +5 -3
- package/dist/collection/components/molecules/inputs/mg-input-rich-text-editor/mg-input-rich-text-editor.js +7 -4
- package/dist/collection/components/molecules/inputs/mg-input-select/mg-input-select.js +22 -8
- package/dist/collection/components/molecules/inputs/mg-input-text/mg-input-text.js +11 -6
- package/dist/collection/components/molecules/inputs/mg-input-textarea/mg-input-textarea.js +5 -3
- package/dist/collection/components/molecules/inputs/mg-input-toggle/mg-input-toggle.js +7 -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 +4 -2
- package/dist/collection/components/molecules/mg-action-more/mg-action-more.js +11 -7
- package/dist/collection/components/molecules/mg-alert/mg-alert.js +5 -3
- package/dist/collection/components/molecules/mg-breadcrumb/mg-breadcrumb.js +3 -2
- package/dist/collection/components/molecules/mg-details/mg-details.js +1 -1
- package/dist/collection/components/molecules/mg-fieldset/mg-fieldset.js +3 -2
- package/dist/collection/components/molecules/mg-form/mg-form.js +5 -3
- 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 +6 -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 +5 -3
- 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/mg-action-more.js +1 -1
- package/dist/components/mg-alert.js +1 -1
- package/dist/components/mg-breadcrumb.js +1 -1
- package/dist/components/mg-details.js +1 -1
- package/dist/components/mg-fieldset.js +1 -1
- package/dist/components/mg-form.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 +2 -2
- 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-toggle.js +1 -1
- package/dist/components/mg-item-more2.js +1 -1
- package/dist/components/mg-loader2.js +1 -1
- package/dist/components/mg-message2.js +1 -1
- package/dist/components/mg-modal.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-tabs2.js +1 -1
- package/dist/esm/{index-DFwaH2hS.js → index-C3jUhxdI.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} +111 -131
- package/dist/esm/mg-alert.entry.js +2 -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 +2 -2
- package/dist/esm/mg-input-combobox.entry.js +2 -2
- package/dist/esm/mg-input-file.entry.js +3 -3
- package/dist/esm/mg-input-rich-text-editor.entry.js +2498 -2474
- 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-2ee92f38.entry.js → p-06fbdb2f.entry.js} +1 -1
- package/dist/mg-components/{p-3b653226.entry.js → p-188b9ca9.entry.js} +1 -1
- package/dist/mg-components/p-4667078d.entry.js +1 -0
- package/dist/mg-components/{p-c63f97f0.entry.js → p-5a859ecf.entry.js} +2 -2
- package/dist/mg-components/{p-d5e69c95.entry.js → p-661da56b.entry.js} +1 -1
- package/dist/mg-components/{p-adec7fcc.entry.js → p-8e256086.entry.js} +1 -1
- package/dist/mg-components/p-C3jUhxdI.js +2 -0
- package/dist/mg-components/{p-cc793586.entry.js → p-b0b8c58f.entry.js} +1 -1
- package/dist/mg-components/{p-5745fbea.entry.js → p-bbcef41c.entry.js} +1 -1
- package/dist/mg-components/{p-c8c8cfc1.entry.js → p-c1aeb277.entry.js} +1 -1
- 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 +1 -1
- package/dist/types/components.d.ts +525 -170
- package/dist/types/stencil-public-runtime.d.ts +52 -2
- package/ide/intellij/web-types.json +7 -7
- package/ide/vscode/html-custom-data.json +3 -3
- package/package.json +19 -19
- 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/mg-components/p-0482eb9f.entry.js +0 -1
- package/dist/mg-components/p-DFwaH2hS.js +0 -2
- 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";
|
|
@@ -543,42 +543,7 @@ export namespace Components {
|
|
|
543
543
|
/**
|
|
544
544
|
* Component value If item.value is `null`, checkbox will be indeterminate by default
|
|
545
545
|
*/
|
|
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>;
|
|
546
|
+
"value": ICheckboxValue[];
|
|
582
547
|
}
|
|
583
548
|
interface MgInputCombobox {
|
|
584
549
|
/**
|
|
@@ -2389,15 +2354,6 @@ declare global {
|
|
|
2389
2354
|
prototype: HTMLMgInputCheckboxElement;
|
|
2390
2355
|
new (): HTMLMgInputCheckboxElement;
|
|
2391
2356
|
};
|
|
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
2357
|
interface HTMLMgInputComboboxElementEventMap {
|
|
2402
2358
|
"value-change": HTMLMgInputComboboxElement['value'];
|
|
2403
2359
|
"filter-change": string;
|
|
@@ -2816,7 +2772,6 @@ declare global {
|
|
|
2816
2772
|
"mg-illustrated-message": HTMLMgIllustratedMessageElement;
|
|
2817
2773
|
"mg-input": HTMLMgInputElement;
|
|
2818
2774
|
"mg-input-checkbox": HTMLMgInputCheckboxElement;
|
|
2819
|
-
"mg-input-checkbox-paginated": HTMLMgInputCheckboxPaginatedElement;
|
|
2820
2775
|
"mg-input-combobox": HTMLMgInputComboboxElement;
|
|
2821
2776
|
"mg-input-date": HTMLMgInputDateElement;
|
|
2822
2777
|
"mg-input-file": HTMLMgInputFileElement;
|
|
@@ -2849,6 +2804,8 @@ declare global {
|
|
|
2849
2804
|
}
|
|
2850
2805
|
}
|
|
2851
2806
|
declare namespace LocalJSX {
|
|
2807
|
+
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 };
|
|
2808
|
+
|
|
2852
2809
|
interface MgActionMore {
|
|
2853
2810
|
/**
|
|
2854
2811
|
* Define button properties
|
|
@@ -3324,38 +3281,7 @@ declare namespace LocalJSX {
|
|
|
3324
3281
|
/**
|
|
3325
3282
|
* Component value If item.value is `null`, checkbox will be indeterminate by default
|
|
3326
3283
|
*/
|
|
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;
|
|
3284
|
+
"value": ICheckboxValue[];
|
|
3359
3285
|
}
|
|
3360
3286
|
interface MgInputCombobox {
|
|
3361
3287
|
/**
|
|
@@ -4856,106 +4782,535 @@ declare namespace LocalJSX {
|
|
|
4856
4782
|
*/
|
|
4857
4783
|
"message": string;
|
|
4858
4784
|
}
|
|
4785
|
+
|
|
4786
|
+
interface MgActionMoreAttributes {
|
|
4787
|
+
"displayChevron": boolean;
|
|
4788
|
+
}
|
|
4789
|
+
interface MgAlertAttributes {
|
|
4790
|
+
"delay": number;
|
|
4791
|
+
"variant": VariantType;
|
|
4792
|
+
"variantStyle": VariantStyleType;
|
|
4793
|
+
}
|
|
4794
|
+
interface MgBadgeAttributes {
|
|
4795
|
+
"value": string;
|
|
4796
|
+
"label": string;
|
|
4797
|
+
"variant": BadgeVariantType;
|
|
4798
|
+
"outline": boolean;
|
|
4799
|
+
}
|
|
4800
|
+
interface MgButtonAttributes {
|
|
4801
|
+
"variant": VariantType;
|
|
4802
|
+
"label": string;
|
|
4803
|
+
"type": ButtonType;
|
|
4804
|
+
"size": SizeType;
|
|
4805
|
+
"fullWidth": boolean;
|
|
4806
|
+
"form": string;
|
|
4807
|
+
"disabled": boolean;
|
|
4808
|
+
"isIcon": boolean;
|
|
4809
|
+
"disableOnClick": boolean;
|
|
4810
|
+
}
|
|
4811
|
+
interface MgCardAttributes {
|
|
4812
|
+
"shadow": boolean;
|
|
4813
|
+
"radiusSize": RadiusSizeType;
|
|
4814
|
+
}
|
|
4815
|
+
interface MgCharacterLeftAttributes {
|
|
4816
|
+
"identifier": string;
|
|
4817
|
+
"characters": string;
|
|
4818
|
+
"maxlength": number;
|
|
4819
|
+
}
|
|
4820
|
+
interface MgDetailsAttributes {
|
|
4821
|
+
"toggleClosed": string;
|
|
4822
|
+
"toggleOpened": string;
|
|
4823
|
+
"hideSummary": boolean;
|
|
4824
|
+
"expanded": boolean;
|
|
4825
|
+
}
|
|
4826
|
+
interface MgDividerAttributes {
|
|
4827
|
+
"fullWidth": boolean;
|
|
4828
|
+
}
|
|
4829
|
+
interface MgFieldsetAttributes {
|
|
4830
|
+
"identifier": string;
|
|
4831
|
+
"name": string;
|
|
4832
|
+
"legend": string;
|
|
4833
|
+
"legendHide": boolean;
|
|
4834
|
+
"legendHeading": labelHeading;
|
|
4835
|
+
"legendBorderDisplay": boolean;
|
|
4836
|
+
"readonly": boolean;
|
|
4837
|
+
"disabled": boolean;
|
|
4838
|
+
"tooltip": string;
|
|
4839
|
+
"helpText": string;
|
|
4840
|
+
}
|
|
4841
|
+
interface MgFormAttributes {
|
|
4842
|
+
"identifier": string;
|
|
4843
|
+
"name": string;
|
|
4844
|
+
"readonly": boolean;
|
|
4845
|
+
"requiredMessage": RequiredMessageStatusType;
|
|
4846
|
+
"ariaRole": AriaRoleType;
|
|
4847
|
+
"labelOnTop": boolean;
|
|
4848
|
+
"disabled": boolean;
|
|
4849
|
+
"valid": boolean;
|
|
4850
|
+
"invalid": boolean;
|
|
4851
|
+
}
|
|
4852
|
+
interface MgIconAttributes {
|
|
4853
|
+
"icon": IconType;
|
|
4854
|
+
"size": IconSizeType;
|
|
4855
|
+
"variant": IconVariantType;
|
|
4856
|
+
"variantStyle": IconVariantStyleType;
|
|
4857
|
+
"spin": boolean;
|
|
4858
|
+
}
|
|
4859
|
+
interface MgIllustratedMessageAttributes {
|
|
4860
|
+
"size": IllustratedMessageSizeType;
|
|
4861
|
+
"direction": IllustratedMessageDirectionType;
|
|
4862
|
+
}
|
|
4863
|
+
interface MgInputAttributes {
|
|
4864
|
+
"identifier": string;
|
|
4865
|
+
"label": string;
|
|
4866
|
+
"labelOnTop": boolean;
|
|
4867
|
+
"labelHide": boolean;
|
|
4868
|
+
"labelHeading": labelHeading;
|
|
4869
|
+
"labelBorderDisplay": boolean;
|
|
4870
|
+
"tooltip": string;
|
|
4871
|
+
"tooltipPosition": TooltipPosition;
|
|
4872
|
+
"required": boolean;
|
|
4873
|
+
"errorMessage": string;
|
|
4874
|
+
"helpText": string;
|
|
4875
|
+
"inputsOnBottom": boolean;
|
|
4876
|
+
"ariaDescribedbyIDs": string[] | string;
|
|
4877
|
+
}
|
|
4878
|
+
interface MgInputCheckboxAttributes {
|
|
4879
|
+
"type": CheckboxType;
|
|
4880
|
+
"identifier": string;
|
|
4881
|
+
"name": string;
|
|
4882
|
+
"label": string;
|
|
4883
|
+
"labelOnTop": boolean;
|
|
4884
|
+
"labelHide": boolean;
|
|
4885
|
+
"inputVerticalList": boolean;
|
|
4886
|
+
"required": boolean;
|
|
4887
|
+
"readonly": boolean;
|
|
4888
|
+
"displaySelectedValues": boolean;
|
|
4889
|
+
"disabled": boolean;
|
|
4890
|
+
"tooltip": string;
|
|
4891
|
+
"tooltipPosition": TooltipPosition;
|
|
4892
|
+
"helpText": string;
|
|
4893
|
+
"valid": boolean;
|
|
4894
|
+
"invalid": boolean;
|
|
4895
|
+
"editButtonMessage": string;
|
|
4896
|
+
"showButtonMessage": string;
|
|
4897
|
+
"selectButtonMessage": string;
|
|
4898
|
+
}
|
|
4899
|
+
interface MgInputComboboxAttributes {
|
|
4900
|
+
"value": string | Option;
|
|
4901
|
+
"itemsLabel": string;
|
|
4902
|
+
"identifier": string;
|
|
4903
|
+
"name": string;
|
|
4904
|
+
"label": string;
|
|
4905
|
+
"labelOnTop": boolean;
|
|
4906
|
+
"labelHide": boolean;
|
|
4907
|
+
"placeholder": string;
|
|
4908
|
+
"required": boolean;
|
|
4909
|
+
"readonly": boolean;
|
|
4910
|
+
"disabled": boolean;
|
|
4911
|
+
"mgWidth": string;
|
|
4912
|
+
"tooltip": string;
|
|
4913
|
+
"tooltipPosition": TooltipPosition;
|
|
4914
|
+
"helpText": string;
|
|
4915
|
+
"fetchurl": string | URL;
|
|
4916
|
+
"valid": boolean;
|
|
4917
|
+
"invalid": boolean;
|
|
4918
|
+
}
|
|
4919
|
+
interface MgInputDateAttributes {
|
|
4920
|
+
"value": string;
|
|
4921
|
+
"identifier": string;
|
|
4922
|
+
"name": string;
|
|
4923
|
+
"label": string;
|
|
4924
|
+
"labelOnTop": boolean;
|
|
4925
|
+
"labelHide": boolean;
|
|
4926
|
+
"required": boolean;
|
|
4927
|
+
"readonly": boolean;
|
|
4928
|
+
"min": string;
|
|
4929
|
+
"max": string;
|
|
4930
|
+
"disabled": boolean;
|
|
4931
|
+
"tooltip": string;
|
|
4932
|
+
"tooltipPosition": TooltipPosition;
|
|
4933
|
+
"helpText": string;
|
|
4934
|
+
"valid": boolean;
|
|
4935
|
+
"invalid": boolean;
|
|
4936
|
+
}
|
|
4937
|
+
interface MgInputFileAttributes {
|
|
4938
|
+
"value": string;
|
|
4939
|
+
"identifier": string;
|
|
4940
|
+
"name": string;
|
|
4941
|
+
"label": string;
|
|
4942
|
+
"labelOnTop": boolean;
|
|
4943
|
+
"labelHide": boolean;
|
|
4944
|
+
"multiple": boolean;
|
|
4945
|
+
"accept": string;
|
|
4946
|
+
"maxSize": number;
|
|
4947
|
+
"capture": 'user' | 'environment' | '';
|
|
4948
|
+
"required": boolean;
|
|
4949
|
+
"disabled": boolean;
|
|
4950
|
+
"tooltip": string;
|
|
4951
|
+
"tooltipPosition": TooltipPosition;
|
|
4952
|
+
"helpText": string;
|
|
4953
|
+
"valid": boolean;
|
|
4954
|
+
"invalid": boolean;
|
|
4955
|
+
}
|
|
4956
|
+
interface MgInputNumericAttributes {
|
|
4957
|
+
"value": string;
|
|
4958
|
+
"identifier": string;
|
|
4959
|
+
"name": string;
|
|
4960
|
+
"label": string;
|
|
4961
|
+
"labelOnTop": boolean;
|
|
4962
|
+
"labelHide": boolean;
|
|
4963
|
+
"placeholder": string;
|
|
4964
|
+
"required": boolean;
|
|
4965
|
+
"readonly": boolean;
|
|
4966
|
+
"max": number;
|
|
4967
|
+
"min": number;
|
|
4968
|
+
"disabled": boolean;
|
|
4969
|
+
"mgWidth": string;
|
|
4970
|
+
"tooltip": string;
|
|
4971
|
+
"tooltipPosition": TooltipPosition;
|
|
4972
|
+
"helpText": string;
|
|
4973
|
+
"type": NumericType;
|
|
4974
|
+
"format": Format;
|
|
4975
|
+
"currency": string;
|
|
4976
|
+
"unit": Intl.NumberFormatOptions['unit'];
|
|
4977
|
+
"unitDisplay": Intl.NumberFormatOptions['unitDisplay'];
|
|
4978
|
+
"integerLength": number;
|
|
4979
|
+
"decimalLength": number;
|
|
4980
|
+
"valid": boolean;
|
|
4981
|
+
"invalid": boolean;
|
|
4982
|
+
}
|
|
4983
|
+
interface MgInputPasswordAttributes {
|
|
4984
|
+
"value": string;
|
|
4985
|
+
"identifier": string;
|
|
4986
|
+
"name": string;
|
|
4987
|
+
"label": string;
|
|
4988
|
+
"labelOnTop": boolean;
|
|
4989
|
+
"labelHide": boolean;
|
|
4990
|
+
"placeholder": string;
|
|
4991
|
+
"maxlength": number;
|
|
4992
|
+
"required": boolean;
|
|
4993
|
+
"readonly": boolean;
|
|
4994
|
+
"disabled": boolean;
|
|
4995
|
+
"mgWidth": string;
|
|
4996
|
+
"tooltip": string;
|
|
4997
|
+
"tooltipPosition": TooltipPosition;
|
|
4998
|
+
"helpText": string;
|
|
4999
|
+
"valid": boolean;
|
|
5000
|
+
"invalid": boolean;
|
|
5001
|
+
}
|
|
5002
|
+
interface MgInputRadioAttributes {
|
|
5003
|
+
"value": string;
|
|
5004
|
+
"identifier": string;
|
|
5005
|
+
"name": string;
|
|
5006
|
+
"label": string;
|
|
5007
|
+
"labelOnTop": boolean;
|
|
5008
|
+
"labelHide": boolean;
|
|
5009
|
+
"inputVerticalList": boolean;
|
|
5010
|
+
"required": boolean;
|
|
5011
|
+
"readonly": boolean;
|
|
5012
|
+
"disabled": boolean;
|
|
5013
|
+
"tooltip": string;
|
|
5014
|
+
"tooltipPosition": TooltipPosition;
|
|
5015
|
+
"helpText": string;
|
|
5016
|
+
"valid": boolean;
|
|
5017
|
+
"invalid": boolean;
|
|
5018
|
+
}
|
|
5019
|
+
interface MgInputRichTextEditorAttributes {
|
|
5020
|
+
"value": string;
|
|
5021
|
+
"identifier": string;
|
|
5022
|
+
"name": string;
|
|
5023
|
+
"label": string;
|
|
5024
|
+
"labelOnTop": boolean;
|
|
5025
|
+
"labelHide": boolean;
|
|
5026
|
+
"placeholder": string;
|
|
5027
|
+
"rows": number;
|
|
5028
|
+
"required": boolean;
|
|
5029
|
+
"readonly": boolean;
|
|
5030
|
+
"disabled": boolean;
|
|
5031
|
+
"pattern": string;
|
|
5032
|
+
"patternErrorMessage": string;
|
|
5033
|
+
"tooltip": string;
|
|
5034
|
+
"tooltipPosition": TooltipPosition;
|
|
5035
|
+
"helpText": string;
|
|
5036
|
+
"modules": ButtonsOption;
|
|
5037
|
+
"valid": boolean;
|
|
5038
|
+
"invalid": boolean;
|
|
5039
|
+
}
|
|
5040
|
+
interface MgInputSelectAttributes {
|
|
5041
|
+
"value": string;
|
|
5042
|
+
"identifier": string;
|
|
5043
|
+
"name": string;
|
|
5044
|
+
"label": string;
|
|
5045
|
+
"labelOnTop": boolean;
|
|
5046
|
+
"labelHide": boolean;
|
|
5047
|
+
"placeholder": string;
|
|
5048
|
+
"placeholderHide": boolean;
|
|
5049
|
+
"placeholderDisabled": boolean;
|
|
5050
|
+
"required": boolean;
|
|
5051
|
+
"readonly": boolean;
|
|
5052
|
+
"disabled": boolean;
|
|
5053
|
+
"mgWidth": string;
|
|
5054
|
+
"tooltip": string;
|
|
5055
|
+
"tooltipPosition": TooltipPosition;
|
|
5056
|
+
"helpText": string;
|
|
5057
|
+
"valid": boolean;
|
|
5058
|
+
"invalid": boolean;
|
|
5059
|
+
}
|
|
5060
|
+
interface MgInputTextAttributes {
|
|
5061
|
+
"value": string;
|
|
5062
|
+
"identifier": string;
|
|
5063
|
+
"name": string;
|
|
5064
|
+
"label": string;
|
|
5065
|
+
"labelOnTop": boolean;
|
|
5066
|
+
"labelHide": boolean;
|
|
5067
|
+
"type": TextType;
|
|
5068
|
+
"icon": IconType;
|
|
5069
|
+
"placeholder": string;
|
|
5070
|
+
"maxlength": number;
|
|
5071
|
+
"required": boolean;
|
|
5072
|
+
"readonly": boolean;
|
|
5073
|
+
"disabled": boolean;
|
|
5074
|
+
"mgWidth": string;
|
|
5075
|
+
"pattern": string;
|
|
5076
|
+
"patternErrorMessage": string;
|
|
5077
|
+
"tooltip": string;
|
|
5078
|
+
"tooltipPosition": TooltipPosition;
|
|
5079
|
+
"characterLeftHide": boolean;
|
|
5080
|
+
"helpText": string;
|
|
5081
|
+
"valid": boolean;
|
|
5082
|
+
"invalid": boolean;
|
|
5083
|
+
}
|
|
5084
|
+
interface MgInputTextareaAttributes {
|
|
5085
|
+
"value": string;
|
|
5086
|
+
"identifier": string;
|
|
5087
|
+
"name": string;
|
|
5088
|
+
"label": string;
|
|
5089
|
+
"labelOnTop": boolean;
|
|
5090
|
+
"labelHide": boolean;
|
|
5091
|
+
"placeholder": string;
|
|
5092
|
+
"maxlength": number;
|
|
5093
|
+
"required": boolean;
|
|
5094
|
+
"readonly": boolean;
|
|
5095
|
+
"disabled": boolean;
|
|
5096
|
+
"mgWidth": string;
|
|
5097
|
+
"pattern": string;
|
|
5098
|
+
"patternErrorMessage": string;
|
|
5099
|
+
"rows": number;
|
|
5100
|
+
"tooltip": string;
|
|
5101
|
+
"tooltipPosition": TooltipPosition;
|
|
5102
|
+
"characterLeftHide": boolean;
|
|
5103
|
+
"helpText": string;
|
|
5104
|
+
"resizable": 'none' | 'both' | 'horizontal' | 'vertical';
|
|
5105
|
+
"valid": boolean;
|
|
5106
|
+
"invalid": boolean;
|
|
5107
|
+
}
|
|
5108
|
+
interface MgInputTitleAttributes {
|
|
5109
|
+
"identifier": string;
|
|
5110
|
+
"required": boolean;
|
|
5111
|
+
"readonly": boolean;
|
|
5112
|
+
"isLegend": boolean;
|
|
5113
|
+
}
|
|
5114
|
+
interface MgInputToggleAttributes {
|
|
5115
|
+
"identifier": string;
|
|
5116
|
+
"name": string;
|
|
5117
|
+
"label": string;
|
|
5118
|
+
"labelOnTop": boolean;
|
|
5119
|
+
"labelHide": boolean;
|
|
5120
|
+
"isOnOff": boolean;
|
|
5121
|
+
"isIcon": boolean;
|
|
5122
|
+
"readonly": boolean;
|
|
5123
|
+
"disabled": boolean;
|
|
5124
|
+
"tooltip": string;
|
|
5125
|
+
"tooltipPosition": TooltipPosition;
|
|
5126
|
+
"helpText": string;
|
|
5127
|
+
}
|
|
5128
|
+
interface MgLoaderAttributes {
|
|
5129
|
+
"message": string;
|
|
5130
|
+
"messageHide": boolean;
|
|
5131
|
+
}
|
|
5132
|
+
interface MgMenuAttributes {
|
|
5133
|
+
"label": string;
|
|
5134
|
+
"direction": Direction;
|
|
5135
|
+
}
|
|
5136
|
+
interface MgMenuItemAttributes {
|
|
5137
|
+
"identifier": string;
|
|
5138
|
+
"href": string;
|
|
5139
|
+
"target": TargetType;
|
|
5140
|
+
"status": MgMenuStatusType;
|
|
5141
|
+
"isIcon": boolean;
|
|
5142
|
+
"expanded": boolean;
|
|
5143
|
+
}
|
|
5144
|
+
interface MgMessageAttributes {
|
|
5145
|
+
"variant": VariantType;
|
|
5146
|
+
"variantStyle": VariantStyleType;
|
|
5147
|
+
}
|
|
5148
|
+
interface MgModalAttributes {
|
|
5149
|
+
"identifier": string;
|
|
5150
|
+
"dialogRole": DialogRoleType;
|
|
5151
|
+
"modalTitle": string;
|
|
5152
|
+
"closeButton": boolean;
|
|
5153
|
+
"open": boolean;
|
|
5154
|
+
}
|
|
5155
|
+
interface MgPaginationAttributes {
|
|
5156
|
+
"identifier": string;
|
|
5157
|
+
"label": string;
|
|
5158
|
+
"hideNavigationLabels": boolean;
|
|
5159
|
+
"hidePageCount": boolean;
|
|
5160
|
+
"totalPages": number;
|
|
5161
|
+
"currentPage": number;
|
|
5162
|
+
}
|
|
5163
|
+
interface MgPanelAttributes {
|
|
5164
|
+
"identifier": string;
|
|
5165
|
+
"panelTitle": string;
|
|
5166
|
+
"titlePattern": string;
|
|
5167
|
+
"titlePatternErrorMessage": string;
|
|
5168
|
+
"titleEditable": boolean;
|
|
5169
|
+
"titlePosition": TitlePositionType;
|
|
5170
|
+
"expanded": boolean;
|
|
5171
|
+
"expandToggleDisplay": ExpandToggleDisplayType;
|
|
5172
|
+
"expandToggleDisabled": boolean;
|
|
5173
|
+
"shadow": boolean;
|
|
5174
|
+
}
|
|
5175
|
+
interface MgPopoverAttributes {
|
|
5176
|
+
"identifier": string;
|
|
5177
|
+
"placement": Placement;
|
|
5178
|
+
"arrowHide": boolean;
|
|
5179
|
+
"closeButton": boolean;
|
|
5180
|
+
"display": boolean;
|
|
5181
|
+
"disabled": boolean;
|
|
5182
|
+
}
|
|
5183
|
+
interface MgPopoverContentAttributes {
|
|
5184
|
+
"closeButton": boolean;
|
|
5185
|
+
}
|
|
5186
|
+
interface MgProgressAttributes {
|
|
5187
|
+
"label": string;
|
|
5188
|
+
"ariaRole": AriaRoleType;
|
|
5189
|
+
"value": number;
|
|
5190
|
+
"min": number;
|
|
5191
|
+
"max": number;
|
|
5192
|
+
}
|
|
5193
|
+
interface MgTableAttributes {
|
|
5194
|
+
"size": TableSizeType;
|
|
5195
|
+
"fullWidth": boolean;
|
|
5196
|
+
"borderHide": boolean;
|
|
5197
|
+
}
|
|
5198
|
+
interface MgTabsAttributes {
|
|
5199
|
+
"identifier": string;
|
|
5200
|
+
"label": string;
|
|
5201
|
+
"activeTab": number;
|
|
5202
|
+
}
|
|
5203
|
+
interface MgTagAttributes {
|
|
5204
|
+
"variant": TagVariantType;
|
|
5205
|
+
"outline": boolean;
|
|
5206
|
+
"soft": boolean;
|
|
5207
|
+
}
|
|
5208
|
+
interface MgTooltipAttributes {
|
|
5209
|
+
"identifier": string;
|
|
5210
|
+
"message": string;
|
|
5211
|
+
"placement": Placement;
|
|
5212
|
+
"display": boolean;
|
|
5213
|
+
"disabled": boolean;
|
|
5214
|
+
}
|
|
5215
|
+
interface MgTooltipContentAttributes {
|
|
5216
|
+
"message": string;
|
|
5217
|
+
}
|
|
5218
|
+
|
|
4859
5219
|
interface IntrinsicElements {
|
|
4860
|
-
"mg-action-more": MgActionMore;
|
|
4861
|
-
"mg-alert": MgAlert;
|
|
4862
|
-
"mg-badge": MgBadge
|
|
5220
|
+
"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] };
|
|
5221
|
+
"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] };
|
|
5222
|
+
"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
5223
|
"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;
|
|
5224
|
+
"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] };
|
|
5225
|
+
"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] };
|
|
5226
|
+
"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"]>;
|
|
5227
|
+
"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"]>;
|
|
5228
|
+
"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] };
|
|
5229
|
+
"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"]>;
|
|
5230
|
+
"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] };
|
|
5231
|
+
"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"]>;
|
|
5232
|
+
"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] };
|
|
5233
|
+
"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"]>;
|
|
5234
|
+
"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"]>;
|
|
5235
|
+
"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"]>;
|
|
5236
|
+
"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"]>;
|
|
5237
|
+
"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"]>;
|
|
5238
|
+
"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"]>;
|
|
5239
|
+
"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"]>;
|
|
5240
|
+
"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"]>;
|
|
5241
|
+
"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"]>;
|
|
5242
|
+
"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"]>;
|
|
5243
|
+
"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"]>;
|
|
5244
|
+
"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"]>;
|
|
5245
|
+
"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"]>;
|
|
5246
|
+
"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
5247
|
"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
|
|
5248
|
+
"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] };
|
|
5249
|
+
"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"]>;
|
|
5250
|
+
"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] };
|
|
5251
|
+
"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] };
|
|
5252
|
+
"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"]>;
|
|
5253
|
+
"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] };
|
|
5254
|
+
"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] };
|
|
5255
|
+
"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] };
|
|
5256
|
+
"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] };
|
|
5257
|
+
"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
5258
|
"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
|
|
5259
|
+
"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] };
|
|
5260
|
+
"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"]>;
|
|
5261
|
+
"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] };
|
|
5262
|
+
"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"]>;
|
|
5263
|
+
"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
5264
|
}
|
|
4906
5265
|
}
|
|
4907
5266
|
export { LocalJSX as JSX };
|
|
4908
5267
|
declare module "@stencil/core" {
|
|
4909
5268
|
export namespace JSX {
|
|
4910
5269
|
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>;
|
|
5270
|
+
"mg-action-more": LocalJSX.IntrinsicElements["mg-action-more"] & JSXBase.HTMLAttributes<HTMLMgActionMoreElement>;
|
|
5271
|
+
"mg-alert": LocalJSX.IntrinsicElements["mg-alert"] & JSXBase.HTMLAttributes<HTMLMgAlertElement>;
|
|
5272
|
+
"mg-badge": LocalJSX.IntrinsicElements["mg-badge"] & JSXBase.HTMLAttributes<HTMLMgBadgeElement>;
|
|
5273
|
+
"mg-breadcrumb": LocalJSX.IntrinsicElements["mg-breadcrumb"] & JSXBase.HTMLAttributes<HTMLMgBreadcrumbElement>;
|
|
5274
|
+
"mg-button": LocalJSX.IntrinsicElements["mg-button"] & JSXBase.HTMLAttributes<HTMLMgButtonElement>;
|
|
5275
|
+
"mg-card": LocalJSX.IntrinsicElements["mg-card"] & JSXBase.HTMLAttributes<HTMLMgCardElement>;
|
|
5276
|
+
"mg-character-left": LocalJSX.IntrinsicElements["mg-character-left"] & JSXBase.HTMLAttributes<HTMLMgCharacterLeftElement>;
|
|
5277
|
+
"mg-details": LocalJSX.IntrinsicElements["mg-details"] & JSXBase.HTMLAttributes<HTMLMgDetailsElement>;
|
|
5278
|
+
"mg-divider": LocalJSX.IntrinsicElements["mg-divider"] & JSXBase.HTMLAttributes<HTMLMgDividerElement>;
|
|
5279
|
+
"mg-fieldset": LocalJSX.IntrinsicElements["mg-fieldset"] & JSXBase.HTMLAttributes<HTMLMgFieldsetElement>;
|
|
5280
|
+
"mg-form": LocalJSX.IntrinsicElements["mg-form"] & JSXBase.HTMLAttributes<HTMLMgFormElement>;
|
|
5281
|
+
"mg-icon": LocalJSX.IntrinsicElements["mg-icon"] & JSXBase.HTMLAttributes<HTMLMgIconElement>;
|
|
5282
|
+
"mg-illustrated-message": LocalJSX.IntrinsicElements["mg-illustrated-message"] & JSXBase.HTMLAttributes<HTMLMgIllustratedMessageElement>;
|
|
5283
|
+
"mg-input": LocalJSX.IntrinsicElements["mg-input"] & JSXBase.HTMLAttributes<HTMLMgInputElement>;
|
|
5284
|
+
"mg-input-checkbox": LocalJSX.IntrinsicElements["mg-input-checkbox"] & JSXBase.HTMLAttributes<HTMLMgInputCheckboxElement>;
|
|
5285
|
+
"mg-input-combobox": LocalJSX.IntrinsicElements["mg-input-combobox"] & JSXBase.HTMLAttributes<HTMLMgInputComboboxElement>;
|
|
5286
|
+
"mg-input-date": LocalJSX.IntrinsicElements["mg-input-date"] & JSXBase.HTMLAttributes<HTMLMgInputDateElement>;
|
|
5287
|
+
"mg-input-file": LocalJSX.IntrinsicElements["mg-input-file"] & JSXBase.HTMLAttributes<HTMLMgInputFileElement>;
|
|
5288
|
+
"mg-input-numeric": LocalJSX.IntrinsicElements["mg-input-numeric"] & JSXBase.HTMLAttributes<HTMLMgInputNumericElement>;
|
|
5289
|
+
"mg-input-password": LocalJSX.IntrinsicElements["mg-input-password"] & JSXBase.HTMLAttributes<HTMLMgInputPasswordElement>;
|
|
5290
|
+
"mg-input-radio": LocalJSX.IntrinsicElements["mg-input-radio"] & JSXBase.HTMLAttributes<HTMLMgInputRadioElement>;
|
|
5291
|
+
"mg-input-rich-text-editor": LocalJSX.IntrinsicElements["mg-input-rich-text-editor"] & JSXBase.HTMLAttributes<HTMLMgInputRichTextEditorElement>;
|
|
5292
|
+
"mg-input-select": LocalJSX.IntrinsicElements["mg-input-select"] & JSXBase.HTMLAttributes<HTMLMgInputSelectElement>;
|
|
5293
|
+
"mg-input-text": LocalJSX.IntrinsicElements["mg-input-text"] & JSXBase.HTMLAttributes<HTMLMgInputTextElement>;
|
|
5294
|
+
"mg-input-textarea": LocalJSX.IntrinsicElements["mg-input-textarea"] & JSXBase.HTMLAttributes<HTMLMgInputTextareaElement>;
|
|
5295
|
+
"mg-input-title": LocalJSX.IntrinsicElements["mg-input-title"] & JSXBase.HTMLAttributes<HTMLMgInputTitleElement>;
|
|
5296
|
+
"mg-input-toggle": LocalJSX.IntrinsicElements["mg-input-toggle"] & JSXBase.HTMLAttributes<HTMLMgInputToggleElement>;
|
|
5297
|
+
"mg-item-more": LocalJSX.IntrinsicElements["mg-item-more"] & JSXBase.HTMLAttributes<HTMLMgItemMoreElement>;
|
|
5298
|
+
"mg-loader": LocalJSX.IntrinsicElements["mg-loader"] & JSXBase.HTMLAttributes<HTMLMgLoaderElement>;
|
|
5299
|
+
"mg-menu": LocalJSX.IntrinsicElements["mg-menu"] & JSXBase.HTMLAttributes<HTMLMgMenuElement>;
|
|
5300
|
+
"mg-menu-item": LocalJSX.IntrinsicElements["mg-menu-item"] & JSXBase.HTMLAttributes<HTMLMgMenuItemElement>;
|
|
5301
|
+
"mg-message": LocalJSX.IntrinsicElements["mg-message"] & JSXBase.HTMLAttributes<HTMLMgMessageElement>;
|
|
5302
|
+
"mg-modal": LocalJSX.IntrinsicElements["mg-modal"] & JSXBase.HTMLAttributes<HTMLMgModalElement>;
|
|
5303
|
+
"mg-pagination": LocalJSX.IntrinsicElements["mg-pagination"] & JSXBase.HTMLAttributes<HTMLMgPaginationElement>;
|
|
5304
|
+
"mg-panel": LocalJSX.IntrinsicElements["mg-panel"] & JSXBase.HTMLAttributes<HTMLMgPanelElement>;
|
|
5305
|
+
"mg-popover": LocalJSX.IntrinsicElements["mg-popover"] & JSXBase.HTMLAttributes<HTMLMgPopoverElement>;
|
|
5306
|
+
"mg-popover-content": LocalJSX.IntrinsicElements["mg-popover-content"] & JSXBase.HTMLAttributes<HTMLMgPopoverContentElement>;
|
|
5307
|
+
"mg-progress": LocalJSX.IntrinsicElements["mg-progress"] & JSXBase.HTMLAttributes<HTMLMgProgressElement>;
|
|
5308
|
+
"mg-skip-links": LocalJSX.IntrinsicElements["mg-skip-links"] & JSXBase.HTMLAttributes<HTMLMgSkipLinksElement>;
|
|
5309
|
+
"mg-table": LocalJSX.IntrinsicElements["mg-table"] & JSXBase.HTMLAttributes<HTMLMgTableElement>;
|
|
5310
|
+
"mg-tabs": LocalJSX.IntrinsicElements["mg-tabs"] & JSXBase.HTMLAttributes<HTMLMgTabsElement>;
|
|
5311
|
+
"mg-tag": LocalJSX.IntrinsicElements["mg-tag"] & JSXBase.HTMLAttributes<HTMLMgTagElement>;
|
|
5312
|
+
"mg-tooltip": LocalJSX.IntrinsicElements["mg-tooltip"] & JSXBase.HTMLAttributes<HTMLMgTooltipElement>;
|
|
5313
|
+
"mg-tooltip-content": LocalJSX.IntrinsicElements["mg-tooltip-content"] & JSXBase.HTMLAttributes<HTMLMgTooltipContentElement>;
|
|
4959
5314
|
}
|
|
4960
5315
|
}
|
|
4961
5316
|
}
|