@bnsights/bbsf-controls 1.0.65 → 1.0.66
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/README.md +21 -9
- package/bnsights-bbsf-controls-1.0.66.tgz +0 -0
- package/bnsights-bbsf-controls.metadata.json +1 -1
- package/bundles/bnsights-bbsf-controls.umd.js +24 -39
- package/bundles/bnsights-bbsf-controls.umd.js.map +1 -1
- package/esm2015/lib/Shared/Models/ImageUploadOptions.js +2 -2
- package/esm2015/lib/Shared/Models/TagsInputOptions.js +2 -2
- package/esm2015/lib/controls/CheckBox/CheckBox.component.js +2 -3
- package/esm2015/lib/controls/DropdownList/DropdownList.component.js +2 -3
- package/esm2015/lib/controls/ImageUpload/ImageUpload.component.js +9 -13
- package/esm2015/lib/controls/MultiLingualTextArea/MultiLingualTextArea.component.js +2 -3
- package/esm2015/lib/controls/MultiLingualTextBox/MultiLingualTextBox.component.js +2 -3
- package/esm2015/lib/controls/Paging/Paging.component.js +2 -3
- package/esm2015/lib/controls/Repeater/repeater/repeater.component.js +2 -3
- package/esm2015/lib/controls/Repeater/repeater-item-field/repeater-item-field.component.js +2 -3
- package/esm2015/lib/controls/Repeater/repeater-table/repeater-table.component.js +2 -2
- package/esm2015/lib/controls/TagsInput/TagsInput.component.js +2 -3
- package/esm2015/lib/controls/TextArea/TextArea.component.js +2 -3
- package/esm2015/lib/controls/TextBox/TextBox.component.js +2 -3
- package/fesm2015/bnsights-bbsf-controls.js +21 -36
- package/fesm2015/bnsights-bbsf-controls.js.map +1 -1
- package/lib/controls/ImageUpload/ImageUpload.component.d.ts +3 -1
- package/package.json +1 -1
- package/src/lib/assets/.gitkeep +0 -0
- package/src/lib/assets/Style-rtl.scss +144 -0
- package/src/lib/assets/{Style.css → Style.scss} +114 -84
- package/src/lib/assets/fontawesome/fontawesome.scss +7003 -0
- package/src/lib/assets/fontawesome/fonts/FontAwesome.otf +0 -0
- package/src/lib/assets/fontawesome/fonts/fontawesome-webfont.eot +0 -0
- package/src/lib/assets/fontawesome/fonts/fontawesome-webfont.svg +2671 -0
- package/src/lib/assets/fontawesome/fonts/fontawesome-webfont.ttf +0 -0
- package/src/lib/assets/fontawesome/fonts/fontawesome-webfont.woff +0 -0
- package/src/lib/assets/fontawesome/fonts/fontawesome-webfont.woff2 +0 -0
- package/src/lib/assets/fontawesome/scss/_animated.scss +153 -0
- package/src/lib/assets/fontawesome/scss/_bordered-pulled.scss +20 -0
- package/src/lib/assets/fontawesome/scss/_core.scss +33 -0
- package/src/lib/assets/fontawesome/scss/_fixed-width.scss +7 -0
- package/src/lib/assets/fontawesome/scss/_functions.scss +51 -0
- package/src/lib/assets/fontawesome/scss/_icons.scss +9 -0
- package/src/lib/assets/fontawesome/scss/_list.scss +18 -0
- package/src/lib/assets/fontawesome/scss/_mixins.scss +73 -0
- package/src/lib/assets/fontawesome/scss/_rotated-flipped.scss +31 -0
- package/src/lib/assets/fontawesome/scss/_screen-reader.scss +14 -0
- package/src/lib/assets/fontawesome/scss/_shims.scss +2027 -0
- package/src/lib/assets/fontawesome/scss/_sizing.scss +16 -0
- package/src/lib/assets/fontawesome/scss/_stacked.scss +32 -0
- package/src/lib/assets/fontawesome/scss/_variables.scss +4338 -0
- package/src/lib/assets/fontawesome/scss/brands.scss +30 -0
- package/src/lib/assets/fontawesome/scss/fontawesome.scss +21 -0
- package/src/lib/assets/fontawesome/scss/regular.scss +26 -0
- package/src/lib/assets/fontawesome/scss/solid.scss +26 -0
- package/src/lib/assets/fontawesome/scss/v4-shims.scss +11 -0
- package/src/lib/assets/fontawesome/webfonts/fa-brands-400.ttf +0 -0
- package/src/lib/assets/fontawesome/webfonts/fa-brands-400.woff2 +0 -0
- package/src/lib/assets/fontawesome/webfonts/fa-regular-400.ttf +0 -0
- package/src/lib/assets/fontawesome/webfonts/fa-regular-400.woff2 +0 -0
- package/src/lib/assets/fontawesome/webfonts/fa-solid-900.ttf +0 -0
- package/src/lib/assets/fontawesome/webfonts/fa-solid-900.woff2 +0 -0
- package/src/lib/assets/fontawesome/webfonts/fa-v4compatibility.ttf +0 -0
- package/src/lib/assets/fontawesome/webfonts/fa-v4compatibility.woff2 +0 -0
- package/src/lib/assets/sass/base.scss +164 -0
- package/src/lib/assets/sass/checkbox.scss +40 -0
- package/src/lib/assets/sass/dropdown.scss +148 -0
- package/src/lib/assets/sass/image-upload.scss +107 -0
- package/src/lib/assets/sass/paging.scss +81 -0
- package/src/lib/assets/sass/repeater.scss +74 -0
- package/src/lib/assets/sass/tags-input.scss +92 -0
- package/src/lib/assets/sass/textarea.scss +6 -0
- package/src/lib/assets/sass/variables.scss +9 -0
- package/bnsights-bbsf-controls-1.0.65.tgz +0 -0
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
|
|
3
|
+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
4
|
+
* Copyright 2022 Fonticons, Inc.
|
|
5
|
+
*/
|
|
6
|
+
@import 'functions';
|
|
7
|
+
@import 'variables';
|
|
8
|
+
|
|
9
|
+
:root, :host {
|
|
10
|
+
--#{ $fa-css-prefix }-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
@font-face {
|
|
14
|
+
font-family: 'Font Awesome 6 Brands';
|
|
15
|
+
font-style: normal;
|
|
16
|
+
font-weight: 400;
|
|
17
|
+
font-display: $fa-font-display;
|
|
18
|
+
src: url('#{$fa-font-path}/fa-brands-400.woff2') format('woff2'),
|
|
19
|
+
url('#{$fa-font-path}/fa-brands-400.ttf') format('truetype');
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.fab,
|
|
23
|
+
.fa-brands {
|
|
24
|
+
font-family: 'Font Awesome 6 Brands';
|
|
25
|
+
font-weight: 400;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
@each $name, $icon in $fa-brand-icons {
|
|
29
|
+
.#{$fa-css-prefix}-#{$name}:before { content: fa-content($icon); }
|
|
30
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
|
|
3
|
+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
4
|
+
* Copyright 2022 Fonticons, Inc.
|
|
5
|
+
*/
|
|
6
|
+
// Font Awesome core compile (Web Fonts-based)
|
|
7
|
+
// -------------------------
|
|
8
|
+
|
|
9
|
+
@import 'functions';
|
|
10
|
+
@import 'variables';
|
|
11
|
+
@import 'mixins';
|
|
12
|
+
@import 'core';
|
|
13
|
+
@import 'sizing';
|
|
14
|
+
@import 'fixed-width';
|
|
15
|
+
@import 'list';
|
|
16
|
+
@import 'bordered-pulled';
|
|
17
|
+
@import 'animated';
|
|
18
|
+
@import 'rotated-flipped';
|
|
19
|
+
@import 'stacked';
|
|
20
|
+
@import 'icons';
|
|
21
|
+
@import 'screen-reader';
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
|
|
3
|
+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
4
|
+
* Copyright 2022 Fonticons, Inc.
|
|
5
|
+
*/
|
|
6
|
+
@import 'functions';
|
|
7
|
+
@import 'variables';
|
|
8
|
+
|
|
9
|
+
:root, :host {
|
|
10
|
+
--#{ $fa-css-prefix }-font-regular: normal 400 1em/1 "#{ $fa-style-family }";
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
@font-face {
|
|
14
|
+
font-family: 'Font Awesome 6 Free';
|
|
15
|
+
font-style: normal;
|
|
16
|
+
font-weight: 400;
|
|
17
|
+
font-display: $fa-font-display;
|
|
18
|
+
src: url('#{$fa-font-path}/fa-regular-400.woff2') format('woff2'),
|
|
19
|
+
url('#{$fa-font-path}/fa-regular-400.ttf') format('truetype');
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.far,
|
|
23
|
+
.fa-regular {
|
|
24
|
+
font-family: 'Font Awesome 6 Free';
|
|
25
|
+
font-weight: 400;
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
|
|
3
|
+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
4
|
+
* Copyright 2022 Fonticons, Inc.
|
|
5
|
+
*/
|
|
6
|
+
@import 'functions';
|
|
7
|
+
@import 'variables';
|
|
8
|
+
|
|
9
|
+
:root, :host {
|
|
10
|
+
--#{ $fa-css-prefix }-font-solid: normal 900 1em/1 "#{ $fa-style-family }";
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
@font-face {
|
|
14
|
+
font-family: 'Font Awesome 6 Free';
|
|
15
|
+
font-style: normal;
|
|
16
|
+
font-weight: 900;
|
|
17
|
+
font-display: $fa-font-display;
|
|
18
|
+
src: url('#{$fa-font-path}/fa-solid-900.woff2') format('woff2'),
|
|
19
|
+
url('#{$fa-font-path}/fa-solid-900.ttf') format('truetype');
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.fas,
|
|
23
|
+
.fa-solid {
|
|
24
|
+
font-family: 'Font Awesome 6 Free';
|
|
25
|
+
font-weight: 900;
|
|
26
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
|
|
3
|
+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
4
|
+
* Copyright 2022 Fonticons, Inc.
|
|
5
|
+
*/
|
|
6
|
+
// V4 shims compile (Web Fonts-based)
|
|
7
|
+
// -------------------------
|
|
8
|
+
|
|
9
|
+
@import 'functions';
|
|
10
|
+
@import 'variables';
|
|
11
|
+
@import 'shims';
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
/*form control*/
|
|
2
|
+
.bbsf-control.form-group {
|
|
3
|
+
margin-bottom: 1.75rem;
|
|
4
|
+
|
|
5
|
+
.bbsf-label {
|
|
6
|
+
font-size: 13px;
|
|
7
|
+
color: $label-color;
|
|
8
|
+
font-weight: 500;
|
|
9
|
+
margin-bottom: 0.8rem;
|
|
10
|
+
word-break: break-all;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.bbsf-input-container {
|
|
14
|
+
position: relative;
|
|
15
|
+
|
|
16
|
+
&.p-40px {
|
|
17
|
+
input, textarea {
|
|
18
|
+
padding-right: 40px;
|
|
19
|
+
|
|
20
|
+
&[dir = "rtl"] {
|
|
21
|
+
padding-left: 40px !important;
|
|
22
|
+
padding-right: 1rem !important;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.form-control {
|
|
28
|
+
border-color: $light-gray;
|
|
29
|
+
padding: 0.75rem 1rem;
|
|
30
|
+
font-size: 13px;
|
|
31
|
+
border-radius: $rounded;
|
|
32
|
+
height: 45px;
|
|
33
|
+
|
|
34
|
+
&:disabled {
|
|
35
|
+
cursor: not-allowed;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
&[dir = "rtl"] {
|
|
39
|
+
+ .copy-clipboard {
|
|
40
|
+
left: 0px;
|
|
41
|
+
right: auto;
|
|
42
|
+
border-top-left-radius: $rounded;
|
|
43
|
+
border-bottom-left-radius: $rounded;
|
|
44
|
+
border-top-right-radius: 0px;
|
|
45
|
+
border-bottom-right-radius: 0px;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.form-control:focus {
|
|
51
|
+
border-color: #d5d5d5;
|
|
52
|
+
box-shadow: none;
|
|
53
|
+
}
|
|
54
|
+
/* input with icon*/
|
|
55
|
+
.bbsf-icon {
|
|
56
|
+
z-index: 4;
|
|
57
|
+
position: absolute;
|
|
58
|
+
|
|
59
|
+
svg {
|
|
60
|
+
height: 1.75rem !important;
|
|
61
|
+
width: 1.75rem !important
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.bbsf-left-icon {
|
|
66
|
+
left: 0px;
|
|
67
|
+
margin-left: 1.5rem !important;
|
|
68
|
+
|
|
69
|
+
+ input {
|
|
70
|
+
padding-left: 3.7rem !important;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.bbsf-right-icon {
|
|
75
|
+
right: 0px;
|
|
76
|
+
margin-right: 1.5rem !important;
|
|
77
|
+
|
|
78
|
+
+ input {
|
|
79
|
+
padding-right: 3.7rem !important;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
//copy to clipboard
|
|
83
|
+
.copy-clipboard {
|
|
84
|
+
position: absolute;
|
|
85
|
+
top: 50%;
|
|
86
|
+
right: 0px;
|
|
87
|
+
transform: translate(0px, -50%);
|
|
88
|
+
padding: 10px;
|
|
89
|
+
background: #eeeeee;
|
|
90
|
+
border-radius: $rounded;
|
|
91
|
+
border-top-left-radius: 0px;
|
|
92
|
+
border-bottom-left-radius: 0px;
|
|
93
|
+
height: 100%;
|
|
94
|
+
display: flex;
|
|
95
|
+
align-items: center;
|
|
96
|
+
|
|
97
|
+
i {
|
|
98
|
+
color: #8b8b8b;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
&:hover {
|
|
102
|
+
background: #e5e5e5
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
/* horizontal form control*/
|
|
107
|
+
.bbsf-horizontal {
|
|
108
|
+
display: flex;
|
|
109
|
+
align-items: center;
|
|
110
|
+
|
|
111
|
+
.bbsf-label {
|
|
112
|
+
margin-right: 1rem;
|
|
113
|
+
white-space: nowrap;
|
|
114
|
+
margin-bottom: 0px;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.bbsf-input-container {
|
|
118
|
+
width: 100%;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
@media only screen and (max-width: 768px) {
|
|
123
|
+
.bbsf-horizontal {
|
|
124
|
+
display: block;
|
|
125
|
+
|
|
126
|
+
.bbsf-label {
|
|
127
|
+
margin-right: 0;
|
|
128
|
+
margin-bottom: 1rem;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.subtext-container {
|
|
134
|
+
display: flex;
|
|
135
|
+
justify-content: space-between;
|
|
136
|
+
flex-wrap: wrap;
|
|
137
|
+
//validation
|
|
138
|
+
.bbsf-validation, .bbsf-character-count, .bbsf-word-count, .bbsf-control-desc {
|
|
139
|
+
margin-top: 0.3rem;
|
|
140
|
+
font-size: 12px;
|
|
141
|
+
font-weight: 500;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.bbsf-validation, .bbsf-character-count {
|
|
145
|
+
color: $danger;
|
|
146
|
+
}
|
|
147
|
+
//word count and description
|
|
148
|
+
.bbsf-word-count, .bbsf-control-desc {
|
|
149
|
+
color: $subtext-color;
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
//buttons
|
|
155
|
+
|
|
156
|
+
.btn-brand {
|
|
157
|
+
background: $primary;
|
|
158
|
+
color: white;
|
|
159
|
+
border: $primary;
|
|
160
|
+
&:hover {
|
|
161
|
+
background: #3781d2;
|
|
162
|
+
color: white;
|
|
163
|
+
}
|
|
164
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
|
|
2
|
+
.bbsf-checkbox {
|
|
3
|
+
.bbsf-input-container {
|
|
4
|
+
display: flex;
|
|
5
|
+
align-items: start;
|
|
6
|
+
|
|
7
|
+
.label-subtext-container {
|
|
8
|
+
margin-top: -4px;
|
|
9
|
+
margin-left: 0.55rem;
|
|
10
|
+
|
|
11
|
+
.bbsf-label {
|
|
12
|
+
margin-bottom: 0px;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.bbsf-checkbox-input {
|
|
17
|
+
&[type="checkbox"] {
|
|
18
|
+
width: 18px;
|
|
19
|
+
height: 18px;
|
|
20
|
+
appearance: none;
|
|
21
|
+
cursor: pointer;
|
|
22
|
+
border-radius: 6px;
|
|
23
|
+
background: $light-gray;
|
|
24
|
+
transition: background-color 0.15s ease-in-out;
|
|
25
|
+
background-repeat: no-repeat;
|
|
26
|
+
background-position: center;
|
|
27
|
+
background-size: 55%;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.bbsf-checkbox-input:checked {
|
|
32
|
+
background-color: $primary;
|
|
33
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 11' width='13' height='11' fill='none'%3e%3cpath d='M11.0426 1.02893C11.3258 0.695792 11.8254 0.655283 12.1585 0.938451C12.4917 1.22162 12.5322 1.72124 12.249 2.05437L5.51985 9.97104C5.23224 10.3094 4.72261 10.3451 4.3907 10.05L0.828197 6.88335C0.50141 6.59288 0.471975 6.09249 0.762452 5.7657C1.05293 5.43891 1.55332 5.40948 1.88011 5.69995L4.83765 8.32889L11.0426 1.02893Z' fill='%23FFFFFF'/%3e%3c/svg%3e");
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.bbsf-checkbox-input:disabled {
|
|
37
|
+
cursor: not-allowed;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
.bbsf-dropdown {
|
|
2
|
+
|
|
3
|
+
.bbsf-input-container {
|
|
4
|
+
|
|
5
|
+
.form-control {
|
|
6
|
+
padding: 0px !important;
|
|
7
|
+
|
|
8
|
+
&.is-invalid {
|
|
9
|
+
background-position: right calc(0.375em + 2rem) center;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.ng-select-container {
|
|
13
|
+
padding: 0.75rem 1rem;
|
|
14
|
+
cursor: pointer;
|
|
15
|
+
height: 100%;
|
|
16
|
+
|
|
17
|
+
.ng-arrow-wrapper {
|
|
18
|
+
margin-left: 10px;
|
|
19
|
+
display: flex;
|
|
20
|
+
align-items: center;
|
|
21
|
+
justify-content: center;
|
|
22
|
+
|
|
23
|
+
.ng-arrow {
|
|
24
|
+
border-color: #999 #0000 #0000 #0000;
|
|
25
|
+
border-style: solid;
|
|
26
|
+
border-width: 5px 5px 2.5px;
|
|
27
|
+
margin-top: 5px;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.ng-clear-wrapper {
|
|
32
|
+
display: flex;
|
|
33
|
+
align-items: center;
|
|
34
|
+
justify-content: center;
|
|
35
|
+
|
|
36
|
+
.ng-clear {
|
|
37
|
+
color: #e66f6f;
|
|
38
|
+
font-weight: 600;
|
|
39
|
+
align-items: center;
|
|
40
|
+
justify-content: center;
|
|
41
|
+
font-size: 16px !important;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.ng-value-container {
|
|
46
|
+
.ng-value-label {
|
|
47
|
+
color: #414350;
|
|
48
|
+
font-weight: 500;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
.ng-dropdown-panel {
|
|
55
|
+
box-shadow: 0px 0px 11px 3px rgb(92 92 92 / 10%);
|
|
56
|
+
border-radius: $rounded;
|
|
57
|
+
left: 0px;
|
|
58
|
+
background-color: white;
|
|
59
|
+
|
|
60
|
+
&.ng-select-bottom {
|
|
61
|
+
top: 50px;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
&.ng-select-top {
|
|
65
|
+
bottom: 50px;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.ng-dropdown-panel-items {
|
|
69
|
+
.ng-option:last-child {
|
|
70
|
+
margin-bottom: 0px;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.ng-option {
|
|
74
|
+
padding: 0.75rem 1.25rem;
|
|
75
|
+
margin-bottom: 0.1rem;
|
|
76
|
+
|
|
77
|
+
.bbsf-label {
|
|
78
|
+
margin-bottom: 0px;
|
|
79
|
+
cursor: pointer;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
&.ng-option-selected, &:hover {
|
|
83
|
+
background-color: #f6f6f6;
|
|
84
|
+
|
|
85
|
+
.bbsf-label {
|
|
86
|
+
color: $primary;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
&.ng-option-selected:after {
|
|
91
|
+
font-family: 'Font Awesome 5 Free';
|
|
92
|
+
content: "\f00c";
|
|
93
|
+
font-weight: 600;
|
|
94
|
+
position: absolute;
|
|
95
|
+
right: 4px;
|
|
96
|
+
top: 50%;
|
|
97
|
+
color: $primary;
|
|
98
|
+
font-size: 10px;
|
|
99
|
+
transform: translate(-14px, -50%);
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.ng-select-opened {
|
|
107
|
+
.ng-select-container {
|
|
108
|
+
.ng-arrow-wrapper {
|
|
109
|
+
.ng-arrow {
|
|
110
|
+
top: -2px;
|
|
111
|
+
border-width: 0 5px 5px;
|
|
112
|
+
border-color: #0000 #0000 #999;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.ng-select-disabled {
|
|
120
|
+
background: #c5c5c5;
|
|
121
|
+
|
|
122
|
+
.ng-select-container {
|
|
123
|
+
cursor: not-allowed !important;
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.ng-select-multiple {
|
|
128
|
+
.ng-value {
|
|
129
|
+
background: #f3f3f3;
|
|
130
|
+
border-radius: 3px;
|
|
131
|
+
padding: 0px 5px;
|
|
132
|
+
margin-right: .4rem;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.ng-value-icon {
|
|
136
|
+
display: inline-block;
|
|
137
|
+
margin-right: .2rem;
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.ng-has-value .ng-placeholder {
|
|
143
|
+
display: none;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.ng-option-selected {
|
|
147
|
+
position: relative;
|
|
148
|
+
}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
.bbsf-image-upload {
|
|
2
|
+
.bbsf-input-container {
|
|
3
|
+
&.ngx-dz-disabled {
|
|
4
|
+
cursor: not-allowed;
|
|
5
|
+
pointer-events: auto;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
height: 140px;
|
|
9
|
+
display: flex;
|
|
10
|
+
justify-content: center;
|
|
11
|
+
border: 2px dashed #e4e4e4;
|
|
12
|
+
border-radius: $rounded;
|
|
13
|
+
align-items: center;
|
|
14
|
+
|
|
15
|
+
.svg-and-validation {
|
|
16
|
+
display: flex;
|
|
17
|
+
flex-direction: column;
|
|
18
|
+
align-items: center;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.bbsf-validation-msg {
|
|
22
|
+
margin-top: 0.3rem;
|
|
23
|
+
font-size: 12px;
|
|
24
|
+
font-weight: 500;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.dropzone-preview {
|
|
28
|
+
height: unset !important;
|
|
29
|
+
max-height: 140px;
|
|
30
|
+
min-height: unset !important;
|
|
31
|
+
|
|
32
|
+
img {
|
|
33
|
+
max-height: 100px;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.bbsf-cropper-modal {
|
|
39
|
+
&.modal {
|
|
40
|
+
left: 0;
|
|
41
|
+
top: 0;
|
|
42
|
+
width: 100%;
|
|
43
|
+
height: 100%;
|
|
44
|
+
overflow: auto;
|
|
45
|
+
background-color: #0006;
|
|
46
|
+
|
|
47
|
+
.modal-content {
|
|
48
|
+
border: 0px;
|
|
49
|
+
border-radius: 0.475rem;
|
|
50
|
+
|
|
51
|
+
.modal-header {
|
|
52
|
+
.modal-title {
|
|
53
|
+
font-size: 18px;
|
|
54
|
+
color: #2b2b2b;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.btn-close {
|
|
58
|
+
font-size: 10px;
|
|
59
|
+
font-weight: 600;
|
|
60
|
+
background-color: #ededed;
|
|
61
|
+
margin: 0px;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.modal-body {
|
|
66
|
+
.cropper-btns {
|
|
67
|
+
display: flex;
|
|
68
|
+
justify-content: center;
|
|
69
|
+
align-items: center;
|
|
70
|
+
|
|
71
|
+
.btn-group {
|
|
72
|
+
margin-right: 1rem;
|
|
73
|
+
|
|
74
|
+
.btn {
|
|
75
|
+
position: relative;
|
|
76
|
+
flex: 1 1 auto;
|
|
77
|
+
color: #535353;
|
|
78
|
+
background-color: #f5f8fa;
|
|
79
|
+
font-size: 13px;
|
|
80
|
+
|
|
81
|
+
&:hover {
|
|
82
|
+
background-color: #eff2f5;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
&:focus {
|
|
86
|
+
box-shadow: none;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.modal-footer {
|
|
94
|
+
.btn-light {
|
|
95
|
+
background: #f5f8fa;
|
|
96
|
+
color: #7e8299;
|
|
97
|
+
|
|
98
|
+
&:hover {
|
|
99
|
+
background: #eff2f5;
|
|
100
|
+
color: #7e8299;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
.bbsf-paging {
|
|
2
|
+
.bbsf-paging-container {
|
|
3
|
+
display: flex;
|
|
4
|
+
align-items: center;
|
|
5
|
+
justify-content: space-between;
|
|
6
|
+
|
|
7
|
+
.bbsf-pagination {
|
|
8
|
+
.pagination {
|
|
9
|
+
margin-bottom: 0px;
|
|
10
|
+
|
|
11
|
+
.page-item {
|
|
12
|
+
margin-right: 0.5rem;
|
|
13
|
+
|
|
14
|
+
&.disabled {
|
|
15
|
+
.page-link {
|
|
16
|
+
color: #cecece;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
&.active {
|
|
21
|
+
.page-link {
|
|
22
|
+
background-color: $primary;
|
|
23
|
+
border-color: $primary;
|
|
24
|
+
color: white;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.page-link {
|
|
29
|
+
display: flex;
|
|
30
|
+
justify-content: center;
|
|
31
|
+
align-items: center;
|
|
32
|
+
border-radius: 0.475rem;
|
|
33
|
+
height: 2rem;
|
|
34
|
+
width: 2rem;
|
|
35
|
+
font-weight: 500;
|
|
36
|
+
font-size: 13.5px;
|
|
37
|
+
color: #5e6278;
|
|
38
|
+
background-color: #00000000;
|
|
39
|
+
|
|
40
|
+
&:hover {
|
|
41
|
+
color: $primary;
|
|
42
|
+
background-color: #f4f4f4;
|
|
43
|
+
border-color: #f4f4f4;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.bbsf-pages {
|
|
51
|
+
display: flex;
|
|
52
|
+
align-items: center;
|
|
53
|
+
|
|
54
|
+
select {
|
|
55
|
+
font-size: 13px;
|
|
56
|
+
border-radius: 0.425rem;
|
|
57
|
+
background-color: #f5f8fa;
|
|
58
|
+
border-color: #f5f8fa;
|
|
59
|
+
color: #6b6b6b;
|
|
60
|
+
transition: color 0.2s ease;
|
|
61
|
+
width: auto;
|
|
62
|
+
display: inline-block;
|
|
63
|
+
font-weight: 500;
|
|
64
|
+
line-height: 1.5;
|
|
65
|
+
padding: 0.4rem 0.6rem 0.4rem 0.1rem;
|
|
66
|
+
margin-right: 15px;
|
|
67
|
+
outline: none;
|
|
68
|
+
|
|
69
|
+
option {
|
|
70
|
+
font-weight: 500;
|
|
71
|
+
font-size: 12px;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.bssf-items {
|
|
76
|
+
font-size: 12px;
|
|
77
|
+
color: #656565;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|