@progress/kendo-theme-classic 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 +2039 -646
- package/dist/meta/sassdoc-data.json +3650 -1164
- package/dist/meta/sassdoc-raw-data.json +1725 -577
- package/dist/meta/variables.json +514 -338
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +1 -1
- package/package.json +6 -6
- package/scss/_variables.scss +1 -193
- package/scss/adaptive/_variables.scss +1 -1
- package/scss/appbar/_variables.scss +2 -2
- package/scss/button/_variables.scss +7 -7
- package/scss/chat/_variables.scss +1 -1
- package/scss/checkbox/_variables.scss +2 -2
- package/scss/chip/_variables.scss +3 -3
- package/scss/core/_index.scss +6 -0
- package/scss/core/color-system/_palettes.scss +277 -0
- package/scss/core/color-system/_swatch-legacy.scss +62 -0
- package/scss/core/color-system/_swatch.scss +397 -0
- package/scss/dataviz/_variables.scss +42 -42
- package/scss/dock-manager/_variables.scss +1 -1
- package/scss/dropzone/_variables.scss +1 -1
- package/scss/editor/_variables.scss +1 -1
- package/scss/expansion-panel/_variables.scss +1 -2
- package/scss/filemanager/_variables.scss +2 -2
- package/scss/forms/_variables.scss +1 -1
- package/scss/gantt/_variables.scss +10 -10
- package/scss/grid/_variables.scss +11 -8
- package/scss/index.scss +2 -0
- package/scss/input/_variables.scss +20 -7
- package/scss/listview/_variables.scss +1 -1
- package/scss/map/_variables.scss +1 -1
- package/scss/mediaplayer/_variables.scss +1 -1
- package/scss/menu/_variables.scss +1 -1
- package/scss/notification/_variables.scss +6 -1
- package/scss/panelbar/_variables.scss +3 -4
- package/scss/pivotgrid/_variables.scss +5 -5
- package/scss/progressbar/_variables.scss +3 -3
- package/scss/prompt/_index.scss +37 -0
- package/scss/prompt/_layout.scss +6 -0
- package/scss/prompt/_theme.scss +6 -0
- package/scss/prompt/_variables.scss +66 -0
- package/scss/scheduler/_variables.scss +3 -3
- package/scss/scrollview/_variables.scss +1 -1
- package/scss/signature/_variables.scss +1 -1
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/slider/_variables.scss +8 -8
- package/scss/splitter/_variables.scss +1 -1
- package/scss/spreadsheet/_variables.scss +4 -4
- package/scss/stepper/_variables.scss +7 -7
- package/scss/switch/_variables.scss +7 -7
- package/scss/table/_variables.scss +3 -3
- package/scss/taskboard/_variables.scss +4 -3
- package/scss/timeline/_variables.scss +4 -4
- package/scss/tooltip/_variables.scss +4 -4
- 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 {
|
|
@@ -1144,7 +1140,6 @@ kendo-sortable {
|
|
|
1144
1140
|
}
|
|
1145
1141
|
|
|
1146
1142
|
.k-current-time {
|
|
1147
|
-
width: 1px;
|
|
1148
1143
|
position: absolute;
|
|
1149
1144
|
}
|
|
1150
1145
|
|
|
@@ -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: #a31e00;
|
|
28583
28579
|
color: white;
|
|
28584
28580
|
background-color: #a31e00;
|
|
28585
28581
|
}
|
|
28586
28582
|
|
|
28587
28583
|
.k-chip-outline-error.k-selected {
|
|
28584
|
+
border-color: #a31e00;
|
|
28588
28585
|
color: white;
|
|
28589
28586
|
background-color: #a31e00;
|
|
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: #1b728d;
|
|
28603
28601
|
color: white;
|
|
28604
28602
|
background-color: #1b728d;
|
|
28605
28603
|
}
|
|
28606
28604
|
|
|
28607
28605
|
.k-chip-outline-info.k-selected {
|
|
28606
|
+
border-color: #1b728d;
|
|
28608
28607
|
color: white;
|
|
28609
28608
|
background-color: #1b728d;
|
|
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: #2f7b3b;
|
|
28643
28643
|
color: white;
|
|
28644
28644
|
background-color: #2f7b3b;
|
|
28645
28645
|
}
|
|
28646
28646
|
|
|
28647
28647
|
.k-chip-outline-success.k-selected {
|
|
28648
|
+
border-color: #2f7b3b;
|
|
28648
28649
|
color: white;
|
|
28649
28650
|
background-color: #2f7b3b;
|
|
28650
28651
|
}
|
|
@@ -32191,7 +32192,6 @@ textarea.k-input-inner {
|
|
|
32191
32192
|
.k-input-suffix {
|
|
32192
32193
|
border-color: inherit;
|
|
32193
32194
|
display: flex;
|
|
32194
|
-
flex-flow: row nowrap;
|
|
32195
32195
|
align-items: center;
|
|
32196
32196
|
flex: none;
|
|
32197
32197
|
}
|
|
@@ -32199,23 +32199,45 @@ textarea.k-input-inner {
|
|
|
32199
32199
|
.k-input-prefix > *,
|
|
32200
32200
|
.k-input-suffix > * {
|
|
32201
32201
|
flex-shrink: 0;
|
|
32202
|
+
border: none;
|
|
32203
|
+
}
|
|
32204
|
+
|
|
32205
|
+
.k-input-prefix-vertical,
|
|
32206
|
+
.k-input-suffix-vertical {
|
|
32207
|
+
flex-flow: column wrap;
|
|
32208
|
+
}
|
|
32209
|
+
|
|
32210
|
+
.k-input-prefix-horizontal,
|
|
32211
|
+
.k-input-suffix-horizontal {
|
|
32212
|
+
flex-flow: row wrap;
|
|
32202
32213
|
}
|
|
32203
32214
|
|
|
32204
32215
|
.k-input-separator {
|
|
32205
32216
|
margin: 0;
|
|
32206
|
-
width: 0;
|
|
32207
|
-
height: 16px;
|
|
32208
|
-
border-width: 0 0 0 1px;
|
|
32209
32217
|
border-style: solid;
|
|
32210
32218
|
border-color: inherit;
|
|
32219
|
+
border-width: 0 0 0 1px;
|
|
32220
|
+
height: 16px;
|
|
32211
32221
|
align-self: center;
|
|
32212
32222
|
}
|
|
32213
32223
|
|
|
32224
|
+
.k-input-separator-horizontal {
|
|
32225
|
+
height: auto;
|
|
32226
|
+
margin-inline: 4px;
|
|
32227
|
+
align-self: stretch;
|
|
32228
|
+
border-width: 1px 0 0;
|
|
32229
|
+
}
|
|
32230
|
+
|
|
32231
|
+
.k-input-separator-vertical {
|
|
32232
|
+
height: auto;
|
|
32233
|
+
margin-block: 4px;
|
|
32234
|
+
align-self: stretch;
|
|
32235
|
+
border-width: 0 0 0 1px;
|
|
32236
|
+
}
|
|
32237
|
+
|
|
32214
32238
|
.k-input-icon,
|
|
32215
32239
|
.k-input-validation-icon,
|
|
32216
|
-
.k-input-loading-icon
|
|
32217
|
-
.k-input-prefix > .k-icon,
|
|
32218
|
-
.k-input-suffix > .k-icon {
|
|
32240
|
+
.k-input-loading-icon {
|
|
32219
32241
|
flex: none;
|
|
32220
32242
|
align-self: center;
|
|
32221
32243
|
display: inline-flex;
|
|
@@ -32435,18 +32457,32 @@ textarea.k-input-inner {
|
|
|
32435
32457
|
.k-input-sm .k-input-loading-icon,
|
|
32436
32458
|
.k-input-sm .k-clear-value,
|
|
32437
32459
|
.k-input-sm .k-input-prefix > .k-icon,
|
|
32460
|
+
.k-input-sm .k-input-prefix > .k-input-prefix-text,
|
|
32438
32461
|
.k-input-sm .k-input-suffix > .k-icon,
|
|
32462
|
+
.k-input-sm .k-input-suffix > .k-input-suffix-text,
|
|
32439
32463
|
.k-picker-sm .k-input-icon,
|
|
32440
32464
|
.k-picker-sm .k-input-validation-icon,
|
|
32441
32465
|
.k-picker-sm .k-input-loading-icon,
|
|
32442
32466
|
.k-picker-sm .k-clear-value,
|
|
32443
32467
|
.k-picker-sm .k-input-prefix > .k-icon,
|
|
32444
|
-
.k-picker-sm .k-input-
|
|
32468
|
+
.k-picker-sm .k-input-prefix > .k-input-prefix-text,
|
|
32469
|
+
.k-picker-sm .k-input-suffix > .k-icon,
|
|
32470
|
+
.k-picker-sm .k-input-suffix > .k-input-suffix-text {
|
|
32445
32471
|
padding-block: 2px;
|
|
32446
32472
|
padding-inline: 2px;
|
|
32447
32473
|
box-sizing: content-box;
|
|
32448
32474
|
}
|
|
32449
32475
|
|
|
32476
|
+
.k-input-sm .k-input-separator-horizontal,
|
|
32477
|
+
.k-picker-sm .k-input-separator-horizontal {
|
|
32478
|
+
margin-inline: 2px;
|
|
32479
|
+
}
|
|
32480
|
+
|
|
32481
|
+
.k-input-sm .k-input-separator-vertical,
|
|
32482
|
+
.k-picker-sm .k-input-separator-vertical {
|
|
32483
|
+
margin-block: 2px;
|
|
32484
|
+
}
|
|
32485
|
+
|
|
32450
32486
|
.k-input-sm.k-icon-picker .k-input-inner,
|
|
32451
32487
|
.k-picker-sm.k-icon-picker .k-input-inner {
|
|
32452
32488
|
width: 1.4285714286em;
|
|
@@ -32504,18 +32540,32 @@ select.k-picker-sm {
|
|
|
32504
32540
|
.k-input-md .k-input-loading-icon,
|
|
32505
32541
|
.k-input-md .k-clear-value,
|
|
32506
32542
|
.k-input-md .k-input-prefix > .k-icon,
|
|
32543
|
+
.k-input-md .k-input-prefix > .k-input-prefix-text,
|
|
32507
32544
|
.k-input-md .k-input-suffix > .k-icon,
|
|
32545
|
+
.k-input-md .k-input-suffix > .k-input-suffix-text,
|
|
32508
32546
|
.k-picker-md .k-input-icon,
|
|
32509
32547
|
.k-picker-md .k-input-validation-icon,
|
|
32510
32548
|
.k-picker-md .k-input-loading-icon,
|
|
32511
32549
|
.k-picker-md .k-clear-value,
|
|
32512
32550
|
.k-picker-md .k-input-prefix > .k-icon,
|
|
32513
|
-
.k-picker-md .k-input-
|
|
32551
|
+
.k-picker-md .k-input-prefix > .k-input-prefix-text,
|
|
32552
|
+
.k-picker-md .k-input-suffix > .k-icon,
|
|
32553
|
+
.k-picker-md .k-input-suffix > .k-input-suffix-text {
|
|
32514
32554
|
padding-block: 4px;
|
|
32515
32555
|
padding-inline: 4px;
|
|
32516
32556
|
box-sizing: content-box;
|
|
32517
32557
|
}
|
|
32518
32558
|
|
|
32559
|
+
.k-input-md .k-input-separator-horizontal,
|
|
32560
|
+
.k-picker-md .k-input-separator-horizontal {
|
|
32561
|
+
margin-inline: 4px;
|
|
32562
|
+
}
|
|
32563
|
+
|
|
32564
|
+
.k-input-md .k-input-separator-vertical,
|
|
32565
|
+
.k-picker-md .k-input-separator-vertical {
|
|
32566
|
+
margin-block: 4px;
|
|
32567
|
+
}
|
|
32568
|
+
|
|
32519
32569
|
.k-input-md.k-icon-picker .k-input-inner,
|
|
32520
32570
|
.k-picker-md.k-icon-picker .k-input-inner {
|
|
32521
32571
|
width: 1.4285714286em;
|
|
@@ -32573,18 +32623,32 @@ select.k-picker-md {
|
|
|
32573
32623
|
.k-input-lg .k-input-loading-icon,
|
|
32574
32624
|
.k-input-lg .k-clear-value,
|
|
32575
32625
|
.k-input-lg .k-input-prefix > .k-icon,
|
|
32626
|
+
.k-input-lg .k-input-prefix > .k-input-prefix-text,
|
|
32576
32627
|
.k-input-lg .k-input-suffix > .k-icon,
|
|
32628
|
+
.k-input-lg .k-input-suffix > .k-input-suffix-text,
|
|
32577
32629
|
.k-picker-lg .k-input-icon,
|
|
32578
32630
|
.k-picker-lg .k-input-validation-icon,
|
|
32579
32631
|
.k-picker-lg .k-input-loading-icon,
|
|
32580
32632
|
.k-picker-lg .k-clear-value,
|
|
32581
32633
|
.k-picker-lg .k-input-prefix > .k-icon,
|
|
32582
|
-
.k-picker-lg .k-input-
|
|
32634
|
+
.k-picker-lg .k-input-prefix > .k-input-prefix-text,
|
|
32635
|
+
.k-picker-lg .k-input-suffix > .k-icon,
|
|
32636
|
+
.k-picker-lg .k-input-suffix > .k-input-suffix-text {
|
|
32583
32637
|
padding-block: 8px;
|
|
32584
32638
|
padding-inline: 8px;
|
|
32585
32639
|
box-sizing: content-box;
|
|
32586
32640
|
}
|
|
32587
32641
|
|
|
32642
|
+
.k-input-lg .k-input-separator-horizontal,
|
|
32643
|
+
.k-picker-lg .k-input-separator-horizontal {
|
|
32644
|
+
margin-inline: 8px;
|
|
32645
|
+
}
|
|
32646
|
+
|
|
32647
|
+
.k-input-lg .k-input-separator-vertical,
|
|
32648
|
+
.k-picker-lg .k-input-separator-vertical {
|
|
32649
|
+
margin-block: 8px;
|
|
32650
|
+
}
|
|
32651
|
+
|
|
32588
32652
|
.k-input-lg.k-icon-picker .k-input-inner,
|
|
32589
32653
|
.k-picker-lg.k-icon-picker .k-input-inner {
|
|
32590
32654
|
width: 1.5em;
|
|
@@ -32665,6 +32729,26 @@ select.k-picker-lg {
|
|
|
32665
32729
|
color: #d92800;
|
|
32666
32730
|
}
|
|
32667
32731
|
|
|
32732
|
+
.k-input-solid.k-valid {
|
|
32733
|
+
border-color: #3ea44e;
|
|
32734
|
+
}
|
|
32735
|
+
|
|
32736
|
+
.k-input-solid.k-valid .k-input-validation-icon {
|
|
32737
|
+
color: #3ea44e;
|
|
32738
|
+
}
|
|
32739
|
+
|
|
32740
|
+
.k-input-solid .k-input-prefix {
|
|
32741
|
+
color: #646464;
|
|
32742
|
+
}
|
|
32743
|
+
|
|
32744
|
+
.k-input-solid .k-input-suffix {
|
|
32745
|
+
color: #646464;
|
|
32746
|
+
}
|
|
32747
|
+
|
|
32748
|
+
.k-input-solid .k-input-separator {
|
|
32749
|
+
border-color: #cacaca;
|
|
32750
|
+
}
|
|
32751
|
+
|
|
32668
32752
|
.k-picker-solid {
|
|
32669
32753
|
border-color: #cacaca;
|
|
32670
32754
|
color: #272727;
|
|
@@ -32693,6 +32777,14 @@ select.k-picker-lg {
|
|
|
32693
32777
|
color: #d92800;
|
|
32694
32778
|
}
|
|
32695
32779
|
|
|
32780
|
+
.k-picker-solid.k-valid {
|
|
32781
|
+
border-color: #3ea44e;
|
|
32782
|
+
}
|
|
32783
|
+
|
|
32784
|
+
.k-picker-solid.k-valid .k-input-validation-icon {
|
|
32785
|
+
color: #3ea44e;
|
|
32786
|
+
}
|
|
32787
|
+
|
|
32696
32788
|
.k-input-outline {
|
|
32697
32789
|
border-color: rgba(39, 39, 39, 0.5);
|
|
32698
32790
|
}
|
|
@@ -32730,6 +32822,26 @@ select.k-picker-lg {
|
|
|
32730
32822
|
color: #d92800;
|
|
32731
32823
|
}
|
|
32732
32824
|
|
|
32825
|
+
.k-input-outline.k-valid {
|
|
32826
|
+
border-color: #3ea44e;
|
|
32827
|
+
}
|
|
32828
|
+
|
|
32829
|
+
.k-input-outline.k-valid .k-input-validation-icon {
|
|
32830
|
+
color: #3ea44e;
|
|
32831
|
+
}
|
|
32832
|
+
|
|
32833
|
+
.k-input-outline .k-input-prefix {
|
|
32834
|
+
color: #646464;
|
|
32835
|
+
}
|
|
32836
|
+
|
|
32837
|
+
.k-input-outline .k-input-suffix {
|
|
32838
|
+
color: #646464;
|
|
32839
|
+
}
|
|
32840
|
+
|
|
32841
|
+
.k-input-outline .k-input-separator {
|
|
32842
|
+
border-color: #cacaca;
|
|
32843
|
+
}
|
|
32844
|
+
|
|
32733
32845
|
.k-picker-outline {
|
|
32734
32846
|
border-color: rgba(39, 39, 39, 0.5);
|
|
32735
32847
|
color: #272727;
|
|
@@ -32757,6 +32869,14 @@ select.k-picker-lg {
|
|
|
32757
32869
|
color: #d92800;
|
|
32758
32870
|
}
|
|
32759
32871
|
|
|
32872
|
+
.k-picker-outline.k-valid {
|
|
32873
|
+
border-color: #3ea44e;
|
|
32874
|
+
}
|
|
32875
|
+
|
|
32876
|
+
.k-picker-outline.k-valid .k-input-validation-icon {
|
|
32877
|
+
color: #3ea44e;
|
|
32878
|
+
}
|
|
32879
|
+
|
|
32760
32880
|
.k-input-flat {
|
|
32761
32881
|
border-color: #cacaca;
|
|
32762
32882
|
color: #272727;
|
|
@@ -32782,6 +32902,26 @@ select.k-picker-lg {
|
|
|
32782
32902
|
color: #d92800;
|
|
32783
32903
|
}
|
|
32784
32904
|
|
|
32905
|
+
.k-input-flat.k-valid {
|
|
32906
|
+
border-color: #3ea44e;
|
|
32907
|
+
}
|
|
32908
|
+
|
|
32909
|
+
.k-input-flat.k-valid .k-input-validation-icon {
|
|
32910
|
+
color: #3ea44e;
|
|
32911
|
+
}
|
|
32912
|
+
|
|
32913
|
+
.k-input-flat .k-input-prefix {
|
|
32914
|
+
color: #646464;
|
|
32915
|
+
}
|
|
32916
|
+
|
|
32917
|
+
.k-input-flat .k-input-suffix {
|
|
32918
|
+
color: #646464;
|
|
32919
|
+
}
|
|
32920
|
+
|
|
32921
|
+
.k-input-flat .k-input-separator {
|
|
32922
|
+
border-color: #cacaca;
|
|
32923
|
+
}
|
|
32924
|
+
|
|
32785
32925
|
.k-picker-flat {
|
|
32786
32926
|
border-color: #cacaca;
|
|
32787
32927
|
color: #272727;
|
|
@@ -32808,6 +32948,14 @@ select.k-picker-lg {
|
|
|
32808
32948
|
color: #d92800;
|
|
32809
32949
|
}
|
|
32810
32950
|
|
|
32951
|
+
.k-picker-flat.k-valid {
|
|
32952
|
+
border-color: #3ea44e;
|
|
32953
|
+
}
|
|
32954
|
+
|
|
32955
|
+
.k-picker-flat.k-valid .k-input-validation-icon {
|
|
32956
|
+
color: #3ea44e;
|
|
32957
|
+
}
|
|
32958
|
+
|
|
32811
32959
|
.k-floating-label-container {
|
|
32812
32960
|
padding-top: 20.0000000004px;
|
|
32813
32961
|
box-sizing: border-box;
|
|
@@ -35792,6 +35940,20 @@ select.k-picker-lg {
|
|
|
35792
35940
|
padding-inline: 8px;
|
|
35793
35941
|
}
|
|
35794
35942
|
|
|
35943
|
+
.k-multiselecttree .k-input-values {
|
|
35944
|
+
width: auto;
|
|
35945
|
+
max-width: 100%;
|
|
35946
|
+
}
|
|
35947
|
+
|
|
35948
|
+
.k-multiselecttree .k-input-inner::before {
|
|
35949
|
+
content: "\200b";
|
|
35950
|
+
width: 0px;
|
|
35951
|
+
overflow: hidden;
|
|
35952
|
+
flex: none;
|
|
35953
|
+
display: inline-block;
|
|
35954
|
+
vertical-align: top;
|
|
35955
|
+
}
|
|
35956
|
+
|
|
35795
35957
|
.k-rating {
|
|
35796
35958
|
margin: 0;
|
|
35797
35959
|
padding: 0;
|
|
@@ -37959,6 +38121,7 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
37959
38121
|
|
|
37960
38122
|
.k-drawer-content {
|
|
37961
38123
|
flex: 1 1 auto;
|
|
38124
|
+
overflow: auto;
|
|
37962
38125
|
}
|
|
37963
38126
|
|
|
37964
38127
|
.k-drawer-overlay .k-drawer {
|
|
@@ -38200,13 +38363,7 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
38200
38363
|
flex-flow: column-reverse wrap;
|
|
38201
38364
|
position: fixed;
|
|
38202
38365
|
z-index: 1000;
|
|
38203
|
-
|
|
38204
|
-
|
|
38205
|
-
.k-notification-container {
|
|
38206
|
-
margin-block: 2px;
|
|
38207
|
-
margin-inline: 0;
|
|
38208
|
-
display: inline-flex;
|
|
38209
|
-
vertical-align: top;
|
|
38366
|
+
gap: 8px 0;
|
|
38210
38367
|
}
|
|
38211
38368
|
|
|
38212
38369
|
.k-notification-container-animating {
|
|
@@ -38500,6 +38657,10 @@ kendo-card-footer {
|
|
|
38500
38657
|
gap: 8px;
|
|
38501
38658
|
}
|
|
38502
38659
|
|
|
38660
|
+
.k-card-horizontal .k-actions-horizontal {
|
|
38661
|
+
width: auto;
|
|
38662
|
+
}
|
|
38663
|
+
|
|
38503
38664
|
.k-card-list {
|
|
38504
38665
|
display: flex;
|
|
38505
38666
|
flex-flow: column nowrap;
|
|
@@ -39755,6 +39916,17 @@ kendo-card-footer {
|
|
|
39755
39916
|
transition-timing-function: ease-in-out;
|
|
39756
39917
|
}
|
|
39757
39918
|
|
|
39919
|
+
.k-stepper .k-step-indicator::before {
|
|
39920
|
+
border-radius: 50%;
|
|
39921
|
+
content: "";
|
|
39922
|
+
width: 100%;
|
|
39923
|
+
height: 100%;
|
|
39924
|
+
position: absolute;
|
|
39925
|
+
top: 0;
|
|
39926
|
+
left: 0;
|
|
39927
|
+
z-index: -1;
|
|
39928
|
+
}
|
|
39929
|
+
|
|
39758
39930
|
.k-stepper .k-step-indicator::after {
|
|
39759
39931
|
border-radius: 100%;
|
|
39760
39932
|
content: "";
|
|
@@ -42635,6 +42807,16 @@ div.k-grid-footer {
|
|
|
42635
42807
|
z-index: 3;
|
|
42636
42808
|
}
|
|
42637
42809
|
|
|
42810
|
+
.k-master-row .k-grid-content-sticky::before {
|
|
42811
|
+
content: "";
|
|
42812
|
+
width: 100%;
|
|
42813
|
+
height: 100%;
|
|
42814
|
+
position: absolute;
|
|
42815
|
+
top: 0;
|
|
42816
|
+
left: 0;
|
|
42817
|
+
z-index: -1;
|
|
42818
|
+
}
|
|
42819
|
+
|
|
42638
42820
|
kendo-grid .k-table-row.k-grid-row-sticky {
|
|
42639
42821
|
border: 0;
|
|
42640
42822
|
position: static;
|
|
@@ -45994,6 +46176,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
45994
46176
|
border-bottom-width: 1px;
|
|
45995
46177
|
border-color: inherit;
|
|
45996
46178
|
flex-shrink: 0;
|
|
46179
|
+
z-index: 1;
|
|
45997
46180
|
}
|
|
45998
46181
|
|
|
45999
46182
|
.k-filemanager-content-container {
|
|
@@ -46006,6 +46189,10 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
46006
46189
|
overflow: hidden;
|
|
46007
46190
|
}
|
|
46008
46191
|
|
|
46192
|
+
.k-filemanager-splitter {
|
|
46193
|
+
border-width: 0;
|
|
46194
|
+
}
|
|
46195
|
+
|
|
46009
46196
|
.k-filemanager-navigation {
|
|
46010
46197
|
padding-block: 16px;
|
|
46011
46198
|
padding-inline: 16px;
|
|
@@ -47563,17 +47750,23 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
47563
47750
|
overflow: scroll;
|
|
47564
47751
|
}
|
|
47565
47752
|
|
|
47566
|
-
.k-gantt-timeline .k-timeline {
|
|
47753
|
+
.k-gantt-timeline-pane .k-gantt-timeline {
|
|
47567
47754
|
height: 100%;
|
|
47568
47755
|
border-width: 0;
|
|
47569
47756
|
display: flex;
|
|
47570
47757
|
}
|
|
47571
47758
|
|
|
47572
|
-
.k-gantt-timeline .k-
|
|
47759
|
+
.k-gantt-timeline-pane .k-gantt-timeline *,
|
|
47760
|
+
.k-gantt-timeline-pane .k-gantt-timeline *::before,
|
|
47761
|
+
.k-gantt-timeline-pane .k-gantt-timeline *::after, .k-gantt-timeline-pane .k-gantt-timeline::before, .k-gantt-timeline-pane .k-gantt-timeline::after {
|
|
47762
|
+
box-sizing: border-box;
|
|
47763
|
+
}
|
|
47764
|
+
|
|
47765
|
+
.k-gantt-timeline-pane .k-grid-content {
|
|
47573
47766
|
overflow-x: scroll;
|
|
47574
47767
|
}
|
|
47575
47768
|
|
|
47576
|
-
.k-gantt-timeline .k-header {
|
|
47769
|
+
.k-gantt-timeline-pane .k-header {
|
|
47577
47770
|
padding-block: 8px;
|
|
47578
47771
|
padding-inline: 8px;
|
|
47579
47772
|
border-width: 0 0 1px 1px;
|
|
@@ -48054,7 +48247,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48054
48247
|
}
|
|
48055
48248
|
|
|
48056
48249
|
.k-pdf-export-shadow .k-gantt,
|
|
48057
|
-
.k-pdf-export-shadow .k-gantt-timeline,
|
|
48250
|
+
.k-pdf-export-shadow .k-gantt-timeline-pane,
|
|
48058
48251
|
.k-pdf-export-shadow .k-gantt-dependencies {
|
|
48059
48252
|
width: auto !important;
|
|
48060
48253
|
height: auto !important;
|
|
@@ -48087,24 +48280,24 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48087
48280
|
margin-inline: -26px;
|
|
48088
48281
|
}
|
|
48089
48282
|
|
|
48090
|
-
.k-rtl .k-gantt-timeline .k-header,
|
|
48091
|
-
[dir="rtl"] .k-gantt-timeline .k-header {
|
|
48283
|
+
.k-rtl .k-gantt-timeline-pane .k-header,
|
|
48284
|
+
[dir="rtl"] .k-gantt-timeline-pane .k-header {
|
|
48092
48285
|
border-width: 0 1px 1px 0;
|
|
48093
48286
|
}
|
|
48094
48287
|
|
|
48095
|
-
.k-rtl .k-gantt-timeline .k-header:first-child,
|
|
48096
|
-
[dir="rtl"] .k-gantt-timeline .k-header:first-child {
|
|
48288
|
+
.k-rtl .k-gantt-timeline-pane .k-header:first-child,
|
|
48289
|
+
[dir="rtl"] .k-gantt-timeline-pane .k-header:first-child {
|
|
48097
48290
|
border-right-width: 0;
|
|
48098
48291
|
}
|
|
48099
48292
|
|
|
48100
|
-
.k-rtl .k-gantt-timeline .k-task-start,
|
|
48101
|
-
[dir="rtl"] .k-gantt-timeline .k-task-start {
|
|
48293
|
+
.k-rtl .k-gantt-timeline-pane .k-task-start,
|
|
48294
|
+
[dir="rtl"] .k-gantt-timeline-pane .k-task-start {
|
|
48102
48295
|
left: auto;
|
|
48103
48296
|
right: 0;
|
|
48104
48297
|
}
|
|
48105
48298
|
|
|
48106
|
-
.k-rtl .k-gantt-timeline .k-task-end,
|
|
48107
|
-
[dir="rtl"] .k-gantt-timeline .k-task-end {
|
|
48299
|
+
.k-rtl .k-gantt-timeline-pane .k-task-end,
|
|
48300
|
+
[dir="rtl"] .k-gantt-timeline-pane .k-task-end {
|
|
48108
48301
|
right: auto;
|
|
48109
48302
|
left: 0;
|
|
48110
48303
|
}
|
|
@@ -48157,8 +48350,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48157
48350
|
margin-right: 0.2em;
|
|
48158
48351
|
}
|
|
48159
48352
|
|
|
48160
|
-
.k-rtl .k-gantt-timeline .k-milestone-wrap .k-task-start,
|
|
48161
|
-
[dir="rtl"] .k-gantt-timeline .k-milestone-wrap .k-task-start {
|
|
48353
|
+
.k-rtl .k-gantt-timeline-pane .k-milestone-wrap .k-task-start,
|
|
48354
|
+
[dir="rtl"] .k-gantt-timeline-pane .k-milestone-wrap .k-task-start {
|
|
48162
48355
|
right: -0.1em;
|
|
48163
48356
|
}
|
|
48164
48357
|
|
|
@@ -50149,10 +50342,6 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
50149
50342
|
display: none;
|
|
50150
50343
|
}
|
|
50151
50344
|
|
|
50152
|
-
.k-timeline .k-event-collapse {
|
|
50153
|
-
display: none;
|
|
50154
|
-
}
|
|
50155
|
-
|
|
50156
50345
|
.k-timeline.k-timeline-collapsible .k-card-header {
|
|
50157
50346
|
cursor: pointer;
|
|
50158
50347
|
}
|
|
@@ -51074,6 +51263,91 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
51074
51263
|
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.13);
|
|
51075
51264
|
}
|
|
51076
51265
|
|
|
51266
|
+
.k-prompt {
|
|
51267
|
+
display: flex;
|
|
51268
|
+
flex-direction: column;
|
|
51269
|
+
position: relative;
|
|
51270
|
+
overflow: hidden;
|
|
51271
|
+
}
|
|
51272
|
+
|
|
51273
|
+
.k-prompt-content {
|
|
51274
|
+
padding-block: 16px;
|
|
51275
|
+
padding-inline: 16px;
|
|
51276
|
+
display: flex;
|
|
51277
|
+
flex-flow: column nowrap;
|
|
51278
|
+
flex: 1 1 auto;
|
|
51279
|
+
gap: 16px;
|
|
51280
|
+
overflow: auto;
|
|
51281
|
+
}
|
|
51282
|
+
|
|
51283
|
+
.k-prompt-view {
|
|
51284
|
+
display: flex;
|
|
51285
|
+
flex-direction: column;
|
|
51286
|
+
flex: 1 1 auto;
|
|
51287
|
+
gap: 16px;
|
|
51288
|
+
}
|
|
51289
|
+
|
|
51290
|
+
.k-prompt-expander {
|
|
51291
|
+
display: flex;
|
|
51292
|
+
flex-direction: column;
|
|
51293
|
+
flex: 1;
|
|
51294
|
+
align-items: start;
|
|
51295
|
+
gap: 8px;
|
|
51296
|
+
}
|
|
51297
|
+
|
|
51298
|
+
.k-prompt-expander-content {
|
|
51299
|
+
display: flex;
|
|
51300
|
+
flex-flow: column;
|
|
51301
|
+
flex: 0 0 auto;
|
|
51302
|
+
gap: 8px;
|
|
51303
|
+
align-self: stretch;
|
|
51304
|
+
}
|
|
51305
|
+
|
|
51306
|
+
.k-prompt-suggestion {
|
|
51307
|
+
border-width: 1px;
|
|
51308
|
+
border-style: solid;
|
|
51309
|
+
border-radius: 4px;
|
|
51310
|
+
padding-block: 8px;
|
|
51311
|
+
padding-inline: 8px;
|
|
51312
|
+
cursor: pointer;
|
|
51313
|
+
}
|
|
51314
|
+
|
|
51315
|
+
.k-prompt-setting {
|
|
51316
|
+
display: flex;
|
|
51317
|
+
flex-direction: column;
|
|
51318
|
+
}
|
|
51319
|
+
|
|
51320
|
+
.k-prompt-actions.k-actions, .k-prompt-actions.k-edit-buttons,
|
|
51321
|
+
.k-prompt-actions.k-action-buttons,
|
|
51322
|
+
.k-prompt-actions.k-columnmenu-actions, .k-prompt-actions.k-form-buttons {
|
|
51323
|
+
margin: 0;
|
|
51324
|
+
}
|
|
51325
|
+
|
|
51326
|
+
.k-prompt {
|
|
51327
|
+
border-color: #cacaca;
|
|
51328
|
+
color: #272727;
|
|
51329
|
+
background-color: #ffffff;
|
|
51330
|
+
}
|
|
51331
|
+
|
|
51332
|
+
.k-prompt-header {
|
|
51333
|
+
border-color: #cacaca;
|
|
51334
|
+
color: #272727;
|
|
51335
|
+
background-color: #ffffff;
|
|
51336
|
+
}
|
|
51337
|
+
|
|
51338
|
+
.k-prompt-content {
|
|
51339
|
+
border-color: #cacaca;
|
|
51340
|
+
color: #272727;
|
|
51341
|
+
background-color: #f0f0f0;
|
|
51342
|
+
}
|
|
51343
|
+
|
|
51344
|
+
.k-prompt-suggestion {
|
|
51345
|
+
border-color: #cacaca;
|
|
51346
|
+
color: #272727;
|
|
51347
|
+
background-color: #ffffff;
|
|
51348
|
+
box-shadow: var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12));
|
|
51349
|
+
}
|
|
51350
|
+
|
|
51077
51351
|
.k-barcode {
|
|
51078
51352
|
display: inline-block;
|
|
51079
51353
|
}
|