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,237 +1,237 @@
1
- $theme-color-interval: 8% !default;
2
-
3
- // Position
4
- .toast-center-center {
5
- top: 50%;
6
- left: 50%;
7
- transform: translate(-50%, -50%);
8
- }
9
- .toast-top-center {
10
- top: 0;
11
- right: 0;
12
- width: 100%;
13
- }
14
- .toast-bottom-center {
15
- bottom: 0;
16
- right: 0;
17
- width: 100%;
18
- }
19
- .toast-top-full-width {
20
- top: 0;
21
- right: 0;
22
- width: 100%;
23
- }
24
- .toast-bottom-full-width {
25
- bottom: 0;
26
- right: 0;
27
- width: 100%;
28
- }
29
- .toast-top-left {
30
- top: 12px;
31
- left: 12px;
32
- }
33
- .toast-top-right {
34
- top: 12px;
35
- right: 12px;
36
- }
37
- .toast-bottom-right {
38
- right: 12px;
39
- bottom: 12px;
40
- }
41
- .toast-bottom-left {
42
- bottom: 12px;
43
- left: 12px;
44
- }
45
- .toast-container.toast-top-center .ngx-toastr,
46
- .toast-container.toast-bottom-center .ngx-toastr {
47
- width: 300px;
48
- margin-left: auto;
49
- margin-right: auto;
50
- }
51
- .toast-container.toast-top-full-width .ngx-toastr,
52
- .toast-container.toast-bottom-full-width .ngx-toastr {
53
- width: 96%;
54
- margin-left: auto;
55
- margin-right: auto;
56
- }
57
-
58
- // Toast
59
- .toast-container {
60
- pointer-events: none;
61
- position: fixed;
62
- z-index: 999999;
63
-
64
- .ngx-toastr {
65
- @include border-radius($alert-border-radius);
66
- position: relative;
67
- overflow: hidden;
68
- margin: 0 0 6px;
69
- padding: 0.75rem 1.25rem 0.75rem 50px;
70
- width: 300px;
71
- background-position: 15px center;
72
- background-repeat: no-repeat;
73
- background-size: 24px;
74
- box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
75
- pointer-events: auto;
76
-
77
- .toast-title {
78
- font-weight: bold;
79
- }
80
- .toast-message {
81
- word-wrap: break-word;
82
- }
83
- .toast-message a:hover {
84
- text-decoration: underline;
85
- }
86
- .toast-close-button {
87
- position: relative;
88
- right: -0.3em;
89
- top: -0.3em;
90
- float: right;
91
- font-size: 20px;
92
- font-weight: bold;
93
- color: inherit;
94
- text-shadow: 0 1px 0 #fff;
95
- opacity: 0.5;
96
- background: transparent;
97
- border: 0;
98
- padding: 0;
99
- }
100
- .toast-progress {
101
- position: absolute;
102
- left: 0;
103
- bottom: 0;
104
- height: 4px;
105
- background-color: #000000;
106
- opacity: 0.3;
107
- }
108
- .toast-close-button:hover,
109
- .toast-close-button:focus {
110
- color: #000000;
111
- text-decoration: none;
112
- cursor: pointer;
113
- opacity: 0.75;
114
- }
115
- }
116
- .ngx-toastr:hover {
117
- box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
118
- opacity: 1;
119
- cursor: pointer;
120
- }
121
- }
122
-
123
- @function str-split($string, $separator) {
124
- $split-arr: ();
125
- // first index of separator in string
126
- $index: str-index($string, $separator);
127
- // loop through string
128
- @while $index != null {
129
- // get the substring from the first character to the separator
130
- $item: str-slice($string, 1, $index - 1);
131
- // push item to array
132
- $split-arr: append($split-arr, $item);
133
- // remove item and separator from string
134
- $string: str-slice($string, $index + 1);
135
- // find new index of separator
136
- $index: str-index($string, $separator);
137
- }
138
- // add the remaining string to list (the last item)
139
- $split-arr: append($split-arr, $string);
140
-
141
- @return $split-arr;
142
- }
143
-
144
- @function svg-factory($fill-color, $viewbox, $path) {
145
- $split: str-split($viewbox, " ");
146
- $width: nth($split, 3);
147
- $height: nth($split, 4);
148
-
149
- // opacity is 0.9999 otherwise it uses a hex equivelent
150
- // firefox requires fill rgb
151
- @return "%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='" + $viewbox +
152
- "' width='" + $width + "' height='" + $height + "'%3E%3Cpath fill='" +
153
- rgba($fill-color, 0.999999) + "' d='" + $path + "'/%3E%3C/svg%3E";
154
- }
155
- @function svg-encode($svg) {
156
- @return "data:image/svg+xml;charset=utf8," + $svg;
157
- }
158
- .toast-success {
159
- /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/solid/check.svg */
160
- background-image: url(svg-encode(
161
- svg-factory(
162
- shift-color($success, 6 * $theme-color-interval),
163
- "0 0 512 512",
164
- "M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"
165
- )
166
- ));
167
- color: shift-color($success, 6 * $theme-color-interval);
168
- background-color: shift-color($success, -10 * $theme-color-interval);
169
- border: 1px solid shift-color($success, -9 * $theme-color-interval);
170
- }
171
- .toast-error {
172
- /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/solid/times-circle.svg */
173
- background-image: url(svg-encode(
174
- svg-factory(
175
- shift-color($danger, 6 * $theme-color-interval),
176
- "0 0 512 512",
177
- "M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z"
178
- )
179
- ));
180
- color: shift-color($danger, 6 * $theme-color-interval);
181
- background-color: shift-color($danger, -10 * $theme-color-interval);
182
- border: 1px solid shift-color($danger, -9 * $theme-color-interval);
183
- }
184
- .toast-info {
185
- /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/solid/info-circle.svg */
186
- background-image: url(svg-encode(
187
- svg-factory(
188
- shift-color($info, 6 * $theme-color-interval),
189
- "0 0 512 512",
190
- "M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z"
191
- )
192
- ));
193
- color: shift-color($info, 6 * $theme-color-interval);
194
- background-color: shift-color($info, -10 * $theme-color-interval);
195
- border: 1px solid shift-color($info, -9 * $theme-color-interval);
196
- }
197
- .toast-warning {
198
- /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/solid/exclamation-triangle.svg */
199
- background-image: url(svg-encode(
200
- svg-factory(
201
- shift-color($warning, 6 * $theme-color-interval),
202
- "0 0 576 512",
203
- "M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z"
204
- )
205
- ));
206
- color: shift-color($warning, 6 * $theme-color-interval);
207
- background-color: shift-color($warning, -10 * $theme-color-interval);
208
- border: 1px solid shift-color($warning, -9 * $theme-color-interval);
209
- }
210
-
211
- // Responsive Design
212
- @media all and (max-width: 240px) {
213
- .toast-container .ngx-toastr.div {
214
- padding: 8px 8px 8px 50px;
215
- width: 11em;
216
- }
217
- .toast-container .toast-close-button {
218
- right: -0.2em;
219
- top: -0.2em;
220
- }
221
- }
222
- @media all and (min-width: 241px) and (max-width: 480px) {
223
- .toast-container .ngx-toastr.div {
224
- padding: 8px 8px 8px 50px;
225
- width: 18em;
226
- }
227
- .toast-container .toast-close-button {
228
- right: -0.2em;
229
- top: -0.2em;
230
- }
231
- }
232
- @media all and (min-width: 481px) and (max-width: 768px) {
233
- .toast-container .ngx-toastr.div {
234
- padding: 15px 15px 15px 50px;
235
- width: 25em;
236
- }
237
- }
1
+ $theme-color-interval: 8% !default;
2
+
3
+ // Position
4
+ .toast-center-center {
5
+ top: 50%;
6
+ left: 50%;
7
+ transform: translate(-50%, -50%);
8
+ }
9
+ .toast-top-center {
10
+ top: 0;
11
+ right: 0;
12
+ width: 100%;
13
+ }
14
+ .toast-bottom-center {
15
+ bottom: 0;
16
+ right: 0;
17
+ width: 100%;
18
+ }
19
+ .toast-top-full-width {
20
+ top: 0;
21
+ right: 0;
22
+ width: 100%;
23
+ }
24
+ .toast-bottom-full-width {
25
+ bottom: 0;
26
+ right: 0;
27
+ width: 100%;
28
+ }
29
+ .toast-top-left {
30
+ top: 12px;
31
+ left: 12px;
32
+ }
33
+ .toast-top-right {
34
+ top: 12px;
35
+ right: 12px;
36
+ }
37
+ .toast-bottom-right {
38
+ right: 12px;
39
+ bottom: 12px;
40
+ }
41
+ .toast-bottom-left {
42
+ bottom: 12px;
43
+ left: 12px;
44
+ }
45
+ .toast-container.toast-top-center .ngx-toastr,
46
+ .toast-container.toast-bottom-center .ngx-toastr {
47
+ width: 300px;
48
+ margin-left: auto;
49
+ margin-right: auto;
50
+ }
51
+ .toast-container.toast-top-full-width .ngx-toastr,
52
+ .toast-container.toast-bottom-full-width .ngx-toastr {
53
+ width: 96%;
54
+ margin-left: auto;
55
+ margin-right: auto;
56
+ }
57
+
58
+ // Toast
59
+ .toast-container {
60
+ pointer-events: none;
61
+ position: fixed;
62
+ z-index: 999999;
63
+
64
+ .ngx-toastr {
65
+ @include border-radius($alert-border-radius);
66
+ position: relative;
67
+ overflow: hidden;
68
+ margin: 0 0 6px;
69
+ padding: 0.75rem 1.25rem 0.75rem 50px;
70
+ width: 300px;
71
+ background-position: 15px center;
72
+ background-repeat: no-repeat;
73
+ background-size: 24px;
74
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
75
+ pointer-events: auto;
76
+
77
+ .toast-title {
78
+ font-weight: bold;
79
+ }
80
+ .toast-message {
81
+ word-wrap: break-word;
82
+ }
83
+ .toast-message a:hover {
84
+ text-decoration: underline;
85
+ }
86
+ .toast-close-button {
87
+ position: relative;
88
+ right: -0.3em;
89
+ top: -0.3em;
90
+ float: right;
91
+ font-size: 20px;
92
+ font-weight: bold;
93
+ color: inherit;
94
+ text-shadow: 0 1px 0 #fff;
95
+ opacity: 0.5;
96
+ background: transparent;
97
+ border: 0;
98
+ padding: 0;
99
+ }
100
+ .toast-progress {
101
+ position: absolute;
102
+ left: 0;
103
+ bottom: 0;
104
+ height: 4px;
105
+ background-color: #000000;
106
+ opacity: 0.3;
107
+ }
108
+ .toast-close-button:hover,
109
+ .toast-close-button:focus {
110
+ color: #000000;
111
+ text-decoration: none;
112
+ cursor: pointer;
113
+ opacity: 0.75;
114
+ }
115
+ }
116
+ .ngx-toastr:hover {
117
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
118
+ opacity: 1;
119
+ cursor: pointer;
120
+ }
121
+ }
122
+
123
+ @function str-split($string, $separator) {
124
+ $split-arr: ();
125
+ // first index of separator in string
126
+ $index: str-index($string, $separator);
127
+ // loop through string
128
+ @while $index != null {
129
+ // get the substring from the first character to the separator
130
+ $item: str-slice($string, 1, $index - 1);
131
+ // push item to array
132
+ $split-arr: append($split-arr, $item);
133
+ // remove item and separator from string
134
+ $string: str-slice($string, $index + 1);
135
+ // find new index of separator
136
+ $index: str-index($string, $separator);
137
+ }
138
+ // add the remaining string to list (the last item)
139
+ $split-arr: append($split-arr, $string);
140
+
141
+ @return $split-arr;
142
+ }
143
+
144
+ @function svg-factory($fill-color, $viewbox, $path) {
145
+ $split: str-split($viewbox, " ");
146
+ $width: nth($split, 3);
147
+ $height: nth($split, 4);
148
+
149
+ // opacity is 0.9999 otherwise it uses a hex equivelent
150
+ // firefox requires fill rgb
151
+ @return "%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='" + $viewbox +
152
+ "' width='" + $width + "' height='" + $height + "'%3E%3Cpath fill='" +
153
+ rgba($fill-color, 0.999999) + "' d='" + $path + "'/%3E%3C/svg%3E";
154
+ }
155
+ @function svg-encode($svg) {
156
+ @return "data:image/svg+xml;charset=utf8," + $svg;
157
+ }
158
+ .toast-success {
159
+ /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/solid/check.svg */
160
+ background-image: url(svg-encode(
161
+ svg-factory(
162
+ shift-color($success, 6 * $theme-color-interval),
163
+ "0 0 512 512",
164
+ "M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"
165
+ )
166
+ ));
167
+ color: shift-color($success, 6 * $theme-color-interval);
168
+ background-color: shift-color($success, -10 * $theme-color-interval);
169
+ border: 1px solid shift-color($success, -9 * $theme-color-interval);
170
+ }
171
+ .toast-error {
172
+ /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/solid/times-circle.svg */
173
+ background-image: url(svg-encode(
174
+ svg-factory(
175
+ shift-color($danger, 6 * $theme-color-interval),
176
+ "0 0 512 512",
177
+ "M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z"
178
+ )
179
+ ));
180
+ color: shift-color($danger, 6 * $theme-color-interval);
181
+ background-color: shift-color($danger, -10 * $theme-color-interval);
182
+ border: 1px solid shift-color($danger, -9 * $theme-color-interval);
183
+ }
184
+ .toast-info {
185
+ /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/solid/info-circle.svg */
186
+ background-image: url(svg-encode(
187
+ svg-factory(
188
+ shift-color($info, 6 * $theme-color-interval),
189
+ "0 0 512 512",
190
+ "M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z"
191
+ )
192
+ ));
193
+ color: shift-color($info, 6 * $theme-color-interval);
194
+ background-color: shift-color($info, -10 * $theme-color-interval);
195
+ border: 1px solid shift-color($info, -9 * $theme-color-interval);
196
+ }
197
+ .toast-warning {
198
+ /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/solid/exclamation-triangle.svg */
199
+ background-image: url(svg-encode(
200
+ svg-factory(
201
+ shift-color($warning, 6 * $theme-color-interval),
202
+ "0 0 576 512",
203
+ "M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z"
204
+ )
205
+ ));
206
+ color: shift-color($warning, 6 * $theme-color-interval);
207
+ background-color: shift-color($warning, -10 * $theme-color-interval);
208
+ border: 1px solid shift-color($warning, -9 * $theme-color-interval);
209
+ }
210
+
211
+ // Responsive Design
212
+ @media all and (max-width: 240px) {
213
+ .toast-container .ngx-toastr.div {
214
+ padding: 8px 8px 8px 50px;
215
+ width: 11em;
216
+ }
217
+ .toast-container .toast-close-button {
218
+ right: -0.2em;
219
+ top: -0.2em;
220
+ }
221
+ }
222
+ @media all and (min-width: 241px) and (max-width: 480px) {
223
+ .toast-container .ngx-toastr.div {
224
+ padding: 8px 8px 8px 50px;
225
+ width: 18em;
226
+ }
227
+ .toast-container .toast-close-button {
228
+ right: -0.2em;
229
+ top: -0.2em;
230
+ }
231
+ }
232
+ @media all and (min-width: 481px) and (max-width: 768px) {
233
+ .toast-container .ngx-toastr.div {
234
+ padding: 15px 15px 15px 50px;
235
+ width: 25em;
236
+ }
237
+ }
File without changes
File without changes
File without changes
@@ -1,24 +1,23 @@
1
- <!doctype html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="utf-8">
5
- <title>DEALPOS Product Barcode Generator - Aplikasi Kasir / Point of Sale for retail business</title>
6
- <base href="/">
7
- <meta http-equiv="Cache-control" content="no-cache, no-store, must-revalidate">
8
- <meta http-equiv="Pragma" content="no-cache">
9
- <meta http-equiv="Expires" content="0">
10
- <meta name="viewport" content="width=device-width, initial-scale=1">
11
- <meta name="description" content="DEALPOS Product Barcode Generator - Aplikasi Kasir / Point of Sale for retail business">
12
- <meta name="keywords" content="Barcode, DealPOS, POS">
13
- <link rel="icon" type="image/x-icon" href="favicon.ico">
14
- <link rel="preconnect" href="https://fonts.gstatic.com">
15
- <link href="https:////fonts.googleapis.com/css?family=Roboto:300,400,700|Roboto+Slab:400,700" rel="stylesheet">
16
- <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" rel="stylesheet">
17
- <link rel="manifest" href="manifest.webmanifest">
18
- <meta name="theme-color" content="#1976d2">
19
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/dealposbarcode@1.3.8/barcode/styles.css"></head>
20
- <body>
21
- <app-root></app-root>
22
- <noscript>Please enable JavaScript to continue using this application.</noscript>
23
- <script src="https://cdn.jsdelivr.net/npm/dealposbarcode@1.3.8/barcode/runtime.js" type="module"></script><script src="https://cdn.jsdelivr.net/npm/dealposbarcode@1.3.8/barcode/polyfills.js" type="module"></script><script src="https://cdn.jsdelivr.net/npm/dealposbarcode@1.3.8/barcode/vendor.js" type="module"></script><script src="https://cdn.jsdelivr.net/npm/dealposbarcode@1.3.8/barcode/main.js" type="module"></script></body>
24
- </html>
1
+ <!DOCTYPE html><html lang="en"><head>
2
+ <meta charset="utf-8">
3
+ <title>DEALPOS Product Barcode Generator - Aplikasi Kasir / Point of Sale for retail business</title>
4
+ <base href="/">
5
+ <meta http-equiv="Cache-control" content="no-cache, no-store, must-revalidate">
6
+ <meta http-equiv="Pragma" content="no-cache">
7
+ <meta http-equiv="Expires" content="0">
8
+ <meta name="viewport" content="width=device-width, initial-scale=1">
9
+ <meta name="description" content="DEALPOS Product Barcode Generator - Aplikasi Kasir / Point of Sale for retail business">
10
+ <meta name="keywords" content="Barcode, DealPOS, POS">
11
+ <link rel="icon" type="image/x-icon" href="favicon.ico">
12
+ <link rel="preconnect" href="https://fonts.gstatic.com">
13
+ <link href="https:////fonts.googleapis.com/css?family=Roboto:300,400,700|Roboto+Slab:400,700" rel="stylesheet">
14
+ <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" rel="stylesheet">
15
+ <link rel="manifest" href="manifest.webmanifest">
16
+ <meta name="theme-color" content="#1976d2">
17
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/dealposbarcode@1.4.0/barcodestyles.190cdb80d8bf56e0.css"></head>
18
+ <body>
19
+ <app-root></app-root>
20
+ <noscript>Please enable JavaScript to continue using this application.</noscript>
21
+ <script src="https://cdn.jsdelivr.net/npm/dealposbarcode@1.4.0/barcoderuntime.7ee318550a075ff2.js" type="module"></script><script src="https://cdn.jsdelivr.net/npm/dealposbarcode@1.4.0/barcodepolyfills.24f9e567328321c8.js" type="module"></script><script src="https://cdn.jsdelivr.net/npm/dealposbarcode@1.4.0/barcodemain.52f922e4138d5416.js" type="module"></script>
22
+
23
+ </body></html>