@itfin/components 1.0.84 → 1.0.85

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itfin/components",
3
- "version": "1.0.84",
3
+ "version": "1.0.85",
4
4
  "main": "dist/itfin-components.umd.js",
5
5
  "unpkg": "dist/itfin-components.common.js",
6
6
  "author": "Vitalii Savchuk <esvit666@gmail.com>",
@@ -11,7 +11,7 @@
11
11
  </template>
12
12
  <style lang="scss">
13
13
  @import '../../assets/scss/variables';
14
- @import '~bootstrap/scss/alert';
14
+ //@import '~bootstrap/scss/alert';
15
15
  </style>
16
16
  <script>
17
17
  import { Vue, Component, Prop } from 'vue-property-decorator';
@@ -5,11 +5,11 @@
5
5
  </template>
6
6
  <style lang="scss">
7
7
  @import '../../assets/scss/main';
8
- @import '~bootstrap/scss/reboot';
9
- @import '~bootstrap/scss/type';
10
- @import '~bootstrap/scss/root';
11
- @import '~bootstrap/scss/toasts';
12
- @import '~bootstrap/scss/close';
8
+ //@import '~bootstrap/scss/reboot';
9
+ //@import '~bootstrap/scss/type';
10
+ //@import '~bootstrap/scss/root';
11
+ //@import '~bootstrap/scss/toasts';
12
+ //@import '~bootstrap/scss/close';
13
13
 
14
14
  .itf-toast-container {
15
15
  position: fixed;
@@ -18,7 +18,7 @@
18
18
  </template>
19
19
  <style lang="scss">
20
20
  @import '../../assets/scss/variables';
21
- @import '~bootstrap/scss/breadcrumb';
21
+ //@import '~bootstrap/scss/breadcrumb';
22
22
  </style>
23
23
  <script>
24
24
  import { Vue, Component, Prop } from 'vue-property-decorator';
@@ -35,7 +35,7 @@
35
35
  </template>
36
36
  <style lang="scss">
37
37
  @import '../../assets/scss/main';
38
- @import '~bootstrap/scss/buttons';
38
+ //@import '~bootstrap/scss/buttons';
39
39
 
40
40
  .itf-button.btn {
41
41
  display: inline-flex;
@@ -7,7 +7,7 @@
7
7
  </template>
8
8
  <style lang="scss">
9
9
  @import '../../assets/scss/variables';
10
- @import '~bootstrap/scss/card';
10
+ //@import '~bootstrap/scss/card';
11
11
 
12
12
  .card {
13
13
  & > .itf-loading {
@@ -22,8 +22,8 @@
22
22
  </template>
23
23
  <style lang="scss">
24
24
  @import '../../assets/scss/variables';
25
- @import '~bootstrap/scss/nav';
26
- @import '~bootstrap/scss/buttons';
25
+ //@import '~bootstrap/scss/nav';
26
+ //@import '~bootstrap/scss/buttons';
27
27
  @import './datepicker.scss';
28
28
 
29
29
  .itf-datepicker-inline {
@@ -73,11 +73,12 @@
73
73
  @import '../../assets/scss/input-addon';
74
74
 
75
75
  .itf-daterange-picker {
76
+ display: flex;
76
77
  .input-group-text.hidden {
77
78
  visibility: hidden;
78
79
  }
79
80
 
80
- .addon-end {
81
+ &.with-addon .addon-end {
81
82
  pointer-events: all;
82
83
  padding-right: 0.25rem;
83
84
  }
@@ -22,8 +22,8 @@
22
22
  </template>
23
23
  <style lang="scss">
24
24
  @import '../../assets/scss/variables';
25
- @import '~bootstrap/scss/nav';
26
- @import '~bootstrap/scss/buttons';
25
+ //@import '~bootstrap/scss/nav';
26
+ //@import '~bootstrap/scss/buttons';
27
27
  @import './datepicker.scss';
28
28
 
29
29
  .itf-datepicker-inline {
@@ -23,8 +23,8 @@
23
23
  </template>
24
24
  <style lang="scss">
25
25
  @import '../../assets/scss/variables';
26
- @import '~bootstrap/scss/dropdown';
27
- @import '~bootstrap/scss/transitions';
26
+ //@import '~bootstrap/scss/dropdown';
27
+ //@import '~bootstrap/scss/transitions';
28
28
 
29
29
  .itf-dropdown {
30
30
  display: inline-block;
@@ -5,7 +5,7 @@
5
5
  </template>
6
6
  <style lang="scss">
7
7
  @import '../../assets/scss/variables';
8
- @import '~bootstrap/scss/forms';
8
+ //@import '~bootstrap/scss/forms';
9
9
  </style>
10
10
  <script>
11
11
  import { Vue, Component, Watch, Provide, Model } from 'vue-property-decorator';
@@ -25,8 +25,8 @@
25
25
  </template>
26
26
  <style lang="scss">
27
27
  @import '../../assets/scss/variables';
28
- @import '~bootstrap/scss/modal';
29
- @import '~bootstrap/scss/transitions';
28
+ //@import '~bootstrap/scss/modal';
29
+ //@import '~bootstrap/scss/transitions';
30
30
 
31
31
  .itf-modal {
32
32
  .modal-header {
@@ -44,7 +44,7 @@
44
44
  </template>
45
45
  <style lang="scss" scoped>
46
46
  @import '../../assets/scss/variables';
47
- @import '~bootstrap/scss/button-group';
47
+ //@import '~bootstrap/scss/button-group';
48
48
  @import '../../assets/scss/input-addon';
49
49
 
50
50
  .itf-text-field {
@@ -28,7 +28,7 @@
28
28
  </template>
29
29
  <style lang="scss" scoped>
30
30
  @import '../../assets/scss/variables';
31
- @import '~bootstrap/scss/button-group';
31
+ //@import '~bootstrap/scss/button-group';
32
32
  @import '../../assets/scss/input-addon';
33
33
 
34
34
  .itf-textarea {
@@ -67,7 +67,7 @@ export function minValidation (min = 0, message = `The value must be greater tha
67
67
  return v => !v || (v >= min) || message;
68
68
  }
69
69
 
70
- export function maxValidation (max, message = `Must be less than ${max} items.`) {
70
+ export function maxValidation (max, message = `Must be less than ${max}.`) {
71
71
  return v => (v <= max) || message;
72
72
  }
73
73