@omnia/fx 8.0.156-dev → 8.0.158-dev

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 (73) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/services/OmniaSearchUserService.d.ts +7 -0
  3. package/internal-do-not-import-from-here/services/index.d.ts +37 -36
  4. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +152 -0
  5. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +152 -0
  6. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +152 -0
  7. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +17 -39
  8. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +26 -38
  9. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +1 -1
  10. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Colors.d.ts +23 -29
  11. package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +1 -1
  12. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Spacing.d.ts +8 -11
  13. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +1 -1
  14. package/internal-do-not-import-from-here/ux/aurora/styling/styles/index.d.ts +2 -2
  15. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +35 -1
  16. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/IEnterprisePropertyPicker.d.ts +2 -1
  17. package/internal-do-not-import-from-here/ux/filterengine/Helper.d.ts +2 -1
  18. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedBirthdayRegistration.d.ts +1 -0
  19. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedBooleanRegistration.d.ts +1 -0
  20. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedDateRegistration.d.ts +1 -0
  21. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedDateTimeRegistration.d.ts +1 -0
  22. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedEmailRegistration.d.ts +1 -0
  23. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedHtmlRegistration.d.ts +1 -0
  24. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedIdentityRegistration.d.ts +1 -0
  25. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedIntegerRegistration.d.ts +1 -0
  26. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedLinkRegistration.d.ts +1 -0
  27. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedMultilineTextRegistration.d.ts +1 -0
  28. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedMultilingualTextRegistration.d.ts +1 -0
  29. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedPhoneNumberRegistration.d.ts +1 -0
  30. package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedTextRegistration.d.ts +1 -0
  31. package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineHandler.d.ts +4 -1
  32. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +1 -1
  33. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +22 -1
  34. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.css.d.ts +3 -2
  35. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +22 -1
  36. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +152 -0
  37. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +304 -0
  38. package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +389 -10
  39. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +18 -49
  40. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +304 -0
  41. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +21 -0
  42. package/internal-do-not-import-from-here/ux/oxide/text/Text.css.d.ts +0 -2
  43. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +27 -53
  44. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +152 -0
  45. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +10 -10
  46. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/stores/ContentEditorStore.d.ts +3 -3
  47. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/DefinitionRegistrations.d.ts +1 -0
  48. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +6 -0
  49. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +875 -0
  50. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Image.d.ts +2 -0
  51. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/ImageText.d.ts +3 -0
  52. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Quote.d.ts +2 -0
  53. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Text.d.ts +2 -0
  54. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/index.d.ts +4 -0
  55. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/index.d.ts +2 -0
  56. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/Image.d.ts +2 -0
  57. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/MicroBlog.d.ts +3 -0
  58. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/MicroBlog2.d.ts +3 -0
  59. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/Praise.d.ts +2 -0
  60. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/SocialText.d.ts +2 -0
  61. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/index.d.ts +4 -0
  62. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/ContentDefinitionRegistration.d.ts +9 -0
  63. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/VelcronDefinitionIds.d.ts +15 -0
  64. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/index.d.ts +2 -0
  65. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +162 -0
  66. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +3 -1
  67. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +12 -16
  68. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -1
  69. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +1 -10
  70. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/IconEditor.d.ts +406 -0
  71. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +98 -102
  72. package/internal-do-not-import-from-here/wctypings.d.ts +31 -1
  73. package/package.json +2 -2
@@ -1198,6 +1198,10 @@ declare const _default: {
1198
1198
  };
1199
1199
  };
1200
1200
  elevation?: number;
1201
+ media?: {
1202
+ type: "image" | "video";
1203
+ src: string;
1204
+ };
1201
1205
  };
1202
1206
  alterCase?: boolean;
1203
1207
  text?: {
@@ -1318,6 +1322,10 @@ declare const _default: {
1318
1322
  };
1319
1323
  };
1320
1324
  elevation?: number;
1325
+ media?: {
1326
+ type: "image" | "video";
1327
+ src: string;
1328
+ };
1321
1329
  };
1322
1330
  alterCase?: boolean;
1323
1331
  text?: {
@@ -1438,6 +1446,10 @@ declare const _default: {
1438
1446
  };
1439
1447
  };
