@map2usdnbhd/md_components 1.0.37 → 1.0.39

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-WvP4XqT0.js +18 -0
  2. package/dist/allPathsLoader-sSO0RLnW.js +22 -0
  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/MdStaticButtonFullInterface.d.ts +3 -2
  6. package/dist/components/Buttons/index.d.ts +2 -1
  7. package/dist/components/Buttons/mdStaticButtonBasic/mdStaticButtonBasic.d.ts +3 -0
  8. package/dist/components/Buttons/mdStaticButtonBasic/mdStaticButtonBasicInterface.d.ts +10 -0
  9. package/dist/components/Calendar/Calendar1/MdStaticCalendar1.d.ts +0 -1
  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/InputGroup/MdStaticPasswords/InputGroupInterface.d.ts +2 -1
  17. package/dist/components/FormInputs/TextInput/mdStaticTextInput/mdStaticTextInputInterface.d.ts +4 -3
  18. package/dist/components/Grid/BasicGrid/MdStaticBasicGridInterface.d.ts +3 -8
  19. package/dist/components/Grid/LockingGrid/MdStaticLockingGridInterface.d.ts +3 -10
  20. package/dist/components/Page/MdPageChangePassword/MdPageChangePassword.d.ts +3 -0
  21. package/dist/components/Page/MdPageChangePassword/MdPageChangePasswordInterface.d.ts +4 -0
  22. package/dist/components/Page/MdPageSignup/MdPageSignup.d.ts +3 -0
  23. package/dist/components/Page/MdPageSignup/MdPageSignupInterface.d.ts +4 -0
  24. package/dist/components/Page/MdPagelogin/MdPageloginInterface.d.ts +2 -0
  25. package/dist/components/Page/index.d.ts +3 -1
  26. package/dist/components/Popover/MdStaticPopover/MdStaticPopover.d.ts +3 -0
  27. package/dist/components/Popover/MdStaticPopover/MdStaticPopoverInterface.d.ts +7 -0
  28. package/dist/components/Popover/MdStaticPopoverForm/MdStaticPopoverForm.d.ts +3 -0
  29. package/dist/components/Popover/MdStaticPopoverForm/MdStaticPopoverFormInterface.d.ts +7 -0
  30. package/dist/components/Tag/mdStaticTag/MdStaticTagInterface.d.ts +4 -4
  31. package/dist/components/index.d.ts +2 -2
  32. package/dist/{index-lfkM5eem.js → index-Y-F_9jFq.js} +12451 -13444
  33. package/dist/index-_nYoEliG.js +606 -0
  34. package/dist/index-q-fN99gA.js +606 -0
  35. package/dist/md-component.js +87 -84
  36. package/dist/md-component.umd.cjs +43 -71
  37. package/dist/{splitPathsBySizeLoader-s2Jip2Vh.js → splitPathsBySizeLoader-ZajFFZNZ.js} +9 -7
  38. package/package.json +1 -1
  39. package/dist/allPaths-CTwi4K5n.js +0 -16
  40. package/dist/allPathsLoader-Dc1nCtYK.js +0 -20
  41. package/dist/components/Checkbox/MdStaticCheckbox1/MdStaticCheckbox1.stories.d.ts +0 -74
  42. package/dist/index-BcyZRf8d.js +0 -608
  43. package/dist/index-CPmyzV1b.js +0 -608
@@ -0,0 +1,18 @@
1
+ import { I as n } from "./index-_nYoEliG.js";
2
+ import { I as e } from "./index-q-fN99gA.js";
3
+ import { p as t, I as s } from "./index-Y-F_9jFq.js";
4
+ import "react";
5
+ import "react-dom";
6
+ function f(o, a) {
7
+ var r = t(o);
8
+ return a === s.STANDARD ? n[r] : e[r];
9
+ }
10
+ function h(o) {
11
+ return t(o);
12
+ }
13
+ export {
14
+ n as IconSvgPaths16,
15
+ e as IconSvgPaths20,
16
+ f as getIconPaths,
17
+ h as iconNameToPathsRecordKey
18
+ };
@@ -0,0 +1,22 @@
1
+ import { _ as e, a as n } from "./index-Y-F_9jFq.js";
2
+ import "react";
3
+ import "react-dom";
4
+ var u = function(o, a) {
5
+ return e(void 0, void 0, void 0, function() {
6
+ var t;
7
+ return n(this, function(r) {
8
+ switch (r.label) {
9
+ case 0:
10
+ return [4, import(
11
+ /* webpackChunkName: "blueprint-icons-all-paths" */
12
+ "./allPaths-WvP4XqT0.js"
13
+ )];
14
+ case 1:
15
+ return t = r.sent().getIconPaths, [2, t(o, a)];
16
+ }
17
+ });
18
+ });
19
+ };
20
+ export {
21
+ u as allPathsLoader
22
+ };
@@ -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
+ }
@@ -1,5 +1,6 @@
1
- export interface MdStaticButtonFullInterface {
1
+ import { ButtonHTMLAttributes } from "react";
2
+ export interface MdStaticButtonFullInterface extends ButtonHTMLAttributes<HTMLButtonElement> {
2
3
  text: string;
3
4
  btbackgroundColor?: string;
4
- to?: string;
5
+ className?: string;
5
6
  }
@@ -4,5 +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
+ import { MdStaticButtonBasic } from "./mdStaticButtonBasic/mdStaticButtonBasic";
7
8
  import { MdStaticButtonFull } from "./Button2/MdStaticButtonFull";
8
- export { MdStaticButton, MdStaticSplitButton, MdStaticMoreLessButton, MdStaticBtnIcon, MdStaticBtnIconOutline, MdStaticSegmentedButton, 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,4 +1,3 @@
1
- import "@blueprintjs/datetime2/lib/css/blueprint-datetime2.css";
2
1
  import { FC } from "react";
3
2
  import { MdCalendarInterface } from "./MdStaticCalendarInterface";
4
3
  export declare const MdStaticCalendar: FC<MdCalendarInterface>;
@@ -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 };
@@ -1,4 +1,5 @@
1
- export interface InputGroup1_Props {
1
+ import { InputHTMLAttributes } from "react";
2
+ export interface InputGroup1_Props extends InputHTMLAttributes<HTMLInputElement> {
2
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
  }
@@ -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
+ }
@@ -1,2 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export interface MdPageloginInterface {
3
+ children: React.ReactNode;
2
4
  }
@@ -1,2 +1,4 @@
1
+ import { MdPageChangePassword } from "./MdPageChangePassword/MdPageChangePassword";
2
+ import { MdPageSignup } from "./MdPageSignup/MdPageSignup";
1
3
  import { MdPagelogin } from "./MdPagelogin/MdPagelogin";
2
- export { 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
  }
@@ -25,5 +25,5 @@ import { MdStaticHoverEffect } from "./Hover";
25
25
  import { MdStaticBadgeIconNotification, MdStaticBadgeNotification } from "./Badge";
26
26
  import { MdFeaturedImageGallery, MdGalleryCarousel, MdGalleryTab, MdQuadGallery, MdStaticGallery, MdStaticMasonryGridGallery } from "./Gallery";
27
27
  import { MdStaticProgressBar } from "./ProgressBar";
28
- import { 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, };
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 };