@mxtommy/kip 3.0.0-beta.14 → 3.0.0-beta.16
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/package.json +1 -1
- package/public/3rdpartylicenses.txt +38 -38
- package/public/dashboard.component.css.map +2 -2
- package/public/{dashboards-manage.component.css.map → dashboards-editor.component.css.map} +1 -1
- package/public/main.js +47787 -47806
- package/public/main.js.map +1 -1
- package/public/widget-list-card.component.css.map +7 -0
- package/public/widgets-list.component.css.map +7 -0
- package/public/dashboard-editor.component.css.map +0 -7
- package/public/tile-widget-drag.component.css.map +0 -7
package/package.json
CHANGED
|
@@ -636,6 +636,30 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
636
636
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
637
637
|
SOFTWARE.
|
|
638
638
|
|
|
639
|
+
--------------------------------------------------------------------------------
|
|
640
|
+
Package: ngx-resize-observer
|
|
641
|
+
License: "MIT"
|
|
642
|
+
|
|
643
|
+
Copyright (c) 2017 Tyler Akins
|
|
644
|
+
|
|
645
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
646
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
647
|
+
in the Software without restriction, including without limitation the rights
|
|
648
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
649
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
650
|
+
furnished to do so, subject to the following conditions:
|
|
651
|
+
|
|
652
|
+
The above copyright notice and this permission notice shall be included in all
|
|
653
|
+
copies or substantial portions of the Software.
|
|
654
|
+
|
|
655
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
656
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
657
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
658
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
659
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
660
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
661
|
+
SOFTWARE.
|
|
662
|
+
|
|
639
663
|
--------------------------------------------------------------------------------
|
|
640
664
|
Package: @kurkle/color
|
|
641
665
|
License: "MIT"
|
|
@@ -664,6 +688,20 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
664
688
|
|
|
665
689
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
666
690
|
|
|
691
|
+
--------------------------------------------------------------------------------
|
|
692
|
+
Package: chartjs-plugin-annotation
|
|
693
|
+
License: "MIT"
|
|
694
|
+
|
|
695
|
+
The MIT License (MIT)
|
|
696
|
+
|
|
697
|
+
Copyright (c) 2016-2021 chartjs-plugin-annotation Contributors
|
|
698
|
+
|
|
699
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
700
|
+
|
|
701
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
702
|
+
|
|
703
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
704
|
+
|
|
667
705
|
--------------------------------------------------------------------------------
|
|
668
706
|
Package: @babel/runtime
|
|
669
707
|
License: "MIT"
|
|
@@ -731,44 +769,6 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
731
769
|
|
|
732
770
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
733
771
|
|
|
734
|
-
--------------------------------------------------------------------------------
|
|
735
|
-
Package: ngx-resize-observer
|
|
736
|
-
License: "MIT"
|
|
737
|
-
|
|
738
|
-
Copyright (c) 2017 Tyler Akins
|
|
739
|
-
|
|
740
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
741
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
742
|
-
in the Software without restriction, including without limitation the rights
|
|
743
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
744
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
745
|
-
furnished to do so, subject to the following conditions:
|
|
746
|
-
|
|
747
|
-
The above copyright notice and this permission notice shall be included in all
|
|
748
|
-
copies or substantial portions of the Software.
|
|
749
|
-
|
|
750
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
751
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
752
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
753
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
754
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
755
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
756
|
-
SOFTWARE.
|
|
757
|
-
|
|
758
|
-
--------------------------------------------------------------------------------
|
|
759
|
-
Package: chartjs-plugin-annotation
|
|
760
|
-
License: "MIT"
|
|
761
|
-
|
|
762
|
-
The MIT License (MIT)
|
|
763
|
-
|
|
764
|
-
Copyright (c) 2016-2021 chartjs-plugin-annotation Contributors
|
|
765
|
-
|
|
766
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
767
|
-
|
|
768
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
769
|
-
|
|
770
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
771
|
-
|
|
772
772
|
--------------------------------------------------------------------------------
|
|
773
773
|
Package: @robloche/chartjs-plugin-streaming
|
|
774
774
|
License: "MIT"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["src/app/core/components/dashboard/dashboard.component.scss"],
|
|
4
|
-
"sourcesContent": [":host {\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n height: 100%;\n width: 100%;\n}\n\n.grid-stack {\n width: 100%;\n}\n\n
|
|
5
|
-
"mappings": ";AAAA;AACE,WAAA;AACA,kBAAA;AACA,aAAA;AACA,UAAA;AACA,SAAA;;AAGF,CAAA;AACE,SAAA;;
|
|
4
|
+
"sourcesContent": [":host {\n display: flex;\n flex-direction: row;\n flex-wrap: nowrap;\n height: 100%;\n width: 100%;\n}\n\n.grid-stack {\n width: 100%;\n}\n\n.edit-layout-close-icon {\n position: absolute;\n bottom: 20px;\n right: 20px;\n cursor: pointer;\n z-index: 100;\n}\n.layout-action-btn {\n color: var(--mdc-filled-button-label-text-color, var(--mat-app-on-primary));\n background-color: var(--mdc-filled-button-container-color, var(--mat-app-primary));\n}\n"],
|
|
5
|
+
"mappings": ";AAAA;AACE,WAAA;AACA,kBAAA;AACA,aAAA;AACA,UAAA;AACA,SAAA;;AAGF,CAAA;AACE,SAAA;;AAGF,CAAA;AACE,YAAA;AACA,UAAA;AACA,SAAA;AACA,UAAA;AACA,WAAA;;AAEF,CAAA;AACE,SAAA,IAAA,oCAAA,EAAA,IAAA;AACA,oBAAA,IAAA,mCAAA,EAAA,IAAA;;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
|
-
"sources": ["src/app/core/components/dashboards-
|
|
3
|
+
"sources": ["src/app/core/components/dashboards-editor/dashboards-editor.component.scss"],
|
|
4
4
|
"sourcesContent": [":host {\n display: block;\n height: 100%;\n width: 100%;\n}\n\n.dashboard-manage {\n box-sizing: border-box;\n padding: 0px 60px;\n width: calc(100%);\n height: calc(100% - 75px - 24px);\n display: flex;\n flex-wrap: wrap;\n align-items: flex-start;\n justify-content: space-around;\n overflow-y: scroll;\n scroll-behavior: smooth;\n}\n\n.dashboard-card {\n position: relative;\n height: 200px;\n width: 300px;\n margin: 10px;\n border-radius: 15px;\n padding: 10px;\n align-content: center;\n text-align: center;\n}\n\n.dashboard-item {\n background-color: var(--kip-widget-card-background-color);\n border: 1px solid var(--sys-surface-container-highest);\n}\n\n.dashboard-item-add {\n background-color: var(--sys-surface-container);\n border: 1px solid var(--sys-surface-container-highest);\n}\n\n.dashboard-add-btn {\n align-content: center;\n text-align: center;\n border: dashed 1px var(--mdc-outlined-button-outline-color);\n}\n\n.item-index {\n display: inline-flex;\n flex-wrap: wrap;\n height: 42px;\n width: 42px;\n background-color: var(--sys-tertiary-fixed);\n color: var(--kip-widget-action-button-color);\n border-radius: 50%;\n align-content: center;\n align-items: center;\n justify-content: center;\n font-weight: bold;\n}\n\n.cdk-drag-preview {\n box-sizing: border-box;\n border-radius: 4px;\n box-shadow: 0 5px 5px -3px var(--sys-on-primary-container),\n 0 8px 10px 1px var(--sys-on-primary-container),\n 0 3px 14px 2px var(--sys-on-primary-container);\n}\n\n.cdk-drag-placeholder {\n opacity: 0;\n}\n\n.cdk-drag-animating {\n transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);\n}\n"],
|
|
5
5
|
"mappings": ";AAAA;AACE,WAAA;AACA,UAAA;AACA,SAAA;;AAGF,CAAA;AACE,cAAA;AACA,WAAA,IAAA;AACA,SAAA;AACA,UAAA,KAAA,KAAA,EAAA,KAAA,EAAA;AACA,WAAA;AACA,aAAA;AACA,eAAA;AACA,mBAAA;AACA,cAAA;AACA,mBAAA;;AAGF,CAAA;AACE,YAAA;AACA,UAAA;AACA,SAAA;AACA,UAAA;AACA,iBAAA;AACA,WAAA;AACA,iBAAA;AACA,cAAA;;AAGF,CAAA;AACE,oBAAA,IAAA;AACA,UAAA,IAAA,MAAA,IAAA;;AAGF,CAAA;AACE,oBAAA,IAAA;AACA,UAAA,IAAA,MAAA,IAAA;;AAGF,CAAA;AACE,iBAAA;AACA,cAAA;AACA,UAAA,OAAA,IAAA,IAAA;;AAGF,CAAA;AACE,WAAA;AACA,aAAA;AACA,UAAA;AACA,SAAA;AACA,oBAAA,IAAA;AACA,SAAA,IAAA;AACA,iBAAA;AACA,iBAAA;AACA,eAAA;AACA,mBAAA;AACA,eAAA;;AAGF,CAAA;AACE,cAAA;AACA,iBAAA;AACA;IAAA,EAAA,IAAA,IAAA,KAAA,IAAA,2BAAA;IAAA,EAAA,IAAA,KAAA,IAAA,IAAA,2BAAA;IAAA,EAAA,IAAA,KAAA,IAAA,IAAA;;AAKF,CAAA;AACE,WAAA;;AAGF,CAAA;AACE,cAAA,UAAA,MAAA,aAAA,CAAA,EAAA,CAAA,EAAA,GAAA,EAAA;;",
|
|
6
6
|
"names": []
|