@map2usdnbhd/md_components 1.0.35 → 1.0.37

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 (44) hide show
  1. package/dist/allPaths-CTwi4K5n.js +16 -0
  2. package/dist/allPathsLoader-Dc1nCtYK.js +20 -0
  3. package/dist/components/Avatar/Avatar2/Avatar2.d.ts +3 -0
  4. package/dist/components/Avatar/Avatar2/Avatar2.stories.d.ts +6 -0
  5. package/dist/components/Avatar/Avatar2/Avatar2Interface.d.ts +8 -0
  6. package/dist/components/Avatar/Avatar2/index.d.ts +2 -0
  7. package/dist/components/Buttons/Button2/MdStaticButtonFull.d.ts +3 -0
  8. package/dist/components/Buttons/Button2/MdStaticButtonFullInterface.d.ts +5 -0
  9. package/dist/components/Buttons/index.d.ts +2 -1
  10. package/dist/components/Calendar/Calendar1/MdStaticCalendar1.d.ts +1 -0
  11. package/dist/components/Checkbox/MdStaticCheckbox1/MdStaticCheckbox1.d.ts +3 -0
  12. package/dist/components/Checkbox/MdStaticCheckbox1/MdStaticCheckbox1.stories.d.ts +74 -0
  13. package/dist/components/Checkbox/MdStaticCheckbox1/MdStaticCheckbox1Interface.d.ts +10 -0
  14. package/dist/components/Checkbox/index.d.ts +2 -1
  15. package/dist/components/Dropdown/index.d.ts +4 -1
  16. package/dist/components/Dropdown/mdStaticDropdown/mdStaticDropdown.d.ts +3 -0
  17. package/dist/components/Dropdown/mdStaticDropdown/mdStaticDropdownInterface.d.ts +12 -0
  18. package/dist/components/FormInputs/FontType/MdStaticFontType/MdStaticFontTypeInterface.d.ts +1 -0
  19. package/dist/components/FormInputs/InputGroup/MdStaticPasswords/InputGroupInterface.d.ts +1 -1
  20. package/dist/components/Gallery/MdGalleryTab/MdGalleryTab.d.ts +3 -0
  21. package/dist/components/Gallery/MdGalleryTab/MdGalleryTabInterface.d.ts +9 -0
  22. package/dist/components/Gallery/index.d.ts +2 -1
  23. package/dist/components/Page/MdPagelogin/MdPagelogin.d.ts +3 -0
  24. package/dist/components/Page/MdPagelogin/MdPageloginInterface.d.ts +2 -0
  25. package/dist/components/Page/index.d.ts +2 -0
  26. package/dist/components/Switch/Switch1.d.ts +3 -0
  27. package/dist/components/Switch/Switch1Interface.d.ts +8 -0
  28. package/dist/components/Switch/index.d.ts +2 -0
  29. package/dist/components/Tag/index.d.ts +2 -0
  30. package/dist/components/Tag/mdStaticTag/MdStaticTag.d.ts +3 -0
  31. package/dist/components/Tag/mdStaticTag/MdStaticTagInterface.d.ts +14 -0
  32. package/dist/components/Text1/MdEditableText/MdEditableTextInterface.d.ts +6 -0
  33. package/dist/components/index.d.ts +6 -4
  34. package/dist/index-BcyZRf8d.js +608 -0
  35. package/dist/index-CPmyzV1b.js +608 -0
  36. package/dist/{index-yBdDyy67.js → index-lfkM5eem.js} +13730 -12599
  37. package/dist/md-component.js +82 -78
  38. package/dist/md-component.umd.cjs +71 -44
  39. package/dist/{splitPathsBySizeLoader-iauL71Mg.js → splitPathsBySizeLoader-s2Jip2Vh.js} +7 -9
  40. package/package.json +1 -1
  41. package/dist/allPaths-WtiPSK3r.js +0 -18
  42. package/dist/allPathsLoader-ZdeYLhN0.js +0 -22
  43. package/dist/index-_nYoEliG.js +0 -606
  44. package/dist/index-q-fN99gA.js +0 -606
