marketplacepos 2.1.6 → 2.1.9

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 (32) hide show
  1. package/Marketplace/assets/bootstrap_light.scss +1 -1
  2. package/Marketplace/assets/variables-custom.scss +191 -0
  3. package/Marketplace/assets/version-adjustment-v5.scss +278 -0
  4. package/Marketplace/default-src_app_services_checkbrowser_service_ts-node_modules_angular_forms_fesm2020_forms_mjs.js +9592 -0
  5. package/Marketplace/default-src_app_services_checkbrowser_service_ts-node_modules_angular_forms_fesm2020_forms_mjs.js.map +1 -0
  6. package/Marketplace/index.html +23 -22
  7. package/Marketplace/main.js +630 -0
  8. package/Marketplace/main.js.map +1 -0
  9. package/Marketplace/polyfills.js +3398 -0
  10. package/Marketplace/polyfills.js.map +1 -0
  11. package/Marketplace/runtime.js +346 -0
  12. package/Marketplace/runtime.js.map +1 -0
  13. package/Marketplace/scripts.js +2634 -0
  14. package/Marketplace/scripts.js.map +1 -0
  15. package/Marketplace/src_app_login_login_module_ts.js +535 -0
  16. package/Marketplace/src_app_login_login_module_ts.js.map +1 -0
  17. package/Marketplace/src_app_menu_menu_module_ts.js +89436 -0
  18. package/Marketplace/src_app_menu_menu_module_ts.js.map +1 -0
  19. package/Marketplace/styles.css +30606 -0
  20. package/Marketplace/styles.css.map +1 -0
  21. package/Marketplace/vendor.js +71753 -0
  22. package/Marketplace/vendor.js.map +1 -0
  23. package/package.json +1 -1
  24. package/Marketplace/170.6c5c5ece64da542a.js +0 -1
  25. package/Marketplace/22.fb4f993e888aad3a.js +0 -1
  26. package/Marketplace/365.1282604dd7869f3c.js +0 -1
  27. package/Marketplace/3rdpartylicenses.txt +0 -490
  28. package/Marketplace/main.f504519b0a3bac1b.js +0 -1
  29. package/Marketplace/polyfills.2329f3f8d324fc9f.js +0 -1
  30. package/Marketplace/runtime.1acf622ba418cce0.js +0 -1
  31. package/Marketplace/scripts.16aad1e03d4e6f23.js +0 -1
  32. package/Marketplace/styles.b253e28bc8380ea0.css +0 -20
@@ -471,7 +471,7 @@ $fl_input: #343434;
471
471
  }
472
472
 
473
473
  .dropdown-item a {
474
- color: $yiq-text-dark;
474
+ color: $color-contrast-dark;
475
475
  cursor: pointer;
476
476
  display: block;
477
477
  }
