@omnia/fx 8.0.159-dev → 8.0.161-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.
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
- package/internal-do-not-import-from-here/services/ReindexOmniaSearchUserService.d.ts +11 -0
- package/internal-do-not-import-from-here/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +56 -55
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +24 -24
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +42 -0
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/DateTimeFieldEdit.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/IDateTimeFieldEdit.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identities/loc/Localize.d.ts +39 -37
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +12 -5
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/inputlanguagepicker/InputLanguagePicker.d.ts +53 -43
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/TypographyEditorModel.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +26 -345
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +4 -12
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +40 -40
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +35 -3
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorStore.d.ts +38 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGif.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/Heading.d.ts +5 -23
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +2 -50
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerToolbar.d.ts +2 -49
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaImageNode.d.ts +15 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNode.d.ts +22 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNodeView.d.ts +0 -22
- package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/texttranslator/TextTranslator.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +90 -30
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/ContentDefinitionRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +20 -10
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +10 -2
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/models/ComponentDescriptors.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Editor.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SliderEditor.d.ts +8 -0
- package/package.json +2 -2
@@ -4828,6 +4828,7 @@ declare const _default: <T extends unknown>(props: {
|
|
4828
4828
|
bottom?: string | number;
|
4829
4829
|
left?: string | number;
|
4830
4830
|
};
|
4831
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
4831
4832
|
}[];
|
4832
4833
|
events?: {
|
4833
4834
|
onLoaded?: string[];
|
@@ -4835,6 +4836,7 @@ declare const _default: <T extends unknown>(props: {
|
|
4835
4836
|
onSaving?: string[];
|
4836
4837
|
onPersistState?: string[];
|
4837
4838
|
onRestoreState?: string[];
|
4839
|
+
onActive?: string[];
|
4838
4840
|
};
|
4839
4841
|
actions?: {
|
4840
4842
|
[name: string]: string[];
|
@@ -4880,6 +4882,7 @@ declare const _default: <T extends unknown>(props: {
|
|
4880
4882
|
bottom?: string | number;
|
4881
4883
|
left?: string | number;
|
4882
4884
|
};
|
4885
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
4883
4886
|
}[];
|
4884
4887
|
style?: {
|
4885
4888
|
margin?: number;
|
@@ -4911,6 +4914,7 @@ declare const _default: <T extends unknown>(props: {
|
|
4911
4914
|
bottom?: string | number;
|
4912
4915
|
left?: string | number;
|
4913
4916
|
};
|
4917
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
4914
4918
|
}[];
|
4915
4919
|
editors?: {
|
4916
4920
|
name?: string;
|
@@ -5044,6 +5048,7 @@ declare const _default: <T extends unknown>(props: {
|
|
5044
5048
|
bottom?: string | number;
|
5045
5049
|
left?: string | number;
|
5046
5050
|
};
|
5051
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5047
5052
|
}[];
|
5048
5053
|
events?: {
|
5049
5054
|
onLoaded?: string[];
|
@@ -5051,6 +5056,7 @@ declare const _default: <T extends unknown>(props: {
|
|
5051
5056
|
onSaving?: string[];
|
5052
5057
|
onPersistState?: string[];
|
5053
5058
|
onRestoreState?: string[];
|
5059
|
+
onActive?: string[];
|
5054
5060
|
};
|
5055
5061
|
actions?: {
|
5056
5062
|
[name: string]: string[];
|
@@ -5096,6 +5102,7 @@ declare const _default: <T extends unknown>(props: {
|
|
5096
5102
|
bottom?: string | number;
|
5097
5103
|
left?: string | number;
|
5098
5104
|
};
|
5105
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5099
5106
|
}[];
|
5100
5107
|
style?: {
|
5101
5108
|
margin?: number;
|
@@ -5127,6 +5134,7 @@ declare const _default: <T extends unknown>(props: {
|
|
5127
5134
|
bottom?: string | number;
|
5128
5135
|
left?: string | number;
|
5129
5136
|
};
|
5137
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5130
5138
|
}[];
|
5131
5139
|
editors?: {
|
5132
5140
|
name?: string;
|
@@ -5260,6 +5268,7 @@ declare const _default: <T extends unknown>(props: {
|
|
5260
5268
|
bottom?: string | number;
|
5261
5269
|
left?: string | number;
|
5262
5270
|
};
|
5271
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5263
5272
|
}[];
|
5264
5273
|
events?: {
|
5265
5274
|
onLoaded?: string[];
|
@@ -5267,6 +5276,7 @@ declare const _default: <T extends unknown>(props: {
|
|
5267
5276
|
onSaving?: string[];
|
5268
5277
|
onPersistState?: string[];
|
5269
5278
|
onRestoreState?: string[];
|
5279
|
+
onActive?: string[];
|
5270
5280
|
};
|
5271
5281
|
actions?: {
|
5272
5282
|
[name: string]: string[];
|
@@ -5312,6 +5322,7 @@ declare const _default: <T extends unknown>(props: {
|
|
5312
5322
|
bottom?: string | number;
|
5313
5323
|
left?: string | number;
|
5314
5324
|
};
|
5325
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5315
5326
|
}[];
|
5316
5327
|
style?: {
|
5317
5328
|
margin?: number;
|
@@ -5343,6 +5354,7 @@ declare const _default: <T extends unknown>(props: {
|
|
5343
5354
|
bottom?: string | number;
|
5344
5355
|
left?: string | number;
|
5345
5356
|
};
|
5357
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5346
5358
|
}[];
|
5347
5359
|
editors?: {
|
5348
5360
|
name?: string;
|
@@ -5476,6 +5488,7 @@ declare const _default: <T extends unknown>(props: {
|
|
5476
5488
|
bottom?: string | number;
|
5477
5489
|
left?: string | number;
|
5478
5490
|
};
|
5491
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5479
5492
|
}[];
|
5480
5493
|
events?: {
|
5481
5494
|
onLoaded?: string[];
|
@@ -5483,6 +5496,7 @@ declare const _default: <T extends unknown>(props: {
|
|
5483
5496
|
onSaving?: string[];
|
5484
5497
|
onPersistState?: string[];
|
5485
5498
|
onRestoreState?: string[];
|
5499
|
+
onActive?: string[];
|
5486
5500
|
};
|
5487
5501
|
actions?: {
|
5488
5502
|
[name: string]: string[];
|
@@ -5528,6 +5542,7 @@ declare const _default: <T extends unknown>(props: {
|
|
5528
5542
|
bottom?: string | number;
|
5529
5543
|
left?: string | number;
|
5530
5544
|
};
|
5545
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5531
5546
|
}[];
|
5532
5547
|
style?: {
|
5533
5548
|
margin?: number;
|
@@ -5559,6 +5574,7 @@ declare const _default: <T extends unknown>(props: {
|
|
5559
5574
|
bottom?: string | number;
|
5560
5575
|
left?: string | number;
|
5561
5576
|
};
|
5577
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5562
5578
|
}[];
|
5563
5579
|
editors?: {
|
5564
5580
|
name?: string;
|
@@ -11064,6 +11080,7 @@ declare const _default: <T extends unknown>(props: {
|
|
11064
11080
|
bottom?: string | number;
|
11065
11081
|
left?: string | number;
|
11066
11082
|
};
|
11083
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
11067
11084
|
}[];
|
11068
11085
|
events?: {
|
11069
11086
|
onLoaded?: string[];
|
@@ -11071,6 +11088,7 @@ declare const _default: <T extends unknown>(props: {
|
|
11071
11088
|
onSaving?: string[];
|
11072
11089
|
onPersistState?: string[];
|
11073
11090
|
onRestoreState?: string[];
|
11091
|
+
onActive?: string[];
|
11074
11092
|
};
|
11075
11093
|
actions?: {
|
11076
11094
|
[name: string]: string[];
|
@@ -11116,6 +11134,7 @@ declare const _default: <T extends unknown>(props: {
|
|
11116
11134
|
bottom?: string | number;
|
11117
11135
|
left?: string | number;
|
11118
11136
|
};
|
11137
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
11119
11138
|
}[];
|
11120
11139
|
style?: {
|
11121
11140
|
margin?: number;
|
@@ -11147,6 +11166,7 @@ declare const _default: <T extends unknown>(props: {
|
|
11147
11166
|
bottom?: string | number;
|
11148
11167
|
left?: string | number;
|
11149
11168
|
};
|
11169
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
11150
11170
|
}[];
|
11151
11171
|
editors?: {
|
11152
11172
|
name?: string;
|
@@ -11280,6 +11300,7 @@ declare const _default: <T extends unknown>(props: {
|
|
11280
11300
|
bottom?: string | number;
|
11281
11301
|
left?: string | number;
|
11282
11302
|
};
|
11303
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
11283
11304
|
}[];
|
11284
11305
|
events?: {
|
11285
11306
|
onLoaded?: string[];
|
@@ -11287,6 +11308,7 @@ declare const _default: <T extends unknown>(props: {
|
|
11287
11308
|
onSaving?: string[];
|
11288
11309
|
onPersistState?: string[];
|
11289
11310
|
onRestoreState?: string[];
|
11311
|
+
onActive?: string[];
|
11290
11312
|
};
|
11291
11313
|
actions?: {
|
11292
11314
|
[name: string]: string[];
|
@@ -11332,6 +11354,7 @@ declare const _default: <T extends unknown>(props: {
|
|
11332
11354
|
bottom?: string | number;
|
11333
11355
|
left?: string | number;
|
11334
11356
|
};
|
11357
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
11335
11358
|
}[];
|
11336
11359
|
style?: {
|
11337
11360
|
margin?: number;
|
@@ -11363,6 +11386,7 @@ declare const _default: <T extends unknown>(props: {
|
|
11363
11386
|
bottom?: string | number;
|
11364
11387
|
left?: string | number;
|
11365
11388
|
};
|
11389
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
11366
11390
|
}[];
|
11367
11391
|
editors?: {
|
11368
11392
|
name?: string;
|
@@ -11496,6 +11520,7 @@ declare const _default: <T extends unknown>(props: {
|
|
11496
11520
|
bottom?: string | number;
|
11497
11521
|
left?: string | number;
|
11498
11522
|
};
|
11523
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
11499
11524
|
}[];
|
11500
11525
|
events?: {
|
11501
11526
|
onLoaded?: string[];
|
@@ -11503,6 +11528,7 @@ declare const _default: <T extends unknown>(props: {
|
|
11503
11528
|
onSaving?: string[];
|
11504
11529
|
onPersistState?: string[];
|
11505
11530
|
onRestoreState?: string[];
|
11531
|
+
onActive?: string[];
|
11506
11532
|
};
|
11507
11533
|
actions?: {
|
11508
11534
|
[name: string]: string[];
|
@@ -11548,6 +11574,7 @@ declare const _default: <T extends unknown>(props: {
|
|
11548
11574
|
bottom?: string | number;
|
11549
11575
|
left?: string | number;
|
11550
11576
|
};
|
11577
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
11551
11578
|
}[];
|
11552
11579
|
style?: {
|
11553
11580
|
margin?: number;
|
@@ -11579,6 +11606,7 @@ declare const _default: <T extends unknown>(props: {
|
|
11579
11606
|
bottom?: string | number;
|
11580
11607
|
left?: string | number;
|
11581
11608
|
};
|
11609
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
11582
11610
|
}[];
|
11583
11611
|
editors?: {
|
11584
11612
|
name?: string;
|
@@ -11712,6 +11740,7 @@ declare const _default: <T extends unknown>(props: {
|
|
11712
11740
|
bottom?: string | number;
|
11713
11741
|
left?: string | number;
|
11714
11742
|
};
|
11743
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
11715
11744
|
}[];
|
11716
11745
|
events?: {
|
11717
11746
|
onLoaded?: string[];
|
@@ -11719,6 +11748,7 @@ declare const _default: <T extends unknown>(props: {
|
|
11719
11748
|
onSaving?: string[];
|
11720
11749
|
onPersistState?: string[];
|
11721
11750
|
onRestoreState?: string[];
|
11751
|
+
onActive?: string[];
|
11722
11752
|
};
|
11723
11753
|
actions?: {
|
11724
11754
|
[name: string]: string[];
|
@@ -11764,6 +11794,7 @@ declare const _default: <T extends unknown>(props: {
|
|
11764
11794
|
bottom?: string | number;
|
11765
11795
|
left?: string | number;
|
11766
11796
|
};
|
11797
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
11767
11798
|
}[];
|
11768
11799
|
style?: {
|
11769
11800
|
margin?: number;
|
@@ -11795,6 +11826,7 @@ declare const _default: <T extends unknown>(props: {
|
|
11795
11826
|
bottom?: string | number;
|
11796
11827
|
left?: string | number;
|
11797
11828
|
};
|
11829
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
11798
11830
|
}[];
|
11799
11831
|
editors?: {
|
11800
11832
|
name?: string;
|
@@ -947,8 +947,8 @@ declare const _default: {
|
|
947
947
|
} & ODataTableServerSlots;
|
948
948
|
loading?: boolean;
|
949
949
|
itemValue?: SelectItemKey;
|
950
|
-
"item-value"?: SelectItemKey;
|
951
950
|
hover?: boolean;
|
951
|
+
"item-value"?: SelectItemKey;
|
952
952
|
itemSelectable?: SelectItemKey;
|
953
953
|
sortBy?: SortItem[];
|
954
954
|
mustSort?: boolean;
|