@@ -0,0 +1,16 @@
1
+ import { I as n } from "./index-BcyZRf8d.js";
2
+ import { I as e } from "./index-CPmyzV1b.js";
3
+ import { p as r, I as s } from "./index-lfkM5eem.js";
4
+ function I(o, t) {
5
+ var a = r(o);
6
+ return t === s.STANDARD ? n[a] : e[a];
7
+ }
8
+ function p(o) {
9
+ return r(o);
10
+ }
11
+ export {
12
+ n as IconSvgPaths16,
13
+ e as IconSvgPaths20,
14
+ I as getIconPaths,
15
+ p as iconNameToPathsRecordKey
16
+ };
@@ -0,0 +1,20 @@
1
+ import { _ as n, a as o } from "./index-lfkM5eem.js";
2
+ var s = function(a, e) {
3
+ return n(void 0, void 0, void 0, function() {
4
+ var t;
5
+ return o(this, function(r) {
6
+ switch (r.label) {
7
+ case 0:
8
+ return [4, import(
9
+ /* webpackChunkName: "blueprint-icons-all-paths" */
10
+ "./allPaths-CTwi4K5n.js"
11
+ )];
12
+ case 1:
13
+ return t = r.sent().getIconPaths, [2, t(a, e)];
14
+ }
15
+ });
16
+ });
17
+ };
18
+ export {
19
+ s as allPathsLoader
20
+ };
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ import { Avatar2Props } from './Avatar2Interface';
3
+ export declare const Avatar2: FC<Avatar2Props>;
@@ -0,0 +1,6 @@
1
+ import { Meta, StoryObj } from "@storybook/react";
2
+ import { Avatar2 } from "./Avatar2";
3
+ declare const meta: Meta<typeof Avatar2>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Avatar_2: Story;
@@ -0,0 +1,8 @@
1
+ export interface Avatar2Props {
2
+ imgProps: any;
3
+ sizeProps: Boolean;
4
+ notiProps: Boolean;
5
+ textProps: String;
6
+ detailProps: any;
7
+ intentProps: any;
8
+ }
@@ -0,0 +1,2 @@
1
+ import { Avatar2 } from "./Avatar2";
2
+ export { Avatar2 };
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ import { MdStaticButtonFullInterface } from "./MdStaticButtonFullInterface";
3
+ export declare const MdStaticButtonFull: FC<MdStaticButtonFullInterface>;
@@ -0,0 +1,5 @@
1
+ export interface MdStaticButtonFullInterface {
2
+ text: string;
3
+ btbackgroundColor?: string;
4
+ to?: string;
5
+ }
@@ -4,4 +4,5 @@ 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 { MdStaticButtonFull } from "./Button2/MdStaticButtonFull";
8
+ export { MdStaticButton, MdStaticSplitButton, MdStaticMoreLessButton, MdStaticBtnIcon, MdStaticBtnIconOutline, MdStaticSegmentedButton, MdStaticButtonFull };
@@ -1,3 +1,4 @@
1
+ import "@blueprintjs/datetime2/lib/css/blueprint-datetime2.css";
1
2
  import { FC } from "react";
2
3
  import { MdCalendarInterface } from "./MdStaticCalendarInterface";
3
4
  export declare const MdStaticCalendar: FC<MdCalendarInterface>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { MdStaticCheckbox1Interface } from "./MdStaticCheckbox1Interface";
