mx-ui-components-pkg 0.0.717-alpha.138 → 0.0.717-alpha.140
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-x_rrRzwo.js → cssMode-BE_zqVqT.js} +1 -1
- package/dist/{freemarker2-BCKa4kJE.js → freemarker2-BqCkH68y.js} +1 -1
- package/dist/{handlebars-CYE0ynjy.js → handlebars-X_nWAM1_.js} +1 -1
- package/dist/{html-DywYo1Bd.js → html-W4qhm4M0.js} +1 -1
- package/dist/{htmlMode-BpF4MKGZ.js → htmlMode-jMcVavQa.js} +1 -1
- package/dist/{index-3-tH5xoy.js → index-DyamZHXN.js} +26 -26
- package/dist/{index.es-B3EP0TvL.js → index.es-CeYtDORa.js} +1 -1
- package/dist/index.js +1 -1
- package/dist/index.umd.cjs +2 -2
- package/dist/{javascript-Bc3fxfWM.js → javascript-9q1p1rdt.js} +1 -1
- package/dist/{jsonMode-D3kjNj8I.js → jsonMode-j62L8TXw.js} +1 -1
- package/dist/{liquid-DPWMOEQY.js → liquid-CQYaq8R_.js} +1 -1
- package/dist/{mdx-gpVzR0Xa.js → mdx-DrBN1Ufe.js} +1 -1
- package/dist/{python-DmCDI2jN.js → python-D0kc4h-Q.js} +1 -1
- package/dist/{razor-Bf7dc_Dr.js → razor-wPhQdVbT.js} +1 -1
- package/dist/{tsMode-DZ5EB9Of.js → tsMode-DHEfnfke.js} +1 -1
- package/dist/types/src/routes/+layout.server.d.ts +183 -40
- package/dist/{typescript-DEaEbzyB.js → typescript-Ds4-BhBB.js} +1 -1
- package/dist/{xml-B9Z4WuNe.js → xml-hh644Dew.js} +1 -1
- package/dist/{yaml-BrJY08LF.js → yaml-C6mVB40r.js} +1 -1
- package/package.json +1 -1
|
@@ -21,6 +21,7 @@ export declare function load(): {
|
|
|
21
21
|
position?: undefined;
|
|
22
22
|
storeListen?: undefined;
|
|
23
23
|
size?: undefined;
|
|
24
|
+
backdropClass?: undefined;
|
|
24
25
|
};
|
|
25
26
|
role?: undefined;
|
|
26
27
|
version?: undefined;
|
|
@@ -100,6 +101,7 @@ export declare function load(): {
|
|
|
100
101
|
position?: undefined;
|
|
101
102
|
storeListen?: undefined;
|
|
102
103
|
size?: undefined;
|
|
104
|
+
backdropClass?: undefined;
|
|
103
105
|
};
|
|
104
106
|
bindings: {
|
|
105
107
|
state: {
|
|
@@ -6781,6 +6783,7 @@ export declare function load(): {
|
|
|
6781
6783
|
source?: undefined;
|
|
6782
6784
|
apiMethod?: undefined;
|
|
6783
6785
|
token?: undefined;
|
|
6786
|
+
backdropClass?: undefined;
|
|
6784
6787
|
};
|
|
6785
6788
|
bindings: {
|
|
6786
6789
|
state: string;
|
|
@@ -14369,6 +14372,7 @@ export declare function load(): {
|
|
|
14369
14372
|
position?: undefined;
|
|
14370
14373
|
storeListen?: undefined;
|
|
14371
14374
|
size?: undefined;
|
|
14375
|
+
backdropClass?: undefined;
|
|
14372
14376
|
};
|
|
14373
14377
|
styles: string;
|
|
14374
14378
|
bindings: {
|
|
@@ -14843,6 +14847,7 @@ export declare function load(): {
|
|
|
14843
14847
|
position?: undefined;
|
|
14844
14848
|
storeListen?: undefined;
|
|
14845
14849
|
size?: undefined;
|
|
14850
|
+
backdropClass?: undefined;
|
|
14846
14851
|
};
|
|
14847
14852
|
styles: string;
|
|
14848
14853
|
bindings: {
|
|
@@ -16030,6 +16035,7 @@ export declare function load(): {
|
|
|
16030
16035
|
position?: undefined;
|
|
16031
16036
|
storeListen?: undefined;
|
|
16032
16037
|
size?: undefined;
|
|
16038
|
+
backdropClass?: undefined;
|
|
16033
16039
|
};
|
|
16034
16040
|
styles: string;
|
|
16035
16041
|
value: string;
|
|
@@ -16062,37 +16068,39 @@ export declare function load(): {
|
|
|
16062
16068
|
styles: string;
|
|
16063
16069
|
children: ({
|
|
16064
16070
|
id: string;
|
|
16065
|
-
|
|
16066
|
-
version: string;
|
|
16067
|
-
lang: string;
|
|
16071
|
+
name: string;
|
|
16068
16072
|
type: string;
|
|
16069
16073
|
props: {};
|
|
16070
|
-
bindings: {
|
|
16071
|
-
state?: undefined;
|
|
16072
|
-
};
|
|
16073
16074
|
styles: string;
|
|
16075
|
+
value: string;
|
|
16074
16076
|
children: ({
|
|
16075
16077
|
id: string;
|
|
16078
|
+
name: string;
|
|
16076
16079
|
type: string;
|
|
16077
|
-
|
|
16080
|
+
props: {};
|
|
16078
16081
|
styles: string;
|
|
16079
|
-
|
|
16080
|
-
|
|
16082
|
+
value: string;
|
|
16083
|
+
children: {
|
|
16084
|
+
id: string;
|
|
16085
|
+
name: string;
|
|
16086
|
+
type: string;
|
|
16087
|
+
props: {};
|
|
16088
|
+
styles: string;
|
|
16089
|
+
value: string;
|
|
16090
|
+
children: never[];
|
|
16091
|
+
}[];
|
|
16081
16092
|
bindings?: undefined;
|
|
16082
|
-
children?: undefined;
|
|
16083
16093
|
} | {
|
|
16084
16094
|
id: string;
|
|
16085
|
-
type: string;
|
|
16086
16095
|
name: string;
|
|
16087
|
-
|
|
16088
|
-
|
|
16089
|
-
};
|
|
16096
|
+
type: string;
|
|
16097
|
+
props: {};
|
|
16090
16098
|
styles: string;
|
|
16099
|
+
value: string;
|
|
16091
16100
|
bindings: {
|
|
16092
16101
|
state: {
|
|
16093
16102
|
togglePdfPreviewPopup: {
|
|
16094
16103
|
path: string;
|
|
16095
|
-
initialValue: boolean;
|
|
16096
16104
|
};
|
|
16097
16105
|
};
|
|
16098
16106
|
events: {
|
|
@@ -16103,11 +16111,20 @@ export declare function load(): {
|
|
|
16103
16111
|
};
|
|
16104
16112
|
};
|
|
16105
16113
|
};
|
|
16106
|
-
|
|
16107
|
-
|
|
16114
|
+
children: {
|
|
16115
|
+
id: string;
|
|
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
|
+
}[];
|
|
16108
16126
|
})[];
|
|
16109
|
-
|
|
16110
|
-
value?: undefined;
|
|
16127
|
+
bindings?: undefined;
|
|
16111
16128
|
} | {
|
|
16112
16129
|
id: string;
|
|
16113
16130
|
name: string;
|
|
@@ -16117,14 +16134,11 @@ export declare function load(): {
|
|
|
16117
16134
|
value: string;
|
|
16118
16135
|
bindings: {
|
|
16119
16136
|
state: {
|
|
16120
|
-
|
|
16137
|
+
pdfDataTheme: {
|
|
16121
16138
|
path: string;
|
|
16122
16139
|
};
|
|
16123
16140
|
};
|
|
16124
16141
|
};
|
|
16125
|
-
role?: undefined;
|
|
16126
|
-
version?: undefined;
|
|
16127
|
-
lang?: undefined;
|
|
16128
16142
|
children?: undefined;
|
|
16129
16143
|
})[];
|
|
16130
16144
|
}[];
|
|
@@ -16154,6 +16168,7 @@ export declare function load(): {
|
|
|
16154
16168
|
position?: undefined;
|
|
16155
16169
|
storeListen?: undefined;
|
|
16156
16170
|
size?: undefined;
|
|
16171
|
+
backdropClass?: undefined;
|
|
16157
16172
|
};
|
|
16158
16173
|
styles: string;
|
|
16159
16174
|
value: string;
|
|
@@ -16388,6 +16403,7 @@ export declare function load(): {
|
|
|
16388
16403
|
position?: undefined;
|
|
16389
16404
|
storeListen?: undefined;
|
|
16390
16405
|
size?: undefined;
|
|
16406
|
+
backdropClass?: undefined;
|
|
16391
16407
|
};
|
|
16392
16408
|
styles: string;
|
|
16393
16409
|
value: string;
|
|
@@ -16441,6 +16457,8 @@ export declare function load(): {
|
|
|
16441
16457
|
apiMethod?: undefined;
|
|
16442
16458
|
token?: undefined;
|
|
16443
16459
|
considerAttr?: undefined;
|
|
16460
|
+
redirectValue?: undefined;
|
|
16461
|
+
timer?: undefined;
|
|
16444
16462
|
};
|
|
16445
16463
|
styles: string;
|
|
16446
16464
|
value: string;
|
|
@@ -16631,15 +16649,21 @@ export declare function load(): {
|
|
|
16631
16649
|
apiMethod?: undefined;
|
|
16632
16650
|
token?: undefined;
|
|
16633
16651
|
considerAttr?: undefined;
|
|
16652
|
+
redirectValue?: undefined;
|
|
16653
|
+
timer?: undefined;
|
|
16634
16654
|
};
|
|
16635
16655
|
bindings: {
|
|
16636
16656
|
state: {
|
|
16637
16657
|
projectDataTheme: {
|
|
16638
16658
|
path: string;
|
|
16639
16659
|
};
|
|
16640
|
-
|
|
16641
|
-
|
|
16642
|
-
|
|
16660
|
+
pathParams: {
|
|
16661
|
+
path: string;
|
|
16662
|
+
};
|
|
16663
|
+
pdfDataTheme: {
|
|
16664
|
+
path: string;
|
|
16665
|
+
};
|
|
16666
|
+
overlayPanelState?: undefined;
|
|
16643
16667
|
};
|
|
16644
16668
|
events: {
|
|
16645
16669
|
onload: {
|
|
@@ -16649,13 +16673,22 @@ export declare function load(): {
|
|
|
16649
16673
|
removeLoader: string;
|
|
16650
16674
|
};
|
|
16651
16675
|
};
|
|
16676
|
+
click: {
|
|
16677
|
+
pathParams: {
|
|
16678
|
+
extractPathParams: string;
|
|
16679
|
+
};
|
|
16680
|
+
ditaContent?: undefined;
|
|
16681
|
+
exportAsPDFThemePopup?: undefined;
|
|
16682
|
+
overlayPanelState?: undefined;
|
|
16683
|
+
};
|
|
16652
16684
|
onStateChangeActions: {
|
|
16653
16685
|
projectDataTheme: {
|
|
16654
16686
|
recursive: string;
|
|
16655
16687
|
};
|
|
16688
|
+
overlayPanelState?: undefined;
|
|
16656
16689
|
};
|
|
16657
|
-
click?: undefined;
|
|
16658
16690
|
};
|
|
16691
|
+
meta?: undefined;
|
|
16659
16692
|
};
|
|
16660
16693
|
value: string;
|
|
16661
16694
|
children: never[];
|
|
@@ -16686,6 +16719,8 @@ export declare function load(): {
|
|
|
16686
16719
|
apiMethod: string;
|
|
16687
16720
|
token: string;
|
|
16688
16721
|
considerAttr: string;
|
|
16722
|
+
redirectValue: boolean;
|
|
16723
|
+
timer: number;
|
|
16689
16724
|
API?: undefined;
|
|
16690
16725
|
loopOver?: undefined;
|
|
16691
16726
|
isPiped?: undefined;
|
|
@@ -16693,43 +16728,72 @@ export declare function load(): {
|
|
|
16693
16728
|
};
|
|
16694
16729
|
bindings: {
|
|
16695
16730
|
state: {
|
|
16696
|
-
|
|
16697
|
-
path: string;
|
|
16698
|
-
};
|
|
16699
|
-
exportAsPDFThemePopup: {
|
|
16700
|
-
path: string;
|
|
16701
|
-
};
|
|
16702
|
-
togglePdfPreviewPopup: {
|
|
16731
|
+
overlayPanelState: {
|
|
16703
16732
|
path: string;
|
|
16733
|
+
initialValue: {
|
|
16734
|
+
isOverlayPanelOpen: boolean;
|
|
16735
|
+
timer: number;
|
|
16736
|
+
};
|
|
16704
16737
|
};
|
|
16705
16738
|
projectDataTheme?: undefined;
|
|
16739
|
+
pathParams?: undefined;
|
|
16740
|
+
pdfDataTheme?: undefined;
|
|
16706
16741
|
};
|
|
16707
16742
|
events: {
|
|
16708
16743
|
click: {
|
|
16709
16744
|
ditaContent: {
|
|
16710
|
-
|
|
16711
|
-
sourcePath: string;
|
|
16712
|
-
targetPath: string;
|
|
16713
|
-
};
|
|
16745
|
+
addLoader: string;
|
|
16714
16746
|
exportAsPDF: string;
|
|
16715
16747
|
removeLoader: string;
|
|
16748
|
+
};
|
|
16749
|
+
exportAsPDFThemePopup: {
|
|
16750
|
+
toggle: string;
|
|
16751
|
+
};
|
|
16752
|
+
overlayPanelState: {
|
|
16753
|
+
handleCreateProjectsResponse: string;
|
|
16754
|
+
};
|
|
16755
|
+
pathParams?: undefined;
|
|
16756
|
+
};
|
|
16757
|
+
onStateChangeActions: {
|
|
16758
|
+
overlayPanelState: {
|
|
16716
16759
|
log: {
|
|
16717
16760
|
conditionalAction: {
|
|
16718
16761
|
conditions: string[];
|
|
16762
|
+
logicalOperator: string;
|
|
16719
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
|
+
};
|
|
16720
16782
|
toggle: {
|
|
16721
16783
|
sourcePath: string;
|
|
16722
16784
|
targetPath: string;
|
|
16723
16785
|
};
|
|
16724
|
-
removeLoader: string;
|
|
16725
16786
|
};
|
|
16726
16787
|
falseAction: {};
|
|
16727
16788
|
};
|
|
16728
16789
|
};
|
|
16729
16790
|
};
|
|
16791
|
+
projectDataTheme?: undefined;
|
|
16730
16792
|
};
|
|
16731
16793
|
onload?: undefined;
|
|
16732
|
-
|
|
16794
|
+
};
|
|
16795
|
+
meta: {
|
|
16796
|
+
handleCreateProjectsResponse: string;
|
|
16733
16797
|
};
|
|
16734
16798
|
};
|
|
16735
16799
|
children: never[];
|
|
@@ -16739,5 +16803,84 @@ export declare function load(): {
|
|
|
16739
16803
|
version?: undefined;
|
|
16740
16804
|
lang?: undefined;
|
|
16741
16805
|
"alt-text"?: undefined;
|
|
16806
|
+
} | {
|
|
16807
|
+
id: string;
|
|
16808
|
+
name: string;
|
|
16809
|
+
role: string;
|
|
16810
|
+
version: string;
|
|
16811
|
+
lang: string;
|
|
16812
|
+
type: string;
|
|
16813
|
+
props: {
|
|
16814
|
+
backdropClass: string;
|
|
16815
|
+
defaultOpen?: undefined;
|
|
16816
|
+
showProgressBar?: undefined;
|
|
16817
|
+
autoHideWithIn?: undefined;
|
|
16818
|
+
toastValue?: undefined;
|
|
16819
|
+
dismissable?: undefined;
|
|
16820
|
+
value?: undefined;
|
|
16821
|
+
API?: undefined;
|
|
16822
|
+
destructurePath?: undefined;
|
|
16823
|
+
APIs?: undefined;
|
|
16824
|
+
getSharedFolder?: undefined;
|
|
16825
|
+
source?: undefined;
|
|
16826
|
+
apiMethod?: undefined;
|
|
16827
|
+
token?: undefined;
|
|
16828
|
+
type?: undefined;
|
|
16829
|
+
position?: undefined;
|
|
16830
|
+
storeListen?: undefined;
|
|
16831
|
+
size?: undefined;
|
|
16832
|
+
};
|
|
16833
|
+
styles: string;
|
|
16834
|
+
bindings: {
|
|
16835
|
+
state: string;
|
|
16836
|
+
events?: undefined;
|
|
16837
|
+
};
|
|
16838
|
+
children: {
|
|
16839
|
+
id: string;
|
|
16840
|
+
name: string;
|
|
16841
|
+
role: string;
|
|
16842
|
+
version: string;
|
|
16843
|
+
lang: string;
|
|
16844
|
+
type: string;
|
|
16845
|
+
props: {};
|
|
16846
|
+
styles: string;
|
|
16847
|
+
children: {
|
|
16848
|
+
id: string;
|
|
16849
|
+
name: string;
|
|
16850
|
+
role: string;
|
|
16851
|
+
version: string;
|
|
16852
|
+
lang: string;
|
|
16853
|
+
type: string;
|
|
16854
|
+
props: {};
|
|
16855
|
+
styles: string;
|
|
16856
|
+
children: {
|
|
16857
|
+
id: string;
|
|
16858
|
+
name: string;
|
|
16859
|
+
role: string;
|
|
16860
|
+
version: string;
|
|
16861
|
+
lang: string;
|
|
16862
|
+
type: string;
|
|
16863
|
+
props: {};
|
|
16864
|
+
styles: string;
|
|
16865
|
+
children: {
|
|
16866
|
+
id: string;
|
|
16867
|
+
role: string;
|
|
16868
|
+
version: string;
|
|
16869
|
+
lang: string;
|
|
16870
|
+
type: string;
|
|
16871
|
+
name: string;
|
|
16872
|
+
props: {};
|
|
16873
|
+
styles: string;
|
|
16874
|
+
children: never[];
|
|
16875
|
+
bindings: {
|
|
16876
|
+
state: string;
|
|
16877
|
+
};
|
|
16878
|
+
value: string;
|
|
16879
|
+
}[];
|
|
16880
|
+
}[];
|
|
16881
|
+
}[];
|
|
16882
|
+
}[];
|
|
16883
|
+
"alt-text"?: undefined;
|
|
16884
|
+
value?: undefined;
|
|
16742
16885
|
})[];
|
|
16743
16886
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as s } from "./index-
|
|
1
|
+
import { m as s } from "./index-DyamZHXN.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-DyamZHXN.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-DyamZHXN.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|