@progress/kendo-theme-default 8.0.2-dev.4 → 8.1.0-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (148) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/all.scss +1410 -1405
  3. package/dist/default-blue.css +1 -1
  4. package/dist/default-dataviz-v4.css +1 -1
  5. package/dist/default-green.css +1 -1
  6. package/dist/default-main-dark.css +1 -1
  7. package/dist/default-main-dark.scss +138 -138
  8. package/dist/default-main.css +1 -1
  9. package/dist/default-nordic.css +1 -1
  10. package/dist/default-ocean-blue-a11y.css +1 -1
  11. package/dist/default-ocean-blue.css +1 -1
  12. package/dist/default-orange.css +1 -1
  13. package/dist/default-purple.css +1 -1
  14. package/dist/default-turquoise.css +1 -1
  15. package/dist/default-urban.css +1 -1
  16. package/dist/meta/sassdoc-data.json +9591 -3969
  17. package/dist/meta/sassdoc-raw-data.json +2819 -1150
  18. package/dist/meta/variables.json +3814 -92
  19. package/lib/swatches/default-blue.json +1 -1
  20. package/lib/swatches/default-dataviz-v4.json +1 -1
  21. package/lib/swatches/default-green.json +1 -1
  22. package/lib/swatches/default-main-dark.json +149 -149
  23. package/lib/swatches/default-main.json +1 -1
  24. package/lib/swatches/default-nordic.json +1 -1
  25. package/lib/swatches/default-ocean-blue-a11y.json +1 -1
  26. package/lib/swatches/default-ocean-blue.json +1 -1
  27. package/lib/swatches/default-orange.json +1 -1
  28. package/lib/swatches/default-purple.json +1 -1
  29. package/lib/swatches/default-turquoise.json +1 -1
  30. package/lib/swatches/default-urban.json +1 -1
  31. package/package.json +4 -4
  32. package/scss/_variables.scss +2 -15
  33. package/scss/action-buttons/_index.scss +0 -1
  34. package/scss/action-sheet/_index.scss +0 -1
  35. package/scss/appbar/_index.scss +0 -1
  36. package/scss/autocomplete/_index.scss +0 -1
  37. package/scss/avatar/_index.scss +0 -1
  38. package/scss/bottom-navigation/_index.scss +0 -1
  39. package/scss/breadcrumb/_index.scss +0 -1
  40. package/scss/button/_layout.scss +1 -1
  41. package/scss/calendar/_index.scss +0 -1
  42. package/scss/captcha/_index.scss +0 -1
  43. package/scss/card/_index.scss +0 -1
  44. package/scss/chat/_index.scss +0 -1
  45. package/scss/checkbox/_layout.scss +1 -1
  46. package/scss/coloreditor/_index.scss +0 -1
  47. package/scss/coloreditor/_variables.scss +24 -24
  48. package/scss/colorgradient/_index.scss +0 -1
  49. package/scss/colorgradient/_variables.scss +43 -43
  50. package/scss/colorpalette/_index.scss +0 -1
  51. package/scss/colorpalette/_variables.scss +8 -8
  52. package/scss/combobox/_index.scss +0 -1
  53. package/scss/core/color-system/_palettes.scss +25 -1
  54. package/scss/core/color-system/_swatch-legacy.scss +13 -1
  55. package/scss/core/color-system/_swatch.scss +248 -3
  56. package/scss/dataviz/_index.scss +0 -1
  57. package/scss/daterangepicker/_index.scss +0 -1
  58. package/scss/dialog/_index.scss +0 -1
  59. package/scss/drawer/_index.scss +0 -1
  60. package/scss/dropdowngrid/_index.scss +0 -1
  61. package/scss/dropdownlist/_index.scss +0 -1
  62. package/scss/dropdowntree/_index.scss +0 -1
  63. package/scss/dropzone/_index.scss +0 -1
  64. package/scss/editor/_index.scss +0 -1
  65. package/scss/expansion-panel/_index.scss +0 -1
  66. package/scss/fab/_index.scss +0 -1
  67. package/scss/filemanager/_index.scss +0 -1
  68. package/scss/filemanager/_variables.scss +57 -57
  69. package/scss/filter/_index.scss +0 -1
  70. package/scss/floating-label/_index.scss +0 -1
  71. package/scss/forms/_index.scss +0 -1
  72. package/scss/forms/_layout.scss +1 -1
  73. package/scss/gantt/_index.scss +1 -1
  74. package/scss/grid/_index.scss +0 -1
  75. package/scss/imageeditor/_index.scss +0 -1
  76. package/scss/index.scss +3 -1
  77. package/scss/input/_index.scss +0 -1
  78. package/scss/input/_layout.scss +2 -2
  79. package/scss/list/_index.scss +0 -1
  80. package/scss/listbox/_index.scss +0 -1
  81. package/scss/listgroup/_index.scss +0 -1
  82. package/scss/listview/_index.scss +0 -1
  83. package/scss/loader/_index.scss +0 -1
  84. package/scss/loader/_layout.scss +87 -2
  85. package/scss/loader/_variables.scss +3 -0
  86. package/scss/map/_index.scss +0 -1
  87. package/scss/maskedtextbox/_index.scss +0 -1
  88. package/scss/mediaplayer/_index.scss +0 -1
  89. package/scss/menu/_index.scss +0 -1
  90. package/scss/messagebox/_index.scss +0 -1
  91. package/scss/multiselect/_index.scss +0 -1
  92. package/scss/notification/_index.scss +0 -1
  93. package/scss/numerictextbox/_index.scss +0 -1
  94. package/scss/orgchart/_index.scss +0 -1
  95. package/scss/pager/_index.scss +0 -1
  96. package/scss/panel/_index.scss +36 -0
  97. package/scss/panel/_layout.scss +30 -0
  98. package/scss/panel/_theme.scss +23 -0
  99. package/scss/panel/_variables.scss +34 -0
  100. package/scss/panelbar/_index.scss +0 -1
  101. package/scss/pdf-viewer/_index.scss +0 -1
  102. package/scss/pivotgrid/_index.scss +0 -1
  103. package/scss/popover/_index.scss +0 -1
  104. package/scss/popup/_index.scss +0 -1
  105. package/scss/popup/_layout.scss +25 -8
  106. package/scss/progressbar/_index.scss +0 -1
  107. package/scss/prompt/_index.scss +0 -5
  108. package/scss/radio/_layout.scss +1 -1
  109. package/scss/rating/_index.scss +0 -1
  110. package/scss/responsivepanel/_index.scss +0 -1
  111. package/scss/ripple/_index.scss +0 -1
  112. package/scss/scheduler/_index.scss +1 -1
  113. package/scss/scroller/_index.scss +0 -1
  114. package/scss/scrollview/_index.scss +0 -1
  115. package/scss/slider/_index.scss +0 -1
  116. package/scss/splitter/_index.scss +0 -1
  117. package/scss/spreadsheet/_index.scss +0 -1
  118. package/scss/stepper/_index.scss +0 -1
  119. package/scss/stepper/_variables.scss +2 -2
  120. package/scss/switch/_index.scss +0 -1
  121. package/scss/table/_index.scss +0 -1
  122. package/scss/tabstrip/_index.scss +0 -1
  123. package/scss/taskboard/_index.scss +0 -1
  124. package/scss/taskboard/_theme.scss +1 -1
  125. package/scss/textarea/_index.scss +0 -1
  126. package/scss/textbox/_index.scss +0 -1
  127. package/scss/tilelayout/_index.scss +0 -1
  128. package/scss/tilelayout/_variables.scss +10 -10
  129. package/scss/time-marker/_index.scss +32 -0
  130. package/scss/time-marker/_layout.scss +21 -0
  131. package/scss/time-marker/_theme.scss +24 -0
  132. package/scss/time-marker/_variables.scss +6 -0
  133. package/scss/timeline/_index.scss +0 -1
  134. package/scss/toolbar/_index.scss +0 -1
  135. package/scss/tooltip/_index.scss +0 -1
  136. package/scss/treelist/_index.scss +0 -1
  137. package/scss/treeview/_index.scss +0 -1
  138. package/scss/upload/_index.scss +0 -1
  139. package/scss/validator/_index.scss +0 -1
  140. package/scss/window/_index.scss +0 -1
  141. package/scss/wizard/_index.scss +0 -1
  142. package/scss/common/_animations.scss +0 -712
  143. package/scss/common/_base.scss +0 -198
  144. package/scss/common/_dragdrop.scss +0 -74
  145. package/scss/common/_index.scss +0 -5
  146. package/scss/common/_indicators.scss +0 -37
  147. package/scss/common/_resizing.scss +0 -124
  148. package/scss/common/_scrollbar.scss +0 -27
package/dist/all.scss CHANGED
@@ -1885,6 +1885,8 @@ $kendo-use-input-spinner-icon-offset: false !default;
1885
1885
 
1886
1886
  $kendo-auto-bootstrap: true !default;
1887
1887
 
1888
+ $kendo-nested-disabled: true !default;
1889
+
1888
1890
  /// Icon size.
1889
1891
  /// @group common
1890
1892
  $kendo-icon-size: 16px !default;
