@omnia/fx 8.0.176-dev → 8.0.178-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -0
  2. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.css.d.ts +1 -0
  3. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +15 -15
  4. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +0 -136
  5. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +0 -136
  6. package/internal-do-not-import-from-here/ux/markdown/plugins/ThemeStylingPlugin.d.ts +2 -0
  7. package/internal-do-not-import-from-here/ux/oxide/calendar/Calendar.d.ts +86 -0
  8. package/internal-do-not-import-from-here/ux/oxide/calendar/docs/ExampleComponents.d.ts +1 -0
  9. package/internal-do-not-import-from-here/ux/oxide/calendar/docs/SampleComponent.d.ts +51 -0
  10. package/internal-do-not-import-from-here/ux/oxide/calendar/docs/index.d.ts +1 -0
  11. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +15 -3
  12. package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +3 -3
  13. package/internal-do-not-import-from-here/ux/oxide/speeddial/SpeedDial.d.ts +59 -0
  14. package/internal-do-not-import-from-here/ux/oxide/speeddial/docs/ExampleComponents.d.ts +1 -0
  15. package/internal-do-not-import-from-here/ux/oxide/speeddial/docs/SampleComponent.d.ts +51 -0
  16. package/internal-do-not-import-from-here/ux/oxide/speeddial/docs/index.d.ts +1 -0
  17. package/internal-do-not-import-from-here/ux/oxide/timepicker/TimePicker.d.ts +3 -2
  18. package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlock.d.ts +3 -9
  19. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +181 -181
  20. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/ContentDefinitionRegistration.d.ts +1 -1
  21. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/stores/ContentEditorStore.d.ts +37 -37
  22. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +311 -257
  23. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.d.ts +7 -7
  24. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector.d.ts +7 -7
  25. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.d.ts +7 -7
  26. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/index.d.ts +1 -2
  27. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +6 -7
  28. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/index.d.ts +1 -2
  29. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +63 -53
  30. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +6 -4
  31. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +8 -0
  32. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +1 -1
  33. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +4 -1
  34. package/internal-do-not-import-from-here/ux/velcron/editor/components/StateTree.d.ts +7 -3
  35. package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +3 -0
  36. package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts +2 -1
  37. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/NumberEditor.d.ts +427 -0
  38. package/internal-do-not-import-from-here/wctypings.d.ts +24 -37
  39. package/package.json +4 -4
  40. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.css.d.ts +0 -6
  41. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +0 -78
  42. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.css.d.ts +0 -6
  43. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +0 -97
  44. package/internal-do-not-import-from-here/ux/velcron/blocks/content/model/ContentDefinitionRegistration.d.ts +0 -6
  45. package/internal-do-not-import-from-here/ux/velcron/blocks/content/store/ContentBlockStore.d.ts +0 -113
  46. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Image.d.ts +0 -2
  47. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/ImageText.d.ts +0 -3
  48. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Quote.d.ts +0 -2
  49. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Text.d.ts +0 -2
  50. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/index.d.ts +0 -4
  51. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/Image.d.ts +0 -2
  52. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/MicroBlog.d.ts +0 -3
  53. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/MicroBlog2.d.ts +0 -3
  54. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/Praise.d.ts +0 -2
  55. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/SocialText.d.ts +0 -2
  56. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/index.d.ts +0 -4
  57. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/ContentDefinitionRegistration.d.ts +0 -10
  58. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/VelcronDefinitionIds.d.ts +0 -15
  59. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorpicker/ColorPicker.css.d.ts +0 -3
  60. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorpicker/ColorPicker.d.ts +0 -31
  61. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper.css.d.ts +0 -3
  62. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper.d.ts +0 -37
  63. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemareferencepicker/ColorSchemaReferencePicker.d.ts +0 -16
  64. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ratiopicker/RatioPicker.css.d.ts +0 -3
  65. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ratiopicker/RatioPicker.d.ts +0 -32
  66. /package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/{DefinitionRegistrations.d.ts → definitions/DefinitionRegistrations.d.ts} +0 -0
