@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.
- package/dist/{allPaths-bd2lN2Cy.js → allPaths-QchC77ee.js} +1 -1
- package/dist/{allPathsLoader-rTs9IQ6n.js → allPathsLoader-0Tfoxw4V.js} +2 -2
- package/dist/components/Avatar/Avatar Text/mdStaticAvatarText.d.ts +3 -0
- package/dist/components/Avatar/Avatar Text/mdStaticAvatarTextInterface.d.ts +20 -0
- package/dist/components/Buttons/Button2/MdStaticButtonFull.d.ts +3 -0
- package/dist/components/Buttons/Button2/MdStaticButtonFullInterface.d.ts +6 -0
- package/dist/components/Buttons/index.d.ts +3 -1
- package/dist/components/Buttons/mdStaticButtonBasic/mdStaticButtonBasic.d.ts +3 -0
- package/dist/components/Buttons/mdStaticButtonBasic/mdStaticButtonBasicInterface.d.ts +10 -0
- package/dist/components/Checkbox/MdStaticCheckbox1/MdStaticCheckbox1.d.ts +1 -1
- package/dist/components/Checkbox/MdStaticCheckbox1/MdStaticCheckbox1Interface.d.ts +6 -7
- package/dist/components/Checkbox/index.d.ts +2 -0
- package/dist/components/DragDrop/MdStaticConstraintsDragDrop/MdStaticConstraintsDragDrop.d.ts +9 -2
- package/dist/components/DragDrop/MdStaticConstraintsDragDrop/MdStaticConstraintsDragDropInterface.d.ts +7 -5
- package/dist/components/DragDrop/index.d.ts +1 -1
- package/dist/components/FormInputs/FontType/MdStaticFontType/MdStaticFontTypeInterface.d.ts +1 -0
- package/dist/components/FormInputs/InputGroup/MdStaticPasswords/InputGroupInterface.d.ts +3 -2
- package/dist/components/FormInputs/TextInput/mdStaticTextInput/mdStaticTextInputInterface.d.ts +4 -3
- package/dist/components/Gallery/MdGalleryTab/MdGalleryTab.d.ts +3 -0
- package/dist/components/Gallery/MdGalleryTab/MdGalleryTabInterface.d.ts +9 -0
- package/dist/components/Gallery/index.d.ts +2 -1
- package/dist/components/Grid/BasicGrid/MdStaticBasicGridInterface.d.ts +3 -8
- package/dist/components/Grid/LockingGrid/MdStaticLockingGridInterface.d.ts +3 -10
- package/dist/components/Page/MdPageChangePassword/MdPageChangePassword.d.ts +3 -0
- package/dist/components/Page/MdPageChangePassword/MdPageChangePasswordInterface.d.ts +4 -0
- package/dist/components/Page/MdPageSignup/MdPageSignup.d.ts +3 -0
- package/dist/components/Page/MdPageSignup/MdPageSignupInterface.d.ts +4 -0
- package/dist/components/Page/MdPagelogin/MdPagelogin.d.ts +3 -0
- package/dist/components/Page/MdPagelogin/MdPageloginInterface.d.ts +4 -0
- package/dist/components/Page/index.d.ts +4 -0
- package/dist/components/Popover/MdStaticPopover/MdStaticPopover.d.ts +3 -0
- package/dist/components/Popover/MdStaticPopover/MdStaticPopoverInterface.d.ts +7 -0
- package/dist/components/Popover/MdStaticPopoverForm/MdStaticPopoverForm.d.ts +3 -0
- package/dist/components/Popover/MdStaticPopoverForm/MdStaticPopoverFormInterface.d.ts +7 -0
- package/dist/components/Tag/mdStaticTag/MdStaticTagInterface.d.ts +4 -4
- package/dist/components/Text1/MdEditableText/MdEditableTextInterface.d.ts +6 -0
- package/dist/components/index.d.ts +4 -3
- package/dist/{index-79eqIWQw.js → index-45XOinaf.js} +17518 -18641
- package/dist/md-component.js +81 -76
- package/dist/md-component.umd.cjs +34 -35
- package/dist/{splitPathsBySizeLoader-jq2okcc8.js → splitPathsBySizeLoader--GRosNUW.js} +1 -1
- package/package.json +1 -1
- package/dist/components/Checkbox/MdStaticCheckbox1/MdStaticCheckbox1.stories.d.ts +0 -74
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as e, a as n } from "./index-
|
|
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-
|
|
12
|
+
"./allPaths-QchC77ee.js"
|
|
13
13
|
)];
|
|
14
14
|
case 1:
|
|
15
15
|
return t = r.sent().getIconPaths, [2, t(o, a)];
|
|
@@ -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
|
+
}
|
|
@@ -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
|
-
|
|
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,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,10 +1,9 @@
|
|
|
1
1
|
export interface MdStaticCheckbox1Interface {
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
label: string;
|
|
3
|
+
name: string;
|
|
4
|
+
id: string;
|
|
5
|
+
value: string;
|
|
6
|
+
className?: string;
|
|
4
7
|
disabledProps?: boolean;
|
|
5
|
-
|
|
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 };
|
package/dist/components/DragDrop/MdStaticConstraintsDragDrop/MdStaticConstraintsDragDrop.d.ts
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
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
|
-
|
|
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
|
}
|
package/dist/components/FormInputs/TextInput/mdStaticTextInput/mdStaticTextInputInterface.d.ts
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
export interface MdStaticTextInputInter {
|
|
2
|
-
|
|
2
|
+
placeholder: string;
|
|
3
3
|
type: 'email' | 'url' | 'phone' | 'number' | 'password' | 'float' | 'text' | 'none';
|
|
4
4
|
validationProps: string;
|
|
5
|
-
|
|
6
|
-
|
|
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,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
|
-
|
|
3
|
-
|
|
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
|
-
|
|
3
|
-
|
|
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
|
}
|
|
@@ -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,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
|
-
|
|
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 };
|