@universal-material/web 3.5.5 → 3.5.6

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.
@@ -13624,248 +13624,6 @@
13624
13624
  }
13625
13625
  ]
13626
13626
  },
13627
- {
13628
- "kind": "javascript-module",
13629
- "path": "src/progress/circular-progress.styles.ts",
13630
- "declarations": [
13631
- {
13632
- "kind": "variable",
13633
- "name": "styles",
13634
- "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; } } `"
13635
- }
13636
- ],
13637
- "exports": [
13638
- {
13639
- "kind": "js",
13640
- "name": "styles",
13641
- "declaration": {
13642
- "name": "styles",
13643
- "module": "src/progress/circular-progress.styles.ts"
13644
- }
13645
- }
13646
- ]
13647
- },
13648
- {
13649
- "kind": "javascript-module",
13650
- "path": "src/progress/circular-progress.ts",
13651
- "declarations": [
13652
- {
13653
- "kind": "class",
13654
- "description": "",
13655
- "name": "UmCircularProgress",
13656
- "members": [
13657
- {
13658
- "kind": "field",
13659
- "name": "value",
13660
- "type": {
13661
- "text": "number | undefined"
13662
- },
13663
- "attribute": "value"
13664
- },
13665
- {
13666
- "kind": "field",
13667
- "name": "max",
13668
- "type": {
13669
- "text": "number"
13670
- },
13671
- "default": "1",
13672
- "attribute": "max"
13673
- },
13674
- {
13675
- "kind": "method",
13676
- "name": "#renderCircle",
13677
- "privacy": "private",
13678
- "return": {
13679
- "type": {
13680
- "text": "TemplateResult"
13681
- }
13682
- },
13683
- "parameters": [
13684
- {
13685
- "name": "className",
13686
- "type": {
13687
- "text": "string"
13688
- }
13689
- }
13690
- ]
13691
- },
13692
- {
13693
- "kind": "method",
13694
- "name": "#renderIndeterminate",
13695
- "privacy": "private",
13696
- "return": {
13697
- "type": {
13698
- "text": "TemplateResult"
13699
- }
13700
- }
13701
- },
13702
- {
13703
- "kind": "method",
13704
- "name": "#renderDeterminate",
13705
- "privacy": "private",
13706
- "return": {
13707
- "type": {
13708
- "text": "TemplateResult"
13709
- }
13710
- }
13711
- }
13712
- ],
13713
- "attributes": [
13714
- {
13715
- "name": "value",
13716
- "type": {
13717
- "text": "number | undefined"
13718
- },
13719
- "fieldName": "value"
13720
- },
13721
- {
13722
- "name": "max",
13723
- "type": {
13724
- "text": "number"
13725
- },
13726
- "default": "1",
13727
- "fieldName": "max"
13728
- }
13729
- ],
13730
- "superclass": {
13731
- "name": "LitElement",
13732
- "package": "lit"
13733
- },
13734
- "tagName": "u-circular-progress",
13735
- "customElement": true
13736
- }
13737
- ],
13738
- "exports": [
13739
- {
13740
- "kind": "js",
13741
- "name": "UmCircularProgress",
13742
- "declaration": {
13743
- "name": "UmCircularProgress",
13744
- "module": "src/progress/circular-progress.ts"
13745
- }
13746
- },
13747
- {
13748
- "kind": "custom-element-definition",
13749
- "name": "u-circular-progress",
13750
- "declaration": {
13751
- "name": "UmCircularProgress",
13752
- "module": "src/progress/circular-progress.ts"
13753
- }
13754
- }
13755
- ]
13756
- },
13757
- {
13758
- "kind": "javascript-module",
13759
- "path": "src/progress/progress-bar.styles.ts",
13760
- "declarations": [
13761
- {
13762
- "kind": "variable",
13763
- "name": "styles",
13764
- "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%; } } `"
13765
- }
13766
- ],
13767
- "exports": [
13768
- {
13769
- "kind": "js",
13770
- "name": "styles",
13771
- "declaration": {
13772
- "name": "styles",
13773
- "module": "src/progress/progress-bar.styles.ts"
13774
- }
13775
- }
13776
- ]
13777
- },
13778
- {
13779
- "kind": "javascript-module",
13780
- "path": "src/progress/progress-bar.ts",
13781
- "declarations": [
13782
- {
13783
- "kind": "class",
13784
- "description": "",
13785
- "name": "UmProgressBar",
13786
- "members": [
13787
- {
13788
- "kind": "field",
13789
- "name": "value",
13790
- "type": {
13791
- "text": "number | undefined"
13792
- },
13793
- "attribute": "value"
13794
- },
13795
- {
13796
- "kind": "field",
13797
- "name": "max",
13798
- "type": {
13799
- "text": "number"
13800
- },
13801
- "default": "1",
13802
- "attribute": "max"
13803
- },
13804
- {
13805
- "kind": "method",
13806
- "name": "#renderIndeterminate",
13807
- "privacy": "private",
13808
- "return": {
13809
- "type": {
13810
- "text": "TemplateResult"
13811
- }
13812
- }
13813
- },
13814
- {
13815
- "kind": "method",
13816
- "name": "#renderDeterminate",
13817
- "privacy": "private",
13818
- "return": {
13819
- "type": {
13820
- "text": "TemplateResult"
13821
- }
13822
- }
13823
- }
13824
- ],
13825
- "attributes": [
13826
- {
13827
- "name": "value",
13828
- "type": {
13829
- "text": "number | undefined"
13830
- },
13831
- "fieldName": "value"
13832
- },
13833
- {
13834
- "name": "max",
13835
- "type": {
13836
- "text": "number"
13837
- },
13838
- "default": "1",
13839
- "fieldName": "max"
13840
- }
13841
- ],
13842
- "superclass": {
13843
- "name": "LitElement",
13844
- "package": "lit"
13845
- },
13846
- "tagName": "u-progress-bar",
13847
- "customElement": true
13848
- }
13849
- ],
13850
- "exports": [
13851
- {
13852
- "kind": "js",
13853
- "name": "UmProgressBar",
13854
- "declaration": {
13855
- "name": "UmProgressBar",
13856
- "module": "src/progress/progress-bar.ts"
13857
- }
13858
- },
13859
- {
13860
- "kind": "custom-element-definition",
13861
- "name": "u-progress-bar",
13862
- "declaration": {
13863
- "name": "UmProgressBar",
13864
- "module": "src/progress/progress-bar.ts"
13865
- }
13866
- }
13867
- ]
13868
- },
13869
13627
  {
13870
13628
  "kind": "javascript-module",
13871
13629
  "path": "src/radio/radio-list-item.ts",
@@ -14699,122 +14457,364 @@
14699
14457
  },