@@ -72,6 +72,7 @@ type VuetifyValue<T> = T extends {
72
72
  import { VTooltip, VTextarea, VSwitch, VRadioGroup, VLazy, VForm, VTextField, VBtn, VBtnToggle, VBtnGroup, VNavigationDrawer, VList, VListItem, VListGroup, VListImg, VListItemAction, VListItemTitle, VListItemSubtitle, VListItemMedia, VListSubheader, VDialog, VDialogBottomTransition, VDialogTopTransition, VDialogTransition, VCard, VCardActions, VCardItem, VCardSubtitle, VCardText, VCardTitle, VExpansionPanels, VExpansionPanel, VExpansionPanelText, VExpansionPanelTitle, VAutocomplete, VMenu, VTable, VCheckbox, VCheckboxBtn, VVirtualScroll, VChip, VSelect, VBadge, VCol, VPagination, VRating, VRangeSlider, VSnackbar, VRadio, VSlideGroup, VSlideGroupItem } from "vuetify/components";
73
73
  import { Intersect } from "vuetify/directives";
74
74
  import { VDataTable, VDataTableRow, VDataTableRows, VDataTableVirtual, VDataTableServer, VInfiniteScroll, VDatePicker } from "vuetify/components";
75
+ import { VCalendar } from "vuetify/labs/VCalendar";
75
76
  import { VTimePicker } from "vuetify/labs/VTimePicker";
76
77
  import { VNumberInput } from "vuetify/labs/VNumberInput";
77
78
  import { VFab } from "vuetify/labs/VFab";
@@ -103,6 +104,9 @@ declare global {
103
104
  "v-intersect"?: VuetifyValue<Pick<Parameters<typeof Intersect.mounted>[1], "value">>;
104
105
  }
105
106
  interface IntrinsicElements {
107
+ "v-calendar": VuetifyProps<Pick<VCalendar, "$props">> & {
108
+ [name: string]: any;
109
+ };
106
110
  "v-treeview": VuetifyProps<Pick<VTreeview, "$props">> & {
107
111
  [name: string]: any;
108
112
  };
@@ -1,5 +1,6 @@
1
1
  export declare const ColorPickerStyles: {
2
2
  separator: (dark: boolean) => string;
3
+ sliderBackground: (backgroundColor: string) => string;
3
4
  colorPreview: (color: string, border: string, selected: boolean, disabled: boolean) => string;
4
5
  disabled: (disabled: boolean) => string;
5
6
  selected: (color: string) => string;
@@ -99,12 +99,12 @@ declare const _default: {
99
99
  };
100
100
  }>> & {
101
101
  "onUpdate:modelValue"?: (value: ContainerVariant | ContainerBlueprint) => any;
102
- "onVariant:enter"?: (value: ContainerVariant) => any;
103
- "onVariant:leave"?: (value: ContainerVariant) => any;
102
+ "onItem:enter"?: (value: ContainerVariant | ContainerBlueprint) => any;
103
+ "onItem:leave"?: (value: ContainerVariant | ContainerBlueprint) => any;
104
104
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
105
105
  "update:modelValue": (value: ContainerVariant | ContainerBlueprint) => any;
106
- "variant:enter": (value: ContainerVariant) => any;
107
- "variant:leave": (value: ContainerVariant) => any;
106
+ "item:enter": (value: ContainerVariant | ContainerBlueprint) => any;
107
+ "item:leave": (value: ContainerVariant | ContainerBlueprint) => any;
108
108
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
109
109
  "v-slots": import("vue").Prop<{
110
110
  default?: import("../../../DefineVueTypings").Slot<any[]>;
@@ -203,8 +203,8 @@ declare const _default: {
203
203
  };
204
204
  }>> & {
205
205
  "onUpdate:modelValue"?: (value: ContainerVariant | ContainerBlueprint) => any;
206
- "onVariant:enter"?: (value: ContainerVariant) => any;
207
- "onVariant:leave"?: (value: ContainerVariant) => any;
206
+ "onItem:enter"?: (value: ContainerVariant | ContainerBlueprint) => any;
207
+ "onItem:leave"?: (value: ContainerVariant | ContainerBlueprint) => any;
208
208
  }, {}, true, {}, {}, {
209
209
  P: {};
210
210
  B: {};
@@ -310,8 +310,8 @@ declare const _default: {
310
310
  };
311
311
  }>> & {
312
312
  "onUpdate:modelValue"?: (value: ContainerVariant | ContainerBlueprint) => any;
313
- "onVariant:enter"?: (value: ContainerVariant) => any;
314
- "onVariant:leave"?: (value: ContainerVariant) => any;
313
+ "onItem:enter"?: (value: ContainerVariant | ContainerBlueprint) => any;
314
+ "onItem:leave"?: (value: ContainerVariant | ContainerBlueprint) => any;
315
315
  }, () => JSX.Element, {}, {}, {}, {}>;
316
316
  __isFragment?: never;
317
317
  __isTeleport?: never;
@@ -414,12 +414,12 @@ declare const _default: {
414
414
  };
415
415
  }>> & {
416
416
  "onUpdate:modelValue"?: (value: ContainerVariant | ContainerBlueprint) => any;
417
- "onVariant:enter"?: (value: ContainerVariant) => any;
418
- "onVariant:leave"?: (value: ContainerVariant) => any;
417
+ "onItem:enter"?: (value: ContainerVariant | ContainerBlueprint) => any;
418
+ "onItem:leave"?: (value: ContainerVariant | ContainerBlueprint) => any;
419
419
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
420
420
  "update:modelValue": (value: ContainerVariant | ContainerBlueprint) => any;
421
- "variant:enter": (value: ContainerVariant) => any;
422
- "variant:leave": (value: ContainerVariant) => any;
421
+ "item:enter": (value: ContainerVariant | ContainerBlueprint) => any;
422
+ "item:leave": (value: ContainerVariant | ContainerBlueprint) => any;
423
423
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
424
424
  propsDefinition: Omit<Readonly<{} & {
425
425
  name?: {
@@ -497,10 +497,10 @@ declare const _default: {
497
497
  "preview-color-schema-type"?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
498
498
  allowCustom?: boolean;
499
499
  "allow-custom"?: boolean;
500
- }>, "onUpdate:modelValue" | "onVariant:enter" | "onVariant:leave"> & {
500
+ }>, "onUpdate:modelValue" | "onItem:enter" | "onItem:leave"> & {
501
501
  "onUpdate:modelValue"?: (value: ContainerVariant | ContainerBlueprint) => any;
502
- "onVariant:enter"?: (value: ContainerVariant) => any;
503
- "onVariant:leave"?: (value: ContainerVariant) => any;
502
+ "onItem:enter"?: (value: ContainerVariant | ContainerBlueprint) => any;
503
+ "onItem:leave"?: (value: ContainerVariant | ContainerBlueprint) => any;
504
504
  };
505
505
  };
506
506
  export default _default;