@progress/kendo-theme-bootstrap 6.3.1-dev.0 → 6.4.0-dev.1
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/all.css +351 -153
- package/dist/all.scss +250 -148
- package/dist/meta/sassdoc-data.json +989 -1097
- package/dist/meta/sassdoc-raw-data.json +493 -543
- package/dist/meta/variables.json +16 -16
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +5 -5
- package/scss/drawer/_variables.scss +2 -0
- package/scss/fab/_theme.scss +5 -0
- package/scss/fab/_variables.scss +5 -11
- package/scss/input/_variables.scss +0 -3
package/dist/all.scss
CHANGED
|
@@ -8138,6 +8138,22 @@ $kendo-utils: (
|
|
|
8138
8138
|
"black": black,
|
|
8139
8139
|
"white": white
|
|
8140
8140
|
)),
|
|
8141
|
+
"background-position": (
|
|
8142
|
+
center: center,
|
|
8143
|
+
top: top,
|
|
8144
|
+
right: right,
|
|
8145
|
+
bottom: bottom,
|
|
8146
|
+
left: left,
|
|
8147
|
+
top-left: top left,
|
|
8148
|
+
top-right: top right,
|
|
8149
|
+
bottom-left: bottom left,
|
|
8150
|
+
bottom-right: bottom right
|
|
8151
|
+
),
|
|
8152
|
+
"background-size": (
|
|
8153
|
+
auto,
|
|
8154
|
+
cover,
|
|
8155
|
+
contain
|
|
8156
|
+
),
|
|
8141
8157
|
|
|
8142
8158
|
// Border
|
|
8143
8159
|
"border-width": (
|
|
@@ -8547,25 +8563,25 @@ $kendo-utils: (
|
|
|
8547
8563
|
/// This is equivalent to `clear: left;`.
|
|
8548
8564
|
/// @example clear: left;
|
|
8549
8565
|
/// @name .k-clear-left
|
|
8550
|
-
/// @group
|
|
8566
|
+
/// @group clear
|
|
8551
8567
|
/// @contextType css
|
|
8552
8568
|
|
|
8553
8569
|
/// This is equivalent to `clear: right;`.
|
|
8554
8570
|
/// @example clear: right;
|
|
8555
8571
|
/// @name .k-clear-right
|
|
8556
|
-
/// @group
|
|
8572
|
+
/// @group clear
|
|
8557
8573
|
/// @contextType css
|
|
8558
8574
|
|
|
8559
8575
|
/// This is equivalent to `clear: both;`.
|
|
8560
8576
|
/// @example clear: both;
|
|
8561
8577
|
/// @name .k-clear-both
|
|
8562
|
-
/// @group
|
|
8578
|
+
/// @group clear
|
|
8563
8579
|
/// @contextType css
|
|
8564
8580
|
|
|
8565
8581
|
/// This is equivalent to `clear: none;`.
|
|
8566
8582
|
/// @example clear: none;
|
|
8567
8583
|
/// @name .k-clear-none
|
|
8568
|
-
/// @group
|
|
8584
|
+
/// @group clear
|
|
8569
8585
|
/// @contextType css
|
|
8570
8586
|
|
|
8571
8587
|
@mixin kendo-utils--layout--clear() {
|
|
@@ -9010,91 +9026,91 @@ $kendo-utils: (
|
|
|
9010
9026
|
/// This is equivalent to `top: 0;`.
|
|
9011
9027
|
/// @example top: 0;
|
|
9012
9028
|
/// @name .k-top-0
|
|
9013
|
-
/// @group
|
|
9029
|
+
/// @group placement
|
|
9014
9030
|
/// @contextType css
|
|
9015
9031
|
|
|
9016
9032
|
/// This is equivalent to `right: 0;`.
|
|
9017
9033
|
/// @example right: 0;
|
|
9018
9034
|
/// @name .k-right-0
|
|
9019
|
-
/// @group
|
|
9035
|
+
/// @group placement
|
|
9020
9036
|
/// @contextType css
|
|
9021
9037
|
|
|
9022
9038
|
/// This is equivalent to `bottom: 0;`.
|
|
9023
9039
|
/// @example bottom: 0;
|
|
9024
9040
|
/// @name .k-bottom-0
|
|
9025
|
-
/// @group
|
|
9041
|
+
/// @group placement
|
|
9026
9042
|
/// @contextType css
|
|
9027
9043
|
|
|
9028
9044
|
/// This is equivalent to `left: 0;`.
|
|
9029
9045
|
/// @example left: 0;
|
|
9030
9046
|
/// @name .k-left-0
|
|
9031
|
-
/// @group
|
|
9047
|
+
/// @group placement
|
|
9032
9048
|
/// @contextType css
|
|
9033
9049
|
|
|
9034
9050
|
/// This is equivalent to `top: 0;`.
|
|
9035
9051
|
/// @example top: 0;
|
|
9036
9052
|
/// @name .k-pos-top-0
|
|
9037
|
-
/// @group
|
|
9053
|
+
/// @group placement
|
|
9038
9054
|
/// @contextType css
|
|
9039
9055
|
|
|
9040
9056
|
/// This is equivalent to `right: 0;`.
|
|
9041
9057
|
/// @example right: 0;
|
|
9042
9058
|
/// @name .k-pos-right-0
|
|
9043
|
-
/// @group
|
|
9059
|
+
/// @group placement
|
|
9044
9060
|
/// @contextType css
|
|
9045
9061
|
|
|
9046
9062
|
/// This is equivalent to `bottom: 0;`.
|
|
9047
9063
|
/// @example bottom: 0;
|
|
9048
9064
|
/// @name .k-pos-bottom-0
|
|
9049
|
-
/// @group
|
|
9065
|
+
/// @group placement
|
|
9050
9066
|
/// @contextType css
|
|
9051
9067
|
|
|
9052
9068
|
/// This is equivalent to `left: 0;`.
|
|
9053
9069
|
/// @example left: 0;
|
|
9054
9070
|
/// @name .k-pos-left-0
|
|
9055
|
-
/// @group
|
|
9071
|
+
/// @group placement
|
|
9056
9072
|
/// @contextType css
|
|
9057
9073
|
|
|
9058
9074
|
/// This is equivalent to `top: 0; left: 0;`.
|
|
9059
9075
|
/// @example top: 0; left: 0;
|
|
9060
9076
|
/// @name .k-top-left-0
|
|
9061
|
-
/// @group
|
|
9077
|
+
/// @group placement
|
|
9062
9078
|
/// @contextType css
|
|
9063
9079
|
|
|
9064
9080
|
/// This is equivalent to `top: 0; right: 0;`.
|
|
9065
9081
|
/// @example top: 0; right: 0;
|
|
9066
9082
|
/// @name .k-top-right-0
|
|
9067
|
-
/// @group
|
|
9083
|
+
/// @group placement
|
|
9068
9084
|
/// @contextType css
|
|
9069
9085
|
|
|
9070
9086
|
/// This is equivalent to `bottom: 0; left: 0;`.
|
|
9071
9087
|
/// @example bottom: 0; left: 0;
|
|
9072
9088
|
/// @name .k-bottom-left-0
|
|
9073
|
-
/// @group
|
|
9089
|
+
/// @group placement
|
|
9074
9090
|
/// @contextType css
|
|
9075
9091
|
|
|
9076
9092
|
/// This is equivalent to `bottom: 0; right: 0;`.
|
|
9077
9093
|
/// @example bottom: 0; right: 0;
|
|
9078
9094
|
/// @name .k-bottom-right-0
|
|
9079
|
-
/// @group
|
|
9095
|
+
/// @group placement
|
|
9080
9096
|
/// @contextType css
|
|
9081
9097
|
|
|
9082
|
-
/// This is equivalent to `inset: 0;`.
|
|
9098
|
+
/// This is equivalent to `inset: 0;`.
|
|
9083
9099
|
/// @example inset: 0;
|
|
9084
9100
|
/// @name .k-inset-0
|
|
9085
|
-
/// @group
|
|
9101
|
+
/// @group placement
|
|
9086
9102
|
/// @contextType css
|
|
9087
9103
|
|
|
9088
9104
|
/// This is equivalent to `inset-inline: 0;`.
|
|
9089
9105
|
/// @example inset-inline: 0;
|
|
9090
9106
|
/// @name .k-inset-x-0
|
|
9091
|
-
/// @group
|
|
9107
|
+
/// @group placement
|
|
9092
9108
|
/// @contextType css
|
|
9093
9109
|
|
|
9094
9110
|
/// This is equivalent to `inset-block: 0;`.
|
|
9095
9111
|
/// @example inset-block: 0;
|
|
9096
9112
|
/// @name .k-inset-y-0
|
|
9097
|
-
/// @group
|
|
9113
|
+
/// @group placement
|
|
9098
9114
|
/// @contextType css
|
|
9099
9115
|
|
|
9100
9116
|
@mixin kendo-utils--layout--placement() {
|
|
@@ -9106,7 +9122,7 @@ $kendo-utils: (
|
|
|
9106
9122
|
@include generate-utils( left, left, $kendo-utils-placement );
|
|
9107
9123
|
|
|
9108
9124
|
|
|
9109
|
-
//
|
|
9125
|
+
// placement length utility classes
|
|
9110
9126
|
@each $side in (top, right, bottom, left) {
|
|
9111
9127
|
.#{$kendo-prefix}#{$side},
|
|
9112
9128
|
.#{$kendo-prefix}pos-#{$side} { #{$side}: 0; } // sass-lint:disable-line brace-style
|
|
@@ -9999,37 +10015,37 @@ $kendo-utils: (
|
|
|
9999
10015
|
// #region @import "./_grid-auto-flow.scss"; -> node_modules/@progress/kendo-theme-utils/scss/flex-grid/_grid-auto-flow.scss
|
|
10000
10016
|
/// This is equivalent to `grid-auto-flow: row;`.
|
|
10001
10017
|
/// @example grid-auto-flow: row;
|
|
10002
|
-
/// @name .k-grid-
|
|
10018
|
+
/// @name .k-grid-flow-row
|
|
10003
10019
|
/// @group grid-auto-flow
|
|
10004
10020
|
/// @contextType css
|
|
10005
10021
|
|
|
10006
10022
|
/// This is equivalent to `grid-auto-flow: column;`.
|
|
10007
10023
|
/// @example grid-auto-flow: column;
|
|
10008
|
-
/// @name .k-grid-
|
|
10024
|
+
/// @name .k-grid-flow-column
|
|
10009
10025
|
/// @group grid-auto-flow
|
|
10010
10026
|
/// @contextType css
|
|
10011
10027
|
|
|
10012
10028
|
/// This is equivalent to `grid-auto-flow: dense;`.
|
|
10013
10029
|
/// @example grid-auto-flow: dense;
|
|
10014
|
-
/// @name .k-grid-
|
|
10030
|
+
/// @name .k-grid-flow-dense
|
|
10015
10031
|
/// @group grid-auto-flow
|
|
10016
10032
|
/// @contextType css
|
|
10017
10033
|
|
|
10018
10034
|
/// This is equivalent to `grid-auto-flow: row dense;`.
|
|
10019
10035
|
/// @example grid-auto-flow: row dense;
|
|
10020
|
-
/// @name .k-grid-
|
|
10036
|
+
/// @name .k-grid-flow-row-dense
|
|
10021
10037
|
/// @group grid-auto-flow
|
|
10022
10038
|
/// @contextType css
|
|
10023
10039
|
|
|
10024
10040
|
/// This is equivalent to `grid-auto-flow: col dense;`.
|
|
10025
10041
|
/// @example grid-auto-flow: col dense;
|
|
10026
|
-
/// @name .k-grid-
|
|
10042
|
+
/// @name .k-grid-flow-col-dense
|
|
10027
10043
|
/// @group grid-auto-flow
|
|
10028
10044
|
/// @contextType css
|
|
10029
10045
|
|
|
10030
10046
|
/// This is equivalent to `grid-auto-flow: unset;`.
|
|
10031
10047
|
/// @example grid-auto-flow: unset;
|
|
10032
|
-
/// @name .k-grid-
|
|
10048
|
+
/// @name .k-grid-flow-unset
|
|
10033
10049
|
/// @group grid-auto-flow
|
|
10034
10050
|
/// @contextType css
|
|
10035
10051
|
|
|
@@ -11401,7 +11417,7 @@ $kendo-utils: (
|
|
|
11401
11417
|
|
|
11402
11418
|
/// This is equivalent to `padding: 0.75rem;`.
|
|
11403
11419
|
/// @example padding: 0.75rem;
|
|
11404
|
-
/// @name .k-p-
|
|
11420
|
+
/// @name .k-p-md
|
|
11405
11421
|
/// @group padding
|
|
11406
11422
|
/// @contextType css
|
|
11407
11423
|
|
|
@@ -12796,12 +12812,106 @@ $kendo-utils: (
|
|
|
12796
12812
|
|
|
12797
12813
|
}
|
|
12798
12814
|
|
|
12815
|
+
// #endregion
|
|
12816
|
+
// #region @import "./_background-position.scss"; -> node_modules/@progress/kendo-theme-utils/scss/background/_background-position.scss
|
|
12817
|
+
/// This is equivalent to `background-position: center;`.
|
|
12818
|
+
/// @example background-position: center;
|
|
12819
|
+
/// @name .k-bg-center
|
|
12820
|
+
/// @group background-position
|
|
12821
|
+
/// @contextType css
|
|
12822
|
+
|
|
12823
|
+
/// This is equivalent to `background-position: top;`.
|
|
12824
|
+
/// @example background-position: top;
|
|
12825
|
+
/// @name .k-bg-top
|
|
12826
|
+
/// @group background-position
|
|
12827
|
+
/// @contextType css
|
|
12828
|
+
|
|
12829
|
+
/// This is equivalent to `background-position: right;`.
|
|
12830
|
+
/// @example background-position: right;
|
|
12831
|
+
/// @name .k-bg-right
|
|
12832
|
+
/// @group background-position
|
|
12833
|
+
/// @contextType css
|
|
12834
|
+
|
|
12835
|
+
/// This is equivalent to `background-position: bottom;`.
|
|
12836
|
+
/// @example background-position: bottom;
|
|
12837
|
+
/// @name .k-bg-bottom
|
|
12838
|
+
/// @group background-position
|
|
12839
|
+
/// @contextType css
|
|
12840
|
+
|
|
12841
|
+
/// This is equivalent to `background-position: left;`.
|
|
12842
|
+
/// @example background-position: left;
|
|
12843
|
+
/// @name .k-bg-left
|
|
12844
|
+
/// @group background-position
|
|
12845
|
+
/// @contextType css
|
|
12846
|
+
|
|
12847
|
+
/// This is equivalent to `background-position: top left;`.
|
|
12848
|
+
/// @example background-position: top left;
|
|
12849
|
+
/// @name .k-bg-top-left
|
|
12850
|
+
/// @group background-position
|
|
12851
|
+
/// @contextType css
|
|
12852
|
+
|
|
12853
|
+
/// This is equivalent to `background-position: top right;`.
|
|
12854
|
+
/// @example background-position: top right;
|
|
12855
|
+
/// @name .k-bg-top-right
|
|
12856
|
+
/// @group background-position
|
|
12857
|
+
/// @contextType css
|
|
12858
|
+
|
|
12859
|
+
/// This is equivalent to `background-position: bottom left;`.
|
|
12860
|
+
/// @example background-position: bottom left;
|
|
12861
|
+
/// @name .k-bg-bottom-left
|
|
12862
|
+
/// @group background-position
|
|
12863
|
+
/// @contextType css
|
|
12864
|
+
|
|
12865
|
+
/// This is equivalent to `background-position: bottom right;`.
|
|
12866
|
+
/// @example background-position: bottom right;
|
|
12867
|
+
/// @name .k-bg-bottom-right
|
|
12868
|
+
/// @group background-position
|
|
12869
|
+
/// @contextType css
|
|
12870
|
+
|
|
12871
|
+
@mixin kendo-utils--background--background-position() {
|
|
12872
|
+
|
|
12873
|
+
// Background position utility classes
|
|
12874
|
+
$kendo-utils-background-position: k-map-get( $kendo-utils, "background-position" ) !default;
|
|
12875
|
+
@include generate-utils( bg, background-position, $kendo-utils-background-position );
|
|
12876
|
+
|
|
12877
|
+
}
|
|
12878
|
+
|
|
12879
|
+
// #endregion
|
|
12880
|
+
// #region @import "./_background-size.scss"; -> node_modules/@progress/kendo-theme-utils/scss/background/_background-size.scss
|
|
12881
|
+
/// This is equivalent to `background-size: auto;`.
|
|
12882
|
+
/// @example background-size: auto;
|
|
12883
|
+
/// @name .k-bg-auto
|
|
12884
|
+
/// @group background-size
|
|
12885
|
+
/// @contextType css
|
|
12886
|
+
|
|
12887
|
+
/// This is equivalent to `background-size: cover;`.
|
|
12888
|
+
/// @example background-size: cover;
|
|
12889
|
+
/// @name .k-bg-cover
|
|
12890
|
+
/// @group background-size
|
|
12891
|
+
/// @contextType css
|
|
12892
|
+
|
|
12893
|
+
/// This is equivalent to `background-size: contain;`.
|
|
12894
|
+
/// @example background-size: contain;
|
|
12895
|
+
/// @name .k-bg-contain
|
|
12896
|
+
/// @group background-size
|
|
12897
|
+
/// @contextType css
|
|
12898
|
+
|
|
12899
|
+
@mixin kendo-utils--background--background-size() {
|
|
12900
|
+
|
|
12901
|
+
// Background size utility classes
|
|
12902
|
+
$kendo-utils-background-size: k-map-get( $kendo-utils, "background-size" ) !default;
|
|
12903
|
+
@include generate-utils( bg, background-size, $kendo-utils-background-size );
|
|
12904
|
+
|
|
12905
|
+
}
|
|
12906
|
+
|
|
12799
12907
|
// #endregion
|
|
12800
12908
|
|
|
12801
12909
|
|
|
12802
12910
|
@mixin kendo-utils--background() {
|
|
12803
12911
|
@include kendo-utils--background--background-clip();
|
|
12804
12912
|
@include kendo-utils--background--background-color();
|
|
12913
|
+
@include kendo-utils--background--background-position();
|
|
12914
|
+
@include kendo-utils--background--background-size();
|
|
12805
12915
|
}
|
|
12806
12916
|
|
|
12807
12917
|
// #endregion
|
|
@@ -16837,13 +16947,16 @@ $ki-rotate-map: (
|
|
|
16837
16947
|
}
|
|
16838
16948
|
|
|
16839
16949
|
// RTL icons
|
|
16840
|
-
.k-rtl
|
|
16841
|
-
|
|
16842
|
-
|
|
16843
|
-
|
|
16844
|
-
|
|
16845
|
-
|
|
16846
|
-
|
|
16950
|
+
.k-rtl,
|
|
16951
|
+
[dir="rtl"] {
|
|
16952
|
+
.k-i-indent-increase,
|
|
16953
|
+
.k-i-indent-decrease,
|
|
16954
|
+
.k-i-caret-alt-right,
|
|
16955
|
+
.k-i-caret-alt-left,
|
|
16956
|
+
.k-svg-i-caret-alt-right,
|
|
16957
|
+
.k-svg-i-caret-alt-left {
|
|
16958
|
+
transform: scaleX(-1);
|
|
16959
|
+
}
|
|
16847
16960
|
}
|
|
16848
16961
|
|
|
16849
16962
|
.k-sprite {
|
|
@@ -18685,7 +18798,7 @@ $kendo-listgroup-item-border-width: $kendo-listgroup-border-width !default;
|
|
|
18685
18798
|
flex: 0 0 auto;
|
|
18686
18799
|
position: absolute;
|
|
18687
18800
|
top: 50%;
|
|
18688
|
-
|
|
18801
|
+
inset-inline-end: 0;
|
|
18689
18802
|
transform: translateY(-50%);
|
|
18690
18803
|
}
|
|
18691
18804
|
}
|
|
@@ -24873,7 +24986,6 @@ $kendo-input-sizes: (
|
|
|
24873
24986
|
padding-y: $kendo-input-sm-padding-y,
|
|
24874
24987
|
font-size: $kendo-input-sm-font-size,
|
|
24875
24988
|
line-height: $kendo-input-sm-line-height,
|
|
24876
|
-
icon-size: calc( #{$kendo-icon-size} + #{$kendo-input-sm-padding-y * 2} ),
|
|
24877
24989
|
button-padding-x: $kendo-input-sm-padding-y,
|
|
24878
24990
|
button-padding-y: $kendo-input-sm-padding-y
|
|
24879
24991
|
),
|
|
@@ -24882,7 +24994,6 @@ $kendo-input-sizes: (
|
|
|
24882
24994
|
padding-y: $kendo-input-md-padding-y,
|
|
24883
24995
|
font-size: $kendo-input-md-font-size,
|
|
24884
24996
|
line-height: $kendo-input-md-line-height,
|
|
24885
|
-
icon-size: calc( #{$kendo-icon-size} + #{$kendo-input-md-padding-y * 2} ),
|
|
24886
24997
|
button-padding-x: $kendo-input-md-padding-y,
|
|
24887
24998
|
button-padding-y: $kendo-input-md-padding-y
|
|
24888
24999
|
),
|
|
@@ -24891,7 +25002,6 @@ $kendo-input-sizes: (
|
|
|
24891
25002
|
padding-y: $kendo-input-lg-padding-y,
|
|
24892
25003
|
font-size: $kendo-input-lg-font-size,
|
|
24893
25004
|
line-height: $kendo-input-lg-line-height,
|
|
24894
|
-
icon-size: calc( #{$kendo-icon-size} + #{$kendo-input-lg-padding-y * 2} ),
|
|
24895
25005
|
button-padding-x: $kendo-input-lg-padding-y,
|
|
24896
25006
|
button-padding-y: $kendo-input-lg-padding-y
|
|
24897
25007
|
)
|
|
@@ -26431,8 +26541,8 @@ $_kendo-module-meta: (
|
|
|
26431
26541
|
box-sizing: border-box;
|
|
26432
26542
|
}
|
|
26433
26543
|
|
|
26434
|
-
.k-input,
|
|
26435
|
-
.k-picker {
|
|
26544
|
+
> .k-input,
|
|
26545
|
+
> .k-picker {
|
|
26436
26546
|
border-width: 0 !important; // sass-lint:disable-line no-important
|
|
26437
26547
|
color: inherit;
|
|
26438
26548
|
background: none;
|
|
@@ -26624,6 +26734,7 @@ $_kendo-module-meta: (
|
|
|
26624
26734
|
flex-flow: row nowrap;
|
|
26625
26735
|
align-items: center;
|
|
26626
26736
|
justify-content: center;
|
|
26737
|
+
box-sizing: content-box;
|
|
26627
26738
|
}
|
|
26628
26739
|
|
|
26629
26740
|
// Input with SVG icon
|
|
@@ -26796,7 +26907,6 @@ $_kendo-module-meta: (
|
|
|
26796
26907
|
$_padding-y: k-map-get( $size-props, padding-y );
|
|
26797
26908
|
$_font-size: k-map-get( $size-props, font-size );
|
|
26798
26909
|
$_line-height: k-map-get( $size-props, line-height );
|
|
26799
|
-
$_icon-size: k-map-get( $size-props, icon-size );
|
|
26800
26910
|
$_button-padding-x: k-map-get( $size-props, button-padding-x );
|
|
26801
26911
|
$_button-padding-y: k-map-get( $size-props, button-padding-y );
|
|
26802
26912
|
|
|
@@ -26834,8 +26944,9 @@ $_kendo-module-meta: (
|
|
|
26834
26944
|
.k-input-prefix > .k-svg-icon,
|
|
26835
26945
|
.k-input-suffix > .k-icon,
|
|
26836
26946
|
.k-input-suffix > .k-svg-icon {
|
|
26837
|
-
|
|
26838
|
-
|
|
26947
|
+
padding-block: $_padding-y;
|
|
26948
|
+
padding-inline: $_padding-y;
|
|
26949
|
+
box-sizing: content-box;
|
|
26839
26950
|
}
|
|
26840
26951
|
|
|
26841
26952
|
&.k-icon-picker .k-input-inner {
|
|
@@ -28296,11 +28407,8 @@ $kendo-listbox-drop-hint-width: 1px !default;
|
|
|
28296
28407
|
&[dir="rtl"],
|
|
28297
28408
|
[dir="rtl"] & {
|
|
28298
28409
|
|
|
28299
|
-
|
|
28300
|
-
|
|
28301
|
-
.k-listbox-actions {
|
|
28302
|
-
transform: scaleX(-1);
|
|
28303
|
-
}
|
|
28410
|
+
.k-listbox-actions .k-button-icon {
|
|
28411
|
+
transform: scaleX(-1);
|
|
28304
28412
|
}
|
|
28305
28413
|
}
|
|
28306
28414
|
}
|
|
@@ -36864,12 +36972,12 @@ $kendo-fab-sm-padding-y: k-math-div( $kendo-fab-padding-y, 2 ) !default;
|
|
|
36864
36972
|
$kendo-fab-md-padding-y: $kendo-fab-padding-y !default;
|
|
36865
36973
|
$kendo-fab-lg-padding-y: ( $kendo-fab-padding-y * 1.5 ) !default;
|
|
36866
36974
|
|
|
36867
|
-
/// FAB icon
|
|
36975
|
+
/// Horizontal padding of the FAB icon.
|
|
36868
36976
|
/// @group floating-action-button
|
|
36869
|
-
$kendo-fab-icon-
|
|
36870
|
-
/// FAB icon
|
|
36977
|
+
$kendo-fab-icon-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
|
|
36978
|
+
/// Vertical padding of the FAB icon.
|
|
36871
36979
|
/// @group floating-action-button
|
|
36872
|
-
$kendo-fab-icon-
|
|
36980
|
+
$kendo-fab-icon-padding-y: $kendo-fab-icon-padding-x !default;
|
|
36873
36981
|
/// FAB icon spacing.
|
|
36874
36982
|
/// @group floating-action-button
|
|
36875
36983
|
$kendo-fab-icon-spacing: k-map-get( $kendo-spacing, 0.5 ) !default; // sass-lint:disable-line leading-zero
|
|
@@ -36902,7 +37010,7 @@ $kendo-fab-item-text-line-height: 14px !default;
|
|
|
36902
37010
|
|
|
36903
37011
|
/// FAB item icon horizontal padding.
|
|
36904
37012
|
/// @group floating-action-button
|
|
36905
|
-
$kendo-fab-item-icon-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
37013
|
+
$kendo-fab-item-icon-padding-x: k-map-get( $kendo-spacing, 2 ) + $kendo-fab-icon-padding-x !default;
|
|
36906
37014
|
/// FAB item icon vertical padding.
|
|
36907
37015
|
/// @group floating-action-button
|
|
36908
37016
|
$kendo-fab-item-icon-padding-y: $kendo-fab-item-icon-padding-x !default;
|
|
@@ -36912,12 +37020,6 @@ $kendo-fab-item-icon-border-width: 0 !default;
|
|
|
36912
37020
|
/// Border radius of the FAB item icon.
|
|
36913
37021
|
/// @group floating-action-button
|
|
36914
37022
|
$kendo-fab-item-icon-border-radius: 50% !default;
|
|
36915
|
-
/// Width of the FAB item icon.
|
|
36916
|
-
/// @group floating-action-button
|
|
36917
|
-
$kendo-fab-item-icon-width: 24px !default;
|
|
36918
|
-
/// height of the FAB item icon.
|
|
36919
|
-
/// @group floating-action-button
|
|
36920
|
-
$kendo-fab-item-icon-height: $kendo-fab-item-icon-width !default;
|
|
36921
37023
|
|
|
36922
37024
|
/// Theme colors map for the FAB.
|
|
36923
37025
|
/// @group floating-action-button
|
|
@@ -37036,8 +37138,9 @@ $kendo-fab-item-outline-color: $kendo-button-bg !default;
|
|
|
37036
37138
|
|
|
37037
37139
|
// FAB Icon
|
|
37038
37140
|
.k-fab-icon {
|
|
37039
|
-
|
|
37040
|
-
|
|
37141
|
+
padding-inline: $kendo-fab-icon-padding-x;
|
|
37142
|
+
padding-block: $kendo-fab-icon-padding-y;
|
|
37143
|
+
box-sizing: content-box;
|
|
37041
37144
|
|
|
37042
37145
|
.k-icon-wrapper-host:not(:only-child) &,
|
|
37043
37146
|
&:not(:only-child) {
|
|
@@ -37118,8 +37221,6 @@ $kendo-fab-item-outline-color: $kendo-button-bg !default;
|
|
|
37118
37221
|
}
|
|
37119
37222
|
|
|
37120
37223
|
.k-fab-item-icon {
|
|
37121
|
-
width: $kendo-fab-item-icon-width;
|
|
37122
|
-
height: $kendo-fab-item-icon-height;
|
|
37123
37224
|
padding-block: $kendo-fab-item-icon-padding-y;
|
|
37124
37225
|
padding-inline: $kendo-fab-item-icon-padding-x;
|
|
37125
37226
|
border-width: $kendo-fab-item-icon-border-width;
|
|
@@ -37276,7 +37377,7 @@ $kendo-fab-item-outline-color: $kendo-button-bg !default;
|
|
|
37276
37377
|
}
|
|
37277
37378
|
|
|
37278
37379
|
// Popup
|
|
37279
|
-
.k-
|
|
37380
|
+
.k-fab-popup {
|
|
37280
37381
|
@include box-shadow( none );
|
|
37281
37382
|
}
|
|
37282
37383
|
|
|
@@ -37412,6 +37513,11 @@ $kendo-fab-item-outline-color: $kendo-button-bg !default;
|
|
|
37412
37513
|
}
|
|
37413
37514
|
}
|
|
37414
37515
|
|
|
37516
|
+
// Popup
|
|
37517
|
+
.k-fab-popup {
|
|
37518
|
+
@include box-shadow( none );
|
|
37519
|
+
}
|
|
37520
|
+
|
|
37415
37521
|
}
|
|
37416
37522
|
|
|
37417
37523
|
// #endregion
|
|
@@ -37763,7 +37869,7 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-map-get( $kendo-spacing, 4 ) !de
|
|
|
37763
37869
|
border-width: if( $kendo-actionsheet-border-width, $kendo-actionsheet-border-width, null );
|
|
37764
37870
|
border-top-width: if( $kendo-actionsheet-border-width, 0, null );
|
|
37765
37871
|
top: 0;
|
|
37766
|
-
|
|
37872
|
+
inset-inline-start: 50%;
|
|
37767
37873
|
transform: translateX( -50% );
|
|
37768
37874
|
}
|
|
37769
37875
|
.k-actionsheet-bottom {
|
|
@@ -37771,7 +37877,7 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-map-get( $kendo-spacing, 4 ) !de
|
|
|
37771
37877
|
border-width: if( $kendo-actionsheet-border-width, $kendo-actionsheet-border-width, null );
|
|
37772
37878
|
border-bottom-width: if( $kendo-actionsheet-border-width, 0, null );
|
|
37773
37879
|
bottom: 0;
|
|
37774
|
-
|
|
37880
|
+
inset-inline-start: 50%;
|
|
37775
37881
|
transform: translateX( -50% );
|
|
37776
37882
|
}
|
|
37777
37883
|
.k-actionsheet-left {
|
|
@@ -37930,6 +38036,15 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-map-get( $kendo-spacing, 4 ) !de
|
|
|
37930
38036
|
}
|
|
37931
38037
|
}
|
|
37932
38038
|
|
|
38039
|
+
// RTL
|
|
38040
|
+
.k-rtl,
|
|
38041
|
+
[dir="rtl"] {
|
|
38042
|
+
.k-actionsheet-top,
|
|
38043
|
+
.k-actionsheet-bottom {
|
|
38044
|
+
transform: translateX( 50% );
|
|
38045
|
+
}
|
|
38046
|
+
}
|
|
38047
|
+
|
|
37933
38048
|
}
|
|
37934
38049
|
|
|
37935
38050
|
|
|
@@ -38643,6 +38758,8 @@ $kendo-drawer-item-level-padding-x: $kendo-drawer-item-padding-x !default;
|
|
|
38643
38758
|
$kendo-drawer-item-level-count: 5 !default;
|
|
38644
38759
|
|
|
38645
38760
|
$kendo-drawer-icon-size: $kendo-icon-size !default;
|
|
38761
|
+
$kendo-drawer-icon-padding-x: 0 !default;
|
|
38762
|
+
$kendo-drawer-icon-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
38646
38763
|
|
|
38647
38764
|
$kendo-drawer-mini-initial-width: calc( 2 * #{$kendo-drawer-item-padding-x} + #{$kendo-drawer-icon-size} ) !default;
|
|
38648
38765
|
|
|
@@ -38817,16 +38934,26 @@ $kendo-drawer-selected-hover-text: $kendo-selected-text !default;
|
|
|
38817
38934
|
|
|
38818
38935
|
.k-svg-icon,
|
|
38819
38936
|
.k-icon {
|
|
38820
|
-
height: auto;
|
|
38821
|
-
font-size: $kendo-drawer-icon-size;
|
|
38822
|
-
line-height: $kendo-drawer-item-line-height;
|
|
38823
38937
|
flex-shrink: 0;
|
|
38938
|
+
padding-inline: $kendo-drawer-icon-padding-x;
|
|
38939
|
+
padding-block: $kendo-drawer-icon-padding-y;
|
|
38940
|
+
box-sizing: content-box;
|
|
38824
38941
|
|
|
38825
38942
|
&.k-i-none {
|
|
38826
38943
|
margin: 0;
|
|
38827
38944
|
}
|
|
38828
38945
|
}
|
|
38829
38946
|
|
|
38947
|
+
.k-icon {
|
|
38948
|
+
height: auto;
|
|
38949
|
+
font-size: $kendo-drawer-icon-size;
|
|
38950
|
+
}
|
|
38951
|
+
|
|
38952
|
+
.k-svg-icon {
|
|
38953
|
+
width: $kendo-drawer-icon-size;
|
|
38954
|
+
height: $kendo-drawer-icon-size;
|
|
38955
|
+
}
|
|
38956
|
+
|
|
38830
38957
|
.k-item-text {
|
|
38831
38958
|
display: inline-block;
|
|
38832
38959
|
white-space: nowrap;
|
|
@@ -40496,7 +40623,7 @@ $kendo-bottom-nav-flat-border: $kendo-component-border !default;
|
|
|
40496
40623
|
|
|
40497
40624
|
// Solid
|
|
40498
40625
|
@each $name, $color in $kendo-theme-colors {
|
|
40499
|
-
.k-bottom-nav-solid
|
|
40626
|
+
.k-bottom-nav-solid-#{$name} {
|
|
40500
40627
|
@include fill(
|
|
40501
40628
|
$color: k-true-mix( $color, k-contrast-legacy( $color ), 35%),
|
|
40502
40629
|
$bg: $color
|
|
@@ -40511,23 +40638,27 @@ $kendo-bottom-nav-flat-border: $kendo-component-border !default;
|
|
|
40511
40638
|
@include fill( $color: k-contrast-legacy( $color ) );
|
|
40512
40639
|
}
|
|
40513
40640
|
}
|
|
40641
|
+
// TODO: remove when suites update class names
|
|
40642
|
+
.k-bottom-nav-solid.k-bottom-nav-#{$name} {
|
|
40643
|
+
@extend .k-bottom-nav-solid-#{$name} !optional;
|
|
40644
|
+
}
|
|
40514
40645
|
}
|
|
40515
40646
|
|
|
40516
40647
|
// Flat
|
|
40517
|
-
|
|
40518
|
-
|
|
40519
|
-
|
|
40520
|
-
|
|
40521
|
-
|
|
40522
|
-
|
|
40648
|
+
@each $name, $color in $kendo-theme-colors {
|
|
40649
|
+
.k-bottom-nav-flat-#{$name} {
|
|
40650
|
+
@include fill(
|
|
40651
|
+
$kendo-bottom-nav-flat-text,
|
|
40652
|
+
$kendo-bottom-nav-flat-bg,
|
|
40653
|
+
$kendo-bottom-nav-flat-border
|
|
40654
|
+
);
|
|
40523
40655
|
|
|
40524
|
-
|
|
40525
|
-
|
|
40526
|
-
|
|
40527
|
-
|
|
40656
|
+
.k-bottom-nav-item.k-focus,
|
|
40657
|
+
.k-bottom-nav-item:focus {
|
|
40658
|
+
@include fill( $bg: rgba($kendo-bottom-nav-flat-text, .05) );
|
|
40659
|
+
}
|
|
40528
40660
|
|
|
40529
|
-
|
|
40530
|
-
&.k-bottom-nav-#{$name} .k-bottom-nav-item.k-selected {
|
|
40661
|
+
.k-bottom-nav-item.k-selected {
|
|
40531
40662
|
@if $name == "secondary" or $name == "light" {
|
|
40532
40663
|
@include fill( $color: k-try-shade($color, 3) );
|
|
40533
40664
|
} @else {
|
|
@@ -40535,6 +40666,9 @@ $kendo-bottom-nav-flat-border: $kendo-component-border !default;
|
|
|
40535
40666
|
}
|
|
40536
40667
|
}
|
|
40537
40668
|
}
|
|
40669
|
+
.k-bottom-nav-flat.k-bottom-nav-#{$name} {
|
|
40670
|
+
@extend .k-bottom-nav-flat-#{$name} !optional;
|
|
40671
|
+
}
|
|
40538
40672
|
}
|
|
40539
40673
|
|
|
40540
40674
|
}
|
|
@@ -40711,12 +40845,6 @@ $kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba( black, .06 ) !default;
|
|
|
40711
40845
|
overflow: hidden;
|
|
40712
40846
|
}
|
|
40713
40847
|
|
|
40714
|
-
.k-breadcrumb-container {
|
|
40715
|
-
// TODO: use !k-flex-wrap in rendering
|
|
40716
|
-
&.k-flex-wrap {
|
|
40717
|
-
flex-wrap: wrap;
|
|
40718
|
-
}
|
|
40719
|
-
}
|
|
40720
40848
|
.k-breadcrumb-root-item-container {
|
|
40721
40849
|
align-items: flex-start;
|
|
40722
40850
|
flex-shrink: 0;
|
|
@@ -40728,6 +40856,7 @@ $kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba( black, .06 ) !default;
|
|
|
40728
40856
|
vertical-align: middle;
|
|
40729
40857
|
display: inline-flex;
|
|
40730
40858
|
flex-direction: row;
|
|
40859
|
+
flex: none;
|
|
40731
40860
|
align-items: center;
|
|
40732
40861
|
overflow: hidden;
|
|
40733
40862
|
}
|
|
@@ -41180,18 +41309,7 @@ $kendo-pager-sizes: (
|
|
|
41180
41309
|
.k-rtl &,
|
|
41181
41310
|
&[dir="rtl"],
|
|
41182
41311
|
[dir="rtl"] & {
|
|
41183
|
-
.k-
|
|
41184
|
-
.k-i-caret-alt-to-right,
|
|
41185
|
-
.k-i-caret-alt-left,
|
|
41186
|
-
.k-i-caret-alt-right,
|
|
41187
|
-
.k-i-arrow-end-left,
|
|
41188
|
-
.k-i-arrow-60-left,
|
|
41189
|
-
.k-i-arrow-60-right,
|
|
41190
|
-
.k-i-arrow-end-right,
|
|
41191
|
-
.k-i-seek-w,
|
|
41192
|
-
.k-i-arrow-w,
|
|
41193
|
-
.k-i-arrow-e,
|
|
41194
|
-
.k-i-seek-e {
|
|
41312
|
+
.k-pager-nav .k-button-icon {
|
|
41195
41313
|
transform: scaleX(-1);
|
|
41196
41314
|
}
|
|
41197
41315
|
}
|
|
@@ -43201,6 +43319,9 @@ $kendo-expander-content-padding-y: k-map-get( $kendo-spacing, 6 ) !default;
|
|
|
43201
43319
|
// Expand / collapse icon
|
|
43202
43320
|
.k-expander-indicator {
|
|
43203
43321
|
margin-left: $kendo-expander-indicator-margin-x;
|
|
43322
|
+
display: flex;
|
|
43323
|
+
justify-content: center;
|
|
43324
|
+
align-items: center;
|
|
43204
43325
|
}
|
|
43205
43326
|
|
|
43206
43327
|
// Expander content
|
|
@@ -44817,15 +44938,11 @@ $kendo-adaptive-scheduler-subtle-text: $kendo-subtle-text !default;
|
|
|
44817
44938
|
.k-task {
|
|
44818
44939
|
display: flex;
|
|
44819
44940
|
align-items: center;
|
|
44941
|
+
gap: .5em;
|
|
44820
44942
|
|
|
44821
44943
|
.k-scheduler-mark {
|
|
44822
44944
|
border-radius: 50%;
|
|
44823
|
-
|
|
44824
|
-
|
|
44825
|
-
.k-i-reload,
|
|
44826
|
-
.k-i-arrow-rotate-cw {
|
|
44827
|
-
font-size: 1em;
|
|
44828
|
-
margin-right: .5em;
|
|
44945
|
+
margin: 0;
|
|
44829
44946
|
}
|
|
44830
44947
|
|
|
44831
44948
|
.k-scheduler-task-text {
|
|
@@ -44972,8 +45089,9 @@ $kendo-adaptive-scheduler-subtle-text: $kendo-subtle-text !default;
|
|
|
44972
45089
|
&[dir="rtl"],
|
|
44973
45090
|
[dir="rtl"] & {
|
|
44974
45091
|
|
|
44975
|
-
.k-header-cancel .k-
|
|
44976
|
-
.k-listgroup-item .k-select .k-
|
|
45092
|
+
.k-header-cancel .k-button-icon,
|
|
45093
|
+
.k-listgroup-item .k-select .k-svg-icon,
|
|
45094
|
+
.k-listgroup-item .k-select .k-icon {
|
|
44977
45095
|
transform: scaleX( -1 );
|
|
44978
45096
|
}
|
|
44979
45097
|
|
|
@@ -45587,6 +45705,7 @@ $kendo-grid-row-resizer-height: k-map-get( $kendo-spacing, .5 ) !default;
|
|
|
45587
45705
|
|
|
45588
45706
|
.k-grid-header,
|
|
45589
45707
|
.k-grid-content,
|
|
45708
|
+
.k-grid-content-locked,
|
|
45590
45709
|
.k-grid-footer {
|
|
45591
45710
|
.k-table {
|
|
45592
45711
|
table-layout: fixed;
|
|
@@ -46854,7 +46973,8 @@ $kendo-grid-row-resizer-height: k-map-get( $kendo-spacing, .5 ) !default;
|
|
|
46854
46973
|
cursor: pointer;
|
|
46855
46974
|
|
|
46856
46975
|
> .k-icon,
|
|
46857
|
-
> .k-svg-icon
|
|
46976
|
+
> .k-svg-icon,
|
|
46977
|
+
> .k-expander-indicator {
|
|
46858
46978
|
margin-inline-end: $kendo-icon-spacing;
|
|
46859
46979
|
}
|
|
46860
46980
|
}
|
|
@@ -48470,7 +48590,8 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
48470
48590
|
align-items: center;
|
|
48471
48591
|
flex: 1;
|
|
48472
48592
|
|
|
48473
|
-
> .k-
|
|
48593
|
+
> .k-icon,
|
|
48594
|
+
> .k-svg-icon {
|
|
48474
48595
|
padding-block: 0;
|
|
48475
48596
|
padding-inline: $kendo-padding-md-y;
|
|
48476
48597
|
box-sizing: content-box;
|
|
@@ -48981,7 +49102,8 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
48981
49102
|
cursor: pointer;
|
|
48982
49103
|
|
|
48983
49104
|
> .k-icon,
|
|
48984
|
-
> .k-svg-icon
|
|
49105
|
+
> .k-svg-icon,
|
|
49106
|
+
> .k-expander-indicator {
|
|
48985
49107
|
margin-right: $kendo-padding-md-y;
|
|
48986
49108
|
}
|
|
48987
49109
|
}
|
|
@@ -53102,24 +53224,6 @@ $kendo-editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-li
|
|
|
53102
53224
|
}
|
|
53103
53225
|
}
|
|
53104
53226
|
|
|
53105
|
-
// Generic widgets
|
|
53106
|
-
.k-numerictextbox {
|
|
53107
|
-
width: 10em;
|
|
53108
|
-
|
|
53109
|
-
& + .k-dropdown-list {
|
|
53110
|
-
width: 5em;
|
|
53111
|
-
}
|
|
53112
|
-
|
|
53113
|
-
& + .k-color-picker,
|
|
53114
|
-
& + .k-dropdown-list {
|
|
53115
|
-
margin-left: k-map-get( $kendo-spacing, 2 );
|
|
53116
|
-
}
|
|
53117
|
-
}
|
|
53118
|
-
|
|
53119
|
-
.k-color-picker {
|
|
53120
|
-
vertical-align: middle;
|
|
53121
|
-
}
|
|
53122
|
-
|
|
53123
53227
|
.k-edit-field > .k-checkbox {
|
|
53124
53228
|
position: relative; // fix scrolling
|
|
53125
53229
|
}
|
|
@@ -55515,24 +55619,11 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
|
55515
55619
|
// Scheduler navigation
|
|
55516
55620
|
.k-scheduler-navigation {}
|
|
55517
55621
|
|
|
55518
|
-
|
|
55519
|
-
|
|
55520
|
-
|
|
55521
|
-
|
|
55522
|
-
// Views dropdown
|
|
55523
|
-
.k-views-dropdown {
|
|
55524
|
-
width: auto;
|
|
55525
|
-
font: inherit;
|
|
55526
|
-
display: none;
|
|
55527
|
-
}
|
|
55528
|
-
|
|
55529
|
-
@media (max-width: 1024px) {
|
|
55530
|
-
.k-scheduler-views { display: none; }
|
|
55531
|
-
.k-views-dropdown { display: inline-block; }
|
|
55532
|
-
}
|
|
55622
|
+
.k-scheduler-toolbar .k-views-dropdown {
|
|
55623
|
+
width: auto;
|
|
55624
|
+
font: inherit;
|
|
55533
55625
|
}
|
|
55534
55626
|
|
|
55535
|
-
|
|
55536
55627
|
// Scheduler footer
|
|
55537
55628
|
.k-scheduler-footer {
|
|
55538
55629
|
@include box-shadow( none );
|
|
@@ -59232,11 +59323,11 @@ $kendo-scrollview-transition-timing-function: ease-in-out !default;
|
|
|
59232
59323
|
}
|
|
59233
59324
|
|
|
59234
59325
|
.k-scrollview-prev {
|
|
59235
|
-
|
|
59326
|
+
inset-inline-start: 0;
|
|
59236
59327
|
}
|
|
59237
59328
|
|
|
59238
59329
|
.k-scrollview-next {
|
|
59239
|
-
|
|
59330
|
+
inset-inline-end: 0;
|
|
59240
59331
|
}
|
|
59241
59332
|
|
|
59242
59333
|
|
|
@@ -59262,6 +59353,17 @@ $kendo-scrollview-transition-timing-function: ease-in-out !default;
|
|
|
59262
59353
|
}
|
|
59263
59354
|
}
|
|
59264
59355
|
|
|
59356
|
+
.k-rtl,
|
|
59357
|
+
[dir="rtl"] {
|
|
59358
|
+
.k-scrollview-prev,
|
|
59359
|
+
.k-scrollview-next {
|
|
59360
|
+
.k-icon,
|
|
59361
|
+
.k-svg-icon {
|
|
59362
|
+
transform: scaleX(-1);
|
|
59363
|
+
}
|
|
59364
|
+
}
|
|
59365
|
+
}
|
|
59366
|
+
|
|
59265
59367
|
}
|
|
59266
59368
|
|
|
59267
59369
|
|