dealposbarcode 1.3.9 → 1.4.1

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 (54) hide show
  1. package/barcode/3rdpartylicenses.txt +1 -1
  2. package/barcode/660.92c4712e216ff00c.js +1 -0
  3. package/barcode/assets/css/Barcode/Print.css +11 -11
  4. package/barcode/assets/css/Barcode/ZebraTLP.css +93 -93
  5. package/barcode/assets/css/bootstrap_light.scss +1151 -1151
  6. package/barcode/assets/css/lbd/_alerts.scss +90 -90
  7. package/barcode/assets/css/lbd/_bootstrap-switch.scss +128 -128
  8. package/barcode/assets/css/lbd/_buttons.scss +132 -132
  9. package/barcode/assets/css/lbd/_cards.scss +256 -256
  10. package/barcode/assets/css/lbd/_chartist.scss +229 -229
  11. package/barcode/assets/css/lbd/_checkbox-radio-switch.scss +140 -140
  12. package/barcode/assets/css/lbd/_dropdown.scss +137 -137
  13. package/barcode/assets/css/lbd/_footers.scss +75 -75
  14. package/barcode/assets/css/lbd/_inputs.scss +141 -141
  15. package/barcode/assets/css/lbd/_misc.scss +120 -120
  16. package/barcode/assets/css/lbd/_mixins.scss +8 -8
  17. package/barcode/assets/css/lbd/_navbars.scss +225 -225
  18. package/barcode/assets/css/lbd/_partial-nucleo-icons.scss +574 -574
  19. package/barcode/assets/css/lbd/_responsive.scss +482 -482
  20. package/barcode/assets/css/lbd/_sidebar-and-main-panel.scss +331 -331
  21. package/barcode/assets/css/lbd/_tables.scss +88 -88
  22. package/barcode/assets/css/lbd/_typography.scss +91 -91
  23. package/barcode/assets/css/lbd/_variables.scss +272 -272
  24. package/barcode/assets/css/lbd/mixins/_buttons.scss +69 -69
  25. package/barcode/assets/css/lbd/mixins/_cards.scss +8 -8
  26. package/barcode/assets/css/lbd/mixins/_chartist.scss +85 -85
  27. package/barcode/assets/css/lbd/mixins/_icons.scss +12 -12
  28. package/barcode/assets/css/lbd/mixins/_inputs.scss +1 -1
  29. package/barcode/assets/css/lbd/mixins/_labels.scss +20 -20
  30. package/barcode/assets/css/lbd/mixins/_morphing-buttons.scss +33 -33
  31. package/barcode/assets/css/lbd/mixins/_navbars.scss +11 -11
  32. package/barcode/assets/css/lbd/mixins/_social-buttons.scss +42 -42
  33. package/barcode/assets/css/lbd/mixins/_tabs.scss +3 -3
  34. package/barcode/assets/css/lbd/mixins/_transparency.scss +19 -19
  35. package/barcode/assets/css/lbd/mixins/_vendor-prefixes.scss +211 -211
  36. package/barcode/assets/css/lbd/plugins/_animate.scss +227 -227
  37. package/barcode/assets/css/lbd/plugins/_datetime-picker.scss +463 -463
  38. package/barcode/assets/css/light-bootstrap-dashboard.scss +32 -32
  39. package/barcode/assets/css/pos_variable.scss +83 -83
  40. package/barcode/assets/css/toastr-bootstrap-5.scss +237 -237
  41. package/barcode/index.html +2 -2
  42. package/barcode/{main.71e908371e60089d.js → main.52f922e4138d5416.js} +1 -1
  43. package/barcode/manifest.webmanifest +59 -59
  44. package/barcode/ngsw-worker.js +0 -0
  45. package/barcode/ngsw.json +51 -51
  46. package/barcode/polyfills.24f9e567328321c8.js +1 -0
  47. package/barcode/{runtime.42ebd4cddf8ccc51.js → runtime.a9c4a1c7b61966a3.js} +1 -1
  48. package/barcode/safety-worker.js +0 -0
  49. package/barcode/styles.190cdb80d8bf56e0.css +20 -0
  50. package/barcode/worker-basic.min.js +0 -0
  51. package/package.json +1 -11
  52. package/barcode/660.b1c2f3358551568d.js +0 -1
  53. package/barcode/polyfills.dc4857163ebc6915.js +0 -1
  54. package/barcode/styles.076e6cb26a99c3ea.css +0 -20
@@ -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.475rem; //22px
25
- $h2-font-size: 1.6rem; //20px
26
- $h3-font-size: 1.225rem; //18px
27
- $h4-font-size: 1rem; //16px
28
- $h5-font-size: 0.975rem; //14px
29
- $h6-font-size: 0.9125rem; //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.475rem; //22px
25
+ $h2-font-size: 1.6rem; //20px
26
+ $h3-font-size: 1.225rem; //18px
27
+ $h4-font-size: 1rem; //16px
28
+ $h5-font-size: 0.975rem; //14px
29
+ $h6-font-size: 0.9125rem; //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
+