@progress/kendo-theme-classic 7.1.0-dev.1 → 7.1.0-dev.3

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 CHANGED
@@ -1144,7 +1144,6 @@ kendo-sortable {
1144
1144
  }
1145
1145
 
1146
1146
  .k-current-time {
1147
- width: 1px;
1148
1147
  position: absolute;
1149
1148
  }
1150
1149
 
@@ -51064,6 +51063,84 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
51064
51063
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.13);
51065
51064
  }
51066
51065
 
51066
+ .k-prompt {
51067
+ display: flex;
51068
+ flex-direction: column;
51069
+ position: relative;
51070
+ overflow: hidden;
51071
+ }
51072
+
51073
+ .k-prompt-content {
51074
+ padding-block: 16px;
51075
+ padding-inline: 16px;
51076
+ display: flex;
51077
+ flex-flow: column nowrap;
51078
+ flex: 1 1 auto;
51079
+ gap: 16px;
51080
+ overflow: auto;
51081
+ }
51082
+
51083
+ .k-prompt-expander {
51084
+ display: flex;
51085
+ flex-direction: column;
51086
+ flex: 1;
51087
+ align-items: start;
51088
+ gap: 8px;
51089
+ }
51090
+
51091
+ .k-prompt-expander-content {
51092
+ display: flex;
51093
+ flex-flow: column;
51094
+ flex: 0 0 auto;
51095
+ gap: 8px;
51096
+ align-self: stretch;
51097
+ }
51098
+
51099
+ .k-prompt-suggestion {
51100
+ border-width: 1px;
51101
+ border-style: solid;
51102
+ border-radius: 4px;
51103
+ padding-block: 8px;
51104
+ padding-inline: 8px;
51105
+ cursor: pointer;
51106
+ }
51107
+
51108
+ .k-prompt-setting {
51109
+ display: flex;
51110
+ flex-direction: column;
51111
+ }
51112
+
51113
+ .k-prompt-actions.k-actions, .k-prompt-actions.k-edit-buttons,
51114
+ .k-prompt-actions.k-action-buttons,
51115
+ .k-prompt-actions.k-columnmenu-actions, .k-prompt-actions.k-form-buttons {
51116
+ margin: 0;
51117
+ }
51118
+
51119
+ .k-prompt {
51120
+ border-color: #cacaca;
51121
+ color: #272727;
51122
+ background-color: #ffffff;
51123
+ }
51124
+
51125
+ .k-prompt-header {
51126
+ border-color: #cacaca;
51127
+ color: #272727;
51128
+ background-color: #ffffff;
51129
+ }
51130
+
51131
+ .k-prompt-content {
51132
+ border-color: #cacaca;
51133
+ color: #272727;
51134
+ background-color: #f0f0f0;
51135
+ }
51136
+
51137
+ .k-prompt-suggestion {
51138
+ border-color: #cacaca;
51139
+ color: #272727;
51140
+ background-color: #ffffff;
51141
+ box-shadow: var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12));
51142
+ }
51143
+
51067
51144
  .k-barcode {
51068
51145
  display: inline-block;
51069
51146
  }
