@its/core 2.5.0 → 2.5.2
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/LICENCE.MD +7 -7
- package/dist/core.css +1 -21
- package/dist/core.es.js +29172 -62876
- package/package.json +138 -135
package/LICENCE.MD
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
Copyright (c) 2025 IT-Solutions S.r.l. - All rights reserved.
|
|
2
|
-
|
|
3
|
-
This software and associated documentation files (the "Software") are the exclusive intellectual property of IT-Solutions S.r.l.
|
|
4
|
-
|
|
5
|
-
You may not use, copy, modify, merge, publish, distribute, sublicense, or sell copies of the Software without prior written permission from the copyright holder.
|
|
6
|
-
|
|
7
|
-
Unauthorized use is strictly prohibited and may result in legal consequences.
|
|
1
|
+
Copyright (c) 2025 IT-Solutions S.r.l. - All rights reserved.
|
|
2
|
+
|
|
3
|
+
This software and associated documentation files (the "Software") are the exclusive intellectual property of IT-Solutions S.r.l.
|
|
4
|
+
|
|
5
|
+
You may not use, copy, modify, merge, publish, distribute, sublicense, or sell copies of the Software without prior written permission from the copyright holder.
|
|
6
|
+
|
|
7
|
+
Unauthorized use is strictly prohibited and may result in legal consequences.
|
package/dist/core.css
CHANGED
|
@@ -1,21 +1 @@
|
|
|
1
|
-
.loader,.loaderLight{position:relative;width:2.5em;height:2.5em;transform:rotate(165deg)}.loader:before,.loader:after,.loaderLight:before,.loaderLight:after{content:"";position:absolute;top:50%;left:50%;display:block;width:.5em;height:.5em;border-radius:.25em;transform:translate(-50%,-50%)}.loader:before{animation:before8 2s infinite}.loaderLight:before{animation:before8 2s infinite}.loader:after{animation:after6 2s infinite}.loaderLight:after{animation:after6light 2s infinite}@keyframes before8{0%{width:.5em;box-shadow:1em -.5em #009f93,-1em .5em #037171}35%{width:2.5em;box-shadow:0 -.5em #009f93,0 .5em #037171}70%{width:.5em;box-shadow:-1em -.5em #009f93,1em .5em #037171}to{box-shadow:1em -.5em #009f93,-1em .5em #037171}}@keyframes after6{0%{height:.5em;box-shadow:.5em 1em #02c3bd,-.5em -1em #fff}35%{height:2.5em;box-shadow:.5em 0 #02c3bd,-.5em 0 #fff}70%{height:.5em;box-shadow:.5em -1em #02c3bd,-.5em 1em #fff}to{box-shadow:.5em 1em #02c3bd,-.5em -1em #fff}}@keyframes after6light{0%{height:.5em;box-shadow:.5em 1em #02c3bd,-.5em -1em #000}35%{height:2.5em;box-shadow:.5em 0 #02c3bd,-.5em 0 #000}70%{height:.5em;box-shadow:.5em -1em #02c3bd,-.5em 1em #000}to{box-shadow:.5em 1em #02c3bd,-.5em -1em #000}}.loader,.loaderLight{position:absolute;top:calc(50% - 1.25em);left:calc(50% - 1.25em)}.scrollable-container{overflow-y:auto;overflow-x:hidden}::-webkit-scrollbar-corner{background-color:transparent}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-thumb{border:4px solid rgba(0,0,0,0);background-clip:padding-box;background-color:transparent;border-radius:20px}.scrollable-container.show-scrollbar::-webkit-scrollbar-thumb{background-color:#888;border-color:#0000}#menu-icon{width:24px;height:18px;position:relative;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer}#menu-icon span{display:block;position:absolute;height:3px;width:100%;border-radius:9px;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out}#menu-icon.dark span{background:#fff}#menu-icon.light span{background:#111}#menu-icon span:nth-child(1){top:2px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}#menu-icon span:nth-child(2){top:8px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}#menu-icon span:nth-child(3){top:14px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}#menu-icon.open span:nth-child(1){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);top:-1px;left:6.8px}#menu-icon.open span:nth-child(2){width:0%;opacity:0}#menu-icon.open span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);top:16px;left:6.8px}
|
|
2
|
-
*
|
|
3
|
-
* react-simple-keyboard v3.8.128
|
|
4
|
-
* https://github.com/hodgef/react-simple-keyboard
|
|
5
|
-
*
|
|
6
|
-
* Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
|
|
7
|
-
*
|
|
8
|
-
* This source code is licensed under the MIT license found in the
|
|
9
|
-
* LICENSE file in the root directory of this source tree.
|
|
10
|
-
*
|
|
11
|
-
*//*!
|
|
12
|
-
*
|
|
13
|
-
* simple-keyboard v3.8.86
|
|
14
|
-
* https://github.com/hodgef/simple-keyboard
|
|
15
|
-
*
|
|
16
|
-
* Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
|
|
17
|
-
*
|
|
18
|
-
* This source code is licensed under the MIT license found in the
|
|
19
|
-
* LICENSE file in the root directory of this source tree.
|
|
20
|
-
*
|
|
21
|
-
*/.hg-theme-default{background-color:#ececec;border-radius:5px;box-sizing:border-box;font-family:HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;overflow:hidden;padding:5px;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.hg-theme-default .hg-button span,.hg-theme-default .hg-button span svg{pointer-events:none}.hg-theme-default button.hg-button{border-width:0;font-size:inherit}.hg-theme-default .hg-button{display:inline-block;flex-grow:1}.hg-theme-default .hg-row{display:flex}.hg-theme-default .hg-row:not(:last-child){margin-bottom:5px}.hg-theme-default .hg-row .hg-button-container,.hg-theme-default .hg-row .hg-button:not(:last-child){margin-right:5px}.hg-theme-default .hg-row>div:last-child{margin-right:0}.hg-theme-default .hg-row .hg-button-container{display:flex}.hg-theme-default .hg-button{align-items:center;background:#fff;border-bottom:1px solid #b5b5b5;border-radius:5px;box-shadow:0 0 3px -1px #0000004d;box-sizing:border-box;cursor:pointer;display:flex;height:40px;justify-content:center;padding:5px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.hg-theme-default .hg-button.hg-standardBtn{width:20px}.hg-theme-default .hg-button.hg-activeButton{background:#efefef}.hg-theme-default.hg-layout-numeric .hg-button{align-items:center;display:flex;height:60px;justify-content:center;width:33.3%}.hg-theme-default .hg-button.hg-button-numpadadd,.hg-theme-default .hg-button.hg-button-numpadenter{height:85px}.hg-theme-default .hg-button.hg-button-numpad0{width:105px}.hg-theme-default .hg-button.hg-button-com{max-width:85px}.hg-theme-default .hg-button.hg-standardBtn.hg-button-at{max-width:45px}.hg-theme-default .hg-button.hg-selectedButton{background:#05194687;color:#fff}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=".com"]{max-width:82px}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn="@"]{max-width:60px}.hg-candidate-box{background:#ececec;border-bottom:2px solid #b5b5b5;border-radius:5px;display:inline-flex;margin-top:-10px;position:absolute;transform:translateY(-100%);-webkit-user-select:none;-moz-user-select:none;user-select:none}ul.hg-candidate-box-list{display:flex;flex:1;list-style:none;margin:0;padding:0}li.hg-candidate-box-list-item{align-items:center;display:flex;height:40px;justify-content:center;width:40px}li.hg-candidate-box-list-item:hover{background:#00000008;cursor:pointer}li.hg-candidate-box-list-item:active{background:#0000001a}.hg-candidate-box-prev:before{content:"◄"}.hg-candidate-box-next:before{content:"►"}.hg-candidate-box-next,.hg-candidate-box-prev{align-items:center;color:#969696;cursor:pointer;display:flex;padding:0 10px}.hg-candidate-box-next{border-bottom-right-radius:5px;border-top-right-radius:5px}.hg-candidate-box-prev{border-bottom-left-radius:5px;border-top-left-radius:5px}.hg-candidate-box-btn-active{color:#444}@font-face{font-family:LibreBarcode39Text;src:local("LibreBarcode39Text-Regular"),url(../../fonts/LibreBarcode39Text/LibreBarcode39Text-Regular.ttf) format("truetype")}
|
|
1
|
+
.loader,.loaderLight{position:relative;width:2.5em;height:2.5em;transform:rotate(165deg)}.loader:before,.loader:after,.loaderLight:before,.loaderLight:after{content:"";position:absolute;top:50%;left:50%;display:block;width:.5em;height:.5em;border-radius:.25em;transform:translate(-50%,-50%)}.loader:before{animation:before8 2s infinite}.loaderLight:before{animation:before8 2s infinite}.loader:after{animation:after6 2s infinite}.loaderLight:after{animation:after6light 2s infinite}@keyframes before8{0%{width:.5em;box-shadow:1em -.5em #009f93,-1em .5em #037171}35%{width:2.5em;box-shadow:0 -.5em #009f93,0 .5em #037171}70%{width:.5em;box-shadow:-1em -.5em #009f93,1em .5em #037171}to{box-shadow:1em -.5em #009f93,-1em .5em #037171}}@keyframes after6{0%{height:.5em;box-shadow:.5em 1em #02c3bd,-.5em -1em #fff}35%{height:2.5em;box-shadow:.5em 0 #02c3bd,-.5em 0 #fff}70%{height:.5em;box-shadow:.5em -1em #02c3bd,-.5em 1em #fff}to{box-shadow:.5em 1em #02c3bd,-.5em -1em #fff}}@keyframes after6light{0%{height:.5em;box-shadow:.5em 1em #02c3bd,-.5em -1em #000}35%{height:2.5em;box-shadow:.5em 0 #02c3bd,-.5em 0 #000}70%{height:.5em;box-shadow:.5em -1em #02c3bd,-.5em 1em #000}to{box-shadow:.5em 1em #02c3bd,-.5em -1em #000}}.loader,.loaderLight{position:absolute;top:calc(50% - 1.25em);left:calc(50% - 1.25em)}.scrollable-container{overflow-y:auto;overflow-x:hidden}::-webkit-scrollbar-corner{background-color:transparent}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-thumb{border:4px solid rgba(0,0,0,0);background-clip:padding-box;background-color:transparent;border-radius:20px}.scrollable-container.show-scrollbar::-webkit-scrollbar-thumb{background-color:#888;border-color:#0000}#menu-icon{width:24px;height:18px;position:relative;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer}#menu-icon span{display:block;position:absolute;height:3px;width:100%;border-radius:9px;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out}#menu-icon.dark span{background:#fff}#menu-icon.light span{background:#111}#menu-icon span:nth-child(1){top:2px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}#menu-icon span:nth-child(2){top:8px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}#menu-icon span:nth-child(3){top:14px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}#menu-icon.open span:nth-child(1){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);top:-1px;left:6.8px}#menu-icon.open span:nth-child(2){width:0%;opacity:0}#menu-icon.open span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);top:16px;left:6.8px}.hg-theme-default{background-color:#ececec;border-radius:5px;box-sizing:border-box;font-family:HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;overflow:hidden;padding:5px;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.hg-theme-default .hg-button span,.hg-theme-default .hg-button span svg{pointer-events:none}.hg-theme-default button.hg-button{border-width:0;font-size:inherit}.hg-theme-default .hg-button{display:inline-block;flex-grow:1}.hg-theme-default .hg-row{display:flex}.hg-theme-default .hg-row:not(:last-child){margin-bottom:5px}.hg-theme-default .hg-row .hg-button-container,.hg-theme-default .hg-row .hg-button:not(:last-child){margin-right:5px}.hg-theme-default .hg-row>div:last-child{margin-right:0}.hg-theme-default .hg-row .hg-button-container{display:flex}.hg-theme-default .hg-button{align-items:center;background:#fff;border-bottom:1px solid #b5b5b5;border-radius:5px;box-shadow:0 0 3px -1px #0000004d;box-sizing:border-box;cursor:pointer;display:flex;height:40px;justify-content:center;padding:5px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.hg-theme-default .hg-button.hg-standardBtn{width:20px}.hg-theme-default .hg-button.hg-activeButton{background:#efefef}.hg-theme-default.hg-layout-numeric .hg-button{align-items:center;display:flex;height:60px;justify-content:center;width:33.3%}.hg-theme-default .hg-button.hg-button-numpadadd,.hg-theme-default .hg-button.hg-button-numpadenter{height:85px}.hg-theme-default .hg-button.hg-button-numpad0{width:105px}.hg-theme-default .hg-button.hg-button-com{max-width:85px}.hg-theme-default .hg-button.hg-standardBtn.hg-button-at{max-width:45px}.hg-theme-default .hg-button.hg-selectedButton{background:#05194687;color:#fff}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=".com"]{max-width:82px}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn="@"]{max-width:60px}.hg-candidate-box{background:#ececec;border-bottom:2px solid #b5b5b5;border-radius:5px;display:inline-flex;margin-top:-10px;position:absolute;transform:translateY(-100%);-webkit-user-select:none;-moz-user-select:none;user-select:none}ul.hg-candidate-box-list{display:flex;flex:1;list-style:none;margin:0;padding:0}li.hg-candidate-box-list-item{align-items:center;display:flex;height:40px;justify-content:center;width:40px}li.hg-candidate-box-list-item:hover{background:#00000008;cursor:pointer}li.hg-candidate-box-list-item:active{background:#0000001a}.hg-candidate-box-prev:before{content:"◄"}.hg-candidate-box-next:before{content:"►"}.hg-candidate-box-next,.hg-candidate-box-prev{align-items:center;color:#969696;cursor:pointer;display:flex;padding:0 10px}.hg-candidate-box-next{border-bottom-right-radius:5px;border-top-right-radius:5px}.hg-candidate-box-prev{border-bottom-left-radius:5px;border-top-left-radius:5px}.hg-candidate-box-btn-active{color:#444}@font-face{font-family:LibreBarcode39Text;src:local("LibreBarcode39Text-Regular"),url(../../fonts/LibreBarcode39Text/LibreBarcode39Text-Regular.ttf) format("truetype")}
|