@omnia/fx 8.0.162-dev → 8.0.163-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/stores/mediapicker/ImageTransformerStore.d.ts +13 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/datetimepicker/IDateTimePicker.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/{velcron/editor/components/AddComponent.d.ts → datetimepicker/docs/DateTimePickerExample.d.ts} +8 -4
- package/internal-do-not-import-from-here/ux/datetimepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/datetimepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +22 -1
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +22 -1
- package/internal-do-not-import-from-here/ux/oxide/badge/Badge.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/datatable/DataTable.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/oxide/timepicker/TimePicker.d.ts +65 -0
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/SampleComponent.d.ts +55 -0
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +91 -91
- package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilter.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +80 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +16 -212
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +201 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor/VelcronEditorBuilder2.d.ts → VelcronEditorBuilder.d.ts} +10 -10
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronColorSchemaEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronContentEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronEditorBuilderBase.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronImageEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronPropertyMappingEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronTemplateBuilder.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/components/{AddComponent.css.d.ts → AddItem.css.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddItem.d.ts +56 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-data/EditDataMemberPanel.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Enums.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/editor/templates/EditorTemplates.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Editor.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +6 -4
- package/internal-do-not-import-from-here/wctypings.d.ts +13 -13
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +0 -138
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutStyle.css.d.ts +0 -3
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronBlockHeaderStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronColorSchemaBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronContentStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronImageStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronPropertyMappingStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronStateBuilderBase.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronTextContentBuilder.d.ts +0 -0
File without changes
|
File without changes
|
File without changes
|