@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.
- package/dist/allPaths-CTwi4K5n.js +16 -0
- package/dist/allPathsLoader-Dc1nCtYK.js +20 -0
- package/dist/components/Avatar/Avatar2/Avatar2.d.ts +3 -0
- package/dist/components/Avatar/Avatar2/Avatar2.stories.d.ts +6 -0
- package/dist/components/Avatar/Avatar2/Avatar2Interface.d.ts +8 -0
- package/dist/components/Avatar/Avatar2/index.d.ts +2 -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/Checkbox/MdStaticCheckbox1/MdStaticCheckbox1.d.ts +3 -0
- package/dist/components/Checkbox/MdStaticCheckbox1/MdStaticCheckbox1.stories.d.ts +74 -0
- package/dist/components/Checkbox/MdStaticCheckbox1/MdStaticCheckbox1Interface.d.ts +10 -0
- package/dist/components/Checkbox/index.d.ts +2 -1
- package/dist/components/Dropdown/index.d.ts +4 -1
- package/dist/components/Dropdown/mdStaticDropdown/mdStaticDropdown.d.ts +3 -0
- package/dist/components/Dropdown/mdStaticDropdown/mdStaticDropdownInterface.d.ts +12 -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/Switch/Switch1.d.ts +3 -0
- package/dist/components/Switch/Switch1Interface.d.ts +8 -0
- package/dist/components/Switch/index.d.ts +2 -0
- package/dist/components/Tag/index.d.ts +2 -0
- package/dist/components/Tag/mdStaticTag/MdStaticTag.d.ts +3 -0
- package/dist/components/Tag/mdStaticTag/MdStaticTagInterface.d.ts +14 -0
- package/dist/components/Text1/MdEditableText/MdEditableTextInterface.d.ts +6 -0
- package/dist/components/index.d.ts +6 -4
- package/dist/index-BcyZRf8d.js +608 -0
- package/dist/index-CPmyzV1b.js +608 -0
- package/dist/{index-yBdDyy67.js → index-lfkM5eem.js} +13730 -12599
- package/dist/md-component.js +82 -78
- package/dist/md-component.umd.cjs +71 -44
- package/dist/{splitPathsBySizeLoader-iauL71Mg.js → splitPathsBySizeLoader-s2Jip2Vh.js} +7 -9
- package/package.json +1 -1
- package/dist/allPaths-WtiPSK3r.js +0 -18
- package/dist/allPathsLoader-ZdeYLhN0.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 };
|
|
@@ -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
|
-
|
|
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
|
-
|
|
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,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,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,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,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
|
-
|
|
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, };
|