@map2usdnbhd/md_components 1.0.5 → 1.0.12

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.
Files changed (160) hide show
  1. package/README.md +30 -30
  2. package/dist/{allPaths-hVhhMZmE.js → allPaths-M-N-QJxB.js} +1 -1
  3. package/dist/{allPathsLoader-rpzU1wTM.js → allPathsLoader-t3gSIlyB.js} +2 -2
  4. package/dist/components/Accordian/index.d.ts +6 -0
  5. package/dist/components/Accordian/{mdStaticAccordian1 → mdStaticAccordian}/mdStaticAccordian.d.ts +1 -1
  6. package/dist/components/Accordian/mdStaticAccordian/mdStaticAccordianInterface.d.ts +16 -0
  7. package/dist/components/Accordian/mdStaticAccordianNested/mdStaticAccordianNested.d.ts +3 -0
  8. package/dist/components/Accordian/mdStaticAccordianNested/mdStaticAccordianNestedInterface.d.ts +16 -0
  9. package/dist/components/Breadcrumb/index.d.ts +4 -0
  10. package/dist/components/Breadcrumb/mdStaticBreadcrumb/mdStaticBreadcrumb.d.ts +3 -0
  11. package/dist/components/Breadcrumb/mdStaticBreadcrumb/mdStaticBreadcrumbInterface.d.ts +9 -0
  12. package/dist/components/Buttons/Button1/MdStaticButtonInterFace.d.ts +0 -1
  13. package/dist/components/Buttons/MdStaticBtnIcon/MdStaticBtnIcon.d.ts +3 -0
  14. package/dist/components/Buttons/MdStaticBtnIcon/MdStaticBtnIconInterface.d.ts +6 -0
  15. package/dist/components/Buttons/MdStaticBtnIconOutline/MdStaticBtnIconOutline.d.ts +3 -0
  16. package/dist/components/Buttons/MdStaticBtnIconOutline/MdStaticBtnIconOutlineInterface.d.ts +6 -0
  17. package/dist/components/Buttons/MdStaticMoreLessButton/MdStaticMoreLessButton.d.ts +3 -0
  18. package/dist/components/Buttons/MdStaticMoreLessButton/MdStaticMoreLessButtonInterface.d.ts +11 -0
  19. package/dist/components/Buttons/MdStaticSegmentedButton/MdStaticSegmentedButton.d.ts +3 -0
  20. package/dist/components/Buttons/MdStaticSegmentedButton/MdStaticSegmentedButtonInterface.d.ts +12 -0
  21. package/dist/components/Buttons/MdStaticSplitButton/MdStaticSplitButton.d.ts +3 -0
  22. package/dist/components/Buttons/MdStaticSplitButton/MdStaticSplitButtonInterface.d.ts +8 -0
  23. package/dist/components/Buttons/index.d.ts +6 -1
  24. package/dist/components/Calendar/Calendar1/MdStaticCalendar1.d.ts +3 -0
  25. package/dist/components/Calendar/Calendar1/MdStaticCalendarInterface.d.ts +6 -0
  26. package/dist/components/Card/MdStaticCardProgress/MdStaticCardProgress.d.ts +3 -0
  27. package/dist/components/Card/MdStaticCardProgress/MdStaticCardProgressInterface.d.ts +7 -0
  28. package/dist/components/Card/MdStaticCardTab/MdStaticCardTab.d.ts +3 -0
  29. package/dist/components/Card/MdStaticCardTab/MdStaticCardTabInterface.d.ts +10 -0
  30. package/dist/components/Card/index.d.ts +4 -1
  31. package/dist/components/Checkbox/index.d.ts +3 -0
  32. package/dist/components/DragDrop/MdStaticDragDropSimple/MdStaticDragDropSimple.d.ts +3 -0
  33. package/dist/components/DragDrop/MdStaticDragDropSimple/MdStaticDragDropSimpleInterface.d.ts +4 -0
  34. package/dist/components/Dropdown/{MdDropdownMaltiSelect/MdDropdownMaltiInterface.d.ts → MdDropdownMultiselect/MdDropdownMultiInterface.d.ts} +1 -1
  35. package/dist/components/Dropdown/MdDropdownMultiselect/MdDropdownMultiselect.d.ts +3 -0
  36. package/dist/components/Dropdown/SearchDropdown/SearchDropdownInterface.d.ts +1 -0
  37. package/dist/components/Dropdown/index.d.ts +3 -1
  38. package/dist/components/FAQ/MdStaticFAQ/MdStaticFAQ.d.ts +3 -0
  39. package/dist/components/FAQ/MdStaticFAQ/MdStaticFAQInterface.d.ts +11 -0
  40. package/dist/components/FAQ/index.d.ts +2 -0
  41. package/dist/components/Footer/MdStaticFooter2/MdStaticFooter2Interface.d.ts +40 -22
  42. package/dist/components/Footer/index.d.ts +3 -0
  43. package/dist/components/FormInputs/BadgeNotification/BadgeNotification/MdStaticBadgeNotification.d.ts +3 -0
  44. package/dist/components/FormInputs/BadgeNotification/BadgeNotification/MdStaticBadgeNotificationInterface.d.ts +5 -0
  45. package/dist/components/FormInputs/BadgeNotification/MdStaticBadgeIconNotification/MdStaticBadgeIconNotification.d.ts +3 -0
  46. package/dist/components/FormInputs/BadgeNotification/MdStaticBadgeIconNotification/MdStaticBadgeIconNotificationInterface.d.ts +4 -0
  47. package/dist/components/FormInputs/Countdown/MdStaticCountdown/MdStaticCountdown.d.ts +3 -0
  48. package/dist/components/FormInputs/Countdown/MdStaticCountdown/MdStaticCountdownInterface.d.ts +8 -0
  49. package/dist/components/FormInputs/DatePicker/mdStaticDatePickerField/mdStaticDatePickerField.d.ts +3 -0
  50. package/dist/components/FormInputs/DatePicker/mdStaticDatePickerField/mdStaticDatePickerFieldInterface.d.ts +5 -0
  51. package/dist/components/FormInputs/EmailInput/mdStaticEmailField/mdStaticEmailField.d.ts +3 -0
  52. package/dist/components/FormInputs/EmailInput/mdStaticEmailField/mdStaticEmailFieldInterface.d.ts +8 -0
  53. package/dist/components/FormInputs/FieldSet/mdStaticTextFieldSet/mdStaticTextFieldSet.d.ts +3 -0
  54. package/dist/components/FormInputs/FieldSet/mdStaticTextFieldSet/mdStaticTextFieldSetInterface.d.ts +13 -0
  55. package/dist/components/FormInputs/InputGroup/{InputGroup1 → MdStaticPasswords}/InputGroup1.d.ts +1 -1
  56. package/dist/components/FormInputs/InputGroup/MdStaticPasswords/InputGroup1.stories.d.ts +40 -0
  57. package/dist/components/FormInputs/InputGroup/MdStaticPasswords/InputGroupInterface.d.ts +4 -0
  58. package/dist/components/FormInputs/NumericInput/NumericInput1/NumericInput1.d.ts +2 -3
  59. package/dist/components/FormInputs/NumericInput/mdStaticNumberField/mdStaticNumberField.d.ts +3 -0
  60. package/dist/components/FormInputs/NumericInput/mdStaticNumberField/mdStaticNumberFieldInterface.d.ts +6 -0
  61. package/dist/components/FormInputs/PDFViewer/MdStaticPDFViewer.d.ts +3 -0
  62. package/dist/components/FormInputs/PDFViewer/MdStaticPDFViewerInterface.d.ts +5 -0
  63. package/dist/components/FormInputs/SearchField/mdStaticSearchField/mdStaticSearchField.d.ts +3 -0
  64. package/dist/components/FormInputs/SearchField/mdStaticSearchField/mdStaticSearchFieldInterface.d.ts +7 -0
  65. package/dist/components/FormInputs/Spinner/mdStaticSpinnerField/mdStaticSpinnerField.d.ts +3 -0
  66. package/dist/components/FormInputs/Spinner/mdStaticSpinnerField/mdStaticSpinnerFieldInterface.d.ts +7 -0
  67. package/dist/components/FormInputs/TagInput/TagInput1/TagInput1.d.ts +1 -1
  68. package/dist/components/FormInputs/Textarea/Textarea1/Textarea1.d.ts +1 -1
  69. package/dist/components/FormInputs/Textarea/mdStaticTextAreaField/mdStaticTextAreaField.d.ts +3 -0
  70. package/dist/components/FormInputs/Textarea/mdStaticTextAreaField/mdStaticTextAreaFieldInterface.d.ts +5 -0
  71. package/dist/components/FormInputs/ToggleSwitch/MdStaticToggleSwitch/MdStaticToggleSwitch.d.ts +3 -0
  72. package/dist/components/FormInputs/ToggleSwitch/MdStaticToggleSwitch/MdStaticToggleSwitchInterface.d.ts +4 -0
  73. package/dist/components/FormInputs/URLField/mdStaticURLField/mdStaticURLField.d.ts +3 -0
  74. package/dist/components/FormInputs/URLField/mdStaticURLField/mdStaticURLFieldInterface.d.ts +7 -0
  75. package/dist/components/FormInputs/index.d.ts +27 -3
  76. package/dist/components/Grid/BasicGrid/MdStaticBasicGrid.d.ts +3 -0
  77. package/dist/components/Grid/BasicGrid/MdStaticBasicGridInterface.d.ts +10 -0
  78. package/dist/components/Grid/LockingGrid/MdStaticLockingGrid.d.ts +3 -0
  79. package/dist/components/Grid/LockingGrid/MdStaticLockingGridInterface.d.ts +12 -0
  80. package/dist/components/Grid/index.d.ts +3 -0
  81. package/dist/components/HTMLSelect/HTMLSelect1/HTMLSelect1.d.ts +1 -1
  82. package/dist/components/HTMLSelect/HTMLSelect1/index.d.ts +2 -0
  83. package/dist/components/Hover/MdStaticHoverEffect/MdStaticHoverEffect.d.ts +3 -0
  84. package/dist/components/Hover/MdStaticHoverEffect/MdStaticHoverEffectInterface.d.ts +7 -0
  85. package/dist/components/Hover/MdStaticHoverEffect/index.d.ts +4 -0
  86. package/dist/components/Map/index.d.ts +2 -0
  87. package/dist/components/Modal/MdStaticModalAlert/MdStaticModalAlert.d.ts +3 -0
  88. package/dist/components/Modal/MdStaticModalAlert/MdStaticModalAlertInterface.d.ts +7 -0
  89. package/dist/components/Modal/ModalForm/ModalForm.d.ts +3 -0
  90. package/dist/components/Modal/ModalForm/ModalFormInterface.d.ts +7 -0
  91. package/dist/components/Modal/ModalTab/ModalTab.d.ts +3 -0
  92. package/dist/components/Modal/ModalTab/ModalTabInterface.d.ts +9 -0
  93. package/dist/components/Modal/index.d.ts +4 -0
  94. package/dist/components/PageError/MdErrorPage404/MdErrorPage404.d.ts +3 -0
  95. package/dist/components/PageError/MdErrorPage404/MdErrorPage404Interface.d.ts +4 -0
  96. package/dist/components/PageError/MdErrorPage500/MdErrorPage500.d.ts +3 -0
  97. package/dist/components/PageError/MdErrorPage500/MdErrorPage500Interface.d.ts +4 -0
  98. package/dist/components/PageError/index.d.ts +3 -0
  99. package/dist/components/ProgressBar/Progressbar/MdStaticProgressbar.d.ts +3 -0
  100. package/dist/components/ProgressBar/Progressbar/MdStaticProgressbarInterface.d.ts +5 -0
  101. package/dist/components/ProgressBar/index.d.ts +2 -0
  102. package/dist/components/Radio/Radio1/Radio1.d.ts +1 -1
  103. package/dist/components/Radio/index.d.ts +2 -0
  104. package/dist/components/Tab/MdStaticTab/MdStaticTab.d.ts +3 -0
  105. package/dist/components/Tab/MdStaticTab/MdStaticTabInterface.d.ts +12 -0
  106. package/dist/components/Table/Table02/Table02.d.ts +13 -0
  107. package/dist/components/Table/Table02/index.d.ts +5 -0
  108. package/dist/components/Table/index.d.ts +3 -0
  109. package/dist/components/Text/Text1.d.ts +1 -2
  110. package/dist/components/Text/index.d.ts +2 -0
  111. package/dist/components/Theme/Theme1.d.ts +2 -0
  112. package/dist/components/Timeline/Timeline1/Timeline1.d.ts +1 -0
  113. package/dist/components/Toast/index.d.ts +26 -0
  114. package/dist/components/Toast/mdStaticToastAutoHide/mdStaticToastAutoHide.d.ts +3 -0
  115. package/dist/components/Toast/mdStaticToastAutoHide/mdStaticToastAutoHideInterface.d.ts +6 -0
  116. package/dist/components/Toast/mdStaticToastDefaultBottomLeft/mdStaticToastDefaultBottomLeft.d.ts +3 -0
  117. package/dist/components/Toast/mdStaticToastDefaultBottomLeft/mdStaticToastDefaultBottomLeftInterface.d.ts +4 -0
  118. package/dist/components/Toast/mdStaticToastDefaultBottomRight/mdStaticToastDefaultBottomRight.d.ts +3 -0
  119. package/dist/components/Toast/mdStaticToastDefaultBottomRight/mdStaticToastDefaultBottomRightInterface.d.ts +4 -0
  120. package/dist/components/Toast/mdStaticToastDefaultTopLeft/mdStaticToastDefaultTopLeft.d.ts +3 -0
  121. package/dist/components/Toast/mdStaticToastDefaultTopLeft/mdStaticToastDefaultTopLeftInterface.d.ts +4 -0
  122. package/dist/components/Toast/mdStaticToastDefaultTopRight/mdStaticToastDefaultTopRight.d.ts +3 -0
  123. package/dist/components/Toast/mdStaticToastDefaultTopRight/mdStaticToastDefaultTopRightInterface.d.ts +4 -0
  124. package/dist/components/Toast/mdStaticToastIcon/mdStaticToastIcon.d.ts +3 -0
  125. package/dist/components/Toast/mdStaticToastIcon/mdStaticToastIconInterface.d.ts +6 -0
  126. package/dist/components/Toast/mdStaticToastImage/mdStaticToastImage.d.ts +3 -0
  127. package/dist/components/Toast/mdStaticToastImage/mdStaticToastImageInterface.d.ts +6 -0
  128. package/dist/components/Toast/mdSweetToastError/mdSweetToastError.d.ts +3 -0
  129. package/dist/components/Toast/mdSweetToastError/mdSweetToastErrorInterface.d.ts +6 -0
  130. package/dist/components/Toast/mdSweetToastInfo/mdSweetToastInfo.d.ts +3 -0
  131. package/dist/components/Toast/mdSweetToastInfo/mdSweetToastInfoInterface.d.ts +6 -0
  132. package/dist/components/Toast/mdSweetToastQuestion/mdSweetToastQuestion.d.ts +3 -0
  133. package/dist/components/Toast/mdSweetToastQuestion/mdSweetToastQuestionInterface.d.ts +4 -0
  134. package/dist/components/Toast/mdSweetToastSuccess/mdSweetToastSuccess.d.ts +3 -0
  135. package/dist/components/Toast/mdSweetToastSuccess/mdSweetToastSuccessInterface.d.ts +6 -0
  136. package/dist/components/Toast/mdSweetToastWarning/mdSweetToastWarning.d.ts +3 -0
  137. package/dist/components/Toast/mdSweetToastWarning/mdSweetToastWarningInterface.d.ts +6 -0
  138. package/dist/components/Wizard/index.d.ts +6 -0
  139. package/dist/components/Wizard/mdStaticWizardHorizontal/mdStaticWizardHorizontal.d.ts +3 -0
  140. package/dist/components/Wizard/mdStaticWizardHorizontal/mdStaticWizardHorizontalInterface.d.ts +15 -0
  141. package/dist/components/Wizard/mdStaticWizardVertical/mdStaticWizardVertical.d.ts +4 -0
  142. package/dist/components/Wizard/mdStaticWizardVertical/mdStaticWizardVerticalInterface.d.ts +9 -0
  143. package/dist/components/index.d.ts +16 -0
  144. package/dist/index-bLMl3m9V.js +34582 -0
  145. package/dist/md-component.js +28 -1
  146. package/dist/md-component.umd.cjs +66 -24
  147. package/dist/mdstyle.css +3 -0
  148. package/dist/{splitPathsBySizeLoader-CO4_-lUg.js → splitPathsBySizeLoader-_KFBRkOT.js} +1 -1
  149. package/dist/style.css +1 -1
  150. package/package.json +8 -2
  151. package/dist/components/Accordian/mdStaticAccordian1/accordian/MdStaticAccordian1.d.ts +0 -1
  152. package/dist/components/Accordian/mdStaticAccordian1/index.d.ts +0 -4
  153. package/dist/components/Accordian/mdStaticAccordian1/mdStaticAccordianInterface.d.ts +0 -21
  154. package/dist/components/Dropdown/MdDropdownMaltiSelect/MdDropdownMaltiSelect.d.ts +0 -3
  155. package/dist/components/FormInputs/InputGroup/InputGroup1/InputGroup1.stories.d.ts +0 -72
  156. package/dist/components/FormInputs/InputGroup/InputGroup1/InputGroupInterface.d.ts +0 -11
  157. package/dist/components/Model/Model1/Modal.d.ts +0 -3
  158. package/dist/components/Model/Model1/ModalInterface.d.ts +0 -13
  159. package/dist/components/Model/index.d.ts +0 -2
  160. package/dist/index-N9sKORA0.js +0 -29290
