@omnia/fx 8.0.107-vnext → 8.0.109-vnext
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.manifest.json +1 -1
- package/internal-do-not-import-from-here/stores/MediaPickerEditorStore.d.ts +53 -42
- package/internal-do-not-import-from-here/stores/MediaPickerProviderStore.d.ts +64 -0
- package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/UxModels.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/blueprintpicker/BlueprintPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/colorsettingspicker/ColorSettingsPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/theming/Introduction.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/theming/Themestyling.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/theming/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +13 -47
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/features/FeaturesJourneyTenant.d.ts +91 -6
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/html/HtmlRenderer.d.ts +112 -0
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/imagegrid/ImageGrid copy.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/imagegrid/ImageGrid.d.ts +176 -27
- package/internal-do-not-import-from-here/ux/imagegrid/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/cropper/ImageCropMenu.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/cropper/ImageCropper.d.ts +11 -18
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/editor/ImageEditor.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/editor/ImageEditor.d.ts +6 -34
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +250 -0
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/filters/ImageFilters.d.ts +1 -27
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/flipper/ImageFlipper.d.ts +0 -23
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/settings/ImageSettings.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer.css.d.ts +2 -4
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/mediapicker/MediaPicker.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/GridViewMediaProviderComponent.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/MediaProviderComponentBase.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/MediaProviderComponentBase.d.ts +4 -6
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +15 -15
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +16 -5
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +180 -0
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanDisplay.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailDisplay.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +10 -3
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerDisplay.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkDisplay.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaDisplay.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextDisplay.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextDisplay.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextDisplay.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfigurationV2.d.ts +503 -0
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/typographypicker/TypographyPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/AlignmentEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ImageEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/MarkdownEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/PropertyEditorCreator.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SliderEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SwitchEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/wctypings.d.ts +29 -1
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/imagegrid/IImageGrid.d.ts +0 -25
@@ -13,6 +13,7 @@ import wc90e26d3a6e3e4bf9bd1ce81c6735eda2 from './ux/datetimezonepicker/DateTime
|
|
13
13
|
import wcd3d05fa7bb114ecab1c16f714641b678 from './ux/datetimezonerenderer/DateTimeZoneRenderer';
|
14
14
|
import wc3ff00f2d8a4c48a4ae0cff23fc0127ac from './ux/dialog/Dialog';
|
15
15
|
import wcfd300449c17f44fd80d83e709a10bf63 from './ux/features/FeaturesJourney';
|
16
|
+
import wc629ff3fc45f84df382ddb6282d968547 from './ux/features/FeaturesJourneyTenant';
|
16
17
|
import wca91d4cd2b5744de3a672110cb1cdf7ba from './ux/filterengine/FilterEngineSettings';
|
17
18
|
import wc34e1cea969d744f1bbec4770b51d49f5 from './ux/filterengine/FilterEngineRenderer';
|
18
19
|
import wc43fc70078d114ec3a70ebbd767ef4f95 from './ux/filterengine/components/renderer/person/PersonPropertyRenderer';
|
@@ -32,6 +33,7 @@ import wc937eab372066440fa95551ac8cba45d7 from './ux/filterengine/components/ren
|
|
32
33
|
import wc7813f37afbf34cb085a2ef74e71e20fa from './ux/filterengine/components/renderer/PropertyDropdownRenderer';
|
33
34
|
import wc373cd0c180af441ca9f973b1da4de7f9 from './ux/filterengine/components/renderer/PropertyListRenderer';
|
34
35
|
import wc46a6c15c2a0e446fbef9770274409366 from './ux/filterpicker/FilterPicker';
|
36
|
+
import wce5a52491260143c8bf9855268a6acbab from './ux/html/HtmlRenderer';
|
35
37
|
import wcc587659a68194582be3c393240709785 from './ux/hub/HubChat';
|
36
38
|
import wca7608d8c42184cbb994910dc06c464a1 from './ux/identities/IdentityRenderer';
|
37
39
|
import wc01c6a5e974334f06a390c9af5a7689d0 from './ux/identities/components/shared/IdentitySyncPropertyBindingSetup';
|
@@ -41,6 +43,7 @@ import wc9cbe10e4fe1a48929727942cea5f7338 from './ux/identitypicker/IdentityPick
|
|
41
43
|
import wcec81357974804c539bff6c58a8785c22 from './ux/identitypicker/IdentityPicker';
|
42
44
|
import wc5d74b2de65164761a3dce6a534b64bd1 from './ux/identitypicker/IdentityPickerDialog';
|
43
45
|
import wc70593d481fa54e68be9f4fe41f0f5c92 from './ux/identitypicker/IdentityPickerButton';
|
46
|
+
import wcdfefc1520763443190e92700bad98412 from './ux/imagegrid/ImageGrid';
|
44
47
|
import wca882dbf5bd31435d87c442b6667926d5 from './ux/imagetransformer/ImageTransformer';
|
45
48
|
import wc91919b3f54de42dab709575b8a9ca233 from './ux/inputlanguagepicker/InputLanguagePicker';
|
46
49
|
import wc20b4e8166fb44f2b8b240724eb5f2db2 from './ux/languagepicker/LanguagePicker';
|
@@ -58,7 +61,7 @@ import wc6d1d84cb210643c59ca8437fc36c75a1 from './ux/profilecard/ProfileCardRend
|
|
58
61
|
import wc091ee9b103234b26a5e2bd5f992b2582 from './ux/properties/property-picker/PropertyPicker';
|
59
62
|
import wcf36a8a2b1c70423ebc4647aaddab8f4f from './ux/properties/property-renderer/PropertyBindingValueRenderer';
|
60
63
|
import wc48e897be803c4b5cb1db09dbadd04fe5 from './ux/properties/property-renderer/PropertyValueRenderer';
|
61
|
-
import wce012f61b652b4ab8b7e9d436ef772f54 from './ux/properties/property-configuration/
|
64
|
+
import wce012f61b652b4ab8b7e9d436ef772f54 from './ux/properties/property-configuration/PropertyConfigurationV2';
|
62
65
|
import wc54caefeaae1d4da7b236a3ff268b31c3 from './ux/properties/property-configuration/LabelOptionsRenderer';
|
63
66
|
import wc14f41bfbe00d46658959d3b2ebb7da69 from './ux/properties/property-configuration/PropertyLocking';
|
64
67
|
import wcb174dcf2716344b0bb02c981ae68dd73 from './ux/properties/property-picker/PropertyInput';
|
@@ -135,6 +138,7 @@ import wc247719ac6d3843ec889face452544a21 from './ux/oxide/progress/Progress';
|
|
135
138
|
import wc48962186dfb94f37adc76f475b80015d from './ux/oxide/radio/RadioGroup';
|
136
139
|
import wc2d9c50d3dcb1421cafb8eab80be243a1 from './ux/oxide/radio/Radio';
|
137
140
|
import wc578e2a4d5cd247a4b1291911256253a7 from './ux/oxide/select/Select';
|
141
|
+
import wc2ade92721b3c426fac97c63026f77351 from './ux/oxide/skeletonloader/SkeletonLoader';
|
138
142
|
import wcd108fdde5ca942d7ae92195eb74b5452 from './ux/oxide/slider/Slider';
|
139
143
|
import wca19feddcd78b4065b7650162fd088379 from './ux/oxide/snackbar/Snackbar';
|
140
144
|
import wcc26ccc7aeae04f76a062e83c6df302fc from './ux/oxide/spacer/Spacer';
|
@@ -277,6 +281,7 @@ declare global {
|
|
277
281
|
"omfx-date-time-zone-renderer": typeof wcd3d05fa7bb114ecab1c16f714641b678.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd3d05fa7bb114ecab1c16f714641b678.propsDefinition>;
|
278
282
|
"omfx-dialog": typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac.propsDefinition>;
|
279
283
|
"omfx-features-journey": typeof wcfd300449c17f44fd80d83e709a10bf63.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfd300449c17f44fd80d83e709a10bf63.propsDefinition>;
|
284
|
+
"omfx-features-journey-tenant": typeof wc629ff3fc45f84df382ddb6282d968547.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc629ff3fc45f84df382ddb6282d968547.propsDefinition>;
|
280
285
|
"omfx-filterengine-settings": typeof wca91d4cd2b5744de3a672110cb1cdf7ba.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca91d4cd2b5744de3a672110cb1cdf7ba.propsDefinition>;
|
281
286
|
"omfx-filterengine-renderer": typeof wc34e1cea969d744f1bbec4770b51d49f5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc34e1cea969d744f1bbec4770b51d49f5.propsDefinition>;
|
282
287
|
"omfx-person-filterengine-renderer": typeof wc43fc70078d114ec3a70ebbd767ef4f95.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc43fc70078d114ec3a70ebbd767ef4f95.propsDefinition>;
|
@@ -296,6 +301,7 @@ declare global {
|
|
296
301
|
"omfx-filterengine-property-dropdown": typeof wc7813f37afbf34cb085a2ef74e71e20fa.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7813f37afbf34cb085a2ef74e71e20fa.propsDefinition>;
|
297
302
|
"omfx-filterengine-property-list": typeof wc373cd0c180af441ca9f973b1da4de7f9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc373cd0c180af441ca9f973b1da4de7f9.propsDefinition>;
|
298
303
|
"omfx-filter-picker": typeof wc46a6c15c2a0e446fbef9770274409366.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc46a6c15c2a0e446fbef9770274409366.propsDefinition>;
|
304
|
+
"omfx-html": typeof wce5a52491260143c8bf9855268a6acbab.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce5a52491260143c8bf9855268a6acbab.propsDefinition>;
|
299
305
|
"omfx-hub-chat": typeof wcc587659a68194582be3c393240709785.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc587659a68194582be3c393240709785.propsDefinition>;
|
300
306
|
"omfx-identity-renderer": typeof wca7608d8c42184cbb994910dc06c464a1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca7608d8c42184cbb994910dc06c464a1.propsDefinition>;
|
301
307
|
"omfx-identity-sync-property-binding-setup": typeof wc01c6a5e974334f06a390c9af5a7689d0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc01c6a5e974334f06a390c9af5a7689d0.propsDefinition>;
|
@@ -305,6 +311,7 @@ declare global {
|
|
305
311
|
"omfx-identity-picker": typeof wcec81357974804c539bff6c58a8785c22.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcec81357974804c539bff6c58a8785c22.propsDefinition>;
|
306
312
|
"omfx-identity-picker-dialog": typeof wc5d74b2de65164761a3dce6a534b64bd1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5d74b2de65164761a3dce6a534b64bd1.propsDefinition>;
|
307
313
|
"omfx-identity-picker-button": typeof wc70593d481fa54e68be9f4fe41f0f5c92.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc70593d481fa54e68be9f4fe41f0f5c92.propsDefinition>;
|
314
|
+
"omfx-media-imagegrid": typeof wcdfefc1520763443190e92700bad98412.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdfefc1520763443190e92700bad98412.propsDefinition>;
|
308
315
|
"omfx-image-transformer": typeof wca882dbf5bd31435d87c442b6667926d5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca882dbf5bd31435d87c442b6667926d5.propsDefinition>;
|
309
316
|
"omfx-input-language-picker": typeof wc91919b3f54de42dab709575b8a9ca233.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc91919b3f54de42dab709575b8a9ca233.propsDefinition>;
|
310
317
|
"omfx-language-picker": typeof wc20b4e8166fb44f2b8b240724eb5f2db2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc20b4e8166fb44f2b8b240724eb5f2db2.propsDefinition>;
|
@@ -399,6 +406,7 @@ declare global {
|
|
399
406
|
"o-radio-group": typeof wc48962186dfb94f37adc76f475b80015d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc48962186dfb94f37adc76f475b80015d.propsDefinition>;
|
400
407
|
"o-radio": typeof wc2d9c50d3dcb1421cafb8eab80be243a1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2d9c50d3dcb1421cafb8eab80be243a1.propsDefinition>;
|
401
408
|
"o-select": typeof wc578e2a4d5cd247a4b1291911256253a7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc578e2a4d5cd247a4b1291911256253a7.propsDefinition>;
|
409
|
+
"o-skeleton-loader": typeof wc2ade92721b3c426fac97c63026f77351.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2ade92721b3c426fac97c63026f77351.propsDefinition>;
|
402
410
|
"o-slider": typeof wcd108fdde5ca942d7ae92195eb74b5452.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd108fdde5ca942d7ae92195eb74b5452.propsDefinition>;
|
403
411
|
"o-snackbar": typeof wca19feddcd78b4065b7650162fd088379.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca19feddcd78b4065b7650162fd088379.propsDefinition>;
|
404
412
|
"o-spacer": typeof wcc26ccc7aeae04f76a062e83c6df302fc.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc26ccc7aeae04f76a062e83c6df302fc.propsDefinition>;
|
@@ -595,6 +603,11 @@ declare global {
|
|
595
603
|
$props: typeof wcfd300449c17f44fd80d83e709a10bf63.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfd300449c17f44fd80d83e709a10bf63.propsDefinition>;
|
596
604
|
};
|
597
605
|
};
|
606
|
+
"FeaturesJourneyTenant": {
|
607
|
+
new (...args: any[]): {
|
608
|
+
$props: typeof wc629ff3fc45f84df382ddb6282d968547.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc629ff3fc45f84df382ddb6282d968547.propsDefinition>;
|
609
|
+
};
|
610
|
+
};
|
598
611
|
"FilterengineSettings": {
|
599
612
|
new (...args: any[]): {
|
600
613
|
$props: typeof wca91d4cd2b5744de3a672110cb1cdf7ba.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca91d4cd2b5744de3a672110cb1cdf7ba.propsDefinition>;
|
@@ -690,6 +703,11 @@ declare global {
|
|
690
703
|
$props: typeof wc46a6c15c2a0e446fbef9770274409366.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc46a6c15c2a0e446fbef9770274409366.propsDefinition>;
|
691
704
|
};
|
692
705
|
};
|
706
|
+
"Html": {
|
707
|
+
new (...args: any[]): {
|
708
|
+
$props: typeof wce5a52491260143c8bf9855268a6acbab.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce5a52491260143c8bf9855268a6acbab.propsDefinition>;
|
709
|
+
};
|
710
|
+
};
|
693
711
|
"HubChat": {
|
694
712
|
new (...args: any[]): {
|
695
713
|
$props: typeof wcc587659a68194582be3c393240709785.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc587659a68194582be3c393240709785.propsDefinition>;
|
@@ -735,6 +753,11 @@ declare global {
|
|
735
753
|
$props: typeof wc70593d481fa54e68be9f4fe41f0f5c92.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc70593d481fa54e68be9f4fe41f0f5c92.propsDefinition>;
|
736
754
|
};
|
737
755
|
};
|
756
|
+
"MediaImagegrid": {
|
757
|
+
new (...args: any[]): {
|
758
|
+
$props: typeof wcdfefc1520763443190e92700bad98412.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdfefc1520763443190e92700bad98412.propsDefinition>;
|
759
|
+
};
|
760
|
+
};
|
738
761
|
"ImageTransformer": {
|
739
762
|
new (...args: any[]): {
|
740
763
|
$props: typeof wca882dbf5bd31435d87c442b6667926d5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca882dbf5bd31435d87c442b6667926d5.propsDefinition>;
|
@@ -1205,6 +1228,11 @@ declare global {
|
|
1205
1228
|
$props: typeof wc578e2a4d5cd247a4b1291911256253a7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc578e2a4d5cd247a4b1291911256253a7.propsDefinition>;
|
1206
1229
|
};
|
1207
1230
|
};
|
1231
|
+
"OSkeletonLoader": {
|
1232
|
+
new (...args: any[]): {
|
1233
|
+
$props: typeof wc2ade92721b3c426fac97c63026f77351.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2ade92721b3c426fac97c63026f77351.propsDefinition>;
|
1234
|
+
};
|
1235
|
+
};
|
1208
1236
|
"OSlider": {
|
1209
1237
|
new (...args: any[]): {
|
1210
1238
|
$props: typeof wcd108fdde5ca942d7ae92195eb74b5452.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd108fdde5ca942d7ae92195eb74b5452.propsDefinition>;
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/fx",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "8.0.
|
4
|
+
"version": "8.0.109-vnext",
|
5
5
|
"description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
],
|
21
21
|
"author": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.109-vnext",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.10.7",
|
@@ -1,25 +0,0 @@
|
|
1
|
-
import { WebImage, MediaItem, MediaPickerEnums } from "../../models";
|
2
|
-
import { TsxAllowUnknowProperties } from "../";
|
3
|
-
export interface IImageGridComponentAttributes {
|
4
|
-
appendToGrid?: boolean;
|
5
|
-
}
|
6
|
-
export interface IImageGridComponent extends IImageGridComponentAttributes {
|
7
|
-
images?: Array<WebImage>;
|
8
|
-
onImageSelected?: (image: WebImage) => void;
|
9
|
-
itemDetailSlot?: (h: any, item: MediaItem) => JSX.Element;
|
10
|
-
itemOverlaySlot?: (h: any, item: MediaItem) => JSX.Element;
|
11
|
-
searchStatus?: MediaPickerEnums.MediaSearchStatus;
|
12
|
-
}
|
13
|
-
declare global {
|
14
|
-
namespace JSX {
|
15
|
-
interface Element {
|
16
|
-
}
|
17
|
-
interface ElementClass {
|
18
|
-
}
|
19
|
-
interface ElementAttributesProperty {
|
20
|
-
}
|
21
|
-
interface IntrinsicElements {
|
22
|
-
"omfx-media-imagegrid": TsxAllowUnknowProperties<IImageGridComponent>;
|
23
|
-
}
|
24
|
-
}
|
25
|
-
}
|