@map2usdnbhd/md_components 1.0.36 → 1.0.38

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 (43) hide show
  1. package/dist/{allPaths-bd2lN2Cy.js → allPaths-QchC77ee.js} +1 -1
  2. package/dist/{allPathsLoader-rTs9IQ6n.js → allPathsLoader-0Tfoxw4V.js} +2 -2
  3. package/dist/components/Avatar/Avatar Text/mdStaticAvatarText.d.ts +3 -0
  4. package/dist/components/Avatar/Avatar Text/mdStaticAvatarTextInterface.d.ts +20 -0
  5. package/dist/components/Buttons/Button2/MdStaticButtonFull.d.ts +3 -0
  6. package/dist/components/Buttons/Button2/MdStaticButtonFullInterface.d.ts +6 -0
  7. package/dist/components/Buttons/index.d.ts +3 -1
  8. package/dist/components/Buttons/mdStaticButtonBasic/mdStaticButtonBasic.d.ts +3 -0
  9. package/dist/components/Buttons/mdStaticButtonBasic/mdStaticButtonBasicInterface.d.ts +10 -0
  10. package/dist/components/Checkbox/MdStaticCheckbox1/MdStaticCheckbox1.d.ts +1 -1
  11. package/dist/components/Checkbox/MdStaticCheckbox1/MdStaticCheckbox1Interface.d.ts +6 -7
  12. package/dist/components/Checkbox/index.d.ts +2 -0
  13. package/dist/components/DragDrop/MdStaticConstraintsDragDrop/MdStaticConstraintsDragDrop.d.ts +9 -2
  14. package/dist/components/DragDrop/MdStaticConstraintsDragDrop/MdStaticConstraintsDragDropInterface.d.ts +7 -5
  15. package/dist/components/DragDrop/index.d.ts +1 -1
  16. package/dist/components/FormInputs/FontType/MdStaticFontType/MdStaticFontTypeInterface.d.ts +1 -0
  17. package/dist/components/FormInputs/InputGroup/MdStaticPasswords/InputGroupInterface.d.ts +3 -2
  18. package/dist/components/FormInputs/TextInput/mdStaticTextInput/mdStaticTextInputInterface.d.ts +4 -3
  19. package/dist/components/Gallery/MdGalleryTab/MdGalleryTab.d.ts +3 -0
  20. package/dist/components/Gallery/MdGalleryTab/MdGalleryTabInterface.d.ts +9 -0
  21. package/dist/components/Gallery/index.d.ts +2 -1
  22. package/dist/components/Grid/BasicGrid/MdStaticBasicGridInterface.d.ts +3 -8
  23. package/dist/components/Grid/LockingGrid/MdStaticLockingGridInterface.d.ts +3 -10
  24. package/dist/components/Page/MdPageChangePassword/MdPageChangePassword.d.ts +3 -0
  25. package/dist/components/Page/MdPageChangePassword/MdPageChangePasswordInterface.d.ts +4 -0
  26. package/dist/components/Page/MdPageSignup/MdPageSignup.d.ts +3 -0
  27. package/dist/components/Page/MdPageSignup/MdPageSignupInterface.d.ts +4 -0
  28. package/dist/components/Page/MdPagelogin/MdPagelogin.d.ts +3 -0
  29. package/dist/components/Page/MdPagelogin/MdPageloginInterface.d.ts +4 -0
  30. package/dist/components/Page/index.d.ts +4 -0
  31. package/dist/components/Popover/MdStaticPopover/MdStaticPopover.d.ts +3 -0
  32. package/dist/components/Popover/MdStaticPopover/MdStaticPopoverInterface.d.ts +7 -0
  33. package/dist/components/Popover/MdStaticPopoverForm/MdStaticPopoverForm.d.ts +3 -0
  34. package/dist/components/Popover/MdStaticPopoverForm/MdStaticPopoverFormInterface.d.ts +7 -0
  35. package/dist/components/Tag/mdStaticTag/MdStaticTagInterface.d.ts +4 -4
  36. package/dist/components/Text1/MdEditableText/MdEditableTextInterface.d.ts +6 -0
  37. package/dist/components/index.d.ts +4 -3
  38. package/dist/{index-79eqIWQw.js → index-45XOinaf.js} +17518 -18641
  39. package/dist/md-component.js +81 -76
  40. package/dist/md-component.umd.cjs +34 -35
  41. package/dist/{splitPathsBySizeLoader-jq2okcc8.js → splitPathsBySizeLoader--GRosNUW.js} +1 -1
  42. package/package.json +1 -1
  43. package/dist/components/Checkbox/MdStaticCheckbox1/MdStaticCheckbox1.stories.d.ts +0 -74
