@omnia/fx 8.0.161-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.
Files changed (130) hide show
  1. package/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +13 -0
  2. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +12 -12
  3. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -0
  4. package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +1 -1
  5. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +10 -10
  6. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +9 -9
  7. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +9 -9
  8. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
  9. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +4 -4
  10. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +2 -2
  11. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +5 -5
  12. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
  13. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -2
  14. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +2 -2
  15. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +10 -10
  16. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +10 -10
  17. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +101 -101
  18. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +2 -2
  19. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +10 -10
  20. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +2 -2
  21. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +2 -2
  22. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -2
  23. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
  24. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +2 -2
  25. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +2 -2
  26. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +404 -400
  27. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +399 -395
  28. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +60 -60
  29. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +399 -395
  30. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +10 -10
  31. package/internal-do-not-import-from-here/ux/datetimepicker/IDateTimePicker.d.ts +2 -1
  32. package/internal-do-not-import-from-here/ux/{velcron/editor/components/AddComponent.d.ts → datetimepicker/docs/DateTimePickerExample.d.ts} +8 -4
  33. package/internal-do-not-import-from-here/ux/datetimepicker/docs/ExampleComponents.d.ts +1 -0
  34. package/internal-do-not-import-from-here/ux/datetimepicker/docs/index.d.ts +1 -0
  35. package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +22 -1
  36. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +9 -9
  38. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
  41. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +9 -9
  42. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +9 -9
  43. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +6 -6
  44. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +9 -9
  45. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +22 -1
  46. package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +10 -10
  48. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +10 -10
  49. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +64 -64
  50. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +410 -406
  51. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +822 -814
  52. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +21 -0
  53. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +10 -10
  55. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +9 -9
  57. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +20 -20
  58. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +19 -19
  59. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +9 -9
  60. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +9 -9
  62. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +9 -9
  63. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +822 -814
  65. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
  66. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
  67. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +10 -10
  68. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +9 -9
  69. package/internal-do-not-import-from-here/ux/oxide/timepicker/TimePicker.d.ts +65 -0
  70. package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/ExampleComponents.d.ts +1 -0
  71. package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/SampleComponent.d.ts +55 -0
  72. package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/index.d.ts +1 -0
  73. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +10 -10
  74. package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +1 -1
  75. package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +91 -91
  76. package/internal-do-not-import-from-here/ux/richtexteditorrenderer/RichTextEditorRendererSignIn.d.ts +39 -0
  77. package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilter.d.ts +2 -1
  78. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +410 -406
  79. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
  80. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +1 -1
  81. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +80 -0
  82. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.css.d.ts +3 -0
  83. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.d.ts +60 -0
  84. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +2 -1
  85. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +3 -2
  86. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +16 -0
  87. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
  88. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +11 -11
  89. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +4 -4
  90. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +16 -212
  91. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +201 -0
  92. package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +1 -0
  93. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +6 -6
  94. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
  95. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor/VelcronEditorBuilder2.d.ts → VelcronEditorBuilder.d.ts} +10 -10
  96. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronColorSchemaEditor.d.ts +2 -2
  97. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronContentEditor.d.ts +2 -2
  98. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronEditorBuilder.d.ts +2 -2
  99. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronEditorBuilderBase.d.ts +3 -3
  100. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronImageEditor.d.ts +2 -2
  101. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronPropertyMappingEditorBuilder.d.ts +2 -2
  102. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronEditorBuilder.d.ts +2 -2
  103. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronTemplateBuilder.d.ts +3 -3
  104. package/internal-do-not-import-from-here/ux/velcron/editor/components/{AddComponent.css.d.ts → AddItem.css.d.ts} +1 -1
  105. package/internal-do-not-import-from-here/ux/velcron/editor/components/AddItem.d.ts +56 -0
  106. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-data/EditDataMemberPanel.d.ts +3 -3
  107. package/internal-do-not-import-from-here/ux/velcron/editor/models/Enums.d.ts +2 -0
  108. package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +2 -2
  109. package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +3 -3
  110. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +5 -5
  111. package/internal-do-not-import-from-here/ux/velcron/editor/templates/EditorTemplates.d.ts +5 -0
  112. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
  113. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Editor.d.ts +6 -6
  114. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +95 -95
  115. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +10 -10
  116. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +6 -4
  117. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
  118. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +6 -4
  119. package/internal-do-not-import-from-here/wctypings.d.ts +27 -14
  120. package/package.json +2 -2
  121. package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +0 -138
  122. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutStyle.css.d.ts +0 -3
  123. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronBlockHeaderStateBuilder.d.ts +0 -0
  124. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronColorSchemaBuilder.d.ts +0 -0
  125. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronContentStateBuilder.d.ts +0 -0
  126. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronImageStateBuilder.d.ts +0 -0
  127. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronPropertyMappingStateBuilder.d.ts +0 -0
  128. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronStateBuilder.d.ts +0 -0
  129. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronStateBuilderBase.d.ts +0 -0
  130. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronTextContentBuilder.d.ts +0 -0