14700
14458
  {
14701
14459
  "kind": "method",
14702
- "name": "#handleRippleClick",
14460
+ "name": "#handleRippleClick",
14461
+ "privacy": "private",
14462
+ "parameters": [
14463
+ {
14464
+ "name": "e",
14465
+ "type": {
14466
+ "text": "Event"
14467
+ }
14468
+ }
14469
+ ],
14470
+ "inheritedFrom": {
14471
+ "name": "UmSelectionControl",
14472
+ "module": "src/shared/selection-control/selection-control.ts"
14473
+ }
14474
+ },
14475
+ {
14476
+ "kind": "method",
14477
+ "name": "_handleClick",
14478
+ "privacy": "protected",
14479
+ "parameters": [
14480
+ {
14481
+ "name": "e",
14482
+ "type": {
14483
+ "text": "Event"
14484
+ }
14485
+ }
14486
+ ],
14487
+ "inheritedFrom": {
14488
+ "name": "UmSelectionControl",
14489
+ "module": "src/shared/selection-control/selection-control.ts"
14490
+ }
14491
+ }
14492
+ ],
14493
+ "attributes": [
14494
+ {
14495
+ "name": "hide-state-layer",
14496
+ "type": {
14497
+ "text": "boolean"
14498
+ },
14499
+ "default": "false",
14500
+ "fieldName": "hideStateLayer"
14501
+ },
14502
+ {
14503
+ "name": "name",
14504
+ "type": {
14505
+ "text": "string | undefined"
14506
+ },
14507
+ "default": "''",
14508
+ "fieldName": "name",
14509
+ "inheritedFrom": {
14510
+ "name": "UmSelectionControl",
14511
+ "module": "src/shared/selection-control/selection-control.ts"
14512
+ }
14513
+ },
14514
+ {
14515
+ "name": "disabled",
14516
+ "type": {
14517
+ "text": "boolean"
14518
+ },
14519
+ "default": "false",
14520
+ "fieldName": "disabled",
14521
+ "inheritedFrom": {
14522
+ "name": "UmSelectionControl",
14523
+ "module": "src/shared/selection-control/selection-control.ts"
14524
+ }
14525
+ },
14526
+ {
14527
+ "name": "value",
14528
+ "type": {
14529
+ "text": "string"
14530
+ },
14531
+ "default": "'on'",
14532
+ "description": "The element value to use in form submission when checked.",
14533
+ "fieldName": "value",
14534
+ "inheritedFrom": {
14535
+ "name": "UmSelectionControl",
14536
+ "module": "src/shared/selection-control/selection-control.ts"
14537
+ }
14538
+ },
14539
+ {
14540
+ "name": "checked",
14541
+ "fieldName": "_checkedAttribute",
14542
+ "type": {
14543
+ "text": "boolean"
14544
+ },
14545
+ "readonly": true,
14546
+ "default": "false",
14547
+ "inheritedFrom": {
14548
+ "name": "UmSelectionControl",
14549
+ "module": "src/shared/selection-control/selection-control.ts"
14550
+ }
14551
+ }
14552
+ ],
14553
+ "superclass": {
14554
+ "name": "UmSelectionControl",
14555
+ "module": "/src/shared/selection-control/selection-control.js"
14556
+ },
14557
+ "tagName": "u-radio",
14558
+ "customElement": true
14559
+ }
14560
+ ],
14561
+ "exports": [
14562
+ {
14563
+ "kind": "js",
14564
+ "name": "UmRadio",
14565
+ "declaration": {
14566
+ "name": "UmRadio",
14567
+ "module": "src/radio/radio.ts"
14568
+ }
14569
+ },
14570
+ {
14571
+ "kind": "custom-element-definition",
14572
+ "name": "u-radio",
14573
+ "declaration": {
14574
+ "name": "UmRadio",
14575
+ "module": "src/radio/radio.ts"
14576
+ }
14577
+ }
14578
+ ]
14579
+ },
14580
+ {
14581
+ "kind": "javascript-module",
14582
+ "path": "src/progress/circular-progress.styles.ts",
14583
+ "declarations": [
14584
+ {
14585
+ "kind": "variable",
14586
+ "name": "styles",
14587
+ "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; } } `"
14588
+ }
14589
+ ],
14590
+ "exports": [
14591
+ {
14592
+ "kind": "js",
14593
+ "name": "styles",
14594
+ "declaration": {
14595
+ "name": "styles",
14596
+ "module": "src/progress/circular-progress.styles.ts"
14597
+ }
14598
+ }
14599
+ ]
14600
+ },
14601
+ {
14602
+ "kind": "javascript-module",
14603
+ "path": "src/progress/circular-progress.ts",
14604
+ "declarations": [
14605
+ {
14606
+ "kind": "class",
14607
+ "description": "",
14608
+ "name": "UmCircularProgress",
14609
+ "members": [
14610
+ {
14611
+ "kind": "field",
14612
+ "name": "value",
14613
+ "type": {
14614
+ "text": "number | undefined"
14615
+ },
14616
+ "attribute": "value"
14617
+ },
14618
+ {
14619
+ "kind": "field",
14620
+ "name": "max",
14621
+ "type": {
14622
+ "text": "number"
14623
+ },
14624
+ "default": "1",
14625
+ "attribute": "max"
14626
+ },
14627
+ {
14628
+ "kind": "method",
14629
+ "name": "#renderCircle",
14630
+ "privacy": "private",
14631
+ "return": {
14632
+ "type": {
14633
+ "text": "TemplateResult"
14634
+ }
14635
+ },
14636
+ "parameters": [
14637
+ {
14638
+ "name": "className",
14639
+ "type": {
14640
+ "text": "string"
14641
+ }
14642
+ }
14643
+ ]
14644
+ },
14645
+ {
14646
+ "kind": "method",
14647
+ "name": "#renderIndeterminate",
14648
+ "privacy": "private",
14649
+ "return": {
14650
+ "type": {
14651
+ "text": "TemplateResult"
14652
+ }
14653
+ }
14654
+ },
14655
+ {
14656
+ "kind": "method",
14657
+ "name": "#renderDeterminate",
14658
+ "privacy": "private",
14659
+ "return": {
14660
+ "type": {
14661
+ "text": "TemplateResult"
14662
+ }
14663
+ }
14664
+ }
14665
+ ],
14666
+ "attributes": [
14667
+ {
14668
+ "name": "value",
14669
+ "type": {
14670
+ "text": "number | undefined"
14671
+ },
14672
+ "fieldName": "value"
14673
+ },
14674
+ {
14675
+ "name": "max",
14676
+ "type": {
14677
+ "text": "number"
14678
+ },
14679
+ "default": "1",
14680
+ "fieldName": "max"
14681
+ }
14682
+ ],
14683
+ "superclass": {
14684
+ "name": "LitElement",
14685
+ "package": "lit"
14686
+ },
14687
+ "tagName": "u-circular-progress",
14688
+ "customElement": true
14689
+ }
14690
+ ],
14691
+ "exports": [
14692
+ {
14693
+ "kind": "js",
14694
+ "name": "UmCircularProgress",
14695
+ "declaration": {
14696
+ "name": "UmCircularProgress",
14697
+ "module": "src/progress/circular-progress.ts"
14698
+ }
14699
+ },
14700
+ {
14701
+ "kind": "custom-element-definition",
14702
+ "name": "u-circular-progress",
14703
+ "declaration": {
14704
+ "name": "UmCircularProgress",
14705
+ "module": "src/progress/circular-progress.ts"
14706
+ }
14707
+ }
14708
+ ]
14709
+ },
14710
+ {
14711
+ "kind": "javascript-module",
14712
+ "path": "src/progress/progress-bar.styles.ts",
14713
+ "declarations": [
14714
+ {
14715
+ "kind": "variable",
14716
+ "name": "styles",
14717
+ "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%; } } `"
14718
+ }
14719
+ ],
14720
+ "exports": [
14721
+ {
14722
+ "kind": "js",
14723
+ "name": "styles",
14724
+ "declaration": {
14725
+ "name": "styles",
14726
+ "module": "src/progress/progress-bar.styles.ts"
14727
+ }
14728
+ }
14729
+ ]
14730
+ },
14731
+ {
14732
+ "kind": "javascript-module",
14733
+ "path": "src/progress/progress-bar.ts",
14734
+ "declarations": [
14735
+ {
14736
+ "kind": "class",
14737
+ "description": "",
14738
+ "name": "UmProgressBar",
14739
+ "members": [
14740
+ {
14741
+ "kind": "field",
14742
+ "name": "value",
14743
+ "type": {
14744
+ "text": "number | undefined"
14745
+ },
14746
+ "attribute": "value"
14747
+ },
14748
+ {
14749
+ "kind": "field",
14750
+ "name": "max",
14751
+ "type": {
14752
+ "text": "number"
14753
+ },
14754
+ "default": "1",
14755
+ "attribute": "max"
14756
+ },
14757
+ {
14758
+ "kind": "method",
14759
+ "name": "#renderIndeterminate",
14703
14760
  "privacy": "private",
14704
- "parameters": [
14705
- {
14706
- "name": "e",
14707
- "type": {
14708
- "text": "Event"
14709
- }
14761
+ "return": {
14762
+ "type": {
14763
+ "text": "TemplateResult"
14710
14764
  }
14711
- ],
14712
- "inheritedFrom": {
14713
- "name": "UmSelectionControl",
14714
- "module": "src/shared/selection-control/selection-control.ts"
14715
14765
  }
14716
14766
  },
14717
14767
  {
14718
14768
  "kind": "method",
14719
- "name": "_handleClick",
14720
- "privacy": "protected",
14721
- "parameters": [
14722
- {
14723
- "name": "e",
14724
- "type": {
14725
- "text": "Event"
14726
- }
14769
+ "name": "#renderDeterminate",
14770
+ "privacy": "private",
14771
+ "return": {
14772
+ "type": {
14773
+ "text": "TemplateResult"
14727
14774
  }
14728
- ],
14729
- "inheritedFrom": {
14730
- "name": "UmSelectionControl",
14731
- "module": "src/shared/selection-control/selection-control.ts"
14732
14775
  }
14733
14776
  }
14734
14777
  ],
14735
14778
  "attributes": [
14736
- {
14737
- "name": "hide-state-layer",
14738
- "type": {
14739
- "text": "boolean"
14740
- },
14741
- "default": "false",
14742
- "fieldName": "hideStateLayer"
14743
- },
14744
- {
14745
- "name": "name",
14746
- "type": {
14747
- "text": "string | undefined"
14748
- },
14749
- "default": "''",
14750
- "fieldName": "name",
14751
- "inheritedFrom": {
14752
- "name": "UmSelectionControl",
14753
- "module": "src/shared/selection-control/selection-control.ts"
14754
- }
14755
- },
14756
- {
14757
- "name": "disabled",
14758
- "type": {
14759
- "text": "boolean"
14760
- },
14761
- "default": "false",
14762
- "fieldName": "disabled",
14763
- "inheritedFrom": {
14764
- "name": "UmSelectionControl",
14765
- "module": "src/shared/selection-control/selection-control.ts"
14766
- }
14767
- },
14768
14779
  {
14769
14780
  "name": "value",
14770
14781
  "type": {
14771
- "text": "string"
14782
+ "text": "number | undefined"
14772
14783
  },
14773
- "default": "'on'",
14774
- "description": "The element value to use in form submission when checked.",
14775
- "fieldName": "value",
14776
- "inheritedFrom": {
14777
- "name": "UmSelectionControl",
14778
- "module": "src/shared/selection-control/selection-control.ts"
14779
- }
14784
+ "fieldName": "value"
14780
14785
  },
14781
14786
  {
14782
- "name": "checked",
14783
- "fieldName": "_checkedAttribute",
14787
+ "name": "max",
14784
14788
  "type": {
14785
- "text": "boolean"
14789
+ "text": "number"
14786
14790
  },
14787
- "readonly": true,
14788
- "default": "false",
14789
- "inheritedFrom": {
14790
- "name": "UmSelectionControl",
14791
- "module": "src/shared/selection-control/selection-control.ts"
14792
- }
14791
+ "default": "1",
14792
+ "fieldName": "max"
14793
14793
  }
14794
14794
  ],
14795
14795
  "superclass": {
14796
- "name": "UmSelectionControl",
14797
- "module": "/src/shared/selection-control/selection-control.js"
14796
+ "name": "LitElement",
14797
+ "package": "lit"
14798
14798
  },
14799
- "tagName": "u-radio",
14799
+ "tagName": "u-progress-bar",
14800
14800
  "customElement": true
14801
14801
  }
14802
14802
  ],
14803
14803
  "exports": [
14804
14804
  {
14805
14805
  "kind": "js",
14806
- "name": "UmRadio",
14806
+ "name": "UmProgressBar",
14807
14807
  "declaration": {
14808
- "name": "UmRadio",
14809
- "module": "src/radio/radio.ts"
14808
+ "name": "UmProgressBar",
14809
+ "module": "src/progress/progress-bar.ts"
14810
14810
  }
14811
14811
  },
14812
14812
  {
14813
14813
  "kind": "custom-element-definition",
14814
- "name": "u-radio",
14814
+ "name": "u-progress-bar",
14815
14815
  "declaration": {
14816
- "name": "UmRadio",
14817
- "module": "src/radio/radio.ts"
14816
+ "name": "UmProgressBar",
14817
+ "module": "src/progress/progress-bar.ts"
14818
14818
  }
14819
14819
  }
14820
14820
  ]
@@ -23929,77 +23929,6 @@
23929
23929
  "declarations": [],
23930
23930
  "exports": []
23931
23931
  },
23932
- {
23933
- "kind": "javascript-module",
23934
- "path": "src/shared/sets/set-base.styles.ts",
23935
- "declarations": [
23936
- {
23937
- "kind": "variable",
23938
- "name": "styles",
23939
- "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; } `"
23940
- }
23941
- ],
23942
- "exports": [
23943
- {
23944
- "kind": "js",
23945
- "name": "styles",
23946
- "declaration": {
23947
- "name": "styles",
23948
- "module": "src/shared/sets/set-base.styles.ts"
23949
- }
23950
- }
23951
- ]
23952
- },
23953
- {
23954
- "kind": "javascript-module",
23955
- "path": "src/shared/sets/set-base.ts",
23956
- "declarations": [
23957
- {
23958
- "kind": "class",
23959
- "description": "",
23960
- "name": "UmSetBase",
23961
- "members": [
23962
- {
23963
- "kind": "field",
23964
- "name": "alignment",
23965
- "type": {
23966
- "text": "'start' | 'center' | 'end'"
23967
- },
23968
- "default": "'start'",
23969
- "description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
23970
- "attribute": "alignment",
23971
- "reflects": true
23972
- }
23973
- ],
23974
- "attributes": [
23975
- {
23976
- "name": "alignment",
23977
- "type": {
23978
- "text": "'start' | 'center' | 'end'"
23979
- },
23980
- "default": "'start'",
23981
- "description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
23982
- "fieldName": "alignment"
23983
- }
23984
- ],
23985
- "superclass": {
23986
- "name": "LitElement",
23987
- "package": "lit"
23988
- },
23989
- "customElement": true
23990
- }
23991
- ],
23992
- "exports": [
23993
- {
23994
- "kind": "js",
23995
- "name": "UmSetBase",
23996
- "declaration": {
23997
- "name": "UmSetBase",
23998
- "module": "src/shared/sets/set-base.ts"
23999
- }
24000
- }
24001
- ]
24002
- },
24003
23932
  {
24004
23933
  "kind": "javascript-module",
24005
23934
  "path": "src/shared/selection-control/selection-control-list-item.ts",
@@ -24391,6 +24320,77 @@
24391
24320
  }
24392
24321
  ]
24393
24322
  },
24323
+ {
24324
+ "kind": "javascript-module",
24325
+ "path": "src/shared/sets/set-base.styles.ts",
24326
+ "declarations": [
24327
+ {
24328
+ "kind": "variable",
24329
+ "name": "styles",
24330
+ "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; } `"
24331
+ }
24332
+ ],
24333
+ "exports": [
24334
+ {
24335
+ "kind": "js",
24336
+ "name": "styles",
24337
+ "declaration": {
24338
+ "name": "styles",
24339
+ "module": "src/shared/sets/set-base.styles.ts"
24340
+ }
24341
+ }
24342
+ ]
24343
+ },
24344
+ {
24345
+ "kind": "javascript-module",
24346
+ "path": "src/shared/sets/set-base.ts",
24347
+ "declarations": [
24348
+ {
24349
+ "kind": "class",
24350
+ "description": "",
24351
+ "name": "UmSetBase",
24352
+ "members": [
24353
+ {
24354
+ "kind": "field",
24355
+ "name": "alignment",
24356
+ "type": {
24357
+ "text": "'start' | 'center' | 'end'"
24358
+ },
24359
+ "default": "'start'",
24360
+ "description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
24361
+ "attribute": "alignment",
24362
+ "reflects": true
24363
+ }
24364
+ ],
24365
+ "attributes": [
24366
+ {
24367
+ "name": "alignment",
24368
+ "type": {
24369
+ "text": "'start' | 'center' | 'end'"
24370
+ },
24371
+ "default": "'start'",
24372
+ "description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
24373
+ "fieldName": "alignment"
24374
+ }
24375
+ ],
24376
+ "superclass": {
24377
+ "name": "LitElement",
24378
+ "package": "lit"
24379
+ },
24380
+ "customElement": true
24381
+ }
24382
+ ],
24383
+ "exports": [
24384
+ {
24385
+ "kind": "js",
24386
+ "name": "UmSetBase",
24387
+ "declaration": {
24388
+ "name": "UmSetBase",
24389
+ "module": "src/shared/sets/set-base.ts"
24390
+ }
24391
+ }
24392
+ ]
24393
+ },
24394
24394
  {
24395
24395
  "kind": "javascript-module",
24396
24396
  "path": "src/shared/text-field-base/text-field-base.styles.ts",