@mgdis/mg-components 6.16.0 → 6.17.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-T3-qWqFE.js → index-DCZEYvlH.js} +47 -28
- package/dist/cjs/{index-YM1EJx9X.js → index-TUElr4Wv.js} +10 -10
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/mg-action-more_37.cjs.entry.js +34 -62
- package/dist/cjs/mg-alert.cjs.entry.js +2 -2
- package/dist/cjs/mg-components.cjs.js +2 -2
- package/dist/cjs/mg-input-combobox.cjs.entry.js +2 -2
- package/dist/cjs/mg-input-rich-text-editor.cjs.entry.js +3 -3
- package/dist/cjs/mg-loader.cjs.entry.js +2 -2
- package/dist/cjs/mg-progress.cjs.entry.js +1 -1
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/components/atoms/internals/mg-character-left/mg-character-left.js +5 -5
- package/dist/collection/components/atoms/internals/mg-input-title/mg-input-title.js +7 -7
- package/dist/collection/components/atoms/mg-badge/mg-badge.js +6 -6
- package/dist/collection/components/atoms/mg-button/mg-button.js +13 -13
- package/dist/collection/components/atoms/mg-card/mg-card.js +2 -2
- package/dist/collection/components/atoms/mg-divider/mg-divider.js +1 -1
- package/dist/collection/components/atoms/mg-icon/mg-icon.conf.js +1 -1
- package/dist/collection/components/atoms/mg-icon/mg-icon.js +32 -26
- package/dist/collection/components/atoms/mg-tag/mg-tag.js +3 -3
- package/dist/collection/components/atoms/mg-tooltip/mg-tooltip-content/mg-tooltip-content.js +2 -2
- package/dist/collection/components/atoms/mg-tooltip/mg-tooltip.js +6 -6
- package/dist/collection/components/molecules/inputs/mg-input/mg-input.js +15 -15
- package/dist/collection/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox-paginated/mg-input-checkbox-paginated.js +6 -8
- package/dist/collection/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox.js +29 -30
- package/dist/collection/components/molecules/inputs/mg-input-combobox/mg-input-combobox.js +28 -31
- package/dist/collection/components/molecules/inputs/mg-input-date/mg-input-date.js +27 -44
- package/dist/collection/components/molecules/inputs/mg-input-numeric/mg-input-numeric.js +40 -55
- package/dist/collection/components/molecules/inputs/mg-input-password/mg-input-password.js +26 -26
- package/dist/collection/components/molecules/inputs/mg-input-radio/mg-input-radio.js +22 -23
- package/dist/collection/components/molecules/inputs/mg-input-rich-text-editor/mg-input-rich-text-editor.js +26 -27
- package/dist/collection/components/molecules/inputs/mg-input-select/mg-input-select.js +27 -28
- package/dist/collection/components/molecules/inputs/mg-input-text/mg-input-text.js +33 -34
- package/dist/collection/components/molecules/inputs/mg-input-textarea/mg-input-textarea.js +32 -32
- package/dist/collection/components/molecules/inputs/mg-input-toggle/mg-input-toggle.js +18 -19
- package/dist/collection/components/molecules/internals/mg-item-more/mg-item-more.js +2 -4
- package/dist/collection/components/molecules/menus/mg-menu/mg-menu.js +4 -5
- package/dist/collection/components/molecules/menus/mg-menu-item/mg-menu-item.js +7 -7
- package/dist/collection/components/molecules/mg-action-more/mg-action-more.js +1 -4
- package/dist/collection/components/molecules/mg-alert/mg-alert.js +4 -4
- package/dist/collection/components/molecules/mg-details/mg-details.js +6 -6
- package/dist/collection/components/molecules/mg-form/mg-form.js +13 -13
- package/dist/collection/components/molecules/mg-illustrated-message/mg-illustrated-message.js +2 -2
- package/dist/collection/components/molecules/mg-loader/mg-loader.js +3 -3
- package/dist/collection/components/molecules/mg-message/mg-message.js +2 -2
- package/dist/collection/components/molecules/mg-modal/mg-modal.js +6 -6
- package/dist/collection/components/molecules/mg-pagination/mg-pagination.js +7 -8
- package/dist/collection/components/molecules/mg-panel/mg-panel.js +13 -13
- 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 +6 -6
- package/dist/collection/components/molecules/mg-progress/mg-progress.js +6 -6
- package/dist/collection/components/molecules/mg-skip-links/mg-skip-links.js +0 -1
- package/dist/collection/components/molecules/mg-table/mg-table.js +2 -3
- package/dist/collection/components/molecules/mg-tabs/mg-tabs.js +6 -7
- package/dist/collection/locales/en/messages.json +5 -5
- package/dist/collection/locales/fr/messages.json +5 -5
- package/dist/components/index3.js +10 -10
- package/dist/components/mg-action-more.js +4 -2
- package/dist/components/mg-alert.js +4 -2
- package/dist/components/mg-badge2.js +4 -2
- package/dist/components/mg-button2.js +4 -2
- package/dist/components/mg-card2.js +4 -2
- package/dist/components/mg-character-left2.js +4 -2
- package/dist/components/mg-details.js +4 -2
- package/dist/components/mg-divider2.js +4 -2
- package/dist/components/mg-form.js +4 -2
- package/dist/components/mg-icon2.js +29 -21
- package/dist/components/mg-illustrated-message.js +4 -2
- package/dist/components/mg-input-checkbox-paginated2.js +5 -5
- package/dist/components/mg-input-checkbox.js +4 -2
- package/dist/components/mg-input-combobox.js +4 -2
- package/dist/components/mg-input-date.js +7 -22
- package/dist/components/mg-input-numeric.js +7 -20
- package/dist/components/mg-input-password.js +4 -2
- package/dist/components/mg-input-radio.js +4 -2
- package/dist/components/mg-input-rich-text-editor.js +5 -3
- package/dist/components/mg-input-select2.js +4 -2
- package/dist/components/mg-input-text2.js +4 -2
- package/dist/components/mg-input-textarea.js +4 -2
- package/dist/components/mg-input-title2.js +4 -2
- package/dist/components/mg-input-toggle.js +4 -2
- package/dist/components/mg-input2.js +4 -2
- package/dist/components/mg-item-more2.js +8 -4
- package/dist/components/mg-loader2.js +4 -2
- package/dist/components/mg-menu-item2.js +4 -2
- package/dist/components/mg-message2.js +4 -2
- package/dist/components/mg-modal.js +4 -2
- package/dist/components/mg-pagination.js +4 -2
- package/dist/components/mg-panel.js +4 -2
- package/dist/components/mg-popover-content2.js +4 -2
- package/dist/components/mg-popover2.js +4 -2
- package/dist/components/mg-progress.js +4 -2
- package/dist/components/mg-skip-links.js +4 -2
- package/dist/components/mg-table.js +4 -2
- package/dist/components/mg-tabs2.js +4 -2
- package/dist/components/mg-tag.js +4 -2
- package/dist/components/mg-tooltip-content2.js +4 -2
- package/dist/components/mg-tooltip2.js +4 -2
- package/dist/esm/{index-Bab8_u8S.js → index-CNX6lq0x.js} +10 -10
- package/dist/esm/{index-JHj_9FSs.js → index-T6kOJXP1.js} +47 -28
- package/dist/esm/loader.js +2 -2
- package/dist/esm/mg-action-more_37.entry.js +34 -62
- package/dist/esm/mg-alert.entry.js +2 -2
- package/dist/esm/mg-components.js +3 -3
- package/dist/esm/mg-input-combobox.entry.js +2 -2
- package/dist/esm/mg-input-rich-text-editor.entry.js +3 -3
- package/dist/esm/mg-loader.entry.js +2 -2
- package/dist/esm/mg-progress.entry.js +1 -1
- package/dist/mg-components/locales/en/messages.json +5 -5
- package/dist/mg-components/locales/fr/messages.json +5 -5
- package/dist/mg-components/mg-components.esm.js +1 -1
- package/dist/mg-components/{p-658f828c.entry.js → p-0e6b40d6.entry.js} +1 -1
- package/dist/mg-components/{p-82455ac7.entry.js → p-397bf67b.entry.js} +1 -1
- package/dist/mg-components/{p-c85b5d10.entry.js → p-5dc3a1fb.entry.js} +1 -1
- package/dist/mg-components/p-8a69175b.entry.js +1 -0
- package/dist/mg-components/p-CNX6lq0x.js +1 -0
- package/dist/mg-components/p-T6kOJXP1.js +2 -0
- package/dist/mg-components/{p-42a90251.entry.js → p-c5da335e.entry.js} +1 -1
- package/dist/mg-components/{p-54156253.entry.js → p-d84d87ea.entry.js} +1 -1
- package/dist/types/components/atoms/mg-icon/mg-icon.conf.d.ts +1 -1
- package/dist/types/components/atoms/mg-icon/mg-icon.d.ts +0 -5
- package/dist/types/stencil-public-runtime.d.ts +39 -2
- package/dist/types/types/index.d.ts +1 -1
- package/ide/intellij/web-types.json +19 -174
- package/ide/vscode/html-custom-data.json +17 -14
- package/package.json +21 -21
- package/dist/mg-components/p-Bab8_u8S.js +0 -1
- package/dist/mg-components/p-JHj_9FSs.js +0 -2
- package/dist/mg-components/p-abbd151c.entry.js +0 -1
|
@@ -316,7 +316,6 @@ export class MgInputTextarea {
|
|
|
316
316
|
return {
|
|
317
317
|
"value": {
|
|
318
318
|
"type": "string",
|
|
319
|
-
"attribute": "value",
|
|
320
319
|
"mutable": true,
|
|
321
320
|
"complexType": {
|
|
322
321
|
"original": "string",
|
|
@@ -331,11 +330,11 @@ export class MgInputTextarea {
|
|
|
331
330
|
},
|
|
332
331
|
"getter": false,
|
|
333
332
|
"setter": false,
|
|
334
|
-
"reflect": true
|
|
333
|
+
"reflect": true,
|
|
334
|
+
"attribute": "value"
|
|
335
335
|
},
|
|
336
336
|
"identifier": {
|
|
337
337
|
"type": "string",
|
|
338
|
-
"attribute": "identifier",
|
|
339
338
|
"mutable": false,
|
|
340
339
|
"complexType": {
|
|
341
340
|
"original": "string",
|
|
@@ -350,11 +349,11 @@ export class MgInputTextarea {
|
|
|
350
349
|
},
|
|
351
350
|
"getter": false,
|
|
352
351
|
"setter": false,
|
|
353
|
-
"reflect": false
|
|
352
|
+
"reflect": false,
|
|
353
|
+
"attribute": "identifier"
|
|
354
354
|
},
|
|
355
355
|
"name": {
|
|
356
356
|
"type": "string",
|
|
357
|
-
"attribute": "name",
|
|
358
357
|
"mutable": false,
|
|
359
358
|
"complexType": {
|
|
360
359
|
"original": "string",
|
|
@@ -370,11 +369,11 @@ export class MgInputTextarea {
|
|
|
370
369
|
"getter": false,
|
|
371
370
|
"setter": false,
|
|
372
371
|
"reflect": false,
|
|
372
|
+
"attribute": "name",
|
|
373
373
|
"defaultValue": "this.identifier"
|
|
374
374
|
},
|
|
375
375
|
"label": {
|
|
376
376
|
"type": "string",
|
|
377
|
-
"attribute": "label",
|
|
378
377
|
"mutable": false,
|
|
379
378
|
"complexType": {
|
|
380
379
|
"original": "string",
|
|
@@ -389,11 +388,11 @@ export class MgInputTextarea {
|
|
|
389
388
|
},
|
|
390
389
|
"getter": false,
|
|
391
390
|
"setter": false,
|
|
392
|
-
"reflect": false
|
|
391
|
+
"reflect": false,
|
|
392
|
+
"attribute": "label"
|
|
393
393
|
},
|
|
394
394
|
"labelOnTop": {
|
|
395
395
|
"type": "boolean",
|
|
396
|
-
"attribute": "label-on-top",
|
|
397
396
|
"mutable": false,
|
|
398
397
|
"complexType": {
|
|
399
398
|
"original": "boolean",
|
|
@@ -409,11 +408,11 @@ export class MgInputTextarea {
|
|
|
409
408
|
"getter": false,
|
|
410
409
|
"setter": false,
|
|
411
410
|
"reflect": false,
|
|
411
|
+
"attribute": "label-on-top",
|
|
412
412
|
"defaultValue": "false"
|
|
413
413
|
},
|
|
414
414
|
"labelHide": {
|
|
415
415
|
"type": "boolean",
|
|
416
|
-
"attribute": "label-hide",
|
|
417
416
|
"mutable": false,
|
|
418
417
|
"complexType": {
|
|
419
418
|
"original": "boolean",
|
|
@@ -429,11 +428,11 @@ export class MgInputTextarea {
|
|
|
429
428
|
"getter": false,
|
|
430
429
|
"setter": false,
|
|
431
430
|
"reflect": false,
|
|
431
|
+
"attribute": "label-hide",
|
|
432
432
|
"defaultValue": "false"
|
|
433
433
|
},
|
|
434
434
|
"placeholder": {
|
|
435
435
|
"type": "string",
|
|
436
|
-
"attribute": "placeholder",
|
|
437
436
|
"mutable": false,
|
|
438
437
|
"complexType": {
|
|
439
438
|
"original": "string",
|
|
@@ -448,11 +447,11 @@ export class MgInputTextarea {
|
|
|
448
447
|
},
|
|
449
448
|
"getter": false,
|
|
450
449
|
"setter": false,
|
|
451
|
-
"reflect": false
|
|
450
|
+
"reflect": false,
|
|
451
|
+
"attribute": "placeholder"
|
|
452
452
|
},
|
|
453
453
|
"maxlength": {
|
|
454
454
|
"type": "number",
|
|
455
|
-
"attribute": "maxlength",
|
|
456
455
|
"mutable": false,
|
|
457
456
|
"complexType": {
|
|
458
457
|
"original": "number",
|
|
@@ -468,11 +467,11 @@ export class MgInputTextarea {
|
|
|
468
467
|
"getter": false,
|
|
469
468
|
"setter": false,
|
|
470
469
|
"reflect": false,
|
|
470
|
+
"attribute": "maxlength",
|
|
471
471
|
"defaultValue": "4000"
|
|
472
472
|
},
|
|
473
473
|
"required": {
|
|
474
474
|
"type": "boolean",
|
|
475
|
-
"attribute": "required",
|
|
476
475
|
"mutable": false,
|
|
477
476
|
"complexType": {
|
|
478
477
|
"original": "boolean",
|
|
@@ -488,11 +487,11 @@ export class MgInputTextarea {
|
|
|
488
487
|
"getter": false,
|
|
489
488
|
"setter": false,
|
|
490
489
|
"reflect": false,
|
|
490
|
+
"attribute": "required",
|
|
491
491
|
"defaultValue": "false"
|
|
492
492
|
},
|
|
493
493
|
"readonly": {
|
|
494
494
|
"type": "boolean",
|
|
495
|
-
"attribute": "readonly",
|
|
496
495
|
"mutable": false,
|
|
497
496
|
"complexType": {
|
|
498
497
|
"original": "boolean",
|
|
@@ -508,11 +507,11 @@ export class MgInputTextarea {
|
|
|
508
507
|
"getter": false,
|
|
509
508
|
"setter": false,
|
|
510
509
|
"reflect": false,
|
|
510
|
+
"attribute": "readonly",
|
|
511
511
|
"defaultValue": "false"
|
|
512
512
|
},
|
|
513
513
|
"disabled": {
|
|
514
514
|
"type": "boolean",
|
|
515
|
-
"attribute": "disabled",
|
|
516
515
|
"mutable": false,
|
|
517
516
|
"complexType": {
|
|
518
517
|
"original": "boolean",
|
|
@@ -528,11 +527,11 @@ export class MgInputTextarea {
|
|
|
528
527
|
"getter": false,
|
|
529
528
|
"setter": false,
|
|
530
529
|
"reflect": false,
|
|
530
|
+
"attribute": "disabled",
|
|
531
531
|
"defaultValue": "false"
|
|
532
532
|
},
|
|
533
533
|
"mgWidth": {
|
|
534
534
|
"type": "any",
|
|
535
|
-
"attribute": "mg-width",
|
|
536
535
|
"mutable": false,
|
|
537
536
|
"complexType": {
|
|
538
537
|
"original": "Width",
|
|
@@ -554,11 +553,11 @@ export class MgInputTextarea {
|
|
|
554
553
|
"getter": false,
|
|
555
554
|
"setter": false,
|
|
556
555
|
"reflect": false,
|
|
556
|
+
"attribute": "mg-width",
|
|
557
557
|
"defaultValue": "'full'"
|
|
558
558
|
},
|
|
559
559
|
"pattern": {
|
|
560
560
|
"type": "string",
|
|
561
|
-
"attribute": "pattern",
|
|
562
561
|
"mutable": false,
|
|
563
562
|
"complexType": {
|
|
564
563
|
"original": "string",
|
|
@@ -573,11 +572,11 @@ export class MgInputTextarea {
|
|
|
573
572
|
},
|
|
574
573
|
"getter": false,
|
|
575
574
|
"setter": false,
|
|
576
|
-
"reflect": false
|
|
575
|
+
"reflect": false,
|
|
576
|
+
"attribute": "pattern"
|
|
577
577
|
},
|
|
578
578
|
"patternErrorMessage": {
|
|
579
579
|
"type": "string",
|
|
580
|
-
"attribute": "pattern-error-message",
|
|
581
580
|
"mutable": false,
|
|
582
581
|
"complexType": {
|
|
583
582
|
"original": "string",
|
|
@@ -592,11 +591,11 @@ export class MgInputTextarea {
|
|
|
592
591
|
},
|
|
593
592
|
"getter": false,
|
|
594
593
|
"setter": false,
|
|
595
|
-
"reflect": false
|
|
594
|
+
"reflect": false,
|
|
595
|
+
"attribute": "pattern-error-message"
|
|
596
596
|
},
|
|
597
597
|
"rows": {
|
|
598
598
|
"type": "number",
|
|
599
|
-
"attribute": "rows",
|
|
600
599
|
"mutable": false,
|
|
601
600
|
"complexType": {
|
|
602
601
|
"original": "number",
|
|
@@ -612,11 +611,11 @@ export class MgInputTextarea {
|
|
|
612
611
|
"getter": false,
|
|
613
612
|
"setter": false,
|
|
614
613
|
"reflect": false,
|
|
614
|
+
"attribute": "rows",
|
|
615
615
|
"defaultValue": "3"
|
|
616
616
|
},
|
|
617
617
|
"tooltip": {
|
|
618
618
|
"type": "string",
|
|
619
|
-
"attribute": "tooltip",
|
|
620
619
|
"mutable": false,
|
|
621
620
|
"complexType": {
|
|
622
621
|
"original": "string",
|
|
@@ -631,11 +630,11 @@ export class MgInputTextarea {
|
|
|
631
630
|
},
|
|
632
631
|
"getter": false,
|
|
633
632
|
"setter": false,
|
|
634
|
-
"reflect": false
|
|
633
|
+
"reflect": false,
|
|
634
|
+
"attribute": "tooltip"
|
|
635
635
|
},
|
|
636
636
|
"tooltipPosition": {
|
|
637
637
|
"type": "string",
|
|
638
|
-
"attribute": "tooltip-position",
|
|
639
638
|
"mutable": false,
|
|
640
639
|
"complexType": {
|
|
641
640
|
"original": "TooltipPosition",
|
|
@@ -657,11 +656,11 @@ export class MgInputTextarea {
|
|
|
657
656
|
"getter": false,
|
|
658
657
|
"setter": false,
|
|
659
658
|
"reflect": false,
|
|
659
|
+
"attribute": "tooltip-position",
|
|
660
660
|
"defaultValue": "'input'"
|
|
661
661
|
},
|
|
662
662
|
"characterLeftHide": {
|
|
663
663
|
"type": "boolean",
|
|
664
|
-
"attribute": "character-left-hide",
|
|
665
664
|
"mutable": false,
|
|
666
665
|
"complexType": {
|
|
667
666
|
"original": "boolean",
|
|
@@ -677,11 +676,11 @@ export class MgInputTextarea {
|
|
|
677
676
|
"getter": false,
|
|
678
677
|
"setter": false,
|
|
679
678
|
"reflect": false,
|
|
679
|
+
"attribute": "character-left-hide",
|
|
680
680
|
"defaultValue": "false"
|
|
681
681
|
},
|
|
682
682
|
"helpText": {
|
|
683
683
|
"type": "string",
|
|
684
|
-
"attribute": "help-text",
|
|
685
684
|
"mutable": false,
|
|
686
685
|
"complexType": {
|
|
687
686
|
"original": "string",
|
|
@@ -696,11 +695,11 @@ export class MgInputTextarea {
|
|
|
696
695
|
},
|
|
697
696
|
"getter": false,
|
|
698
697
|
"setter": false,
|
|
699
|
-
"reflect": false
|
|
698
|
+
"reflect": false,
|
|
699
|
+
"attribute": "help-text"
|
|
700
700
|
},
|
|
701
701
|
"resizable": {
|
|
702
702
|
"type": "string",
|
|
703
|
-
"attribute": "resizable",
|
|
704
703
|
"mutable": false,
|
|
705
704
|
"complexType": {
|
|
706
705
|
"original": "'none' | 'both' | 'horizontal' | 'vertical'",
|
|
@@ -716,11 +715,11 @@ export class MgInputTextarea {
|
|
|
716
715
|
"getter": false,
|
|
717
716
|
"setter": false,
|
|
718
717
|
"reflect": false,
|
|
718
|
+
"attribute": "resizable",
|
|
719
719
|
"defaultValue": "'none'"
|
|
720
720
|
},
|
|
721
721
|
"valid": {
|
|
722
722
|
"type": "boolean",
|
|
723
|
-
"attribute": "valid",
|
|
724
723
|
"mutable": true,
|
|
725
724
|
"complexType": {
|
|
726
725
|
"original": "boolean",
|
|
@@ -735,11 +734,11 @@ export class MgInputTextarea {
|
|
|
735
734
|
},
|
|
736
735
|
"getter": false,
|
|
737
736
|
"setter": false,
|
|
738
|
-
"reflect": false
|
|
737
|
+
"reflect": false,
|
|
738
|
+
"attribute": "valid"
|
|
739
739
|
},
|
|
740
740
|
"invalid": {
|
|
741
741
|
"type": "boolean",
|
|
742
|
-
"attribute": "invalid",
|
|
743
742
|
"mutable": true,
|
|
744
743
|
"complexType": {
|
|
745
744
|
"original": "boolean",
|
|
@@ -754,7 +753,8 @@ export class MgInputTextarea {
|
|
|
754
753
|
},
|
|
755
754
|
"getter": false,
|
|
756
755
|
"setter": false,
|
|
757
|
-
"reflect": false
|
|
756
|
+
"reflect": false,
|
|
757
|
+
"attribute": "invalid"
|
|
758
758
|
}
|
|
759
759
|
};
|
|
760
760
|
}
|
|
@@ -278,7 +278,6 @@ export class MgInputToggle {
|
|
|
278
278
|
return {
|
|
279
279
|
"value": {
|
|
280
280
|
"type": "any",
|
|
281
|
-
"attribute": "value",
|
|
282
281
|
"mutable": true,
|
|
283
282
|
"complexType": {
|
|
284
283
|
"original": "any",
|
|
@@ -293,11 +292,11 @@ export class MgInputToggle {
|
|
|
293
292
|
},
|
|
294
293
|
"getter": false,
|
|
295
294
|
"setter": false,
|
|
296
|
-
"reflect": false
|
|
295
|
+
"reflect": false,
|
|
296
|
+
"attribute": "value"
|
|
297
297
|
},
|
|
298
298
|
"items": {
|
|
299
299
|
"type": "unknown",
|
|
300
|
-
"attribute": "items",
|
|
301
300
|
"mutable": false,
|
|
302
301
|
"complexType": {
|
|
303
302
|
"original": "string[] | ToggleValue[]",
|
|
@@ -321,7 +320,6 @@ export class MgInputToggle {
|
|
|
321
320
|
},
|
|
322
321
|
"identifier": {
|
|
323
322
|
"type": "string",
|
|
324
|
-
"attribute": "identifier",
|
|
325
323
|
"mutable": false,
|
|
326
324
|
"complexType": {
|
|
327
325
|
"original": "string",
|
|
@@ -336,11 +334,11 @@ export class MgInputToggle {
|
|
|
336
334
|
},
|
|
337
335
|
"getter": false,
|
|
338
336
|
"setter": false,
|
|
339
|
-
"reflect": false
|
|
337
|
+
"reflect": false,
|
|
338
|
+
"attribute": "identifier"
|
|
340
339
|
},
|
|
341
340
|
"name": {
|
|
342
341
|
"type": "string",
|
|
343
|
-
"attribute": "name",
|
|
344
342
|
"mutable": false,
|
|
345
343
|
"complexType": {
|
|
346
344
|
"original": "string",
|
|
@@ -356,11 +354,11 @@ export class MgInputToggle {
|
|
|
356
354
|
"getter": false,
|
|
357
355
|
"setter": false,
|
|
358
356
|
"reflect": false,
|
|
357
|
+
"attribute": "name",
|
|
359
358
|
"defaultValue": "this.identifier"
|
|
360
359
|
},
|
|
361
360
|
"label": {
|
|
362
361
|
"type": "string",
|
|
363
|
-
"attribute": "label",
|
|
364
362
|
"mutable": false,
|
|
365
363
|
"complexType": {
|
|
366
364
|
"original": "string",
|
|
@@ -375,11 +373,11 @@ export class MgInputToggle {
|
|
|
375
373
|
},
|
|
376
374
|
"getter": false,
|
|
377
375
|
"setter": false,
|
|
378
|
-
"reflect": false
|
|
376
|
+
"reflect": false,
|
|
377
|
+
"attribute": "label"
|
|
379
378
|
},
|
|
380
379
|
"labelOnTop": {
|
|
381
380
|
"type": "boolean",
|
|
382
|
-
"attribute": "label-on-top",
|
|
383
381
|
"mutable": false,
|
|
384
382
|
"complexType": {
|
|
385
383
|
"original": "boolean",
|
|
@@ -395,11 +393,11 @@ export class MgInputToggle {
|
|
|
395
393
|
"getter": false,
|
|
396
394
|
"setter": false,
|
|
397
395
|
"reflect": false,
|
|
396
|
+
"attribute": "label-on-top",
|
|
398
397
|
"defaultValue": "false"
|
|
399
398
|
},
|
|
400
399
|
"labelHide": {
|
|
401
400
|
"type": "boolean",
|
|
402
|
-
"attribute": "label-hide",
|
|
403
401
|
"mutable": false,
|
|
404
402
|
"complexType": {
|
|
405
403
|
"original": "boolean",
|
|
@@ -415,11 +413,11 @@ export class MgInputToggle {
|
|
|
415
413
|
"getter": false,
|
|
416
414
|
"setter": false,
|
|
417
415
|
"reflect": false,
|
|
416
|
+
"attribute": "label-hide",
|
|
418
417
|
"defaultValue": "false"
|
|
419
418
|
},
|
|
420
419
|
"isOnOff": {
|
|
421
420
|
"type": "boolean",
|
|
422
|
-
"attribute": "is-on-off",
|
|
423
421
|
"mutable": false,
|
|
424
422
|
"complexType": {
|
|
425
423
|
"original": "boolean",
|
|
@@ -435,11 +433,11 @@ export class MgInputToggle {
|
|
|
435
433
|
"getter": false,
|
|
436
434
|
"setter": false,
|
|
437
435
|
"reflect": false,
|
|
436
|
+
"attribute": "is-on-off",
|
|
438
437
|
"defaultValue": "false"
|
|
439
438
|
},
|
|
440
439
|
"isIcon": {
|
|
441
440
|
"type": "boolean",
|
|
442
|
-
"attribute": "is-icon",
|
|
443
441
|
"mutable": false,
|
|
444
442
|
"complexType": {
|
|
445
443
|
"original": "boolean",
|
|
@@ -455,11 +453,11 @@ export class MgInputToggle {
|
|
|
455
453
|
"getter": false,
|
|
456
454
|
"setter": false,
|
|
457
455
|
"reflect": false,
|
|
456
|
+
"attribute": "is-icon",
|
|
458
457
|
"defaultValue": "false"
|
|
459
458
|
},
|
|
460
459
|
"readonly": {
|
|
461
460
|
"type": "boolean",
|
|
462
|
-
"attribute": "readonly",
|
|
463
461
|
"mutable": false,
|
|
464
462
|
"complexType": {
|
|
465
463
|
"original": "boolean",
|
|
@@ -475,11 +473,11 @@ export class MgInputToggle {
|
|
|
475
473
|
"getter": false,
|
|
476
474
|
"setter": false,
|
|
477
475
|
"reflect": false,
|
|
476
|
+
"attribute": "readonly",
|
|
478
477
|
"defaultValue": "false"
|
|
479
478
|
},
|
|
480
479
|
"disabled": {
|
|
481
480
|
"type": "boolean",
|
|
482
|
-
"attribute": "disabled",
|
|
483
481
|
"mutable": false,
|
|
484
482
|
"complexType": {
|
|
485
483
|
"original": "boolean",
|
|
@@ -495,11 +493,11 @@ export class MgInputToggle {
|
|
|
495
493
|
"getter": false,
|
|
496
494
|
"setter": false,
|
|
497
495
|
"reflect": false,
|
|
496
|
+
"attribute": "disabled",
|
|
498
497
|
"defaultValue": "false"
|
|
499
498
|
},
|
|
500
499
|
"tooltip": {
|
|
501
500
|
"type": "string",
|
|
502
|
-
"attribute": "tooltip",
|
|
503
501
|
"mutable": false,
|
|
504
502
|
"complexType": {
|
|
505
503
|
"original": "string",
|
|
@@ -514,11 +512,11 @@ export class MgInputToggle {
|
|
|
514
512
|
},
|
|
515
513
|
"getter": false,
|
|
516
514
|
"setter": false,
|
|
517
|
-
"reflect": false
|
|
515
|
+
"reflect": false,
|
|
516
|
+
"attribute": "tooltip"
|
|
518
517
|
},
|
|
519
518
|
"tooltipPosition": {
|
|
520
519
|
"type": "string",
|
|
521
|
-
"attribute": "tooltip-position",
|
|
522
520
|
"mutable": false,
|
|
523
521
|
"complexType": {
|
|
524
522
|
"original": "TooltipPosition",
|
|
@@ -540,11 +538,11 @@ export class MgInputToggle {
|
|
|
540
538
|
"getter": false,
|
|
541
539
|
"setter": false,
|
|
542
540
|
"reflect": false,
|
|
541
|
+
"attribute": "tooltip-position",
|
|
543
542
|
"defaultValue": "'input'"
|
|
544
543
|
},
|
|
545
544
|
"helpText": {
|
|
546
545
|
"type": "string",
|
|
547
|
-
"attribute": "help-text",
|
|
548
546
|
"mutable": false,
|
|
549
547
|
"complexType": {
|
|
550
548
|
"original": "string",
|
|
@@ -559,7 +557,8 @@ export class MgInputToggle {
|
|
|
559
557
|
},
|
|
560
558
|
"getter": false,
|
|
561
559
|
"setter": false,
|
|
562
|
-
"reflect": false
|
|
560
|
+
"reflect": false,
|
|
561
|
+
"attribute": "help-text"
|
|
563
562
|
}
|
|
564
563
|
};
|
|
565
564
|
}
|
|
@@ -101,7 +101,6 @@ export class MgItemMore {
|
|
|
101
101
|
return {
|
|
102
102
|
"icon": {
|
|
103
103
|
"type": "unknown",
|
|
104
|
-
"attribute": "icon",
|
|
105
104
|
"mutable": false,
|
|
106
105
|
"complexType": {
|
|
107
106
|
"original": "IconType",
|
|
@@ -126,7 +125,6 @@ export class MgItemMore {
|
|
|
126
125
|
},
|
|
127
126
|
"slotlabel": {
|
|
128
127
|
"type": "unknown",
|
|
129
|
-
"attribute": "slotlabel",
|
|
130
128
|
"mutable": false,
|
|
131
129
|
"complexType": {
|
|
132
130
|
"original": "SlotLabelType",
|
|
@@ -151,7 +149,6 @@ export class MgItemMore {
|
|
|
151
149
|
},
|
|
152
150
|
"size": {
|
|
153
151
|
"type": "string",
|
|
154
|
-
"attribute": "size",
|
|
155
152
|
"mutable": false,
|
|
156
153
|
"complexType": {
|
|
157
154
|
"original": "SizeType",
|
|
@@ -172,7 +169,8 @@ export class MgItemMore {
|
|
|
172
169
|
},
|
|
173
170
|
"getter": false,
|
|
174
171
|
"setter": false,
|
|
175
|
-
"reflect": false
|
|
172
|
+
"reflect": false,
|
|
173
|
+
"attribute": "size"
|
|
176
174
|
}
|
|
177
175
|
};
|
|
178
176
|
}
|
|
@@ -180,7 +180,6 @@ export class MgMenu {
|
|
|
180
180
|
return {
|
|
181
181
|
"label": {
|
|
182
182
|
"type": "string",
|
|
183
|
-
"attribute": "label",
|
|
184
183
|
"mutable": false,
|
|
185
184
|
"complexType": {
|
|
186
185
|
"original": "string",
|
|
@@ -195,11 +194,11 @@ export class MgMenu {
|
|
|
195
194
|
},
|
|
196
195
|
"getter": false,
|
|
197
196
|
"setter": false,
|
|
198
|
-
"reflect": false
|
|
197
|
+
"reflect": false,
|
|
198
|
+
"attribute": "label"
|
|
199
199
|
},
|
|
200
200
|
"direction": {
|
|
201
201
|
"type": "string",
|
|
202
|
-
"attribute": "direction",
|
|
203
202
|
"mutable": false,
|
|
204
203
|
"complexType": {
|
|
205
204
|
"original": "Direction",
|
|
@@ -221,11 +220,11 @@ export class MgMenu {
|
|
|
221
220
|
"getter": false,
|
|
222
221
|
"setter": false,
|
|
223
222
|
"reflect": true,
|
|
223
|
+
"attribute": "direction",
|
|
224
224
|
"defaultValue": "'horizontal'"
|
|
225
225
|
},
|
|
226
226
|
"itemmore": {
|
|
227
227
|
"type": "unknown",
|
|
228
|
-
"attribute": "itemmore",
|
|
229
228
|
"mutable": false,
|
|
230
229
|
"complexType": {
|
|
231
230
|
"original": "ItemMoreType",
|
|
@@ -249,7 +248,6 @@ export class MgMenu {
|
|
|
249
248
|
},
|
|
250
249
|
"size": {
|
|
251
250
|
"type": "string",
|
|
252
|
-
"attribute": "size",
|
|
253
251
|
"mutable": false,
|
|
254
252
|
"complexType": {
|
|
255
253
|
"original": "MenuSizeType",
|
|
@@ -271,6 +269,7 @@ export class MgMenu {
|
|
|
271
269
|
"getter": false,
|
|
272
270
|
"setter": false,
|
|
273
271
|
"reflect": false,
|
|
272
|
+
"attribute": "size",
|
|
274
273
|
"defaultValue": "'medium'"
|
|
275
274
|
}
|
|
276
275
|
};
|
|
@@ -384,7 +384,6 @@ export class MgMenuItem {
|
|
|
384
384
|
return {
|
|
385
385
|
"identifier": {
|
|
386
386
|
"type": "string",
|
|
387
|
-
"attribute": "identifier",
|
|
388
387
|
"mutable": false,
|
|
389
388
|
"complexType": {
|
|
390
389
|
"original": "string",
|
|
@@ -400,11 +399,11 @@ export class MgMenuItem {
|
|
|
400
399
|
"getter": false,
|
|
401
400
|
"setter": false,
|
|
402
401
|
"reflect": true,
|
|
402
|
+
"attribute": "identifier",
|
|
403
403
|
"defaultValue": "createID('mg-menu-item')"
|
|
404
404
|
},
|
|
405
405
|
"href": {
|
|
406
406
|
"type": "string",
|
|
407
|
-
"attribute": "href",
|
|
408
407
|
"mutable": false,
|
|
409
408
|
"complexType": {
|
|
410
409
|
"original": "string",
|
|
@@ -419,11 +418,11 @@ export class MgMenuItem {
|
|
|
419
418
|
},
|
|
420
419
|
"getter": false,
|
|
421
420
|
"setter": false,
|
|
422
|
-
"reflect": false
|
|
421
|
+
"reflect": false,
|
|
422
|
+
"attribute": "href"
|
|
423
423
|
},
|
|
424
424
|
"target": {
|
|
425
425
|
"type": "string",
|
|
426
|
-
"attribute": "target",
|
|
427
426
|
"mutable": false,
|
|
428
427
|
"complexType": {
|
|
429
428
|
"original": "TargetType",
|
|
@@ -444,11 +443,11 @@ export class MgMenuItem {
|
|
|
444
443
|
},
|
|
445
444
|
"getter": false,
|
|
446
445
|
"setter": false,
|
|
447
|
-
"reflect": false
|
|
446
|
+
"reflect": false,
|
|
447
|
+
"attribute": "target"
|
|
448
448
|
},
|
|
449
449
|
"status": {
|
|
450
450
|
"type": "string",
|
|
451
|
-
"attribute": "status",
|
|
452
451
|
"mutable": true,
|
|
453
452
|
"complexType": {
|
|
454
453
|
"original": "MgMenuStatusType",
|
|
@@ -470,11 +469,11 @@ export class MgMenuItem {
|
|
|
470
469
|
"getter": false,
|
|
471
470
|
"setter": false,
|
|
472
471
|
"reflect": true,
|
|
472
|
+
"attribute": "status",
|
|
473
473
|
"defaultValue": "'visible'"
|
|
474
474
|
},
|
|
475
475
|
"expanded": {
|
|
476
476
|
"type": "boolean",
|
|
477
|
-
"attribute": "expanded",
|
|
478
477
|
"mutable": true,
|
|
479
478
|
"complexType": {
|
|
480
479
|
"original": "boolean",
|
|
@@ -490,6 +489,7 @@ export class MgMenuItem {
|
|
|
490
489
|
"getter": false,
|
|
491
490
|
"setter": false,
|
|
492
491
|
"reflect": false,
|
|
492
|
+
"attribute": "expanded",
|
|
493
493
|
"defaultValue": "false"
|
|
494
494
|
}
|
|
495
495
|
};
|
|
@@ -164,7 +164,6 @@ export class MgActionMore {
|
|
|
164
164
|
return {
|
|
165
165
|
"items": {
|
|
166
166
|
"type": "unknown",
|
|
167
|
-
"attribute": "items",
|
|
168
167
|
"mutable": false,
|
|
169
168
|
"complexType": {
|
|
170
169
|
"original": "(MgActionMoreItemType | MgActionMoreDividerType)[]",
|
|
@@ -193,7 +192,6 @@ export class MgActionMore {
|
|
|
193
192
|
},
|
|
194
193
|
"icon": {
|
|
195
194
|
"type": "unknown",
|
|
196
|
-
"attribute": "icon",
|
|
197
195
|
"mutable": true,
|
|
198
196
|
"complexType": {
|
|
199
197
|
"original": "MgActionMoreIconType",
|
|
@@ -217,7 +215,6 @@ export class MgActionMore {
|
|
|
217
215
|
},
|
|
218
216
|
"button": {
|
|
219
217
|
"type": "unknown",
|
|
220
|
-
"attribute": "button",
|
|
221
218
|
"mutable": false,
|
|
222
219
|
"complexType": {
|
|
223
220
|
"original": "MgActionMoreButtonType",
|
|
@@ -242,7 +239,6 @@ export class MgActionMore {
|
|
|
242
239
|
},
|
|
243
240
|
"displayChevron": {
|
|
244
241
|
"type": "boolean",
|
|
245
|
-
"attribute": "display-chevron",
|
|
246
242
|
"mutable": false,
|
|
247
243
|
"complexType": {
|
|
248
244
|
"original": "boolean",
|
|
@@ -258,6 +254,7 @@ export class MgActionMore {
|
|
|
258
254
|
"getter": false,
|
|
259
255
|
"setter": false,
|
|
260
256
|
"reflect": false,
|
|
257
|
+
"attribute": "display-chevron",
|
|
261
258
|
"defaultValue": "false"
|
|
262
259
|
}
|
|
263
260
|
};
|