@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
@@ -4838,6 +4838,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
4838
4838
|
bottom?: string | number;
|
4839
4839
|
left?: string | number;
|
4840
4840
|
};
|
4841
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
4841
4842
|
}[];
|
4842
4843
|
events?: {
|
4843
4844
|
onLoaded?: string[];
|
@@ -4845,6 +4846,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
4845
4846
|
onSaving?: string[];
|
4846
4847
|
onPersistState?: string[];
|
4847
4848
|
onRestoreState?: string[];
|
4849
|
+
onActive?: string[];
|
4848
4850
|
};
|
4849
4851
|
actions?: {
|
4850
4852
|
[name: string]: string[];
|
@@ -4890,6 +4892,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
4890
4892
|
bottom?: string | number;
|
4891
4893
|
left?: string | number;
|
4892
4894
|
};
|
4895
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
4893
4896
|
}[];
|
4894
4897
|
style?: {
|
4895
4898
|
margin?: number;
|
@@ -4921,6 +4924,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
4921
4924
|
bottom?: string | number;
|
4922
4925
|
left?: string | number;
|
4923
4926
|
};
|
4927
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
4924
4928
|
}[];
|
4925
4929
|
editors?: {
|
4926
4930
|
name?: string;
|
@@ -5054,6 +5058,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5054
5058
|
bottom?: string | number;
|
5055
5059
|
left?: string | number;
|
5056
5060
|
};
|
5061
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5057
5062
|
}[];
|
5058
5063
|
events?: {
|
5059
5064
|
onLoaded?: string[];
|
@@ -5061,6 +5066,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5061
5066
|
onSaving?: string[];
|
5062
5067
|
onPersistState?: string[];
|
5063
5068
|
onRestoreState?: string[];
|
5069
|
+
onActive?: string[];
|
5064
5070
|
};
|
5065
5071
|
actions?: {
|
5066
5072
|
[name: string]: string[];
|
@@ -5106,6 +5112,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5106
5112
|
bottom?: string | number;
|
5107
5113
|
left?: string | number;
|
5108
5114
|
};
|
5115
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5109
5116
|
}[];
|
5110
5117
|
style?: {
|
5111
5118
|
margin?: number;
|
@@ -5137,6 +5144,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5137
5144
|
bottom?: string | number;
|
5138
5145
|
left?: string | number;
|
5139
5146
|
};
|
5147
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5140
5148
|
}[];
|
5141
5149
|
editors?: {
|
5142
5150
|
name?: string;
|
@@ -5270,6 +5278,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5270
5278
|
bottom?: string | number;
|
5271
5279
|
left?: string | number;
|
5272
5280
|
};
|
5281
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5273
5282
|
}[];
|
5274
5283
|
events?: {
|
5275
5284
|
onLoaded?: string[];
|
@@ -5277,6 +5286,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5277
5286
|
onSaving?: string[];
|
5278
5287
|
onPersistState?: string[];
|
5279
5288
|
onRestoreState?: string[];
|
5289
|
+
onActive?: string[];
|
5280
5290
|
};
|
5281
5291
|
actions?: {
|
5282
5292
|
[name: string]: string[];
|
@@ -5322,6 +5332,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5322
5332
|
bottom?: string | number;
|
5323
5333
|
left?: string | number;
|
5324
5334
|
};
|
5335
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5325
5336
|
}[];
|
5326
5337
|
style?: {
|
5327
5338
|
margin?: number;
|
@@ -5353,6 +5364,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5353
5364
|
bottom?: string | number;
|
5354
5365
|
left?: string | number;
|
5355
5366
|
};
|
5367
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5356
5368
|
}[];
|
5357
5369
|
editors?: {
|
5358
5370
|
name?: string;
|
@@ -5486,6 +5498,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5486
5498
|
bottom?: string | number;
|
5487
5499
|
left?: string | number;
|
5488
5500
|
};
|
5501
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5489
5502
|
}[];
|
5490
5503
|
events?: {
|
5491
5504
|
onLoaded?: string[];
|
@@ -5493,6 +5506,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5493
5506
|
onSaving?: string[];
|
5494
5507
|
onPersistState?: string[];
|
5495
5508
|
onRestoreState?: string[];
|
5509
|
+
onActive?: string[];
|
5496
5510
|
};
|
5497
5511
|
actions?: {
|
5498
5512
|
[name: string]: string[];
|
@@ -5538,6 +5552,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5538
5552
|
bottom?: string | number;
|
5539
5553
|
left?: string | number;
|
5540
5554
|
};
|
5555
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5541
5556
|
}[];
|
5542
5557
|
style?: {
|
5543
5558
|
margin?: number;
|
@@ -5569,6 +5584,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
5569
5584
|
bottom?: string | number;
|
5570
5585
|
left?: string | number;
|
5571
5586
|
};
|
5587
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5572
5588
|
}[];
|
5573
5589
|
editors?: {
|
5574
5590
|
name?: string;
|
@@ -6211,7 +6227,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6211
6227
|
"onUpdate:focused"?: (value: boolean) => any;
|
6212
6228
|
"onClick:button"?: (value: any) => any;
|
6213
6229
|
"onUpdate:search"?: (value: string) => any;
|
6214
|
-
}, "container" | "class" | "label" | "multiple" | "disabled" | "
|
6230
|
+
}, "container" | "class" | "label" | "multiple" | "disabled" | "colorSchemaType" | "toned" | "items" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "loading" | "searchable" | "rules" | "hint" | "persistentHint" | "clearable" | "readonly" | "itemTitle" | "itemValue" | "returnObject" | "hideNoData" | "menuIcon" | "hideSelected"> & {
|
6215
6231
|
"v-slots"?: {
|
6216
6232
|
default?: import("vue").Slot;
|
6217
6233
|
} & {
|
@@ -6220,7 +6236,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
6220
6236
|
item?: (item: OSelectRenderingItem<ItemType<TItem>, any>, index: Number) => VNodeChild;
|
6221
6237
|
"append-item"?: () => VNodeChild;
|
6222
6238
|
};
|
6223
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "container" | "class" | "label" | "multiple" | "disabled" | "
|
6239
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "container" | "class" | "label" | "multiple" | "disabled" | "colorSchemaType" | "toned" | "items" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "loading" | "searchable" | "rules" | "hint" | "persistentHint" | "clearable" | "readonly" | "itemTitle" | "itemValue" | "returnObject" | "hideNoData" | "menuIcon" | "hideSelected" | "emit:update:modelValue" | "emit:click:button" | "emit:update:search" | "emit:update:focused" | "slot:chip" | "slot:selection" | "slot:item" | "slot:append-item">) => {
|
6224
6240
|
$: import("vue").ComponentInternalInstance;
|
6225
6241
|
$data: {};
|
6226
6242
|
$props: {};
|
@@ -11087,6 +11103,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
11087
11103
|
bottom?: string | number;
|
11088
11104
|
left?: string | number;
|
11089
11105
|
};
|
11106
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
11090
11107
|
}[];
|
11091
11108
|
events?: {
|
11092
11109
|
onLoaded?: string[];
|
@@ -11094,6 +11111,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
11094
11111
|
onSaving?: string[];
|
11095
11112
|
onPersistState?: string[];
|
11096
11113
|
onRestoreState?: string[];
|
11114
|
+
onActive?: string[];
|
11097
11115
|
};
|
11098
11116
|
actions?: {
|
11099
11117
|
[name: string]: string[];
|
@@ -11139,6 +11157,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
11139
11157
|
bottom?: string | number;
|
11140
11158
|
left?: string | number;
|
11141
11159
|
};
|
11160
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
11142
11161
|
}[];
|
11143
11162
|
style?: {
|
11144
11163
|
margin?: number;
|
@@ -11170,6 +11189,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
11170
11189
|
bottom?: string | number;
|
11171
11190
|
left?: string | number;
|
11172
11191
|
};
|
11192
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
11173
11193
|
}[];
|
11174
11194
|
editors?: {
|
11175
11195
|
name?: string;
|
@@ -11303,6 +11323,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
11303
11323
|
bottom?: string | number;
|
11304
11324
|
left?: string | number;
|
11305
11325
|
};
|
11326
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
11306
11327
|
}[];
|
11307
11328
|
events?: {
|
11308
11329
|
onLoaded?: string[];
|
@@ -11310,6 +11331,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
11310
11331
|
onSaving?: string[];
|
11311
11332
|
onPersistState?: string[];
|
11312
11333
|
onRestoreState?: string[];
|
11334
|
+
onActive?: string[];
|
11313
11335
|
};
|
11314
11336
|
actions?: {
|
11315
11337
|
[name: string]: string[];
|
@@ -11355,6 +11377,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
11355
11377
|
bottom?: string | number;
|
11356
11378
|
left?: string | number;
|
11357
11379
|
};
|
11380
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
11358
11381
|
}[];
|
11359
11382
|
style?: {
|
11360
11383
|
margin?: number;
|
@@ -11386,6 +11409,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
11386
11409
|
bottom?: string | number;
|
11387
11410
|
left?: string | number;
|
11388
11411
|
};
|
11412
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
11389
11413
|
}[];
|
11390
11414
|
editors?: {
|
11391
11415
|
name?: string;
|
@@ -11519,6 +11543,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
11519
11543
|
bottom?: string | number;
|
11520
11544
|
left?: string | number;
|
11521
11545
|
};
|
11546
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
11522
11547
|
}[];
|
11523
11548
|
events?: {
|
11524
11549
|
onLoaded?: string[];
|
@@ -11526,6 +11551,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
11526
11551
|
onSaving?: string[];
|
11527
11552
|
onPersistState?: string[];
|
11528
11553
|
onRestoreState?: string[];
|
11554
|
+
onActive?: string[];
|
11529
11555
|
};
|
11530
11556
|
actions?: {
|
11531
11557
|
[name: string]: string[];
|
@@ -11571,6 +11597,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
11571
11597
|
bottom?: string | number;
|
11572
11598
|
left?: string | number;
|
11573
11599
|
};
|
11600
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
11574
11601
|
}[];
|
11575
11602
|
style?: {
|
11576
11603
|
margin?: number;
|
@@ -11602,6 +11629,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
11602
11629
|
bottom?: string | number;
|
11603
11630
|
left?: string | number;
|
11604
11631
|
};
|
11632
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
11605
11633
|
}[];
|
11606
11634
|
editors?: {
|
11607
11635
|
name?: string;
|
@@ -11735,6 +11763,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
11735
11763
|
bottom?: string | number;
|
11736
11764
|
left?: string | number;
|
11737
11765
|
};
|
11766
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
11738
11767
|
}[];
|
11739
11768
|
events?: {
|
11740
11769
|
onLoaded?: string[];
|
@@ -11742,6 +11771,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
11742
11771
|
onSaving?: string[];
|
11743
11772
|
onPersistState?: string[];
|
11744
11773
|
onRestoreState?: string[];
|
11774
|
+
onActive?: string[];
|
11745
11775
|
};
|
11746
11776
|
actions?: {
|
11747
11777
|
[name: string]: string[];
|
@@ -11787,6 +11817,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
11787
11817
|
bottom?: string | number;
|
11788
11818
|
left?: string | number;
|
11789
11819
|
};
|
11820
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
11790
11821
|
}[];
|
11791
11822
|
style?: {
|
11792
11823
|
margin?: number;
|
@@ -11818,6 +11849,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
11818
11849
|
bottom?: string | number;
|
11819
11850
|
left?: string | number;
|
11820
11851
|
};
|
11852
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
11821
11853
|
}[];
|
11822
11854
|
editors?: {
|
11823
11855
|
name?: string;
|
@@ -12469,7 +12501,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
12469
12501
|
"onUpdate:focused"?: (value: boolean) => any;
|
12470
12502
|
"onClick:button"?: (value: any) => any;
|
12471
12503
|
"onUpdate:search"?: (value: string) => any;
|
12472
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "container" | "class" | "label" | "multiple" | "disabled" | "
|
12504
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "container" | "class" | "label" | "multiple" | "disabled" | "colorSchemaType" | "toned" | "items" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "loading" | "searchable" | "rules" | "hint" | "persistentHint" | "clearable" | "readonly" | "itemTitle" | "itemValue" | "returnObject" | "hideNoData" | "menuIcon" | "hideSelected">;
|
12473
12505
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
12474
12506
|
[key: string]: any;
|
12475
12507
|
}>;
|
@@ -503,10 +503,8 @@ declare const _default: {
|
|
503
503
|
class?: String | String[];
|
504
504
|
label?: string;
|
505
505
|
disabled?: boolean;
|
506
|
-
errorMessages?: string | string[];
|
507
506
|
rows?: number;
|
508
507
|
placeholder?: string;
|
509
|
-
readonly?: boolean;
|
510
508
|
toned?: boolean;
|
511
509
|
"v-model"?: string;
|
512
510
|
"onUpdate:modelValue"?: (value: string) => any;
|
@@ -520,7 +518,9 @@ declare const _default: {
|
|
520
518
|
persistentHint?: boolean;
|
521
519
|
"persistent-hint"?: boolean;
|
522
520
|
clearable?: boolean;
|
521
|
+
errorMessages?: string | string[];
|
523
522
|
"error-messages"?: string | string[];
|
523
|
+
readonly?: boolean;
|
524
524
|
autoGrow?: boolean;
|
525
525
|
"auto-grow"?: boolean;
|
526
526
|
}>, "onUpdate:modelValue" | "onUpdate:focused" | "onClick:button"> & {
|
@@ -561,9 +561,7 @@ declare const _default: {
|
|
561
561
|
class?: String | String[];
|
562
562
|
label?: string;
|
563
563
|
disabled?: boolean;
|
564
|
-
errorMessages?: string | string[];
|
565
564
|
placeholder?: string;
|
566
|
-
readonly?: boolean;
|
567
565
|
toned?: boolean;
|
568
566
|
"v-model"?: string | number | WritableComputedRef<string>;
|
569
567
|
"onUpdate:modelValue"?: (value: string | number | WritableComputedRef<string>) => any;
|
@@ -580,8 +578,10 @@ declare const _default: {
|
|
580
578
|
persistentHint?: boolean;
|
581
579
|
"persistent-hint"?: boolean;
|
582
580
|
clearable?: boolean;
|
581
|
+
errorMessages?: string | string[];
|
583
582
|
"error-messages"?: string | string[];
|
584
583
|
suffix?: string;
|
584
|
+
readonly?: boolean;
|
585
585
|
}>, "onUpdate:modelValue" | "onDoc$" | "onUpdate:focused" | "onClick:clear" | "onClick:button"> & {
|
586
586
|
"onUpdate:modelValue"?: (value: string) => any;
|
587
587
|
onDoc$?: (description?: string) => any;
|
@@ -220,9 +220,9 @@ declare const _default: {
|
|
220
220
|
location?: OPosition;
|
221
221
|
openOnHover?: boolean;
|
222
222
|
"open-on-hover"?: boolean;
|
223
|
+
openOnClick?: boolean;
|
223
224
|
activateOnLength?: number;
|
224
225
|
"activate-on-length"?: number;
|
225
|
-
openOnClick?: boolean;
|
226
226
|
"open-on-click"?: boolean;
|
227
227
|
}>, never>;
|
228
228
|
};
|
@@ -34,11 +34,11 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
34
34
|
topicPermissionDictionary?: {
|
35
35
|
[topicId: string]: PostPermission;
|
36
36
|
};
|
37
|
-
} & Omit<{}, "omniaServiceId" | "styles" | "provider" | "
|
37
|
+
} & Omit<{}, "omniaServiceId" | "styles" | "provider" | "richTextSettings" | "cardStyle" | "enableMention" | "editContentOnTop" | "postTypeId" | "showMoreSize" | "allowLikes" | "customSlots" | "hideEditOption" | "getTopPostIds" | "getUserHash" | "topicPermissionDictionary"> & {
|
38
38
|
"v-slots"?: {
|
39
39
|
default?: import("vue").Slot;
|
40
40
|
} & {};
|
41
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "omniaServiceId" | "styles" | "provider" | "
|
41
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "omniaServiceId" | "styles" | "provider" | "richTextSettings" | "cardStyle" | "enableMention" | "editContentOnTop" | "postTypeId" | "showMoreSize" | "allowLikes" | "customSlots" | "hideEditOption" | "getTopPostIds" | "getUserHash" | "topicPermissionDictionary">) => {
|
42
42
|
$: import("vue").ComponentInternalInstance;
|
43
43
|
$data: {};
|
44
44
|
$props: {};
|
@@ -112,7 +112,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
112
112
|
"v-slots"?: {
|
113
113
|
default?: import("vue").Slot;
|
114
114
|
} & {};
|
115
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "omniaServiceId" | "styles" | "provider" | "
|
115
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "omniaServiceId" | "styles" | "provider" | "richTextSettings" | "cardStyle" | "enableMention" | "editContentOnTop" | "postTypeId" | "showMoreSize" | "allowLikes" | "customSlots" | "hideEditOption" | "getTopPostIds" | "getUserHash" | "topicPermissionDictionary">;
|
116
116
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
117
117
|
[key: string]: any;
|
118
118
|
}>;
|
@@ -13,11 +13,11 @@ declare const _default: (props: {
|
|
13
13
|
isDeleted?: boolean;
|
14
14
|
dateFormat?: string;
|
15
15
|
language?: string;
|
16
|
-
} & Omit<{}, "
|
16
|
+
} & Omit<{}, "language" | "dateFormat" | "isDeleted" | "getUserHash" | "topicPermissionDictionary" | "persistedPost" | "renderTitleInfo" | "renderEditOptions"> & {
|
17
17
|
"v-slots"?: {
|
18
18
|
default?: import("vue").Slot;
|
19
19
|
} & {};
|
20
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
20
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "language" | "dateFormat" | "isDeleted" | "getUserHash" | "topicPermissionDictionary" | "persistedPost" | "renderTitleInfo" | "renderEditOptions">) => {
|
21
21
|
$: import("vue").ComponentInternalInstance;
|
22
22
|
$data: {};
|
23
23
|
$props: {};
|
@@ -72,7 +72,7 @@ declare const _default: (props: {
|
|
72
72
|
"v-slots"?: {
|
73
73
|
default?: import("vue").Slot;
|
74
74
|
} & {};
|
75
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
75
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "language" | "dateFormat" | "isDeleted" | "getUserHash" | "topicPermissionDictionary" | "persistedPost" | "renderTitleInfo" | "renderEditOptions">;
|
76
76
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
77
77
|
[key: string]: any;
|
78
78
|
}>;
|
@@ -33,11 +33,11 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
33
33
|
onRefresh?: (addedPost: boolean) => any;
|
34
34
|
onOpenEdit?: (post: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>) => any;
|
35
35
|
onCloseEdit?: (post: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>) => any;
|
36
|
-
}, "currentUser" | "
|
36
|
+
}, "currentUser" | "richTextSettings" | "canShowEditDialogOnLoad" | "canLike" | "cardStyle" | "hideEdit" | "enableMention" | "customSlots" | "hideEditOption" | "getTopPostIds" | "getUserHash" | "topicPermissionDictionary" | "persistedPost" | "persistedPosts" | "handleAddingPost" | "handleUpdatingPost" | "handleDeletingPost" | "handleTogglingLike" | "handleSocialReacts"> & {
|
37
37
|
"v-slots"?: {
|
38
38
|
default?: import("vue").Slot;
|
39
39
|
} & {};
|
40
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "currentUser" | "
|
40
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "currentUser" | "richTextSettings" | "canShowEditDialogOnLoad" | "canLike" | "cardStyle" | "hideEdit" | "enableMention" | "customSlots" | "hideEditOption" | "getTopPostIds" | "getUserHash" | "topicPermissionDictionary" | "persistedPost" | "persistedPosts" | "handleAddingPost" | "handleUpdatingPost" | "handleDeletingPost" | "handleTogglingLike" | "handleSocialReacts" | "emit:openReply" | "emit:cancelReply" | "emit:openEdit" | "emit:closeEdit" | "emit:refresh">) => {
|
41
41
|
$: import("vue").ComponentInternalInstance;
|
42
42
|
$data: {};
|
43
43
|
$props: {};
|
@@ -111,7 +111,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
111
111
|
onRefresh?: (addedPost: boolean) => any;
|
112
112
|
onOpenEdit?: (post: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>) => any;
|
113
113
|
onCloseEdit?: (post: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>) => any;
|
114
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "currentUser" | "
|
114
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "currentUser" | "richTextSettings" | "canShowEditDialogOnLoad" | "canLike" | "cardStyle" | "hideEdit" | "enableMention" | "customSlots" | "hideEditOption" | "getTopPostIds" | "getUserHash" | "topicPermissionDictionary" | "persistedPost" | "persistedPosts" | "handleAddingPost" | "handleUpdatingPost" | "handleDeletingPost" | "handleTogglingLike" | "handleSocialReacts">;
|
115
115
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
116
116
|
[key: string]: any;
|
117
117
|
}>;
|
@@ -234,11 +234,11 @@ declare const _default: {
|
|
234
234
|
contentClass?: string[];
|
235
235
|
user?: UserIdentity;
|
236
236
|
scopedSlots?: ScopedSlots<IProfileCardScopedSlots>;
|
237
|
+
ripple?: boolean;
|
238
|
+
"content-class"?: string[];
|
237
239
|
"scoped-slots"?: ScopedSlots<IProfileCardScopedSlots>;
|
238
240
|
appendToBody?: boolean;
|
239
241
|
"append-to-body"?: boolean;
|
240
|
-
"content-class"?: string[];
|
241
|
-
ripple?: boolean;
|
242
242
|
}>, "onClick" | "onDoc$"> & {
|
243
243
|
onClick?: (e: Event) => any;
|
244
244
|
onDoc$?: (description?: string) => any;
|
@@ -570,11 +570,11 @@ declare const _default: {
|
|
570
570
|
ariaInvalid?: boolean;
|
571
571
|
"aria-describedby"?: string;
|
572
572
|
"aria-invalid"?: boolean;
|
573
|
-
resetContent?: boolean;
|
574
573
|
bodyClass?: string;
|
575
574
|
onContentDataChange?: (richtextHelper: RichTextContentHelper) => void;
|
576
575
|
registerFocus?: (callback: () => void) => void;
|
577
576
|
onConfigureExtensions?: (currentExtensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension, extensionHelper?: IRichTextEditorExtensionHelper) => Array<RichTextEditorExtension>;
|
577
|
+
resetContent?: boolean;
|
578
578
|
autoFocus?: boolean;
|
579
579
|
ariaDescribedby?: string;
|
580
580
|
disableAutofocus?: boolean;
|
@@ -0,0 +1,38 @@
|
|
1
|
+
export type RichTextEditorStore = ReturnType<typeof useRichTextEditorStore>;
|
2
|
+
export declare const useRichTextEditorStore: () => {
|
3
|
+
events: {
|
4
|
+
onMutated_sharedValue: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
5
|
+
[key: string]: any;
|
6
|
+
}>;
|
7
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
8
|
+
get: {
|
9
|
+
getSharedValue(key: string): any;
|
10
|
+
};
|
11
|
+
actions: {
|
12
|
+
onDispatching: {
|
13
|
+
setSharedValue: {
|
14
|
+
subscribe(fn: (value: {
|
15
|
+
[key: string]: any;
|
16
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
17
|
+
};
|
18
|
+
};
|
19
|
+
onDispatched: {
|
20
|
+
setSharedValue: {
|
21
|
+
subscribe(fn: (result: void, value: {
|
22
|
+
[key: string]: any;
|
23
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
24
|
+
};
|
25
|
+
};
|
26
|
+
onFailure: {
|
27
|
+
setSharedValue: {
|
28
|
+
subscribe(fn: (failureReason: any, value: {
|
29
|
+
[key: string]: any;
|
30
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
31
|
+
};
|
32
|
+
};
|
33
|
+
} & {
|
34
|
+
setSharedValue(value: {
|
35
|
+
[key: string]: any;
|
36
|
+
}): void;
|
37
|
+
};
|
38
|
+
};
|
package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGif.d.ts
CHANGED
@@ -3,7 +3,7 @@ export declare const animatedGifEditorExtension: () => {
|
|
3
3
|
id: Guid;
|
4
4
|
title: string;
|
5
5
|
getConfiguration(): {
|
6
|
-
nodes: import("@tiptap/core").Node<
|
6
|
+
nodes: import("@tiptap/core").Node<import("../MediaPicker/nodes/MediaImageNode").ImageOptions, any>[];
|
7
7
|
toolbarItems: {
|
8
8
|
toolbar: any;
|
9
9
|
configuration: {};
|
@@ -1,29 +1,11 @@
|
|
1
|
-
import {
|
1
|
+
import { Guid } from "@omnia/fx/models";
|
2
2
|
export declare const headingEditorExtension: () => {
|
3
3
|
id: Guid;
|
4
4
|
title: string;
|
5
|
-
getConfiguration():
|
6
|
-
nodes: import("@tiptap/core").Node<
|
5
|
+
getConfiguration(): {
|
6
|
+
nodes: import("@tiptap/core").Node<import("./HeadingNode").HeadingOptions, any>[];
|
7
7
|
toolbarItems: {
|
8
|
-
toolbar:
|
9
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
10
|
-
P: {};
|
11
|
-
B: {};
|
12
|
-
D: {};
|
13
|
-
C: {};
|
14
|
-
M: {};
|
15
|
-
Defaults: {};
|
16
|
-
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
|
17
|
-
__isFragment?: never;
|
18
|
-
__isTeleport?: never;
|
19
|
-
__isSuspense?: never;
|
20
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
21
|
-
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
22
|
-
};
|
23
|
-
configuration: {
|
24
|
-
headings: GuidValue[];
|
25
|
-
};
|
8
|
+
toolbar: any;
|
26
9
|
}[];
|
27
|
-
}
|
28
|
-
setOptions(options: HeadingEditorExtensionConfiguration): void;
|
10
|
+
};
|
29
11
|
};
|
package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts
CHANGED
@@ -1,4 +1,3 @@
|
|
1
|
-
import { HeadingConfiguration } from "@omnia/fx-models";
|
2
1
|
export type Level = 1 | 2 | 3 | 4 | 5 | 6;
|
3
2
|
export interface HeadingOptions {
|
4
3
|
levels: Level[];
|
@@ -11,7 +10,7 @@ declare module "@tiptap/core" {
|
|
11
10
|
* Set a heading node
|
12
11
|
*/
|
13
12
|
setHeading: (attributes: {
|
14
|
-
|
13
|
+
level: Level;
|
15
14
|
}) => ReturnType;
|
16
15
|
/**
|
17
16
|
* Toggle a heading node
|
@@ -22,4 +21,4 @@ declare module "@tiptap/core" {
|
|
22
21
|
};
|
23
22
|
}
|
24
23
|
}
|
25
|
-
export declare const headingNode: () => import("@tiptap/core").Node<
|
24
|
+
export declare const headingNode: () => import("@tiptap/core").Node<HeadingOptions, any>;
|