synos-helena 22.1.0-beta.0 → 23.0.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.
- package/lib/dark.css +371 -132
- package/lib/dark.css.gz +0 -0
- package/lib/dark.css.map +1 -1
- package/lib/dark.css.map.gz +0 -0
- package/lib/dark.js.gz +0 -0
- package/lib/dark.js.map.gz +0 -0
- package/lib/helena.css +371 -132
- package/lib/helena.css.gz +0 -0
- package/lib/helena.css.map +1 -1
- package/lib/helena.css.map.gz +0 -0
- package/lib/helena.js.gz +0 -0
- package/lib/helena.js.map.gz +0 -0
- package/lib/icons/exception.svg +1 -0
- package/lib/icons/exception.svg.gz +0 -0
- package/lib/icons/export.svg.gz +0 -0
- package/lib/icons/field-time.svg.gz +0 -0
- package/lib/icons/file-calculator.svg.gz +0 -0
- package/lib/icons/hand-service.svg.gz +0 -0
- package/lib/icons/import.svg.gz +0 -0
- package/lib/icons/package.svg.gz +0 -0
- package/lib/icons/process-config.svg.gz +0 -0
- package/lib/icons/transmission.svg.gz +0 -0
- package/lib/images/empty-notification.svg.gz +0 -0
- package/lib/images/micro-download.svg +40 -0
- package/lib/images/micro-download.svg.gz +0 -0
- package/lib/images/micro-gerproc.svg +43 -0
- package/lib/images/micro-gerproc.svg.gz +0 -0
- package/lib/images/micro-insight.svg +42 -0
- package/lib/images/micro-insight.svg.gz +0 -0
- package/lib/images/synchro-logo.svg.gz +0 -0
- package/lib/index.css +78 -77
- package/lib/index.css.gz +0 -0
- package/lib/index.css.map +1 -1
- package/lib/index.css.map.gz +0 -0
- package/lib/index.js +1 -1
- package/lib/index.js.LICENSE.txt +38 -0
- package/lib/index.js.LICENSE.txt.gz +0 -0
- package/lib/index.js.gz +0 -0
- package/lib/index.js.map +1 -1
- package/lib/index.js.map.gz +0 -0
- package/lib/light.css +371 -132
- package/lib/light.css.gz +0 -0
- package/lib/light.css.map +1 -1
- package/lib/light.css.map.gz +0 -0
- package/lib/light.js.gz +0 -0
- package/lib/light.js.map.gz +0 -0
- package/lib/src/HLAlert/HLAlert.d.ts +4 -0
- package/lib/src/HLArticle/HLArticle.d.ts +4 -0
- package/lib/src/HLBadge/HLBadge.d.ts +4 -0
- package/lib/src/HLButton/HLButton.d.ts +4 -0
- package/lib/src/HLCard/HLCard.d.ts +7 -0
- package/lib/src/HLCheckbox/HLCheckbox.d.ts +5 -0
- package/lib/src/HLCode/HLCode.d.ts +4 -0
- package/lib/src/HLCollapse/HLCollapse.d.ts +7 -0
- package/lib/src/HLCollapse/Panel/Panel.d.ts +4 -0
- package/lib/src/HLCollapseInfoPanel/HLCollapseInfoPanel.d.ts +4 -0
- package/lib/src/HLContext/HLContext.d.ts +3 -0
- package/lib/src/HLCpfCnpj/HLCpfCnpj.d.ts +4 -0
- package/lib/src/HLDatePicker/DatePicker.d.ts +8 -0
- package/lib/src/HLDatePicker/HLDatePicker.d.ts +6 -0
- package/lib/src/HLDatePicker/MonthPicker/MonthPicker.d.ts +6 -0
- package/lib/src/HLDatePicker/RangePicker/RangePicker.d.ts +6 -0
- package/lib/src/HLDatePicker/utils.d.ts +5 -0
- package/lib/src/HLDeferredRender/HLDeferredRender.d.ts +4 -0
- package/lib/src/HLDescriptions/HLDescriptions.d.ts +4 -0
- package/lib/src/HLDiffViewer/HLDiffViewer.d.ts +4 -0
- package/lib/src/HLDivider/HLDivider.d.ts +4 -0
- package/lib/src/HLDrawer/HLDrawer.d.ts +4 -0
- package/lib/src/HLDropdown/HLDropdown.d.ts +4 -0
- package/lib/src/HLDropdownButton/HLDropdownButton.d.ts +4 -0
- package/lib/src/HLEditTable/HLEditTable.d.ts +4 -0
- package/lib/src/HLErrorBoundary/HLErrorBoundary.d.ts +13 -0
- package/lib/src/HLException/Error/Error.d.ts +4 -0
- package/lib/src/HLException/HLException.d.ts +5 -0
- package/lib/src/HLException/Page500/Page500.d.ts +4 -0
- package/lib/src/HLForm/HLForm.d.ts +7 -0
- package/lib/src/HLFromTo/HLFromTo.d.ts +6 -0
- package/lib/src/HLHeader/HLHeader.d.ts +6 -0
- package/lib/src/HLHeaderButton/HLHeaderButton.d.ts +4 -0
- package/lib/src/HLHeaderSearch/HLHeaderSearch.d.ts +4 -0
- package/lib/src/HLInput/HLInput.d.ts +5 -0
- package/lib/src/HLInput/Password/Password.d.ts +5 -0
- package/lib/src/HLInputMonetary/HLInputMonetary.d.ts +5 -0
- package/lib/src/HLMain/HLMain.d.ts +4 -0
- package/lib/src/HLMarkdown/HLMarkdown.d.ts +4 -0
- package/lib/src/HLModulesMenu/HLModulesMenu.d.ts +4 -0
- package/lib/src/HLNotification/HLNotification.d.ts +6 -0
- package/lib/src/HLNotification/notificationList/NotificationList.d.ts +6 -0
- package/lib/src/HLPageHeader/HLPageHeader.d.ts +4 -0
- package/lib/src/HLPopover/HLPopover.d.ts +4 -0
- package/lib/src/HLPowerSearch/lib/SelectStoreInterface.d.ts +11 -0
- package/lib/src/HLProgress/HLProgress.d.ts +4 -0
- package/lib/src/HLRadio/HLRadio.d.ts +5 -0
- package/lib/src/HLSelect/HLSelect.d.ts +5 -0
- package/lib/src/HLSideMenu/HLSideMenu.d.ts +4 -0
- package/lib/src/HLSpin/HLSpin.d.ts +4 -0
- package/lib/src/HLSwitch/HLSwitch.d.ts +4 -0
- package/lib/src/HLTable/HLTable.d.ts +65 -0
- package/lib/src/HLTextArea/HLTextArea.d.ts +5 -0
- package/lib/src/HLTooltip/HLTootip.d.ts +4 -0
- package/lib/src/HLTotalizer/HLTotalizer.d.ts +4 -0
- package/lib/src/HLUserBox/HLUserBox.d.ts +4 -0
- package/lib/src/index.d.ts +72 -0
- package/lib/src/util/CustomHooks.d.ts +2 -0
- package/lib/src/util/Permissions.d.ts +19 -0
- package/lib/src/util/constants.d.ts +15 -0
- package/lib/themes/colors/ant-blues.less.gz +0 -0
- package/lib/themes/colors/ant-yellows.less.gz +0 -0
- package/lib/themes/colors/blues.less.gz +0 -0
- package/lib/themes/colors/dark-olive-greens.less.gz +0 -0
- package/lib/themes/colors/gray.less.gz +0 -0
- package/lib/themes/colors/greens.less.gz +0 -0
- package/lib/themes/colors/pinks.less.gz +0 -0
- package/lib/themes/colors/purples.less.gz +0 -0
- package/lib/themes/colors/reds.less.gz +0 -0
- package/lib/themes/colors/yellows.less.gz +0 -0
- package/lib/themes/dark.less.gz +0 -0
- package/lib/themes/default.less.gz +0 -0
- package/lib/themes/general_custom.less.gz +0 -0
- package/lib/themes/light.less.gz +0 -0
- package/package.json +15 -11
- package/lib/index.d.ts +0 -852
package/lib/index.js.LICENSE.txt
CHANGED
|
@@ -10,6 +10,44 @@ object-assign
|
|
|
10
10
|
@license MIT
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
|
+
/*!
|
|
14
|
+
|
|
15
|
+
diff v4.0.1
|
|
16
|
+
|
|
17
|
+
Software License Agreement (BSD License)
|
|
18
|
+
|
|
19
|
+
Copyright (c) 2009-2015, Kevin Decker <kpdecker@gmail.com>
|
|
20
|
+
|
|
21
|
+
All rights reserved.
|
|
22
|
+
|
|
23
|
+
Redistribution and use of this software in source and binary forms, with or without modification,
|
|
24
|
+
are permitted provided that the following conditions are met:
|
|
25
|
+
|
|
26
|
+
* Redistributions of source code must retain the above
|
|
27
|
+
copyright notice, this list of conditions and the
|
|
28
|
+
following disclaimer.
|
|
29
|
+
|
|
30
|
+
* Redistributions in binary form must reproduce the above
|
|
31
|
+
copyright notice, this list of conditions and the
|
|
32
|
+
following disclaimer in the documentation and/or other
|
|
33
|
+
materials provided with the distribution.
|
|
34
|
+
|
|
35
|
+
* Neither the name of Kevin Decker nor the names of its
|
|
36
|
+
contributors may be used to endorse or promote products
|
|
37
|
+
derived from this software without specific prior
|
|
38
|
+
written permission.
|
|
39
|
+
|
|
40
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
|
|
41
|
+
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
42
|
+
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
|
|
43
|
+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
44
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
45
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
|
|
46
|
+
IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
|
47
|
+
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
48
|
+
@license
|
|
49
|
+
*/
|
|
50
|
+
|
|
13
51
|
/*!
|
|
14
52
|
Copyright (c) 2018 Jed Watson.
|
|
15
53
|
Licensed under the MIT License (MIT), see
|
|
Binary file
|
package/lib/index.js.gz
ADDED
|
Binary file
|