@map2usdnbhd/md_components 1.0.38 → 1.0.40
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-CvL1o69n.js +16 -0
- package/dist/allPathsLoader-D95zoKG9.js +20 -0
- package/dist/components/Buttons/MdStaticBlockButton/MdStaticBlockButton.d.ts +3 -0
- package/dist/components/Buttons/MdStaticBlockButton/MdStaticBlockButtonInterface.d.ts +7 -0
- package/dist/components/Buttons/index.d.ts +2 -1
- package/dist/components/Calendar/Calendar1/MdStaticCalendar1.d.ts +1 -0
- package/dist/components/FormInputs/ColorPicker/ColorPicker1/MdStaticColorPicker1.d.ts +3 -0
- package/dist/components/FormInputs/ColorPicker/ColorPicker1/MdStaticColorPicker1Interface.d.ts +7 -0
- package/dist/components/FormInputs/ColorPicker/index.d.ts +2 -0
- package/dist/components/FormInputs/FontType/MdStaticFontType/MdStaticFontTypeInterface.d.ts +1 -0
- package/dist/components/FormInputs/index.d.ts +2 -2
- package/dist/components/Layout/MdStaticFormLayout/MdStaticFormLayout.d.ts +3 -0
- package/dist/components/Layout/MdStaticFormLayout/MdStaticFormLayoutInterface.d.ts +6 -0
- package/dist/components/Modal/DynamicModal/DynamicModal.d.ts +3 -0
- package/dist/components/Modal/DynamicModal/DynamicModalInterface.d.ts +11 -0
- package/dist/components/Modal/DynamicModal/ModalChild.d.ts +6 -0
- package/dist/components/Modal/index.d.ts +2 -1
- package/dist/components/Popover/MdStaticContextMenuPopover/MdStaticContextMenuPopover.d.ts +3 -0
- package/dist/components/Popover/MdStaticContextMenuPopover/MdStaticContextMenuPopoverInterface.d.ts +7 -0
- package/dist/components/Popover/MdStaticPopoverInfo/MdStaticPopoverInfo.d.ts +3 -0
- package/dist/components/Popover/MdStaticPopoverInfo/MdStaticPopoverInfoInterface.d.ts +7 -0
- package/dist/components/Popover/index.d.ts +4 -0
- package/dist/components/index.d.ts +4 -3
- package/dist/index-BcyZRf8d.js +608 -0
- package/dist/index-CPmyzV1b.js +608 -0
- package/dist/{index-45XOinaf.js → index-RHeTUaLM.js} +10262 -10137
- package/dist/md-component.js +74 -70
- package/dist/md-component.umd.cjs +71 -43
- package/dist/{splitPathsBySizeLoader--GRosNUW.js → splitPathsBySizeLoader-rUfgMNyy.js} +7 -9
- package/package.json +6 -4
- package/dist/allPaths-QchC77ee.js +0 -18
- package/dist/allPathsLoader-0Tfoxw4V.js +0 -22
- package/dist/index-_nYoEliG.js +0 -606
- package/dist/index-q-fN99gA.js +0 -606
- /package/dist/components/FormInputs/ColorPicker/{MdStaticColorPicker.d.ts → ColorPicker/MdStaticColorPicker.d.ts} +0 -0
- /package/dist/components/FormInputs/ColorPicker/{MdStaticColorPickerInterface.d.ts → ColorPicker/MdStaticColorPickerInterface.d.ts} +0 -0
|
@@ -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-RHeTUaLM.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-RHeTUaLM.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-CvL1o69n.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,7 @@
|
|
|
1
|
+
export interface MdStaticBlockButtonInterface {
|
|
2
|
+
pill?: boolean;
|
|
3
|
+
text?: string;
|
|
4
|
+
btncolor: "success" | "primary" | "danger" | "warning";
|
|
5
|
+
iconType?: "Setting" | "Appstore" | "CloseCircle" | "CheckCircle" | "Notification" | "CloudUpload" | "CloudDownload";
|
|
6
|
+
type: "submit" | "button" | "reset";
|
|
7
|
+
}
|
|
@@ -6,4 +6,5 @@ import { MdStaticBtnIconOutline } from "./MdStaticBtnIconOutline/MdStaticBtnIcon
|
|
|
6
6
|
import { MdStaticSegmentedButton } from "./MdStaticSegmentedButton/MdStaticSegmentedButton";
|
|
7
7
|
import { MdStaticButtonBasic } from "./mdStaticButtonBasic/mdStaticButtonBasic";
|
|
8
8
|
import { MdStaticButtonFull } from "./Button2/MdStaticButtonFull";
|
|
9
|
-
|
|
9
|
+
import { MdStaticBlockButton } from "./MdStaticBlockButton/MdStaticBlockButton";
|
|
10
|
+
export { MdStaticButton, MdStaticSplitButton, MdStaticMoreLessButton, MdStaticBtnIcon, MdStaticBtnIconOutline, MdStaticSegmentedButton, MdStaticButtonBasic, MdStaticButtonFull, MdStaticBlockButton };
|
|
@@ -4,4 +4,5 @@ export interface MdStaticFontTypeInterface {
|
|
|
4
4
|
variant2: "thin" | "extralight" | "light" | "normal" | "medium" | "semibold" | "bold" | "extrabold" | "black";
|
|
5
5
|
fontsize: "sm" | "base" | "lg" | "xl" | "xxl" | "xxxl" | "xxxxl" | "xxxxxl";
|
|
6
6
|
text?: string;
|
|
7
|
+
className?: string;
|
|
7
8
|
}
|
|
@@ -22,10 +22,10 @@ import { MdStaticPDFViewer } from "./PDFViewer/MdStaticPDFViewer";
|
|
|
22
22
|
import { MdStaticTagInput } from "./TagInput/TagInput1/TagInput1";
|
|
23
23
|
import { MdStaticTextarea1 } from "./Textarea/Textarea1/Textarea1";
|
|
24
24
|
import { MdStaticToggleSwitch } from "./ToggleSwitch/MdStaticToggleSwitch/MdStaticToggleSwitch";
|
|
25
|
-
import { MdStaticColorPicker } from "./ColorPicker/MdStaticColorPicker";
|
|
26
25
|
import { MdStaticFontType } from "./FontType/MdStaticFontType/MdStaticFontType";
|
|
27
26
|
import { MdStaticTextField } from "./TextInput/MdStaticTextField/MdStaticTextField";
|
|
28
27
|
import { MdStaticTextInput } from "./TextInput/mdStaticTextInput/mdStaticTextInput";
|
|
29
28
|
import { MdStaticTextInputInter } from "./TextInput/mdStaticTextInput/mdStaticTextInputInterface";
|
|
30
|
-
|
|
29
|
+
import { MdStaticColorPicker } from "./ColorPicker/ColorPicker/MdStaticColorPicker";
|
|
30
|
+
export { MdStaticPasswordField, MdStaticFileInput, MdStaticEmailField, MdStaticNumberField, MdStaticDatePickerField, MdStaticSearchField, MdStaticURLField, MdStaticTextAreaField, MdStaticTextFieldSet, MdStaticSpinnerField, MdStaticCountdown, MdstaticNumericInput1, MdStaticPDFViewer, MdStaticTagInput, MdStaticTextarea1, MdStaticToggleSwitch, MdStaticColorPicker, MdStaticFontType, MdStaticTextField, MdStaticTextInput, };
|
|
31
31
|
export type { MdStaticEmailFieldInter, MdStaticNumberFieldInter, MdStaticDatePickerFieldInter, MdStaticSearchFieldInter, MdStaticURLFieldInter, MdStaticTextAreaFieldInter, MdStaticTextFieldSetInter, MdStaticSpinnerFieldInter, MdStaticTextInputInter };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export interface DynamicModalInterface {
|
|
3
|
+
children: React.ReactChild;
|
|
4
|
+
closeModal: () => void;
|
|
5
|
+
backgroundColor?: string;
|
|
6
|
+
btbackgroundColor?: string;
|
|
7
|
+
bgOpacity?: number;
|
|
8
|
+
hideIcon?: boolean;
|
|
9
|
+
title: string;
|
|
10
|
+
buttonLabel: string;
|
|
11
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { MdStaticModalAlert } from "./MdStaticModalAlert/MdStaticModalAlert";
|
|
2
2
|
import { MdStaticModalForm } from "./ModalForm/ModalForm";
|
|
3
3
|
import { MdStaticModalTab } from "./ModalTab/ModalTab";
|
|
4
|
-
|
|
4
|
+
import { DynamicModal } from "./DynamicModal/DynamicModal";
|
|
5
|
+
export { MdStaticModalTab, MdStaticModalAlert, MdStaticModalForm, DynamicModal };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { MdStaticPopover } from "./MdStaticPopover/MdStaticPopover";
|
|
2
|
+
import { MdStaticPopoverForm } from "./MdStaticPopoverForm/MdStaticPopoverForm";
|
|
3
|
+
import { MdStaticPopoverInfo } from "./MdStaticPopoverInfo/MdStaticPopoverInfo";
|
|
4
|
+
export { MdStaticPopover, MdStaticPopoverForm, MdStaticPopoverInfo };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { MdStaticButton, MdStaticMoreLessButton, MdStaticSplitButton, MdStaticBtnIcon, MdStaticBtnIconOutline, MdStaticButtonFull } from "./Buttons";
|
|
1
|
+
import { MdStaticButton, MdStaticMoreLessButton, MdStaticSplitButton, MdStaticBtnIcon, MdStaticBtnIconOutline, MdStaticButtonFull, MdStaticBlockButton } 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";
|
|
@@ -11,7 +11,7 @@ import { MdStaticFooter2 } from "./Footer/MdStaticFooter2/MdStaticFooter2";
|
|
|
11
11
|
import { MdStaticPasswordField, MdStaticFileInput, MdStaticColorPicker, MdStaticEmailField, MdStaticNumberField, MdStaticTextFieldSet, MdStaticTextAreaField, MdStaticURLField, MdStaticSearchField, MdStaticDatePickerField, MdStaticCountdown, MdStaticSpinnerField, MdStaticToggleSwitch, MdStaticTextarea1, MdStaticTagInput, MdStaticPDFViewer, MdstaticNumericInput1, MdStaticFontType, MdStaticTextField, MdStaticTextInput } from "./FormInputs";
|
|
12
12
|
import { MdStaticHeader } from "./Header";
|
|
13
13
|
import { MdEditableText } from "./Text1";
|
|
14
|
-
import { MdStaticModalForm, MdStaticModalTab } from "./Modal";
|
|
14
|
+
import { MdStaticModalForm, MdStaticModalTab, DynamicModal } from "./Modal";
|
|
15
15
|
import { MdStaticNavbar } from "./Navbar";
|
|
16
16
|
import { Table02, MdStaticWSortIcon, MdTableDynamic } from "./Table";
|
|
17
17
|
import { MdStaticInfoBox, MdStaticInfoBoxShadow } from "./Infobox";
|
|
@@ -26,4 +26,5 @@ import { MdStaticBadgeIconNotification, MdStaticBadgeNotification } from "./Badg
|
|
|
26
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
|
-
|
|
29
|
+
import { MdStaticPopover, MdStaticPopoverForm, MdStaticPopoverInfo } from "./Popover";
|
|
30
|
+
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, MdStaticBlockButton, MdStaticCarousel, MdStaticDropdown, MdStaticDropdown1, MdStaticFooter, MdStaticFooter2, MdStaticHeader, MdStaticNavbar, MdStaticSidebar, Table02, MdStaticWSortIcon, MdTableDynamic, MdStaticModalForm, MdStaticModalTab, DynamicModal, 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, MdStaticPopover, MdStaticPopoverForm, MdStaticPopoverInfo, };
|