@@ -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-79eqIWQw.js";
3
+ import { p as t, I as s } from "./index-45XOinaf.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-79eqIWQw.js";
1
+ import { _ as e, a as n } from "./index-45XOinaf.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-bd2lN2Cy.js"
12
+ "./allPaths-QchC77ee.js"
13
13
  )];
14
14
  case 1:
15
15
  return t = r.sent().getIconPaths, [2, t(o, a)];
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ import { mdStaticAvatarTextInterface } from './mdStaticAvatarTextInterface';
3
+ export declare const MdStaticAvatarText: FC<mdStaticAvatarTextInterface>;
@@ -0,0 +1,20 @@
1
+ /// <reference types="react" />
2
+ export interface mdStaticAvatarTextInterface {
3
+ imageUrl: string;
4
+ alt: string;
5
+ title: string;
6
+ description: string;
7
+ titleClassName: string;
8
+ descriptionClassName: string;
9
+ containerClassName: string;
10
+ imageSize: "sm" | "md" | "lg";
11
+ fontStyle: "normal" | "italic" | "bold" | "bold-italic";
12
+ fontFamily: "ui-sans-serif" | "system-ui" | "sans-serif" | "helvetica" | "arial";
13
+ titleColor: "black" | "white" | "blue" | "green" | "gray";
14
+ descriptionColor: "black" | "white" | "blue" | "green" | "gray";
15
+ showBorder?: boolean;
16
+ hideText?: boolean;
17
+ showDot?: boolean;
18
+ dotColor: "warning" | "success" | "danger" | "info" | "primary" | "secondary";
19
+ children: React.ReactNode;
20
+ }
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ import { MdStaticButtonFullInterface } from "./MdStaticButtonFullInterface";
3
+ export declare const MdStaticButtonFull: FC<MdStaticButtonFullInterface>;
@@ -0,0 +1,6 @@
1
+ import { ButtonHTMLAttributes } from "react";
2
+ export interface MdStaticButtonFullInterface extends ButtonHTMLAttributes<HTMLButtonElement> {
3
+ text: string;
4
+ btbackgroundColor?: string;
5
+ className?: string;
6
+ }
@@ -4,4 +4,6 @@ import { MdStaticSplitButton } from "./MdStaticSplitButton/MdStaticSplitButton";
4
4
  import { MdStaticBtnIcon } from "./MdStaticBtnIcon/MdStaticBtnIcon";
5
5
  import { MdStaticBtnIconOutline } from "./MdStaticBtnIconOutline/MdStaticBtnIconOutline";
6
6
  import { MdStaticSegmentedButton } from "./MdStaticSegmentedButton/MdStaticSegmentedButton";
