mx-ui-components-pkg 0.0.717-alpha.123 → 0.0.717-alpha.124
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-BALmq2lh.js → cssMode-Dcjlx8kk.js} +1 -1
- package/dist/{freemarker2-CaQTrAoI.js → freemarker2-DZLRrrER.js} +1 -1
- package/dist/{handlebars-Dmwhf_Oe.js → handlebars-B7yCoYPV.js} +1 -1
- package/dist/{html-CRuqHrso.js → html-CGQ31q80.js} +1 -1
- package/dist/{htmlMode-Bplhq6om.js → htmlMode-BqcMz3cT.js} +1 -1
- package/dist/{index-DquzImCY.js → index-Dl7hhe8S.js} +20516 -20449
- package/dist/{index.es-CDXpEat3.js → index.es-DWvYKhuX.js} +1 -1
- package/dist/index.js +1 -1
- package/dist/index.umd.cjs +4 -2
- package/dist/{javascript-CavhGwK-.js → javascript-D0js3Q6k.js} +1 -1
- package/dist/{jsonMode-ClPxGSWt.js → jsonMode-z71Gby-B.js} +1 -1
- package/dist/{liquid-C8fobMFv.js → liquid-B7P7AIrv.js} +1 -1
- package/dist/{mdx-D7wtdtlF.js → mdx-BUb3QZDy.js} +1 -1
- package/dist/{python-D2b2IMb7.js → python-D67bzi81.js} +1 -1
- package/dist/{razor-C903x8F0.js → razor-VhGFd_V7.js} +1 -1
- package/dist/{tsMode-X0nk_DbA.js → tsMode-Dk5Ecf5V.js} +1 -1
- package/dist/types/src/lib/utils/dita.d.ts +2 -0
- package/dist/types/src/routes/+layout.server.d.ts +251 -200
- package/dist/{typescript-BbuWAX-U.js → typescript-C47Wytek.js} +1 -1
- package/dist/{xml-BeHUy91j.js → xml-Bxr9Ls5V.js} +1 -1
- package/dist/{yaml-DhbzYOIb.js → yaml-1clrF4jW.js} +1 -1
- package/package.json +1 -1
- /package/dist/types/src/lib/{Datepicker → DatePicker}/index.d.ts +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { conf as t, language as e } from "./typescript-
|
|
1
|
+
import { conf as t, language as e } from "./typescript-C47Wytek.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-Dl7hhe8S.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-Dl7hhe8S.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-Dl7hhe8S.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-Dl7hhe8S.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-Dl7hhe8S.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-Dl7hhe8S.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -8,4 +8,6 @@ type TopicData = {
|
|
|
8
8
|
export declare function generateJsonFromDita(ditaMap: string, topicIds: string[], name: string, ditaId: string): Promise<{
|
|
9
9
|
topicsData: TopicData[];
|
|
10
10
|
}>;
|
|
11
|
+
export declare function generateDitaFromJson(topicsData: TopicData[]): string;
|
|
12
|
+
export declare function moveItem<T>(arr: T[], from: number, to: number): T[];
|
|
11
13
|
export {};
|
|
@@ -6281,10 +6281,7 @@ export declare function load(): {
|
|
|
6281
6281
|
"alt-text": string;
|
|
6282
6282
|
name: string;
|
|
6283
6283
|
type: string;
|
|
6284
|
-
props: {
|
|
6285
|
-
API?: undefined;
|
|
6286
|
-
component?: undefined;
|
|
6287
|
-
};
|
|
6284
|
+
props: {};
|
|
6288
6285
|
styles: string;
|
|
6289
6286
|
value: string;
|
|
6290
6287
|
children: ({
|
|
@@ -6361,7 +6358,6 @@ export declare function load(): {
|
|
|
6361
6358
|
bindings?: undefined;
|
|
6362
6359
|
value?: undefined;
|
|
6363
6360
|
})[];
|
|
6364
|
-
bindings?: undefined;
|
|
6365
6361
|
} | {
|
|
6366
6362
|
id: string;
|
|
6367
6363
|
role: string;
|
|
@@ -6370,10 +6366,7 @@ export declare function load(): {
|
|
|
6370
6366
|
"alt-text": string;
|
|
6371
6367
|
name: string;
|
|
6372
6368
|
type: string;
|
|
6373
|
-
props: {
|
|
6374
|
-
API?: undefined;
|
|
6375
|
-
component?: undefined;
|
|
6376
|
-
};
|
|
6369
|
+
props: {};
|
|
6377
6370
|
styles: string;
|
|
6378
6371
|
value: string;
|
|
6379
6372
|
children: ({
|
|
@@ -6618,7 +6611,6 @@ export declare function load(): {
|
|
|
6618
6611
|
}[];
|
|
6619
6612
|
bindings?: undefined;
|
|
6620
6613
|
})[];
|
|
6621
|
-
bindings?: undefined;
|
|
6622
6614
|
} | {
|
|
6623
6615
|
id: string;
|
|
6624
6616
|
role: string;
|
|
@@ -6627,29 +6619,40 @@ export declare function load(): {
|
|
|
6627
6619
|
"alt-text": string;
|
|
6628
6620
|
name: string;
|
|
6629
6621
|
type: string;
|
|
6630
|
-
|
|
6631
|
-
|
|
6632
|
-
|
|
6633
|
-
|
|
6634
|
-
|
|
6635
|
-
|
|
6636
|
-
|
|
6637
|
-
|
|
6638
|
-
|
|
6622
|
+
styles: string;
|
|
6623
|
+
children: ({
|
|
6624
|
+
id: string;
|
|
6625
|
+
role: string;
|
|
6626
|
+
version: string;
|
|
6627
|
+
lang: string;
|
|
6628
|
+
"alt-text": string;
|
|
6629
|
+
name: string;
|
|
6630
|
+
type: string;
|
|
6631
|
+
styles: string;
|
|
6632
|
+
value: string;
|
|
6633
|
+
props?: undefined;
|
|
6634
|
+
bindings?: undefined;
|
|
6635
|
+
children?: undefined;
|
|
6636
|
+
} | {
|
|
6637
|
+
id: string;
|
|
6638
|
+
role: string;
|
|
6639
|
+
version: string;
|
|
6640
|
+
lang: string;
|
|
6641
|
+
"alt-text": string;
|
|
6642
|
+
name: string;
|
|
6643
|
+
type: string;
|
|
6644
|
+
props: {
|
|
6645
|
+
API: {
|
|
6646
|
+
apiUrl: string;
|
|
6647
|
+
token: string;
|
|
6648
|
+
method: string;
|
|
6649
|
+
mode: string;
|
|
6650
|
+
formType: string;
|
|
6651
|
+
body: {
|
|
6652
|
+
id: string;
|
|
6653
|
+
};
|
|
6639
6654
|
};
|
|
6640
|
-
|
|
6641
|
-
component: {
|
|
6642
|
-
id: string;
|
|
6643
|
-
role: string;
|
|
6644
|
-
version: string;
|
|
6645
|
-
lang: string;
|
|
6646
|
-
"alt-text": string;
|
|
6647
|
-
name: string;
|
|
6648
|
-
type: string;
|
|
6649
|
-
props: {};
|
|
6650
|
-
styles: string;
|
|
6651
|
-
value: string;
|
|
6652
|
-
children: ({
|
|
6655
|
+
component: {
|
|
6653
6656
|
id: string;
|
|
6654
6657
|
role: string;
|
|
6655
6658
|
version: string;
|
|
@@ -6657,6 +6660,7 @@ export declare function load(): {
|
|
|
6657
6660
|
"alt-text": string;
|
|
6658
6661
|
name: string;
|
|
6659
6662
|
type: string;
|
|
6663
|
+
props: {};
|
|
6660
6664
|
styles: string;
|
|
6661
6665
|
value: string;
|
|
6662
6666
|
children: ({
|
|
@@ -6667,23 +6671,6 @@ export declare function load(): {
|
|
|
6667
6671
|
"alt-text": string;
|
|
6668
6672
|
name: string;
|
|
6669
6673
|
type: string;
|
|
6670
|
-
props: {
|
|
6671
|
-
src: string;
|
|
6672
|
-
};
|
|
6673
|
-
styles: string;
|
|
6674
|
-
value: string;
|
|
6675
|
-
children: never[];
|
|
6676
|
-
} | {
|
|
6677
|
-
id: string;
|
|
6678
|
-
role: string;
|
|
6679
|
-
version: string;
|
|
6680
|
-
lang: string;
|
|
6681
|
-
"alt-text": string;
|
|
6682
|
-
name: string;
|
|
6683
|
-
type: string;
|
|
6684
|
-
props: {
|
|
6685
|
-
src?: undefined;
|
|
6686
|
-
};
|
|
6687
6674
|
styles: string;
|
|
6688
6675
|
value: string;
|
|
6689
6676
|
children: ({
|
|
@@ -6694,9 +6681,8 @@ export declare function load(): {
|
|
|
6694
6681
|
"alt-text": string;
|
|
6695
6682
|
name: string;
|
|
6696
6683
|
type: string;
|
|
6697
|
-
props: {
|
|
6698
|
-
|
|
6699
|
-
value: string;
|
|
6684
|
+
props: {
|
|
6685
|
+
src: string;
|
|
6700
6686
|
};
|
|
6701
6687
|
styles: string;
|
|
6702
6688
|
value: string;
|
|
@@ -6709,191 +6695,260 @@ export declare function load(): {
|
|
|
6709
6695
|
"alt-text": string;
|
|
6710
6696
|
name: string;
|
|
6711
6697
|
type: string;
|
|
6712
|
-
props: {
|
|
6698
|
+
props: {
|
|
6699
|
+
src?: undefined;
|
|
6700
|
+
};
|
|
6713
6701
|
styles: string;
|
|
6714
6702
|
value: string;
|
|
6715
|
-
children:
|
|
6716
|
-
|
|
6703
|
+
children: ({
|
|
6704
|
+
id: string;
|
|
6705
|
+
role: string;
|
|
6706
|
+
version: string;
|
|
6707
|
+
lang: string;
|
|
6708
|
+
"alt-text": string;
|
|
6709
|
+
name: string;
|
|
6710
|
+
type: string;
|
|
6711
|
+
props: {};
|
|
6712
|
+
dynamicProps: {
|
|
6713
|
+
value: string;
|
|
6714
|
+
};
|
|
6715
|
+
styles: string;
|
|
6716
|
+
value: string;
|
|
6717
|
+
children: never[];
|
|
6718
|
+
} | {
|
|
6719
|
+
id: string;
|
|
6720
|
+
role: string;
|
|
6721
|
+
version: string;
|
|
6722
|
+
lang: string;
|
|
6723
|
+
"alt-text": string;
|
|
6724
|
+
name: string;
|
|
6725
|
+
type: string;
|
|
6726
|
+
props: {};
|
|
6727
|
+
styles: string;
|
|
6728
|
+
value: string;
|
|
6729
|
+
children: never[];
|
|
6730
|
+
dynamicProps?: undefined;
|
|
6731
|
+
})[];
|
|
6717
6732
|
})[];
|
|
6718
|
-
|
|
6719
|
-
|
|
6720
|
-
|
|
6721
|
-
|
|
6722
|
-
|
|
6723
|
-
|
|
6724
|
-
|
|
6725
|
-
|
|
6726
|
-
|
|
6727
|
-
|
|
6728
|
-
|
|
6729
|
-
|
|
6730
|
-
|
|
6731
|
-
|
|
6732
|
-
|
|
6733
|
-
|
|
6734
|
-
|
|
6733
|
+
props?: undefined;
|
|
6734
|
+
dynamicProps?: undefined;
|
|
6735
|
+
bindings?: undefined;
|
|
6736
|
+
} | {
|
|
6737
|
+
id: string;
|
|
6738
|
+
role: string;
|
|
6739
|
+
version: string;
|
|
6740
|
+
lang: string;
|
|
6741
|
+
"alt-text": string;
|
|
6742
|
+
name: string;
|
|
6743
|
+
type: string;
|
|
6744
|
+
props: {
|
|
6745
|
+
component?: undefined;
|
|
6746
|
+
class?: undefined;
|
|
6747
|
+
};
|
|
6748
|
+
dynamicProps: {
|
|
6749
|
+
value: string;
|
|
6750
|
+
Data?: undefined;
|
|
6751
|
+
};
|
|
6752
|
+
styles: string;
|
|
6735
6753
|
value: string;
|
|
6736
|
-
|
|
6737
|
-
|
|
6738
|
-
|
|
6739
|
-
|
|
6740
|
-
|
|
6741
|
-
|
|
6742
|
-
|
|
6743
|
-
|
|
6744
|
-
|
|
6745
|
-
|
|
6746
|
-
|
|
6747
|
-
|
|
6748
|
-
|
|
6749
|
-
|
|
6750
|
-
|
|
6751
|
-
|
|
6752
|
-
|
|
6753
|
-
|
|
6754
|
-
|
|
6755
|
-
|
|
6756
|
-
|
|
6757
|
-
|
|
6758
|
-
|
|
6759
|
-
|
|
6760
|
-
dynamicProps: {
|
|
6754
|
+
children: never[];
|
|
6755
|
+
bindings?: undefined;
|
|
6756
|
+
} | {
|
|
6757
|
+
id: string;
|
|
6758
|
+
role: string;
|
|
6759
|
+
version: string;
|
|
6760
|
+
lang: string;
|
|
6761
|
+
"alt-text": string;
|
|
6762
|
+
name: string;
|
|
6763
|
+
type: string;
|
|
6764
|
+
props: {
|
|
6765
|
+
component: {
|
|
6766
|
+
id: string;
|
|
6767
|
+
role: string;
|
|
6768
|
+
version: string;
|
|
6769
|
+
lang: string;
|
|
6770
|
+
"alt-text": string;
|
|
6771
|
+
name: string;
|
|
6772
|
+
type: string;
|
|
6773
|
+
props: {};
|
|
6774
|
+
dynamicProps: {
|
|
6775
|
+
value: string;
|
|
6776
|
+
};
|
|
6777
|
+
styles: string;
|
|
6761
6778
|
value: string;
|
|
6779
|
+
children: never[];
|
|
6762
6780
|
};
|
|
6763
|
-
|
|
6764
|
-
value: string;
|
|
6765
|
-
children: never[];
|
|
6781
|
+
class?: undefined;
|
|
6766
6782
|
};
|
|
6767
|
-
|
|
6768
|
-
|
|
6769
|
-
|
|
6770
|
-
|
|
6771
|
-
|
|
6772
|
-
|
|
6773
|
-
|
|
6774
|
-
|
|
6775
|
-
|
|
6776
|
-
|
|
6777
|
-
|
|
6778
|
-
|
|
6779
|
-
loop: string;
|
|
6783
|
+
dynamicProps: {
|
|
6784
|
+
Data: string;
|
|
6785
|
+
value?: undefined;
|
|
6786
|
+
};
|
|
6787
|
+
styles: string;
|
|
6788
|
+
value: string;
|
|
6789
|
+
bindings: {
|
|
6790
|
+
events: {
|
|
6791
|
+
onload: {
|
|
6792
|
+
actions: {
|
|
6793
|
+
loop: string;
|
|
6794
|
+
};
|
|
6780
6795
|
};
|
|
6781
6796
|
};
|
|
6782
6797
|
};
|
|
6783
|
-
|
|
6784
|
-
|
|
6785
|
-
} | {
|
|
6786
|
-
type: string;
|
|
6787
|
-
props: {
|
|
6788
|
-
class: string;
|
|
6789
|
-
component?: undefined;
|
|
6790
|
-
};
|
|
6791
|
-
children: ({
|
|
6798
|
+
children: never[];
|
|
6799
|
+
} | {
|
|
6792
6800
|
type: string;
|
|
6793
6801
|
props: {
|
|
6794
6802
|
class: string;
|
|
6803
|
+
component?: undefined;
|
|
6795
6804
|
};
|
|
6796
6805
|
children: ({
|
|
6797
6806
|
type: string;
|
|
6798
6807
|
props: {
|
|
6799
|
-
alt: string;
|
|
6800
|
-
src: string;
|
|
6801
6808
|
class: string;
|
|
6802
6809
|
};
|
|
6803
|
-
|
|
6804
|
-
|
|
6805
|
-
|
|
6806
|
-
|
|
6807
|
-
|
|
6808
|
-
|
|
6809
|
-
|
|
6810
|
-
|
|
6811
|
-
|
|
6812
|
-
|
|
6813
|
-
|
|
6810
|
+
children: ({
|
|
6811
|
+
type: string;
|
|
6812
|
+
props: {
|
|
6813
|
+
alt: string;
|
|
6814
|
+
src: string;
|
|
6815
|
+
class: string;
|
|
6816
|
+
};
|
|
6817
|
+
dynamicProps?: undefined;
|
|
6818
|
+
styles?: undefined;
|
|
6819
|
+
value?: undefined;
|
|
6820
|
+
} | {
|
|
6821
|
+
type: string;
|
|
6822
|
+
props: {
|
|
6823
|
+
alt?: undefined;
|
|
6824
|
+
src?: undefined;
|
|
6825
|
+
class?: undefined;
|
|
6826
|
+
};
|
|
6827
|
+
dynamicProps: {
|
|
6828
|
+
value: string;
|
|
6829
|
+
};
|
|
6830
|
+
styles: string;
|
|
6814
6831
|
value: string;
|
|
6815
|
-
};
|
|
6816
|
-
|
|
6817
|
-
value: string;
|
|
6818
|
-
})[];
|
|
6819
|
-
} | {
|
|
6820
|
-
type: string;
|
|
6821
|
-
props: {
|
|
6822
|
-
class: string;
|
|
6823
|
-
};
|
|
6824
|
-
children: {
|
|
6832
|
+
})[];
|
|
6833
|
+
} | {
|
|
6825
6834
|
type: string;
|
|
6826
6835
|
props: {
|
|
6827
6836
|
class: string;
|
|
6828
|
-
dates: {
|
|
6829
|
-
path: string;
|
|
6830
|
-
format: string;
|
|
6831
|
-
}[];
|
|
6832
6837
|
};
|
|
6833
|
-
bindings: {
|
|
6834
|
-
events: {
|
|
6835
|
-
onload: {
|
|
6836
|
-
allContexts: {
|
|
6837
|
-
getFomattedDateAndTime: string;
|
|
6838
|
-
};
|
|
6839
|
-
};
|
|
6840
|
-
};
|
|
6841
|
-
};
|
|
6842
|
-
value: string;
|
|
6843
6838
|
children: {
|
|
6844
6839
|
type: string;
|
|
6845
6840
|
props: {
|
|
6846
6841
|
class: string;
|
|
6842
|
+
dates: {
|
|
6843
|
+
path: string;
|
|
6844
|
+
format: string;
|
|
6845
|
+
}[];
|
|
6846
|
+
};
|
|
6847
|
+
bindings: {
|
|
6848
|
+
events: {
|
|
6849
|
+
onload: {
|
|
6850
|
+
allContexts: {
|
|
6851
|
+
getFomattedDateAndTime: string;
|
|
6852
|
+
};
|
|
6853
|
+
};
|
|
6854
|
+
};
|
|
6847
6855
|
};
|
|
6848
6856
|
value: string;
|
|
6857
|
+
children: {
|
|
6858
|
+
type: string;
|
|
6859
|
+
props: {
|
|
6860
|
+
class: string;
|
|
6861
|
+
};
|
|
6862
|
+
value: string;
|
|
6863
|
+
}[];
|
|
6849
6864
|
}[];
|
|
6850
|
-
}[];
|
|
6865
|
+
})[];
|
|
6866
|
+
id?: undefined;
|
|
6867
|
+
role?: undefined;
|
|
6868
|
+
version?: undefined;
|
|
6869
|
+
lang?: undefined;
|
|
6870
|
+
"alt-text"?: undefined;
|
|
6871
|
+
name?: undefined;
|
|
6872
|
+
styles?: undefined;
|
|
6873
|
+
value?: undefined;
|
|
6874
|
+
dynamicProps?: undefined;
|
|
6875
|
+
bindings?: undefined;
|
|
6851
6876
|
})[];
|
|
6852
|
-
id?: undefined;
|
|
6853
|
-
role?: undefined;
|
|
6854
|
-
version?: undefined;
|
|
6855
|
-
lang?: undefined;
|
|
6856
|
-
"alt-text"?: undefined;
|
|
6857
|
-
name?: undefined;
|
|
6858
|
-
styles?: undefined;
|
|
6859
|
-
value?: undefined;
|
|
6860
|
-
dynamicProps?: undefined;
|
|
6861
|
-
bindings?: undefined;
|
|
6862
|
-
})[];
|
|
6863
|
-
};
|
|
6864
|
-
};
|
|
6865
|
-
bindings: {
|
|
6866
|
-
state: {
|
|
6867
|
-
toggleTopicDetailsPanel: {
|
|
6868
|
-
path: string;
|
|
6869
6877
|
};
|
|
6878
|
+
condition?: undefined;
|
|
6879
|
+
cssClasses?: undefined;
|
|
6870
6880
|
};
|
|
6871
|
-
|
|
6872
|
-
|
|
6881
|
+
bindings: {
|
|
6882
|
+
state: {
|
|
6873
6883
|
toggleTopicDetailsPanel: {
|
|
6874
|
-
|
|
6875
|
-
|
|
6876
|
-
|
|
6877
|
-
|
|
6878
|
-
|
|
6879
|
-
|
|
6880
|
-
|
|
6881
|
-
|
|
6882
|
-
|
|
6884
|
+
path: string;
|
|
6885
|
+
};
|
|
6886
|
+
};
|
|
6887
|
+
events: {
|
|
6888
|
+
onStateChangeActions: {
|
|
6889
|
+
toggleTopicDetailsPanel: {
|
|
6890
|
+
log: {
|
|
6891
|
+
conditionalAction: {
|
|
6892
|
+
conditions: string[];
|
|
6893
|
+
logicalOperator: string;
|
|
6894
|
+
trueAction: {
|
|
6895
|
+
addLoader: string;
|
|
6896
|
+
fetchAPI: {
|
|
6897
|
+
sourcePath: string;
|
|
6898
|
+
targetPath: string;
|
|
6899
|
+
};
|
|
6900
|
+
loop: string;
|
|
6901
|
+
removeLoader: string;
|
|
6883
6902
|
};
|
|
6884
|
-
|
|
6885
|
-
removeLoader: string;
|
|
6903
|
+
falseAction: {};
|
|
6886
6904
|
};
|
|
6887
|
-
falseAction: {};
|
|
6888
6905
|
};
|
|
6906
|
+
conditionalCss?: undefined;
|
|
6889
6907
|
};
|
|
6890
6908
|
};
|
|
6891
6909
|
};
|
|
6892
6910
|
};
|
|
6893
|
-
|
|
6894
|
-
|
|
6895
|
-
|
|
6896
|
-
|
|
6911
|
+
styles: string;
|
|
6912
|
+
value: string;
|
|
6913
|
+
children: never[];
|
|
6914
|
+
} | {
|
|
6915
|
+
id: string;
|
|
6916
|
+
role: string;
|
|
6917
|
+
version: string;
|
|
6918
|
+
lang: string;
|
|
6919
|
+
"alt-text": string;
|
|
6920
|
+
name: string;
|
|
6921
|
+
type: string;
|
|
6922
|
+
props: {
|
|
6923
|
+
condition: string;
|
|
6924
|
+
cssClasses: {
|
|
6925
|
+
trueClass: string;
|
|
6926
|
+
falseClass: string;
|
|
6927
|
+
};
|
|
6928
|
+
API?: undefined;
|
|
6929
|
+
component?: undefined;
|
|
6930
|
+
};
|
|
6931
|
+
bindings: {
|
|
6932
|
+
state: {
|
|
6933
|
+
toggleTopicDetailsPanel: {
|
|
6934
|
+
path: string;
|
|
6935
|
+
};
|
|
6936
|
+
};
|
|
6937
|
+
events: {
|
|
6938
|
+
onStateChangeActions: {
|
|
6939
|
+
toggleTopicDetailsPanel: {
|
|
6940
|
+
conditionalCss: string;
|
|
6941
|
+
log?: undefined;
|
|
6942
|
+
};
|
|
6943
|
+
};
|
|
6944
|
+
};
|
|
6945
|
+
};
|
|
6946
|
+
value: string;
|
|
6947
|
+
styles?: undefined;
|
|
6948
|
+
children?: undefined;
|
|
6949
|
+
})[];
|
|
6950
|
+
props?: undefined;
|
|
6951
|
+
value?: undefined;
|
|
6897
6952
|
} | {
|
|
6898
6953
|
id: string;
|
|
6899
6954
|
role: string;
|
|
@@ -6902,10 +6957,7 @@ export declare function load(): {
|
|
|
6902
6957
|
"alt-text": string;
|
|
6903
6958
|
name: string;
|
|
6904
6959
|
type: string;
|
|
6905
|
-
props: {
|
|
6906
|
-
API?: undefined;
|
|
6907
|
-
component?: undefined;
|
|
6908
|
-
};
|
|
6960
|
+
props: {};
|
|
6909
6961
|
styles: string;
|
|
6910
6962
|
value: string;
|
|
6911
6963
|
children: ({
|
|
@@ -6959,7 +7011,6 @@ export declare function load(): {
|
|
|
6959
7011
|
value: string;
|
|
6960
7012
|
children: never[];
|
|
6961
7013
|
})[];
|
|
6962
|
-
bindings?: undefined;
|
|
6963
7014
|
})[];
|
|
6964
7015
|
bindings?: undefined;
|
|
6965
7016
|
} | {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as s } from "./index-
|
|
1
|
+
import { m as s } from "./index-Dl7hhe8S.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-Dl7hhe8S.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-Dl7hhe8S.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|