@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.
Files changed (27) hide show
  1. package/dist/allPaths-CTwi4K5n.js +16 -0
  2. package/dist/allPathsLoader-Dc1nCtYK.js +20 -0
  3. package/dist/components/Buttons/Button2/MdStaticButtonFull.d.ts +3 -0
  4. package/dist/components/Buttons/Button2/MdStaticButtonFullInterface.d.ts +5 -0
  5. package/dist/components/Buttons/index.d.ts +2 -1
  6. package/dist/components/Calendar/Calendar1/MdStaticCalendar1.d.ts +1 -0
  7. package/dist/components/FormInputs/FontType/MdStaticFontType/MdStaticFontTypeInterface.d.ts +1 -0
  8. package/dist/components/FormInputs/InputGroup/MdStaticPasswords/InputGroupInterface.d.ts +1 -1
  9. package/dist/components/Gallery/MdGalleryTab/MdGalleryTab.d.ts +3 -0
  10. package/dist/components/Gallery/MdGalleryTab/MdGalleryTabInterface.d.ts +9 -0
  11. package/dist/components/Gallery/index.d.ts +2 -1
  12. package/dist/components/Page/MdPagelogin/MdPagelogin.d.ts +3 -0
  13. package/dist/components/Page/MdPagelogin/MdPageloginInterface.d.ts +2 -0
  14. package/dist/components/Page/index.d.ts +2 -0
  15. package/dist/components/Text1/MdEditableText/MdEditableTextInterface.d.ts +6 -0
  16. package/dist/components/index.d.ts +4 -3
  17. package/dist/index-BcyZRf8d.js +608 -0
  18. package/dist/index-CPmyzV1b.js +608 -0
  19. package/dist/{index-79eqIWQw.js → index-lfkM5eem.js} +18724 -18854
  20. package/dist/md-component.js +84 -82
  21. package/dist/md-component.umd.cjs +71 -44
  22. package/dist/{splitPathsBySizeLoader-jq2okcc8.js → splitPathsBySizeLoader-s2Jip2Vh.js} +7 -9
  23. package/package.json +1 -1
  24. package/dist/allPaths-bd2lN2Cy.js +0 -18
  25. package/dist/allPathsLoader-rTs9IQ6n.js +0 -22
  26. package/dist/index-_nYoEliG.js +0 -606
  27. 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
+ };
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ import { MdStaticButtonFullInterface } from "./MdStaticButtonFullInterface";
3
+ export declare const MdStaticButtonFull: FC<MdStaticButtonFullInterface>;
@@ -0,0 +1,5 @@
1
+ export interface MdStaticButtonFullInterface {
2
+ text: string;
3
+ btbackgroundColor?: string;
4
+ to?: string;
5
+ }
@@ -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
- export { MdStaticButton, MdStaticSplitButton, MdStaticMoreLessButton, MdStaticBtnIcon, MdStaticBtnIconOutline, MdStaticSegmentedButton };
7
+ import { MdStaticButtonFull } from "./Button2/MdStaticButtonFull";
8
+ export { MdStaticButton, MdStaticSplitButton, MdStaticMoreLessButton, MdStaticBtnIcon, MdStaticBtnIconOutline, MdStaticSegmentedButton, MdStaticButtonFull };
@@ -1,3 +1,4 @@
1
+ import "@blueprintjs/datetime2/lib/css/blueprint-datetime2.css";
1
2
  import { FC } from "react";
2
3
  import { MdCalendarInterface } from "./MdStaticCalendarInterface";
3
4
  export declare const MdStaticCalendar: FC<MdCalendarInterface>;
@@ -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,4 +1,4 @@
1
1
  export interface InputGroup1_Props {
2
- variant: "0|1|2";
2
+ variant: "0" | "1" | "2";
3
3
  text: string;
4
4
  }
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { MdGalleryTabInterface } from './MdGalleryTabInterface';
3
+ export declare const MdGalleryTab: React.FC<MdGalleryTabInterface>;
@@ -0,0 +1,9 @@
1
+ export interface MdGalleryTabInterface {
2
+ data: {
3
+ label: string;
4
+ value: string;
5
+ images: {
6
+ imageLink: string;
7
+ }[];
8
+ }[];
9
+ }
@@ -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,3 @@
1
+ /// <reference types="react" />
2
+ import { MdPageloginInterface } from "./MdPageloginInterface";
3
+ export declare const MdPagelogin: React.FC<MdPageloginInterface>;
@@ -0,0 +1,2 @@
1
+ export interface MdPageloginInterface {
2
+ }
@@ -0,0 +1,2 @@
1
+ import { MdPagelogin } from "./MdPagelogin/MdPagelogin";
2
+ export { MdPagelogin };
@@ -1,4 +1,10 @@
1
1
  export interface MdEditableTextInterface {
2
2
  type: 'select' | 'text' | 'string';
3
3
  value: string;
4
+ option: [
5
+ {
6
+ label: string;
7
+ value: string;
8
+ }
9
+ ];
4
10
  }
@@ -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
- 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, 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, MdStaticProgressBar, };
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, };