@progress/kendo-theme-bootstrap 6.1.1-dev.2 → 6.1.1-dev.25
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 +545 -106
- package/dist/all.scss +2210 -1357
- package/dist/meta/sassdoc-data.json +32774 -0
- package/dist/meta/sassdoc-raw-data.json +15089 -0
- package/dist/meta/variables.json +16098 -0
- package/dist/meta/variables.scss +10 -0
- 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/floating-label/_variables.scss +1 -0
package/dist/all.css
CHANGED
|
@@ -2064,28 +2064,68 @@ kendo-sortable {
|
|
|
2064
2064
|
align-content: stretch !important;
|
|
2065
2065
|
}
|
|
2066
2066
|
|
|
2067
|
+
.k-align-content-center {
|
|
2068
|
+
align-content: center;
|
|
2069
|
+
}
|
|
2070
|
+
|
|
2071
|
+
.\!k-align-content-center {
|
|
2072
|
+
align-content: center !important;
|
|
2073
|
+
}
|
|
2074
|
+
|
|
2067
2075
|
.k-align-content-start {
|
|
2068
|
-
align-content:
|
|
2076
|
+
align-content: start;
|
|
2069
2077
|
}
|
|
2070
2078
|
|
|
2071
2079
|
.\!k-align-content-start {
|
|
2072
|
-
align-content:
|
|
2080
|
+
align-content: start !important;
|
|
2073
2081
|
}
|
|
2074
2082
|
|
|
2075
2083
|
.k-align-content-end {
|
|
2076
|
-
align-content:
|
|
2084
|
+
align-content: end;
|
|
2077
2085
|
}
|
|
2078
2086
|
|
|
2079
2087
|
.\!k-align-content-end {
|
|
2088
|
+
align-content: end !important;
|
|
2089
|
+
}
|
|
2090
|
+
|
|
2091
|
+
.k-align-content-flex-start {
|
|
2092
|
+
align-content: flex-start;
|
|
2093
|
+
}
|
|
2094
|
+
|
|
2095
|
+
.\!k-align-content-flex-start {
|
|
2096
|
+
align-content: flex-start !important;
|
|
2097
|
+
}
|
|
2098
|
+
|
|
2099
|
+
.k-align-content-flex-end {
|
|
2100
|
+
align-content: flex-end;
|
|
2101
|
+
}
|
|
2102
|
+
|
|
2103
|
+
.\!k-align-content-flex-end {
|
|
2080
2104
|
align-content: flex-end !important;
|
|
2081
2105
|
}
|
|
2082
2106
|
|
|
2083
|
-
.k-align-content-
|
|
2084
|
-
align-content:
|
|
2107
|
+
.k-align-content-baseline {
|
|
2108
|
+
align-content: baseline;
|
|
2085
2109
|
}
|
|
2086
2110
|
|
|
2087
|
-
.\!k-align-content-
|
|
2088
|
-
align-content:
|
|
2111
|
+
.\!k-align-content-baseline {
|
|
2112
|
+
align-content: baseline !important;
|
|
2113
|
+
}
|
|
2114
|
+
|
|
2115
|
+
.k-align-content-first-baseline {
|
|
2116
|
+
align-content: first baseline;
|
|
2117
|
+
}
|
|
2118
|
+
|
|
2119
|
+
.\!k-align-content-first-baseline {
|
|
2120
|
+
align-content: first baseline !important;
|
|
2121
|
+
}
|
|
2122
|
+
|
|
2123
|
+
.k-align-content-last-baseline {
|
|
2124
|
+
align-content: last baseline;
|
|
2125
|
+
}
|
|
2126
|
+
|
|
2127
|
+
.\!k-align-content-last-baseline {
|
|
2128
|
+
align-content: last baseline !important;
|
|
2089
2129
|
}
|
|
2090
2130
|
|
|
2091
2131
|
.k-align-content-between {
|
|
@@ -2120,36 +2160,92 @@ kendo-sortable {
|
|
|
2120
2160
|
align-items: normal !important;
|
|
2121
2161
|
}
|
|
2122
2162
|
|
|
2163
|
+
.k-align-items-stretch {
|
|
2164
|
+
align-items: stretch;
|
|
2165
|
+
}
|
|
2166
|
+
|
|
2167
|
+
.\!k-align-items-stretch {
|
|
2168
|
+
align-items: stretch !important;
|
|
2169
|
+
}
|
|
2170
|
+
|
|
2171
|
+
.k-align-items-center {
|
|
2172
|
+
align-items: center;
|
|
2173
|
+
}
|
|
2174
|
+
|
|
2175
|
+
.\!k-align-items-center {
|
|
2176
|
+
align-items: center !important;
|
|
2177
|
+
}
|
|
2178
|
+
|
|
2123
2179
|
.k-align-items-start {
|
|
2124
|
-
align-items:
|
|
2180
|
+
align-items: start;
|
|
2125
2181
|
}
|
|
2126
2182
|
|
|
2127
2183
|
.\!k-align-items-start {
|
|
2128
|
-
align-items:
|
|
2184
|
+
align-items: start !important;
|
|
2129
2185
|
}
|
|
2130
2186
|
|
|
2131
2187
|
.k-align-items-end {
|
|
2132
|
-
align-items:
|
|
2188
|
+
align-items: end;
|
|
2133
2189
|
}
|
|
2134
2190
|
|
|
2135
2191
|
.\!k-align-items-end {
|
|
2192
|
+
align-items: end !important;
|
|
2193
|
+
}
|
|
2194
|
+
|
|
2195
|
+
.k-align-items-flex-start {
|
|
2196
|
+
align-items: flex-start;
|
|
2197
|
+
}
|
|
2198
|
+
|
|
2199
|
+
.\!k-align-items-flex-start {
|
|
2200
|
+
align-items: flex-start !important;
|
|
2201
|
+
}
|
|
2202
|
+
|
|
2203
|
+
.k-align-items-flex-end {
|
|
2204
|
+
align-items: flex-end;
|
|
2205
|
+
}
|
|
2206
|
+
|
|
2207
|
+
.\!k-align-items-flex-end {
|
|
2136
2208
|
align-items: flex-end !important;
|
|
2137
2209
|
}
|
|
2138
2210
|
|
|
2139
|
-
.k-align-items-
|
|
2140
|
-
align-items:
|
|
2211
|
+
.k-align-items-baseline {
|
|
2212
|
+
align-items: baseline;
|
|
2141
2213
|
}
|
|
2142
2214
|
|
|
2143
|
-
.\!k-align-items-
|
|
2144
|
-
align-items:
|
|
2215
|
+
.\!k-align-items-baseline {
|
|
2216
|
+
align-items: baseline !important;
|
|
2145
2217
|
}
|
|
2146
2218
|
|
|
2147
|
-
.k-align-items-
|
|
2148
|
-
align-items:
|
|
2219
|
+
.k-align-items-first-baseline {
|
|
2220
|
+
align-items: first baseline;
|
|
2149
2221
|
}
|
|
2150
2222
|
|
|
2151
|
-
.\!k-align-items-
|
|
2152
|
-
align-items:
|
|
2223
|
+
.\!k-align-items-first-baseline {
|
|
2224
|
+
align-items: first baseline !important;
|
|
2225
|
+
}
|
|
2226
|
+
|
|
2227
|
+
.k-align-items-last-baseline {
|
|
2228
|
+
align-items: last baseline;
|
|
2229
|
+
}
|
|
2230
|
+
|
|
2231
|
+
.\!k-align-items-last-baseline {
|
|
2232
|
+
align-items: last baseline !important;
|
|
2233
|
+
}
|
|
2234
|
+
|
|
2235
|
+
.k-align-items-self-start {
|
|
2236
|
+
align-items: self-start;
|
|
2237
|
+
}
|
|
2238
|
+
|
|
2239
|
+
.\!k-align-items-self-start {
|
|
2240
|
+
align-items: self-start !important;
|
|
2241
|
+
}
|
|
2242
|
+
|
|
2243
|
+
.k-align-items-self-end {
|
|
2244
|
+
align-items: self-end;
|
|
2245
|
+
}
|
|
2246
|
+
|
|
2247
|
+
.\!k-align-items-self-end {
|
|
2248
|
+
align-items: self-end !important;
|
|
2153
2249
|
}
|
|
2154
2250
|
|
|
2155
2251
|
.k-align-self-auto {
|
|
@@ -2176,28 +2272,84 @@ kendo-sortable {
|
|
|
2176
2272
|
align-self: stretch !important;
|
|
2177
2273
|
}
|
|
2178
2274
|
|
|
2275
|
+
.k-align-self-center {
|
|
2276
|
+
align-self: center;
|
|
2277
|
+
}
|
|
2278
|
+
|
|
2279
|
+
.\!k-align-self-center {
|
|
2280
|
+
align-self: center !important;
|
|
2281
|
+
}
|
|
2282
|
+
|
|
2179
2283
|
.k-align-self-start {
|
|
2180
|
-
align-self:
|
|
2284
|
+
align-self: start;
|
|
2181
2285
|
}
|
|
2182
2286
|
|
|
2183
2287
|
.\!k-align-self-start {
|
|
2184
|
-
align-self:
|
|
2288
|
+
align-self: start !important;
|
|
2185
2289
|
}
|
|
2186
2290
|
|
|
2187
2291
|
.k-align-self-end {
|
|
2188
|
-
align-self:
|
|
2292
|
+
align-self: end;
|
|
2189
2293
|
}
|
|
2190
2294
|
|
|
2191
2295
|
.\!k-align-self-end {
|
|
2296
|
+
align-self: end !important;
|
|
2297
|
+
}
|
|
2298
|
+
|
|
2299
|
+
.k-align-self-flex-start {
|
|
2300
|
+
align-self: flex-start;
|
|
2301
|
+
}
|
|
2302
|
+
|
|
2303
|
+
.\!k-align-self-flex-start {
|
|
2304
|
+
align-self: flex-start !important;
|
|
2305
|
+
}
|
|
2306
|
+
|
|
2307
|
+
.k-align-self-flex-end {
|
|
2308
|
+
align-self: flex-end;
|
|
2309
|
+
}
|
|
2310
|
+
|
|
2311
|
+
.\!k-align-self-flex-end {
|
|
2192
2312
|
align-self: flex-end !important;
|
|
2193
2313
|
}
|
|
2194
2314
|
|
|
2195
|
-
.k-align-self-
|
|
2196
|
-
align-self:
|
|
2315
|
+
.k-align-self-baseline {
|
|
2316
|
+
align-self: baseline;
|
|
2197
2317
|
}
|
|
2198
2318
|
|
|
2199
|
-
.\!k-align-self-
|
|
2200
|
-
align-self:
|
|
2319
|
+
.\!k-align-self-baseline {
|
|
2320
|
+
align-self: baseline !important;
|
|
2321
|
+
}
|
|
2322
|
+
|
|
2323
|
+
.k-align-self-first-baseline {
|
|
2324
|
+
align-self: first baseline;
|
|
2325
|
+
}
|
|
2326
|
+
|
|
2327
|
+
.\!k-align-self-first-baseline {
|
|
2328
|
+
align-self: first baseline !important;
|
|
2329
|
+
}
|
|
2330
|
+
|
|
2331
|
+
.k-align-self-last-baseline {
|
|
2332
|
+
align-self: last baseline;
|
|
2333
|
+
}
|
|
2334
|
+
|
|
2335
|
+
.\!k-align-self-last-baseline {
|
|
2336
|
+
align-self: last baseline !important;
|
|
2337
|
+
}
|
|
2338
|
+
|
|
2339
|
+
.k-align-self-self-start {
|
|
2340
|
+
align-self: self-start;
|
|
2341
|
+
}
|
|
2342
|
+
|
|
2343
|
+
.\!k-align-self-self-start {
|
|
2344
|
+
align-self: self-start !important;
|
|
2345
|
+
}
|
|
2346
|
+
|
|
2347
|
+
.k-align-self-self-end {
|
|
2348
|
+
align-self: self-end;
|
|
2349
|
+
}
|
|
2350
|
+
|
|
2351
|
+
.\!k-align-self-self-end {
|
|
2352
|
+
align-self: self-end !important;
|
|
2201
2353
|
}
|
|
2202
2354
|
|
|
2203
2355
|
.k-basis-0 {
|
|
@@ -5592,28 +5744,92 @@ kendo-sortable {
|
|
|
5592
5744
|
justify-content: normal !important;
|
|
5593
5745
|
}
|
|
5594
5746
|
|
|
5747
|
+
.k-justify-content-stretch {
|
|
5748
|
+
justify-content: stretch;
|
|
5749
|
+
}
|
|
5750
|
+
|
|
5751
|
+
.\!k-justify-content-stretch {
|
|
5752
|
+
justify-content: stretch !important;
|
|
5753
|
+
}
|
|
5754
|
+
|
|
5755
|
+
.k-justify-content-center {
|
|
5756
|
+
justify-content: center;
|
|
5757
|
+
}
|
|
5758
|
+
|
|
5759
|
+
.\!k-justify-content-center {
|
|
5760
|
+
justify-content: center !important;
|
|
5761
|
+
}
|
|
5762
|
+
|
|
5595
5763
|
.k-justify-content-start {
|
|
5596
|
-
justify-content:
|
|
5764
|
+
justify-content: start;
|
|
5597
5765
|
}
|
|
5598
5766
|
|
|
5599
5767
|
.\!k-justify-content-start {
|
|
5600
|
-
justify-content:
|
|
5768
|
+
justify-content: start !important;
|
|
5601
5769
|
}
|
|
5602
5770
|
|
|
5603
5771
|
.k-justify-content-end {
|
|
5604
|
-
justify-content:
|
|
5772
|
+
justify-content: end;
|
|
5605
5773
|
}
|
|
5606
5774
|
|
|
5607
5775
|
.\!k-justify-content-end {
|
|
5776
|
+
justify-content: end !important;
|
|
5777
|
+
}
|
|
5778
|
+
|
|
5779
|
+
.k-justify-content-flex-start {
|
|
5780
|
+
justify-content: flex-start;
|
|
5781
|
+
}
|
|
5782
|
+
|
|
5783
|
+
.\!k-justify-content-flex-start {
|
|
5784
|
+
justify-content: flex-start !important;
|
|
5785
|
+
}
|
|
5786
|
+
|
|
5787
|
+
.k-justify-content-flex-end {
|
|
5788
|
+
justify-content: flex-end;
|
|
5789
|
+
}
|
|
5790
|
+
|
|
5791
|
+
.\!k-justify-content-flex-end {
|
|
5608
5792
|
justify-content: flex-end !important;
|
|
5609
5793
|
}
|
|
5610
5794
|
|
|
5611
|
-
.k-justify-content-
|
|
5612
|
-
justify-content:
|
|
5795
|
+
.k-justify-content-left {
|
|
5796
|
+
justify-content: left;
|
|
5613
5797
|
}
|
|
5614
5798
|
|
|
5615
|
-
.\!k-justify-content-
|
|
5616
|
-
justify-content:
|
|
5799
|
+
.\!k-justify-content-left {
|
|
5800
|
+
justify-content: left !important;
|
|
5801
|
+
}
|
|
5802
|
+
|
|
5803
|
+
.k-justify-content-right {
|
|
5804
|
+
justify-content: right;
|
|
5805
|
+
}
|
|
5806
|
+
|
|
5807
|
+
.\!k-justify-content-right {
|
|
5808
|
+
justify-content: right !important;
|
|
5809
|
+
}
|
|
5810
|
+
|
|
5811
|
+
.k-justify-content-baseline {
|
|
5812
|
+
justify-content: baseline;
|
|
5813
|
+
}
|
|
5814
|
+
|
|
5815
|
+
.\!k-justify-content-baseline {
|
|
5816
|
+
justify-content: baseline !important;
|
|
5817
|
+
}
|
|
5818
|
+
|
|
5819
|
+
.k-justify-content-first-baseline {
|
|
5820
|
+
justify-content: first baseline;
|
|
5821
|
+
}
|
|
5822
|
+
|
|
5823
|
+
.\!k-justify-content-first-baseline {
|
|
5824
|
+
justify-content: first baseline !important;
|
|
5825
|
+
}
|
|
5826
|
+
|
|
5827
|
+
.k-justify-content-last-baseline {
|
|
5828
|
+
justify-content: last baseline;
|
|
5829
|
+
}
|
|
5830
|
+
|
|
5831
|
+
.\!k-justify-content-last-baseline {
|
|
5832
|
+
justify-content: last baseline !important;
|
|
5617
5833
|
}
|
|
5618
5834
|
|
|
5619
5835
|
.k-justify-content-between {
|
|
@@ -5640,14 +5856,6 @@ kendo-sortable {
|
|
|
5640
5856
|
justify-content: space-evenly !important;
|
|
5641
5857
|
}
|
|
5642
5858
|
|
|
5643
|
-
.k-justify-content-stretch {
|
|
5644
|
-
justify-content: stretch;
|
|
5645
|
-
}
|
|
5646
|
-
|
|
5647
|
-
.\!k-justify-content-stretch {
|
|
5648
|
-
justify-content: stretch !important;
|
|
5649
|
-
}
|
|
5650
|
-
|
|
5651
5859
|
.k-justify-content-stretch > * {
|
|
5652
5860
|
flex: 1 0 0%;
|
|
5653
5861
|
}
|
|
@@ -5664,36 +5872,108 @@ kendo-sortable {
|
|
|
5664
5872
|
justify-items: normal !important;
|
|
5665
5873
|
}
|
|
5666
5874
|
|
|
5875
|
+
.k-justify-items-stretch {
|
|
5876
|
+
justify-items: stretch;
|
|
5877
|
+
}
|
|
5878
|
+
|
|
5879
|
+
.\!k-justify-items-stretch {
|
|
5880
|
+
justify-items: stretch !important;
|
|
5881
|
+
}
|
|
5882
|
+
|
|
5883
|
+
.k-justify-items-center {
|
|
5884
|
+
justify-items: center;
|
|
5885
|
+
}
|
|
5886
|
+
|
|
5887
|
+
.\!k-justify-items-center {
|
|
5888
|
+
justify-items: center !important;
|
|
5889
|
+
}
|
|
5890
|
+
|
|
5667
5891
|
.k-justify-items-start {
|
|
5668
|
-
justify-items:
|
|
5892
|
+
justify-items: start;
|
|
5669
5893
|
}
|
|
5670
5894
|
|
|
5671
5895
|
.\!k-justify-items-start {
|
|
5672
|
-
justify-items:
|
|
5896
|
+
justify-items: start !important;
|
|
5673
5897
|
}
|
|
5674
5898
|
|
|
5675
5899
|
.k-justify-items-end {
|
|
5676
|
-
justify-items:
|
|
5900
|
+
justify-items: end;
|
|
5677
5901
|
}
|
|
5678
5902
|
|
|
5679
5903
|
.\!k-justify-items-end {
|
|
5904
|
+
justify-items: end !important;
|
|
5905
|
+
}
|
|
5906
|
+
|
|
5907
|
+
.k-justify-items-flex-start {
|
|
5908
|
+
justify-items: flex-start;
|
|
5909
|
+
}
|
|
5910
|
+
|
|
5911
|
+
.\!k-justify-items-flex-start {
|
|
5912
|
+
justify-items: flex-start !important;
|
|
5913
|
+
}
|
|
5914
|
+
|
|
5915
|
+
.k-justify-items-flex-end {
|
|
5916
|
+
justify-items: flex-end;
|
|
5917
|
+
}
|
|
5918
|
+
|
|
5919
|
+
.\!k-justify-items-flex-end {
|
|
5680
5920
|
justify-items: flex-end !important;
|
|
5681
5921
|
}
|
|
5682
5922
|
|
|
5683
|
-
.k-justify-items-
|
|
5684
|
-
justify-items:
|
|
5923
|
+
.k-justify-items-self-start {
|
|
5924
|
+
justify-items: self-start;
|
|
5685
5925
|
}
|
|
5686
5926
|
|
|
5687
|
-
.\!k-justify-items-
|
|
5688
|
-
justify-items:
|
|
5927
|
+
.\!k-justify-items-self-start {
|
|
5928
|
+
justify-items: self-start !important;
|
|
5689
5929
|
}
|
|
5690
5930
|
|
|
5691
|
-
.k-justify-items-
|
|
5692
|
-
justify-items:
|
|
5931
|
+
.k-justify-items-self-end {
|
|
5932
|
+
justify-items: self-end;
|
|
5693
5933
|
}
|
|
5694
5934
|
|
|
5695
|
-
.\!k-justify-items-
|
|
5696
|
-
justify-items:
|
|
5935
|
+
.\!k-justify-items-self-end {
|
|
5936
|
+
justify-items: self-end !important;
|
|
5937
|
+
}
|
|
5938
|
+
|
|
5939
|
+
.k-justify-items-left {
|
|
5940
|
+
justify-items: left;
|
|
5941
|
+
}
|
|
5942
|
+
|
|
5943
|
+
.\!k-justify-items-left {
|
|
5944
|
+
justify-items: left !important;
|
|
5945
|
+
}
|
|
5946
|
+
|
|
5947
|
+
.k-justify-items-right {
|
|
5948
|
+
justify-items: right;
|
|
5949
|
+
}
|
|
5950
|
+
|
|
5951
|
+
.\!k-justify-items-right {
|
|
5952
|
+
justify-items: right !important;
|
|
5953
|
+
}
|
|
5954
|
+
|
|
5955
|
+
.k-justify-items-baseline {
|
|
5956
|
+
justify-items: baseline;
|
|
5957
|
+
}
|
|
5958
|
+
|
|
5959
|
+
.\!k-justify-items-baseline {
|
|
5960
|
+
justify-items: baseline !important;
|
|
5961
|
+
}
|
|
5962
|
+
|
|
5963
|
+
.k-justify-items-first-baseline {
|
|
5964
|
+
justify-items: first baseline;
|
|
5965
|
+
}
|
|
5966
|
+
|
|
5967
|
+
.\!k-justify-items-first-baseline {
|
|
5968
|
+
justify-items: first baseline !important;
|
|
5969
|
+
}
|
|
5970
|
+
|
|
5971
|
+
.k-justify-items-last-baseline {
|
|
5972
|
+
justify-items: last baseline;
|
|
5973
|
+
}
|
|
5974
|
+
|
|
5975
|
+
.\!k-justify-items-last-baseline {
|
|
5976
|
+
justify-items: last baseline !important;
|
|
5697
5977
|
}
|
|
5698
5978
|
|
|
5699
5979
|
.k-justify-self-auto {
|
|
@@ -5712,36 +5992,92 @@ kendo-sortable {
|
|
|
5712
5992
|
justify-self: normal !important;
|
|
5713
5993
|
}
|
|
5714
5994
|
|
|
5995
|
+
.k-justify-self-stretch {
|
|
5996
|
+
justify-self: stretch;
|
|
5997
|
+
}
|
|
5998
|
+
|
|
5999
|
+
.\!k-justify-self-stretch {
|
|
6000
|
+
justify-self: stretch !important;
|
|
6001
|
+
}
|
|
6002
|
+
|
|
6003
|
+
.k-justify-self-center {
|
|
6004
|
+
justify-self: center;
|
|
6005
|
+
}
|
|
6006
|
+
|
|
6007
|
+
.\!k-justify-self-center {
|
|
6008
|
+
justify-self: center !important;
|
|
6009
|
+
}
|
|
6010
|
+
|
|
5715
6011
|
.k-justify-self-start {
|
|
5716
|
-
justify-self:
|
|
6012
|
+
justify-self: start;
|
|
5717
6013
|
}
|
|
5718
6014
|
|
|
5719
6015
|
.\!k-justify-self-start {
|
|
5720
|
-
justify-self:
|
|
6016
|
+
justify-self: start !important;
|
|
5721
6017
|
}
|
|
5722
6018
|
|
|
5723
6019
|
.k-justify-self-end {
|
|
5724
|
-
justify-self:
|
|
6020
|
+
justify-self: end;
|
|
5725
6021
|
}
|
|
5726
6022
|
|
|
5727
6023
|
.\!k-justify-self-end {
|
|
6024
|
+
justify-self: end !important;
|
|
6025
|
+
}
|
|
6026
|
+
|
|
6027
|
+
.k-justify-self-flex-start {
|
|
6028
|
+
justify-self: flex-start;
|
|
6029
|
+
}
|
|
6030
|
+
|
|
6031
|
+
.\!k-justify-self-flex-start {
|
|
6032
|
+
justify-self: flex-start !important;
|
|
6033
|
+
}
|
|
6034
|
+
|
|
6035
|
+
.k-justify-self-flex-end {
|
|
6036
|
+
justify-self: flex-end;
|
|
6037
|
+
}
|
|
6038
|
+
|
|
6039
|
+
.\!k-justify-self-flex-end {
|
|
5728
6040
|
justify-self: flex-end !important;
|
|
5729
6041
|
}
|
|
5730
6042
|
|
|
5731
|
-
.k-justify-self-
|
|
5732
|
-
justify-self:
|
|
6043
|
+
.k-justify-self-self-start {
|
|
6044
|
+
justify-self: self-start;
|
|
5733
6045
|
}
|
|
5734
6046
|
|
|
5735
|
-
.\!k-justify-self-
|
|
5736
|
-
justify-self:
|
|
6047
|
+
.\!k-justify-self-self-start {
|
|
6048
|
+
justify-self: self-start !important;
|
|
5737
6049
|
}
|
|
5738
6050
|
|
|
5739
|
-
.k-justify-self-
|
|
5740
|
-
justify-self:
|
|
6051
|
+
.k-justify-self-self-end {
|
|
6052
|
+
justify-self: self-end;
|
|
5741
6053
|
}
|
|
5742
6054
|
|
|
5743
|
-
.\!k-justify-self-
|
|
5744
|
-
justify-self:
|
|
6055
|
+
.\!k-justify-self-self-end {
|
|
6056
|
+
justify-self: self-end !important;
|
|
6057
|
+
}
|
|
6058
|
+
|
|
6059
|
+
.k-justify-self-baseline {
|
|
6060
|
+
justify-self: baseline;
|
|
6061
|
+
}
|
|
6062
|
+
|
|
6063
|
+
.\!k-justify-self-baseline {
|
|
6064
|
+
justify-self: baseline !important;
|
|
6065
|
+
}
|
|
6066
|
+
|
|
6067
|
+
.k-justify-self-first-baseline {
|
|
6068
|
+
justify-self: first baseline;
|
|
6069
|
+
}
|
|
6070
|
+
|
|
6071
|
+
.\!k-justify-self-first-baseline {
|
|
6072
|
+
justify-self: first baseline !important;
|
|
6073
|
+
}
|
|
6074
|
+
|
|
6075
|
+
.k-justify-self-last-baseline {
|
|
6076
|
+
justify-self: last baseline;
|
|
6077
|
+
}
|
|
6078
|
+
|
|
6079
|
+
.\!k-justify-self-last-baseline {
|
|
6080
|
+
justify-self: last baseline !important;
|
|
5745
6081
|
}
|
|
5746
6082
|
|
|
5747
6083
|
.k-order-1 {
|
|
@@ -5872,28 +6208,60 @@ kendo-sortable {
|
|
|
5872
6208
|
place-content: normal !important;
|
|
5873
6209
|
}
|
|
5874
6210
|
|
|
6211
|
+
.k-place-content-stretch {
|
|
6212
|
+
place-content: stretch;
|
|
6213
|
+
}
|
|
6214
|
+
|
|
6215
|
+
.\!k-place-content-stretch {
|
|
6216
|
+
place-content: stretch !important;
|
|
6217
|
+
}
|
|
6218
|
+
|
|
6219
|
+
.k-place-content-center {
|
|
6220
|
+
place-content: center;
|
|
6221
|
+
}
|
|
6222
|
+
|
|
6223
|
+
.\!k-place-content-center {
|
|
6224
|
+
place-content: center !important;
|
|
6225
|
+
}
|
|
6226
|
+
|
|
5875
6227
|
.k-place-content-start {
|
|
5876
|
-
place-content:
|
|
6228
|
+
place-content: start;
|
|
5877
6229
|
}
|
|
5878
6230
|
|
|
5879
6231
|
.\!k-place-content-start {
|
|
5880
|
-
place-content:
|
|
6232
|
+
place-content: start !important;
|
|
5881
6233
|
}
|
|
5882
6234
|
|
|
5883
6235
|
.k-place-content-end {
|
|
5884
|
-
place-content:
|
|
6236
|
+
place-content: end;
|
|
5885
6237
|
}
|
|
5886
6238
|
|
|
5887
6239
|
.\!k-place-content-end {
|
|
6240
|
+
place-content: end !important;
|
|
6241
|
+
}
|
|
6242
|
+
|
|
6243
|
+
.k-place-content-flex-start {
|
|
6244
|
+
place-content: flex-start;
|
|
6245
|
+
}
|
|
6246
|
+
|
|
6247
|
+
.\!k-place-content-flex-start {
|
|
6248
|
+
place-content: flex-start !important;
|
|
6249
|
+
}
|
|
6250
|
+
|
|
6251
|
+
.k-place-content-flex-end {
|
|
6252
|
+
place-content: flex-end;
|
|
6253
|
+
}
|
|
6254
|
+
|
|
6255
|
+
.\!k-place-content-flex-end {
|
|
5888
6256
|
place-content: flex-end !important;
|
|
5889
6257
|
}
|
|
5890
6258
|
|
|
5891
|
-
.k-place-content-
|
|
5892
|
-
place-content:
|
|
6259
|
+
.k-place-content-baseline {
|
|
6260
|
+
place-content: baseline;
|
|
5893
6261
|
}
|
|
5894
6262
|
|
|
5895
|
-
.\!k-place-content-
|
|
5896
|
-
place-content:
|
|
6263
|
+
.\!k-place-content-baseline {
|
|
6264
|
+
place-content: baseline !important;
|
|
5897
6265
|
}
|
|
5898
6266
|
|
|
5899
6267
|
.k-place-content-between {
|
|
@@ -5920,14 +6288,6 @@ kendo-sortable {
|
|
|
5920
6288
|
place-content: space-evenly !important;
|
|
5921
6289
|
}
|
|
5922
6290
|
|
|
5923
|
-
.k-place-content-stretch {
|
|
5924
|
-
place-content: stretch;
|
|
5925
|
-
}
|
|
5926
|
-
|
|
5927
|
-
.\!k-place-content-stretch {
|
|
5928
|
-
place-content: stretch !important;
|
|
5929
|
-
}
|
|
5930
|
-
|
|
5931
6291
|
.k-place-items-normal {
|
|
5932
6292
|
place-items: normal;
|
|
5933
6293
|
}
|
|
@@ -5936,36 +6296,76 @@ kendo-sortable {
|
|
|
5936
6296
|
place-items: normal !important;
|
|
5937
6297
|
}
|
|
5938
6298
|
|
|
6299
|
+
.k-place-items-stretch {
|
|
6300
|
+
place-items: stretch;
|
|
6301
|
+
}
|
|
6302
|
+
|
|
6303
|
+
.\!k-place-items-stretch {
|
|
6304
|
+
place-items: stretch !important;
|
|
6305
|
+
}
|
|
6306
|
+
|
|
6307
|
+
.k-place-items-center {
|
|
6308
|
+
place-items: center;
|
|
6309
|
+
}
|
|
6310
|
+
|
|
6311
|
+
.\!k-place-items-center {
|
|
6312
|
+
place-items: center !important;
|
|
6313
|
+
}
|
|
6314
|
+
|
|
5939
6315
|
.k-place-items-start {
|
|
5940
|
-
place-items:
|
|
6316
|
+
place-items: start;
|
|
5941
6317
|
}
|
|
5942
6318
|
|
|
5943
6319
|
.\!k-place-items-start {
|
|
5944
|
-
place-items:
|
|
6320
|
+
place-items: start !important;
|
|
5945
6321
|
}
|
|
5946
6322
|
|
|
5947
6323
|
.k-place-items-end {
|
|
5948
|
-
place-items:
|
|
6324
|
+
place-items: end;
|
|
5949
6325
|
}
|
|
5950
6326
|
|
|
5951
6327
|
.\!k-place-items-end {
|
|
6328
|
+
place-items: end !important;
|
|
6329
|
+
}
|
|
6330
|
+
|
|
6331
|
+
.k-place-items-flex-start {
|
|
6332
|
+
place-items: flex-start;
|
|
6333
|
+
}
|
|
6334
|
+
|
|
6335
|
+
.\!k-place-items-flex-start {
|
|
6336
|
+
place-items: flex-start !important;
|
|
6337
|
+
}
|
|
6338
|
+
|
|
6339
|
+
.k-place-items-flex-end {
|
|
6340
|
+
place-items: flex-end;
|
|
6341
|
+
}
|
|
6342
|
+
|
|
6343
|
+
.\!k-place-items-flex-end {
|
|
5952
6344
|
place-items: flex-end !important;
|
|
5953
6345
|
}
|
|
5954
6346
|
|
|
5955
|
-
.k-place-items-
|
|
5956
|
-
place-items:
|
|
6347
|
+
.k-place-items-self-start {
|
|
6348
|
+
place-items: flex-start;
|
|
5957
6349
|
}
|
|
5958
6350
|
|
|
5959
|
-
.\!k-place-items-
|
|
5960
|
-
place-items:
|
|
6351
|
+
.\!k-place-items-self-start {
|
|
6352
|
+
place-items: flex-start !important;
|
|
5961
6353
|
}
|
|
5962
6354
|
|
|
5963
|
-
.k-place-items-
|
|
5964
|
-
place-items:
|
|
6355
|
+
.k-place-items-self-end {
|
|
6356
|
+
place-items: flex-end;
|
|
5965
6357
|
}
|
|
5966
6358
|
|
|
5967
|
-
.\!k-place-items-
|
|
5968
|
-
place-items:
|
|
6359
|
+
.\!k-place-items-self-end {
|
|
6360
|
+
place-items: flex-end !important;
|
|
6361
|
+
}
|
|
6362
|
+
|
|
6363
|
+
.k-place-items-baseline {
|
|
6364
|
+
place-items: baseline;
|
|
6365
|
+
}
|
|
6366
|
+
|
|
6367
|
+
.\!k-place-items-baseline {
|
|
6368
|
+
place-items: baseline !important;
|
|
5969
6369
|
}
|
|
5970
6370
|
|
|
5971
6371
|
.k-place-self-auto {
|
|
@@ -5984,6 +6384,22 @@ kendo-sortable {
|
|
|
5984
6384
|
place-self: normal !important;
|
|
5985
6385
|
}
|
|
5986
6386
|
|
|
6387
|
+
.k-place-self-stretch {
|
|
6388
|
+
place-self: stretch;
|
|
6389
|
+
}
|
|
6390
|
+
|
|
6391
|
+
.\!k-place-self-stretch {
|
|
6392
|
+
place-self: stretch !important;
|
|
6393
|
+
}
|
|
6394
|
+
|
|
6395
|
+
.k-place-self-center {
|
|
6396
|
+
place-self: center;
|
|
6397
|
+
}
|
|
6398
|
+
|
|
6399
|
+
.\!k-place-self-center {
|
|
6400
|
+
place-self: center !important;
|
|
6401
|
+
}
|
|
6402
|
+
|
|
5987
6403
|
.k-place-self-start {
|
|
5988
6404
|
place-self: flex-start;
|
|
5989
6405
|
}
|
|
@@ -6000,20 +6416,44 @@ kendo-sortable {
|
|
|
6000
6416
|
place-self: flex-end !important;
|
|
6001
6417
|
}
|
|
6002
6418
|
|
|
6003
|
-
.k-place-self-
|
|
6004
|
-
place-self:
|
|
6419
|
+
.k-place-self-flex-start {
|
|
6420
|
+
place-self: flex-start;
|
|
6005
6421
|
}
|
|
6006
6422
|
|
|
6007
|
-
.\!k-place-self-
|
|
6008
|
-
place-self:
|
|
6423
|
+
.\!k-place-self-flex-start {
|
|
6424
|
+
place-self: flex-start !important;
|
|
6009
6425
|
}
|
|
6010
6426
|
|
|
6011
|
-
.k-place-self-
|
|
6012
|
-
place-self:
|
|
6427
|
+
.k-place-self-flex-end {
|
|
6428
|
+
place-self: flex-end;
|
|
6013
6429
|
}
|
|
6014
6430
|
|
|
6015
|
-
.\!k-place-self-
|
|
6016
|
-
place-self:
|
|
6431
|
+
.\!k-place-self-flex-end {
|
|
6432
|
+
place-self: flex-end !important;
|
|
6433
|
+
}
|
|
6434
|
+
|
|
6435
|
+
.k-place-self-self-start {
|
|
6436
|
+
place-self: flex-start;
|
|
6437
|
+
}
|
|
6438
|
+
|
|
6439
|
+
.\!k-place-self-self-start {
|
|
6440
|
+
place-self: flex-start !important;
|
|
6441
|
+
}
|
|
6442
|
+
|
|
6443
|
+
.k-place-self-self-end {
|
|
6444
|
+
place-self: flex-end;
|
|
6445
|
+
}
|
|
6446
|
+
|
|
6447
|
+
.\!k-place-self-self-end {
|
|
6448
|
+
place-self: flex-end !important;
|
|
6449
|
+
}
|
|
6450
|
+
|
|
6451
|
+
.k-place-self-baseline {
|
|
6452
|
+
place-self: baseline;
|
|
6453
|
+
}
|
|
6454
|
+
|
|
6455
|
+
.\!k-place-self-baseline {
|
|
6456
|
+
place-self: baseline !important;
|
|
6017
6457
|
}
|
|
6018
6458
|
|
|
6019
6459
|
.k-m-0 {
|
|
@@ -36514,9 +36954,8 @@ select.k-picker-lg {
|
|
|
36514
36954
|
font-size: 0.875em;
|
|
36515
36955
|
}
|
|
36516
36956
|
|
|
36517
|
-
.k-actionsheet
|
|
36957
|
+
.k-actionsheet .k-hr {
|
|
36518
36958
|
margin: 0;
|
|
36519
|
-
border-color: inherit;
|
|
36520
36959
|
flex: none;
|
|
36521
36960
|
}
|
|
36522
36961
|
|
|
@@ -36711,6 +37150,10 @@ select.k-picker-lg {
|
|
|
36711
37150
|
color: #6c757d;
|
|
36712
37151
|
}
|
|
36713
37152
|
|
|
37153
|
+
.k-actionsheet .k-hr {
|
|
37154
|
+
border-color: #dee2e6;
|
|
37155
|
+
}
|
|
37156
|
+
|
|
36714
37157
|
.k-adaptive-actionsheet .k-actionsheet-titlebar, .k-adaptive-actionsheet .k-actionsheet-jq .k-actionsheet-header, .k-actionsheet-jq .k-adaptive-actionsheet .k-actionsheet-header {
|
|
36715
37158
|
border-color: #dee2e6;
|
|
36716
37159
|
}
|
|
@@ -41509,9 +41952,9 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
41509
41952
|
}
|
|
41510
41953
|
|
|
41511
41954
|
kendo-grid .k-grid-row-sticky td.k-grid-content-sticky,
|
|
41512
|
-
kendo-grid .k-grid-row-sticky.k-alt td.k-grid-content-sticky,
|
|
41955
|
+
kendo-grid .k-grid-row-sticky.k-table-alt-row td.k-grid-content-sticky,
|
|
41513
41956
|
kendo-grid .k-grid-row-sticky .k-table-td.k-grid-content-sticky,
|
|
41514
|
-
kendo-grid .k-grid-row-sticky.k-alt .k-table-td.k-grid-content-sticky {
|
|
41957
|
+
kendo-grid .k-grid-row-sticky.k-table-alt-row .k-table-td.k-grid-content-sticky {
|
|
41515
41958
|
z-index: 3;
|
|
41516
41959
|
}
|
|
41517
41960
|
|
|
@@ -41903,10 +42346,6 @@ div.k-grid-norecords {
|
|
|
41903
42346
|
|
|
41904
42347
|
.k-column-menu-popup.k-popup,
|
|
41905
42348
|
.k-grid-columnmenu-popup.k-popup {
|
|
41906
|
-
}
|
|
41907
|
-
|
|
41908
|
-
.k-popup > .k-column-menu-popup, .k-popup >
|
|
41909
|
-
.k-grid-columnmenu-popup {
|
|
41910
42349
|
max-width: 100%;
|
|
41911
42350
|
}
|
|
41912
42351
|
|
|
@@ -44101,7 +44540,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
44101
44540
|
}
|
|
44102
44541
|
|
|
44103
44542
|
.k-pivot-layout .k-grid-footer,
|
|
44104
|
-
.k-pivot-layout .k-grid .k-alt {
|
|
44543
|
+
.k-pivot-layout .k-grid .k-table-alt-row {
|
|
44105
44544
|
font-weight: bold;
|
|
44106
44545
|
}
|
|
44107
44546
|
|
|
@@ -44370,7 +44809,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
44370
44809
|
color: #6c757d;
|
|
44371
44810
|
}
|
|
44372
44811
|
|
|
44373
|
-
.k-alt {
|
|
44812
|
+
.k-pivot .k-alt {
|
|
44374
44813
|
background-color: #f8f9fa;
|
|
44375
44814
|
}
|
|
44376
44815
|
|