xmlui 0.9.4 → 0.9.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.
- package/dist/{apiInterceptorWorker-Bez0_28l.mjs → apiInterceptorWorker-BPCEQ5nI.mjs} +1 -1
- package/dist/{index-KP1TDy9n.mjs → index-B18vblD8.mjs} +83 -53
- package/dist/index.css +95 -92
- package/dist/language-server-web-worker.d.ts +579 -0
- package/dist/language-server-web-worker.mjs +10 -0
- package/dist/language-server.d.ts +14 -14
- package/dist/language-server.mjs +4 -25301
- package/dist/scripts/src/components/Select/Select.js +3 -1
- package/dist/scripts/src/components/Select/SelectNative.js +2 -2
- package/dist/scripts/src/components-core/theming/ThemeProvider.js +5 -0
- package/dist/scripts/src/components-core/theming/transformThemeVars.js +6 -0
- package/dist/server-common-BKe32fY_.mjs +8636 -0
- package/dist/style.css +95 -92
- package/dist/xmlui-metadata.mjs +53 -42
- package/dist/xmlui-metadata.umd.js +53 -42
- package/dist/xmlui-parser.d.ts +14 -14
- package/dist/xmlui-standalone.umd.js +186 -162
- package/dist/xmlui.d.ts +2 -1
- package/dist/xmlui.mjs +1 -1
- package/package.json +9 -1
|
@@ -1977,7 +1977,7 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
|
|
|
1977
1977
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
1978
1978
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
1979
1979
|
*/
|
|
1980
|
-
.
|
|
1980
|
+
._container_k8i4t_13 {
|
|
1981
1981
|
border-left: var(--xmlui-borderLeft-Link, var(--xmlui-borderHorizontal-Link, var(--xmlui-border-Link)));
|
|
1982
1982
|
border-right: var(--xmlui-borderRight-Link, var(--xmlui-borderHorizontal-Link, var(--xmlui-border-Link)));
|
|
1983
1983
|
border-top: var(--xmlui-borderTop-Link, var(--xmlui-borderVertical-Link, var(--xmlui-border-Link)));
|
|
@@ -2017,27 +2017,27 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
|
|
|
2017
2017
|
flex-direction: row;
|
|
2018
2018
|
align-items: center;
|
|
2019
2019
|
}
|
|
2020
|
-
.
|
|
2020
|
+
._container_k8i4t_13._active_k8i4t_53 {
|
|
2021
2021
|
color: var(--xmlui-textColor-Link--active);
|
|
2022
2022
|
font-weight: var(--xmlui-fontWeight-Link--active);
|
|
2023
2023
|
}
|
|
2024
|
-
.
|
|
2024
|
+
._container_k8i4t_13._disabled_k8i4t_57 {
|
|
2025
2025
|
pointer-events: none;
|
|
2026
2026
|
}
|
|
2027
|
-
.
|
|
2027
|
+
._container_k8i4t_13:not(._disabled_k8i4t_57):hover {
|
|
2028
2028
|
color: var(--xmlui-textColor-Link--hover);
|
|
2029
2029
|
}
|
|
2030
|
-
.
|
|
2030
|
+
._container_k8i4t_13:not(._disabled_k8i4t_57):focus-visible {
|
|
2031
2031
|
outline-width: var(--xmlui-outlineWidth-Link--focus);
|
|
2032
2032
|
outline-color: var(--xmlui-outlineColor-Link--focus);
|
|
2033
2033
|
outline-style: var(--xmlui-outlineStyle-Link--focus);
|
|
2034
2034
|
outline-offset: var(--xmlui-outlineOffset-Link--focus);
|
|
2035
2035
|
}
|
|
2036
|
-
.
|
|
2036
|
+
._container_k8i4t_13:not(._disabled_k8i4t_57)._active_k8i4t_53:hover {
|
|
2037
2037
|
color: var(--xmlui-textColor-Link--hover--active);
|
|
2038
2038
|
}
|
|
2039
2039
|
|
|
2040
|
-
.
|
|
2040
|
+
._iconWrapper_k8i4t_73 {
|
|
2041
2041
|
padding: var(--xmlui-padding-icon-Link);
|
|
2042
2042
|
padding-left: var(--xmlui-paddingLeft-icon-Link, var(--xmlui-paddingHorizontal-icon-Link, var(--xmlui-padding-icon-Link)));
|
|
2043
2043
|
padding-right: var(--xmlui-paddingRight-icon-Link, var(--xmlui-paddingHorizontal-icon-Link, var(--xmlui-padding-icon-Link)));
|
|
@@ -2047,25 +2047,24 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
|
|
|
2047
2047
|
line-height: 0;
|
|
2048
2048
|
}
|
|
2049
2049
|
|
|
2050
|
-
.
|
|
2050
|
+
._container_k8i4t_13:not(._active_k8i4t_53) {
|
|
2051
2051
|
text-underline-offset: var(--xmlui-textUnderlineOffset-Link);
|
|
2052
|
-
}
|
|
2053
|
-
._container_1pdwf_13:not(._active_1pdwf_53):not([disabled]):hover {
|
|
2054
2052
|
text-decoration-line: var(--xmlui-textDecorationLine-Link);
|
|
2053
|
+
}
|
|
2054
|
+
._container_k8i4t_13:not(._active_k8i4t_53):not([disabled]):hover {
|
|
2055
2055
|
text-decoration-color: var(--xmlui-textDecorationColor-Link);
|
|
2056
2056
|
text-decoration-style: var(--xmlui-textDecorationStyle-Link);
|
|
2057
2057
|
text-decoration-thickness: var(--xmlui-textDecorationThickness-Link);
|
|
2058
2058
|
}
|
|
2059
|
-
.
|
|
2059
|
+
._container_k8i4t_13:not(._active_k8i4t_53):not([disabled]):hover:has(> button) {
|
|
2060
2060
|
text-decoration-line: none;
|
|
2061
2061
|
}
|
|
2062
|
-
.
|
|
2063
|
-
text-decoration-line: var(--xmlui-textDecorationLine-Link);
|
|
2062
|
+
._container_k8i4t_13:not(._active_k8i4t_53):not([disabled]):active {
|
|
2064
2063
|
text-decoration-color: var(--xmlui-textDecorationColor-Link);
|
|
2065
2064
|
text-decoration-style: var(--xmlui-textDecorationStyle-Link);
|
|
2066
2065
|
text-decoration-thickness: var(--xmlui-textDecorationThickness-Link);
|
|
2067
2066
|
}
|
|
2068
|
-
.
|
|
2067
|
+
._container_k8i4t_13:not(._active_k8i4t_53):not([disabled]):active:has(> button) {
|
|
2069
2068
|
text-decoration-line: none;
|
|
2070
2069
|
}/*
|
|
2071
2070
|
* This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
|
|
@@ -4627,40 +4626,40 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
4627
4626
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
4628
4627
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
4629
4628
|
*/
|
|
4630
|
-
.
|
|
4629
|
+
._selectValue_w44f3_13 > span {
|
|
4631
4630
|
font-size: var(--xmlui-fontSize-Select-default);
|
|
4632
4631
|
color: var(--xmlui-textColor-placeholder-Select-default);
|
|
4633
4632
|
}
|
|
4634
|
-
.
|
|
4633
|
+
._selectValue_w44f3_13 > span > div {
|
|
4635
4634
|
color: var(--xmlui-textColor-Select-default);
|
|
4636
4635
|
font-size: var(--xmlui-fontSize-Select-default);
|
|
4637
4636
|
}
|
|
4638
|
-
.
|
|
4637
|
+
._selectValue_w44f3_13._error_w44f3_21 > span {
|
|
4639
4638
|
font-size: var(--xmlui-fontSize-Select-error);
|
|
4640
4639
|
color: var(--xmlui-textColor-placeholder-Select-error);
|
|
4641
4640
|
}
|
|
4642
|
-
.
|
|
4641
|
+
._selectValue_w44f3_13._error_w44f3_21 > span > div {
|
|
4643
4642
|
color: var(--xmlui-textColor-Select-error);
|
|
4644
4643
|
font-size: var(--xmlui-fontSize-Select-error);
|
|
4645
4644
|
}
|
|
4646
|
-
.
|
|
4645
|
+
._selectValue_w44f3_13._warning_w44f3_29 > span {
|
|
4647
4646
|
font-size: var(--xmlui-fontSize-Select-warning);
|
|
4648
4647
|
color: var(--xmlui-textColor-placeholder-Select-warning);
|
|
4649
4648
|
}
|
|
4650
|
-
.
|
|
4649
|
+
._selectValue_w44f3_13._warning_w44f3_29 > span > div {
|
|
4651
4650
|
color: var(--xmlui-textColor-Select-warning);
|
|
4652
4651
|
font-size: var(--xmlui-fontSize-Select-warning);
|
|
4653
4652
|
}
|
|
4654
|
-
.
|
|
4653
|
+
._selectValue_w44f3_13._valid_w44f3_37 > span {
|
|
4655
4654
|
font-size: var(--xmlui-fontSize-Select-success);
|
|
4656
4655
|
color: var(--xmlui-textColor-placeholder-Select-success);
|
|
4657
4656
|
}
|
|
4658
|
-
.
|
|
4657
|
+
._selectValue_w44f3_13._valid_w44f3_37 > span > div {
|
|
4659
4658
|
color: var(--xmlui-textColor-Select-success);
|
|
4660
4659
|
font-size: var(--xmlui-fontSize-Select-success);
|
|
4661
4660
|
}
|
|
4662
4661
|
|
|
4663
|
-
button.
|
|
4662
|
+
button._selectTrigger_w44f3_46 {
|
|
4664
4663
|
min-height: 2.6rem;
|
|
4665
4664
|
display: flex;
|
|
4666
4665
|
padding: var(--xmlui-space-1) var(--xmlui-space-2);
|
|
@@ -4678,22 +4677,22 @@ button._selectTrigger_1o7b6_46 {
|
|
|
4678
4677
|
box-shadow: var(--xmlui-boxShadow-Select-default);
|
|
4679
4678
|
color: var(--xmlui-textColor-Select-default);
|
|
4680
4679
|
}
|
|
4681
|
-
button.
|
|
4680
|
+
button._selectTrigger_w44f3_46:hover {
|
|
4682
4681
|
border-color: var(--xmlui-borderColor-Select-default--hover);
|
|
4683
4682
|
background-color: var(--xmlui-backgroundColor-Select-default--hover);
|
|
4684
4683
|
box-shadow: var(--xmlui-boxShadow-Select-default--hover);
|
|
4685
4684
|
color: var(--xmlui-textColor-Select-default--hover);
|
|
4686
4685
|
}
|
|
4687
|
-
button.
|
|
4686
|
+
button._selectTrigger_w44f3_46:focus {
|
|
4688
4687
|
outline-width: var(--xmlui-outlineWidth-Select-default--focus);
|
|
4689
4688
|
outline-color: var(--xmlui-outlineColor-Select-default--focus);
|
|
4690
4689
|
outline-style: var(--xmlui-outlineStyle-Select-default--focus);
|
|
4691
4690
|
outline-offset: var(--xmlui-outlineOffset-Select-default--focus);
|
|
4692
4691
|
}
|
|
4693
|
-
button.
|
|
4692
|
+
button._selectTrigger_w44f3_46::placeholder {
|
|
4694
4693
|
color: var(--xmlui-textColor-placeholder-Select-default);
|
|
4695
4694
|
}
|
|
4696
|
-
button.
|
|
4695
|
+
button._selectTrigger_w44f3_46._error_w44f3_21 {
|
|
4697
4696
|
border-radius: var(--xmlui-borderRadius-Select-error);
|
|
4698
4697
|
border-color: var(--xmlui-borderColor-Select-error);
|
|
4699
4698
|
border-width: var(--xmlui-borderWidth-Select-error);
|
|
@@ -4703,22 +4702,22 @@ button._selectTrigger_1o7b6_46._error_1o7b6_21 {
|
|
|
4703
4702
|
box-shadow: var(--xmlui-boxShadow-Select-error);
|
|
4704
4703
|
color: var(--xmlui-textColor-Select-error);
|
|
4705
4704
|
}
|
|
4706
|
-
button.
|
|
4705
|
+
button._selectTrigger_w44f3_46._error_w44f3_21:hover {
|
|
4707
4706
|
border-color: var(--xmlui-borderColor-Select-error--hover);
|
|
4708
4707
|
background-color: var(--xmlui-backgroundColor-Select-error--hover);
|
|
4709
4708
|
box-shadow: var(--xmlui-boxShadow-Select-error--hover);
|
|
4710
4709
|
color: var(--xmlui-textColor-Select-error--hover);
|
|
4711
4710
|
}
|
|
4712
|
-
button.
|
|
4711
|
+
button._selectTrigger_w44f3_46._error_w44f3_21:focus {
|
|
4713
4712
|
outline-width: var(--xmlui-outlineWidth-Select-error--focus);
|
|
4714
4713
|
outline-color: var(--xmlui-outlineColor-Select-error--focus);
|
|
4715
4714
|
outline-style: var(--xmlui-outlineStyle-Select-error--focus);
|
|
4716
4715
|
outline-offset: var(--xmlui-outlineOffset-Select-error--focus);
|
|
4717
4716
|
}
|
|
4718
|
-
button.
|
|
4717
|
+
button._selectTrigger_w44f3_46._error_w44f3_21::placeholder {
|
|
4719
4718
|
color: var(--xmlui-textColor-placeholder-Select-error);
|
|
4720
4719
|
}
|
|
4721
|
-
button.
|
|
4720
|
+
button._selectTrigger_w44f3_46._warning_w44f3_29 {
|
|
4722
4721
|
border-radius: var(--xmlui-borderRadius-Select-warning);
|
|
4723
4722
|
border-color: var(--xmlui-borderColor-Select-warning);
|
|
4724
4723
|
border-width: var(--xmlui-borderWidth-Select-warning);
|
|
@@ -4728,22 +4727,22 @@ button._selectTrigger_1o7b6_46._warning_1o7b6_29 {
|
|
|
4728
4727
|
box-shadow: var(--xmlui-boxShadow-Select-warning);
|
|
4729
4728
|
color: var(--xmlui-textColor-Select-warning);
|
|
4730
4729
|
}
|
|
4731
|
-
button.
|
|
4730
|
+
button._selectTrigger_w44f3_46._warning_w44f3_29:hover {
|
|
4732
4731
|
border-color: var(--xmlui-borderColor-Select-warning--hover);
|
|
4733
4732
|
background-color: var(--xmlui-backgroundColor-Select-warning--hover);
|
|
4734
4733
|
box-shadow: var(--xmlui-boxShadow-Select-warning--hover);
|
|
4735
4734
|
color: var(--xmlui-textColor-Select-warning--hover);
|
|
4736
4735
|
}
|
|
4737
|
-
button.
|
|
4736
|
+
button._selectTrigger_w44f3_46._warning_w44f3_29:focus {
|
|
4738
4737
|
outline-width: var(--xmlui-outlineWidth-Select-warning--focus);
|
|
4739
4738
|
outline-color: var(--xmlui-outlineColor-Select-warning--focus);
|
|
4740
4739
|
outline-style: var(--xmlui-outlineStyle-Select-warning--focus);
|
|
4741
4740
|
outline-offset: var(--xmlui-outlineOffset-Select-warning--focus);
|
|
4742
4741
|
}
|
|
4743
|
-
button.
|
|
4742
|
+
button._selectTrigger_w44f3_46._warning_w44f3_29::placeholder {
|
|
4744
4743
|
color: var(--xmlui-textColor-placeholder-Select-warning);
|
|
4745
4744
|
}
|
|
4746
|
-
button.
|
|
4745
|
+
button._selectTrigger_w44f3_46._valid_w44f3_37 {
|
|
4747
4746
|
border-radius: var(--xmlui-borderRadius-Select-success);
|
|
4748
4747
|
border-color: var(--xmlui-borderColor-Select-success);
|
|
4749
4748
|
border-width: var(--xmlui-borderWidth-Select-success);
|
|
@@ -4753,23 +4752,23 @@ button._selectTrigger_1o7b6_46._valid_1o7b6_37 {
|
|
|
4753
4752
|
box-shadow: var(--xmlui-boxShadow-Select-success);
|
|
4754
4753
|
color: var(--xmlui-textColor-Select-success);
|
|
4755
4754
|
}
|
|
4756
|
-
button.
|
|
4755
|
+
button._selectTrigger_w44f3_46._valid_w44f3_37:hover {
|
|
4757
4756
|
border-color: var(--xmlui-borderColor-Select-success--hover);
|
|
4758
4757
|
background-color: var(--xmlui-backgroundColor-Select-success--hover);
|
|
4759
4758
|
box-shadow: var(--xmlui-boxShadow-Select-success--hover);
|
|
4760
4759
|
color: var(--xmlui-textColor-Select-success--hover);
|
|
4761
4760
|
}
|
|
4762
|
-
button.
|
|
4761
|
+
button._selectTrigger_w44f3_46._valid_w44f3_37:focus {
|
|
4763
4762
|
outline-width: var(--xmlui-outlineWidth-Select-success--focus);
|
|
4764
4763
|
outline-color: var(--xmlui-outlineColor-Select-success--focus);
|
|
4765
4764
|
outline-style: var(--xmlui-outlineStyle-Select-success--focus);
|
|
4766
4765
|
outline-offset: var(--xmlui-outlineOffset-Select-success--focus);
|
|
4767
4766
|
}
|
|
4768
|
-
button.
|
|
4767
|
+
button._selectTrigger_w44f3_46._valid_w44f3_37::placeholder {
|
|
4769
4768
|
color: var(--xmlui-textColor-placeholder-Select-success);
|
|
4770
4769
|
}
|
|
4771
4770
|
|
|
4772
|
-
.
|
|
4771
|
+
._selectTrigger_w44f3_46:disabled {
|
|
4773
4772
|
cursor: not-allowed;
|
|
4774
4773
|
opacity: var(--xmlui-opacity-Select--disabled);
|
|
4775
4774
|
background-color: var(--xmlui-backgroundColor-Select--disabled);
|
|
@@ -4777,28 +4776,28 @@ button._selectTrigger_1o7b6_46._valid_1o7b6_37::placeholder {
|
|
|
4777
4776
|
border-color: var(--xmlui-borderColor-Select--disabled);
|
|
4778
4777
|
}
|
|
4779
4778
|
|
|
4780
|
-
.
|
|
4779
|
+
._selectTrigger_w44f3_46 > span {
|
|
4781
4780
|
display: -webkit-box;
|
|
4782
4781
|
-webkit-box-orient: vertical;
|
|
4783
4782
|
-webkit-line-clamp: 1;
|
|
4784
4783
|
overflow: hidden;
|
|
4785
4784
|
}
|
|
4786
4785
|
|
|
4787
|
-
.
|
|
4786
|
+
._badgeListContainer_w44f3_170 {
|
|
4788
4787
|
display: flex;
|
|
4789
4788
|
justify-content: space-between;
|
|
4790
4789
|
align-items: center;
|
|
4791
4790
|
width: 100%;
|
|
4792
4791
|
}
|
|
4793
4792
|
|
|
4794
|
-
.
|
|
4793
|
+
._badgeList_w44f3_170 {
|
|
4795
4794
|
gap: 4px;
|
|
4796
4795
|
display: flex;
|
|
4797
4796
|
flex-wrap: wrap;
|
|
4798
4797
|
align-items: center;
|
|
4799
4798
|
}
|
|
4800
4799
|
|
|
4801
|
-
.
|
|
4800
|
+
._badge_w44f3_170 {
|
|
4802
4801
|
width: fit-content;
|
|
4803
4802
|
height: fit-content;
|
|
4804
4803
|
min-width: 0;
|
|
@@ -4815,27 +4814,27 @@ button._selectTrigger_1o7b6_46._valid_1o7b6_37::placeholder {
|
|
|
4815
4814
|
background-color: var(--xmlui-backgroundColor-Select-badge);
|
|
4816
4815
|
color: var(--xmlui-textColor-Select-badge);
|
|
4817
4816
|
}
|
|
4818
|
-
.
|
|
4817
|
+
._badge_w44f3_170:hover {
|
|
4819
4818
|
background-color: var(--xmlui-backgroundColor-Select-badge--hover);
|
|
4820
4819
|
color: var(--xmlui-textColor-Select-badge--hover);
|
|
4821
4820
|
}
|
|
4822
|
-
.
|
|
4821
|
+
._badge_w44f3_170:active {
|
|
4823
4822
|
background-color: var(--xmlui-backgroundColor-Select-badge--active);
|
|
4824
4823
|
color: var(--xmlui-textColor-Select-badge--active);
|
|
4825
4824
|
}
|
|
4826
4825
|
|
|
4827
|
-
.
|
|
4826
|
+
._actions_w44f3_210 {
|
|
4828
4827
|
display: flex;
|
|
4829
4828
|
align-items: center;
|
|
4830
4829
|
justify-content: space-between;
|
|
4831
4830
|
}
|
|
4832
4831
|
|
|
4833
|
-
.
|
|
4832
|
+
._placeholder_w44f3_216 {
|
|
4834
4833
|
display: block;
|
|
4835
4834
|
color: var(--xmlui-textColor-placeholder-Select);
|
|
4836
4835
|
}
|
|
4837
4836
|
|
|
4838
|
-
.
|
|
4837
|
+
._emptyList_w44f3_221 {
|
|
4839
4838
|
display: flex;
|
|
4840
4839
|
gap: 0.2rem;
|
|
4841
4840
|
padding: 10px 0;
|
|
@@ -4845,7 +4844,7 @@ button._selectTrigger_1o7b6_46._valid_1o7b6_37::placeholder {
|
|
|
4845
4844
|
width: 100%;
|
|
4846
4845
|
}
|
|
4847
4846
|
|
|
4848
|
-
.
|
|
4847
|
+
._selectScrollUpButton_w44f3_231 {
|
|
4849
4848
|
display: flex;
|
|
4850
4849
|
cursor: default;
|
|
4851
4850
|
align-items: center;
|
|
@@ -4854,7 +4853,7 @@ button._selectTrigger_1o7b6_46._valid_1o7b6_37::placeholder {
|
|
|
4854
4853
|
padding-bottom: 0.25rem;
|
|
4855
4854
|
}
|
|
4856
4855
|
|
|
4857
|
-
.
|
|
4856
|
+
._selectScrollDownButton_w44f3_240 {
|
|
4858
4857
|
display: flex;
|
|
4859
4858
|
cursor: default;
|
|
4860
4859
|
align-items: center;
|
|
@@ -4863,7 +4862,7 @@ button._selectTrigger_1o7b6_46._valid_1o7b6_37::placeholder {
|
|
|
4863
4862
|
padding-bottom: 0.25rem;
|
|
4864
4863
|
}
|
|
4865
4864
|
|
|
4866
|
-
.
|
|
4865
|
+
._command_w44f3_249 {
|
|
4867
4866
|
display: flex;
|
|
4868
4867
|
flex-direction: column;
|
|
4869
4868
|
height: 100%;
|
|
@@ -4873,14 +4872,14 @@ button._selectTrigger_1o7b6_46._valid_1o7b6_37::placeholder {
|
|
|
4873
4872
|
background-color: var(--xmlui-backgroundColor-menu-Select);
|
|
4874
4873
|
}
|
|
4875
4874
|
|
|
4876
|
-
.
|
|
4875
|
+
._commandInputContainer_w44f3_259 {
|
|
4877
4876
|
display: flex;
|
|
4878
4877
|
align-items: center;
|
|
4879
4878
|
padding: 0 12px;
|
|
4880
4879
|
border-bottom: 1px solid var(--xmlui-borderColor);
|
|
4881
4880
|
}
|
|
4882
4881
|
|
|
4883
|
-
.
|
|
4882
|
+
._commandInput_w44f3_259 {
|
|
4884
4883
|
flex: 1;
|
|
4885
4884
|
background-color: transparent;
|
|
4886
4885
|
padding: 0.5rem;
|
|
@@ -4888,22 +4887,22 @@ button._selectTrigger_1o7b6_46._valid_1o7b6_37::placeholder {
|
|
|
4888
4887
|
outline: none;
|
|
4889
4888
|
border: none;
|
|
4890
4889
|
}
|
|
4891
|
-
.
|
|
4890
|
+
._commandInput_w44f3_259:focus {
|
|
4892
4891
|
outline: none;
|
|
4893
4892
|
box-shadow: none;
|
|
4894
4893
|
border: 0;
|
|
4895
4894
|
}
|
|
4896
|
-
.
|
|
4895
|
+
._commandInput_w44f3_259:disabled {
|
|
4897
4896
|
cursor: not-allowed;
|
|
4898
4897
|
opacity: var(--xmlui-opacity-Select--disabled);
|
|
4899
4898
|
}
|
|
4900
4899
|
|
|
4901
|
-
.
|
|
4900
|
+
._commandList_w44f3_284 {
|
|
4902
4901
|
overflow-y: auto;
|
|
4903
4902
|
overflow-x: hidden;
|
|
4904
4903
|
}
|
|
4905
4904
|
|
|
4906
|
-
.
|
|
4905
|
+
._selectContent_w44f3_289 {
|
|
4907
4906
|
position: relative;
|
|
4908
4907
|
z-index: 50;
|
|
4909
4908
|
overflow: auto;
|
|
@@ -4912,38 +4911,38 @@ button._selectTrigger_1o7b6_46._valid_1o7b6_37::placeholder {
|
|
|
4912
4911
|
box-shadow: var(--xmlui-boxShadow-menu-Select);
|
|
4913
4912
|
border: var(--xmlui-borderWidth-menu-Select) solid var(--xmlui-borderColor-menu-Select);
|
|
4914
4913
|
}
|
|
4915
|
-
.
|
|
4916
|
-
animation:
|
|
4914
|
+
._selectContent_w44f3_289[data-state=open] {
|
|
4915
|
+
animation: _fadeIn_w44f3_1 0.3s ease-in-out, _zoomIn_w44f3_1 0.3s ease-in-out;
|
|
4917
4916
|
}
|
|
4918
|
-
.
|
|
4919
|
-
animation:
|
|
4917
|
+
._selectContent_w44f3_289[data-state=closed] {
|
|
4918
|
+
animation: _fadeOut_w44f3_1 0.3s ease-in-out, _zoomOut_w44f3_1 0.3s ease-in-out;
|
|
4920
4919
|
}
|
|
4921
|
-
.
|
|
4922
|
-
animation:
|
|
4920
|
+
._selectContent_w44f3_289[data-side=bottom] {
|
|
4921
|
+
animation: _slideInFromTop_w44f3_1 0.08s ease-in-out;
|
|
4923
4922
|
}
|
|
4924
|
-
.
|
|
4925
|
-
animation:
|
|
4923
|
+
._selectContent_w44f3_289[data-side=left] {
|
|
4924
|
+
animation: _slideInFromRight_w44f3_1 0.3s ease-in-out;
|
|
4926
4925
|
}
|
|
4927
|
-
.
|
|
4928
|
-
animation:
|
|
4926
|
+
._selectContent_w44f3_289[data-side=right] {
|
|
4927
|
+
animation: _slideInFromLeft_w44f3_1 0.3s ease-in-out;
|
|
4929
4928
|
}
|
|
4930
|
-
.
|
|
4931
|
-
animation:
|
|
4929
|
+
._selectContent_w44f3_289[data-side=top] {
|
|
4930
|
+
animation: _slideInFromBottom_w44f3_1 0.3s ease-in-out;
|
|
4932
4931
|
}
|
|
4933
|
-
.
|
|
4932
|
+
._selectContent_w44f3_289[data-side=bottom] {
|
|
4934
4933
|
transform: translateY(0.25rem);
|
|
4935
4934
|
}
|
|
4936
|
-
.
|
|
4935
|
+
._selectContent_w44f3_289[data-side=left] {
|
|
4937
4936
|
transform: translateX(-0.25rem);
|
|
4938
4937
|
}
|
|
4939
|
-
.
|
|
4938
|
+
._selectContent_w44f3_289[data-side=right] {
|
|
4940
4939
|
transform: translateX(0.25rem);
|
|
4941
4940
|
}
|
|
4942
|
-
.
|
|
4941
|
+
._selectContent_w44f3_289[data-side=top] {
|
|
4943
4942
|
transform: translateY(-0.25rem);
|
|
4944
4943
|
}
|
|
4945
4944
|
|
|
4946
|
-
.
|
|
4945
|
+
._multiComboboxOption_w44f3_329 {
|
|
4947
4946
|
padding: 0.5rem 1rem;
|
|
4948
4947
|
display: flex;
|
|
4949
4948
|
gap: 1rem;
|
|
@@ -4953,17 +4952,17 @@ button._selectTrigger_1o7b6_46._valid_1o7b6_37::placeholder {
|
|
|
4953
4952
|
transition: background-color 0.2s ease;
|
|
4954
4953
|
background-color: var(--xmlui-backgroundColor-item-Select);
|
|
4955
4954
|
}
|
|
4956
|
-
.
|
|
4955
|
+
._multiComboboxOption_w44f3_329[data-selected=true] {
|
|
4957
4956
|
background-color: var(--xmlui-backgroundColor-item-Select--hover);
|
|
4958
4957
|
}
|
|
4959
|
-
.
|
|
4958
|
+
._multiComboboxOption_w44f3_329[data-disabled=true] {
|
|
4960
4959
|
pointer-events: none;
|
|
4961
4960
|
opacity: var(--xmlui-opacity-text-item-Select--disabled);
|
|
4962
4961
|
cursor: not-allowed;
|
|
4963
4962
|
font-style: italic;
|
|
4964
4963
|
}
|
|
4965
4964
|
|
|
4966
|
-
.
|
|
4965
|
+
._selectItem_w44f3_349 {
|
|
4967
4966
|
position: relative;
|
|
4968
4967
|
display: flex;
|
|
4969
4968
|
width: 100%;
|
|
@@ -4977,21 +4976,21 @@ button._selectTrigger_1o7b6_46._valid_1o7b6_37::placeholder {
|
|
|
4977
4976
|
outline: none;
|
|
4978
4977
|
font-size: var(--xmlui-fontSize-Select);
|
|
4979
4978
|
}
|
|
4980
|
-
.
|
|
4979
|
+
._selectItem_w44f3_349[data-highlighted] {
|
|
4981
4980
|
background-color: var(--xmlui-backgroundColor-item-Select--hover);
|
|
4982
4981
|
}
|
|
4983
|
-
.
|
|
4982
|
+
._selectItem_w44f3_349[data-state=checked] {
|
|
4984
4983
|
background-color: var(--xmlui-backgroundColor-item-Select--active);
|
|
4985
4984
|
}
|
|
4986
4985
|
|
|
4987
|
-
.
|
|
4986
|
+
._selectItem_w44f3_349[data-disabled] {
|
|
4988
4987
|
pointer-events: none;
|
|
4989
4988
|
opacity: var(--xmlui-opacity-text-item-Select--disabled);
|
|
4990
4989
|
cursor: not-allowed;
|
|
4991
4990
|
font-style: italic;
|
|
4992
4991
|
}
|
|
4993
4992
|
|
|
4994
|
-
.
|
|
4993
|
+
._selectItemIndicator_w44f3_377 {
|
|
4995
4994
|
position: absolute;
|
|
4996
4995
|
right: 0.5rem;
|
|
4997
4996
|
display: flex;
|
|
@@ -5002,13 +5001,13 @@ button._selectTrigger_1o7b6_46._valid_1o7b6_37::placeholder {
|
|
|
5002
5001
|
color: var(--xmlui-textColor-indicator-Select);
|
|
5003
5002
|
}
|
|
5004
5003
|
|
|
5005
|
-
.
|
|
5004
|
+
._selectViewport_w44f3_388 {
|
|
5006
5005
|
height: var(--radix-select-trigger-height);
|
|
5007
5006
|
width: 100%;
|
|
5008
5007
|
min-width: var(--radix-select-trigger-width);
|
|
5009
5008
|
}
|
|
5010
5009
|
|
|
5011
|
-
.
|
|
5010
|
+
._selectEmpty_w44f3_394 {
|
|
5012
5011
|
display: flex;
|
|
5013
5012
|
gap: 0.2rem;
|
|
5014
5013
|
height: 100%;
|
|
@@ -5019,7 +5018,11 @@ button._selectTrigger_1o7b6_46._valid_1o7b6_37::placeholder {
|
|
|
5019
5018
|
width: 100%;
|
|
5020
5019
|
}
|
|
5021
5020
|
|
|
5022
|
-
.
|
|
5021
|
+
._loading_w44f3_405 {
|
|
5022
|
+
padding: 0.5rem 1rem;
|
|
5023
|
+
}
|
|
5024
|
+
|
|
5025
|
+
._srOnly_w44f3_409 {
|
|
5023
5026
|
position: absolute;
|
|
5024
5027
|
width: 1px;
|
|
5025
5028
|
height: 1px;
|
|
@@ -5031,7 +5034,7 @@ button._selectTrigger_1o7b6_46._valid_1o7b6_37::placeholder {
|
|
|
5031
5034
|
border: 0;
|
|
5032
5035
|
}
|
|
5033
5036
|
|
|
5034
|
-
@keyframes
|
|
5037
|
+
@keyframes _fadeIn_w44f3_1 {
|
|
5035
5038
|
from {
|
|
5036
5039
|
opacity: 0;
|
|
5037
5040
|
}
|
|
@@ -5039,7 +5042,7 @@ button._selectTrigger_1o7b6_46._valid_1o7b6_37::placeholder {
|
|
|
5039
5042
|
opacity: 1;
|
|
5040
5043
|
}
|
|
5041
5044
|
}
|
|
5042
|
-
@keyframes
|
|
5045
|
+
@keyframes _fadeOut_w44f3_1 {
|
|
5043
5046
|
from {
|
|
5044
5047
|
opacity: 1;
|
|
5045
5048
|
}
|
|
@@ -5047,7 +5050,7 @@ button._selectTrigger_1o7b6_46._valid_1o7b6_37::placeholder {
|
|
|
5047
5050
|
opacity: 0;
|
|
5048
5051
|
}
|
|
5049
5052
|
}
|
|
5050
|
-
@keyframes
|
|
5053
|
+
@keyframes _zoomIn_w44f3_1 {
|
|
5051
5054
|
from {
|
|
5052
5055
|
transform: scale(0.95);
|
|
5053
5056
|
}
|
|
@@ -5055,7 +5058,7 @@ button._selectTrigger_1o7b6_46._valid_1o7b6_37::placeholder {
|
|
|
5055
5058
|
transform: scale(1);
|
|
5056
5059
|
}
|
|
5057
5060
|
}
|
|
5058
|
-
@keyframes
|
|
5061
|
+
@keyframes _zoomOut_w44f3_1 {
|
|
5059
5062
|
from {
|
|
5060
5063
|
transform: scale(1);
|
|
5061
5064
|
}
|
|
@@ -5063,7 +5066,7 @@ button._selectTrigger_1o7b6_46._valid_1o7b6_37::placeholder {
|
|
|
5063
5066
|
transform: scale(0.95);
|
|
5064
5067
|
}
|
|
5065
5068
|
}
|
|
5066
|
-
@keyframes
|
|
5069
|
+
@keyframes _slideInFromTop_w44f3_1 {
|
|
5067
5070
|
from {
|
|
5068
5071
|
transform: translateY(-0.75rem);
|
|
5069
5072
|
}
|
|
@@ -5071,7 +5074,7 @@ button._selectTrigger_1o7b6_46._valid_1o7b6_37::placeholder {
|
|
|
5071
5074
|
transform: translateY(0);
|
|
5072
5075
|
}
|
|
5073
5076
|
}
|
|
5074
|
-
@keyframes
|
|
5077
|
+
@keyframes _slideInFromBottom_w44f3_1 {
|
|
5075
5078
|
from {
|
|
5076
5079
|
transform: translateY(0.75rem);
|
|
5077
5080
|
}
|
|
@@ -5079,7 +5082,7 @@ button._selectTrigger_1o7b6_46._valid_1o7b6_37::placeholder {
|
|
|
5079
5082
|
transform: translateY(0);
|
|
5080
5083
|
}
|
|
5081
5084
|
}
|
|
5082
|
-
@keyframes
|
|
5085
|
+
@keyframes _slideInFromLeft_w44f3_1 {
|
|
5083
5086
|
from {
|
|
5084
5087
|
transform: translateX(-100%);
|
|
5085
5088
|
}
|
|
@@ -5087,7 +5090,7 @@ button._selectTrigger_1o7b6_46._valid_1o7b6_37::placeholder {
|
|
|
5087
5090
|
transform: translateX(0);
|
|
5088
5091
|
}
|
|
5089
5092
|
}
|
|
5090
|
-
@keyframes
|
|
5093
|
+
@keyframes _slideInFromRight_w44f3_1 {
|
|
5091
5094
|
from {
|
|
5092
5095
|
transform: translateX(100%);
|
|
5093
5096
|
}
|
|
@@ -16005,7 +16008,7 @@ li ._htmlOl_1wzn5_205 {
|
|
|
16005
16008
|
});
|
|
16006
16009
|
}
|
|
16007
16010
|
}
|
|
16008
|
-
var define_process_env_default$9 = { NODE_ENV: "production", VITE_MOCK_ENABLED: true, VITE_MOCK_WORKER_LOCATION: "mockApi.js", VITE_USED_COMPONENTS_Pdf: "false", VITE_USED_COMPONENTS_Chart: "false", VITE_USER_COMPONENTS_XmluiCodeHightlighter: "false", VITE_USED_COMPONENTS_Tree: "false", VITE_XMLUI_VERSION: "0.9.
|
|
16011
|
+
var define_process_env_default$9 = { NODE_ENV: "production", VITE_MOCK_ENABLED: true, VITE_MOCK_WORKER_LOCATION: "mockApi.js", VITE_USED_COMPONENTS_Pdf: "false", VITE_USED_COMPONENTS_Chart: "false", VITE_USER_COMPONENTS_XmluiCodeHightlighter: "false", VITE_USED_COMPONENTS_Tree: "false", VITE_XMLUI_VERSION: "0.9.6 (built 4/4/2025)" };
|
|
16009
16012
|
class Mutation extends Removable {
|
|
16010
16013
|
constructor(config2) {
|
|
16011
16014
|
super();
|
|
@@ -36181,10 +36184,10 @@ ${error2.errorObject}`;
|
|
|
36181
36184
|
}
|
|
36182
36185
|
);
|
|
36183
36186
|
const themeVars$E = `'{"padding-Link": "var(--xmlui-padding-Link)", "paddingHorizontal-Link": "var(--xmlui-paddingHorizontal-Link, var(--xmlui-padding-Link))", "paddingVertical-Link": "var(--xmlui-paddingVertical-Link, var(--xmlui-padding-Link))", "paddingLeft-Link": "var(--xmlui-paddingLeft-Link, var(--xmlui-paddingHorizontal-Link, var(--xmlui-padding-Link)))", "paddingRight-Link": "var(--xmlui-paddingRight-Link, var(--xmlui-paddingHorizontal-Link, var(--xmlui-padding-Link)))", "paddingTop-Link": "var(--xmlui-paddingTop-Link, var(--xmlui-paddingVertical-Link, var(--xmlui-padding-Link)))", "paddingBottom-Link": "var(--xmlui-paddingBottom-Link, var(--xmlui-paddingVertical-Link, var(--xmlui-padding-Link)))", "padding-icon-Link": "var(--xmlui-padding-icon-Link)", "paddingHorizontal-icon-Link": "var(--xmlui-paddingHorizontal-icon-Link, var(--xmlui-padding-icon-Link))", "paddingVertical-icon-Link": "var(--xmlui-paddingVertical-icon-Link, var(--xmlui-padding-icon-Link))", "paddingLeft-icon-Link": "var(--xmlui-paddingLeft-icon-Link, var(--xmlui-paddingHorizontal-icon-Link, var(--xmlui-padding-icon-Link)))", "paddingRight-icon-Link": "var(--xmlui-paddingRight-icon-Link, var(--xmlui-paddingHorizontal-icon-Link, var(--xmlui-padding-icon-Link)))", "paddingTop-icon-Link": "var(--xmlui-paddingTop-icon-Link, var(--xmlui-paddingVertical-icon-Link, var(--xmlui-padding-icon-Link)))", "paddingBottom-icon-Link": "var(--xmlui-paddingBottom-icon-Link, var(--xmlui-paddingVertical-icon-Link, var(--xmlui-padding-icon-Link)))", "border-Link": "var(--xmlui-border-Link)", "borderHorizontal-Link": "var(--xmlui-borderHorizontal-Link, var(--xmlui-border-Link))", "borderVertical-Link": "var(--xmlui-borderVertical-Link, var(--xmlui-border-Link))", "borderLeft-Link": "var(--xmlui-borderLeft-Link, var(--xmlui-borderHorizontal-Link, var(--xmlui-border-Link)))", "borderRight-Link": "var(--xmlui-borderRight-Link, var(--xmlui-borderHorizontal-Link, var(--xmlui-border-Link)))", "borderTop-Link": "var(--xmlui-borderTop-Link, var(--xmlui-borderVertical-Link, var(--xmlui-border-Link)))", "borderBottom-Link": "var(--xmlui-borderBottom-Link, var(--xmlui-borderVertical-Link, var(--xmlui-border-Link)))", "borderWidth-Link": "var(--xmlui-borderWidth-Link)", "borderHorizontalWidth-Link": "var(--xmlui-borderHorizontalWidth-Link, var(--xmlui-borderWidth-Link))", "borderLeftWidth-Link": "var(--xmlui-borderLeftWidth-Link, var(--xmlui-borderHorizontalWidth-Link, var(--xmlui-borderWidth-Link)))", "borderRightWidth-Link": "var(--xmlui-borderRightWidth-Link, var(--xmlui-borderHorizontalWidth-Link, var(--xmlui-borderWidth-Link)))", "borderVerticalWidth-Link": "var(--xmlui-borderVerticalWidth-Link, var(--xmlui-borderWidth-Link))", "borderTopWidth-Link": "var(--xmlui-borderTopWidth-Link, var(--xmlui-borderVerticalWidth-Link, var(--xmlui-borderWidth-Link)))", "borderBottomWidth-Link": "var(--xmlui-borderBottomWidth-Link, var(--xmlui-borderVerticalWidth-Link, var(--xmlui-borderWidth-Link)))", "borderStyle-Link": "var(--xmlui-borderStyle-Link)", "borderHorizontalStyle-Link": "var(--xmlui-borderHorizontalStyle-Link, var(--xmlui-borderStyle-Link))", "borderLeftStyle-Link": "var(--xmlui-borderLeftStyle-Link, var(--xmlui-borderHorizontalStyle-Link, var(--xmlui-borderStyle-Link)))", "borderRightStyle-Link": "var(--xmlui-borderRightStyle-Link, var(--xmlui-borderHorizontalStyle-Link, var(--xmlui-borderStyle-Link)))", "borderVerticalStyle-Link": "var(--xmlui-borderVerticalStyle-Link, var(--xmlui-borderStyle-Link))", "borderTopStyle-Link": "var(--xmlui-borderTopStyle-Link, var(--xmlui-borderVerticalStyle-Link, var(--xmlui-borderStyle-Link)))", "borderBottomStyle-Link": "var(--xmlui-borderBottomStyle-Link, var(--xmlui-borderVerticalStyle-Link, var(--xmlui-borderStyle-Link)))", "borderColor-Link": "var(--xmlui-borderColor-Link)", "borderHorizontalColor-Link": "var(--xmlui-borderHorizontalColor-Link, var(--xmlui-borderColor-Link))", "borderLeftColor-Link": "var(--xmlui-borderLeftColor-Link, var(--xmlui-borderHorizontalColor-Link, var(--xmlui-borderColor-Link)))", "borderRightColor-Link": "var(--xmlui-borderRightColor-Link, var(--xmlui-borderHorizontalColor-Link, var(--xmlui-borderColor-Link)))", "borderVerticalColor-Link": "var(--xmlui-borderVerticalColor-Link, var(--xmlui-borderColor-Link))", "borderTopColor-Link": "var(--xmlui-borderTopColor-Link, var(--xmlui-borderVerticalColor-Link, var(--xmlui-borderColor-Link)))", "borderBottomColor-Link": "var(--xmlui-borderBottomColor-Link, var(--xmlui-borderVerticalColor-Link, var(--xmlui-borderColor-Link)))", "borderStartStartRadius-Link": "var(--xmlui-borderStartStartRadius-Link, var(--xmlui-borderRadius-Link))", "borderStartEndRadius-Link": "var(--xmlui-borderStartEndRadius-Link, var(--xmlui-borderRadius-Link))", "borderEndStartRadius-Link": "var(--xmlui-borderEndStartRadius-Link, var(--xmlui-borderRadius-Link))", "borderEndEndRadius-Link": "var(--xmlui-borderEndEndRadius-Link, var(--xmlui-borderRadius-Link))", "textColor-Link": "var(--xmlui-textColor-Link)", "textColor-Link--active": "var(--xmlui-textColor-Link--active)", "textColor-Link--hover": "var(--xmlui-textColor-Link--hover)", "textColor-Link--hover--active": "var(--xmlui-textColor-Link--hover--active)", "fontFamily-Link": "var(--xmlui-fontFamily-Link)", "fontSize-Link": "var(--xmlui-fontSize-Link)", "fontWeight-Link": "var(--xmlui-fontWeight-Link)", "fontWeight-Link--active": "var(--xmlui-fontWeight-Link--active)", "textDecorationColor-Link": "var(--xmlui-textDecorationColor-Link)", "textUnderlineOffset-Link": "var(--xmlui-textUnderlineOffset-Link)", "textDecorationLine-Link": "var(--xmlui-textDecorationLine-Link)", "textDecorationStyle-Link": "var(--xmlui-textDecorationStyle-Link)", "textDecorationThickness-Link": "var(--xmlui-textDecorationThickness-Link)", "gap-icon-Link": "var(--xmlui-gap-icon-Link)", "outlineWidth-Link--focus": "var(--xmlui-outlineWidth-Link--focus)", "outlineColor-Link--focus": "var(--xmlui-outlineColor-Link--focus)", "outlineStyle-Link--focus": "var(--xmlui-outlineStyle-Link--focus)", "outlineOffset-Link--focus": "var(--xmlui-outlineOffset-Link--focus)"}'`;
|
|
36184
|
-
const container$2 = "
|
|
36185
|
-
const active$3 = "
|
|
36186
|
-
const disabled$5 = "
|
|
36187
|
-
const iconWrapper = "
|
|
36187
|
+
const container$2 = "_container_k8i4t_13";
|
|
36188
|
+
const active$3 = "_active_k8i4t_53";
|
|
36189
|
+
const disabled$5 = "_disabled_k8i4t_57";
|
|
36190
|
+
const iconWrapper = "_iconWrapper_k8i4t_73";
|
|
36188
36191
|
const styles$U = {
|
|
36189
36192
|
themeVars: themeVars$E,
|
|
36190
36193
|
container: container$2,
|
|
@@ -49469,6 +49472,10 @@ ${error2.errorObject}`;
|
|
|
49469
49472
|
const result = { ...theme2 };
|
|
49470
49473
|
Object.entries(theme2).forEach(([key, value]) => {
|
|
49471
49474
|
var _a3, _b2, _c2, _d, _e2, _f, _g, _h, _i, _j, _k, _l, _m, _n2, _o, _p, _q, _r, _s, _t2;
|
|
49475
|
+
if (value === null || value === void 0) {
|
|
49476
|
+
delete result[key];
|
|
49477
|
+
return;
|
|
49478
|
+
}
|
|
49472
49479
|
let match2 = paddingHorizontalRegEx.exec(key);
|
|
49473
49480
|
if (match2) {
|
|
49474
49481
|
const remainder2 = match2[1];
|
|
@@ -50343,7 +50350,7 @@ ${error2.errorObject}`;
|
|
|
50343
50350
|
data = EMPTY_ARRAY,
|
|
50344
50351
|
columns = EMPTY_ARRAY,
|
|
50345
50352
|
isPaginated = false,
|
|
50346
|
-
loading = false,
|
|
50353
|
+
loading: loading2 = false,
|
|
50347
50354
|
headerHeight,
|
|
50348
50355
|
rowsSelectable = false,
|
|
50349
50356
|
enableMultiRowSelection = true,
|
|
@@ -50853,8 +50860,8 @@ ${error2.errorObject}`;
|
|
|
50853
50860
|
]
|
|
50854
50861
|
}
|
|
50855
50862
|
),
|
|
50856
|
-
|
|
50857
|
-
!hideNoDataView && !
|
|
50863
|
+
loading2 && !hasData && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$R.loadingWrapper, children: /* @__PURE__ */ jsxRuntimeExports.jsx(Spinner, {}) }),
|
|
50864
|
+
!hideNoDataView && !loading2 && !hasData && (noDataRenderer ? noDataRenderer() : /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$R.noRows, children: "No data available" })),
|
|
50858
50865
|
isPaginated && hasData && rows.length > 0 && pagination2 && // --- Render the pagination controls
|
|
50859
50866
|
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: styles$R.pagination, children: [
|
|
50860
50867
|
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { style: { flex: 1 }, children: /* @__PURE__ */ jsxRuntimeExports.jsxs("span", { className: styles$R.paginationLabel, children: [
|
|
@@ -56374,7 +56381,7 @@ to {
|
|
|
56374
56381
|
itemRenderer = defaultItemRenderer,
|
|
56375
56382
|
sectionRenderer,
|
|
56376
56383
|
sectionFooterRenderer,
|
|
56377
|
-
loading,
|
|
56384
|
+
loading: loading2,
|
|
56378
56385
|
limit,
|
|
56379
56386
|
groupBy: groupBy2,
|
|
56380
56387
|
orderBy: orderBy2,
|
|
@@ -56537,8 +56544,8 @@ to {
|
|
|
56537
56544
|
[styles$E.hasOutsideScroll]: hasOutsideScroll2
|
|
56538
56545
|
}),
|
|
56539
56546
|
children: [
|
|
56540
|
-
|
|
56541
|
-
!
|
|
56547
|
+
loading2 && rows.length === 0 && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$E.loadingWrapper, children: /* @__PURE__ */ jsxRuntimeExports.jsx(Spinner, {}) }),
|
|
56548
|
+
!loading2 && rows.length === 0 && (emptyListPlaceholder ?? /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$E.noRows, children: /* @__PURE__ */ jsxRuntimeExports.jsx(Text, { children: "No data available" }) })),
|
|
56542
56549
|
rows.length > 0 && /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
56543
56550
|
"div",
|
|
56544
56551
|
{
|
|
@@ -56933,7 +56940,7 @@ to {
|
|
|
56933
56940
|
return localDate.now() - initialTime;
|
|
56934
56941
|
};
|
|
56935
56942
|
}
|
|
56936
|
-
var taskQueue = [], timerQueue = [], taskIdCounter = 1, currentTask = null, currentPriorityLevel = 3, isPerformingWork = false, isHostCallbackScheduled = false, isHostTimeoutScheduled = false, localSetTimeout = "function" === typeof setTimeout ? setTimeout : null, localClearTimeout = "function" === typeof clearTimeout ? clearTimeout : null, localSetImmediate = "undefined" !== typeof setImmediate ? setImmediate : null;
|
|
56943
|
+
var taskQueue = [], timerQueue = [], taskIdCounter = 1, currentTask = null, currentPriorityLevel = 3, isPerformingWork = false, isHostCallbackScheduled = false, isHostTimeoutScheduled = false, needsPaint = false, localSetTimeout = "function" === typeof setTimeout ? setTimeout : null, localClearTimeout = "function" === typeof clearTimeout ? clearTimeout : null, localSetImmediate = "undefined" !== typeof setImmediate ? setImmediate : null;
|
|
56937
56944
|
function advanceTimers(currentTime) {
|
|
56938
56945
|
for (var timer = peek(timerQueue); null !== timer; ) {
|
|
56939
56946
|
if (null === timer.callback) pop(timerQueue);
|
|
@@ -56948,7 +56955,7 @@ to {
|
|
|
56948
56955
|
advanceTimers(currentTime);
|
|
56949
56956
|
if (!isHostCallbackScheduled)
|
|
56950
56957
|
if (null !== peek(taskQueue))
|
|
56951
|
-
isHostCallbackScheduled = true,
|
|
56958
|
+
isHostCallbackScheduled = true, isMessageLoopRunning || (isMessageLoopRunning = true, schedulePerformWorkUntilDeadline());
|
|
56952
56959
|
else {
|
|
56953
56960
|
var firstTimer = peek(timerQueue);
|
|
56954
56961
|
null !== firstTimer && requestHostTimeout(handleTimeout, firstTimer.startTime - currentTime);
|
|
@@ -56956,9 +56963,10 @@ to {
|
|
|
56956
56963
|
}
|
|
56957
56964
|
var isMessageLoopRunning = false, taskTimeoutID = -1, frameInterval = 5, startTime = -1;
|
|
56958
56965
|
function shouldYieldToHost() {
|
|
56959
|
-
return exports2.unstable_now() - startTime < frameInterval ? false : true;
|
|
56966
|
+
return needsPaint ? true : exports2.unstable_now() - startTime < frameInterval ? false : true;
|
|
56960
56967
|
}
|
|
56961
56968
|
function performWorkUntilDeadline() {
|
|
56969
|
+
needsPaint = false;
|
|
56962
56970
|
if (isMessageLoopRunning) {
|
|
56963
56971
|
var currentTime = exports2.unstable_now();
|
|
56964
56972
|
startTime = currentTime;
|
|
@@ -57028,9 +57036,6 @@ to {
|
|
|
57028
57036
|
schedulePerformWorkUntilDeadline = function() {
|
|
57029
57037
|
localSetTimeout(performWorkUntilDeadline, 0);
|
|
57030
57038
|
};
|
|
57031
|
-
function requestHostCallback() {
|
|
57032
|
-
isMessageLoopRunning || (isMessageLoopRunning = true, schedulePerformWorkUntilDeadline());
|
|
57033
|
-
}
|
|
57034
57039
|
function requestHostTimeout(callback, ms) {
|
|
57035
57040
|
taskTimeoutID = localSetTimeout(function() {
|
|
57036
57041
|
callback(exports2.unstable_now());
|
|
@@ -57045,9 +57050,6 @@ to {
|
|
|
57045
57050
|
exports2.unstable_cancelCallback = function(task) {
|
|
57046
57051
|
task.callback = null;
|
|
57047
57052
|
};
|
|
57048
|
-
exports2.unstable_continueExecution = function() {
|
|
57049
|
-
isHostCallbackScheduled || isPerformingWork || (isHostCallbackScheduled = true, requestHostCallback());
|
|
57050
|
-
};
|
|
57051
57053
|
exports2.unstable_forceFrameRate = function(fps) {
|
|
57052
57054
|
0 > fps || 125 < fps ? console.error(
|
|
57053
57055
|
"forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"
|
|
@@ -57056,9 +57058,6 @@ to {
|
|
|
57056
57058
|
exports2.unstable_getCurrentPriorityLevel = function() {
|
|
57057
57059
|
return currentPriorityLevel;
|
|
57058
57060
|
};
|
|
57059
|
-
exports2.unstable_getFirstCallbackNode = function() {
|
|
57060
|
-
return peek(taskQueue);
|
|
57061
|
-
};
|
|
57062
57061
|
exports2.unstable_next = function(eventHandler) {
|
|
57063
57062
|
switch (currentPriorityLevel) {
|
|
57064
57063
|
case 1:
|
|
@@ -57077,9 +57076,8 @@ to {
|
|
|
57077
57076
|
currentPriorityLevel = previousPriorityLevel;
|
|
57078
57077
|
}
|
|
57079
57078
|
};
|
|
57080
|
-
exports2.unstable_pauseExecution = function() {
|
|
57081
|
-
};
|
|
57082
57079
|
exports2.unstable_requestPaint = function() {
|
|
57080
|
+
needsPaint = true;
|
|
57083
57081
|
};
|
|
57084
57082
|
exports2.unstable_runWithPriority = function(priorityLevel, eventHandler) {
|
|
57085
57083
|
switch (priorityLevel) {
|
|
@@ -57128,7 +57126,7 @@ to {
|
|
|
57128
57126
|
expirationTime: timeout,
|
|
57129
57127
|
sortIndex: -1
|
|
57130
57128
|
};
|
|
57131
|
-
options2 > currentTime ? (priorityLevel.sortIndex = options2, push2(timerQueue, priorityLevel), null === peek(taskQueue) && priorityLevel === peek(timerQueue) && (isHostTimeoutScheduled ? (localClearTimeout(taskTimeoutID), taskTimeoutID = -1) : isHostTimeoutScheduled = true, requestHostTimeout(handleTimeout, options2 - currentTime))) : (priorityLevel.sortIndex = timeout, push2(taskQueue, priorityLevel), isHostCallbackScheduled || isPerformingWork || (isHostCallbackScheduled = true,
|
|
57129
|
+
options2 > currentTime ? (priorityLevel.sortIndex = options2, push2(timerQueue, priorityLevel), null === peek(taskQueue) && priorityLevel === peek(timerQueue) && (isHostTimeoutScheduled ? (localClearTimeout(taskTimeoutID), taskTimeoutID = -1) : isHostTimeoutScheduled = true, requestHostTimeout(handleTimeout, options2 - currentTime))) : (priorityLevel.sortIndex = timeout, push2(taskQueue, priorityLevel), isHostCallbackScheduled || isPerformingWork || (isHostCallbackScheduled = true, isMessageLoopRunning || (isMessageLoopRunning = true, schedulePerformWorkUntilDeadline())));
|
|
57132
57130
|
return priorityLevel;
|
|
57133
57131
|
};
|
|
57134
57132
|
exports2.unstable_shouldYield = shouldYieldToHost;
|
|
@@ -66642,38 +66640,39 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
66642
66640
|
}
|
|
66643
66641
|
var Te$1 = { position: "absolute", width: "1px", height: "1px", padding: "0", margin: "-1px", overflow: "hidden", clip: "rect(0, 0, 0, 0)", whiteSpace: "nowrap", borderWidth: "0" };
|
|
66644
66642
|
const themeVars$j = `'{"Input:fontSize-Select-default": "var(--xmlui-fontSize-Select-default)", "Input:textColor-placeholder-Select-default": "var(--xmlui-textColor-placeholder-Select-default)", "Input:textColor-Select-default": "var(--xmlui-textColor-Select-default)", "Input:fontSize-Select-error": "var(--xmlui-fontSize-Select-error)", "Input:textColor-placeholder-Select-error": "var(--xmlui-textColor-placeholder-Select-error)", "Input:textColor-Select-error": "var(--xmlui-textColor-Select-error)", "Input:fontSize-Select-warning": "var(--xmlui-fontSize-Select-warning)", "Input:textColor-placeholder-Select-warning": "var(--xmlui-textColor-placeholder-Select-warning)", "Input:textColor-Select-warning": "var(--xmlui-textColor-Select-warning)", "Input:fontSize-Select-success": "var(--xmlui-fontSize-Select-success)", "Input:textColor-placeholder-Select-success": "var(--xmlui-textColor-placeholder-Select-success)", "Input:textColor-Select-success": "var(--xmlui-textColor-Select-success)", "Input:borderRadius-Select-default": "var(--xmlui-borderRadius-Select-default)", "Input:borderColor-Select-default": "var(--xmlui-borderColor-Select-default)", "Input:borderWidth-Select-default": "var(--xmlui-borderWidth-Select-default)", "Input:borderStyle-Select-default": "var(--xmlui-borderStyle-Select-default)", "Input:backgroundColor-Select-default": "var(--xmlui-backgroundColor-Select-default)", "Input:boxShadow-Select-default": "var(--xmlui-boxShadow-Select-default)", "Input:borderColor-Select-default--hover": "var(--xmlui-borderColor-Select-default--hover)", "Input:backgroundColor-Select-default--hover": "var(--xmlui-backgroundColor-Select-default--hover)", "Input:boxShadow-Select-default--hover": "var(--xmlui-boxShadow-Select-default--hover)", "Input:textColor-Select-default--hover": "var(--xmlui-textColor-Select-default--hover)", "Input:outlineWidth-Select-default--focus": "var(--xmlui-outlineWidth-Select-default--focus)", "Input:outlineColor-Select-default--focus": "var(--xmlui-outlineColor-Select-default--focus)", "Input:outlineStyle-Select-default--focus": "var(--xmlui-outlineStyle-Select-default--focus)", "Input:outlineOffset-Select-default--focus": "var(--xmlui-outlineOffset-Select-default--focus)", "Input:borderRadius-Select-error": "var(--xmlui-borderRadius-Select-error)", "Input:borderColor-Select-error": "var(--xmlui-borderColor-Select-error)", "Input:borderWidth-Select-error": "var(--xmlui-borderWidth-Select-error)", "Input:borderStyle-Select-error": "var(--xmlui-borderStyle-Select-error)", "Input:backgroundColor-Select-error": "var(--xmlui-backgroundColor-Select-error)", "Input:boxShadow-Select-error": "var(--xmlui-boxShadow-Select-error)", "Input:borderColor-Select-error--hover": "var(--xmlui-borderColor-Select-error--hover)", "Input:backgroundColor-Select-error--hover": "var(--xmlui-backgroundColor-Select-error--hover)", "Input:boxShadow-Select-error--hover": "var(--xmlui-boxShadow-Select-error--hover)", "Input:textColor-Select-error--hover": "var(--xmlui-textColor-Select-error--hover)", "Input:outlineWidth-Select-error--focus": "var(--xmlui-outlineWidth-Select-error--focus)", "Input:outlineColor-Select-error--focus": "var(--xmlui-outlineColor-Select-error--focus)", "Input:outlineStyle-Select-error--focus": "var(--xmlui-outlineStyle-Select-error--focus)", "Input:outlineOffset-Select-error--focus": "var(--xmlui-outlineOffset-Select-error--focus)", "Input:borderRadius-Select-warning": "var(--xmlui-borderRadius-Select-warning)", "Input:borderColor-Select-warning": "var(--xmlui-borderColor-Select-warning)", "Input:borderWidth-Select-warning": "var(--xmlui-borderWidth-Select-warning)", "Input:borderStyle-Select-warning": "var(--xmlui-borderStyle-Select-warning)", "Input:backgroundColor-Select-warning": "var(--xmlui-backgroundColor-Select-warning)", "Input:boxShadow-Select-warning": "var(--xmlui-boxShadow-Select-warning)", "Input:borderColor-Select-warning--hover": "var(--xmlui-borderColor-Select-warning--hover)", "Input:backgroundColor-Select-warning--hover": "var(--xmlui-backgroundColor-Select-warning--hover)", "Input:boxShadow-Select-warning--hover": "var(--xmlui-boxShadow-Select-warning--hover)", "Input:textColor-Select-warning--hover": "var(--xmlui-textColor-Select-warning--hover)", "Input:outlineWidth-Select-warning--focus": "var(--xmlui-outlineWidth-Select-warning--focus)", "Input:outlineColor-Select-warning--focus": "var(--xmlui-outlineColor-Select-warning--focus)", "Input:outlineStyle-Select-warning--focus": "var(--xmlui-outlineStyle-Select-warning--focus)", "Input:outlineOffset-Select-warning--focus": "var(--xmlui-outlineOffset-Select-warning--focus)", "Input:borderRadius-Select-success": "var(--xmlui-borderRadius-Select-success)", "Input:borderColor-Select-success": "var(--xmlui-borderColor-Select-success)", "Input:borderWidth-Select-success": "var(--xmlui-borderWidth-Select-success)", "Input:borderStyle-Select-success": "var(--xmlui-borderStyle-Select-success)", "Input:backgroundColor-Select-success": "var(--xmlui-backgroundColor-Select-success)", "Input:boxShadow-Select-success": "var(--xmlui-boxShadow-Select-success)", "Input:borderColor-Select-success--hover": "var(--xmlui-borderColor-Select-success--hover)", "Input:backgroundColor-Select-success--hover": "var(--xmlui-backgroundColor-Select-success--hover)", "Input:boxShadow-Select-success--hover": "var(--xmlui-boxShadow-Select-success--hover)", "Input:textColor-Select-success--hover": "var(--xmlui-textColor-Select-success--hover)", "Input:outlineWidth-Select-success--focus": "var(--xmlui-outlineWidth-Select-success--focus)", "Input:outlineColor-Select-success--focus": "var(--xmlui-outlineColor-Select-success--focus)", "Input:outlineStyle-Select-success--focus": "var(--xmlui-outlineStyle-Select-success--focus)", "Input:outlineOffset-Select-success--focus": "var(--xmlui-outlineOffset-Select-success--focus)", "opacity-Select--disabled": "var(--xmlui-opacity-Select--disabled)", "Input:backgroundColor-Select--disabled": "var(--xmlui-backgroundColor-Select--disabled)", "Input:textColor-Select--disabled": "var(--xmlui-textColor-Select--disabled)", "Input:borderColor-Select--disabled": "var(--xmlui-borderColor-Select--disabled)", "paddingVertical-Select-badge": "var(--xmlui-paddingVertical-Select-badge)", "paddingHorizontal-Select-badge": "var(--xmlui-paddingHorizontal-Select-badge)", "Input:fontSize-Select-badge": "var(--xmlui-fontSize-Select-badge)", "Input:backgroundColor-Select-badge": "var(--xmlui-backgroundColor-Select-badge)", "Input:textColor-Select-badge": "var(--xmlui-textColor-Select-badge)", "Input:backgroundColor-Select-badge--hover": "var(--xmlui-backgroundColor-Select-badge--hover)", "Input:textColor-Select-badge--hover": "var(--xmlui-textColor-Select-badge--hover)", "Input:backgroundColor-Select-badge--active": "var(--xmlui-backgroundColor-Select-badge--active)", "Input:textColor-Select-badge--active": "var(--xmlui-textColor-Select-badge--active)", "Input:textColor-placeholder-Select": "var(--xmlui-textColor-placeholder-Select)", "Input:backgroundColor-menu-Select": "var(--xmlui-backgroundColor-menu-Select)", "Input:borderRadius-menu-Select": "var(--xmlui-borderRadius-menu-Select)", "Input:boxShadow-menu-Select": "var(--xmlui-boxShadow-menu-Select)", "Input:borderWidth-menu-Select": "var(--xmlui-borderWidth-menu-Select)", "Input:borderColor-menu-Select": "var(--xmlui-borderColor-menu-Select)", "backgroundColor-item-Select": "var(--xmlui-backgroundColor-item-Select)", "backgroundColor-item-Select--hover": "var(--xmlui-backgroundColor-item-Select--hover)", "opacity-text-item-Select--disabled": "var(--xmlui-opacity-text-item-Select--disabled)", "fontSize-Select": "var(--xmlui-fontSize-Select)", "backgroundColor-item-Select--active": "var(--xmlui-backgroundColor-item-Select--active)", "textColor-indicator-Select": "var(--xmlui-textColor-indicator-Select)"}'`;
|
|
66645
|
-
const selectValue = "
|
|
66646
|
-
const error$9 = "
|
|
66647
|
-
const warning$7 = "
|
|
66648
|
-
const valid$b = "
|
|
66649
|
-
const selectTrigger = "
|
|
66650
|
-
const badgeListContainer = "
|
|
66651
|
-
const badgeList$1 = "
|
|
66652
|
-
const badge$1 = "
|
|
66653
|
-
const actions$2 = "
|
|
66654
|
-
const placeholder$1 = "
|
|
66655
|
-
const emptyList = "
|
|
66656
|
-
const selectScrollUpButton = "
|
|
66657
|
-
const selectScrollDownButton = "
|
|
66658
|
-
const command$1 = "
|
|
66659
|
-
const commandInputContainer = "
|
|
66660
|
-
const commandInput$1 = "
|
|
66661
|
-
const commandList$1 = "
|
|
66662
|
-
const selectContent = "
|
|
66663
|
-
const fadeIn = "
|
|
66664
|
-
const zoomIn = "
|
|
66665
|
-
const fadeOut = "
|
|
66666
|
-
const zoomOut = "
|
|
66667
|
-
const slideInFromTop = "
|
|
66668
|
-
const slideInFromRight = "
|
|
66669
|
-
const slideInFromLeft = "
|
|
66670
|
-
const slideInFromBottom = "
|
|
66671
|
-
const multiComboboxOption = "
|
|
66672
|
-
const selectItem = "
|
|
66673
|
-
const selectItemIndicator = "
|
|
66674
|
-
const selectViewport = "
|
|
66675
|
-
const selectEmpty = "
|
|
66676
|
-
const
|
|
66643
|
+
const selectValue = "_selectValue_w44f3_13";
|
|
66644
|
+
const error$9 = "_error_w44f3_21";
|
|
66645
|
+
const warning$7 = "_warning_w44f3_29";
|
|
66646
|
+
const valid$b = "_valid_w44f3_37";
|
|
66647
|
+
const selectTrigger = "_selectTrigger_w44f3_46";
|
|
66648
|
+
const badgeListContainer = "_badgeListContainer_w44f3_170";
|
|
66649
|
+
const badgeList$1 = "_badgeList_w44f3_170";
|
|
66650
|
+
const badge$1 = "_badge_w44f3_170";
|
|
66651
|
+
const actions$2 = "_actions_w44f3_210";
|
|
66652
|
+
const placeholder$1 = "_placeholder_w44f3_216";
|
|
66653
|
+
const emptyList = "_emptyList_w44f3_221";
|
|
66654
|
+
const selectScrollUpButton = "_selectScrollUpButton_w44f3_231";
|
|
66655
|
+
const selectScrollDownButton = "_selectScrollDownButton_w44f3_240";
|
|
66656
|
+
const command$1 = "_command_w44f3_249";
|
|
66657
|
+
const commandInputContainer = "_commandInputContainer_w44f3_259";
|
|
66658
|
+
const commandInput$1 = "_commandInput_w44f3_259";
|
|
66659
|
+
const commandList$1 = "_commandList_w44f3_284";
|
|
66660
|
+
const selectContent = "_selectContent_w44f3_289";
|
|
66661
|
+
const fadeIn = "_fadeIn_w44f3_1";
|
|
66662
|
+
const zoomIn = "_zoomIn_w44f3_1";
|
|
66663
|
+
const fadeOut = "_fadeOut_w44f3_1";
|
|
66664
|
+
const zoomOut = "_zoomOut_w44f3_1";
|
|
66665
|
+
const slideInFromTop = "_slideInFromTop_w44f3_1";
|
|
66666
|
+
const slideInFromRight = "_slideInFromRight_w44f3_1";
|
|
66667
|
+
const slideInFromLeft = "_slideInFromLeft_w44f3_1";
|
|
66668
|
+
const slideInFromBottom = "_slideInFromBottom_w44f3_1";
|
|
66669
|
+
const multiComboboxOption = "_multiComboboxOption_w44f3_329";
|
|
66670
|
+
const selectItem = "_selectItem_w44f3_349";
|
|
66671
|
+
const selectItemIndicator = "_selectItemIndicator_w44f3_377";
|
|
66672
|
+
const selectViewport = "_selectViewport_w44f3_388";
|
|
66673
|
+
const selectEmpty = "_selectEmpty_w44f3_394";
|
|
66674
|
+
const loading = "_loading_w44f3_405";
|
|
66675
|
+
const srOnly = "_srOnly_w44f3_409";
|
|
66677
66676
|
const styles$y = {
|
|
66678
66677
|
themeVars: themeVars$j,
|
|
66679
66678
|
selectValue,
|
|
@@ -66707,6 +66706,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
66707
66706
|
selectItemIndicator,
|
|
66708
66707
|
selectViewport,
|
|
66709
66708
|
selectEmpty,
|
|
66709
|
+
loading,
|
|
66710
66710
|
srOnly
|
|
66711
66711
|
};
|
|
66712
66712
|
const SelectContext = reactExports.createContext(null);
|
|
@@ -66826,7 +66826,9 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
66826
66826
|
labelPosition,
|
|
66827
66827
|
labelWidth,
|
|
66828
66828
|
labelBreak: labelBreak2,
|
|
66829
|
-
required: required2 = false
|
|
66829
|
+
required: required2 = false,
|
|
66830
|
+
inProgress = false,
|
|
66831
|
+
inProgressNotificationMessage = "Loading..."
|
|
66830
66832
|
}, ref) {
|
|
66831
66833
|
var _a3;
|
|
66832
66834
|
const [referenceElement, setReferenceElement] = reactExports.useState(null);
|
|
@@ -67016,6 +67018,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
67016
67018
|
/* @__PURE__ */ jsxRuntimeExports.jsx("button", { autoFocus: true, "aria-hidden": "true", className: styles$y.srOnly })
|
|
67017
67019
|
),
|
|
67018
67020
|
/* @__PURE__ */ jsxRuntimeExports.jsxs(Ce$1, { className: styles$y.commandList, children: [
|
|
67021
|
+
inProgress && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$y.loading, children: inProgressNotificationMessage }),
|
|
67019
67022
|
Array.from(options2).map(({ value: value2, label: label22, enabled: enabled22, keywords }) => /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
67020
67023
|
ComboboxOption,
|
|
67021
67024
|
{
|
|
@@ -67026,7 +67029,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
67026
67029
|
},
|
|
67027
67030
|
value2
|
|
67028
67031
|
)),
|
|
67029
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(Ie$1, { children: emptyListNode })
|
|
67032
|
+
!inProgress && /* @__PURE__ */ jsxRuntimeExports.jsx(Ie$1, { children: emptyListNode })
|
|
67030
67033
|
] })
|
|
67031
67034
|
]
|
|
67032
67035
|
}
|
|
@@ -123130,7 +123133,13 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
123130
123133
|
`This optional property provides the ability to customize what is displayed when the list of options is empty.`
|
|
123131
123134
|
),
|
|
123132
123135
|
multiSelect: dMulti(),
|
|
123133
|
-
searchable: d$5(`This property enables the search functionality in the dropdown list.`)
|
|
123136
|
+
searchable: d$5(`This property enables the search functionality in the dropdown list.`),
|
|
123137
|
+
inProgress: d$5(
|
|
123138
|
+
`This property indicates whether the component is in progress. It can be used to show a loading message.`
|
|
123139
|
+
),
|
|
123140
|
+
inProgressNotificationMessage: d$5(
|
|
123141
|
+
`This property indicates the message to display when the component is in progress.`
|
|
123142
|
+
)
|
|
123134
123143
|
},
|
|
123135
123144
|
events: {
|
|
123136
123145
|
gotFocus: dGotFocus(COMP$v),
|
|
@@ -123189,6 +123198,8 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
123189
123198
|
{
|
|
123190
123199
|
multiSelect: extractValue.asOptionalBoolean(node2.props.multiSelect),
|
|
123191
123200
|
style: layoutCss,
|
|
123201
|
+
inProgress: extractValue.asOptionalBoolean(node2.props.inProgress),
|
|
123202
|
+
inProgressNotificationMessage: extractValue.asOptionalString(node2.props.inProgressNotificationMessage),
|
|
123192
123203
|
updateState: updateState2,
|
|
123193
123204
|
searchable: extractValue.asOptionalBoolean(node2.props.searchable),
|
|
123194
123205
|
initialValue: extractValue(node2.props.initialValue),
|
|
@@ -128296,6 +128307,11 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
128296
128307
|
}
|
|
128297
128308
|
return defaultTone;
|
|
128298
128309
|
});
|
|
128310
|
+
reactExports.useEffect(() => {
|
|
128311
|
+
if (defaultTone) {
|
|
128312
|
+
setActiveThemeTone(defaultTone);
|
|
128313
|
+
}
|
|
128314
|
+
}, [defaultTone]);
|
|
128299
128315
|
const themes = reactExports.useMemo(() => {
|
|
128300
128316
|
return [...custThemes, ...builtInThemes];
|
|
128301
128317
|
}, [custThemes]);
|
|
@@ -144724,7 +144740,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
144724
144740
|
/* @__PURE__ */ jsxRuntimeExports.jsx("svg", { style: { display: "none" }, ref: spriteRootRef })
|
|
144725
144741
|
] });
|
|
144726
144742
|
}
|
|
144727
|
-
const version = "0.9.
|
|
144743
|
+
const version = "0.9.6";
|
|
144728
144744
|
const ApiInterceptorContext = reactExports.createContext(null);
|
|
144729
144745
|
function useApiInterceptorContext() {
|
|
144730
144746
|
return reactExports.useContext(ApiInterceptorContext);
|
|
@@ -148353,7 +148369,8 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
148353
148369
|
standalone,
|
|
148354
148370
|
trackContainerHeight,
|
|
148355
148371
|
decorateComponentsWithTestId,
|
|
148356
|
-
debugEnabled
|
|
148372
|
+
debugEnabled,
|
|
148373
|
+
children
|
|
148357
148374
|
}) {
|
|
148358
148375
|
const [loggedInUser, setLoggedInUser] = reactExports.useState(null);
|
|
148359
148376
|
const debugView = useDebugView();
|
|
@@ -148650,7 +148667,10 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
148650
148667
|
cleanup: noop$5,
|
|
148651
148668
|
memoedVarsRef
|
|
148652
148669
|
});
|
|
148653
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(AppContext.Provider, { value: appContextValue, children: /* @__PURE__ */ jsxRuntimeExports.
|
|
148670
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(AppContext.Provider, { value: appContextValue, children: /* @__PURE__ */ jsxRuntimeExports.jsxs(AppStateContext.Provider, { value: appStateContextValue, children: [
|
|
148671
|
+
renderedRoot,
|
|
148672
|
+
children
|
|
148673
|
+
] }) });
|
|
148654
148674
|
}
|
|
148655
148675
|
function signError(error2) {
|
|
148656
148676
|
_t$1.error(typeof error2 === "string" ? error2 : error2.message || "Something went wrong");
|
|
@@ -148670,7 +148690,8 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
148670
148690
|
defaultTone,
|
|
148671
148691
|
resources,
|
|
148672
148692
|
resourceMap,
|
|
148673
|
-
sources
|
|
148693
|
+
sources,
|
|
148694
|
+
children
|
|
148674
148695
|
}) => {
|
|
148675
148696
|
if (previewMode) {
|
|
148676
148697
|
q$1.canUseDOM = false;
|
|
@@ -148695,7 +148716,8 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
148695
148716
|
globalProps,
|
|
148696
148717
|
standalone,
|
|
148697
148718
|
decorateComponentsWithTestId,
|
|
148698
|
-
debugEnabled
|
|
148719
|
+
debugEnabled,
|
|
148720
|
+
children
|
|
148699
148721
|
}
|
|
148700
148722
|
) }) })
|
|
148701
148723
|
}
|
|
@@ -148734,7 +148756,8 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
148734
148756
|
previewMode,
|
|
148735
148757
|
resourceMap,
|
|
148736
148758
|
sources,
|
|
148737
|
-
extensionManager
|
|
148759
|
+
extensionManager,
|
|
148760
|
+
children
|
|
148738
148761
|
}) {
|
|
148739
148762
|
const rootNode = reactExports.useMemo(() => {
|
|
148740
148763
|
const themedRoot = node2.type === "Theme" ? {
|
|
@@ -148774,7 +148797,8 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
148774
148797
|
standalone,
|
|
148775
148798
|
trackContainerHeight,
|
|
148776
148799
|
previewMode,
|
|
148777
|
-
sources
|
|
148800
|
+
sources,
|
|
148801
|
+
children
|
|
148778
148802
|
}
|
|
148779
148803
|
) }) });
|
|
148780
148804
|
}
|
|
@@ -149479,7 +149503,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
149479
149503
|
ToneChangerButton: ToneChangerButtonMd,
|
|
149480
149504
|
Tree: TreeMd
|
|
149481
149505
|
};
|
|
149482
|
-
var define_process_env_default$2 = { VITE_XMLUI_VERSION: "0.9.
|
|
149506
|
+
var define_process_env_default$2 = { VITE_XMLUI_VERSION: "0.9.6 (built 4/4/2025)" };
|
|
149483
149507
|
const MAIN_FILE = "Main." + componentFileExtension;
|
|
149484
149508
|
const MAIN_CODE_BEHIND_FILE = "Main." + codeBehindFileExtension;
|
|
149485
149509
|
const CONFIG_FILE = "config.json";
|
|
@@ -153801,7 +153825,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
153801
153825
|
function isResponseWithoutBody(status) {
|
|
153802
153826
|
return RESPONSE_STATUS_CODES_WITHOUT_BODY.has(status);
|
|
153803
153827
|
}
|
|
153804
|
-
var define_process_env_default$1 = { NODE_ENV: "production", VITE_MOCK_ENABLED: true, VITE_MOCK_WORKER_LOCATION: "mockApi.js", VITE_USED_COMPONENTS_Pdf: "false", VITE_USED_COMPONENTS_Chart: "false", VITE_USER_COMPONENTS_XmluiCodeHightlighter: "false", VITE_USED_COMPONENTS_Tree: "false", VITE_XMLUI_VERSION: "0.9.
|
|
153828
|
+
var define_process_env_default$1 = { NODE_ENV: "production", VITE_MOCK_ENABLED: true, VITE_MOCK_WORKER_LOCATION: "mockApi.js", VITE_USED_COMPONENTS_Pdf: "false", VITE_USED_COMPONENTS_Chart: "false", VITE_USER_COMPONENTS_XmluiCodeHightlighter: "false", VITE_USED_COMPONENTS_Tree: "false", VITE_XMLUI_VERSION: "0.9.6 (built 4/4/2025)" };
|
|
153805
153829
|
var __defProp$7 = Object.defineProperty;
|
|
153806
153830
|
var __export = (target2, all2) => {
|
|
153807
153831
|
for (var name2 in all2)
|