7
- export { MdStaticButton, MdStaticSplitButton, MdStaticMoreLessButton, MdStaticBtnIcon, MdStaticBtnIconOutline, MdStaticSegmentedButton };
7
+ import { MdStaticButtonBasic } from "./mdStaticButtonBasic/mdStaticButtonBasic";
8
+ import { MdStaticButtonFull } from "./Button2/MdStaticButtonFull";
9
+ export { MdStaticButton, MdStaticSplitButton, MdStaticMoreLessButton, MdStaticBtnIcon, MdStaticBtnIconOutline, MdStaticSegmentedButton, MdStaticButtonBasic, MdStaticButtonFull };
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ import { MdStaticButtonBasicInterface } from './mdStaticButtonBasicInterface';
3
+ export declare const MdStaticButtonBasic: FC<MdStaticButtonBasicInterface>;
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ export interface MdStaticButtonBasicInterface {
3
+ className: string;
4
+ variantProps: "filled" | "outline" | "gradient" | "text";
5
+ sizeProps: "sm" | "md" | "lg";
6
+ colorProps: "black" | "white" | "blue" | "green" | "red" | "yellow" | "orange" | "purple" | "pink" | "indigo" | "teal";
7
+ children: React.ReactNode;
8
+ disabledProps: boolean;
9
+ type: "button" | "reset" | "submit";
10
+ }
@@ -1,3 +1,3 @@
1
1
  import React from "react";
2
- import { MdStaticCheckbox1Interface } from "./MdStaticCheckbox1Interface";
2
+ import { MdStaticCheckbox1Interface } from "..";
3
3
  export declare const MdStaticCheckbox1: React.FC<MdStaticCheckbox1Interface>;
@@ -1,10 +1,9 @@
1
1
  export interface MdStaticCheckbox1Interface {
2
- borderRadiusProps?: number;
3
- checkedProps?: boolean;
2
+ label: string;
3
+ name: string;
4
+ id: string;
5
+ value: string;
6
+ className?: string;
4
7
  disabledProps?: boolean;
5
- colorProps?: "blue" | "red" | "green" | "amber" | "teal" | "indigo" | "purple" | "pink";
6
- idProps: string;
7
- nameProps?: string;
8
- labelProps: string;
9
- descriptionProps: string;
8
+ colorProp?: "success" | "primary" | "danger" | "warning" | "info" | "secondary" | "pink" | "purple" | "blue";
10
9
  }
@@ -1,4 +1,6 @@
1
1
  import { MdstaticCheckbox } from "./Checkbox/Checkbox";
2
2
  import { MdstaticCheckboxGroup } from "./CheckboxGroup/CheckbocGroup";
3
3
  import { MdStaticCheckbox1 } from "./MdStaticCheckbox1/MdStaticCheckbox1";
4
+ import { MdStaticCheckbox1Interface } from "./MdStaticCheckbox1/MdStaticCheckbox1Interface";
4
5
  export { MdstaticCheckbox, MdstaticCheckboxGroup, MdStaticCheckbox1 };
6
+ export type { MdStaticCheckbox1Interface };
@@ -1,4 +1,11 @@
1
1
  import React from 'react';
2
- import { MdStaticConstraintsDragDropInterface } from './MdStaticConstraintsDragDropInterface';
2
+ export interface Item {
3
+ id: string;
4
+ text: string | JSX.Element;
5
+ }
6
+ export interface MdStaticConstraintsDragDropInterface {
7
+ items: Item[];
8
+ onDropNewItem?: (item: Item) => void;
9
+ onDragStart?: () => void;
10
+ }
3
11
  export declare const MdStaticConstraintsDragDrop: React.FC<MdStaticConstraintsDragDropInterface>;
4
- export default MdStaticConstraintsDragDrop;
@@ -1,8 +1,10 @@
1
+ /// <reference types="react" />
1
2
  export interface MdStaticConstraintsDragDropInterface {
2
- items: {
3
- id: string;
4
- text: string;
5
- }[];
3
+ items: Item[];
6
4
  onDragStart?: () => void;
7
- onDragEnd?: () => void;
5
+ children: React.ReactNode;
6
+ }
7
+ export interface Item {
8
+ id: string;
9
+ text: string;
8
10
  }
