mx-ui-components-pkg 0.0.717-alpha.140 → 0.0.717-alpha.141
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-BE_zqVqT.js → cssMode-B6is5AF3.js} +1 -1
- package/dist/{freemarker2-BqCkH68y.js → freemarker2-DasCl8cI.js} +1 -1
- package/dist/{handlebars-X_nWAM1_.js → handlebars-CijsxRsq.js} +1 -1
- package/dist/{html-W4qhm4M0.js → html-0HFmJiZx.js} +1 -1
- package/dist/{htmlMode-jMcVavQa.js → htmlMode-sOweo5kM.js} +1 -1
- package/dist/{index-DyamZHXN.js → index-4tMe7t2o.js} +25315 -24947
- package/dist/{index.es-CeYtDORa.js → index.es-BwluMKeD.js} +1 -1
- package/dist/index.js +112 -110
- package/dist/index.umd.cjs +169 -77
- package/dist/{javascript-9q1p1rdt.js → javascript-ItR90mU2.js} +1 -1
- package/dist/{jsonMode-j62L8TXw.js → jsonMode-CgB9at4t.js} +1 -1
- package/dist/{liquid-CQYaq8R_.js → liquid-DJW48MQs.js} +1 -1
- package/dist/{mdx-DrBN1Ufe.js → mdx-MVMjVn-L.js} +1 -1
- package/dist/{python-D0kc4h-Q.js → python-ug134DVI.js} +1 -1
- package/dist/{razor-wPhQdVbT.js → razor-I03OUfwp.js} +1 -1
- package/dist/{tsMode-DHEfnfke.js → tsMode-KP69xQIn.js} +1 -1
- package/dist/types/src/lib/DynamicHTMLParser/DynamicHTMLParser.d.ts +27 -0
- package/dist/types/src/lib/OverlayPreview/MobiusOverlayPreview.d.ts +28 -0
- package/dist/types/src/lib/index.d.ts +3 -1
- package/dist/types/src/routes/+layout.server.d.ts +82 -114
- package/dist/{typescript-Ds4-BhBB.js → typescript-7DSfJmtT.js} +1 -1
- package/dist/{xml-hh644Dew.js → xml-B0xT2NLz.js} +1 -1
- package/dist/{yaml-C6mVB40r.js → yaml-D2IsKN7z.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-7DSfJmtT.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-4tMe7t2o.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-4tMe7t2o.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-4tMe7t2o.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-4tMe7t2o.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-4tMe7t2o.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-4tMe7t2o.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import BaseComponent from "../Counter/BaseComponent";
|
|
2
|
+
declare class MobiusDynamicHtmlParser extends BaseComponent {
|
|
3
|
+
private iframe;
|
|
4
|
+
private props;
|
|
5
|
+
private listeners;
|
|
6
|
+
private initialMarkup;
|
|
7
|
+
static get observedAttributes(): string[];
|
|
8
|
+
attributeChangedCallback(name: string, _oldValue: any, newValue: any): void;
|
|
9
|
+
connectedCallback(): void;
|
|
10
|
+
disconnectedCallback(): void;
|
|
11
|
+
private render;
|
|
12
|
+
private handleFrameLoad;
|
|
13
|
+
private writeShell;
|
|
14
|
+
private applyProps;
|
|
15
|
+
private applyInitialContent;
|
|
16
|
+
private attachListeners;
|
|
17
|
+
private resetListeners;
|
|
18
|
+
private getListenEvents;
|
|
19
|
+
private shouldHandleEvent;
|
|
20
|
+
private extractHtmlFromEvent;
|
|
21
|
+
private resolveContent;
|
|
22
|
+
private updateFromValue;
|
|
23
|
+
private setPreviewHtml;
|
|
24
|
+
private parseHtml;
|
|
25
|
+
private teardown;
|
|
26
|
+
}
|
|
27
|
+
export default MobiusDynamicHtmlParser;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import BaseComponent from "../Counter/BaseComponent";
|
|
2
|
+
declare class MobiusOverlayPreview extends BaseComponent {
|
|
3
|
+
props: any;
|
|
4
|
+
private dragging;
|
|
5
|
+
private startX;
|
|
6
|
+
private startWidth;
|
|
7
|
+
private root;
|
|
8
|
+
private editorSlot;
|
|
9
|
+
private preview;
|
|
10
|
+
private handle;
|
|
11
|
+
private resizeObserver;
|
|
12
|
+
static get observedAttributes(): string[];
|
|
13
|
+
attributeChangedCallback(_: string, __: any, value: string): void;
|
|
14
|
+
connectedCallback(): void;
|
|
15
|
+
disconnectedCallback(): void;
|
|
16
|
+
private render;
|
|
17
|
+
private ensureSlotAssignments;
|
|
18
|
+
private bind;
|
|
19
|
+
private getWidthConstraints;
|
|
20
|
+
private applyWidth;
|
|
21
|
+
private onMove;
|
|
22
|
+
private onUp;
|
|
23
|
+
private persist;
|
|
24
|
+
private restore;
|
|
25
|
+
private teardown;
|
|
26
|
+
private setupResizeObserver;
|
|
27
|
+
}
|
|
28
|
+
export default MobiusOverlayPreview;
|
|
@@ -167,4 +167,6 @@ 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
|
-
|
|
170
|
+
import MobiusDynamicHtmlParser from "./DynamicHTMLParser/DynamicHTMLParser";
|
|
171
|
+
import MobiusOverlayPreview from "./OverlayPreview/MobiusOverlayPreview";
|
|
172
|
+
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, MobiusDynamicHtmlParser, MobiusOverlayPreview };
|
|
@@ -277,6 +277,8 @@ export declare function load(): {
|
|
|
277
277
|
props: {
|
|
278
278
|
callbackFn?: undefined;
|
|
279
279
|
API?: undefined;
|
|
280
|
+
timer?: undefined;
|
|
281
|
+
href?: undefined;
|
|
280
282
|
};
|
|
281
283
|
styles: string;
|
|
282
284
|
value: string;
|
|
@@ -509,6 +511,8 @@ export declare function load(): {
|
|
|
509
511
|
};
|
|
510
512
|
mode: string;
|
|
511
513
|
};
|
|
514
|
+
timer: number;
|
|
515
|
+
href: string;
|
|
512
516
|
};
|
|
513
517
|
styles: string;
|
|
514
518
|
value: string;
|
|
@@ -520,6 +524,12 @@ export declare function load(): {
|
|
|
520
524
|
pathParams: {
|
|
521
525
|
path: string;
|
|
522
526
|
};
|
|
527
|
+
accessOverlayPanel: {
|
|
528
|
+
path: string;
|
|
529
|
+
initialValue: {
|
|
530
|
+
isOverlayPanelOpen: boolean;
|
|
531
|
+
};
|
|
532
|
+
};
|
|
523
533
|
};
|
|
524
534
|
events: {
|
|
525
535
|
onload: {
|
|
@@ -553,9 +563,25 @@ export declare function load(): {
|
|
|
553
563
|
falseAction: {};
|
|
554
564
|
};
|
|
555
565
|
};
|
|
566
|
+
log1: {
|
|
567
|
+
conditionalAction: {
|
|
568
|
+
conditions: string[];
|
|
569
|
+
logicalOperator: string;
|
|
570
|
+
trueAction: {
|
|
571
|
+
handleCreateProjectsResponse: {
|
|
572
|
+
sourcePath: string;
|
|
573
|
+
targetPath: string;
|
|
574
|
+
};
|
|
575
|
+
};
|
|
576
|
+
falseAction: {};
|
|
577
|
+
};
|
|
578
|
+
};
|
|
556
579
|
};
|
|
557
580
|
};
|
|
558
581
|
};
|
|
582
|
+
meta: {
|
|
583
|
+
handleCreateProjectsResponse: string;
|
|
584
|
+
};
|
|
559
585
|
};
|
|
560
586
|
children: ({
|
|
561
587
|
id: string;
|
|
@@ -702,6 +728,8 @@ export declare function load(): {
|
|
|
702
728
|
props: {
|
|
703
729
|
callbackFn?: undefined;
|
|
704
730
|
API?: undefined;
|
|
731
|
+
timer?: undefined;
|
|
732
|
+
href?: undefined;
|
|
705
733
|
};
|
|
706
734
|
styles: string;
|
|
707
735
|
children: ({
|
|
@@ -16068,39 +16096,37 @@ export declare function load(): {
|
|
|
16068
16096
|
styles: string;
|
|
16069
16097
|
children: ({
|
|
16070
16098
|
id: string;
|
|
16071
|
-
|
|
16099
|
+
role: string;
|
|
16100
|
+
version: string;
|
|
16101
|
+
lang: string;
|
|
16072
16102
|
type: string;
|
|
16073
16103
|
props: {};
|
|
16104
|
+
bindings: {
|
|
16105
|
+
state?: undefined;
|
|
16106
|
+
};
|
|
16074
16107
|
styles: string;
|
|
16075
|
-
value: string;
|
|
16076
16108
|
children: ({
|
|
16077
16109
|
id: string;
|
|
16078
|
-
name: string;
|
|
16079
16110
|
type: string;
|
|
16080
|
-
props: {};
|
|
16081
|
-
styles: string;
|
|
16082
16111
|
value: string;
|
|
16083
|
-
|
|
16084
|
-
|
|
16085
|
-
|
|
16086
|
-
type: string;
|
|
16087
|
-
props: {};
|
|
16088
|
-
styles: string;
|
|
16089
|
-
value: string;
|
|
16090
|
-
children: never[];
|
|
16091
|
-
}[];
|
|
16112
|
+
styles: string;
|
|
16113
|
+
name?: undefined;
|
|
16114
|
+
props?: undefined;
|
|
16092
16115
|
bindings?: undefined;
|
|
16116
|
+
children?: undefined;
|
|
16093
16117
|
} | {
|
|
16094
16118
|
id: string;
|
|
16095
|
-
name: string;
|
|
16096
16119
|
type: string;
|
|
16097
|
-
|
|
16120
|
+
name: string;
|
|
16121
|
+
props: {
|
|
16122
|
+
src: string;
|
|
16123
|
+
};
|
|
16098
16124
|
styles: string;
|
|
16099
|
-
value: string;
|
|
16100
16125
|
bindings: {
|
|
16101
16126
|
state: {
|
|
16102
16127
|
togglePdfPreviewPopup: {
|
|
16103
16128
|
path: string;
|
|
16129
|
+
initialValue: boolean;
|
|
16104
16130
|
};
|
|
16105
16131
|
};
|
|
16106
16132
|
events: {
|
|
@@ -16111,20 +16137,11 @@ export declare function load(): {
|
|
|
16111
16137
|
};
|
|
16112
16138
|
};
|
|
16113
16139
|
};
|
|
16114
|
-
|
|
16115
|
-
|
|
16116
|
-
name: string;
|
|
16117
|
-
type: string;
|
|
16118
|
-
props: {
|
|
16119
|
-
src: string;
|
|
16120
|
-
alt: string;
|
|
16121
|
-
};
|
|
16122
|
-
styles: string;
|
|
16123
|
-
value: string;
|
|
16124
|
-
children: never[];
|
|
16125
|
-
}[];
|
|
16140
|
+
value: string;
|
|
16141
|
+
children: never[];
|
|
16126
16142
|
})[];
|
|
16127
|
-
|
|
16143
|
+
name?: undefined;
|
|
16144
|
+
value?: undefined;
|
|
16128
16145
|
} | {
|
|
16129
16146
|
id: string;
|
|
16130
16147
|
name: string;
|
|
@@ -16134,11 +16151,14 @@ export declare function load(): {
|
|
|
16134
16151
|
value: string;
|
|
16135
16152
|
bindings: {
|
|
16136
16153
|
state: {
|
|
16137
|
-
|
|
16154
|
+
ditaContent: {
|
|
16138
16155
|
path: string;
|
|
16139
16156
|
};
|
|
16140
16157
|
};
|
|
16141
16158
|
};
|
|
16159
|
+
role?: undefined;
|
|
16160
|
+
version?: undefined;
|
|
16161
|
+
lang?: undefined;
|
|
16142
16162
|
children?: undefined;
|
|
16143
16163
|
})[];
|
|
16144
16164
|
}[];
|
|
@@ -16371,6 +16391,27 @@ export declare function load(): {
|
|
|
16371
16391
|
exportAsPDFThemePopup: {
|
|
16372
16392
|
toggle: string;
|
|
16373
16393
|
};
|
|
16394
|
+
ditaContent: {
|
|
16395
|
+
toggle: {
|
|
16396
|
+
sourcePath: string;
|
|
16397
|
+
targetPath: string;
|
|
16398
|
+
};
|
|
16399
|
+
exportAsPDF: string;
|
|
16400
|
+
removeLoader: string;
|
|
16401
|
+
log: {
|
|
16402
|
+
conditionalAction: {
|
|
16403
|
+
conditions: string[];
|
|
16404
|
+
trueAction: {
|
|
16405
|
+
toggle: {
|
|
16406
|
+
sourcePath: string;
|
|
16407
|
+
targetPath: string;
|
|
16408
|
+
};
|
|
16409
|
+
removeLoader: string;
|
|
16410
|
+
};
|
|
16411
|
+
falseAction: {};
|
|
16412
|
+
};
|
|
16413
|
+
};
|
|
16414
|
+
};
|
|
16374
16415
|
};
|
|
16375
16416
|
};
|
|
16376
16417
|
};
|
|
@@ -16451,14 +16492,10 @@ export declare function load(): {
|
|
|
16451
16492
|
key?: undefined;
|
|
16452
16493
|
name?: undefined;
|
|
16453
16494
|
output_format?: undefined;
|
|
16454
|
-
input?: undefined;
|
|
16455
|
-
version?: undefined;
|
|
16456
16495
|
source?: undefined;
|
|
16457
16496
|
apiMethod?: undefined;
|
|
16458
16497
|
token?: undefined;
|
|
16459
16498
|
considerAttr?: undefined;
|
|
16460
|
-
redirectValue?: undefined;
|
|
16461
|
-
timer?: undefined;
|
|
16462
16499
|
};
|
|
16463
16500
|
styles: string;
|
|
16464
16501
|
value: string;
|
|
@@ -16643,27 +16680,18 @@ export declare function load(): {
|
|
|
16643
16680
|
key?: undefined;
|
|
16644
16681
|
name?: undefined;
|
|
16645
16682
|
output_format?: undefined;
|
|
16646
|
-
input?: undefined;
|
|
16647
|
-
version?: undefined;
|
|
16648
16683
|
source?: undefined;
|
|
16649
16684
|
apiMethod?: undefined;
|
|
16650
16685
|
token?: undefined;
|
|
16651
16686
|
considerAttr?: undefined;
|
|
16652
|
-
redirectValue?: undefined;
|
|
16653
|
-
timer?: undefined;
|
|
16654
16687
|
};
|
|
16655
16688
|
bindings: {
|
|
16656
16689
|
state: {
|
|
16657
16690
|
projectDataTheme: {
|
|
16658
16691
|
path: string;
|
|
16659
16692
|
};
|
|
16660
|
-
|
|
16661
|
-
|
|
16662
|
-
};
|
|
16663
|
-
pdfDataTheme: {
|
|
16664
|
-
path: string;
|
|
16665
|
-
};
|
|
16666
|
-
overlayPanelState?: undefined;
|
|
16693
|
+
exportAsPDFThemePopup?: undefined;
|
|
16694
|
+
togglePdfPreviewPopup?: undefined;
|
|
16667
16695
|
};
|
|
16668
16696
|
events: {
|
|
16669
16697
|
onload: {
|
|
@@ -16673,22 +16701,13 @@ export declare function load(): {
|
|
|
16673
16701
|
removeLoader: string;
|
|
16674
16702
|
};
|
|
16675
16703
|
};
|
|
16676
|
-
click: {
|
|
16677
|
-
pathParams: {
|
|
16678
|
-
extractPathParams: string;
|
|
16679
|
-
};
|
|
16680
|
-
ditaContent?: undefined;
|
|
16681
|
-
exportAsPDFThemePopup?: undefined;
|
|
16682
|
-
overlayPanelState?: undefined;
|
|
16683
|
-
};
|
|
16684
16704
|
onStateChangeActions: {
|
|
16685
16705
|
projectDataTheme: {
|
|
16686
16706
|
recursive: string;
|
|
16687
16707
|
};
|
|
16688
|
-
overlayPanelState?: undefined;
|
|
16689
16708
|
};
|
|
16709
|
+
click?: undefined;
|
|
16690
16710
|
};
|
|
16691
|
-
meta?: undefined;
|
|
16692
16711
|
};
|
|
16693
16712
|
value: string;
|
|
16694
16713
|
children: never[];
|
|
@@ -16713,14 +16732,10 @@ export declare function load(): {
|
|
|
16713
16732
|
key: string;
|
|
16714
16733
|
name: string;
|
|
16715
16734
|
output_format: string;
|
|
16716
|
-
input: string;
|
|
16717
|
-
version: string;
|
|
16718
16735
|
source: string;
|
|
16719
16736
|
apiMethod: string;
|
|
16720
16737
|
token: string;
|
|
16721
16738
|
considerAttr: string;
|
|
16722
|
-
redirectValue: boolean;
|
|
16723
|
-
timer: number;
|
|
16724
16739
|
API?: undefined;
|
|
16725
16740
|
loopOver?: undefined;
|
|
16726
16741
|
isPiped?: undefined;
|
|
@@ -16728,72 +16743,25 @@ export declare function load(): {
|
|
|
16728
16743
|
};
|
|
16729
16744
|
bindings: {
|
|
16730
16745
|
state: {
|
|
16731
|
-
|
|
16746
|
+
exportAsPDFThemePopup: {
|
|
16747
|
+
path: string;
|
|
16748
|
+
};
|
|
16749
|
+
togglePdfPreviewPopup: {
|
|
16732
16750
|
path: string;
|
|
16733
|
-
initialValue: {
|
|
16734
|
-
isOverlayPanelOpen: boolean;
|
|
16735
|
-
timer: number;
|
|
16736
|
-
};
|
|
16737
16751
|
};
|
|
16738
16752
|
projectDataTheme?: undefined;
|
|
16739
|
-
pathParams?: undefined;
|
|
16740
|
-
pdfDataTheme?: undefined;
|
|
16741
16753
|
};
|
|
16742
16754
|
events: {
|
|
16743
16755
|
click: {
|
|
16744
|
-
|
|
16745
|
-
|
|
16746
|
-
exportAsPDF: string;
|
|
16747
|
-
removeLoader: string;
|
|
16756
|
+
togglePdfPreviewPopup: {
|
|
16757
|
+
toggle: string;
|
|
16748
16758
|
};
|
|
16749
16759
|
exportAsPDFThemePopup: {
|
|
16750
16760
|
toggle: string;
|
|
16751
16761
|
};
|
|
16752
|
-
overlayPanelState: {
|
|
16753
|
-
handleCreateProjectsResponse: string;
|
|
16754
|
-
};
|
|
16755
|
-
pathParams?: undefined;
|
|
16756
|
-
};
|
|
16757
|
-
onStateChangeActions: {
|
|
16758
|
-
overlayPanelState: {
|
|
16759
|
-
log: {
|
|
16760
|
-
conditionalAction: {
|
|
16761
|
-
conditions: string[];
|
|
16762
|
-
logicalOperator: string;
|
|
16763
|
-
trueAction: {
|
|
16764
|
-
fetchAPI: {
|
|
16765
|
-
sourcePath: string;
|
|
16766
|
-
targetPath: string;
|
|
16767
|
-
params: {
|
|
16768
|
-
API: {
|
|
16769
|
-
apiUrl: string;
|
|
16770
|
-
token: string;
|
|
16771
|
-
method: string;
|
|
16772
|
-
mode: string;
|
|
16773
|
-
body: {
|
|
16774
|
-
dbType: string;
|
|
16775
|
-
filter: {
|
|
16776
|
-
docId: string;
|
|
16777
|
-
};
|
|
16778
|
-
};
|
|
16779
|
-
};
|
|
16780
|
-
};
|
|
16781
|
-
};
|
|
16782
|
-
toggle: {
|
|
16783
|
-
sourcePath: string;
|
|
16784
|
-
targetPath: string;
|
|
16785
|
-
};
|
|
16786
|
-
};
|
|
16787
|
-
falseAction: {};
|
|
16788
|
-
};
|
|
16789
|
-
};
|
|
16790
|
-
};
|
|
16791
|
-
projectDataTheme?: undefined;
|
|
16792
16762
|
};
|
|
16793
16763
|
onload?: undefined;
|
|
16794
|
-
|
|
16795
|
-
meta: {
|
|
16796
|
-
handleCreateProjectsResponse: string;
|
|
16764
|
+
onStateChangeActions?: undefined;
|
|
16797
16765
|
};
|
|
16798
16766
|
};
|
|
16799
16767
|
children: never[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as s } from "./index-
|
|
1
|
+
import { m as s } from "./index-4tMe7t2o.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 r } from "./index-
|
|
1
|
+
import { m as r } from "./index-4tMe7t2o.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-4tMe7t2o.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|