@progress/kendo-theme-classic 8.0.0-dev.4 → 8.0.0-dev.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +12 -12
- package/dist/all.scss +229 -44
- package/dist/meta/sassdoc-data.json +31117 -26197
- package/dist/meta/sassdoc-raw-data.json +4992 -2717
- package/dist/meta/variables.json +13 -13
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +1 -1
- package/package.json +5 -5
- package/scss/dataviz/_variables.scss +1 -1
- package/scss/scheduler/_variables.scss +143 -0
- package/scss/tabstrip/_variables.scss +70 -28
- package/scss/typography/_variables.scss +9 -9
package/dist/all.css
CHANGED
|
@@ -29283,7 +29283,7 @@ kendo-sortable {
|
|
|
29283
29283
|
}
|
|
29284
29284
|
|
|
29285
29285
|
.k-h1 {
|
|
29286
|
-
font-size: var(--kendo-h1-font-size, calc(var( --kendo-font-size,
|
|
29286
|
+
font-size: var(--kendo-h1-font-size, calc(var( --kendo-font-size, .875rem )*4));
|
|
29287
29287
|
font-family: var(--kendo-h1-font-family, var(--kendo-font-family, inherit));
|
|
29288
29288
|
line-height: var(--kendo-h1-line-height, 74px);
|
|
29289
29289
|
font-weight: var(--kendo-h1-font-weight, var(--kendo-font-weight-normal, normal));
|
|
@@ -29292,7 +29292,7 @@ kendo-sortable {
|
|
|
29292
29292
|
}
|
|
29293
29293
|
|
|
29294
29294
|
.k-h2 {
|
|
29295
|
-
font-size: var(--kendo-h2-font-size, calc(var( --kendo-font-size,
|
|
29295
|
+
font-size: var(--kendo-h2-font-size, calc(var( --kendo-font-size, .875rem )*3));
|
|
29296
29296
|
font-family: var(--kendo-h2-font-family, var(--kendo-font-family, inherit));
|
|
29297
29297
|
line-height: var(--kendo-h2-line-height, 56px);
|
|
29298
29298
|
font-weight: var(--kendo-h2-font-weight, var(--kendo-font-weight-normal, normal));
|
|
@@ -29301,7 +29301,7 @@ kendo-sortable {
|
|
|
29301
29301
|
}
|
|
29302
29302
|
|
|
29303
29303
|
.k-h3 {
|
|
29304
|
-
font-size: var(--kendo-h3-font-size, calc(var( --kendo-font-size,
|
|
29304
|
+
font-size: var(--kendo-h3-font-size, calc(var( --kendo-font-size, .875rem )*2.5));
|
|
29305
29305
|
font-family: var(--kendo-h3-font-family, var(--kendo-font-family, inherit));
|
|
29306
29306
|
line-height: var(--kendo-h3-line-height, 42px);
|
|
29307
29307
|
font-weight: var(--kendo-h3-font-weight, var(--kendo-font-weight-normal, normal));
|
|
@@ -29310,7 +29310,7 @@ kendo-sortable {
|
|
|
29310
29310
|
}
|
|
29311
29311
|
|
|
29312
29312
|
.k-h4 {
|
|
29313
|
-
font-size: var(--kendo-h4-font-size, calc(var( --kendo-font-size,
|
|
29313
|
+
font-size: var(--kendo-h4-font-size, calc(var( --kendo-font-size, .875rem )*2));
|
|
29314
29314
|
font-family: var(--kendo-h4-font-family, var(--kendo-font-family, inherit));
|
|
29315
29315
|
line-height: var(--kendo-h4-line-height, 40px);
|
|
29316
29316
|
font-weight: var(--kendo-h4-font-weight, var(--kendo-font-weight-bold, normal));
|
|
@@ -29319,7 +29319,7 @@ kendo-sortable {
|
|
|
29319
29319
|
}
|
|
29320
29320
|
|
|
29321
29321
|
.k-h5 {
|
|
29322
|
-
font-size: var(--kendo-h5-font-size, calc(var( --kendo-font-size,
|
|
29322
|
+
font-size: var(--kendo-h5-font-size, calc(var( --kendo-font-size, .875rem )*1.5));
|
|
29323
29323
|
font-family: var(--kendo-h5-font-family, var(--kendo-font-family, inherit));
|
|
29324
29324
|
line-height: var(--kendo-h5-line-height, 28px);
|
|
29325
29325
|
font-weight: var(--kendo-h5-font-weight, var(--kendo-font-weight-bold, normal));
|
|
@@ -29377,7 +29377,7 @@ kendo-sortable {
|
|
|
29377
29377
|
}
|
|
29378
29378
|
|
|
29379
29379
|
.k-display-1 {
|
|
29380
|
-
font-size: var(--kendo-display1-font-size, calc(var( --kendo-font-size,
|
|
29380
|
+
font-size: var(--kendo-display1-font-size, calc(var( --kendo-font-size, .875rem )*8));
|
|
29381
29381
|
font-family: var(--kendo-display1-font-family, var(--kendo-font-family, inherit));
|
|
29382
29382
|
line-height: var(--kendo-display1-line-height, 1.2);
|
|
29383
29383
|
font-weight: var(--kendo-display1-font-weight, var(--kendo-font-weight-light, normal));
|
|
@@ -29385,7 +29385,7 @@ kendo-sortable {
|
|
|
29385
29385
|
}
|
|
29386
29386
|
|
|
29387
29387
|
.k-display-2 {
|
|
29388
|
-
font-size: var(--kendo-display2-font-size, calc(var( --kendo-font-size,
|
|
29388
|
+
font-size: var(--kendo-display2-font-size, calc(var( --kendo-font-size, .875rem )*7));
|
|
29389
29389
|
font-family: var(--kendo-display2-font-family, var(--kendo-font-family, inherit));
|
|
29390
29390
|
line-height: var(--kendo-display2-line-height, 1.2);
|
|
29391
29391
|
font-weight: var(--kendo-display2-font-weight, var(--kendo-font-weight-light, normal));
|
|
@@ -29393,7 +29393,7 @@ kendo-sortable {
|
|
|
29393
29393
|
}
|
|
29394
29394
|
|
|
29395
29395
|
.k-display-3 {
|
|
29396
|
-
font-size: var(--kendo-display3-font-size, calc(var( --kendo-font-size,
|
|
29396
|
+
font-size: var(--kendo-display3-font-size, calc(var( --kendo-font-size, .875rem )*6));
|
|
29397
29397
|
font-family: var(--kendo-display3-font-family, var(--kendo-font-family, inherit));
|
|
29398
29398
|
line-height: var(--kendo-display3-line-height, 1.2);
|
|
29399
29399
|
font-weight: var(--kendo-display3-font-weight, var(--kendo-font-weight-light, normal));
|
|
@@ -29401,7 +29401,7 @@ kendo-sortable {
|
|
|
29401
29401
|
}
|
|
29402
29402
|
|
|
29403
29403
|
.k-display-4 {
|
|
29404
|
-
font-size: var(--kendo-display4-font-size, calc(var( --kendo-font-size,
|
|
29404
|
+
font-size: var(--kendo-display4-font-size, calc(var( --kendo-font-size, .875rem )*5));
|
|
29405
29405
|
font-family: var(--kendo-display4-font-family, var(--kendo-font-family, inherit));
|
|
29406
29406
|
line-height: var(--kendo-display4-line-height, 1.2);
|
|
29407
29407
|
font-weight: var(--kendo-display4-font-weight, var(--kendo-font-weight-light, normal));
|
|
@@ -54297,8 +54297,8 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
54297
54297
|
|
|
54298
54298
|
.k-scrollview-nav > .k-link::before {
|
|
54299
54299
|
content: "";
|
|
54300
|
-
width:
|
|
54301
|
-
height:
|
|
54300
|
+
width: calc(10px + var(--kendo-spacing-5, 1.25rem));
|
|
54301
|
+
height: calc(10px + var(--kendo-spacing-5, 1.25rem));
|
|
54302
54302
|
display: block;
|
|
54303
54303
|
position: absolute;
|
|
54304
54304
|
top: 50%;
|
|
@@ -54585,7 +54585,7 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
54585
54585
|
|
|
54586
54586
|
.k-chart-tooltip {
|
|
54587
54587
|
border-radius: var(--kendo-border-radius-md, 0.25rem);
|
|
54588
|
-
font-size:
|
|
54588
|
+
font-size: 0.812875rem;
|
|
54589
54589
|
line-height: var(--kendo-line-height, normal);
|
|
54590
54590
|
padding-block: var(--kendo-spacing-1, 0.25rem);
|
|
54591
54591
|
padding-inline: var(--kendo-spacing-2, 0.5rem);
|
package/dist/all.scss
CHANGED
|
@@ -12341,25 +12341,25 @@ $kendo-utils: (
|
|
|
12341
12341
|
// #region @import "./_text-decoration.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-utils/scss/typography/_text-decoration.scss
|
|
12342
12342
|
/// This is equivalent to `text-decoration: underline;`.
|
|
12343
12343
|
/// @example text-decoration: underline;
|
|
12344
|
-
/// @name .k-underline
|
|
12344
|
+
/// @name .k-text-underline
|
|
12345
12345
|
/// @group text-decoration
|
|
12346
12346
|
/// @contextType css
|
|
12347
12347
|
|
|
12348
12348
|
/// This is equivalent to `text-decoration: overline;`.
|
|
12349
12349
|
/// @example text-decoration: overline;
|
|
12350
|
-
/// @name .k-overline
|
|
12350
|
+
/// @name .k-text-overline
|
|
12351
12351
|
/// @group text-decoration
|
|
12352
12352
|
/// @contextType css
|
|
12353
12353
|
|
|
12354
12354
|
/// This is equivalent to `text-decoration: line-through;`.
|
|
12355
12355
|
/// @example text-decoration: line-through;
|
|
12356
|
-
/// @name .k-line-through
|
|
12356
|
+
/// @name .k-text-line-through
|
|
12357
12357
|
/// @group text-decoration
|
|
12358
12358
|
/// @contextType css
|
|
12359
12359
|
|
|
12360
12360
|
/// This is equivalent to `text-decoration: none-decoration;`.
|
|
12361
12361
|
/// @example text-decoration: none-decoration;
|
|
12362
|
-
/// @name .k-
|
|
12362
|
+
/// @name .k-text-no-underline
|
|
12363
12363
|
/// @group text-decoration
|
|
12364
12364
|
/// @contextType css
|
|
12365
12365
|
|
|
@@ -15120,11 +15120,11 @@ $_kendo-module-meta: (
|
|
|
15120
15120
|
|
|
15121
15121
|
|
|
15122
15122
|
// Headings
|
|
15123
|
-
$kendo-h1-font-size: calc( var( --kendo-font-size,
|
|
15124
|
-
$kendo-h2-font-size: calc( var( --kendo-font-size,
|
|
15125
|
-
$kendo-h3-font-size: calc( var( --kendo-font-size,
|
|
15126
|
-
$kendo-h4-font-size: calc( var( --kendo-font-size,
|
|
15127
|
-
$kendo-h5-font-size: calc( var( --kendo-font-size,
|
|
15123
|
+
$kendo-h1-font-size: calc( var( --kendo-font-size, .875rem ) * 4 ) !default;
|
|
15124
|
+
$kendo-h2-font-size: calc( var( --kendo-font-size, .875rem ) * 3 ) !default;
|
|
15125
|
+
$kendo-h3-font-size: calc( var( --kendo-font-size, .875rem ) * 2.5 ) !default;
|
|
15126
|
+
$kendo-h4-font-size: calc( var( --kendo-font-size, .875rem ) * 2 ) !default;
|
|
15127
|
+
$kendo-h5-font-size: calc( var( --kendo-font-size, .875rem ) * 1.5 ) !default;
|
|
15128
15128
|
$kendo-h6-font-size: var( --kendo-font-size, inherit ) !default;
|
|
15129
15129
|
|
|
15130
15130
|
$kendo-h1-font-family: var( --kendo-font-family, inherit ) !default;
|
|
@@ -15243,10 +15243,10 @@ $kendo-code-border: $kendo-component-border !default;
|
|
|
15243
15243
|
|
|
15244
15244
|
|
|
15245
15245
|
// Display
|
|
15246
|
-
$kendo-display1-font-size: calc( var( --kendo-font-size,
|
|
15247
|
-
$kendo-display2-font-size: calc( var( --kendo-font-size,
|
|
15248
|
-
$kendo-display3-font-size: calc( var( --kendo-font-size,
|
|
15249
|
-
$kendo-display4-font-size: calc( var( --kendo-font-size,
|
|
15246
|
+
$kendo-display1-font-size: calc( var( --kendo-font-size, .875rem ) * 8 ) !default;
|
|
15247
|
+
$kendo-display2-font-size: calc( var( --kendo-font-size, .875rem ) * 7 ) !default;
|
|
15248
|
+
$kendo-display3-font-size: calc( var( --kendo-font-size, .875rem ) * 6 ) !default;
|
|
15249
|
+
$kendo-display4-font-size: calc( var( --kendo-font-size, .875rem ) * 5 ) !default;
|
|
15250
15250
|
|
|
15251
15251
|
$kendo-display1-font-family: var( --kendo-font-family, inherit ) !default;
|
|
15252
15252
|
$kendo-display2-font-family: var( --kendo-font-family, inherit ) !default;
|
|
@@ -42125,119 +42125,161 @@ $_kendo-module-meta: (
|
|
|
42125
42125
|
|
|
42126
42126
|
// Component
|
|
42127
42127
|
// #region @import "./_variables.scss"; -> scss/tabstrip/_variables.scss
|
|
42128
|
-
//
|
|
42128
|
+
// TabStrip
|
|
42129
|
+
|
|
42130
|
+
|
|
42131
|
+
/// The horizontal padding of the TabStrip wrapper.
|
|
42132
|
+
/// @group tabstrip
|
|
42129
42133
|
$kendo-tabstrip-wrapper-padding-x: k-spacing(0) !default;
|
|
42134
|
+
/// The vertical padding of the TabStrip wrapper.
|
|
42135
|
+
/// @group tabstrip
|
|
42130
42136
|
$kendo-tabstrip-wrapper-padding-y: k-spacing(0) !default;
|
|
42137
|
+
/// The border width around the TabStrip wrapper.
|
|
42138
|
+
/// @group tabstrip
|
|
42131
42139
|
$kendo-tabstrip-wrapper-border-width: 0px !default;
|
|
42132
42140
|
|
|
42141
|
+
/// The font family of the TabStrip.
|
|
42142
|
+
/// @group tabstrip
|
|
42133
42143
|
$kendo-tabstrip-font-family: var( --kendo-font-family, inherit ) !default;
|
|
42144
|
+
/// The font size of the TabStrip.
|
|
42145
|
+
/// @group tabstrip
|
|
42134
42146
|
$kendo-tabstrip-font-size: var( --kendo-font-size, inherit ) !default;
|
|
42147
|
+
/// The line height of the TabStrip.
|
|
42148
|
+
/// @group tabstrip
|
|
42135
42149
|
$kendo-tabstrip-line-height: var( --kendo-line-height, normal )!default;
|
|
42150
|
+
/// The border width around the TabStrip.
|
|
42151
|
+
/// @group tabstrip
|
|
42136
42152
|
$kendo-tabstrip-border-width: 1px !default;
|
|
42137
42153
|
|
|
42154
|
+
/// The background color of the TabStrip wrapper.
|
|
42155
|
+
/// @group tabstrip
|
|
42138
42156
|
$kendo-tabstrip-wrapper-bg: null !default;
|
|
42157
|
+
/// The text color of the TabStrip wrapper.
|
|
42158
|
+
/// @group tabstrip
|
|
42139
42159
|
$kendo-tabstrip-wrapper-text: null !default;
|
|
42160
|
+
/// The border color of the TabStrip wrapper.
|
|
42161
|
+
/// @group tabstrip
|
|
42140
42162
|
$kendo-tabstrip-wrapper-border: null !default;
|
|
42141
42163
|
|
|
42142
|
-
///
|
|
42164
|
+
/// The background color of the TabStrip.
|
|
42143
42165
|
/// @group tabstrip
|
|
42144
42166
|
$kendo-tabstrip-bg: null !default;
|
|
42145
|
-
///
|
|
42167
|
+
/// The text color of the TabStrip.
|
|
42146
42168
|
/// @group tabstrip
|
|
42147
42169
|
$kendo-tabstrip-text: $kendo-component-text !default;
|
|
42148
|
-
///
|
|
42170
|
+
/// The border color of the TabStrip.
|
|
42149
42171
|
/// @group tabstrip
|
|
42150
42172
|
$kendo-tabstrip-border: $kendo-component-border !default;
|
|
42151
42173
|
|
|
42152
|
-
///
|
|
42174
|
+
/// The horizontal padding of the TabStrip items.
|
|
42153
42175
|
/// @group tabstrip
|
|
42154
42176
|
$kendo-tabstrip-item-padding-x: k-spacing(2) !default;
|
|
42155
|
-
///
|
|
42177
|
+
/// The vertical padding of the TabStrip items.
|
|
42156
42178
|
/// @group tabstrip
|
|
42157
42179
|
$kendo-tabstrip-item-padding-y: k-spacing(1) !default;
|
|
42158
|
-
///
|
|
42180
|
+
/// The border width around the TabStrip items.
|
|
42159
42181
|
/// @group tabstrip
|
|
42160
42182
|
$kendo-tabstrip-item-border-width: 1px !default;
|
|
42161
|
-
///
|
|
42183
|
+
/// The border radius of the TabStrip items.
|
|
42162
42184
|
/// @group tabstrip
|
|
42163
42185
|
$kendo-tabstrip-item-border-radius: k-border-radius(md) !default;
|
|
42164
|
-
///
|
|
42186
|
+
/// The gap between the TabStrip items.
|
|
42165
42187
|
/// @group tabstrip
|
|
42166
42188
|
$kendo-tabstrip-item-gap: k-spacing(0) !default;
|
|
42167
42189
|
|
|
42168
|
-
///
|
|
42190
|
+
/// The background color of the TabStrip items.
|
|
42169
42191
|
/// @group tabstrip
|
|
42170
42192
|
$kendo-tabstrip-item-bg: $kendo-base-bg !default;
|
|
42171
|
-
///
|
|
42193
|
+
/// The text color of the TabStrip items.
|
|
42172
42194
|
/// @group tabstrip
|
|
42173
42195
|
$kendo-tabstrip-item-text: $kendo-base-text !default;
|
|
42174
|
-
///
|
|
42196
|
+
/// The border color of the TabStrip items.
|
|
42175
42197
|
/// @group tabstrip
|
|
42176
42198
|
$kendo-tabstrip-item-border: $kendo-base-border !default;
|
|
42177
|
-
///
|
|
42199
|
+
/// The gradient of the TabStrip items.
|
|
42178
42200
|
/// @group tabstrip
|
|
42179
42201
|
$kendo-tabstrip-item-gradient: $kendo-base-gradient !default;
|
|
42180
42202
|
|
|
42181
|
-
///
|
|
42203
|
+
/// The background color of the hovered TabStrip items.
|
|
42182
42204
|
/// @group tabstrip
|
|
42183
42205
|
$kendo-tabstrip-item-hover-bg: $kendo-hover-bg !default;
|
|
42184
|
-
///
|
|
42206
|
+
/// The text color of the hovered TabStrip items.
|
|
42185
42207
|
/// @group tabstrip
|
|
42186
42208
|
$kendo-tabstrip-item-hover-text: $kendo-hover-text !default;
|
|
42187
|
-
///
|
|
42209
|
+
/// The border color of the hovered TabStrip items.
|
|
42188
42210
|
/// @group tabstrip
|
|
42189
42211
|
$kendo-tabstrip-item-hover-border: $kendo-hover-border !default;
|
|
42190
|
-
///
|
|
42212
|
+
/// The gradient of the hovered TabStrip items.
|
|
42191
42213
|
/// @group tabstrip
|
|
42192
42214
|
$kendo-tabstrip-item-hover-gradient: null !default;
|
|
42193
42215
|
|
|
42194
|
-
///
|
|
42216
|
+
/// The background color of the selected TabStrip items.
|
|
42195
42217
|
/// @group tabstrip
|
|
42196
42218
|
$kendo-tabstrip-item-selected-bg: $kendo-component-bg !default;
|
|
42197
|
-
///
|
|
42219
|
+
/// The text color of the selected TabStrip items.
|
|
42198
42220
|
/// @group tabstrip
|
|
42199
42221
|
$kendo-tabstrip-item-selected-text: $kendo-component-text !default;
|
|
42200
|
-
///
|
|
42222
|
+
/// The border color of the selected TabStrip items.
|
|
42201
42223
|
/// @group tabstrip
|
|
42202
42224
|
$kendo-tabstrip-item-selected-border: $kendo-component-border !default;
|
|
42203
|
-
///
|
|
42225
|
+
/// The gradient of the selected TabStrip items.
|
|
42204
42226
|
/// @group tabstrip
|
|
42205
42227
|
$kendo-tabstrip-item-selected-gradient: false !default;
|
|
42206
42228
|
|
|
42229
|
+
/// The shadow of the focused TabStrip items.
|
|
42230
|
+
/// @group tabstrip
|
|
42207
42231
|
$kendo-tabstrip-item-focus-shadow: $kendo-list-item-focus-shadow !default;
|
|
42208
42232
|
|
|
42233
|
+
/// The shadow of the dragged TabStrip items.
|
|
42234
|
+
/// @group tabstrip
|
|
42209
42235
|
$kendo-tabstrip-item-dragging-shadow: k-elevation(3) !default;
|
|
42210
42236
|
|
|
42237
|
+
/// The background color of the disabled TabStrip items.
|
|
42238
|
+
/// @group tabstrip
|
|
42211
42239
|
$kendo-tabstrip-item-disabled-bg: null !default;
|
|
42240
|
+
/// The text color of the disabled TabStrip items.
|
|
42241
|
+
/// @group tabstrip
|
|
42212
42242
|
$kendo-tabstrip-item-disabled-text: null !default;
|
|
42243
|
+
/// The border color of the disabled TabStrip items.
|
|
42244
|
+
/// @group tabstrip
|
|
42213
42245
|
$kendo-tabstrip-item-disabled-border: null !default;
|
|
42246
|
+
/// The gradient of the disabled TabStrip items.
|
|
42247
|
+
/// @group tabstrip
|
|
42214
42248
|
$kendo-tabstrip-item-disabled-gradient: null !default;
|
|
42249
|
+
/// The opacity of the disabled TabStrip items.
|
|
42250
|
+
/// @group tabstrip
|
|
42215
42251
|
$kendo-tabstrip-item-disabled-opacity: null !default;
|
|
42252
|
+
/// The filter of the disabled TabStrip items.
|
|
42253
|
+
/// @group tabstrip
|
|
42216
42254
|
$kendo-tabstrip-item-disabled-filter: null !default;
|
|
42217
42255
|
|
|
42256
|
+
/// The border width of the TabStrip indicator.
|
|
42257
|
+
/// @group tabstrip
|
|
42218
42258
|
$kendo-tabstrip-indicator-size: null !default;
|
|
42259
|
+
/// The border color of the TabStrip ripple.
|
|
42260
|
+
/// @group tabstrip
|
|
42219
42261
|
$kendo-tabstrip-indicator-color: null !default;
|
|
42220
42262
|
|
|
42221
|
-
///
|
|
42263
|
+
/// The horizontal padding of the TabStrip content.
|
|
42222
42264
|
/// @group tabstrip
|
|
42223
42265
|
$kendo-tabstrip-content-padding-x: k-spacing(4) !default;
|
|
42224
|
-
///
|
|
42266
|
+
/// The vertical padding of the TabStrip content.
|
|
42225
42267
|
/// @group tabstrip
|
|
42226
42268
|
$kendo-tabstrip-content-padding-y: k-spacing(4) !default;
|
|
42227
|
-
///
|
|
42269
|
+
/// The border width around the TabStrip content.
|
|
42228
42270
|
/// @group tabstrip
|
|
42229
42271
|
$kendo-tabstrip-content-border-width: 1px !default;
|
|
42230
42272
|
|
|
42231
|
-
///
|
|
42273
|
+
/// The background color of the TabStrip content.
|
|
42232
42274
|
/// @group tabstrip
|
|
42233
42275
|
$kendo-tabstrip-content-bg: $kendo-component-bg !default;
|
|
42234
|
-
///
|
|
42276
|
+
/// The text color of the TabStrip content.
|
|
42235
42277
|
/// @group tabstrip
|
|
42236
42278
|
$kendo-tabstrip-content-text: $kendo-component-text !default;
|
|
42237
|
-
///
|
|
42279
|
+
/// The border color of the TabStrip content.
|
|
42238
42280
|
/// @group tabstrip
|
|
42239
42281
|
$kendo-tabstrip-content-border: $kendo-component-border !default;
|
|
42240
|
-
///
|
|
42282
|
+
/// The border color of the focused TabStrip content.
|
|
42241
42283
|
/// @group tabstrip
|
|
42242
42284
|
$kendo-tabstrip-content-focus-border: $kendo-component-text !default;
|
|
42243
42285
|
|
|
@@ -55773,98 +55815,241 @@ $_kendo-module-meta: (
|
|
|
55773
55815
|
// Component
|
|
55774
55816
|
// #region @import "./_variables.scss"; -> scss/scheduler/_variables.scss
|
|
55775
55817
|
// Scheduler
|
|
55818
|
+
|
|
55819
|
+
/// The width of the border around the Scheduler.
|
|
55820
|
+
/// @group scheduler
|
|
55776
55821
|
$kendo-scheduler-border-width: 1px !default;
|
|
55822
|
+
/// The font family of the Scheduler.
|
|
55823
|
+
/// @group scheduler
|
|
55777
55824
|
$kendo-scheduler-font-family: var( --kendo-font-family, inherit ) !default;
|
|
55825
|
+
/// The font size of the Scheduler.
|
|
55826
|
+
/// @group scheduler
|
|
55778
55827
|
$kendo-scheduler-font-size: var( --kendo-font-size, inherit ) !default;
|
|
55828
|
+
/// The line height of the Scheduler.
|
|
55829
|
+
/// @group scheduler
|
|
55779
55830
|
$kendo-scheduler-line-height: var( --kendo-line-height, normal ) !default;
|
|
55780
55831
|
|
|
55832
|
+
/// The background color of the Scheduler.
|
|
55833
|
+
/// @group scheduler
|
|
55781
55834
|
$kendo-scheduler-bg: $kendo-component-bg !default;
|
|
55835
|
+
/// The text color of the Scheduler.
|
|
55836
|
+
/// @group scheduler
|
|
55782
55837
|
$kendo-scheduler-text: $kendo-component-text !default;
|
|
55838
|
+
/// The border color of the Scheduler.
|
|
55839
|
+
/// @group scheduler
|
|
55783
55840
|
$kendo-scheduler-border: $kendo-component-border !default;
|
|
55784
55841
|
|
|
55842
|
+
/// The background color of the Scheduler ToolBar.
|
|
55843
|
+
/// @group scheduler
|
|
55785
55844
|
$kendo-scheduler-toolbar-bg: $kendo-toolbar-bg !default;
|
|
55845
|
+
/// The text color of the Scheduler ToolBar.
|
|
55846
|
+
/// @group scheduler
|
|
55786
55847
|
$kendo-scheduler-toolbar-text: $kendo-toolbar-text !default;
|
|
55848
|
+
/// The border color of the Scheduler ToolBar.
|
|
55849
|
+
/// @group scheduler
|
|
55787
55850
|
$kendo-scheduler-toolbar-border: $kendo-toolbar-border !default;
|
|
55851
|
+
/// The gradient of the Scheduler ToolBar.
|
|
55852
|
+
/// @group scheduler
|
|
55788
55853
|
$kendo-scheduler-toolbar-gradient: $kendo-toolbar-gradient !default;
|
|
55789
55854
|
|
|
55855
|
+
/// The background color of the Scheduler footer.
|
|
55856
|
+
/// @group scheduler
|
|
55790
55857
|
$kendo-scheduler-footer-bg: $kendo-toolbar-bg !default;
|
|
55858
|
+
/// The text color of the Scheduler footer.
|
|
55859
|
+
/// @group scheduler
|
|
55791
55860
|
$kendo-scheduler-footer-text: $kendo-toolbar-text !default;
|
|
55861
|
+
/// The border color of the Scheduler footer.
|
|
55862
|
+
/// @group scheduler
|
|
55792
55863
|
$kendo-scheduler-footer-border: $kendo-toolbar-border !default;
|
|
55864
|
+
/// The gradient of the Scheduler footer.
|
|
55865
|
+
/// @group scheduler
|
|
55793
55866
|
$kendo-scheduler-footer-gradient: $kendo-toolbar-gradient !default;
|
|
55794
55867
|
|
|
55868
|
+
/// The minimum height of the Scheduler event.
|
|
55869
|
+
/// @group scheduler
|
|
55795
55870
|
$kendo-scheduler-event-min-height: 25px !default;
|
|
55871
|
+
/// The border radius of the Scheduler event.
|
|
55872
|
+
/// @group scheduler
|
|
55796
55873
|
$kendo-scheduler-event-border-radius: k-border-radius(md) !default;
|
|
55874
|
+
/// The line height of the Scheduler event.
|
|
55875
|
+
/// @group scheduler
|
|
55797
55876
|
$kendo-scheduler-event-line-height: calc( #{$kendo-scheduler-event-min-height} - (2 * #{$kendo-padding-md-y}) ) !default;
|
|
55798
55877
|
|
|
55878
|
+
/// The background color of the Scheduler event.
|
|
55879
|
+
/// @group scheduler
|
|
55799
55880
|
$kendo-scheduler-event-bg: if($kendo-enable-color-system, k-color( primary ), k-color-tint( $kendo-selected-bg, 2 )) !default;
|
|
55881
|
+
/// The text color of the Scheduler event.
|
|
55882
|
+
/// @group scheduler
|
|
55800
55883
|
$kendo-scheduler-event-text: $kendo-selected-text !default;
|
|
55884
|
+
/// The border color of the Scheduler event.
|
|
55885
|
+
/// @group scheduler
|
|
55801
55886
|
$kendo-scheduler-event-border: null !default;
|
|
55887
|
+
/// The gradient of the Scheduler event.
|
|
55888
|
+
/// @group scheduler
|
|
55802
55889
|
$kendo-scheduler-event-gradient: null !default;
|
|
55890
|
+
/// The shadow of the Scheduler event.
|
|
55891
|
+
/// @group scheduler
|
|
55803
55892
|
$kendo-scheduler-event-shadow: null !default;
|
|
55804
55893
|
|
|
55894
|
+
/// The background color of the hovered Scheduler event.
|
|
55895
|
+
/// @group scheduler
|
|
55805
55896
|
$kendo-scheduler-event-hover-bg: null !default;
|
|
55897
|
+
/// The text color of the hovered Scheduler event.
|
|
55898
|
+
/// @group scheduler
|
|
55806
55899
|
$kendo-scheduler-event-hover-text: null !default;
|
|
55900
|
+
/// The border color of the hovered Scheduler event.
|
|
55901
|
+
/// @group scheduler
|
|
55807
55902
|
$kendo-scheduler-event-hover-border: null !default;
|
|
55903
|
+
/// The gradient of the hovered Scheduler event.
|
|
55904
|
+
/// @group scheduler
|
|
55808
55905
|
$kendo-scheduler-event-hover-gradient: null !default;
|
|
55906
|
+
/// The shadow of the hovered Scheduler event.
|
|
55907
|
+
/// @group scheduler
|
|
55809
55908
|
$kendo-scheduler-event-hover-shadow: null !default;
|
|
55810
55909
|
|
|
55910
|
+
/// The background color of the selected Scheduler event.
|
|
55911
|
+
/// @group scheduler
|
|
55811
55912
|
$kendo-scheduler-event-selected-bg: $kendo-selected-bg !default;
|
|
55913
|
+
/// The text color of the selected Scheduler event.
|
|
55914
|
+
/// @group scheduler
|
|
55812
55915
|
$kendo-scheduler-event-selected-text: $kendo-selected-text !default;
|
|
55916
|
+
/// The border color of the selected Scheduler event.
|
|
55917
|
+
/// @group scheduler
|
|
55813
55918
|
$kendo-scheduler-event-selected-border: null !default;
|
|
55919
|
+
/// The gradient of the selected Scheduler event.
|
|
55920
|
+
/// @group scheduler
|
|
55814
55921
|
$kendo-scheduler-event-selected-gradient: null !default;
|
|
55922
|
+
/// The shadow of the selected Scheduler event.
|
|
55923
|
+
/// @group scheduler
|
|
55815
55924
|
$kendo-scheduler-event-selected-shadow: inset 0 0 0 2px rgba( black, .13 ) !default;
|
|
55816
55925
|
|
|
55926
|
+
/// The shadow of the ongoing Scheduler event.
|
|
55927
|
+
/// @group scheduler
|
|
55817
55928
|
$kendo-scheduler-event-ongoing-shadow: inset 0px 0px 0px 1px #ff0000 !default;
|
|
55818
55929
|
|
|
55930
|
+
/// The horizontal padding of the Scheduler cell.
|
|
55931
|
+
/// @group scheduler
|
|
55819
55932
|
$kendo-scheduler-cell-padding-x: k-spacing(2) !default;
|
|
55933
|
+
/// The vertical padding of the Scheduler cell.
|
|
55934
|
+
/// @group scheduler
|
|
55820
55935
|
$kendo-scheduler-cell-padding-y: k-spacing(2) !default;
|
|
55936
|
+
/// The height of the Scheduler cell.
|
|
55937
|
+
/// @group scheduler
|
|
55821
55938
|
$kendo-scheduler-cell-height: $kendo-line-height-em !default;
|
|
55939
|
+
/// The width of the Scheduler date column.
|
|
55940
|
+
/// @group scheduler
|
|
55822
55941
|
$kendo-scheduler-datecolumn-width: 12em !default;
|
|
55942
|
+
/// The width of the Scheduler time column.
|
|
55943
|
+
/// @group scheduler
|
|
55823
55944
|
$kendo-scheduler-timecolumn-width: 11em !default;
|
|
55824
55945
|
|
|
55946
|
+
/// The background color of the non-working hours in the Scheduler.
|
|
55947
|
+
/// @group scheduler
|
|
55825
55948
|
$kendo-scheduler-nonwork-bg: if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-scheduler-bg, .5 )) !default;
|
|
55949
|
+
/// The text color of the non-working hours in the Scheduler.
|
|
55950
|
+
/// @group scheduler
|
|
55826
55951
|
$kendo-scheduler-nonwork-text: null !default;
|
|
55827
55952
|
|
|
55953
|
+
/// The background color of the weekends in the Scheduler.
|
|
55954
|
+
/// @group scheduler
|
|
55828
55955
|
$kendo-scheduler-weekend-bg: null !default;
|
|
55956
|
+
/// The text color of the weekends in the Scheduler.
|
|
55957
|
+
/// @group scheduler
|
|
55829
55958
|
$kendo-scheduler-weekend-text: null !default;
|
|
55830
55959
|
|
|
55960
|
+
/// The background color of the preceding/subsequent month cells in the Calendar.
|
|
55961
|
+
/// @group scheduler
|
|
55831
55962
|
$kendo-scheduler-othermonth-bg: if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-scheduler-bg, .5 )) !default;
|
|
55963
|
+
/// The text color of the preceding/subsequent month cells in the Calendar.
|
|
55964
|
+
/// @group scheduler
|
|
55832
55965
|
$kendo-scheduler-othermonth-text: null !default;
|
|
55833
55966
|
|
|
55967
|
+
/// The horizontal padding of the year view in the Scheduler.
|
|
55968
|
+
/// @group scheduler
|
|
55834
55969
|
$kendo-scheduler-yearview-padding-x: k-spacing(3) !default;
|
|
55970
|
+
/// The vertical padding of the year view in the Scheduler.
|
|
55971
|
+
/// @group scheduler
|
|
55835
55972
|
$kendo-scheduler-yearview-padding-y: $kendo-scheduler-yearview-padding-x !default;
|
|
55836
55973
|
|
|
55974
|
+
/// The spacing between the calendars of the year view in the Scheduler.
|
|
55975
|
+
/// @group scheduler
|
|
55837
55976
|
$kendo-scheduler-yearview-calendar-gap: k-spacing(3) !default;
|
|
55838
55977
|
|
|
55978
|
+
/// The days with events indicator size of the year view in the Scheduler.
|
|
55979
|
+
/// @group scheduler
|
|
55839
55980
|
$kendo-scheduler-yearview-indicator-size: 3px !default;
|
|
55981
|
+
/// The top position of the days with events indicator of the year view in the Scheduler.
|
|
55982
|
+
/// @group scheduler
|
|
55840
55983
|
$kendo-scheduler-yearview-indicator-calc-offset-top: calc( #{$kendo-calendar-cell-size} - (#{$kendo-calendar-cell-padding-y} * 2)) !default;
|
|
55984
|
+
/// The left position of the days with events indicator of the year view in the Scheduler.
|
|
55985
|
+
/// @group scheduler
|
|
55841
55986
|
$kendo-scheduler-yearview-indicator-calc-offset-left: calc( 50% - #{k-math-div( $kendo-scheduler-yearview-indicator-size, 2 )} ) !default;
|
|
55987
|
+
/// The border radius of the days with events indicator of the year view in the Scheduler.
|
|
55988
|
+
/// @group scheduler
|
|
55842
55989
|
$kendo-scheduler-yearview-indicator-border-radius: 50% !default;
|
|
55990
|
+
/// The background color of the days with events indicator of the year view in the Scheduler.
|
|
55991
|
+
/// @group scheduler
|
|
55843
55992
|
$kendo-scheduler-yearview-indicator-bg: $kendo-color-primary !default;
|
|
55993
|
+
/// The background color of the selected days with events indicator of the year view in the Scheduler.
|
|
55994
|
+
/// @group scheduler
|
|
55844
55995
|
$kendo-scheduler-yearview-indicator-selected-bg: $kendo-color-primary-contrast !default;
|
|
55845
55996
|
|
|
55997
|
+
/// The horizontal padding of the Scheduler Tooltip.
|
|
55998
|
+
/// @group scheduler
|
|
55846
55999
|
$kendo-scheduler-tooltip-padding-x: k-spacing(2) !default;
|
|
56000
|
+
/// The vertical padding of the Scheduler Tooltip.
|
|
56001
|
+
/// @group scheduler
|
|
55847
56002
|
$kendo-scheduler-tooltip-padding-y: k-spacing(2) !default;
|
|
56003
|
+
/// The width of the border of the Scheduler Tooltip.
|
|
56004
|
+
/// @group scheduler
|
|
55848
56005
|
$kendo-scheduler-tooltip-border-width: 0 !default;
|
|
56006
|
+
/// The background color of the Scheduler Tooltip.
|
|
56007
|
+
/// @group scheduler
|
|
55849
56008
|
$kendo-scheduler-tooltip-bg: $kendo-color-primary-contrast !default;
|
|
56009
|
+
/// The text color of the Scheduler Tooltip.
|
|
56010
|
+
/// @group scheduler
|
|
55850
56011
|
$kendo-scheduler-tooltip-text: $kendo-base-text !default;
|
|
56012
|
+
/// The border color of the Scheduler Tooltip.
|
|
56013
|
+
/// @group scheduler
|
|
55851
56014
|
$kendo-scheduler-tooltip-border: null !default;
|
|
56015
|
+
/// The shadow of the Scheduler Tooltip.
|
|
56016
|
+
/// @group scheduler
|
|
55852
56017
|
$kendo-scheduler-tooltip-shadow: k-elevation(2) !default;
|
|
55853
56018
|
|
|
55854
56019
|
|
|
55855
56020
|
// TODO: use 3
|
|
56021
|
+
/// The vertical margin of the Scheduler Tooltip title.
|
|
56022
|
+
/// @group scheduler
|
|
55856
56023
|
$kendo-scheduler-tooltip-title-margin-y: k-spacing(1) !default;
|
|
56024
|
+
/// The font size of the month inside the Scheduler Tooltip.
|
|
56025
|
+
/// @group scheduler
|
|
55857
56026
|
$kendo-scheduler-tooltip-month-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
56027
|
+
/// The font size of the day inside the Scheduler Tooltip.
|
|
56028
|
+
/// @group scheduler
|
|
55858
56029
|
$kendo-scheduler-tooltip-day-font-size: calc( #{$kendo-scheduler-tooltip-month-font-size} * 2 ) !default;
|
|
55859
56030
|
|
|
56031
|
+
/// The max height of the events inside the Scheduler Tooltip.
|
|
56032
|
+
/// @group scheduler
|
|
55860
56033
|
$kendo-scheduler-tooltip-events-max-height: 250px !default;
|
|
56034
|
+
/// The spacing between the events inside the Scheduler Tooltip.
|
|
56035
|
+
/// @group scheduler
|
|
55861
56036
|
$kendo-scheduler-tooltip-events-gap: k-spacing(1) !default;
|
|
55862
56037
|
|
|
56038
|
+
/// The horizontal padding of the events inside the Scheduler Tooltip.
|
|
56039
|
+
/// @group scheduler
|
|
55863
56040
|
$kendo-scheduler-tooltip-event-padding-x: k-spacing(2) !default;
|
|
56041
|
+
/// The vertical padding of the events inside the Scheduler Tooltip.
|
|
56042
|
+
/// @group scheduler
|
|
55864
56043
|
$kendo-scheduler-tooltip-event-padding-y: k-spacing(1) !default;
|
|
56044
|
+
/// The border radius of the events inside the Scheduler Tooltip.
|
|
56045
|
+
/// @group scheduler
|
|
55865
56046
|
$kendo-scheduler-tooltip-event-border-radius: k-border-radius(md) !default;
|
|
56047
|
+
/// The spacing between the events items inside the Scheduler Tooltip.
|
|
56048
|
+
/// @group scheduler
|
|
55866
56049
|
$kendo-scheduler-tooltip-event-gap: k-spacing(1) !default;
|
|
55867
56050
|
|
|
56051
|
+
/// The color of the Scheduler Tooltip callout.
|
|
56052
|
+
/// @group scheduler
|
|
55868
56053
|
$kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
55869
56054
|
|
|
55870
56055
|
// #endregion
|
|
@@ -59890,8 +60075,8 @@ $kendo-scrollview-transition-timing-function: ease-in-out !default;
|
|
|
59890
60075
|
|
|
59891
60076
|
&::before {
|
|
59892
60077
|
content: "";
|
|
59893
|
-
width: ($kendo-scrollview-pagebutton-size + $kendo-scrollview-pager-item-spacing);
|
|
59894
|
-
height: ($kendo-scrollview-pagebutton-size + $kendo-scrollview-pager-item-spacing);
|
|
60078
|
+
width: calc( #{$kendo-scrollview-pagebutton-size} + #{$kendo-scrollview-pager-item-spacing} );
|
|
60079
|
+
height: calc( #{$kendo-scrollview-pagebutton-size} + #{$kendo-scrollview-pager-item-spacing} );
|
|
59895
60080
|
display: block;
|
|
59896
60081
|
position: absolute;
|
|
59897
60082
|
top: 50%;
|
|
@@ -60457,7 +60642,7 @@ $kendo-chart-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
60457
60642
|
$kendo-chart-sm-font-size: 11px !default;
|
|
60458
60643
|
$kendo-chart-md-font-size: 12px !default;
|
|
60459
60644
|
$kendo-chart-lg-font-size: 16px !default;
|
|
60460
|
-
$kendo-chart-tooltip-font-size: calc(
|
|
60645
|
+
$kendo-chart-tooltip-font-size: calc( #{$kendo-font-size} * .929) !default;
|
|
60461
60646
|
$kendo-chart-label-font-size: .857em !default;
|
|
60462
60647
|
$kendo-chart-title-font-size: 1.143em !default;
|
|
60463
60648
|
$kendo-chart-pane-title-font-size: $kendo-chart-label-font-size !default;
|