synos-helena 22.0.20 → 22.0.21-beta.1
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/helena.css.map +1 -1
- package/lib/helena.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.map +1 -1
- package/lib/light.css.map.gz +0 -0
- package/lib/src/HLDiffViewer/HLDiffViewer.d.ts +4 -0
- package/lib/src/index.d.ts +2 -1
- package/package.json +2 -1
package/lib/light.css.map.gz
CHANGED
|
Binary file
|
package/lib/src/index.d.ts
CHANGED
|
@@ -17,6 +17,7 @@ import HLCpfCnpj from './HLCpfCnpj/HLCpfCnpj';
|
|
|
17
17
|
import HLDatePicker from './HLDatePicker/HLDatePicker';
|
|
18
18
|
import HLDeferredRender from './HLDeferredRender/HLDeferredRender';
|
|
19
19
|
import HLDescriptions from './HLDescriptions/HLDescriptions';
|
|
20
|
+
import HLDiffViewer from './HLDiffViewer/HLDiffViewer';
|
|
20
21
|
import HLDivider from './HLDivider/HLDivider';
|
|
21
22
|
import HLDrawer from './HLDrawer/HLDrawer';
|
|
22
23
|
import HLDropdown from './HLDropdown/HLDropdown';
|
|
@@ -68,4 +69,4 @@ import SearchObject from './HLPowerSearch/lib/SearchObject';
|
|
|
68
69
|
import SearchType from './HLPowerSearch/lib/SearchType';
|
|
69
70
|
import SelectStoreInterface from './HLPowerSearch/lib/SelectStoreInterface';
|
|
70
71
|
import HLBadge from './HLBadge/HLBadge';
|
|
71
|
-
export { AdvancedPowerSelectStoreInterface, HLAdvancedPowerSelect, HLAlert, HLArticle, HLAssociateDisassociate, HLAssociationManager, HLBigDecimalInputNumber, HLBreadcrumb, HLButton, HLCard, HLCheckbox, HLBadge, HLCode, HLCollapse, HLCollapseInfoPanel, HLContext, HLCpfCnpj, HLDatePicker, HLDeferredRender, HLDescriptions, HLDivider, HLDrawer, HLDropdown, HLDropdownButton, HLEditTable, HLErrorBoundary, HLException, HLForm, HLFormAction, HLFormGroup, HLFromTo, HLHeader, HLIcon, HLInput, HLInputMonetary, HLInputNumber, HLLayout, HLMain, HLMarkdown, HLMenu, HLModal, HLPageHeader, HLPopover, HLPowerSearch, HLPowerSelect, HLProgress, HLRadio, HLSelect, HLSelectMultiple, HLSideMenu, HLSpin, HLSwitch, HLTable, HLTableDataLimitAlert, HLTabs, HLTag, HLTagRounded, HLTextArea, HLTooltip, HLTotalizer, HLTree, HLUserBox, HLNotification, HLHealthCheck, HLModulesMenu, PowerSearchOperators, PowerSelectStoreInterface, SearchObject, SearchType, SelectStoreInterface, };
|
|
72
|
+
export { AdvancedPowerSelectStoreInterface, HLAdvancedPowerSelect, HLAlert, HLArticle, HLAssociateDisassociate, HLAssociationManager, HLBigDecimalInputNumber, HLBreadcrumb, HLButton, HLCard, HLCheckbox, HLBadge, HLCode, HLCollapse, HLCollapseInfoPanel, HLContext, HLCpfCnpj, HLDatePicker, HLDeferredRender, HLDescriptions, HLDiffViewer, HLDivider, HLDrawer, HLDropdown, HLDropdownButton, HLEditTable, HLErrorBoundary, HLException, HLForm, HLFormAction, HLFormGroup, HLFromTo, HLHeader, HLIcon, HLInput, HLInputMonetary, HLInputNumber, HLLayout, HLMain, HLMarkdown, HLMenu, HLModal, HLPageHeader, HLPopover, HLPowerSearch, HLPowerSelect, HLProgress, HLRadio, HLSelect, HLSelectMultiple, HLSideMenu, HLSpin, HLSwitch, HLTable, HLTableDataLimitAlert, HLTabs, HLTag, HLTagRounded, HLTextArea, HLTooltip, HLTotalizer, HLTree, HLUserBox, HLNotification, HLHealthCheck, HLModulesMenu, PowerSearchOperators, PowerSelectStoreInterface, SearchObject, SearchType, SelectStoreInterface, };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "synos-helena",
|
|
3
|
-
"version": "22.0.
|
|
3
|
+
"version": "22.0.21-beta.1",
|
|
4
4
|
"description": "A set of components of the helena project",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "src/index.d.ts",
|
|
@@ -129,6 +129,7 @@
|
|
|
129
129
|
"react-cookie": "^4.0.3",
|
|
130
130
|
"react-copy-to-clipboard": "^5.0.4",
|
|
131
131
|
"react-countdown": "^2.3.2",
|
|
132
|
+
"react-diff-viewer": "^3.1.1",
|
|
132
133
|
"react-highlight-words": "^0.18.0",
|
|
133
134
|
"react-markdown": "^7.1.0",
|
|
134
135
|
"react-resize-detector": "^5.0.7",
|