@universal-material/web 3.3.5 → 3.3.7
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/custom-elements.json +1618 -1604
- package/package.json +1 -1
- package/search/search.d.ts +2 -0
- package/search/search.d.ts.map +1 -1
- package/search/search.js +13 -1
- package/search/search.js.map +1 -1
- package/vscode.html-custom-data.json +484 -484
package/custom-elements.json
CHANGED
|
@@ -432,12 +432,12 @@
|
|
|
432
432
|
},
|
|
433
433
|
{
|
|
434
434
|
"kind": "javascript-module",
|
|
435
|
-
"path": "src/
|
|
435
|
+
"path": "src/app-bar/top-app-bar.styles.ts",
|
|
436
436
|
"declarations": [
|
|
437
437
|
{
|
|
438
438
|
"kind": "variable",
|
|
439
439
|
"name": "styles",
|
|
440
|
-
"default": "css ` :host(:not([
|
|
440
|
+
"default": "css ` :host { display: block; background-color: var(--u-top-app-bar-bg-color, var(--u-color-body, var(--u-color-surface, rgb(254, 247, 255)))); color: var(--u-top-app-bar-text-color, var(--u-color-on-surface, rgb(29, 27, 32))); transition: background-color 100ms, inset 375ms cubic-bezier(0.19, 1, 0.22, 1); } :host([container-scrolled]) { background-color: var(--u-top-app-bar-constrast-bg-color, var(--u-color-surface-container, rgb(243, 237, 247))); } :host(:not([has-leading-icon])) .leading-icon { display: none; } :host(:not([has-trailing-icon])) .trailing-icon { display: none; } slot[name=leading-icon], slot[name=trailing-icon] { display: inline-flex; align-items: center; gap: var(--u-top-app-bar-icons-gap, 8px); } slot[name=leading-icon]::slotted(u-icon-button) { color: inherit; } :host([position=absolute]) .container { position: absolute; } :host([position=fixed]) .container { position: fixed; inset-inline: 0; inset-block-start: 0; inset-inline-start: var(--u-app-bar-offset, 0); } :host([position=absolute]), :host([position=fixed]) { padding-top: var(--_content-height); } :host([position=absolute]) .container, :host([position=fixed]) .container { z-index: var(--u-fixed-app-bar-z-index, 1010); } .extended-content { display: flex; align-items: flex-end; padding-inline: var(--u-extended-content-inline-padding, 16px); } :host([size=medium]) .extended-content { font-family: var(--u-font-family, var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\")); line-height: var(--u-extended-content-medium-line-height, var(--u-headline-s-line-height, 2rem)); font-size: var(--u-extended-content-medium-font-size, var(--u-headline-s-font-size, 1.5rem)); letter-spacing: var(--u-extended-content-medium-letter-spacing, var(--u-headline-s-letter-spacing, 0rem)); font-weight: var(--u-extended-content-medium-font-weight, var(--u-headline-s-font-weight, var(--u-font-weight-regular, 400))); height: var(--u-extended-content-medium-height, 3.5rem); padding-bottom: var(--u-extended-content-medium-padding-bottom, 24px); } :host([size=large]) .extended-content { font-family: var(--u-font-family, var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\")); line-height: var(--u-extended-content-large-line-height, var(--u-headline-m-line-height, 2.25rem)); font-size: var(--u-extended-content-large-font-size, var(--u-headline-m-font-size, 1.75rem)); letter-spacing: var(--u-extended-content-large-letter-spacing, var(--u-headline-m-letter-spacing, 0rem)); font-weight: var(--u-extended-content-large-font-weight, var(--u-headline-m-font-weight, var(--u-font-weight-regular, 400))); height: var(--u-extended-content-medium-large, 6rem); padding-bottom: var(--u-extended-content-large-padding-bottom, 28px); } .container { background: inherit; } .content { display: flex; align-items: center; background-color: inherit; transition: inherit; min-height: var(--u-top-app-bar-min-height, 56px); } @media (min-width: 840px) { .content { min-height: var(--u-top-app-bar-extended-min-height, 64px); } } .headline { overflow: hidden; font-family: var(--u-font-family, var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\")); line-height: var(--u-top-app-bar-headline-line-height, var(--u-title-l-line-height, 1.75rem)); font-size: var(--u-top-app-bar-headline-font-size, var(--u-title-l-font-size, 1.375rem)); letter-spacing: var(--u-top-app-bar-headline-letter-spacing, var(--u-title-l-letter-spacing, 0rem)); font-weight: var(--u-top-app-bar-headline-font-weight, var(--u-title-l-font-weight, var(--u-font-weight-regular, 400))); margin-inline: var(--u-headline-margin, 16px); } :host([has-leading-icon]) .headline { margin-inline-start: 0; } .leading-icon { margin-inline: var(--u-leading-icon-margin, 8px); } .trailing-icon { padding-inline: var(--u-trailing-icon-margin, 8px); margin-inline-start: auto; } `"
|
|
441
441
|
}
|
|
442
442
|
],
|
|
443
443
|
"exports": [
|
|
@@ -446,447 +446,365 @@
|
|
|
446
446
|
"name": "styles",
|
|
447
447
|
"declaration": {
|
|
448
448
|
"name": "styles",
|
|
449
|
-
"module": "src/
|
|
449
|
+
"module": "src/app-bar/top-app-bar.styles.ts"
|
|
450
450
|
}
|
|
451
451
|
}
|
|
452
452
|
]
|
|
453
453
|
},
|
|
454
454
|
{
|
|
455
455
|
"kind": "javascript-module",
|
|
456
|
-
"path": "src/
|
|
456
|
+
"path": "src/app-bar/top-app-bar.ts",
|
|
457
457
|
"declarations": [
|
|
458
458
|
{
|
|
459
459
|
"kind": "class",
|
|
460
460
|
"description": "",
|
|
461
|
-
"name": "
|
|
461
|
+
"name": "UmTopAppBar",
|
|
462
462
|
"members": [
|
|
463
463
|
{
|
|
464
464
|
"kind": "field",
|
|
465
|
-
"name": "
|
|
466
|
-
"type": {
|
|
467
|
-
"text": "string"
|
|
468
|
-
},
|
|
469
|
-
"privacy": "protected",
|
|
470
|
-
"default": "''"
|
|
471
|
-
},
|
|
472
|
-
{
|
|
473
|
-
"kind": "field",
|
|
474
|
-
"name": "value",
|
|
475
|
-
"attribute": "value"
|
|
476
|
-
},
|
|
477
|
-
{
|
|
478
|
-
"kind": "field",
|
|
479
|
-
"name": "_button",
|
|
480
|
-
"type": {
|
|
481
|
-
"text": "HTMLButtonElement"
|
|
482
|
-
}
|
|
483
|
-
},
|
|
484
|
-
{
|
|
485
|
-
"kind": "field",
|
|
486
|
-
"name": "_input",
|
|
465
|
+
"name": "hasLeadingIcon",
|
|
487
466
|
"type": {
|
|
488
|
-
"text": "
|
|
489
|
-
}
|
|
490
|
-
},
|
|
491
|
-
{
|
|
492
|
-
"kind": "method",
|
|
493
|
-
"name": "renderControl",
|
|
494
|
-
"privacy": "protected",
|
|
495
|
-
"return": {
|
|
496
|
-
"type": {
|
|
497
|
-
"text": "TemplateResult"
|
|
498
|
-
}
|
|
499
|
-
},
|
|
500
|
-
"inheritedFrom": {
|
|
501
|
-
"name": "UmFieldBase",
|
|
502
|
-
"module": "src/field/field-base.ts"
|
|
503
|
-
}
|
|
504
|
-
},
|
|
505
|
-
{
|
|
506
|
-
"kind": "method",
|
|
507
|
-
"name": "renderAfterContent",
|
|
508
|
-
"privacy": "protected",
|
|
509
|
-
"return": {
|
|
510
|
-
"type": {
|
|
511
|
-
"text": "TemplateResult"
|
|
512
|
-
}
|
|
467
|
+
"text": "boolean"
|
|
513
468
|
},
|
|
514
|
-
"
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
469
|
+
"default": "false",
|
|
470
|
+
"description": "Whether the app bar has leading icon or not\n\n_Note:_ Readonly",
|
|
471
|
+
"attribute": "has-leading-icon",
|
|
472
|
+
"reflects": true
|
|
518
473
|
},
|
|
519
474
|
{
|
|
520
475
|
"kind": "field",
|
|
521
|
-
"name": "
|
|
476
|
+
"name": "hasTrailingIcon",
|
|
522
477
|
"type": {
|
|
523
478
|
"text": "boolean"
|
|
524
479
|
},
|
|
525
|
-
"
|
|
526
|
-
"
|
|
527
|
-
"
|
|
528
|
-
"
|
|
529
|
-
"name": "UmTextFieldBase",
|
|
530
|
-
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
531
|
-
}
|
|
480
|
+
"default": "false",
|
|
481
|
+
"description": "Whether the app bar has trailing icon or not\n\n_Note:_ Readonly",
|
|
482
|
+
"attribute": "has-trailing-icon",
|
|
483
|
+
"reflects": true
|
|
532
484
|
},
|
|
533
485
|
{
|
|
534
486
|
"kind": "field",
|
|
535
|
-
"name": "
|
|
487
|
+
"name": "position",
|
|
536
488
|
"type": {
|
|
537
|
-
"text": "
|
|
489
|
+
"text": "'fixed' | 'absolute' | 'static'"
|
|
538
490
|
},
|
|
539
|
-
"
|
|
540
|
-
"
|
|
541
|
-
"
|
|
542
|
-
"name": "UmTextFieldBase",
|
|
543
|
-
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
544
|
-
}
|
|
491
|
+
"default": "'fixed'",
|
|
492
|
+
"attribute": "position",
|
|
493
|
+
"reflects": true
|
|
545
494
|
},
|
|
546
495
|
{
|
|
547
496
|
"kind": "field",
|
|
548
|
-
"name": "
|
|
497
|
+
"name": "size",
|
|
549
498
|
"type": {
|
|
550
|
-
"text": "
|
|
499
|
+
"text": "'small' | 'medium' | 'large'"
|
|
551
500
|
},
|
|
552
|
-
"default": "
|
|
553
|
-
"
|
|
554
|
-
"
|
|
555
|
-
"reflects": true,
|
|
556
|
-
"inheritedFrom": {
|
|
557
|
-
"name": "UmFieldBase",
|
|
558
|
-
"module": "src/field/field-base.ts"
|
|
559
|
-
}
|
|
501
|
+
"default": "'small'",
|
|
502
|
+
"attribute": "size",
|
|
503
|
+
"reflects": true
|
|
560
504
|
},
|
|
561
505
|
{
|
|
562
506
|
"kind": "field",
|
|
563
|
-
"name": "
|
|
507
|
+
"name": "headline",
|
|
564
508
|
"type": {
|
|
565
509
|
"text": "string"
|
|
566
510
|
},
|
|
567
511
|
"default": "''",
|
|
568
|
-
"attribute": "
|
|
569
|
-
"reflects": true,
|
|
570
|
-
"inheritedFrom": {
|
|
571
|
-
"name": "UmTextFieldBase",
|
|
572
|
-
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
573
|
-
}
|
|
512
|
+
"attribute": "headline"
|
|
574
513
|
},
|
|
575
514
|
{
|
|
576
515
|
"kind": "field",
|
|
577
|
-
"name": "
|
|
516
|
+
"name": "scrollContainer",
|
|
578
517
|
"type": {
|
|
579
|
-
"text": "
|
|
518
|
+
"text": "'none' | 'window' | string | undefined"
|
|
580
519
|
},
|
|
581
|
-
"
|
|
582
|
-
"
|
|
583
|
-
"name": "UmTextFieldBase",
|
|
584
|
-
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
585
|
-
}
|
|
520
|
+
"attribute": "scrollContainer",
|
|
521
|
+
"reflects": true
|
|
586
522
|
},
|
|
587
523
|
{
|
|
588
524
|
"kind": "field",
|
|
589
|
-
"name": "
|
|
525
|
+
"name": "containerScrolled",
|
|
590
526
|
"type": {
|
|
591
|
-
"text": "
|
|
527
|
+
"text": "boolean"
|
|
592
528
|
},
|
|
593
|
-
"
|
|
594
|
-
"
|
|
595
|
-
"
|
|
596
|
-
"name": "UmTextFieldBase",
|
|
597
|
-
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
598
|
-
}
|
|
529
|
+
"default": "false",
|
|
530
|
+
"attribute": "container-scrolled",
|
|
531
|
+
"reflects": true
|
|
599
532
|
},
|
|
600
533
|
{
|
|
601
534
|
"kind": "field",
|
|
602
|
-
"name": "
|
|
535
|
+
"name": "assignedLeadingIcons",
|
|
603
536
|
"type": {
|
|
604
|
-
"text": "
|
|
537
|
+
"text": "HTMLElement[]"
|
|
605
538
|
},
|
|
606
539
|
"privacy": "private",
|
|
607
|
-
"readonly": true
|
|
608
|
-
"inheritedFrom": {
|
|
609
|
-
"name": "UmFieldBase",
|
|
610
|
-
"module": "src/field/field-base.ts"
|
|
611
|
-
}
|
|
540
|
+
"readonly": true
|
|
612
541
|
},
|
|
613
542
|
{
|
|
614
543
|
"kind": "field",
|
|
615
|
-
"name": "
|
|
544
|
+
"name": "assignedTrailingIcons",
|
|
616
545
|
"type": {
|
|
617
|
-
"text": "
|
|
546
|
+
"text": "HTMLElement[]"
|
|
618
547
|
},
|
|
619
|
-
"
|
|
620
|
-
"
|
|
621
|
-
"inheritedFrom": {
|
|
622
|
-
"name": "UmFieldBase",
|
|
623
|
-
"module": "src/field/field-base.ts"
|
|
624
|
-
}
|
|
548
|
+
"privacy": "private",
|
|
549
|
+
"readonly": true
|
|
625
550
|
},
|
|
626
551
|
{
|
|
627
552
|
"kind": "field",
|
|
628
|
-
"name": "
|
|
553
|
+
"name": "_container",
|
|
629
554
|
"type": {
|
|
630
|
-
"text": "
|
|
555
|
+
"text": "HTMLElement"
|
|
631
556
|
},
|
|
632
|
-
"
|
|
633
|
-
"
|
|
634
|
-
"inheritedFrom": {
|
|
635
|
-
"name": "UmFieldBase",
|
|
636
|
-
"module": "src/field/field-base.ts"
|
|
637
|
-
}
|
|
557
|
+
"privacy": "private",
|
|
558
|
+
"readonly": true
|
|
638
559
|
},
|
|
639
560
|
{
|
|
640
561
|
"kind": "field",
|
|
641
|
-
"name": "
|
|
562
|
+
"name": "_extendedContent",
|
|
642
563
|
"type": {
|
|
643
|
-
"text": "
|
|
564
|
+
"text": "HTMLElement"
|
|
644
565
|
},
|
|
645
|
-
"privacy": "
|
|
646
|
-
"
|
|
647
|
-
"name": "UmFieldBase",
|
|
648
|
-
"module": "src/field/field-base.ts"
|
|
649
|
-
}
|
|
566
|
+
"privacy": "private",
|
|
567
|
+
"readonly": true
|
|
650
568
|
},
|
|
651
569
|
{
|
|
652
570
|
"kind": "field",
|
|
653
|
-
"name": "
|
|
571
|
+
"name": "_headlineElement",
|
|
654
572
|
"type": {
|
|
655
|
-
"text": "
|
|
573
|
+
"text": "HTMLElement"
|
|
656
574
|
},
|
|
657
|
-
"
|
|
658
|
-
"
|
|
659
|
-
"name": "UmFieldBase",
|
|
660
|
-
"module": "src/field/field-base.ts"
|
|
661
|
-
}
|
|
575
|
+
"privacy": "private",
|
|
576
|
+
"readonly": true
|
|
662
577
|
},
|
|
663
578
|
{
|
|
664
579
|
"kind": "field",
|
|
665
|
-
"name": "
|
|
580
|
+
"name": "containerSizeObserver",
|
|
666
581
|
"type": {
|
|
667
|
-
"text": "
|
|
582
|
+
"text": "ResizeObserver | null"
|
|
668
583
|
},
|
|
669
|
-
"
|
|
670
|
-
"
|
|
671
|
-
"inheritedFrom": {
|
|
672
|
-
"name": "UmFieldBase",
|
|
673
|
-
"module": "src/field/field-base.ts"
|
|
674
|
-
}
|
|
584
|
+
"privacy": "private",
|
|
585
|
+
"default": "null"
|
|
675
586
|
},
|
|
676
587
|
{
|
|
677
588
|
"kind": "field",
|
|
678
|
-
"name": "
|
|
589
|
+
"name": "scrollContainerElement",
|
|
679
590
|
"type": {
|
|
680
|
-
"text": "
|
|
591
|
+
"text": "{\n addEventListener: typeof window.addEventListener;\n removeEventListener: typeof window.removeEventListener;\n } | null"
|
|
681
592
|
},
|
|
682
|
-
"
|
|
683
|
-
"
|
|
684
|
-
"inheritedFrom": {
|
|
685
|
-
"name": "UmFieldBase",
|
|
686
|
-
"module": "src/field/field-base.ts"
|
|
687
|
-
}
|
|
593
|
+
"privacy": "private",
|
|
594
|
+
"default": "null"
|
|
688
595
|
},
|
|
689
596
|
{
|
|
690
|
-
"kind": "
|
|
691
|
-
"name": "
|
|
692
|
-
"
|
|
693
|
-
|
|
597
|
+
"kind": "method",
|
|
598
|
+
"name": "getScrollContainer",
|
|
599
|
+
"privacy": "private",
|
|
600
|
+
"return": {
|
|
601
|
+
"type": {
|
|
602
|
+
"text": "| {\n addEventListener: typeof window.addEventListener;\n removeEventListener: typeof window.removeEventListener;\n }\n | undefined"
|
|
603
|
+
}
|
|
694
604
|
},
|
|
695
|
-
"
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
605
|
+
"parameters": [
|
|
606
|
+
{
|
|
607
|
+
"name": "idOrElement",
|
|
608
|
+
"type": {
|
|
609
|
+
"text": "string | HTMLElement | undefined"
|
|
610
|
+
}
|
|
611
|
+
}
|
|
612
|
+
]
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"kind": "method",
|
|
616
|
+
"name": "handleLeadingIconSlotChange",
|
|
617
|
+
"privacy": "private"
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"kind": "method",
|
|
621
|
+
"name": "handleTrailingIconSlotChange",
|
|
622
|
+
"privacy": "private"
|
|
701
623
|
},
|
|
702
624
|
{
|
|
703
625
|
"kind": "field",
|
|
704
|
-
"name": "
|
|
705
|
-
"
|
|
706
|
-
|
|
707
|
-
},
|
|
708
|
-
"default": "false",
|
|
709
|
-
"attribute": "disabled",
|
|
710
|
-
"reflects": true,
|
|
711
|
-
"inheritedFrom": {
|
|
712
|
-
"name": "UmFieldBase",
|
|
713
|
-
"module": "src/field/field-base.ts"
|
|
714
|
-
}
|
|
715
|
-
},
|
|
716
|
-
{
|
|
717
|
-
"kind": "field",
|
|
718
|
-
"name": "invalid",
|
|
719
|
-
"type": {
|
|
720
|
-
"text": "boolean"
|
|
721
|
-
},
|
|
722
|
-
"default": "false",
|
|
723
|
-
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
724
|
-
"attribute": "invalid",
|
|
725
|
-
"reflects": true,
|
|
726
|
-
"inheritedFrom": {
|
|
727
|
-
"name": "UmFieldBase",
|
|
728
|
-
"module": "src/field/field-base.ts"
|
|
729
|
-
}
|
|
626
|
+
"name": "#updateScroll",
|
|
627
|
+
"privacy": "private",
|
|
628
|
+
"readonly": true
|
|
730
629
|
},
|
|
731
630
|
{
|
|
732
631
|
"kind": "method",
|
|
733
|
-
"name": "
|
|
632
|
+
"name": "getScrollTop",
|
|
633
|
+
"privacy": "private",
|
|
734
634
|
"static": true,
|
|
735
635
|
"return": {
|
|
736
636
|
"type": {
|
|
737
|
-
"text": "
|
|
637
|
+
"text": "number"
|
|
738
638
|
}
|
|
739
639
|
},
|
|
740
640
|
"parameters": [
|
|
741
641
|
{
|
|
742
|
-
"name": "
|
|
743
|
-
"type": {
|
|
744
|
-
"text": "HTMLElement"
|
|
745
|
-
}
|
|
746
|
-
},
|
|
747
|
-
{
|
|
748
|
-
"name": "config",
|
|
642
|
+
"name": "container",
|
|
749
643
|
"type": {
|
|
750
|
-
"text": "
|
|
644
|
+
"text": "HTMLElement & Window"
|
|
751
645
|
}
|
|
752
646
|
}
|
|
753
|
-
]
|
|
754
|
-
"inheritedFrom": {
|
|
755
|
-
"name": "UmFieldBase",
|
|
756
|
-
"module": "src/field/field-base.ts"
|
|
757
|
-
}
|
|
647
|
+
]
|
|
758
648
|
},
|
|
759
649
|
{
|
|
760
|
-
"kind": "
|
|
761
|
-
"name": "
|
|
650
|
+
"kind": "method",
|
|
651
|
+
"name": "setContentHeightProperty",
|
|
652
|
+
"privacy": "private"
|
|
653
|
+
}
|
|
654
|
+
],
|
|
655
|
+
"attributes": [
|
|
656
|
+
{
|
|
657
|
+
"name": "has-leading-icon",
|
|
762
658
|
"type": {
|
|
763
659
|
"text": "boolean"
|
|
764
660
|
},
|
|
765
661
|
"default": "false",
|
|
766
|
-
"description": "Whether the
|
|
767
|
-
"
|
|
768
|
-
"reflects": true,
|
|
769
|
-
"inheritedFrom": {
|
|
770
|
-
"name": "UmFieldBase",
|
|
771
|
-
"module": "src/field/field-base.ts"
|
|
772
|
-
}
|
|
662
|
+
"description": "Whether the app bar has leading icon or not\n\n_Note:_ Readonly",
|
|
663
|
+
"fieldName": "hasLeadingIcon"
|
|
773
664
|
},
|
|
774
665
|
{
|
|
775
|
-
"
|
|
776
|
-
"name": "hasTrailingIcon",
|
|
666
|
+
"name": "has-trailing-icon",
|
|
777
667
|
"type": {
|
|
778
668
|
"text": "boolean"
|
|
779
669
|
},
|
|
780
670
|
"default": "false",
|
|
781
|
-
"description": "Whether the
|
|
782
|
-
"
|
|
783
|
-
"reflects": true,
|
|
784
|
-
"inheritedFrom": {
|
|
785
|
-
"name": "UmFieldBase",
|
|
786
|
-
"module": "src/field/field-base.ts"
|
|
787
|
-
}
|
|
671
|
+
"description": "Whether the app bar has trailing icon or not\n\n_Note:_ Readonly",
|
|
672
|
+
"fieldName": "hasTrailingIcon"
|
|
788
673
|
},
|
|
789
674
|
{
|
|
790
|
-
"
|
|
791
|
-
"name": "hasErrorText",
|
|
675
|
+
"name": "position",
|
|
792
676
|
"type": {
|
|
793
|
-
"text": "
|
|
677
|
+
"text": "'fixed' | 'absolute' | 'static'"
|
|
794
678
|
},
|
|
795
|
-
"default": "
|
|
796
|
-
"
|
|
797
|
-
"attribute": "has-error-text",
|
|
798
|
-
"reflects": true,
|
|
799
|
-
"inheritedFrom": {
|
|
800
|
-
"name": "UmFieldBase",
|
|
801
|
-
"module": "src/field/field-base.ts"
|
|
802
|
-
}
|
|
679
|
+
"default": "'fixed'",
|
|
680
|
+
"fieldName": "position"
|
|
803
681
|
},
|
|
804
682
|
{
|
|
805
|
-
"
|
|
806
|
-
"name": "assignedLeadingIcons",
|
|
683
|
+
"name": "size",
|
|
807
684
|
"type": {
|
|
808
|
-
"text": "
|
|
685
|
+
"text": "'small' | 'medium' | 'large'"
|
|
809
686
|
},
|
|
810
|
-
"
|
|
811
|
-
"
|
|
812
|
-
"inheritedFrom": {
|
|
813
|
-
"name": "UmFieldBase",
|
|
814
|
-
"module": "src/field/field-base.ts"
|
|
815
|
-
}
|
|
687
|
+
"default": "'small'",
|
|
688
|
+
"fieldName": "size"
|
|
816
689
|
},
|
|
817
690
|
{
|
|
818
|
-
"
|
|
819
|
-
"name": "assignedTrailingIcons",
|
|
691
|
+
"name": "headline",
|
|
820
692
|
"type": {
|
|
821
|
-
"text": "
|
|
693
|
+
"text": "string"
|
|
822
694
|
},
|
|
823
|
-
"
|
|
824
|
-
"
|
|
825
|
-
"inheritedFrom": {
|
|
826
|
-
"name": "UmFieldBase",
|
|
827
|
-
"module": "src/field/field-base.ts"
|
|
828
|
-
}
|
|
695
|
+
"default": "''",
|
|
696
|
+
"fieldName": "headline"
|
|
829
697
|
},
|
|
830
698
|
{
|
|
831
|
-
"
|
|
832
|
-
"name": "assignedErrorTexts",
|
|
699
|
+
"name": "scrollContainer",
|
|
833
700
|
"type": {
|
|
834
|
-
"text": "
|
|
701
|
+
"text": "'none' | 'window' | string | undefined"
|
|
835
702
|
},
|
|
836
|
-
"
|
|
837
|
-
"readonly": true,
|
|
838
|
-
"inheritedFrom": {
|
|
839
|
-
"name": "UmFieldBase",
|
|
840
|
-
"module": "src/field/field-base.ts"
|
|
841
|
-
}
|
|
703
|
+
"fieldName": "scrollContainer"
|
|
842
704
|
},
|
|
843
705
|
{
|
|
844
|
-
"
|
|
845
|
-
"name": "_labelElement",
|
|
706
|
+
"name": "container-scrolled",
|
|
846
707
|
"type": {
|
|
847
|
-
"text": "
|
|
708
|
+
"text": "boolean"
|
|
848
709
|
},
|
|
849
|
-
"
|
|
850
|
-
"
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
710
|
+
"default": "false",
|
|
711
|
+
"fieldName": "containerScrolled"
|
|
712
|
+
}
|
|
713
|
+
],
|
|
714
|
+
"superclass": {
|
|
715
|
+
"name": "LitElement",
|
|
716
|
+
"package": "lit"
|
|
717
|
+
},
|
|
718
|
+
"tagName": "u-top-app-bar",
|
|
719
|
+
"customElement": true
|
|
720
|
+
}
|
|
721
|
+
],
|
|
722
|
+
"exports": [
|
|
723
|
+
{
|
|
724
|
+
"kind": "js",
|
|
725
|
+
"name": "UmTopAppBar",
|
|
726
|
+
"declaration": {
|
|
727
|
+
"name": "UmTopAppBar",
|
|
728
|
+
"module": "src/app-bar/top-app-bar.ts"
|
|
729
|
+
}
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"kind": "custom-element-definition",
|
|
733
|
+
"name": "u-top-app-bar",
|
|
734
|
+
"declaration": {
|
|
735
|
+
"name": "UmTopAppBar",
|
|
736
|
+
"module": "src/app-bar/top-app-bar.ts"
|
|
737
|
+
}
|
|
738
|
+
}
|
|
739
|
+
]
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
"kind": "javascript-module",
|
|
743
|
+
"path": "src/button-field/button-field.styles.ts",
|
|
744
|
+
"declarations": [
|
|
745
|
+
{
|
|
746
|
+
"kind": "variable",
|
|
747
|
+
"name": "styles",
|
|
748
|
+
"default": "css ` :host(:not([disabled])) .container { cursor: pointer; } .button { position: absolute; inset: 0; margin: 0; padding: 0; background: transparent; border: none; appearance: none; } `"
|
|
749
|
+
}
|
|
750
|
+
],
|
|
751
|
+
"exports": [
|
|
752
|
+
{
|
|
753
|
+
"kind": "js",
|
|
754
|
+
"name": "styles",
|
|
755
|
+
"declaration": {
|
|
756
|
+
"name": "styles",
|
|
757
|
+
"module": "src/button-field/button-field.styles.ts"
|
|
758
|
+
}
|
|
759
|
+
}
|
|
760
|
+
]
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"kind": "javascript-module",
|
|
764
|
+
"path": "src/button-field/button-field.ts",
|
|
765
|
+
"declarations": [
|
|
766
|
+
{
|
|
767
|
+
"kind": "class",
|
|
768
|
+
"description": "",
|
|
769
|
+
"name": "UmButtonField",
|
|
770
|
+
"members": [
|
|
856
771
|
{
|
|
857
772
|
"kind": "field",
|
|
858
|
-
"name": "
|
|
773
|
+
"name": "_value",
|
|
859
774
|
"type": {
|
|
860
|
-
"text": "
|
|
775
|
+
"text": "string"
|
|
861
776
|
},
|
|
862
777
|
"privacy": "protected",
|
|
863
|
-
"
|
|
864
|
-
"name": "UmFieldBase",
|
|
865
|
-
"module": "src/field/field-base.ts"
|
|
866
|
-
}
|
|
778
|
+
"default": "''"
|
|
867
779
|
},
|
|
868
780
|
{
|
|
869
|
-
"kind": "
|
|
870
|
-
"name": "
|
|
871
|
-
"
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
781
|
+
"kind": "field",
|
|
782
|
+
"name": "value",
|
|
783
|
+
"attribute": "value"
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"kind": "field",
|
|
787
|
+
"name": "_button",
|
|
788
|
+
"type": {
|
|
789
|
+
"text": "HTMLButtonElement"
|
|
875
790
|
}
|
|
876
791
|
},
|
|
877
792
|
{
|
|
878
|
-
"kind": "
|
|
879
|
-
"name": "
|
|
880
|
-
"
|
|
881
|
-
|
|
882
|
-
"name": "UmFieldBase",
|
|
883
|
-
"module": "src/field/field-base.ts"
|
|
793
|
+
"kind": "field",
|
|
794
|
+
"name": "_input",
|
|
795
|
+
"type": {
|
|
796
|
+
"text": "HTMLElement"
|
|
884
797
|
}
|
|
885
798
|
},
|
|
886
799
|
{
|
|
887
800
|
"kind": "method",
|
|
888
|
-
"name": "
|
|
889
|
-
"privacy": "
|
|
801
|
+
"name": "renderControl",
|
|
802
|
+
"privacy": "protected",
|
|
803
|
+
"return": {
|
|
804
|
+
"type": {
|
|
805
|
+
"text": "TemplateResult"
|
|
806
|
+
}
|
|
807
|
+
},
|
|
890
808
|
"inheritedFrom": {
|
|
891
809
|
"name": "UmFieldBase",
|
|
892
810
|
"module": "src/field/field-base.ts"
|
|
@@ -894,594 +812,598 @@
|
|
|
894
812
|
},
|
|
895
813
|
{
|
|
896
814
|
"kind": "method",
|
|
897
|
-
"name": "
|
|
815
|
+
"name": "renderAfterContent",
|
|
898
816
|
"privacy": "protected",
|
|
899
817
|
"return": {
|
|
900
818
|
"type": {
|
|
901
|
-
"text": "TemplateResult
|
|
819
|
+
"text": "TemplateResult"
|
|
902
820
|
}
|
|
903
821
|
},
|
|
904
822
|
"inheritedFrom": {
|
|
905
823
|
"name": "UmFieldBase",
|
|
906
824
|
"module": "src/field/field-base.ts"
|
|
907
825
|
}
|
|
908
|
-
}
|
|
909
|
-
],
|
|
910
|
-
"attributes": [
|
|
826
|
+
},
|
|
911
827
|
{
|
|
912
|
-
"
|
|
913
|
-
"
|
|
828
|
+
"kind": "field",
|
|
829
|
+
"name": "formAssociated",
|
|
830
|
+
"type": {
|
|
831
|
+
"text": "boolean"
|
|
832
|
+
},
|
|
833
|
+
"static": true,
|
|
834
|
+
"readonly": true,
|
|
835
|
+
"default": "true",
|
|
836
|
+
"inheritedFrom": {
|
|
837
|
+
"name": "UmTextFieldBase",
|
|
838
|
+
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
839
|
+
}
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
"kind": "field",
|
|
843
|
+
"name": "shadowRootOptions",
|
|
844
|
+
"type": {
|
|
845
|
+
"text": "ShadowRootInit"
|
|
846
|
+
},
|
|
847
|
+
"static": true,
|
|
848
|
+
"default": "{ ...LitElement.shadowRootOptions, delegatesFocus: true, }",
|
|
849
|
+
"inheritedFrom": {
|
|
850
|
+
"name": "UmTextFieldBase",
|
|
851
|
+
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
852
|
+
}
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"kind": "field",
|
|
856
|
+
"name": "empty",
|
|
857
|
+
"type": {
|
|
858
|
+
"text": "boolean"
|
|
859
|
+
},
|
|
860
|
+
"default": "true",
|
|
861
|
+
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
862
|
+
"attribute": "empty",
|
|
863
|
+
"reflects": true,
|
|
864
|
+
"inheritedFrom": {
|
|
865
|
+
"name": "UmFieldBase",
|
|
866
|
+
"module": "src/field/field-base.ts"
|
|
867
|
+
}
|
|
914
868
|
},
|
|
915
869
|
{
|
|
870
|
+
"kind": "field",
|
|
916
871
|
"name": "placeholder",
|
|
917
872
|
"type": {
|
|
918
873
|
"text": "string"
|
|
919
874
|
},
|
|
920
875
|
"default": "''",
|
|
921
|
-
"
|
|
876
|
+
"attribute": "placeholder",
|
|
877
|
+
"reflects": true,
|
|
878
|
+
"inheritedFrom": {
|
|
879
|
+
"name": "UmTextFieldBase",
|
|
880
|
+
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
881
|
+
}
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
"kind": "field",
|
|
885
|
+
"name": "form",
|
|
886
|
+
"type": {
|
|
887
|
+
"text": "HTMLFormElement | null"
|
|
888
|
+
},
|
|
889
|
+
"readonly": true,
|
|
890
|
+
"inheritedFrom": {
|
|
891
|
+
"name": "UmTextFieldBase",
|
|
892
|
+
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
893
|
+
}
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
"kind": "field",
|
|
897
|
+
"name": "elementInternals",
|
|
898
|
+
"type": {
|
|
899
|
+
"text": "ElementInternals"
|
|
900
|
+
},
|
|
901
|
+
"privacy": "protected",
|
|
902
|
+
"readonly": true,
|
|
922
903
|
"inheritedFrom": {
|
|
923
904
|
"name": "UmTextFieldBase",
|
|
924
905
|
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
925
906
|
}
|
|
926
907
|
},
|
|
927
908
|
{
|
|
909
|
+
"kind": "field",
|
|
910
|
+
"name": "config",
|
|
911
|
+
"type": {
|
|
912
|
+
"text": "UmFieldDefaults | undefined"
|
|
913
|
+
},
|
|
914
|
+
"privacy": "private",
|
|
915
|
+
"readonly": true,
|
|
916
|
+
"inheritedFrom": {
|
|
917
|
+
"name": "UmFieldBase",
|
|
918
|
+
"module": "src/field/field-base.ts"
|
|
919
|
+
}
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
"kind": "field",
|
|
928
923
|
"name": "variant",
|
|
929
924
|
"type": {
|
|
930
925
|
"text": "'filled' | 'outlined' | undefined"
|
|
931
926
|
},
|
|
932
927
|
"default": "undefined",
|
|
933
|
-
"
|
|
928
|
+
"attribute": "variant",
|
|
934
929
|
"inheritedFrom": {
|
|
935
930
|
"name": "UmFieldBase",
|
|
936
931
|
"module": "src/field/field-base.ts"
|
|
937
932
|
}
|
|
938
933
|
},
|
|
939
934
|
{
|
|
935
|
+
"kind": "field",
|
|
940
936
|
"name": "label",
|
|
941
937
|
"type": {
|
|
942
938
|
"text": "string | undefined"
|
|
943
939
|
},
|
|
944
940
|
"description": "The floating label for the field",
|
|
945
|
-
"
|
|
941
|
+
"attribute": "label",
|
|
942
|
+
"inheritedFrom": {
|
|
943
|
+
"name": "UmFieldBase",
|
|
944
|
+
"module": "src/field/field-base.ts"
|
|
945
|
+
}
|
|
946
|
+
},
|
|
947
|
+
{
|
|
948
|
+
"kind": "field",
|
|
949
|
+
"name": "_innerCounter",
|
|
950
|
+
"type": {
|
|
951
|
+
"text": "string | undefined"
|
|
952
|
+
},
|
|
953
|
+
"privacy": "protected",
|
|
946
954
|
"inheritedFrom": {
|
|
947
955
|
"name": "UmFieldBase",
|
|
948
956
|
"module": "src/field/field-base.ts"
|
|
949
957
|
}
|
|
950
958
|
},
|
|
951
959
|
{
|
|
960
|
+
"kind": "field",
|
|
952
961
|
"name": "counter",
|
|
953
962
|
"type": {
|
|
954
963
|
"text": "string | undefined"
|
|
955
964
|
},
|
|
956
|
-
"
|
|
965
|
+
"attribute": "counter",
|
|
957
966
|
"inheritedFrom": {
|
|
958
967
|
"name": "UmFieldBase",
|
|
959
968
|
"module": "src/field/field-base.ts"
|
|
960
969
|
}
|
|
961
970
|
},
|
|
962
971
|
{
|
|
963
|
-
"
|
|
972
|
+
"kind": "field",
|
|
973
|
+
"name": "hideCounter",
|
|
964
974
|
"type": {
|
|
965
975
|
"text": "boolean"
|
|
966
976
|
},
|
|
967
977
|
"default": "false",
|
|
968
|
-
"
|
|
978
|
+
"attribute": "hide-counter",
|
|
969
979
|
"inheritedFrom": {
|
|
970
980
|
"name": "UmFieldBase",
|
|
971
981
|
"module": "src/field/field-base.ts"
|
|
972
982
|
}
|
|
973
983
|
},
|
|
974
984
|
{
|
|
975
|
-
"
|
|
985
|
+
"kind": "field",
|
|
986
|
+
"name": "supportingText",
|
|
976
987
|
"type": {
|
|
977
988
|
"text": "string | undefined"
|
|
978
989
|
},
|
|
979
990
|
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
980
|
-
"
|
|
991
|
+
"attribute": "supporting-text",
|
|
981
992
|
"inheritedFrom": {
|
|
982
993
|
"name": "UmFieldBase",
|
|
983
994
|
"module": "src/field/field-base.ts"
|
|
984
995
|
}
|
|
985
996
|
},
|
|
986
997
|
{
|
|
987
|
-
"
|
|
998
|
+
"kind": "field",
|
|
999
|
+
"name": "errorText",
|
|
988
1000
|
"type": {
|
|
989
1001
|
"text": "string | undefined"
|
|
990
1002
|
},
|
|
991
1003
|
"description": "For text fields that validate their content (such as passwords), replace supporting text with error text when applicable.\nIf `errorText` is not an empty string, changing the property `invalid` to `true` will show the `errorText` instead of `supportingText`",
|
|
992
|
-
"
|
|
1004
|
+
"attribute": "error-text",
|
|
993
1005
|
"inheritedFrom": {
|
|
994
1006
|
"name": "UmFieldBase",
|
|
995
1007
|
"module": "src/field/field-base.ts"
|
|
996
1008
|
}
|
|
997
1009
|
},
|
|
998
1010
|
{
|
|
999
|
-
"
|
|
1011
|
+
"kind": "field",
|
|
1012
|
+
"name": "disabled",
|
|
1000
1013
|
"type": {
|
|
1001
1014
|
"text": "boolean"
|
|
1002
1015
|
},
|
|
1003
1016
|
"default": "false",
|
|
1004
|
-
"
|
|
1005
|
-
"
|
|
1017
|
+
"attribute": "disabled",
|
|
1018
|
+
"reflects": true,
|
|
1006
1019
|
"inheritedFrom": {
|
|
1007
1020
|
"name": "UmFieldBase",
|
|
1008
1021
|
"module": "src/field/field-base.ts"
|
|
1009
1022
|
}
|
|
1010
1023
|
},
|
|
1011
1024
|
{
|
|
1012
|
-
"
|
|
1025
|
+
"kind": "field",
|
|
1026
|
+
"name": "invalid",
|
|
1013
1027
|
"type": {
|
|
1014
1028
|
"text": "boolean"
|
|
1015
1029
|
},
|
|
1016
1030
|
"default": "false",
|
|
1017
|
-
"
|
|
1031
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
1032
|
+
"attribute": "invalid",
|
|
1033
|
+
"reflects": true,
|
|
1018
1034
|
"inheritedFrom": {
|
|
1019
1035
|
"name": "UmFieldBase",
|
|
1020
1036
|
"module": "src/field/field-base.ts"
|
|
1021
1037
|
}
|
|
1022
1038
|
},
|
|
1023
1039
|
{
|
|
1024
|
-
"
|
|
1025
|
-
"
|
|
1026
|
-
|
|
1040
|
+
"kind": "method",
|
|
1041
|
+
"name": "setDefaults",
|
|
1042
|
+
"static": true,
|
|
1043
|
+
"return": {
|
|
1044
|
+
"type": {
|
|
1045
|
+
"text": "ContextProvider<Context<HTMLElement, UmFieldDefaults>>"
|
|
1046
|
+
}
|
|
1027
1047
|
},
|
|
1028
|
-
"
|
|
1029
|
-
|
|
1030
|
-
|
|
1048
|
+
"parameters": [
|
|
1049
|
+
{
|
|
1050
|
+
"name": "contextRoot",
|
|
1051
|
+
"type": {
|
|
1052
|
+
"text": "HTMLElement"
|
|
1053
|
+
}
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"name": "config",
|
|
1057
|
+
"type": {
|
|
1058
|
+
"text": "UmFieldDefaults"
|
|
1059
|
+
}
|
|
1060
|
+
}
|
|
1061
|
+
],
|
|
1031
1062
|
"inheritedFrom": {
|
|
1032
1063
|
"name": "UmFieldBase",
|
|
1033
1064
|
"module": "src/field/field-base.ts"
|
|
1034
1065
|
}
|
|
1035
1066
|
},
|
|
1036
1067
|
{
|
|
1037
|
-
"
|
|
1068
|
+
"kind": "field",
|
|
1069
|
+
"name": "hasLeadingIcon",
|
|
1038
1070
|
"type": {
|
|
1039
1071
|
"text": "boolean"
|
|
1040
1072
|
},
|
|
1041
1073
|
"default": "false",
|
|
1042
1074
|
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
1043
|
-
"
|
|
1075
|
+
"attribute": "has-leading-icon",
|
|
1076
|
+
"reflects": true,
|
|
1044
1077
|
"inheritedFrom": {
|
|
1045
1078
|
"name": "UmFieldBase",
|
|
1046
1079
|
"module": "src/field/field-base.ts"
|
|
1047
1080
|
}
|
|
1048
1081
|
},
|
|
1049
1082
|
{
|
|
1050
|
-
"
|
|
1083
|
+
"kind": "field",
|
|
1084
|
+
"name": "hasTrailingIcon",
|
|
1051
1085
|
"type": {
|
|
1052
1086
|
"text": "boolean"
|
|
1053
1087
|
},
|
|
1054
1088
|
"default": "false",
|
|
1055
1089
|
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
1056
|
-
"
|
|
1090
|
+
"attribute": "has-trailing-icon",
|
|
1091
|
+
"reflects": true,
|
|
1057
1092
|
"inheritedFrom": {
|
|
1058
1093
|
"name": "UmFieldBase",
|
|
1059
1094
|
"module": "src/field/field-base.ts"
|
|
1060
1095
|
}
|
|
1061
1096
|
},
|
|
1062
1097
|
{
|
|
1063
|
-
"
|
|
1098
|
+
"kind": "field",
|
|
1099
|
+
"name": "hasErrorText",
|
|
1064
1100
|
"type": {
|
|
1065
1101
|
"text": "boolean"
|
|
1066
1102
|
},
|
|
1067
1103
|
"default": "false",
|
|
1068
1104
|
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
1069
|
-
"
|
|
1105
|
+
"attribute": "has-error-text",
|
|
1106
|
+
"reflects": true,
|
|
1070
1107
|
"inheritedFrom": {
|
|
1071
1108
|
"name": "UmFieldBase",
|
|
1072
1109
|
"module": "src/field/field-base.ts"
|
|
1073
1110
|
}
|
|
1074
|
-
}
|
|
1075
|
-
],
|
|
1076
|
-
"superclass": {
|
|
1077
|
-
"name": "UmTextFieldBase",
|
|
1078
|
-
"module": "/src/shared/text-field-base/text-field-base.js"
|
|
1079
|
-
},
|
|
1080
|
-
"tagName": "u-button-field",
|
|
1081
|
-
"customElement": true
|
|
1082
|
-
}
|
|
1083
|
-
],
|
|
1084
|
-
"exports": [
|
|
1085
|
-
{
|
|
1086
|
-
"kind": "js",
|
|
1087
|
-
"name": "UmButtonField",
|
|
1088
|
-
"declaration": {
|
|
1089
|
-
"name": "UmButtonField",
|
|
1090
|
-
"module": "src/button-field/button-field.ts"
|
|
1091
|
-
}
|
|
1092
|
-
},
|
|
1093
|
-
{
|
|
1094
|
-
"kind": "custom-element-definition",
|
|
1095
|
-
"name": "u-button-field",
|
|
1096
|
-
"declaration": {
|
|
1097
|
-
"name": "UmButtonField",
|
|
1098
|
-
"module": "src/button-field/button-field.ts"
|
|
1099
|
-
}
|
|
1100
|
-
}
|
|
1101
|
-
]
|
|
1102
|
-
},
|
|
1103
|
-
{
|
|
1104
|
-
"kind": "javascript-module",
|
|
1105
|
-
"path": "src/app-bar/top-app-bar.styles.ts",
|
|
1106
|
-
"declarations": [
|
|
1107
|
-
{
|
|
1108
|
-
"kind": "variable",
|
|
1109
|
-
"name": "styles",
|
|
1110
|
-
"default": "css ` :host { display: block; background-color: var(--u-top-app-bar-bg-color, var(--u-color-body, var(--u-color-surface, rgb(254, 247, 255)))); color: var(--u-top-app-bar-text-color, var(--u-color-on-surface, rgb(29, 27, 32))); transition: background-color 100ms, inset 375ms cubic-bezier(0.19, 1, 0.22, 1); } :host([container-scrolled]) { background-color: var(--u-top-app-bar-constrast-bg-color, var(--u-color-surface-container, rgb(243, 237, 247))); } :host(:not([has-leading-icon])) .leading-icon { display: none; } :host(:not([has-trailing-icon])) .trailing-icon { display: none; } slot[name=leading-icon], slot[name=trailing-icon] { display: inline-flex; align-items: center; gap: var(--u-top-app-bar-icons-gap, 8px); } slot[name=leading-icon]::slotted(u-icon-button) { color: inherit; } :host([position=absolute]) .container { position: absolute; } :host([position=fixed]) .container { position: fixed; inset-inline: 0; inset-block-start: 0; inset-inline-start: var(--u-app-bar-offset, 0); } :host([position=absolute]), :host([position=fixed]) { padding-top: var(--_content-height); } :host([position=absolute]) .container, :host([position=fixed]) .container { z-index: var(--u-fixed-app-bar-z-index, 1010); } .extended-content { display: flex; align-items: flex-end; padding-inline: var(--u-extended-content-inline-padding, 16px); } :host([size=medium]) .extended-content { font-family: var(--u-font-family, var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\")); line-height: var(--u-extended-content-medium-line-height, var(--u-headline-s-line-height, 2rem)); font-size: var(--u-extended-content-medium-font-size, var(--u-headline-s-font-size, 1.5rem)); letter-spacing: var(--u-extended-content-medium-letter-spacing, var(--u-headline-s-letter-spacing, 0rem)); font-weight: var(--u-extended-content-medium-font-weight, var(--u-headline-s-font-weight, var(--u-font-weight-regular, 400))); height: var(--u-extended-content-medium-height, 3.5rem); padding-bottom: var(--u-extended-content-medium-padding-bottom, 24px); } :host([size=large]) .extended-content { font-family: var(--u-font-family, var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\")); line-height: var(--u-extended-content-large-line-height, var(--u-headline-m-line-height, 2.25rem)); font-size: var(--u-extended-content-large-font-size, var(--u-headline-m-font-size, 1.75rem)); letter-spacing: var(--u-extended-content-large-letter-spacing, var(--u-headline-m-letter-spacing, 0rem)); font-weight: var(--u-extended-content-large-font-weight, var(--u-headline-m-font-weight, var(--u-font-weight-regular, 400))); height: var(--u-extended-content-medium-large, 6rem); padding-bottom: var(--u-extended-content-large-padding-bottom, 28px); } .container { background: inherit; } .content { display: flex; align-items: center; background-color: inherit; transition: inherit; min-height: var(--u-top-app-bar-min-height, 56px); } @media (min-width: 840px) { .content { min-height: var(--u-top-app-bar-extended-min-height, 64px); } } .headline { overflow: hidden; font-family: var(--u-font-family, var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\")); line-height: var(--u-top-app-bar-headline-line-height, var(--u-title-l-line-height, 1.75rem)); font-size: var(--u-top-app-bar-headline-font-size, var(--u-title-l-font-size, 1.375rem)); letter-spacing: var(--u-top-app-bar-headline-letter-spacing, var(--u-title-l-letter-spacing, 0rem)); font-weight: var(--u-top-app-bar-headline-font-weight, var(--u-title-l-font-weight, var(--u-font-weight-regular, 400))); margin-inline: var(--u-headline-margin, 16px); } :host([has-leading-icon]) .headline { margin-inline-start: 0; } .leading-icon { margin-inline: var(--u-leading-icon-margin, 8px); } .trailing-icon { padding-inline: var(--u-trailing-icon-margin, 8px); margin-inline-start: auto; } `"
|
|
1111
|
-
}
|
|
1112
|
-
],
|
|
1113
|
-
"exports": [
|
|
1114
|
-
{
|
|
1115
|
-
"kind": "js",
|
|
1116
|
-
"name": "styles",
|
|
1117
|
-
"declaration": {
|
|
1118
|
-
"name": "styles",
|
|
1119
|
-
"module": "src/app-bar/top-app-bar.styles.ts"
|
|
1120
|
-
}
|
|
1121
|
-
}
|
|
1122
|
-
]
|
|
1123
|
-
},
|
|
1124
|
-
{
|
|
1125
|
-
"kind": "javascript-module",
|
|
1126
|
-
"path": "src/app-bar/top-app-bar.ts",
|
|
1127
|
-
"declarations": [
|
|
1128
|
-
{
|
|
1129
|
-
"kind": "class",
|
|
1130
|
-
"description": "",
|
|
1131
|
-
"name": "UmTopAppBar",
|
|
1132
|
-
"members": [
|
|
1111
|
+
},
|
|
1133
1112
|
{
|
|
1134
1113
|
"kind": "field",
|
|
1135
|
-
"name": "
|
|
1114
|
+
"name": "assignedLeadingIcons",
|
|
1136
1115
|
"type": {
|
|
1137
|
-
"text": "
|
|
1116
|
+
"text": "HTMLElement[]"
|
|
1138
1117
|
},
|
|
1139
|
-
"
|
|
1140
|
-
"
|
|
1141
|
-
"
|
|
1142
|
-
|
|
1118
|
+
"privacy": "protected",
|
|
1119
|
+
"readonly": true,
|
|
1120
|
+
"inheritedFrom": {
|
|
1121
|
+
"name": "UmFieldBase",
|
|
1122
|
+
"module": "src/field/field-base.ts"
|
|
1123
|
+
}
|
|
1143
1124
|
},
|
|
1144
1125
|
{
|
|
1145
1126
|
"kind": "field",
|
|
1146
|
-
"name": "
|
|
1147
|
-
"type": {
|
|
1148
|
-
"text": "boolean"
|
|
1149
|
-
},
|
|
1150
|
-
"default": "false",
|
|
1151
|
-
"description": "Whether the app bar has trailing icon or not\n\n_Note:_ Readonly",
|
|
1152
|
-
"attribute": "has-trailing-icon",
|
|
1153
|
-
"reflects": true
|
|
1154
|
-
},
|
|
1155
|
-
{
|
|
1156
|
-
"kind": "field",
|
|
1157
|
-
"name": "position",
|
|
1158
|
-
"type": {
|
|
1159
|
-
"text": "'fixed' | 'absolute' | 'static'"
|
|
1160
|
-
},
|
|
1161
|
-
"default": "'fixed'",
|
|
1162
|
-
"attribute": "position",
|
|
1163
|
-
"reflects": true
|
|
1164
|
-
},
|
|
1165
|
-
{
|
|
1166
|
-
"kind": "field",
|
|
1167
|
-
"name": "size",
|
|
1168
|
-
"type": {
|
|
1169
|
-
"text": "'small' | 'medium' | 'large'"
|
|
1170
|
-
},
|
|
1171
|
-
"default": "'small'",
|
|
1172
|
-
"attribute": "size",
|
|
1173
|
-
"reflects": true
|
|
1174
|
-
},
|
|
1175
|
-
{
|
|
1176
|
-
"kind": "field",
|
|
1177
|
-
"name": "headline",
|
|
1178
|
-
"type": {
|
|
1179
|
-
"text": "string"
|
|
1180
|
-
},
|
|
1181
|
-
"default": "''",
|
|
1182
|
-
"attribute": "headline"
|
|
1183
|
-
},
|
|
1184
|
-
{
|
|
1185
|
-
"kind": "field",
|
|
1186
|
-
"name": "scrollContainer",
|
|
1187
|
-
"type": {
|
|
1188
|
-
"text": "'none' | 'window' | string | undefined"
|
|
1189
|
-
},
|
|
1190
|
-
"attribute": "scrollContainer",
|
|
1191
|
-
"reflects": true
|
|
1192
|
-
},
|
|
1193
|
-
{
|
|
1194
|
-
"kind": "field",
|
|
1195
|
-
"name": "containerScrolled",
|
|
1196
|
-
"type": {
|
|
1197
|
-
"text": "boolean"
|
|
1198
|
-
},
|
|
1199
|
-
"default": "false",
|
|
1200
|
-
"attribute": "container-scrolled",
|
|
1201
|
-
"reflects": true
|
|
1202
|
-
},
|
|
1203
|
-
{
|
|
1204
|
-
"kind": "field",
|
|
1205
|
-
"name": "assignedLeadingIcons",
|
|
1127
|
+
"name": "assignedTrailingIcons",
|
|
1206
1128
|
"type": {
|
|
1207
1129
|
"text": "HTMLElement[]"
|
|
1208
1130
|
},
|
|
1209
|
-
"privacy": "
|
|
1210
|
-
"readonly": true
|
|
1131
|
+
"privacy": "protected",
|
|
1132
|
+
"readonly": true,
|
|
1133
|
+
"inheritedFrom": {
|
|
1134
|
+
"name": "UmFieldBase",
|
|
1135
|
+
"module": "src/field/field-base.ts"
|
|
1136
|
+
}
|
|
1211
1137
|
},
|
|
1212
1138
|
{
|
|
1213
1139
|
"kind": "field",
|
|
1214
|
-
"name": "
|
|
1140
|
+
"name": "assignedErrorTexts",
|
|
1215
1141
|
"type": {
|
|
1216
1142
|
"text": "HTMLElement[]"
|
|
1217
1143
|
},
|
|
1218
1144
|
"privacy": "private",
|
|
1219
|
-
"readonly": true
|
|
1145
|
+
"readonly": true,
|
|
1146
|
+
"inheritedFrom": {
|
|
1147
|
+
"name": "UmFieldBase",
|
|
1148
|
+
"module": "src/field/field-base.ts"
|
|
1149
|
+
}
|
|
1220
1150
|
},
|
|
1221
1151
|
{
|
|
1222
1152
|
"kind": "field",
|
|
1223
|
-
"name": "
|
|
1153
|
+
"name": "_labelElement",
|
|
1224
1154
|
"type": {
|
|
1225
1155
|
"text": "HTMLElement"
|
|
1226
1156
|
},
|
|
1227
1157
|
"privacy": "private",
|
|
1228
|
-
"readonly": true
|
|
1158
|
+
"readonly": true,
|
|
1159
|
+
"inheritedFrom": {
|
|
1160
|
+
"name": "UmFieldBase",
|
|
1161
|
+
"module": "src/field/field-base.ts"
|
|
1162
|
+
}
|
|
1229
1163
|
},
|
|
1230
1164
|
{
|
|
1231
1165
|
"kind": "field",
|
|
1232
|
-
"name": "
|
|
1166
|
+
"name": "_container",
|
|
1233
1167
|
"type": {
|
|
1234
1168
|
"text": "HTMLElement"
|
|
1235
1169
|
},
|
|
1236
|
-
"privacy": "
|
|
1237
|
-
"
|
|
1170
|
+
"privacy": "protected",
|
|
1171
|
+
"inheritedFrom": {
|
|
1172
|
+
"name": "UmFieldBase",
|
|
1173
|
+
"module": "src/field/field-base.ts"
|
|
1174
|
+
}
|
|
1238
1175
|
},
|
|
1239
1176
|
{
|
|
1240
|
-
"kind": "
|
|
1241
|
-
"name": "
|
|
1242
|
-
"type": {
|
|
1243
|
-
"text": "HTMLElement"
|
|
1244
|
-
},
|
|
1177
|
+
"kind": "method",
|
|
1178
|
+
"name": "handleLeadingIconSlotChange",
|
|
1245
1179
|
"privacy": "private",
|
|
1246
|
-
"
|
|
1180
|
+
"inheritedFrom": {
|
|
1181
|
+
"name": "UmFieldBase",
|
|
1182
|
+
"module": "src/field/field-base.ts"
|
|
1183
|
+
}
|
|
1247
1184
|
},
|
|
1248
1185
|
{
|
|
1249
|
-
"kind": "
|
|
1250
|
-
"name": "
|
|
1251
|
-
"type": {
|
|
1252
|
-
"text": "ResizeObserver | null"
|
|
1253
|
-
},
|
|
1186
|
+
"kind": "method",
|
|
1187
|
+
"name": "handleTrailingIconSlotChange",
|
|
1254
1188
|
"privacy": "private",
|
|
1255
|
-
"
|
|
1189
|
+
"inheritedFrom": {
|
|
1190
|
+
"name": "UmFieldBase",
|
|
1191
|
+
"module": "src/field/field-base.ts"
|
|
1192
|
+
}
|
|
1256
1193
|
},
|
|
1257
1194
|
{
|
|
1258
|
-
"kind": "
|
|
1259
|
-
"name": "
|
|
1260
|
-
"type": {
|
|
1261
|
-
"text": "{\n addEventListener: typeof window.addEventListener;\n removeEventListener: typeof window.removeEventListener;\n } | null"
|
|
1262
|
-
},
|
|
1195
|
+
"kind": "method",
|
|
1196
|
+
"name": "handleErrorTextSlotChange",
|
|
1263
1197
|
"privacy": "private",
|
|
1264
|
-
"
|
|
1198
|
+
"inheritedFrom": {
|
|
1199
|
+
"name": "UmFieldBase",
|
|
1200
|
+
"module": "src/field/field-base.ts"
|
|
1201
|
+
}
|
|
1265
1202
|
},
|
|
1266
1203
|
{
|
|
1267
1204
|
"kind": "method",
|
|
1268
|
-
"name": "
|
|
1269
|
-
"privacy": "
|
|
1205
|
+
"name": "renderDefaultTrailingIcon",
|
|
1206
|
+
"privacy": "protected",
|
|
1270
1207
|
"return": {
|
|
1271
1208
|
"type": {
|
|
1272
|
-
"text": "|
|
|
1209
|
+
"text": "TemplateResult | typeof nothing"
|
|
1273
1210
|
}
|
|
1274
1211
|
},
|
|
1275
|
-
"
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
]
|
|
1283
|
-
},
|
|
1212
|
+
"inheritedFrom": {
|
|
1213
|
+
"name": "UmFieldBase",
|
|
1214
|
+
"module": "src/field/field-base.ts"
|
|
1215
|
+
}
|
|
1216
|
+
}
|
|
1217
|
+
],
|
|
1218
|
+
"attributes": [
|
|
1284
1219
|
{
|
|
1285
|
-
"
|
|
1286
|
-
"
|
|
1287
|
-
"privacy": "private"
|
|
1220
|
+
"name": "value",
|
|
1221
|
+
"fieldName": "value"
|
|
1288
1222
|
},
|
|
1289
1223
|
{
|
|
1290
|
-
"
|
|
1291
|
-
"
|
|
1292
|
-
|
|
1224
|
+
"name": "placeholder",
|
|
1225
|
+
"type": {
|
|
1226
|
+
"text": "string"
|
|
1227
|
+
},
|
|
1228
|
+
"default": "''",
|
|
1229
|
+
"fieldName": "placeholder",
|
|
1230
|
+
"inheritedFrom": {
|
|
1231
|
+
"name": "UmTextFieldBase",
|
|
1232
|
+
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
1233
|
+
}
|
|
1293
1234
|
},
|
|
1294
1235
|
{
|
|
1295
|
-
"
|
|
1296
|
-
"
|
|
1297
|
-
|
|
1298
|
-
|
|
1236
|
+
"name": "variant",
|
|
1237
|
+
"type": {
|
|
1238
|
+
"text": "'filled' | 'outlined' | undefined"
|
|
1239
|
+
},
|
|
1240
|
+
"default": "undefined",
|
|
1241
|
+
"fieldName": "variant",
|
|
1242
|
+
"inheritedFrom": {
|
|
1243
|
+
"name": "UmFieldBase",
|
|
1244
|
+
"module": "src/field/field-base.ts"
|
|
1245
|
+
}
|
|
1299
1246
|
},
|
|
1300
1247
|
{
|
|
1301
|
-
"
|
|
1302
|
-
"
|
|
1303
|
-
|
|
1304
|
-
"static": true,
|
|
1305
|
-
"return": {
|
|
1306
|
-
"type": {
|
|
1307
|
-
"text": "number"
|
|
1308
|
-
}
|
|
1248
|
+
"name": "label",
|
|
1249
|
+
"type": {
|
|
1250
|
+
"text": "string | undefined"
|
|
1309
1251
|
},
|
|
1310
|
-
"
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
}
|
|
1317
|
-
]
|
|
1252
|
+
"description": "The floating label for the field",
|
|
1253
|
+
"fieldName": "label",
|
|
1254
|
+
"inheritedFrom": {
|
|
1255
|
+
"name": "UmFieldBase",
|
|
1256
|
+
"module": "src/field/field-base.ts"
|
|
1257
|
+
}
|
|
1318
1258
|
},
|
|
1319
1259
|
{
|
|
1320
|
-
"
|
|
1321
|
-
"
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1260
|
+
"name": "counter",
|
|
1261
|
+
"type": {
|
|
1262
|
+
"text": "string | undefined"
|
|
1263
|
+
},
|
|
1264
|
+
"fieldName": "counter",
|
|
1265
|
+
"inheritedFrom": {
|
|
1266
|
+
"name": "UmFieldBase",
|
|
1267
|
+
"module": "src/field/field-base.ts"
|
|
1268
|
+
}
|
|
1269
|
+
},
|
|
1326
1270
|
{
|
|
1327
|
-
"name": "
|
|
1271
|
+
"name": "hide-counter",
|
|
1328
1272
|
"type": {
|
|
1329
1273
|
"text": "boolean"
|
|
1330
1274
|
},
|
|
1331
1275
|
"default": "false",
|
|
1332
|
-
"
|
|
1333
|
-
"
|
|
1276
|
+
"fieldName": "hideCounter",
|
|
1277
|
+
"inheritedFrom": {
|
|
1278
|
+
"name": "UmFieldBase",
|
|
1279
|
+
"module": "src/field/field-base.ts"
|
|
1280
|
+
}
|
|
1334
1281
|
},
|
|
1335
1282
|
{
|
|
1336
|
-
"name": "
|
|
1283
|
+
"name": "supporting-text",
|
|
1337
1284
|
"type": {
|
|
1338
|
-
"text": "
|
|
1285
|
+
"text": "string | undefined"
|
|
1339
1286
|
},
|
|
1340
|
-
"
|
|
1341
|
-
"
|
|
1342
|
-
"
|
|
1287
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
1288
|
+
"fieldName": "supportingText",
|
|
1289
|
+
"inheritedFrom": {
|
|
1290
|
+
"name": "UmFieldBase",
|
|
1291
|
+
"module": "src/field/field-base.ts"
|
|
1292
|
+
}
|
|
1343
1293
|
},
|
|
1344
1294
|
{
|
|
1345
|
-
"name": "
|
|
1295
|
+
"name": "error-text",
|
|
1346
1296
|
"type": {
|
|
1347
|
-
"text": "
|
|
1297
|
+
"text": "string | undefined"
|
|
1348
1298
|
},
|
|
1349
|
-
"
|
|
1350
|
-
"fieldName": "
|
|
1299
|
+
"description": "For text fields that validate their content (such as passwords), replace supporting text with error text when applicable.\nIf `errorText` is not an empty string, changing the property `invalid` to `true` will show the `errorText` instead of `supportingText`",
|
|
1300
|
+
"fieldName": "errorText",
|
|
1301
|
+
"inheritedFrom": {
|
|
1302
|
+
"name": "UmFieldBase",
|
|
1303
|
+
"module": "src/field/field-base.ts"
|
|
1304
|
+
}
|
|
1351
1305
|
},
|
|
1352
1306
|
{
|
|
1353
|
-
"name": "
|
|
1307
|
+
"name": "empty",
|
|
1354
1308
|
"type": {
|
|
1355
|
-
"text": "
|
|
1309
|
+
"text": "boolean"
|
|
1356
1310
|
},
|
|
1357
|
-
"default": "
|
|
1358
|
-
"
|
|
1311
|
+
"default": "false",
|
|
1312
|
+
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
1313
|
+
"fieldName": "empty",
|
|
1314
|
+
"inheritedFrom": {
|
|
1315
|
+
"name": "UmFieldBase",
|
|
1316
|
+
"module": "src/field/field-base.ts"
|
|
1317
|
+
}
|
|
1359
1318
|
},
|
|
1360
1319
|
{
|
|
1361
|
-
"name": "
|
|
1320
|
+
"name": "disabled",
|
|
1362
1321
|
"type": {
|
|
1363
|
-
"text": "
|
|
1322
|
+
"text": "boolean"
|
|
1364
1323
|
},
|
|
1365
|
-
"default": "
|
|
1366
|
-
"fieldName": "
|
|
1324
|
+
"default": "false",
|
|
1325
|
+
"fieldName": "disabled",
|
|
1326
|
+
"inheritedFrom": {
|
|
1327
|
+
"name": "UmFieldBase",
|
|
1328
|
+
"module": "src/field/field-base.ts"
|
|
1329
|
+
}
|
|
1367
1330
|
},
|
|
1368
1331
|
{
|
|
1369
|
-
"name": "
|
|
1332
|
+
"name": "invalid",
|
|
1370
1333
|
"type": {
|
|
1371
|
-
"text": "
|
|
1334
|
+
"text": "boolean"
|
|
1372
1335
|
},
|
|
1373
|
-
"
|
|
1336
|
+
"default": "false",
|
|
1337
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
1338
|
+
"fieldName": "invalid",
|
|
1339
|
+
"inheritedFrom": {
|
|
1340
|
+
"name": "UmFieldBase",
|
|
1341
|
+
"module": "src/field/field-base.ts"
|
|
1342
|
+
}
|
|
1374
1343
|
},
|
|
1375
1344
|
{
|
|
1376
|
-
"name": "
|
|
1345
|
+
"name": "has-leading-icon",
|
|
1377
1346
|
"type": {
|
|
1378
1347
|
"text": "boolean"
|
|
1379
1348
|
},
|
|
1380
1349
|
"default": "false",
|
|
1381
|
-
"
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
"tagName": "u-top-app-bar",
|
|
1389
|
-
"customElement": true
|
|
1390
|
-
}
|
|
1391
|
-
],
|
|
1392
|
-
"exports": [
|
|
1393
|
-
{
|
|
1394
|
-
"kind": "js",
|
|
1395
|
-
"name": "UmTopAppBar",
|
|
1396
|
-
"declaration": {
|
|
1397
|
-
"name": "UmTopAppBar",
|
|
1398
|
-
"module": "src/app-bar/top-app-bar.ts"
|
|
1399
|
-
}
|
|
1400
|
-
},
|
|
1401
|
-
{
|
|
1402
|
-
"kind": "custom-element-definition",
|
|
1403
|
-
"name": "u-top-app-bar",
|
|
1404
|
-
"declaration": {
|
|
1405
|
-
"name": "UmTopAppBar",
|
|
1406
|
-
"module": "src/app-bar/top-app-bar.ts"
|
|
1407
|
-
}
|
|
1408
|
-
}
|
|
1409
|
-
]
|
|
1410
|
-
},
|
|
1411
|
-
{
|
|
1412
|
-
"kind": "javascript-module",
|
|
1413
|
-
"path": "src/badge/badge.styles.ts",
|
|
1414
|
-
"declarations": [
|
|
1415
|
-
{
|
|
1416
|
-
"kind": "variable",
|
|
1417
|
-
"name": "styles",
|
|
1418
|
-
"default": "css ` :host { --_badge-size: var(--u-badge-small-size, 6px); font-family: var(--u-font-family, var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\")); line-height: var(--u-badge-line-height, var(--u-label-s-line-height, 1rem)); font-size: var(--u-badge-font-size, var(--u-label-s-font-size, 0.6875rem)); letter-spacing: var(--u-badge-letter-spacing, var(--u-label-s-letter-spacing, 0.0454545455rem)); font-weight: var(--u-badge-font-weight, var(--u-label-s-font-weight, var(--u-font-weight-medium, 500))); display: inline-flex; align-items: center; justify-content: center; min-width: var(--_badge-size); height: var(--_badge-size); line-height: var(--_badge-size); background-color: var(--u-badge-color, var(--u-color-error, rgb(179, 38, 30))); color: var(--u-badge-color, var(--u-color-on-error, rgb(255, 255, 255))); border-radius: calc(var(--_badge-size) / 2); } :host(:not([static])) { --_badge-inline-start: calc(100% - var(--_badge-size)); position: absolute; top: 0; inset-inline-start: var(--_badge-inline-start); } :host(:not(:empty)) { --_badge-size: var(--u-badge-large-size, 16px); top: var(--u-badge-top-offset, -2px); inset-inline-start: calc(var(--_badge-inline-start) - var(--u-badge-inline-offset, -4px)); padding-inline: var(--u-badge-padding, 4px); } `"
|
|
1419
|
-
}
|
|
1420
|
-
],
|
|
1421
|
-
"exports": [
|
|
1422
|
-
{
|
|
1423
|
-
"kind": "js",
|
|
1424
|
-
"name": "styles",
|
|
1425
|
-
"declaration": {
|
|
1426
|
-
"name": "styles",
|
|
1427
|
-
"module": "src/badge/badge.styles.ts"
|
|
1428
|
-
}
|
|
1429
|
-
}
|
|
1430
|
-
]
|
|
1431
|
-
},
|
|
1432
|
-
{
|
|
1433
|
-
"kind": "javascript-module",
|
|
1434
|
-
"path": "src/badge/badge.ts",
|
|
1435
|
-
"declarations": [
|
|
1436
|
-
{
|
|
1437
|
-
"kind": "class",
|
|
1438
|
-
"description": "",
|
|
1439
|
-
"name": "UmBadge",
|
|
1440
|
-
"members": [
|
|
1350
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
1351
|
+
"fieldName": "hasLeadingIcon",
|
|
1352
|
+
"inheritedFrom": {
|
|
1353
|
+
"name": "UmFieldBase",
|
|
1354
|
+
"module": "src/field/field-base.ts"
|
|
1355
|
+
}
|
|
1356
|
+
},
|
|
1441
1357
|
{
|
|
1442
|
-
"
|
|
1443
|
-
"name": "static",
|
|
1358
|
+
"name": "has-trailing-icon",
|
|
1444
1359
|
"type": {
|
|
1445
1360
|
"text": "boolean"
|
|
1446
1361
|
},
|
|
1447
1362
|
"default": "false",
|
|
1448
|
-
"
|
|
1449
|
-
"
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1363
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
1364
|
+
"fieldName": "hasTrailingIcon",
|
|
1365
|
+
"inheritedFrom": {
|
|
1366
|
+
"name": "UmFieldBase",
|
|
1367
|
+
"module": "src/field/field-base.ts"
|
|
1368
|
+
}
|
|
1369
|
+
},
|
|
1453
1370
|
{
|
|
1454
|
-
"name": "
|
|
1371
|
+
"name": "has-error-text",
|
|
1455
1372
|
"type": {
|
|
1456
1373
|
"text": "boolean"
|
|
1457
1374
|
},
|
|
1458
1375
|
"default": "false",
|
|
1459
|
-
"
|
|
1376
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
1377
|
+
"fieldName": "hasErrorText",
|
|
1378
|
+
"inheritedFrom": {
|
|
1379
|
+
"name": "UmFieldBase",
|
|
1380
|
+
"module": "src/field/field-base.ts"
|
|
1381
|
+
}
|
|
1460
1382
|
}
|
|
1461
1383
|
],
|
|
1462
1384
|
"superclass": {
|
|
1463
|
-
"name": "
|
|
1464
|
-
"
|
|
1385
|
+
"name": "UmTextFieldBase",
|
|
1386
|
+
"module": "/src/shared/text-field-base/text-field-base.js"
|
|
1465
1387
|
},
|
|
1466
|
-
"tagName": "u-
|
|
1388
|
+
"tagName": "u-button-field",
|
|
1467
1389
|
"customElement": true
|
|
1468
1390
|
}
|
|
1469
1391
|
],
|
|
1470
1392
|
"exports": [
|
|
1471
1393
|
{
|
|
1472
1394
|
"kind": "js",
|
|
1473
|
-
"name": "
|
|
1395
|
+
"name": "UmButtonField",
|
|
1474
1396
|
"declaration": {
|
|
1475
|
-
"name": "
|
|
1476
|
-
"module": "src/
|
|
1397
|
+
"name": "UmButtonField",
|
|
1398
|
+
"module": "src/button-field/button-field.ts"
|
|
1477
1399
|
}
|
|
1478
1400
|
},
|
|
1479
1401
|
{
|
|
1480
1402
|
"kind": "custom-element-definition",
|
|
1481
|
-
"name": "u-
|
|
1403
|
+
"name": "u-button-field",
|
|
1482
1404
|
"declaration": {
|
|
1483
|
-
"name": "
|
|
1484
|
-
"module": "src/
|
|
1405
|
+
"name": "UmButtonField",
|
|
1406
|
+
"module": "src/button-field/button-field.ts"
|
|
1485
1407
|
}
|
|
1486
1408
|
}
|
|
1487
1409
|
]
|
|
@@ -6051,6 +5973,84 @@
|
|
|
6051
5973
|
}
|
|
6052
5974
|
]
|
|
6053
5975
|
},
|
|
5976
|
+
{
|
|
5977
|
+
"kind": "javascript-module",
|
|
5978
|
+
"path": "src/badge/badge.styles.ts",
|
|
5979
|
+
"declarations": [
|
|
5980
|
+
{
|
|
5981
|
+
"kind": "variable",
|
|
5982
|
+
"name": "styles",
|
|
5983
|
+
"default": "css ` :host { --_badge-size: var(--u-badge-small-size, 6px); font-family: var(--u-font-family, var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\")); line-height: var(--u-badge-line-height, var(--u-label-s-line-height, 1rem)); font-size: var(--u-badge-font-size, var(--u-label-s-font-size, 0.6875rem)); letter-spacing: var(--u-badge-letter-spacing, var(--u-label-s-letter-spacing, 0.0454545455rem)); font-weight: var(--u-badge-font-weight, var(--u-label-s-font-weight, var(--u-font-weight-medium, 500))); display: inline-flex; align-items: center; justify-content: center; min-width: var(--_badge-size); height: var(--_badge-size); line-height: var(--_badge-size); background-color: var(--u-badge-color, var(--u-color-error, rgb(179, 38, 30))); color: var(--u-badge-color, var(--u-color-on-error, rgb(255, 255, 255))); border-radius: calc(var(--_badge-size) / 2); } :host(:not([static])) { --_badge-inline-start: calc(100% - var(--_badge-size)); position: absolute; top: 0; inset-inline-start: var(--_badge-inline-start); } :host(:not(:empty)) { --_badge-size: var(--u-badge-large-size, 16px); top: var(--u-badge-top-offset, -2px); inset-inline-start: calc(var(--_badge-inline-start) - var(--u-badge-inline-offset, -4px)); padding-inline: var(--u-badge-padding, 4px); } `"
|
|
5984
|
+
}
|
|
5985
|
+
],
|
|
5986
|
+
"exports": [
|
|
5987
|
+
{
|
|
5988
|
+
"kind": "js",
|
|
5989
|
+
"name": "styles",
|
|
5990
|
+
"declaration": {
|
|
5991
|
+
"name": "styles",
|
|
5992
|
+
"module": "src/badge/badge.styles.ts"
|
|
5993
|
+
}
|
|
5994
|
+
}
|
|
5995
|
+
]
|
|
5996
|
+
},
|
|
5997
|
+
{
|
|
5998
|
+
"kind": "javascript-module",
|
|
5999
|
+
"path": "src/badge/badge.ts",
|
|
6000
|
+
"declarations": [
|
|
6001
|
+
{
|
|
6002
|
+
"kind": "class",
|
|
6003
|
+
"description": "",
|
|
6004
|
+
"name": "UmBadge",
|
|
6005
|
+
"members": [
|
|
6006
|
+
{
|
|
6007
|
+
"kind": "field",
|
|
6008
|
+
"name": "static",
|
|
6009
|
+
"type": {
|
|
6010
|
+
"text": "boolean"
|
|
6011
|
+
},
|
|
6012
|
+
"default": "false",
|
|
6013
|
+
"attribute": "static",
|
|
6014
|
+
"reflects": true
|
|
6015
|
+
}
|
|
6016
|
+
],
|
|
6017
|
+
"attributes": [
|
|
6018
|
+
{
|
|
6019
|
+
"name": "static",
|
|
6020
|
+
"type": {
|
|
6021
|
+
"text": "boolean"
|
|
6022
|
+
},
|
|
6023
|
+
"default": "false",
|
|
6024
|
+
"fieldName": "static"
|
|
6025
|
+
}
|
|
6026
|
+
],
|
|
6027
|
+
"superclass": {
|
|
6028
|
+
"name": "LitElement",
|
|
6029
|
+
"package": "lit"
|
|
6030
|
+
},
|
|
6031
|
+
"tagName": "u-badge",
|
|
6032
|
+
"customElement": true
|
|
6033
|
+
}
|
|
6034
|
+
],
|
|
6035
|
+
"exports": [
|
|
6036
|
+
{
|
|
6037
|
+
"kind": "js",
|
|
6038
|
+
"name": "UmBadge",
|
|
6039
|
+
"declaration": {
|
|
6040
|
+
"name": "UmBadge",
|
|
6041
|
+
"module": "src/badge/badge.ts"
|
|
6042
|
+
}
|
|
6043
|
+
},
|
|
6044
|
+
{
|
|
6045
|
+
"kind": "custom-element-definition",
|
|
6046
|
+
"name": "u-badge",
|
|
6047
|
+
"declaration": {
|
|
6048
|
+
"name": "UmBadge",
|
|
6049
|
+
"module": "src/badge/badge.ts"
|
|
6050
|
+
}
|
|
6051
|
+
}
|
|
6052
|
+
]
|
|
6053
|
+
},
|
|
6054
6054
|
{
|
|
6055
6055
|
"kind": "javascript-module",
|
|
6056
6056
|
"path": "src/card/card-content.styles.ts",
|
|
@@ -8808,63 +8808,6 @@
|
|
|
8808
8808
|
"declarations": [],
|
|
8809
8809
|
"exports": []
|
|
8810
8810
|
},
|
|
8811
|
-
{
|
|
8812
|
-
"kind": "javascript-module",
|
|
8813
|
-
"path": "src/elevation/elevation.styles.ts",
|
|
8814
|
-
"declarations": [
|
|
8815
|
-
{
|
|
8816
|
-
"kind": "variable",
|
|
8817
|
-
"name": "styles",
|
|
8818
|
-
"default": "css ` :host { --_level: var(--u-elevation-level, 0); --_shadow-color: var(--u-color-shadow, rgb(0, 0, 0)); -webkit-tap-highlight-color: transparent; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; } :host::before, :host::after { content: \"\"; position: absolute; inset: 0; border-radius: inherit; transition: box-shadow 150ms ease-in-out; } :host::before { box-shadow: 0 calc(1px * (clamp(0, var(--_level), 1) + clamp(0, var(--_level) - 3, 1) + 2 * clamp(0, var(--_level) - 4, 1))) calc(1px * (2 * clamp(0, var(--_level), 1) + clamp(0, var(--_level) - 2, 1) + clamp(0, var(--_level) - 4, 1))) 0 var(--_shadow-color); opacity: 0.3; } :host::after { box-shadow: 0 calc(1px * (clamp(0, var(--_level), 1) + clamp(0, var(--_level) - 1, 1) + 2 * clamp(0, var(--_level) - 2, 3))) calc(1px * (3 * clamp(0, var(--_level), 2) + 2 * clamp(0, var(--_level) - 2, 3))) calc(1px * (clamp(0, var(--_level), 4) + 2 * clamp(0, var(--_level) - 4, 1))) var(--_shadow-color); opacity: 0.15; } `"
|
|
8819
|
-
}
|
|
8820
|
-
],
|
|
8821
|
-
"exports": [
|
|
8822
|
-
{
|
|
8823
|
-
"kind": "js",
|
|
8824
|
-
"name": "styles",
|
|
8825
|
-
"declaration": {
|
|
8826
|
-
"name": "styles",
|
|
8827
|
-
"module": "src/elevation/elevation.styles.ts"
|
|
8828
|
-
}
|
|
8829
|
-
}
|
|
8830
|
-
]
|
|
8831
|
-
},
|
|
8832
|
-
{
|
|
8833
|
-
"kind": "javascript-module",
|
|
8834
|
-
"path": "src/elevation/elevation.ts",
|
|
8835
|
-
"declarations": [
|
|
8836
|
-
{
|
|
8837
|
-
"kind": "class",
|
|
8838
|
-
"description": "",
|
|
8839
|
-
"name": "UmElevation",
|
|
8840
|
-
"members": [],
|
|
8841
|
-
"superclass": {
|
|
8842
|
-
"name": "LitElement",
|
|
8843
|
-
"package": "lit"
|
|
8844
|
-
},
|
|
8845
|
-
"tagName": "u-elevation",
|
|
8846
|
-
"customElement": true
|
|
8847
|
-
}
|
|
8848
|
-
],
|
|
8849
|
-
"exports": [
|
|
8850
|
-
{
|
|
8851
|
-
"kind": "js",
|
|
8852
|
-
"name": "UmElevation",
|
|
8853
|
-
"declaration": {
|
|
8854
|
-
"name": "UmElevation",
|
|
8855
|
-
"module": "src/elevation/elevation.ts"
|
|
8856
|
-
}
|
|
8857
|
-
},
|
|
8858
|
-
{
|
|
8859
|
-
"kind": "custom-element-definition",
|
|
8860
|
-
"name": "u-elevation",
|
|
8861
|
-
"declaration": {
|
|
8862
|
-
"name": "UmElevation",
|
|
8863
|
-
"module": "src/elevation/elevation.ts"
|
|
8864
|
-
}
|
|
8865
|
-
}
|
|
8866
|
-
]
|
|
8867
|
-
},
|
|
8868
8811
|
{
|
|
8869
8812
|
"kind": "javascript-module",
|
|
8870
8813
|
"path": "src/dialog/confirm-dialog-builder.ts",
|
|
@@ -9749,6 +9692,63 @@
|
|
|
9749
9692
|
}
|
|
9750
9693
|
]
|
|
9751
9694
|
},
|
|
9695
|
+
{
|
|
9696
|
+
"kind": "javascript-module",
|
|
9697
|
+
"path": "src/elevation/elevation.styles.ts",
|
|
9698
|
+
"declarations": [
|
|
9699
|
+
{
|
|
9700
|
+
"kind": "variable",
|
|
9701
|
+
"name": "styles",
|
|
9702
|
+
"default": "css ` :host { --_level: var(--u-elevation-level, 0); --_shadow-color: var(--u-color-shadow, rgb(0, 0, 0)); -webkit-tap-highlight-color: transparent; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; } :host::before, :host::after { content: \"\"; position: absolute; inset: 0; border-radius: inherit; transition: box-shadow 150ms ease-in-out; } :host::before { box-shadow: 0 calc(1px * (clamp(0, var(--_level), 1) + clamp(0, var(--_level) - 3, 1) + 2 * clamp(0, var(--_level) - 4, 1))) calc(1px * (2 * clamp(0, var(--_level), 1) + clamp(0, var(--_level) - 2, 1) + clamp(0, var(--_level) - 4, 1))) 0 var(--_shadow-color); opacity: 0.3; } :host::after { box-shadow: 0 calc(1px * (clamp(0, var(--_level), 1) + clamp(0, var(--_level) - 1, 1) + 2 * clamp(0, var(--_level) - 2, 3))) calc(1px * (3 * clamp(0, var(--_level), 2) + 2 * clamp(0, var(--_level) - 2, 3))) calc(1px * (clamp(0, var(--_level), 4) + 2 * clamp(0, var(--_level) - 4, 1))) var(--_shadow-color); opacity: 0.15; } `"
|
|
9703
|
+
}
|
|
9704
|
+
],
|
|
9705
|
+
"exports": [
|
|
9706
|
+
{
|
|
9707
|
+
"kind": "js",
|
|
9708
|
+
"name": "styles",
|
|
9709
|
+
"declaration": {
|
|
9710
|
+
"name": "styles",
|
|
9711
|
+
"module": "src/elevation/elevation.styles.ts"
|
|
9712
|
+
}
|
|
9713
|
+
}
|
|
9714
|
+
]
|
|
9715
|
+
},
|
|
9716
|
+
{
|
|
9717
|
+
"kind": "javascript-module",
|
|
9718
|
+
"path": "src/elevation/elevation.ts",
|
|
9719
|
+
"declarations": [
|
|
9720
|
+
{
|
|
9721
|
+
"kind": "class",
|
|
9722
|
+
"description": "",
|
|
9723
|
+
"name": "UmElevation",
|
|
9724
|
+
"members": [],
|
|
9725
|
+
"superclass": {
|
|
9726
|
+
"name": "LitElement",
|
|
9727
|
+
"package": "lit"
|
|
9728
|
+
},
|
|
9729
|
+
"tagName": "u-elevation",
|
|
9730
|
+
"customElement": true
|
|
9731
|
+
}
|
|
9732
|
+
],
|
|
9733
|
+
"exports": [
|
|
9734
|
+
{
|
|
9735
|
+
"kind": "js",
|
|
9736
|
+
"name": "UmElevation",
|
|
9737
|
+
"declaration": {
|
|
9738
|
+
"name": "UmElevation",
|
|
9739
|
+
"module": "src/elevation/elevation.ts"
|
|
9740
|
+
}
|
|
9741
|
+
},
|
|
9742
|
+
{
|
|
9743
|
+
"kind": "custom-element-definition",
|
|
9744
|
+
"name": "u-elevation",
|
|
9745
|
+
"declaration": {
|
|
9746
|
+
"name": "UmElevation",
|
|
9747
|
+
"module": "src/elevation/elevation.ts"
|
|
9748
|
+
}
|
|
9749
|
+
}
|
|
9750
|
+
]
|
|
9751
|
+
},
|
|
9752
9752
|
{
|
|
9753
9753
|
"kind": "javascript-module",
|
|
9754
9754
|
"path": "src/field/field-base.styles.ts",
|
|
@@ -10698,55 +10698,190 @@
|
|
|
10698
10698
|
}
|
|
10699
10699
|
},
|
|
10700
10700
|
{
|
|
10701
|
-
"name": "has-trailing-icon",
|
|
10701
|
+
"name": "has-trailing-icon",
|
|
10702
|
+
"type": {
|
|
10703
|
+
"text": "boolean"
|
|
10704
|
+
},
|
|
10705
|
+
"default": "false",
|
|
10706
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
10707
|
+
"fieldName": "hasTrailingIcon",
|
|
10708
|
+
"inheritedFrom": {
|
|
10709
|
+
"name": "UmFieldBase",
|
|
10710
|
+
"module": "src/field/field-base.ts"
|
|
10711
|
+
}
|
|
10712
|
+
},
|
|
10713
|
+
{
|
|
10714
|
+
"name": "has-error-text",
|
|
10715
|
+
"type": {
|
|
10716
|
+
"text": "boolean"
|
|
10717
|
+
},
|
|
10718
|
+
"default": "false",
|
|
10719
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
10720
|
+
"fieldName": "hasErrorText",
|
|
10721
|
+
"inheritedFrom": {
|
|
10722
|
+
"name": "UmFieldBase",
|
|
10723
|
+
"module": "src/field/field-base.ts"
|
|
10724
|
+
}
|
|
10725
|
+
}
|
|
10726
|
+
],
|
|
10727
|
+
"superclass": {
|
|
10728
|
+
"name": "UmFieldBase",
|
|
10729
|
+
"module": "/src/field/field-base.js"
|
|
10730
|
+
},
|
|
10731
|
+
"tagName": "u-field",
|
|
10732
|
+
"customElement": true
|
|
10733
|
+
}
|
|
10734
|
+
],
|
|
10735
|
+
"exports": [
|
|
10736
|
+
{
|
|
10737
|
+
"kind": "js",
|
|
10738
|
+
"name": "UmField",
|
|
10739
|
+
"declaration": {
|
|
10740
|
+
"name": "UmField",
|
|
10741
|
+
"module": "src/field/field.ts"
|
|
10742
|
+
}
|
|
10743
|
+
},
|
|
10744
|
+
{
|
|
10745
|
+
"kind": "custom-element-definition",
|
|
10746
|
+
"name": "u-field",
|
|
10747
|
+
"declaration": {
|
|
10748
|
+
"name": "UmField",
|
|
10749
|
+
"module": "src/field/field.ts"
|
|
10750
|
+
}
|
|
10751
|
+
}
|
|
10752
|
+
]
|
|
10753
|
+
},
|
|
10754
|
+
{
|
|
10755
|
+
"kind": "javascript-module",
|
|
10756
|
+
"path": "src/list/list-item.styles.ts",
|
|
10757
|
+
"declarations": [
|
|
10758
|
+
{
|
|
10759
|
+
"kind": "variable",
|
|
10760
|
+
"name": "styles",
|
|
10761
|
+
"default": "css ` :host { position: relative; display: flex; align-items: center; min-height: var(--u-list-item-min-height, 56px); padding-block: var(--u-list-item-block-padding, 8px); padding-inline: var(--u-list-item-inline-padding, 16px); gap: var(--u-list-item-gap, 16px); } :host([selectable]) { cursor: pointer; } slot:not([name]) { display: block; margin-inline-end: auto; } slot { flex-shrink: 0; } .content { flex: 1; min-width: 0; } .headline { font-family: var(--u-font-family, var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\")); line-height: var(--u-list-item-headline-line-height, var(--u-body-l-line-height, 1.5rem)); font-size: var(--u-list-item-headline-font-size, var(--u-body-l-font-size, 1rem)); letter-spacing: var(--u-list-item-headline-letter-spacing, var(--u-body-l-letter-spacing, 0.03125rem)); font-weight: var(--u-list-item-headline-font-weight, var(--u-body-l-font-weight, var(--u-font-weight-regular, 400))); } .supporting-text { font-family: var(--u-font-family, var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\")); line-height: var(--u-list-item-supporting-text-line-height, var(--u-body-m-line-height, 1.25rem)); font-size: var(--u-list-item-supporting-text-font-size, var(--u-body-m-font-size, 0.875rem)); letter-spacing: var(--u-list-item-supporting-text-letter-spacing, var(--u-body-m-letter-spacing, 0.0178571429rem)); font-weight: var(--u-list-item-supporting-text-font-weight, var(--u-body-m-font-weight, var(--u-font-weight-regular, 400))); color: var(--u-list-item-supporting-text-color, var(--u-color-on-surface-variant, rgb(73, 69, 79))); } `"
|
|
10762
|
+
}
|
|
10763
|
+
],
|
|
10764
|
+
"exports": [
|
|
10765
|
+
{
|
|
10766
|
+
"kind": "js",
|
|
10767
|
+
"name": "styles",
|
|
10768
|
+
"declaration": {
|
|
10769
|
+
"name": "styles",
|
|
10770
|
+
"module": "src/list/list-item.styles.ts"
|
|
10771
|
+
}
|
|
10772
|
+
}
|
|
10773
|
+
]
|
|
10774
|
+
},
|
|
10775
|
+
{
|
|
10776
|
+
"kind": "javascript-module",
|
|
10777
|
+
"path": "src/list/list-item.ts",
|
|
10778
|
+
"declarations": [
|
|
10779
|
+
{
|
|
10780
|
+
"kind": "class",
|
|
10781
|
+
"description": "",
|
|
10782
|
+
"name": "UmListItem",
|
|
10783
|
+
"members": [
|
|
10784
|
+
{
|
|
10785
|
+
"kind": "field",
|
|
10786
|
+
"name": "selectable",
|
|
10702
10787
|
"type": {
|
|
10703
10788
|
"text": "boolean"
|
|
10704
10789
|
},
|
|
10705
10790
|
"default": "false",
|
|
10706
|
-
"
|
|
10707
|
-
"
|
|
10708
|
-
|
|
10709
|
-
|
|
10710
|
-
|
|
10711
|
-
}
|
|
10712
|
-
},
|
|
10791
|
+
"attribute": "selectable",
|
|
10792
|
+
"reflects": true
|
|
10793
|
+
}
|
|
10794
|
+
],
|
|
10795
|
+
"attributes": [
|
|
10713
10796
|
{
|
|
10714
|
-
"name": "
|
|
10797
|
+
"name": "selectable",
|
|
10715
10798
|
"type": {
|
|
10716
10799
|
"text": "boolean"
|
|
10717
10800
|
},
|
|
10718
10801
|
"default": "false",
|
|
10719
|
-
"
|
|
10720
|
-
"fieldName": "hasErrorText",
|
|
10721
|
-
"inheritedFrom": {
|
|
10722
|
-
"name": "UmFieldBase",
|
|
10723
|
-
"module": "src/field/field-base.ts"
|
|
10724
|
-
}
|
|
10802
|
+
"fieldName": "selectable"
|
|
10725
10803
|
}
|
|
10726
10804
|
],
|
|
10727
10805
|
"superclass": {
|
|
10728
|
-
"name": "
|
|
10729
|
-
"
|
|
10806
|
+
"name": "LitElement",
|
|
10807
|
+
"package": "lit"
|
|
10730
10808
|
},
|
|
10731
|
-
"tagName": "u-
|
|
10809
|
+
"tagName": "u-list-item",
|
|
10732
10810
|
"customElement": true
|
|
10733
10811
|
}
|
|
10734
10812
|
],
|
|
10735
10813
|
"exports": [
|
|
10736
10814
|
{
|
|
10737
10815
|
"kind": "js",
|
|
10738
|
-
"name": "
|
|
10816
|
+
"name": "UmListItem",
|
|
10739
10817
|
"declaration": {
|
|
10740
|
-
"name": "
|
|
10741
|
-
"module": "src/
|
|
10818
|
+
"name": "UmListItem",
|
|
10819
|
+
"module": "src/list/list-item.ts"
|
|
10742
10820
|
}
|
|
10743
10821
|
},
|
|
10744
10822
|
{
|
|
10745
10823
|
"kind": "custom-element-definition",
|
|
10746
|
-
"name": "u-
|
|
10824
|
+
"name": "u-list-item",
|
|
10747
10825
|
"declaration": {
|
|
10748
|
-
"name": "
|
|
10749
|
-
"module": "src/
|
|
10826
|
+
"name": "UmListItem",
|
|
10827
|
+
"module": "src/list/list-item.ts"
|
|
10828
|
+
}
|
|
10829
|
+
}
|
|
10830
|
+
]
|
|
10831
|
+
},
|
|
10832
|
+
{
|
|
10833
|
+
"kind": "javascript-module",
|
|
10834
|
+
"path": "src/list/list.styles.ts",
|
|
10835
|
+
"declarations": [
|
|
10836
|
+
{
|
|
10837
|
+
"kind": "variable",
|
|
10838
|
+
"name": "styles",
|
|
10839
|
+
"default": "css ` :host { display: block; padding-block: var(--u-list-padding, 8px); } `"
|
|
10840
|
+
}
|
|
10841
|
+
],
|
|
10842
|
+
"exports": [
|
|
10843
|
+
{
|
|
10844
|
+
"kind": "js",
|
|
10845
|
+
"name": "styles",
|
|
10846
|
+
"declaration": {
|
|
10847
|
+
"name": "styles",
|
|
10848
|
+
"module": "src/list/list.styles.ts"
|
|
10849
|
+
}
|
|
10850
|
+
}
|
|
10851
|
+
]
|
|
10852
|
+
},
|
|
10853
|
+
{
|
|
10854
|
+
"kind": "javascript-module",
|
|
10855
|
+
"path": "src/list/list.ts",
|
|
10856
|
+
"declarations": [
|
|
10857
|
+
{
|
|
10858
|
+
"kind": "class",
|
|
10859
|
+
"description": "",
|
|
10860
|
+
"name": "UmList",
|
|
10861
|
+
"members": [],
|
|
10862
|
+
"superclass": {
|
|
10863
|
+
"name": "LitElement",
|
|
10864
|
+
"package": "lit"
|
|
10865
|
+
},
|
|
10866
|
+
"tagName": "u-list",
|
|
10867
|
+
"customElement": true
|
|
10868
|
+
}
|
|
10869
|
+
],
|
|
10870
|
+
"exports": [
|
|
10871
|
+
{
|
|
10872
|
+
"kind": "js",
|
|
10873
|
+
"name": "UmList",
|
|
10874
|
+
"declaration": {
|
|
10875
|
+
"name": "UmList",
|
|
10876
|
+
"module": "src/list/list.ts"
|
|
10877
|
+
}
|
|
10878
|
+
},
|
|
10879
|
+
{
|
|
10880
|
+
"kind": "custom-element-definition",
|
|
10881
|
+
"name": "u-list",
|
|
10882
|
+
"declaration": {
|
|
10883
|
+
"name": "UmList",
|
|
10884
|
+
"module": "src/list/list.ts"
|
|
10750
10885
|
}
|
|
10751
10886
|
}
|
|
10752
10887
|
]
|
|
@@ -11722,160 +11857,25 @@
|
|
|
11722
11857
|
"name": "LitElement",
|
|
11723
11858
|
"package": "lit"
|
|
11724
11859
|
},
|
|
11725
|
-
"tagName": "u-menu",
|
|
11726
|
-
"customElement": true
|
|
11727
|
-
}
|
|
11728
|
-
],
|
|
11729
|
-
"exports": [
|
|
11730
|
-
{
|
|
11731
|
-
"kind": "js",
|
|
11732
|
-
"name": "UmMenu",
|
|
11733
|
-
"declaration": {
|
|
11734
|
-
"name": "UmMenu",
|
|
11735
|
-
"module": "src/menu/menu.ts"
|
|
11736
|
-
}
|
|
11737
|
-
},
|
|
11738
|
-
{
|
|
11739
|
-
"kind": "custom-element-definition",
|
|
11740
|
-
"name": "u-menu",
|
|
11741
|
-
"declaration": {
|
|
11742
|
-
"name": "UmMenu",
|
|
11743
|
-
"module": "src/menu/menu.ts"
|
|
11744
|
-
}
|
|
11745
|
-
}
|
|
11746
|
-
]
|
|
11747
|
-
},
|
|
11748
|
-
{
|
|
11749
|
-
"kind": "javascript-module",
|
|
11750
|
-
"path": "src/list/list-item.styles.ts",
|
|
11751
|
-
"declarations": [
|
|
11752
|
-
{
|
|
11753
|
-
"kind": "variable",
|
|
11754
|
-
"name": "styles",
|
|
11755
|
-
"default": "css ` :host { position: relative; display: flex; align-items: center; min-height: var(--u-list-item-min-height, 56px); padding-block: var(--u-list-item-block-padding, 8px); padding-inline: var(--u-list-item-inline-padding, 16px); gap: var(--u-list-item-gap, 16px); } :host([selectable]) { cursor: pointer; } slot:not([name]) { display: block; margin-inline-end: auto; } slot { flex-shrink: 0; } .content { flex: 1; min-width: 0; } .headline { font-family: var(--u-font-family, var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\")); line-height: var(--u-list-item-headline-line-height, var(--u-body-l-line-height, 1.5rem)); font-size: var(--u-list-item-headline-font-size, var(--u-body-l-font-size, 1rem)); letter-spacing: var(--u-list-item-headline-letter-spacing, var(--u-body-l-letter-spacing, 0.03125rem)); font-weight: var(--u-list-item-headline-font-weight, var(--u-body-l-font-weight, var(--u-font-weight-regular, 400))); } .supporting-text { font-family: var(--u-font-family, var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\")); line-height: var(--u-list-item-supporting-text-line-height, var(--u-body-m-line-height, 1.25rem)); font-size: var(--u-list-item-supporting-text-font-size, var(--u-body-m-font-size, 0.875rem)); letter-spacing: var(--u-list-item-supporting-text-letter-spacing, var(--u-body-m-letter-spacing, 0.0178571429rem)); font-weight: var(--u-list-item-supporting-text-font-weight, var(--u-body-m-font-weight, var(--u-font-weight-regular, 400))); color: var(--u-list-item-supporting-text-color, var(--u-color-on-surface-variant, rgb(73, 69, 79))); } `"
|
|
11756
|
-
}
|
|
11757
|
-
],
|
|
11758
|
-
"exports": [
|
|
11759
|
-
{
|
|
11760
|
-
"kind": "js",
|
|
11761
|
-
"name": "styles",
|
|
11762
|
-
"declaration": {
|
|
11763
|
-
"name": "styles",
|
|
11764
|
-
"module": "src/list/list-item.styles.ts"
|
|
11765
|
-
}
|
|
11766
|
-
}
|
|
11767
|
-
]
|
|
11768
|
-
},
|
|
11769
|
-
{
|
|
11770
|
-
"kind": "javascript-module",
|
|
11771
|
-
"path": "src/list/list-item.ts",
|
|
11772
|
-
"declarations": [
|
|
11773
|
-
{
|
|
11774
|
-
"kind": "class",
|
|
11775
|
-
"description": "",
|
|
11776
|
-
"name": "UmListItem",
|
|
11777
|
-
"members": [
|
|
11778
|
-
{
|
|
11779
|
-
"kind": "field",
|
|
11780
|
-
"name": "selectable",
|
|
11781
|
-
"type": {
|
|
11782
|
-
"text": "boolean"
|
|
11783
|
-
},
|
|
11784
|
-
"default": "false",
|
|
11785
|
-
"attribute": "selectable",
|
|
11786
|
-
"reflects": true
|
|
11787
|
-
}
|
|
11788
|
-
],
|
|
11789
|
-
"attributes": [
|
|
11790
|
-
{
|
|
11791
|
-
"name": "selectable",
|
|
11792
|
-
"type": {
|
|
11793
|
-
"text": "boolean"
|
|
11794
|
-
},
|
|
11795
|
-
"default": "false",
|
|
11796
|
-
"fieldName": "selectable"
|
|
11797
|
-
}
|
|
11798
|
-
],
|
|
11799
|
-
"superclass": {
|
|
11800
|
-
"name": "LitElement",
|
|
11801
|
-
"package": "lit"
|
|
11802
|
-
},
|
|
11803
|
-
"tagName": "u-list-item",
|
|
11804
|
-
"customElement": true
|
|
11805
|
-
}
|
|
11806
|
-
],
|
|
11807
|
-
"exports": [
|
|
11808
|
-
{
|
|
11809
|
-
"kind": "js",
|
|
11810
|
-
"name": "UmListItem",
|
|
11811
|
-
"declaration": {
|
|
11812
|
-
"name": "UmListItem",
|
|
11813
|
-
"module": "src/list/list-item.ts"
|
|
11814
|
-
}
|
|
11815
|
-
},
|
|
11816
|
-
{
|
|
11817
|
-
"kind": "custom-element-definition",
|
|
11818
|
-
"name": "u-list-item",
|
|
11819
|
-
"declaration": {
|
|
11820
|
-
"name": "UmListItem",
|
|
11821
|
-
"module": "src/list/list-item.ts"
|
|
11822
|
-
}
|
|
11823
|
-
}
|
|
11824
|
-
]
|
|
11825
|
-
},
|
|
11826
|
-
{
|
|
11827
|
-
"kind": "javascript-module",
|
|
11828
|
-
"path": "src/list/list.styles.ts",
|
|
11829
|
-
"declarations": [
|
|
11830
|
-
{
|
|
11831
|
-
"kind": "variable",
|
|
11832
|
-
"name": "styles",
|
|
11833
|
-
"default": "css ` :host { display: block; padding-block: var(--u-list-padding, 8px); } `"
|
|
11834
|
-
}
|
|
11835
|
-
],
|
|
11836
|
-
"exports": [
|
|
11837
|
-
{
|
|
11838
|
-
"kind": "js",
|
|
11839
|
-
"name": "styles",
|
|
11840
|
-
"declaration": {
|
|
11841
|
-
"name": "styles",
|
|
11842
|
-
"module": "src/list/list.styles.ts"
|
|
11843
|
-
}
|
|
11844
|
-
}
|
|
11845
|
-
]
|
|
11846
|
-
},
|
|
11847
|
-
{
|
|
11848
|
-
"kind": "javascript-module",
|
|
11849
|
-
"path": "src/list/list.ts",
|
|
11850
|
-
"declarations": [
|
|
11851
|
-
{
|
|
11852
|
-
"kind": "class",
|
|
11853
|
-
"description": "",
|
|
11854
|
-
"name": "UmList",
|
|
11855
|
-
"members": [],
|
|
11856
|
-
"superclass": {
|
|
11857
|
-
"name": "LitElement",
|
|
11858
|
-
"package": "lit"
|
|
11859
|
-
},
|
|
11860
|
-
"tagName": "u-list",
|
|
11860
|
+
"tagName": "u-menu",
|
|
11861
11861
|
"customElement": true
|
|
11862
11862
|
}
|
|
11863
11863
|
],
|
|
11864
11864
|
"exports": [
|
|
11865
11865
|
{
|
|
11866
11866
|
"kind": "js",
|
|
11867
|
-
"name": "
|
|
11867
|
+
"name": "UmMenu",
|
|
11868
11868
|
"declaration": {
|
|
11869
|
-
"name": "
|
|
11870
|
-
"module": "src/
|
|
11869
|
+
"name": "UmMenu",
|
|
11870
|
+
"module": "src/menu/menu.ts"
|
|
11871
11871
|
}
|
|
11872
11872
|
},
|
|
11873
11873
|
{
|
|
11874
11874
|
"kind": "custom-element-definition",
|
|
11875
|
-
"name": "u-
|
|
11875
|
+
"name": "u-menu",
|
|
11876
11876
|
"declaration": {
|
|
11877
|
-
"name": "
|
|
11878
|
-
"module": "src/
|
|
11877
|
+
"name": "UmMenu",
|
|
11878
|
+
"module": "src/menu/menu.ts"
|
|
11879
11879
|
}
|
|
11880
11880
|
}
|
|
11881
11881
|
]
|
|
@@ -12821,260 +12821,18 @@
|
|
|
12821
12821
|
"exports": [
|
|
12822
12822
|
{
|
|
12823
12823
|
"kind": "js",
|
|
12824
|
-
"name": "OverflowMenu",
|
|
12825
|
-
"declaration": {
|
|
12826
|
-
"name": "OverflowMenu",
|
|
12827
|
-
"module": "src/overflow-menu/overflow-menu.ts"
|
|
12828
|
-
}
|
|
12829
|
-
},
|
|
12830
|
-
{
|
|
12831
|
-
"kind": "custom-element-definition",
|
|
12832
|
-
"name": "u-overflow-menu",
|
|
12833
|
-
"declaration": {
|
|
12834
|
-
"name": "OverflowMenu",
|
|
12835
|
-
"module": "src/overflow-menu/overflow-menu.ts"
|
|
12836
|
-
}
|
|
12837
|
-
}
|
|
12838
|
-
]
|
|
12839
|
-
},
|
|
12840
|
-
{
|
|
12841
|
-
"kind": "javascript-module",
|
|
12842
|
-
"path": "src/progress/circular-progress.styles.ts",
|
|
12843
|
-
"declarations": [
|
|
12844
|
-
{
|
|
12845
|
-
"kind": "variable",
|
|
12846
|
-
"name": "styles",
|
|
12847
|
-
"default": "css ` :host { position: relative; display: inline-block; width: var(--_size); height: var(--_size); margin-inline: auto; --_size: var(--u-circular-progress-size, 3rem); } .circular { width: 100%; height: 100%; transform: rotate(-90deg); transform-origin: center; } .circular.indeterminate { position: relative; animation: rotate 2s linear infinite; } .circular:not(.indeterminate) .path { transition: stroke-dashoffset 200ms linear; } .path { stroke-linecap: round; stroke: var(--u-circular-progress-color, var(--u-color-primary, rgb(103, 80, 164))); } .track { position: absolute; inset: 0; } .track .path { stroke: var(--u-circular-progress-track-color, var(--u-color-secondary-container, rgb(232, 222, 248))); } .indeterminate .path { stroke-dasharray: 1, 200; stroke-dashoffset: 0; animation: dash 1.5s ease-in-out infinite; } .on-going { transform: rotate(-80deg); } .on-going.track { transform: rotate(-100deg); } @keyframes rotate { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); } } @keyframes dash { 0% { stroke-dasharray: 1, 200; stroke-dashoffset: 0; } 50% { stroke-dasharray: 89, 200; stroke-dashoffset: -35; } 100% { stroke-dasharray: 89, 200; stroke-dashoffset: -124; } } `"
|
|
12848
|
-
}
|
|
12849
|
-
],
|
|
12850
|
-
"exports": [
|
|
12851
|
-
{
|
|
12852
|
-
"kind": "js",
|
|
12853
|
-
"name": "styles",
|
|
12854
|
-
"declaration": {
|
|
12855
|
-
"name": "styles",
|
|
12856
|
-
"module": "src/progress/circular-progress.styles.ts"
|
|
12857
|
-
}
|
|
12858
|
-
}
|
|
12859
|
-
]
|
|
12860
|
-
},
|
|
12861
|
-
{
|
|
12862
|
-
"kind": "javascript-module",
|
|
12863
|
-
"path": "src/progress/circular-progress.ts",
|
|
12864
|
-
"declarations": [
|
|
12865
|
-
{
|
|
12866
|
-
"kind": "class",
|
|
12867
|
-
"description": "",
|
|
12868
|
-
"name": "UmCircularProgress",
|
|
12869
|
-
"members": [
|
|
12870
|
-
{
|
|
12871
|
-
"kind": "field",
|
|
12872
|
-
"name": "value",
|
|
12873
|
-
"type": {
|
|
12874
|
-
"text": "number | undefined"
|
|
12875
|
-
},
|
|
12876
|
-
"attribute": "value"
|
|
12877
|
-
},
|
|
12878
|
-
{
|
|
12879
|
-
"kind": "field",
|
|
12880
|
-
"name": "max",
|
|
12881
|
-
"type": {
|
|
12882
|
-
"text": "number"
|
|
12883
|
-
},
|
|
12884
|
-
"default": "1",
|
|
12885
|
-
"attribute": "max"
|
|
12886
|
-
},
|
|
12887
|
-
{
|
|
12888
|
-
"kind": "method",
|
|
12889
|
-
"name": "#renderCircle",
|
|
12890
|
-
"privacy": "private",
|
|
12891
|
-
"return": {
|
|
12892
|
-
"type": {
|
|
12893
|
-
"text": "TemplateResult"
|
|
12894
|
-
}
|
|
12895
|
-
},
|
|
12896
|
-
"parameters": [
|
|
12897
|
-
{
|
|
12898
|
-
"name": "className",
|
|
12899
|
-
"type": {
|
|
12900
|
-
"text": "string"
|
|
12901
|
-
}
|
|
12902
|
-
}
|
|
12903
|
-
]
|
|
12904
|
-
},
|
|
12905
|
-
{
|
|
12906
|
-
"kind": "method",
|
|
12907
|
-
"name": "#renderIndeterminate",
|
|
12908
|
-
"privacy": "private",
|
|
12909
|
-
"return": {
|
|
12910
|
-
"type": {
|
|
12911
|
-
"text": "TemplateResult"
|
|
12912
|
-
}
|
|
12913
|
-
}
|
|
12914
|
-
},
|
|
12915
|
-
{
|
|
12916
|
-
"kind": "method",
|
|
12917
|
-
"name": "#renderDeterminate",
|
|
12918
|
-
"privacy": "private",
|
|
12919
|
-
"return": {
|
|
12920
|
-
"type": {
|
|
12921
|
-
"text": "TemplateResult"
|
|
12922
|
-
}
|
|
12923
|
-
}
|
|
12924
|
-
}
|
|
12925
|
-
],
|
|
12926
|
-
"attributes": [
|
|
12927
|
-
{
|
|
12928
|
-
"name": "value",
|
|
12929
|
-
"type": {
|
|
12930
|
-
"text": "number | undefined"
|
|
12931
|
-
},
|
|
12932
|
-
"fieldName": "value"
|
|
12933
|
-
},
|
|
12934
|
-
{
|
|
12935
|
-
"name": "max",
|
|
12936
|
-
"type": {
|
|
12937
|
-
"text": "number"
|
|
12938
|
-
},
|
|
12939
|
-
"default": "1",
|
|
12940
|
-
"fieldName": "max"
|
|
12941
|
-
}
|
|
12942
|
-
],
|
|
12943
|
-
"superclass": {
|
|
12944
|
-
"name": "LitElement",
|
|
12945
|
-
"package": "lit"
|
|
12946
|
-
},
|
|
12947
|
-
"tagName": "u-circular-progress",
|
|
12948
|
-
"customElement": true
|
|
12949
|
-
}
|
|
12950
|
-
],
|
|
12951
|
-
"exports": [
|
|
12952
|
-
{
|
|
12953
|
-
"kind": "js",
|
|
12954
|
-
"name": "UmCircularProgress",
|
|
12955
|
-
"declaration": {
|
|
12956
|
-
"name": "UmCircularProgress",
|
|
12957
|
-
"module": "src/progress/circular-progress.ts"
|
|
12958
|
-
}
|
|
12959
|
-
},
|
|
12960
|
-
{
|
|
12961
|
-
"kind": "custom-element-definition",
|
|
12962
|
-
"name": "u-circular-progress",
|
|
12963
|
-
"declaration": {
|
|
12964
|
-
"name": "UmCircularProgress",
|
|
12965
|
-
"module": "src/progress/circular-progress.ts"
|
|
12966
|
-
}
|
|
12967
|
-
}
|
|
12968
|
-
]
|
|
12969
|
-
},
|
|
12970
|
-
{
|
|
12971
|
-
"kind": "javascript-module",
|
|
12972
|
-
"path": "src/progress/progress-bar.styles.ts",
|
|
12973
|
-
"declarations": [
|
|
12974
|
-
{
|
|
12975
|
-
"kind": "variable",
|
|
12976
|
-
"name": "styles",
|
|
12977
|
-
"default": "css ` :host { --_border-radius: var(--u-progress-bar-border-radius, var(--u-shape-corner-full, 9999px)); --_height: var(--u-progress-bar-height, 4px); } :host, .determinate, .indeterminate { overflow: hidden; border-radius: var(--_border-radius); } .determinate, .indeterminate { display: flex; gap: 4px; } .indeterminate { flex: 1; margin-inline: -8px; border-radius: var(--_border-radius); } .determinate { margin-inline-end: -4px; } .determinate .bar { transition: flex-basis 200ms linear; } .last { flex-shrink: 1; flex-basis: 100%; animation: last 2.1s infinite linear; } .slow { animation: slow 2.1s infinite linear; } .middle { animation: middle 2.1s infinite linear; } .fast { animation: fast 2.1s infinite linear; } .first { animation: first 2.1s infinite linear; } .bar { height: var(--_height); border-radius: var(--_border-radius); background: var(--u-progress-bar-color, var(--u-color-primary, rgb(103, 80, 164))); } .track { background: var(--u-progress-bar-track-color, var(--u-color-secondary-container, rgb(232, 222, 248))); flex-shrink: 1; } @keyframes slow { 0% { flex-basis: 0; } 10% { flex-basis: 50%; } 20% { flex-basis: 100%; } 30% { flex-basis: 0; } } @keyframes last { 0% { flex-basis: 100%; } 10% { flex-basis: 50%; } 20% { flex-basis: 0; } 100% { flex-basis: 0; } } @keyframes middle { 10% { flex-basis: 0; } 20% { flex-basis: 100%; } 35% { flex-basis: 100%; } 45% { flex-basis: 0; } } @keyframes fast { 0% { flex-basis: 0; } 25% { flex-basis: 0; } 35% { flex-basis: 100%; } 45% { flex-basis: 100%; } 55% { flex-basis: 0; } } @keyframes first { 35% { flex-basis: 0; } 45% { flex-basis: 100%; } 100% { flex-basis: 100%; } } @keyframes fast-bar-pre { 0% { flex-basis: 0; } 60% { flex-basis: 0; } 90% { flex-basis: 100%; } 100% { flex-basis: 100%; } } `"
|
|
12978
|
-
}
|
|
12979
|
-
],
|
|
12980
|
-
"exports": [
|
|
12981
|
-
{
|
|
12982
|
-
"kind": "js",
|
|
12983
|
-
"name": "styles",
|
|
12984
|
-
"declaration": {
|
|
12985
|
-
"name": "styles",
|
|
12986
|
-
"module": "src/progress/progress-bar.styles.ts"
|
|
12987
|
-
}
|
|
12988
|
-
}
|
|
12989
|
-
]
|
|
12990
|
-
},
|
|
12991
|
-
{
|
|
12992
|
-
"kind": "javascript-module",
|
|
12993
|
-
"path": "src/progress/progress-bar.ts",
|
|
12994
|
-
"declarations": [
|
|
12995
|
-
{
|
|
12996
|
-
"kind": "class",
|
|
12997
|
-
"description": "",
|
|
12998
|
-
"name": "UmProgressBar",
|
|
12999
|
-
"members": [
|
|
13000
|
-
{
|
|
13001
|
-
"kind": "field",
|
|
13002
|
-
"name": "value",
|
|
13003
|
-
"type": {
|
|
13004
|
-
"text": "number | undefined"
|
|
13005
|
-
},
|
|
13006
|
-
"attribute": "value"
|
|
13007
|
-
},
|
|
13008
|
-
{
|
|
13009
|
-
"kind": "field",
|
|
13010
|
-
"name": "max",
|
|
13011
|
-
"type": {
|
|
13012
|
-
"text": "number"
|
|
13013
|
-
},
|
|
13014
|
-
"default": "1",
|
|
13015
|
-
"attribute": "max"
|
|
13016
|
-
},
|
|
13017
|
-
{
|
|
13018
|
-
"kind": "method",
|
|
13019
|
-
"name": "#renderIndeterminate",
|
|
13020
|
-
"privacy": "private",
|
|
13021
|
-
"return": {
|
|
13022
|
-
"type": {
|
|
13023
|
-
"text": "TemplateResult"
|
|
13024
|
-
}
|
|
13025
|
-
}
|
|
13026
|
-
},
|
|
13027
|
-
{
|
|
13028
|
-
"kind": "method",
|
|
13029
|
-
"name": "#renderDeterminate",
|
|
13030
|
-
"privacy": "private",
|
|
13031
|
-
"return": {
|
|
13032
|
-
"type": {
|
|
13033
|
-
"text": "TemplateResult"
|
|
13034
|
-
}
|
|
13035
|
-
}
|
|
13036
|
-
}
|
|
13037
|
-
],
|
|
13038
|
-
"attributes": [
|
|
13039
|
-
{
|
|
13040
|
-
"name": "value",
|
|
13041
|
-
"type": {
|
|
13042
|
-
"text": "number | undefined"
|
|
13043
|
-
},
|
|
13044
|
-
"fieldName": "value"
|
|
13045
|
-
},
|
|
13046
|
-
{
|
|
13047
|
-
"name": "max",
|
|
13048
|
-
"type": {
|
|
13049
|
-
"text": "number"
|
|
13050
|
-
},
|
|
13051
|
-
"default": "1",
|
|
13052
|
-
"fieldName": "max"
|
|
13053
|
-
}
|
|
13054
|
-
],
|
|
13055
|
-
"superclass": {
|
|
13056
|
-
"name": "LitElement",
|
|
13057
|
-
"package": "lit"
|
|
13058
|
-
},
|
|
13059
|
-
"tagName": "u-progress-bar",
|
|
13060
|
-
"customElement": true
|
|
13061
|
-
}
|
|
13062
|
-
],
|
|
13063
|
-
"exports": [
|
|
13064
|
-
{
|
|
13065
|
-
"kind": "js",
|
|
13066
|
-
"name": "UmProgressBar",
|
|
12824
|
+
"name": "OverflowMenu",
|
|
13067
12825
|
"declaration": {
|
|
13068
|
-
"name": "
|
|
13069
|
-
"module": "src/
|
|
12826
|
+
"name": "OverflowMenu",
|
|
12827
|
+
"module": "src/overflow-menu/overflow-menu.ts"
|
|
13070
12828
|
}
|
|
13071
12829
|
},
|
|
13072
12830
|
{
|
|
13073
12831
|
"kind": "custom-element-definition",
|
|
13074
|
-
"name": "u-
|
|
12832
|
+
"name": "u-overflow-menu",
|
|
13075
12833
|
"declaration": {
|
|
13076
|
-
"name": "
|
|
13077
|
-
"module": "src/
|
|
12834
|
+
"name": "OverflowMenu",
|
|
12835
|
+
"module": "src/overflow-menu/overflow-menu.ts"
|
|
13078
12836
|
}
|
|
13079
12837
|
}
|
|
13080
12838
|
]
|
|
@@ -13947,87 +13705,329 @@
|
|
|
13947
13705
|
],
|
|
13948
13706
|
"attributes": [
|
|
13949
13707
|
{
|
|
13950
|
-
"name": "hide-state-layer",
|
|
13708
|
+
"name": "hide-state-layer",
|
|
13709
|
+
"type": {
|
|
13710
|
+
"text": "boolean"
|
|
13711
|
+
},
|
|
13712
|
+
"default": "false",
|
|
13713
|
+
"fieldName": "hideStateLayer"
|
|
13714
|
+
},
|
|
13715
|
+
{
|
|
13716
|
+
"name": "name",
|
|
13717
|
+
"type": {
|
|
13718
|
+
"text": "string | undefined"
|
|
13719
|
+
},
|
|
13720
|
+
"default": "''",
|
|
13721
|
+
"fieldName": "name",
|
|
13722
|
+
"inheritedFrom": {
|
|
13723
|
+
"name": "UmSelectionControl",
|
|
13724
|
+
"module": "src/shared/selection-control/selection-control.ts"
|
|
13725
|
+
}
|
|
13726
|
+
},
|
|
13727
|
+
{
|
|
13728
|
+
"name": "disabled",
|
|
13729
|
+
"type": {
|
|
13730
|
+
"text": "boolean"
|
|
13731
|
+
},
|
|
13732
|
+
"default": "false",
|
|
13733
|
+
"fieldName": "disabled",
|
|
13734
|
+
"inheritedFrom": {
|
|
13735
|
+
"name": "UmSelectionControl",
|
|
13736
|
+
"module": "src/shared/selection-control/selection-control.ts"
|
|
13737
|
+
}
|
|
13738
|
+
},
|
|
13739
|
+
{
|
|
13740
|
+
"name": "value",
|
|
13741
|
+
"type": {
|
|
13742
|
+
"text": "string"
|
|
13743
|
+
},
|
|
13744
|
+
"default": "'on'",
|
|
13745
|
+
"description": "The element value to use in form submission when checked.",
|
|
13746
|
+
"fieldName": "value",
|
|
13747
|
+
"inheritedFrom": {
|
|
13748
|
+
"name": "UmSelectionControl",
|
|
13749
|
+
"module": "src/shared/selection-control/selection-control.ts"
|
|
13750
|
+
}
|
|
13751
|
+
},
|
|
13752
|
+
{
|
|
13753
|
+
"name": "checked",
|
|
13754
|
+
"fieldName": "_checkedAttribute",
|
|
13755
|
+
"type": {
|
|
13756
|
+
"text": "boolean"
|
|
13757
|
+
},
|
|
13758
|
+
"readonly": true,
|
|
13759
|
+
"default": "false",
|
|
13760
|
+
"inheritedFrom": {
|
|
13761
|
+
"name": "UmSelectionControl",
|
|
13762
|
+
"module": "src/shared/selection-control/selection-control.ts"
|
|
13763
|
+
}
|
|
13764
|
+
}
|
|
13765
|
+
],
|
|
13766
|
+
"superclass": {
|
|
13767
|
+
"name": "UmSelectionControl",
|
|
13768
|
+
"module": "/src/shared/selection-control/selection-control.js"
|
|
13769
|
+
},
|
|
13770
|
+
"tagName": "u-radio",
|
|
13771
|
+
"customElement": true
|
|
13772
|
+
}
|
|
13773
|
+
],
|
|
13774
|
+
"exports": [
|
|
13775
|
+
{
|
|
13776
|
+
"kind": "js",
|
|
13777
|
+
"name": "UmRadio",
|
|
13778
|
+
"declaration": {
|
|
13779
|
+
"name": "UmRadio",
|
|
13780
|
+
"module": "src/radio/radio.ts"
|
|
13781
|
+
}
|
|
13782
|
+
},
|
|
13783
|
+
{
|
|
13784
|
+
"kind": "custom-element-definition",
|
|
13785
|
+
"name": "u-radio",
|
|
13786
|
+
"declaration": {
|
|
13787
|
+
"name": "UmRadio",
|
|
13788
|
+
"module": "src/radio/radio.ts"
|
|
13789
|
+
}
|
|
13790
|
+
}
|
|
13791
|
+
]
|
|
13792
|
+
},
|
|
13793
|
+
{
|
|
13794
|
+
"kind": "javascript-module",
|
|
13795
|
+
"path": "src/progress/circular-progress.styles.ts",
|
|
13796
|
+
"declarations": [
|
|
13797
|
+
{
|
|
13798
|
+
"kind": "variable",
|
|
13799
|
+
"name": "styles",
|
|
13800
|
+
"default": "css ` :host { position: relative; display: inline-block; width: var(--_size); height: var(--_size); margin-inline: auto; --_size: var(--u-circular-progress-size, 3rem); } .circular { width: 100%; height: 100%; transform: rotate(-90deg); transform-origin: center; } .circular.indeterminate { position: relative; animation: rotate 2s linear infinite; } .circular:not(.indeterminate) .path { transition: stroke-dashoffset 200ms linear; } .path { stroke-linecap: round; stroke: var(--u-circular-progress-color, var(--u-color-primary, rgb(103, 80, 164))); } .track { position: absolute; inset: 0; } .track .path { stroke: var(--u-circular-progress-track-color, var(--u-color-secondary-container, rgb(232, 222, 248))); } .indeterminate .path { stroke-dasharray: 1, 200; stroke-dashoffset: 0; animation: dash 1.5s ease-in-out infinite; } .on-going { transform: rotate(-80deg); } .on-going.track { transform: rotate(-100deg); } @keyframes rotate { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); } } @keyframes dash { 0% { stroke-dasharray: 1, 200; stroke-dashoffset: 0; } 50% { stroke-dasharray: 89, 200; stroke-dashoffset: -35; } 100% { stroke-dasharray: 89, 200; stroke-dashoffset: -124; } } `"
|
|
13801
|
+
}
|
|
13802
|
+
],
|
|
13803
|
+
"exports": [
|
|
13804
|
+
{
|
|
13805
|
+
"kind": "js",
|
|
13806
|
+
"name": "styles",
|
|
13807
|
+
"declaration": {
|
|
13808
|
+
"name": "styles",
|
|
13809
|
+
"module": "src/progress/circular-progress.styles.ts"
|
|
13810
|
+
}
|
|
13811
|
+
}
|
|
13812
|
+
]
|
|
13813
|
+
},
|
|
13814
|
+
{
|
|
13815
|
+
"kind": "javascript-module",
|
|
13816
|
+
"path": "src/progress/circular-progress.ts",
|
|
13817
|
+
"declarations": [
|
|
13818
|
+
{
|
|
13819
|
+
"kind": "class",
|
|
13820
|
+
"description": "",
|
|
13821
|
+
"name": "UmCircularProgress",
|
|
13822
|
+
"members": [
|
|
13823
|
+
{
|
|
13824
|
+
"kind": "field",
|
|
13825
|
+
"name": "value",
|
|
13826
|
+
"type": {
|
|
13827
|
+
"text": "number | undefined"
|
|
13828
|
+
},
|
|
13829
|
+
"attribute": "value"
|
|
13830
|
+
},
|
|
13831
|
+
{
|
|
13832
|
+
"kind": "field",
|
|
13833
|
+
"name": "max",
|
|
13834
|
+
"type": {
|
|
13835
|
+
"text": "number"
|
|
13836
|
+
},
|
|
13837
|
+
"default": "1",
|
|
13838
|
+
"attribute": "max"
|
|
13839
|
+
},
|
|
13840
|
+
{
|
|
13841
|
+
"kind": "method",
|
|
13842
|
+
"name": "#renderCircle",
|
|
13843
|
+
"privacy": "private",
|
|
13844
|
+
"return": {
|
|
13845
|
+
"type": {
|
|
13846
|
+
"text": "TemplateResult"
|
|
13847
|
+
}
|
|
13848
|
+
},
|
|
13849
|
+
"parameters": [
|
|
13850
|
+
{
|
|
13851
|
+
"name": "className",
|
|
13852
|
+
"type": {
|
|
13853
|
+
"text": "string"
|
|
13854
|
+
}
|
|
13855
|
+
}
|
|
13856
|
+
]
|
|
13857
|
+
},
|
|
13858
|
+
{
|
|
13859
|
+
"kind": "method",
|
|
13860
|
+
"name": "#renderIndeterminate",
|
|
13861
|
+
"privacy": "private",
|
|
13862
|
+
"return": {
|
|
13863
|
+
"type": {
|
|
13864
|
+
"text": "TemplateResult"
|
|
13865
|
+
}
|
|
13866
|
+
}
|
|
13867
|
+
},
|
|
13868
|
+
{
|
|
13869
|
+
"kind": "method",
|
|
13870
|
+
"name": "#renderDeterminate",
|
|
13871
|
+
"privacy": "private",
|
|
13872
|
+
"return": {
|
|
13873
|
+
"type": {
|
|
13874
|
+
"text": "TemplateResult"
|
|
13875
|
+
}
|
|
13876
|
+
}
|
|
13877
|
+
}
|
|
13878
|
+
],
|
|
13879
|
+
"attributes": [
|
|
13880
|
+
{
|
|
13881
|
+
"name": "value",
|
|
13882
|
+
"type": {
|
|
13883
|
+
"text": "number | undefined"
|
|
13884
|
+
},
|
|
13885
|
+
"fieldName": "value"
|
|
13886
|
+
},
|
|
13887
|
+
{
|
|
13888
|
+
"name": "max",
|
|
13889
|
+
"type": {
|
|
13890
|
+
"text": "number"
|
|
13891
|
+
},
|
|
13892
|
+
"default": "1",
|
|
13893
|
+
"fieldName": "max"
|
|
13894
|
+
}
|
|
13895
|
+
],
|
|
13896
|
+
"superclass": {
|
|
13897
|
+
"name": "LitElement",
|
|
13898
|
+
"package": "lit"
|
|
13899
|
+
},
|
|
13900
|
+
"tagName": "u-circular-progress",
|
|
13901
|
+
"customElement": true
|
|
13902
|
+
}
|
|
13903
|
+
],
|
|
13904
|
+
"exports": [
|
|
13905
|
+
{
|
|
13906
|
+
"kind": "js",
|
|
13907
|
+
"name": "UmCircularProgress",
|
|
13908
|
+
"declaration": {
|
|
13909
|
+
"name": "UmCircularProgress",
|
|
13910
|
+
"module": "src/progress/circular-progress.ts"
|
|
13911
|
+
}
|
|
13912
|
+
},
|
|
13913
|
+
{
|
|
13914
|
+
"kind": "custom-element-definition",
|
|
13915
|
+
"name": "u-circular-progress",
|
|
13916
|
+
"declaration": {
|
|
13917
|
+
"name": "UmCircularProgress",
|
|
13918
|
+
"module": "src/progress/circular-progress.ts"
|
|
13919
|
+
}
|
|
13920
|
+
}
|
|
13921
|
+
]
|
|
13922
|
+
},
|
|
13923
|
+
{
|
|
13924
|
+
"kind": "javascript-module",
|
|
13925
|
+
"path": "src/progress/progress-bar.styles.ts",
|
|
13926
|
+
"declarations": [
|
|
13927
|
+
{
|
|
13928
|
+
"kind": "variable",
|
|
13929
|
+
"name": "styles",
|
|
13930
|
+
"default": "css ` :host { --_border-radius: var(--u-progress-bar-border-radius, var(--u-shape-corner-full, 9999px)); --_height: var(--u-progress-bar-height, 4px); } :host, .determinate, .indeterminate { overflow: hidden; border-radius: var(--_border-radius); } .determinate, .indeterminate { display: flex; gap: 4px; } .indeterminate { flex: 1; margin-inline: -8px; border-radius: var(--_border-radius); } .determinate { margin-inline-end: -4px; } .determinate .bar { transition: flex-basis 200ms linear; } .last { flex-shrink: 1; flex-basis: 100%; animation: last 2.1s infinite linear; } .slow { animation: slow 2.1s infinite linear; } .middle { animation: middle 2.1s infinite linear; } .fast { animation: fast 2.1s infinite linear; } .first { animation: first 2.1s infinite linear; } .bar { height: var(--_height); border-radius: var(--_border-radius); background: var(--u-progress-bar-color, var(--u-color-primary, rgb(103, 80, 164))); } .track { background: var(--u-progress-bar-track-color, var(--u-color-secondary-container, rgb(232, 222, 248))); flex-shrink: 1; } @keyframes slow { 0% { flex-basis: 0; } 10% { flex-basis: 50%; } 20% { flex-basis: 100%; } 30% { flex-basis: 0; } } @keyframes last { 0% { flex-basis: 100%; } 10% { flex-basis: 50%; } 20% { flex-basis: 0; } 100% { flex-basis: 0; } } @keyframes middle { 10% { flex-basis: 0; } 20% { flex-basis: 100%; } 35% { flex-basis: 100%; } 45% { flex-basis: 0; } } @keyframes fast { 0% { flex-basis: 0; } 25% { flex-basis: 0; } 35% { flex-basis: 100%; } 45% { flex-basis: 100%; } 55% { flex-basis: 0; } } @keyframes first { 35% { flex-basis: 0; } 45% { flex-basis: 100%; } 100% { flex-basis: 100%; } } @keyframes fast-bar-pre { 0% { flex-basis: 0; } 60% { flex-basis: 0; } 90% { flex-basis: 100%; } 100% { flex-basis: 100%; } } `"
|
|
13931
|
+
}
|
|
13932
|
+
],
|
|
13933
|
+
"exports": [
|
|
13934
|
+
{
|
|
13935
|
+
"kind": "js",
|
|
13936
|
+
"name": "styles",
|
|
13937
|
+
"declaration": {
|
|
13938
|
+
"name": "styles",
|
|
13939
|
+
"module": "src/progress/progress-bar.styles.ts"
|
|
13940
|
+
}
|
|
13941
|
+
}
|
|
13942
|
+
]
|
|
13943
|
+
},
|
|
13944
|
+
{
|
|
13945
|
+
"kind": "javascript-module",
|
|
13946
|
+
"path": "src/progress/progress-bar.ts",
|
|
13947
|
+
"declarations": [
|
|
13948
|
+
{
|
|
13949
|
+
"kind": "class",
|
|
13950
|
+
"description": "",
|
|
13951
|
+
"name": "UmProgressBar",
|
|
13952
|
+
"members": [
|
|
13953
|
+
{
|
|
13954
|
+
"kind": "field",
|
|
13955
|
+
"name": "value",
|
|
13951
13956
|
"type": {
|
|
13952
|
-
"text": "
|
|
13957
|
+
"text": "number | undefined"
|
|
13953
13958
|
},
|
|
13954
|
-
"
|
|
13955
|
-
"fieldName": "hideStateLayer"
|
|
13959
|
+
"attribute": "value"
|
|
13956
13960
|
},
|
|
13957
13961
|
{
|
|
13958
|
-
"
|
|
13962
|
+
"kind": "field",
|
|
13963
|
+
"name": "max",
|
|
13959
13964
|
"type": {
|
|
13960
|
-
"text": "
|
|
13965
|
+
"text": "number"
|
|
13961
13966
|
},
|
|
13962
|
-
"default": "
|
|
13963
|
-
"
|
|
13964
|
-
"inheritedFrom": {
|
|
13965
|
-
"name": "UmSelectionControl",
|
|
13966
|
-
"module": "src/shared/selection-control/selection-control.ts"
|
|
13967
|
-
}
|
|
13967
|
+
"default": "1",
|
|
13968
|
+
"attribute": "max"
|
|
13968
13969
|
},
|
|
13969
13970
|
{
|
|
13970
|
-
"
|
|
13971
|
-
"
|
|
13972
|
-
|
|
13973
|
-
|
|
13974
|
-
|
|
13975
|
-
|
|
13976
|
-
|
|
13977
|
-
"name": "UmSelectionControl",
|
|
13978
|
-
"module": "src/shared/selection-control/selection-control.ts"
|
|
13971
|
+
"kind": "method",
|
|
13972
|
+
"name": "#renderIndeterminate",
|
|
13973
|
+
"privacy": "private",
|
|
13974
|
+
"return": {
|
|
13975
|
+
"type": {
|
|
13976
|
+
"text": "TemplateResult"
|
|
13977
|
+
}
|
|
13979
13978
|
}
|
|
13980
13979
|
},
|
|
13980
|
+
{
|
|
13981
|
+
"kind": "method",
|
|
13982
|
+
"name": "#renderDeterminate",
|
|
13983
|
+
"privacy": "private",
|
|
13984
|
+
"return": {
|
|
13985
|
+
"type": {
|
|
13986
|
+
"text": "TemplateResult"
|
|
13987
|
+
}
|
|
13988
|
+
}
|
|
13989
|
+
}
|
|
13990
|
+
],
|
|
13991
|
+
"attributes": [
|
|
13981
13992
|
{
|
|
13982
13993
|
"name": "value",
|
|
13983
13994
|
"type": {
|
|
13984
|
-
"text": "
|
|
13995
|
+
"text": "number | undefined"
|
|
13985
13996
|
},
|
|
13986
|
-
"
|
|
13987
|
-
"description": "The element value to use in form submission when checked.",
|
|
13988
|
-
"fieldName": "value",
|
|
13989
|
-
"inheritedFrom": {
|
|
13990
|
-
"name": "UmSelectionControl",
|
|
13991
|
-
"module": "src/shared/selection-control/selection-control.ts"
|
|
13992
|
-
}
|
|
13997
|
+
"fieldName": "value"
|
|
13993
13998
|
},
|
|
13994
13999
|
{
|
|
13995
|
-
"name": "
|
|
13996
|
-
"fieldName": "_checkedAttribute",
|
|
14000
|
+
"name": "max",
|
|
13997
14001
|
"type": {
|
|
13998
|
-
"text": "
|
|
14002
|
+
"text": "number"
|
|
13999
14003
|
},
|
|
14000
|
-
"
|
|
14001
|
-
"
|
|
14002
|
-
"inheritedFrom": {
|
|
14003
|
-
"name": "UmSelectionControl",
|
|
14004
|
-
"module": "src/shared/selection-control/selection-control.ts"
|
|
14005
|
-
}
|
|
14004
|
+
"default": "1",
|
|
14005
|
+
"fieldName": "max"
|
|
14006
14006
|
}
|
|
14007
14007
|
],
|
|
14008
14008
|
"superclass": {
|
|
14009
|
-
"name": "
|
|
14010
|
-
"
|
|
14009
|
+
"name": "LitElement",
|
|
14010
|
+
"package": "lit"
|
|
14011
14011
|
},
|
|
14012
|
-
"tagName": "u-
|
|
14012
|
+
"tagName": "u-progress-bar",
|
|
14013
14013
|
"customElement": true
|
|
14014
14014
|
}
|
|
14015
14015
|
],
|
|
14016
14016
|
"exports": [
|
|
14017
14017
|
{
|
|
14018
14018
|
"kind": "js",
|
|
14019
|
-
"name": "
|
|
14019
|
+
"name": "UmProgressBar",
|
|
14020
14020
|
"declaration": {
|
|
14021
|
-
"name": "
|
|
14022
|
-
"module": "src/
|
|
14021
|
+
"name": "UmProgressBar",
|
|
14022
|
+
"module": "src/progress/progress-bar.ts"
|
|
14023
14023
|
}
|
|
14024
14024
|
},
|
|
14025
14025
|
{
|
|
14026
14026
|
"kind": "custom-element-definition",
|
|
14027
|
-
"name": "u-
|
|
14027
|
+
"name": "u-progress-bar",
|
|
14028
14028
|
"declaration": {
|
|
14029
|
-
"name": "
|
|
14030
|
-
"module": "src/
|
|
14029
|
+
"name": "UmProgressBar",
|
|
14030
|
+
"module": "src/progress/progress-bar.ts"
|
|
14031
14031
|
}
|
|
14032
14032
|
}
|
|
14033
14033
|
]
|
|
@@ -14323,6 +14323,15 @@
|
|
|
14323
14323
|
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
14324
14324
|
}
|
|
14325
14325
|
},
|
|
14326
|
+
{
|
|
14327
|
+
"kind": "field",
|
|
14328
|
+
"name": "#containerSizeObserver",
|
|
14329
|
+
"privacy": "private",
|
|
14330
|
+
"type": {
|
|
14331
|
+
"text": "ResizeObserver | null"
|
|
14332
|
+
},
|
|
14333
|
+
"default": "null"
|
|
14334
|
+
},
|
|
14326
14335
|
{
|
|
14327
14336
|
"kind": "method",
|
|
14328
14337
|
"name": "renderControl",
|
|
@@ -14347,6 +14356,11 @@
|
|
|
14347
14356
|
"name": "#handleTrailingIconSlotChange",
|
|
14348
14357
|
"privacy": "private"
|
|
14349
14358
|
},
|
|
14359
|
+
{
|
|
14360
|
+
"kind": "method",
|
|
14361
|
+
"name": "#setContentHeightProperty",
|
|
14362
|
+
"privacy": "private"
|
|
14363
|
+
},
|
|
14350
14364
|
{
|
|
14351
14365
|
"kind": "field",
|
|
14352
14366
|
"name": "_value",
|
|
@@ -22638,512 +22652,338 @@
|
|
|
22638
22652
|
},
|
|
22639
22653
|
{
|
|
22640
22654
|
"kind": "javascript-module",
|
|
22641
|
-
"path": "src/shared/
|
|
22642
|
-
"declarations": [],
|
|
22643
|
-
"exports": []
|
|
22644
|
-
},
|
|
22645
|
-
{
|
|
22646
|
-
"kind": "javascript-module",
|
|
22647
|
-
"path": "src/shared/events/redispatch-event.ts",
|
|
22655
|
+
"path": "src/shared/sets/set-base.styles.ts",
|
|
22648
22656
|
"declarations": [
|
|
22649
22657
|
{
|
|
22650
|
-
"kind": "
|
|
22651
|
-
"name": "
|
|
22652
|
-
"
|
|
22653
|
-
{
|
|
22654
|
-
"name": "element",
|
|
22655
|
-
"type": {
|
|
22656
|
-
"text": "Element"
|
|
22657
|
-
}
|
|
22658
|
-
},
|
|
22659
|
-
{
|
|
22660
|
-
"name": "event",
|
|
22661
|
-
"type": {
|
|
22662
|
-
"text": "Event"
|
|
22663
|
-
}
|
|
22664
|
-
},
|
|
22665
|
-
{
|
|
22666
|
-
"name": "newType",
|
|
22667
|
-
"default": "null",
|
|
22668
|
-
"type": {
|
|
22669
|
-
"text": "string | null"
|
|
22670
|
-
}
|
|
22671
|
-
}
|
|
22672
|
-
]
|
|
22658
|
+
"kind": "variable",
|
|
22659
|
+
"name": "styles",
|
|
22660
|
+
"default": "css ` :host { display: flex; gap: 8px; align-items: center; flex-wrap: nowrap; } :host([alignment=start]) { justify-content: flex-start; } :host([alignment=center]) { justify-content: center; } :host([alignment=end]) { justify-content: flex-end; } `"
|
|
22673
22661
|
}
|
|
22674
22662
|
],
|
|
22675
22663
|
"exports": [
|
|
22676
22664
|
{
|
|
22677
22665
|
"kind": "js",
|
|
22678
|
-
"name": "
|
|
22666
|
+
"name": "styles",
|
|
22679
22667
|
"declaration": {
|
|
22680
|
-
"name": "
|
|
22681
|
-
"module": "src/shared/
|
|
22668
|
+
"name": "styles",
|
|
22669
|
+
"module": "src/shared/sets/set-base.styles.ts"
|
|
22682
22670
|
}
|
|
22683
22671
|
}
|
|
22684
22672
|
]
|
|
22685
22673
|
},
|
|
22686
22674
|
{
|
|
22687
22675
|
"kind": "javascript-module",
|
|
22688
|
-
"path": "src/shared/
|
|
22676
|
+
"path": "src/shared/sets/set-base.ts",
|
|
22689
22677
|
"declarations": [
|
|
22690
22678
|
{
|
|
22691
|
-
"kind": "
|
|
22679
|
+
"kind": "class",
|
|
22692
22680
|
"description": "",
|
|
22693
|
-
"name": "
|
|
22681
|
+
"name": "UmSetBase",
|
|
22694
22682
|
"members": [
|
|
22695
22683
|
{
|
|
22696
22684
|
"kind": "field",
|
|
22697
|
-
"name": "
|
|
22698
|
-
"type": {
|
|
22699
|
-
"text": "array"
|
|
22700
|
-
},
|
|
22701
|
-
"static": true,
|
|
22702
|
-
"default": "[ (base as unknown as typeof LitElement).styles ?? [], css` :host { --u-list-item-block-padding: 0; display: block; } :host(:not([disabled])) { cursor: pointer; } `, ]"
|
|
22703
|
-
},
|
|
22704
|
-
{
|
|
22705
|
-
"kind": "field",
|
|
22706
|
-
"name": "leading",
|
|
22707
|
-
"type": {
|
|
22708
|
-
"text": "boolean"
|
|
22709
|
-
},
|
|
22710
|
-
"default": "false",
|
|
22711
|
-
"attribute": "leading"
|
|
22712
|
-
},
|
|
22713
|
-
{
|
|
22714
|
-
"kind": "field",
|
|
22715
|
-
"name": "inputDescribedById",
|
|
22716
|
-
"type": {
|
|
22717
|
-
"text": "string"
|
|
22718
|
-
},
|
|
22719
|
-
"privacy": "protected",
|
|
22720
|
-
"default": "'description'"
|
|
22721
|
-
},
|
|
22722
|
-
{
|
|
22723
|
-
"kind": "field",
|
|
22724
|
-
"name": "inputLabelledById",
|
|
22685
|
+
"name": "alignment",
|
|
22725
22686
|
"type": {
|
|
22726
|
-
"text": "
|
|
22687
|
+
"text": "'start' | 'center' | 'end'"
|
|
22727
22688
|
},
|
|
22728
|
-
"
|
|
22729
|
-
"
|
|
22689
|
+
"default": "'start'",
|
|
22690
|
+
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
|
|
22691
|
+
"attribute": "alignment",
|
|
22692
|
+
"reflects": true
|
|
22730
22693
|
}
|
|
22731
22694
|
],
|
|
22732
22695
|
"attributes": [
|
|
22733
22696
|
{
|
|
22734
|
-
"name": "
|
|
22697
|
+
"name": "alignment",
|
|
22735
22698
|
"type": {
|
|
22736
|
-
"text": "
|
|
22699
|
+
"text": "'start' | 'center' | 'end'"
|
|
22737
22700
|
},
|
|
22738
|
-
"default": "
|
|
22739
|
-
"
|
|
22701
|
+
"default": "'start'",
|
|
22702
|
+
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
|
|
22703
|
+
"fieldName": "alignment"
|
|
22740
22704
|
}
|
|
22741
22705
|
],
|
|
22742
|
-
"
|
|
22743
|
-
|
|
22744
|
-
|
|
22745
|
-
|
|
22746
|
-
|
|
22747
|
-
}
|
|
22748
|
-
}
|
|
22749
|
-
]
|
|
22706
|
+
"superclass": {
|
|
22707
|
+
"name": "LitElement",
|
|
22708
|
+
"package": "lit"
|
|
22709
|
+
},
|
|
22710
|
+
"customElement": true
|
|
22750
22711
|
}
|
|
22751
22712
|
],
|
|
22752
22713
|
"exports": [
|
|
22753
22714
|
{
|
|
22754
22715
|
"kind": "js",
|
|
22755
|
-
"name": "
|
|
22716
|
+
"name": "UmSetBase",
|
|
22756
22717
|
"declaration": {
|
|
22757
|
-
"name": "
|
|
22758
|
-
"module": "src/shared/
|
|
22718
|
+
"name": "UmSetBase",
|
|
22719
|
+
"module": "src/shared/sets/set-base.ts"
|
|
22759
22720
|
}
|
|
22760
22721
|
}
|
|
22761
22722
|
]
|
|
22762
22723
|
},
|
|
22763
22724
|
{
|
|
22764
22725
|
"kind": "javascript-module",
|
|
22765
|
-
"path": "src/shared/
|
|
22726
|
+
"path": "src/shared/events/dispatch-event.ts",
|
|
22727
|
+
"declarations": [],
|
|
22728
|
+
"exports": []
|
|
22729
|
+
},
|
|
22730
|
+
{
|
|
22731
|
+
"kind": "javascript-module",
|
|
22732
|
+
"path": "src/shared/events/redispatch-event.ts",
|
|
22766
22733
|
"declarations": [
|
|
22767
22734
|
{
|
|
22768
|
-
"kind": "
|
|
22769
|
-
"name": "
|
|
22770
|
-
"
|
|
22735
|
+
"kind": "function",
|
|
22736
|
+
"name": "redispatchEvent",
|
|
22737
|
+
"parameters": [
|
|
22738
|
+
{
|
|
22739
|
+
"name": "element",
|
|
22740
|
+
"type": {
|
|
22741
|
+
"text": "Element"
|
|
22742
|
+
}
|
|
22743
|
+
},
|
|
22744
|
+
{
|
|
22745
|
+
"name": "event",
|
|
22746
|
+
"type": {
|
|
22747
|
+
"text": "Event"
|
|
22748
|
+
}
|
|
22749
|
+
},
|
|
22750
|
+
{
|
|
22751
|
+
"name": "newType",
|
|
22752
|
+
"default": "null",
|
|
22753
|
+
"type": {
|
|
22754
|
+
"text": "string | null"
|
|
22755
|
+
}
|
|
22756
|
+
}
|
|
22757
|
+
]
|
|
22771
22758
|
}
|
|
22772
22759
|
],
|
|
22773
22760
|
"exports": [
|
|
22774
22761
|
{
|
|
22775
22762
|
"kind": "js",
|
|
22776
|
-
"name": "
|
|
22763
|
+
"name": "redispatchEvent",
|
|
22777
22764
|
"declaration": {
|
|
22778
|
-
"name": "
|
|
22779
|
-
"module": "src/shared/
|
|
22765
|
+
"name": "redispatchEvent",
|
|
22766
|
+
"module": "src/shared/events/redispatch-event.ts"
|
|
22780
22767
|
}
|
|
22781
22768
|
}
|
|
22782
22769
|
]
|
|
22783
22770
|
},
|
|
22784
22771
|
{
|
|
22785
22772
|
"kind": "javascript-module",
|
|
22786
|
-
"path": "src/shared/
|
|
22773
|
+
"path": "src/shared/menu-field/menu-field-navigation-controller.ts",
|
|
22787
22774
|
"declarations": [
|
|
22788
|
-
{
|
|
22789
|
-
"kind": "function",
|
|
22790
|
-
"name": "isActivationClick",
|
|
22791
|
-
"parameters": [
|
|
22792
|
-
{
|
|
22793
|
-
"name": "event",
|
|
22794
|
-
"type": {
|
|
22795
|
-
"text": "Event"
|
|
22796
|
-
}
|
|
22797
|
-
}
|
|
22798
|
-
]
|
|
22799
|
-
},
|
|
22800
22775
|
{
|
|
22801
22776
|
"kind": "class",
|
|
22802
22777
|
"description": "",
|
|
22803
|
-
"name": "
|
|
22778
|
+
"name": "MenuFieldNavigationController",
|
|
22804
22779
|
"members": [
|
|
22805
22780
|
{
|
|
22806
22781
|
"kind": "field",
|
|
22807
|
-
"name": "
|
|
22808
|
-
"
|
|
22809
|
-
"text": "boolean"
|
|
22810
|
-
},
|
|
22811
|
-
"static": true,
|
|
22812
|
-
"readonly": true,
|
|
22813
|
-
"default": "true"
|
|
22814
|
-
},
|
|
22815
|
-
{
|
|
22816
|
-
"kind": "field",
|
|
22817
|
-
"name": "shadowRootOptions",
|
|
22782
|
+
"name": "#element",
|
|
22783
|
+
"privacy": "private",
|
|
22818
22784
|
"type": {
|
|
22819
|
-
"text": "
|
|
22785
|
+
"text": "HTMLElement | null"
|
|
22820
22786
|
},
|
|
22821
|
-
"
|
|
22822
|
-
"default": "{ ...LitElement.shadowRootOptions, delegatesFocus: true, }"
|
|
22787
|
+
"default": "null"
|
|
22823
22788
|
},
|
|
22824
22789
|
{
|
|
22825
22790
|
"kind": "field",
|
|
22826
|
-
"name": "
|
|
22791
|
+
"name": "focusedMenu",
|
|
22827
22792
|
"type": {
|
|
22828
|
-
"text": "
|
|
22793
|
+
"text": "TMenuItem | null"
|
|
22829
22794
|
},
|
|
22830
22795
|
"privacy": "protected",
|
|
22831
|
-
"
|
|
22832
|
-
},
|
|
22833
|
-
{
|
|
22834
|
-
"kind": "field",
|
|
22835
|
-
"name": "name",
|
|
22836
|
-
"type": {
|
|
22837
|
-
"text": "string | undefined"
|
|
22838
|
-
},
|
|
22839
|
-
"default": "''",
|
|
22840
|
-
"attribute": "name",
|
|
22841
|
-
"reflects": true
|
|
22796
|
+
"default": "null"
|
|
22842
22797
|
},
|
|
22843
22798
|
{
|
|
22844
22799
|
"kind": "field",
|
|
22845
|
-
"name": "
|
|
22800
|
+
"name": "host",
|
|
22846
22801
|
"type": {
|
|
22847
|
-
"text": "
|
|
22802
|
+
"text": "TField"
|
|
22848
22803
|
},
|
|
22849
|
-
"
|
|
22850
|
-
"
|
|
22851
|
-
"
|
|
22852
|
-
},
|
|
22853
|
-
{
|
|
22854
|
-
"kind": "field",
|
|
22855
|
-
"name": "input",
|
|
22856
|
-
"type": {
|
|
22857
|
-
"text": "HTMLInputElement"
|
|
22858
|
-
}
|
|
22804
|
+
"privacy": "protected",
|
|
22805
|
+
"readonly": true,
|
|
22806
|
+
"default": "host"
|
|
22859
22807
|
},
|
|
22860
22808
|
{
|
|
22861
22809
|
"kind": "field",
|
|
22862
|
-
"name": "
|
|
22810
|
+
"name": "_bindHandleKeyDown",
|
|
22863
22811
|
"type": {
|
|
22864
|
-
"text": "
|
|
22812
|
+
"text": "(event: KeyboardEvent) => void"
|
|
22865
22813
|
},
|
|
22814
|
+
"privacy": "private",
|
|
22866
22815
|
"readonly": true
|
|
22867
22816
|
},
|
|
22868
22817
|
{
|
|
22869
22818
|
"kind": "method",
|
|
22870
|
-
"name": "
|
|
22819
|
+
"name": "attach",
|
|
22871
22820
|
"parameters": [
|
|
22872
22821
|
{
|
|
22873
|
-
"name": "
|
|
22874
|
-
"optional": true,
|
|
22822
|
+
"name": "element",
|
|
22875
22823
|
"type": {
|
|
22876
|
-
"text": "
|
|
22824
|
+
"text": "HTMLElement"
|
|
22877
22825
|
}
|
|
22878
22826
|
}
|
|
22879
22827
|
]
|
|
22880
22828
|
},
|
|
22881
22829
|
{
|
|
22882
|
-
"kind": "
|
|
22883
|
-
"name": "
|
|
22884
|
-
"privacy": "private",
|
|
22885
|
-
"type": {
|
|
22886
|
-
"text": "boolean"
|
|
22887
|
-
},
|
|
22888
|
-
"default": "false"
|
|
22889
|
-
},
|
|
22890
|
-
{
|
|
22891
|
-
"kind": "field",
|
|
22892
|
-
"name": "inputType",
|
|
22893
|
-
"type": {
|
|
22894
|
-
"text": "'checkbox' | 'radio'"
|
|
22895
|
-
},
|
|
22896
|
-
"privacy": "protected",
|
|
22897
|
-
"default": "'checkbox'"
|
|
22898
|
-
},
|
|
22899
|
-
{
|
|
22900
|
-
"kind": "field",
|
|
22901
|
-
"name": "renderRipple",
|
|
22902
|
-
"type": {
|
|
22903
|
-
"text": "boolean"
|
|
22904
|
-
},
|
|
22905
|
-
"privacy": "protected",
|
|
22906
|
-
"default": "true"
|
|
22907
|
-
},
|
|
22908
|
-
{
|
|
22909
|
-
"kind": "field",
|
|
22910
|
-
"name": "inputDescribedById",
|
|
22911
|
-
"type": {
|
|
22912
|
-
"text": "string | undefined"
|
|
22913
|
-
},
|
|
22914
|
-
"privacy": "protected",
|
|
22915
|
-
"default": "undefined"
|
|
22830
|
+
"kind": "method",
|
|
22831
|
+
"name": "detach"
|
|
22916
22832
|
},
|
|
22917
22833
|
{
|
|
22918
22834
|
"kind": "field",
|
|
22919
|
-
"name": "
|
|
22920
|
-
"
|
|
22921
|
-
|
|
22922
|
-
},
|
|
22923
|
-
"privacy": "protected",
|
|
22924
|
-
"default": "undefined"
|
|
22835
|
+
"name": "#handleMenuClose",
|
|
22836
|
+
"privacy": "private",
|
|
22837
|
+
"readonly": true
|
|
22925
22838
|
},
|
|
22926
22839
|
{
|
|
22927
22840
|
"kind": "method",
|
|
22928
|
-
"name": "
|
|
22841
|
+
"name": "handleKeyDown",
|
|
22929
22842
|
"privacy": "protected",
|
|
22930
22843
|
"return": {
|
|
22931
22844
|
"type": {
|
|
22932
|
-
"text": "
|
|
22845
|
+
"text": "boolean"
|
|
22933
22846
|
}
|
|
22934
|
-
}
|
|
22935
|
-
},
|
|
22936
|
-
{
|
|
22937
|
-
"kind": "field",
|
|
22938
|
-
"name": "value",
|
|
22939
|
-
"type": {
|
|
22940
|
-
"text": "string"
|
|
22941
|
-
},
|
|
22942
|
-
"default": "'on'",
|
|
22943
|
-
"description": "The element value to use in form submission when checked.",
|
|
22944
|
-
"attribute": "value"
|
|
22945
|
-
},
|
|
22946
|
-
{
|
|
22947
|
-
"kind": "field",
|
|
22948
|
-
"name": "checked",
|
|
22949
|
-
"attribute": "checked"
|
|
22950
|
-
},
|
|
22951
|
-
{
|
|
22952
|
-
"kind": "field",
|
|
22953
|
-
"name": "_checkedAttribute",
|
|
22954
|
-
"type": {
|
|
22955
|
-
"text": "boolean"
|
|
22956
22847
|
},
|
|
22957
|
-
"privacy": "private",
|
|
22958
|
-
"readonly": true,
|
|
22959
|
-
"default": "false",
|
|
22960
|
-
"attribute": "checked"
|
|
22961
|
-
},
|
|
22962
|
-
{
|
|
22963
|
-
"kind": "method",
|
|
22964
|
-
"name": "#handleInput",
|
|
22965
|
-
"privacy": "private",
|
|
22966
22848
|
"parameters": [
|
|
22967
22849
|
{
|
|
22968
22850
|
"name": "event",
|
|
22969
22851
|
"type": {
|
|
22970
|
-
"text": "
|
|
22852
|
+
"text": "KeyboardEvent"
|
|
22971
22853
|
}
|
|
22972
22854
|
}
|
|
22973
22855
|
]
|
|
22974
22856
|
},
|
|
22975
22857
|
{
|
|
22976
22858
|
"kind": "method",
|
|
22977
|
-
"name": "
|
|
22859
|
+
"name": "navigate",
|
|
22978
22860
|
"privacy": "private",
|
|
22979
22861
|
"parameters": [
|
|
22980
22862
|
{
|
|
22981
22863
|
"name": "event",
|
|
22982
22864
|
"type": {
|
|
22983
|
-
"text": "
|
|
22865
|
+
"text": "KeyboardEvent"
|
|
22866
|
+
}
|
|
22867
|
+
},
|
|
22868
|
+
{
|
|
22869
|
+
"name": "forwards",
|
|
22870
|
+
"type": {
|
|
22871
|
+
"text": "boolean"
|
|
22984
22872
|
}
|
|
22985
22873
|
}
|
|
22986
22874
|
]
|
|
22987
22875
|
},
|
|
22988
22876
|
{
|
|
22989
22877
|
"kind": "method",
|
|
22990
|
-
"name": "
|
|
22991
|
-
"privacy": "
|
|
22878
|
+
"name": "navigateTo",
|
|
22879
|
+
"privacy": "protected",
|
|
22992
22880
|
"parameters": [
|
|
22993
22881
|
{
|
|
22994
|
-
"name": "
|
|
22882
|
+
"name": "event",
|
|
22995
22883
|
"type": {
|
|
22996
|
-
"text": "
|
|
22884
|
+
"text": "KeyboardEvent"
|
|
22885
|
+
}
|
|
22886
|
+
},
|
|
22887
|
+
{
|
|
22888
|
+
"name": "menu",
|
|
22889
|
+
"type": {
|
|
22890
|
+
"text": "TMenuItem | undefined"
|
|
22891
|
+
}
|
|
22892
|
+
},
|
|
22893
|
+
{
|
|
22894
|
+
"name": "index",
|
|
22895
|
+
"type": {
|
|
22896
|
+
"text": "number"
|
|
22997
22897
|
}
|
|
22998
22898
|
}
|
|
22999
22899
|
]
|
|
23000
22900
|
},
|
|
23001
22901
|
{
|
|
23002
22902
|
"kind": "method",
|
|
23003
|
-
"name": "
|
|
23004
|
-
"privacy": "protected",
|
|
22903
|
+
"name": "focusMenu",
|
|
23005
22904
|
"parameters": [
|
|
23006
22905
|
{
|
|
23007
|
-
"name": "
|
|
22906
|
+
"name": "menu",
|
|
23008
22907
|
"type": {
|
|
23009
|
-
"text": "
|
|
22908
|
+
"text": "TMenuItem"
|
|
22909
|
+
}
|
|
22910
|
+
},
|
|
22911
|
+
{
|
|
22912
|
+
"name": "index",
|
|
22913
|
+
"type": {
|
|
22914
|
+
"text": "number"
|
|
23010
22915
|
}
|
|
22916
|
+
},
|
|
22917
|
+
{
|
|
22918
|
+
"name": "active",
|
|
22919
|
+
"default": "true"
|
|
22920
|
+
},
|
|
22921
|
+
{
|
|
22922
|
+
"name": "scroll",
|
|
22923
|
+
"default": "true"
|
|
23011
22924
|
}
|
|
23012
22925
|
]
|
|
23013
|
-
}
|
|
23014
|
-
],
|
|
23015
|
-
"attributes": [
|
|
22926
|
+
},
|
|
23016
22927
|
{
|
|
23017
|
-
"
|
|
23018
|
-
"
|
|
23019
|
-
"text": "string | undefined"
|
|
23020
|
-
},
|
|
23021
|
-
"default": "''",
|
|
23022
|
-
"fieldName": "name"
|
|
22928
|
+
"kind": "method",
|
|
22929
|
+
"name": "blurMenu"
|
|
23023
22930
|
},
|
|
23024
22931
|
{
|
|
23025
|
-
"
|
|
23026
|
-
"
|
|
23027
|
-
|
|
23028
|
-
|
|
23029
|
-
|
|
23030
|
-
|
|
22932
|
+
"kind": "method",
|
|
22933
|
+
"name": "selectActiveItem",
|
|
22934
|
+
"privacy": "private",
|
|
22935
|
+
"parameters": [
|
|
22936
|
+
{
|
|
22937
|
+
"name": "event",
|
|
22938
|
+
"type": {
|
|
22939
|
+
"text": "KeyboardEvent"
|
|
22940
|
+
}
|
|
22941
|
+
}
|
|
22942
|
+
]
|
|
23031
22943
|
},
|
|
23032
22944
|
{
|
|
23033
|
-
"
|
|
23034
|
-
"
|
|
23035
|
-
|
|
23036
|
-
|
|
23037
|
-
|
|
23038
|
-
|
|
23039
|
-
|
|
22945
|
+
"kind": "method",
|
|
22946
|
+
"name": "afterFocus",
|
|
22947
|
+
"privacy": "protected",
|
|
22948
|
+
"parameters": [
|
|
22949
|
+
{
|
|
22950
|
+
"name": "_",
|
|
22951
|
+
"type": {
|
|
22952
|
+
"text": "TMenuItem"
|
|
22953
|
+
}
|
|
22954
|
+
},
|
|
22955
|
+
{
|
|
22956
|
+
"name": "__",
|
|
22957
|
+
"type": {
|
|
22958
|
+
"text": "number"
|
|
22959
|
+
}
|
|
22960
|
+
}
|
|
22961
|
+
]
|
|
23040
22962
|
},
|
|
23041
22963
|
{
|
|
23042
|
-
"
|
|
23043
|
-
"
|
|
23044
|
-
"
|
|
23045
|
-
"text": "boolean"
|
|
23046
|
-
},
|
|
23047
|
-
"readonly": true,
|
|
23048
|
-
"default": "false"
|
|
22964
|
+
"kind": "method",
|
|
22965
|
+
"name": "afterBlur",
|
|
22966
|
+
"privacy": "protected"
|
|
23049
22967
|
}
|
|
23050
|
-
]
|
|
23051
|
-
"superclass": {
|
|
23052
|
-
"name": "LitElement",
|
|
23053
|
-
"package": "lit"
|
|
23054
|
-
},
|
|
23055
|
-
"customElement": true
|
|
23056
|
-
}
|
|
23057
|
-
],
|
|
23058
|
-
"exports": [
|
|
23059
|
-
{
|
|
23060
|
-
"kind": "js",
|
|
23061
|
-
"name": "isActivationClick",
|
|
23062
|
-
"declaration": {
|
|
23063
|
-
"name": "isActivationClick",
|
|
23064
|
-
"module": "src/shared/selection-control/selection-control.ts"
|
|
23065
|
-
}
|
|
23066
|
-
},
|
|
23067
|
-
{
|
|
23068
|
-
"kind": "js",
|
|
23069
|
-
"name": "UmSelectionControl",
|
|
23070
|
-
"declaration": {
|
|
23071
|
-
"name": "UmSelectionControl",
|
|
23072
|
-
"module": "src/shared/selection-control/selection-control.ts"
|
|
23073
|
-
}
|
|
23074
|
-
}
|
|
23075
|
-
]
|
|
23076
|
-
},
|
|
23077
|
-
{
|
|
23078
|
-
"kind": "javascript-module",
|
|
23079
|
-
"path": "src/shared/sets/set-base.styles.ts",
|
|
23080
|
-
"declarations": [
|
|
23081
|
-
{
|
|
23082
|
-
"kind": "variable",
|
|
23083
|
-
"name": "styles",
|
|
23084
|
-
"default": "css ` :host { display: flex; gap: 8px; align-items: center; flex-wrap: nowrap; } :host([alignment=start]) { justify-content: flex-start; } :host([alignment=center]) { justify-content: center; } :host([alignment=end]) { justify-content: flex-end; } `"
|
|
22968
|
+
]
|
|
23085
22969
|
}
|
|
23086
22970
|
],
|
|
23087
22971
|
"exports": [
|
|
23088
22972
|
{
|
|
23089
22973
|
"kind": "js",
|
|
23090
|
-
"name": "
|
|
22974
|
+
"name": "MenuFieldNavigationController",
|
|
23091
22975
|
"declaration": {
|
|
23092
|
-
"name": "
|
|
23093
|
-
"module": "src/shared/
|
|
22976
|
+
"name": "MenuFieldNavigationController",
|
|
22977
|
+
"module": "src/shared/menu-field/menu-field-navigation-controller.ts"
|
|
23094
22978
|
}
|
|
23095
22979
|
}
|
|
23096
22980
|
]
|
|
23097
22981
|
},
|
|
23098
22982
|
{
|
|
23099
22983
|
"kind": "javascript-module",
|
|
23100
|
-
"path": "src/shared/
|
|
23101
|
-
"declarations": [
|
|
23102
|
-
|
|
23103
|
-
"kind": "class",
|
|
23104
|
-
"description": "",
|
|
23105
|
-
"name": "UmSetBase",
|
|
23106
|
-
"members": [
|
|
23107
|
-
{
|
|
23108
|
-
"kind": "field",
|
|
23109
|
-
"name": "alignment",
|
|
23110
|
-
"type": {
|
|
23111
|
-
"text": "'start' | 'center' | 'end'"
|
|
23112
|
-
},
|
|
23113
|
-
"default": "'start'",
|
|
23114
|
-
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
|
|
23115
|
-
"attribute": "alignment",
|
|
23116
|
-
"reflects": true
|
|
23117
|
-
}
|
|
23118
|
-
],
|
|
23119
|
-
"attributes": [
|
|
23120
|
-
{
|
|
23121
|
-
"name": "alignment",
|
|
23122
|
-
"type": {
|
|
23123
|
-
"text": "'start' | 'center' | 'end'"
|
|
23124
|
-
},
|
|
23125
|
-
"default": "'start'",
|
|
23126
|
-
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
|
|
23127
|
-
"fieldName": "alignment"
|
|
23128
|
-
}
|
|
23129
|
-
],
|
|
23130
|
-
"superclass": {
|
|
23131
|
-
"name": "LitElement",
|
|
23132
|
-
"package": "lit"
|
|
23133
|
-
},
|
|
23134
|
-
"customElement": true
|
|
23135
|
-
}
|
|
23136
|
-
],
|
|
23137
|
-
"exports": [
|
|
23138
|
-
{
|
|
23139
|
-
"kind": "js",
|
|
23140
|
-
"name": "UmSetBase",
|
|
23141
|
-
"declaration": {
|
|
23142
|
-
"name": "UmSetBase",
|
|
23143
|
-
"module": "src/shared/sets/set-base.ts"
|
|
23144
|
-
}
|
|
23145
|
-
}
|
|
23146
|
-
]
|
|
22984
|
+
"path": "src/shared/menu-field/menu-field.ts",
|
|
22985
|
+
"declarations": [],
|
|
22986
|
+
"exports": []
|
|
23147
22987
|
},
|
|
23148
22988
|
{
|
|
23149
22989
|
"kind": "javascript-module",
|
|
@@ -23751,220 +23591,394 @@
|
|
|
23751
23591
|
},
|
|
23752
23592
|
{
|
|
23753
23593
|
"kind": "javascript-module",
|
|
23754
|
-
"path": "src/shared/
|
|
23594
|
+
"path": "src/shared/selection-control/selection-control-list-item.ts",
|
|
23595
|
+
"declarations": [
|
|
23596
|
+
{
|
|
23597
|
+
"kind": "mixin",
|
|
23598
|
+
"description": "",
|
|
23599
|
+
"name": "mixinSelectionControlListItem",
|
|
23600
|
+
"members": [
|
|
23601
|
+
{
|
|
23602
|
+
"kind": "field",
|
|
23603
|
+
"name": "styles",
|
|
23604
|
+
"type": {
|
|
23605
|
+
"text": "array"
|
|
23606
|
+
},
|
|
23607
|
+
"static": true,
|
|
23608
|
+
"default": "[ (base as unknown as typeof LitElement).styles ?? [], css` :host { --u-list-item-block-padding: 0; display: block; } :host(:not([disabled])) { cursor: pointer; } `, ]"
|
|
23609
|
+
},
|
|
23610
|
+
{
|
|
23611
|
+
"kind": "field",
|
|
23612
|
+
"name": "leading",
|
|
23613
|
+
"type": {
|
|
23614
|
+
"text": "boolean"
|
|
23615
|
+
},
|
|
23616
|
+
"default": "false",
|
|
23617
|
+
"attribute": "leading"
|
|
23618
|
+
},
|
|
23619
|
+
{
|
|
23620
|
+
"kind": "field",
|
|
23621
|
+
"name": "inputDescribedById",
|
|
23622
|
+
"type": {
|
|
23623
|
+
"text": "string"
|
|
23624
|
+
},
|
|
23625
|
+
"privacy": "protected",
|
|
23626
|
+
"default": "'description'"
|
|
23627
|
+
},
|
|
23628
|
+
{
|
|
23629
|
+
"kind": "field",
|
|
23630
|
+
"name": "inputLabelledById",
|
|
23631
|
+
"type": {
|
|
23632
|
+
"text": "string"
|
|
23633
|
+
},
|
|
23634
|
+
"privacy": "protected",
|
|
23635
|
+
"default": "'label'"
|
|
23636
|
+
}
|
|
23637
|
+
],
|
|
23638
|
+
"attributes": [
|
|
23639
|
+
{
|
|
23640
|
+
"name": "leading",
|
|
23641
|
+
"type": {
|
|
23642
|
+
"text": "boolean"
|
|
23643
|
+
},
|
|
23644
|
+
"default": "false",
|
|
23645
|
+
"fieldName": "leading"
|
|
23646
|
+
}
|
|
23647
|
+
],
|
|
23648
|
+
"parameters": [
|
|
23649
|
+
{
|
|
23650
|
+
"name": "base",
|
|
23651
|
+
"type": {
|
|
23652
|
+
"text": "T"
|
|
23653
|
+
}
|
|
23654
|
+
}
|
|
23655
|
+
]
|
|
23656
|
+
}
|
|
23657
|
+
],
|
|
23658
|
+
"exports": [
|
|
23659
|
+
{
|
|
23660
|
+
"kind": "js",
|
|
23661
|
+
"name": "mixinSelectionControlListItem",
|
|
23662
|
+
"declaration": {
|
|
23663
|
+
"name": "mixinSelectionControlListItem",
|
|
23664
|
+
"module": "src/shared/selection-control/selection-control-list-item.ts"
|
|
23665
|
+
}
|
|
23666
|
+
}
|
|
23667
|
+
]
|
|
23668
|
+
},
|
|
23669
|
+
{
|
|
23670
|
+
"kind": "javascript-module",
|
|
23671
|
+
"path": "src/shared/selection-control/selection-control.styles.ts",
|
|
23672
|
+
"declarations": [
|
|
23673
|
+
{
|
|
23674
|
+
"kind": "variable",
|
|
23675
|
+
"name": "styles",
|
|
23676
|
+
"default": "css ` :host { --_state-layer-padding: var(--u--state-layer-padding, 4px); --_input-size: calc(var(--_width) - var(--_state-layer-padding) * 2); --_indicator-color: var(--u--indicator-unselected-color, var(--u-color-on-surface-variant, rgb(73, 69, 79))); display: inline-block; vertical-align: middle; } .container { cursor: pointer; position: relative; width: var(--_width); height: var(--_height); padding: var(--_state-layer-padding); border-radius: var(--u-shape-corner-full, 9999px); } :host([hide-state-layer]) .container { width: var(--_indicator-size); height: var(--_indicator-size); padding: 0; } :host([hide-state-layer]) u-ripple { display: none; } input { cursor: pointer; width: 100%; height: 100%; padding: 0; margin: 0; border-radius: inherit; appearance: none; } u-ripple { padding: var(--_state-layer-padding); } .indicator-container { position: absolute; display: flex; align-items: center; justify-content: center; inset: 0; pointer-events: none; } input:checked ~ .indicator-container { --_indicator-color: var(--u--indicator-selected-color, var(--u-color-primary, rgb(103, 80, 164))); } :host([disabled]) { opacity: var(--u--disabled-state-opacity, 0.38); } :host([disabled]) input, :host([disabled]) .container { cursor: default; } :host([disabled]) .indicator-container { --_indicator-color: var(--u--indicator-disabled-color, var(--u-color-on-surface, rgb(29, 27, 32))); } `"
|
|
23677
|
+
}
|
|
23678
|
+
],
|
|
23679
|
+
"exports": [
|
|
23680
|
+
{
|
|
23681
|
+
"kind": "js",
|
|
23682
|
+
"name": "styles",
|
|
23683
|
+
"declaration": {
|
|
23684
|
+
"name": "styles",
|
|
23685
|
+
"module": "src/shared/selection-control/selection-control.styles.ts"
|
|
23686
|
+
}
|
|
23687
|
+
}
|
|
23688
|
+
]
|
|
23689
|
+
},
|
|
23690
|
+
{
|
|
23691
|
+
"kind": "javascript-module",
|
|
23692
|
+
"path": "src/shared/selection-control/selection-control.ts",
|
|
23755
23693
|
"declarations": [
|
|
23694
|
+
{
|
|
23695
|
+
"kind": "function",
|
|
23696
|
+
"name": "isActivationClick",
|
|
23697
|
+
"parameters": [
|
|
23698
|
+
{
|
|
23699
|
+
"name": "event",
|
|
23700
|
+
"type": {
|
|
23701
|
+
"text": "Event"
|
|
23702
|
+
}
|
|
23703
|
+
}
|
|
23704
|
+
]
|
|
23705
|
+
},
|
|
23756
23706
|
{
|
|
23757
23707
|
"kind": "class",
|
|
23758
23708
|
"description": "",
|
|
23759
|
-
"name": "
|
|
23709
|
+
"name": "UmSelectionControl",
|
|
23760
23710
|
"members": [
|
|
23761
23711
|
{
|
|
23762
23712
|
"kind": "field",
|
|
23763
|
-
"name": "
|
|
23764
|
-
"privacy": "private",
|
|
23713
|
+
"name": "formAssociated",
|
|
23765
23714
|
"type": {
|
|
23766
|
-
"text": "
|
|
23715
|
+
"text": "boolean"
|
|
23716
|
+
},
|
|
23717
|
+
"static": true,
|
|
23718
|
+
"readonly": true,
|
|
23719
|
+
"default": "true"
|
|
23720
|
+
},
|
|
23721
|
+
{
|
|
23722
|
+
"kind": "field",
|
|
23723
|
+
"name": "shadowRootOptions",
|
|
23724
|
+
"type": {
|
|
23725
|
+
"text": "ShadowRootInit"
|
|
23726
|
+
},
|
|
23727
|
+
"static": true,
|
|
23728
|
+
"default": "{ ...LitElement.shadowRootOptions, delegatesFocus: true, }"
|
|
23729
|
+
},
|
|
23730
|
+
{
|
|
23731
|
+
"kind": "field",
|
|
23732
|
+
"name": "elementInternals",
|
|
23733
|
+
"type": {
|
|
23734
|
+
"text": "ElementInternals"
|
|
23735
|
+
},
|
|
23736
|
+
"privacy": "protected",
|
|
23737
|
+
"readonly": true
|
|
23738
|
+
},
|
|
23739
|
+
{
|
|
23740
|
+
"kind": "field",
|
|
23741
|
+
"name": "name",
|
|
23742
|
+
"type": {
|
|
23743
|
+
"text": "string | undefined"
|
|
23767
23744
|
},
|
|
23768
|
-
"default": "
|
|
23745
|
+
"default": "''",
|
|
23746
|
+
"attribute": "name",
|
|
23747
|
+
"reflects": true
|
|
23769
23748
|
},
|
|
23770
23749
|
{
|
|
23771
23750
|
"kind": "field",
|
|
23772
|
-
"name": "
|
|
23751
|
+
"name": "disabled",
|
|
23773
23752
|
"type": {
|
|
23774
|
-
"text": "
|
|
23753
|
+
"text": "boolean"
|
|
23775
23754
|
},
|
|
23776
|
-
"
|
|
23777
|
-
"
|
|
23755
|
+
"default": "false",
|
|
23756
|
+
"attribute": "disabled",
|
|
23757
|
+
"reflects": true
|
|
23778
23758
|
},
|
|
23779
23759
|
{
|
|
23780
23760
|
"kind": "field",
|
|
23781
|
-
"name": "
|
|
23761
|
+
"name": "input",
|
|
23782
23762
|
"type": {
|
|
23783
|
-
"text": "
|
|
23784
|
-
}
|
|
23785
|
-
"privacy": "protected",
|
|
23786
|
-
"readonly": true,
|
|
23787
|
-
"default": "host"
|
|
23763
|
+
"text": "HTMLInputElement"
|
|
23764
|
+
}
|
|
23788
23765
|
},
|
|
23789
23766
|
{
|
|
23790
23767
|
"kind": "field",
|
|
23791
|
-
"name": "
|
|
23768
|
+
"name": "form",
|
|
23792
23769
|
"type": {
|
|
23793
|
-
"text": "
|
|
23770
|
+
"text": "HTMLFormElement | null"
|
|
23794
23771
|
},
|
|
23795
|
-
"privacy": "private",
|
|
23796
23772
|
"readonly": true
|
|
23797
23773
|
},
|
|
23798
23774
|
{
|
|
23799
23775
|
"kind": "method",
|
|
23800
|
-
"name": "
|
|
23776
|
+
"name": "focus",
|
|
23801
23777
|
"parameters": [
|
|
23802
23778
|
{
|
|
23803
|
-
"name": "
|
|
23779
|
+
"name": "options",
|
|
23780
|
+
"optional": true,
|
|
23804
23781
|
"type": {
|
|
23805
|
-
"text": "
|
|
23782
|
+
"text": "FocusOptions"
|
|
23806
23783
|
}
|
|
23807
23784
|
}
|
|
23808
23785
|
]
|
|
23809
23786
|
},
|
|
23810
23787
|
{
|
|
23811
|
-
"kind": "
|
|
23812
|
-
"name": "
|
|
23788
|
+
"kind": "field",
|
|
23789
|
+
"name": "#checked",
|
|
23790
|
+
"privacy": "private",
|
|
23791
|
+
"type": {
|
|
23792
|
+
"text": "boolean"
|
|
23793
|
+
},
|
|
23794
|
+
"default": "false"
|
|
23813
23795
|
},
|
|
23814
23796
|
{
|
|
23815
23797
|
"kind": "field",
|
|
23816
|
-
"name": "
|
|
23817
|
-
"
|
|
23818
|
-
|
|
23798
|
+
"name": "inputType",
|
|
23799
|
+
"type": {
|
|
23800
|
+
"text": "'checkbox' | 'radio'"
|
|
23801
|
+
},
|
|
23802
|
+
"privacy": "protected",
|
|
23803
|
+
"default": "'checkbox'"
|
|
23804
|
+
},
|
|
23805
|
+
{
|
|
23806
|
+
"kind": "field",
|
|
23807
|
+
"name": "renderRipple",
|
|
23808
|
+
"type": {
|
|
23809
|
+
"text": "boolean"
|
|
23810
|
+
},
|
|
23811
|
+
"privacy": "protected",
|
|
23812
|
+
"default": "true"
|
|
23813
|
+
},
|
|
23814
|
+
{
|
|
23815
|
+
"kind": "field",
|
|
23816
|
+
"name": "inputDescribedById",
|
|
23817
|
+
"type": {
|
|
23818
|
+
"text": "string | undefined"
|
|
23819
|
+
},
|
|
23820
|
+
"privacy": "protected",
|
|
23821
|
+
"default": "undefined"
|
|
23822
|
+
},
|
|
23823
|
+
{
|
|
23824
|
+
"kind": "field",
|
|
23825
|
+
"name": "inputLabelledById",
|
|
23826
|
+
"type": {
|
|
23827
|
+
"text": "string | undefined"
|
|
23828
|
+
},
|
|
23829
|
+
"privacy": "protected",
|
|
23830
|
+
"default": "undefined"
|
|
23819
23831
|
},
|
|
23820
23832
|
{
|
|
23821
23833
|
"kind": "method",
|
|
23822
|
-
"name": "
|
|
23834
|
+
"name": "renderIndicator",
|
|
23823
23835
|
"privacy": "protected",
|
|
23824
23836
|
"return": {
|
|
23825
23837
|
"type": {
|
|
23826
|
-
"text": "
|
|
23838
|
+
"text": "HTMLTemplateResult"
|
|
23827
23839
|
}
|
|
23840
|
+
}
|
|
23841
|
+
},
|
|
23842
|
+
{
|
|
23843
|
+
"kind": "field",
|
|
23844
|
+
"name": "value",
|
|
23845
|
+
"type": {
|
|
23846
|
+
"text": "string"
|
|
23828
23847
|
},
|
|
23829
|
-
"
|
|
23830
|
-
|
|
23831
|
-
|
|
23832
|
-
"type": {
|
|
23833
|
-
"text": "KeyboardEvent"
|
|
23834
|
-
}
|
|
23835
|
-
}
|
|
23836
|
-
]
|
|
23848
|
+
"default": "'on'",
|
|
23849
|
+
"description": "The element value to use in form submission when checked.",
|
|
23850
|
+
"attribute": "value"
|
|
23837
23851
|
},
|
|
23838
23852
|
{
|
|
23839
|
-
"kind": "
|
|
23840
|
-
"name": "
|
|
23853
|
+
"kind": "field",
|
|
23854
|
+
"name": "checked",
|
|
23855
|
+
"attribute": "checked"
|
|
23856
|
+
},
|
|
23857
|
+
{
|
|
23858
|
+
"kind": "field",
|
|
23859
|
+
"name": "_checkedAttribute",
|
|
23860
|
+
"type": {
|
|
23861
|
+
"text": "boolean"
|
|
23862
|
+
},
|
|
23841
23863
|
"privacy": "private",
|
|
23842
|
-
"
|
|
23843
|
-
|
|
23844
|
-
|
|
23845
|
-
"type": {
|
|
23846
|
-
"text": "KeyboardEvent"
|
|
23847
|
-
}
|
|
23848
|
-
},
|
|
23849
|
-
{
|
|
23850
|
-
"name": "forwards",
|
|
23851
|
-
"type": {
|
|
23852
|
-
"text": "boolean"
|
|
23853
|
-
}
|
|
23854
|
-
}
|
|
23855
|
-
]
|
|
23864
|
+
"readonly": true,
|
|
23865
|
+
"default": "false",
|
|
23866
|
+
"attribute": "checked"
|
|
23856
23867
|
},
|
|
23857
23868
|
{
|
|
23858
23869
|
"kind": "method",
|
|
23859
|
-
"name": "
|
|
23860
|
-
"privacy": "
|
|
23870
|
+
"name": "#handleInput",
|
|
23871
|
+
"privacy": "private",
|
|
23861
23872
|
"parameters": [
|
|
23862
23873
|
{
|
|
23863
23874
|
"name": "event",
|
|
23864
23875
|
"type": {
|
|
23865
|
-
"text": "
|
|
23866
|
-
}
|
|
23867
|
-
},
|
|
23868
|
-
{
|
|
23869
|
-
"name": "menu",
|
|
23870
|
-
"type": {
|
|
23871
|
-
"text": "TMenuItem | undefined"
|
|
23872
|
-
}
|
|
23873
|
-
},
|
|
23874
|
-
{
|
|
23875
|
-
"name": "index",
|
|
23876
|
-
"type": {
|
|
23877
|
-
"text": "number"
|
|
23876
|
+
"text": "Event"
|
|
23878
23877
|
}
|
|
23879
23878
|
}
|
|
23880
23879
|
]
|
|
23881
23880
|
},
|
|
23882
23881
|
{
|
|
23883
23882
|
"kind": "method",
|
|
23884
|
-
"name": "
|
|
23883
|
+
"name": "#handleChange",
|
|
23884
|
+
"privacy": "private",
|
|
23885
23885
|
"parameters": [
|
|
23886
23886
|
{
|
|
23887
|
-
"name": "
|
|
23888
|
-
"type": {
|
|
23889
|
-
"text": "TMenuItem"
|
|
23890
|
-
}
|
|
23891
|
-
},
|
|
23892
|
-
{
|
|
23893
|
-
"name": "index",
|
|
23887
|
+
"name": "event",
|
|
23894
23888
|
"type": {
|
|
23895
|
-
"text": "
|
|
23889
|
+
"text": "Event"
|
|
23896
23890
|
}
|
|
23897
|
-
},
|
|
23898
|
-
{
|
|
23899
|
-
"name": "active",
|
|
23900
|
-
"default": "true"
|
|
23901
|
-
},
|
|
23902
|
-
{
|
|
23903
|
-
"name": "scroll",
|
|
23904
|
-
"default": "true"
|
|
23905
23891
|
}
|
|
23906
23892
|
]
|
|
23907
23893
|
},
|
|
23908
23894
|
{
|
|
23909
23895
|
"kind": "method",
|
|
23910
|
-
"name": "
|
|
23911
|
-
},
|
|
23912
|
-
{
|
|
23913
|
-
"kind": "method",
|
|
23914
|
-
"name": "selectActiveItem",
|
|
23896
|
+
"name": "#handleRippleClick",
|
|
23915
23897
|
"privacy": "private",
|
|
23916
23898
|
"parameters": [
|
|
23917
23899
|
{
|
|
23918
|
-
"name": "
|
|
23900
|
+
"name": "e",
|
|
23919
23901
|
"type": {
|
|
23920
|
-
"text": "
|
|
23902
|
+
"text": "Event"
|
|
23921
23903
|
}
|
|
23922
23904
|
}
|
|
23923
23905
|
]
|
|
23924
23906
|
},
|
|
23925
23907
|
{
|
|
23926
23908
|
"kind": "method",
|
|
23927
|
-
"name": "
|
|
23909
|
+
"name": "_handleClick",
|
|
23928
23910
|
"privacy": "protected",
|
|
23929
23911
|
"parameters": [
|
|
23930
23912
|
{
|
|
23931
|
-
"name": "
|
|
23932
|
-
"type": {
|
|
23933
|
-
"text": "TMenuItem"
|
|
23934
|
-
}
|
|
23935
|
-
},
|
|
23936
|
-
{
|
|
23937
|
-
"name": "__",
|
|
23913
|
+
"name": "e",
|
|
23938
23914
|
"type": {
|
|
23939
|
-
"text": "
|
|
23915
|
+
"text": "Event"
|
|
23940
23916
|
}
|
|
23941
23917
|
}
|
|
23942
23918
|
]
|
|
23919
|
+
}
|
|
23920
|
+
],
|
|
23921
|
+
"attributes": [
|
|
23922
|
+
{
|
|
23923
|
+
"name": "name",
|
|
23924
|
+
"type": {
|
|
23925
|
+
"text": "string | undefined"
|
|
23926
|
+
},
|
|
23927
|
+
"default": "''",
|
|
23928
|
+
"fieldName": "name"
|
|
23943
23929
|
},
|
|
23944
23930
|
{
|
|
23945
|
-
"
|
|
23946
|
-
"
|
|
23947
|
-
|
|
23931
|
+
"name": "disabled",
|
|
23932
|
+
"type": {
|
|
23933
|
+
"text": "boolean"
|
|
23934
|
+
},
|
|
23935
|
+
"default": "false",
|
|
23936
|
+
"fieldName": "disabled"
|
|
23937
|
+
},
|
|
23938
|
+
{
|
|
23939
|
+
"name": "value",
|
|
23940
|
+
"type": {
|
|
23941
|
+
"text": "string"
|
|
23942
|
+
},
|
|
23943
|
+
"default": "'on'",
|
|
23944
|
+
"description": "The element value to use in form submission when checked.",
|
|
23945
|
+
"fieldName": "value"
|
|
23946
|
+
},
|
|
23947
|
+
{
|
|
23948
|
+
"name": "checked",
|
|
23949
|
+
"fieldName": "_checkedAttribute",
|
|
23950
|
+
"type": {
|
|
23951
|
+
"text": "boolean"
|
|
23952
|
+
},
|
|
23953
|
+
"readonly": true,
|
|
23954
|
+
"default": "false"
|
|
23948
23955
|
}
|
|
23949
|
-
]
|
|
23956
|
+
],
|
|
23957
|
+
"superclass": {
|
|
23958
|
+
"name": "LitElement",
|
|
23959
|
+
"package": "lit"
|
|
23960
|
+
},
|
|
23961
|
+
"customElement": true
|
|
23950
23962
|
}
|
|
23951
23963
|
],
|
|
23952
23964
|
"exports": [
|
|
23953
23965
|
{
|
|
23954
23966
|
"kind": "js",
|
|
23955
|
-
"name": "
|
|
23967
|
+
"name": "isActivationClick",
|
|
23956
23968
|
"declaration": {
|
|
23957
|
-
"name": "
|
|
23958
|
-
"module": "src/shared/
|
|
23969
|
+
"name": "isActivationClick",
|
|
23970
|
+
"module": "src/shared/selection-control/selection-control.ts"
|
|
23971
|
+
}
|
|
23972
|
+
},
|
|
23973
|
+
{
|
|
23974
|
+
"kind": "js",
|
|
23975
|
+
"name": "UmSelectionControl",
|
|
23976
|
+
"declaration": {
|
|
23977
|
+
"name": "UmSelectionControl",
|
|
23978
|
+
"module": "src/shared/selection-control/selection-control.ts"
|
|
23959
23979
|
}
|
|
23960
23980
|
}
|
|
23961
23981
|
]
|
|
23962
|
-
},
|
|
23963
|
-
{
|
|
23964
|
-
"kind": "javascript-module",
|
|
23965
|
-
"path": "src/shared/menu-field/menu-field.ts",
|
|
23966
|
-
"declarations": [],
|
|
23967
|
-
"exports": []
|
|
23968
23982
|
}
|
|
23969
23983
|
]
|
|
23970
23984
|
}
|