marketplacepos 2.5.1 → 2.5.2

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 (45) hide show
  1. package/Marketplace/397.9488b7c2d948b1be.js +1 -0
  2. package/Marketplace/assets/bootstrap_light.scss +1142 -1142
  3. package/Marketplace/assets/floatingLabel.scss +187 -187
  4. package/Marketplace/assets/lbd/_alerts.scss +90 -90
  5. package/Marketplace/assets/lbd/_bootstrap-switch.scss +128 -128
  6. package/Marketplace/assets/lbd/_buttons.scss +132 -132
  7. package/Marketplace/assets/lbd/_cards.scss +256 -256
  8. package/Marketplace/assets/lbd/_chartist.scss +229 -229
  9. package/Marketplace/assets/lbd/_checkbox-radio-switch.scss +140 -140
  10. package/Marketplace/assets/lbd/_dropdown.scss +137 -137
  11. package/Marketplace/assets/lbd/_footers.scss +75 -75
  12. package/Marketplace/assets/lbd/_inputs.scss +141 -141
  13. package/Marketplace/assets/lbd/_misc.scss +120 -120
  14. package/Marketplace/assets/lbd/_mixins.scss +8 -8
  15. package/Marketplace/assets/lbd/_navbars.scss +235 -235
  16. package/Marketplace/assets/lbd/_partial-nucleo-icons.scss +574 -574
  17. package/Marketplace/assets/lbd/_responsive.scss +482 -482
  18. package/Marketplace/assets/lbd/_sidebar-and-main-panel.scss +333 -333
  19. package/Marketplace/assets/lbd/_tables.scss +88 -88
  20. package/Marketplace/assets/lbd/_typography.scss +91 -91
  21. package/Marketplace/assets/lbd/_variables.scss +272 -272
  22. package/Marketplace/assets/lbd/mixins/_buttons.scss +69 -69
  23. package/Marketplace/assets/lbd/mixins/_cards.scss +8 -8
  24. package/Marketplace/assets/lbd/mixins/_chartist.scss +87 -87
  25. package/Marketplace/assets/lbd/mixins/_icons.scss +12 -12
  26. package/Marketplace/assets/lbd/mixins/_inputs.scss +1 -1
  27. package/Marketplace/assets/lbd/mixins/_labels.scss +20 -20
  28. package/Marketplace/assets/lbd/mixins/_morphing-buttons.scss +33 -33
  29. package/Marketplace/assets/lbd/mixins/_navbars.scss +11 -11
  30. package/Marketplace/assets/lbd/mixins/_social-buttons.scss +42 -42
  31. package/Marketplace/assets/lbd/mixins/_tabs.scss +3 -3
  32. package/Marketplace/assets/lbd/mixins/_transparency.scss +19 -19
  33. package/Marketplace/assets/lbd/mixins/_vendor-prefixes.scss +211 -211
  34. package/Marketplace/assets/lbd/plugins/_animate.scss +227 -227
  35. package/Marketplace/assets/lbd/plugins/_datetime-picker.scss +463 -463
  36. package/Marketplace/assets/light-bootstrap-dashboard.scss +32 -32
  37. package/Marketplace/assets/pos_variable.scss +83 -83
  38. package/Marketplace/assets/sitemap.json +39 -39
  39. package/Marketplace/assets/stepper-custom.scss +32 -32
  40. package/Marketplace/assets/variables-custom.scss +190 -190
  41. package/Marketplace/assets/version-adjustment-v5.scss +286 -286
  42. package/Marketplace/index.html +2 -2
  43. package/Marketplace/{runtime.de37a7d67f4eed9c.js → runtime.6d4d6c7e2c139e6c.js} +1 -1
  44. package/package.json +1 -1
  45. package/Marketplace/397.5ae6b1775c69cdc2.js +0 -1
@@ -1,32 +1,32 @@
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
+
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 +1,83 @@
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
+ /*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 +1,40 @@
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
- ]
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
40
  }
@@ -1,33 +1,33 @@
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;
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
33
  }