1440
1448
  elevation?: number;
1449
+ media?: {
1450
+ type: "image" | "video";
1451
+ src: string;
1452
+ };
1441
1453
  };
1442
1454
  alterCase?: boolean;
1443
1455
  text?: {
@@ -1558,6 +1570,10 @@ declare const _default: {
1558
1570
  };
1559
1571
  };
1560
1572
  elevation?: number;
1573
+ media?: {
1574
+ type: "image" | "video";
1575
+ src: string;
1576
+ };
1561
1577
  };
1562
1578
  alterCase?: boolean;
1563
1579
  text?: {
@@ -1678,6 +1694,10 @@ declare const _default: {
1678
1694
  };
1679
1695
  };
1680
1696
  elevation?: number;
1697
+ media?: {
1698
+ type: "image" | "video";
1699
+ src: string;
1700
+ };
1681
1701
  };
1682
1702
  alterCase?: boolean;
1683
1703
  text?: {
@@ -1798,6 +1818,10 @@ declare const _default: {
1798
1818
  };
1799
1819
  };
1800
1820
  elevation?: number;
1821
+ media?: {
1822
+ type: "image" | "video";
1823
+ src: string;
1824
+ };
1801
1825
  };
1802
1826
  alterCase?: boolean;
1803
1827
  text?: {
@@ -1918,6 +1942,10 @@ declare const _default: {
1918
1942
  };
1919
1943
  };
1920
1944
  elevation?: number;
1945
+ media?: {
1946
+ type: "image" | "video";
1947
+ src: string;
1948
+ };
1921
1949
  };
1922
1950
  alterCase?: boolean;
1923
1951
  text?: {
@@ -2038,6 +2066,10 @@ declare const _default: {
2038
2066
  };
2039
2067
  };
2040
2068
  elevation?: number;
2069
+ media?: {
2070
+ type: "image" | "video";
2071
+ src: string;
2072
+ };
2041
2073
  };
2042
2074
  alterCase?: boolean;
2043
2075
  text?: {
@@ -2158,6 +2190,10 @@ declare const _default: {
2158
2190
  };
2159
2191
  };
2160
2192
  elevation?: number;
2193
+ media?: {
2194
+ type: "image" | "video";
2195
+ src: string;
2196
+ };
2161
2197
  };
2162
2198
  alterCase?: boolean;
2163
2199
  text?: {
@@ -2280,6 +2316,10 @@ declare const _default: {
2280
2316
  };
2281
2317
  };
2282
2318
  elevation?: number;
2319
+ media?: {
2320
+ type: "image" | "video";
2321
+ src: string;
2322
+ };
2283
2323
  };
2284
2324
  alterCase?: boolean;
2285
2325
  text?: {
@@ -2400,6 +2440,10 @@ declare const _default: {
2400
2440
  };
2401
2441
  };
2402
2442
  elevation?: number;
2443
+ media?: {
2444
+ type: "image" | "video";
2445
+ src: string;
2446
+ };
2403
2447
  };
2404
2448
  alterCase?: boolean;
2405
2449
  text?: {
@@ -2520,6 +2564,10 @@ declare const _default: {
2520
2564
  };
2521
2565
  };
2522
2566
  elevation?: number;
2567
+ media?: {
2568
+ type: "image" | "video";
2569
+ src: string;
2570
+ };
2523
2571
  };
2524
2572
  alterCase?: boolean;
2525
2573
  text?: {
@@ -2640,6 +2688,10 @@ declare const _default: {
2640
2688
  };
2641
2689
  };
2642
2690
  elevation?: number;
2691
+ media?: {
2692
+ type: "image" | "video";
2693
+ src: string;
2694
+ };
2643
2695
  };
2644
2696
  alterCase?: boolean;
2645
2697
  text?: {
@@ -2760,6 +2812,10 @@ declare const _default: {
2760
2812
  };
2761
2813
  };
2762
2814
  elevation?: number;
2815
+ media?: {
2816
+ type: "image" | "video";
2817
+ src: string;
2818
+ };
2763
2819
  };
2764
2820
  alterCase?: boolean;
2765
2821
  text?: {
@@ -2880,6 +2936,10 @@ declare const _default: {
2880
2936
  };
2881
2937
  };
