@mgdis/mg-components 6.15.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/events.utils-D5SAtkpQ.js +25 -0
- package/dist/cjs/{index-BGxkpQwi.js → index-DCZEYvlH.js} +48 -29
- package/dist/cjs/{index-iUZvsp-F.js → index-TUElr4Wv.js} +18 -30
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/mg-action-more_37.cjs.entry.js +100 -365
- package/dist/cjs/mg-alert.cjs.entry.js +2 -2
- package/dist/cjs/mg-components.cjs.js +3 -3
- package/dist/cjs/mg-input-combobox.cjs.entry.js +78 -140
- package/dist/cjs/mg-input-rich-text-editor.cjs.entry.js +4 -4
- package/dist/cjs/{mg-input.conf-CwjEAih3.js → mg-input.conf-WTsvDfpC.js} +0 -7
- 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.conf.js +0 -6
- package/dist/collection/components/molecules/inputs/mg-input/mg-input.js +37 -108
- package/dist/collection/components/molecules/inputs/mg-input-checkbox/MgInputCheckboxList.js +1 -2
- 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 +42 -99
- package/dist/collection/components/molecules/inputs/mg-input-combobox/mg-input-combobox.js +82 -167
- 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 +32 -86
- 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 +33 -82
- 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 +27 -161
- 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 +8 -13
- package/dist/collection/locales/fr/messages.json +8 -13
- package/dist/components/index2.js +1 -1
- package/dist/components/index3.js +18 -30
- 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 +99 -1
- 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 +6 -7
- package/dist/components/mg-input-checkbox.js +23 -65
- package/dist/components/mg-input-combobox.js +64 -132
- package/dist/components/mg-input-date.js +8 -29
- package/dist/components/mg-input-numeric.js +8 -27
- package/dist/components/mg-input-password.js +6 -10
- package/dist/components/mg-input-radio.js +16 -55
- package/dist/components/mg-input-rich-text-editor.js +6 -10
- package/dist/components/mg-input-select2.js +12 -46
- package/dist/components/mg-input-text2.js +6 -10
- package/dist/components/mg-input-textarea.js +6 -10
- package/dist/components/mg-input-title2.js +4 -2
- package/dist/components/mg-input-toggle.js +15 -98
- package/dist/components/mg-input2.js +26 -101
- 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 +6 -10
- package/dist/components/mg-panel.js +11 -15
- 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/events.utils-yMGqY8YG.js +23 -0
- package/dist/esm/{index-CKB-AnCZ.js → index-CNX6lq0x.js} +18 -30
- package/dist/esm/{index-DhAOnZJn.js → index-T6kOJXP1.js} +48 -29
- package/dist/esm/loader.js +3 -3
- package/dist/esm/mg-action-more_37.entry.js +96 -361
- package/dist/esm/mg-alert.entry.js +2 -2
- package/dist/esm/mg-components.js +4 -4
- package/dist/esm/mg-input-combobox.entry.js +59 -121
- package/dist/esm/mg-input-rich-text-editor.entry.js +4 -4
- package/dist/esm/{mg-input.conf-BAUTlb6r.js → mg-input.conf-CNgv8hc5.js} +1 -7
- 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 +8 -13
- package/dist/mg-components/locales/fr/messages.json +8 -13
- package/dist/mg-components/mg-components.esm.js +1 -1
- package/dist/mg-components/{p-47e19783.entry.js → p-0e6b40d6.entry.js} +1 -1
- package/dist/mg-components/{p-67af6274.entry.js → p-397bf67b.entry.js} +1 -1
- package/dist/mg-components/{p-a0fa44cf.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-CNgv8hc5.js +1 -0
- package/dist/mg-components/p-T6kOJXP1.js +2 -0
- package/dist/mg-components/{p-420daa1e.entry.js → p-c5da335e.entry.js} +1 -1
- package/dist/mg-components/p-d84d87ea.entry.js +1 -0
- package/dist/mg-components/p-yMGqY8YG.js +1 -0
- 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/components/molecules/inputs/mg-input/mg-input.conf.d.ts +0 -13
- package/dist/types/components/molecules/inputs/mg-input/mg-input.d.ts +4 -15
- package/dist/types/components/molecules/inputs/mg-input-checkbox/mg-input-checkbox.d.ts +3 -21
- package/dist/types/components/molecules/inputs/mg-input-combobox/mg-input-combobox.d.ts +2 -16
- package/dist/types/components/molecules/inputs/mg-input-radio/mg-input-radio.d.ts +0 -18
- package/dist/types/components/molecules/inputs/mg-input-select/mg-input-select.d.ts +0 -18
- package/dist/types/components/molecules/inputs/mg-input-toggle/mg-input-toggle.d.ts +4 -40
- package/dist/types/components.d.ts +7 -63
- 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 +23 -304
- package/ide/vscode/html-custom-data.json +18 -113
- package/package.json +22 -22
- package/dist/cjs/mg-input.utils-D-ASK4ua.js +0 -49
- package/dist/collection/components/molecules/inputs/mg-input/mg-input.utils.js +0 -21
- package/dist/components/mg-details2.js +0 -99
- package/dist/components/mg-input.utils.js +0 -24
- package/dist/esm/mg-input.utils-BYI03zSi.js +0 -46
- package/dist/mg-components/p-31856cff.entry.js +0 -1
- package/dist/mg-components/p-698dfc6c.entry.js +0 -1
- package/dist/mg-components/p-BAUTlb6r.js +0 -1
- package/dist/mg-components/p-CKB-AnCZ.js +0 -1
- package/dist/mg-components/p-DhAOnZJn.js +0 -2
- package/dist/mg-components/p-PuX-pdL4.js +0 -1
- package/dist/types/components/molecules/inputs/mg-input/mg-input.utils.d.ts +0 -8
|
@@ -393,7 +393,6 @@ export class MgInputText {
|
|
|
393
393
|
return {
|
|
394
394
|
"value": {
|
|
395
395
|
"type": "any",
|
|
396
|
-
"attribute": "value",
|
|
397
396
|
"mutable": true,
|
|
398
397
|
"complexType": {
|
|
399
398
|
"original": "any",
|
|
@@ -408,11 +407,11 @@ export class MgInputText {
|
|
|
408
407
|
},
|
|
409
408
|
"getter": false,
|
|
410
409
|
"setter": false,
|
|
411
|
-
"reflect": true
|
|
410
|
+
"reflect": true,
|
|
411
|
+
"attribute": "value"
|
|
412
412
|
},
|
|
413
413
|
"identifier": {
|
|
414
414
|
"type": "string",
|
|
415
|
-
"attribute": "identifier",
|
|
416
415
|
"mutable": false,
|
|
417
416
|
"complexType": {
|
|
418
417
|
"original": "string",
|
|
@@ -427,11 +426,11 @@ export class MgInputText {
|
|
|
427
426
|
},
|
|
428
427
|
"getter": false,
|
|
429
428
|
"setter": false,
|
|
430
|
-
"reflect": false
|
|
429
|
+
"reflect": false,
|
|
430
|
+
"attribute": "identifier"
|
|
431
431
|
},
|
|
432
432
|
"name": {
|
|
433
433
|
"type": "string",
|
|
434
|
-
"attribute": "name",
|
|
435
434
|
"mutable": false,
|
|
436
435
|
"complexType": {
|
|
437
436
|
"original": "string",
|
|
@@ -447,11 +446,11 @@ export class MgInputText {
|
|
|
447
446
|
"getter": false,
|
|
448
447
|
"setter": false,
|
|
449
448
|
"reflect": false,
|
|
449
|
+
"attribute": "name",
|
|
450
450
|
"defaultValue": "this.identifier"
|
|
451
451
|
},
|
|
452
452
|
"label": {
|
|
453
453
|
"type": "string",
|
|
454
|
-
"attribute": "label",
|
|
455
454
|
"mutable": false,
|
|
456
455
|
"complexType": {
|
|
457
456
|
"original": "string",
|
|
@@ -466,11 +465,11 @@ export class MgInputText {
|
|
|
466
465
|
},
|
|
467
466
|
"getter": false,
|
|
468
467
|
"setter": false,
|
|
469
|
-
"reflect": false
|
|
468
|
+
"reflect": false,
|
|
469
|
+
"attribute": "label"
|
|
470
470
|
},
|
|
471
471
|
"labelOnTop": {
|
|
472
472
|
"type": "boolean",
|
|
473
|
-
"attribute": "label-on-top",
|
|
474
473
|
"mutable": false,
|
|
475
474
|
"complexType": {
|
|
476
475
|
"original": "boolean",
|
|
@@ -486,11 +485,11 @@ export class MgInputText {
|
|
|
486
485
|
"getter": false,
|
|
487
486
|
"setter": false,
|
|
488
487
|
"reflect": false,
|
|
488
|
+
"attribute": "label-on-top",
|
|
489
489
|
"defaultValue": "false"
|
|
490
490
|
},
|
|
491
491
|
"labelHide": {
|
|
492
492
|
"type": "boolean",
|
|
493
|
-
"attribute": "label-hide",
|
|
494
493
|
"mutable": false,
|
|
495
494
|
"complexType": {
|
|
496
495
|
"original": "boolean",
|
|
@@ -506,11 +505,11 @@ export class MgInputText {
|
|
|
506
505
|
"getter": false,
|
|
507
506
|
"setter": false,
|
|
508
507
|
"reflect": false,
|
|
508
|
+
"attribute": "label-hide",
|
|
509
509
|
"defaultValue": "false"
|
|
510
510
|
},
|
|
511
511
|
"type": {
|
|
512
512
|
"type": "string",
|
|
513
|
-
"attribute": "type",
|
|
514
513
|
"mutable": false,
|
|
515
514
|
"complexType": {
|
|
516
515
|
"original": "TextType",
|
|
@@ -532,11 +531,11 @@ export class MgInputText {
|
|
|
532
531
|
"getter": false,
|
|
533
532
|
"setter": false,
|
|
534
533
|
"reflect": false,
|
|
534
|
+
"attribute": "type",
|
|
535
535
|
"defaultValue": "'text'"
|
|
536
536
|
},
|
|
537
537
|
"icon": {
|
|
538
538
|
"type": "string",
|
|
539
|
-
"attribute": "icon",
|
|
540
539
|
"mutable": false,
|
|
541
540
|
"complexType": {
|
|
542
541
|
"original": "IconType",
|
|
@@ -557,11 +556,11 @@ export class MgInputText {
|
|
|
557
556
|
},
|
|
558
557
|
"getter": false,
|
|
559
558
|
"setter": false,
|
|
560
|
-
"reflect": false
|
|
559
|
+
"reflect": false,
|
|
560
|
+
"attribute": "icon"
|
|
561
561
|
},
|
|
562
562
|
"placeholder": {
|
|
563
563
|
"type": "string",
|
|
564
|
-
"attribute": "placeholder",
|
|
565
564
|
"mutable": false,
|
|
566
565
|
"complexType": {
|
|
567
566
|
"original": "string",
|
|
@@ -576,11 +575,11 @@ export class MgInputText {
|
|
|
576
575
|
},
|
|
577
576
|
"getter": false,
|
|
578
577
|
"setter": false,
|
|
579
|
-
"reflect": false
|
|
578
|
+
"reflect": false,
|
|
579
|
+
"attribute": "placeholder"
|
|
580
580
|
},
|
|
581
581
|
"datalistoptions": {
|
|
582
582
|
"type": "unknown",
|
|
583
|
-
"attribute": "datalistoptions",
|
|
584
583
|
"mutable": false,
|
|
585
584
|
"complexType": {
|
|
586
585
|
"original": "string[] | OptionType[]",
|
|
@@ -604,7 +603,6 @@ export class MgInputText {
|
|
|
604
603
|
},
|
|
605
604
|
"maxlength": {
|
|
606
605
|
"type": "number",
|
|
607
|
-
"attribute": "maxlength",
|
|
608
606
|
"mutable": false,
|
|
609
607
|
"complexType": {
|
|
610
608
|
"original": "number",
|
|
@@ -620,11 +618,11 @@ export class MgInputText {
|
|
|
620
618
|
"getter": false,
|
|
621
619
|
"setter": false,
|
|
622
620
|
"reflect": false,
|
|
621
|
+
"attribute": "maxlength",
|
|
623
622
|
"defaultValue": "400"
|
|
624
623
|
},
|
|
625
624
|
"required": {
|
|
626
625
|
"type": "boolean",
|
|
627
|
-
"attribute": "required",
|
|
628
626
|
"mutable": false,
|
|
629
627
|
"complexType": {
|
|
630
628
|
"original": "boolean",
|
|
@@ -640,11 +638,11 @@ export class MgInputText {
|
|
|
640
638
|
"getter": false,
|
|
641
639
|
"setter": false,
|
|
642
640
|
"reflect": false,
|
|
641
|
+
"attribute": "required",
|
|
643
642
|
"defaultValue": "false"
|
|
644
643
|
},
|
|
645
644
|
"readonly": {
|
|
646
645
|
"type": "boolean",
|
|
647
|
-
"attribute": "readonly",
|
|
648
646
|
"mutable": false,
|
|
649
647
|
"complexType": {
|
|
650
648
|
"original": "boolean",
|
|
@@ -660,11 +658,11 @@ export class MgInputText {
|
|
|
660
658
|
"getter": false,
|
|
661
659
|
"setter": false,
|
|
662
660
|
"reflect": false,
|
|
661
|
+
"attribute": "readonly",
|
|
663
662
|
"defaultValue": "false"
|
|
664
663
|
},
|
|
665
664
|
"disabled": {
|
|
666
665
|
"type": "boolean",
|
|
667
|
-
"attribute": "disabled",
|
|
668
666
|
"mutable": false,
|
|
669
667
|
"complexType": {
|
|
670
668
|
"original": "boolean",
|
|
@@ -680,11 +678,11 @@ export class MgInputText {
|
|
|
680
678
|
"getter": false,
|
|
681
679
|
"setter": false,
|
|
682
680
|
"reflect": false,
|
|
681
|
+
"attribute": "disabled",
|
|
683
682
|
"defaultValue": "false"
|
|
684
683
|
},
|
|
685
684
|
"mgWidth": {
|
|
686
685
|
"type": "any",
|
|
687
|
-
"attribute": "mg-width",
|
|
688
686
|
"mutable": false,
|
|
689
687
|
"complexType": {
|
|
690
688
|
"original": "Width",
|
|
@@ -706,11 +704,11 @@ export class MgInputText {
|
|
|
706
704
|
"getter": false,
|
|
707
705
|
"setter": false,
|
|
708
706
|
"reflect": false,
|
|
707
|
+
"attribute": "mg-width",
|
|
709
708
|
"defaultValue": "'full'"
|
|
710
709
|
},
|
|
711
710
|
"pattern": {
|
|
712
711
|
"type": "string",
|
|
713
|
-
"attribute": "pattern",
|
|
714
712
|
"mutable": false,
|
|
715
713
|
"complexType": {
|
|
716
714
|
"original": "string",
|
|
@@ -725,11 +723,11 @@ export class MgInputText {
|
|
|
725
723
|
},
|
|
726
724
|
"getter": false,
|
|
727
725
|
"setter": false,
|
|
728
|
-
"reflect": false
|
|
726
|
+
"reflect": false,
|
|
727
|
+
"attribute": "pattern"
|
|
729
728
|
},
|
|
730
729
|
"patternErrorMessage": {
|
|
731
730
|
"type": "string",
|
|
732
|
-
"attribute": "pattern-error-message",
|
|
733
731
|
"mutable": false,
|
|
734
732
|
"complexType": {
|
|
735
733
|
"original": "string",
|
|
@@ -744,11 +742,11 @@ export class MgInputText {
|
|
|
744
742
|
},
|
|
745
743
|
"getter": false,
|
|
746
744
|
"setter": false,
|
|
747
|
-
"reflect": false
|
|
745
|
+
"reflect": false,
|
|
746
|
+
"attribute": "pattern-error-message"
|
|
748
747
|
},
|
|
749
748
|
"tooltip": {
|
|
750
749
|
"type": "string",
|
|
751
|
-
"attribute": "tooltip",
|
|
752
750
|
"mutable": false,
|
|
753
751
|
"complexType": {
|
|
754
752
|
"original": "string",
|
|
@@ -763,11 +761,11 @@ export class MgInputText {
|
|
|
763
761
|
},
|
|
764
762
|
"getter": false,
|
|
765
763
|
"setter": false,
|
|
766
|
-
"reflect": false
|
|
764
|
+
"reflect": false,
|
|
765
|
+
"attribute": "tooltip"
|
|
767
766
|
},
|
|
768
767
|
"tooltipPosition": {
|
|
769
768
|
"type": "string",
|
|
770
|
-
"attribute": "tooltip-position",
|
|
771
769
|
"mutable": false,
|
|
772
770
|
"complexType": {
|
|
773
771
|
"original": "TooltipPosition",
|
|
@@ -789,11 +787,11 @@ export class MgInputText {
|
|
|
789
787
|
"getter": false,
|
|
790
788
|
"setter": false,
|
|
791
789
|
"reflect": false,
|
|
790
|
+
"attribute": "tooltip-position",
|
|
792
791
|
"defaultValue": "'input'"
|
|
793
792
|
},
|
|
794
793
|
"characterLeftHide": {
|
|
795
794
|
"type": "boolean",
|
|
796
|
-
"attribute": "character-left-hide",
|
|
797
795
|
"mutable": false,
|
|
798
796
|
"complexType": {
|
|
799
797
|
"original": "boolean",
|
|
@@ -809,11 +807,11 @@ export class MgInputText {
|
|
|
809
807
|
"getter": false,
|
|
810
808
|
"setter": false,
|
|
811
809
|
"reflect": false,
|
|
810
|
+
"attribute": "character-left-hide",
|
|
812
811
|
"defaultValue": "false"
|
|
813
812
|
},
|
|
814
813
|
"helpText": {
|
|
815
814
|
"type": "string",
|
|
816
|
-
"attribute": "help-text",
|
|
817
815
|
"mutable": true,
|
|
818
816
|
"complexType": {
|
|
819
817
|
"original": "string",
|
|
@@ -828,11 +826,11 @@ export class MgInputText {
|
|
|
828
826
|
},
|
|
829
827
|
"getter": false,
|
|
830
828
|
"setter": false,
|
|
831
|
-
"reflect": false
|
|
829
|
+
"reflect": false,
|
|
830
|
+
"attribute": "help-text"
|
|
832
831
|
},
|
|
833
832
|
"valid": {
|
|
834
833
|
"type": "boolean",
|
|
835
|
-
"attribute": "valid",
|
|
836
834
|
"mutable": true,
|
|
837
835
|
"complexType": {
|
|
838
836
|
"original": "boolean",
|
|
@@ -847,11 +845,11 @@ export class MgInputText {
|
|
|
847
845
|
},
|
|
848
846
|
"getter": false,
|
|
849
847
|
"setter": false,
|
|
850
|
-
"reflect": false
|
|
848
|
+
"reflect": false,
|
|
849
|
+
"attribute": "valid"
|
|
851
850
|
},
|
|
852
851
|
"invalid": {
|
|
853
852
|
"type": "boolean",
|
|
854
|
-
"attribute": "invalid",
|
|
855
853
|
"mutable": true,
|
|
856
854
|
"complexType": {
|
|
857
855
|
"original": "boolean",
|
|
@@ -866,7 +864,8 @@ export class MgInputText {
|
|
|
866
864
|
},
|
|
867
865
|
"getter": false,
|
|
868
866
|
"setter": false,
|
|
869
|
-
"reflect": false
|
|
867
|
+
"reflect": false,
|
|
868
|
+
"attribute": "invalid"
|
|
870
869
|
}
|
|
871
870
|
};
|
|
872
871
|
}
|
|
@@ -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
|
}
|