dealposbarcode 1.3.8 → 1.4.0

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 (73) hide show
  1. package/3rdpartylicenses.txt +425 -0
  2. package/660.92c4712e216ff00c.js +1 -0
  3. package/{barcode/assets → assets}/css/Barcode/Print.css +11 -11
  4. package/{barcode/assets → assets}/css/Barcode/ZebraTLP.css +93 -93
  5. package/{barcode/assets → assets}/css/BarcodePrinter.min.css +0 -0
  6. package/{barcode/assets → assets}/css/bootstrap_light.scss +1151 -1151
  7. package/{barcode/assets → assets}/css/lbd/_alerts.scss +90 -90
  8. package/{barcode/assets → assets}/css/lbd/_bootstrap-switch.scss +128 -128
  9. package/{barcode/assets → assets}/css/lbd/_buttons.scss +132 -132
  10. package/{barcode/assets → assets}/css/lbd/_cards.scss +256 -256
  11. package/{barcode/assets → assets}/css/lbd/_chartist.scss +229 -229
  12. package/{barcode/assets → assets}/css/lbd/_checkbox-radio-switch.scss +140 -140
  13. package/{barcode/assets → assets}/css/lbd/_dropdown.scss +137 -137
  14. package/{barcode/assets → assets}/css/lbd/_footers.scss +75 -75
  15. package/{barcode/assets → assets}/css/lbd/_inputs.scss +141 -141
  16. package/{barcode/assets → assets}/css/lbd/_misc.scss +120 -120
  17. package/{barcode/assets → assets}/css/lbd/_mixins.scss +8 -8
  18. package/{barcode/assets → assets}/css/lbd/_navbars.scss +225 -225
  19. package/{barcode/assets → assets}/css/lbd/_partial-nucleo-icons.scss +574 -574
  20. package/{barcode/assets → assets}/css/lbd/_responsive.scss +482 -482
  21. package/{barcode/assets → assets}/css/lbd/_sidebar-and-main-panel.scss +331 -331
  22. package/{barcode/assets → assets}/css/lbd/_tables.scss +88 -88
  23. package/{barcode/assets → assets}/css/lbd/_typography.scss +91 -91
  24. package/{barcode/assets → assets}/css/lbd/_variables.scss +272 -272
  25. package/{barcode/assets → assets}/css/lbd/mixins/_buttons.scss +69 -69
  26. package/{barcode/assets → assets}/css/lbd/mixins/_cards.scss +8 -8
  27. package/{barcode/assets → assets}/css/lbd/mixins/_chartist.scss +85 -85
  28. package/{barcode/assets → assets}/css/lbd/mixins/_icons.scss +12 -12
  29. package/{barcode/assets → assets}/css/lbd/mixins/_inputs.scss +1 -1
  30. package/{barcode/assets → assets}/css/lbd/mixins/_labels.scss +20 -20
  31. package/{barcode/assets → assets}/css/lbd/mixins/_morphing-buttons.scss +33 -33
  32. package/{barcode/assets → assets}/css/lbd/mixins/_navbars.scss +11 -11
  33. package/{barcode/assets → assets}/css/lbd/mixins/_social-buttons.scss +42 -42
  34. package/{barcode/assets → assets}/css/lbd/mixins/_tabs.scss +3 -3
  35. package/{barcode/assets → assets}/css/lbd/mixins/_transparency.scss +19 -19
  36. package/{barcode/assets → assets}/css/lbd/mixins/_vendor-prefixes.scss +211 -211
  37. package/{barcode/assets → assets}/css/lbd/plugins/_animate.scss +227 -227
  38. package/{barcode/assets → assets}/css/lbd/plugins/_datetime-picker.scss +463 -463
  39. package/{barcode/assets → assets}/css/light-bootstrap-dashboard.scss +32 -32
  40. package/{barcode/assets → assets}/css/pos_variable.scss +83 -83
  41. package/{barcode/assets → assets}/css/toastr-bootstrap-5.scss +237 -237
  42. package/{barcode/assets → assets}/icons/icon-128x128.png +0 -0
  43. package/{barcode/assets → assets}/icons/icon-144x144.png +0 -0
  44. package/{barcode/assets → assets}/icons/icon-152x152.png +0 -0
  45. package/{barcode/assets → assets}/icons/icon-192x192.png +0 -0
  46. package/{barcode/assets → assets}/icons/icon-384x384.png +0 -0
  47. package/{barcode/assets → assets}/icons/icon-512x512.png +0 -0
  48. package/{barcode/assets → assets}/icons/icon-72x72.png +0 -0
  49. package/{barcode/assets → assets}/icons/icon-96x96.png +0 -0
  50. package/{barcode/favicon.ico → favicon.ico} +0 -0
  51. package/{barcode/index.html → index.html} +23 -24
  52. package/main.52f922e4138d5416.js +1 -0
  53. package/{barcode/manifest.webmanifest → manifest.webmanifest} +59 -59
  54. package/ngsw-worker.js +1845 -0
  55. package/ngsw.json +161 -0
  56. package/package.json +1 -11
  57. package/polyfills.24f9e567328321c8.js +1 -0
  58. package/runtime.7ee318550a075ff2.js +1 -0
  59. package/safety-worker.js +26 -0
  60. package/styles.190cdb80d8bf56e0.css +20 -0
  61. package/worker-basic.min.js +26 -0
  62. package/barcode/main.js +0 -1428
  63. package/barcode/main.js.map +0 -1
  64. package/barcode/polyfills.js +0 -3398
  65. package/barcode/polyfills.js.map +0 -1
  66. package/barcode/runtime.js +0 -304
  67. package/barcode/runtime.js.map +0 -1
  68. package/barcode/src_app_pages_pages_module_ts.js +0 -9694
  69. package/barcode/src_app_pages_pages_module_ts.js.map +0 -1
  70. package/barcode/styles.css +0 -15002
  71. package/barcode/styles.css.map +0 -1
  72. package/barcode/vendor.js +0 -114647
  73. package/barcode/vendor.js.map +0 -1
