@map2usdnbhd/md_components 1.0.0 → 1.0.2

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 (88) hide show
  1. package/README.md +20 -20
  2. package/dist/allPaths-2UT7qcm3.js +18 -0
  3. package/dist/allPathsLoader-GtixNm_4.js +22 -0
  4. package/dist/components/Accordian/mdStaticAccordian1/accordian/MdStaticAccordian1.d.ts +1 -0
  5. package/dist/components/Accordian/mdStaticAccordian1/index.d.ts +4 -0
  6. package/dist/components/Accordian/mdStaticAccordian1/mdStaticAccordian.d.ts +3 -0
  7. package/dist/components/Accordian/mdStaticAccordian1/mdStaticAccordianInterface.d.ts +21 -0
  8. package/dist/components/Buttons/Button1/Button1.d.ts +3 -0
  9. package/dist/components/Buttons/Button1/MdStaticButtonInterFace.d.ts +7 -0
  10. package/dist/components/Buttons/index.d.ts +2 -0
  11. package/dist/components/Card/MdStaticCard/MdStaticCard.d.ts +26 -0
  12. package/dist/components/Card/MdStaticCard/index.d.ts +2 -0
  13. package/dist/components/Card/MdStaticCardColorHeader/MdStaticCardColorHeader.d.ts +14 -0
  14. package/dist/components/Card/MdStaticCardColorHeader/index.d.ts +2 -0
  15. package/dist/components/Card/MdStaticCardImgSide/MdStaticCardImgSide.d.ts +24 -0
  16. package/dist/components/Card/MdStaticCardImgSide/index.d.ts +2 -0
  17. package/dist/components/Card/index.d.ts +3 -0
  18. package/dist/components/Carousel/Carousel1/MdStaticCarousel.d.ts +5 -0
  19. package/dist/components/Carousel/Carousel1/index.d.ts +3 -0
  20. package/dist/components/Carousel/index.d.ts +2 -0
  21. package/dist/components/Chart/LineChart/LineChart.d.ts +3 -0
  22. package/dist/components/Chart/LineChart/MdStaticChartInterface.d.ts +10 -0
  23. package/dist/components/Chart/index.d.ts +2 -0
  24. package/dist/components/Checkbox/Checkbox/Checkbox.d.ts +3 -0
  25. package/dist/components/Checkbox/Checkbox/CheckboxInterface.d.ts +8 -0
  26. package/dist/components/Checkbox/CheckboxGroup/CheckbocGroup.d.ts +3 -0
  27. package/dist/components/Checkbox/CheckboxGroup/CheckboxGroupInterface.d.ts +9 -0
  28. package/dist/components/Dropdown/MdDropDown/MdStaticDropdown.d.ts +3 -0
  29. package/dist/components/Dropdown/MdDropDown/MdStaticDropdownInterface.d.ts +10 -0
  30. package/dist/components/Dropdown/MdDropdownMaltiSelect/MdDropdownMaltiInterface.d.ts +8 -0
  31. package/dist/components/Dropdown/MdDropdownMaltiSelect/MdDropdownMaltiSelect.d.ts +3 -0
  32. package/dist/components/Dropdown/SearchDropdown/SearchDropdown.d.ts +3 -0
  33. package/dist/components/Dropdown/SearchDropdown/SearchDropdownInterface.d.ts +4 -0
  34. package/dist/components/Dropdown/index.d.ts +2 -0
  35. package/dist/components/Footer/MdStaticFooter/MdStaticFooter.d.ts +3 -0
  36. package/dist/components/Footer/MdStaticFooter/MdStaticFooterInterface.d.ts +24 -0
  37. package/dist/components/Footer/MdStaticFooter/index.d.ts +4 -0
  38. package/dist/components/Footer/MdStaticFooter2/MdStaticFooter2.d.ts +3 -0
  39. package/dist/components/Footer/MdStaticFooter2/MdStaticFooter2Interface.d.ts +24 -0
  40. package/dist/components/Footer/MdStaticFooter2/index.d.ts +4 -0
  41. package/dist/components/FormInputs/FileInput/FileInput1/FileInput1.d.ts +3 -0
  42. package/dist/components/FormInputs/FileInput/FileInput1/MdStaticFileInputInterface.d.ts +16 -0
  43. package/dist/components/FormInputs/InputGroup/InputGroup1/InputGroup1.d.ts +3 -0
  44. package/dist/components/FormInputs/InputGroup/InputGroup1/InputGroup1.stories.d.ts +72 -0
  45. package/dist/components/FormInputs/InputGroup/InputGroup1/InputGroupInterface.d.ts +11 -0
  46. package/dist/components/FormInputs/NumericInput/NumericInput1/NumericInput1.d.ts +7 -0
  47. package/dist/components/FormInputs/TagInput/TagInput1/TagInput1.d.ts +3 -0
  48. package/dist/components/FormInputs/TagInput/TagInput1/TagInputInterface.d.ts +5 -0
  49. package/dist/components/FormInputs/Textarea/Textarea1/Textarea1.d.ts +3 -0
  50. package/dist/components/FormInputs/Textarea/Textarea1/Textarea1Interface.d.ts +8 -0
  51. package/dist/components/FormInputs/index.d.ts +4 -0
  52. package/dist/components/HTMLSelect/HTMLSelect1/HTMLSelect1.d.ts +13 -0
  53. package/dist/components/HTMLSelect/HTMLSelect1/index.d.ts +0 -0
  54. package/dist/components/Header/Headers/Header.d.ts +3 -0
  55. package/dist/components/Header/Headers/HeaderInterface.d.ts +18 -0
  56. package/dist/components/Header/index.d.ts +2 -0
  57. package/dist/components/Map/Map.d.ts +9 -0
  58. package/dist/components/Model/Model1/Modal.d.ts +3 -0
  59. package/dist/components/Model/Model1/ModalInterface.d.ts +13 -0
  60. package/dist/components/Model/index.d.ts +2 -0
  61. package/dist/components/Navbar/Navbar2/MdStaticNavbarInterface.d.ts +27 -0
  62. package/dist/components/Navbar/Navbar2/Navbar2.d.ts +3 -0
  63. package/dist/components/Navbar/index.d.ts +2 -0
  64. package/dist/components/Radio/Radio1/Radio1.d.ts +3 -0
  65. package/dist/components/Radio/Radio1/Radio1Interface.d.ts +6 -0
  66. package/dist/components/Sidebar/Sidebar02/Sidebar02Interface.d.ts +8 -0
  67. package/dist/components/Sidebar/Sidebar02/sidebar02.d.ts +3 -0
  68. package/dist/components/Sidebar/Sidebar03/Sidebar.d.ts +1 -0
  69. package/dist/components/Sidebar/index.d.ts +2 -0
  70. package/dist/components/Table/WSortIcon/WSortIcon.d.ts +14 -0
  71. package/dist/components/Table/WSortIcon/WSortIconInterface.d.ts +17 -0
  72. package/dist/components/Text/Text1.d.ts +8 -0
  73. package/dist/components/index.d.ts +13 -0
  74. package/dist/index-K1y_hry-.js +29281 -0
  75. package/dist/index-_nYoEliG.js +606 -0
  76. package/dist/index-q-fN99gA.js +606 -0
  77. package/dist/md-component.js +19 -0
  78. package/dist/md-component.umd.cjs +87 -0
  79. package/dist/splitPathsBySizeLoader-balxJO-_.js +31 -0
  80. package/dist/style.css +1 -0
  81. package/dist/utils/index.d.ts +2 -0
  82. package/dist/vite.svg +1 -0
  83. package/package.json +76 -85
  84. package/dist/index.css +0 -148
  85. package/dist/index.js +0 -1726
  86. package/dist/index.js.map +0 -1
  87. package/dist/index.modern.js +0 -1713
  88. package/dist/index.modern.js.map +0 -1