@@ -0,0 +1,16 @@
1
+ import { MdStaticButton, MdStaticMoreLessButton, MdStaticSplitButton } from "./Buttons";
2
+ import { MdStaticCalendar } from "./Calendar/Calendar1/MdStaticCalendar1";
3
+ import { MdStaticCard, MdStaticCardImgSide, MdStaticCardProgressBar, MdStaticCardTab } from "./Card";
4
+ import { MdStaticCarousel } from "./Carousel";
5
+ import { MdstaticCheckbox } from "./Checkbox/Checkbox/Checkbox";
6
+ import { MdstaticCheckboxGroup } from "./Checkbox/CheckboxGroup/CheckbocGroup";
7
+ import { MdStaticDropdown, MdStaticMultiselect, MdStaticSearchDropdown } from "./Dropdown";
8
+ import { MdStaticFooter } from "./Footer/MdStaticFooter/MdStaticFooter";
9
+ import { MdStaticFooter2 } from "./Footer/MdStaticFooter2/MdStaticFooter2";
10
+ import { MdStaticPasswordField, MdStaticFileInput } from "./FormInputs";
11
+ import { MdStaticHeader } from "./Header";
12
+ import { MdStaticModalForm, MdStaticModalTab } from "./Modal";
13
+ import { MdStaticNavbar } from "./Navbar";
14
+ import { MdStaticSidebar } from "./Sidebar";
15
+ import { MdErrorPage404, MdErrorPage500 } from "./PageError";
16
+ export { MdStaticPasswordField, MdStaticButton, MdStaticCard, MdStaticCarousel, MdStaticDropdown, MdStaticFileInput, MdStaticFooter, MdStaticFooter2, MdStaticHeader, MdStaticNavbar, MdStaticSidebar, MdStaticModalForm, MdStaticModalTab, MdStaticMultiselect, MdStaticSearchDropdown, MdStaticCalendar, MdStaticCardProgressBar, MdStaticCardTab, MdstaticCheckbox, MdstaticCheckboxGroup, MdStaticCardImgSide, MdStaticSplitButton, MdStaticMoreLessButton, MdErrorPage404, MdErrorPage500, };