@progress/kendo-theme-default 7.1.0-dev.0 → 7.1.0-dev.10
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 +314 -40
- package/dist/all.scss +1942 -599
- package/dist/meta/sassdoc-data.json +4494 -2868
- package/dist/meta/sassdoc-raw-data.json +1681 -931
- package/dist/meta/variables.json +331 -159
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +5 -5
- package/scss/_variables.scss +1 -209
- package/scss/adaptive/_variables.scss +1 -1
- package/scss/appbar/_theme.scss +1 -1
- package/scss/appbar/_variables.scss +2 -2
- package/scss/avatar/_theme.scss +1 -1
- package/scss/badge/_theme.scss +1 -1
- package/scss/bottom-navigation/_theme.scss +5 -5
- package/scss/button/_theme.scss +74 -30
- package/scss/button/_variables.scss +10 -10
- package/scss/calendar/_theme.scss +1 -1
- package/scss/card/_layout.scss +4 -0
- package/scss/card/_theme.scss +3 -3
- package/scss/chat/_variables.scss +1 -1
- package/scss/checkbox/_variables.scss +2 -2
- package/scss/chip/_theme.scss +24 -22
- package/scss/chip/_variables.scss +5 -5
- package/scss/common/_indicators.scss +0 -2
- package/scss/core/_index.scss +6 -0
- package/scss/core/color-system/_palettes.scss +256 -0
- package/scss/core/color-system/_swatch-legacy.scss +62 -0
- package/scss/core/color-system/_swatch.scss +397 -0
- package/scss/dataviz/_layout.scss +2 -2
- package/scss/dataviz/_variables.scss +42 -42
- package/scss/dialog/_theme.scss +1 -1
- package/scss/dock-manager/_variables.scss +1 -1
- package/scss/drawer/_layout.scss +1 -0
- package/scss/dropdowntree/_layout.scss +16 -0
- package/scss/dropzone/_variables.scss +1 -1
- package/scss/editor/_variables.scss +1 -1
- package/scss/fab/_theme.scss +15 -15
- package/scss/filemanager/_layout.scss +5 -0
- package/scss/filemanager/_variables.scss +2 -2
- package/scss/forms/_variables.scss +1 -1
- package/scss/gantt/_layout.scss +13 -5
- package/scss/gantt/_variables.scss +10 -10
- package/scss/grid/_layout.scss +10 -0
- package/scss/grid/_theme.scss +54 -6
- package/scss/grid/_variables.scss +10 -7
- package/scss/index.scss +2 -0
- package/scss/input/_layout.scss +39 -8
- package/scss/input/_theme.scss +139 -0
- package/scss/input/_variables.scss +30 -9
- package/scss/list/_theme.scss +1 -1
- package/scss/listview/_variables.scss +1 -1
- package/scss/map/_variables.scss +1 -1
- package/scss/mediaplayer/_theme.scss +1 -1
- package/scss/mediaplayer/_variables.scss +1 -1
- package/scss/messagebox/_theme.scss +13 -5
- package/scss/notification/_layout.scss +4 -9
- package/scss/notification/_variables.scss +5 -1
- package/scss/panelbar/_variables.scss +4 -4
- package/scss/pivotgrid/_variables.scss +5 -5
- package/scss/progressbar/_theme.scss +1 -1
- package/scss/progressbar/_variables.scss +3 -3
- package/scss/prompt/_index.scss +37 -0
- package/scss/prompt/_layout.scss +70 -0
- package/scss/prompt/_theme.scss +41 -0
- package/scss/prompt/_variables.scss +66 -0
- package/scss/scheduler/_theme.scss +3 -3
- package/scss/scheduler/_variables.scss +4 -4
- package/scss/signature/_variables.scss +1 -1
- package/scss/skeleton/_variables.scss +2 -5
- package/scss/slider/_variables.scss +6 -6
- package/scss/splitter/_variables.scss +1 -1
- package/scss/spreadsheet/_variables.scss +4 -4
- package/scss/stepper/_layout.scss +11 -0
- package/scss/stepper/_theme.scss +51 -15
- package/scss/stepper/_variables.scss +8 -8
- package/scss/switch/_theme.scss +2 -2
- package/scss/switch/_variables.scss +4 -4
- package/scss/table/_variables.scss +3 -4
- package/scss/taskboard/_variables.scss +7 -7
- package/scss/timeline/_layout.scss +0 -4
- package/scss/timeline/_variables.scss +4 -4
- package/scss/tooltip/_variables.scss +4 -4
- package/scss/window/_theme.scss +1 -1
- package/scss/core/color-system/index.import.scss +0 -1
package/dist/all.css
CHANGED
|
@@ -265,16 +265,13 @@ kendo-sortable {
|
|
|
265
265
|
text-indent: -4000px;
|
|
266
266
|
text-align: center;
|
|
267
267
|
position: absolute;
|
|
268
|
-
color: currentColor;
|
|
269
268
|
}
|
|
270
269
|
|
|
271
270
|
.k-loading-image {
|
|
272
271
|
z-index: 2;
|
|
273
|
-
color: currentColor;
|
|
274
272
|
}
|
|
275
273
|
|
|
276
274
|
.k-loading-color {
|
|
277
|
-
background-color: #ffffff;
|
|
278
275
|
opacity: 0.3;
|
|
279
276
|
}
|
|
280
277
|
|
|
@@ -290,7 +287,6 @@ kendo-sortable {
|
|
|
290
287
|
position: relative;
|
|
291
288
|
background-color: transparent;
|
|
292
289
|
box-sizing: border-box;
|
|
293
|
-
color: currentColor;
|
|
294
290
|
}
|
|
295
291
|
|
|
296
292
|
.k-i-loading::before, .k-i-loading::after {
|
|
@@ -1143,7 +1139,6 @@ kendo-sortable {
|
|
|
1143
1139
|
}
|
|
1144
1140
|
|
|
1145
1141
|
.k-current-time {
|
|
1146
|
-
width: 1px;
|
|
1147
1142
|
position: absolute;
|
|
1148
1143
|
}
|
|
1149
1144
|
|
|
@@ -28580,11 +28575,13 @@ kendo-badge-container {
|
|
|
28580
28575
|
}
|
|
28581
28576
|
|
|
28582
28577
|
.k-chip-outline-error:hover, .k-chip-outline-error.k-hover {
|
|
28578
|
+
border-color: #b61100;
|
|
28583
28579
|
color: white;
|
|
28584
28580
|
background-color: #b61100;
|
|
28585
28581
|
}
|
|
28586
28582
|
|
|
28587
28583
|
.k-chip-outline-error.k-selected {
|
|
28584
|
+
border-color: #b61100;
|
|
28588
28585
|
color: white;
|
|
28589
28586
|
background-color: #b61100;
|
|
28590
28587
|
}
|
|
@@ -28600,11 +28597,13 @@ kendo-badge-container {
|
|
|
28600
28597
|
}
|
|
28601
28598
|
|
|
28602
28599
|
.k-chip-outline-info:hover, .k-chip-outline-info.k-hover {
|
|
28600
|
+
border-color: #0042af;
|
|
28603
28601
|
color: white;
|
|
28604
28602
|
background-color: #0042af;
|
|
28605
28603
|
}
|
|
28606
28604
|
|
|
28607
28605
|
.k-chip-outline-info.k-selected {
|
|
28606
|
+
border-color: #0042af;
|
|
28608
28607
|
color: white;
|
|
28609
28608
|
background-color: #0042af;
|
|
28610
28609
|
}
|
|
@@ -28640,11 +28639,13 @@ kendo-badge-container {
|
|
|
28640
28639
|
}
|
|
28641
28640
|
|
|
28642
28641
|
.k-chip-outline-success:hover, .k-chip-outline-success.k-hover {
|
|
28642
|
+
border-color: #298700;
|
|
28643
28643
|
color: white;
|
|
28644
28644
|
background-color: #298700;
|
|
28645
28645
|
}
|
|
28646
28646
|
|
|
28647
28647
|
.k-chip-outline-success.k-selected {
|
|
28648
|
+
border-color: #298700;
|
|
28648
28649
|
color: white;
|
|
28649
28650
|
background-color: #298700;
|
|
28650
28651
|
}
|
|
@@ -32188,7 +32189,6 @@ textarea.k-input-inner {
|
|
|
32188
32189
|
.k-input-suffix {
|
|
32189
32190
|
border-color: inherit;
|
|
32190
32191
|
display: flex;
|
|
32191
|
-
flex-flow: row nowrap;
|
|
32192
32192
|
align-items: center;
|
|
32193
32193
|
flex: none;
|
|
32194
32194
|
}
|
|
@@ -32196,23 +32196,45 @@ textarea.k-input-inner {
|
|
|
32196
32196
|
.k-input-prefix > *,
|
|
32197
32197
|
.k-input-suffix > * {
|
|
32198
32198
|
flex-shrink: 0;
|
|
32199
|
+
border: none;
|
|
32200
|
+
}
|
|
32201
|
+
|
|
32202
|
+
.k-input-prefix-vertical,
|
|
32203
|
+
.k-input-suffix-vertical {
|
|
32204
|
+
flex-flow: column wrap;
|
|
32205
|
+
}
|
|
32206
|
+
|
|
32207
|
+
.k-input-prefix-horizontal,
|
|
32208
|
+
.k-input-suffix-horizontal {
|
|
32209
|
+
flex-flow: row wrap;
|
|
32199
32210
|
}
|
|
32200
32211
|
|
|
32201
32212
|
.k-input-separator {
|
|
32202
32213
|
margin: 0;
|
|
32203
|
-
width: 0;
|
|
32204
|
-
height: 16px;
|
|
32205
|
-
border-width: 0 0 0 1px;
|
|
32206
32214
|
border-style: solid;
|
|
32207
32215
|
border-color: inherit;
|
|
32216
|
+
border-width: 0 0 0 1px;
|
|
32217
|
+
height: 16px;
|
|
32208
32218
|
align-self: center;
|
|
32209
32219
|
}
|
|
32210
32220
|
|
|
32221
|
+
.k-input-separator-horizontal {
|
|
32222
|
+
height: auto;
|
|
32223
|
+
margin-inline: 4px;
|
|
32224
|
+
align-self: stretch;
|
|
32225
|
+
border-width: 1px 0 0;
|
|
32226
|
+
}
|
|
32227
|
+
|
|
32228
|
+
.k-input-separator-vertical {
|
|
32229
|
+
height: auto;
|
|
32230
|
+
margin-block: 4px;
|
|
32231
|
+
align-self: stretch;
|
|
32232
|
+
border-width: 0 0 0 1px;
|
|
32233
|
+
}
|
|
32234
|
+
|
|
32211
32235
|
.k-input-icon,
|
|
32212
32236
|
.k-input-validation-icon,
|
|
32213
|
-
.k-input-loading-icon
|
|
32214
|
-
.k-input-prefix > .k-icon,
|
|
32215
|
-
.k-input-suffix > .k-icon {
|
|
32237
|
+
.k-input-loading-icon {
|
|
32216
32238
|
flex: none;
|
|
32217
32239
|
align-self: center;
|
|
32218
32240
|
display: inline-flex;
|
|
@@ -32432,18 +32454,32 @@ textarea.k-input-inner {
|
|
|
32432
32454
|
.k-input-sm .k-input-loading-icon,
|
|
32433
32455
|
.k-input-sm .k-clear-value,
|
|
32434
32456
|
.k-input-sm .k-input-prefix > .k-icon,
|
|
32457
|
+
.k-input-sm .k-input-prefix > .k-input-prefix-text,
|
|
32435
32458
|
.k-input-sm .k-input-suffix > .k-icon,
|
|
32459
|
+
.k-input-sm .k-input-suffix > .k-input-suffix-text,
|
|
32436
32460
|
.k-picker-sm .k-input-icon,
|
|
32437
32461
|
.k-picker-sm .k-input-validation-icon,
|
|
32438
32462
|
.k-picker-sm .k-input-loading-icon,
|
|
32439
32463
|
.k-picker-sm .k-clear-value,
|
|
32440
32464
|
.k-picker-sm .k-input-prefix > .k-icon,
|
|
32441
|
-
.k-picker-sm .k-input-
|
|
32465
|
+
.k-picker-sm .k-input-prefix > .k-input-prefix-text,
|
|
32466
|
+
.k-picker-sm .k-input-suffix > .k-icon,
|
|
32467
|
+
.k-picker-sm .k-input-suffix > .k-input-suffix-text {
|
|
32442
32468
|
padding-block: 2px;
|
|
32443
32469
|
padding-inline: 2px;
|
|
32444
32470
|
box-sizing: content-box;
|
|
32445
32471
|
}
|
|
32446
32472
|
|
|
32473
|
+
.k-input-sm .k-input-separator-horizontal,
|
|
32474
|
+
.k-picker-sm .k-input-separator-horizontal {
|
|
32475
|
+
margin-inline: 2px;
|
|
32476
|
+
}
|
|
32477
|
+
|
|
32478
|
+
.k-input-sm .k-input-separator-vertical,
|
|
32479
|
+
.k-picker-sm .k-input-separator-vertical {
|
|
32480
|
+
margin-block: 2px;
|
|
32481
|
+
}
|
|
32482
|
+
|
|
32447
32483
|
.k-input-sm.k-icon-picker .k-input-inner,
|
|
32448
32484
|
.k-picker-sm.k-icon-picker .k-input-inner {
|
|
32449
32485
|
width: 1.4285714286em;
|
|
@@ -32501,18 +32537,32 @@ select.k-picker-sm {
|
|
|
32501
32537
|
.k-input-md .k-input-loading-icon,
|
|
32502
32538
|
.k-input-md .k-clear-value,
|
|
32503
32539
|
.k-input-md .k-input-prefix > .k-icon,
|
|
32540
|
+
.k-input-md .k-input-prefix > .k-input-prefix-text,
|
|
32504
32541
|
.k-input-md .k-input-suffix > .k-icon,
|
|
32542
|
+
.k-input-md .k-input-suffix > .k-input-suffix-text,
|
|
32505
32543
|
.k-picker-md .k-input-icon,
|
|
32506
32544
|
.k-picker-md .k-input-validation-icon,
|
|
32507
32545
|
.k-picker-md .k-input-loading-icon,
|
|
32508
32546
|
.k-picker-md .k-clear-value,
|
|
32509
32547
|
.k-picker-md .k-input-prefix > .k-icon,
|
|
32510
|
-
.k-picker-md .k-input-
|
|
32548
|
+
.k-picker-md .k-input-prefix > .k-input-prefix-text,
|
|
32549
|
+
.k-picker-md .k-input-suffix > .k-icon,
|
|
32550
|
+
.k-picker-md .k-input-suffix > .k-input-suffix-text {
|
|
32511
32551
|
padding-block: 4px;
|
|
32512
32552
|
padding-inline: 4px;
|
|
32513
32553
|
box-sizing: content-box;
|
|
32514
32554
|
}
|
|
32515
32555
|
|
|
32556
|
+
.k-input-md .k-input-separator-horizontal,
|
|
32557
|
+
.k-picker-md .k-input-separator-horizontal {
|
|
32558
|
+
margin-inline: 4px;
|
|
32559
|
+
}
|
|
32560
|
+
|
|
32561
|
+
.k-input-md .k-input-separator-vertical,
|
|
32562
|
+
.k-picker-md .k-input-separator-vertical {
|
|
32563
|
+
margin-block: 4px;
|
|
32564
|
+
}
|
|
32565
|
+
|
|
32516
32566
|
.k-input-md.k-icon-picker .k-input-inner,
|
|
32517
32567
|
.k-picker-md.k-icon-picker .k-input-inner {
|
|
32518
32568
|
width: 1.4285714286em;
|
|
@@ -32570,18 +32620,32 @@ select.k-picker-md {
|
|
|
32570
32620
|
.k-input-lg .k-input-loading-icon,
|
|
32571
32621
|
.k-input-lg .k-clear-value,
|
|
32572
32622
|
.k-input-lg .k-input-prefix > .k-icon,
|
|
32623
|
+
.k-input-lg .k-input-prefix > .k-input-prefix-text,
|
|
32573
32624
|
.k-input-lg .k-input-suffix > .k-icon,
|
|
32625
|
+
.k-input-lg .k-input-suffix > .k-input-suffix-text,
|
|
32574
32626
|
.k-picker-lg .k-input-icon,
|
|
32575
32627
|
.k-picker-lg .k-input-validation-icon,
|
|
32576
32628
|
.k-picker-lg .k-input-loading-icon,
|
|
32577
32629
|
.k-picker-lg .k-clear-value,
|
|
32578
32630
|
.k-picker-lg .k-input-prefix > .k-icon,
|
|
32579
|
-
.k-picker-lg .k-input-
|
|
32631
|
+
.k-picker-lg .k-input-prefix > .k-input-prefix-text,
|
|
32632
|
+
.k-picker-lg .k-input-suffix > .k-icon,
|
|
32633
|
+
.k-picker-lg .k-input-suffix > .k-input-suffix-text {
|
|
32580
32634
|
padding-block: 8px;
|
|
32581
32635
|
padding-inline: 8px;
|
|
32582
32636
|
box-sizing: content-box;
|
|
32583
32637
|
}
|
|
32584
32638
|
|
|
32639
|
+
.k-input-lg .k-input-separator-horizontal,
|
|
32640
|
+
.k-picker-lg .k-input-separator-horizontal {
|
|
32641
|
+
margin-inline: 8px;
|
|
32642
|
+
}
|
|
32643
|
+
|
|
32644
|
+
.k-input-lg .k-input-separator-vertical,
|
|
32645
|
+
.k-picker-lg .k-input-separator-vertical {
|
|
32646
|
+
margin-block: 8px;
|
|
32647
|
+
}
|
|
32648
|
+
|
|
32585
32649
|
.k-input-lg.k-icon-picker .k-input-inner,
|
|
32586
32650
|
.k-picker-lg.k-icon-picker .k-input-inner {
|
|
32587
32651
|
width: 1.5em;
|
|
@@ -32662,6 +32726,26 @@ select.k-picker-lg {
|
|
|
32662
32726
|
color: #f31700;
|
|
32663
32727
|
}
|
|
32664
32728
|
|
|
32729
|
+
.k-input-solid.k-valid {
|
|
32730
|
+
border-color: #37b400;
|
|
32731
|
+
}
|
|
32732
|
+
|
|
32733
|
+
.k-input-solid.k-valid .k-input-validation-icon {
|
|
32734
|
+
color: #37b400;
|
|
32735
|
+
}
|
|
32736
|
+
|
|
32737
|
+
.k-input-solid .k-input-prefix {
|
|
32738
|
+
color: #666666;
|
|
32739
|
+
}
|
|
32740
|
+
|
|
32741
|
+
.k-input-solid .k-input-suffix {
|
|
32742
|
+
color: #666666;
|
|
32743
|
+
}
|
|
32744
|
+
|
|
32745
|
+
.k-input-solid .k-input-separator {
|
|
32746
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
32747
|
+
}
|
|
32748
|
+
|
|
32665
32749
|
.k-picker-solid {
|
|
32666
32750
|
border-color: rgba(0, 0, 0, 0.08);
|
|
32667
32751
|
color: #424242;
|
|
@@ -32689,6 +32773,14 @@ select.k-picker-lg {
|
|
|
32689
32773
|
color: #f31700;
|
|
32690
32774
|
}
|
|
32691
32775
|
|
|
32776
|
+
.k-picker-solid.k-valid {
|
|
32777
|
+
border-color: #37b400;
|
|
32778
|
+
}
|
|
32779
|
+
|
|
32780
|
+
.k-picker-solid.k-valid .k-input-validation-icon {
|
|
32781
|
+
color: #37b400;
|
|
32782
|
+
}
|
|
32783
|
+
|
|
32692
32784
|
.k-input-outline {
|
|
32693
32785
|
border-color: rgba(66, 66, 66, 0.5);
|
|
32694
32786
|
color: #424242;
|
|
@@ -32727,6 +32819,26 @@ select.k-picker-lg {
|
|
|
32727
32819
|
color: #f31700;
|
|
32728
32820
|
}
|
|
32729
32821
|
|
|
32822
|
+
.k-input-outline.k-valid {
|
|
32823
|
+
border-color: #37b400;
|
|
32824
|
+
}
|
|
32825
|
+
|
|
32826
|
+
.k-input-outline.k-valid .k-input-validation-icon {
|
|
32827
|
+
color: #37b400;
|
|
32828
|
+
}
|
|
32829
|
+
|
|
32830
|
+
.k-input-outline .k-input-prefix {
|
|
32831
|
+
color: #666666;
|
|
32832
|
+
}
|
|
32833
|
+
|
|
32834
|
+
.k-input-outline .k-input-suffix {
|
|
32835
|
+
color: #666666;
|
|
32836
|
+
}
|
|
32837
|
+
|
|
32838
|
+
.k-input-outline .k-input-separator {
|
|
32839
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
32840
|
+
}
|
|
32841
|
+
|
|
32730
32842
|
.k-picker-outline {
|
|
32731
32843
|
border-color: rgba(66, 66, 66, 0.5);
|
|
32732
32844
|
color: #424242;
|
|
@@ -32754,6 +32866,14 @@ select.k-picker-lg {
|
|
|
32754
32866
|
color: #f31700;
|
|
32755
32867
|
}
|
|
32756
32868
|
|
|
32869
|
+
.k-picker-outline.k-valid {
|
|
32870
|
+
border-color: #37b400;
|
|
32871
|
+
}
|
|
32872
|
+
|
|
32873
|
+
.k-picker-outline.k-valid .k-input-validation-icon {
|
|
32874
|
+
color: #37b400;
|
|
32875
|
+
}
|
|
32876
|
+
|
|
32757
32877
|
.k-input-flat {
|
|
32758
32878
|
border-color: rgba(0, 0, 0, 0.08);
|
|
32759
32879
|
color: #424242;
|
|
@@ -32779,6 +32899,26 @@ select.k-picker-lg {
|
|
|
32779
32899
|
color: #f31700;
|
|
32780
32900
|
}
|
|
32781
32901
|
|
|
32902
|
+
.k-input-flat.k-valid {
|
|
32903
|
+
border-color: #37b400;
|
|
32904
|
+
}
|
|
32905
|
+
|
|
32906
|
+
.k-input-flat.k-valid .k-input-validation-icon {
|
|
32907
|
+
color: #37b400;
|
|
32908
|
+
}
|
|
32909
|
+
|
|
32910
|
+
.k-input-flat .k-input-prefix {
|
|
32911
|
+
color: #666666;
|
|
32912
|
+
}
|
|
32913
|
+
|
|
32914
|
+
.k-input-flat .k-input-suffix {
|
|
32915
|
+
color: #666666;
|
|
32916
|
+
}
|
|
32917
|
+
|
|
32918
|
+
.k-input-flat .k-input-separator {
|
|
32919
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
32920
|
+
}
|
|
32921
|
+
|
|
32782
32922
|
.k-picker-flat {
|
|
32783
32923
|
border-color: rgba(0, 0, 0, 0.08);
|
|
32784
32924
|
color: #424242;
|
|
@@ -32805,6 +32945,14 @@ select.k-picker-lg {
|
|
|
32805
32945
|
color: #f31700;
|
|
32806
32946
|
}
|
|
32807
32947
|
|
|
32948
|
+
.k-picker-flat.k-valid {
|
|
32949
|
+
border-color: #37b400;
|
|
32950
|
+
}
|
|
32951
|
+
|
|
32952
|
+
.k-picker-flat.k-valid .k-input-validation-icon {
|
|
32953
|
+
color: #37b400;
|
|
32954
|
+
}
|
|
32955
|
+
|
|
32808
32956
|
.k-floating-label-container {
|
|
32809
32957
|
padding-top: 20.0000000004px;
|
|
32810
32958
|
box-sizing: border-box;
|
|
@@ -35783,6 +35931,20 @@ select.k-picker-lg {
|
|
|
35783
35931
|
padding-inline: 8px;
|
|
35784
35932
|
}
|
|
35785
35933
|
|
|
35934
|
+
.k-multiselecttree .k-input-values {
|
|
35935
|
+
width: auto;
|
|
35936
|
+
max-width: 100%;
|
|
35937
|
+
}
|
|
35938
|
+
|
|
35939
|
+
.k-multiselecttree .k-input-inner::before {
|
|
35940
|
+
content: "\200b";
|
|
35941
|
+
width: 0px;
|
|
35942
|
+
overflow: hidden;
|
|
35943
|
+
flex: none;
|
|
35944
|
+
display: inline-block;
|
|
35945
|
+
vertical-align: top;
|
|
35946
|
+
}
|
|
35947
|
+
|
|
35786
35948
|
.k-rating {
|
|
35787
35949
|
margin: 0;
|
|
35788
35950
|
padding: 0;
|
|
@@ -37946,6 +38108,7 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
37946
38108
|
|
|
37947
38109
|
.k-drawer-content {
|
|
37948
38110
|
flex: 1 1 auto;
|
|
38111
|
+
overflow: auto;
|
|
37949
38112
|
}
|
|
37950
38113
|
|
|
37951
38114
|
.k-drawer-overlay .k-drawer {
|
|
@@ -38187,13 +38350,7 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
38187
38350
|
flex-flow: column-reverse wrap;
|
|
38188
38351
|
position: fixed;
|
|
38189
38352
|
z-index: 1000;
|
|
38190
|
-
|
|
38191
|
-
|
|
38192
|
-
.k-notification-container {
|
|
38193
|
-
margin-block: 2px;
|
|
38194
|
-
margin-inline: 0;
|
|
38195
|
-
display: inline-flex;
|
|
38196
|
-
vertical-align: top;
|
|
38353
|
+
gap: 8px 0;
|
|
38197
38354
|
}
|
|
38198
38355
|
|
|
38199
38356
|
.k-notification-container-animating {
|
|
@@ -38487,6 +38644,10 @@ kendo-card-footer {
|
|
|
38487
38644
|
gap: 8px;
|
|
38488
38645
|
}
|
|
38489
38646
|
|
|
38647
|
+
.k-card-horizontal .k-actions-horizontal {
|
|
38648
|
+
width: auto;
|
|
38649
|
+
}
|
|
38650
|
+
|
|
38490
38651
|
.k-card-list {
|
|
38491
38652
|
display: flex;
|
|
38492
38653
|
flex-flow: column nowrap;
|
|
@@ -39728,6 +39889,17 @@ kendo-card-footer {
|
|
|
39728
39889
|
transition-timing-function: ease-in-out;
|
|
39729
39890
|
}
|
|
39730
39891
|
|
|
39892
|
+
.k-stepper .k-step-indicator::before {
|
|
39893
|
+
border-radius: 50%;
|
|
39894
|
+
content: "";
|
|
39895
|
+
width: 100%;
|
|
39896
|
+
height: 100%;
|
|
39897
|
+
position: absolute;
|
|
39898
|
+
top: 0;
|
|
39899
|
+
left: 0;
|
|
39900
|
+
z-index: -1;
|
|
39901
|
+
}
|
|
39902
|
+
|
|
39731
39903
|
.k-stepper .k-step-indicator::after {
|
|
39732
39904
|
border-radius: 100%;
|
|
39733
39905
|
content: "";
|
|
@@ -42597,6 +42769,16 @@ div.k-grid-footer {
|
|
|
42597
42769
|
z-index: 3;
|
|
42598
42770
|
}
|
|
42599
42771
|
|
|
42772
|
+
.k-master-row .k-grid-content-sticky::before {
|
|
42773
|
+
content: "";
|
|
42774
|
+
width: 100%;
|
|
42775
|
+
height: 100%;
|
|
42776
|
+
position: absolute;
|
|
42777
|
+
top: 0;
|
|
42778
|
+
left: 0;
|
|
42779
|
+
z-index: -1;
|
|
42780
|
+
}
|
|
42781
|
+
|
|
42600
42782
|
kendo-grid .k-table-row.k-grid-row-sticky {
|
|
42601
42783
|
border: 0;
|
|
42602
42784
|
position: static;
|
|
@@ -45953,6 +46135,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
45953
46135
|
border-bottom-width: 1px;
|
|
45954
46136
|
border-color: inherit;
|
|
45955
46137
|
flex-shrink: 0;
|
|
46138
|
+
z-index: 1;
|
|
45956
46139
|
}
|
|
45957
46140
|
|
|
45958
46141
|
.k-filemanager-content-container {
|
|
@@ -45965,6 +46148,10 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
45965
46148
|
overflow: hidden;
|
|
45966
46149
|
}
|
|
45967
46150
|
|
|
46151
|
+
.k-filemanager-splitter {
|
|
46152
|
+
border-width: 0;
|
|
46153
|
+
}
|
|
46154
|
+
|
|
45968
46155
|
.k-filemanager-navigation {
|
|
45969
46156
|
padding-block: 16px;
|
|
45970
46157
|
padding-inline: 16px;
|
|
@@ -47521,17 +47708,23 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
47521
47708
|
overflow: scroll;
|
|
47522
47709
|
}
|
|
47523
47710
|
|
|
47524
|
-
.k-gantt-timeline .k-timeline {
|
|
47711
|
+
.k-gantt-timeline-pane .k-gantt-timeline {
|
|
47525
47712
|
height: 100%;
|
|
47526
47713
|
border-width: 0;
|
|
47527
47714
|
display: flex;
|
|
47528
47715
|
}
|
|
47529
47716
|
|
|
47530
|
-
.k-gantt-timeline .k-
|
|
47717
|
+
.k-gantt-timeline-pane .k-gantt-timeline *,
|
|
47718
|
+
.k-gantt-timeline-pane .k-gantt-timeline *::before,
|
|
47719
|
+
.k-gantt-timeline-pane .k-gantt-timeline *::after, .k-gantt-timeline-pane .k-gantt-timeline::before, .k-gantt-timeline-pane .k-gantt-timeline::after {
|
|
47720
|
+
box-sizing: border-box;
|
|
47721
|
+
}
|
|
47722
|
+
|
|
47723
|
+
.k-gantt-timeline-pane .k-grid-content {
|
|
47531
47724
|
overflow-x: scroll;
|
|
47532
47725
|
}
|
|
47533
47726
|
|
|
47534
|
-
.k-gantt-timeline .k-header {
|
|
47727
|
+
.k-gantt-timeline-pane .k-header {
|
|
47535
47728
|
padding-block: 8px;
|
|
47536
47729
|
padding-inline: 12px;
|
|
47537
47730
|
border-width: 0 0 1px 1px;
|
|
@@ -48012,7 +48205,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48012
48205
|
}
|
|
48013
48206
|
|
|
48014
48207
|
.k-pdf-export-shadow .k-gantt,
|
|
48015
|
-
.k-pdf-export-shadow .k-gantt-timeline,
|
|
48208
|
+
.k-pdf-export-shadow .k-gantt-timeline-pane,
|
|
48016
48209
|
.k-pdf-export-shadow .k-gantt-dependencies {
|
|
48017
48210
|
width: auto !important;
|
|
48018
48211
|
height: auto !important;
|
|
@@ -48045,24 +48238,24 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48045
48238
|
margin-inline: -26px;
|
|
48046
48239
|
}
|
|
48047
48240
|
|
|
48048
|
-
.k-rtl .k-gantt-timeline .k-header,
|
|
48049
|
-
[dir="rtl"] .k-gantt-timeline .k-header {
|
|
48241
|
+
.k-rtl .k-gantt-timeline-pane .k-header,
|
|
48242
|
+
[dir="rtl"] .k-gantt-timeline-pane .k-header {
|
|
48050
48243
|
border-width: 0 1px 1px 0;
|
|
48051
48244
|
}
|
|
48052
48245
|
|
|
48053
|
-
.k-rtl .k-gantt-timeline .k-header:first-child,
|
|
48054
|
-
[dir="rtl"] .k-gantt-timeline .k-header:first-child {
|
|
48246
|
+
.k-rtl .k-gantt-timeline-pane .k-header:first-child,
|
|
48247
|
+
[dir="rtl"] .k-gantt-timeline-pane .k-header:first-child {
|
|
48055
48248
|
border-right-width: 0;
|
|
48056
48249
|
}
|
|
48057
48250
|
|
|
48058
|
-
.k-rtl .k-gantt-timeline .k-task-start,
|
|
48059
|
-
[dir="rtl"] .k-gantt-timeline .k-task-start {
|
|
48251
|
+
.k-rtl .k-gantt-timeline-pane .k-task-start,
|
|
48252
|
+
[dir="rtl"] .k-gantt-timeline-pane .k-task-start {
|
|
48060
48253
|
left: auto;
|
|
48061
48254
|
right: 0;
|
|
48062
48255
|
}
|
|
48063
48256
|
|
|
48064
|
-
.k-rtl .k-gantt-timeline .k-task-end,
|
|
48065
|
-
[dir="rtl"] .k-gantt-timeline .k-task-end {
|
|
48257
|
+
.k-rtl .k-gantt-timeline-pane .k-task-end,
|
|
48258
|
+
[dir="rtl"] .k-gantt-timeline-pane .k-task-end {
|
|
48066
48259
|
right: auto;
|
|
48067
48260
|
left: 0;
|
|
48068
48261
|
}
|
|
@@ -48115,8 +48308,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48115
48308
|
margin-right: 0.2em;
|
|
48116
48309
|
}
|
|
48117
48310
|
|
|
48118
|
-
.k-rtl .k-gantt-timeline .k-milestone-wrap .k-task-start,
|
|
48119
|
-
[dir="rtl"] .k-gantt-timeline .k-milestone-wrap .k-task-start {
|
|
48311
|
+
.k-rtl .k-gantt-timeline-pane .k-milestone-wrap .k-task-start,
|
|
48312
|
+
[dir="rtl"] .k-gantt-timeline-pane .k-milestone-wrap .k-task-start {
|
|
48120
48313
|
right: -0.1em;
|
|
48121
48314
|
}
|
|
48122
48315
|
|
|
@@ -50107,10 +50300,6 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
50107
50300
|
display: none;
|
|
50108
50301
|
}
|
|
50109
50302
|
|
|
50110
|
-
.k-timeline .k-event-collapse {
|
|
50111
|
-
display: none;
|
|
50112
|
-
}
|
|
50113
|
-
|
|
50114
50303
|
.k-timeline.k-timeline-collapsible .k-card-header {
|
|
50115
50304
|
cursor: pointer;
|
|
50116
50305
|
}
|
|
@@ -51032,6 +51221,91 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
51032
51221
|
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.13);
|
|
51033
51222
|
}
|
|
51034
51223
|
|
|
51224
|
+
.k-prompt {
|
|
51225
|
+
display: flex;
|
|
51226
|
+
flex-direction: column;
|
|
51227
|
+
position: relative;
|
|
51228
|
+
overflow: hidden;
|
|
51229
|
+
}
|
|
51230
|
+
|
|
51231
|
+
.k-prompt-content {
|
|
51232
|
+
padding-block: 16px;
|
|
51233
|
+
padding-inline: 16px;
|
|
51234
|
+
display: flex;
|
|
51235
|
+
flex-flow: column nowrap;
|
|
51236
|
+
flex: 1 1 auto;
|
|
51237
|
+
gap: 16px;
|
|
51238
|
+
overflow: auto;
|
|
51239
|
+
}
|
|
51240
|
+
|
|
51241
|
+
.k-prompt-view {
|
|
51242
|
+
display: flex;
|
|
51243
|
+
flex-direction: column;
|
|
51244
|
+
flex: 1 1 auto;
|
|
51245
|
+
gap: 16px;
|
|
51246
|
+
}
|
|
51247
|
+
|
|
51248
|
+
.k-prompt-expander {
|
|
51249
|
+
display: flex;
|
|
51250
|
+
flex-direction: column;
|
|
51251
|
+
flex: 1;
|
|
51252
|
+
align-items: start;
|
|
51253
|
+
gap: 8px;
|
|
51254
|
+
}
|
|
51255
|
+
|
|
51256
|
+
.k-prompt-expander-content {
|
|
51257
|
+
display: flex;
|
|
51258
|
+
flex-flow: column;
|
|
51259
|
+
flex: 0 0 auto;
|
|
51260
|
+
gap: 8px;
|
|
51261
|
+
align-self: stretch;
|
|
51262
|
+
}
|
|
51263
|
+
|
|
51264
|
+
.k-prompt-suggestion {
|
|
51265
|
+
border-width: 1px;
|
|
51266
|
+
border-style: solid;
|
|
51267
|
+
border-radius: 4px;
|
|
51268
|
+
padding-block: 8px;
|
|
51269
|
+
padding-inline: 8px;
|
|
51270
|
+
cursor: pointer;
|
|
51271
|
+
}
|
|
51272
|
+
|
|
51273
|
+
.k-prompt-setting {
|
|
51274
|
+
display: flex;
|
|
51275
|
+
flex-direction: column;
|
|
51276
|
+
}
|
|
51277
|
+
|
|
51278
|
+
.k-prompt-actions.k-actions, .k-prompt-actions.k-edit-buttons,
|
|
51279
|
+
.k-prompt-actions.k-action-buttons,
|
|
51280
|
+
.k-prompt-actions.k-columnmenu-actions, .k-prompt-actions.k-form-buttons {
|
|
51281
|
+
margin: 0;
|
|
51282
|
+
}
|
|
51283
|
+
|
|
51284
|
+
.k-prompt {
|
|
51285
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
51286
|
+
color: #424242;
|
|
51287
|
+
background-color: #ffffff;
|
|
51288
|
+
}
|
|
51289
|
+
|
|
51290
|
+
.k-prompt-header {
|
|
51291
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
51292
|
+
color: #424242;
|
|
51293
|
+
background-color: #ffffff;
|
|
51294
|
+
}
|
|
51295
|
+
|
|
51296
|
+
.k-prompt-content {
|
|
51297
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
51298
|
+
color: #424242;
|
|
51299
|
+
background-color: #fafafa;
|
|
51300
|
+
}
|
|
51301
|
+
|
|
51302
|
+
.k-prompt-suggestion {
|
|
51303
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
51304
|
+
color: #424242;
|
|
51305
|
+
background-color: #ffffff;
|
|
51306
|
+
box-shadow: var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12));
|
|
51307
|
+
}
|
|
51308
|
+
|
|
51035
51309
|
.k-barcode {
|
|
51036
51310
|
display: inline-block;
|
|
51037
51311
|
}
|