@map2usdnbhd/md_components 1.0.6 → 1.0.13

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 (163) hide show
  1. package/README.md +30 -30
  2. package/dist/{allPaths-M5XOaK9X.js → allPaths-M-N-QJxB.js} +1 -1
  3. package/dist/{allPathsLoader-505969Ep.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/Infobox/MdStaticInfoBox/MdStaticInfoBox.d.ts +3 -0
  87. package/dist/components/Infobox/MdStaticInfoBox/MdStaticinfoBoxInterface.d.ts +7 -0
  88. package/dist/components/Infobox/index.d.ts +2 -0
  89. package/dist/components/Map/index.d.ts +2 -0
  90. package/dist/components/Modal/MdStaticModalAlert/MdStaticModalAlert.d.ts +3 -0
  91. package/dist/components/Modal/MdStaticModalAlert/MdStaticModalAlertInterface.d.ts +7 -0
  92. package/dist/components/Modal/ModalForm/ModalForm.d.ts +3 -0
  93. package/dist/components/Modal/ModalForm/ModalFormInterface.d.ts +7 -0
  94. package/dist/components/Modal/ModalTab/ModalTab.d.ts +3 -0
  95. package/dist/components/Modal/ModalTab/ModalTabInterface.d.ts +9 -0
  96. package/dist/components/Modal/index.d.ts +4 -0
  97. package/dist/components/PageError/MdErrorPage404/MdErrorPage404.d.ts +3 -0
  98. package/dist/components/PageError/MdErrorPage404/MdErrorPage404Interface.d.ts +4 -0
  99. package/dist/components/PageError/MdErrorPage500/MdErrorPage500.d.ts +3 -0
  100. package/dist/components/PageError/MdErrorPage500/MdErrorPage500Interface.d.ts +4 -0
  101. package/dist/components/PageError/index.d.ts +3 -0
  102. package/dist/components/ProgressBar/Progressbar/MdStaticProgressbar.d.ts +3 -0
  103. package/dist/components/ProgressBar/Progressbar/MdStaticProgressbarInterface.d.ts +5 -0
  104. package/dist/components/ProgressBar/index.d.ts +2 -0
  105. package/dist/components/Radio/Radio1/Radio1.d.ts +1 -1
  106. package/dist/components/Radio/index.d.ts +2 -0
  107. package/dist/components/Tab/MdStaticTab/MdStaticTab.d.ts +3 -0
  108. package/dist/components/Tab/MdStaticTab/MdStaticTabInterface.d.ts +12 -0
  109. package/dist/components/Table/Table02/Table02.d.ts +13 -0
  110. package/dist/components/Table/Table02/index.d.ts +5 -0
  111. package/dist/components/Table/index.d.ts +3 -0
  112. package/dist/components/Text/Text1.d.ts +1 -2
  113. package/dist/components/Text/index.d.ts +2 -0
  114. package/dist/components/Theme/Theme1.d.ts +2 -0
  115. package/dist/components/Timeline/Timeline1/Timeline1.d.ts +1 -0
  116. package/dist/components/Toast/index.d.ts +26 -0
  117. package/dist/components/Toast/mdStaticToastAutoHide/mdStaticToastAutoHide.d.ts +3 -0
  118. package/dist/components/Toast/mdStaticToastAutoHide/mdStaticToastAutoHideInterface.d.ts +6 -0
  119. package/dist/components/Toast/mdStaticToastDefaultBottomLeft/mdStaticToastDefaultBottomLeft.d.ts +3 -0
  120. package/dist/components/Toast/mdStaticToastDefaultBottomLeft/mdStaticToastDefaultBottomLeftInterface.d.ts +4 -0
  121. package/dist/components/Toast/mdStaticToastDefaultBottomRight/mdStaticToastDefaultBottomRight.d.ts +3 -0
  122. package/dist/components/Toast/mdStaticToastDefaultBottomRight/mdStaticToastDefaultBottomRightInterface.d.ts +4 -0
  123. package/dist/components/Toast/mdStaticToastDefaultTopLeft/mdStaticToastDefaultTopLeft.d.ts +3 -0
  124. package/dist/components/Toast/mdStaticToastDefaultTopLeft/mdStaticToastDefaultTopLeftInterface.d.ts +4 -0
  125. package/dist/components/Toast/mdStaticToastDefaultTopRight/mdStaticToastDefaultTopRight.d.ts +3 -0
  126. package/dist/components/Toast/mdStaticToastDefaultTopRight/mdStaticToastDefaultTopRightInterface.d.ts +4 -0
  127. package/dist/components/Toast/mdStaticToastIcon/mdStaticToastIcon.d.ts +3 -0
  128. package/dist/components/Toast/mdStaticToastIcon/mdStaticToastIconInterface.d.ts +6 -0
  129. package/dist/components/Toast/mdStaticToastImage/mdStaticToastImage.d.ts +3 -0
  130. package/dist/components/Toast/mdStaticToastImage/mdStaticToastImageInterface.d.ts +6 -0
  131. package/dist/components/Toast/mdSweetToastError/mdSweetToastError.d.ts +3 -0
  132. package/dist/components/Toast/mdSweetToastError/mdSweetToastErrorInterface.d.ts +6 -0
  133. package/dist/components/Toast/mdSweetToastInfo/mdSweetToastInfo.d.ts +3 -0
  134. package/dist/components/Toast/mdSweetToastInfo/mdSweetToastInfoInterface.d.ts +6 -0
  135. package/dist/components/Toast/mdSweetToastQuestion/mdSweetToastQuestion.d.ts +3 -0
  136. package/dist/components/Toast/mdSweetToastQuestion/mdSweetToastQuestionInterface.d.ts +4 -0
  137. package/dist/components/Toast/mdSweetToastSuccess/mdSweetToastSuccess.d.ts +3 -0
  138. package/dist/components/Toast/mdSweetToastSuccess/mdSweetToastSuccessInterface.d.ts +6 -0
  139. package/dist/components/Toast/mdSweetToastWarning/mdSweetToastWarning.d.ts +3 -0
  140. package/dist/components/Toast/mdSweetToastWarning/mdSweetToastWarningInterface.d.ts +6 -0
  141. package/dist/components/Wizard/index.d.ts +6 -0
  142. package/dist/components/Wizard/mdStaticWizardHorizontal/mdStaticWizardHorizontal.d.ts +3 -0
  143. package/dist/components/Wizard/mdStaticWizardHorizontal/mdStaticWizardHorizontalInterface.d.ts +15 -0
  144. package/dist/components/Wizard/mdStaticWizardVertical/mdStaticWizardVertical.d.ts +4 -0
  145. package/dist/components/Wizard/mdStaticWizardVertical/mdStaticWizardVerticalInterface.d.ts +9 -0
  146. package/dist/components/index.d.ts +10 -7
  147. package/dist/index-bLMl3m9V.js +34582 -0
  148. package/dist/md-component.js +26 -15
  149. package/dist/md-component.umd.cjs +66 -24
  150. package/dist/mdstyle.css +3 -0
  151. package/dist/{splitPathsBySizeLoader-lee9T6kx.js → splitPathsBySizeLoader-_KFBRkOT.js} +1 -1
  152. package/dist/style.css +1 -1
  153. package/package.json +8 -2
  154. package/dist/components/Accordian/mdStaticAccordian1/accordian/MdStaticAccordian1.d.ts +0 -1
  155. package/dist/components/Accordian/mdStaticAccordian1/index.d.ts +0 -4
  156. package/dist/components/Accordian/mdStaticAccordian1/mdStaticAccordianInterface.d.ts +0 -21
  157. package/dist/components/Dropdown/MdDropdownMaltiSelect/MdDropdownMaltiSelect.d.ts +0 -3
  158. package/dist/components/FormInputs/InputGroup/InputGroup1/InputGroup1.stories.d.ts +0 -72
  159. package/dist/components/FormInputs/InputGroup/InputGroup1/InputGroupInterface.d.ts +0 -11
  160. package/dist/components/Model/Model1/Modal.d.ts +0 -3
  161. package/dist/components/Model/Model1/ModalInterface.d.ts +0 -13
  162. package/dist/components/Model/index.d.ts +0 -2
  163. package/dist/index-9sOjnXvs.js +0 -29290
package/README.md CHANGED
@@ -1,30 +1,30 @@
1
- # React + TypeScript + Vite
2
-
3
- This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
4
-
5
- Currently, two official plugins are available:
6
-
7
- - [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
8
- - [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
9
-
10
- ## Expanding the ESLint configuration
11
-
12
- If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:
13
-
14
- - Configure the top-level `parserOptions` property like this:
15
-
16
- ```js
17
- export default {
18
- // other rules...
19
- parserOptions: {
20
- ecmaVersion: 'latest',
21
- sourceType: 'module',
22
- project: ['./tsconfig.json', './tsconfig.node.json'],
23
- tsconfigRootDir: __dirname,
24
- },
25
- }
26
- ```
27
-
28
- - Replace `plugin:@typescript-eslint/recommended` to `plugin:@typescript-eslint/recommended-type-checked` or `plugin:@typescript-eslint/strict-type-checked`
29
- - Optionally add `plugin:@typescript-eslint/stylistic-type-checked`
30
- - Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and add `plugin:react/recommended` & `plugin:react/jsx-runtime` to the `extends` list
1
+ # React + TypeScript + Vite
2
+
3
+ This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
4
+
5
+ Currently, two official plugins are available:
6
+
7
+ - [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
8
+ - [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
9
+
10
+ ## Expanding the ESLint configuration
11
+
12
+ If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:
13
+
14
+ - Configure the top-level `parserOptions` property like this:
15
+
16
+ ```js
17
+ export default {
18
+ // other rules...
19
+ parserOptions: {
20
+ ecmaVersion: 'latest',
21
+ sourceType: 'module',
22
+ project: ['./tsconfig.json', './tsconfig.node.json'],
23
+ tsconfigRootDir: __dirname,
24
+ },
25
+ }
26
+ ```
27
+
28
+ - Replace `plugin:@typescript-eslint/recommended` to `plugin:@typescript-eslint/recommended-type-checked` or `plugin:@typescript-eslint/strict-type-checked`
29
+ - Optionally add `plugin:@typescript-eslint/stylistic-type-checked`
30
+ - Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and add `plugin:react/recommended` & `plugin:react/jsx-runtime` to the `extends` list
@@ -1,6 +1,6 @@
1
1
  import { I as n } from "./index-_nYoEliG.js";
2
2
  import { I as e } from "./index-q-fN99gA.js";
3
- import { p as t, I as s } from "./index-9sOjnXvs.js";
3
+ import { p as t, I as s } from "./index-bLMl3m9V.js";
4
4
  import "react";
5
5
  import "react-dom";
6
6
  function f(o, a) {
@@ -1,4 +1,4 @@
1
- import { _ as e, a as n } from "./index-9sOjnXvs.js";
1
+ import { _ as e, a as n } from "./index-bLMl3m9V.js";
2
2
  import "react";
3
3
  import "react-dom";
4
4
  var u = function(o, a) {
@@ -9,7 +9,7 @@ var u = function(o, a) {
9
9
  case 0:
10
10
  return [4, import(
11
11
  /* webpackChunkName: "blueprint-icons-all-paths" */
12
- "./allPaths-M5XOaK9X.js"
12
+ "./allPaths-M-N-QJxB.js"
13
13
  )];
14
14
  case 1:
15
15
  return t = r.sent().getIconPaths, [2, t(o, a)];
@@ -0,0 +1,6 @@
1
+ import { MdStaticAccordian } from "./mdStaticAccordian/mdStaticAccordian";
2
+ import { MdStaticAccordianInter } from "./mdStaticAccordian/mdStaticAccordianInterface";
3
+ import { MdStaticAccordianNested } from "./mdStaticAccordianNested/mdStaticAccordianNested";
4
+ import { MdStaticAccordianNestedInter } from "./mdStaticAccordianNested/mdStaticAccordianNestedInterface";
5
+ export { MdStaticAccordian, MdStaticAccordianNested };
6
+ export type { MdStaticAccordianInter, MdStaticAccordianNestedInter };
@@ -1,3 +1,3 @@
1
1
  import { FC } from 'react';
2
- import { MdStaticAccordianInter } from '.';
2
+ import { MdStaticAccordianInter } from '..';
3
3
  export declare const MdStaticAccordian: FC<MdStaticAccordianInter>;
@@ -0,0 +1,16 @@
1
+ export interface MdStaticAccordianInter {
2
+ data: [
3
+ {
4
+ title: string;
5
+ content: string;
6
+ subcontent: [
7
+ {
8
+ content: string;
9
+ }
10
+ ];
11
+ }
12
+ ];
13
+ variant: "success" | "primary" | "danger" | "warning" | "dark" | "light";
14
+ colorFont: "black" | "white";
15
+ accordianType: "Single Open" | "Multiple Open";
16
+ }
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ import { MdStaticAccordianNestedInter } from '..';
3
+ export declare const MdStaticAccordianNested: FC<MdStaticAccordianNestedInter>;
@@ -0,0 +1,16 @@
1
+ export interface MdStaticAccordianNestedInter {
2
+ data: [
3
+ {
4
+ title: string;
5
+ content: string;
6
+ subdata: [
7
+ {
8
+ title: string;
9
+ content: string;
10
+ }
11
+ ];
12
+ }
13
+ ];
14
+ variant: "success" | "primary" | "danger" | "warning" | "dark" | "light";
15
+ colorFont: "black" | "white";
16
+ }
@@ -0,0 +1,4 @@
1
+ import { MdStaticBreadcrumb } from "./mdStaticBreadcrumb/mdStaticBreadcrumb";
2
+ import { MdStaticBreadcrumbInter } from "./mdStaticBreadcrumb/mdStaticBreadcrumbInterface";
3
+ export { MdStaticBreadcrumb };
4
+ export type { MdStaticBreadcrumbInter };
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ import { MdStaticBreadcrumbInter } from '..';
3
+ export declare const MdStaticBreadcrumb: FC<MdStaticBreadcrumbInter>;
@@ -0,0 +1,9 @@
1
+ export interface MdStaticBreadcrumbInter {
2
+ data: [
3
+ {
4
+ title: string;
5
+ link: string;
6
+ status: "active" | "inactive";
7
+ }
8
+ ];
9
+ }
@@ -4,5 +4,4 @@ export interface MdStaticButtonInterface {
4
4
  text: string;
5
5
  variant: "success" | "primary" | "danger" | "warning" | "dark" | "light";
6
6
  outline: "success" | "primary" | "danger" | "warning";
7
- className: string;
8
7
  }
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ import { MdstaticBtnIconInterface } from "./MdStaticBtnIconInterface";
3
+ export declare const MdStaticBtnIcon: FC<MdstaticBtnIconInterface>;
@@ -0,0 +1,6 @@
1
+ export interface MdstaticBtnIconInterface {
2
+ size?: number;
3
+ disable?: boolean;
4
+ iconType?: "Setting" | " Appstore" | "CloseCircle" | "CheckCircle" | "Notification" | "CloudUpload" | "CloudDownload";
5
+ variant: "success" | "primary" | "danger" | "warning" | "dark" | "light";
6
+ }
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ import { MdStaticBtnIconOutlineInterface } from "./MdStaticBtnIconOutlineInterface";
3
+ export declare const MdStaticBtnIconOutline: FC<MdStaticBtnIconOutlineInterface>;
@@ -0,0 +1,6 @@
1
+ export interface MdStaticBtnIconOutlineInterface {
2
+ pill?: boolean;
3
+ text?: string;
4
+ outline: "success" | "primary" | "danger" | "warning";
5
+ iconType?: "Setting" | " Appstore" | "CloseCircle" | "CheckCircle" | "Notification" | "CloudUpload" | "CloudDownload";
6
+ }
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { MdStaticMoreLessButtonInterface } from "./MdStaticMoreLessButtonInterface";
3
+ export declare const MdStaticMoreLessButton: React.FC<MdStaticMoreLessButtonInterface>;
@@ -0,0 +1,11 @@
1
+ export interface MdStaticMoreLessButtonInterface {
2
+ variant: "success" | "primary" | "danger" | "warning" | "dark" | "light" | "White";
3
+ borderRadius?: number;
4
+ backgroundColor?: string;
5
+ colorFont: "black" | "white";
6
+ Header?: string;
7
+ paragraph?: string;
8
+ paragraph1?: string;
9
+ buttontext?: string;
10
+ buttontext1?: string;
11
+ }
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { MdStaticSegmentedButtonInterface } from "./MdStaticSegmentedButtonInterface";
3
+ export declare const MdStaticSegmentedButton: React.FC<MdStaticSegmentedButtonInterface>;
@@ -0,0 +1,12 @@
1
+ export interface MdStaticSegmentedButtonInterface {
2
+ borderRadius?: number;
3
+ variant: "success" | "primary" | "danger" | "warning" | "dark" | "light";
4
+ colorFont: "black" | "white";
5
+ onClick?: () => void;
6
+ buttonsData: [
7
+ {
8
+ label: string;
9
+ value: string;
10
+ }
11
+ ];
12
+ }
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { MdStaticSplitButtonInterface } from "./MdStaticSplitButtonInterface";
3
+ export declare const MdStaticSplitButton: React.FC<MdStaticSplitButtonInterface>;
@@ -0,0 +1,8 @@
1
+ export interface MdStaticSplitButtonInterface {
2
+ buttonText?: string;
3
+ variant: "success" | "primary" | "danger" | "warning" | "dark" | "light" | "White";
4
+ hideText?: boolean;
5
+ hideIcon?: boolean;
6
+ display?: boolean;
7
+ colorFont: "black" | "white";
8
+ }
@@ -1,2 +1,7 @@
1
1
  import { MdStaticButton } from "./Button1/Button1";
2
- export { MdStaticButton };
2
+ import { MdStaticMoreLessButton } from "./MdStaticMoreLessButton/MdStaticMoreLessButton";
3
+ import { MdStaticSplitButton } from "./MdStaticSplitButton/MdStaticSplitButton";
4
+ import { MdStaticBtnIcon } from "./MdStaticBtnIcon/MdStaticBtnIcon";
5
+ import { MdStaticBtnIconOutline } from "./MdStaticBtnIconOutline/MdStaticBtnIconOutline";
6
+ import { MdStaticSegmentedButton } from "./MdStaticSegmentedButton/MdStaticSegmentedButton";
7
+ export { MdStaticButton, MdStaticSplitButton, MdStaticMoreLessButton, MdStaticBtnIcon, MdStaticBtnIconOutline, MdStaticSegmentedButton };
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ import { MdCalendarInterface } from "./MdStaticCalendarInterface";
3
+ export declare const MdStaticCalendar: FC<MdCalendarInterface>;
@@ -0,0 +1,6 @@
1
+ export interface MdCalendarInterface {
2
+ shorcut: boolean;
3
+ actionbar: boolean;
4
+ week: boolean;
5
+ displayDays: boolean;
6
+ }
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { MdStaticCardProgressInterface } from "./MdStaticCardProgressInterface";
3
+ export declare const MdStaticCardProgressBar: React.FC<MdStaticCardProgressInterface>;
@@ -0,0 +1,7 @@
1
+ export interface MdStaticCardProgressInterface {
2
+ backgroundColor: "black" | "white" | "gray";
3
+ colorFont: "black" | "white";
4
+ titleProps?: string;
5
+ percentage?: number;
6
+ setPercentage?: (percentage: number) => void;
7
+ }
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { MdStaticCardTabInterface } from "./MdStaticCardTabInterface";
3
+ export declare const MdStaticCardTab: React.FC<MdStaticCardTabInterface>;
@@ -0,0 +1,10 @@
1
+ export interface MdStaticCardTabInterface {
2
+ tabs: {
3
+ id: number;
4
+ title: string;
5
+ content: string;
6
+ }[];
7
+ variant: "success" | "primary" | "danger" | "warning" | "dark" | "light";
8
+ colorFont: "black" | "white";
9
+ background: "black" | "white" | "gray";
10
+ }
@@ -1,3 +1,6 @@
1
1
  import MdStaticCardImgSide from "./MdStaticCardImgSide/MdStaticCardImgSide";
2
2
  import MdStaticCard from "./MdStaticCard/MdStaticCard";
3
- export { MdStaticCard, MdStaticCardImgSide };
3
+ import { MdStaticCardProgressBar } from "./MdStaticCardProgress/MdStaticCardProgress";
4
+ import { MdStaticCardTab } from "./MdStaticCardTab/MdStaticCardTab";
5
+ import MdStaticCardColorHeader from "./MdStaticCardColorHeader/MdStaticCardColorHeader";
6
+ export { MdStaticCard, MdStaticCardImgSide, MdStaticCardProgressBar, MdStaticCardTab, MdStaticCardColorHeader };
@@ -0,0 +1,3 @@
1
+ import { MdstaticCheckbox } from "./Checkbox/Checkbox";
2
+ import { MdstaticCheckboxGroup } from "./CheckboxGroup/CheckbocGroup";
3
+ export { MdstaticCheckbox, MdstaticCheckboxGroup };
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { MdStaticDragDropSimpleInterface } from './MdStaticDragDropSimpleInterface';
3
+ export declare const MdStaticDragDropSimple: React.FC<MdStaticDragDropSimpleInterface>;
@@ -0,0 +1,4 @@
1
+ export interface MdStaticDragDropSimpleInterface {
2
+ onDragStart?: () => void;
3
+ onDragEnd?: () => void;
4
+ }
@@ -1,4 +1,4 @@
1
- export interface MdDropdownMaltiInterface {
1
+ export interface MdDropdownMultiInterface {
2
2
  data: State[];
3
3
  backgroundColor: string;
4
4
  }
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { MdDropdownMultiInterface } from "./MdDropdownMultiInterface";
3
+ export declare const MdStaticMultiselect: React.FC<MdDropdownMultiInterface>;
@@ -1,4 +1,5 @@
1
1
  export interface SearchDropdownInterface {
2
2
  backgroundColor?: string;
3
+ PopBackgroundColor?: string;
3
4
  buttonText?: string;
4
5
  }
@@ -1,2 +1,4 @@
1
1
  import { MdStaticDropdown } from "./MdDropDown/MdStaticDropdown";
2
- export { MdStaticDropdown };
2
+ import { MdStaticMultiselect } from "./MdDropdownMultiselect/MdDropdownMultiselect";
3
+ import { MdStaticSearchDropdown } from "./SearchDropdown/SearchDropdown";
4
+ export { MdStaticDropdown, MdStaticSearchDropdown, MdStaticMultiselect };
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { MdStaticFAQInterface } from "./MdStaticFAQInterface";
3
+ export declare const MdStaticFAQ: React.FC<MdStaticFAQInterface>;
@@ -0,0 +1,11 @@
1
+ export interface MdStaticFAQInterface {
2
+ faqItems: {
3
+ question: string;
4
+ answer: string;
5
+ id: string;
6
+ }[];
7
+ variant: "success" | "primary" | "danger" | "warning" | "dark" | "light" | "White";
8
+ colorFont: "black" | "white";
9
+ borderRadius?: number;
10
+ text?: string;
11
+ }
@@ -0,0 +1,2 @@
1
+ import { MdStaticFAQ } from "./MdStaticFAQ/MdStaticFAQ";
2
+ export { MdStaticFAQ };
@@ -1,24 +1,42 @@
1
1
  export interface MdStaticFooter2Interface {
2
- small_Show: boolean;
3
- main_Show: boolean;
4
- small_Text: string;
5
- small_BgColor: string;
6
- small_FontColor: string;
7
- small_DateType: string;
8
- small_TextPos: string;
9
- small_TextBold: boolean;
10
- main_BgColor: string;
11
- main_FontColor: string;
12
- main_IconColor: string;
13
- main_Title: string;
14
- count1: string;
15
- desc1: string;
16
- count2: string;
17
- desc2: string;
18
- count3: string;
19
- desc3: string;
20
- count4: string;
21
- desc4: string;
22
- count5: string;
23
- desc5: string;
2
+ comName: string;
3
+ subComName: string;
4
+ imgSrc: string;
5
+ add1: string;
6
+ add2: string;
7
+ postCode: string;
8
+ state: string;
9
+ country: string;
10
+ phone: string;
11
+ email: string;
12
+ link_Show: boolean;
13
+ link: [
14
+ {
15
+ name: string;
16
+ url: string;
17
+ }
18
+ ];
19
+ hit_Show: boolean;
20
+ hitOnline: number;
21
+ hitToday: number;
22
+ hitYesterday: number;
23
+ hitTotal: number;
24
+ hitMax: number;
25
+ showMedia: boolean;
26
+ showPlayStore: boolean;
27
+ linkPlayStore: string;
28
+ showAppStore: boolean;
29
+ linkAppStore: string;
30
+ showTwit: boolean;
31
+ linkTwit: string;
32
+ showFb: boolean;
33
+ linkFb: string;
34
+ showIg: boolean;
35
+ linkIg: string;
36
+ showLI: boolean;
37
+ linkLI: string;
38
+ showYT: boolean;
39
+ linkYT: string;
40
+ showTik: boolean;
41
+ linkTik: string;
24
42
  }
@@ -0,0 +1,3 @@
1
+ import { MdStaticFooter } from "./MdStaticFooter/MdStaticFooter";
2
+ import { MdStaticFooter2 } from "./MdStaticFooter2/MdStaticFooter2";
3
+ export { MdStaticFooter, MdStaticFooter2 };
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { MdStaticBadgeNotificationInterface } from "./MdStaticBadgeNotificationInterface";
3
+ export declare const MdStaticBadgeNotification: React.FC<MdStaticBadgeNotificationInterface>;
@@ -0,0 +1,5 @@
1
+ export interface MdStaticBadgeNotificationInterface {
2
+ variant: "success" | "primary" | "danger" | "warning" | "dark" | "light" | "White";
3
+ borderRadius?: number;
4
+ Text?: string;
5
+ }
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { MdStaticBadgeIconNotificationInterface } from "./MdStaticBadgeIconNotificationInterface";
3
+ export declare const MdStaticBadgeIconNotification: React.FC<MdStaticBadgeIconNotificationInterface>;
@@ -0,0 +1,4 @@
1
+ export interface MdStaticBadgeIconNotificationInterface {
2
+ variant: "success" | "primary" | "danger" | "warning" | "dark" | "light" | "White";
3
+ borderRadius?: number;
4
+ }
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { MdStaticCountdownInterface } from './MdStaticCountdownInterface';
3
+ export declare const MdStaticCountdown: React.FC<MdStaticCountdownInterface>;
@@ -0,0 +1,8 @@
1
+ export interface MdStaticCountdownInterface {
2
+ variant: "success" | "primary" | "danger" | "warning" | "dark" | "light" | "White";
3
+ borderRadius?: number;
4
+ Text?: string;
5
+ target?: number;
6
+ time?: number;
7
+ start?: number;
8
+ }
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ import { MdStaticDatePickerFieldInter } from "../..";
3
+ export declare const MdStaticDatePickerField: FC<MdStaticDatePickerFieldInter>;
@@ -0,0 +1,5 @@
1
+ export interface MdStaticDatePickerFieldInter {
2
+ colorPros: "Success" | "Error" | "Default";
3
+ disabledProps: boolean;
4
+ dateFormatProps: "Month/day/year" | "Year-month-day" | "Day/month/year" | "Default";
5
+ }
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ import { MdStaticEmailFieldInter } from "../..";
3
+ export declare const MdStaticEmailField: FC<MdStaticEmailFieldInter>;
@@ -0,0 +1,8 @@
1
+ export interface MdStaticEmailFieldInter {
2
+ placeholderProps: string;
3
+ colorPros: "Success" | "Error" | "Default";
4
+ validationProps: string;
5
+ disabledProps: boolean;
6
+ requiredProps: boolean;
7
+ labelProps: string;
8
+ }
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ import { MdStaticTextFieldSetInter } from "../..";
3
+ export declare const MdStaticTextFieldSet: FC<MdStaticTextFieldSetInter>;
@@ -0,0 +1,13 @@
1
+ export interface MdStaticTextFieldSetInter {
2
+ data: [
3
+ {
4
+ label: string;
5
+ placeholder: string;
6
+ size: "medium" | "large";
7
+ type: "text" | "password" | "number" | "email";
8
+ }
9
+ ];
10
+ title: string;
11
+ subTitle: string;
12
+ buttonProps: string;
13
+ }
@@ -1,3 +1,3 @@
1
1
  import { FC } from "react";
2
2
  import { InputGroup1_Props } from "./InputGroupInterface";
3
- export declare const InputGroup1: FC<InputGroup1_Props>;
3
+ export declare const MdStaticPasswordField: FC<InputGroup1_Props>;
@@ -0,0 +1,40 @@
1
+ /// <reference types="react" />
2
+ import { InputGroup1_Props } from "./InputGroupInterface";
3
+ declare const _default: {
4
+ title: string;
5
+ component: import("react").FC<InputGroup1_Props>;
6
+ tags: string[];
7
+ parameters: {
8
+ layout: string;
9
+ docs: {
10
+ description: {
11
+ component: string;
12
+ };
13
+ };
14
+ };
15
+ argTypes: {
16
+ variant: {
17
+ options: string[];
18
+ control: {
19
+ type: string;
20
+ };
21
+ name: string;
22
+ description: string;
23
+ };
24
+ text: {
25
+ control: {
26
+ type: string;
27
+ };
28
+ name: string;
29
+ description: string;
30
+ };
31
+ };
32
+ };
33
+ export default _default;
34
+ export declare const Input: {
35
+ (args: InputGroup1_Props): import("react/jsx-runtime").JSX.Element;
36
+ args: {
37
+ text: string;
38
+ variant: string;
39
+ };
40
+ };
@@ -0,0 +1,4 @@
1
+ export interface InputGroup1_Props {
2
+ variant: "0|1|2";
3
+ text: string;
4
+ }
@@ -1,7 +1,6 @@
1
1
  import React from 'react';
2
2
  import { NumericInputProps } from '@blueprintjs/core';
3
- interface NumericInput1Props extends NumericInputProps {
3
+ export interface NumericInput1Props extends NumericInputProps {
4
4
  backgroundColor?: string;
5
5
  }
6
- export declare const NumericInput1: React.FC<NumericInput1Props>;
7
- export {};
6
+ export declare const MdstaticNumericInput1: React.FC<NumericInput1Props>;
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ import { MdStaticNumberFieldInter } from "../..";
3
+ export declare const MdStaticNumberField: FC<MdStaticNumberFieldInter>;
@@ -0,0 +1,6 @@
1
+ export interface MdStaticNumberFieldInter {
2
+ placeholderProps: string;
3
+ colorPros: "Success" | "Error" | "Default";
4
+ maxlengthProps: number;
5
+ disabledProps: boolean;
6
+ }
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { MdStaticPDFViewerInterface } from './MdStaticPDFViewerInterface';
3
+ export declare const MdStaticPDFViewer: React.FC<MdStaticPDFViewerInterface>;