3
+ export declare const MdStaticCheckbox1: React.FC<MdStaticCheckbox1Interface>;
@@ -0,0 +1,74 @@
1
+ /// <reference types="react" />
2
+ import { MdStaticCheckbox1Interface } from "./MdStaticCheckbox1Interface";
3
+ declare const _default: {
4
+ title: string;
5
+ component: import("react").FC<MdStaticCheckbox1Interface>;
6
+ tags: string[];
7
+ parameters: {
8
+ layout: string;
9
+ docs: {
10
+ description: {
11
+ component: string;
12
+ };
13
+ };
14
+ };
15
+ argTypes: {
16
+ colorProps: {
17
+ options: string[];
18
+ control: {
19
+ type: string;
20
+ };
21
+ name: string;
22
+ };
23
+ checkedProps: {
24
+ control: {
25
+ type: string;
26
+ };
27
+ name: string;
28
+ };
29
+ disabledProps: {
30
+ control: {
31
+ type: string;
32
+ };
33
+ name: string;
34
+ };
35
+ borderRadiusProps: {
36
+ control: {
37
+ type: string;
38
+ min: number;
39
+ max: number;
40
+ step: number;
41
+ };
42
+ name: string;
43
+ };
44
+ nameProps: {
45
+ control: {
46
+ type: string;
47
+ };
48
+ name: string;
49
+ };
50
+ idProps: {
51
+ control: {
52
+ type: string;
53
+ };
54
+ name: string;
55
+ };
56
+ labelProps: {
57
+ control: {
58
+ type: string;
59
+ };
60
+ name: string;
61
+ };
62
+ descriptionProps: {
63
+ control: {
64
+ type: string;
65
+ };
66
+ name: string;
67
+ };
68
+ };
69
+ };
70
+ export default _default;
71
+ export declare const Template: {
72
+ (args: MdStaticCheckbox1Interface): import("react/jsx-runtime").JSX.Element;
73
+ args: {};
74
+ };
@@ -0,0 +1,10 @@
1
+ export interface MdStaticCheckbox1Interface {
2
+ borderRadiusProps?: number;
3
+ checkedProps?: boolean;
4
+ disabledProps?: boolean;
5
+ colorProps?: "blue" | "red" | "green" | "amber" | "teal" | "indigo" | "purple" | "pink";
6
+ idProps: string;
7
+ nameProps?: string;
8
+ labelProps: string;
9
+ descriptionProps: string;
10
+ }
@@ -1,3 +1,4 @@
1
1
  import { MdstaticCheckbox } from "./Checkbox/Checkbox";
2
2
  import { MdstaticCheckboxGroup } from "./CheckboxGroup/CheckbocGroup";
3
- export { MdstaticCheckbox, MdstaticCheckboxGroup };
3
+ import { MdStaticCheckbox1 } from "./MdStaticCheckbox1/MdStaticCheckbox1";
4
+ export { MdstaticCheckbox, MdstaticCheckboxGroup, MdStaticCheckbox1 };
@@ -1,4 +1,7 @@
1
1
  import { MdStaticDropdown } from "./MdDropDown/MdStaticDropdown";
2
2
  import { MdStaticMultiselect } from "./MdDropdownMultiselect/MdDropdownMultiselect";
3
3
  import { MdStaticSearchDropdown } from "./SearchDropdown/SearchDropdown";
4
- export { MdStaticDropdown, MdStaticSearchDropdown, MdStaticMultiselect };
4
+ import { MdStaticDropdown1 } from "./mdStaticDropdown/mdStaticDropdown";
5
+ import { MdStaticDropdownInter } from "./mdStaticDropdown/mdStaticDropdownInterface";
6
+ export { MdStaticDropdown, MdStaticSearchDropdown, MdStaticMultiselect, MdStaticDropdown1 };
7
+ export type { MdStaticDropdownInter };
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ import { MdStaticDropdownInter } from '..';
3
+ export declare const MdStaticDropdown1: FC<MdStaticDropdownInter>;
@@ -0,0 +1,12 @@
1
+ import { SelectHTMLAttributes } from "react";
2
+ interface Option {
3
+ value: string;
4
+ label: string;
5
+ }
6
+ export interface MdStaticDropdownInter extends SelectHTMLAttributes<HTMLSelectElement> {
7
+ options: Option[];
8
+ id?: string;
9
+ name?: string;
10
+ className?: string;
11
+ }
12
+ export {};
@@ -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,4 @@
1
1
  export interface InputGroup1_Props {
2
- variant: "0|1|2";
2
+ variant: "0" | "1" | "2";
3
3
  text: string;
4
4
  }