2882
2938
  elevation?: number;
2939
+ media?: {
2940
+ type: "image" | "video";
2941
+ src: string;
2942
+ };
2883
2943
  };
2884
2944
  alterCase?: boolean;
2885
2945
  text?: {
@@ -3000,6 +3060,10 @@ declare const _default: {
3000
3060
  };
3001
3061
  };
3002
3062
  elevation?: number;
3063
+ media?: {
3064
+ type: "image" | "video";
3065
+ src: string;
3066
+ };
3003
3067
  };
3004
3068
  alterCase?: boolean;
3005
3069
  text?: {
@@ -3120,6 +3184,10 @@ declare const _default: {
3120
3184
  };
3121
3185
  };
3122
3186
  elevation?: number;
3187
+ media?: {
3188
+ type: "image" | "video";
3189
+ src: string;
3190
+ };
3123
3191
  };
3124
3192
  alterCase?: boolean;
3125
3193
  text?: {
@@ -3240,6 +3308,10 @@ declare const _default: {
3240
3308
  };
3241
3309
  };
3242
3310
  elevation?: number;
3311
+ media?: {
3312
+ type: "image" | "video";
3313
+ src: string;
3314
+ };
3243
3315
  };
3244
3316
  alterCase?: boolean;
3245
3317
  text?: {
@@ -3362,6 +3434,10 @@ declare const _default: {
3362
3434
  };
3363
3435
  };
3364
3436
  elevation?: number;
3437
+ media?: {
3438
+ type: "image" | "video";
3439
+ src: string;
3440
+ };
3365
3441
  };
3366
3442
  padding?: {
3367
3443
  top?: import("@omnia/fx-models").SpacingValue;
@@ -3504,6 +3580,10 @@ declare const _default: {
3504
3580
  };
3505
3581
  };
3506
3582
  elevation?: number;
3583
+ media?: {
3584
+ type: "image" | "video";
3585
+ src: string;
3586
+ };
3507
3587
  };
3508
3588
  text?: {
3509
3589
  color?: string | {
@@ -3617,6 +3697,10 @@ declare const _default: {
3617
3697
  };
3618
3698
  };
3619
3699
  elevation?: number;
3700
+ media?: {
3701
+ type: "image" | "video";
3702
+ src: string;
3703
+ };
3620
3704
  };
3621
3705
  };
3622
3706
  };
@@ -3673,6 +3757,10 @@ declare const _default: {
3673
3757
  };
3674
3758
  };
3675
3759
  elevation?: number;
3760
+ media?: {
3761
+ type: "image" | "video";
3762
+ src: string;
3763
+ };
3676
3764
  };
3677
3765
  padding?: {
3678
3766
  top?: import("@omnia/fx-models").SpacingValue;
@@ -3815,6 +3903,10 @@ declare const _default: {
3815
3903
  };
3816
3904
  };
3817
3905
  elevation?: number;
3906
+ media?: {
3907
+ type: "image" | "video";
3908
+ src: string;
3909
+ };
3818
3910
  };
3819
3911
  text?: {
3820
3912
  color?: string | {
@@ -3928,6 +4020,10 @@ declare const _default: {
3928
4020
  };
3929
4021
  };
3930
4022
  elevation?: number;
4023
+ media?: {
4024
+ type: "image" | "video";
4025
+ src: string;
4026
+ };
3931
4027
  };
3932
4028
  };
3933
4029
  };
@@ -3984,6 +4080,10 @@ declare const _default: {
3984
4080
  };
3985
4081
  };
3986
4082
  elevation?: number;
4083
+ media?: {
4084
+ type: "image" | "video";
4085
+ src: string;
4086
+ };
3987
4087
  };
3988
4088
  padding?: {
3989
4089
  top?: import("@omnia/fx-models").SpacingValue;
@@ -4126,6 +4226,10 @@ declare const _default: {
4126
4226
  };
4127
4227
  };
4128
4228
  elevation?: number;
4229
+ media?: {
4230
+ type: "image" | "video";
4231
+ src: string;
4232
+ };
4129
4233
  };
