mx-ui-components-pkg 0.0.717-alpha.123 → 0.0.717-alpha.125

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 (25) hide show
  1. package/dist/{cssMode-BALmq2lh.js → cssMode-e3TMggQX.js} +1 -1
  2. package/dist/{freemarker2-CaQTrAoI.js → freemarker2-CzBUh8nV.js} +1 -1
  3. package/dist/{handlebars-Dmwhf_Oe.js → handlebars-6esIyjYQ.js} +1 -1
  4. package/dist/{html-CRuqHrso.js → html-CAIs8JBq.js} +1 -1
  5. package/dist/{htmlMode-Bplhq6om.js → htmlMode-fvHkIvg4.js} +1 -1
  6. package/dist/{index-DquzImCY.js → index-ChosD0IM.js} +20704 -20567
  7. package/dist/{index.es-CDXpEat3.js → index.es-8SNbiAM5.js} +1 -1
  8. package/dist/index.js +82 -81
  9. package/dist/index.umd.cjs +33 -4
  10. package/dist/{javascript-CavhGwK-.js → javascript-CXovDmUi.js} +1 -1
  11. package/dist/{jsonMode-ClPxGSWt.js → jsonMode-DtDcsnk1.js} +1 -1
  12. package/dist/{liquid-C8fobMFv.js → liquid-DkFTmdmK.js} +1 -1
  13. package/dist/{mdx-D7wtdtlF.js → mdx-D2PjKvn0.js} +1 -1
  14. package/dist/{python-D2b2IMb7.js → python-Cd9ZQ_zI.js} +1 -1
  15. package/dist/{razor-C903x8F0.js → razor-DTgrTVz5.js} +1 -1
  16. package/dist/{tsMode-X0nk_DbA.js → tsMode-CB19Mpf1.js} +1 -1
  17. package/dist/types/src/lib/index.d.ts +2 -1
  18. package/dist/types/src/lib/pdfPreview/PdfPreview.d.ts +11 -0
  19. package/dist/types/src/lib/utils/dita.d.ts +2 -0
  20. package/dist/types/src/routes/+layout.server.d.ts +251 -200
  21. package/dist/{typescript-BbuWAX-U.js → typescript-PO2DrvOZ.js} +1 -1
  22. package/dist/{xml-BeHUy91j.js → xml-P6lNs9CK.js} +1 -1
  23. package/dist/{yaml-DhbzYOIb.js → yaml-BLPEvLS3.js} +1 -1
  24. package/package.json +1 -1
  25. /package/dist/types/src/lib/{Datepicker → DatePicker}/index.d.ts +0 -0
@@ -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
- props: {
6631
- API: {
6632
- apiUrl: string;
6633
- token: string;
6634
- method: string;
6635
- mode: string;
6636
- formType: string;
6637
- body: {
6638
- id: string;
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
- dynamicProps: {
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: never[];
6716
- dynamicProps?: undefined;
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
- props?: undefined;
6720
- dynamicProps?: undefined;
6721
- bindings?: undefined;
6722
- } | {
6723
- id: string;
6724
- role: string;
6725
- version: string;
6726
- lang: string;
6727
- "alt-text": string;
6728
- name: string;
6729
- type: string;
6730
- props: {
6731
- component?: undefined;
6732
- class?: undefined;
6733
- };
6734
- dynamicProps: {
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
- Data?: undefined;
6737
- };
6738
- styles: string;
6739
- value: string;
6740
- children: never[];
6741
- bindings?: undefined;
6742
- } | {
6743
- id: string;
6744
- role: string;
6745
- version: string;
6746
- lang: string;
6747
- "alt-text": string;
6748
- name: string;
6749
- type: string;
6750
- props: {
6751
- component: {
6752
- id: string;
6753
- role: string;
6754
- version: string;
6755
- lang: string;
6756
- "alt-text": string;
6757
- name: string;
6758
- type: string;
6759
- props: {};
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
- styles: string;
6764
- value: string;
6765
- children: never[];
6781
+ class?: undefined;
6766
6782
  };
6767
- class?: undefined;
6768
- };
6769
- dynamicProps: {
6770
- Data: string;
6771
- value?: undefined;
6772
- };
6773
- styles: string;
6774
- value: string;
6775
- bindings: {
6776
- events: {
6777
- onload: {
6778
- actions: {
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
- children: never[];
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
- dynamicProps?: undefined;
6804
- styles?: undefined;
6805
- value?: undefined;
6806
- } | {
6807
- type: string;
6808
- props: {
6809
- alt?: undefined;
6810
- src?: undefined;
6811
- class?: undefined;
6812
- };
6813
- dynamicProps: {
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
- styles: string;
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
- events: {
6872
- onStateChangeActions: {
6881
+ bindings: {
6882
+ state: {
6873
6883
  toggleTopicDetailsPanel: {
6874
- log: {
6875
- conditionalAction: {
6876
- conditions: string[];
6877
- logicalOperator: string;
6878
- trueAction: {
6879
- addLoader: string;
6880
- fetchAPI: {
6881
- sourcePath: string;
6882
- targetPath: string;
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
- loop: string;
6885
- removeLoader: string;
6903
+ falseAction: {};
6886
6904
  };
6887
- falseAction: {};
6888
6905
  };
6906
+ conditionalCss?: undefined;
6889
6907
  };
6890
6908
  };
6891
6909
  };
6892
6910
  };
6893
- };
6894
- styles: string;
6895
- value: string;
6896
- children: never[];
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-DquzImCY.js";
1
+ import { m as s } from "./index-ChosD0IM.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-DquzImCY.js";
1
+ import { m as r } from "./index-ChosD0IM.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-DquzImCY.js";
1
+ import { m as l } from "./index-ChosD0IM.js";
2
2
  /*!-----------------------------------------------------------------------------
3
3
  * Copyright (c) Microsoft Corporation. All rights reserved.
4
4
  * Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mx-ui-components-pkg",
3
- "version": "0.0.717-alpha.123",
3
+ "version": "0.0.717-alpha.125",
4
4
  "description": "mobius ui library",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "MIT",