@map2usdnbhd/md_components 1.0.33 → 1.0.34
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-naKN7Yqo.js → allPaths-WtiPSK3r.js} +1 -1
- package/dist/{allPathsLoader-1rDYJPcH.js → allPathsLoader-ZdeYLhN0.js} +2 -2
- package/dist/components/Buttons/MdStaticBtnIcon/MdStaticBtnIconInterface.d.ts +1 -1
- package/dist/components/FormInputs/ToggleSwitch/MdStaticToggleSwitch/MdStaticToggleSwitchInterface.d.ts +3 -1
- package/dist/components/Gallery/MdGalleryCarousel/MdGalleryCarousel.d.ts +3 -0
- package/dist/components/Gallery/MdGalleryCarousel/MdGalleryCarouselInterface.d.ts +5 -0
- package/dist/components/Gallery/index.d.ts +3 -1
- package/dist/components/index.d.ts +2 -2
- package/dist/{index-aa_7BtM0.js → index-yBdDyy67.js} +3505 -3441
- package/dist/md-component.js +74 -72
- package/dist/md-component.umd.cjs +21 -21
- package/dist/{splitPathsBySizeLoader-XkFouEOc.js → splitPathsBySizeLoader-iauL71Mg.js} +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as e, a as n } from "./index-
|
|
1
|
+
import { _ as e, a as n } from "./index-yBdDyy67.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-WtiPSK3r.js"
|
|
13
13
|
)];
|
|
14
14
|
case 1:
|
|
15
15
|
return t = r.sent().getIconPaths, [2, t(o, a)];
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
export interface MdstaticBtnIconInterface {
|
|
3
3
|
size: "sm" | "md" | "lg";
|
|
4
4
|
disable?: boolean;
|
|
5
|
-
iconType?: "Setting" | " Appstore" | "CloseCircle" | "CheckCircle" | "Notification" | "CloudUpload" | "CloudDownload" | "Eye" | "Pen" | "TrashCan";
|
|
5
|
+
iconType?: "Setting" | " Appstore" | "CloseCircle" | "CheckCircle" | "Notification" | "CloudUpload" | "CloudDownload" | "Eye" | "Pen" | "TrashCan" | "mask";
|
|
6
6
|
variant: "success" | "primary" | "danger" | "warning" | "dark" | "light";
|
|
7
7
|
className: String;
|
|
8
8
|
children?: React.ReactNode;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export interface MdStaticToggleSwitchInterface {
|
|
2
2
|
variant: "success" | "primary" | "danger" | "warning" | "dark" | "light" | "White";
|
|
3
|
-
variant1: "success" | "primary" | "danger" | "warning" | "dark" | "light" | "White";
|
|
3
|
+
variant1: "success" | "primary" | "danger" | "warning" | "dark" | "light" | "White" | "none";
|
|
4
|
+
OnText?: string;
|
|
5
|
+
OffText?: string;
|
|
4
6
|
}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { MdFeaturedImageGallery } from "./MdFeaturedImageGallery/MdFeaturedImageGallery";
|
|
2
|
+
import { MdGalleryCarousel } from "./MdGalleryCarousel/MdGalleryCarousel";
|
|
3
|
+
import { MdQuadGallery } from "./MdQuadGallery/MdQuadGallery";
|
|
2
4
|
import { MdStaticGallery } from "./MdStaticGallery/MdStaticGallery";
|
|
3
5
|
import { MdStaticMasonryGridGallery } from "./MdStaticMasonryGridGalery/MdStaticMasonryGridGalery";
|
|
4
|
-
export { MdStaticGallery, MdStaticMasonryGridGallery, MdFeaturedImageGallery };
|
|
6
|
+
export { MdStaticGallery, MdStaticMasonryGridGallery, MdFeaturedImageGallery, MdQuadGallery, MdGalleryCarousel };
|
|
@@ -22,6 +22,6 @@ import { MdStaticToastAutoHide, MdStaticToastDefaultBottomLeft, MdStaticToastDef
|
|
|
22
22
|
import { MdStaticSpinner } from "./Spinner";
|
|
23
23
|
import { MdStaticHoverEffect } from "./Hover";
|
|
24
24
|
import { MdStaticBadgeIconNotification, MdStaticBadgeNotification } from "./Badge";
|
|
25
|
-
import { MdFeaturedImageGallery, MdStaticGallery, MdStaticMasonryGridGallery } from "./Gallery";
|
|
25
|
+
import { MdFeaturedImageGallery, MdGalleryCarousel, MdQuadGallery, MdStaticGallery, MdStaticMasonryGridGallery } from "./Gallery";
|
|
26
26
|
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, MdStaticProgressBar, };
|
|
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, };
|