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,225 +1,225 @@
1
- .navbar {
2
- border: $none;
3
- border-radius: 0;
4
- min-height: 43px;
5
- background-color: $white-navbar;
6
- border-bottom: 1px solid rgba(0, 0, 0, 0.1);
7
-
8
-
9
- &.fixed-top {
10
- min-height: 60px;
11
- padding: 0px;
12
- margin: 0px;
13
- }
14
-
15
- &.page-nav {
16
- min-height: 44px;
17
- }
18
-
19
- .navbar-brand {
20
- font-weight: 400;
21
- margin: 3px 0px;
22
- font-size: 22px;
23
- color: $black-color;
24
- }
25
-
26
- .navbar-toggler {
27
- width: 37px;
28
- height: 27px;
29
- vertical-align: middle;
30
- outline: 0;
31
- cursor: pointer;
32
-
33
- &.navbar-toggler-left {
34
- position: relative;
35
- left: 0;
36
- padding-left: 0;
37
- }
38
-
39
- & .navbar-toggler-bar {
40
- width: 3px;
41
- height: 3px;
42
- border-radius: 50%;
43
- margin: 0 auto;
44
- }
45
-
46
- .burger-lines {
47
- display: block;
48
- position: relative;
49
- background-color: #888;
50
- width: 24px;
51
- height: 2px;
52
- border-radius: 1px;
53
- margin: 4px auto;
54
- }
55
- }
56
-
57
- .toggled {
58
- .burger-lines:first-child {
59
- top: 6px;
60
- -webkit-animation: topbar-x 500ms linear 0s;
61
- -moz-animation: topbar-x 500ms linear 0s;
62
- animation: topbar-x 500ms 0s;
63
- -webkit-animation-fill-mode: forwards;
64
- -moz-animation-fill-mode: forwards;
65
- animation-fill-mode: forwards;
66
- }
67
-
68
- .burger-lines:nth-child(2) {
69
- opacity: 0;
70
- }
71
-
72
- .burger-lines:nth-child(3) {
73
- bottom: 6px;
74
- -webkit-animation: bottombar-x 500ms linear 0s;
75
- -moz-animation: bottombar-x 500ms linear 0s;
76
- animation: bottombar-x 500ms 0s;
77
- -webkit-animation-fill-mode: forwards;
78
- -moz-animation-fill-mode: forwards;
79
- animation-fill-mode: forwards;
80
- }
81
- }
82
-
83
- .dropdown.nav-item {
84
- .dropdown-toggle:after {
85
- margin-top: 8px;
86
- }
87
- }
88
-
89
- .navbar-nav {
90
- flex-direction: row;
91
-
92
- .nav-item {
93
- .nav-link {
94
- color: $primary-color;
95
- padding: $navbar-padding-b;
96
- position: relative;
97
- display: inline-flex;
98
- line-height: 1.2;
99
-
100
- &.nav-link-arrow {
101
- color: $link-color;
102
- font-size: 13px;
103
- font-weight: 700;
104
- line-height: 20px;
105
- }
106
-
107
- &.btn {
108
- margin: $navbar-margin-a-btn;
109
- padding: $padding-base-vertical $padding-base-horizontal;
110
- }
111
-
112
- &.btn-round {
113
- margin: $navbar-margin-a-btn-round;
114
- }
115
-
116
- [class^="fa"] {
117
- font-size: $font-size-large;
118
- position: relative;
119
- line-height: 10px;
120
- top: 1px;
121
- }
122
- }
123
-
124
- &.active {
125
- .nav-link-arrow {
126
- color: $link-disabled-color;
127
- padding-bottom: 9px !important;
128
- border-bottom: 3px solid $link-disabled-color;
129
- }
130
- }
131
- }
132
-
133
- .notification {
134
- position: absolute;
135
- background-color: #FB404B;
136
- text-align: center;
137
- border-radius: 10px;
138
- min-width: 18px;
139
- padding: 0 5px;
140
- height: 18px;
141
- font-size: 12px;
142
- color: $white-color;
143
- font-weight: bold;
144
- line-height: 18px;
145
- top: 0;
146
- left: 7px;
147
- }
148
-
149
- .dropdown-toggle:after {
150
- display: inline-block;
151
- width: 0;
152
- height: 0;
153
- margin-left: 5px;
154
- margin-top: 12px;
155
- vertical-align: middle;
156
- border-top: 4px dashed;
157
- border-top: 4px solid\9;
158
- border-right: 4px solid transparent;
159
- border-left: 4px solid transparent;
160
- }
161
- }
162
-
163
- .btn-simple {
164
- font-size: $font-size-medium;
165
- }
166
-
167
- &.fixed {
168
- right: 0;
169
- left: auto;
170
- border-radius: 0;
171
- }
172
-
173
- .nc-icon {
174
- font-weight: 700;
175
- }
176
- }
177
-
178
- .navbar-icons{
179
- &.navbar .navbar-brand{
180
- margin-top: 12px;
181
- margin-bottom: 12px;
182
- }
183
- .navbar-nav{
184
- .nav-item{
185
- .nav-link{
186
- text-align: center;
187
- padding: $navbar-padding-a-icons;
188
- margin: $navbar-margin-a-icons;
189
- }
190
- }
191
-
192
- [class^="pe"] {
193
- font-size: 30px;
194
- position: relative;
195
- }
196
- p {
197
- margin: 3px 0 0;
198
- }
199
- }
200
- }
201
-
202
- .navbar-transparent{
203
- padding-top: 15px;
204
- background-color: transparent;
205
- border-bottom: 1px solid transparent;
206
- }
207
-
208
- .navbar-toggle{
209
- margin-top: 19px;
210
- margin-bottom: 19px;
211
- border: $none;
212
-
213
- .icon-bar {
214
- background-color: $white-color;
215
- }
216
- .navbar-collapse,
217
- .navbar-form {
218
- border-color: transparent;
219
- }
220
-
221
- &.navbar-default .navbar-toggle:hover,
222
- &.navbar-default .navbar-toggle:focus {
223
- background-color: transparent;
224
- }
225
- }
1
+ .navbar {
2
+ border: $none;
3
+ border-radius: 0;
4
+ min-height: 43px;
5
+ background-color: $white-navbar;
6
+ border-bottom: 1px solid rgba(0, 0, 0, 0.1);
7
+
8
+
9
+ &.fixed-top {
10
+ min-height: 60px;
11
+ padding: 0px;
12
+ margin: 0px;
13
+ }
14
+
15
+ &.page-nav {
16
+ min-height: 44px;
17
+ }
18
+
19
+ .navbar-brand {
20
+ font-weight: 400;
21
+ margin: 3px 0px;
22
+ font-size: 22px;
23
+ color: $black-color;
24
+ }
25
+
26
+ .navbar-toggler {
27
+ width: 37px;
28
+ height: 27px;
29
+ vertical-align: middle;
30
+ outline: 0;
31
+ cursor: pointer;
32
+
33
+ &.navbar-toggler-left {
34
+ position: relative;
35
+ left: 0;
36
+ padding-left: 0;
37
+ }
38
+
39
+ & .navbar-toggler-bar {
40
+ width: 3px;
41
+ height: 3px;
42
+ border-radius: 50%;
43
+ margin: 0 auto;
44
+ }
45
+
46
+ .burger-lines {
47
+ display: block;
48
+ position: relative;
49
+ background-color: #888;
50
+ width: 24px;
51
+ height: 2px;
52
+ border-radius: 1px;
53
+ margin: 4px auto;
54
+ }
55
+ }
56
+
57
+ .toggled {
58
+ .burger-lines:first-child {
59
+ top: 6px;
60
+ -webkit-animation: topbar-x 500ms linear 0s;
61
+ -moz-animation: topbar-x 500ms linear 0s;
62
+ animation: topbar-x 500ms 0s;
63
+ -webkit-animation-fill-mode: forwards;
64
+ -moz-animation-fill-mode: forwards;
65
+ animation-fill-mode: forwards;
66
+ }
67
+
68
+ .burger-lines:nth-child(2) {
69
+ opacity: 0;
70
+ }
71
+
72
+ .burger-lines:nth-child(3) {
73
+ bottom: 6px;
74
+ -webkit-animation: bottombar-x 500ms linear 0s;
75
+ -moz-animation: bottombar-x 500ms linear 0s;
76
+ animation: bottombar-x 500ms 0s;
77
+ -webkit-animation-fill-mode: forwards;
78
+ -moz-animation-fill-mode: forwards;
79
+ animation-fill-mode: forwards;
80
+ }
81
+ }
82
+
83
+ .dropdown.nav-item {
84
+ .dropdown-toggle:after {
85
+ margin-top: 8px;
86
+ }
87
+ }
88
+
89
+ .navbar-nav {
90
+ flex-direction: row;
91
+
92
+ .nav-item {
93
+ .nav-link {
94
+ color: $primary-color;
95
+ padding: $navbar-padding-b;
96
+ position: relative;
97
+ display: inline-flex;
98
+ line-height: 1.2;
99
+
100
+ &.nav-link-arrow {
101
+ color: $link-color;
102
+ font-size: 13px;
103
+ font-weight: 700;
104
+ line-height: 20px;
105
+ }
106
+
107
+ &.btn {
108
+ margin: $navbar-margin-a-btn;
109
+ padding: $padding-base-vertical $padding-base-horizontal;
110
+ }
111
+
112
+ &.btn-round {
113
+ margin: $navbar-margin-a-btn-round;
114
+ }
115
+
116
+ [class^="fa"] {
117
+ font-size: $font-size-large;
118
+ position: relative;
119
+ line-height: 10px;
120
+ top: 1px;
121
+ }
122
+ }
123
+
124
+ &.active {
125
+ .nav-link-arrow {
126
+ color: $link-disabled-color;
127
+ padding-bottom: 9px !important;
128
+ border-bottom: 3px solid $link-disabled-color;
129
+ }
130
+ }
131
+ }
132
+
133
+ .notification {
134
+ position: absolute;
135
+ background-color: #FB404B;
136
+ text-align: center;
137
+ border-radius: 10px;
138
+ min-width: 18px;
139
+ padding: 0 5px;
140
+ height: 18px;
141
+ font-size: 12px;
142
+ color: $white-color;
143
+ font-weight: bold;
144
+ line-height: 18px;
145
+ top: 0;
146
+ left: 7px;
147
+ }
148
+
149
+ .dropdown-toggle:after {
150
+ display: inline-block;
151
+ width: 0;
152
+ height: 0;
153
+ margin-left: 5px;
154
+ margin-top: 12px;
155
+ vertical-align: middle;
156
+ border-top: 4px dashed;
157
+ border-top: 4px solid\9;
158
+ border-right: 4px solid transparent;
159
+ border-left: 4px solid transparent;
160
+ }
161
+ }
162
+
163
+ .btn-simple {
164
+ font-size: $font-size-medium;
165
+ }
166
+
167
+ &.fixed {
168
+ right: 0;
169
+ left: auto;
170
+ border-radius: 0;
171
+ }
172
+
173
+ .nc-icon {
174
+ font-weight: 700;
175
+ }
176
+ }
177
+
178
+ .navbar-icons{
179
+ &.navbar .navbar-brand{
180
+ margin-top: 12px;
181
+ margin-bottom: 12px;
182
+ }
183
+ .navbar-nav{
184
+ .nav-item{
185
+ .nav-link{
186
+ text-align: center;
187
+ padding: $navbar-padding-a-icons;
188
+ margin: $navbar-margin-a-icons;
189
+ }
190
+ }
191
+
192
+ [class^="pe"] {
193
+ font-size: 30px;
194
+ position: relative;
195
+ }
196
+ p {
197
+ margin: 3px 0 0;
198
+ }
199
+ }
200
+ }
201
+
202
+ .navbar-transparent{
203
+ padding-top: 15px;
204
+ background-color: transparent;
205
+ border-bottom: 1px solid transparent;
206
+ }
207
+
208
+ .navbar-toggle{
209
+ margin-top: 19px;
210
+ margin-bottom: 19px;
211
+ border: $none;
212
+
213
+ .icon-bar {
214
+ background-color: $white-color;
215
+ }
216
+ .navbar-collapse,
217
+ .navbar-form {
218
+ border-color: transparent;
219
+ }
220
+
221
+ &.navbar-default .navbar-toggle:hover,
222
+ &.navbar-default .navbar-toggle:focus {
223
+ background-color: transparent;
224
+ }
225
+ }