@quidgest/ui 0.18.0 → 0.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +79 -0
- package/dist/json/api.json +136 -129
- package/dist/manifest/components.json +2 -1
- package/dist/ui.css +242 -155
- package/dist/ui.esm.js +365 -343
- package/dist/ui.js +121 -99
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +121 -99
- package/dist/ui.scss +225 -151
- package/esm/components/QGrid/QCol.vue.js +1 -1
- package/esm/components/{QGroupBox/QGroupBox.d.ts → QSection/QSection.d.ts} +4 -4
- package/esm/components/QSection/QSection.d.ts.map +1 -0
- package/esm/components/{QGroupBox/QGroupBox.vue.js → QSection/QSection.vue.js} +8 -8
- package/esm/components/QSection/QSection2.vue.js +5 -0
- package/esm/components/{QGroupBox → QSection}/index.d.ts +8 -8
- package/esm/components/QSection/index.d.ts.map +1 -0
- package/esm/components/QSection/index.js +6 -0
- package/esm/components/QSection/types.d.ts +32 -0
- package/esm/components/QSection/types.d.ts.map +1 -0
- package/esm/components/QSidebar/QSidebar.d.ts +53 -6
- package/esm/components/QSidebar/QSidebar.d.ts.map +1 -1
- package/esm/components/QSidebar/QSidebar.vue.js +76 -106
- package/esm/components/QSidebar/QSidebarAnchor.d.ts +24 -210
- package/esm/components/QSidebar/QSidebarAnchor.d.ts.map +1 -1
- package/esm/components/QSidebar/QSidebarAnchor.vue.js +47 -59
- package/esm/components/QSidebar/QSidebarItem.d.ts +213 -0
- package/esm/components/QSidebar/QSidebarItem.d.ts.map +1 -0
- package/esm/components/QSidebar/QSidebarItem.vue.js +130 -0
- package/esm/components/QSidebar/QSidebarItem2.vue.js +5 -0
- package/esm/components/QSidebar/QSidebarPanel.d.ts +1 -7
- package/esm/components/QSidebar/QSidebarPanel.d.ts.map +1 -1
- package/esm/components/QSidebar/QSidebarPanel.vue.js +4 -10
- package/esm/components/QSidebar/context.d.ts +108 -0
- package/esm/components/QSidebar/context.d.ts.map +1 -0
- package/esm/components/QSidebar/context.js +4 -0
- package/esm/components/QSidebar/index.d.ts +166 -8
- package/esm/components/QSidebar/index.d.ts.map +1 -1
- package/esm/components/QSidebar/index.js +3 -2
- package/esm/components/QSidebar/types.d.ts +77 -42
- package/esm/components/QSidebar/types.d.ts.map +1 -1
- package/esm/components/QTabs/QTab.d.ts +1 -0
- package/esm/components/QTabs/QTab.d.ts.map +1 -1
- package/esm/components/QTabs/QTab.vue.js +2 -1
- package/esm/components/QTabs/QTabs.d.ts +2 -0
- package/esm/components/QTabs/QTabs.d.ts.map +1 -1
- package/esm/components/QTabs/QTabs.vue.js +125 -46
- package/esm/components/QTabs/context.d.ts +10 -3
- package/esm/components/QTabs/context.d.ts.map +1 -1
- package/esm/components/QTabs/index.d.ts +2 -0
- package/esm/components/QTabs/index.d.ts.map +1 -1
- package/esm/components/QTabs/types.d.ts +3 -1
- package/esm/components/QTabs/types.d.ts.map +1 -1
- package/esm/components/index.d.ts +1 -1
- package/esm/components/index.d.ts.map +1 -1
- package/esm/components/index.js +41 -40
- package/esm/index.d.ts +2 -1
- package/package.json +7 -6
- package/esm/components/QGroupBox/QGroupBox.d.ts.map +0 -1
- package/esm/components/QGroupBox/QGroupBox2.vue.js +0 -5
- package/esm/components/QGroupBox/index.d.ts.map +0 -1
- package/esm/components/QGroupBox/index.js +0 -6
- package/esm/components/QGroupBox/types.d.ts +0 -32
- package/esm/components/QGroupBox/types.d.ts.map +0 -1
package/dist/ui.css
CHANGED
|
@@ -559,7 +559,8 @@ body *::-webkit-scrollbar-track {
|
|
|
559
559
|
.q-badge--pill {
|
|
560
560
|
border-radius: 9999px;
|
|
561
561
|
}
|
|
562
|
-
.q-badge--pill .q-button
|
|
562
|
+
.q-badge--pill .q-badge__content.q-button,
|
|
563
|
+
.q-badge--pill .q-badge__remove.q-button {
|
|
563
564
|
border-radius: 9999px;
|
|
564
565
|
}
|
|
565
566
|
.q-badge--disabled {
|
|
@@ -683,7 +684,7 @@ body *::-webkit-scrollbar-track {
|
|
|
683
684
|
vertical-align: middle;
|
|
684
685
|
flex-shrink: 0;
|
|
685
686
|
}
|
|
686
|
-
.q-badge-indicator .q-badge__content {
|
|
687
|
+
.q-badge-indicator.q-badge .q-badge__content {
|
|
687
688
|
padding: 0;
|
|
688
689
|
}
|
|
689
690
|
.q-badge-indicator--dot {
|
|
@@ -1545,10 +1546,10 @@ body *::-webkit-scrollbar-track {
|
|
|
1545
1546
|
position: absolute;
|
|
1546
1547
|
right: 0;
|
|
1547
1548
|
}
|
|
1548
|
-
.q-collapsible .q-card__content {
|
|
1549
|
+
.q-collapsible.q-card .q-card__content {
|
|
1549
1550
|
padding: 0;
|
|
1550
1551
|
}
|
|
1551
|
-
.q-collapsible .q-card__header {
|
|
1552
|
+
.q-collapsible.q-card .q-card__header {
|
|
1552
1553
|
padding-bottom: 0;
|
|
1553
1554
|
}
|
|
1554
1555
|
.q-collapsible__header {
|
|
@@ -1564,12 +1565,12 @@ body *::-webkit-scrollbar-track {
|
|
|
1564
1565
|
flex-direction: column;
|
|
1565
1566
|
padding: 0;
|
|
1566
1567
|
}
|
|
1567
|
-
.q-collapsible__btn {
|
|
1568
|
+
.q-collapsible__btn.q-button {
|
|
1568
1569
|
width: 100%;
|
|
1569
1570
|
margin: 0;
|
|
1570
1571
|
padding: 0.55rem;
|
|
1571
1572
|
}
|
|
1572
|
-
.q-collapsible__btn .q-button__content {
|
|
1573
|
+
.q-collapsible__btn.q-button .q-button__content {
|
|
1573
1574
|
gap: 0;
|
|
1574
1575
|
padding: 0.2rem;
|
|
1575
1576
|
display: flex;
|
|
@@ -1577,7 +1578,7 @@ body *::-webkit-scrollbar-track {
|
|
|
1577
1578
|
align-items: start;
|
|
1578
1579
|
letter-spacing: 0.02rem;
|
|
1579
1580
|
}
|
|
1580
|
-
.q-collapsible__btn .q-button__content h4 {
|
|
1581
|
+
.q-collapsible__btn.q-button .q-button__content h4 {
|
|
1581
1582
|
margin: 0;
|
|
1582
1583
|
text-transform: uppercase;
|
|
1583
1584
|
}
|
|
@@ -1640,10 +1641,10 @@ body *::-webkit-scrollbar-track {
|
|
|
1640
1641
|
.q-collapsible--icon-right .q-collapsible__subtitle {
|
|
1641
1642
|
margin-left: 0;
|
|
1642
1643
|
}
|
|
1643
|
-
.q-collapsible--loose .q-collapsible__btn {
|
|
1644
|
+
.q-collapsible--loose .q-collapsible__btn.q-button {
|
|
1644
1645
|
padding: calc(0.55rem + 0.25rem);
|
|
1645
1646
|
}
|
|
1646
|
-
.q-collapsible--compact .q-collapsible__btn {
|
|
1647
|
+
.q-collapsible--compact .q-collapsible__btn.q-button {
|
|
1647
1648
|
padding: calc(0.55rem + -0.25rem);
|
|
1648
1649
|
}
|
|
1649
1650
|
|
|
@@ -1661,16 +1662,16 @@ body *::-webkit-scrollbar-track {
|
|
|
1661
1662
|
cursor: pointer;
|
|
1662
1663
|
}
|
|
1663
1664
|
|
|
1664
|
-
.q-combobox:not(.q-combobox--disabled) .q-combobox__chevron:hover, .q-combobox:not(.q-combobox--disabled) .q-combobox__chevron:focus {
|
|
1665
|
+
.q-combobox:not(.q-combobox--disabled) .q-combobox__chevron.q-button:hover, .q-combobox:not(.q-combobox--disabled) .q-combobox__chevron.q-button:focus {
|
|
1665
1666
|
cursor: pointer;
|
|
1666
1667
|
opacity: 1;
|
|
1667
1668
|
}
|
|
1668
1669
|
|
|
1669
|
-
.q-combobox__chevron {
|
|
1670
|
+
.q-combobox__chevron.q-button {
|
|
1670
1671
|
padding: 0.1rem;
|
|
1671
1672
|
opacity: 0.5;
|
|
1672
1673
|
}
|
|
1673
|
-
.q-combobox__chevron:hover {
|
|
1674
|
+
.q-combobox__chevron.q-button:hover {
|
|
1674
1675
|
cursor: inherit;
|
|
1675
1676
|
}
|
|
1676
1677
|
|
|
@@ -1904,7 +1905,7 @@ body *::-webkit-scrollbar-track {
|
|
|
1904
1905
|
flex-wrap: wrap;
|
|
1905
1906
|
gap: 0.5rem;
|
|
1906
1907
|
}
|
|
1907
|
-
.q-dialog__close {
|
|
1908
|
+
.q-dialog__close.q-button {
|
|
1908
1909
|
position: absolute;
|
|
1909
1910
|
top: 0.5rem;
|
|
1910
1911
|
right: 0.5rem;
|
|
@@ -4544,117 +4545,6 @@ body *::-webkit-scrollbar-track {
|
|
|
4544
4545
|
margin-bottom: auto;
|
|
4545
4546
|
}
|
|
4546
4547
|
}
|
|
4547
|
-
.q-group-box {
|
|
4548
|
-
display: inline-block;
|
|
4549
|
-
overflow-wrap: break-word;
|
|
4550
|
-
background-color: var(--q-theme-container);
|
|
4551
|
-
border-width: 1px;
|
|
4552
|
-
border-bottom: 1px solid var(--q-theme-neutral-light);
|
|
4553
|
-
padding: 0.5rem 1rem 1rem;
|
|
4554
|
-
border-radius: var(--border-radius);
|
|
4555
|
-
position: relative;
|
|
4556
|
-
max-width: 100%;
|
|
4557
|
-
}
|
|
4558
|
-
.q-group-box:focus-visible {
|
|
4559
|
-
outline: 2px solid rgb(var(--q-theme-info-rgb)/50%);
|
|
4560
|
-
border-radius: var(--border-radius);
|
|
4561
|
-
}
|
|
4562
|
-
.q-group-box__title {
|
|
4563
|
-
font-size: 1.2rem;
|
|
4564
|
-
line-height: 1rem;
|
|
4565
|
-
letter-spacing: 0.02rem;
|
|
4566
|
-
color: var(--q-theme-primary);
|
|
4567
|
-
text-transform: uppercase;
|
|
4568
|
-
margin: 0;
|
|
4569
|
-
margin-top: 0.25rem;
|
|
4570
|
-
display: flex;
|
|
4571
|
-
align-items: flex-start;
|
|
4572
|
-
width: -moz-fit-content;
|
|
4573
|
-
width: fit-content;
|
|
4574
|
-
gap: 0.25rem;
|
|
4575
|
-
margin-bottom: 0.5rem;
|
|
4576
|
-
}
|
|
4577
|
-
.q-group-box--background {
|
|
4578
|
-
background-color: rgb(var(--q-theme-primary-light-rgb)/50%);
|
|
4579
|
-
padding: 0.5rem 1rem 1rem;
|
|
4580
|
-
}
|
|
4581
|
-
.q-group-box--minor {
|
|
4582
|
-
background-color: transparent;
|
|
4583
|
-
border: none;
|
|
4584
|
-
border-radius: 0;
|
|
4585
|
-
padding: 0.5rem 0 0;
|
|
4586
|
-
}
|
|
4587
|
-
.q-group-box--minor-border-top {
|
|
4588
|
-
background-color: transparent;
|
|
4589
|
-
border: none;
|
|
4590
|
-
border-top: 1px solid var(--q-theme-neutral-light);
|
|
4591
|
-
border-radius: 0;
|
|
4592
|
-
margin-top: 0.5rem;
|
|
4593
|
-
padding: 0.25rem 0;
|
|
4594
|
-
}
|
|
4595
|
-
.q-group-box--minor .q-group-box__title, .q-group-box--minor-border-top .q-group-box__title {
|
|
4596
|
-
font-size: 0.9rem;
|
|
4597
|
-
line-height: 1;
|
|
4598
|
-
letter-spacing: initial;
|
|
4599
|
-
color: var(--q-theme-neutral-dark);
|
|
4600
|
-
text-transform: none;
|
|
4601
|
-
font-weight: 600;
|
|
4602
|
-
margin-bottom: 0.25rem;
|
|
4603
|
-
margin-top: 0.25rem;
|
|
4604
|
-
}
|
|
4605
|
-
.q-group-box--title-background {
|
|
4606
|
-
padding: 0 !important;
|
|
4607
|
-
}
|
|
4608
|
-
.q-group-box--title-background::before {
|
|
4609
|
-
position: absolute;
|
|
4610
|
-
top: 0;
|
|
4611
|
-
left: 0;
|
|
4612
|
-
height: 30px;
|
|
4613
|
-
width: 100%;
|
|
4614
|
-
content: "";
|
|
4615
|
-
background-color: rgb(var(--q-theme-neutral-light-rgb)/25%);
|
|
4616
|
-
border-radius: var(--border-radius) var(--border-radius) 0 0;
|
|
4617
|
-
}
|
|
4618
|
-
.q-group-box--title-background .q-group-box__title {
|
|
4619
|
-
padding: 0.5rem 1rem;
|
|
4620
|
-
margin: 0;
|
|
4621
|
-
font-size: 0.9rem;
|
|
4622
|
-
font-weight: 700;
|
|
4623
|
-
line-height: 1;
|
|
4624
|
-
letter-spacing: 0.01rem;
|
|
4625
|
-
color: var(--q-theme-on-background);
|
|
4626
|
-
text-transform: none;
|
|
4627
|
-
z-index: 10;
|
|
4628
|
-
position: relative;
|
|
4629
|
-
}
|
|
4630
|
-
.q-group-box--title-background > .q-group-box__content {
|
|
4631
|
-
padding: 0.2rem 1rem 1rem;
|
|
4632
|
-
}
|
|
4633
|
-
.q-group-box--subsection {
|
|
4634
|
-
border: none;
|
|
4635
|
-
margin-left: 0.625rem;
|
|
4636
|
-
margin-bottom: 0.625rem;
|
|
4637
|
-
}
|
|
4638
|
-
.q-group-box--subsection .q-group-box__title {
|
|
4639
|
-
font-size: 0.9rem;
|
|
4640
|
-
line-height: 1;
|
|
4641
|
-
letter-spacing: initial;
|
|
4642
|
-
background-color: transparent;
|
|
4643
|
-
color: var(--q-theme-neutral-dark);
|
|
4644
|
-
text-transform: none;
|
|
4645
|
-
font-weight: 600;
|
|
4646
|
-
margin-bottom: 0.25rem;
|
|
4647
|
-
}
|
|
4648
|
-
.q-group-box--borderless {
|
|
4649
|
-
border-color: transparent;
|
|
4650
|
-
margin: 0;
|
|
4651
|
-
padding: 0;
|
|
4652
|
-
background-color: transparent;
|
|
4653
|
-
}
|
|
4654
|
-
.q-group-box--block {
|
|
4655
|
-
width: 100%;
|
|
4656
|
-
}
|
|
4657
|
-
|
|
4658
4548
|
.q-icon {
|
|
4659
4549
|
display: inline-block;
|
|
4660
4550
|
color: var(--q-theme-primary);
|
|
@@ -4912,10 +4802,10 @@ body *::-webkit-scrollbar-track {
|
|
|
4912
4802
|
-moz-user-select: none;
|
|
4913
4803
|
user-select: none;
|
|
4914
4804
|
}
|
|
4915
|
-
.q-obfuscation__mask .q-icon {
|
|
4805
|
+
.q-obfuscation__mask .q-obfuscation__icon.q-icon {
|
|
4916
4806
|
color: inherit;
|
|
4917
4807
|
}
|
|
4918
|
-
.q-obfuscation__action {
|
|
4808
|
+
.q-obfuscation__action.q-button {
|
|
4919
4809
|
justify-content: flex-start;
|
|
4920
4810
|
margin: 0;
|
|
4921
4811
|
padding: 0;
|
|
@@ -4923,32 +4813,37 @@ body *::-webkit-scrollbar-track {
|
|
|
4923
4813
|
width: 100%;
|
|
4924
4814
|
min-height: 1.5em;
|
|
4925
4815
|
line-height: inherit;
|
|
4926
|
-
color: var(--q-theme-primary);
|
|
4927
4816
|
}
|
|
4928
|
-
.q-obfuscation__action:hover, .q-obfuscation__action:focus-visible {
|
|
4817
|
+
.q-obfuscation__action.q-button:hover, .q-obfuscation__action.q-button:focus-visible {
|
|
4929
4818
|
outline-offset: 0;
|
|
4930
4819
|
}
|
|
4931
|
-
.q-obfuscation__action .q-button__content {
|
|
4820
|
+
.q-obfuscation__action.q-button .q-button__content {
|
|
4932
4821
|
justify-content: flex-start;
|
|
4933
4822
|
}
|
|
4934
|
-
.q-obfuscation__action.q-button--labeled {
|
|
4823
|
+
.q-obfuscation__action.q-button.q-button--labeled {
|
|
4935
4824
|
padding: 0;
|
|
4936
4825
|
}
|
|
4826
|
+
.q-obfuscation__action.q-button.q-button--text {
|
|
4827
|
+
color: var(--q-theme-primary);
|
|
4828
|
+
}
|
|
4937
4829
|
.q-obfuscation__content {
|
|
4938
4830
|
display: flex;
|
|
4939
4831
|
align-items: flex-start;
|
|
4940
4832
|
gap: 0.25rem;
|
|
4941
4833
|
min-width: 0;
|
|
4942
4834
|
}
|
|
4943
|
-
.q-obfuscation__label-action {
|
|
4944
|
-
|
|
4835
|
+
.q-obfuscation .q-obfuscation__label-action.q-button {
|
|
4836
|
+
padding: 0;
|
|
4945
4837
|
min-width: auto;
|
|
4946
4838
|
min-height: auto;
|
|
4947
4839
|
}
|
|
4948
|
-
.q-obfuscation__label-action:focus-visible {
|
|
4840
|
+
.q-obfuscation .q-obfuscation__label-action.q-button:focus-visible {
|
|
4949
4841
|
outline-offset: 2px;
|
|
4950
4842
|
}
|
|
4951
|
-
.q-
|
|
4843
|
+
.q-obfuscation .q-obfuscation__label-action.q-button.q-button--text {
|
|
4844
|
+
color: var(--q-theme-primary);
|
|
4845
|
+
}
|
|
4846
|
+
.q-obfuscation__icon.q-icon {
|
|
4952
4847
|
flex-shrink: 0;
|
|
4953
4848
|
}
|
|
4954
4849
|
|
|
@@ -5348,13 +5243,124 @@ body *::-webkit-scrollbar-track {
|
|
|
5348
5243
|
outline: 2px solid rgb(var(--q-theme-info-rgb)/50%);
|
|
5349
5244
|
}
|
|
5350
5245
|
|
|
5246
|
+
.q-section {
|
|
5247
|
+
display: inline-block;
|
|
5248
|
+
overflow-wrap: break-word;
|
|
5249
|
+
background-color: var(--q-theme-container);
|
|
5250
|
+
border-width: 1px;
|
|
5251
|
+
border-bottom: 1px solid var(--q-theme-neutral-light);
|
|
5252
|
+
padding: 0.5rem 1rem 1rem;
|
|
5253
|
+
border-radius: var(--border-radius);
|
|
5254
|
+
position: relative;
|
|
5255
|
+
max-width: 100%;
|
|
5256
|
+
}
|
|
5257
|
+
.q-section:focus-visible {
|
|
5258
|
+
outline: 2px solid rgb(var(--q-theme-info-rgb)/50%);
|
|
5259
|
+
border-radius: var(--border-radius);
|
|
5260
|
+
}
|
|
5261
|
+
.q-section__title {
|
|
5262
|
+
font-size: 1.2rem;
|
|
5263
|
+
line-height: 1rem;
|
|
5264
|
+
letter-spacing: 0.02rem;
|
|
5265
|
+
color: var(--q-theme-primary);
|
|
5266
|
+
text-transform: uppercase;
|
|
5267
|
+
margin: 0;
|
|
5268
|
+
margin-top: 0.25rem;
|
|
5269
|
+
display: flex;
|
|
5270
|
+
align-items: flex-start;
|
|
5271
|
+
width: -moz-fit-content;
|
|
5272
|
+
width: fit-content;
|
|
5273
|
+
gap: 0.25rem;
|
|
5274
|
+
margin-bottom: 0.5rem;
|
|
5275
|
+
}
|
|
5276
|
+
.q-section--background {
|
|
5277
|
+
background-color: rgb(var(--q-theme-primary-light-rgb)/50%);
|
|
5278
|
+
padding: 0.5rem 1rem 1rem;
|
|
5279
|
+
}
|
|
5280
|
+
.q-section--minor {
|
|
5281
|
+
background-color: transparent;
|
|
5282
|
+
border: none;
|
|
5283
|
+
border-radius: 0;
|
|
5284
|
+
padding: 0.5rem 0 0;
|
|
5285
|
+
}
|
|
5286
|
+
.q-section--minor-border-top {
|
|
5287
|
+
background-color: transparent;
|
|
5288
|
+
border: none;
|
|
5289
|
+
border-top: 1px solid var(--q-theme-neutral-light);
|
|
5290
|
+
border-radius: 0;
|
|
5291
|
+
margin-top: 0.5rem;
|
|
5292
|
+
padding: 0.25rem 0;
|
|
5293
|
+
}
|
|
5294
|
+
.q-section--minor .q-section__title, .q-section--minor-border-top .q-section__title {
|
|
5295
|
+
font-size: 0.9rem;
|
|
5296
|
+
line-height: 1;
|
|
5297
|
+
letter-spacing: initial;
|
|
5298
|
+
color: var(--q-theme-neutral-dark);
|
|
5299
|
+
text-transform: none;
|
|
5300
|
+
font-weight: 600;
|
|
5301
|
+
margin-bottom: 0.25rem;
|
|
5302
|
+
margin-top: 0.25rem;
|
|
5303
|
+
}
|
|
5304
|
+
.q-section--title-background {
|
|
5305
|
+
padding: 0 !important;
|
|
5306
|
+
}
|
|
5307
|
+
.q-section--title-background::before {
|
|
5308
|
+
position: absolute;
|
|
5309
|
+
top: 0;
|
|
5310
|
+
left: 0;
|
|
5311
|
+
height: 30px;
|
|
5312
|
+
width: 100%;
|
|
5313
|
+
content: "";
|
|
5314
|
+
background-color: rgb(var(--q-theme-neutral-light-rgb)/25%);
|
|
5315
|
+
border-radius: var(--border-radius) var(--border-radius) 0 0;
|
|
5316
|
+
}
|
|
5317
|
+
.q-section--title-background .q-section__title {
|
|
5318
|
+
padding: 0.5rem 1rem;
|
|
5319
|
+
margin: 0;
|
|
5320
|
+
font-size: 0.9rem;
|
|
5321
|
+
font-weight: 700;
|
|
5322
|
+
line-height: 1;
|
|
5323
|
+
letter-spacing: 0.01rem;
|
|
5324
|
+
color: var(--q-theme-on-background);
|
|
5325
|
+
text-transform: none;
|
|
5326
|
+
z-index: 10;
|
|
5327
|
+
position: relative;
|
|
5328
|
+
}
|
|
5329
|
+
.q-section--title-background > .q-section__content {
|
|
5330
|
+
padding: 0.2rem 1rem 1rem;
|
|
5331
|
+
}
|
|
5332
|
+
.q-section--subsection {
|
|
5333
|
+
border: none;
|
|
5334
|
+
margin-left: 0.625rem;
|
|
5335
|
+
margin-bottom: 0.625rem;
|
|
5336
|
+
}
|
|
5337
|
+
.q-section--subsection .q-section__title {
|
|
5338
|
+
font-size: 0.9rem;
|
|
5339
|
+
line-height: 1;
|
|
5340
|
+
letter-spacing: initial;
|
|
5341
|
+
background-color: transparent;
|
|
5342
|
+
color: var(--q-theme-neutral-dark);
|
|
5343
|
+
text-transform: none;
|
|
5344
|
+
font-weight: 600;
|
|
5345
|
+
margin-bottom: 0.25rem;
|
|
5346
|
+
}
|
|
5347
|
+
.q-section--borderless {
|
|
5348
|
+
border-color: transparent;
|
|
5349
|
+
margin: 0;
|
|
5350
|
+
padding: 0;
|
|
5351
|
+
background-color: transparent;
|
|
5352
|
+
}
|
|
5353
|
+
.q-section--block {
|
|
5354
|
+
width: 100%;
|
|
5355
|
+
}
|
|
5356
|
+
|
|
5351
5357
|
.q-select {
|
|
5352
5358
|
/* Icon of the selected item */
|
|
5353
5359
|
}
|
|
5354
5360
|
.q-select:not(.q-select--readonly):not(.q-select--disabled) {
|
|
5355
5361
|
cursor: pointer;
|
|
5356
5362
|
}
|
|
5357
|
-
.q-select:not(.q-select--disabled) .q-select__chevron:hover, .q-select:not(.q-select--disabled) .q-select__chevron:focus {
|
|
5363
|
+
.q-select:not(.q-select--disabled) .q-select__chevron.q-button:hover, .q-select:not(.q-select--disabled) .q-select__chevron.q-button:focus {
|
|
5358
5364
|
opacity: 1;
|
|
5359
5365
|
}
|
|
5360
5366
|
.q-select--readonly .q-badge--disabled, .q-select--disabled .q-badge--disabled {
|
|
@@ -5401,7 +5407,7 @@ body *::-webkit-scrollbar-track {
|
|
|
5401
5407
|
.q-select__value-container .q-select__badge-hidden {
|
|
5402
5408
|
visibility: hidden;
|
|
5403
5409
|
}
|
|
5404
|
-
.q-select__value-container .q-badge__content {
|
|
5410
|
+
.q-select__value-container .q-badge .q-badge__content {
|
|
5405
5411
|
white-space: nowrap;
|
|
5406
5412
|
}
|
|
5407
5413
|
.q-select__placeholder {
|
|
@@ -5413,11 +5419,11 @@ body *::-webkit-scrollbar-track {
|
|
|
5413
5419
|
opacity: 0;
|
|
5414
5420
|
cursor: inherit;
|
|
5415
5421
|
}
|
|
5416
|
-
.q-select__chevron {
|
|
5422
|
+
.q-select__chevron.q-button {
|
|
5417
5423
|
padding: 0.1rem;
|
|
5418
5424
|
opacity: 0.5;
|
|
5419
5425
|
}
|
|
5420
|
-
.q-select__chevron:hover {
|
|
5426
|
+
.q-select__chevron.q-button:hover {
|
|
5421
5427
|
cursor: inherit;
|
|
5422
5428
|
}
|
|
5423
5429
|
.q-select__body {
|
|
@@ -5463,11 +5469,22 @@ body *::-webkit-scrollbar-track {
|
|
|
5463
5469
|
width: min-content;
|
|
5464
5470
|
}
|
|
5465
5471
|
|
|
5466
|
-
.q-sidebar--expanded {
|
|
5472
|
+
.q-sidebar--expanded:not(.q-sidebar--xlarge, .q-sidebar--block) {
|
|
5467
5473
|
min-width: 19rem;
|
|
5468
5474
|
max-width: 35rem;
|
|
5469
5475
|
}
|
|
5470
5476
|
|
|
5477
|
+
.q-sidebar__panels {
|
|
5478
|
+
position: relative;
|
|
5479
|
+
flex: 1 1 auto;
|
|
5480
|
+
min-width: 0;
|
|
5481
|
+
overflow: hidden;
|
|
5482
|
+
}
|
|
5483
|
+
.q-sidebar__panels > .q-sidebar-panel {
|
|
5484
|
+
width: 100%;
|
|
5485
|
+
height: 100%;
|
|
5486
|
+
}
|
|
5487
|
+
|
|
5471
5488
|
.q-sidebar-anchor {
|
|
5472
5489
|
display: flex;
|
|
5473
5490
|
flex-direction: column;
|
|
@@ -5482,7 +5499,7 @@ body *::-webkit-scrollbar-track {
|
|
|
5482
5499
|
position: relative;
|
|
5483
5500
|
}
|
|
5484
5501
|
|
|
5485
|
-
.q-sidebar__item {
|
|
5502
|
+
.q-sidebar__item.q-button {
|
|
5486
5503
|
width: 100%;
|
|
5487
5504
|
height: 100%;
|
|
5488
5505
|
aspect-ratio: 1;
|
|
@@ -5492,7 +5509,7 @@ body *::-webkit-scrollbar-track {
|
|
|
5492
5509
|
border-bottom-color: rgb(var(--q-theme-neutral-rgb)/25%) !important;
|
|
5493
5510
|
font-size: 0.6rem;
|
|
5494
5511
|
}
|
|
5495
|
-
.q-sidebar__item .q-icon {
|
|
5512
|
+
.q-sidebar__item.q-button .q-icon {
|
|
5496
5513
|
font-size: 20px;
|
|
5497
5514
|
}
|
|
5498
5515
|
|
|
@@ -5519,7 +5536,15 @@ body *::-webkit-scrollbar-track {
|
|
|
5519
5536
|
display: flex;
|
|
5520
5537
|
align-items: center;
|
|
5521
5538
|
gap: 0.5rem;
|
|
5522
|
-
|
|
5539
|
+
margin: 1rem;
|
|
5540
|
+
}
|
|
5541
|
+
|
|
5542
|
+
.q-sidebar-panel__header {
|
|
5543
|
+
margin-bottom: 0;
|
|
5544
|
+
}
|
|
5545
|
+
|
|
5546
|
+
.q-sidebar-panel__footer {
|
|
5547
|
+
margin-top: 0;
|
|
5523
5548
|
}
|
|
5524
5549
|
|
|
5525
5550
|
.q-sidebar-panel__title {
|
|
@@ -5529,6 +5554,7 @@ body *::-webkit-scrollbar-track {
|
|
|
5529
5554
|
.q-sidebar-panel__content {
|
|
5530
5555
|
flex: 1 1 0%;
|
|
5531
5556
|
overflow: auto;
|
|
5557
|
+
margin: 1rem;
|
|
5532
5558
|
}
|
|
5533
5559
|
|
|
5534
5560
|
.q-sidebar-panel__handle {
|
|
@@ -5569,6 +5595,14 @@ body *::-webkit-scrollbar-track {
|
|
|
5569
5595
|
width: 35rem;
|
|
5570
5596
|
}
|
|
5571
5597
|
|
|
5598
|
+
.q-sidebar--expanded.q-sidebar--xlarge {
|
|
5599
|
+
width: 50%;
|
|
5600
|
+
}
|
|
5601
|
+
|
|
5602
|
+
.q-sidebar--expanded.q-sidebar--block {
|
|
5603
|
+
width: 100%;
|
|
5604
|
+
}
|
|
5605
|
+
|
|
5572
5606
|
.q-sidebar--expanded.q-sidebar--min-small {
|
|
5573
5607
|
min-width: 19rem;
|
|
5574
5608
|
}
|
|
@@ -5581,6 +5615,14 @@ body *::-webkit-scrollbar-track {
|
|
|
5581
5615
|
min-width: 35rem;
|
|
5582
5616
|
}
|
|
5583
5617
|
|
|
5618
|
+
.q-sidebar--expanded.q-sidebar--min-xlarge {
|
|
5619
|
+
min-width: 50%;
|
|
5620
|
+
}
|
|
5621
|
+
|
|
5622
|
+
.q-sidebar--expanded.q-sidebar--min-block {
|
|
5623
|
+
min-width: 100%;
|
|
5624
|
+
}
|
|
5625
|
+
|
|
5584
5626
|
.q-sidebar--expanded.q-sidebar--max-small {
|
|
5585
5627
|
max-width: 19rem;
|
|
5586
5628
|
}
|
|
@@ -5593,6 +5635,14 @@ body *::-webkit-scrollbar-track {
|
|
|
5593
5635
|
max-width: 35rem;
|
|
5594
5636
|
}
|
|
5595
5637
|
|
|
5638
|
+
.q-sidebar--expanded.q-sidebar--max-xlarge {
|
|
5639
|
+
max-width: 50%;
|
|
5640
|
+
}
|
|
5641
|
+
|
|
5642
|
+
.q-sidebar--expanded.q-sidebar--max-block {
|
|
5643
|
+
max-width: 100%;
|
|
5644
|
+
}
|
|
5645
|
+
|
|
5596
5646
|
.q-sidebar--right {
|
|
5597
5647
|
right: 0;
|
|
5598
5648
|
flex-direction: row-reverse;
|
|
@@ -5873,10 +5923,13 @@ body *::-webkit-scrollbar-track {
|
|
|
5873
5923
|
flex-direction: column;
|
|
5874
5924
|
}
|
|
5875
5925
|
.q-tabs--horizontal .q-tabs__list {
|
|
5876
|
-
flex-direction: row;
|
|
5877
5926
|
width: 100%;
|
|
5878
5927
|
border-bottom: 1px solid var(--q-theme-neutral-light);
|
|
5879
5928
|
}
|
|
5929
|
+
.q-tabs--horizontal .q-tabs__tablist {
|
|
5930
|
+
flex-direction: row;
|
|
5931
|
+
width: 100%;
|
|
5932
|
+
}
|
|
5880
5933
|
.q-tabs--horizontal .q-tab {
|
|
5881
5934
|
margin-bottom: -1px;
|
|
5882
5935
|
}
|
|
@@ -5895,12 +5948,14 @@ body *::-webkit-scrollbar-track {
|
|
|
5895
5948
|
}
|
|
5896
5949
|
.q-tabs--vertical .q-tabs__list {
|
|
5897
5950
|
flex: 0 0 auto;
|
|
5898
|
-
flex-direction: column;
|
|
5899
5951
|
width: -moz-max-content;
|
|
5900
5952
|
width: max-content;
|
|
5901
5953
|
max-width: 100%;
|
|
5902
5954
|
border-inline-end: 1px solid var(--q-theme-neutral-light);
|
|
5903
5955
|
}
|
|
5956
|
+
.q-tabs--vertical .q-tabs__tablist {
|
|
5957
|
+
flex-direction: column;
|
|
5958
|
+
}
|
|
5904
5959
|
.q-tabs--vertical .q-tab {
|
|
5905
5960
|
justify-content: flex-start;
|
|
5906
5961
|
margin-inline-end: -1px;
|
|
@@ -5916,6 +5971,20 @@ body *::-webkit-scrollbar-track {
|
|
|
5916
5971
|
border-end-end-radius: 0.25rem;
|
|
5917
5972
|
padding-inline: 0.5rem;
|
|
5918
5973
|
}
|
|
5974
|
+
.q-tabs--line .q-tabs__indicator {
|
|
5975
|
+
position: absolute;
|
|
5976
|
+
background-color: var(--q-theme-primary);
|
|
5977
|
+
opacity: 0;
|
|
5978
|
+
pointer-events: none;
|
|
5979
|
+
z-index: 1;
|
|
5980
|
+
}
|
|
5981
|
+
.q-tabs--line.q-tabs--indicator-ready .q-tabs__indicator {
|
|
5982
|
+
transition: transform 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out, opacity 0.2s ease-in-out;
|
|
5983
|
+
}
|
|
5984
|
+
.q-tabs--line.q-tabs--horizontal .q-tabs__indicator {
|
|
5985
|
+
bottom: -1px;
|
|
5986
|
+
left: 0;
|
|
5987
|
+
}
|
|
5919
5988
|
.q-tabs--line.q-tabs--horizontal .q-tab {
|
|
5920
5989
|
border-bottom: 4px solid transparent;
|
|
5921
5990
|
border-end-start-radius: 0;
|
|
@@ -5929,6 +5998,13 @@ body *::-webkit-scrollbar-track {
|
|
|
5929
5998
|
border-bottom-color: currentcolor;
|
|
5930
5999
|
}
|
|
5931
6000
|
}
|
|
6001
|
+
.q-tabs--line.q-tabs--indicator-ready.q-tabs--horizontal .q-tab--active {
|
|
6002
|
+
border-bottom-color: transparent;
|
|
6003
|
+
}
|
|
6004
|
+
.q-tabs--line.q-tabs--vertical .q-tabs__indicator {
|
|
6005
|
+
top: 0;
|
|
6006
|
+
inset-inline-end: -1px;
|
|
6007
|
+
}
|
|
5932
6008
|
.q-tabs--line.q-tabs--vertical .q-tab {
|
|
5933
6009
|
border-inline-end: 4px solid transparent;
|
|
5934
6010
|
border-start-end-radius: 0;
|
|
@@ -5942,7 +6018,10 @@ body *::-webkit-scrollbar-track {
|
|
|
5942
6018
|
border-inline-end-color: currentcolor;
|
|
5943
6019
|
}
|
|
5944
6020
|
}
|
|
5945
|
-
.q-tabs--
|
|
6021
|
+
.q-tabs--line.q-tabs--indicator-ready.q-tabs--vertical .q-tab--active {
|
|
6022
|
+
border-inline-end-color: transparent;
|
|
6023
|
+
}
|
|
6024
|
+
.q-tabs--card .q-tabs__tablist {
|
|
5946
6025
|
gap: 0;
|
|
5947
6026
|
}
|
|
5948
6027
|
.q-tabs--card .q-tab {
|
|
@@ -5987,22 +6066,25 @@ body *::-webkit-scrollbar-track {
|
|
|
5987
6066
|
border-inline-end-color: var(--q-theme-container);
|
|
5988
6067
|
}
|
|
5989
6068
|
}
|
|
5990
|
-
.q-tabs--align-start .q-
|
|
6069
|
+
.q-tabs--align-start .q-tabs__tablist {
|
|
5991
6070
|
justify-content: flex-start;
|
|
5992
6071
|
}
|
|
5993
|
-
.q-tabs--align-end .q-
|
|
6072
|
+
.q-tabs--align-end .q-tabs__tablist {
|
|
5994
6073
|
justify-content: flex-end;
|
|
5995
6074
|
}
|
|
5996
|
-
.q-tabs--align-center .q-
|
|
6075
|
+
.q-tabs--align-center .q-tabs__tablist {
|
|
5997
6076
|
justify-content: center;
|
|
5998
6077
|
}
|
|
5999
|
-
.q-tabs--align-justify .q-
|
|
6078
|
+
.q-tabs--align-justify .q-tabs__tablist {
|
|
6000
6079
|
justify-content: space-between;
|
|
6001
6080
|
}
|
|
6002
|
-
.q-tabs--align-justify .q-
|
|
6081
|
+
.q-tabs--align-justify .q-tabs__tablist .q-tab {
|
|
6003
6082
|
flex: 1;
|
|
6004
6083
|
}
|
|
6005
6084
|
.q-tabs__list {
|
|
6085
|
+
position: relative;
|
|
6086
|
+
}
|
|
6087
|
+
.q-tabs__tablist {
|
|
6006
6088
|
display: flex;
|
|
6007
6089
|
gap: 0.25rem;
|
|
6008
6090
|
}
|
|
@@ -6021,14 +6103,14 @@ body *::-webkit-scrollbar-track {
|
|
|
6021
6103
|
border: 0;
|
|
6022
6104
|
padding: 0.5rem 0.75rem;
|
|
6023
6105
|
}
|
|
6024
|
-
.q-tab.q-button {
|
|
6106
|
+
.q-tab.q-button.q-button--text {
|
|
6025
6107
|
color: var(--q-theme-on-background);
|
|
6026
6108
|
}
|
|
6027
|
-
.q-tab--active.q-button {
|
|
6109
|
+
.q-tab--active.q-button.q-button--text {
|
|
6028
6110
|
color: var(--q-theme-primary);
|
|
6029
6111
|
cursor: default;
|
|
6030
6112
|
}
|
|
6031
|
-
.q-tab--active.q-button:hover:not(:disabled) {
|
|
6113
|
+
.q-tab--active.q-button.q-button--text:hover:not(:disabled) {
|
|
6032
6114
|
color: var(--q-theme-primary);
|
|
6033
6115
|
cursor: default;
|
|
6034
6116
|
}
|
|
@@ -6047,6 +6129,11 @@ body *::-webkit-scrollbar-track {
|
|
|
6047
6129
|
cursor: not-allowed;
|
|
6048
6130
|
}
|
|
6049
6131
|
|
|
6132
|
+
@media (prefers-reduced-motion: reduce) {
|
|
6133
|
+
.q-tabs--line.q-tabs--indicator-ready .q-tabs__indicator {
|
|
6134
|
+
transition: opacity 0.2s ease-in-out;
|
|
6135
|
+
}
|
|
6136
|
+
}
|
|
6050
6137
|
.q-text-area {
|
|
6051
6138
|
/* Container styles */
|
|
6052
6139
|
display: flex;
|
|
@@ -6374,12 +6461,12 @@ body *::-webkit-scrollbar-track {
|
|
|
6374
6461
|
will-change: auto;
|
|
6375
6462
|
}
|
|
6376
6463
|
|
|
6377
|
-
.q-toggle--active {
|
|
6464
|
+
.q-toggle.q-button.q-toggle--active {
|
|
6378
6465
|
z-index: 2;
|
|
6379
6466
|
color: var(--q-theme-primary-dark);
|
|
6380
6467
|
background-color: rgb(var(--q-theme-primary-light-rgb)/50%);
|
|
6381
6468
|
}
|
|
6382
|
-
.q-toggle--active:not(.q-button--borderless) {
|
|
6469
|
+
.q-toggle.q-button.q-toggle--active:not(.q-button--borderless) {
|
|
6383
6470
|
border-color: var(--q-theme-primary);
|
|
6384
6471
|
}
|
|
6385
6472
|
|