@map2usdnbhd/md_components 1.0.27 → 1.0.29
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-WltO1Sh7.js → allPaths-ZPqEmzbC.js} +1 -1
- package/dist/{allPathsLoader-8ARfgQAp.js → allPathsLoader-RgdBB_Ze.js} +2 -2
- package/dist/components/Buttons/MdStaticBtnIcon/MdStaticBtnIconInterface.d.ts +1 -1
- package/dist/components/FormInputs/TextInput/mdStaticTextInput/mdStaticTextInputInterface.d.ts +1 -1
- package/dist/components/Hover/MdStaticHoverEffect/MdStaticHoverEffectInterface.d.ts +1 -1
- package/dist/components/Hover/index.d.ts +2 -0
- package/dist/components/Md_Footer/Md_Footer1/Md_Footer1.d.ts +3 -0
- package/dist/components/Md_Footer/Md_Footer1/Md_StaticFooterInterface.d.ts +6 -0
- package/dist/components/Tooltips/TooltipsDefault/TooltipsDefault.d.ts +3 -0
- package/dist/components/Tooltips/TooltipsDefault/TooltipsDefaultInterface.d.ts +6 -0
- package/dist/components/index.d.ts +3 -2
- package/dist/{index-gvrD2Wx5.js → index-YAom6kjE.js} +1444 -1378
- package/dist/md-component.js +42 -41
- package/dist/md-component.umd.cjs +26 -26
- package/dist/{splitPathsBySizeLoader-Ri6G4hhu.js → splitPathsBySizeLoader-Qd6hro2G.js} +1 -1
- package/package.json +1 -1
- package/dist/components/Hover/MdStaticHoverEffect/index.d.ts +0 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as e, a as n } from "./index-
|
|
1
|
+
import { _ as e, a as n } from "./index-YAom6kjE.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-ZPqEmzbC.js"
|
|
13
13
|
)];
|
|
14
14
|
case 1:
|
|
15
15
|
return t = r.sent().getIconPaths, [2, t(o, a)];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export interface MdstaticBtnIconInterface {
|
|
2
2
|
size?: number;
|
|
3
3
|
disable?: boolean;
|
|
4
|
-
iconType?: "Setting" | " Appstore" | "CloseCircle" | "CheckCircle" | "Notification" | "CloudUpload" | "CloudDownload";
|
|
4
|
+
iconType?: "Setting" | " Appstore" | "CloseCircle" | "CheckCircle" | "Notification" | "CloudUpload" | "CloudDownload" | "Eye" | "Pen" | "TrashCan";
|
|
5
5
|
variant: "success" | "primary" | "danger" | "warning" | "dark" | "light";
|
|
6
6
|
type: "submit" | "button" | "reset";
|
|
7
7
|
}
|
package/dist/components/FormInputs/TextInput/mdStaticTextInput/mdStaticTextInputInterface.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export interface MdStaticTextInputInter {
|
|
2
2
|
placeholderProps: string;
|
|
3
|
-
type: 'email' | 'number' | 'password' | 'float' | 'text' | 'none';
|
|
3
|
+
type: 'email' | 'url' | 'phone' | 'number' | 'password' | 'float' | 'text' | 'none';
|
|
4
4
|
validationProps: string;
|
|
5
5
|
disabledProps: boolean;
|
|
6
6
|
isRequired: boolean;
|
|
@@ -3,5 +3,5 @@ export interface MdStaticHoverEffectInterface {
|
|
|
3
3
|
position_tooltip: "top" | "bottom" | "right" | "left";
|
|
4
4
|
title_tooltip: string;
|
|
5
5
|
desc_tooltip: string;
|
|
6
|
-
bgColor: "success" | "primary" | "danger" | "warning" | "dark" | "light";
|
|
6
|
+
bgColor: "none" | "success" | "primary" | "danger" | "warning" | "dark" | "light";
|
|
7
7
|
}
|
|
@@ -18,5 +18,6 @@ import { MdStaticSidebar } from "./Sidebar";
|
|
|
18
18
|
import { MdErrorPage404, MdErrorPage500 } from "./PageError";
|
|
19
19
|
import { MdStaticConstraintsDragDrop, MdStaticDragDropSimple } from "./DragDrop";
|
|
20
20
|
import { MdStaticToastAutoHide, MdStaticToastDefaultBottomLeft, MdStaticToastDefaultBottomRight, MdStaticToastDefaultTopLeft, MdStaticToastDefaultTopRight, MdStaticToastIcon, MdStaticToastImage, MdSweetToastError, MdSweetToastSuccess, MdSweetToastWarning, MdSweetToastInfo, MdSweetToastQuestion } from "./Toast";
|
|
21
|
-
import { MdStaticSpinner } from "./Spinner
|
|
22
|
-
|
|
21
|
+
import { MdStaticSpinner } from "./Spinner";
|
|
22
|
+
import { MdStaticHoverEffect } from "./Hover";
|
|
23
|
+
export { MdStaticPasswordField, MdStaticFileInput, MdStaticColorPicker, MdStaticEmailField, MdStaticNumberField, MdStaticTextFieldSet, MdStaticTextAreaField, MdStaticURLField, MdStaticSearchField, MdStaticDatePickerField, MdStaticBadgeIconNotification, MdStaticBadgeNotification, 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, MdStaticCard, MdStaticCarousel, MdStaticDropdown, MdStaticFooter, MdStaticFooter2, MdStaticHeader, MdStaticNavbar, MdStaticSidebar, Table02, MdStaticWSortIcon, MdTableDynamic, MdStaticModalForm, MdStaticModalTab, MdStaticMultiselect, MdStaticSearchDropdown, MdStaticCalendar, MdStaticCardProgressBar, MdStaticCardTab, MdstaticCheckbox, MdstaticCheckboxGroup, MdStaticCardImgSide, MdStaticSplitButton, MdStaticMoreLessButton, MdErrorPage404, MdErrorPage500, MdStaticInfoBox, MdStaticInfoBoxShadow, MdStaticConstraintsDragDrop, MdStaticDragDropSimple, MdEditableText, MdStaticSpinner, MdStaticHoverEffect, };
|