@@ -1,90 +1,90 @@
1
- .alert{
2
- border: 0;
3
- border-radius: 0;
4
- color: #FFFFFF;
5
- padding: 10px 15px;
6
- font-size: 14px;
7
-
8
- .container &{
9
- border-radius: 4px;
10
-
11
- }
12
- .navbar &{
13
- border-radius: 0;
14
- left: 0;
15
- position: absolute;
16
- right: 0;
17
- top: 85px;
18
- width: 100%;
19
- z-index: 3;
20
- }
21
- .navbar:not(.navbar-transparent) &{
22
- top: 70px;
23
- }
24
-
25
- span[data-notify="icon"]{
26
- font-size: 30px;
27
- display: block;
28
- left: 15px;
29
- position: absolute;
30
- top: 50%;
31
- margin-top: -15px;
32
- }
33
-
34
- i.nc-simple-remove{
35
- font-size: 12px !important;
36
- font: bold normal normal 14px/1 'nucleo-icons';
37
- }
38
-
39
- button.close{
40
- position: absolute;
41
- right: 10px;
42
- top: 50%;
43
- margin-top: -13px;
44
- z-index: 1033;
45
- background-color: #FFFFFF;
46
- display: block;
47
- border-radius: 50%;
48
- opacity: .4;
49
- line-height: 9px;
50
- width: 25px;
51
- height: 25px;
52
- outline: 0 !important;
53
- text-align: center;
54
- padding: 3px;
55
- font-weight: 300;
56
-
57
- &:hover{
58
- opacity: .55;
59
- }
60
- }
61
-
62
- .close ~ span{
63
- display: block;
64
- max-width: 89%;
65
- }
66
-
67
- &[data-notify="container"]{
68
- padding: 10px 10px 10px 20px;
69
- border-radius: $border-radius-base;
70
- }
71
-
72
- &.alert-with-icon{
73
- padding-left: 65px;
74
- }
75
- }
76
- .alert-primary{
77
- background-color: $blue-navbar;
78
- }
79
- .alert-info{
80
- background-color: $azure-navbar;
81
- }
82
- .alert-success {
83
- background-color: $green-navbar;
84
- }
85
- .alert-warning {
86
- background-color: $orange-navbar;
87
- }
88
- .alert-danger {
89
- background-color: $red-navbar;
90
- }
1
+ .alert{
2
+ border: 0;
3
+ border-radius: 0;
4
+ color: #FFFFFF;
5
+ padding: 10px 15px;
6
+ font-size: 14px;
7
+
8
+ .container &{
9
+ border-radius: 4px;
10
+
11
+ }
12
+ .navbar &{
13
+ border-radius: 0;
14
+ left: 0;
15
+ position: absolute;
16
+ right: 0;
17
+ top: 85px;
18
+ width: 100%;
19
+ z-index: 3;
20
+ }
21
+ .navbar:not(.navbar-transparent) &{
22
+ top: 70px;
23
+ }
24
+
25
+ span[data-notify="icon"]{
26
+ font-size: 30px;
27
+ display: block;
28
+ left: 15px;
29
+ position: absolute;
30
+ top: 50%;
31
+ margin-top: -15px;
32
+ }
33
+
34
+ i.nc-simple-remove{
35
+ font-size: 12px !important;
36
+ font: bold normal normal 14px/1 'nucleo-icons';
37
+ }
38
+
39
+ button.close{
40
+ position: absolute;
41
+ right: 10px;
42
+ top: 50%;
43
+ margin-top: -13px;
44
+ z-index: 1033;
45
+ background-color: #FFFFFF;
46
+ display: block;
47
+ border-radius: 50%;
48
+ opacity: .4;
49
+ line-height: 9px;
50
+ width: 25px;
51
+ height: 25px;
52
+ outline: 0 !important;
53
+ text-align: center;
54
+ padding: 3px;
55
+ font-weight: 300;
56
+
57
+ &:hover{
58
+ opacity: .55;
59
+ }
60
+ }
61
+
62
+ .close ~ span{
63
+ display: block;
64
+ max-width: 89%;
65
+ }
66
+
67
+ &[data-notify="container"]{
68
+ padding: 10px 10px 10px 20px;
69
+ border-radius: $border-radius-base;
70
+ }
71
+
72
+ &.alert-with-icon{
73
+ padding-left: 65px;
74
+ }
75
+ }
76
+ .alert-primary{
77
+ background-color: $blue-navbar;
78
+ }
79
+ .alert-info{
80
+ background-color: $azure-navbar;
81
+ }
82
+ .alert-success {
83
+ background-color: $green-navbar;
84
+ }
85
+ .alert-warning {
86
+ background-color: $orange-navbar;
87
+ }
88
+ .alert-danger {
89
+ background-color: $red-navbar;
90
+ }
@@ -1,128 +1,128 @@
1
- .bootstrap-switch {
2
- display: inline-block;
3
- direction: ltr;
4
- cursor: pointer;
5
- border-radius: 30px;
6
- border: 0;
7
- position: relative;
8
- text-align: left;
9
- overflow: hidden;
10
- margin-bottom: 5px;
11
- margin-left: 66px;
12
- line-height: 8px;
13
- width: 61px !important;
14
- height: 26px;
15
- outline: none;
16
- z-index: 0;
17
- margin-right: 1px;
18
- -webkit-user-select: none;
19
- -moz-user-select: none;
20
- -ms-user-select: none;
21
- user-select: none;
22
- vertical-align: middle;
23
- -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
24
- transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
25
- }
26
-
27
- .bootstrap-switch .bootstrap-switch-container {
28
- display: inline-flex;
29
- top: 0;
30
- height: 26px;
31
- border-radius: 4px;
32
- -webkit-transform: translate3d(0, 0, 0);
33
- transform: translate3d(0, 0, 0);
34
- width: 100px !important;
35
- }
36
-
37
- .bootstrap-switch .bootstrap-switch-handle-on,
38
- .bootstrap-switch .bootstrap-switch-handle-off,
39
- .bootstrap-switch .bootstrap-switch-label {
40
- -webkit-box-sizing: border-box;
41
- -moz-box-sizing: border-box;
42
- box-sizing: border-box;
43
- cursor: pointer;
44
- display: inline-block !important;
45
- height: 100%;
46
- color: #fff;
47
- padding: 6px 10px;
48
- font-size: 11px;
49
- text-indent: -5px;
50
- line-height: 15px;
51
- -webkit-transition: 0.25s ease-out;
52
- transition: 0.25s ease-out;
53
-
54
- i{
55
- font-size: 12px;
56
- line-height: 14px;
57
- }
58
- }
59
-
60
- .bootstrap-switch .bootstrap-switch-handle-on,
61
- .bootstrap-switch .bootstrap-switch-handle-off {
62
- text-align: center;
63
- z-index: 1;
64
- float: left;
65
- width: 50% !important;
66
- background-color: $info-color;
67
- }
68
-
69
-
70
- .bootstrap-switch .bootstrap-switch-label {
71
- text-align: center;
72
- z-index: 100;
73
- color: #333333;
74
- background: #ffffff;
75
- width: 22px !important;
76
- height: 22px;
77
- margin: 2px -11px;
78
- border-radius: 12px;
79
- position: relative;
80
- float: left;
81
- padding: 0;
82
- background-color: #FFFFFF;
83
- box-shadow: 0 1px 1px #FFFFFF inset, 0 1px 1px rgba(0, 0, 0, 0.25);
84
- }
85
-
86
- .bootstrap-switch .bootstrap-switch-handle-on {
87
- border-bottom-left-radius: 3px;
88
- border-top-left-radius: 3px;
89
- }
90
-
91
- .bootstrap-switch .bootstrap-switch-handle-off {
92
- text-indent: 6px;
93
- }
94
-
95
- .bootstrap-switch input[type='radio'],
96
- .bootstrap-switch input[type='checkbox'] {
97
- position: absolute !important;
98
- top: 0;
99
- left: 0;
100
- opacity: 0;
101
- filter: alpha(opacity=0);
102
- z-index: -1;
103
- }
104
-
105
-
106
- .bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
107
- -webkit-transition: margin-left 0.5s;
108
- transition: margin-left 0.5s;
109
- }
110
-
111
-
112
- .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-container {
113
- margin-left: -2px !important;
114
- }
115
-
116
- .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container {
117
- margin-left: -37px !important;
118
- }
119
-
120
- .bootstrap-switch.bootstrap-switch-on:hover .bootstrap-switch-label {
121
- width: 26px !important;
122
- margin: 2px -15px;
123
- }
124
-
125
- .bootstrap-switch.bootstrap-switch-off:hover .bootstrap-switch-label {
126
- width: 26px !important;
127
- margin: 2px -15px -13px -11px;
128
- }
1
+ .bootstrap-switch {
2
+ display: inline-block;
3
+ direction: ltr;
4
+ cursor: pointer;
5
+ border-radius: 30px;
6
+ border: 0;
7
+ position: relative;
8
+ text-align: left;
9
+ overflow: hidden;
10
+ margin-bottom: 5px;
11
+ margin-left: 66px;
12
+ line-height: 8px;
13
+ width: 61px !important;
14
+ height: 26px;
15
+ outline: none;
16
+ z-index: 0;
17
+ margin-right: 1px;
18
+ -webkit-user-select: none;
19
+ -moz-user-select: none;
20
+ -ms-user-select: none;
21
+ user-select: none;
22
+ vertical-align: middle;
23
+ -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
24
+ transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
25
+ }
26
+
27
+ .bootstrap-switch .bootstrap-switch-container {
28
+ display: inline-flex;
29
+ top: 0;
30
+ height: 26px;
31
+ border-radius: 4px;
32
+ -webkit-transform: translate3d(0, 0, 0);
33
+ transform: translate3d(0, 0, 0);
34
+ width: 100px !important;
35
+ }
36
+
37
+ .bootstrap-switch .bootstrap-switch-handle-on,
38
+ .bootstrap-switch .bootstrap-switch-handle-off,
39
+ .bootstrap-switch .bootstrap-switch-label {
40
+ -webkit-box-sizing: border-box;
41
+ -moz-box-sizing: border-box;
42
+ box-sizing: border-box;
43
+ cursor: pointer;
44
+ display: inline-block !important;
45
+ height: 100%;
46
+ color: #fff;
47
+ padding: 6px 10px;
48
+ font-size: 11px;
49
+ text-indent: -5px;
50
+ line-height: 15px;
51
+ -webkit-transition: 0.25s ease-out;
52
+ transition: 0.25s ease-out;
53
+
54
+ i{
55
+ font-size: 12px;
56
+ line-height: 14px;
57
+ }
58
+ }
59
+
60
+ .bootstrap-switch .bootstrap-switch-handle-on,
61
+ .bootstrap-switch .bootstrap-switch-handle-off {
62
+ text-align: center;
63
+ z-index: 1;
64
+ float: left;
65
+ width: 50% !important;
66
+ background-color: $info-color;
67
+ }
68
+
69
+
70
+ .bootstrap-switch .bootstrap-switch-label {
71
+ text-align: center;
72
+ z-index: 100;
73
+ color: #333333;
74
+ background: #ffffff;
75
+ width: 22px !important;
76
+ height: 22px;
77
+ margin: 2px -11px;
78
+ border-radius: 12px;
79
+ position: relative;
80
+ float: left;
81
+ padding: 0;
82
+ background-color: #FFFFFF;
83
+ box-shadow: 0 1px 1px #FFFFFF inset, 0 1px 1px rgba(0, 0, 0, 0.25);
84
+ }
85
+
86
+ .bootstrap-switch .bootstrap-switch-handle-on {
87
+ border-bottom-left-radius: 3px;
88
+ border-top-left-radius: 3px;
89
+ }
90
+
91
+ .bootstrap-switch .bootstrap-switch-handle-off {
92
+ text-indent: 6px;
93
+ }
94
+
95
+ .bootstrap-switch input[type='radio'],
96
+ .bootstrap-switch input[type='checkbox'] {
97
+ position: absolute !important;
98
+ top: 0;
99
+ left: 0;
100
+ opacity: 0;
101
+ filter: alpha(opacity=0);
102
+ z-index: -1;
103
+ }
104
+
105
+
106
+ .bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
107
+ -webkit-transition: margin-left 0.5s;
108
+ transition: margin-left 0.5s;
109
+ }
110
+
111
+
112
+ .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-container {
113
+ margin-left: -2px !important;
114
+ }
115
+
116
+ .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container {
117
+ margin-left: -37px !important;
118
+ }
119
+
120
+ .bootstrap-switch.bootstrap-switch-on:hover .bootstrap-switch-label {
121
+ width: 26px !important;
122
+ margin: 2px -15px;
123
+ }
124
+
125
+ .bootstrap-switch.bootstrap-switch-off:hover .bootstrap-switch-label {
126
+ width: 26px !important;
127
+ margin: 2px -15px -13px -11px;
128
+ }