@omnia/fx 8.0.248-dev → 8.0.250-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (113) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +2 -0
  3. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/localizationinput/LocalizationInput.d.ts +1 -1
  4. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertyRow.d.ts +1 -1
  5. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +6 -6
  6. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +6 -6
  7. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +5 -5
  8. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +7 -7
  9. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +6 -6
  10. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
  11. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -1
  12. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +2 -2
  13. package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +7 -7
  14. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +1 -1
  16. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +1 -1
  17. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +1 -1
  18. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +1 -1
  19. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +1 -1
  21. package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +1 -1
  22. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +1 -1
  23. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +5 -5
  24. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +7 -7
  25. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +11 -11
  26. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +8 -8
  27. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +8 -8
  28. package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +2 -2
  29. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +2 -2
  30. package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +3 -3
  32. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
  33. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +2 -2
  34. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +3 -3
  35. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +6 -6
  36. package/internal-do-not-import-from-here/ux/markdown2/commands/EditorCommands.d.ts +11 -2
  37. package/internal-do-not-import-from-here/ux/markdown2/commands/EditorCommands_old.d.ts +27 -0
  38. package/internal-do-not-import-from-here/ux/markdown2/commands/helpers/EditorNodeHelper.d.ts +11 -0
  39. package/internal-do-not-import-from-here/ux/markdown2/commands/helpers/HtmlNodehelper.d.ts +9 -0
  40. package/internal-do-not-import-from-here/ux/markdown2/commands/helpers/{Nodehelper.d.ts → HtmlNodehelper_old.d.ts} +1 -1
  41. package/internal-do-not-import-from-here/ux/markdown2/models/EditorModels.d.ts +17 -15
  42. package/internal-do-not-import-from-here/ux/markdown2/models/{MarkdownPlugin.d.ts → EditorPlugin.d.ts} +8 -10
  43. package/internal-do-not-import-from-here/ux/markdown2/parsers/HtmlParser.d.ts +5 -3
  44. package/internal-do-not-import-from-here/ux/markdown2/parsers/JSONParser.d.ts +8 -0
  45. package/internal-do-not-import-from-here/ux/markdown2/parsers/markdownparser_old/MarkdownParser.d.ts +0 -0
  46. package/internal-do-not-import-from-here/ux/markdown2/parsers/markdownparser_old/MarkdownParser_engine.d.ts +0 -0
  47. package/internal-do-not-import-from-here/ux/markdown2/parsers/markdownparser_old/component.d.ts +0 -0
  48. package/internal-do-not-import-from-here/ux/markdown2/parsers/markdownparser_old/tags.d.ts +0 -0
  49. package/internal-do-not-import-from-here/ux/markdown2/parsers/markdownparser_old/textParser.d.ts +0 -0
  50. package/internal-do-not-import-from-here/ux/markdown2/plugins/DefineEditorPlugin.d.ts +8 -0
  51. package/internal-do-not-import-from-here/ux/markdown2/plugins/colorstyle/ColorStylePlugin.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/markdown2/plugins/sourceeditor/SourceEditorButton.d.ts +47 -0
  53. package/internal-do-not-import-from-here/ux/markdown2/plugins/sourceeditor/SourceEditorPlugin.d.ts +3 -0
  54. package/internal-do-not-import-from-here/ux/markdown2/plugins/text/TextPlugin.d.ts +1 -1
  55. package/internal-do-not-import-from-here/ux/markdown2/plugins/typography/TypographyPlugin.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/markdown2/plugins/velcron/VelcronPlugin.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownStore.d.ts +61 -41
  58. package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownToolbarStore.d.ts +295 -200
  59. package/internal-do-not-import-from-here/ux/mediagallery/view/MediaDisplayRenderer.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +2 -2
  62. package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +1 -1
  63. package/internal-do-not-import-from-here/ux/oxide/calendar/Calendar.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +628 -20
  65. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +20 -20
  66. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +5 -5
  67. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +1 -1
  68. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +1 -1
  69. package/internal-do-not-import-from-here/ux/post/Post.d.ts +1 -1
  70. package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +1 -1
  71. package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +2 -2
  72. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayConfiguration.d.ts +1 -1
  73. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +1 -1
  74. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +1 -1
  75. package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileEditor.d.ts +1 -1
  76. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +1 -1
  77. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeConfiguration.d.ts +1 -1
  78. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +1 -1
  79. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +1 -1
  80. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +1 -1
  81. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +1 -1
  82. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +1 -1
  85. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +1 -1
  86. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +1 -1
  87. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +1 -1
  88. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +1 -1
  89. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +1 -1
  90. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +1 -1
  91. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +1 -1
  92. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +1 -1
  93. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +1 -1
  94. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsDisplay.d.ts +1 -1
  95. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +1 -1
  96. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +1 -1
  97. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +1 -1
  98. package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +1 -1
  99. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +1 -1
  100. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +2 -2
  101. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +1 -1
  102. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
  103. package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +2 -2
  104. package/internal-do-not-import-from-here/ux/social/Comment.d.ts +7 -7
  105. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +1 -1
  106. package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +12 -12
  107. package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +3 -3
  108. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/InternalVersionedLayoutRenderer.d.ts +3 -3
  109. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +3 -3
  110. package/internal-do-not-import-from-here/wctypings.d.ts +0 -3
  111. package/package.json +3 -3
  112. package/internal-do-not-import-from-here/ux/markdown2/parsers/MarkdownParser.d.ts +0 -7
  113. package/internal-do-not-import-from-here/ux/markdown2/plugins/DefineMarkdownPlugin.d.ts +0 -8
