marketplacepos 2.5.2 → 2.5.4

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 (51) hide show
  1. package/Marketplace/117.ff708d165812e4f9.js +1 -0
  2. package/Marketplace/{397.9488b7c2d948b1be.js → 397.896540ed846f28b8.js} +1 -1
  3. package/Marketplace/72.301ee2586eacb84b.js +1 -0
  4. package/Marketplace/index.html +2 -2
  5. package/Marketplace/main.a262b0ff80af2a2e.js +1 -0
  6. package/Marketplace/runtime.3c3ad7f04fdb3a86.js +1 -0
  7. package/package.json +1 -1
  8. package/Marketplace/117.4367f8afe2698e0a.js +0 -1
  9. package/Marketplace/162.1e1c36c1ada2acc3.js +0 -1
  10. package/Marketplace/assets/bootstrap_light.scss +0 -1142
  11. package/Marketplace/assets/floatingLabel.scss +0 -187
  12. package/Marketplace/assets/lbd/_alerts.scss +0 -90
  13. package/Marketplace/assets/lbd/_bootstrap-switch.scss +0 -128
  14. package/Marketplace/assets/lbd/_buttons.scss +0 -132
  15. package/Marketplace/assets/lbd/_cards.scss +0 -256
  16. package/Marketplace/assets/lbd/_chartist.scss +0 -230
  17. package/Marketplace/assets/lbd/_checkbox-radio-switch.scss +0 -140
  18. package/Marketplace/assets/lbd/_dropdown.scss +0 -137
  19. package/Marketplace/assets/lbd/_footers.scss +0 -75
  20. package/Marketplace/assets/lbd/_inputs.scss +0 -141
  21. package/Marketplace/assets/lbd/_misc.scss +0 -120
  22. package/Marketplace/assets/lbd/_mixins.scss +0 -8
  23. package/Marketplace/assets/lbd/_navbars.scss +0 -235
  24. package/Marketplace/assets/lbd/_partial-nucleo-icons.scss +0 -574
  25. package/Marketplace/assets/lbd/_responsive.scss +0 -482
  26. package/Marketplace/assets/lbd/_sidebar-and-main-panel.scss +0 -333
  27. package/Marketplace/assets/lbd/_tables.scss +0 -88
  28. package/Marketplace/assets/lbd/_typography.scss +0 -91
  29. package/Marketplace/assets/lbd/_variables.scss +0 -272
  30. package/Marketplace/assets/lbd/mixins/_buttons.scss +0 -70
  31. package/Marketplace/assets/lbd/mixins/_cards.scss +0 -8
  32. package/Marketplace/assets/lbd/mixins/_chartist.scss +0 -87
  33. package/Marketplace/assets/lbd/mixins/_icons.scss +0 -13
  34. package/Marketplace/assets/lbd/mixins/_inputs.scss +0 -1
  35. package/Marketplace/assets/lbd/mixins/_labels.scss +0 -21
  36. package/Marketplace/assets/lbd/mixins/_morphing-buttons.scss +0 -34
  37. package/Marketplace/assets/lbd/mixins/_navbars.scss +0 -11
  38. package/Marketplace/assets/lbd/mixins/_social-buttons.scss +0 -43
  39. package/Marketplace/assets/lbd/mixins/_tabs.scss +0 -4
  40. package/Marketplace/assets/lbd/mixins/_transparency.scss +0 -20
  41. package/Marketplace/assets/lbd/mixins/_vendor-prefixes.scss +0 -211
  42. package/Marketplace/assets/lbd/plugins/_animate.scss +0 -227
  43. package/Marketplace/assets/lbd/plugins/_datetime-picker.scss +0 -463
  44. package/Marketplace/assets/light-bootstrap-dashboard.scss +0 -32
  45. package/Marketplace/assets/pos_variable.scss +0 -83
  46. package/Marketplace/assets/sitemap.json +0 -40
  47. package/Marketplace/assets/stepper-custom.scss +0 -33
  48. package/Marketplace/assets/variables-custom.scss +0 -191
  49. package/Marketplace/assets/version-adjustment-v5.scss +0 -287
  50. package/Marketplace/main.82c99b5c79f1fd9c.js +0 -1
  51. package/Marketplace/runtime.6d4d6c7e2c139e6c.js +0 -1
