synos-helena 21.12.0 → 21.12.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/index.d.ts CHANGED
@@ -733,39 +733,69 @@ export const ModuleInfo: React.FC<ModuleInfoPropTypes>;
733
733
 
734
734
 
735
735
  export {
736
- HLPowerSearch,
737
- SearchObject,
738
- SearchType,
739
- PowerSearchOperators,
740
- SelectStoreInterface,
741
- HLPowerSelect,
742
- PowerSelectStoreInterface,
736
+ AdvancedPowerSelectStoreInterface,
737
+ HLAdvancedPowerSelect,
738
+ HLAlert,
739
+ HLArticle,
740
+ HLAssociateDisassociate,
741
+ HLBigDecimalInputNumber,
743
742
  HLBreadcrumb,
744
- HLInputNumber,
743
+ HLButton,
744
+ HLCard,
745
+ HLCheckbox,
746
+ HLCode,
747
+ HLCollapse,
748
+ HLCollapseInfoPanel,
749
+ HLContext,
750
+ HLCpfCnpj,
745
751
  HLDatePicker,
746
- HLTableDataLimitAlert,
747
- HLModal,
748
- HLTable,
749
- HLMenu,
750
- HLTree,
751
- HLLayout,
752
- HLIcon,
752
+ HLDescriptions,
753
+ HLDivider,
754
+ HLDrawer,
755
+ HLDropdown,
756
+ HLDropdownButton,
757
+ HLEditTable,
758
+ HLException,
759
+ HLForm,
753
760
  HLFormAction,
754
- HLAssociateDisassociate,
755
- HLTag,
756
761
  HLFormGroup,
762
+ HLFromTo,
763
+ HLHeader,
764
+ HLIcon,
765
+ HLInput,
766
+ HLInputMonetary,
767
+ HLInputNumber,
768
+ HLLayout,
769
+ HLMain,
770
+ HLMarkdown,
771
+ HLMenu,
772
+ HLModal,
773
+ HLPageHeader,
774
+ HLPopover,
775
+ HLPowerSearch,
776
+ HLPowerSelect,
777
+ HLProgress,
778
+ HLRadio,
779
+ HLSelect,
757
780
  HLSelectMultiple,
781
+ HLSideMenu,
782
+ HLSpin,
783
+ HLSwitch,
784
+ HLTable,
785
+ HLTableDataLimitAlert,
758
786
  HLTabs,
759
- HLBigDecimalInputNumber,
760
- HLInputMonetary,
787
+ HLTag,
761
788
  HLTagRounded,
762
- HLAdvancedPowerSelect,
763
- AdvancedPowerSelectStoreInterface,
764
- HLFromTo,
765
- HLMarkdown,
766
- HLEditTable,
767
- HLArticle,
768
- HLCode,
789
+ HLTextArea,
790
+ HLTooltip,
791
+ HLTotalizer,
792
+ HLTree,
793
+ HLUserBox,
794
+ PowerSearchOperators,
795
+ PowerSelectStoreInterface,
796
+ SearchObject,
797
+ SearchType,
798
+ SelectStoreInterface,
769
799
  };
770
800
 
771
801
  declare module '*.module.css';