@@ -1912,7 +1914,6 @@ $kendo-icon-size-xxxl: calc( #{$kendo-icon-size} * 3 ) !default;
1912
1914
 
1913
1915
  $kendo-zindex-popup: 1 !default;
1914
1916
  $kendo-zindex-window: 2 !default;
1915
- $kendo-zindex-loading: 100 !default;
1916
1917
 
1917
1918
 
1918
1919
  // Color settings
@@ -1927,20 +1928,6 @@ $kendo-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
1927
1928
  $kendo-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out !default;
1928
1929
 
1929
1930
 
1930
- /// Filter used for disabled items.
1931
- $kendo-disabled-filter: grayscale(.1) !default;
1932
- /// Opacity used for disabled items.
1933
- $kendo-disabled-opacity: .6 !default;
1934
-
1935
- $kendo-disabled-styling: (
1936
- opacity: $kendo-disabled-opacity,
1937
- filter: $kendo-disabled-filter
1938
- ) !default;
1939
-
1940
-
1941
- // Loading
1942
- $kendo-loading-opacity: .3 !default;
1943
- $kendo-zindex-loading: 100 !default;
1944
1931
 
1945
1932
  // #endregion
1946
1933
 
@@ -2222,42 +2209,67 @@ $_default-palette-flamingo-pink: (
2222
2209
 
2223
2210
 
2224
2211
  // stylelint-disable scss/no-global-function-names
2212
+ /// The Gray Palette provides colors to the Base, Secondary, Light, Dark, and Inverse variable groups.
2213
+ /// @group palette
2225
2214
  $kendo-palette-gray: $_default-palette-gray !default;
2226
2215
  $kendo-palette-gray: map-merge($_default-palette-gray, $kendo-palette-gray);
2227
2216
 
2217
+ /// The Coral Palette provides colors to the Primary and Series A variable groups.
2218
+ /// @group palette
2228
2219
  $kendo-palette-coral: $_default-palette-coral !default;
2229
2220
  $kendo-palette-coral: map-merge($_default-palette-coral, $kendo-palette-coral);
2230
2221
 
2222
+ /// The Sky Blue Palette provides colors to the Tertiary variable group.
2223
+ /// @group palette
2231
2224
  $kendo-palette-sky-blue: $_default-palette-sky-blue !default;
2232
2225
  $kendo-palette-sky-blue: map-merge($_default-palette-sky-blue, $kendo-palette-sky-blue);
2233
2226
 
2227
+ /// The Green Palette provides colors to the Success variable group.
2228
+ /// @group palette
2234
2229
  $kendo-palette-green: $_default-palette-green !default;
2235
2230
  $kendo-palette-green: map-merge($_default-palette-green, $kendo-palette-green);
2236
2231
 
2232
+ /// The Blue Palette provides colors to the Info variable group.
2233
+ /// @group palette
2237
2234
  $kendo-palette-blue: $_default-palette-blue !default;
2238
2235
  $kendo-palette-blue: map-merge($_default-palette-blue, $kendo-palette-blue);
2239
2236
 
2237
+ /// The Yellow Palette provides colors to the Warning variable group.
2238
+ /// @group palette
2240
2239
  $kendo-palette-yellow: $_default-palette-yellow !default;
2241
2240
  $kendo-palette-yellow: map-merge($_default-palette-yellow, $kendo-palette-yellow);
2242
2241
 
2242
+ /// The Red Palette provides colors to the Error variable group.
2243
+ /// @group palette
2243
2244
  $kendo-palette-red: $_default-palette-red !default;
2244
2245
  $kendo-palette-red: map-merge($_default-palette-red, $kendo-palette-red);
2245
2246
 
2247
+ /// The Lemon Yellow Palette provides colors to the Series B variable group.
2248
+ /// @group palette
2246
2249
  $kendo-palette-lemon-yellow: $_default-palette-lemon-yellow !default;
2247
2250
  $kendo-palette-lemon-yellow: map-merge($_default-palette-lemon-yellow, $kendo-palette-lemon-yellow);
2248
2251
 
2252
+ /// The Spring Green Palette provides colors to the Series C variable group.
2253
+ /// @group palette
2249
2254
  $kendo-palette-spring-green: $_default-palette-spring-green !default;
2250
2255
  $kendo-palette-spring-green: map-merge($_default-palette-spring-green, $kendo-palette-spring-green);
2251
2256
 
2257
+ /// The Royal Blue Palette provides colors to the Series D variable group.
2258
+ /// @group palette
2252
2259
  $kendo-palette-royal-blue: $_default-palette-royal-blue !default;
2253
2260
  $kendo-palette-royal-blue: map-merge($_default-palette-royal-blue, $kendo-palette-royal-blue);
2254
2261
 
2262
+ /// The Lavender Purple Palette provides colors to the Series E variable group.
2263
+ /// @group palette
2255
2264
  $kendo-palette-lavender-purple: $_default-palette-lavender-purple !default;
2256
2265
  $kendo-palette-lavender-purple: map-merge($_default-palette-lavender-purple, $kendo-palette-lavender-purple);
2257
2266
 
2267
+ /// The Flamingo Pink Palette provides colors to the Series F variable group.
2268
+ /// @group palette
2258
2269
  $kendo-palette-flamingo-pink: $_default-palette-flamingo-pink !default;
2259
2270
  $kendo-palette-flamingo-pink: map-merge($_default-palette-flamingo-pink, $kendo-palette-flamingo-pink);
2260
2271
  // stylelint-enable scss/no-global-function-names
2272
+
2261
2273
  // #endregion
2262
2274
 
2263
2275
  // Config
@@ -2434,6 +2446,254 @@ $_default-colors: (
2434
2446
 
2435
2447
  /// The global default Colors map.
2436
2448
  /// @group color-system
2449
+ ///
2450
+ /// @subgroup {misc}
2451
+ /// [app-surface, on-app-surface, subtle,
2452
+ /// surface, surface-alt, border, border-alt]
2453
+ /// The Misc variable group.
2454
+ /// @prop {Color} app-surface - The background color of the application.
2455
+ /// @prop {Color} on-app-surface - The text color of the application.
2456
+ /// @prop {Color} subtle - The subtle text color.
2457
+ /// @prop {Color} surface - The background color of the components' chrome area.
2458
+ /// @prop {Color} surface-alt - The alternative background color of the components' chrome area.
2459
+ /// @prop {Color} border - Тhe border color of the application.
2460
+ /// @prop {Color} border-alt - Тhe alternative border color of the application.
2461
+ ///
2462
+ /// @subgroup {base}
2463
+ /// [base-subtle, base-subtle-hover, base-subtle-active,
2464
+ /// base, base-hover, base-active, base-emphasis,
2465
+ /// base-on-subtle, on-base, base-on-surface]
2466
+ /// The Base variable group.
2467
+ /// @prop {Color} base-subtle - The base subtle background color variable.
2468
+ /// @prop {Color} base-subtle-hover - The base subtle background color variable for the hover state.
2469
+ /// @prop {Color} base-subtle-active - The base subtle background color variable for the active state.
2470
+ /// @prop {Color} base - The base background color variable.
2471
+ /// @prop {Color} base-hover - The base background color variable for the hover state.
2472
+ /// @prop {Color} base-active - The base background color variable for the active state.
2473
+ /// @prop {Color} base-emphasis - The emphasized base color variable.
2474
+ /// @prop {Color} base-on-subtle - The text color variable for content on base subtle.
2475
+ /// @prop {Color} on-base - The text color variable for content on base.
2476
+ /// @prop {Color} base-on-surface - The text color variable for content on surface.
2477
+ ///
2478
+ /// @subgroup {primary}
2479
+ /// [primary-subtle, primary-subtle-hover, primary-subtle-active,
2480
+ /// primary, primary-hover, primary-active, primary-emphasis,
2481
+ /// primary-on-subtle, on-primary, primary-on-surface]
2482
+ /// The Primary variable group.
2483
+ /// @prop {Color} primary-subtle - The primary subtle background color variable.
2484
+ /// @prop {Color} primary-subtle-hover - The primary subtle background color variable for the hover state.
2485
+ /// @prop {Color} primary-subtle-active - The primary subtle background color variable for the active state.
2486
+ /// @prop {Color} primary - The primary background color variable.
2487
+ /// @prop {Color} primary-hover - The primary background color variable for the hover state.
2488
+ /// @prop {Color} primary-active - The primary background color variable for the active state.
2489
+ /// @prop {Color} primary-emphasis - The emphasized primary color variable.
2490
+ /// @prop {Color} primary-on-subtle - The text color variable for content on primary subtle.
2491
+ /// @prop {Color} on-primary - The text color variable for content on primary.
2492
+ /// @prop {Color} primary-on-surface - The text color variable for content on surface.
2493
+ ///
2494
+ /// @subgroup {secondary}
2495
+ /// [secondary-subtle, secondary-subtle-hover, secondary-subtle-active,
2496
+ /// secondary, secondary-hover, secondary-active, secondary-emphasis,
2497
+ /// secondary-on-subtle, on-secondary, secondary-on-surface]
2498
+ /// The Secondary variable group.
2499
+ /// @prop {Color} secondary-subtle - The secondary subtle background color variable.
2500
+ /// @prop {Color} secondary-subtle-hover - The secondary subtle background color variable for the hover state.
2501
+ /// @prop {Color} secondary-subtle-active - The secondary subtle background color variable for the active state.
2502
+ /// @prop {Color} secondary - The secondary background color variable.
2503
+ /// @prop {Color} secondary-hover - The secondary background color variable for the hover state.
2504
+ /// @prop {Color} secondary-active - The secondary background color variable for the active state.
2505
+ /// @prop {Color} secondary-emphasis - The emphasized secondary color variable.
2506
+ /// @prop {Color} secondary-on-subtle - The text color variable for content on secondary subtle.
2507
+ /// @prop {Color} on-secondary - The text color variable for content on secondary.
2508
+ /// @prop {Color} secondary-on-surface - The text color variable for content on surface.
2509
+ ///
2510
+ /// @subgroup {tertiary}
2511
+ /// [tertiary-subtle, tertiary-subtle-hover, tertiary-subtle-active,
2512
+ /// tertiary, tertiary-hover, tertiary-active, tertiary-emphasis,
2513
+ /// tertiary-on-subtle, on-tertiary, tertiary-on-surface]
2514
+ /// The Tertiary variable group.
2515
+ /// @prop {Color} tertiary-subtle - The tertiary subtle background color variable.
2516
+ /// @prop {Color} tertiary-subtle-hover - The tertiary subtle background color variable for the hover state.
2517
+ /// @prop {Color} tertiary-subtle-active - The tertiary subtle background color variable for the active state.
2518
+ /// @prop {Color} tertiary - The tertiary background color variable.
2519
+ /// @prop {Color} tertiary-hover - The tertiary background color variable for the hover state.
2520
+ /// @prop {Color} tertiary-active - The tertiary background color variable for the active state.
2521
+ /// @prop {Color} tertiary-emphasis - The emphasized tertiary color variable.
2522
+ /// @prop {Color} tertiary-on-subtle - The text color variable for content on tertiary subtle.
2523
+ /// @prop {Color} on-tertiary - The text color variable for content on tertiary.
2524
+ /// @prop {Color} tertiary-on-surface - The text color variable for content on surface.
2525
+ ///
2526
+ /// @subgroup {info}
2527
+ /// [info-subtle, info-subtle-hover, info-subtle-active,
2528
+ /// info, info-hover, info-active, info-emphasis,
2529
+ /// info-on-subtle, on-info, info-on-surface]
2530
+ /// The Info variable group.
2531
+ /// @prop {Color} info-subtle - The info subtle background color variable.
2532
+ /// @prop {Color} info-subtle-hover - The info subtle background color variable for the hover state.
2533
+ /// @prop {Color} info-subtle-active - The info subtle background color variable for the active state.
2534
+ /// @prop {Color} info - The info background color variable.
2535
+ /// @prop {Color} info-hover - The info background color variable for the hover state.
2536
+ /// @prop {Color} info-active - The info background color variable for the active state.
2537
+ /// @prop {Color} info-emphasis - The emphasized info color variable.
2538
+ /// @prop {Color} info-on-subtle - The text color variable for content on info subtle.
2539
+ /// @prop {Color} on-info - The text color variable for content on info.
2540
+ /// @prop {Color} info-on-surface - The text color variable for content on surface.
2541
+ ///
2542
+ /// @subgroup {success}
2543
+ /// [success-subtle, success-subtle-hover, success-subtle-active,
2544
+ /// success, success-hover, success-active, success-emphasis,
2545
+ /// success-on-subtle, on-success, success-on-surface]
2546
+ /// The Success variable group.
2547
+ /// @prop {Color} success-subtle - The success subtle background color variable.
2548
+ /// @prop {Color} success-subtle-hover - The success subtle background color variable for the hover state.
2549
+ /// @prop {Color} success-subtle-active - The success subtle background color variable for the active state.
2550
+ /// @prop {Color} success - The success background color variable.
2551
+ /// @prop {Color} success-hover - The success background color variable for the hover state.
2552
+ /// @prop {Color} success-active - The success background color variable for the active state.
2553
+ /// @prop {Color} success-emphasis - The emphasized success color variable.
2554
+ /// @prop {Color} success-on-subtle - The text color variable for content on success subtle.
2555
+ /// @prop {Color} on-success - The text color variable for content on success.
2556
+ /// @prop {Color} success-on-surface - The text color variable for content on surface.
2557
+ ///
2558
+ /// @subgroup {warning}
2559
+ /// [warning-subtle, warning-subtle-hover, warning-subtle-active,
2560
+ /// warning, warning-hover, warning-active, warning-emphasis,
2561
+ /// warning-on-subtle, on-warning, warning-on-surface]
2562
+ /// The Warning variable group.
2563
+ /// @prop {Color} warning-subtle - The warning subtle background color variable.
2564
+ /// @prop {Color} warning-subtle-hover - The warning subtle background color variable for the hover state.
2565
+ /// @prop {Color} warning-subtle-active - The warning subtle background color variable for the active state.
2566
+ /// @prop {Color} warning - The warning background color variable.
2567
+ /// @prop {Color} warning-hover - The warning background color variable for the hover state.
2568
+ /// @prop {Color} warning-active - The warning background color variable for the active state.
2569
+ /// @prop {Color} warning-emphasis - The emphasized warning color variable.
2570
+ /// @prop {Color} warning-on-subtle - The text color variable for content on warning subtle.
2571
+ /// @prop {Color} on-warning - The text color variable for content on warning.
2572
+ /// @prop {Color} warning-on-surface - The text color variable for content on surface.
2573
+ ///
2574
+ /// @subgroup {error}
2575
+ /// [error-subtle, error-subtle-hover, error-subtle-active,
2576
+ /// error, error-hover, error-active, error-emphasis,
2577
+ /// error-on-subtle, on-error, error-on-surface]
2578
+ /// The Error variable group.
2579
+ /// @prop {Color} error-subtle - The error subtle background color variable.
2580
+ /// @prop {Color} error-subtle-hover - The error subtle background color variable for the hover state.
2581
+ /// @prop {Color} error-subtle-active - The error subtle background color variable for the active state.
2582
+ /// @prop {Color} error - The error background color variable.
2583
+ /// @prop {Color} error-hover - The error background color variable for the hover state.
2584
+ /// @prop {Color} error-active - The error background color variable for the active state.
2585
+ /// @prop {Color} error-emphasis - The emphasized error color variable.
2586
+ /// @prop {Color} error-on-subtle - The text color variable for content on error subtle.
2587
+ /// @prop {Color} on-error - The text color variable for content on error.
2588
+ /// @prop {Color} error-on-surface - The text color variable for content on surface.
2589
+ ///
2590
+ /// @subgroup {light}
2591
+ /// [light-subtle, light-subtle-hover, light-subtle-active,
2592
+ /// light, light-hover, light-active, light-emphasis,
2593
+ /// light-on-subtle, on-light, light-on-surface]
2594
+ /// The Light variable group.
2595
+ /// @prop {Color} light-subtle - The light subtle background color variable.
2596
+ /// @prop {Color} light-subtle-hover - The light subtle background color variable for the hover state.
2597
+ /// @prop {Color} light-subtle-active - The light subtle background color variable for the active state.
2598
+ /// @prop {Color} light - The light background color variable.
2599
+ /// @prop {Color} light-hover - The light background color variable for the hover state.
2600
+ /// @prop {Color} light-active - The light background color variable for the active state.
2601
+ /// @prop {Color} light-emphasis - The emphasized light color variable.
2602
+ /// @prop {Color} light-on-subtle - The text color variable for content on light subtle.
2603
+ /// @prop {Color} on-light - The text color variable for content on light.
2604
+ /// @prop {Color} light-on-surface - The text color variable for content on surface.
2605
+ ///
2606
+ /// @subgroup {dark}
2607
+ /// [dark-subtle, dark-subtle-hover, dark-subtle-active,
2608
+ /// dark, dark-hover, dark-active, dark-emphasis,
2609
+ /// dark-on-subtle, on-dark, dark-on-surface]
2610
+ /// The Dark variable group.
2611
+ /// @prop {Color} dark-subtle - The dark subtle background color variable.
2612
+ /// @prop {Color} dark-subtle-hover - The dark subtle background color variable for the hover state.
2613
+ /// @prop {Color} dark-subtle-active - The dark subtle background color variable for the active state.
2614
+ /// @prop {Color} dark - The dark background color variable.
2615
+ /// @prop {Color} dark-hover - The dark background color variable for the hover state.
2616
+ /// @prop {Color} dark-active - The dark background color variable for the active state.
2617
+ /// @prop {Color} dark-emphasis - The emphasized dark color variable.
2618
+ /// @prop {Color} dark-on-subtle - The text color variable for content on dark subtle.
2619
+ /// @prop {Color} on-dark - The text color variable for content on dark.
2620
+ /// @prop {Color} dark-on-surface - The text color variable for content on surface.
2621
+ ///
2622
+ /// @subgroup {inverse}
2623
+ /// [inverse-subtle, inverse-subtle-hover, inverse-subtle-active,
2624
+ /// inverse, inverse-hover, inverse-active, inverse-emphasis,
2625
+ /// inverse-on-subtle, on-inverse, inverse-on-surface]
2626
+ /// The Inverse variable group.
2627
+ /// @prop {Color} inverse-subtle - The inverse subtle background color variable.
2628
+ /// @prop {Color} inverse-subtle-hover - The inverse subtle background color variable for the hover state.
2629
+ /// @prop {Color} inverse-subtle-active - The inverse subtle background color variable for the active state.
2630
+ /// @prop {Color} inverse - The inverse background color variable.
2631
+ /// @prop {Color} inverse-hover - The inverse background color variable for the hover state.
2632
+ /// @prop {Color} inverse-active - The inverse background color variable for the active state.
2633
+ /// @prop {Color} inverse-emphasis - The emphasized inverse color variable.
2634
+ /// @prop {Color} inverse-on-subtle - The text color variable for content on inverse subtle.
2635
+ /// @prop {Color} on-inverse - The text color variable for content on inverse.
2636
+ /// @prop {Color} inverse-on-surface - The text color variable for content on surface.
2637
+ ///
2638
+ /// @subgroup {series-a}
2639
+ /// [series-a, series-a-bold, series-a-bolder,
2640
+ /// series-a-subtle, series-a-subtler]
2641
+ /// The Series A variable group.
2642
+ /// @prop {Color} series-a - The series A color variable.
2643
+ /// @prop {Color} series-a-bold - The bold series A color variable.
2644
+ /// @prop {Color} series-a-bolder - The bolder series A color variable.
2645
+ /// @prop {Color} series-a-subtle - The subtle series A color variable.
2646
+ /// @prop {Color} series-a-subtler - The subtler series A color variable.
2647
+ ///
2648
+ /// @subgroup {series-b}
2649
+ /// [series-b, series-b-bold, series-b-bolder,
2650
+ /// series-b-subtle, series-b-subtler]
2651
+ /// The Series B variable group.
2652
+ /// @prop {Color} series-b - The series B color variable.
2653
+ /// @prop {Color} series-b-bold - The bold series B color variable.
2654
+ /// @prop {Color} series-b-bolder - The bolder series B color variable.
2655
+ /// @prop {Color} series-b-subtle - The subtle series B color variable.
2656
+ /// @prop {Color} series-b-subtler - The subtler series B color variable.
2657
+ ///
2658
+ /// @subgroup {series-c}
2659
+ /// [series-c, series-c-bold, series-c-bolder,
2660
+ /// series-c-subtle, series-c-subtler]
2661
+ /// The Series C variable group.
2662
+ /// @prop {Color} series-c - The series C color variable.
2663
+ /// @prop {Color} series-c-bold - The bold series C color variable.
2664
+ /// @prop {Color} series-c-bolder - The bolder series C color variable.
2665
+ /// @prop {Color} series-c-subtle - The subtle series C color variable.
2666
+ /// @prop {Color} series-c-subtler - The subtler series C color variable.
2667
+ ///
2668
+ /// @subgroup {series-d}
2669
+ /// [series-d, series-d-bold, series-d-bolder,
2670
+ /// series-d-subtle, series-d-subtler]
2671
+ /// The Series D variable group.
2672
+ /// @prop {Color} series-d - The series D color variable.
2673
+ /// @prop {Color} series-d-bold - The bold series D color variable.
2674
+ /// @prop {Color} series-d-bolder - The bolder series D color variable.
2675
+ /// @prop {Color} series-d-subtle - The subtle series D color variable.
2676
+ /// @prop {Color} series-d-subtler - The subtler series D color variable.
2677
+ ///
2678
+ /// @subgroup {series-e}
2679
+ /// [series-e, series-e-bold, series-e-bolder,
2680
+ /// series-e-subtle, series-e-subtler]
2681
+ /// The Series E variable group.
2682
+ /// @prop {Color} series-e - The series E color variable.
2683
+ /// @prop {Color} series-e-bold - The bold series E color variable.
2684
+ /// @prop {Color} series-e-bolder - The bolder series E color variable.
2685
+ /// @prop {Color} series-e-subtle - The subtle series E color variable.
2686
+ /// @prop {Color} series-e-subtler - The subtler series E color variable.
2687
+ ///
2688
+ /// @subgroup {series-f}
2689
+ /// [series-f, series-f-bold, series-f-bolder,
2690
+ /// series-f-subtle, series-f-subtler]
2691
+ /// The Series F variable group.
2692
+ /// @prop {Color} series-f - The series F color variable.
2693
+ /// @prop {Color} series-f-bold - The bold series F color variable.
2694
+ /// @prop {Color} series-f-bolder - The bolder series F color variable.
2695
+ /// @prop {Color} series-f-subtle - The subtle series F color variable.
2696
+ /// @prop {Color} series-f-subtler - The subtler series F color variable.
2437
2697
  $kendo-colors: $_default-colors !default;
2438
2698
 
2439
2699
  $kendo-is-dark-theme: false !default;
@@ -2610,9 +2870,6 @@ $kendo-selected-hover-border: $kendo-base-border !default;
2610
2870
  /// The gradient of selected and hovered items.
2611
2871
  $kendo-selected-hover-gradient: $kendo-base-gradient !default;
2612
2872
 
2613
- /// Text color of disabled items.
2614
- $kendo-disabled-text: #8f8f8f !default;
2615
-
2616
2873
  // Generic styles
2617
2874
 
2618
2875
  /// Background color of the component header.
@@ -4454,13 +4711,26 @@ $kendo-invalid-border: null !default;
4454
4711
  $kendo-invalid-shadow: null !default;
4455
4712
 
4456
4713
  // Disabled Styling
4714
+
4715
+ /// The background color of disabled items.
4457
4716
  $kendo-disabled-bg: null !default;
4717
+ /// The text color of disabled items.
4458
4718
  $kendo-disabled-text: null !default;
4719
+ /// The border color of disabled items.
4459
4720
  $kendo-disabled-border: null !default;
4721
+ /// The opacity of disabled items.
4722
+ $kendo-disabled-opacity: null !default;
4723
+ /// The filter of disabled items.
4724
+ $kendo-disabled-filter: null !default;
4725
+
4726
+ $kendo-disabled-styling: (
4727
+ bg: $kendo-disabled-bg,
4728
+ color: $kendo-disabled-text,
4729
+ border: $kendo-disabled-border,
4730
+ opacity: $kendo-disabled-opacity,
4731
+ filter: $kendo-disabled-filter
4732
+ ) !default;
4460
4733
 
4461
- // Loading
4462
- $kendo-loading-bg: null !default;
4463
- $kendo-loading-text: null !default;
4464
4734
 
4465
4735
  $kendo-palettes: () !default;
4466
4736
  $kendo-theme-colors: () !default;
@@ -4588,21 +4858,15 @@ $_kendo-data-uris: () !default;
4588
4858
  // #endregion
4589
4859
  // #region @import "./_disabled.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/mixins/_disabled.scss
4590
4860
  // Disabled
4591
- @mixin disabled( $kendo-disabled-styling ) {
4592
- outline: none;
4593
- cursor: default;
4594
- opacity: k-map-get($kendo-disabled-styling, opacity);
4595
- filter: k-map-get($kendo-disabled-styling, filter);
4596
- pointer-events: none;
4597
- box-shadow: none;
4598
- }
4599
4861
 
4600
- @mixin disabled-color( $color: null, $bg: null, $border: null ) {
4862
+ @mixin disabled( $color: null, $bg: null, $border: null, $opacity: null, $filter: null ) {
4601
4863
  outline: none;
4602
4864
  cursor: default;
4603
- background-color: $bg;
4604
4865
  color: $color;
4866
+ background-color: $bg;
4605
4867
  border-color: $border;
4868
+ opacity: $opacity;
4869
+ filter: $filter;
4606
4870
  pointer-events: none;
4607
4871
  box-shadow: none;
4608
4872
  }
@@ -4774,6 +5038,7 @@ $kendo-components: (
4774
5038
  "loader",
4775
5039
  "skeleton",
4776
5040
  "tooltip",
5041
+ "time-marker",
4777
5042
 
4778
5043
  // Native forms
4779
5044
  "button",
@@ -4850,6 +5115,7 @@ $kendo-components: (
4850
5115
  // Layout & containers
4851
5116
  "card",
4852
5117
  "expander",
5118
+ "panel",
4853
5119
  "panelbar",
4854
5120
  "splitter",
4855
5121
  "tile-layout",
@@ -5093,7 +5359,8 @@ $_kendo-dependencies: (
5093
5359
  "splitter",
5094
5360
  "treelist",
5095
5361
  "validator",
5096
- "window"
5362
+ "window",
5363
+ "time-marker"
5097
5364
  ),
5098
5365
  grid: (
5099
5366
  "actions",
@@ -5192,6 +5459,7 @@ $_kendo-dependencies: (
5192
5459
  "list",
5193
5460
  "toolbar"
5194
5461
  ),
5462
+ panel: (),
5195
5463
  panelbar: (
5196
5464
  "icon"
5197
5465
  ),
@@ -5233,7 +5501,8 @@ $_kendo-dependencies: (
5233
5501
  "dialog",
5234
5502
  "dropdown-list",
5235
5503
  "toolbar",
5236
- "tooltip"
5504
+ "tooltip",
5505
+ "time-marker"
5237
5506
  ),
5238
5507
  scroller: (),
5239
5508
  scrollview: (
@@ -5305,6 +5574,7 @@ $_kendo-dependencies: (
5305
5574
  tile-layout: (
5306
5575
  "card"
5307
5576
  ),
5577
+ time-marker: (),
5308
5578
  time-duration-picker: (
5309
5579
  "button",
5310
5580
  "icon",
@@ -5450,920 +5720,10 @@ $_imported: () !default;
5450
5720
  }
5451
5721
 
5452
5722
  // #endregion
5453
- // #region @import "./_asp-fallback.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_asp-fallback.scss
5454
- @mixin kendo-core--styles--asp-fallback() {
5455
-
5456
- .k-theme-test-class,
5457
- .k-common-test-class {
5458
- opacity: 0;
5459
- }
5460
-
5461
- }
5462
-
5463
- // #endregion
5464
- // #region @import "./_layout.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_layout.scss
5465
- @mixin kendo-core--styles--layout() {
5466
- // Basic layout
5467
- .k-hstack {
5468
- display: flex;
5469
- flex-flow: row nowrap;
5470
- }
5471
- .k-vstack {
5472
- display: flex;
5473
- flex-flow: column nowrap;
5474
- }
5475
-
5476
- // Spacer
5477
- .k-spacer {
5478
- flex: 1 1 auto;
5479
- }
5480
- .k-spacer-sized {
5481
- flex: none;
5482
- }
5483
-
5484
-
5485
- // Float wrap
5486
- .k-float-wrap::after {
5487
- content: "";
5488
- display: block;
5489
- clear: both;
5490
- }
5491
-
5492
-
5493
- // Stack layout
5494
- .k-stack-layout {}
5495
-
5496
-
5497
- // Flex layout
5498
- .k-flex-layout {
5499
- display: flex;
5500
- }
5501
-
5502
-
5503
- // Grid layout
5504
- .k-grid-layout {
5505
- display: grid;
5506
- }
5507
-
5508
-
5509
- // Separator
5510
- .k-separator {
5511
- width: auto;
5512
- height: 0;
5513
- border-width: 1px 0 0;
5514
- border-style: solid;
5515
- border-color: inherit;
5516
- display: block;
5517
- flex-grow: 0 !important; // stylelint-disable-line declaration-no-important
5518
- flex-shrink: 0 !important; // stylelint-disable-line declaration-no-important
5519
- align-self: stretch;
5520
- }
5521
- .k-separator-horizontal,
5522
- .k-vstack > .k-separator {
5523
- width: auto;
5524
- height: 0;
5525
- border-width: 1px 0 0;
5526
- }
5527
- .k-separator-vertical,
5528
- .k-hstack > .k-separator {
5529
- width: 0;
5530
- height: auto;
5531
- border-width: 0 0 0 1px;
5532
- }
5533
-
5534
- hr.k-separator {
5535
- margin: 0;
5536
- padding: 0;
5537
- }
5538
-
5539
-
5540
- // Hidden
5541
- .k-hidden {
5542
- display: none !important; // stylelint-disable-line declaration-no-important
5543
- }
5544
-
5545
-
5546
- // RTL
5547
- .k-rtl {
5548
- direction: rtl;
5549
- }
5550
-
5551
-
5552
- // Legacy aliases
5553
- .k-hbox { @extend .k-hstack !optional; }
5554
- .k-vbox { @extend .k-vstack !optional; }
5555
- .k-floatwrap { @extend .k-float-wrap !optional; }
5556
- .k-flex { @extend .k-spacer !optional; }
5557
-
5558
- }
5559
-
5560
- // #endregion
5561
- // #region @import "./_normalize.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_normalize.scss
5562
- @mixin kendo-core--styles--normalize() {
5563
-
5564
- // Hidden attribute
5565
- [hidden] {
5566
- display: none !important; // stylelint-disable-line declaration-no-important
5567
- }
5568
-
5569
-
5570
- // Hide script tags
5571
- // see https://github.com/telerik/kendo-themes/issues/2360
5572
- script {
5573
- display: none !important; // stylelint-disable-line declaration-no-important
5574
- }
5575
-
5576
- }
5577
-
5578
- // #endregion
5579
- // #region @import "./_base.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_base.scss
5580
- @mixin kendo-core--styles--base() {
5581
- // Disabled state
5582
- .k-disabled,
5583
- .k-widget[disabled],
5584
- .k-disabled {
5585
- @include disabled-color(
5586
- $color: var( --kendo-disabled-text, inherit ),
5587
- $border: var( --kendo-disabled-border, inherit )
5588
- );
5589
-
5590
- .k-link {
5591
- cursor: default;
5592
- outline: 0;
5593
- }
5594
- }
5595
-
5596
- // Horizontal line
5597
- .k-hr {
5598
- margin-block: k-spacing(4);
5599
- padding: 0;
5600
- height: 0;
5601
- border-width: 1px 0 0;
5602
- border-style: solid;
5603
- border-color: var( --kendo-component-border, inherit );
5604
- display: block;
5605
- float: none;
5606
- clear: both;
5607
- }
5608
-
5609
- // Horizontal rule
5610
- .k-d-flex-row > .k-hr {
5611
- margin: 0;
5612
- width: 0;
5613
- height: auto;
5614
- border-width: 0 0 0 1px;
5615
- flex: 0 0 auto;
5616
- }
5617
-
5618
- // Vertical rule
5619
- .k-d-flex-col > .k-hr {
5620
- margin: 0;
5621
- flex: 0 0 auto;
5622
- }
5623
-
5624
- .k-sprite {
5625
- display: inline-block;
5626
- width: 1rem;
5627
- height: 1rem;
5628
- overflow: hidden;
5629
- background-repeat: no-repeat;
5630
- font-size: 0;
5631
- line-height: 0;
5632
- text-align: center;
5633
- }
5634
-
5635
- .k-image {
5636
- display: inline-block;
5637
- }
5638
-
5639
- // Layout
5640
- .k-reset {
5641
- margin: 0;
5642
- padding: 0;
5643
- border-width: 0;
5644
- outline: 0;
5645
- text-decoration: none;
5646
- font: inherit;
5647
- list-style: none;
5648
- }
5649
-
5650
- kendo-sortable {
5651
- display: block;
5652
- }
5653
-
5654
-
5655
- // Links
5656
- .k-link,
5657
- .k-link:hover {
5658
- color: inherit;
5659
- text-decoration: none;
5660
- outline: 0;
5661
- cursor: pointer;
5662
- }
5663
-
5664
- // Outline
5665
- .k-content {
5666
- outline: 0;
5667
- }
5668
-
5669
- // Centering
5670
- .k-centered {
5671
- position: absolute;
5672
- top: 50%;
5673
- left: 50%;
5674
- transform: translate(-50%, -50%);
5675
- }
5676
-
5677
- // Disable mouse events
5678
- .k-no-click {
5679
- pointer-events: none;
5680
- }
5681
-
5682
- // Off-screen container used during PDF export
5683
- .k-pdf-export-shadow {
5684
- position: absolute;
5685
- overflow: hidden;
5686
- left: -15000px;
5687
- width: 14400px;
5688
- }
5689
-
5690
- // PDF export icons fix
5691
- .kendo-pdf-hide-pseudo-elements::before,
5692
- .kendo-pdf-hide-pseudo-elements::after {
5693
- display: none !important; // stylelint-disable-line declaration-no-important
5694
- }
5695
-
5696
- // Dirty indicator
5697
- .k-dirty {
5698
- margin: 0;
5699
- padding: 0;
5700
- width: 0;
5701
- height: 0;
5702
- border-width: 3px;
5703
- border-style: solid;
5704
- border-block-start-color: currentColor;
5705
- border-block-end-color: transparent;
5706
- border-inline-start-color: transparent;
5707
- border-inline-end-color: currentColor;
5708
- position: absolute;
5709
- inset-block-start: 0;
5710
- inset-inline-end: 0;
5711
- }
5712
- }
5713
-
5714
- // #endregion
5715
- // #region @import "./_loading.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_loading.scss
5716
- @mixin kendo-core--styles--loading() {
5717
- // Loading mask
5718
- .k-loading-mask,
5719
- .k-loading-image,
5720
- .k-loading-color {
5721
- width: 100%;
5722
- height: 100%;
5723
- box-sizing: border-box;
5724
- position: absolute;
5725
- top: 0;
5726
- left: 0;
5727
-
5728
- *,
5729
- *::before,
5730
- *::after,
5731
- &::before,
5732
- &::after {
5733
- box-sizing: border-box;
5734
- }
5735
- }
5736
-
5737
- .k-loading-mask {
5738
- z-index: $kendo-zindex-loading;
5739
-
5740
- &.k-opaque {
5741
- .k-loading-color {
5742
- opacity: 1;
5743
- }
5744
- }
5745
- }
5746
- .k-loading-text {
5747
- text-indent: -4000px;
5748
- text-align: center;
5749
- position: absolute;
5750
- color: $kendo-loading-text;
5751
- }
5752
- .k-loading-image {
5753
- z-index: 2;
5754
- color: $kendo-loading-text;
5755
- }
5756
- .k-loading-color {
5757
- background-color: $kendo-loading-bg;
5758
- opacity: $kendo-loading-opacity;
5759
- }
5760
-
5761
- // Loading indicator
5762
- .k-i-loading {
5763
- width: 1em;
5764
- height: 1em;
5765
- line-height: 1;
5766
- display: inline-flex;
5767
- flex-flow: row nowrap;
5768
- align-items: center;
5769
- justify-content: center;
5770
- vertical-align: middle;
5771
- position: relative;
5772
- background-color: transparent;
5773
- box-sizing: border-box;
5774
- color: $kendo-loading-text;
5775
-
5776
- &::before,
5777
- &::after {
5778
- box-sizing: border-box;
5779
- }
5780
- }
5781
-
5782
- .k-i-loading::before,
5783
- .k-i-loading::after,
5784
- .k-loading-image::before,
5785
- .k-loading-image::after {
5786
- position: absolute;
5787
- top: 50%;
5788
- left: 50%;
5789
- display: inline-block;
5790
- content: "";
5791
- box-sizing: inherit;
5792
- border-radius: 50%;
5793
- border-width: .05em;
5794
- border-style: solid;
5795
- border-color: currentColor;
5796
- border-top-color: transparent;
5797
- border-bottom-color: transparent;
5798
- background-color: transparent;
5799
- }
5800
-
5801
- .k-icon.k-i-loading::before,
5802
- .k-icon.k-i-loading::after {
5803
- content: "";
5804
- }
5805
-
5806
- .k-i-loading::before,
5807
- .k-loading-image::before {
5808
- margin-top: -.5em;
5809
- margin-left: -.5em;
5810
- width: 1em;
5811
- height: 1em;
5812
- animation: k-loading-animation .7s linear infinite;
5813
- }
5814
-
5815
- .k-i-loading::after,
5816
- .k-loading-image::after {
5817
- margin-top: -.25em;
5818
- margin-left: -.25em;
5819
- width: .5em;
5820
- height: .5em;
5821
- animation: k-loading-animation reverse 1.4s linear infinite;
5822
- }
5823
-
5824
- .k-loading-image::before,
5825
- .k-loading-image::after {
5826
- content: "";
5827
- // See https://github.com/telerik/kendo-themes/issues/1925
5828
- border-width: 1px; // TODO: Remove once we drop IE support
5829
- border-width: clamp( .015em, 1px, 1px );
5830
- font-size: 4em;
5831
- }
5832
-
5833
- // Loading animation
5834
- @keyframes k-loading-animation {
5835
- 0% {
5836
- transform: rotate(0deg);
5837
- }
5838
- 100% {
5839
- transform: rotate(360deg);
5840
- }
5841
- }
5842
- }
5843
-
5844
- // #endregion
5845
- // #region @import "./_selection.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_selection.scss
5846
- @mixin kendo-core--styles--selection() {
5847
- .k-marquee {
5848
- position: absolute;
5849
- z-index: 100000;
5850
- }
5851
-
5852
- .k-marquee-color,
5853
- .k-marquee-text {
5854
- position: absolute;
5855
- top: 0;
5856
- left: 0;
5857
- width: 100%;
5858
- height: 100%;
5859
- }
5860
-
5861
- .k-marquee-color {
5862
- color: $kendo-selected-text;
5863
- background-color: k-get-theme-color-var( primary-60, #{$kendo-selected-bg} );
5864
- border-color: k-get-theme-color-var( primary-100, #{$kendo-selected-border} );
5865
- opacity: .6;
5866
- }
5867
- .k-marquee-text {
5868
- color: $kendo-selected-text;
5869
- }
5870
- }
5871
- // #endregion
5872
- // #region @import "./_colors.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_colors.scss
5873
- @mixin kendo-core--styles--colors() {
5874
- @if ($kendo-enable-color-system) {
5875
- @include color-system--styles();
5876
- }
5877
- }
5878
-
5879
- // #endregion
5880
-
5881
- @mixin kendo-core--styles() {
5882
- @include kendo-core--styles--colors();
5883
- @include kendo-core--styles--accessibility();
5884
- @include kendo-core--styles--asp-fallback();
5885
- @include kendo-core--styles--layout();
5886
- @include kendo-core--styles--normalize();
5887
- @include kendo-core--styles--base();
5888
- @include kendo-core--styles--loading();
5889
- @include kendo-core--styles--selection();
5890
- }
5891
-
5892
- // #endregion
5893
- // #region @import "./elevation/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/elevation/index.import.scss
5894
- // #region @import "../functions/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/functions/index.import.scss
5895
- // File already imported_once. Skipping output.
5896
- // #endregion
5897
-
5898
- $_default-elevation: (
5899
- 1: (
5900
- 0 2px 3px rgba(0, 0, 0, .04),
5901
- 0 4px 16px rgba(0, 0, 0, .12)
5902
- ),
5903
- 2: (
5904
- 0 4px 6px rgba(0, 0, 0, .06),
5905
- 0 4px 16px rgba(0, 0, 0, .12)
5906
- ),
5907
- 3: (
5908
- 0 6px 8px rgba(0, 0, 0, .08),
5909
- 0 4px 16px rgba(0, 0, 0, .12)
5910
- ),
5911
- 4: (
5912
- 0 8px 10px rgba(0, 0, 0, .12),
5913
- 0 4px 16px rgba(0, 0, 0, .12)
5914
- ),
5915
- 5: (
5916
- 0 10px 12px rgba(0, 0, 0, .16),
5917
- 0 4px 16px rgba(0, 0, 0, .12)
5918
- ),
5919
- 6: (
5920
- 0 12px 14px rgba(0, 0, 0, .2),
5921
- 0 4px 16px rgba(0, 0, 0, .12)
5922
- ),
5923
- 7: (
5924
- 0 14px 16px rgba(0, 0, 0, .24),
5925
- 0 4px 16px rgba(0, 0, 0, .12)
5926
- ),
5927
- 8: (
5928
- 0 16px 18px rgba(0, 0, 0, .28),
5929
- 0 4px 16px rgba(0, 0, 0, .12)
5930
- ),
5931
- 9: (
5932
- 0 32px 34px rgba(0, 0, 0, .32),
5933
- 0 4px 16px rgba(0, 0, 0, .12)
5934
- )
5935
- ) !default;
5936
-
5937
- /// The global default Elevation map.
5938
- /// @group elevation
5939
- $kendo-elevation: $_default-elevation !default;
5940
-
5941
- $kendo-elevation: k-map-merge($_default-elevation, $kendo-elevation);
5942
-
5943
- @function k-shadow-filter($shadow) {
5944
- $result: '';
5945
- @each $value in $shadow {
5946
- $result: $result + "drop-shadow(" + $value + ") ";
5947
- }
5948
- @return #{$result};
5949
- }
5950
-
5951
- @function k-elevation($level) {
5952
- @return var(--kendo-elevation-#{$level}, k-map-get($kendo-elevation, $level));
5953
- }
5954
-
5955
-
5956
- @mixin kendo-elevation--styles() {
5957
- :root {
5958
- @each $level, $shadow in $kendo-elevation {
5959
- --kendo-elevation-#{$level}: #{$shadow};
5960
- }
5961
- }
5962
- }
5963
-
5964
- // #endregion
5965
- // #region @import "./typography/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/typography/index.import.scss
5966
- // File already imported_once. Skipping output.
5967
- // #endregion
5968
- // #region @import "./spacing/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/spacing/index.import.scss
5969
- // File already imported_once. Skipping output.
5970
- // #endregion
5971
- // #region @import "./border-radii/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/border-radii/index.import.scss
5972
- /// The none border radius used across the Components.
5973
- /// @group radii
5974
- $kendo-border-radius-none: k-map-get($kendo-spacing, 0) !default;
5975
- /// The extra small border radius used across the Components.
5976
- /// @group radii
5977
- $kendo-border-radius-xs: k-map-get($kendo-spacing, 1px) !default;
5978
- /// The small border radius used across the Components.
5979
- /// @group radii
5980
- $kendo-border-radius-sm: k-map-get($kendo-spacing, 0.5) !default;
5981
- /// The medium border radius used across the Components.
5982
- /// @group radii
5983
- $kendo-border-radius-md: k-map-get($kendo-spacing, 1) !default;
5984
- /// The large border radius used across the Components.
5985
- /// @group radii
5986
- $kendo-border-radius-lg: k-map-get($kendo-spacing, 1.5) !default;
5987
- /// The extra large border radius used across the Components.
5988
- /// @group radii
5989
- $kendo-border-radius-xl: k-map-get($kendo-spacing, 2) !default;
5990
- /// The third largest border radius used across the Components.
5991
- /// @group radii
5992
- $kendo-border-radius-xxl: k-map-get($kendo-spacing, 3) !default;
5993
- /// The second largest border radius used across the Components.
5994
- /// @group radii
5995
- $kendo-border-radius-xxxl: k-map-get($kendo-spacing, 4) !default;
5996
- /// The largest border radius used across the Components.
5997
- /// @group radii
5998
- $kendo-border-radius-full: 9999px !default;
5999
-
6000
-
6001
- $_default-border-radii: (
6002
- none: $kendo-border-radius-none,
6003
- xs: $kendo-border-radius-xs,
6004
- sm: $kendo-border-radius-sm,
6005
- md: $kendo-border-radius-md,
6006
- lg: $kendo-border-radius-lg,
6007
- xl: $kendo-border-radius-xl,
6008
- xxl: $kendo-border-radius-xxl,
6009
- xxxl: $kendo-border-radius-xxxl,
6010
- full: $kendo-border-radius-full
6011
-
6012
- ) !default;
6013
-
6014
- $kendo-border-radii: $_default-border-radii !default;
6015
-
6016
- /// The global radii Map.
6017
- /// @group radii
6018
- $kendo-border-radii: k-map-merge($_default-border-radii, $kendo-border-radii);
6019
-
6020
-
6021
- @function k-border-radius($key) {
6022
- $_border-radius: k-map-get($kendo-border-radii, $key);
6023
- @return var(--kendo-border-radius-#{$key}, $_border-radius);
6024
- }
6025
-
6026
- @mixin kendo-border-radius--styles() {
6027
- :root {
6028
- @each $key, $value in $kendo-border-radii {
6029
- --kendo-border-radius-#{$key}: #{$value};
6030
- }
6031
- }
6032
- }
6033
-
6034
- // #endregion
6035
- // #region @import "./_variables.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/_variables.scss
6036
- // #region @import "./functions/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/functions/index.import.scss
6037
- // File already imported_once. Skipping output.
6038
- // #endregion
6039
-
6040
- // Options
6041
- $kendo-enable-shadows: true !default;
6042
- $kendo-enable-rounded: true !default;
6043
- $kendo-enable-gradients: true !default;
6044
- $kendo-enable-transitions: true !default;
6045
-
6046
- // Equilateral triangle variables
6047
- // stylelint-disable number-max-precision
6048
- $equilateral-index: 1.7320508076 !default;
6049
- $equilateral-height: 0.8660254038 !default;
6050
- // stylelint-enable number-max-precision
6051
-
6052
- // Loading
6053
- $kendo-loading-opacity: .3 !default;
6054
- $kendo-zindex-loading: 100 !default;
6055
-
6056
- // #endregion
6057
-
6058
- // #endregion
6059
-
6060
- // Backward compatibility
6061
- // #region @import "./color-system/_swatch-legacy.scss"; -> scss/core/color-system/_swatch-legacy.scss
6062
- @if ($kendo-enable-color-system) {
6063
- $kendo-color-primary: k-color( primary );
6064
- $kendo-color-primary-contrast: k-color( on-primary );
6065
- $kendo-color-secondary: k-color( secondary );
6066
- $kendo-color-tertiary: k-color( tertiary );
6067
- $kendo-color-info: k-color( info );
6068
- $kendo-color-success: k-color( success );
6069
- $kendo-color-warning: k-color( warning );
6070
- $kendo-color-error: k-color( error );
6071
- $kendo-color-dark: k-color( dark );
6072
- $kendo-color-light: k-color( light );
6073
- $kendo-color-inverse: $kendo-color-dark;
6074
- $kendo-body-bg: k-color( app-surface );
6075
- $kendo-body-text: k-color( on-app-surface );
6076
- $kendo-subtle-text: k-color( subtle );
6077
- $kendo-app-bg: k-color( surface );
6078
- $kendo-app-text: $kendo-body-text;
6079
- $kendo-app-border: k-color( border );
6080
- $kendo-link-text: $kendo-color-primary;
6081
- $kendo-link-hover-text: k-color( primary-hover );
6082
- $kendo-component-bg: k-color( surface-alt );
6083
- $kendo-component-text: $kendo-body-text;
6084
- $kendo-component-border: $kendo-app-border;
6085
- $kendo-base-bg: k-color( surface );
6086
- $kendo-base-text: $kendo-body-text;
6087
- $kendo-base-border: $kendo-app-border;
6088
- $kendo-base-gradient: null;
6089
- $kendo-hover-bg: k-color( base-hover );
6090
- $kendo-hover-text: $kendo-base-text;
6091
- $kendo-hover-border: $kendo-base-border;
6092
- $kendo-hover-gradient: null;
6093
- $kendo-selected-bg: $kendo-color-primary;
6094
- $kendo-selected-text: $kendo-color-primary-contrast;
6095
- $kendo-selected-border: $kendo-base-border;
6096
- $kendo-selected-gradient: $kendo-base-gradient;
6097
- $kendo-selected-hover-bg: k-color( primary-hover );
6098
- $kendo-selected-hover-text: $kendo-selected-text;
6099
- $kendo-selected-hover-border: $kendo-base-border;
6100
- $kendo-selected-hover-gradient: $kendo-base-gradient;
6101
- $kendo-disabled-text: k-color( on-app-surface );
6102
- $kendo-component-header-bg: $kendo-base-bg;
6103
- $kendo-component-header-text: $kendo-base-text;
6104
- $kendo-component-header-border: $kendo-base-border;
6105
- $kendo-component-header-gradient: null;
6106
- $kendo-invalid-bg: null;
6107
- $kendo-invalid-text: $kendo-color-error;
6108
- $kendo-invalid-border: $kendo-color-error;
6109
- $kendo-invalid-shadow: null;
6110
-
6111
- $kendo-theme-colors: (
6112
- "primary": $kendo-color-primary,
6113
- "secondary": $kendo-color-secondary,
6114
- "tertiary": $kendo-color-tertiary,
6115
- "info": $kendo-color-info,
6116
- "success": $kendo-color-success,
6117
- "warning": $kendo-color-warning,
6118
- "error": $kendo-color-error,
6119
- "dark": $kendo-color-dark,
6120
- "light": $kendo-color-light,
6121
- "inverse": $kendo-color-inverse,
6122
- );
6123
- }
6124
-
6125
- // #endregion
6126
-
6127
- // Expose
6128
- @include exports("kendo-core-styles") {
6129
- @include kendo-core--styles();
6130
-
6131
- // Elevation System
6132
- @include kendo-elevation--styles();
6133
- // Typography
6134
- @include kendo-core--typography--styles();
6135
- // Spacing
6136
- @include kendo-spacing--styles();
6137
- // Radii
6138
- @include kendo-border-radius--styles();
6139
- }
6140
-
6141
- // #endregion
6142
- // #region @import "./common/_index.scss"; -> scss/common/_index.scss
6143
- // #region @import "./_base.scss"; -> scss/common/_base.scss
6144
- @include exports( "common/layout" ) {
6145
-
6146
- // Layout
6147
- .k-reset {
6148
- margin: 0;
6149
- padding: 0;
6150
- border-width: 0;
6151
- outline: 0;
6152
- text-decoration: none;
6153
- font: inherit;
6154
- list-style: none;
6155
- }
6156
-
6157
- kendo-sortable {
6158
- display: block;
6159
- }
6160
-
6161
-
6162
- // Links
6163
- .k-link,
6164
- .k-link:hover {
6165
- color: inherit;
6166
- text-decoration: none;
6167
- outline: 0;
6168
- cursor: pointer;
6169
- }
6170
-
6171
- // Outline
6172
- .k-content {
6173
- outline: 0;
6174
- }
6175
-
6176
-
6177
- // Centering
6178
- .k-centered {
6179
- position: absolute;
6180
- top: 50%;
6181
- left: 50%;
6182
- transform: translate(-50%, -50%);
6183
- }
6184
-
6185
-
6186
- // Disable mouse events
6187
- .k-no-click {
6188
- pointer-events: none;
6189
- }
6190
-
6191
-
6192
- // Off-screen container used during PDF export
6193
- .k-pdf-export-shadow {
6194
- position: absolute;
6195
- overflow: hidden;
6196
- left: -15000px;
6197
- width: 14400px;
6198
- }
6199
-
6200
- // PDF export icons fix
6201
- .kendo-pdf-hide-pseudo-elements::before,
6202
- .kendo-pdf-hide-pseudo-elements::after {
6203
- display: none !important; // stylelint-disable-line declaration-no-important
6204
- }
6205
- }
6206
-
6207
-
6208
- @include exports( "common/theme" ) {
6209
-
6210
- // Text selection
6211
- .k-text-selection {
6212
- ::selection {
6213
- background-color: $kendo-color-primary;
6214
- color: $kendo-color-primary-contrast;
6215
- }
6216
- }
6217
-
6218
- // Panels
6219
- .k-block,
6220
- .k-panel {
6221
- @include border-radius( k-border-radius(md) );
6222
- @include fill(
6223
- $kendo-component-text,
6224
- $kendo-component-bg,
6225
- $kendo-component-border
6226
- );
6227
- padding: 0;
6228
- border-width: 1px;
6229
- border-style: solid;
6230
- box-sizing: border-box;
6231
-
6232
- > .k-header {
6233
- @include border-top-radius( k-border-radius(md) );
6234
- @include fill(
6235
- $kendo-component-header-text,
6236
- $kendo-component-header-bg,
6237
- $kendo-component-header-border,
6238
- $kendo-component-header-gradient
6239
- );
6240
- padding-inline: k-spacing(2);
6241
- padding-block: k-spacing(1);
6242
- }
6243
- > .k-content {
6244
- padding-inline: k-spacing(2);
6245
- padding-block: k-spacing(1);
6246
- }
6247
- }
6248
- .k-content {
6249
- @include fill(
6250
- $kendo-component-text,
6251
- $kendo-component-bg,
6252
- $kendo-component-border
6253
- );
6254
- }
6255
-
6256
- }
6257
-
6258
-
6259
- @include exports( "common/disabled" ) {
6260
-
6261
- // Disabled state
6262
- .k-disabled,
6263
- .k-widget[disabled] {
6264
- @include disabled( $kendo-disabled-styling );
6265
-
6266
-
6267
- .k-link {
6268
- cursor: default;
6269
- outline: 0;
6270
- }
6271
-
6272
-
6273
- // Nested disabled
6274
- [disabled],
6275
- .k-disabled {
6276
- opacity: 1;
6277
- filter: grayscale(0);
6278
- }
6279
- }
6280
-
6281
- }
6282
-
6283
-
6284
- @include exports( "common/misc/hr" ) {
6285
-
6286
- .k-hr {
6287
- margin: k-spacing(4) auto;
6288
- padding: 0;
6289
- height: 0;
6290
- border-width: 1px 0 0;
6291
- border-style: solid;
6292
- border-color: $kendo-component-border;
6293
- display: block;
6294
- float: none;
6295
- clear: both;
6296
- }
6297
-
6298
- // Horizontal rule
6299
- .k-d-flex-row > .k-hr {
6300
- margin: 0;
6301
- width: 0;
6302
- height: auto;
6303
- border-width: 0 0 0 1px;
6304
- flex: 0 0 auto;
6305
- }
6306
-
6307
- // Vertical rule
6308
- .k-d-flex-col > .k-hr {
6309
- margin: 0;
6310
- flex: 0 0 auto;
6311
- }
6312
-
6313
- }
6314
-
6315
-
6316
- @include exports( "common/misc/dirty" ) {
6317
-
6318
- // Dirty indicator
6319
- .k-dirty {
6320
- margin: 0;
6321
- padding: 0;
6322
- width: 0;
6323
- height: 0;
6324
- border-width: 3px;
6325
- border-style: solid;
6326
- border-color: $kendo-color-error $kendo-color-error transparent transparent;
6327
- position: absolute;
6328
- top: 0;
6329
- right: 0;
6330
- }
6331
-
6332
- [dir="rtl"],
6333
- .k-rtl {
6334
- .k-dirty {
6335
- border-color: transparent transparent $kendo-color-error $kendo-color-error;
6336
- right: auto;
6337
- left: 0;
6338
- }
6339
- }
6340
-
6341
- }
6342
-
6343
- // #endregion
6344
- // #region @import "./_animations.scss"; -> scss/common/_animations.scss
6345
- @include exports("animation/container") {
6346
-
6347
- .k-animation-container {
6348
- position: absolute;
6349
- overflow: hidden;
6350
- z-index: 100;
6351
-
6352
- &-fixed {
6353
- position: fixed;
6354
- }
6355
-
6356
- &-relative {
6357
- position: relative;
6358
- display: inline-block;
6359
- }
6360
- }
6361
-
6362
- }
6363
-
6364
-
6365
- @include exports("animation/effect") {
5723
+ // #region @import "./_animations.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_animations.scss
5724
+ @mixin kendo-core--styles--animations() {
6366
5725
 
5726
+ // Animations
6367
5727
  .k-push-right {
6368
5728
  &-enter,
6369
5729
  &-appear {
@@ -6719,10 +6079,9 @@ $kendo-zindex-loading: 100 !default;
6719
6079
  transition: max-width 300ms ease-in-out;
6720
6080
  }
6721
6081
  }
6722
- }
6723
6082
 
6724
6083
 
6725
- @include exports("animation/fx") {
6084
+ // FX
6726
6085
  $fx-duration: 350ms;
6727
6086
 
6728
6087
  .k-fx-end .k-fx-next,
@@ -7053,51 +6412,356 @@ $kendo-zindex-loading: 100 !default;
7053
6412
  }
7054
6413
  }
7055
6414
  }
6415
+
7056
6416
  }
7057
6417
 
7058
6418
  // #endregion
7059
- // #region @import "./_indicators.scss"; -> scss/common/_indicators.scss
7060
- @include exports( "common/indicators/current-time" ) {
6419
+ // #region @import "./_asp-fallback.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_asp-fallback.scss
6420
+ @mixin kendo-core--styles--asp-fallback() {
7061
6421
 
7062
- $kendo-current-time-color: #ff0000 !default;
6422
+ .k-theme-test-class,
6423
+ .k-common-test-class {
6424
+ opacity: 0;
6425
+ }
7063
6426
 
7064
- // Layout
7065
- .k-current-time {
7066
- position: absolute;
6427
+ }
7067
6428
 
7068
- &.k-current-time-arrow-left,
7069
- &.k-current-time-arrow-right,
7070
- &.k-current-time-arrow-down {
7071
- width: 0;
7072
- height: 0;
7073
- background: transparent;
7074
- border: 4px solid transparent;
7075
- }
6429
+ // #endregion
6430
+ // #region @import "./_layout.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_layout.scss
6431
+ @mixin kendo-core--styles--layout() {
6432
+ // Basic layout
6433
+ .k-hstack {
6434
+ display: flex;
6435
+ flex-flow: row nowrap;
6436
+ }
6437
+ .k-vstack {
6438
+ display: flex;
6439
+ flex-flow: column nowrap;
7076
6440
  }
7077
6441
 
6442
+ // Spacer
6443
+ .k-spacer {
6444
+ flex: 1 1 auto;
6445
+ }
6446
+ .k-spacer-sized {
6447
+ flex: none;
6448
+ }
7078
6449
 
7079
- // Theme
7080
- .k-current-time {
7081
- background: $kendo-current-time-color;
7082
6450
 
7083
- &.k-current-time-arrow-left {
7084
- border-right-color: $kendo-current-time-color;
6451
+ // Float wrap
6452
+ .k-float-wrap::after {
6453
+ content: "";
6454
+ display: block;
6455
+ clear: both;
6456
+ }
6457
+
6458
+
6459
+ // Stack layout
6460
+ .k-stack-layout {}
6461
+
6462
+
6463
+ // Flex layout
6464
+ .k-flex-layout {
6465
+ display: flex;
6466
+ }
6467
+
6468
+
6469
+ // Grid layout
6470
+ .k-grid-layout {
6471
+ display: grid;
6472
+ }
6473
+
6474
+
6475
+ // Separator
6476
+ .k-separator {
6477
+ width: auto;
6478
+ height: 0;
6479
+ border-width: 1px 0 0;
6480
+ border-style: solid;
6481
+ border-color: inherit;
6482
+ display: block;
6483
+ flex-grow: 0 !important; // stylelint-disable-line declaration-no-important
6484
+ flex-shrink: 0 !important; // stylelint-disable-line declaration-no-important
6485
+ align-self: stretch;
6486
+ }
6487
+ .k-separator-horizontal,
6488
+ .k-vstack > .k-separator {
6489
+ width: auto;
6490
+ height: 0;
6491
+ border-width: 1px 0 0;
6492
+ }
6493
+ .k-separator-vertical,
6494
+ .k-hstack > .k-separator {
6495
+ width: 0;
6496
+ height: auto;
6497
+ border-width: 0 0 0 1px;
6498
+ }
6499
+
6500
+ hr.k-separator {
6501
+ margin: 0;
6502
+ padding: 0;
6503
+ }
6504
+
6505
+
6506
+ // Hidden
6507
+ .k-hidden {
6508
+ display: none !important; // stylelint-disable-line declaration-no-important
6509
+ }
6510
+
6511
+
6512
+ // RTL
6513
+ .k-rtl {
6514
+ direction: rtl;
6515
+ }
6516
+
6517
+
6518
+ // Legacy aliases
6519
+ .k-hbox { @extend .k-hstack !optional; }
6520
+ .k-vbox { @extend .k-vstack !optional; }
6521
+ .k-floatwrap { @extend .k-float-wrap !optional; }
6522
+ .k-flex { @extend .k-spacer !optional; }
6523
+
6524
+ }
6525
+
6526
+ // #endregion
6527
+ // #region @import "./_normalize.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_normalize.scss
6528
+ @mixin kendo-core--styles--normalize() {
6529
+
6530
+ // Hidden attribute
6531
+ [hidden] {
6532
+ display: none !important; // stylelint-disable-line declaration-no-important
6533
+ }
6534
+
6535
+
6536
+ // Hide script tags
6537
+ // see https://github.com/telerik/kendo-themes/issues/2360
6538
+ script {
6539
+ display: none !important; // stylelint-disable-line declaration-no-important
6540
+ }
6541
+
6542
+ }
6543
+
6544
+ // #endregion
6545
+ // #region @import "./_base.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_base.scss
6546
+ @mixin kendo-core--styles--base() {
6547
+
6548
+ // Disabled state
6549
+ .k-disabled,
6550
+ .k-widget[disabled],
6551
+ .k-disabled {
6552
+ @include disabled(
6553
+ $color: var( --kendo-disabled-text, #{$kendo-disabled-text}),
6554
+ $bg: var( --kendo-disabled-bg, #{$kendo-disabled-bg}),
6555
+ $border: var( --kendo-disabled-border, #{$kendo-disabled-border}),
6556
+ $opacity: var( --kendo-disabled-opacity, #{$kendo-disabled-opacity}),
6557
+ $filter: var( --kendo-disabled-filter, #{$kendo-disabled-filter})
6558
+ );
6559
+
6560
+ .k-link {
6561
+ cursor: default;
6562
+ outline: 0;
7085
6563
  }
7086
6564
 
7087
- &.k-current-time-arrow-right {
7088
- border-left-color: $kendo-current-time-color;
6565
+ // Nested disabled
6566
+ [disabled],
6567
+ .k-disabled {
6568
+ @if $kendo-nested-disabled {
6569
+ --kendo-disabled-opacity: 1;
6570
+ --kendo-disabled-filter: grayscale(0);
6571
+ }
7089
6572
  }
6573
+ }
7090
6574
 
7091
- &.k-current-time-arrow-down {
7092
- border-top-color: $kendo-current-time-color;
6575
+ // Horizontal line
6576
+ .k-hr {
6577
+ margin-block: k-spacing(4);
6578
+ padding: 0;
6579
+ height: 0;
6580
+ border-width: 1px 0 0;
6581
+ border-style: solid;
6582
+ border-color: var( --kendo-component-border, #{$kendo-component-border} );
6583
+ display: block;
6584
+ float: none;
6585
+ clear: both;
6586
+ }
6587
+
6588
+ // Horizontal rule
6589
+ .k-d-flex-row > .k-hr {
6590
+ margin: 0;
6591
+ width: 0;
6592
+ height: auto;
6593
+ border-width: 0 0 0 1px;
6594
+ flex: 0 0 auto;
6595
+ }
6596
+
6597
+ // Vertical rule
6598
+ .k-d-flex-col > .k-hr {
6599
+ margin: 0;
6600
+ flex: 0 0 auto;
6601
+ }
6602
+
6603
+ .k-sprite {
6604
+ display: inline-block;
6605
+ width: 1rem;
6606
+ height: 1rem;
6607
+ overflow: hidden;
6608
+ background-repeat: no-repeat;
6609
+ font-size: 0;
6610
+ line-height: 0;
6611
+ text-align: center;
6612
+ }
6613
+
6614
+ .k-image {
6615
+ display: inline-block;
6616
+ }
6617
+
6618
+ // Layout
6619
+ .k-reset {
6620
+ margin: 0;
6621
+ padding: 0;
6622
+ border-width: 0;
6623
+ outline: 0;
6624
+ text-decoration: none;
6625
+ font: inherit;
6626
+ list-style: none;
6627
+ }
6628
+
6629
+ kendo-sortable {
6630
+ display: block;
6631
+ }
6632
+
6633
+
6634
+ // Links
6635
+ .k-link,
6636
+ .k-link:hover {
6637
+ color: inherit;
6638
+ text-decoration: none;
6639
+ outline: 0;
6640
+ cursor: pointer;
6641
+ }
6642
+
6643
+ // Outline
6644
+ .k-content {
6645
+ outline: 0;
6646
+ }
6647
+
6648
+ // Centering
6649
+ .k-centered {
6650
+ position: absolute;
6651
+ top: 50%;
6652
+ left: 50%;
6653
+ transform: translate(-50%, -50%);
6654
+ }
6655
+
6656
+ // Disable mouse events
6657
+ .k-no-click {
6658
+ pointer-events: none;
6659
+ }
6660
+
6661
+ // Off-screen container used during PDF export
6662
+ .k-pdf-export-shadow {
6663
+ position: absolute;
6664
+ overflow: hidden;
6665
+ left: -15000px;
6666
+ width: 14400px;
6667
+ }
6668
+
6669
+ // PDF export icons fix
6670
+ .kendo-pdf-hide-pseudo-elements::before,
6671
+ .kendo-pdf-hide-pseudo-elements::after {
6672
+ display: none !important; // stylelint-disable-line declaration-no-important
6673
+ }
6674
+
6675
+ // Dirty indicator
6676
+ .k-dirty {
6677
+ margin: 0;
6678
+ padding: 0;
6679
+ width: 0;
6680
+ height: 0;
6681
+ border-width: 3px;
6682
+ border-style: solid;
6683
+ border-block-start-color: currentColor;
6684
+ border-block-end-color: transparent;
6685
+ border-inline-start-color: transparent;
6686
+ border-inline-end-color: currentColor;
6687
+ position: absolute;
6688
+ inset-block-start: 0;
6689
+ inset-inline-end: 0;
6690
+ }
6691
+ }
6692
+
6693
+ // #endregion
6694
+ // #region @import "./_selection.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_selection.scss
6695
+ @mixin kendo-core--styles--selection() {
6696
+
6697
+ // Marquee
6698
+ .k-marquee {
6699
+ position: absolute;
6700
+ z-index: 100000;
6701
+ }
6702
+
6703
+ .k-marquee-color,
6704
+ .k-marquee-text {
6705
+ position: absolute;
6706
+ top: 0;
6707
+ left: 0;
6708
+ width: 100%;
6709
+ height: 100%;
6710
+ }
6711
+
6712
+ .k-marquee-color {
6713
+ color: k-get-theme-color-var( neutral-160, #{$kendo-selected-text} );
6714
+ background-color: k-get-theme-color-var( primary-60, #{$kendo-selected-bg} );
6715
+ border-color: k-get-theme-color-var( primary-100, #{$kendo-selected-border} );
6716
+ opacity: .6;
6717
+ }
6718
+ .k-marquee-text {
6719
+ color: k-get-theme-color-var( neutral-160, #{$kendo-selected-text} );
6720
+ }
6721
+
6722
+ // Text selection
6723
+ .k-text-selection {
6724
+ ::selection {
6725
+ background-color: if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ));
6726
+ color: if($kendo-enable-color-system, k-color( on-primary ), $kendo-selected-text);
7093
6727
  }
7094
6728
  }
7095
6729
 
7096
6730
  }
7097
6731
 
7098
6732
  // #endregion
7099
- // #region @import "./_resizing.scss"; -> scss/common/_resizing.scss
7100
- @include exports( "common/resizing" ) {
6733
+ // #region @import "./_scrollbar.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_scrollbar.scss
6734
+ @mixin kendo-core--styles--scrollbar() {
6735
+
6736
+ // virtual scrollbar
6737
+ .k-scrollbar {
6738
+ position: absolute;
6739
+ overflow: scroll;
6740
+ }
6741
+
6742
+ .k-scrollbar-vertical {
6743
+ top: 0;
6744
+ right: 0;
6745
+ width: 17px; // scrollbar width
6746
+ height: 100%;
6747
+ overflow-x: hidden;
6748
+ }
6749
+
6750
+ .k-touch-scrollbar {
6751
+ display: none;
6752
+ position: absolute;
6753
+ z-index: 200000;
6754
+ height: 8px;
6755
+ width: 8px;
6756
+ border: 1px solid #8a8a8a;
6757
+ background-color: #858585;
6758
+ }
6759
+
6760
+ }
6761
+
6762
+ // #endregion
6763
+ // #region @import "./_resizing.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_resizing.scss
6764
+ @mixin kendo-core--styles--resizing() {
7101
6765
 
7102
6766
  // Resize handle
7103
6767
  .k-resize-handle,
@@ -7185,7 +6849,7 @@ $kendo-zindex-loading: 100 !default;
7185
6849
  cursor: col-resize;
7186
6850
  }
7187
6851
 
7188
-
6852
+ // Resize hint
7189
6853
  .k-resize-hint {
7190
6854
  display: flex;
7191
6855
  flex-direction: column;
@@ -7223,37 +6887,286 @@ $kendo-zindex-loading: 100 !default;
7223
6887
  }
7224
6888
 
7225
6889
  // #endregion
7226
- // #region @import "./_scrollbar.scss"; -> scss/common/_scrollbar.scss
7227
- @include exports( "common/scrollbar" ) {
6890
+ // #region @import "./_colors.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/styles/_colors.scss
6891
+ @mixin kendo-core--styles--colors() {
6892
+ @if ($kendo-enable-color-system) {
6893
+ @include color-system--styles();
6894
+ }
6895
+ }
7228
6896
 
7229
- // virtual scrollbar
7230
- .k-scrollbar {
7231
- position: absolute;
7232
- overflow: scroll;
6897
+ // #endregion
6898
+
6899
+ @mixin kendo-core--styles() {
6900
+ @include kendo-core--styles--colors();
6901
+ @include kendo-core--styles--accessibility();
6902
+ @include kendo-core--styles--animations();
6903
+ @include kendo-core--styles--asp-fallback();
6904
+ @include kendo-core--styles--layout();
6905
+ @include kendo-core--styles--normalize();
6906
+ @include kendo-core--styles--base();
6907
+ @include kendo-core--styles--selection();
6908
+ @include kendo-core--styles--scrollbar();
6909
+ @include kendo-core--styles--resizing();
6910
+ }
6911
+
6912
+ // #endregion
6913
+ // #region @import "./elevation/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/elevation/index.import.scss
6914
+ // #region @import "../functions/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/functions/index.import.scss
6915
+ // File already imported_once. Skipping output.
6916
+ // #endregion
6917
+
6918
+ $_default-elevation: (
6919
+ 1: (
6920
+ 0 2px 3px rgba(0, 0, 0, .04),
6921
+ 0 4px 16px rgba(0, 0, 0, .12)
6922
+ ),
6923
+ 2: (
6924
+ 0 4px 6px rgba(0, 0, 0, .06),
6925
+ 0 4px 16px rgba(0, 0, 0, .12)
6926
+ ),
6927
+ 3: (
6928
+ 0 6px 8px rgba(0, 0, 0, .08),
6929
+ 0 4px 16px rgba(0, 0, 0, .12)
6930
+ ),
6931
+ 4: (
6932
+ 0 8px 10px rgba(0, 0, 0, .12),
6933
+ 0 4px 16px rgba(0, 0, 0, .12)
6934
+ ),
6935
+ 5: (
6936
+ 0 10px 12px rgba(0, 0, 0, .16),
6937
+ 0 4px 16px rgba(0, 0, 0, .12)
6938
+ ),
6939
+ 6: (
6940
+ 0 12px 14px rgba(0, 0, 0, .2),
6941
+ 0 4px 16px rgba(0, 0, 0, .12)
6942
+ ),
6943
+ 7: (
6944
+ 0 14px 16px rgba(0, 0, 0, .24),
6945
+ 0 4px 16px rgba(0, 0, 0, .12)
6946
+ ),
6947
+ 8: (
6948
+ 0 16px 18px rgba(0, 0, 0, .28),
6949
+ 0 4px 16px rgba(0, 0, 0, .12)
6950
+ ),
6951
+ 9: (
6952
+ 0 32px 34px rgba(0, 0, 0, .32),
6953
+ 0 4px 16px rgba(0, 0, 0, .12)
6954
+ )
6955
+ ) !default;
6956
+
6957
+ /// The global default Elevation map.
6958
+ /// @group elevation
6959
+ $kendo-elevation: $_default-elevation !default;
6960
+
6961
+ $kendo-elevation: k-map-merge($_default-elevation, $kendo-elevation);
6962
+
6963
+ @function k-shadow-filter($shadow) {
6964
+ $result: '';
6965
+ @each $value in $shadow {
6966
+ $result: $result + "drop-shadow(" + $value + ") ";
7233
6967
  }
6968
+ @return #{$result};
6969
+ }
7234
6970
 
7235
- .k-scrollbar-vertical {
7236
- top: 0;
7237
- right: 0;
7238
- width: 17px; // scrollbar width
7239
- height: 100%;
7240
- overflow-x: hidden;
6971
+ @function k-elevation($level) {
6972
+ @return var(--kendo-elevation-#{$level}, k-map-get($kendo-elevation, $level));
6973
+ }
6974
+
6975
+
6976
+ @mixin kendo-elevation--styles() {
6977
+ :root {
6978
+ @each $level, $shadow in $kendo-elevation {
6979
+ --kendo-elevation-#{$level}: #{$shadow};
6980
+ }
7241
6981
  }
6982
+ }
7242
6983
 
7243
- .k-touch-scrollbar {
7244
- display: none;
7245
- position: absolute;
7246
- z-index: 200000;
7247
- height: 8px;
7248
- width: 8px;
7249
- border: 1px solid #8a8a8a;
7250
- background-color: #858585;
6984
+ // #endregion
6985
+ // #region @import "./typography/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/typography/index.import.scss
6986
+ // File already imported_once. Skipping output.
6987
+ // #endregion
6988
+ // #region @import "./spacing/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/spacing/index.import.scss
6989
+ // File already imported_once. Skipping output.
6990
+ // #endregion
6991
+ // #region @import "./border-radii/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/border-radii/index.import.scss
6992
+ /// The none border radius used across the Components.
6993
+ /// @group radii
6994
+ $kendo-border-radius-none: k-map-get($kendo-spacing, 0) !default;
6995
+ /// The extra small border radius used across the Components.
6996
+ /// @group radii
6997
+ $kendo-border-radius-xs: k-map-get($kendo-spacing, 1px) !default;
6998
+ /// The small border radius used across the Components.
6999
+ /// @group radii
7000
+ $kendo-border-radius-sm: k-map-get($kendo-spacing, 0.5) !default;
7001
+ /// The medium border radius used across the Components.
7002
+ /// @group radii
7003
+ $kendo-border-radius-md: k-map-get($kendo-spacing, 1) !default;
7004
+ /// The large border radius used across the Components.
7005
+ /// @group radii
7006
+ $kendo-border-radius-lg: k-map-get($kendo-spacing, 1.5) !default;
7007
+ /// The extra large border radius used across the Components.
7008
+ /// @group radii
7009
+ $kendo-border-radius-xl: k-map-get($kendo-spacing, 2) !default;
7010
+ /// The third largest border radius used across the Components.
7011
+ /// @group radii
7012
+ $kendo-border-radius-xxl: k-map-get($kendo-spacing, 3) !default;
7013
+ /// The second largest border radius used across the Components.
7014
+ /// @group radii
7015
+ $kendo-border-radius-xxxl: k-map-get($kendo-spacing, 4) !default;
7016
+ /// The largest border radius used across the Components.
7017
+ /// @group radii
7018
+ $kendo-border-radius-full: 9999px !default;
7019
+
7020
+
7021
+ $_default-border-radii: (
7022
+ none: $kendo-border-radius-none,
7023
+ xs: $kendo-border-radius-xs,
7024
+ sm: $kendo-border-radius-sm,
7025
+ md: $kendo-border-radius-md,
7026
+ lg: $kendo-border-radius-lg,
7027
+ xl: $kendo-border-radius-xl,
7028
+ xxl: $kendo-border-radius-xxl,
7029
+ xxxl: $kendo-border-radius-xxxl,
7030
+ full: $kendo-border-radius-full
7031
+
7032
+ ) !default;
7033
+
7034
+ $kendo-border-radii: $_default-border-radii !default;
7035
+
7036
+ /// The global radii Map.
7037
+ /// @group radii
7038
+ $kendo-border-radii: k-map-merge($_default-border-radii, $kendo-border-radii);
7039
+
7040
+
7041
+ @function k-border-radius($key) {
7042
+ $_border-radius: k-map-get($kendo-border-radii, $key);
7043
+ @return var(--kendo-border-radius-#{$key}, $_border-radius);
7044
+ }
7045
+
7046
+ @mixin kendo-border-radius--styles() {
7047
+ :root {
7048
+ @each $key, $value in $kendo-border-radii {
7049
+ --kendo-border-radius-#{$key}: #{$value};
7050
+ }
7251
7051
  }
7052
+ }
7053
+
7054
+ // #endregion
7055
+ // #region @import "./_variables.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/_variables.scss
7056
+ // #region @import "./functions/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/functions/index.import.scss
7057
+ // File already imported_once. Skipping output.
7058
+ // #endregion
7059
+
7060
+ // Options
7061
+ $kendo-enable-shadows: true !default;
7062
+ $kendo-enable-rounded: true !default;
7063
+ $kendo-enable-gradients: true !default;
7064
+ $kendo-enable-transitions: true !default;
7065
+ $kendo-nested-disabled: false !default;
7066
+
7067
+ // Equilateral triangle variables
7068
+ // stylelint-disable number-max-precision
7069
+ $equilateral-index: 1.7320508076 !default;
7070
+ $equilateral-height: 0.8660254038 !default;
7071
+ // stylelint-enable number-max-precision
7072
+
7073
+ // #endregion
7074
+
7075
+ // #endregion
7076
+
7077
+ // Backward compatibility
7078
+ // #region @import "./color-system/_swatch-legacy.scss"; -> scss/core/color-system/_swatch-legacy.scss
7079
+ @if ($kendo-enable-color-system) {
7080
+ $kendo-color-primary: k-color( primary );
7081
+ $kendo-color-primary-contrast: k-color( on-primary );
7082
+ $kendo-color-secondary: k-color( secondary );
7083
+ $kendo-color-tertiary: k-color( tertiary );
7084
+ $kendo-color-info: k-color( info );
7085
+ $kendo-color-success: k-color( success );
7086
+ $kendo-color-warning: k-color( warning );
7087
+ $kendo-color-error: k-color( error );
7088
+ $kendo-color-dark: k-color( dark );
7089
+ $kendo-color-light: k-color( light );
7090
+ $kendo-color-inverse: $kendo-color-dark;
7091
+ $kendo-body-bg: k-color( app-surface );
7092
+ $kendo-body-text: k-color( on-app-surface );
7093
+ $kendo-subtle-text: k-color( subtle );
7094
+ $kendo-app-bg: k-color( surface );
7095
+ $kendo-app-text: $kendo-body-text;
7096
+ $kendo-app-border: k-color( border );
7097
+ $kendo-link-text: $kendo-color-primary;
7098
+ $kendo-link-hover-text: k-color( primary-hover );
7099
+ $kendo-component-bg: k-color( surface-alt );
7100
+ $kendo-component-text: $kendo-body-text;
7101
+ $kendo-component-border: $kendo-app-border;
7102
+ $kendo-base-bg: k-color( surface );
7103
+ $kendo-base-text: $kendo-body-text;
7104
+ $kendo-base-border: $kendo-app-border;
7105
+ $kendo-base-gradient: null;
7106
+ $kendo-hover-bg: k-color( base-hover );
7107
+ $kendo-hover-text: $kendo-base-text;
7108
+ $kendo-hover-border: $kendo-base-border;
7109
+ $kendo-hover-gradient: null;
7110
+ $kendo-selected-bg: $kendo-color-primary;
7111
+ $kendo-selected-text: $kendo-color-primary-contrast;
7112
+ $kendo-selected-border: $kendo-base-border;
7113
+ $kendo-selected-gradient: $kendo-base-gradient;
7114
+ $kendo-selected-hover-bg: k-color( primary-hover );
7115
+ $kendo-selected-hover-text: $kendo-selected-text;
7116
+ $kendo-selected-hover-border: $kendo-base-border;
7117
+ $kendo-selected-hover-gradient: $kendo-base-gradient;
7118
+ $kendo-disabled-text: null;
7119
+ $kendo-disabled-bg: null;
7120
+ $kendo-disabled-border: null;
7121
+ $kendo-disabled-opacity: .6;
7122
+ $kendo-disabled-filter: grayscale(.1);
7123
+ $kendo-component-header-bg: $kendo-base-bg;
7124
+ $kendo-component-header-text: $kendo-base-text;
7125
+ $kendo-component-header-border: $kendo-base-border;
7126
+ $kendo-component-header-gradient: null;
7127
+ $kendo-invalid-bg: null;
7128
+ $kendo-invalid-text: $kendo-color-error;
7129
+ $kendo-invalid-border: $kendo-color-error;
7130
+ $kendo-invalid-shadow: null;
7131
+
7132
+ $kendo-theme-colors: (
7133
+ "primary": $kendo-color-primary,
7134
+ "secondary": $kendo-color-secondary,
7135
+ "tertiary": $kendo-color-tertiary,
7136
+ "info": $kendo-color-info,
7137
+ "success": $kendo-color-success,
7138
+ "warning": $kendo-color-warning,
7139
+ "error": $kendo-color-error,
7140
+ "dark": $kendo-color-dark,
7141
+ "light": $kendo-color-light,
7142
+ "inverse": $kendo-color-inverse,
7143
+ );
7252
7144
 
7145
+ $kendo-disabled-styling: (
7146
+ bg: $kendo-disabled-bg,
7147
+ color: $kendo-disabled-text,
7148
+ border: $kendo-disabled-border,
7149
+ opacity: $kendo-disabled-opacity,
7150
+ filter: $kendo-disabled-filter
7151
+ );
7253
7152
  }
7254
7153
 
7255
7154
  // #endregion
7256
7155
 
7156
+ // Expose
7157
+ @include exports("kendo-core-styles") {
7158
+ @include kendo-core--styles();
7159
+
7160
+ // Elevation System
7161
+ @include kendo-elevation--styles();
7162
+ // Typography
7163
+ @include kendo-core--typography--styles();
7164
+ // Spacing
7165
+ @include kendo-spacing--styles();
7166
+ // Radii
7167
+ @include kendo-border-radius--styles();
7168
+ }
7169
+
7257
7170
  // #endregion
7258
7171
 
7259
7172
 
@@ -15940,9 +15853,6 @@ $_kendo-module-meta: (
15940
15853
 
15941
15854
 
15942
15855
  // Dependencies
15943
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
15944
- // File already imported_once. Skipping output.
15945
- // #endregion
15946
15856
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
15947
15857
  // File already imported_once. Skipping output.
15948
15858
  // #endregion
@@ -16295,9 +16205,6 @@ $_kendo-module-meta: (
16295
16205
 
16296
16206
 
16297
16207
  // Dependencies
16298
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
16299
- // File already imported_once. Skipping output.
16300
- // #endregion
16301
16208
  // #region @import "../checkbox/_index.scss"; -> scss/checkbox/_index.scss
16302
16209
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
16303
16210
  // File already imported_once. Skipping output.
@@ -16842,7 +16749,7 @@ $kendo-checkbox-ripple-opacity: .25 !default;
16842
16749
  // Disabled state
16843
16750
  .k-checkbox:disabled,
16844
16751
  .k-checkbox.k-disabled {
16845
- @include disabled( $kendo-disabled-styling );
16752
+ @include disabled( $kendo-disabled-styling... );
16846
16753
  }
16847
16754
 
16848
16755
 
@@ -17541,9 +17448,6 @@ $_kendo-module-meta: (
17541
17448
 
17542
17449
 
17543
17450
  // Dependencies
17544
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
17545
- // File already imported_once. Skipping output.
17546
- // #endregion
17547
17451
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
17548
17452
  // File already imported_once. Skipping output.
17549
17453
  // #endregion
@@ -17915,9 +17819,6 @@ $_kendo-module-meta: (
17915
17819
 
17916
17820
 
17917
17821
  // Dependencies
17918
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
17919
- // File already imported_once. Skipping output.
17920
- // #endregion
17921
17822
 
17922
17823
 
17923
17824
  // Component
@@ -17966,6 +17867,31 @@ $kendo-popup-shadow: k-elevation(4) !default;
17966
17867
  // #region @import "./_layout.scss"; -> scss/popup/_layout.scss
17967
17868
  @mixin kendo-popup--layout-base() {
17968
17869
 
17870
+ // Animation Container
17871
+ .k-animation-container {
17872
+ position: absolute;
17873
+ overflow: hidden;
17874
+ z-index: 100;
17875
+
17876
+ &-fixed {
17877
+ position: fixed;
17878
+ }
17879
+
17880
+ &-relative {
17881
+ position: relative;
17882
+ display: inline-block;
17883
+ }
17884
+ }
17885
+
17886
+ .k-animation-container {
17887
+ @include border-bottom-radius-only( $kendo-border-radius-md );
17888
+ }
17889
+
17890
+ .k-animation-container-shown {
17891
+ overflow: visible;
17892
+ }
17893
+
17894
+ // Popup
17969
17895
  .k-popup {
17970
17896
  @include border-radius( $kendo-popup-border-radius );
17971
17897
  margin: 0;
@@ -17985,13 +17911,6 @@ $kendo-popup-shadow: k-elevation(4) !default;
17985
17911
  outline: none;
17986
17912
  }
17987
17913
  }
17988
- .k-animation-container {
17989
- @include border-bottom-radius-only( k-border-radius(md) );
17990
- }
17991
-
17992
- .k-animation-container-shown {
17993
- overflow: visible;
17994
- }
17995
17914
 
17996
17915
  .k-popup > .k-colorpalette {
17997
17916
  padding-block: $kendo-popup-content-padding-y;
@@ -18016,7 +17935,6 @@ $kendo-popup-shadow: k-elevation(4) !default;
18016
17935
  border-width: 0;
18017
17936
  }
18018
17937
 
18019
-
18020
17938
  // Legacy shadow
18021
17939
  .k-shadow {
18022
17940
  box-shadow: $kendo-popup-shadow;
@@ -18093,9 +18011,6 @@ $_kendo-module-meta: (
18093
18011
 
18094
18012
 
18095
18013
  // Dependencies
18096
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
18097
- // File already imported_once. Skipping output.
18098
- // #endregion
18099
18014
 
18100
18015
 
18101
18016
  // Component
@@ -18214,9 +18129,6 @@ $_kendo-module-meta: (
18214
18129
 
18215
18130
 
18216
18131
  // Dependencies
18217
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
18218
- // File already imported_once. Skipping output.
18219
- // #endregion
18220
18132
 
18221
18133
 
18222
18134
  // Component
@@ -18911,9 +18823,6 @@ $_kendo-module-meta: (
18911
18823
 
18912
18824
 
18913
18825
  // Dependencies
18914
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
18915
- // File already imported_once. Skipping output.
18916
- // #endregion
18917
18826
 
18918
18827
 
18919
18828
  // Component
@@ -20423,9 +20332,6 @@ $_kendo-module-meta: (
20423
20332
 
20424
20333
 
20425
20334
  // Dependencies
20426
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
20427
- // File already imported_once. Skipping output.
20428
- // #endregion
20429
20335
  // #region @import "../overlay/_index.scss"; -> scss/overlay/_index.scss
20430
20336
  // File already imported_once. Skipping output.
20431
20337
  // #endregion
@@ -20559,6 +20465,9 @@ $kendo-loading-text: currentColor !default;
20559
20465
  /// The opacity of the Loading indicator.
20560
20466
  /// @group loading
20561
20467
  $kendo-loading-opacity: .3 !default;
20468
+ /// The z-index of the Loading indicator.
20469
+ /// @group loading
20470
+ $kendo-zindex-loading: 100 !default;
20562
20471
 
20563
20472
  // #endregion
20564
20473
  // #region @import "./_layout.scss"; -> scss/loader/_layout.scss
@@ -21008,8 +20917,11 @@ $kendo-loading-opacity: .3 !default;
21008
20917
  }
21009
20918
  }
21010
20919
 
20920
+ }
21011
20921
 
21012
-
20922
+ // Legacy implementation of the loading icon inside inputs and pickers
20923
+ // Replace with loader component
20924
+ @mixin kendo-loading--layout-base() {
21013
20925
 
21014
20926
  // Loading mask
21015
20927
  .k-loading-mask,
@@ -21055,11 +20967,93 @@ $kendo-loading-opacity: .3 !default;
21055
20967
  opacity: $kendo-loading-opacity;
21056
20968
  }
21057
20969
 
21058
- }
20970
+ // Loading indicator
20971
+ .k-i-loading {
20972
+ width: 1em;
20973
+ height: 1em;
20974
+ line-height: 1;
20975
+ display: inline-flex;
20976
+ flex-flow: row nowrap;
20977
+ align-items: center;
20978
+ justify-content: center;
20979
+ vertical-align: middle;
20980
+ position: relative;
20981
+ background-color: transparent;
20982
+ box-sizing: border-box;
20983
+ color: $kendo-loading-text;
20984
+
20985
+ &::before,
20986
+ &::after {
20987
+ box-sizing: border-box;
20988
+ }
20989
+ }
21059
20990
 
20991
+ .k-i-loading::before,
20992
+ .k-i-loading::after,
20993
+ .k-loading-image::before,
20994
+ .k-loading-image::after {
20995
+ position: absolute;
20996
+ top: 50%;
20997
+ left: 50%;
20998
+ display: inline-block;
20999
+ content: "";
21000
+ box-sizing: inherit;
21001
+ border-radius: 50%;
21002
+ border-width: .05em;
21003
+ border-style: solid;
21004
+ border-color: currentColor;
21005
+ border-top-color: transparent;
21006
+ border-bottom-color: transparent;
21007
+ background-color: transparent;
21008
+ }
21009
+
21010
+ .k-icon.k-i-loading::before,
21011
+ .k-icon.k-i-loading::after {
21012
+ content: "";
21013
+ }
21014
+
21015
+ .k-i-loading::before,
21016
+ .k-loading-image::before {
21017
+ margin-top: -.5em;
21018
+ margin-left: -.5em;
21019
+ width: 1em;
21020
+ height: 1em;
21021
+ animation: k-loading-animation .7s linear infinite;
21022
+ }
21023
+
21024
+ .k-i-loading::after,
21025
+ .k-loading-image::after {
21026
+ margin-top: -.25em;
21027
+ margin-left: -.25em;
21028
+ width: .5em;
21029
+ height: .5em;
21030
+ animation: k-loading-animation reverse 1.4s linear infinite;
21031
+ }
21032
+
21033
+ .k-loading-image::before,
21034
+ .k-loading-image::after {
21035
+ content: "";
21036
+ // See https://github.com/telerik/kendo-themes/issues/1925
21037
+ border-width: 1px; // TODO: Remove once we drop IE support
21038
+ border-width: clamp( .015em, 1px, 1px );
21039
+ font-size: 4em;
21040
+ }
21041
+
21042
+ // Loading animation
21043
+ @keyframes k-loading-animation {
21044
+ 0% {
21045
+ transform: rotate(0deg);
21046
+ }
21047
+ 100% {
21048
+ transform: rotate(360deg);
21049
+ }
21050
+ }
21051
+
21052
+ }
21060
21053
 
21061
21054
  @mixin kendo-loader--layout() {
21062
21055
  @include kendo-loader--layout-base();
21056
+ @include kendo-loading--layout-base();
21063
21057
  }
21064
21058
 
21065
21059
  // #endregion
@@ -21311,6 +21305,102 @@ $kendo-skeleton-wave-bg: rgba( black, .04 ) !default;
21311
21305
  @include kendo-skeleton--styles();
21312
21306
  }
21313
21307
 
21308
+ // #endregion
21309
+ // #region @import "./time-marker/_index.scss"; -> scss/time-marker/_index.scss
21310
+ // #region @import "../core/_index.scss"; -> scss/core/_index.scss
21311
+ // File already imported_once. Skipping output.
21312
+ // #endregion
21313
+
21314
+
21315
+ // Module meta
21316
+ $_kendo-module-meta: (
21317
+ name: "time-marker",
21318
+ dependencies: ()
21319
+ );
21320
+
21321
+ // Dependencies
21322
+
21323
+
21324
+ // Component
21325
+ // #region @import "./_variables.scss"; -> scss/time-marker/_variables.scss
21326
+ /// The border width of the current time indicator.
21327
+ /// @group time-marker
21328
+ $kendo-current-time-width: 1px !default;
21329
+ /// The color of the current time indicator.
21330
+ /// @group time-marker
21331
+ $kendo-current-time-color: #ff0000 !default;
21332
+
21333
+ // #endregion
21334
+ // #region @import "./_layout.scss"; -> scss/time-marker/_layout.scss
21335
+ @mixin kendo-time-marker--layout-base() {
21336
+
21337
+ .k-current-time {
21338
+ width: $kendo-current-time-width;
21339
+ position: absolute;
21340
+
21341
+ &.k-current-time-arrow-left,
21342
+ &.k-current-time-arrow-right,
21343
+ &.k-current-time-arrow-down {
21344
+ width: 0;
21345
+ height: 0;
21346
+ background: transparent;
21347
+ border: 4px solid transparent;
21348
+ }
21349
+ }
21350
+
21351
+ }
21352
+
21353
+ @mixin kendo-time-marker--layout() {
21354
+ @include kendo-time-marker--layout-base();
21355
+ }
21356
+
21357
+ // #endregion
21358
+ // #region @import "./_theme.scss"; -> scss/time-marker/_theme.scss
21359
+ @mixin kendo-time-marker--theme-base() {
21360
+
21361
+ .k-current-time {
21362
+ background: $kendo-current-time-color;
21363
+
21364
+ &.k-current-time-arrow-left {
21365
+ border-right-color: $kendo-current-time-color;
21366
+ }
21367
+
21368
+ &.k-current-time-arrow-right {
21369
+ border-left-color: $kendo-current-time-color;
21370
+ }
21371
+
21372
+ &.k-current-time-arrow-down {
21373
+ border-top-color: $kendo-current-time-color;
21374
+ }
21375
+ }
21376
+
21377
+ }
21378
+
21379
+
21380
+ @mixin kendo-time-marker--theme() {
21381
+ @include kendo-time-marker--theme-base();
21382
+ }
21383
+
21384
+ // #endregion
21385
+
21386
+ // Register
21387
+ // #region @import "../core/module-system/index.import.scss"; -> scss/core/module-system/index.import.scss
21388
+ // File already imported_once. Skipping output.
21389
+ // #endregion
21390
+ @include module-register( $_kendo-module-meta... );
21391
+
21392
+ // Expose
21393
+ @mixin kendo-time-marker--styles() {
21394
+ @include module-render( "time-marker" ) {
21395
+ @include kendo-time-marker--layout();
21396
+ @include kendo-time-marker--theme();
21397
+ }
21398
+ }
21399
+
21400
+ @if $kendo-auto-bootstrap {
21401
+ @include kendo-time-marker--styles();
21402
+ }
21403
+
21314
21404
  // #endregion
21315
21405
 
21316
21406
 
@@ -21336,9 +21426,6 @@ $_kendo-module-meta: (
21336
21426
 
21337
21427
 
21338
21428
  // Dependencies // TODO: extract variables
21339
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
21340
- // File already imported_once. Skipping output.
21341
- // #endregion
21342
21429
  // #region @import "../toolbar/_index.scss"; -> scss/toolbar/_index.scss
21343
21430
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
21344
21431
  // File already imported_once. Skipping output.
@@ -21361,9 +21448,6 @@ $_kendo-module-meta: (
21361
21448
 
21362
21449
 
21363
21450
  // Dependencies
21364
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
21365
- // File already imported_once. Skipping output.
21366
- // #endregion
21367
21451
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
21368
21452
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
21369
21453
  // File already imported_once. Skipping output.
@@ -21431,7 +21515,7 @@ $_kendo-module-meta: (
21431
21515
 
21432
21516
  &:disabled,
21433
21517
  &.k-disabled {
21434
- @include disabled( $kendo-disabled-styling );
21518
+ @include disabled( $kendo-disabled-styling... );
21435
21519
  }
21436
21520
 
21437
21521
  &::-moz-focus-inner {
@@ -22132,9 +22216,6 @@ $_kendo-module-meta: (
22132
22216
 
22133
22217
 
22134
22218
  // Dependencies
22135
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
22136
- // File already imported_once. Skipping output.
22137
- // #endregion
22138
22219
  // #region @import "../popup/_index.scss"; -> scss/popup/_index.scss
22139
22220
  // File already imported_once. Skipping output.
22140
22221
  // #endregion
@@ -23335,9 +23416,6 @@ $_kendo-module-meta: (
23335
23416
 
23336
23417
 
23337
23418
  // Dependencies
23338
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
23339
- // File already imported_once. Skipping output.
23340
- // #endregion
23341
23419
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
23342
23420
  // File already imported_once. Skipping output.
23343
23421
  // #endregion
@@ -24395,7 +24473,7 @@ $kendo-form-sizes: (
24395
24473
  .k-form-field-disabled {
24396
24474
  .k-label,
24397
24475
  .k-form-label {
24398
- @include disabled( $kendo-disabled-styling );
24476
+ @include disabled( $kendo-disabled-styling... );
24399
24477
  }
24400
24478
  }
24401
24479
 
@@ -24759,9 +24837,6 @@ $_kendo-module-meta: (
24759
24837
 
24760
24838
 
24761
24839
  // Dependencies
24762
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
24763
- // File already imported_once. Skipping output.
24764
- // #endregion
24765
24840
  // #region @import "../tooltip/_index.scss"; -> scss/tooltip/_index.scss
24766
24841
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
24767
24842
  // File already imported_once. Skipping output.
@@ -24782,9 +24857,6 @@ $_kendo-module-meta: (
24782
24857
 
24783
24858
 
24784
24859
  // Dependencies
24785
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
24786
- // File already imported_once. Skipping output.
24787
- // #endregion
24788
24860
  // #region @import "../popup/_index.scss"; -> scss/popup/_index.scss
24789
24861
  // File already imported_once. Skipping output.
24790
24862
  // #endregion
@@ -25074,9 +25146,6 @@ $_kendo-module-meta: (
25074
25146
 
25075
25147
 
25076
25148
  // Dependencies
25077
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
25078
- // File already imported_once. Skipping output.
25079
- // #endregion
25080
25149
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
25081
25150
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
25082
25151
  // File already imported_once. Skipping output.
@@ -25097,9 +25166,6 @@ $_kendo-module-meta: (
25097
25166
 
25098
25167
 
25099
25168
  // Dependencies
25100
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
25101
- // File already imported_once. Skipping output.
25102
- // #endregion
25103
25169
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
25104
25170
  // File already imported_once. Skipping output.
25105
25171
  // #endregion
@@ -25176,7 +25242,7 @@ $_kendo-module-meta: (
25176
25242
 
25177
25243
  &:disabled,
25178
25244
  &[disabled] {
25179
- @include disabled( $kendo-disabled-styling );
25245
+ @include disabled( $kendo-disabled-styling... );
25180
25246
 
25181
25247
  [disabled] &,
25182
25248
  .k-disabled & {
@@ -25201,7 +25267,7 @@ $_kendo-module-meta: (
25201
25267
 
25202
25268
  &:disabled,
25203
25269
  &[disabled] {
25204
- @include disabled( $kendo-disabled-styling );
25270
+ @include disabled( $kendo-disabled-styling... );
25205
25271
 
25206
25272
  [disabled] &,
25207
25273
  .k-disabled & {
@@ -26680,9 +26746,6 @@ $_kendo-module-meta: (
26680
26746
 
26681
26747
 
26682
26748
  // Dependencies
26683
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
26684
- // File already imported_once. Skipping output.
26685
- // #endregion
26686
26749
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
26687
26750
  // File already imported_once. Skipping output.
26688
26751
  // #endregion
@@ -26766,9 +26829,6 @@ $_kendo-module-meta: (
26766
26829
 
26767
26830
 
26768
26831
  // Dependencies
26769
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
26770
- // File already imported_once. Skipping output.
26771
- // #endregion
26772
26832
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
26773
26833
  // File already imported_once. Skipping output.
26774
26834
  // #endregion
@@ -26859,9 +26919,6 @@ $_kendo-module-meta: (
26859
26919
 
26860
26920
 
26861
26921
  // Dependencies
26862
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
26863
- // File already imported_once. Skipping output.
26864
- // #endregion
26865
26922
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
26866
26923
  // File already imported_once. Skipping output.
26867
26924
  // #endregion
@@ -27085,9 +27142,6 @@ $_kendo-module-meta: (
27085
27142
 
27086
27143
 
27087
27144
  // Dependencies
27088
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
27089
- // File already imported_once. Skipping output.
27090
- // #endregion
27091
27145
 
27092
27146
 
27093
27147
  // Component
@@ -27769,7 +27823,7 @@ $kendo-radio-ripple-opacity: .25 !default;
27769
27823
  // Disabled state
27770
27824
  .k-radio:disabled,
27771
27825
  .k-radio.k-disabled {
27772
- @include disabled( $kendo-disabled-styling );
27826
+ @include disabled( $kendo-disabled-styling... );
27773
27827
  }
27774
27828
  .k-radio:disabled:checked,
27775
27829
  .k-radio.k-disabled.k-checked {
@@ -28067,9 +28121,6 @@ $_kendo-module-meta: (
28067
28121
 
28068
28122
 
28069
28123
  // Dependencies
28070
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
28071
- // File already imported_once. Skipping output.
28072
- // #endregion
28073
28124
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
28074
28125
  // File already imported_once. Skipping output.
28075
28126
  // #endregion
@@ -28747,9 +28798,6 @@ $_kendo-module-meta: (
28747
28798
 
28748
28799
 
28749
28800
  // Dependencies
28750
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
28751
- // File already imported_once. Skipping output.
28752
- // #endregion
28753
28801
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
28754
28802
  // File already imported_once. Skipping output.
28755
28803
  // #endregion
@@ -30384,9 +30432,6 @@ $_kendo-module-meta: (
30384
30432
 
30385
30433
 
30386
30434
  // Dependencies
30387
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
30388
- // File already imported_once. Skipping output.
30389
- // #endregion
30390
30435
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
30391
30436
  // File already imported_once. Skipping output.
30392
30437
  // #endregion
@@ -30485,9 +30530,6 @@ $_kendo-module-meta: (
30485
30530
 
30486
30531
  // Dependencies
30487
30532
  // @import "../utils/_index.scss";
30488
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
30489
- // File already imported_once. Skipping output.
30490
- // #endregion
30491
30533
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
30492
30534
  // File already imported_once. Skipping output.
30493
30535
  // #endregion
@@ -30687,9 +30729,6 @@ $_kendo-module-meta: (
30687
30729
 
30688
30730
 
30689
30731
  // Dependencies
30690
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
30691
- // File already imported_once. Skipping output.
30692
- // #endregion
30693
30732
  // @import "../utils/_flex.scss";
30694
30733
 
30695
30734
 
@@ -30698,29 +30737,29 @@ $_kendo-module-meta: (
30698
30737
  // ColorPalette
30699
30738
 
30700
30739
  /// The font family of the ColorPalette.
30701
- /// @group colorpalette
30740
+ /// @group color-palette
30702
30741
  $kendo-color-palette-font-family: var( --kendo-font-family, inherit ) !default;
30703
30742
  /// The font size of the ColorPalette.
30704
- /// @group colorpalette
30743
+ /// @group color-palette
30705
30744
  $kendo-color-palette-font-size: var( --kendo-font-size, inherit ) !default;
30706
30745
  /// The line height of the ColorPalette.
30707
- /// @group colorpalette
30746
+ /// @group color-palette
30708
30747
  $kendo-color-palette-line-height: 0 !default;
30709
30748
 
30710
30749
  /// The width of the ColorPalette tile.
30711
- /// @group colorpalette
30750
+ /// @group color-palette
30712
30751
  $kendo-color-palette-tile-width: k-spacing(6) !default;
30713
30752
  /// The height of the ColorPalette tile.
30714
- /// @group colorpalette
30753
+ /// @group color-palette
30715
30754
  $kendo-color-palette-tile-height: $kendo-color-palette-tile-width !default;
30716
30755
  /// The shadow of the ColorPalette focused tile.
30717
- /// @group colorpalette
30756
+ /// @group color-palette
30718
30757
  $kendo-color-palette-tile-focus-shadow: 0 0 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, .5 ) !default;
30719
30758
  /// The shadow of the ColorPalette hovered tile.
30720
- /// @group colorpalette
30759
+ /// @group color-palette
30721
30760
  $kendo-color-palette-tile-hover-shadow: 0 0 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, .8 ) !default;
30722
30761
  /// The shadow of the ColorPalette selected tile.
30723
- /// @group colorpalette
30762
+ /// @group color-palette
30724
30763
  $kendo-color-palette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, 1 ) !default;
30725
30764
 
30726
30765
  // #endregion
@@ -30863,9 +30902,6 @@ $_kendo-module-meta: (
30863
30902
 
30864
30903
 
30865
30904
  // Dependencies
30866
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
30867
- // File already imported_once. Skipping output.
30868
- // #endregion
30869
30905
  // @import "../utils/_flex.scss";
30870
30906
  // @import "../utils/_spacer.scss";
30871
30907
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
@@ -30900,9 +30936,6 @@ $_kendo-module-meta: (
30900
30936
 
30901
30937
 
30902
30938
  // Dependencies
30903
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
30904
- // File already imported_once. Skipping output.
30905
- // #endregion
30906
30939
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
30907
30940
  // File already imported_once. Skipping output.
30908
30941
  // #endregion
@@ -30984,142 +31017,142 @@ $_kendo-module-meta: (
30984
31017
  // ColorGradient
30985
31018
 
30986
31019
  /// The spacer of the ColorGradient.
30987
- /// @group cologradient
31020
+ /// @group color-gradient
30988
31021
  $kendo-color-gradient-spacer: k-spacing(3) !default;
30989
31022
 
30990
31023
  /// The width of the ColorGradient.
30991
- /// @group cologradient
31024
+ /// @group color-gradient
30992
31025
  $kendo-color-gradient-width: 272px !default;
30993
31026
  /// The width of the border around the ColorGradient.
30994
- /// @group cologradient
31027
+ /// @group color-gradient
30995
31028
  $kendo-color-gradient-border-width: 1px !default;
30996
31029
  /// The border radius of the ColorGradient.
30997
- /// @group cologradient
31030
+ /// @group color-gradient
30998
31031
  $kendo-color-gradient-border-radius: k-border-radius(md) !default;
30999
31032
  /// The vertical padding of the ColorGradient.
31000
- /// @group cologradient
31033
+ /// @group color-gradient
31001
31034
  $kendo-color-gradient-padding-y: $kendo-color-gradient-spacer !default;
31002
31035
  /// The horizontal padding of the ColorGradient.
31003
- /// @group cologradient
31036
+ /// @group color-gradient
31004
31037
  $kendo-color-gradient-padding-x: $kendo-color-gradient-padding-y !default;
31005
31038
  /// The spacing between the sections of the ColorGradient.
31006
- /// @group cologradient
31039
+ /// @group color-gradient
31007
31040
  $kendo-color-gradient-gap: $kendo-color-gradient-spacer !default;
31008
31041
  /// The font family of the ColorGradient.
31009
- /// @group cologradient
31042
+ /// @group color-gradient
31010
31043
  $kendo-color-gradient-font-family: var( --kendo-font-family, inherit ) !default;
31011
31044
  /// The font size of the ColorGradient.
31012
- /// @group cologradient
31045
+ /// @group color-gradient
31013
31046
  $kendo-color-gradient-font-size: var( --kendo-font-size, inherit ) !default;
31014
31047
  /// The line height of the ColorGradient.
31015
- /// @group cologradient
31048
+ /// @group color-gradient
31016
31049
  $kendo-color-gradient-line-height: var( --kendo-line-height, normal ) !default;
31017
31050
  /// The text color of the ColorGradient.
31018
- /// @group cologradient
31051
+ /// @group color-gradient
31019
31052
  $kendo-color-gradient-text: $kendo-component-text !default;
31020
31053
  /// The background color of the ColorGradient.
31021
- /// @group cologradient
31054
+ /// @group color-gradient
31022
31055
  $kendo-color-gradient-bg: $kendo-component-bg !default;
31023
31056
  /// The border color of the ColorGradient.
31024
- /// @group cologradient
31057
+ /// @group color-gradient
31025
31058
  $kendo-color-gradient-border: $kendo-component-border !default;
31026
31059
 
31027
31060
  /// The border color of the focused ColorGradient.
31028
- /// @group cologradient
31061
+ /// @group color-gradient
31029
31062
  $kendo-color-gradient-focus-border: null !default;
31030
31063
  /// The box shadow of the focused ColorGradient.
31031
- /// @group cologradient
31064
+ /// @group color-gradient
31032
31065
  $kendo-color-gradient-focus-shadow: k-elevation(3) !default;
31033
31066
 
31034
31067
  /// The border radius of the ColorGradient canvas.
31035
- /// @group cologradient
31068
+ /// @group color-gradient
31036
31069
  $kendo-color-gradient-canvas-border-radius: k-border-radius(md) !default;
31037
31070
  /// The spacing between the items of the ColorGradient canvas.
31038
- /// @group cologradient
31071
+ /// @group color-gradient
31039
31072
  $kendo-color-gradient-canvas-gap: $kendo-color-gradient-spacer !default;
31040
31073
  /// The height the ColorGradient canvas hsv rectangle.
31041
- /// @group cologradient
31074
+ /// @group color-gradient
31042
31075
  $kendo-color-gradient-canvas-rectangle-height: 180px !default;
31043
31076
 
31044
31077
  /// The width of the ColorGradient slider.
31045
- /// @group cologradient
31078
+ /// @group color-gradient
31046
31079
  $kendo-color-gradient-slider-track-size: 10px !default;
31047
31080
  /// The border radius of the ColorGradient slider.
31048
- /// @group cologradient
31081
+ /// @group color-gradient
31049
31082
  $kendo-color-gradient-slider-border-radius: 10px !default;
31050
31083
  /// The width of the border around the ColorGradient slider drag handle.
31051
- /// @group cologradient
31084
+ /// @group color-gradient
31052
31085
  $kendo-color-gradient-slider-draghandle-border-width: 3px !default;
31053
31086
 
31054
31087
  /// The height of the ColorGradient vertical slider.
31055
- /// @group cologradient
31088
+ /// @group color-gradient
31056
31089
  $kendo-color-gradient-slider-vertical-size: 180px !default;
31057
31090
  /// The width of the ColorGradient horizontal slider.
31058
- /// @group cologradient
31091
+ /// @group color-gradient
31059
31092
  $kendo-color-gradient-slider-horizontal-size: 100% !default;
31060
31093
 
31061
31094
  /// The width of the ColorGradient canvas drag handle.
31062
- /// @group cologradient
31095
+ /// @group color-gradient
31063
31096
  $kendo-color-gradient-draghandle-width: 14px !default;
31064
31097
  /// The height of the ColorGradient canvas drag handle.
31065
- /// @group cologradient
31098
+ /// @group color-gradient
31066
31099
  $kendo-color-gradient-draghandle-height: 14px !default;
31067
31100
  /// The width of the border around the ColorGradient canvas drag handle.
31068
- /// @group cologradient
31101
+ /// @group color-gradient
31069
31102
  $kendo-color-gradient-draghandle-border-width: 1px !default;
31070
31103
  /// The width of the outline around the ColorGradient canvas drag handle.
31071
- /// @group cologradient
31104
+ /// @group color-gradient
31072
31105
  $kendo-color-gradient-draghandle-outline-width: 1px !default;
31073
31106
  /// The border radius of the ColorGradient canvas drag handle.
31074
- /// @group cologradient
31107
+ /// @group color-gradient
31075
31108
  $kendo-color-gradient-draghandle-border-radius: 50% !default;
31076
31109
  /// The text color of the ColorGradient canvas drag handle.
31077
- /// @group cologradient
31110
+ /// @group color-gradient
31078
31111
  $kendo-color-gradient-draghandle-text: null !default;
31079
31112
  /// The background color of the ColorGradient canvas drag handle.
31080
- /// @group cologradient
31113
+ /// @group color-gradient
31081
31114
  $kendo-color-gradient-draghandle-bg: transparent !default;
31082
31115
  /// The color of the border around the ColorGradient canvas drag handle.
31083
- /// @group cologradient
31116
+ /// @group color-gradient
31084
31117
  $kendo-color-gradient-draghandle-border: rgba( $kendo-color-white, .8) !default;
31085
31118
  /// The color of the outline around the ColorGradient canvas drag handle.
31086
- /// @group cologradient
31119
+ /// @group color-gradient
31087
31120
  $kendo-color-gradient-draghandle-shadow: rgba( $kendo-color-black, .5 ) !default;
31088
31121
  /// The focus color of the outline around the ColorGradient canvas drag handle.
31089
- /// @group cologradient
31122
+ /// @group color-gradient
31090
31123
  $kendo-color-gradient-draghandle-focus-shadow: $kendo-color-black !default;
31091
31124
  /// The hover color of the outline around the ColorGradient canvas drag handle.
31092
- /// @group cologradient
31125
+ /// @group color-gradient
31093
31126
  $kendo-color-gradient-draghandle-hover-shadow: $kendo-color-black !default;
31094
31127
  /// The box shadow of the ColorGradient canvas drag handle.
31095
- /// @group cologradient
31128
+ /// @group color-gradient
31096
31129
  $kendo-color-gradient-draghandle-shadow: k-elevation(2) !default;
31097
31130
 
31098
31131
  /// The vertical margin of the ColorGradient canvas drag handle.
31099
- /// @group cologradient
31132
+ /// @group color-gradient
31100
31133
  $kendo-color-gradient-canvas-draghandle-margin-y: - k-math-div( $kendo-color-gradient-draghandle-height, 2 ) !default;
31101
31134
  /// The horizontal margin of the ColorGradient canvas drag handle.
31102
- /// @group cologradient
31135
+ /// @group color-gradient
31103
31136
  $kendo-color-gradient-canvas-draghandle-margin-x: - k-math-div( $kendo-color-gradient-draghandle-width, 2 ) !default;
31104
31137
 
31105
31138
  /// The width of the ColorGradient input.
31106
- /// @group cologradient
31139
+ /// @group color-gradient
31107
31140
  $kendo-color-gradient-input-width: 46px !default;
31108
31141
  /// The spacing between the ColorGradient inputs.
31109
- /// @group cologradient
31142
+ /// @group color-gradient
31110
31143
  $kendo-color-gradient-input-gap: calc( #{$kendo-color-gradient-spacer} / 1.5 ) !default;
31111
31144
  /// The spacing between the ColorGradient inputs and their labels.
31112
- /// @group cologradient
31145
+ /// @group color-gradient
31113
31146
  $kendo-color-gradient-input-label-gap: calc( #{$kendo-color-gradient-spacer} / 3 ) !default;
31114
31147
  /// The text color of the ColorGradient input labels.
31115
- /// @group cologradient
31148
+ /// @group color-gradient
31116
31149
  $kendo-color-gradient-input-label-text: $kendo-subtle-text !default;
31117
31150
 
31118
31151
  /// The font weight of the ColorGradient contrast ratio text.
31119
- /// @group cologradient
31152
+ /// @group color-gradient
31120
31153
  $kendo-color-gradient-contrast-ratio-font-weight: var( --kendo-font-weight-bold, normal ) !default;
31121
31154
  /// The spacing between the items in the ColorGradient contrast tool.
31122
- /// @group cologradient
31155
+ /// @group color-gradient
31123
31156
  $kendo-color-gradient-contrast-spacer: calc( #{$kendo-color-gradient-spacer} / 1.5 ) !default;
31124
31157
 
31125
31158
  // #endregion
@@ -31454,9 +31487,6 @@ $_kendo-module-meta: (
31454
31487
 
31455
31488
 
31456
31489
  // Dependencies
31457
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
31458
- // File already imported_once. Skipping output.
31459
- // #endregion
31460
31490
  // #region @import "../action-buttons/_index.scss"; -> scss/action-buttons/_index.scss
31461
31491
  // File already imported_once. Skipping output.
31462
31492
  // #endregion
@@ -31476,83 +31506,83 @@ $_kendo-module-meta: (
31476
31506
  // ColorEditor/FlatColorPicker
31477
31507
 
31478
31508
  /// The spacer of the ColorEditor.
31479
- /// @group coloreditor
31509
+ /// @group color-editor
31480
31510
  $kendo-color-editor-spacer: k-spacing(3) !default;
31481
31511
 
31482
31512
  /// The minimum width of the ColorEditor.
31483
- /// @group coloreditor
31513
+ /// @group color-editor
31484
31514
  $kendo-color-editor-min-width: 272px !default;
31485
31515
  /// The width of the border around the ColorEditor.
31486
- /// @group coloreditor
31516
+ /// @group color-editor
31487
31517
  $kendo-color-editor-border-width: 1px !default;
31488
31518
  /// The border radius of the ColorEditor.
31489
- /// @group coloreditor
31519
+ /// @group color-editor
31490
31520
  $kendo-color-editor-border-radius: k-border-radius(md) !default;
31491
31521
  /// The font family of the ColorEditor.
31492
- /// @group coloreditor
31522
+ /// @group color-editor
31493
31523
  $kendo-color-editor-font-family: var( --kendo-font-family, inherit ) !default;
31494
31524
  /// The font size of the ColorEditor.
31495
- /// @group coloreditor
31525
+ /// @group color-editor
31496
31526
  $kendo-color-editor-font-size: var( --kendo-font-size, inherit ) !default;
31497
31527
  /// The line height of the ColorEditor.
31498
- /// @group coloreditor
31528
+ /// @group color-editor
31499
31529
  $kendo-color-editor-line-height: var( --kendo-line-height, normal ) !default;
31500
31530
  /// The text color of the ColorEditor.
31501
- /// @group coloreditor
31531
+ /// @group color-editor
31502
31532
  $kendo-color-editor-text: $kendo-component-text !default;
31503
31533
  /// The background color of the ColorEditor.
31504
- /// @group coloreditor
31534
+ /// @group color-editor
31505
31535
  $kendo-color-editor-bg: $kendo-component-bg !default;
31506
31536
  /// The border color of the ColorEditor.
31507
- /// @group coloreditor
31537
+ /// @group color-editor
31508
31538
  $kendo-color-editor-border: $kendo-component-border !default;
31509
31539
 
31510
31540
  /// The border color of the focused ColorEditor.
31511
- /// @group coloreditor
31541
+ /// @group color-editor
31512
31542
  $kendo-color-editor-focus-border: null !default;
31513
31543
  // TODO: does this ever get focused? Isn't it always in a popup?
31514
31544
  /// The box shadow of the focused ColorEditor.
31515
- /// @group coloreditor
31545
+ /// @group color-editor
31516
31546
  $kendo-color-editor-focus-shadow: null !default; // 1px 1px 7px 1px rgba(0, 0, 0, .3)
31517
31547
 
31518
31548
  /// The vertical padding of the ColorEditor header.
31519
- /// @group coloreditor
31549
+ /// @group color-editor
31520
31550
  $kendo-color-editor-header-padding-y: $kendo-color-editor-spacer !default;
31521
31551
  /// The horizontal padding of the ColorEditor header.
31522
- /// @group coloreditor
31552
+ /// @group color-editor
31523
31553
  $kendo-color-editor-header-padding-x: $kendo-color-editor-header-padding-y !default;
31524
31554
  /// The spacing between the ColorEditor header actions.
31525
- /// @group coloreditor
31555
+ /// @group color-editor
31526
31556
  $kendo-color-editor-header-actions-gap: calc( #{$kendo-color-editor-spacer} / 1.5 ) !default;
31527
31557
 
31528
31558
  /// The width of the ColorEditor preview.
31529
- /// @group coloreditor
31559
+ /// @group color-editor
31530
31560
  $kendo-color-editor-color-preview-width: 32px !default;
31531
31561
  /// The height of the ColorEditor preview.
31532
- /// @group coloreditor
31562
+ /// @group color-editor
31533
31563
  $kendo-color-editor-color-preview-height: 12px !default;
31534
31564
  /// The spacing between the colors in the ColorEditor preview.
31535
- /// @group coloreditor
31565
+ /// @group color-editor
31536
31566
  $kendo-color-editor-preview-gap: k-spacing(1) !default;
31537
31567
 
31538
31568
  /// The vertical padding of the ColorEditor views container.
31539
- /// @group coloreditor
31569
+ /// @group color-editor
31540
31570
  $kendo-color-editor-views-padding-y: $kendo-color-editor-spacer !default;
31541
31571
  /// The horizontal padding of the ColorEditor views container.
31542
- /// @group coloreditor
31572
+ /// @group color-editor
31543
31573
  $kendo-color-editor-views-padding-x: $kendo-color-editor-views-padding-y !default;
31544
31574
  /// The spacing of the ColorEditor views container.
31545
- /// @group coloreditor
31575
+ /// @group color-editor
31546
31576
  $kendo-color-editor-views-gap: $kendo-color-editor-spacer !default;
31547
31577
 
31548
31578
  /// The outline color of the focused ColorGradient.
31549
- /// @group coloreditor
31579
+ /// @group color-editor
31550
31580
  $kendo-color-editor-color-gradient-focus-outline-color: rgba(0, 0, 0, .3) !default;
31551
31581
  /// The outline width of the focused ColorGradient.
31552
- /// @group coloreditor
31582
+ /// @group color-editor
31553
31583
  $kendo-color-editor-color-gradient-focus-outline: 2px !default;
31554
31584
  /// The outline offset of the focused ColorGradient.
31555
- /// @group coloreditor
31585
+ /// @group color-editor
31556
31586
  $kendo-color-editor-color-gradient-focus-outline-offset: 4px !default;
31557
31587
 
31558
31588
  // #endregion
@@ -31823,9 +31853,6 @@ $_kendo-module-meta: (
31823
31853
 
31824
31854
 
31825
31855
  // Dependencies
31826
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
31827
- // File already imported_once. Skipping output.
31828
- // #endregion
31829
31856
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
31830
31857
  // File already imported_once. Skipping output.
31831
31858
  // #endregion
@@ -32447,9 +32474,6 @@ $_kendo-module-meta: (
32447
32474
 
32448
32475
 
32449
32476
  // Dependencies
32450
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
32451
- // File already imported_once. Skipping output.
32452
- // #endregion
32453
32477
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
32454
32478
  // File already imported_once. Skipping output.
32455
32479
  // #endregion
@@ -32579,9 +32603,6 @@ $_kendo-module-meta: (
32579
32603
 
32580
32604
 
32581
32605
  // Dependencies
32582
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
32583
- // File already imported_once. Skipping output.
32584
- // #endregion
32585
32606
  // #region @import "../floating-label/_index.scss"; -> scss/floating-label/_index.scss
32586
32607
  // File already imported_once. Skipping output.
32587
32608
  // #endregion
@@ -32685,9 +32706,6 @@ $_kendo-module-meta: (
32685
32706
 
32686
32707
 
32687
32708
  // Dependencies
32688
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
32689
- // File already imported_once. Skipping output.
32690
- // #endregion
32691
32709
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
32692
32710
  // File already imported_once. Skipping output.
32693
32711
  // #endregion
@@ -32814,9 +32832,6 @@ $_kendo-module-meta: (
32814
32832
 
32815
32833
 
32816
32834
  // Dependencies
32817
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
32818
- // File already imported_once. Skipping output.
32819
- // #endregion
32820
32835
  // #region @import "../floating-label/_index.scss"; -> scss/floating-label/_index.scss
32821
32836
  // File already imported_once. Skipping output.
32822
32837
  // #endregion
@@ -32847,9 +32862,6 @@ $_kendo-module-meta: (
32847
32862
 
32848
32863
 
32849
32864
  // Dependencies
32850
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
32851
- // File already imported_once. Skipping output.
32852
- // #endregion
32853
32865
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
32854
32866
  // File already imported_once. Skipping output.
32855
32867
  // #endregion
@@ -32948,9 +32960,6 @@ $_kendo-module-meta: (
32948
32960
 
32949
32961
 
32950
32962
  // Dependencies
32951
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
32952
- // File already imported_once. Skipping output.
32953
- // #endregion
32954
32963
  // #region @import "../checkbox/_index.scss"; -> scss/checkbox/_index.scss
32955
32964
  // File already imported_once. Skipping output.
32956
32965
  // #endregion
@@ -33576,9 +33585,6 @@ $_kendo-module-meta: (
33576
33585
 
33577
33586
 
33578
33587
  // Dependencies
33579
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
33580
- // File already imported_once. Skipping output.
33581
- // #endregion
33582
33588
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
33583
33589
  // File already imported_once. Skipping output.
33584
33590
  // #endregion
@@ -33670,9 +33676,6 @@ $_kendo-module-meta: (
33670
33676
 
33671
33677
 
33672
33678
  // Dependencies
33673
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
33674
- // File already imported_once. Skipping output.
33675
- // #endregion
33676
33679
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
33677
33680
  // File already imported_once. Skipping output.
33678
33681
  // #endregion
@@ -34010,9 +34013,6 @@ $_kendo-module-meta: (
34010
34013
 
34011
34014
 
34012
34015
  // Dependencies
34013
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
34014
- // File already imported_once. Skipping output.
34015
- // #endregion
34016
34016
  // @import "../utils/_border.scss";
34017
34017
 
34018
34018
 
@@ -34592,9 +34592,6 @@ $_kendo-module-meta: (
34592
34592
 
34593
34593
 
34594
34594
  // Dependencies
34595
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
34596
- // File already imported_once. Skipping output.
34597
- // #endregion
34598
34595
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
34599
34596
  // File already imported_once. Skipping output.
34600
34597
  // #endregion
@@ -34621,9 +34618,6 @@ $_kendo-module-meta: (
34621
34618
 
34622
34619
 
34623
34620
  // Dependencies
34624
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
34625
- // File already imported_once. Skipping output.
34626
- // #endregion
34627
34621
 
34628
34622
 
34629
34623
  // Component
@@ -35322,9 +35316,6 @@ $_kendo-module-meta: (
35322
35316
 
35323
35317
 
35324
35318
  // Dependencies
35325
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
35326
- // File already imported_once. Skipping output.
35327
- // #endregion
35328
35319
 
35329
35320
 
35330
35321
  // Component
@@ -35584,9 +35575,6 @@ $_kendo-module-meta: (
35584
35575
 
35585
35576
 
35586
35577
  // Dependencies
35587
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
35588
- // File already imported_once. Skipping output.
35589
- // #endregion
35590
35578
  // @import "../utils/_position.scss";
35591
35579
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
35592
35580
  // File already imported_once. Skipping output.
@@ -36105,9 +36093,6 @@ $_kendo-module-meta: (
36105
36093
 
36106
36094
 
36107
36095
  // Dependencies
36108
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
36109
- // File already imported_once. Skipping output.
36110
- // #endregion
36111
36096
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
36112
36097
  // File already imported_once. Skipping output.
36113
36098
  // #endregion
@@ -36732,9 +36717,6 @@ $_kendo-module-meta: (
36732
36717
 
36733
36718
 
36734
36719
  // Dependencies
36735
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
36736
- // File already imported_once. Skipping output.
36737
- // #endregion
36738
36720
  // #region @import "../window/_index.scss"; -> scss/window/_index.scss
36739
36721
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
36740
36722
  // File already imported_once. Skipping output.
@@ -36758,9 +36740,6 @@ $_kendo-module-meta: (
36758
36740
 
36759
36741
 
36760
36742
  // Dependencies
36761
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
36762
- // File already imported_once. Skipping output.
36763
- // #endregion
36764
36743
  // #region @import "../overlay/_index.scss"; -> scss/overlay/_index.scss
36765
36744
  // File already imported_once. Skipping output.
36766
36745
  // #endregion
@@ -37212,9 +37191,6 @@ $_kendo-module-meta: (
37212
37191
 
37213
37192
 
37214
37193
  // Dependencies
37215
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
37216
- // File already imported_once. Skipping output.
37217
- // #endregion
37218
37194
  // #region @import "../overlay/_index.scss"; -> scss/overlay/_index.scss
37219
37195
  // File already imported_once. Skipping output.
37220
37196
  // #endregion
@@ -37653,9 +37629,6 @@ $_kendo-module-meta: (
37653
37629
 
37654
37630
 
37655
37631
  // Dependencies
37656
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
37657
- // File already imported_once. Skipping output.
37658
- // #endregion
37659
37632
  // #region @import "../popup/_index.scss"; -> scss/popup/_index.scss
37660
37633
  // File already imported_once. Skipping output.
37661
37634
  // #endregion
@@ -37879,9 +37852,6 @@ $_kendo-module-meta: (
37879
37852
 
37880
37853
 
37881
37854
  // Dependencies
37882
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
37883
- // File already imported_once. Skipping output.
37884
- // #endregion
37885
37855
  // #region @import "../card/_index.scss"; -> scss/card/_index.scss
37886
37856
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
37887
37857
  // File already imported_once. Skipping output.
@@ -37904,9 +37874,6 @@ $_kendo-module-meta: (
37904
37874
 
37905
37875
 
37906
37876
  // Dependencies
37907
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
37908
- // File already imported_once. Skipping output.
37909
- // #endregion
37910
37877
  // @import "../utils/_flex.scss";
37911
37878
  // @import "../utils/_grid.scss";
37912
37879
  // #region @import "../action-buttons/_index.scss"; -> scss/action-buttons/_index.scss
@@ -38864,9 +38831,6 @@ $_kendo-module-meta: (
38864
38831
 
38865
38832
 
38866
38833
  // Dependencies
38867
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
38868
- // File already imported_once. Skipping output.
38869
- // #endregion
38870
38834
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
38871
38835
  // File already imported_once. Skipping output.
38872
38836
  // #endregion
@@ -38996,9 +38960,6 @@ $_kendo-module-meta: (
38996
38960
 
38997
38961
 
38998
38962
  // Dependencies
38999
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
39000
- // File already imported_once. Skipping output.
39001
- // #endregion
39002
38963
  // @import "../utils/_position.scss";
39003
38964
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
39004
38965
  // File already imported_once. Skipping output.
@@ -39296,9 +39257,6 @@ $_kendo-module-meta: (
39296
39257
 
39297
39258
 
39298
39259
  // Dependencies
39299
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
39300
- // File already imported_once. Skipping output.
39301
- // #endregion
39302
39260
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
39303
39261
  // File already imported_once. Skipping output.
39304
39262
  // #endregion
@@ -39826,9 +39784,6 @@ $_kendo-module-meta: (
39826
39784
 
39827
39785
 
39828
39786
  // Dependencies
39829
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
39830
- // File already imported_once. Skipping output.
39831
- // #endregion
39832
39787
  // #region @import "../dropdownlist/_index.scss"; -> scss/dropdownlist/_index.scss
39833
39788
  // File already imported_once. Skipping output.
39834
39789
  // #endregion
@@ -40269,9 +40224,6 @@ $_kendo-module-meta: (
40269
40224
 
40270
40225
 
40271
40226
  // Dependencies
40272
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
40273
- // File already imported_once. Skipping output.
40274
- // #endregion
40275
40227
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
40276
40228
  // File already imported_once. Skipping output.
40277
40229
  // #endregion
@@ -40387,7 +40339,7 @@ $kendo-stepper-indicator-hover-border: null !default;
40387
40339
  $kendo-stepper-indicator-disabled-bg: null !default;
40388
40340
  /// The text color of the disabled Stepper indicator.
40389
40341
  /// @group stepper
40390
- $kendo-stepper-indicator-disabled-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), $kendo-disabled-text) !default;
40342
+ $kendo-stepper-indicator-disabled-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), #8f8f8f) !default;
40391
40343
  /// The border color of the disabled Stepper indicator.
40392
40344
  /// @group stepper
40393
40345
  $kendo-stepper-indicator-disabled-border: null !default;
@@ -40466,7 +40418,7 @@ $kendo-stepper-label-error-text: $kendo-color-error !default;
40466
40418
  $kendo-stepper-label-hover-text: if($kendo-enable-color-system, k-color( on-base ), k-try-shade( $kendo-stepper-text, 2 )) !default;
40467
40419
  /// The text color of the disabled Stepper label.
40468
40420
  /// @group stepper
40469
- $kendo-stepper-label-disabled-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), $kendo-disabled-text) !default;
40421
+ $kendo-stepper-label-disabled-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), #8f8f8f) !default;
40470
40422
 
40471
40423
  /// The text color of the optional Stepper label.
40472
40424
  /// @group stepper
@@ -41089,9 +41041,6 @@ $_kendo-module-meta: (
41089
41041
 
41090
41042
 
41091
41043
  // Dependencies
41092
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
41093
- // File already imported_once. Skipping output.
41094
- // #endregion
41095
41044
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
41096
41045
  // File already imported_once. Skipping output.
41097
41046
  // #endregion
@@ -41806,9 +41755,6 @@ $_kendo-module-meta: (
41806
41755
 
41807
41756
 
41808
41757
  // Dependencies
41809
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
41810
- // File already imported_once. Skipping output.
41811
- // #endregion
41812
41758
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
41813
41759
  // File already imported_once. Skipping output.
41814
41760
  // #endregion
@@ -42057,9 +42003,6 @@ $_kendo-module-meta: (
42057
42003
 
42058
42004
 
42059
42005
  // Dependencies
42060
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
42061
- // File already imported_once. Skipping output.
42062
- // #endregion
42063
42006
  // @import "../utils/_display.scss";
42064
42007
  // @import "../utils/_spacer.scss";
42065
42008
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
@@ -42308,6 +42251,144 @@ $kendo-expander-content-padding-y: k-spacing(4) !default;
42308
42251
  @include kendo-expander--styles();
42309
42252
  }
42310
42253
 
42254
+ // #endregion
42255
+ // #region @import "./panel/_index.scss"; -> scss/panel/_index.scss
42256
+ // #region @import "../core/_index.scss"; -> scss/core/_index.scss
42257
+ // File already imported_once. Skipping output.
42258
+ // #endregion
42259
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
42260
+ // File already imported_once. Skipping output.
42261
+ // #endregion
42262
+
42263
+
42264
+ // Module meta
42265
+ $_kendo-module-meta: (
42266
+ name: "panel",
42267
+ dependencies: ()
42268
+ );
42269
+
42270
+
42271
+ // Dependencies
42272
+
42273
+
42274
+ // Component
42275
+ // #region @import "./_variables.scss"; -> scss/panel/_variables.scss
42276
+
42277
+ /// The border radius of the Panel.
42278
+ /// @group panel
42279
+ $kendo-panel-border-radius: k-border-radius(md);
42280
+ /// The width of the border around the Panel.
42281
+ /// @group panel
42282
+ $kendo-panel-border-width: 1px;
42283
+ /// The style of the border around the Panel.
42284
+ /// @group panel
42285
+ $kendo-panel-border-style: solid;
42286
+
42287
+ /// The inline padding of the Panel header.
42288
+ /// @group panel
42289
+ $kendo-panel-header-padding-inline: k-spacing(2);
42290
+ /// The block padding of the Panel header.
42291
+ /// @group panel
42292
+ $kendo-panel-header-padding-block: k-spacing(1);
42293
+
42294
+ /// The inline padding of the Panel content.
42295
+ /// @group panel
42296
+ $kendo-panel-content-padding-inline: k-spacing(2);
42297
+ /// The block padding of the Panel content.
42298
+ /// @group panel
42299
+ $kendo-panel-content-padding-block: k-spacing(1);
42300
+
42301
+ /// The text color of the Panel.
42302
+ /// @group panel
42303
+ $kendo-panel-text: var(--kendo-component-text, #{$kendo-component-text});
42304
+ /// The background color of the Panel.
42305
+ /// @group panel
42306
+ $kendo-panel-bg: var(--kendo-component-bg, #{$kendo-component-bg});
42307
+ /// The color of the border around the Panel.
42308
+ /// @group panel
42309
+ $kendo-panel-border: var(--kendo-component-border, #{$kendo-component-border});
42310
+
42311
+ // #endregion
42312
+ // #region @import "./_layout.scss"; -> scss/panel/_layout.scss
42313
+ @mixin kendo-panel--layout--base() {
42314
+ // Panels
42315
+ .k-block,
42316
+ .k-panel {
42317
+ @include border-radius( $kendo-panel-border-radius );
42318
+ padding: 0;
42319
+ border-width: $kendo-panel-border-width;
42320
+ border-style: $kendo-panel-border-style;
42321
+ box-sizing: border-box;
42322
+
42323
+ > .k-header {
42324
+ @include border-top-radius( $kendo-panel-border-radius );
42325
+ @include fill(
42326
+ var( --kendo-component-text, #{$kendo-component-text} ),
42327
+ var( --kendo-component-bg, #{$kendo-component-bg} ),
42328
+ var( --kendo-component-border, #{$kendo-component-border} )
42329
+ );
42330
+ padding-inline: $kendo-panel-header-padding-inline;
42331
+ padding-block: $kendo-panel-header-padding-block;
42332
+ }
42333
+ > .k-content {
42334
+ padding-inline: $kendo-panel-content-padding-inline;
42335
+ padding-block: $kendo-panel-content-padding-block;
42336
+ }
42337
+ }
42338
+ }
42339
+
42340
+ @mixin kendo-panel--layout() {
42341
+ @include kendo-panel--layout--base();
42342
+ }
42343
+
42344
+ // #endregion
42345
+ // #region @import "./_theme.scss"; -> scss/panel/_theme.scss
42346
+ @mixin kendo-panel--theme--base() {
42347
+ // Panels
42348
+ .k-block,
42349
+ .k-panel {
42350
+ @include fill(
42351
+ $kendo-panel-text,
42352
+ $kendo-panel-bg,
42353
+ $kendo-panel-border
42354
+ );
42355
+ }
42356
+
42357
+ :where(.k-content) {
42358
+ @include fill(
42359
+ $kendo-panel-text,
42360
+ $kendo-panel-bg,
42361
+ $kendo-panel-border
42362
+ );
42363
+ }
42364
+ }
42365
+
42366
+ @mixin kendo-panel--theme() {
42367
+ @include kendo-panel--theme--base();
42368
+ }
42369
+
42370
+ // #endregion
42371
+
42372
+
42373
+ // Register
42374
+ // #region @import "../core/module-system/index.import.scss"; -> scss/core/module-system/index.import.scss
42375
+ // File already imported_once. Skipping output.
42376
+ // #endregion
42377
+ @include module-register( $_kendo-module-meta... );
42378
+
42379
+
42380
+ // Expose
42381
+ @mixin kendo-panel--styles() {
42382
+ @include module-render( "panel" ) {
42383
+ @include kendo-panel--layout();
42384
+ @include kendo-panel--theme();
42385
+ }
42386
+ }
42387
+
42388
+ @if $kendo-auto-bootstrap {
42389
+ @include kendo-panel--styles();
42390
+ }
42391
+
42311
42392
  // #endregion
42312
42393
  // #region @import "./panelbar/_index.scss"; -> scss/panelbar/_index.scss
42313
42394
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
@@ -42329,9 +42410,6 @@ $_kendo-module-meta: (
42329
42410
 
42330
42411
 
42331
42412
  // Dependencies
42332
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
42333
- // File already imported_once. Skipping output.
42334
- // #endregion
42335
42413
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
42336
42414
  // File already imported_once. Skipping output.
42337
42415
  // #endregion
@@ -43019,9 +43097,6 @@ $_kendo-module-meta: (
43019
43097
 
43020
43098
 
43021
43099
  // Dependencies
43022
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
43023
- // File already imported_once. Skipping output.
43024
- // #endregion
43025
43100
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
43026
43101
  // File already imported_once. Skipping output.
43027
43102
  // #endregion
@@ -43374,9 +43449,6 @@ $_kendo-module-meta: (
43374
43449
 
43375
43450
 
43376
43451
  // Dependencies
43377
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
43378
- // File already imported_once. Skipping output.
43379
- // #endregion
43380
43452
  // #region @import "../card/_index.scss"; -> scss/card/_index.scss
43381
43453
  // File already imported_once. Skipping output.
43382
43454
  // #endregion
@@ -43390,38 +43462,38 @@ $_kendo-module-meta: (
43390
43462
  // TileLayout
43391
43463
 
43392
43464
  /// The width of the border around the TileLayout.
43393
- /// @group tilelayout
43465
+ /// @group tile-layout
43394
43466
  $kendo-tile-layout-border-width: 0px !default;
43395
43467
  /// The background color of the TileLayout.
43396
- /// @group tilelayout
43468
+ /// @group tile-layout
43397
43469
  $kendo-tile-layout-bg: $kendo-base-bg !default;
43398
43470
 
43399
43471
  /// The horizontal padding of the TileLayout.
43400
- /// @group tilelayout
43472
+ /// @group tile-layout
43401
43473
  $kendo-tile-layout-padding-x: k-spacing(4) !default;
43402
43474
 
43403
43475
  /// The vertical padding of the TileLayout
43404
- /// @group tilelayout
43476
+ /// @group tile-layout
43405
43477
  $kendo-tile-layout-padding-y: $kendo-tile-layout-padding-x !default;
43406
43478
 
43407
43479
  /// The width of the border around the TileLayout card.
43408
- /// @group tilelayout
43480
+ /// @group tile-layout
43409
43481
  $kendo-tile-layout-card-border-width: $kendo-card-border-width !default;
43410
43482
  /// The focus box shadow of the TileLayout card.
43411
- /// @group tilelayout
43483
+ /// @group tile-layout
43412
43484
  $kendo-tile-layout-card-focus-shadow: $kendo-card-focus-shadow !default;
43413
43485
 
43414
43486
  /// The width of the border around the TileLayout hint.
43415
- /// @group tilelayout
43487
+ /// @group tile-layout
43416
43488
  $kendo-tile-layout-hint-border-width: 1px !default;
43417
43489
  /// The radius of the border around the TileLayout hint.
43418
- /// @group tilelayout
43490
+ /// @group tile-layout
43419
43491
  $kendo-tile-layout-hint-border-radius: k-border-radius(lg) !default;
43420
43492
  /// The color of the border around the TileLayout hint.
43421
- /// @group tilelayout
43493
+ /// @group tile-layout
43422
43494
  $kendo-tile-layout-hint-border: $kendo-component-border !default;
43423
43495
  /// The background color of the TileLayout hint.
43424
- /// @group tilelayout
43496
+ /// @group tile-layout
43425
43497
  $kendo-tile-layout-hint-bg: rgba(255, 255, 255, .2) !default;
43426
43498
 
43427
43499
 
@@ -44013,9 +44085,6 @@ $_kendo-module-meta: (
44013
44085
 
44014
44086
 
44015
44087
  // Dependencies
44016
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
44017
- // File already imported_once. Skipping output.
44018
- // #endregion
44019
44088
  // #region @import "../adaptive/_index.scss"; -> scss/adaptive/_index.scss
44020
44089
  // #region @import "../core/_index.scss"; -> scss/core/_index.scss
44021
44090
  // File already imported_once. Skipping output.
@@ -47059,9 +47128,6 @@ $_kendo-module-meta: (
47059
47128
 
47060
47129
 
47061
47130
  // Dependencies
47062
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
47063
- // File already imported_once. Skipping output.
47064
- // #endregion
47065
47131
  // @import "../utils/_flex.scss";
47066
47132
  // @import "../utils/_grid.scss";
47067
47133
  // #region @import "../pager/_index.scss"; -> scss/pager/_index.scss
@@ -47386,9 +47452,6 @@ $_kendo-module-meta: (
47386
47452
 
47387
47453
 
47388
47454
  // Dependencies
47389
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
47390
- // File already imported_once. Skipping output.
47391
- // #endregion
47392
47455
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
47393
47456
  // File already imported_once. Skipping output.
47394
47457
  // #endregion
@@ -48872,9 +48935,6 @@ $_kendo-module-meta: (
48872
48935
 
48873
48936
 
48874
48937
  // Dependencies
48875
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
48876
- // File already imported_once. Skipping output.
48877
- // #endregion
48878
48938
  // #region @import "../dialog/_index.scss"; -> scss/dialog/_index.scss
48879
48939
  // File already imported_once. Skipping output.
48880
48940
  // #endregion
@@ -49964,9 +50024,6 @@ $_kendo-module-meta: (
49964
50024
 
49965
50025
 
49966
50026
  // Dependencies
49967
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
49968
- // File already imported_once. Skipping output.
49969
- // #endregion
49970
50027
  // @import "../utils/_text.scss";
49971
50028
  // #region @import "../grid/_index.scss"; -> scss/grid/_index.scss
49972
50029
  // File already imported_once. Skipping output.
@@ -50172,9 +50229,6 @@ $_kendo-module-meta: (
50172
50229
 
50173
50230
 
50174
50231
  // Dependencies
50175
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
50176
- // File already imported_once. Skipping output.
50177
- // #endregion
50178
50232
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
50179
50233
  // File already imported_once. Skipping output.
50180
50234
  // #endregion
@@ -50419,9 +50473,6 @@ $_kendo-module-meta: (
50419
50473
 
50420
50474
 
50421
50475
  // Dependencies
50422
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
50423
- // File already imported_once. Skipping output.
50424
- // #endregion
50425
50476
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
50426
50477
  // File already imported_once. Skipping output.
50427
50478
  // #endregion
@@ -50462,184 +50513,184 @@ $_kendo-module-meta: (
50462
50513
  // FileManager
50463
50514
 
50464
50515
  /// The space between the FileManager items.
50465
- /// @group filemanager
50516
+ /// @group file-manager
50466
50517
  $kendo-file-manager-spacer: k-spacing(4) !default;
50467
50518
  /// The border width of the FileManager.
50468
- /// @group filemanager
50519
+ /// @group file-manager
50469
50520
  $kendo-file-manager-border-width: 1px !default;
50470
50521
  /// The font family of the FileManager.
50471
- /// @group filemanager
50522
+ /// @group file-manager
50472
50523
  $kendo-file-manager-font-family: var( --kendo-font-family, inherit ) !default;
50473
50524
  /// The font size of the FileManager.
50474
- /// @group filemanager
50525
+ /// @group file-manager
50475
50526
  $kendo-file-manager-font-size: var( --kendo-font-size, inherit ) !default;
50476
50527
  /// The line height of the FileManager.
50477
- /// @group filemanager
50528
+ /// @group file-manager
50478
50529
  $kendo-file-manager-line-height: var( --kendo-line-height, normal ) !default;
50479
50530
  /// The background color of the FileManager.
50480
- /// @group filemanager
50531
+ /// @group file-manager
50481
50532
  $kendo-file-manager-bg: $kendo-component-bg !default;
50482
50533
  /// The text color of the FileManager.
50483
- /// @group filemanager
50534
+ /// @group file-manager
50484
50535
  $kendo-file-manager-text: $kendo-component-text !default;
50485
50536
  /// The border color of the FileManager.
50486
- /// @group filemanager
50537
+ /// @group file-manager
50487
50538
  $kendo-file-manager-border: $kendo-component-border !default;
50488
50539
 
50489
50540
  /// The border width of the FileManager Toolbar.
50490
- /// @group filemanager
50541
+ /// @group file-manager
50491
50542
  $kendo-file-manager-toolbar-border-width: $kendo-file-manager-border-width !default;
50492
50543
  /// The background color of the FileManager Toolbar.
50493
- /// @group filemanager
50544
+ /// @group file-manager
50494
50545
  $kendo-file-manager-toolbar-bg: null !default;
50495
50546
  /// The text color of the FileManager Toolbar.
50496
- /// @group filemanager
50547
+ /// @group file-manager
50497
50548
  $kendo-file-manager-toolbar-text: null !default;
50498
50549
  /// The border color of the FileManager Toolbar.
50499
- /// @group filemanager
50550
+ /// @group file-manager
50500
50551
  $kendo-file-manager-toolbar-border: null !default;
50501
50552
  /// The gradient of the FileManager Toolbar.
50502
- /// @group filemanager
50553
+ /// @group file-manager
50503
50554
  $kendo-file-manager-toolbar-gradient: null !default;
50504
50555
 
50505
50556
  /// The horizontal padding of the FileManager Navigation.
50506
- /// @group filemanager
50557
+ /// @group file-manager
50507
50558
  $kendo-file-manager-navigation-padding-x: $kendo-file-manager-spacer !default;
50508
50559
  /// The vertical padding of the FileManager Navigation.
50509
- /// @group filemanager
50560
+ /// @group file-manager
50510
50561
  $kendo-file-manager-navigation-padding-y: $kendo-file-manager-spacer !default;
50511
50562
  /// The width of the FileManager Navigation.
50512
- /// @group filemanager
50563
+ /// @group file-manager
50513
50564
  $kendo-file-manager-navigation-width: 20% !default;
50514
50565
  /// The border width of the FileManager Navigation.
50515
- /// @group filemanager
50566
+ /// @group file-manager
50516
50567
  $kendo-file-manager-navigation-border-width: $kendo-file-manager-border-width !default;
50517
50568
  /// The background color of the FileManager Navigation.
50518
- /// @group filemanager
50569
+ /// @group file-manager
50519
50570
  $kendo-file-manager-navigation-bg: null !default;
50520
50571
  /// The text color of the FileManager Navigation.
50521
- /// @group filemanager
50572
+ /// @group file-manager
50522
50573
  $kendo-file-manager-navigation-text: null !default;
50523
50574
  /// The border color of the FileManager Navigation.
50524
- /// @group filemanager
50575
+ /// @group file-manager
50525
50576
  $kendo-file-manager-navigation-border: null !default;
50526
50577
 
50527
50578
  /// The horizontal padding of the FileManager Breadcrumb.
50528
- /// @group filemanager
50579
+ /// @group file-manager
50529
50580
  $kendo-file-manager-breadcrumb-padding-x: k-spacing(2) !default;
50530
50581
  /// The vertical padding of the FileManager Breadcrumb.
50531
- /// @group filemanager
50582
+ /// @group file-manager
50532
50583
  $kendo-file-manager-breadcrumb-padding-y: k-spacing(2) !default;
50533
50584
  /// The border width of the FileManager Breadcrumb.
50534
- /// @group filemanager
50585
+ /// @group file-manager
50535
50586
  $kendo-file-manager-breadcrumb-border-width: $kendo-file-manager-border-width !default;
50536
50587
  /// The background color of the FileManager Breadcrumb.
50537
- /// @group filemanager
50588
+ /// @group file-manager
50538
50589
  $kendo-file-manager-breadcrumb-bg: $kendo-toolbar-bg !default;
50539
50590
  /// The text color of the FileManager Breadcrumb.
50540
- /// @group filemanager
50591
+ /// @group file-manager
50541
50592
  $kendo-file-manager-breadcrumb-text: null !default;
50542
50593
  /// The border color of the FileManager Breadcrumb.
50543
- /// @group filemanager
50594
+ /// @group file-manager
50544
50595
  $kendo-file-manager-breadcrumb-border: null !default;
50545
50596
 
50546
50597
  /// The background color of the FileManager ListView.
50547
- /// @group filemanager
50598
+ /// @group file-manager
50548
50599
  $kendo-file-manager-listview-bg: null !default;
50549
50600
  /// The text color of the FileManager ListView.
50550
- /// @group filemanager
50601
+ /// @group file-manager
50551
50602
  $kendo-file-manager-listview-text: null !default;
50552
50603
  /// The border color of the FileManager ListView.
50553
- /// @group filemanager
50604
+ /// @group file-manager
50554
50605
  $kendo-file-manager-listview-border: null !default;
50555
50606
 
50556
50607
  /// The horizontal padding of the FileManager ListView item.
50557
- /// @group filemanager
50608
+ /// @group file-manager
50558
50609
  $kendo-file-manager-listview-item-padding-x: k-spacing(4) !default;
50559
50610
  /// The vertical padding of the FileManager ListView item.
50560
- /// @group filemanager
50611
+ /// @group file-manager
50561
50612
  $kendo-file-manager-listview-item-padding-y: k-spacing(4) !default;
50562
50613
  /// The width of the FileManager ListView item.
50563
- /// @group filemanager
50614
+ /// @group file-manager
50564
50615
  $kendo-file-manager-listview-item-width: 120px !default;
50565
50616
  /// The height of the FileManager ListView item.
50566
- /// @group filemanager
50617
+ /// @group file-manager
50567
50618
  $kendo-file-manager-listview-item-height: 120px !default;
50568
50619
  /// The background color of the FileManager ListView item.
50569
- /// @group filemanager
50620
+ /// @group file-manager
50570
50621
  $kendo-file-manager-listview-item-bg: null !default;
50571
50622
  /// The text color of the FileManager ListView item.
50572
- /// @group filemanager
50623
+ /// @group file-manager
50573
50624
  $kendo-file-manager-listview-item-text: null !default;
50574
50625
  /// The border color of the FileManager ListView item.
50575
- /// @group filemanager
50626
+ /// @group file-manager
50576
50627
  $kendo-file-manager-listview-item-border: null !default;
50577
50628
 
50578
50629
  /// The background color of the FileManager ListView item icon.
50579
- /// @group filemanager
50630
+ /// @group file-manager
50580
50631
  $kendo-file-manager-listview-item-icon-bg: null !default;
50581
50632
  /// The text color of the FileManager ListView item icon.
50582
- /// @group filemanager
50633
+ /// @group file-manager
50583
50634
  $kendo-file-manager-listview-item-icon-text: if($kendo-enable-color-system, k-color( subtle ), k-try-tint($kendo-file-manager-text, 4)) !default;
50584
50635
  /// The border color of the FileManager ListView item icon.
50585
- /// @group filemanager
50636
+ /// @group file-manager
50586
50637
  $kendo-file-manager-listview-item-icon-border: null !default;
50587
50638
  /// Background color of the FileManager selected ListView item icon.
50588
- /// @group filemanager
50639
+ /// @group file-manager
50589
50640
  $kendo-file-manager-listview-item-icon-selected-bg: null !default;
50590
50641
  /// Text color of the FileManager selected ListView item icon.
50591
- /// @group filemanager
50642
+ /// @group file-manager
50592
50643
  $kendo-file-manager-listview-item-icon-selected-text: inherit !default;
50593
50644
  /// Border color of the FileManager selected ListView item icon.
50594
- /// @group filemanager
50645
+ /// @group file-manager
50595
50646
  $kendo-file-manager-listview-item-icon-selected-border: null !default;
50596
50647
 
50597
50648
  /// The background color of the FileManager Grid.
50598
- /// @group filemanager
50649
+ /// @group file-manager
50599
50650
  $kendo-file-manager-grid-bg: null !default;
50600
50651
  /// The text color of the FileManager Grid.
50601
- /// @group filemanager
50652
+ /// @group file-manager
50602
50653
  $kendo-file-manager-grid-text: null !default;
50603
50654
  /// The border color of the FileManager Grid.
50604
- /// @group filemanager
50655
+ /// @group file-manager
50605
50656
  $kendo-file-manager-grid-border: null !default;
50606
50657
 
50607
50658
  /// The horizontal padding of the FileManager preview.
50608
- /// @group filemanager
50659
+ /// @group file-manager
50609
50660
  $kendo-file-manager-preview-padding-x: $kendo-file-manager-spacer !default;
50610
50661
  /// The vertical padding of the FileManager preview.
50611
- /// @group filemanager
50662
+ /// @group file-manager
50612
50663
  $kendo-file-manager-preview-padding-y: $kendo-file-manager-spacer !default;
50613
50664
  /// The width of the FileManager preview.
50614
- /// @group filemanager
50665
+ /// @group file-manager
50615
50666
  $kendo-file-manager-preview-width: 20% !default;
50616
50667
  /// The border width of the FileManager preview.
50617
- /// @group filemanager
50668
+ /// @group file-manager
50618
50669
  $kendo-file-manager-preview-border-width: $kendo-file-manager-border-width !default;
50619
50670
  /// The spacing of the FileManager preview.
50620
- /// @group filemanager
50671
+ /// @group file-manager
50621
50672
  $kendo-file-manager-preview-spacing: $kendo-file-manager-spacer !default;
50622
50673
  /// The gap between the columns in the FileManager preview.
50623
- /// @group filemanager
50674
+ /// @group file-manager
50624
50675
  $kendo-file-manager-preview-column-gap: k-spacing(1) !default;
50625
50676
  /// The background color of the FileManager preview.
50626
- /// @group filemanager
50677
+ /// @group file-manager
50627
50678
  $kendo-file-manager-preview-bg: null !default;
50628
50679
  /// The text color of the FileManager preview.
50629
- /// @group filemanager
50680
+ /// @group file-manager
50630
50681
  $kendo-file-manager-preview-text: null !default;
50631
50682
  /// The border color of the FileManager preview.
50632
- /// @group filemanager
50683
+ /// @group file-manager
50633
50684
  $kendo-file-manager-preview-border: null !default;
50634
50685
 
50635
50686
  /// The background color of the FileManager preview icon.
50636
- /// @group filemanager
50687
+ /// @group file-manager
50637
50688
  $kendo-file-manager-preview-icon-bg: null !default;
50638
50689
  /// The text color of the FileManager preview icon.
50639
- /// @group filemanager
50690
+ /// @group file-manager
50640
50691
  $kendo-file-manager-preview-icon-text: if($kendo-enable-color-system, k-color( subtle ), k-try-tint($kendo-file-manager-text, 4)) !default;
50641
50692
  /// The border color of the FileManager preview icon.
50642
- /// @group filemanager
50693
+ /// @group file-manager
50643
50694
  $kendo-file-manager-preview-icon-border: null !default;
50644
50695
 
50645
50696
  // #endregion
@@ -51051,9 +51102,6 @@ $_kendo-module-meta: (
51051
51102
 
51052
51103
  // Dependencies
51053
51104
  // @import "../utils/_index.scss";
51054
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
51055
- // File already imported_once. Skipping output.
51056
- // #endregion
51057
51105
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
51058
51106
  // File already imported_once. Skipping output.
51059
51107
  // #endregion
@@ -51644,7 +51692,7 @@ $kendo-taskboard-drag-placeholder-border: $kendo-component-border !default;
51644
51692
  }
51645
51693
 
51646
51694
  &.k-disabled {
51647
- @include disabled( $kendo-disabled-styling );
51695
+ @include disabled( $kendo-disabled-styling... );
51648
51696
  }
51649
51697
  }
51650
51698
 
@@ -51717,9 +51765,6 @@ $_kendo-module-meta: (
51717
51765
 
51718
51766
 
51719
51767
  // Dependencies
51720
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
51721
- // File already imported_once. Skipping output.
51722
- // #endregion
51723
51768
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
51724
51769
  // File already imported_once. Skipping output.
51725
51770
  // #endregion
@@ -52602,9 +52647,6 @@ $_kendo-module-meta: (
52602
52647
 
52603
52648
 
52604
52649
  // Dependencies
52605
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
52606
- // File already imported_once. Skipping output.
52607
- // #endregion
52608
52650
  // #region @import "../toolbar/_index.scss"; -> scss/toolbar/_index.scss
52609
52651
  // File already imported_once. Skipping output.
52610
52652
  // #endregion
@@ -52937,14 +52979,12 @@ $_kendo-module-meta: (
52937
52979
  "treelist",
52938
52980
  "validator",
52939
52981
  "window",
52982
+ "time-marker"
52940
52983
  )
52941
52984
  );
52942
52985
 
52943
52986
 
52944
52987
  // Dependencies
52945
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
52946
- // File already imported_once. Skipping output.
52947
- // #endregion
52948
52988
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
52949
52989
  // File already imported_once. Skipping output.
52950
52990
  // #endregion
@@ -54455,14 +54495,12 @@ $_kendo-module-meta: (
54455
54495
  "dropdown-list",
54456
54496
  "icon",
54457
54497
  "tooltip",
54498
+ "time-marker"
54458
54499
  )
54459
54500
  );
54460
54501
 
54461
54502
 
54462
54503
  // Dependencies
54463
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
54464
- // File already imported_once. Skipping output.
54465
- // #endregion
54466
54504
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
54467
54505
  // File already imported_once. Skipping output.
54468
54506
  // #endregion
@@ -56058,9 +56096,6 @@ $_kendo-module-meta: (
56058
56096
 
56059
56097
 
56060
56098
  // Dependencies
56061
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
56062
- // File already imported_once. Skipping output.
56063
- // #endregion
56064
56099
  // #region @import "../input/_index.scss"; -> scss/input/_index.scss
56065
56100
  // File already imported_once. Skipping output.
56066
56101
  // #endregion
@@ -56879,9 +56914,6 @@ $_kendo-module-meta: (
56879
56914
 
56880
56915
 
56881
56916
  // Dependencies
56882
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
56883
- // File already imported_once. Skipping output.
56884
- // #endregion
56885
56917
  // #region @import "../slider/_index.scss"; -> scss/slider/_index.scss
56886
56918
  // File already imported_once. Skipping output.
56887
56919
  // #endregion
@@ -57093,9 +57125,6 @@ $_kendo-module-meta: (
57093
57125
 
57094
57126
 
57095
57127
  // Dependencies
57096
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
57097
- // File already imported_once. Skipping output.
57098
- // #endregion
57099
57128
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
57100
57129
  // File already imported_once. Skipping output.
57101
57130
  // #endregion
@@ -57848,9 +57877,6 @@ $_kendo-module-meta: (
57848
57877
 
57849
57878
 
57850
57879
  // Dependencies
57851
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
57852
- // File already imported_once. Skipping output.
57853
- // #endregion
57854
57880
  // @import "../utils/_index.scss";
57855
57881
  // #region @import "../combobox/_index.scss"; -> scss/combobox/_index.scss
57856
57882
  // File already imported_once. Skipping output.
@@ -58266,9 +58292,6 @@ $_kendo-module-meta: (
58266
58292
 
58267
58293
 
58268
58294
  // Dependencies
58269
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
58270
- // File already imported_once. Skipping output.
58271
- // #endregion
58272
58295
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
58273
58296
  // File already imported_once. Skipping output.
58274
58297
  // #endregion
@@ -58426,9 +58449,6 @@ $_kendo-module-meta: (
58426
58449
 
58427
58450
 
58428
58451
  // Dependencies
58429
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
58430
- // File already imported_once. Skipping output.
58431
- // #endregion
58432
58452
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
58433
58453
  // File already imported_once. Skipping output.
58434
58454
  // #endregion
@@ -58837,13 +58857,6 @@ $_kendo-module-meta: (
58837
58857
  dependencies: ()
58838
58858
  );
58839
58859
 
58840
-
58841
- // Dependencies
58842
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
58843
- // File already imported_once. Skipping output.
58844
- // #endregion
58845
-
58846
-
58847
58860
  // Component
58848
58861
  // #region @import "./_variables.scss"; -> scss/prompt/_variables.scss
58849
58862
  // Prompt
@@ -59077,9 +59090,6 @@ $_kendo-module-meta: (
59077
59090
 
59078
59091
 
59079
59092
  // Dependencies
59080
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
59081
- // File already imported_once. Skipping output.
59082
- // #endregion
59083
59093
  // #region @import "../popup/_index.scss"; -> scss/popup/_index.scss
59084
59094
  // File already imported_once. Skipping output.
59085
59095
  // #endregion
@@ -59924,9 +59934,6 @@ $_kendo-module-meta: (
59924
59934
 
59925
59935
 
59926
59936
  // Dependencies
59927
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
59928
- // File already imported_once. Skipping output.
59929
- // #endregion
59930
59937
  // @import "../utils/_position.scss";
59931
59938
  // #region @import "../button/_index.scss"; -> scss/button/_index.scss
59932
59939
  // File already imported_once. Skipping output.
@@ -60205,9 +60212,6 @@ $_kendo-module-meta: (
60205
60212
 
60206
60213
  // Dependencies
60207
60214
  // @import "../utils/_index.scss";
60208
- // #region @import "../common/_index.scss"; -> scss/common/_index.scss
60209
- // File already imported_once. Skipping output.
60210
- // #endregion
60211
60215
  // #region @import "../icons/_index.scss"; -> scss/icons/_index.scss
60212
60216
  // File already imported_once. Skipping output.
60213
60217
  // #endregion
@@ -60827,6 +60831,7 @@ $kendo-signature-maximized-line-width: 3px !default;
60827
60831
  @include kendo-loader--styles();
60828
60832
  @include kendo-skeleton--styles();
60829
60833
  @include kendo-tooltip--styles();
60834
+ @include kendo-time-marker--styles();
60830
60835
 
60831
60836
 
60832
60837
  // Form helpers