@@ -0,0 +1,13 @@
1
+ export interface ModalInterface {
2
+ backgroundColor?: string;
3
+ btbackgroundColor?: string;
4
+ btbackgroundColor1?: string;
5
+ btbackgroundColor2?: string;
6
+ bgOpacity?: number;
7
+ Idtext1?: string;
8
+ patext1?: string;
9
+ Eatext1?: string;
10
+ enableShadow?: boolean;
11
+ borderRadius?: number;
12
+ borderRadius1?: number;
13
+ }
@@ -0,0 +1,2 @@
1
+ import { MdStaticModalTab } from "./Model1/Modal";
2
+ export { MdStaticModalTab };
@@ -0,0 +1,27 @@
1
+ export interface MSNInterface {
2
+ NavigationList: Object;
3
+ NavSubItems: Object[];
4
+ ColorProps: string;
5
+ titleProps: string;
6
+ borderRadius: number;
7
+ iconProps: string;
8
+ disableTitle: boolean;
9
+ textColor: string;
10
+ btn1: button;
11
+ btn2: button;
12
+ btn: boolean;
13
+ button1: () => {};
14
+ button2: () => {};
15
+ }
16
+ interface button {
17
+ text: string;
18
+ color: string;
19
+ fontWeight: string;
20
+ active: boolean;
21
+ icon: {
22
+ color: string;
23
+ active: boolean;
24
+ icon: string;
25
+ };
26
+ }
27
+ export {};
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ import { MSNInterface } from "./MdStaticNavbarInterface";
3
+ export declare const MdStaticNavbar: FC<MSNInterface>;
@@ -0,0 +1,2 @@
1
+ import { MdStaticNavbar } from "./Navbar2/Navbar2";
2
+ export { MdStaticNavbar };
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ import { Radio1IProps } from "./Radio1Interface";
3
+ export declare const Radio1: FC<Radio1IProps>;
@@ -0,0 +1,6 @@
1
+ export interface Radio1IProps {
2
+ titleProps: string;
3
+ inputProps: string;
4
+ disableProps: boolean;
5
+ largeProps: boolean;
6
+ }
@@ -0,0 +1,8 @@
1
+ export interface Sidebar02Intep {
2
+ showTitleLogo: boolean;
3
+ titleProps: string;
4
+ logoProps: URL;
5
+ fontWeight: string;
6
+ fontSize: number;
7
+ flexPosition: string;
8
+ }
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ import { Sidebar02Intep } from "./Sidebar02Interface";
3
+ export declare const MdStaticSidebar: FC<Sidebar02Intep>;
@@ -0,0 +1 @@
1
+ export declare const Sidebar: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { MdStaticSidebar } from "./Sidebar02/sidebar02";
2
+ export { MdStaticSidebar };
@@ -0,0 +1,14 @@
1
+ import React, { ReactNode } from "react";
2
+ import { WSortIconInterface } from "./WSortIconInterface";
3
+ export declare const MdStaticWSortIcon: React.FC<{
4
+ data: WSortIconInterface[];
5
+ backgroundColor?: string;
6
+ backgroundColor1?: string;
7
+ TitleColor?: string;
8
+ TitleFontSize?: string;
9
+ EditColor?: string;
10
+ ViewColor?: string;
11
+ DeleteColor?: string;
12
+ EditIcon?: ReactNode;
13
+ borderRadius?: number;
14
+ }>;
@@ -0,0 +1,17 @@
1
+ export interface WSortIconInterface {
2
+ id: number;
3
+ name: string;
4
+ indicator: string;
5
+ component: string;
6
+ dementia: string;
7
+ Action: string;
8
+ backgroundColor?: string;
9
+ backgroundColor1?: string;
10
+ TitleColor?: string;
11
+ TitleFontSize?: string;
12
+ EditColor?: string;
13
+ ViewColor?: string;
14
+ DeleteColor?: string;
15
+ EditIcon?: string;
16
+ borderRadius?: number;
17
+ }
@@ -0,0 +1,8 @@
1
+ import { FC } from "react";
2
+ export interface Text1Props {
3
+ iconProps: any;
4
+ contentText: string;
5
+ text: string;
6
+ }
7
+ declare const Text1: FC<Text1Props>;
8
+ export default Text1;
@@ -0,0 +1,13 @@
1
+ import { MdStaticButton } from "./Buttons";
2
+ import { MdStaticCard } from "./Card";
3
+ import { MdStaticCarousel } from "./Carousel";
4
+ import { MdStaticDropdown } from "./Dropdown";
5
+ import { MdStaticFooter } from "./Footer/MdStaticFooter/MdStaticFooter";
6
+ import { MdStaticFooter2 } from "./Footer/MdStaticFooter2/MdStaticFooter2";
7
+ import { InputGroup1, MdStaticFileInput, Textarea1 } from "./FormInputs";
8
+ import { MdStaticHeader } from "./Header";
9
+ import { MdStaticModalTab } from "./Model";
10
+ import { MdStaticNavbar } from "./Navbar";
11
+ import { Radio1 } from "./Radio/Radio1/Radio1";
12
+ import { MdStaticSidebar } from "./Sidebar";
13
+ export { InputGroup1, MdStaticButton, MdStaticCard, MdStaticCarousel, MdStaticDropdown, MdStaticFileInput, MdStaticFooter, MdStaticFooter2, MdStaticHeader, MdStaticModalTab, MdStaticNavbar, MdStaticSidebar, Radio1, Textarea1, };