mx-ui-components-pkg 0.0.717-alpha.133 → 0.0.717-alpha.134
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/{cssMode-BnRaGRr1.js → cssMode-BgMqUji4.js} +1 -1
- package/dist/{freemarker2-BST23vGw.js → freemarker2-R6zZf7Y-.js} +1 -1
- package/dist/{handlebars-Dnw5Jnkc.js → handlebars-CcJA0BRC.js} +1 -1
- package/dist/{html-C2_byRJ5.js → html-CaagA5H-.js} +1 -1
- package/dist/{htmlMode-B8k0uwCE.js → htmlMode-B3dwhunZ.js} +1 -1
- package/dist/{index-BZFdU8_5.js → index-mu--zViR.js} +7911 -7642
- package/dist/{index.es-BVAcYhre.js → index.es-eoqlRcqY.js} +1 -1
- package/dist/index.js +83 -82
- package/dist/index.umd.cjs +372 -156
- package/dist/{javascript-C0l0x0kQ.js → javascript-BoICI0vK.js} +1 -1
- package/dist/{jsonMode-TL7qKYUD.js → jsonMode-5bEATvD0.js} +1 -1
- package/dist/{liquid-BBYhRvJz.js → liquid-B86rgfpk.js} +1 -1
- package/dist/{mdx-B04QonZR.js → mdx-Cu3_44Q8.js} +1 -1
- package/dist/{python-BELA3d_U.js → python-C6j1Xo35.js} +1 -1
- package/dist/{razor-DDtYQWf_.js → razor-BfFb1NK_.js} +1 -1
- package/dist/{tsMode-BJ1awlST.js → tsMode-B_-jtS6J.js} +1 -1
- package/dist/types/src/lib/HtmlPreview/HtmlPreview.d.ts +20 -0
- package/dist/types/src/lib/index.d.ts +2 -1
- package/dist/types/src/routes/+layout.server.d.ts +4805 -13976
- package/dist/{typescript-68POIMlA.js → typescript-DOKJXBPh.js} +1 -1
- package/dist/{xml-B5IOEN2o.js → xml-RJK4En6j.js} +1 -1
- package/dist/{yaml-DDHW-Z1N.js → yaml-kt9L5yMr.js} +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { conf as t, language as e } from "./typescript-
|
|
1
|
+
import { conf as t, language as e } from "./typescript-DOKJXBPh.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as Et } from "./index-
|
|
1
|
+
import { m as Et } from "./index-mu--zViR.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as l } from "./index-
|
|
1
|
+
import { m as l } from "./index-mu--zViR.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as s } from "./index-
|
|
1
|
+
import { m as s } from "./index-mu--zViR.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as o } from "./index-
|
|
1
|
+
import { m as o } from "./index-mu--zViR.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m } from "./index-
|
|
1
|
+
import { m } from "./index-mu--zViR.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as O, m as I } from "./index-
|
|
1
|
+
import { t as O, m as I } from "./index-mu--zViR.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import BaseComponent from "../Counter/BaseComponent";
|
|
2
|
+
declare class MobiusHtmlPreview extends BaseComponent {
|
|
3
|
+
iframe: HTMLIFrameElement;
|
|
4
|
+
styleEl: HTMLStyleElement;
|
|
5
|
+
props: any;
|
|
6
|
+
pageStyles: any;
|
|
7
|
+
pageMarginleft: any;
|
|
8
|
+
pageMarginRight: any;
|
|
9
|
+
pageMarginTop: any;
|
|
10
|
+
pageMarginBottom: any;
|
|
11
|
+
constructor();
|
|
12
|
+
static get observedAttributes(): string[];
|
|
13
|
+
attributeChangedCallback(name: string, oldValue: any, newValue: any): void;
|
|
14
|
+
connectedCallback(): void;
|
|
15
|
+
render(): void;
|
|
16
|
+
writeStaticHTML(): void;
|
|
17
|
+
updateStyles(state: any): void;
|
|
18
|
+
buildCSS(state: any): string;
|
|
19
|
+
}
|
|
20
|
+
export default MobiusHtmlPreview;
|
|
@@ -166,4 +166,5 @@ import MobiusFetchInterceptor from "./FetchInterceptor/MobiusFetchInterceptor";
|
|
|
166
166
|
import StringManipulation from "./StringManipulation/StringManipulation";
|
|
167
167
|
import ComplexAccordion from "./ComplexAccordion/ComplexAccordion";
|
|
168
168
|
import MobiusPdfPreview from "./pdfPreview/PdfPreview";
|
|
169
|
-
|
|
169
|
+
import MobiusHtmlPreview from "./HtmlPreview/HtmlPreview";
|
|
170
|
+
export { mountComponents, InitializeRouter, RouterService, StringManipulation, CustomSearchInputBox, MobiusSplit, BaseComponent, MobiusLeafletMap, MobiusP, MobiusButton, RadialChart, MobiusTab, MobiusTabs, ButtonGroup, MobiusLoop, ButtonGroupButton, MobiusApp, MobiusContainer, BadgeElement, BadgeGroup, MetadataRenderer, TextDisplayComponent, MobiusBreadcrumbNav, MobiusBreadcrumbItem, MobiusPagination, TextField, EmailField, PasswordField, Chats, MobiusBlockquote, FirstComponent, SecondComponent, WrapperComponent, MyInput, Provider, MyDrawer, TextAudioInput, Store, ChatBot, OverlayPanel, Router, AgentCard, BreadcrumbNav, SubmitButton, Div, H1, H2, H3, H4, H5, H6, Hr, Label, Input, Search, Checkbox, Radio, Rating, Video, Card, MobiusBanner, FileInput, MegaMenu, Ul, Li, A, ListGroup, Kbd, PopupModal, ProgressBar, Tooltip, Range, Stepper, TimeNode, Timeline, Alert, Drawer, Img, Span, AvatarElement, MetricCard, MyDropdown, MyDropdownMenu, MyDropdownItem, MobiusVideo, MobiusCustomVideo, ToastElement, addMissingDefaults, CustomCheckbox, MyLabel, CustomFormContainer, CustomInputField, CustomFieldError, RangeInput, MobiusDropdownInput, MobiusDropdownInputContainer, MobiusDropdownContainer, tick, cross, MobiusAccordionComponent, MobiusAccordionHeader, MobiusAccordionItem, MobiusAccordionContent, WysiwygEditor, DynamicSpeechPrompt, FileUpload, MobiusAudioToText, Action, ConditionalRenderer, ConditionalRendererDom, MobiusRecordedTextGroup, CommandPanelCheckboxes, CommandWrapper, MobiusCommand, MobiusRelationship, MobiusAutocomplete, GroupStructure, DynamicDataElement, TimerComponent, CountryFlagElement, UsabilityIntelligence, CustomDatePicker, IconBubble, ComplexCards, CustomMobiusAccordionHeader, CustomMobiusAccordionContent, CustomMobiusAccordionItem, MobiusAccordionWrapper, Carousel, MobiusChatDialog, XMLeditor, ChatMessages, LineChart, BarChart, ScatterChart, AreaChart, PieChart, DoughnutChart, StackedLineChart, StackedBarChart, RingGaugeChart, MultiBarChart, FunnelChart, HeatmapChart, StackedAreaChart, LayoutCards, MobiusTable, MobiusTr, MobiusTh, MobiusTd, ColorPicker, ConnectionFlow, CustomNode, MobiusLink, CustomOntologyBase, MobiusSVG, GoogleLogin, MobiusAudioSummary, AudionPlayer, Notification, NotificationComponent, CustomWorkflowViewerComponent, OrgChart, MobiusDynamicForm, MobiusJSONInputField, MobiusDropdown, MobiusIframeNew, DynamicDrawflowEditor, EditableDiv, Toaster, MobiusBaseToggle, MobiusCheckboxToggle, MobiusSliderToggle, CustomProgressNotificationsComponent, MobiusFetchInterceptor, ComplexAccordion, MobiusPdfPreview, MobiusHtmlPreview };
|