package/dist/all.scss CHANGED
@@ -3839,6 +3839,7 @@ $kendo-components: (
3839
3839
  "pdf-viewer",
3840
3840
  "scroller",
3841
3841
  "scrollview",
3842
+ "prompt",
3842
3843
 
3843
3844
  // Dataviz
3844
3845
  "dataviz",
@@ -4177,6 +4178,7 @@ $_kendo-dependencies: (
4177
4178
  ),
4178
4179
  popup: (),
4179
4180
  progressbar: (),
4181
+ prompt: (),
4180
4182
  radio: (),
4181
4183
  rating: (
4182
4184
  "icon"
@@ -5947,12 +5949,10 @@ $kendo-zindex-loading: 100 !default;
5947
5949
  // #region @import "@progress/kendo-theme-default/scss/common/_indicators.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-default/scss/common/_indicators.scss
5948
5950
  @include exports( "common/indicators/current-time" ) {
5949
5951
 
5950
- $kendo-current-time-width: 1px !default;
5951
5952
  $kendo-current-time-color: #ff0000 !default;
5952
5953
 
5953
5954
  // Layout
5954
5955
  .k-current-time {
5955
- width: $kendo-current-time-width;
5956
5956
  position: absolute;
5957
5957
 
5958
5958
  &.k-current-time-arrow-left,
@@ -57462,6 +57462,246 @@ $kendo-scrollview-transition-timing-function: ease-in-out !default;
57462
57462
  @include kendo-scrollview--styles();
57463
57463
  }
57464
57464
 
57465
+ // #endregion
57466
+ // #region @import "./prompt/_index.scss"; -> scss/prompt/_index.scss
57467
+ // #region @import "../core/_index.scss"; -> scss/core/_index.scss
57468
+ // File already imported_once. Skipping output.
57469
+ // #endregion
57470
+ // #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
57471
+ // File already imported_once. Skipping output.
57472
+ // #endregion
57473
+
57474
+
57475
+ // Module meta
57476
+ $_kendo-module-meta: (
57477
+ name: "prompt",
57478
+ dependencies: ()
57479
+ );
57480
+
57481
+
57482
+ // Dependencies
57483
+ // #region @import "../common/_index.scss"; -> scss/common/_index.scss
57484
+ // File already imported_once. Skipping output.
57485
+ // #endregion
57486
+
57487
+
57488
+ // Component
57489
+ // #region @import "./_variables.scss"; -> scss/prompt/_variables.scss
57490
+ // Prompt
57491
+
57492
+ /// The text color of the Prompt.
57493
+ /// @group prompt
57494
+ $kendo-prompt-text: $kendo-component-text !default;
57495
+ /// The background color of the Prompt.
57496
+ /// @group prompt
57497
+ $kendo-prompt-bg: $kendo-component-bg !default;
57498
+ /// The border color of the Prompt.
57499
+ /// @group prompt
57500
+ $kendo-prompt-border: $kendo-component-border !default;
57501
+
57502
+ /// The text color of the Prompt header.
57503
+ /// @group prompt
57504
+ $kendo-prompt-header-text: $kendo-component-header-text !default;
57505
+ /// The background color of the Prompt header.
57506
+ /// @group prompt
57507
+ $kendo-prompt-header-bg: $kendo-component-bg !default;
57508
+ /// The border color of the Prompt header.
57509
+ /// @group prompt
57510
+ $kendo-prompt-header-border: $kendo-component-header-border !default;
57511
+
57512
+ /// The vertical padding of the Prompt content.
57513
+ /// @group prompt
57514
+ $kendo-prompt-content-padding-y: k-map-get( $kendo-spacing, 4 ) !default;
57515
+ /// The horizontal padding of the Prompt content.
57516
+ /// @group prompt
57517
+ $kendo-prompt-content-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
57518
+ /// The spacing between the items of the Prompt content.
57519
+ /// @group prompt
57520
+ $kendo-prompt-content-spacing: k-map-get( $kendo-spacing, 4 ) !default;
57521
+ /// The text color of the Prompt content.
57522
+ /// @group prompt
57523
+ $kendo-prompt-content-text: $kendo-component-header-text !default;
57524
+ /// The background color of the Prompt content.
57525
+ /// @group prompt
57526
+ $kendo-prompt-content-bg: $kendo-component-header-bg !default;
57527
+ /// The text border of the Prompt content.
57528
+ /// @group prompt
57529
+ $kendo-prompt-content-border: $kendo-component-header-border !default;
57530
+
57531
+ /// The spacing between the items of the Prompt content expander.
57532
+ /// @group prompt
57533
+ $kendo-prompt-expander-spacing: k-map-get( $kendo-spacing, 2 ) !default;
57534
+
57535
+ /// The vertical padding of the Prompt suggestion container.
57536
+ /// @group prompt
57537
+ $kendo-prompt-suggestion-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
57538
+ /// The horizontal padding of the Prompt suggestion container.
57539
+ /// @group prompt
57540
+ $kendo-prompt-suggestion-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
57541
+ /// The border radius of the Prompt suggestion container.
57542
+ /// @group prompt
57543
+ $kendo-prompt-suggestion-border-radius: $kendo-border-radius-md !default;
57544
+ /// The text color of the Prompt suggestion container.
57545
+ /// @group prompt
57546
+ $kendo-prompt-suggestion-text: $kendo-component-text !default;
57547
+ /// The background color of the Prompt suggestion container.
57548
+ /// @group prompt
57549
+ $kendo-prompt-suggestion-bg: $kendo-body-bg !default;
57550
+ /// The border color of the Prompt suggestion container.
57551
+ /// @group prompt
57552
+ $kendo-prompt-suggestion-border: $kendo-component-border !default;
57553
+ /// The elevation of the Prompt suggestion container.
57554
+ /// @group prompt
57555
+ $kendo-prompt-suggestion-shadow: k-elevation(1) !default;
57556
+
57557
+ // #endregion
57558
+ // #region @import "./_layout.scss"; -> scss/prompt/_layout.scss
57559
+ // #region @import "@progress/kendo-theme-default/scss/prompt/_layout.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-default/scss/prompt/_layout.scss
57560
+ @mixin kendo-prompt--layout-base() {
57561
+
57562
+ // Prompt
57563
+ .k-prompt {
57564
+ display: flex;
57565
+ flex-direction: column;
57566
+ position: relative;
57567
+ overflow: hidden;
57568
+ }
57569
+
57570
+ // Content
57571
+ .k-prompt-content {
57572
+ padding-block: $kendo-prompt-content-padding-y;
57573
+ padding-inline: $kendo-prompt-content-padding-x;
57574
+ display: flex;
57575
+ flex-flow: column nowrap;
57576
+ flex: 1 1 auto;
57577
+ gap: $kendo-prompt-content-spacing;
57578
+ overflow: auto;
57579
+ }
57580
+
57581
+ // Prompt Expander
57582
+ .k-prompt-expander {
57583
+ display: flex;
57584
+ flex-direction: column;
57585
+ flex: 1;
57586
+ align-items: start;
57587
+ gap: $kendo-prompt-expander-spacing;
57588
+ }
57589
+
57590
+ .k-prompt-expander-content {
57591
+ display: flex;
57592
+ flex-flow: column;
57593
+ flex: 0 0 auto;
57594
+ gap: $kendo-prompt-expander-spacing;
57595
+ align-self: stretch;
57596
+ }
57597
+
57598
+ .k-prompt-suggestion {
57599
+ border-width: 1px;
57600
+ border-style: solid;
57601
+ border-radius: $kendo-prompt-suggestion-border-radius;
57602
+ padding-block: $kendo-prompt-suggestion-padding-y;
57603
+ padding-inline: $kendo-prompt-suggestion-padding-x;
57604
+ cursor: pointer;
57605
+ }
57606
+
57607
+ .k-prompt-setting {
57608
+ display: flex;
57609
+ flex-direction: column;
57610
+ }
57611
+
57612
+ // Actions
57613
+ .k-prompt-actions.k-actions {
57614
+ margin: 0;
57615
+ }
57616
+
57617
+ }
57618
+
57619
+
57620
+ @mixin kendo-prompt--layout() {
57621
+ @include kendo-prompt--layout-base();
57622
+ }
57623
+
57624
+ // #endregion
57625
+
57626
+
57627
+ @mixin kendo-prompt--layout() {
57628
+ @include kendo-prompt--layout-base();
57629
+ }
57630
+
57631
+ // #endregion
57632
+ // #region @import "./_theme.scss"; -> scss/prompt/_theme.scss
57633
+ // #region @import "@progress/kendo-theme-default/scss/prompt/_theme.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-default/scss/prompt/_theme.scss
57634
+ @mixin kendo-prompt--theme-base() {
57635
+
57636
+ .k-prompt {
57637
+ @include fill(
57638
+ $kendo-prompt-text,
57639
+ $kendo-prompt-bg,
57640
+ $kendo-prompt-border
57641
+ );
57642
+ }
57643
+
57644
+ .k-prompt-header {
57645
+ @include fill(
57646
+ $kendo-prompt-header-text,
57647
+ $kendo-prompt-header-bg,
57648
+ $kendo-prompt-header-border
57649
+ );
57650
+ }
57651
+
57652
+ .k-prompt-content {
57653
+ @include fill(
57654
+ $kendo-prompt-content-text,
57655
+ $kendo-prompt-content-bg,
57656
+ $kendo-prompt-content-border
57657
+ );
57658
+ }
57659
+
57660
+ .k-prompt-suggestion {
57661
+ @include fill(
57662
+ $kendo-prompt-suggestion-text,
57663
+ $kendo-prompt-suggestion-bg,
57664
+ $kendo-prompt-suggestion-border
57665
+ );
57666
+ @include box-shadow( $kendo-prompt-suggestion-shadow );
57667
+ }
57668
+
57669
+ }
57670
+
57671
+
57672
+ @mixin kendo-prompt--theme() {
57673
+ @include kendo-prompt--theme-base();
57674
+ }
57675
+
57676
+ // #endregion
57677
+
57678
+
57679
+ @mixin kendo-prompt--theme() {
57680
+ @include kendo-prompt--theme-base();
57681
+ }
57682
+
57683
+ // #endregion
57684
+
57685
+
57686
+ // Register
57687
+ // #region @import "../core/module-system/index.import.scss"; -> scss/core/module-system/index.import.scss
57688
+ // File already imported_once. Skipping output.
57689
+ // #endregion
57690
+ @include module-register( $_kendo-module-meta... );
57691
+
57692
+
57693
+ // Expose
57694
+ @mixin kendo-prompt--styles() {
57695
+ @include module-render( "prompt" ) {
57696
+ @include kendo-prompt--layout();
57697
+ @include kendo-prompt--theme();
57698
+ }
57699
+ }
57700
+
57701
+ @if $kendo-auto-bootstrap {
57702
+ @include kendo-prompt--styles();
57703
+ }
57704
+
57465
57705
  // #endregion
57466
57706
 
57467
57707
 
@@ -59326,6 +59566,7 @@ $kendo-signature-maximized-line-width: 3px !default;
59326
59566
  @include kendo-pdf-viewer--styles();
59327
59567
  @include kendo-scroller--styles();
59328
59568
  @include kendo-scrollview--styles();
59569
+ @include kendo-prompt--styles();
59329
59570
 
59330
59571
 
59331
59572
  // Dataviz