4130
4234
  text?: {
4131
4235
  color?: string | {
@@ -4239,6 +4343,10 @@ declare const _default: {
4239
4343
  };
4240
4344
  };
4241
4345
  elevation?: number;
4346
+ media?: {
4347
+ type: "image" | "video";
4348
+ src: string;
4349
+ };
4242
4350
  };
4243
4351
  };
4244
4352
  };
@@ -4295,6 +4403,10 @@ declare const _default: {
4295
4403
  };
4296
4404
  };
4297
4405
  elevation?: number;
4406
+ media?: {
4407
+ type: "image" | "video";
4408
+ src: string;
4409
+ };
4298
4410
  };
4299
4411
  padding?: {
4300
4412
  top?: import("@omnia/fx-models").SpacingValue;
@@ -4437,6 +4549,10 @@ declare const _default: {
4437
4549
  };
4438
4550
  };
4439
4551
  elevation?: number;
4552
+ media?: {
4553
+ type: "image" | "video";
4554
+ src: string;
4555
+ };
4440
4556
  };
4441
4557
  text?: {
4442
4558
  color?: string | {
@@ -4550,6 +4666,10 @@ declare const _default: {
4550
4666
  };
4551
4667
  };
4552
4668
  elevation?: number;
4669
+ media?: {
4670
+ type: "image" | "video";
4671
+ src: string;
4672
+ };
4553
4673
  };
4554
4674
  };
4555
4675
  };
@@ -4759,6 +4879,10 @@ declare const _default: {
4759
4879
  };
4760
4880
  };
4761
4881
  elevation?: number;
4882
+ media?: {
4883
+ type: "image" | "video";
4884
+ src: string;
4885
+ };
4762
4886
  };
4763
4887
  spacing?: {
4764
4888
  top?: import("@omnia/fx-models").SpacingValue;
@@ -4971,6 +5095,10 @@ declare const _default: {
4971
5095
  };
4972
5096
  };
4973
5097
  elevation?: number;
5098
+ media?: {
5099
+ type: "image" | "video";
5100
+ src: string;
5101
+ };
4974
5102
  };
4975
5103
  spacing?: {
4976
5104
  top?: import("@omnia/fx-models").SpacingValue;
@@ -5183,6 +5311,10 @@ declare const _default: {
5183
5311
  };
5184
5312
  };
5185
5313
  elevation?: number;
5314
+ media?: {
5315
+ type: "image" | "video";
5316
+ src: string;
5317
+ };
5186
5318
  };
5187
5319
  spacing?: {
5188
5320
  top?: import("@omnia/fx-models").SpacingValue;
@@ -5395,6 +5527,10 @@ declare const _default: {
5395
5527
  };
5396
5528
  };
5397
5529
  elevation?: number;
5530
+ media?: {
5531
+ type: "image" | "video";
5532
+ src: string;
5533
+ };
5398
5534
  };
5399
5535
  spacing?: {
5400
5536
  top?: import("@omnia/fx-models").SpacingValue;
@@ -5565,6 +5701,10 @@ declare const _default: {
5565
5701
  };
5566
5702
  };
5567
5703
  elevation?: number;
5704
+ media?: {
5705
+ type: "image" | "video";
5706
+ src: string;
5707
+ };
5568
5708
  };
5569
5709
  id: {
5570
5710
  toString: () => string;
@@ -5627,6 +5767,10 @@ declare const _default: {
5627
5767
  };
5628
5768
  };
5629
5769
  elevation?: number;
5770
+ media?: {
5771
+ type: "image" | "video";
5772
+ src: string;
5773
+ };
5630
5774
  };
5631
5775
  id: {
5632
5776
  toString: () => string;
@@ -5689,6 +5833,10 @@ declare const _default: {
5689
5833
  };
5690
5834
  };
5691
5835
  elevation?: number;
5836
+ media?: {
5837
+ type: "image" | "video";
5838
+ src: string;
5839
+ };
5692
5840
  };
5693
5841
  id: {
5694
5842
  toString: () => string;
@@ -5751,6 +5899,10 @@ declare const _default: {
5751
5899
  };
5752
5900
  };
5753
5901
  elevation?: number;
5902
+ media?: {
5903
+ type: "image" | "video";
5904
+ src: string;
5905
+ };
5754
5906
  };
5755
5907
  id: {
5756
5908
  toString: () => string;