@@ -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 };
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { MdPageloginInterface } from "./MdPageloginInterface";
3
+ export declare const MdPagelogin: React.FC<MdPageloginInterface>;
@@ -0,0 +1,2 @@
1
+ export interface MdPageloginInterface {
2
+ }
@@ -0,0 +1,2 @@
1
+ import { MdPagelogin } from "./MdPagelogin/MdPagelogin";
2
+ export { MdPagelogin };
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ import { Switch1Props } from './Switch1Interface';
3
+ export declare const Switch1: FC<Switch1Props>;
@@ -0,0 +1,8 @@
1
+ export interface Switch1Props {
2
+ labelProps: string;
3
+ disableProps: boolean;
4
+ inlineProps: boolean;
5
+ largeProps: boolean;
6
+ innerlabelProps: string;
7
+ innerlabelcheckedProps: string;
8
+ }
@@ -0,0 +1,2 @@
1
+ import { Switch1 } from "./Switch1";
2
+ export { Switch1 };
@@ -0,0 +1,2 @@
1
+ import { MdStaticTag } from "./mdStaticTag/MdStaticTag";
2
+ export { MdStaticTag };
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { MdStaticTagInterface } from './MdStaticTagInterface';
3
+ export declare const MdStaticTag: React.FC<MdStaticTagInterface>;
@@ -0,0 +1,14 @@
1
+ import { Intent } from "@blueprintjs/core";
2
+ export interface MdStaticTagInterface {
3
+ activeProps: boolean;
4
+ fillProps: boolean;
5
+ interactiveProps: boolean;
6
+ largeProps: boolean;
7
+ minimalProps: boolean;
8
+ multilineProps: boolean;
9
+ roundProps: boolean;
10
+ righticonProps: boolean;
11
+ iconProps: boolean;
12
+ IntentProps: Intent;
13
+ textProps: string;
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,10 +1,11 @@
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";
5
5
  import { MdstaticCheckbox } from "./Checkbox/Checkbox/Checkbox";
6
+ import { MdStaticCheckbox1 } from "./Checkbox/index";
6
7
  import { MdstaticCheckboxGroup } from "./Checkbox/CheckboxGroup/CheckbocGroup";
7
- import { MdStaticDropdown, MdStaticMultiselect, MdStaticSearchDropdown } from "./Dropdown";
8
+ import { MdStaticDropdown, MdStaticDropdown1, MdStaticMultiselect, MdStaticSearchDropdown } from "./Dropdown";
8
9
  import { MdStaticFooter } from "./Footer/MdStaticFooter/MdStaticFooter";
9
10
  import { MdStaticFooter2 } from "./Footer/MdStaticFooter2/MdStaticFooter2";
10
11
  import { MdStaticPasswordField, MdStaticFileInput, MdStaticColorPicker, MdStaticEmailField, MdStaticNumberField, MdStaticTextFieldSet, MdStaticTextAreaField, MdStaticURLField, MdStaticSearchField, MdStaticDatePickerField, MdStaticCountdown, MdStaticSpinnerField, MdStaticToggleSwitch, MdStaticTextarea1, MdStaticTagInput, MdStaticPDFViewer, MdstaticNumericInput1, MdStaticFontType, MdStaticTextField, MdStaticTextInput } from "./FormInputs";
@@ -22,6 +23,7 @@ import { MdStaticToastAutoHide, MdStaticToastDefaultBottomLeft, MdStaticToastDef
22
23
  import { MdStaticSpinner } from "./Spinner";
23
24
  import { MdStaticHoverEffect } from "./Hover";
24
25
  import { MdStaticBadgeIconNotification, MdStaticBadgeNotification } from "./Badge";
25
- import { MdFeaturedImageGallery, MdGalleryCarousel, MdQuadGallery, MdStaticGallery, MdStaticMasonryGridGallery } from "./Gallery";
26
+ import { MdFeaturedImageGallery, MdGalleryCarousel, MdGalleryTab, MdQuadGallery, MdStaticGallery, MdStaticMasonryGridGallery } from "./Gallery";
26
27
  import { MdStaticProgressBar } from "./ProgressBar";
27
- 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, MdStaticFooter, MdStaticFooter2, MdStaticHeader, MdStaticNavbar, MdStaticSidebar, Table02, MdStaticWSortIcon, MdTableDynamic, MdStaticModalForm, MdStaticModalTab, MdStaticMultiselect, MdStaticSearchDropdown, MdStaticCalendar, MdstaticCheckbox, 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 { 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, };