coer-elements 2.0.26 → 2.0.27
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.
- package/components/lib/coer-accordion/coer-accordion.component.d.ts +4 -3
- package/components/lib/coer-button/coer-button.component.d.ts +11 -15
- package/components/lib/coer-checkbox/coer-checkbox.component.d.ts +10 -8
- package/components/lib/coer-datebox/coer-datebox.component.d.ts +16 -17
- package/components/lib/coer-dropdown/coer-dropdown.component.d.ts +10 -12
- package/components/lib/coer-filebox/coer-filebox-image/coer-filebox-image.component.d.ts +46 -0
- package/components/lib/coer-filebox/coer-filebox.component.d.ts +3 -24
- package/components/lib/coer-form/coer-form.component.d.ts +2 -1
- package/components/lib/coer-grid/coer-grid.extension.d.ts +13 -13
- package/components/lib/coer-list/coer-list.component.d.ts +2 -5
- package/components/lib/coer-modal/coer-modal.component.d.ts +8 -8
- package/components/lib/coer-numberbox/coer-numberbox.component.d.ts +16 -12
- package/components/lib/coer-page-title/coer-page-title.component.d.ts +9 -8
- package/components/lib/coer-secretbox/coer-secretbox.component.d.ts +13 -13
- package/components/lib/coer-selectbox/coer-selectbox.component.d.ts +17 -19
- package/components/lib/coer-sidenav/coer-menu-option/coer-menu-option.component.d.ts +15 -14
- package/components/lib/coer-sidenav/coer-sidenav.component.d.ts +16 -16
- package/components/lib/coer-sidenav/coer-toolbar/coer-toolbar.component.d.ts +6 -6
- package/components/lib/coer-sidenav/coer-tree-accordion/coer-tree-accordion.component.d.ts +22 -23
- package/components/lib/coer-switch/coer-switch.component.d.ts +10 -11
- package/components/lib/coer-tab/coer-tab.component.d.ts +15 -13
- package/components/lib/coer-textarea/coer-textarea.component.d.ts +5 -6
- package/components/lib/coer-textbox/coer-textbox.component.d.ts +15 -13
- package/components/lib/components.module.d.ts +39 -37
- package/extensions/lib/string.extension.d.ts +3 -1
- package/fesm2022/coer-elements-components.mjs +898 -943
- package/fesm2022/coer-elements-components.mjs.map +1 -1
- package/fesm2022/coer-elements-extensions.mjs +5 -2
- package/fesm2022/coer-elements-extensions.mjs.map +1 -1
- package/fesm2022/coer-elements-pages.mjs +10 -24
- package/fesm2022/coer-elements-pages.mjs.map +1 -1
- package/fesm2022/coer-elements-signals.mjs +3 -1
- package/fesm2022/coer-elements-signals.mjs.map +1 -1
- package/fesm2022/coer-elements-tools.mjs +14 -12
- package/fesm2022/coer-elements-tools.mjs.map +1 -1
- package/fesm2022/coer-elements.mjs +1 -2
- package/fesm2022/coer-elements.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/interfaces/lib/screen-size.interface.d.ts +1 -1
- package/package.json +1 -1
- package/pages/lib/pages.module.d.ts +7 -8
- package/pages/public-api.d.ts +0 -1
- package/signals/lib/breakpoint.signal.d.ts +1 -1
- package/styles/coer-elements.css +1 -1
- package/styles/containers.scss +26 -10
- package/styles/displays.scss +23 -0
- package/styles/fonts.scss +14 -13
- package/styles/icons/icons-fill.scss +48 -3
- package/styles/icons/icons-regular.scss +50 -2
- package/styles/icons/icons.scss +3 -23
- package/styles/index.scss +33 -47
- package/styles/layout-flex-wrap.scss +18 -0
- package/styles/margins.scss +18 -1
- package/svg/fill/calendar-check.fill.svg +4 -0
- package/svg/fill/calendar-days.fill.svg +4 -0
- package/svg/fill/card.fill.svg +4 -0
- package/svg/fill/caret-down.fill.svg +4 -0
- package/svg/fill/caret-left.fill.svg +4 -0
- package/svg/fill/caret-right.fill.svg +4 -0
- package/svg/fill/caret-up.fill.svg +4 -0
- package/svg/fill/circle-info.fill.svg +4 -0
- package/svg/fill/colors.fill.svg +4 -0
- package/svg/fill/directive.fill.svg +31 -0
- package/svg/fill/disk-floppy.fill.svg +4 -0
- package/svg/fill/eye-slash.fill.svg +4 -0
- package/svg/fill/eye.fill.svg +4 -0
- package/svg/fill/file-arrow-down.fill.svg +4 -0
- package/svg/fill/file-arrow-up.fill.svg +4 -0
- package/svg/fill/file-csv.fill.svg +4 -0
- package/svg/fill/file-invoice-dollar.fill.svg +4 -0
- package/svg/fill/file-invoice-lines.fill.svg +4 -0
- package/svg/fill/file-invoice.fill.svg +4 -0
- package/svg/fill/file-laptop.fill.svg +4 -0
- package/svg/fill/file-xls.fill.svg +25 -0
- package/svg/fill/file.fill.svg +4 -0
- package/svg/fill/filter.fill.svg +4 -0
- package/svg/fill/image.fill.svg +4 -0
- package/svg/fill/images.fill.svg +4 -0
- package/svg/fill/paint-roller.fill.svg +4 -0
- package/svg/fill/pen.fill.svg +4 -0
- package/svg/fill/pipe.fill.svg +23 -0
- package/svg/fill/plug.fill.svg +4 -0
- package/svg/fill/pointer.fill.svg +4 -0
- package/svg/fill/puzzle-piece.fill.svg +4 -0
- package/svg/fill/satellite-dish.fill.svg +4 -0
- package/svg/fill/satellite.fill.svg +4 -0
- package/svg/fill/share-square.fill.svg +4 -0
- package/svg/fill/share.fill.svg +4 -0
- package/svg/fill/shield-minus.fill.svg +11 -0
- package/svg/fill/sidenav.fill.svg +4 -0
- package/svg/fill/signal-post-2.fill.svg +4 -0
- package/svg/fill/signal-post.fill.svg +4 -0
- package/svg/fill/square-caret-down.fill.svg +4 -0
- package/svg/fill/square-caret-left.fill.svg +4 -0
- package/svg/fill/square-caret-right.fill.svg +4 -0
- package/svg/fill/square-caret-up.fill.svg +4 -0
- package/svg/fill/square-check.fill.svg +4 -0
- package/svg/fill/switch-on.fill.svg +1 -0
- package/svg/regular/a.svg +4 -0
- package/svg/regular/angle-down.svg +4 -0
- package/svg/regular/angle-left.svg +4 -0
- package/svg/regular/angle-right.svg +4 -0
- package/svg/regular/angle-up.svg +4 -0
- package/svg/regular/arrows-circle.svg +4 -0
- package/svg/regular/box-arrow-left.svg +5 -0
- package/svg/regular/box-arrow-right.svg +5 -0
- package/svg/regular/browser-window.svg +5 -0
- package/svg/regular/c.svg +4 -0
- package/svg/regular/calendar-check.svg +4 -0
- package/svg/regular/circle-info.svg +5 -0
- package/svg/regular/circle-notch.svg +4 -0
- package/svg/regular/directive.svg +38 -0
- package/svg/regular/expand.svg +4 -0
- package/svg/regular/file-arrow-down.svg +15 -0
- package/svg/regular/file-arrow-up.svg +16 -0
- package/svg/regular/file-csv.svg +25 -0
- package/svg/regular/file-xls.svg +24 -0
- package/svg/regular/file.svg +4 -0
- package/svg/regular/grid.svg +4 -0
- package/svg/regular/hash.svg +4 -0
- package/svg/regular/http.svg +85 -0
- package/svg/regular/i-min.svg +3 -0
- package/svg/regular/image.svg +4 -0
- package/svg/regular/images.svg +4 -0
- package/svg/regular/input-text.svg +5 -0
- package/svg/regular/j.svg +4 -0
- package/svg/regular/monitor.svg +4 -0
- package/svg/regular/p.svg +4 -0
- package/svg/regular/plug.svg +4 -0
- package/svg/regular/plus.svg +4 -0
- package/svg/regular/pointer.svg +4 -0
- package/svg/regular/rectangle-list.svg +4 -0
- package/svg/regular/s.svg +4 -0
- package/svg/regular/service.svg +4 -0
- package/svg/regular/shield-minus.svg +15 -0
- package/svg/regular/signal-post-2.svg +4 -0
- package/svg/regular/signal-post.svg +4 -0
- package/svg/regular/signal-stream.svg +19 -0
- package/svg/regular/square-check.svg +4 -0
- package/svg/regular/string.svg +4 -0
- package/svg/regular/switch-off.svg +4 -0
- package/svg/regular/tabs.svg +4 -0
- package/svg/regular/textarea.svg +4 -0
- package/svg/regular/x.svg +4 -0
- package/tools/lib/files.tools.d.ts +1 -1
- package/tools/lib/page.tools.d.ts +0 -2
- package/tools/lib/screen.tools.d.ts +1 -1
- package/tools/lib/strings.tools.d.ts +3 -1
- package/pages/lib/coer-loading/loading.component.d.ts +0 -5
- package/styles/icons/icons-fill-none.scss +0 -3
- package/styles/icons/icons-regular-none.scss +0 -3
- package/svg/fill/none/bell.fill.none.svg +0 -4
- package/svg/regular/none/bell.none.svg +0 -4
- /package/svg/{fill/dot.fill.svg → regular/dot.svg} +0 -0
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
2
|
+
<!-- COER System -->
|
3
|
+
<path d="M6.75 1a.75.75 0 0 1 .75.75V8a.5.5 0 0 0 1 0V5.467l.086-.004c.317-.012.637-.008.816.027.134.027.294.096.448.182.077.042.15.147.15.314V8a.5.5 0 0 0 1 0V6.435l.106-.01c.316-.024.584-.01.708.04.118.046.3.207.486.43.081.096.15.19.2.259V8.5a.5.5 0 1 0 1 0v-1h.342a1 1 0 0 1 .995 1.1l-.271 2.715a2.5 2.5 0 0 1-.317.991l-1.395 2.442a.5.5 0 0 1-.434.252H6.118a.5.5 0 0 1-.447-.276l-1.232-2.465-2.512-4.185a.517.517 0 0 1 .809-.631l2.41 2.41A.5.5 0 0 0 6 9.5V1.75A.75.75 0 0 1 6.75 1M8.5 4.466V1.75a1.75 1.75 0 1 0-3.5 0v6.543L3.443 6.736A1.517 1.517 0 0 0 1.07 8.588l2.491 4.153 1.215 2.43A1.5 1.5 0 0 0 6.118 16h6.302a1.5 1.5 0 0 0 1.302-.756l1.395-2.441a3.5 3.5 0 0 0 .444-1.389l.271-2.715a2 2 0 0 0-1.99-2.199h-.581a5 5 0 0 0-.195-.248c-.191-.229-.51-.568-.88-.716-.364-.146-.846-.132-1.158-.108l-.132.012a1.26 1.26 0 0 0-.56-.642 2.6 2.6 0 0 0-.738-.288c-.31-.062-.739-.058-1.05-.046zm2.094 2.025"/>
|
4
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512">
|
2
|
+
<!-- COER System -->
|
3
|
+
<path d="M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l448 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l448 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm96 64a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm104 0c0-13.3 10.7-24 24-24l224 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-224 0c-13.3 0-24-10.7-24-24zm0 96c0-13.3 10.7-24 24-24l224 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-224 0c-13.3 0-24-10.7-24-24zm0 96c0-13.3 10.7-24 24-24l224 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-224 0c-13.3 0-24-10.7-24-24zm-72-64a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM96 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"/>
|
4
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512">
|
2
|
+
<!-- COER System -->
|
3
|
+
<path d="M99.1 105.4C79 114 68.2 127.2 65.2 144.8c-2.4 14.1-.7 23.2 2 29.4c2.8 6.3 7.9 12.4 16.7 18.6c19.2 13.4 48.3 22.1 84.9 32.5c1 .3 1.9 .6 2.9 .8c32.7 9.3 72 20.6 100.9 40.7c15.7 10.9 29.9 25.5 38.6 45.1c8.8 19.8 10.8 42 6.6 66.3c-7.3 42.5-35.3 71.7-71.8 87.3c-35.4 15.2-79.1 17.9-123.7 10.9l-.2 0s0 0 0 0c-24-3.9-62.7-17.1-87.6-25.6c-4.8-1.7-9.2-3.1-12.8-4.3C5.1 440.8-3.9 422.7 1.6 405.9s23.7-25.8 40.5-20.3c4.9 1.6 10.2 3.4 15.9 5.4c25.4 8.6 56.4 19.2 74.4 22.1c36.8 5.7 67.5 2.5 88.5-6.5c20.1-8.6 30.8-21.8 33.9-39.4c2.4-14.1 .7-23.2-2-29.4c-2.8-6.3-7.9-12.4-16.7-18.6c-19.2-13.4-48.3-22.1-84.9-32.5c-1-.3-1.9-.6-2.9-.8c-32.7-9.3-72-20.6-100.9-40.7c-15.7-10.9-29.9-25.5-38.6-45.1c-8.8-19.8-10.8-42-6.6-66.3l31.5 5.5L2.1 133.9C9.4 91.4 37.4 62.2 73.9 46.6c35.4-15.2 79.1-17.9 123.7-10.9c13 2 52.4 9.6 66.6 13.4c17.1 4.5 27.2 22.1 22.7 39.2s-22.1 27.2-39.2 22.7c-11.2-3-48.1-10.2-60.1-12l4.9-31.5-4.9 31.5c-36.9-5.8-67.5-2.5-88.6 6.5z"/>
|
4
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 329 329">
|
2
|
+
<!-- COER System -->
|
3
|
+
<path d="M 150.326 1.484 C 148.137 3.018, 147.096 6.524, 144.869 19.863 L 143.639 27.226 139.144 29.152 C 136.672 30.212, 134.119 30.876, 133.471 30.627 C 132.823 30.379, 128.358 27.361, 123.549 23.921 C 111.506 15.306, 111.203 15.346, 99.436 27.064 C 87.611 38.840, 87.593 38.991, 96.544 52.060 L 103.091 61.621 101.072 66.332 C 98.759 71.728, 99.691 71.291, 86.121 73.349 C 71.646 75.544, 72 75.065, 72 92.500 C 72 104.766, 72.237 106.897, 73.750 108.218 C 75.483 109.731, 79.235 110.726, 92.188 113.111 C 98.867 114.341, 98.878 114.348, 100.830 119.044 L 102.784 123.746 95.892 133.511 C 91.610 139.577, 89 144.267, 89 145.894 C 89 149.756, 106.983 168, 110.790 168 C 112.492 168, 117.005 165.582, 122.924 161.500 C 131.963 155.265, 135.217 153.924, 136.452 155.923 C 136.766 156.431, 138.368 157.142, 140.011 157.503 C 141.655 157.864, 143.005 158.686, 143.011 159.329 C 143.017 159.973, 143.886 165.443, 144.940 171.484 C 147.500 186.141, 147.314 186, 164.177 186 C 171.302 186, 177.987 185.542, 179.032 184.983 C 181.145 183.852, 182.398 179.919, 183.963 169.500 C 184.542 165.650, 185.222 161.600, 185.474 160.500 C 186.011 158.158, 194.237 154.417, 196.211 155.617 C 196.920 156.048, 201.100 158.948, 205.500 162.061 C 215.638 169.235, 217.125 169.704, 221.381 167.073 C 226.964 163.623, 240 149.331, 240 146.660 C 240 145.361, 237.589 140.939, 234.643 136.833 C 225.151 123.603, 225.680 124.977, 228.030 119.664 C 229.393 116.584, 230.830 114.862, 232.293 114.558 C 233.507 114.306, 238.751 113.414, 243.946 112.576 C 257.462 110.396, 257.500 110.342, 257.500 93.500 C 257.500 76.459, 257.766 76.795, 242.014 73.959 C 235.717 72.825, 230.495 71.808, 230.412 71.699 C 230.328 71.589, 229.359 69.437, 228.259 66.916 L 226.259 62.332 233.081 52.916 C 242.425 40.019, 242.418 39.958, 230.329 27.750 C 223.048 20.397, 220.038 18.002, 218.087 18.008 C 216.506 18.014, 211.693 20.709, 205.708 24.941 L 195.916 31.865 191.886 30.060 C 189.670 29.068, 187.495 27.861, 187.054 27.378 C 186.612 26.895, 185.513 21.550, 184.610 15.500 C 182.328 0.211, 182.064 -0, 165.167 0 C 155.537 0, 151.930 0.361, 150.326 1.484 M 159.571 19.750 C 158.017 31.010, 156.693 35.544, 154.314 37.750 C 152.980 38.987, 151.209 40, 150.379 40 C 149.548 40, 145.460 41.575, 141.294 43.500 C 137.127 45.425, 133.082 47, 132.303 47 C 131.525 47, 126.766 44.084, 121.727 40.521 L 112.566 34.041 109.783 36.708 C 108.252 38.174, 107 39.856, 107 40.446 C 107 41.035, 109.700 45.485, 113 50.335 C 116.300 55.185, 119 59.853, 119 60.709 C 119 61.564, 118.094 63.730, 116.987 65.521 C 115.880 67.313, 113.857 71.866, 112.491 75.639 C 111.125 79.413, 109.329 83.001, 108.500 83.614 C 107.670 84.226, 103.506 85.259, 99.246 85.908 C 85.044 88.075, 86 87.598, 86 92.512 C 86 97.508, 85.342 97.144, 98.677 99.535 C 104.311 100.545, 108.403 101.822, 109.278 102.840 C 110.061 103.753, 111.479 106.975, 112.429 110 C 113.379 113.025, 115.021 116.988, 116.078 118.807 C 119.173 124.132, 118.553 126.732, 112 135.917 C 108.700 140.543, 106 144.620, 106 144.977 C 106 145.334, 107.354 146.923, 109.008 148.508 L 112.016 151.390 120.955 145.195 C 125.872 141.788, 130.833 139, 131.981 139 C 133.128 139, 136.208 140.085, 138.826 141.412 C 141.444 142.739, 145.948 144.596, 148.834 145.540 C 155.276 147.648, 156.259 149.368, 158.034 161.640 L 159.356 170.780 163.928 171.299 C 166.443 171.585, 168.597 171.724, 168.716 171.610 C 168.835 171.495, 169.649 166.924, 170.525 161.451 C 171.402 155.978, 172.737 150.549, 173.493 149.387 C 174.248 148.225, 177.240 146.498, 180.140 145.549 C 183.041 144.600, 187.625 142.704, 190.328 141.334 C 193.215 139.871, 196.120 139.073, 197.371 139.398 C 198.542 139.703, 203.314 142.654, 207.975 145.954 L 216.451 151.955 219.686 148.819 C 221.466 147.094, 222.645 145.235, 222.306 144.686 C 221.967 144.138, 219.312 140.376, 216.406 136.325 C 213.500 132.274, 210.846 128.091, 210.509 127.028 C 210.153 125.908, 210.942 122.870, 212.385 119.798 C 213.754 116.884, 215.807 111.986, 216.948 108.913 C 219.350 102.441, 220.680 101.570, 230.500 100.041 C 243.778 97.973, 243 98.381, 243 93.491 L 243 89.142 237.750 88.111 C 234.863 87.545, 230.321 86.780, 227.658 86.413 C 221.265 85.531, 218.646 82.930, 216.060 74.896 C 214.891 71.264, 213.288 67.439, 212.499 66.396 C 209.712 62.714, 210.719 59.121, 217 50.340 C 220.300 45.727, 223 41.597, 223 41.163 C 223 39.466, 217.128 34.803, 215.926 35.546 C 215.246 35.966, 211.337 38.715, 207.240 41.655 C 203.132 44.602, 198.700 47, 197.362 47 C 196.026 47, 192.811 45.937, 190.217 44.638 C 187.623 43.339, 183.133 41.502, 180.240 40.555 C 177.348 39.608, 174.545 38.018, 174.012 37.022 C 173.225 35.552, 170.019 18.535, 170.004 15.750 C 170.002 15.338, 167.801 15, 165.114 15 L 160.227 15 159.571 19.750 M 150.843 60.327 C 143.195 63.537, 138.209 67.845, 133.865 74.998 C 124.820 89.890, 127.223 107.452, 139.933 119.341 C 147.852 126.748, 152.551 128.500, 164.500 128.500 C 173.602 128.500, 175.025 128.234, 180.350 125.536 C 186.986 122.173, 193.643 115.316, 197.100 108.280 C 199.057 104.298, 199.453 101.914, 199.475 94 C 199.497 85.771, 199.144 83.741, 196.840 78.825 C 193.290 71.253, 187.351 65.012, 180.294 61.436 C 175.369 58.940, 173.151 58.459, 165.500 58.226 C 157.888 57.995, 155.628 58.319, 150.843 60.327 M 157.239 73.335 C 144.185 78.069, 138.831 94.089, 146.570 105.255 C 150.189 110.476, 158.505 115, 164.483 115 C 174.159 115, 184.087 106.272, 185.556 96.473 C 187.843 81.224, 171.748 68.073, 157.239 73.335 M 71.500 187.575 C 59.309 190.267, 5.795 213.156, 1.888 217.351 C -0.568 219.987, -0.505 223.088, 2.073 226.365 C 4.604 229.583, 8.037 229.767, 13.783 226.991 C 25.766 221.201, 45.082 212.683, 57.500 207.713 C 74.829 200.777, 83.290 199.381, 98.123 201.014 C 112.266 202.570, 117.243 205.007, 128.475 215.873 C 136.492 223.628, 138.576 225.077, 145.628 227.796 C 157.133 232.233, 172.251 235.043, 189.500 235.950 C 209.584 237.006, 214 238.858, 214 246.221 C 214 251.676, 212.699 253.568, 207.609 255.512 C 203.708 257.001, 199.661 257.141, 172.847 256.712 C 144.719 256.262, 141.623 256.032, 130.500 253.576 C 123.900 252.118, 117.317 250.672, 115.872 250.362 C 107.645 248.599, 104.018 260.762, 111.836 263.897 C 116.174 265.636, 130.694 268.743, 142.711 270.504 C 151.525 271.795, 159.648 272.072, 180.711 271.799 C 212.672 271.385, 210.646 271.949, 232.500 257.364 C 261.891 237.748, 289.584 220.306, 295 217.999 C 298.305 216.592, 302.630 215.626, 305.837 215.579 C 310.310 215.513, 311.487 215.887, 313.110 217.889 C 315.370 220.678, 314.925 222.907, 311.108 227.920 C 308.359 231.529, 283.493 248.295, 229.500 282.942 C 220.700 288.588, 211.925 294.241, 210 295.503 C 200.645 301.635, 187.490 309.344, 182.416 311.667 C 175.496 314.835, 166.972 315.157, 159 312.550 C 155.975 311.561, 137.318 302.595, 117.541 292.626 L 81.582 274.500 74.041 274.500 C 65.227 274.500, 61.635 276.051, 45.500 286.823 C 36.148 293.067, 35.480 293.737, 35.195 297.160 C 34.841 301.402, 37.835 305, 41.718 305 C 43.005 305, 48.559 302.080, 54.059 298.510 C 59.559 294.941, 65.374 291.341, 66.980 290.510 C 73.562 287.106, 75.793 287.886, 112.567 306.441 C 131.578 316.033, 150.141 324.915, 153.816 326.178 C 162.865 329.286, 177.990 329.332, 185.729 326.274 C 195.261 322.508, 231.505 299.745, 299 255.137 C 319.538 241.563, 324.420 236.795, 328.105 226.712 C 330.151 221.115, 330.516 218, 329.125 218 C 328.644 218, 327.987 216.687, 327.666 215.082 C 326.870 211.098, 321.365 205.071, 316.509 202.865 C 311.890 200.767, 303.083 200.447, 296.386 202.133 C 292.155 203.198, 291.726 203.112, 289.193 200.687 C 282.957 194.714, 269.715 191.575, 260.523 193.890 C 256.165 194.987, 255.709 194.896, 251.654 192.106 C 241.915 185.405, 230.143 184.362, 217.499 189.080 C 214.199 190.311, 201.525 197.515, 189.333 205.090 L 167.165 218.861 161.201 217.470 C 150.342 214.937, 146.859 212.977, 139 204.980 C 131.006 196.846, 121.895 191.455, 111 188.410 C 102.821 186.125, 80.231 185.647, 71.500 187.575 M 222 202.861 C 219.525 203.832, 211.425 208.424, 204 213.064 L 190.500 221.500 200.500 222.130 L 210.500 222.759 223.500 214.734 C 230.650 210.320, 237.735 205.987, 239.244 205.104 C 240.753 204.222, 241.990 203.215, 241.994 202.867 C 242.017 200.499, 228.025 200.495, 222 202.861 M 261.154 209.067 C 259.480 209.737, 226.695 229.640, 224.265 231.460 C 224.136 231.557, 224.923 233.388, 226.015 235.530 C 227.107 237.671, 228 240.003, 228 240.711 C 228 241.420, 228.296 242, 228.657 242 C 229.837 242, 277 210.774, 277 209.993 C 277 208.025, 265.442 207.349, 261.154 209.067" stroke="none" fill="#000000" fill-rule="evenodd"/>
|
4
|
+
</svg>
|
@@ -0,0 +1,15 @@
|
|
1
|
+
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 151 160">
|
2
|
+
<!-- COER System -->
|
3
|
+
<g transform="translate(0.000000,160.000000) scale(0.100000,-0.100000)" fill="#000000" stroke="none">
|
4
|
+
<path d="M415 1464 c-321 -136 -359 -157 -393 -219 -21 -38 -20 -174 1 -300
|
5
|
+
72 -413 290 -727 626 -902 55 -29 74 -34 112 -31 90 9 281 130 394 250 207
|
6
|
+
219 345 566 345 868 0 78 -3 90 -29 133 -18 27 -46 54 -68 65 -77 39 -634 272
|
7
|
+
-651 272 -9 0 -161 -61 -337 -136z m690 -166 l240 -103 -2 -110 c-4 -269 -132
|
8
|
+
-566 -321 -747 -82 -78 -231 -178 -267 -178 -27 0 -142 68 -221 131 -203 162
|
9
|
+
-339 441 -376 772 -10 97 -10 110 5 124 9 9 146 72 304 139 l287 122 55 -24
|
10
|
+
c31 -13 164 -70 296 -126z"/>
|
11
|
+
<path d="M475 850 c-23 -26 -23 -74 0 -100 17 -19 30 -20 277 -20 245 0 259 1
|
12
|
+
278 20 11 11 20 33 20 50 0 17 -9 39 -20 50 -19 19 -33 20 -278 20 -247 0
|
13
|
+
-260 -1 -277 -20z"/>
|
14
|
+
</g>
|
15
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
2
|
+
<!-- COER System -->
|
3
|
+
<path d="M7 1.414V2H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h5v1H2.5a1 1 0 0 0-.8.4L.725 8.7a.5.5 0 0 0 0 .6l.975 1.3a1 1 0 0 0 .8.4H7v5h2v-5h5a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H9V6h4.5a1 1 0 0 0 .8-.4l.975-1.3a.5.5 0 0 0 0-.6L14.3 2.4a1 1 0 0 0-.8-.4H9v-.586a1 1 0 0 0-2 0M13.5 3l.75 1-.75 1H2V3zm.5 5v2H2.5l-.75-1 .75-1z"/>
|
4
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
2
|
+
<!-- COER System -->
|
3
|
+
<path d="M7 1.414V4H2a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5v6h2v-6h3.532a1 1 0 0 0 .768-.36l1.933-2.32a.5.5 0 0 0 0-.64L13.3 4.36a1 1 0 0 0-.768-.36H9V1.414a1 1 0 0 0-2 0M12.532 5l1.666 2-1.666 2H2V5z"/>
|
4
|
+
</svg>
|
@@ -0,0 +1,19 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 181 121">
|
2
|
+
<!-- COER System -->
|
3
|
+
<g transform="translate(0.000000,121.000000) scale(0.100000,-0.100000)" fill="#000000" stroke="none">
|
4
|
+
<path d="M232 1197 c-54 -30 -165 -230 -196 -354 -53 -204 -33 -424 54 -610
|
5
|
+
98 -209 178 -267 257 -188 30 30 35 40 30 69 -3 19 -21 56 -40 82 -176 248
|
6
|
+
-176 580 0 828 19 26 37 63 40 82 5 29 0 39 -30 69 -38 38 -74 45 -115 22z"/>
|
7
|
+
<path d="M1485 1199 c-63 -37 -71 -94 -21 -166 93 -136 136 -269 136 -423 0
|
8
|
+
-154 -43 -287 -136 -423 -51 -74 -42 -133 25 -167 53 -27 103 3 170 103 145
|
9
|
+
214 180 520 91 785 -30 88 -107 226 -150 267 -31 29 -86 41 -115 24z"/>
|
10
|
+
<path d="M489 961 c-108 -112 -157 -308 -119 -472 31 -136 133 -279 198 -279
|
11
|
+
21 0 43 10 64 29 47 41 45 90 -4 154 -97 127 -97 307 0 434 49 64 51 113 4
|
12
|
+
154 -50 45 -85 40 -143 -20z"/>
|
13
|
+
<path d="M1191 996 c-54 -30 -65 -94 -25 -147 14 -19 38 -56 52 -84 24 -45 27
|
14
|
+
-60 27 -155 0 -95 -3 -110 -27 -155 -14 -27 -38 -65 -52 -84 -30 -41 -33 -72
|
15
|
+
-9 -112 37 -63 112 -62 167 2 170 199 165 523 -10 706 -44 46 -77 54 -123 29z"/>
|
16
|
+
<path d="M813 755 c-47 -28 -83 -91 -83 -145 0 -91 81 -170 174 -170 80 0 143
|
17
|
+
49 167 130 21 69 -22 159 -92 195 -44 23 -117 19 -166 -10z"/>
|
18
|
+
</g>
|
19
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
|
2
|
+
<!-- COER System -->
|
3
|
+
<path d="M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM337 209L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"/>
|
4
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 202 139">
|
2
|
+
<!-- COER System -->
|
3
|
+
<path d="M 50.783 1.750 C 48.285 4.615, 48.032 5.251, 24.991 66.536 C 10.344 105.496, 2.807 126.834, 2.775 129.434 C 2.736 132.617, 3.329 133.904, 5.879 136.184 C 9.577 139.487, 13.219 139.774, 17.596 137.104 C 20.265 135.477, 21.495 133.062, 26.508 119.608 L 32.322 104 57.411 104.004 L 82.500 104.008 87.867 118.754 C 90.819 126.864, 94.154 134.506, 95.277 135.735 C 98.072 138.792, 102.987 139.575, 106.849 137.578 C 110.484 135.698, 112 133.238, 112 129.219 C 112 124.666, 66.387 3.838, 63.880 1.750 C 62.530 0.626, 60.086 0, 57.044 0 C 53.784 0, 51.835 0.545, 50.783 1.750 M 54.704 44.523 C 44.142 72.388, 40.106 83.440, 40.389 83.722 C 40.568 83.902, 48.373 83.925, 57.733 83.774 L 74.751 83.500 66.387 61.500 C 61.787 49.400, 57.871 39.060, 57.686 38.523 C 57.500 37.985, 56.158 40.685, 54.704 44.523 M 152.618 40.112 C 141.900 42.628, 131.026 51.503, 126.413 61.500 C 120.445 74.429, 120.445 103.571, 126.413 116.500 C 134.418 133.846, 155.057 142.822, 173.826 137.122 C 177.716 135.940, 181.182 134.514, 181.529 133.953 C 181.898 133.356, 183.591 134.190, 185.615 135.966 C 190.283 140.066, 195.049 140.105, 199.077 136.077 L 202 133.154 202 89 L 202 44.846 199.077 41.923 C 195.049 37.895, 190.283 37.934, 185.615 42.034 C 183.629 43.777, 181.895 44.639, 181.538 44.061 C 181.195 43.507, 177.962 42.142, 174.352 41.027 C 167.489 38.907, 159.231 38.560, 152.618 40.112 M 154.491 60.865 C 149.450 63.155, 144.425 68.807, 143.060 73.723 C 141.703 78.610, 141.703 99.390, 143.060 104.277 C 143.637 106.355, 145.543 109.688, 147.296 111.684 C 157.005 122.743, 173.429 120.793, 180.097 107.790 C 181.719 104.627, 182 101.856, 182 89 C 182 76.144, 181.719 73.373, 180.097 70.210 C 175.091 60.447, 164.178 56.465, 154.491 60.865" stroke="none" fill="#000000" fill-rule="evenodd"/>
|
4
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512">
|
2
|
+
<!-- COER System -->
|
3
|
+
<path d="M384 128c70.7 0 128 57.3 128 128s-57.3 128-128 128l-192 0c-70.7 0-128-57.3-128-128s57.3-128 128-128l192 0zM576 256c0-106-86-192-192-192L192 64C86 64 0 150 0 256S86 448 192 448l192 0c106 0 192-86 192-192zM192 352a96 96 0 1 0 0-192 96 96 0 1 0 0 192z"/>
|
4
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
2
|
+
<!-- COER System -->
|
3
|
+
<path d="M0 4.5A2.5 2.5 0 0 1 2.5 2h11A2.5 2.5 0 0 1 16 4.5v7a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 0 11.5zM2.5 3A1.5 1.5 0 0 0 1 4.5v7A1.5 1.5 0 0 0 2.5 13h11a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 13.5 3zm10.854 4.646a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708l3-3a.5.5 0 0 1 .708 0m0 2.5a.5.5 0 0 1 0 .708l-.5.5a.5.5 0 0 1-.708-.708l.5-.5a.5.5 0 0 1 .708 0"/>
|
4
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512">
|
2
|
+
<!-- COER System -->
|
3
|
+
<path d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"/>
|
4
|
+
</svg>
|
@@ -1,7 +1,7 @@
|
|
1
1
|
export declare class Files {
|
2
2
|
static readonly EXCEL_EXTENSIONS: string[];
|
3
3
|
/** Get Extension File */
|
4
|
-
static GetExtension(file: File): string
|
4
|
+
static GetExtension(file: File): string;
|
5
5
|
/** */
|
6
6
|
static IsExcel(file: File): boolean;
|
7
7
|
/** Read excel file */
|
@@ -10,7 +10,7 @@ export declare class Screen {
|
|
10
10
|
/** Gets the height of the device screen */
|
11
11
|
static get DEVICE_HEIGHT(): number;
|
12
12
|
/** gets the breakpoint based on the width of the browsing window */
|
13
|
-
static get BREAKPOINT(): 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
|
13
|
+
static get BREAKPOINT(): 'mv' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
|
14
14
|
/** Provides an observable for screen resizing */
|
15
15
|
static Resize: Observable<IScreenSize>;
|
16
16
|
/** Provides an observable for the browser buttons */
|
@@ -13,7 +13,9 @@ export declare class Strings {
|
|
13
13
|
/** Removes accents */
|
14
14
|
static RemoveAccents(value: string | number | null | undefined, except?: string[]): string;
|
15
15
|
/** Removes special characters */
|
16
|
-
static
|
16
|
+
static RemoveSpecialCharacters(value: string | number | null | undefined): string;
|
17
|
+
/** Only Alphanumeric */
|
18
|
+
static OnlyAlphanumeric(value: string | number | null | undefined): string;
|
17
19
|
/** Validates if both strings are equal */
|
18
20
|
static Equals(value: string | number | null | undefined, value2: string | number | null | undefined, sensitive?: boolean): boolean;
|
19
21
|
}
|
@@ -1,4 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
2
|
-
<!-- COER System -->
|
3
|
-
<path d="M5.164 14H15c-1.5-1-2-5.902-2-7q0-.396-.06-.776zm6.288-10.617A5 5 0 0 0 8.995 2.1a1 1 0 1 0-1.99 0A5 5 0 0 0 3 7c0 .898-.335 4.342-1.278 6.113zM10 15a2 2 0 1 1-4 0zm-9.375.625a.53.53 0 0 0 .75.75l14.75-14.75a.53.53 0 0 0-.75-.75z"/>
|
4
|
-
</svg>
|
@@ -1,4 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
2
|
-
<!-- COER System -->
|
3
|
-
<path d="M5.164 14H15c-.299-.199-.557-.553-.78-1-.9-1.8-1.22-5.12-1.22-6q0-.396-.06-.776l-.938.938c.02.708.157 2.154.457 3.58.161.767.377 1.566.663 2.258H6.164zm5.581-9.91a4 4 0 0 0-1.948-1.01L8 2.917l-.797.161A4 4 0 0 0 4 7c0 .628-.134 2.197-.459 3.742q-.075.358-.166.718l-1.653 1.653q.03-.055.059-.113C2.679 11.2 3 7.88 3 7c0-2.42 1.72-4.44 4.005-4.901a1 1 0 1 1 1.99 0c.942.19 1.788.645 2.457 1.284zM10 15a2 2 0 1 1-4 0zm-9.375.625a.53.53 0 0 0 .75.75l14.75-14.75a.53.53 0 0 0-.75-.75z"/>
|
4
|
-
</svg>
|
File without changes
|