@@ -1,3 +1,3 @@
1
- import MdStaticConstraintsDragDrop from "./MdStaticConstraintsDragDrop/MdStaticConstraintsDragDrop";
1
+ import { MdStaticConstraintsDragDrop } from "./MdStaticConstraintsDragDrop/MdStaticConstraintsDragDrop";
2
2
  import { MdStaticDragDropSimple } from "./MdStaticDragDropSimple/MdStaticDragDropSimple";
3
3
  export { MdStaticConstraintsDragDrop, MdStaticDragDropSimple };
@@ -2,5 +2,6 @@ export interface MdStaticFontTypeInterface {
2
2
  variant: "sans" | "serif" | "mono";
3
3
  variant1: "italic" | "notitalic";
4
4
  variant2: "thin" | "extralight" | "light" | "normal" | "medium" | "semibold" | "bold" | "extrabold" | "black";
5
+ fontsize: "sm" | "base" | "lg" | "xl" | "xxl" | "xxxl" | "xxxxl" | "xxxxxl";
5
6
  text?: string;
6
7
  }
@@ -1,4 +1,5 @@
1
- export interface InputGroup1_Props {
2
- variant: "0|1|2";
1
+ import { InputHTMLAttributes } from "react";
2
+ export interface InputGroup1_Props extends InputHTMLAttributes<HTMLInputElement> {
3
+ variant: "0" | "1" | "2";
3
4
  text: string;
4
5
  }
@@ -1,11 +1,12 @@
1
1
  export interface MdStaticTextInputInter {
2
- placeholderProps: string;
2
+ placeholder: string;
3
3
  type: 'email' | 'url' | 'phone' | 'number' | 'password' | 'float' | 'text' | 'none';
4
4
  validationProps: string;
5
- disabledProps: boolean;
6
- isRequired: boolean;
5
+ disabled: boolean;
6
+ required: boolean;
7
7
  numberLength: number;
8
8
  decimalPoints: number;
9
9
  id: string;
10
10
  name: string;
11
+ className?: string;
11
12
  }
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { MdGalleryTabInterface } from './MdGalleryTabInterface';
3
+ export declare const MdGalleryTab: React.FC<MdGalleryTabInterface>;
@@ -0,0 +1,9 @@
1
+ export interface MdGalleryTabInterface {
2
+ data: {
3
+ label: string;
4
+ value: string;
5
+ images: {
6
+ imageLink: string;
7
+ }[];
8
+ }[];
9
+ }
@@ -1,6 +1,7 @@
1
1
  import { MdFeaturedImageGallery } from "./MdFeaturedImageGallery/MdFeaturedImageGallery";
2
2
  import { MdGalleryCarousel } from "./MdGalleryCarousel/MdGalleryCarousel";
3
+ import { MdGalleryTab } from "./MdGalleryTab/MdGalleryTab";
3
4
  import { MdQuadGallery } from "./MdQuadGallery/MdQuadGallery";
4
5
  import { MdStaticGallery } from "./MdStaticGallery/MdStaticGallery";
5
6
  import { MdStaticMasonryGridGallery } from "./MdStaticMasonryGridGalery/MdStaticMasonryGridGalery";
6
- export { MdStaticGallery, MdStaticMasonryGridGallery, MdFeaturedImageGallery, MdQuadGallery, MdGalleryCarousel };
7
+ export { MdStaticGallery, MdStaticMasonryGridGallery, MdFeaturedImageGallery, MdQuadGallery, MdGalleryCarousel, MdGalleryTab };
@@ -1,10 +1,5 @@
1
+ /// <reference types="react" />
1
2
  export interface MdStaticBasicGridInterface {
2
- variantgrid: "Grid12" | "Grid10" | "Grid8" | "Grid6" | "Grid4" | "Grid2" | "Grid1";
3
- variantspan: "span12" | "span10" | "span8" | "span6" | "span4" | "span3" | "span2" | "span1";
4
- variantspan1: "span12" | "span10" | "span8" | "span6" | "span4" | "span3" | "span2" | "span1";
5
- variantspan2: "span12" | "span10" | "span8" | "span6" | "span4" | "span3" | "span2" | "span1";
6
- variantstart: "start12" | "start10" | "start8" | "start6" | "start4" | "start3" | "start2" | "start1";
7
- variantstart1: "start12" | "start10" | "start8" | "start6" | "start4" | "start3" | "start2" | "start1";
8
- variantstart2: "start12" | "start10" | "start8" | "start6" | "start4" | "start3" | "start2" | "start1";
9
- dataArray: string[];
3
+ children: React.ReactNode;
4
+ className?: string;
10
5
  }
@@ -1,12 +1,5 @@
1
+ /// <reference types="react" />
1
2
  export interface MdStaticLockingGridInterface {
2
- variantgrid: "Grid12" | "Grid10" | "Grid8" | "Grid6" | "Grid4" | "Grid2" | "Grid1";
3
- variantgrid1: "Grid12" | "Grid10" | "Grid8" | "Grid6" | "Grid4" | "Grid2" | "Grid1";
4
- variantspan: "span12" | "span10" | "span8" | "span6" | "span4" | "span3" | "span2" | "span1";
5
- variantspan1: "span12" | "span10" | "span8" | "span6" | "span4" | "span3" | "span2" | "span1";
6
- variantspan2: "span12" | "span10" | "span8" | "span6" | "span4" | "span3" | "span2" | "span1";
7
- variantstart: "start12" | "start10" | "start8" | "start6" | "start4" | "start3" | "start2" | "start1";
8
- variantstart1: "start12" | "start10" | "start8" | "start6" | "start4" | "start3" | "start2" | "start1";
9
- variantstart2: "start12" | "start10" | "start8" | "start6" | "start4" | "start3" | "start2" | "start1";
10
- dataArray: string[];
11
- HeaderdataArray: string[];
3
+ children: React.ReactNode;
4
+ className?: string;
12
5
  }
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { MdPageChangePasswordInterface } from "./MdPageChangePasswordInterface";
3
+ export declare const MdPageChangePassword: React.FC<MdPageChangePasswordInterface>;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ export interface MdPageChangePasswordInterface {
3
+ children: React.ReactNode;
4
+ }
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { MdPageSignupInterface } from "./MdPageSignupInterface";
3
+ export declare const MdPageSignup: React.FC<MdPageSignupInterface>;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ export interface MdPageSignupInterface {
3
+ children: React.ReactNode;
4
+ }
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { MdPageloginInterface } from "./MdPageloginInterface";
3
+ export declare const MdPagelogin: React.FC<MdPageloginInterface>;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ export interface MdPageloginInterface {
3
+ children: React.ReactNode;
4
+ }
@@ -0,0 +1,4 @@
1
+ import { MdPageChangePassword } from "./MdPageChangePassword/MdPageChangePassword";
2
+ import { MdPageSignup } from "./MdPageSignup/MdPageSignup";
3
+ import { MdPagelogin } from "./MdPagelogin/MdPagelogin";
4
+ export { MdPagelogin, MdPageSignup, MdPageChangePassword };
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { MdStaticPopoverInterface } from "./MdStaticPopoverInterface";
3
+ export declare const MdStaticPopover: React.FC<MdStaticPopoverInterface>;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ export interface MdStaticPopoverInterface extends React.HTMLAttributes<HTMLDivElement> {
3
+ children: React.ReactNode;
4
+ className?: string;
5
+ isVisible?: boolean;
6
+ variant: "top" | "left" | "right" | "down";
7
+ }
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { MdStaticPopoverFormInterface } from "./MdStaticPopoverFormInterface";
3
+ export declare const MdStaticPopoverForm: React.FC<MdStaticPopoverFormInterface>;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ export interface MdStaticPopoverFormInterface extends React.HTMLAttributes<HTMLDivElement> {
3
+ children: React.ReactNode;
4
+ className?: string;
5
+ isVisible?: boolean;
6
+ variant: "top" | "left" | "right" | "down";
7
+ }
@@ -1,5 +1,9 @@
1
+ /// <reference types="react" />
1
2
  import { Intent } from "@blueprintjs/core";
2
3
  export interface MdStaticTagInterface {
4
+ showiconProps: "search" | "add" | "delete" | "edit" | "settings" | "tick" | "cross" | "info-sign" | "menu" | "user";
5
+ IntentProps: Intent;
6
+ textProps: string | React.ReactNode;
3
7
  activeProps: boolean;
4
8
  fillProps: boolean;
5
9
  interactiveProps: boolean;
@@ -7,8 +11,4 @@ export interface MdStaticTagInterface {
7
11
  minimalProps: boolean;
8
12
  multilineProps: boolean;
9
13
  roundProps: boolean;
10
- righticonProps: boolean;
11
- iconProps: boolean;
12
- IntentProps: Intent;
13
- textProps: string;
14
14
  }
@@ -1,4 +1,10 @@
1
1
  export interface MdEditableTextInterface {
2
2
  type: 'select' | 'text' | 'string';
3
3
  value: string;
4
+ option: [
5
+ {
6
+ label: string;
7
+ value: string;
8
+ }
9
+ ];
4
10
  }
@@ -1,4 +1,4 @@
1
- import { MdStaticButton, MdStaticMoreLessButton, MdStaticSplitButton, MdStaticBtnIcon, MdStaticBtnIconOutline } from "./Buttons";
1
+ import { MdStaticButton, MdStaticMoreLessButton, MdStaticSplitButton, MdStaticBtnIcon, MdStaticBtnIconOutline, MdStaticButtonFull } from "./Buttons";
2
2
  import { MdStaticCalendar } from "./Calendar/Calendar1/MdStaticCalendar1";
3
3
  import { MdStaticCard, MdStaticCardColorHeader, MdStaticCardImgSide, MdStaticCardProgress, MdStaticCardSocialMedia, MdStaticCardTab } from "./Card";
4
4
  import { MdStaticCarousel } from "./Carousel";
@@ -23,6 +23,7 @@ import { MdStaticToastAutoHide, MdStaticToastDefaultBottomLeft, MdStaticToastDef
23
23
  import { MdStaticSpinner } from "./Spinner";
24
24
  import { MdStaticHoverEffect } from "./Hover";
25
25
  import { MdStaticBadgeIconNotification, MdStaticBadgeNotification } from "./Badge";
26
- import { MdFeaturedImageGallery, MdGalleryCarousel, MdQuadGallery, MdStaticGallery, MdStaticMasonryGridGallery } from "./Gallery";
26
+ import { MdFeaturedImageGallery, MdGalleryCarousel, MdGalleryTab, MdQuadGallery, MdStaticGallery, MdStaticMasonryGridGallery } from "./Gallery";
27
27
  import { MdStaticProgressBar } from "./ProgressBar";
28
- export { MdStaticPasswordField, MdStaticFileInput, MdStaticColorPicker, MdStaticEmailField, MdStaticNumberField, MdStaticTextFieldSet, MdStaticTextAreaField, MdStaticURLField, MdStaticSearchField, MdStaticDatePickerField, MdStaticCountdown, MdStaticSpinnerField, MdStaticToggleSwitch, MdStaticTextarea1, MdStaticTagInput, MdStaticPDFViewer, MdstaticNumericInput1, MdStaticTextField, MdStaticFontType, MdStaticTextInput, MdStaticToastAutoHide, MdStaticToastDefaultBottomLeft, MdStaticToastDefaultBottomRight, MdStaticToastDefaultTopLeft, MdStaticToastDefaultTopRight, MdStaticToastIcon, MdStaticToastImage, MdSweetToastError, MdSweetToastSuccess, MdSweetToastWarning, MdSweetToastInfo, MdSweetToastQuestion, MdStaticButton, MdStaticBtnIcon, MdStaticBtnIconOutline, MdStaticCarousel, MdStaticDropdown, MdStaticDropdown1, MdStaticFooter, MdStaticFooter2, MdStaticHeader, MdStaticNavbar, MdStaticSidebar, Table02, MdStaticWSortIcon, MdTableDynamic, MdStaticModalForm, MdStaticModalTab, MdStaticMultiselect, MdStaticSearchDropdown, MdStaticCalendar, MdstaticCheckbox, MdStaticCheckbox1, MdstaticCheckboxGroup, MdStaticSplitButton, MdStaticMoreLessButton, MdErrorPage404, MdErrorPage500, MdStaticInfoBox, MdStaticInfoBoxShadow, MdStaticHTMLSelect, MdStaticConstraintsDragDrop, MdStaticDragDropSimple, MdStaticCard, MdStaticCardImgSide, MdStaticCardProgress, MdStaticCardTab, MdStaticCardColorHeader, MdStaticCardSocialMedia, MdEditableText, MdStaticSpinner, MdStaticHoverEffect, MdStaticBadgeNotification, MdStaticBadgeIconNotification, MdStaticGallery, MdStaticMasonryGridGallery, MdFeaturedImageGallery, MdQuadGallery, MdGalleryCarousel, MdStaticProgressBar, };
28
+ import { MdPageChangePassword, MdPageSignup, MdPagelogin } from "./Page";
29
+ export { MdStaticPasswordField, MdStaticFileInput, MdStaticColorPicker, MdStaticEmailField, MdStaticNumberField, MdStaticTextFieldSet, MdStaticTextAreaField, MdStaticURLField, MdStaticSearchField, MdStaticDatePickerField, MdStaticCountdown, MdStaticSpinnerField, MdStaticToggleSwitch, MdStaticTextarea1, MdStaticTagInput, MdStaticPDFViewer, MdstaticNumericInput1, MdStaticTextField, MdStaticFontType, MdStaticTextInput, MdStaticToastAutoHide, MdStaticToastDefaultBottomLeft, MdStaticToastDefaultBottomRight, MdStaticToastDefaultTopLeft, MdStaticToastDefaultTopRight, MdStaticToastIcon, MdStaticToastImage, MdSweetToastError, MdSweetToastSuccess, MdSweetToastWarning, MdSweetToastInfo, MdSweetToastQuestion, MdStaticButton, MdStaticBtnIcon, MdStaticButtonFull, MdStaticBtnIconOutline, MdStaticCarousel, MdStaticDropdown, MdStaticDropdown1, MdStaticFooter, MdStaticFooter2, MdStaticHeader, MdStaticNavbar, MdStaticSidebar, Table02, MdStaticWSortIcon, MdTableDynamic, MdStaticModalForm, MdStaticModalTab, MdStaticMultiselect, MdStaticSearchDropdown, MdStaticCalendar, MdstaticCheckbox, MdStaticCheckbox1, MdstaticCheckboxGroup, MdStaticSplitButton, MdStaticMoreLessButton, MdErrorPage404, MdErrorPage500, MdStaticInfoBox, MdStaticInfoBoxShadow, MdStaticHTMLSelect, MdStaticConstraintsDragDrop, MdStaticDragDropSimple, MdStaticCard, MdStaticCardImgSide, MdStaticCardProgress, MdStaticCardTab, MdStaticCardColorHeader, MdStaticCardSocialMedia, MdEditableText, MdStaticSpinner, MdStaticHoverEffect, MdStaticBadgeNotification, MdStaticBadgeIconNotification, MdStaticGallery, MdStaticMasonryGridGallery, MdFeaturedImageGallery, MdQuadGallery, MdGalleryCarousel, MdGalleryTab, MdStaticProgressBar, MdPagelogin, MdPageSignup, MdPageChangePassword };