@omnia/fx 8.0.90-vnext → 8.0.91-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.
Files changed (55) hide show
  1. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +4 -4
  2. package/internal-do-not-import-from-here/ux/admin/queryableproperties/IQueryablePropertiesJourney.d.ts +4 -13
  3. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +139 -34
  4. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +176 -38
  5. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesInfoBlade.d.ts +124 -0
  6. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +176 -19
  7. package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +40 -4
  8. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +258 -78
  9. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/IEnterprisePropertyPicker.d.ts +1 -12
  10. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.css.d.ts +2 -1
  11. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +63 -24
  12. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +21 -10
  13. package/internal-do-not-import-from-here/ux/journey/v2/models/BladeInstance.d.ts +5 -0
  14. package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +2 -2
  15. package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +1 -0
  16. package/internal-do-not-import-from-here/ux/models/QueryablePropertiesStyles.d.ts +1 -0
  17. package/internal-do-not-import-from-here/ux/models/Validation.d.ts +1 -1
  18. package/internal-do-not-import-from-here/ux/models/enterpriseproperties/EnterprisePropertyPickerStyles.d.ts +1 -0
  19. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +14 -0
  20. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
  21. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +22 -0
  22. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
  23. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
  25. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +2 -2
  26. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlock.css.d.ts +6 -0
  27. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlock.d.ts +91 -0
  28. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlockSettings.css.d.ts +6 -0
  29. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlockSettings.d.ts +95 -0
  30. package/internal-do-not-import-from-here/ux/theming-v2/RegistrationHandlerDefinitions.d.ts +1 -0
  31. package/internal-do-not-import-from-here/ux/theming-v2/RegistrationHandlerTheming.d.ts +1 -0
  32. package/internal-do-not-import-from-here/ux/theming-v2/ThemeDefinitionStoreV2.d.ts +14 -22
  33. package/internal-do-not-import-from-here/ux/theming-v2/VelcronDefinitionStore.d.ts +1 -0
  34. package/internal-do-not-import-from-here/ux/theming-v2/components/blueprintpicker/BlueprintPicker.d.ts +0 -17
  35. package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/ColorPicker.css.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/ColorPicker.d.ts +380 -488
  37. package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/ColorSchemaPicker.d.ts +8 -8
  38. package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/TypographyPicker.css.d.ts +4 -6
  39. package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/TypographyPicker.d.ts +145 -130
  40. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/DefinitionRegistrations.d.ts +1 -0
  41. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/ThemeRegistrations.d.ts +1 -0
  42. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/headers/index.d.ts +0 -1
  43. package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/ApiRegistrations.d.ts +0 -0
  44. package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/ThemeRegistrations.d.ts +1 -0
  45. package/internal-do-not-import-from-here/ux/theming-v2/skins/pages/DefinitionRegistrations.d.ts +1 -0
  46. package/internal-do-not-import-from-here/ux/theming-v2/skins/pages/definitions/headers/HeaderWithImage.d.ts +2 -0
  47. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +8 -2
  48. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +2 -0
  50. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/velcron/docs/index.d.ts +1 -0
  52. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Slot.d.ts +106 -0
  53. package/internal-do-not-import-from-here/wctypings.d.ts +1258 -246
  54. package/package.json +3 -3
  55. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/headers/Blockheaders.d.ts +0 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.90-vnext",
4
+ "version": "8.0.91-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,13 +20,13 @@
20
20
  ],
21
21
  "author": "Precio Fishbone",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.90-vnext",
23
+ "@omnia/fx-models": "8.0.91-vnext",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",
27
27
  "vue-virtual-scroller": "1.0.0-rc.2",
28
28
  "splitpanes": "2.4.1",
29
- "vuetify": "3.3.13",
29
+ "vuetify": "3.3.14",
30
30
  "vue": "3.3.4",
31
31
  "tslib": "2.5.0",
32
32
  "typescript": "5.0.4",
@@ -1,3 +0,0 @@
1
- import { VelcronDefinitionRegistration } from "@omnia/fx-models";
2
- export declare const BlockHeaderDefinition_IconLeft: VelcronDefinitionRegistration<object>;
3
- export declare const BlockHeaderDefinition_IconRight: VelcronDefinitionRegistration<object>;