@@ -50,8 +50,8 @@ declare const _default: {
50
50
  }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
51
51
  propsDefinition: Omit<Readonly<{} & {
52
52
  media?: MediaPickerMedia | MediaPickerMedia[];
53
- showCaption?: boolean;
54
53
  imageRatioId?: number;
54
+ showCaption?: boolean;
55
55
  thumbnailOnly?: boolean;
56
56
  mediaClass?: string;
57
57
  mediaStyle?: string | object | object[];
@@ -61,7 +61,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
61
61
  "v-slots"?: {} & Omit<{
62
62
  default?: import("vue").Slot;
63
63
  }, never>;
64
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "media" | "imageStyle" | "disableDialog" | "inlineMediaNodeDisplayData" | "mediaData">;
64
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "media" | "inlineMediaNodeDisplayData" | "imageStyle" | "disableDialog" | "mediaData">;
65
65
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
66
66
  [key: string]: any;
67
67
  }>;
@@ -199,14 +199,14 @@ declare const _default: {
199
199
  };
200
200
  contain?: boolean;
201
201
  contentClass?: string;
202
+ inlineMediaNodeDisplayData?: string;
202
203
  imagedata?: string;
203
204
  imageStyle?: string | object | object[];
204
- inlineMediaNodeDisplayData?: string;
205
- showCaption?: boolean;
206
205
  imageRatioId?: number;
207
206
  scalingId?: number;
208
207
  displayVSlot?: boolean;
209
208
  containerClass?: string;
209
+ showCaption?: boolean;
210
210
  imgClass?: string;
211
211
  }>, never>;
212
212
  };
@@ -77,7 +77,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
77
77
  "v-slots"?: {} & Omit<{
78
78
  default?: import("vue").Slot;
79
79
  }, never>;
80
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "video" | "videoStyle" | "inlineMediaNodeDisplayData" | "videodata" | "showCaption" | "containerClass" | "v-model:video" | "onUpdate:video" | "thumbnailOnly">;
80
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "video" | "inlineMediaNodeDisplayData" | "containerClass" | "showCaption" | "videodata" | "videoStyle" | "v-model:video" | "onUpdate:video" | "thumbnailOnly">;
81
81
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
82
82
  [key: string]: any;
83
83
  }>;
@@ -59,7 +59,7 @@ declare const _default: <T extends EventType>(props: import("@omnia/fx/ux").Cons
59
59
  } & Omit<{
60
60
  default?: import("vue").Slot;
61
61
  }, "event" | "header">;
62
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "events" | "container" | "class" | "colorSchemaType" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "max" | "min" | "month" | "year" | "allowedDates" | "viewMode" | "weekdays" | "intervalHeight" | "intervals" | "intervalStart" | "hideWeekNumber" | "hideDayHeader" | "hideHeader">;
62
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "events" | "container" | "class" | "colorSchemaType" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "max" | "min" | "allowedDates" | "month" | "year" | "viewMode" | "weekdays" | "intervalHeight" | "intervals" | "intervalStart" | "hideWeekNumber" | "hideDayHeader" | "hideHeader">;
63
63
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
64
64
  [key: string]: any;
65
65
  }>;