@progress/kendo-theme-material 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 +33158 -0
- package/dist/meta/sassdoc-raw-data.json +15264 -0
- package/dist/meta/variables.json +12674 -0
- package/dist/meta/variables.scss +10 -0
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +5 -5
- package/scss/floating-label/_variables.scss +1 -0
package/dist/all.css
CHANGED
|
@@ -2081,28 +2081,68 @@ kendo-sortable {
|
|
|
2081
2081
|
align-content: stretch !important;
|
|
2082
2082
|
}
|
|
2083
2083
|
|
|
2084
|
+
.k-align-content-center {
|
|
2085
|
+
align-content: center;
|
|
2086
|
+
}
|
|
2087
|
+
|
|
2088
|
+
.\!k-align-content-center {
|
|
2089
|
+
align-content: center !important;
|
|
2090
|
+
}
|
|
2091
|
+
|
|
2084
2092
|
.k-align-content-start {
|
|
2085
|
-
align-content:
|
|
2093
|
+
align-content: start;
|
|
2086
2094
|
}
|
|
2087
2095
|
|
|
2088
2096
|
.\!k-align-content-start {
|
|
2089
|
-
align-content:
|
|
2097
|
+
align-content: start !important;
|
|
2090
2098
|
}
|
|
2091
2099
|
|
|
2092
2100
|
.k-align-content-end {
|
|
2093
|
-
align-content:
|
|
2101
|
+
align-content: end;
|
|
2094
2102
|
}
|
|
2095
2103
|
|
|
2096
2104
|
.\!k-align-content-end {
|
|
2105
|
+
align-content: end !important;
|
|
2106
|
+
}
|
|
2107
|
+
|
|
2108
|
+
.k-align-content-flex-start {
|
|
2109
|
+
align-content: flex-start;
|
|
2110
|
+
}
|
|
2111
|
+
|
|
2112
|
+
.\!k-align-content-flex-start {
|
|
2113
|
+
align-content: flex-start !important;
|
|
2114
|
+
}
|
|
2115
|
+
|
|
2116
|
+
.k-align-content-flex-end {
|
|
2117
|
+
align-content: flex-end;
|
|
2118
|
+
}
|
|
2119
|
+
|
|
2120
|
+
.\!k-align-content-flex-end {
|
|
2097
2121
|
align-content: flex-end !important;
|
|
2098
2122
|
}
|
|
2099
2123
|
|
|
2100
|
-
.k-align-content-
|
|
2101
|
-
align-content:
|
|
2124
|
+
.k-align-content-baseline {
|
|
2125
|
+
align-content: baseline;
|
|
2102
2126
|
}
|
|
2103
2127
|
|
|
2104
|
-
.\!k-align-content-
|
|
2105
|
-
align-content:
|
|
2128
|
+
.\!k-align-content-baseline {
|
|
2129
|
+
align-content: baseline !important;
|
|
2130
|
+
}
|
|
2131
|
+
|
|
2132
|
+
.k-align-content-first-baseline {
|
|
2133
|
+
align-content: first baseline;
|
|
2134
|
+
}
|
|
2135
|
+
|
|
2136
|
+
.\!k-align-content-first-baseline {
|
|
2137
|
+
align-content: first baseline !important;
|
|
2138
|
+
}
|
|
2139
|
+
|
|
2140
|
+
.k-align-content-last-baseline {
|
|
2141
|
+
align-content: last baseline;
|
|
2142
|
+
}
|
|
2143
|
+
|
|
2144
|
+
.\!k-align-content-last-baseline {
|
|
2145
|
+
align-content: last baseline !important;
|
|
2106
2146
|
}
|
|
2107
2147
|
|
|
2108
2148
|
.k-align-content-between {
|
|
@@ -2137,36 +2177,92 @@ kendo-sortable {
|
|
|
2137
2177
|
align-items: normal !important;
|
|
2138
2178
|
}
|
|
2139
2179
|
|
|
2180
|
+
.k-align-items-stretch {
|
|
2181
|
+
align-items: stretch;
|
|
2182
|
+
}
|
|
2183
|
+
|
|
2184
|
+
.\!k-align-items-stretch {
|
|
2185
|
+
align-items: stretch !important;
|
|
2186
|
+
}
|
|
2187
|
+
|
|
2188
|
+
.k-align-items-center {
|
|
2189
|
+
align-items: center;
|
|
2190
|
+
}
|
|
2191
|
+
|
|
2192
|
+
.\!k-align-items-center {
|
|
2193
|
+
align-items: center !important;
|
|
2194
|
+
}
|
|
2195
|
+
|
|
2140
2196
|
.k-align-items-start {
|
|
2141
|
-
align-items:
|
|
2197
|
+
align-items: start;
|
|
2142
2198
|
}
|
|
2143
2199
|
|
|
2144
2200
|
.\!k-align-items-start {
|
|
2145
|
-
align-items:
|
|
2201
|
+
align-items: start !important;
|
|
2146
2202
|
}
|
|
2147
2203
|
|
|
2148
2204
|
.k-align-items-end {
|
|
2149
|
-
align-items:
|
|
2205
|
+
align-items: end;
|
|
2150
2206
|
}
|
|
2151
2207
|
|
|
2152
2208
|
.\!k-align-items-end {
|
|
2209
|
+
align-items: end !important;
|
|
2210
|
+
}
|
|
2211
|
+
|
|
2212
|
+
.k-align-items-flex-start {
|
|
2213
|
+
align-items: flex-start;
|
|
2214
|
+
}
|
|
2215
|
+
|
|
2216
|
+
.\!k-align-items-flex-start {
|
|
2217
|
+
align-items: flex-start !important;
|
|
2218
|
+
}
|
|
2219
|
+
|
|
2220
|
+
.k-align-items-flex-end {
|
|
2221
|
+
align-items: flex-end;
|
|
2222
|
+
}
|
|
2223
|
+
|
|
2224
|
+
.\!k-align-items-flex-end {
|
|
2153
2225
|
align-items: flex-end !important;
|
|
2154
2226
|
}
|
|
2155
2227
|
|
|
2156
|
-
.k-align-items-
|
|
2157
|
-
align-items:
|
|
2228
|
+
.k-align-items-baseline {
|
|
2229
|
+
align-items: baseline;
|
|
2158
2230
|
}
|
|
2159
2231
|
|
|
2160
|
-
.\!k-align-items-
|
|
2161
|
-
align-items:
|
|
2232
|
+
.\!k-align-items-baseline {
|
|
2233
|
+
align-items: baseline !important;
|
|
2162
2234
|
}
|
|
2163
2235
|
|
|
2164
|
-
.k-align-items-
|
|
2165
|
-
align-items:
|
|
2236
|
+
.k-align-items-first-baseline {
|
|
2237
|
+
align-items: first baseline;
|
|
2166
2238
|
}
|
|
2167
2239
|
|
|
2168
|
-
.\!k-align-items-
|
|
2169
|
-
align-items:
|
|
2240
|
+
.\!k-align-items-first-baseline {
|
|
2241
|
+
align-items: first baseline !important;
|
|
2242
|
+
}
|
|
2243
|
+
|
|
2244
|
+
.k-align-items-last-baseline {
|
|
2245
|
+
align-items: last baseline;
|
|
2246
|
+
}
|
|
2247
|
+
|
|
2248
|
+
.\!k-align-items-last-baseline {
|
|
2249
|
+
align-items: last baseline !important;
|
|
2250
|
+
}
|
|
2251
|
+
|
|
2252
|
+
.k-align-items-self-start {
|
|
2253
|
+
align-items: self-start;
|
|
2254
|
+
}
|
|
2255
|
+
|
|
2256
|
+
.\!k-align-items-self-start {
|
|
2257
|
+
align-items: self-start !important;
|
|
2258
|
+
}
|
|
2259
|
+
|
|
2260
|
+
.k-align-items-self-end {
|
|
2261
|
+
align-items: self-end;
|
|
2262
|
+
}
|
|
2263
|
+
|
|
2264
|
+
.\!k-align-items-self-end {
|
|
2265
|
+
align-items: self-end !important;
|
|
2170
2266
|
}
|
|
2171
2267
|
|
|
2172
2268
|
.k-align-self-auto {
|
|
@@ -2193,28 +2289,84 @@ kendo-sortable {
|
|
|
2193
2289
|
align-self: stretch !important;
|
|
2194
2290
|
}
|
|
2195
2291
|
|
|
2292
|
+
.k-align-self-center {
|
|
2293
|
+
align-self: center;
|
|
2294
|
+
}
|
|
2295
|
+
|
|
2296
|
+
.\!k-align-self-center {
|
|
2297
|
+
align-self: center !important;
|
|
2298
|
+
}
|
|
2299
|
+
|
|
2196
2300
|
.k-align-self-start {
|
|
2197
|
-
align-self:
|
|
2301
|
+
align-self: start;
|
|
2198
2302
|
}
|
|
2199
2303
|
|
|
2200
2304
|
.\!k-align-self-start {
|
|
2201
|
-
align-self:
|
|
2305
|
+
align-self: start !important;
|
|
2202
2306
|
}
|
|
2203
2307
|
|
|
2204
2308
|
.k-align-self-end {
|
|
2205
|
-
align-self:
|
|
2309
|
+
align-self: end;
|
|
2206
2310
|
}
|
|
2207
2311
|
|
|
2208
2312
|
.\!k-align-self-end {
|
|
2313
|
+
align-self: end !important;
|
|
2314
|
+
}
|
|
2315
|
+
|
|
2316
|
+
.k-align-self-flex-start {
|
|
2317
|
+
align-self: flex-start;
|
|
2318
|
+
}
|
|
2319
|
+
|
|
2320
|
+
.\!k-align-self-flex-start {
|
|
2321
|
+
align-self: flex-start !important;
|
|
2322
|
+
}
|
|
2323
|
+
|
|
2324
|
+
.k-align-self-flex-end {
|
|
2325
|
+
align-self: flex-end;
|
|
2326
|
+
}
|
|
2327
|
+
|
|
2328
|
+
.\!k-align-self-flex-end {
|
|
2209
2329
|
align-self: flex-end !important;
|
|
2210
2330
|
}
|
|
2211
2331
|
|
|
2212
|
-
.k-align-self-
|
|
2213
|
-
align-self:
|
|
2332
|
+
.k-align-self-baseline {
|
|
2333
|
+
align-self: baseline;
|
|
2214
2334
|
}
|
|
2215
2335
|
|
|
2216
|
-
.\!k-align-self-
|
|
2217
|
-
align-self:
|
|
2336
|
+
.\!k-align-self-baseline {
|
|
2337
|
+
align-self: baseline !important;
|
|
2338
|
+
}
|
|
2339
|
+
|
|
2340
|
+
.k-align-self-first-baseline {
|
|
2341
|
+
align-self: first baseline;
|
|
2342
|
+
}
|
|
2343
|
+
|
|
2344
|
+
.\!k-align-self-first-baseline {
|
|
2345
|
+
align-self: first baseline !important;
|
|
2346
|
+
}
|
|
2347
|
+
|
|
2348
|
+
.k-align-self-last-baseline {
|
|
2349
|
+
align-self: last baseline;
|
|
2350
|
+
}
|
|
2351
|
+
|
|
2352
|
+
.\!k-align-self-last-baseline {
|
|
2353
|
+
align-self: last baseline !important;
|
|
2354
|
+
}
|
|
2355
|
+
|
|
2356
|
+
.k-align-self-self-start {
|
|
2357
|
+
align-self: self-start;
|
|
2358
|
+
}
|
|
2359
|
+
|
|
2360
|
+
.\!k-align-self-self-start {
|
|
2361
|
+
align-self: self-start !important;
|
|
2362
|
+
}
|
|
2363
|
+
|
|
2364
|
+
.k-align-self-self-end {
|
|
2365
|
+
align-self: self-end;
|
|
2366
|
+
}
|
|
2367
|
+
|
|
2368
|
+
.\!k-align-self-self-end {
|
|
2369
|
+
align-self: self-end !important;
|
|
2218
2370
|
}
|
|
2219
2371
|
|
|
2220
2372
|
.k-basis-0 {
|
|
@@ -5609,28 +5761,92 @@ kendo-sortable {
|
|
|
5609
5761
|
justify-content: normal !important;
|
|
5610
5762
|
}
|
|
5611
5763
|
|
|
5764
|
+
.k-justify-content-stretch {
|
|
5765
|
+
justify-content: stretch;
|
|
5766
|
+
}
|
|
5767
|
+
|
|
5768
|
+
.\!k-justify-content-stretch {
|
|
5769
|
+
justify-content: stretch !important;
|
|
5770
|
+
}
|
|
5771
|
+
|
|
5772
|
+
.k-justify-content-center {
|
|
5773
|
+
justify-content: center;
|
|
5774
|
+
}
|
|
5775
|
+
|
|
5776
|
+
.\!k-justify-content-center {
|
|
5777
|
+
justify-content: center !important;
|
|
5778
|
+
}
|
|
5779
|
+
|
|
5612
5780
|
.k-justify-content-start {
|
|
5613
|
-
justify-content:
|
|
5781
|
+
justify-content: start;
|
|
5614
5782
|
}
|
|
5615
5783
|
|
|
5616
5784
|
.\!k-justify-content-start {
|
|
5617
|
-
justify-content:
|
|
5785
|
+
justify-content: start !important;
|
|
5618
5786
|
}
|
|
5619
5787
|
|
|
5620
5788
|
.k-justify-content-end {
|
|
5621
|
-
justify-content:
|
|
5789
|
+
justify-content: end;
|
|
5622
5790
|
}
|
|
5623
5791
|
|
|
5624
5792
|
.\!k-justify-content-end {
|
|
5793
|
+
justify-content: end !important;
|
|
5794
|
+
}
|
|
5795
|
+
|
|
5796
|
+
.k-justify-content-flex-start {
|
|
5797
|
+
justify-content: flex-start;
|
|
5798
|
+
}
|
|
5799
|
+
|
|
5800
|
+
.\!k-justify-content-flex-start {
|
|
5801
|
+
justify-content: flex-start !important;
|
|
5802
|
+
}
|
|
5803
|
+
|
|
5804
|
+
.k-justify-content-flex-end {
|
|
5805
|
+
justify-content: flex-end;
|
|
5806
|
+
}
|
|
5807
|
+
|
|
5808
|
+
.\!k-justify-content-flex-end {
|
|
5625
5809
|
justify-content: flex-end !important;
|
|
5626
5810
|
}
|
|
5627
5811
|
|
|
5628
|
-
.k-justify-content-
|
|
5629
|
-
justify-content:
|
|
5812
|
+
.k-justify-content-left {
|
|
5813
|
+
justify-content: left;
|
|
5630
5814
|
}
|
|
5631
5815
|
|
|
5632
|
-
.\!k-justify-content-
|
|
5633
|
-
justify-content:
|
|
5816
|
+
.\!k-justify-content-left {
|
|
5817
|
+
justify-content: left !important;
|
|
5818
|
+
}
|
|
5819
|
+
|
|
5820
|
+
.k-justify-content-right {
|
|
5821
|
+
justify-content: right;
|
|
5822
|
+
}
|
|
5823
|
+
|
|
5824
|
+
.\!k-justify-content-right {
|
|
5825
|
+
justify-content: right !important;
|
|
5826
|
+
}
|
|
5827
|
+
|
|
5828
|
+
.k-justify-content-baseline {
|
|
5829
|
+
justify-content: baseline;
|
|
5830
|
+
}
|
|
5831
|
+
|
|
5832
|
+
.\!k-justify-content-baseline {
|
|
5833
|
+
justify-content: baseline !important;
|
|
5834
|
+
}
|
|
5835
|
+
|
|
5836
|
+
.k-justify-content-first-baseline {
|
|
5837
|
+
justify-content: first baseline;
|
|
5838
|
+
}
|
|
5839
|
+
|
|
5840
|
+
.\!k-justify-content-first-baseline {
|
|
5841
|
+
justify-content: first baseline !important;
|
|
5842
|
+
}
|
|
5843
|
+
|
|
5844
|
+
.k-justify-content-last-baseline {
|
|
5845
|
+
justify-content: last baseline;
|
|
5846
|
+
}
|
|
5847
|
+
|
|
5848
|
+
.\!k-justify-content-last-baseline {
|
|
5849
|
+
justify-content: last baseline !important;
|
|
5634
5850
|
}
|
|
5635
5851
|
|
|
5636
5852
|
.k-justify-content-between {
|
|
@@ -5657,14 +5873,6 @@ kendo-sortable {
|
|
|
5657
5873
|
justify-content: space-evenly !important;
|
|
5658
5874
|
}
|
|
5659
5875
|
|
|
5660
|
-
.k-justify-content-stretch {
|
|
5661
|
-
justify-content: stretch;
|
|
5662
|
-
}
|
|
5663
|
-
|
|
5664
|
-
.\!k-justify-content-stretch {
|
|
5665
|
-
justify-content: stretch !important;
|
|
5666
|
-
}
|
|
5667
|
-
|
|
5668
5876
|
.k-justify-content-stretch > * {
|
|
5669
5877
|
flex: 1 0 0%;
|
|
5670
5878
|
}
|
|
@@ -5681,36 +5889,108 @@ kendo-sortable {
|
|
|
5681
5889
|
justify-items: normal !important;
|
|
5682
5890
|
}
|
|
5683
5891
|
|
|
5892
|
+
.k-justify-items-stretch {
|
|
5893
|
+
justify-items: stretch;
|
|
5894
|
+
}
|
|
5895
|
+
|
|
5896
|
+
.\!k-justify-items-stretch {
|
|
5897
|
+
justify-items: stretch !important;
|
|
5898
|
+
}
|
|
5899
|
+
|
|
5900
|
+
.k-justify-items-center {
|
|
5901
|
+
justify-items: center;
|
|
5902
|
+
}
|
|
5903
|
+
|
|
5904
|
+
.\!k-justify-items-center {
|
|
5905
|
+
justify-items: center !important;
|
|
5906
|
+
}
|
|
5907
|
+
|
|
5684
5908
|
.k-justify-items-start {
|
|
5685
|
-
justify-items:
|
|
5909
|
+
justify-items: start;
|
|
5686
5910
|
}
|
|
5687
5911
|
|
|
5688
5912
|
.\!k-justify-items-start {
|
|
5689
|
-
justify-items:
|
|
5913
|
+
justify-items: start !important;
|
|
5690
5914
|
}
|
|
5691
5915
|
|
|
5692
5916
|
.k-justify-items-end {
|
|
5693
|
-
justify-items:
|
|
5917
|
+
justify-items: end;
|
|
5694
5918
|
}
|
|
5695
5919
|
|
|
5696
5920
|
.\!k-justify-items-end {
|
|
5921
|
+
justify-items: end !important;
|
|
5922
|
+
}
|
|
5923
|
+
|
|
5924
|
+
.k-justify-items-flex-start {
|
|
5925
|
+
justify-items: flex-start;
|
|
5926
|
+
}
|
|
5927
|
+
|
|
5928
|
+
.\!k-justify-items-flex-start {
|
|
5929
|
+
justify-items: flex-start !important;
|
|
5930
|
+
}
|
|
5931
|
+
|
|
5932
|
+
.k-justify-items-flex-end {
|
|
5933
|
+
justify-items: flex-end;
|
|
5934
|
+
}
|
|
5935
|
+
|
|
5936
|
+
.\!k-justify-items-flex-end {
|
|
5697
5937
|
justify-items: flex-end !important;
|
|
5698
5938
|
}
|
|
5699
5939
|
|
|
5700
|
-
.k-justify-items-
|
|
5701
|
-
justify-items:
|
|
5940
|
+
.k-justify-items-self-start {
|
|
5941
|
+
justify-items: self-start;
|
|
5702
5942
|
}
|
|
5703
5943
|
|
|
5704
|
-
.\!k-justify-items-
|
|
5705
|
-
justify-items:
|
|
5944
|
+
.\!k-justify-items-self-start {
|
|
5945
|
+
justify-items: self-start !important;
|
|
5706
5946
|
}
|
|
5707
5947
|
|
|
5708
|
-
.k-justify-items-
|
|
5709
|
-
justify-items:
|
|
5948
|
+
.k-justify-items-self-end {
|
|
5949
|
+
justify-items: self-end;
|
|
5710
5950
|
}
|
|
5711
5951
|
|
|
5712
|
-
.\!k-justify-items-
|
|
5713
|
-
justify-items:
|
|
5952
|
+
.\!k-justify-items-self-end {
|
|
5953
|
+
justify-items: self-end !important;
|
|
5954
|
+
}
|
|
5955
|
+
|
|
5956
|
+
.k-justify-items-left {
|
|
5957
|
+
justify-items: left;
|
|
5958
|
+
}
|
|
5959
|
+
|
|
5960
|
+
.\!k-justify-items-left {
|
|
5961
|
+
justify-items: left !important;
|
|
5962
|
+
}
|
|
5963
|
+
|
|
5964
|
+
.k-justify-items-right {
|
|
5965
|
+
justify-items: right;
|
|
5966
|
+
}
|
|
5967
|
+
|
|
5968
|
+
.\!k-justify-items-right {
|
|
5969
|
+
justify-items: right !important;
|
|
5970
|
+
}
|
|
5971
|
+
|
|
5972
|
+
.k-justify-items-baseline {
|
|
5973
|
+
justify-items: baseline;
|
|
5974
|
+
}
|
|
5975
|
+
|
|
5976
|
+
.\!k-justify-items-baseline {
|
|
5977
|
+
justify-items: baseline !important;
|
|
5978
|
+
}
|
|
5979
|
+
|
|
5980
|
+
.k-justify-items-first-baseline {
|
|
5981
|
+
justify-items: first baseline;
|
|
5982
|
+
}
|
|
5983
|
+
|
|
5984
|
+
.\!k-justify-items-first-baseline {
|
|
5985
|
+
justify-items: first baseline !important;
|
|
5986
|
+
}
|
|
5987
|
+
|
|
5988
|
+
.k-justify-items-last-baseline {
|
|
5989
|
+
justify-items: last baseline;
|
|
5990
|
+
}
|
|
5991
|
+
|
|
5992
|
+
.\!k-justify-items-last-baseline {
|
|
5993
|
+
justify-items: last baseline !important;
|
|
5714
5994
|
}
|
|
5715
5995
|
|
|
5716
5996
|
.k-justify-self-auto {
|
|
@@ -5729,36 +6009,92 @@ kendo-sortable {
|
|
|
5729
6009
|
justify-self: normal !important;
|
|
5730
6010
|
}
|
|
5731
6011
|
|
|
6012
|
+
.k-justify-self-stretch {
|
|
6013
|
+
justify-self: stretch;
|
|
6014
|
+
}
|
|
6015
|
+
|
|
6016
|
+
.\!k-justify-self-stretch {
|
|
6017
|
+
justify-self: stretch !important;
|
|
6018
|
+
}
|
|
6019
|
+
|
|
6020
|
+
.k-justify-self-center {
|
|
6021
|
+
justify-self: center;
|
|
6022
|
+
}
|
|
6023
|
+
|
|
6024
|
+
.\!k-justify-self-center {
|
|
6025
|
+
justify-self: center !important;
|
|
6026
|
+
}
|
|
6027
|
+
|
|
5732
6028
|
.k-justify-self-start {
|
|
5733
|
-
justify-self:
|
|
6029
|
+
justify-self: start;
|
|
5734
6030
|
}
|
|
5735
6031
|
|
|
5736
6032
|
.\!k-justify-self-start {
|
|
5737
|
-
justify-self:
|
|
6033
|
+
justify-self: start !important;
|
|
5738
6034
|
}
|
|
5739
6035
|
|
|
5740
6036
|
.k-justify-self-end {
|
|
5741
|
-
justify-self:
|
|
6037
|
+
justify-self: end;
|
|
5742
6038
|
}
|
|
5743
6039
|
|
|
5744
6040
|
.\!k-justify-self-end {
|
|
6041
|
+
justify-self: end !important;
|
|
6042
|
+
}
|
|
6043
|
+
|
|
6044
|
+
.k-justify-self-flex-start {
|
|
6045
|
+
justify-self: flex-start;
|
|
6046
|
+
}
|
|
6047
|
+
|
|
6048
|
+
.\!k-justify-self-flex-start {
|
|
6049
|
+
justify-self: flex-start !important;
|
|
6050
|
+
}
|
|
6051
|
+
|
|
6052
|
+
.k-justify-self-flex-end {
|
|
6053
|
+
justify-self: flex-end;
|
|
6054
|
+
}
|
|
6055
|
+
|
|
6056
|
+
.\!k-justify-self-flex-end {
|
|
5745
6057
|
justify-self: flex-end !important;
|
|
5746
6058
|
}
|
|
5747
6059
|
|
|
5748
|
-
.k-justify-self-
|
|
5749
|
-
justify-self:
|
|
6060
|
+
.k-justify-self-self-start {
|
|
6061
|
+
justify-self: self-start;
|
|
5750
6062
|
}
|
|
5751
6063
|
|
|
5752
|
-
.\!k-justify-self-
|
|
5753
|
-
justify-self:
|
|
6064
|
+
.\!k-justify-self-self-start {
|
|
6065
|
+
justify-self: self-start !important;
|
|
5754
6066
|
}
|
|
5755
6067
|
|
|
5756
|
-
.k-justify-self-
|
|
5757
|
-
justify-self:
|
|
6068
|
+
.k-justify-self-self-end {
|
|
6069
|
+
justify-self: self-end;
|
|
5758
6070
|
}
|
|
5759
6071
|
|
|
5760
|
-
.\!k-justify-self-
|
|
5761
|
-
justify-self:
|
|
6072
|
+
.\!k-justify-self-self-end {
|
|
6073
|
+
justify-self: self-end !important;
|
|
6074
|
+
}
|
|
6075
|
+
|
|
6076
|
+
.k-justify-self-baseline {
|
|
6077
|
+
justify-self: baseline;
|
|
6078
|
+
}
|
|
6079
|
+
|
|
6080
|
+
.\!k-justify-self-baseline {
|
|
6081
|
+
justify-self: baseline !important;
|
|
6082
|
+
}
|
|
6083
|
+
|
|
6084
|
+
.k-justify-self-first-baseline {
|
|
6085
|
+
justify-self: first baseline;
|
|
6086
|
+
}
|
|
6087
|
+
|
|
6088
|
+
.\!k-justify-self-first-baseline {
|
|
6089
|
+
justify-self: first baseline !important;
|
|
6090
|
+
}
|
|
6091
|
+
|
|
6092
|
+
.k-justify-self-last-baseline {
|
|
6093
|
+
justify-self: last baseline;
|
|
6094
|
+
}
|
|
6095
|
+
|
|
6096
|
+
.\!k-justify-self-last-baseline {
|
|
6097
|
+
justify-self: last baseline !important;
|
|
5762
6098
|
}
|
|
5763
6099
|
|
|
5764
6100
|
.k-order-1 {
|
|
@@ -5889,28 +6225,60 @@ kendo-sortable {
|
|
|
5889
6225
|
place-content: normal !important;
|
|
5890
6226
|
}
|
|
5891
6227
|
|
|
6228
|
+
.k-place-content-stretch {
|
|
6229
|
+
place-content: stretch;
|
|
6230
|
+
}
|
|
6231
|
+
|
|
6232
|
+
.\!k-place-content-stretch {
|
|
6233
|
+
place-content: stretch !important;
|
|
6234
|
+
}
|
|
6235
|
+
|
|
6236
|
+
.k-place-content-center {
|
|
6237
|
+
place-content: center;
|
|
6238
|
+
}
|
|
6239
|
+
|
|
6240
|
+
.\!k-place-content-center {
|
|
6241
|
+
place-content: center !important;
|
|
6242
|
+
}
|
|
6243
|
+
|
|
5892
6244
|
.k-place-content-start {
|
|
5893
|
-
place-content:
|
|
6245
|
+
place-content: start;
|
|
5894
6246
|
}
|
|
5895
6247
|
|
|
5896
6248
|
.\!k-place-content-start {
|
|
5897
|
-
place-content:
|
|
6249
|
+
place-content: start !important;
|
|
5898
6250
|
}
|
|
5899
6251
|
|
|
5900
6252
|
.k-place-content-end {
|
|
5901
|
-
place-content:
|
|
6253
|
+
place-content: end;
|
|
5902
6254
|
}
|
|
5903
6255
|
|
|
5904
6256
|
.\!k-place-content-end {
|
|
6257
|
+
place-content: end !important;
|
|
6258
|
+
}
|
|
6259
|
+
|
|
6260
|
+
.k-place-content-flex-start {
|
|
6261
|
+
place-content: flex-start;
|
|
6262
|
+
}
|
|
6263
|
+
|
|
6264
|
+
.\!k-place-content-flex-start {
|
|
6265
|
+
place-content: flex-start !important;
|
|
6266
|
+
}
|
|
6267
|
+
|
|
6268
|
+
.k-place-content-flex-end {
|
|
6269
|
+
place-content: flex-end;
|
|
6270
|
+
}
|
|
6271
|
+
|
|
6272
|
+
.\!k-place-content-flex-end {
|
|
5905
6273
|
place-content: flex-end !important;
|
|
5906
6274
|
}
|
|
5907
6275
|
|
|
5908
|
-
.k-place-content-
|
|
5909
|
-
place-content:
|
|
6276
|
+
.k-place-content-baseline {
|
|
6277
|
+
place-content: baseline;
|
|
5910
6278
|
}
|
|
5911
6279
|
|
|
5912
|
-
.\!k-place-content-
|
|
5913
|
-
place-content:
|
|
6280
|
+
.\!k-place-content-baseline {
|
|
6281
|
+
place-content: baseline !important;
|
|
5914
6282
|
}
|
|
5915
6283
|
|
|
5916
6284
|
.k-place-content-between {
|
|
@@ -5937,14 +6305,6 @@ kendo-sortable {
|
|
|
5937
6305
|
place-content: space-evenly !important;
|
|
5938
6306
|
}
|
|
5939
6307
|
|
|
5940
|
-
.k-place-content-stretch {
|
|
5941
|
-
place-content: stretch;
|
|
5942
|
-
}
|
|
5943
|
-
|
|
5944
|
-
.\!k-place-content-stretch {
|
|
5945
|
-
place-content: stretch !important;
|
|
5946
|
-
}
|
|
5947
|
-
|
|
5948
6308
|
.k-place-items-normal {
|
|
5949
6309
|
place-items: normal;
|
|
5950
6310
|
}
|
|
@@ -5953,36 +6313,76 @@ kendo-sortable {
|
|
|
5953
6313
|
place-items: normal !important;
|
|
5954
6314
|
}
|
|
5955
6315
|
|
|
6316
|
+
.k-place-items-stretch {
|
|
6317
|
+
place-items: stretch;
|
|
6318
|
+
}
|
|
6319
|
+
|
|
6320
|
+
.\!k-place-items-stretch {
|
|
6321
|
+
place-items: stretch !important;
|
|
6322
|
+
}
|
|
6323
|
+
|
|
6324
|
+
.k-place-items-center {
|
|
6325
|
+
place-items: center;
|
|
6326
|
+
}
|
|
6327
|
+
|
|
6328
|
+
.\!k-place-items-center {
|
|
6329
|
+
place-items: center !important;
|
|
6330
|
+
}
|
|
6331
|
+
|
|
5956
6332
|
.k-place-items-start {
|
|
5957
|
-
place-items:
|
|
6333
|
+
place-items: start;
|
|
5958
6334
|
}
|
|
5959
6335
|
|
|
5960
6336
|
.\!k-place-items-start {
|
|
5961
|
-
place-items:
|
|
6337
|
+
place-items: start !important;
|
|
5962
6338
|
}
|
|
5963
6339
|
|
|
5964
6340
|
.k-place-items-end {
|
|
5965
|
-
place-items:
|
|
6341
|
+
place-items: end;
|
|
5966
6342
|
}
|
|
5967
6343
|
|
|
5968
6344
|
.\!k-place-items-end {
|
|
6345
|
+
place-items: end !important;
|
|
6346
|
+
}
|
|
6347
|
+
|
|
6348
|
+
.k-place-items-flex-start {
|
|
6349
|
+
place-items: flex-start;
|
|
6350
|
+
}
|
|
6351
|
+
|
|
6352
|
+
.\!k-place-items-flex-start {
|
|
6353
|
+
place-items: flex-start !important;
|
|
6354
|
+
}
|
|
6355
|
+
|
|
6356
|
+
.k-place-items-flex-end {
|
|
6357
|
+
place-items: flex-end;
|
|
6358
|
+
}
|
|
6359
|
+
|
|
6360
|
+
.\!k-place-items-flex-end {
|
|
5969
6361
|
place-items: flex-end !important;
|
|
5970
6362
|
}
|
|
5971
6363
|
|
|
5972
|
-
.k-place-items-
|
|
5973
|
-
place-items:
|
|
6364
|
+
.k-place-items-self-start {
|
|
6365
|
+
place-items: flex-start;
|
|
5974
6366
|
}
|
|
5975
6367
|
|
|
5976
|
-
.\!k-place-items-
|
|
5977
|
-
place-items:
|
|
6368
|
+
.\!k-place-items-self-start {
|
|
6369
|
+
place-items: flex-start !important;
|
|
5978
6370
|
}
|
|
5979
6371
|
|
|
5980
|
-
.k-place-items-
|
|
5981
|
-
place-items:
|
|
6372
|
+
.k-place-items-self-end {
|
|
6373
|
+
place-items: flex-end;
|
|
5982
6374
|
}
|
|
5983
6375
|
|
|
5984
|
-
.\!k-place-items-
|
|
5985
|
-
place-items:
|
|
6376
|
+
.\!k-place-items-self-end {
|
|
6377
|
+
place-items: flex-end !important;
|
|
6378
|
+
}
|
|
6379
|
+
|
|
6380
|
+
.k-place-items-baseline {
|
|
6381
|
+
place-items: baseline;
|
|
6382
|
+
}
|
|
6383
|
+
|
|
6384
|
+
.\!k-place-items-baseline {
|
|
6385
|
+
place-items: baseline !important;
|
|
5986
6386
|
}
|
|
5987
6387
|
|
|
5988
6388
|
.k-place-self-auto {
|
|
@@ -6001,6 +6401,22 @@ kendo-sortable {
|
|
|
6001
6401
|
place-self: normal !important;
|
|
6002
6402
|
}
|
|
6003
6403
|
|
|
6404
|
+
.k-place-self-stretch {
|
|
6405
|
+
place-self: stretch;
|
|
6406
|
+
}
|
|
6407
|
+
|
|
6408
|
+
.\!k-place-self-stretch {
|
|
6409
|
+
place-self: stretch !important;
|
|
6410
|
+
}
|
|
6411
|
+
|
|
6412
|
+
.k-place-self-center {
|
|
6413
|
+
place-self: center;
|
|
6414
|
+
}
|
|
6415
|
+
|
|
6416
|
+
.\!k-place-self-center {
|
|
6417
|
+
place-self: center !important;
|
|
6418
|
+
}
|
|
6419
|
+
|
|
6004
6420
|
.k-place-self-start {
|
|
6005
6421
|
place-self: flex-start;
|
|
6006
6422
|
}
|
|
@@ -6017,20 +6433,44 @@ kendo-sortable {
|
|
|
6017
6433
|
place-self: flex-end !important;
|
|
6018
6434
|
}
|
|
6019
6435
|
|
|
6020
|
-
.k-place-self-
|
|
6021
|
-
place-self:
|
|
6436
|
+
.k-place-self-flex-start {
|
|
6437
|
+
place-self: flex-start;
|
|
6022
6438
|
}
|
|
6023
6439
|
|
|
6024
|
-
.\!k-place-self-
|
|
6025
|
-
place-self:
|
|
6440
|
+
.\!k-place-self-flex-start {
|
|
6441
|
+
place-self: flex-start !important;
|
|
6026
6442
|
}
|
|
6027
6443
|
|
|
6028
|
-
.k-place-self-
|
|
6029
|
-
place-self:
|
|
6444
|
+
.k-place-self-flex-end {
|
|
6445
|
+
place-self: flex-end;
|
|
6030
6446
|
}
|
|
6031
6447
|
|
|
6032
|
-
.\!k-place-self-
|
|
6033
|
-
place-self:
|
|
6448
|
+
.\!k-place-self-flex-end {
|
|
6449
|
+
place-self: flex-end !important;
|
|
6450
|
+
}
|
|
6451
|
+
|
|
6452
|
+
.k-place-self-self-start {
|
|
6453
|
+
place-self: flex-start;
|
|
6454
|
+
}
|
|
6455
|
+
|
|
6456
|
+
.\!k-place-self-self-start {
|
|
6457
|
+
place-self: flex-start !important;
|
|
6458
|
+
}
|
|
6459
|
+
|
|
6460
|
+
.k-place-self-self-end {
|
|
6461
|
+
place-self: flex-end;
|
|
6462
|
+
}
|
|
6463
|
+
|
|
6464
|
+
.\!k-place-self-self-end {
|
|
6465
|
+
place-self: flex-end !important;
|
|
6466
|
+
}
|
|
6467
|
+
|
|
6468
|
+
.k-place-self-baseline {
|
|
6469
|
+
place-self: baseline;
|
|
6470
|
+
}
|
|
6471
|
+
|
|
6472
|
+
.\!k-place-self-baseline {
|
|
6473
|
+
place-self: baseline !important;
|
|
6034
6474
|
}
|
|
6035
6475
|
|
|
6036
6476
|
.k-m-0 {
|
|
@@ -37377,9 +37817,8 @@ select.k-picker-lg {
|
|
|
37377
37817
|
font-size: 0.875em;
|
|
37378
37818
|
}
|
|
37379
37819
|
|
|
37380
|
-
.k-actionsheet
|
|
37820
|
+
.k-actionsheet .k-hr {
|
|
37381
37821
|
margin: 0;
|
|
37382
|
-
border-color: inherit;
|
|
37383
37822
|
flex: none;
|
|
37384
37823
|
}
|
|
37385
37824
|
|
|
@@ -37574,6 +38013,10 @@ select.k-picker-lg {
|
|
|
37574
38013
|
color: rgba(0, 0, 0, 0.54);
|
|
37575
38014
|
}
|
|
37576
38015
|
|
|
38016
|
+
.k-actionsheet .k-hr {
|
|
38017
|
+
border-color: rgba(0, 0, 0, 0.12);
|
|
38018
|
+
}
|
|
38019
|
+
|
|
37577
38020
|
.k-adaptive-actionsheet .k-actionsheet-titlebar, .k-adaptive-actionsheet .k-actionsheet-jq .k-actionsheet-header, .k-actionsheet-jq .k-adaptive-actionsheet .k-actionsheet-header {
|
|
37578
38021
|
border-color: rgba(0, 0, 0, 0.12);
|
|
37579
38022
|
}
|
|
@@ -42430,9 +42873,9 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
42430
42873
|
}
|
|
42431
42874
|
|
|
42432
42875
|
kendo-grid .k-grid-row-sticky td.k-grid-content-sticky,
|
|
42433
|
-
kendo-grid .k-grid-row-sticky.k-alt td.k-grid-content-sticky,
|
|
42876
|
+
kendo-grid .k-grid-row-sticky.k-table-alt-row td.k-grid-content-sticky,
|
|
42434
42877
|
kendo-grid .k-grid-row-sticky .k-table-td.k-grid-content-sticky,
|
|
42435
|
-
kendo-grid .k-grid-row-sticky.k-alt .k-table-td.k-grid-content-sticky {
|
|
42878
|
+
kendo-grid .k-grid-row-sticky.k-table-alt-row .k-table-td.k-grid-content-sticky {
|
|
42436
42879
|
z-index: 3;
|
|
42437
42880
|
}
|
|
42438
42881
|
|
|
@@ -42824,10 +43267,6 @@ div.k-grid-norecords {
|
|
|
42824
43267
|
|
|
42825
43268
|
.k-column-menu-popup.k-popup,
|
|
42826
43269
|
.k-grid-columnmenu-popup.k-popup {
|
|
42827
|
-
}
|
|
42828
|
-
|
|
42829
|
-
.k-popup > .k-column-menu-popup, .k-popup >
|
|
42830
|
-
.k-grid-columnmenu-popup {
|
|
42831
43270
|
max-width: 100%;
|
|
42832
43271
|
}
|
|
42833
43272
|
|
|
@@ -45403,7 +45842,7 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
45403
45842
|
}
|
|
45404
45843
|
|
|
45405
45844
|
.k-pivot-layout .k-grid-footer,
|
|
45406
|
-
.k-pivot-layout .k-grid .k-alt {
|
|
45845
|
+
.k-pivot-layout .k-grid .k-table-alt-row {
|
|
45407
45846
|
font-weight: bold;
|
|
45408
45847
|
}
|
|
45409
45848
|
|
|
@@ -45670,7 +46109,7 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
45670
46109
|
color: rgba(0, 0, 0, 0.54);
|
|
45671
46110
|
}
|
|
45672
46111
|
|
|
45673
|
-
.k-alt {
|
|
46112
|
+
.k-pivot .k-alt {
|
|
45674
46113
|
background-color: #ffffff;
|
|
45675
46114
|
}
|
|
45676
46115
|
|