@@ -0,0 +1,191 @@
1
+ @import "~bootstrap/scss/functions";
2
+ // scss-docs-start color-variables
3
+ $body-color: #333333;
4
+ $blue: #337ab7;
5
+ $gray-600: #cccccc;
6
+ $green: #89b03e;
7
+ $light:#dddddd;
8
+ $red: #c9302c;
9
+ $gray-100: #dddddd;
10
+ $gray-900: #4d4d4d;
11
+ $dark: #4d4d4d;
12
+ $orange: #f6a828;
13
+ $white: #ffffff;
14
+ $info: #17a2b8;
15
+
16
+ // pos-web color-variables
17
+ $header-color: #3b3b3b;
18
+ $light-blue: #f7f7f8;
19
+ $light-gray: rgba(203, 203, 210, 0.15);
20
+ $gradient-danger: repeating-linear-gradient(
21
+ -60deg,
22
+ #f8d7da,
23
+ #f8d7da 15px,
24
+ #f5c6cb 15px,
25
+ #f5c6cb 30px
26
+ );
27
+ $gradient-warning: repeating-linear-gradient(
28
+ -60deg,
29
+ #fcf3cf,
30
+ #fcf3cf 15px,
31
+ #f9e79f 15px,
32
+ #f9e79f 30px
33
+ );
34
+ $gray-secondary: #cccccc;
35
+
36
+ // stylelint-enable value-keyword-case
37
+ $font-family-base: 'Roboto', sans-serif;
38
+ $headings-font-family: 'Roboto Slab', serif;
39
+
40
+ // scss-docs-start font-variables
41
+ $font-size-base: 0.75rem;
42
+
43
+ $h1-font-size: 1.375rem; //22px
44
+ $h2-font-size: 1.25rem; //20px
45
+ $h3-font-size: 1.125rem; //18px
46
+ $h4-font-size: 1rem; //16px
47
+ $h5-font-size: 0.875rem; //14px
48
+ $h6-font-size: 0.75rem; //12px
49
+
50
+ // pos-web font-variables
51
+ $headings-font-weight: 700;
52
+
53
+ // scss-docs-start spacer-variables-maps
54
+ $spacer: 0.125rem;
55
+ $spacers: (
56
+ 0: 0,
57
+ 1: $spacer,
58
+ 2: $spacer * 2,
59
+ 3: $spacer * 3,
60
+ 4: $spacer * 4,
61
+ 5: $spacer * 5,
62
+ 6: $spacer * 6,
63
+ 7: $spacer * 7,
64
+ 8: $spacer * 8,
65
+ 9: $spacer * 9,
66
+ 10: $spacer * 10,
67
+ 11: $spacer * 11,
68
+ 12: $spacer * 12,
69
+ );
70
+
71
+ // Style anchor elements.
72
+ $link-color:#0976b4;
73
+
74
+ // scss-docs-start type-variables
75
+ $text-muted: #9a9a9a;
76
+
77
+ // scss-docs-start btn-variables
78
+ $btn-padding-y: 0.625rem;
79
+ $btn-padding-x: 0.9375rem;
80
+
81
+ // scss-docs-start dropdown-variables
82
+ $dropdown-item-padding-y: .5rem;
83
+ $dropdown-item-padding-x: 1rem;
84
+ $dropdown-link-color: $body-color;
85
+ $dropdown-link-active-bg: transparent;
86
+ $dropdown-link-active-color: inherit;
87
+
88
+ // scss-docs-start table-variables
89
+ $table-cell-padding-y: 12px;
90
+ $table-cell-padding-x: 8px;
91
+ $table-border-color: $light;
92
+
93
+ // scss-docs-start form-input-variables
94
+ $input-focus-box-shadow: none;
95
+ $input-border-radius:0px;
96
+ $input-border-radius-lg: 1px;
97
+
98
+ // scss-docs-start input-group-variables
99
+ $input-group-addon-bg: white;
100
+
101
+ // scss-docs-start card-variables
102
+ $card-cap-bg: $white;
103
+ $card-spacer-x: 0.9375rem;
104
+
105
+ // scss-docs-start border-variables
106
+ $border: 1px solid $light;
107
+
108
+ @import "~bootstrap/scss/variables";
109
+ @import "~bootstrap/scss/mixins";
110
+
111
+ // scss-docs-start colors-map
112
+ // known issue, should not make bg-light-gray: https://github.com/twbs/bootstrap/issues/34756
113
+ // this issue will be supposedly fixed in Bootstrap 5.2.0: https://github.com/twbs/bootstrap/issues/35815
114
+ $light-gray-map: (
115
+ "light-gray": $light-gray
116
+ );
117
+ $theme-colors: map-merge($theme-colors, $light-gray-map);
118
+ // pos-web bg-*
119
+ .bg-light-gray {
120
+ background-color: var(--bs-light-gray);
121
+ --bs-bg-opacity: 0.15 !important;
122
+ }
123
+ .bg-gradient-danger {
124
+ background: repeating-linear-gradient(-60deg, #f8d7da, #f8d7da 15px, #f5c6cb 15px, #f5c6cb 30px) !important;
125
+ }
126
+
127
+ .bg-gradient-success {
128
+ background: repeating-linear-gradient(-60deg,#28a745,#28a745 15px,#a2dbb0 15px,#a2dbb0 30px) !important;
129
+ }
130
+
131
+ .bg-gradient-warning {
132
+ background: repeating-linear-gradient(-60deg,#FCF3CF,#FCF3CF 15px,#F9E79F 15px,#F9E79F 30px) !important;
133
+ }
134
+
135
+ // pos-web text-*
136
+ .text-primary {
137
+ color: #0976b4 !important;
138
+ }
139
+
140
+ .text-danger {
141
+ color: #fb404b !important;
142
+ }
143
+
144
+ .text-dark {
145
+ color: #5e5e5e !important;
146
+ }
147
+
148
+ .text-success {
149
+ color: #87cb16 !important;
150
+ }
151
+
152
+ .text-black {
153
+ color: black !important;
154
+ }
155
+
156
+ // pos-web btn-*
157
+ .btn-light-blue {
158
+ color: #212529;
159
+ background-color: #dfeffc !important;
160
+ border-color: #dfeffc;
161
+ }
162
+ .btn-light-blue:hover {
163
+ color: #212529;
164
+ background-color: #bcdef9;
165
+ border-color: #b0d8f8;
166
+ }
167
+ .btn-light-blue:focus,
168
+ .btn-light-blue.focus {
169
+ color: #212529;
170
+ background-color: #bcdef9;
171
+ border-color: #b0d8f8;
172
+ box-shadow: 0 0 0 0.2rem rgba(195, 209, 220, 0.5);
173
+ }
174
+ .btn-light-blue.disabled,
175
+ .btn-light-blue:disabled {
176
+ color: #212529;
177
+ background-color: #dfeffc;
178
+ border-color: #dfeffc;
179
+ }
180
+ .btn-light-blue:not(:disabled):not(.disabled):active,
181
+ .btn-light-blue:not(:disabled):not(.disabled).active,
182
+ .show > .btn-light-blue.dropdown-toggle {
183
+ color: #212529;
184
+ background-color: #b0d8f8;
185
+ border-color: #a5d2f7;
186
+ }
187
+ .btn-light-blue:not(:disabled):not(.disabled):active:focus,
188
+ .btn-light-blue:not(:disabled):not(.disabled).active:focus,
189
+ .show > .btn-light-blue.dropdown-toggle:focus {
190
+ box-shadow: 0 0 0 0.2rem rgba(195, 209, 220, 0.5);
191
+ }
@@ -0,0 +1,278 @@
1
+ /* Toaster adjustment */
2
+ // Position
3
+ .toast-center-center {
4
+ top: 50%;
5
+ left: 50%;
6
+ transform: translate(-50%, -50%);
7
+ }
8
+ .toast-top-center {
9
+ top: 0;
10
+ right: 0;
11
+ width: 100%;
12
+ }
13
+ .toast-bottom-center {
14
+ bottom: 0;
15
+ right: 0;
16
+ width: 100%;
17
+ }
18
+ .toast-top-full-width {
19
+ top: 0;
20
+ right: 0;
21
+ width: 100%;
22
+ }
23
+ .toast-bottom-full-width {
24
+ bottom: 0;
25
+ right: 0;
26
+ width: 100%;
27
+ }
28
+ .toast-top-left {
29
+ top: 12px;
30
+ left: 12px;
31
+ }
32
+ .toast-top-right {
33
+ top: 12px;
34
+ right: 12px;
35
+ }
36
+ .toast-bottom-right {
37
+ right: 12px;
38
+ bottom: 12px;
39
+ }
40
+ .toast-bottom-left {
41
+ bottom: 12px;
42
+ left: 12px;
43
+ }
44
+ .toast-container.toast-top-center .ngx-toastr,
45
+ .toast-container.toast-bottom-center .ngx-toastr {
46
+ width: 300px;
47
+ margin-left: auto;
48
+ margin-right: auto;
49
+ }
50
+ .toast-container.toast-top-full-width .ngx-toastr,
51
+ .toast-container.toast-bottom-full-width .ngx-toastr {
52
+ width: 96%;
53
+ margin-left: auto;
54
+ margin-right: auto;
55
+ }
56
+
57
+ // Toast
58
+ .toast-container {
59
+ pointer-events: none;
60
+ position: fixed;
61
+ z-index: 999999;
62
+
63
+ .ngx-toastr {
64
+ // @include border-radius($alert-border-radius);
65
+ position: relative;
66
+ overflow: hidden;
67
+ margin: 0 0 6px;
68
+ padding: 0.75rem 1.25rem 0.75rem 50px;
69
+ width: 300px;
70
+ background-position: 15px center;
71
+ background-repeat: no-repeat;
72
+ background-size: 24px;
73
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
74
+ pointer-events: auto;
75
+
76
+ .toast-title {
77
+ font-weight: bold;
78
+ }
79
+ .toast-message {
80
+ word-wrap: break-word;
81
+ }
82
+ .toast-message a:hover {
83
+ text-decoration: underline;
84
+ }
85
+ .toast-close-button {
86
+ position: relative;
87
+ right: -0.3em;
88
+ top: -0.3em;
89
+ float: right;
90
+ font-size: 20px;
91
+ font-weight: bold;
92
+ color: inherit;
93
+ text-shadow: 0 1px 0 #fff;
94
+ opacity: 0.5;
95
+ background: transparent;
96
+ border: 0;
97
+ padding: 0;
98
+ }
99
+ .toast-progress {
100
+ position: absolute;
101
+ left: 0;
102
+ bottom: 0;
103
+ height: 4px;
104
+ background-color: #000000;
105
+ opacity: 0.3;
106
+ }
107
+ .toast-close-button:hover,
108
+ .toast-close-button:focus {
109
+ color: #000000;
110
+ text-decoration: none;
111
+ cursor: pointer;
112
+ opacity: 0.75;
113
+ }
114
+ }
115
+ .ngx-toastr:hover {
116
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
117
+ opacity: 1;
118
+ cursor: pointer;
119
+ }
120
+ }
121
+
122
+ @function str-split($string, $separator) {
123
+ $split-arr: ();
124
+ // first index of separator in string
125
+ $index: str-index($string, $separator);
126
+ // loop through string
127
+ @while $index != null {
128
+ // get the substring from the first character to the separator
129
+ $item: str-slice($string, 1, $index - 1);
130
+ // push item to array
131
+ $split-arr: append($split-arr, $item);
132
+ // remove item and separator from string
133
+ $string: str-slice($string, $index + 1);
134
+ // find new index of separator
135
+ $index: str-index($string, $separator);
136
+ }
137
+ // add the remaining string to list (the last item)
138
+ $split-arr: append($split-arr, $string);
139
+
140
+ @return $split-arr;
141
+ }
142
+
143
+ @function svg-factory($fill-color, $viewbox, $path) {
144
+ $split: str-split($viewbox, " ");
145
+ $width: nth($split, 3);
146
+ $height: nth($split, 4);
147
+
148
+ // opacity is 0.9999 otherwise it uses a hex equivelent
149
+ // firefox requires fill rgb
150
+ @return "%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='" + $viewbox +
151
+ "' width='" + $width + "' height='" + $height + "'%3E%3Cpath fill='" +
152
+ rgba($fill-color, 0.999999) + "' d='" + $path + "'/%3E%3C/svg%3E";
153
+ }
154
+ @function svg-encode($svg) {
155
+ @return "data:image/svg+xml;charset=utf8," + $svg;
156
+ }
157
+ .toast-success {
158
+ /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/solid/check.svg */
159
+ background-image: url(svg-encode(
160
+ svg-factory(
161
+ $success,
162
+ "0 0 512 512",
163
+ "M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"
164
+ )
165
+ ));
166
+ color: $success;
167
+ background-color: $success;
168
+ border: 1px solid $success;
169
+ }
170
+ .toast-error {
171
+ /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/solid/times-circle.svg */
172
+ background-image: url(svg-encode(
173
+ svg-factory(
174
+ $danger,
175
+ "0 0 512 512",
176
+ "M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z"
177
+ )
178
+ ));
179
+ color: $danger;
180
+ background-color: $danger;
181
+ border: 1px solid $danger;
182
+ }
183
+ .toast-info {
184
+ /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/solid/info-circle.svg */
185
+ background-image: url(svg-encode(
186
+ svg-factory(
187
+ $info,
188
+ "0 0 512 512",
189
+ "M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z"
190
+ )
191
+ ));
192
+ color: $info;
193
+ background-color: $info;
194
+ border: 1px solid $info;
195
+ }
196
+ .toast-warning {
197
+ /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/solid/exclamation-triangle.svg */
198
+ background-image: url(svg-encode(
199
+ svg-factory(
200
+ $warning,
201
+ "0 0 576 512",
202
+ "M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z"
203
+ )
204
+ ));
205
+ color: $warning;
206
+ background-color: $warning;
207
+ border: 1px solid $warning;
208
+ }
209
+
210
+ // Responsive Design
211
+ @media all and (max-width: 240px) {
212
+ .toast-container .ngx-toastr.div {
213
+ padding: 8px 8px 8px 50px;
214
+ width: 11em;
215
+ }
216
+ .toast-container .toast-close-button {
217
+ right: -0.2em;
218
+ top: -0.2em;
219
+ }
220
+ }
221
+ @media all and (min-width: 241px) and (max-width: 480px) {
222
+ .toast-container .ngx-toastr.div {
223
+ padding: 8px 8px 8px 50px;
224
+ width: 18em;
225
+ }
226
+ .toast-container .toast-close-button {
227
+ right: -0.2em;
228
+ top: -0.2em;
229
+ }
230
+ }
231
+ @media all and (min-width: 481px) and (max-width: 768px) {
232
+ .toast-container .ngx-toastr.div {
233
+ padding: 15px 15px 15px 50px;
234
+ width: 25em;
235
+ }
236
+ }
237
+
238
+ .btn-outline-info:not(:disabled):not(.disabled):active,
239
+ .btn-outline-info:not(:disabled):not(.disabled).active,
240
+ .show > .btn-outline-info.dropdown-toggle {
241
+ color: #ffffff !important;
242
+ background-color: #17a2b8;
243
+ border-color: #17a2b8;
244
+ }
245
+
246
+ .btn-outline-info {
247
+ color: #17a2b8 !important;
248
+ border-color: #17a2b8 !important;
249
+ }
250
+
251
+ .g-0 {
252
+ --bs-gutter-x: 0;
253
+ --bs-gutter-y: 0;
254
+ }
255
+
256
+ .card-body {
257
+ padding: 0.9375rem;
258
+ }
259
+
260
+ .alert {
261
+ padding: 0.75rem 1.25rem;
262
+ }
263
+
264
+ .table-light,
265
+ .table-light > th,
266
+ .table-light > td {
267
+ --bs-table-bg: whitesmoke;
268
+ }
269
+
270
+
271
+
272
+ .table > :not(:first-child) {
273
+ border-top: none !important;
274
+ }
275
+
276
+ .table-sm th, .table-sm td {
277
+ padding: 0.3rem !important;
278
+ }