@@ -1,4 +1,4 @@
1
- import { VelcronStateEditor } from "../../core";
1
+ import { VelcronEditor } from "../../core";
2
2
  declare const _default: {
3
3
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
4
  "onUpdate:modelValue": {
@@ -73,9 +73,9 @@ declare const _default: {
73
73
  type: import("vue").PropType<string>;
74
74
  };
75
75
  editor: {
76
- type: import("vue").PropType<VelcronStateEditor<any>>;
76
+ type: import("vue").PropType<VelcronEditor<any>>;
77
77
  } & {
78
- type: import("vue").PropType<VelcronStateEditor<any>>;
78
+ type: import("vue").PropType<VelcronEditor<any>>;
79
79
  };
80
80
  }>> & {
81
81
  "onUpdate:modelValue"?: (value: any) => any;
@@ -154,9 +154,9 @@ declare const _default: {
154
154
  type: import("vue").PropType<string>;
155
155
  };
156
156
  editor: {
157
- type: import("vue").PropType<VelcronStateEditor<any>>;
157
+ type: import("vue").PropType<VelcronEditor<any>>;
158
158
  } & {
159
- type: import("vue").PropType<VelcronStateEditor<any>>;
159
+ type: import("vue").PropType<VelcronEditor<any>>;
160
160
  };
161
161
  }>> & {
162
162
  "onUpdate:modelValue"?: (value: any) => any;
@@ -240,9 +240,9 @@ declare const _default: {
240
240
  type: import("vue").PropType<string>;
241
241
  };
242
242
  editor: {
243
- type: import("vue").PropType<VelcronStateEditor<any>>;
243
+ type: import("vue").PropType<VelcronEditor<any>>;
244
244
  } & {
245
- type: import("vue").PropType<VelcronStateEditor<any>>;
245
+ type: import("vue").PropType<VelcronEditor<any>>;
246
246
  };
247
247
  }>> & {
248
248
  "onUpdate:modelValue"?: (value: any) => any;
@@ -323,9 +323,9 @@ declare const _default: {
323
323
  type: import("vue").PropType<string>;
324
324
  };
325
325
  editor: {
326
- type: import("vue").PropType<VelcronStateEditor<any>>;
326
+ type: import("vue").PropType<VelcronEditor<any>>;
327
327
  } & {
328
- type: import("vue").PropType<VelcronStateEditor<any>>;
328
+ type: import("vue").PropType<VelcronEditor<any>>;
329
329
  };
330
330
  }>> & {
331
331
  "onUpdate:modelValue"?: (value: any) => any;
@@ -395,7 +395,7 @@ declare const _default: {
395
395
  }>;
396
396
  };
397
397
  label?: string;
398
- editor?: VelcronStateEditor<any>;
398
+ editor?: VelcronEditor<any>;
399
399
  "v-model"?: any;
400
400
  "onUpdate:modelValue"?: (value: any) => any;
401
401
  modelValue?: any;
@@ -1,8 +1,9 @@
1
- import { VersionedLayout } from "@omnia/fx-models";
1
+ import { IIcon, VersionedLayout } from "@omnia/fx-models";
2
2
  import { VersionedLayoutBladeSettings } from "@omnia/fx/ux";
3
3
  declare const _default: (props: {
4
4
  settings?: VersionedLayoutBladeSettings<import("@omnia/fx-models").VersionedLayoutDefinition>;
5
5
  selectedLayout?: VersionedLayout;
6
+ icon?: IIcon;
6
7
  title?: string;
7
8
  subTitle?: string;
8
9
  hideNavigation?: boolean;
@@ -10,7 +11,7 @@ declare const _default: (props: {
10
11
  "v-model"?: boolean;
11
12
  "onUpdate:modelValue"?: (value: boolean) => void;
12
13
  modelValue?: boolean;
13
- } & Omit<{}, "title" | "provider" | "settings" | "v-model" | "onUpdate:modelValue" | "modelValue" | "subTitle" | "selectedLayout" | "hideNavigation"> & {
14
+ } & Omit<{}, "icon" | "title" | "provider" | "settings" | "v-model" | "onUpdate:modelValue" | "modelValue" | "subTitle" | "selectedLayout" | "hideNavigation"> & {
14
15
  "v-slots"?: {
15
16
  default?: import("vue").Slot;
16
17
  } & {
@@ -18,7 +19,7 @@ declare const _default: (props: {
18
19
  bottomNavigationDrawer?: () => JSX.Element;
19
20
  prependNavigation?: () => JSX.Element;
20
21
  };
21
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "provider" | "settings" | "v-model" | "onUpdate:modelValue" | "modelValue" | "subTitle" | "selectedLayout" | "hideNavigation" | "slot:navigation" | "slot:bottomNavigationDrawer" | "slot:prependNavigation">) => {
22
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "title" | "provider" | "settings" | "v-model" | "onUpdate:modelValue" | "modelValue" | "subTitle" | "selectedLayout" | "hideNavigation" | "slot:navigation" | "slot:bottomNavigationDrawer" | "slot:prependNavigation">) => {
22
23
  $: import("vue").ComponentInternalInstance;
23
24
  $data: {};
24
25
  $props: {};
@@ -59,6 +60,7 @@ declare const _default: (props: {
59
60
  propsDefinition: {
60
61
  settings?: VersionedLayoutBladeSettings<import("@omnia/fx-models").VersionedLayoutDefinition>;
61
62
  selectedLayout?: VersionedLayout;
63
+ icon?: IIcon;
62
64
  title?: string;
63
65
  subTitle?: string;
64
66
  hideNavigation?: boolean;
@@ -74,7 +76,7 @@ declare const _default: (props: {
74
76
  bottomNavigationDrawer?: () => JSX.Element;
75
77
  prependNavigation?: () => JSX.Element;
76
78
  };
77
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "provider" | "settings" | "v-model" | "onUpdate:modelValue" | "modelValue" | "subTitle" | "selectedLayout" | "hideNavigation">;
79
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "title" | "provider" | "settings" | "v-model" | "onUpdate:modelValue" | "modelValue" | "subTitle" | "selectedLayout" | "hideNavigation">;
78
80
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
79
81
  [key: string]: any;
80
82
  }>;
@@ -92,6 +92,7 @@ export declare class VersionedLayoutDefinitionEditorItem implements IEditorItem
92
92
  device: import("@omnia/fx-models").FontAwesomeIcon;
93
93
  drag: import("@omnia/fx-models").FontAwesomeIcon;
94
94
  edit: import("@omnia/fx-models").FontAwesomeIcon;
95
+ editStop: import("@omnia/fx-models").FontAwesomeIcon;
95
96
  expand: import("@omnia/fx-models").FontAwesomeIcon;
96
97
  expandMenu: import("@omnia/fx-models").FontAwesomeIcon;
97
98
  exclamation: import("@omnia/fx-models").FontAwesomeIcon;
@@ -1,22 +1,23 @@
1
1
  import { ServiceContainerContext } from "@omnia/fx";
2
- import { GuidValue } from "@omnia/fx-models";
2
+ import { GuidValue, IIcon } from "@omnia/fx-models";
3
3
  import { VersionedLayoutEditorApi } from "./IVersionedLayoutEditor";
4
4
  declare const _default: (props: {
5
5
  appInstanceId?: GuidValue;
6
+ icon?: IIcon;
6
7
  title?: string;
7
8
  subTitle?: string;
8
9
  serviceContainerContext?: ServiceContainerContext;
9
10
  } & Omit<{
10
11
  onGetApi?: (api: VersionedLayoutEditorApi) => any;
11
12
  onCloseEditor?: () => any;
12
- }, "title" | "appInstanceId" | "serviceContainerContext" | "subTitle"> & {
13
+ }, "icon" | "title" | "appInstanceId" | "serviceContainerContext" | "subTitle"> & {
13
14
  "v-slots"?: {
14
15
  default?: import("vue").Slot;
15
16
  } & {
16
17
  navigationDrawerLeft?: () => JSX.Element;
17
18
  navigationDrawerBottom?: () => JSX.Element;
18
19
  };
19
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "appInstanceId" | "serviceContainerContext" | "subTitle" | "emit:getApi" | "emit:closeEditor" | "slot:navigationDrawerLeft" | "slot:navigationDrawerBottom">) => {
20
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "title" | "appInstanceId" | "serviceContainerContext" | "subTitle" | "emit:getApi" | "emit:closeEditor" | "slot:navigationDrawerLeft" | "slot:navigationDrawerBottom">) => {
20
21
  $: import("vue").ComponentInternalInstance;
21
22
  $data: {};
22
23
  $props: {};
@@ -56,6 +57,7 @@ declare const _default: (props: {
56
57
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
57
58
  propsDefinition: {
58
59
  appInstanceId?: GuidValue;
60
+ icon?: IIcon;
59
61
  title?: string;
60
62
  subTitle?: string;
61
63
  serviceContainerContext?: ServiceContainerContext;
@@ -69,7 +71,7 @@ declare const _default: (props: {
69
71
  } & {
70
72
  onGetApi?: (api: VersionedLayoutEditorApi) => any;
71
73
  onCloseEditor?: () => any;
72
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "appInstanceId" | "serviceContainerContext" | "subTitle">;
74
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "title" | "appInstanceId" | "serviceContainerContext" | "subTitle">;
73
75
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
74
76
  [key: string]: any;
75
77
  }>;
@@ -89,6 +89,7 @@ import wcb174dcf2716344b0bb02c981ae68dd73 from './ux/properties/property-picker/
89
89
  import wc7474e75042e347b4821bbafdb1cb4ee0 from './ux/richtexteditor/RichTextEditor';
90
90
  import wc8aca2b86f3e741bc8e8c82dfad7d1a77 from './ux/richtexteditor/RichTextEditorSettings';
91
91
  import wcc3804d46bde14e61961f7de5ad9128d2 from './ux/richtexteditorrenderer/RichTextEditorRenderer';
92
+ import wc245fede62e7c44b48b19e75796ff050b from './ux/richtexteditorrenderer/RichTextEditorRendererSignIn';
92
93
  import wc8c7794090eb647eb8510b39cbefa17a7 from './ux/rollupempty/RollupEmpty';
93
94
  import wc379287b1efe64a49a43fcd754d1fd951 from './ux/securitytrimmer/SecurityTrimmer';
94
95
  import wcc0de4753b9fe4004b0f4e6b6b91730ab from './ux/settings/SettingsPane';
@@ -202,7 +203,6 @@ import wcd116618a12d0439f8da809535809c260 from './ux/oxide/column/Column';
202
203
  import wc27c00720f7fb46bbb39286a2cb94797c from './ux/oxide/datatable/DataTable';
203
204
  import wc810f65f430374ef2a142907a707f650f from './ux/oxide/datatable/DataTableServer';
204
205
  import wcb10a0917fdc744c890d9b472ee3b3c99 from './ux/oxide/datepicker/DatePicker';
205
- import wc1ddc61b3aa684d22bf68d2c94267424a from './ux/oxide/datepicker/DateTimePicker';
206
206
  import wcdc1c89b3d0c24b7aa1050f19a0f962b3 from './ux/oxide/dialog/Dialog';
207
207
  import wcc0415286cfac41349dd264dc1621c463 from './ux/oxide/divider/Divider';
208
208
  import wc3465fc250ac44f43af9d3df1cf17ec55 from './ux/oxide/draggable/Draggable';
@@ -250,6 +250,7 @@ import wc9ae46ba053704a329be291bf111c2a85 from './ux/oxide/table/Table';
250
250
  import wcb5a113074f704ba89e1ee4102ea95536 from './ux/oxide/text/Text';
251
251
  import wc1e7db8a98533485d97b4359f64601ff0 from './ux/oxide/textarea/TextArea';
252
252
  import wc94cf71a5a68d4b86aea325d400df2bd2 from './ux/oxide/textfield/TextField';
253
+ import wc7b2cf06ba1cf47f7adcc6d8a1a0117f0 from './ux/oxide/timepicker/TimePicker';
253
254
  import wc575bd9ad6c0d4fc9ab53fbd1b93786c4 from './ux/oxide/toolbar/Toolbar';
254
255
  import wc19adb19938604f41b10f3a00eb3eb534 from './ux/oxide/tooltip/Tooltip';
255
256
  import wcc617a9d7e25249929c41becb55905973 from './ux/oxide/treeview/Treeview';
@@ -719,6 +720,9 @@ declare global {
719
720
  "omfx-rich-text-editor-renderer": typeof wcc3804d46bde14e61961f7de5ad9128d2 extends {
720
721
  propsDefinition: infer TProp;
721
722
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcc3804d46bde14e61961f7de5ad9128d2 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcc3804d46bde14e61961f7de5ad9128d2>, "propsDefinition">> : never;
723
+ "omfx-rich-text-editor-renderer-signin": typeof wc245fede62e7c44b48b19e75796ff050b extends {
724
+ propsDefinition: infer TProp;
725
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc245fede62e7c44b48b19e75796ff050b extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc245fede62e7c44b48b19e75796ff050b>, "propsDefinition">> : never;
722
726
  "omfx-rollup-empty": typeof wc8c7794090eb647eb8510b39cbefa17a7 extends {
723
727
  propsDefinition: infer TProp;
724
728
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc8c7794090eb647eb8510b39cbefa17a7 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc8c7794090eb647eb8510b39cbefa17a7>, "propsDefinition">> : never;
@@ -1058,9 +1062,6 @@ declare global {
1058
1062
  "o-date-picker": typeof wcb10a0917fdc744c890d9b472ee3b3c99 extends {
1059
1063
  propsDefinition: infer TProp;
1060
1064
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcb10a0917fdc744c890d9b472ee3b3c99 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcb10a0917fdc744c890d9b472ee3b3c99>, "propsDefinition">> : never;
1061
- "o-date-time-picker": typeof wc1ddc61b3aa684d22bf68d2c94267424a extends {
1062
- propsDefinition: infer TProp;
1063
- } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc1ddc61b3aa684d22bf68d2c94267424a extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc1ddc61b3aa684d22bf68d2c94267424a>, "propsDefinition">> : never;
1064
1065
  "o-dialog": typeof wcdc1c89b3d0c24b7aa1050f19a0f962b3 extends {
1065
1066
  propsDefinition: infer TProp;
1066
1067
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcdc1c89b3d0c24b7aa1050f19a0f962b3 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcdc1c89b3d0c24b7aa1050f19a0f962b3>, "propsDefinition">> : never;
@@ -1202,6 +1203,9 @@ declare global {
1202
1203
  "o-text-field": typeof wc94cf71a5a68d4b86aea325d400df2bd2 extends {
1203
1204
  propsDefinition: infer TProp;
1204
1205
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc94cf71a5a68d4b86aea325d400df2bd2 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc94cf71a5a68d4b86aea325d400df2bd2>, "propsDefinition">> : never;
1206
+ "o-time-picker": typeof wc7b2cf06ba1cf47f7adcc6d8a1a0117f0 extends {
1207
+ propsDefinition: infer TProp;
1208
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc7b2cf06ba1cf47f7adcc6d8a1a0117f0 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc7b2cf06ba1cf47f7adcc6d8a1a0117f0>, "propsDefinition">> : never;
1205
1209
  "o-toolbar": typeof wc575bd9ad6c0d4fc9ab53fbd1b93786c4 extends {
1206
1210
  propsDefinition: infer TProp;
1207
1211
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc575bd9ad6c0d4fc9ab53fbd1b93786c4 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc575bd9ad6c0d4fc9ab53fbd1b93786c4>, "propsDefinition">> : never;
@@ -3033,7 +3037,16 @@ declare global {
3033
3037
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3034
3038
  };
3035
3039
  } : typeof wc8aca2b86f3e741bc8e8c82dfad7d1a77;
3036
- "renderer": typeof wcc3804d46bde14e61961f7de5ad9128d2 extends {
3040
+ "renderer": {
3041
+ "signin": typeof wc245fede62e7c44b48b19e75796ff050b extends {
3042
+ propsDefinition: infer TProp;
3043
+ } ? {
3044
+ new (...args: any[]): {
3045
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3046
+ };
3047
+ } : typeof wc245fede62e7c44b48b19e75796ff050b;
3048
+ };
3049
+ "renderer$": typeof wcc3804d46bde14e61961f7de5ad9128d2 extends {
3037
3050
  propsDefinition: infer TProp;
3038
3051
  } ? {
3039
3052
  new (...args: any[]): {
@@ -5072,15 +5085,6 @@ declare global {
5072
5085
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5073
5086
  };
5074
5087
  } : typeof wcb10a0917fdc744c890d9b472ee3b3c99;
5075
- "time": {
5076
- "picker": typeof wc1ddc61b3aa684d22bf68d2c94267424a extends {
5077
- propsDefinition: infer TProp;
5078
- } ? {
5079
- new (...args: any[]): {
5080
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5081
- };
5082
- } : typeof wc1ddc61b3aa684d22bf68d2c94267424a;
5083
- };
5084
5088
  };
5085
5089
  "dialog": typeof wcdc1c89b3d0c24b7aa1050f19a0f962b3 extends {
5086
5090
  propsDefinition: infer TProp;
@@ -5437,6 +5441,15 @@ declare global {
5437
5441
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5438
5442
  };
5439
5443
  } : typeof wcb5a113074f704ba89e1ee4102ea95536;
5444
+ "time": {
5445
+ "picker": typeof wc7b2cf06ba1cf47f7adcc6d8a1a0117f0 extends {
5446
+ propsDefinition: infer TProp;
5447
+ } ? {
5448
+ new (...args: any[]): {
5449
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5450
+ };
5451
+ } : typeof wc7b2cf06ba1cf47f7adcc6d8a1a0117f0;
5452
+ };
5440
5453
  "toolbar": typeof wc575bd9ad6c0d4fc9ab53fbd1b93786c4 extends {
5441
5454
  propsDefinition: infer TProp;
5442
5455
  } ? {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.161-dev",
4
+ "version": "8.0.163-dev",
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.161-dev",
23
+ "@omnia/fx-models": "8.0.163-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",
@@ -1,138 +0,0 @@
1
- import { DefineProp, DefineSlot, DefineVModel } from "@omnia/fx/ux";
2
- import { VNodeChild } from "vue";
3
- export declare const ODateTimeTypeDefinitions: readonly ["date", "time", "date-time"];
4
- export type ODateTimeTypes = typeof ODateTimeTypeDefinitions[number];
5
- type DateType = DefineVModel<"", Date, false, null, "The date picker model."> & DefineProp<"range", boolean, false, false, "Allow selecting a range of dates."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the component.">;
6
- type TimeType = DefineVModel<"", string, false, null, "The date picker model."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the component.">;
7
- type DateTimeType = DefineVModel<"", string, false, null, "The date picker model."> & DefineProp<"locale", string, false, null, "Specify the locale code to support a specific language.">;
8
- declare const _default: <TType extends "time" | "date" | "date-time">(props: ({
9
- type?: TType;
10
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
11
- locale?: string;
12
- } & DefineSlot<"actions", () => VNodeChild> extends infer T ? { [K in keyof T as K extends `emit:${infer _}` | `slot:${infer _}` ? never : K]: ({
13
- type?: TType;
14
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
15
- locale?: string;
16
- } & DefineSlot<"actions", () => VNodeChild>)[K]; } : never) & Omit<({
17
- type?: TType;
18
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
19
- locale?: string;
20
- } & DefineSlot<"actions", () => VNodeChild> extends infer T_1 ? { [K_1 in keyof T_1 as K_1 extends `emit:${infer N}` ? N : never]: ({
21
- type?: TType;
22
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
23
- locale?: string;
24
- } & DefineSlot<"actions", () => VNodeChild>)[K_1]; } : never) extends infer T_2 ? T_2 extends ({
25
- type?: TType;
26
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
27
- locale?: string;
28
- } & DefineSlot<"actions", () => VNodeChild> extends infer T_1 ? { [K_1 in keyof T_1 as K_1 extends `emit:${infer N}` ? N : never]: ({
29
- type?: TType;
30
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
31
- locale?: string;
32
- } & DefineSlot<"actions", () => VNodeChild>)[K_1]; } : never) ? T_2 extends string[] ? { [K_2 in `on${Capitalize<T_2[number]>}`]?: (...args: any[]) => any; } : T_2 extends import("vue").ObjectEmitsOptions ? { [K_3 in `on${Capitalize<string & keyof T_2>}`]?: K_3 extends `on${infer C}` ? T_2[Uncapitalize<C>] extends null ? (...args: any[]) => any : (...args: T_2[Uncapitalize<C>] extends (...args: infer P) => any ? P : never) => any : never; } : {} : never : never, keyof ({
33
- type?: TType;
34
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
35
- locale?: string;
36
- } & DefineSlot<"actions", () => VNodeChild> extends infer T ? { [K in keyof T as K extends `emit:${infer _}` | `slot:${infer _}` ? never : K]: ({
37
- type?: TType;
38
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
39
- locale?: string;
40
- } & DefineSlot<"actions", () => VNodeChild>)[K]; } : never)> & {
41
- "v-slots"?: {
42
- default?: import("vue").Slot;
43
- } & ({
44
- type?: TType;
45
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
46
- locale?: string;
47
- } & DefineSlot<"actions", () => VNodeChild> extends infer T_3 ? { [K_4 in keyof T_3 as K_4 extends `slot:${infer N_1}` ? N_1 : never]: ({
48
- type?: TType;
49
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
50
- locale?: string;
51
- } & DefineSlot<"actions", () => VNodeChild>)[K_4]; } : never);
52
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "locale" | "slot:actions" | keyof (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType)>) => {
53
- $: import("vue").ComponentInternalInstance;
54
- $data: {};
55
- $props: {};
56
- $attrs: {
57
- [x: string]: unknown;
58
- };
59
- $refs: {
60
- [x: string]: unknown;
61
- };
62
- $slots: Readonly<{
63
- [name: string]: import("vue").Slot<any>;
64
- }>;
65
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
66
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
67
- $emit: (event: string, ...args: any[]) => void;
68
- $el: any;
69
- $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
70
- beforeCreate?: (() => void) | (() => void)[];
71
- created?: (() => void) | (() => void)[];
72
- beforeMount?: (() => void) | (() => void)[];
73
- mounted?: (() => void) | (() => void)[];
74
- beforeUpdate?: (() => void) | (() => void)[];
75
- updated?: (() => void) | (() => void)[];
76
- activated?: (() => void) | (() => void)[];
77
- deactivated?: (() => void) | (() => void)[];
78
- beforeDestroy?: (() => void) | (() => void)[];
79
- beforeUnmount?: (() => void) | (() => void)[];
80
- destroyed?: (() => void) | (() => void)[];
81
- unmounted?: (() => void) | (() => void)[];
82
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
83
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
84
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
85
- };
86
- $forceUpdate: () => void;
87
- $nextTick: typeof import("vue").nextTick;
88
- $watch<T_4 extends string | ((...args: any) => any)>(source: T_4, cb: T_4 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
89
- } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
90
- propsDefinition: ({
91
- type?: TType;
92
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
93
- locale?: string;
94
- } & DefineSlot<"actions", () => VNodeChild> extends infer T_5 ? { [K in keyof T_5 as K extends `emit:${infer _}` | `slot:${infer _}` ? never : K]: ({
95
- type?: TType;
96
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
97
- locale?: string;
98
- } & DefineSlot<"actions", () => VNodeChild>)[K]; } : never) & {
99
- "v-slots"?: {
100
- default?: import("vue").Slot;
101
- } & ({
102
- type?: TType;
103
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
104
- locale?: string;
105
- } & DefineSlot<"actions", () => VNodeChild> extends infer T_6 ? { [K_4 in keyof T_6 as K_4 extends `slot:${infer N_1}` ? N_1 : never]: ({
106
- type?: TType;
107
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
108
- locale?: string;
109
- } & DefineSlot<"actions", () => VNodeChild>)[K_4]; } : never);
110
- } & (({
111
- type?: TType;
112
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
113
- locale?: string;
114
- } & DefineSlot<"actions", () => VNodeChild> extends infer T_7 ? { [K_1 in keyof T_7 as K_1 extends `emit:${infer N}` ? N : never]: ({
115
- type?: TType;
116
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
117
- locale?: string;
118
- } & DefineSlot<"actions", () => VNodeChild>)[K_1]; } : never) extends infer T_8 ? T_8 extends ({
119
- type?: TType;
120
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
121
- locale?: string;
122
- } & DefineSlot<"actions", () => VNodeChild> extends infer T_9 ? { [K_1 in keyof T_9 as K_1 extends `emit:${infer N}` ? N : never]: ({
123
- type?: TType;
124
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
125
- locale?: string;
126
- } & DefineSlot<"actions", () => VNodeChild>)[K_1]; } : never) ? T_8 extends string[] ? { [K_5 in `on${Capitalize<T_8[number]>}`]?: (...args: any[]) => any; } : T_8 extends import("vue").ObjectEmitsOptions ? { [K_6 in `on${Capitalize<string & keyof T_8>}`]?: K_6 extends `on${infer C}` ? T_8[Uncapitalize<C>] extends null ? (...args: any[]) => any : (...args: T_8[Uncapitalize<C>] extends (...args: infer P) => any ? P : never) => any : never; } : {} : never : never) & Omit<import("@omnia/fx/ux").VueComponentBaseProps, keyof ({
127
- type?: TType;
128
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
129
- locale?: string;
130
- } & DefineSlot<"actions", () => VNodeChild> extends infer T_10 ? { [K in keyof T_10 as K extends `emit:${infer _}` | `slot:${infer _}` ? never : K]: ({
131
- type?: TType;
132
- } & (TType extends "date" ? DateType : TType extends "time" ? TimeType : DateTimeType) & {
133
- locale?: string;
134
- } & DefineSlot<"actions", () => VNodeChild>)[K]; } : never)>;
135
- } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
136
- [key: string]: any;
137
- }>;
138
- export default _default;
@@ -1,3 +0,0 @@
1
- export declare const VersionedLayoutStyle: {
2
- versionedLayoutBladeBuilderWrapper: string;
3
- };