@map2usdnbhd/md_components 1.0.36 → 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.
- package/dist/allPaths-CTwi4K5n.js +16 -0
- package/dist/allPathsLoader-Dc1nCtYK.js +20 -0
- package/dist/components/Buttons/Button2/MdStaticButtonFull.d.ts +3 -0
- package/dist/components/Buttons/Button2/MdStaticButtonFullInterface.d.ts +5 -0
- package/dist/components/Buttons/index.d.ts +2 -1
- package/dist/components/Calendar/Calendar1/MdStaticCalendar1.d.ts +1 -0
- package/dist/components/FormInputs/FontType/MdStaticFontType/MdStaticFontTypeInterface.d.ts +1 -0
- package/dist/components/FormInputs/InputGroup/MdStaticPasswords/InputGroupInterface.d.ts +1 -1
- 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/Page/MdPagelogin/MdPagelogin.d.ts +3 -0
- package/dist/components/Page/MdPagelogin/MdPageloginInterface.d.ts +2 -0
- package/dist/components/Page/index.d.ts +2 -0
- package/dist/components/Text1/MdEditableText/MdEditableTextInterface.d.ts +6 -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-79eqIWQw.js → index-lfkM5eem.js} +18724 -18854
- package/dist/md-component.js +84 -82
- package/dist/md-component.umd.cjs +71 -44
- package/dist/{splitPathsBySizeLoader-jq2okcc8.js → splitPathsBySizeLoader-s2Jip2Vh.js} +7 -9
- package/package.json +1 -1
- package/dist/allPaths-bd2lN2Cy.js +0 -18
- package/dist/allPathsLoader-rTs9IQ6n.js +0 -22
- package/dist/index-_nYoEliG.js +0 -606
- 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
|
+
};
|
|
@@ -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
|
-
|
|
7
|
+
import { MdStaticButtonFull } from "./Button2/MdStaticButtonFull";
|
|
8
|
+
export { MdStaticButton, MdStaticSplitButton, MdStaticMoreLessButton, MdStaticBtnIcon, MdStaticBtnIconOutline, MdStaticSegmentedButton, MdStaticButtonFull };
|
|
@@ -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,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,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 { 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, };
|