xmlui 0.9.35 → 0.9.37
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/lib/{apiInterceptorWorker-CyDpwnty.mjs → apiInterceptorWorker-5JLbCSKz.mjs} +1 -1
- package/dist/lib/{index-BaxIicW9.mjs → index-qQpSddXH.mjs} +151 -95
- package/dist/lib/index.css +60 -58
- package/dist/lib/language-server-web-worker.mjs +1 -1
- package/dist/lib/language-server.mjs +1 -1
- package/dist/lib/{server-common-B1bqw3bO.mjs → server-common-D9McswSL.mjs} +37 -26
- package/dist/lib/xmlui.mjs +1 -1
- package/dist/metadata/style.css +60 -58
- package/dist/metadata/xmlui-metadata.mjs +50 -42
- package/dist/metadata/xmlui-metadata.umd.js +50 -42
- package/dist/scripts/package.json +2 -2
- package/dist/scripts/src/components/FormItem/ItemWithLabel.js +1 -1
- package/dist/scripts/src/components/Markdown/Markdown.js +10 -3
- package/dist/scripts/src/components/Markdown/MarkdownNative.js +109 -47
- package/dist/scripts/src/components/NavGroup/NavGroup.js +1 -1
- package/dist/scripts/src/components/Text/Text.js +1 -0
- package/dist/standalone/xmlui-standalone.umd.js +213 -155
- package/package.json +2 -2
|
@@ -673,39 +673,42 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
|
|
|
673
673
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
674
674
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
675
675
|
*/
|
|
676
|
-
.
|
|
676
|
+
._container_rso68_13 {
|
|
677
677
|
display: flex;
|
|
678
678
|
width: 100%;
|
|
679
679
|
flex-direction: column;
|
|
680
680
|
align-items: start;
|
|
681
681
|
gap: 0.5em;
|
|
682
682
|
}
|
|
683
|
-
.
|
|
683
|
+
._container_rso68_13._top_rso68_20 {
|
|
684
684
|
flex-direction: column;
|
|
685
685
|
align-items: start;
|
|
686
686
|
justify-content: center;
|
|
687
687
|
}
|
|
688
|
-
.
|
|
688
|
+
._container_rso68_13._end_rso68_25 {
|
|
689
689
|
flex-direction: row-reverse;
|
|
690
690
|
align-items: center;
|
|
691
691
|
justify-content: start;
|
|
692
692
|
gap: 0.5em;
|
|
693
693
|
}
|
|
694
|
-
.
|
|
694
|
+
._container_rso68_13._bottom_rso68_31 {
|
|
695
695
|
flex-direction: column-reverse;
|
|
696
696
|
align-items: start;
|
|
697
697
|
justify-content: center;
|
|
698
698
|
}
|
|
699
|
-
.
|
|
699
|
+
._container_rso68_13._start_rso68_36 {
|
|
700
700
|
flex-direction: row;
|
|
701
701
|
align-items: center;
|
|
702
702
|
justify-content: start;
|
|
703
703
|
gap: 0.5em;
|
|
704
704
|
}
|
|
705
|
-
.
|
|
705
|
+
._container_rso68_13._shrinkToLabel_rso68_42 {
|
|
706
706
|
width: fit-content;
|
|
707
707
|
}
|
|
708
|
-
.
|
|
708
|
+
._container_rso68_13 ._itemWithLabel_rso68_45 {
|
|
709
|
+
width: 100%;
|
|
710
|
+
}
|
|
711
|
+
._container_rso68_13 ._inputLabel_rso68_48 {
|
|
709
712
|
display: flex;
|
|
710
713
|
color: var(--xmlui-textColor-FormItemLabel);
|
|
711
714
|
font-family: var(--xmlui-fontFamily-FormItemLabel);
|
|
@@ -718,22 +721,22 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
|
|
|
718
721
|
word-break: normal;
|
|
719
722
|
white-space: nowrap;
|
|
720
723
|
}
|
|
721
|
-
.
|
|
724
|
+
._container_rso68_13 ._inputLabel_rso68_48._disabled_rso68_61 {
|
|
722
725
|
cursor: not-allowed;
|
|
723
726
|
color: var(--xmlui-textColor--disabled);
|
|
724
727
|
}
|
|
725
|
-
.
|
|
728
|
+
._container_rso68_13 ._inputLabel_rso68_48._labelBreak_rso68_65 {
|
|
726
729
|
white-space: normal;
|
|
727
730
|
word-break: break-word;
|
|
728
731
|
}
|
|
729
|
-
.
|
|
732
|
+
._container_rso68_13 ._inputLabel_rso68_48._required_rso68_69 {
|
|
730
733
|
color: var(--xmlui-textColor-FormItemLabel-required);
|
|
731
734
|
font-size: var(--xmlui-fontSize-FormItemLabel-required);
|
|
732
735
|
font-weight: var(--xmlui-fontWeight-FormItemLabel-required);
|
|
733
736
|
font-style: var(--xmlui-fontStyle-FormItemLabel-required);
|
|
734
737
|
text-transform: var(--xmlui-textTransform-FormItemLabel-required);
|
|
735
738
|
}
|
|
736
|
-
.
|
|
739
|
+
._container_rso68_13 ._inputLabel_rso68_48 ._requiredMark_rso68_76 {
|
|
737
740
|
margin-left: 0.2em;
|
|
738
741
|
color: var(--xmlui-textColor-FormItemLabel-requiredMark);
|
|
739
742
|
}/*
|
|
@@ -2506,7 +2509,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2506
2509
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
2507
2510
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
2508
2511
|
*/
|
|
2509
|
-
.
|
|
2512
|
+
._text_a71fu_13 {
|
|
2510
2513
|
overflow: hidden;
|
|
2511
2514
|
text-overflow: ellipsis;
|
|
2512
2515
|
margin: 0;
|
|
@@ -2568,7 +2571,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2568
2571
|
margin-right: var(--xmlui-marginRight-Text-default);
|
|
2569
2572
|
vertical-align: var(--xmlui-verticalAlign-Text-default);
|
|
2570
2573
|
}
|
|
2571
|
-
.
|
|
2574
|
+
._text_a71fu_13._markdown_a71fu_75 {
|
|
2572
2575
|
padding: var(--xmlui-padding-Text-markdown);
|
|
2573
2576
|
padding-left: var(--xmlui-paddingLeft-Text-markdown, var(--xmlui-paddingHorizontal-Text-markdown, var(--xmlui-padding-Text-markdown)));
|
|
2574
2577
|
padding-right: var(--xmlui-paddingRight-Text-markdown, var(--xmlui-paddingHorizontal-Text-markdown, var(--xmlui-padding-Text-markdown)));
|
|
@@ -2625,7 +2628,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2625
2628
|
margin-right: var(--xmlui-marginRight-Text-markdown);
|
|
2626
2629
|
vertical-align: var(--xmlui-verticalAlign-Text-markdown);
|
|
2627
2630
|
}
|
|
2628
|
-
.
|
|
2631
|
+
._text_a71fu_13._abbr_a71fu_132 {
|
|
2629
2632
|
padding: var(--xmlui-padding-Text-abbr);
|
|
2630
2633
|
padding-left: var(--xmlui-paddingLeft-Text-abbr, var(--xmlui-paddingHorizontal-Text-abbr, var(--xmlui-padding-Text-abbr)));
|
|
2631
2634
|
padding-right: var(--xmlui-paddingRight-Text-abbr, var(--xmlui-paddingHorizontal-Text-abbr, var(--xmlui-padding-Text-abbr)));
|
|
@@ -2682,7 +2685,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2682
2685
|
margin-right: var(--xmlui-marginRight-Text-abbr);
|
|
2683
2686
|
vertical-align: var(--xmlui-verticalAlign-Text-abbr);
|
|
2684
2687
|
}
|
|
2685
|
-
.
|
|
2688
|
+
._text_a71fu_13._cite_a71fu_189 {
|
|
2686
2689
|
padding: var(--xmlui-padding-Text-cite);
|
|
2687
2690
|
padding-left: var(--xmlui-paddingLeft-Text-cite, var(--xmlui-paddingHorizontal-Text-cite, var(--xmlui-padding-Text-cite)));
|
|
2688
2691
|
padding-right: var(--xmlui-paddingRight-Text-cite, var(--xmlui-paddingHorizontal-Text-cite, var(--xmlui-padding-Text-cite)));
|
|
@@ -2739,7 +2742,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2739
2742
|
margin-right: var(--xmlui-marginRight-Text-cite);
|
|
2740
2743
|
vertical-align: var(--xmlui-verticalAlign-Text-cite);
|
|
2741
2744
|
}
|
|
2742
|
-
.
|
|
2745
|
+
._text_a71fu_13._em_a71fu_246 {
|
|
2743
2746
|
padding: var(--xmlui-padding-Text-em);
|
|
2744
2747
|
padding-left: var(--xmlui-paddingLeft-Text-em, var(--xmlui-paddingHorizontal-Text-em, var(--xmlui-padding-Text-em)));
|
|
2745
2748
|
padding-right: var(--xmlui-paddingRight-Text-em, var(--xmlui-paddingHorizontal-Text-em, var(--xmlui-padding-Text-em)));
|
|
@@ -2796,12 +2799,12 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2796
2799
|
margin-right: var(--xmlui-marginRight-Text-em);
|
|
2797
2800
|
vertical-align: var(--xmlui-verticalAlign-Text-em);
|
|
2798
2801
|
}
|
|
2799
|
-
.
|
|
2802
|
+
._text_a71fu_13 ._text_a71fu_13._codefence_a71fu_303 {
|
|
2800
2803
|
display: block;
|
|
2801
2804
|
margin-top: var(--xmlui-marginTop-Text-codefence);
|
|
2802
2805
|
margin-bottom: var(--xmlui-marginBottom-Text-codefence);
|
|
2803
2806
|
}
|
|
2804
|
-
:not(.
|
|
2807
|
+
:not(._text_a71fu_13._codefence_a71fu_303) > ._text_a71fu_13._code_a71fu_303, :not(._text_a71fu_13._codefence_a71fu_303) > ._textcode_a71fu_308 {
|
|
2805
2808
|
padding: var(--xmlui-padding-Text-code);
|
|
2806
2809
|
padding-left: var(--xmlui-paddingLeft-Text-code, var(--xmlui-paddingHorizontal-Text-code, var(--xmlui-padding-Text-code)));
|
|
2807
2810
|
padding-right: var(--xmlui-paddingRight-Text-code, var(--xmlui-paddingHorizontal-Text-code, var(--xmlui-padding-Text-code)));
|
|
@@ -2858,7 +2861,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2858
2861
|
margin-right: var(--xmlui-marginRight-Text-code);
|
|
2859
2862
|
vertical-align: var(--xmlui-verticalAlign-Text-code);
|
|
2860
2863
|
}
|
|
2861
|
-
.
|
|
2864
|
+
._text_a71fu_13._codefence_a71fu_303:has(> ._text_a71fu_13._code_a71fu_303), ._text_a71fu_13._codefence_a71fu_303:has(> code) {
|
|
2862
2865
|
padding: var(--xmlui-padding-Text-codefence);
|
|
2863
2866
|
padding-left: var(--xmlui-paddingLeft-Text-codefence, var(--xmlui-paddingHorizontal-Text-codefence, var(--xmlui-padding-Text-codefence)));
|
|
2864
2867
|
padding-right: var(--xmlui-paddingRight-Text-codefence, var(--xmlui-paddingHorizontal-Text-codefence, var(--xmlui-padding-Text-codefence)));
|
|
@@ -2916,31 +2919,30 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2916
2919
|
vertical-align: var(--xmlui-verticalAlign-Text-codefence);
|
|
2917
2920
|
overflow-x: auto;
|
|
2918
2921
|
text-overflow: initial;
|
|
2919
|
-
font-size: var(--xmlui-fontSize-small);
|
|
2920
2922
|
line-height: 1.4;
|
|
2921
2923
|
}
|
|
2922
|
-
.
|
|
2924
|
+
._text_a71fu_13._codefence_a71fu_303:has(> code > span) {
|
|
2923
2925
|
padding-inline: 0;
|
|
2924
2926
|
}
|
|
2925
|
-
.
|
|
2927
|
+
._text_a71fu_13._codefence_a71fu_303 > code > span:not([class*=numbered]) {
|
|
2926
2928
|
padding-inline: var(--xmlui-space-3);
|
|
2927
2929
|
}
|
|
2928
|
-
.
|
|
2930
|
+
._text_a71fu_13._codefence_a71fu_303 > code {
|
|
2929
2931
|
white-space: pre-wrap;
|
|
2930
2932
|
display: inline-block;
|
|
2931
2933
|
width: 100%;
|
|
2932
2934
|
}
|
|
2933
|
-
.
|
|
2935
|
+
._text_a71fu_13._codefence_a71fu_303 > code::before {
|
|
2934
2936
|
counter-reset: listing;
|
|
2935
2937
|
}
|
|
2936
|
-
.
|
|
2938
|
+
._text_a71fu_13._codefence_a71fu_303 > code > span {
|
|
2937
2939
|
display: inline-block;
|
|
2938
2940
|
width: 100%;
|
|
2939
2941
|
}
|
|
2940
|
-
.
|
|
2942
|
+
._text_a71fu_13._codefence_a71fu_303 > code > span[class*=numbered] {
|
|
2941
2943
|
counter-increment: listing;
|
|
2942
2944
|
}
|
|
2943
|
-
.
|
|
2945
|
+
._text_a71fu_13._codefence_a71fu_303 > code > span[class*=numbered]::before {
|
|
2944
2946
|
content: counter(listing);
|
|
2945
2947
|
display: inline-block;
|
|
2946
2948
|
width: var(--xmlui-space-12);
|
|
@@ -2950,7 +2952,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2950
2952
|
text-align: right;
|
|
2951
2953
|
color: var(--xmlui-textColor-secondary);
|
|
2952
2954
|
}
|
|
2953
|
-
.
|
|
2955
|
+
._text_a71fu_13._deleted_a71fu_456 {
|
|
2954
2956
|
padding: var(--xmlui-padding-Text-deleted);
|
|
2955
2957
|
padding-left: var(--xmlui-paddingLeft-Text-deleted, var(--xmlui-paddingHorizontal-Text-deleted, var(--xmlui-padding-Text-deleted)));
|
|
2956
2958
|
padding-right: var(--xmlui-paddingRight-Text-deleted, var(--xmlui-paddingHorizontal-Text-deleted, var(--xmlui-padding-Text-deleted)));
|
|
@@ -3007,7 +3009,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3007
3009
|
margin-right: var(--xmlui-marginRight-Text-deleted);
|
|
3008
3010
|
vertical-align: var(--xmlui-verticalAlign-Text-deleted);
|
|
3009
3011
|
}
|
|
3010
|
-
.
|
|
3012
|
+
._text_a71fu_13._deleted_a71fu_456::before, ._text_a71fu_13._deleted_a71fu_456::after {
|
|
3011
3013
|
clip-path: inset(100%);
|
|
3012
3014
|
clip: rect(1px, 1px, 1px, 1px);
|
|
3013
3015
|
height: 1px;
|
|
@@ -3016,13 +3018,13 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3016
3018
|
white-space: nowrap;
|
|
3017
3019
|
width: 1px;
|
|
3018
3020
|
}
|
|
3019
|
-
.
|
|
3021
|
+
._text_a71fu_13._deleted_a71fu_456::before {
|
|
3020
3022
|
content: " [deletion start] ";
|
|
3021
3023
|
}
|
|
3022
|
-
.
|
|
3024
|
+
._text_a71fu_13._deleted_a71fu_456::after {
|
|
3023
3025
|
content: " [deletion end] ";
|
|
3024
3026
|
}
|
|
3025
|
-
.
|
|
3027
|
+
._text_a71fu_13._inserted_a71fu_528 {
|
|
3026
3028
|
padding: var(--xmlui-padding-Text-inserted);
|
|
3027
3029
|
padding-left: var(--xmlui-paddingLeft-Text-inserted, var(--xmlui-paddingHorizontal-Text-inserted, var(--xmlui-padding-Text-inserted)));
|
|
3028
3030
|
padding-right: var(--xmlui-paddingRight-Text-inserted, var(--xmlui-paddingHorizontal-Text-inserted, var(--xmlui-padding-Text-inserted)));
|
|
@@ -3079,7 +3081,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3079
3081
|
margin-right: var(--xmlui-marginRight-Text-inserted);
|
|
3080
3082
|
vertical-align: var(--xmlui-verticalAlign-Text-inserted);
|
|
3081
3083
|
}
|
|
3082
|
-
.
|
|
3084
|
+
._text_a71fu_13._inserted_a71fu_528::before, ._text_a71fu_13._inserted_a71fu_528::after {
|
|
3083
3085
|
clip-path: inset(100%);
|
|
3084
3086
|
clip: rect(1px, 1px, 1px, 1px);
|
|
3085
3087
|
height: 1px;
|
|
@@ -3088,13 +3090,13 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3088
3090
|
white-space: nowrap;
|
|
3089
3091
|
width: 1px;
|
|
3090
3092
|
}
|
|
3091
|
-
.
|
|
3093
|
+
._text_a71fu_13._inserted_a71fu_528::before {
|
|
3092
3094
|
content: " [insertion start] ";
|
|
3093
3095
|
}
|
|
3094
|
-
.
|
|
3096
|
+
._text_a71fu_13._inserted_a71fu_528::after {
|
|
3095
3097
|
content: " [insertion end] ";
|
|
3096
3098
|
}
|
|
3097
|
-
.
|
|
3099
|
+
._text_a71fu_13._keyboard_a71fu_600 {
|
|
3098
3100
|
padding: var(--xmlui-padding-Text-keyboard);
|
|
3099
3101
|
padding-left: var(--xmlui-paddingLeft-Text-keyboard, var(--xmlui-paddingHorizontal-Text-keyboard, var(--xmlui-padding-Text-keyboard)));
|
|
3100
3102
|
padding-right: var(--xmlui-paddingRight-Text-keyboard, var(--xmlui-paddingHorizontal-Text-keyboard, var(--xmlui-padding-Text-keyboard)));
|
|
@@ -3151,7 +3153,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3151
3153
|
margin-right: var(--xmlui-marginRight-Text-keyboard);
|
|
3152
3154
|
vertical-align: var(--xmlui-verticalAlign-Text-keyboard);
|
|
3153
3155
|
}
|
|
3154
|
-
.
|
|
3156
|
+
._text_a71fu_13._marked_a71fu_657 {
|
|
3155
3157
|
padding: var(--xmlui-padding-Text-marked);
|
|
3156
3158
|
padding-left: var(--xmlui-paddingLeft-Text-marked, var(--xmlui-paddingHorizontal-Text-marked, var(--xmlui-padding-Text-marked)));
|
|
3157
3159
|
padding-right: var(--xmlui-paddingRight-Text-marked, var(--xmlui-paddingHorizontal-Text-marked, var(--xmlui-padding-Text-marked)));
|
|
@@ -3208,7 +3210,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3208
3210
|
margin-right: var(--xmlui-marginRight-Text-marked);
|
|
3209
3211
|
vertical-align: var(--xmlui-verticalAlign-Text-marked);
|
|
3210
3212
|
}
|
|
3211
|
-
.
|
|
3213
|
+
._text_a71fu_13._marked_a71fu_657::before, ._text_a71fu_13._marked_a71fu_657::after {
|
|
3212
3214
|
clip-path: inset(100%);
|
|
3213
3215
|
clip: rect(1px, 1px, 1px, 1px);
|
|
3214
3216
|
height: 1px;
|
|
@@ -3217,13 +3219,13 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3217
3219
|
white-space: nowrap;
|
|
3218
3220
|
width: 1px;
|
|
3219
3221
|
}
|
|
3220
|
-
.
|
|
3222
|
+
._text_a71fu_13._marked_a71fu_657::before {
|
|
3221
3223
|
content: " [highlight start] ";
|
|
3222
3224
|
}
|
|
3223
|
-
.
|
|
3225
|
+
._text_a71fu_13._marked_a71fu_657::after {
|
|
3224
3226
|
content: " [highlight end] ";
|
|
3225
3227
|
}
|
|
3226
|
-
.
|
|
3228
|
+
._text_a71fu_13._mono_a71fu_729 {
|
|
3227
3229
|
padding: var(--xmlui-padding-Text-mono);
|
|
3228
3230
|
padding-left: var(--xmlui-paddingLeft-Text-mono, var(--xmlui-paddingHorizontal-Text-mono, var(--xmlui-padding-Text-mono)));
|
|
3229
3231
|
padding-right: var(--xmlui-paddingRight-Text-mono, var(--xmlui-paddingHorizontal-Text-mono, var(--xmlui-padding-Text-mono)));
|
|
@@ -3280,7 +3282,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3280
3282
|
margin-right: var(--xmlui-marginRight-Text-mono);
|
|
3281
3283
|
vertical-align: var(--xmlui-verticalAlign-Text-mono);
|
|
3282
3284
|
}
|
|
3283
|
-
.
|
|
3285
|
+
._text_a71fu_13._sample_a71fu_786 {
|
|
3284
3286
|
padding: var(--xmlui-padding-Text-sample);
|
|
3285
3287
|
padding-left: var(--xmlui-paddingLeft-Text-sample, var(--xmlui-paddingHorizontal-Text-sample, var(--xmlui-padding-Text-sample)));
|
|
3286
3288
|
padding-right: var(--xmlui-paddingRight-Text-sample, var(--xmlui-paddingHorizontal-Text-sample, var(--xmlui-padding-Text-sample)));
|
|
@@ -3337,7 +3339,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3337
3339
|
margin-right: var(--xmlui-marginRight-Text-sample);
|
|
3338
3340
|
vertical-align: var(--xmlui-verticalAlign-Text-sample);
|
|
3339
3341
|
}
|
|
3340
|
-
.
|
|
3342
|
+
._text_a71fu_13._sup_a71fu_843 {
|
|
3341
3343
|
padding: var(--xmlui-padding-Text-sup);
|
|
3342
3344
|
padding-left: var(--xmlui-paddingLeft-Text-sup, var(--xmlui-paddingHorizontal-Text-sup, var(--xmlui-padding-Text-sup)));
|
|
3343
3345
|
padding-right: var(--xmlui-paddingRight-Text-sup, var(--xmlui-paddingHorizontal-Text-sup, var(--xmlui-padding-Text-sup)));
|
|
@@ -3394,7 +3396,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3394
3396
|
margin-right: var(--xmlui-marginRight-Text-sup);
|
|
3395
3397
|
vertical-align: var(--xmlui-verticalAlign-Text-sup);
|
|
3396
3398
|
}
|
|
3397
|
-
.
|
|
3399
|
+
._text_a71fu_13._sub_a71fu_900 {
|
|
3398
3400
|
padding: var(--xmlui-padding-Text-sub);
|
|
3399
3401
|
padding-left: var(--xmlui-paddingLeft-Text-sub, var(--xmlui-paddingHorizontal-Text-sub, var(--xmlui-padding-Text-sub)));
|
|
3400
3402
|
padding-right: var(--xmlui-paddingRight-Text-sub, var(--xmlui-paddingHorizontal-Text-sub, var(--xmlui-padding-Text-sub)));
|
|
@@ -3451,7 +3453,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3451
3453
|
margin-right: var(--xmlui-marginRight-Text-sub);
|
|
3452
3454
|
vertical-align: var(--xmlui-verticalAlign-Text-sub);
|
|
3453
3455
|
}
|
|
3454
|
-
.
|
|
3456
|
+
._text_a71fu_13._var_a71fu_957 {
|
|
3455
3457
|
padding: var(--xmlui-padding-Text-var);
|
|
3456
3458
|
padding-left: var(--xmlui-paddingLeft-Text-var, var(--xmlui-paddingHorizontal-Text-var, var(--xmlui-padding-Text-var)));
|
|
3457
3459
|
padding-right: var(--xmlui-paddingRight-Text-var, var(--xmlui-paddingHorizontal-Text-var, var(--xmlui-padding-Text-var)));
|
|
@@ -3508,7 +3510,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3508
3510
|
margin-right: var(--xmlui-marginRight-Text-var);
|
|
3509
3511
|
vertical-align: var(--xmlui-verticalAlign-Text-var);
|
|
3510
3512
|
}
|
|
3511
|
-
.
|
|
3513
|
+
._text_a71fu_13._title_a71fu_1014 {
|
|
3512
3514
|
padding: var(--xmlui-padding-Text-title);
|
|
3513
3515
|
padding-left: var(--xmlui-paddingLeft-Text-title, var(--xmlui-paddingHorizontal-Text-title, var(--xmlui-padding-Text-title)));
|
|
3514
3516
|
padding-right: var(--xmlui-paddingRight-Text-title, var(--xmlui-paddingHorizontal-Text-title, var(--xmlui-padding-Text-title)));
|
|
@@ -3565,7 +3567,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3565
3567
|
margin-right: var(--xmlui-marginRight-Text-title);
|
|
3566
3568
|
vertical-align: var(--xmlui-verticalAlign-Text-title);
|
|
3567
3569
|
}
|
|
3568
|
-
.
|
|
3570
|
+
._text_a71fu_13._subtitle_a71fu_1071 {
|
|
3569
3571
|
padding: var(--xmlui-padding-Text-subtitle);
|
|
3570
3572
|
padding-left: var(--xmlui-paddingLeft-Text-subtitle, var(--xmlui-paddingHorizontal-Text-subtitle, var(--xmlui-padding-Text-subtitle)));
|
|
3571
3573
|
padding-right: var(--xmlui-paddingRight-Text-subtitle, var(--xmlui-paddingHorizontal-Text-subtitle, var(--xmlui-padding-Text-subtitle)));
|
|
@@ -3622,7 +3624,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3622
3624
|
margin-right: var(--xmlui-marginRight-Text-subtitle);
|
|
3623
3625
|
vertical-align: var(--xmlui-verticalAlign-Text-subtitle);
|
|
3624
3626
|
}
|
|
3625
|
-
.
|
|
3627
|
+
._text_a71fu_13._small_a71fu_1128 {
|
|
3626
3628
|
padding: var(--xmlui-padding-Text-small);
|
|
3627
3629
|
padding-left: var(--xmlui-paddingLeft-Text-small, var(--xmlui-paddingHorizontal-Text-small, var(--xmlui-padding-Text-small)));
|
|
3628
3630
|
padding-right: var(--xmlui-paddingRight-Text-small, var(--xmlui-paddingHorizontal-Text-small, var(--xmlui-padding-Text-small)));
|
|
@@ -3679,7 +3681,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3679
3681
|
margin-right: var(--xmlui-marginRight-Text-small);
|
|
3680
3682
|
vertical-align: var(--xmlui-verticalAlign-Text-small);
|
|
3681
3683
|
}
|
|
3682
|
-
.
|
|
3684
|
+
._text_a71fu_13._caption_a71fu_1185 {
|
|
3683
3685
|
padding: var(--xmlui-padding-Text-caption);
|
|
3684
3686
|
padding-left: var(--xmlui-paddingLeft-Text-caption, var(--xmlui-paddingHorizontal-Text-caption, var(--xmlui-padding-Text-caption)));
|
|
3685
3687
|
padding-right: var(--xmlui-paddingRight-Text-caption, var(--xmlui-paddingHorizontal-Text-caption, var(--xmlui-padding-Text-caption)));
|
|
@@ -3736,7 +3738,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3736
3738
|
margin-right: var(--xmlui-marginRight-Text-caption);
|
|
3737
3739
|
vertical-align: var(--xmlui-verticalAlign-Text-caption);
|
|
3738
3740
|
}
|
|
3739
|
-
.
|
|
3741
|
+
._text_a71fu_13._placeholder_a71fu_1242 {
|
|
3740
3742
|
padding: var(--xmlui-padding-Text-placeholder);
|
|
3741
3743
|
padding-left: var(--xmlui-paddingLeft-Text-placeholder, var(--xmlui-paddingHorizontal-Text-placeholder, var(--xmlui-padding-Text-placeholder)));
|
|
3742
3744
|
padding-right: var(--xmlui-paddingRight-Text-placeholder, var(--xmlui-paddingHorizontal-Text-placeholder, var(--xmlui-padding-Text-placeholder)));
|
|
@@ -3793,7 +3795,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3793
3795
|
margin-right: var(--xmlui-marginRight-Text-placeholder);
|
|
3794
3796
|
vertical-align: var(--xmlui-verticalAlign-Text-placeholder);
|
|
3795
3797
|
}
|
|
3796
|
-
.
|
|
3798
|
+
._text_a71fu_13._paragraph_a71fu_1299 {
|
|
3797
3799
|
padding: var(--xmlui-padding-Text-paragraph);
|
|
3798
3800
|
padding-left: var(--xmlui-paddingLeft-Text-paragraph, var(--xmlui-paddingHorizontal-Text-paragraph, var(--xmlui-padding-Text-paragraph)));
|
|
3799
3801
|
padding-right: var(--xmlui-paddingRight-Text-paragraph, var(--xmlui-paddingHorizontal-Text-paragraph, var(--xmlui-padding-Text-paragraph)));
|
|
@@ -3850,7 +3852,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3850
3852
|
margin-right: var(--xmlui-marginRight-Text-paragraph);
|
|
3851
3853
|
vertical-align: var(--xmlui-verticalAlign-Text-paragraph);
|
|
3852
3854
|
}
|
|
3853
|
-
.
|
|
3855
|
+
._text_a71fu_13._subheading_a71fu_1356 {
|
|
3854
3856
|
padding: var(--xmlui-padding-Text-subheading);
|
|
3855
3857
|
padding-left: var(--xmlui-paddingLeft-Text-subheading, var(--xmlui-paddingHorizontal-Text-subheading, var(--xmlui-padding-Text-subheading)));
|
|
3856
3858
|
padding-right: var(--xmlui-paddingRight-Text-subheading, var(--xmlui-paddingHorizontal-Text-subheading, var(--xmlui-padding-Text-subheading)));
|
|
@@ -3907,7 +3909,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3907
3909
|
margin-right: var(--xmlui-marginRight-Text-subheading);
|
|
3908
3910
|
vertical-align: var(--xmlui-verticalAlign-Text-subheading);
|
|
3909
3911
|
}
|
|
3910
|
-
.
|
|
3912
|
+
._text_a71fu_13._tableheading_a71fu_1413 {
|
|
3911
3913
|
padding: var(--xmlui-padding-Text-tableheading);
|
|
3912
3914
|
padding-left: var(--xmlui-paddingLeft-Text-tableheading, var(--xmlui-paddingHorizontal-Text-tableheading, var(--xmlui-padding-Text-tableheading)));
|
|
3913
3915
|
padding-right: var(--xmlui-paddingRight-Text-tableheading, var(--xmlui-paddingHorizontal-Text-tableheading, var(--xmlui-padding-Text-tableheading)));
|
|
@@ -3964,7 +3966,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3964
3966
|
margin-right: var(--xmlui-marginRight-Text-tableheading);
|
|
3965
3967
|
vertical-align: var(--xmlui-verticalAlign-Text-tableheading);
|
|
3966
3968
|
}
|
|
3967
|
-
.
|
|
3969
|
+
._text_a71fu_13._secondary_a71fu_1470 {
|
|
3968
3970
|
padding: var(--xmlui-padding-Text-secondary);
|
|
3969
3971
|
padding-left: var(--xmlui-paddingLeft-Text-secondary, var(--xmlui-paddingHorizontal-Text-secondary, var(--xmlui-padding-Text-secondary)));
|
|
3970
3972
|
padding-right: var(--xmlui-paddingRight-Text-secondary, var(--xmlui-paddingHorizontal-Text-secondary, var(--xmlui-padding-Text-secondary)));
|
|
@@ -4021,7 +4023,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
4021
4023
|
margin-right: var(--xmlui-marginRight-Text-secondary);
|
|
4022
4024
|
vertical-align: var(--xmlui-verticalAlign-Text-secondary);
|
|
4023
4025
|
}
|
|
4024
|
-
.
|
|
4026
|
+
._text_a71fu_13._strong_a71fu_1527 {
|
|
4025
4027
|
font-weight: var(--xmlui-fontWeight-bold);
|
|
4026
4028
|
}
|
|
4027
4029
|
|
|
@@ -4029,18 +4031,18 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
4029
4031
|
This is a Chromium based solution that is supported by most modern browsers.
|
|
4030
4032
|
See this source for details: https://css-tricks.com/line-clampin/
|
|
4031
4033
|
*/
|
|
4032
|
-
.
|
|
4034
|
+
._truncateOverflow_a71fu_1535 {
|
|
4033
4035
|
overflow: hidden;
|
|
4034
4036
|
overflow-wrap: break-word;
|
|
4035
4037
|
white-space: nowrap;
|
|
4036
4038
|
max-width: 100%;
|
|
4037
4039
|
}
|
|
4038
4040
|
|
|
4039
|
-
.
|
|
4041
|
+
._preserveLinebreaks_a71fu_1542 {
|
|
4040
4042
|
white-space: pre-wrap;
|
|
4041
4043
|
}
|
|
4042
4044
|
|
|
4043
|
-
.
|
|
4045
|
+
._noEllipsis_a71fu_1546 {
|
|
4044
4046
|
text-overflow: clip;
|
|
4045
4047
|
}/*
|
|
4046
4048
|
* This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
|
|
@@ -18020,7 +18022,7 @@ li .htmlOl {
|
|
|
18020
18022
|
});
|
|
18021
18023
|
}
|
|
18022
18024
|
}
|
|
18023
|
-
var define_process_env_default$a = { 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.
|
|
18025
|
+
var define_process_env_default$a = { 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.37 (built 5/21/2025)" };
|
|
18024
18026
|
class Mutation extends Removable {
|
|
18025
18027
|
constructor(config) {
|
|
18026
18028
|
super();
|
|
@@ -29699,17 +29701,18 @@ ${error2.errorObject}`;
|
|
|
29699
29701
|
return element2.props.ref || element2.ref;
|
|
29700
29702
|
}
|
|
29701
29703
|
const themeVars$M = `'{"textColor-FormItemLabel": "var(--xmlui-textColor-FormItemLabel)", "fontFamily-FormItemLabel": "var(--xmlui-fontFamily-FormItemLabel)", "fontSize-FormItemLabel": "var(--xmlui-fontSize-FormItemLabel)", "fontWeight-FormItemLabel": "var(--xmlui-fontWeight-FormItemLabel)", "fontStyle-FormItemLabel": "var(--xmlui-fontStyle-FormItemLabel)", "textTransform-FormItemLabel": "var(--xmlui-textTransform-FormItemLabel)", "textColor-FormItemLabel-required": "var(--xmlui-textColor-FormItemLabel-required)", "fontSize-FormItemLabel-required": "var(--xmlui-fontSize-FormItemLabel-required)", "fontWeight-FormItemLabel-required": "var(--xmlui-fontWeight-FormItemLabel-required)", "fontStyle-FormItemLabel-required": "var(--xmlui-fontStyle-FormItemLabel-required)", "textTransform-FormItemLabel-required": "var(--xmlui-textTransform-FormItemLabel-required)", "textColor-FormItemLabel-requiredMark": "var(--xmlui-textColor-FormItemLabel-requiredMark)"}'`;
|
|
29702
|
-
const container$3 = "
|
|
29703
|
-
const top$2 = "
|
|
29704
|
-
const end$1 = "
|
|
29705
|
-
const bottom$2 = "
|
|
29706
|
-
const start$1 = "
|
|
29707
|
-
const shrinkToLabel = "
|
|
29708
|
-
const
|
|
29709
|
-
const
|
|
29710
|
-
const
|
|
29711
|
-
const
|
|
29712
|
-
const
|
|
29704
|
+
const container$3 = "_container_rso68_13";
|
|
29705
|
+
const top$2 = "_top_rso68_20";
|
|
29706
|
+
const end$1 = "_end_rso68_25";
|
|
29707
|
+
const bottom$2 = "_bottom_rso68_31";
|
|
29708
|
+
const start$1 = "_start_rso68_36";
|
|
29709
|
+
const shrinkToLabel = "_shrinkToLabel_rso68_42";
|
|
29710
|
+
const itemWithLabel = "_itemWithLabel_rso68_45";
|
|
29711
|
+
const inputLabel = "_inputLabel_rso68_48";
|
|
29712
|
+
const disabled$8 = "_disabled_rso68_61";
|
|
29713
|
+
const labelBreak = "_labelBreak_rso68_65";
|
|
29714
|
+
const required = "_required_rso68_69";
|
|
29715
|
+
const requiredMark = "_requiredMark_rso68_76";
|
|
29713
29716
|
const styles$$ = {
|
|
29714
29717
|
themeVars: themeVars$M,
|
|
29715
29718
|
container: container$3,
|
|
@@ -29718,6 +29721,7 @@ ${error2.errorObject}`;
|
|
|
29718
29721
|
bottom: bottom$2,
|
|
29719
29722
|
start: start$1,
|
|
29720
29723
|
shrinkToLabel,
|
|
29724
|
+
itemWithLabel,
|
|
29721
29725
|
inputLabel,
|
|
29722
29726
|
disabled: disabled$8,
|
|
29723
29727
|
labelBreak,
|
|
@@ -29780,7 +29784,7 @@ ${error2.errorObject}`;
|
|
|
29780
29784
|
if (label2 === void 0 && !validationResult) {
|
|
29781
29785
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(Slot$4, { style: style2, id: inputId, ref, children });
|
|
29782
29786
|
}
|
|
29783
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { style: style2, ref, children: [
|
|
29787
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { style: style2, ref, className: styles$$.itemWithLabel, children: [
|
|
29784
29788
|
/* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
29785
29789
|
"div",
|
|
29786
29790
|
{
|
|
@@ -46968,35 +46972,35 @@ ${error2.errorObject}`;
|
|
|
46968
46972
|
}
|
|
46969
46973
|
);
|
|
46970
46974
|
const themeVars$B = `'{"marginTop-Text-default": "var(--xmlui-marginTop-Text-default)", "marginBottom-Text-default": "var(--xmlui-marginBottom-Text-default)", "marginLeft-Text-default": "var(--xmlui-marginLeft-Text-default)", "marginRight-Text-default": "var(--xmlui-marginRight-Text-default)", "verticalAlign-Text-default": "var(--xmlui-verticalAlign-Text-default)", "marginTop-Text-markdown": "var(--xmlui-marginTop-Text-markdown)", "marginBottom-Text-markdown": "var(--xmlui-marginBottom-Text-markdown)", "marginLeft-Text-markdown": "var(--xmlui-marginLeft-Text-markdown)", "marginRight-Text-markdown": "var(--xmlui-marginRight-Text-markdown)", "verticalAlign-Text-markdown": "var(--xmlui-verticalAlign-Text-markdown)", "marginTop-Text-abbr": "var(--xmlui-marginTop-Text-abbr)", "marginBottom-Text-abbr": "var(--xmlui-marginBottom-Text-abbr)", "marginLeft-Text-abbr": "var(--xmlui-marginLeft-Text-abbr)", "marginRight-Text-abbr": "var(--xmlui-marginRight-Text-abbr)", "verticalAlign-Text-abbr": "var(--xmlui-verticalAlign-Text-abbr)", "marginTop-Text-cite": "var(--xmlui-marginTop-Text-cite)", "marginBottom-Text-cite": "var(--xmlui-marginBottom-Text-cite)", "marginLeft-Text-cite": "var(--xmlui-marginLeft-Text-cite)", "marginRight-Text-cite": "var(--xmlui-marginRight-Text-cite)", "verticalAlign-Text-cite": "var(--xmlui-verticalAlign-Text-cite)", "marginTop-Text-em": "var(--xmlui-marginTop-Text-em)", "marginBottom-Text-em": "var(--xmlui-marginBottom-Text-em)", "marginLeft-Text-em": "var(--xmlui-marginLeft-Text-em)", "marginRight-Text-em": "var(--xmlui-marginRight-Text-em)", "verticalAlign-Text-em": "var(--xmlui-verticalAlign-Text-em)", "marginTop-Text-codefence": "var(--xmlui-marginTop-Text-codefence)", "marginBottom-Text-codefence": "var(--xmlui-marginBottom-Text-codefence)", "marginTop-Text-code": "var(--xmlui-marginTop-Text-code)", "marginBottom-Text-code": "var(--xmlui-marginBottom-Text-code)", "marginLeft-Text-code": "var(--xmlui-marginLeft-Text-code)", "marginRight-Text-code": "var(--xmlui-marginRight-Text-code)", "verticalAlign-Text-code": "var(--xmlui-verticalAlign-Text-code)", "marginLeft-Text-codefence": "var(--xmlui-marginLeft-Text-codefence)", "marginRight-Text-codefence": "var(--xmlui-marginRight-Text-codefence)", "verticalAlign-Text-codefence": "var(--xmlui-verticalAlign-Text-codefence)", "marginTop-Text-deleted": "var(--xmlui-marginTop-Text-deleted)", "marginBottom-Text-deleted": "var(--xmlui-marginBottom-Text-deleted)", "marginLeft-Text-deleted": "var(--xmlui-marginLeft-Text-deleted)", "marginRight-Text-deleted": "var(--xmlui-marginRight-Text-deleted)", "verticalAlign-Text-deleted": "var(--xmlui-verticalAlign-Text-deleted)", "marginTop-Text-inserted": "var(--xmlui-marginTop-Text-inserted)", "marginBottom-Text-inserted": "var(--xmlui-marginBottom-Text-inserted)", "marginLeft-Text-inserted": "var(--xmlui-marginLeft-Text-inserted)", "marginRight-Text-inserted": "var(--xmlui-marginRight-Text-inserted)", "verticalAlign-Text-inserted": "var(--xmlui-verticalAlign-Text-inserted)", "marginTop-Text-keyboard": "var(--xmlui-marginTop-Text-keyboard)", "marginBottom-Text-keyboard": "var(--xmlui-marginBottom-Text-keyboard)", "marginLeft-Text-keyboard": "var(--xmlui-marginLeft-Text-keyboard)", "marginRight-Text-keyboard": "var(--xmlui-marginRight-Text-keyboard)", "verticalAlign-Text-keyboard": "var(--xmlui-verticalAlign-Text-keyboard)", "marginTop-Text-marked": "var(--xmlui-marginTop-Text-marked)", "marginBottom-Text-marked": "var(--xmlui-marginBottom-Text-marked)", "marginLeft-Text-marked": "var(--xmlui-marginLeft-Text-marked)", "marginRight-Text-marked": "var(--xmlui-marginRight-Text-marked)", "verticalAlign-Text-marked": "var(--xmlui-verticalAlign-Text-marked)", "marginTop-Text-mono": "var(--xmlui-marginTop-Text-mono)", "marginBottom-Text-mono": "var(--xmlui-marginBottom-Text-mono)", "marginLeft-Text-mono": "var(--xmlui-marginLeft-Text-mono)", "marginRight-Text-mono": "var(--xmlui-marginRight-Text-mono)", "verticalAlign-Text-mono": "var(--xmlui-verticalAlign-Text-mono)", "marginTop-Text-sample": "var(--xmlui-marginTop-Text-sample)", "marginBottom-Text-sample": "var(--xmlui-marginBottom-Text-sample)", "marginLeft-Text-sample": "var(--xmlui-marginLeft-Text-sample)", "marginRight-Text-sample": "var(--xmlui-marginRight-Text-sample)", "verticalAlign-Text-sample": "var(--xmlui-verticalAlign-Text-sample)", "marginTop-Text-sup": "var(--xmlui-marginTop-Text-sup)", "marginBottom-Text-sup": "var(--xmlui-marginBottom-Text-sup)", "marginLeft-Text-sup": "var(--xmlui-marginLeft-Text-sup)", "marginRight-Text-sup": "var(--xmlui-marginRight-Text-sup)", "verticalAlign-Text-sup": "var(--xmlui-verticalAlign-Text-sup)", "marginTop-Text-sub": "var(--xmlui-marginTop-Text-sub)", "marginBottom-Text-sub": "var(--xmlui-marginBottom-Text-sub)", "marginLeft-Text-sub": "var(--xmlui-marginLeft-Text-sub)", "marginRight-Text-sub": "var(--xmlui-marginRight-Text-sub)", "verticalAlign-Text-sub": "var(--xmlui-verticalAlign-Text-sub)", "marginTop-Text-var": "var(--xmlui-marginTop-Text-var)", "marginBottom-Text-var": "var(--xmlui-marginBottom-Text-var)", "marginLeft-Text-var": "var(--xmlui-marginLeft-Text-var)", "marginRight-Text-var": "var(--xmlui-marginRight-Text-var)", "verticalAlign-Text-var": "var(--xmlui-verticalAlign-Text-var)", "marginTop-Text-title": "var(--xmlui-marginTop-Text-title)", "marginBottom-Text-title": "var(--xmlui-marginBottom-Text-title)", "marginLeft-Text-title": "var(--xmlui-marginLeft-Text-title)", "marginRight-Text-title": "var(--xmlui-marginRight-Text-title)", "verticalAlign-Text-title": "var(--xmlui-verticalAlign-Text-title)", "marginTop-Text-subtitle": "var(--xmlui-marginTop-Text-subtitle)", "marginBottom-Text-subtitle": "var(--xmlui-marginBottom-Text-subtitle)", "marginLeft-Text-subtitle": "var(--xmlui-marginLeft-Text-subtitle)", "marginRight-Text-subtitle": "var(--xmlui-marginRight-Text-subtitle)", "verticalAlign-Text-subtitle": "var(--xmlui-verticalAlign-Text-subtitle)", "marginTop-Text-small": "var(--xmlui-marginTop-Text-small)", "marginBottom-Text-small": "var(--xmlui-marginBottom-Text-small)", "marginLeft-Text-small": "var(--xmlui-marginLeft-Text-small)", "marginRight-Text-small": "var(--xmlui-marginRight-Text-small)", "verticalAlign-Text-small": "var(--xmlui-verticalAlign-Text-small)", "marginTop-Text-caption": "var(--xmlui-marginTop-Text-caption)", "marginBottom-Text-caption": "var(--xmlui-marginBottom-Text-caption)", "marginLeft-Text-caption": "var(--xmlui-marginLeft-Text-caption)", "marginRight-Text-caption": "var(--xmlui-marginRight-Text-caption)", "verticalAlign-Text-caption": "var(--xmlui-verticalAlign-Text-caption)", "marginTop-Text-placeholder": "var(--xmlui-marginTop-Text-placeholder)", "marginBottom-Text-placeholder": "var(--xmlui-marginBottom-Text-placeholder)", "marginLeft-Text-placeholder": "var(--xmlui-marginLeft-Text-placeholder)", "marginRight-Text-placeholder": "var(--xmlui-marginRight-Text-placeholder)", "verticalAlign-Text-placeholder": "var(--xmlui-verticalAlign-Text-placeholder)", "marginTop-Text-paragraph": "var(--xmlui-marginTop-Text-paragraph)", "marginBottom-Text-paragraph": "var(--xmlui-marginBottom-Text-paragraph)", "marginLeft-Text-paragraph": "var(--xmlui-marginLeft-Text-paragraph)", "marginRight-Text-paragraph": "var(--xmlui-marginRight-Text-paragraph)", "verticalAlign-Text-paragraph": "var(--xmlui-verticalAlign-Text-paragraph)", "marginTop-Text-subheading": "var(--xmlui-marginTop-Text-subheading)", "marginBottom-Text-subheading": "var(--xmlui-marginBottom-Text-subheading)", "marginLeft-Text-subheading": "var(--xmlui-marginLeft-Text-subheading)", "marginRight-Text-subheading": "var(--xmlui-marginRight-Text-subheading)", "verticalAlign-Text-subheading": "var(--xmlui-verticalAlign-Text-subheading)", "marginTop-Text-tableheading": "var(--xmlui-marginTop-Text-tableheading)", "marginBottom-Text-tableheading": "var(--xmlui-marginBottom-Text-tableheading)", "marginLeft-Text-tableheading": "var(--xmlui-marginLeft-Text-tableheading)", "marginRight-Text-tableheading": "var(--xmlui-marginRight-Text-tableheading)", "verticalAlign-Text-tableheading": "var(--xmlui-verticalAlign-Text-tableheading)", "marginTop-Text-secondary": "var(--xmlui-marginTop-Text-secondary)", "marginBottom-Text-secondary": "var(--xmlui-marginBottom-Text-secondary)", "marginLeft-Text-secondary": "var(--xmlui-marginLeft-Text-secondary)", "marginRight-Text-secondary": "var(--xmlui-marginRight-Text-secondary)", "verticalAlign-Text-secondary": "var(--xmlui-verticalAlign-Text-secondary)"}'`;
|
|
46971
|
-
const text$a = "
|
|
46972
|
-
const markdown = "
|
|
46973
|
-
const abbr = "
|
|
46974
|
-
const cite = "
|
|
46975
|
-
const em = "
|
|
46976
|
-
const codefence = "
|
|
46977
|
-
const code$4 = "
|
|
46978
|
-
const textcode = "
|
|
46979
|
-
const deleted = "
|
|
46980
|
-
const inserted = "
|
|
46981
|
-
const keyboard = "
|
|
46982
|
-
const marked = "
|
|
46983
|
-
const mono = "
|
|
46984
|
-
const sample = "
|
|
46985
|
-
const sup = "
|
|
46986
|
-
const sub = "
|
|
46987
|
-
const title$3 = "
|
|
46988
|
-
const subtitle = "
|
|
46989
|
-
const small = "
|
|
46990
|
-
const caption$1 = "
|
|
46991
|
-
const placeholder$2 = "
|
|
46992
|
-
const paragraph$3 = "
|
|
46993
|
-
const subheading = "
|
|
46994
|
-
const tableheading = "
|
|
46995
|
-
const secondary = "
|
|
46996
|
-
const strong$3 = "
|
|
46997
|
-
const truncateOverflow = "
|
|
46998
|
-
const preserveLinebreaks = "
|
|
46999
|
-
const noEllipsis = "
|
|
46975
|
+
const text$a = "_text_a71fu_13";
|
|
46976
|
+
const markdown = "_markdown_a71fu_75";
|
|
46977
|
+
const abbr = "_abbr_a71fu_132";
|
|
46978
|
+
const cite = "_cite_a71fu_189";
|
|
46979
|
+
const em = "_em_a71fu_246";
|
|
46980
|
+
const codefence = "_codefence_a71fu_303";
|
|
46981
|
+
const code$4 = "_code_a71fu_303";
|
|
46982
|
+
const textcode = "_textcode_a71fu_308";
|
|
46983
|
+
const deleted = "_deleted_a71fu_456";
|
|
46984
|
+
const inserted = "_inserted_a71fu_528";
|
|
46985
|
+
const keyboard = "_keyboard_a71fu_600";
|
|
46986
|
+
const marked = "_marked_a71fu_657";
|
|
46987
|
+
const mono = "_mono_a71fu_729";
|
|
46988
|
+
const sample = "_sample_a71fu_786";
|
|
46989
|
+
const sup = "_sup_a71fu_843";
|
|
46990
|
+
const sub = "_sub_a71fu_900";
|
|
46991
|
+
const title$3 = "_title_a71fu_1014";
|
|
46992
|
+
const subtitle = "_subtitle_a71fu_1071";
|
|
46993
|
+
const small = "_small_a71fu_1128";
|
|
46994
|
+
const caption$1 = "_caption_a71fu_1185";
|
|
46995
|
+
const placeholder$2 = "_placeholder_a71fu_1242";
|
|
46996
|
+
const paragraph$3 = "_paragraph_a71fu_1299";
|
|
46997
|
+
const subheading = "_subheading_a71fu_1356";
|
|
46998
|
+
const tableheading = "_tableheading_a71fu_1413";
|
|
46999
|
+
const secondary = "_secondary_a71fu_1470";
|
|
47000
|
+
const strong$3 = "_strong_a71fu_1527";
|
|
47001
|
+
const truncateOverflow = "_truncateOverflow_a71fu_1535";
|
|
47002
|
+
const preserveLinebreaks = "_preserveLinebreaks_a71fu_1542";
|
|
47003
|
+
const noEllipsis = "_noEllipsis_a71fu_1546";
|
|
47000
47004
|
const styles$Q = {
|
|
47001
47005
|
themeVars: themeVars$B,
|
|
47002
47006
|
text: text$a,
|
|
@@ -47015,7 +47019,7 @@ ${error2.errorObject}`;
|
|
|
47015
47019
|
sample,
|
|
47016
47020
|
sup,
|
|
47017
47021
|
sub,
|
|
47018
|
-
"var": "
|
|
47022
|
+
"var": "_var_a71fu_957",
|
|
47019
47023
|
title: title$3,
|
|
47020
47024
|
subtitle,
|
|
47021
47025
|
small,
|
|
@@ -47108,6 +47112,7 @@ ${error2.errorObject}`;
|
|
|
47108
47112
|
[`textColor-${COMP$18}`]: "$textColor-primary",
|
|
47109
47113
|
[`fontFamily-${COMP$18}`]: "$fontFamily",
|
|
47110
47114
|
[`fontWeight-${COMP$18}`]: "$fontWeight-normal",
|
|
47115
|
+
[`fontSize-${COMP$18}-codefence`]: "$fontSize-small",
|
|
47111
47116
|
[`fontFamily-${COMP$18}-code`]: "$fontFamily-monospace",
|
|
47112
47117
|
[`fontSize-${COMP$18}-code`]: "$fontSize-small",
|
|
47113
47118
|
[`borderWidth-${COMP$18}-code`]: "1px",
|
|
@@ -101207,7 +101212,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
101207
101212
|
to: extractValue.asOptionalString(node2.props.to),
|
|
101208
101213
|
icon: /* @__PURE__ */ jsxRuntimeExports.jsx(Icon$1, { name: extractValue.asString(node2.props.icon), className: navLinkStyles.icon }),
|
|
101209
101214
|
node: node2,
|
|
101210
|
-
initiallyExpanded: extractValue.
|
|
101215
|
+
initiallyExpanded: extractValue.asOptionalBoolean(node2.props.initiallyExpanded),
|
|
101211
101216
|
renderChild: renderChild2,
|
|
101212
101217
|
iconHorizontalExpanded: extractValue.asOptionalString(node2.props.iconHorizontalExpanded),
|
|
101213
101218
|
iconVerticalExpanded: extractValue.asOptionalString(node2.props.iconVerticalExpanded),
|
|
@@ -132475,7 +132480,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
132475
132480
|
function isResponseWithoutBody(status) {
|
|
132476
132481
|
return RESPONSE_STATUS_CODES_WITHOUT_BODY.has(status);
|
|
132477
132482
|
}
|
|
132478
|
-
var define_process_env_default$6 = { 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.
|
|
132483
|
+
var define_process_env_default$6 = { 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.37 (built 5/21/2025)" };
|
|
132479
132484
|
var __defProp$7 = Object.defineProperty;
|
|
132480
132485
|
var __export = (target2, all2) => {
|
|
132481
132486
|
for (var name2 in all2)
|
|
@@ -140863,26 +140868,13 @@ If this message still persists after updating, please report an issue: https://g
|
|
|
140863
140868
|
removeIndents = true,
|
|
140864
140869
|
children,
|
|
140865
140870
|
style: style2,
|
|
140866
|
-
codeHighlighter
|
|
140871
|
+
codeHighlighter,
|
|
140872
|
+
showHeadingAnchors = false
|
|
140867
140873
|
}) {
|
|
140868
140874
|
if (typeof children !== "string") {
|
|
140869
140875
|
return null;
|
|
140870
140876
|
}
|
|
140871
140877
|
children = removeIndents ? removeTextIndents(children) : children;
|
|
140872
|
-
const renderHeading2 = (level, children2) => {
|
|
140873
|
-
if (typeof children2 === "string") {
|
|
140874
|
-
const [headingLabel, anchorId] = getCustomAnchor(children2);
|
|
140875
|
-
if (anchorId) {
|
|
140876
|
-
const currentPath = window.location.href.replace(new RegExp("(?<!\\/)#.*$"), "");
|
|
140877
|
-
const href = `${currentPath}#${anchorId}`;
|
|
140878
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsxs(Heading, { level, id: anchorId, children: [
|
|
140879
|
-
headingLabel,
|
|
140880
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("a", { href, id: anchorId, "aria-label": "Permalink for this section", children: "#" })
|
|
140881
|
-
] });
|
|
140882
|
-
}
|
|
140883
|
-
}
|
|
140884
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(Heading, { level, children: children2 });
|
|
140885
|
-
};
|
|
140886
140878
|
return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$k.markdownContent, style: { ...style2 }, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
140887
140879
|
MarkdownHooks,
|
|
140888
140880
|
{
|
|
@@ -140905,22 +140897,22 @@ If this message still persists after updating, please report an issue: https://g
|
|
|
140905
140897
|
}
|
|
140906
140898
|
},
|
|
140907
140899
|
h1({ children: children2 }) {
|
|
140908
|
-
return
|
|
140900
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(LinkAwareHeading, { level: "h1", showHeadingAnchors, children: children2 });
|
|
140909
140901
|
},
|
|
140910
140902
|
h2({ children: children2 }) {
|
|
140911
|
-
return
|
|
140903
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(LinkAwareHeading, { level: "h2", showHeadingAnchors, children: children2 });
|
|
140912
140904
|
},
|
|
140913
140905
|
h3({ children: children2 }) {
|
|
140914
|
-
return
|
|
140906
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(LinkAwareHeading, { level: "h3", showHeadingAnchors, children: children2 });
|
|
140915
140907
|
},
|
|
140916
140908
|
h4({ children: children2 }) {
|
|
140917
|
-
return
|
|
140909
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(LinkAwareHeading, { level: "h4", showHeadingAnchors, children: children2 });
|
|
140918
140910
|
},
|
|
140919
140911
|
h5({ children: children2 }) {
|
|
140920
|
-
return
|
|
140912
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(LinkAwareHeading, { level: "h5", showHeadingAnchors, children: children2 });
|
|
140921
140913
|
},
|
|
140922
140914
|
h6({ children: children2 }) {
|
|
140923
|
-
return
|
|
140915
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(LinkAwareHeading, { level: "h6", showHeadingAnchors, children: children2 });
|
|
140924
140916
|
},
|
|
140925
140917
|
p({ id, children: children2 }) {
|
|
140926
140918
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(Text, { uid: id, variant: "markdown", children: children2 });
|
|
@@ -141031,33 +141023,6 @@ If this message still persists after updating, please report an issue: https://g
|
|
|
141031
141023
|
}
|
|
141032
141024
|
) });
|
|
141033
141025
|
});
|
|
141034
|
-
function removeTextIndents(input2) {
|
|
141035
|
-
if (!input2) {
|
|
141036
|
-
return "";
|
|
141037
|
-
}
|
|
141038
|
-
const lines = input2.split("\n");
|
|
141039
|
-
const minIndent = lines.reduce((min2, line) => {
|
|
141040
|
-
const match2 = line.match(/^\s*/);
|
|
141041
|
-
const indentLength = match2 ? match2[0].length : 0;
|
|
141042
|
-
return line.trim() ? Math.min(min2, indentLength) : min2;
|
|
141043
|
-
}, Infinity);
|
|
141044
|
-
const trimmedLines = lines.map(
|
|
141045
|
-
(line) => line.startsWith(" ".repeat(minIndent)) ? line.slice(minIndent) : line
|
|
141046
|
-
);
|
|
141047
|
-
return trimmedLines.join("\n");
|
|
141048
|
-
}
|
|
141049
|
-
function getCustomAnchor(value) {
|
|
141050
|
-
if (!value) {
|
|
141051
|
-
return ["", ""];
|
|
141052
|
-
}
|
|
141053
|
-
const match2 = value.match(/^(.*?)\s*\[#([^\]]+)\]$/);
|
|
141054
|
-
if (match2) {
|
|
141055
|
-
const headingLabel = match2[1].trim();
|
|
141056
|
-
const anchorId = match2[2].trim();
|
|
141057
|
-
return [headingLabel, anchorId];
|
|
141058
|
-
}
|
|
141059
|
-
return [value.trim(), ""];
|
|
141060
|
-
}
|
|
141061
141026
|
const HorizontalRule = () => {
|
|
141062
141027
|
return /* @__PURE__ */ jsxRuntimeExports.jsx("hr", { className: styles$k.horizontalRule });
|
|
141063
141028
|
};
|
|
@@ -141125,6 +141090,83 @@ If this message still persists after updating, please report an issue: https://g
|
|
|
141125
141090
|
}
|
|
141126
141091
|
return /* @__PURE__ */ jsxRuntimeExports.jsx("blockquote", { className: styles$k.blockquote, style: style2, children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: styles$k.blockquoteContainer, children }) });
|
|
141127
141092
|
};
|
|
141093
|
+
function LinkAwareHeading({ children, level, showHeadingAnchors }) {
|
|
141094
|
+
let headingLabel = "";
|
|
141095
|
+
let anchorId = "";
|
|
141096
|
+
if (!children) return /* @__PURE__ */ jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment, {});
|
|
141097
|
+
if (typeof children === "string") {
|
|
141098
|
+
[headingLabel, anchorId] = getCustomAnchor(children);
|
|
141099
|
+
} else if (Array.isArray(children)) {
|
|
141100
|
+
if (children.length === 0) return /* @__PURE__ */ jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment, {});
|
|
141101
|
+
if (children.length === 1) {
|
|
141102
|
+
headingLabel = children[0];
|
|
141103
|
+
} else {
|
|
141104
|
+
headingLabel = children.slice(0, -1);
|
|
141105
|
+
const last2 = children[children.length - 1];
|
|
141106
|
+
if (typeof last2 === "string") {
|
|
141107
|
+
const match2 = last2.trim().match(/^\[#([^\]]+)\]$/);
|
|
141108
|
+
if (match2 && match2.length > 0) {
|
|
141109
|
+
anchorId = match2[1];
|
|
141110
|
+
}
|
|
141111
|
+
}
|
|
141112
|
+
}
|
|
141113
|
+
} else {
|
|
141114
|
+
const headingContent = extractTextNodes(children);
|
|
141115
|
+
if (!headingContent) return /* @__PURE__ */ jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment, {});
|
|
141116
|
+
headingLabel = children;
|
|
141117
|
+
}
|
|
141118
|
+
if (!anchorId) {
|
|
141119
|
+
anchorId = headingToAnchorLink(extractTextNodes(headingLabel));
|
|
141120
|
+
}
|
|
141121
|
+
const currentPath = window.location.href.replace(new RegExp("(?<!\\/)#.*$"), "");
|
|
141122
|
+
const href = `${currentPath}#${anchorId}`;
|
|
141123
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsxs(Heading, { level, id: anchorId, children: [
|
|
141124
|
+
headingLabel,
|
|
141125
|
+
showHeadingAnchors && anchorId && // NOTE: Anchor is hidden from screen readers
|
|
141126
|
+
// TODO: make sure this is a good idea
|
|
141127
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx("a", { href, id: anchorId, "aria-hidden": "true", children: "#" })
|
|
141128
|
+
] });
|
|
141129
|
+
}
|
|
141130
|
+
function removeTextIndents(input2) {
|
|
141131
|
+
if (!input2) {
|
|
141132
|
+
return "";
|
|
141133
|
+
}
|
|
141134
|
+
const lines = input2.split("\n");
|
|
141135
|
+
const minIndent = lines.reduce((min2, line) => {
|
|
141136
|
+
const match2 = line.match(/^\s*/);
|
|
141137
|
+
const indentLength = match2 ? match2[0].length : 0;
|
|
141138
|
+
return line.trim() ? Math.min(min2, indentLength) : min2;
|
|
141139
|
+
}, Infinity);
|
|
141140
|
+
const trimmedLines = lines.map(
|
|
141141
|
+
(line) => line.startsWith(" ".repeat(minIndent)) ? line.slice(minIndent) : line
|
|
141142
|
+
);
|
|
141143
|
+
return trimmedLines.join("\n");
|
|
141144
|
+
}
|
|
141145
|
+
function getCustomAnchor(value) {
|
|
141146
|
+
if (!value) {
|
|
141147
|
+
return ["", ""];
|
|
141148
|
+
}
|
|
141149
|
+
const match2 = value.match(/^(.*?)\s*\[#([^\]]+)\]$/);
|
|
141150
|
+
if (match2) {
|
|
141151
|
+
const headingLabel = match2[1].trim();
|
|
141152
|
+
const anchorId = match2[2].trim();
|
|
141153
|
+
return [headingLabel, anchorId];
|
|
141154
|
+
}
|
|
141155
|
+
return [value.trim(), ""];
|
|
141156
|
+
}
|
|
141157
|
+
function headingToAnchorLink(rawStr) {
|
|
141158
|
+
return rawStr.trim().toLocaleLowerCase().replaceAll(/[^A-Za-z0-9-]/g, "-").replaceAll(/--+/g, "-").replace(/^-|-$/, "").replace(/`/g, "").replace(/"|'/g, "");
|
|
141159
|
+
}
|
|
141160
|
+
function extractTextNodes(node2) {
|
|
141161
|
+
if (typeof node2 === "string" || typeof node2 === "number") return node2.toString();
|
|
141162
|
+
if (React.isValidElement(node2) && node2.props && node2.props.children) {
|
|
141163
|
+
if (Array.isArray(node2.props.children)) {
|
|
141164
|
+
return node2.props.children.map(extractTextNodes).join("");
|
|
141165
|
+
}
|
|
141166
|
+
return extractTextNodes(node2.props.children);
|
|
141167
|
+
}
|
|
141168
|
+
return "";
|
|
141169
|
+
}
|
|
141128
141170
|
function parseBindingExpression(text2, extractValue) {
|
|
141129
141171
|
text2 = text2.replaceAll(new RegExp("(?<!\\\\)\\@\\{\\s*\\}", "g"), "");
|
|
141130
141172
|
const regex = new RegExp("(?<!\\\\)\\@\\{((?:[^{}]|\\{(?:[^{}]|\\{(?:[^{}]|\\{[^{}]*\\})*\\})*\\})*)\\}", "g");
|
|
@@ -141425,6 +141467,11 @@ If this message still persists after updating, please report an issue: https://g
|
|
|
141425
141467
|
description: "This boolean property specifies whether leading indents should be removed from the markdown content. If set to `true`, the shortest indent found at the start of the content lines is removed from the beginning of every line.",
|
|
141426
141468
|
valueType: "boolean",
|
|
141427
141469
|
defaultValue: true
|
|
141470
|
+
},
|
|
141471
|
+
showHeadingAnchors: {
|
|
141472
|
+
description: "This boolean property specifies whether heading anchors should be displayed. If set to `true`, heading anchors will be displayed on hover next to headings.",
|
|
141473
|
+
valueType: "boolean",
|
|
141474
|
+
defaultValue: false
|
|
141428
141475
|
}
|
|
141429
141476
|
},
|
|
141430
141477
|
defaultThemeVars: {
|
|
@@ -141488,6 +141535,7 @@ If this message still persists after updating, please report an issue: https://g
|
|
|
141488
141535
|
removeIndents: extractValue.asOptionalBoolean(node2.props.removeIndents, true),
|
|
141489
141536
|
codeHighlighter: extractValue(node2.props.codeHighlighter),
|
|
141490
141537
|
extractValue,
|
|
141538
|
+
showHeadingAnchors: extractValue.asOptionalBoolean(node2.props.showHeadingAnchors, false),
|
|
141491
141539
|
children: renderedChildren
|
|
141492
141540
|
}
|
|
141493
141541
|
);
|
|
@@ -141498,7 +141546,8 @@ If this message still persists after updating, please report an issue: https://g
|
|
|
141498
141546
|
removeIndents,
|
|
141499
141547
|
style: style2,
|
|
141500
141548
|
extractValue,
|
|
141501
|
-
codeHighlighter
|
|
141549
|
+
codeHighlighter,
|
|
141550
|
+
showHeadingAnchors
|
|
141502
141551
|
}) => {
|
|
141503
141552
|
const markdownContent2 = reactExports.useMemo(() => {
|
|
141504
141553
|
if (typeof children !== "string") {
|
|
@@ -141513,7 +141562,16 @@ If this message still persists after updating, please report an issue: https://g
|
|
|
141513
141562
|
resolvedMd = parseBindingExpression(resolvedMd, extractValue);
|
|
141514
141563
|
return resolvedMd;
|
|
141515
141564
|
}, [children, extractValue]);
|
|
141516
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
141565
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
141566
|
+
Markdown,
|
|
141567
|
+
{
|
|
141568
|
+
removeIndents,
|
|
141569
|
+
codeHighlighter,
|
|
141570
|
+
style: style2,
|
|
141571
|
+
showHeadingAnchors,
|
|
141572
|
+
children: markdownContent2
|
|
141573
|
+
}
|
|
141574
|
+
);
|
|
141517
141575
|
};
|
|
141518
141576
|
const COMP$u = "Select";
|
|
141519
141577
|
const SelectMd = createMetadata({
|
|
@@ -156258,7 +156316,7 @@ If this message still persists after updating, please report an issue: https://g
|
|
|
156258
156316
|
/* @__PURE__ */ jsxRuntimeExports.jsx("svg", { style: { display: "none" }, ref: spriteRootRef })
|
|
156259
156317
|
] });
|
|
156260
156318
|
}
|
|
156261
|
-
const version = "0.9.
|
|
156319
|
+
const version = "0.9.37";
|
|
156262
156320
|
const miscellaneousUtils = {
|
|
156263
156321
|
capitalize: capitalize$1,
|
|
156264
156322
|
pluralize: pluralize$1,
|
|
@@ -161768,7 +161826,7 @@ If this message still persists after updating, please report an issue: https://g
|
|
|
161768
161826
|
valueType: "boolean"
|
|
161769
161827
|
}
|
|
161770
161828
|
};
|
|
161771
|
-
var define_process_env_default = { VITE_XMLUI_VERSION: "0.9.
|
|
161829
|
+
var define_process_env_default = { VITE_XMLUI_VERSION: "0.9.37 (built 5/21/2025)" };
|
|
161772
161830
|
const MAIN_FILE = "Main." + componentFileExtension;
|
|
161773
161831
|
const MAIN_CODE_BEHIND_FILE = "Main." + codeBehindFileExtension;
|
|
161774
161832
|
const CONFIG_FILE = "config.json";
|