@@ -1,463 +0,0 @@
1
- /*!
2
- * Datetimepicker for Bootstrap 3
3
- * ! version : 4.7.14
4
- * https://github.com/Eonasdan/bootstrap-datetimepicker/
5
- */
6
- $bs-datetimepicker-timepicker-font-size: 1.2em !default;
7
- $bs-datetimepicker-active-bg: $info-color !default;
8
- $bs-datetimepicker-active-color: $white-color !default;
9
- $bs-datetimepicker-border-radius: $border-radius-base;
10
- $bs-datetimepicker-btn-hover-bg: $light-gray !default;
11
- $bs-datetimepicker-disabled-color: $medium-gray !default;
12
- $bs-datetimepicker-alternate-color: $medium-gray !default;
13
- $bs-datetimepicker-secondary-border-color: #ccc !default;
14
- $bs-datetimepicker-secondary-border-color-rgba: rgba(0, 0, 0, 0.2) !default;
15
- $bs-datetimepicker-primary-border-color: white !default;
16
- $bs-datetimepicker-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !default;
17
-
18
-
19
- .sr-only {
20
- position: absolute;
21
- width: 1px;
22
- height: 1px;
23
- margin: -1px;
24
- padding: 0;
25
- overflow: hidden;
26
- clip: rect(0,0,0,0);
27
- border: 0;
28
- }
29
-
30
-
31
- .bootstrap-datetimepicker-widget {
32
- list-style: none;
33
-
34
-
35
- &.dropdown-menu {
36
- padding: 4px;
37
- width: 19em;
38
-
39
- &.timepicker-sbs {
40
- @media (min-width: $screen-sm-min) {
41
- width: 38em;
42
- }
43
-
44
- @media (min-width: $screen-md-min) {
45
- width: 38em;
46
- }
47
-
48
- @media (min-width: $screen-lg-min) {
49
- width: 38em;
50
- }
51
- }
52
-
53
- &.bottom {
54
-
55
- &:before {
56
- border-bottom: 11px solid rgba(0, 0, 0, 0.2);
57
- border-left: 11px solid rgba(0, 0, 0, 0);
58
- border-right: 11px solid rgba(0, 0, 0, 0);
59
- content: "";
60
- display: inline-block;
61
- position: absolute;
62
- left: 12px;
63
- top: -11px;
64
- }
65
-
66
- &:after {
67
- border-bottom: 11px solid #FFFFFF;
68
- border-left: 11px solid rgba(0, 0, 0, 0);
69
- border-right: 11px solid rgba(0, 0, 0, 0);
70
- content: "";
71
- display: inline-block;
72
- position: absolute;
73
- left: 12px;
74
- top: -10px;
75
- }
76
- }
77
-
78
- &.top {
79
- margin-top: auto;
80
- margin-bottom: -20px;
81
-
82
- &.open{
83
- margin-top: auto;
84
- margin-bottom: 5px;
85
- }
86
-
87
- &:before {
88
- border-top: 11px solid rgba(0, 0, 0, 0.2);
89
- border-left: 11px solid rgba(0, 0, 0, 0);
90
- border-right: 11px solid rgba(0, 0, 0, 0);
91
- border-bottom: none;
92
- content: "";
93
- display: inline-block;
94
- position: absolute;
95
- left: 12px;
96
- bottom: -11px;
97
- top: auto;
98
- }
99
-
100
- &:after {
101
- border-top: 11px solid #FFFFFF;
102
- border-left: 11px solid rgba(0, 0, 0, 0);
103
- border-right: 11px solid rgba(0, 0, 0, 0);
104
- border-bottom: none;
105
- content: "";
106
- display: inline-block;
107
- position: absolute;
108
- left: 12px;
109
- bottom: -10px;
110
- top: auto;
111
- }
112
- }
113
-
114
-
115
-
116
- &.pull-right {
117
- &:before {
118
- left: auto;
119
- right: 6px;
120
- }
121
-
122
- &:after {
123
- left: auto;
124
- right: 7px;
125
- }
126
- }
127
-
128
- &.open{
129
- visibility: visible !important;
130
- opacity: 1 !important;
131
- top: 125px !important;
132
- font-size: 14px !important;
133
- }
134
- }
135
-
136
- .list-unstyled {
137
- margin: 0;
138
- }
139
-
140
- a[data-action] {
141
- padding: 6px 0;
142
- border-width: 0;
143
- }
144
-
145
- a[data-action]:active {
146
- box-shadow: none;
147
- }
148
-
149
- .timepicker-hour, .timepicker-minute, .timepicker-second {
150
- width: 56px;
151
- height: 56px;
152
- font-weight: $font-weight-light;
153
- font-size: $font-size-h4;
154
- margin: 3px;
155
- border-radius: 50%;
156
- }
157
-
158
- button[data-action] {
159
- padding: 6px;
160
- }
161
-
162
- .btn[data-action="incrementHours"]::after {
163
- @extend .sr-only;
164
- content: "Increment Hours";
165
- }
166
-
167
- .btn[data-action="incrementMinutes"]::after {
168
- @extend .sr-only;
169
- content: "Increment Minutes";
170
- }
171
-
172
- .btn[data-action="decrementHours"]::after {
173
- @extend .sr-only;
174
- content: "Decrement Hours";
175
- }
176
-
177
- .btn[data-action="decrementMinutes"]::after {
178
- @extend .sr-only;
179
- content: "Decrement Minutes";
180
- }
181
-
182
- .btn[data-action="showHours"]::after {
183
- @extend .sr-only;
184
- content: "Show Hours";
185
- }
186
-
187
- .btn[data-action="showMinutes"]::after {
188
- @extend .sr-only;
189
- content: "Show Minutes";
190
- }
191
-
192
- .btn[data-action="togglePeriod"]::after {
193
- @extend .sr-only;
194
- content: "Toggle AM/PM";
195
- }
196
-
197
- .btn[data-action="clear"]::after {
198
- @extend .sr-only;
199
- content: "Clear the picker";
200
- }
201
-
202
- .btn[data-action="today"]::after {
203
- @extend .sr-only;
204
- content: "Set the date to today";
205
- }
206
-
207
- .picker-switch {
208
- text-align: center;
209
- border-radius: $bs-datetimepicker-border-radius;
210
- font-size: 14px;
211
-
212
- &::after {
213
- @extend .sr-only;
214
- content: "Toggle Date and Time Screens";
215
- }
216
-
217
- td {
218
- padding: 0;
219
- margin: 0;
220
- height: auto;
221
- width: auto;
222
- line-height: inherit;
223
-
224
- span {
225
- line-height: 2.5;
226
- height: 2.5em;
227
- width: 100%;
228
- border-radius: $bs-datetimepicker-border-radius;
229
- margin: 2px 0px !important;
230
- }
231
-
232
- a,
233
- a:hover{
234
- color: $info-color;
235
- }
236
- }
237
- }
238
-
239
- table {
240
- width: 100%;
241
- margin: 0;
242
-
243
-
244
- & td > div,
245
- & th > div {
246
- // @extend .animation-transition-fast;
247
- text-align: center;
248
-
249
- }
250
-
251
-
252
- & th {
253
- // @extend .animation-transition-fast;
254
-
255
- height: 20px;
256
- line-height: 20px;
257
- width: 20px;
258
-
259
- &.picker-switch {
260
- width: 145px;
261
- }
262
-
263
- &.disabled,
264
- &.disabled:hover {
265
- background: none;
266
- color: $bs-datetimepicker-disabled-color;
267
- cursor: not-allowed;
268
- }
269
-
270
- &.prev span,
271
- &.next span{
272
- border-radius: $bs-datetimepicker-border-radius;
273
- height: 27px;
274
- width: 27px;
275
- line-height: 28px;
276
- font-size: 12px;
277
- border-radius: 50%;
278
- text-align: center;
279
-
280
- }
281
-
282
- &.prev::after {
283
- @extend .sr-only;
284
- content: "Previous Month";
285
- }
286
-
287
- &.next::after {
288
- @extend .sr-only;
289
- content: "Next Month";
290
- }
291
-
292
- &.dow{
293
- text-align: center;
294
- border-bottom: 1px solid $light-gray;
295
- font-size: $font-size-small;
296
- text-transform: uppercase;
297
- color: $dark-gray;
298
- font-weight: $font-weight-normal;
299
- padding-bottom: 5px;
300
- padding-top: $padding-default-vertical;
301
- }
302
- }
303
-
304
- & thead tr:first-child th{
305
- cursor: pointer;
306
-
307
- &:hover span,
308
- &.picker-switch:hover{
309
- background: $bs-datetimepicker-btn-hover-bg;
310
- }
311
- }
312
-
313
- & td{
314
- > div {
315
- border-radius: $bs-datetimepicker-border-radius;
316
-
317
- height: 54px;
318
- line-height: 54px;
319
- width: 54px;
320
- text-align: center;
321
- }
322
-
323
- &.cw > div {
324
- font-size: .8em;
325
- height: 20px;
326
- line-height: 20px;
327
- color: $bs-datetimepicker-alternate-color;
328
- }
329
-
330
- &.day > div {
331
- height: 30px;
332
- line-height: 30px;
333
- width: 30px;
334
- text-align: center;
335
- padding: 0px;
336
- border-radius: 50%;
337
- }
338
-
339
- &.minute > div,
340
- &.hour > div{
341
- border-radius: 50%;
342
- }
343
-
344
- &.day:hover > div,
345
- &.hour:hover > div,
346
- &.minute:hover > div,
347
- &.second:hover > div {
348
- background: $bs-datetimepicker-btn-hover-bg;
349
- cursor: pointer;
350
- }
351
-
352
- &.old > div,
353
- &.new > div{
354
- color: $bs-datetimepicker-alternate-color;
355
- }
356
-
357
- &.today > div{
358
- position: relative;
359
-
360
- &:before {
361
- content: '';
362
- display: inline-block;
363
- border: 0 0 7px 7px solid transparent;
364
- border-bottom-color: $bs-datetimepicker-active-bg;
365
- border-top-color: $bs-datetimepicker-secondary-border-color-rgba;
366
- position: absolute;
367
- bottom: 4px;
368
- right: 4px;
369
- }
370
- }
371
-
372
- &.active > div,
373
- &.active:hover > div {
374
- background-color: $info-bg;
375
- color: $bs-datetimepicker-active-color;
376
-
377
- }
378
-
379
- &.active.today:before > div{
380
- border-bottom-color: #fff;
381
- }
382
-
383
- &.disabled > div,
384
- &.disabled:hover > div {
385
- background: none;
386
- color: $bs-datetimepicker-disabled-color;
387
- cursor: not-allowed;
388
- }
389
-
390
- span {
391
- // @extend .animation-transition-fast;
392
-
393
- display: inline-block;
394
- width: 56px;
395
- height: 56px;
396
- line-height: 56px;
397
- margin: 3px 3px;
398
- cursor: pointer;
399
- border-radius: 50%;
400
- text-align: center;
401
-
402
- &:hover {
403
- background: $bs-datetimepicker-btn-hover-bg;
404
- }
405
-
406
- &.active {
407
- background-color: $bs-datetimepicker-active-bg;
408
- color: $bs-datetimepicker-active-color;
409
- }
410
-
411
- &.old {
412
- color: $bs-datetimepicker-alternate-color;
413
- }
414
-
415
- &.disabled,
416
- &.disabled:hover {
417
- background: none;
418
- color: $bs-datetimepicker-disabled-color;
419
- cursor: not-allowed;
420
- }
421
- }
422
- }
423
- }
424
-
425
- .timepicker-picker,
426
- .timepicker-hours,
427
- .timepicker-minutes{
428
- span{
429
- border-radius: 50% !important;
430
- }
431
-
432
- .table-condensed{
433
- td{
434
- a{
435
- color: $default-color;
436
- background-color: transparent;
437
- }
438
- }
439
- }
440
- }
441
-
442
- &.usetwentyfour {
443
- td.hour {
444
- height: 27px;
445
- line-height: 27px;
446
- }
447
- }
448
- }
449
-
450
- .input-group.date {
451
- & .input-group-addon {
452
- cursor: pointer;
453
- }
454
- }
455
-
456
- .table-condensed>tbody>tr>td,
457
- .table-condensed>tbody>tr>th,
458
- .table-condensed>tfoot>tr>td,
459
- .table-condensed>tfoot>tr>th,
460
- .table-condensed>thead>tr>td,
461
- .table-condensed>thead>tr>th{
462
- padding: 1px;
463
- }
@@ -1,32 +0,0 @@
1
-
2
- /*!
3
-
4
- =========================================================
5
- * Light Bootstrap Dashboard - v2.0.1 (Bootstrap 4)
6
- =========================================================
7
-
8
- * Product Page: http://www.creative-tim.com/product/light-bootstrap-dashboard
9
- * Copyright 2017 Creative Tim (http://www.creative-tim.com)
10
- * Licensed under MIT (https://github.com/creativetimofficial/light-bootstrap-dashboard/blob/master/LICENSE.md)
11
-
12
- =========================================================
13
-
14
- * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
15
-
16
- */
17
-
18
- @import "lbd/variables";
19
- @import "lbd/mixins";
20
-
21
-
22
- // Core CSS
23
-
24
- @import "lbd/sidebar-and-main-panel";
25
- @import "lbd/navbars";
26
-
27
-
28
- // Fancy Stuff
29
- @import "lbd/responsive";
30
-
31
-
32
-
@@ -1,83 +0,0 @@
1
- /*General*/
2
- $header-color: #3B3B3B; //pos variable //black color for all header , h1-h6, th panel header
3
- $body-color: #333333; //black color for all content
4
- $white: #ffffff; // rewrite for easy import to other file
5
- $light:#dddddd; //border color
6
- $green: #89b03e;//color for success
7
- $dark: #4d4d4d; //color for specific dark (card header)
8
- $blue: #337ab7 ;//primary blue for all link
9
- $light-blue: #dfeffc ;//modal button
10
- $gray-secondary: #cccccc;
11
- $red: #c9302c;
12
- $orange: #f6a828 ;
13
-
14
-
15
-
16
- $lightgrey: rgba(203, 203, 210, 0.15);//pos variable
17
-
18
- $font-family-base: 'Roboto', sans-serif;
19
- $headings-font-family: 'Roboto Slab', serif;
20
-
21
- $text-muted: #9a9a9a ;
22
- $link-color :#0976b4;
23
-
24
- $h1-font-size: 1.375rem; //22px
25
- $h2-font-size: 1.25rem; //20px
26
- $h3-font-size: 1.125rem; //18px
27
- $h4-font-size: 1rem; //16px
28
- $h5-font-size: 0.875rem; //14px
29
- $h6-font-size: 0.8125rem; //13px
30
- $font-size-base: 0.75rem; //12px
31
- $font-size-sm: 0.625rem ;
32
-
33
-
34
-
35
- $headings-font-weight: 700;
36
- $font-weight-normal: 400;
37
- //primary: all link
38
- //success : main button
39
- //secondary : secondary button
40
- //nav-blue
41
- $theme-colors: ( "primary":$blue, "success": $green, secondary:#cccccc, "dark": $dark,"light":$light,"light-gray":$lightgrey,"light-blue":$light-blue,"danger":$red,"warning":$orange);
42
-
43
- $spacer: 0.125rem; //2px spacing for each level
44
- $spacers: ( 1: $spacer, 2: $spacer*2, 3: $spacer*3, 4:$spacer*4,5:$spacer*5,6:$spacer*6,7:$spacer*7,8:$spacer*8,9:$spacer*9,10:$spacer*10,11:$spacer*11,12:$spacer*12 );
45
-
46
- //table
47
- $table-head-color: $header-color;
48
- $table-head-bg: #f6f6f6;
49
- $table-border-color: $light;
50
- $table-cell-padding: 12px 8px;
51
-
52
- //btn
53
- $btn-padding-y: 0.625rem;
54
- $btn-padding-x: 0.9375rem;
55
-
56
-
57
- //drop down
58
- $dropdown-item-padding-y: .5rem;
59
- $dropdown-item-padding-x: 1rem;
60
- $dropdown-link-color: $body-color;
61
- $dropdown-link-active-bg: transparent;
62
- $dropdown-link-active-color: inherit;
63
- //form
64
- $input-focus-box-shadow: none;
65
- $input-border-radius:0px;
66
- $input-border-radius-lg: 1px;
67
- $font-size-lg:1rem;
68
- $input-group-addon-bg: white;
69
-
70
- $modal-input-border: 1px solid #C8D3DF;
71
- $modal-input-padding:5px 7px;
72
- //card
73
- $card-cap-bg: $white !default;
74
- $card-spacer-x: 0.9375rem;
75
-
76
- //border
77
- $border:1px solid $light;
78
-
79
- //Receipt Printing
80
- $enable-print-styles: false;
81
-
82
-
83
-
@@ -1,40 +0,0 @@
1
- {
2
- "version": "1.0.0",
3
- "pages": [
4
- {
5
- "path": "products",
6
- "title": "Products",
7
- "children":[
8
- {
9
- "path": "in-marketplace",
10
- "title": "Products in POS and Marketplace"
11
- },
12
- {
13
- "path": "out-of-marketplace",
14
- "title": "Products only in Marketplace"
15
- },
16
- {
17
- "path": "not-in-pos",
18
- "title": "Products only in POS"
19
- }
20
- ]
21
- },
22
- {
23
- "path": "inventory",
24
- "title": "Inventory"
25
- },
26
- {
27
- "path": "price",
28
- "title": "Price"
29
- },
30
- {
31
- "path": "orders",
32
- "title": "Orders"
33
- },
34
- {
35
- "path": "channel",
36
- "title": "Channel",
37
- "roles": "Setup"
38
- }
39
- ]
40
- }
@@ -1,33 +0,0 @@
1
- @mixin styleStepLine($index) {
2
- .mat-horizontal-stepper-header {
3
- &+.mat-stepper-horizontal-line:nth-child(#{$index}) {
4
- height: 2px;
5
- background-image: linear-gradient(to right, #3f51b5, #3f51b5);
6
- }
7
- }
8
- }
9
-
10
- .last-edited-step-1 {
11
- @include styleStepLine(2);
12
- }
13
-
14
- .last-edited-step-2 {
15
- @include styleStepLine(2);
16
- @include styleStepLine(4);
17
- }
18
-
19
-
20
- .mat-step-header .mat-step-header-ripple {display: none;}
21
- .mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover {
22
- background-color: #fff;
23
- }
24
-
25
- .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:first-child)::before, .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:last-child)::after, [dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:first-child)::after, [dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:last-child)::before
26
- {width: 0px!important;}
27
-
28
- .mat-stepper-label-position-bottom .mat-horizontal-stepper-header {
29
- padding: 8px 0 8px 0 !important;
30
- }
31
- .mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
32
- top: 20px !important;
33
- }