@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.
- 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 +12 -12
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +101 -101
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +404 -400
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +399 -395
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +60 -60
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +399 -395
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +10 -10
- 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/identitypicker/IdentityPickerDialog.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +9 -9
- 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 +10 -10
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +64 -64
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +410 -406
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +822 -814
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +19 -19
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +9 -9
- 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 +822 -814
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +9 -9
- 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 +10 -10
- package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +91 -91
- package/internal-do-not-import-from-here/ux/richtexteditorrenderer/RichTextEditorRendererSignIn.d.ts +39 -0
- 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 +410 -406
- 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/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
- 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/stores/VelcronColorSchema.d.ts +1 -1
- 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/VelcronRenderer.d.ts +5 -5
- 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/ColorSchemaEditor.d.ts +95 -95
- 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 +27 -14
- 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
@@ -102,8 +102,8 @@ declare const _default: {
|
|
102
102
|
};
|
103
103
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
104
104
|
propsDefinition: Omit<Readonly<{} & {
|
105
|
-
title?: string;
|
106
105
|
icon?: StepIconModel;
|
106
|
+
title?: string;
|
107
107
|
step?: number;
|
108
108
|
complete?: boolean;
|
109
109
|
}>, never>;
|
@@ -25,11 +25,11 @@ declare const _default: {
|
|
25
25
|
type: import("vue").PropType<boolean>;
|
26
26
|
};
|
27
27
|
alignTabs: {
|
28
|
-
type: import("vue").PropType<"
|
28
|
+
type: import("vue").PropType<"start" | "center" | "end">;
|
29
29
|
required: false;
|
30
30
|
};
|
31
31
|
"align-tabs": {
|
32
|
-
type: import("vue").PropType<"
|
32
|
+
type: import("vue").PropType<"start" | "center" | "end">;
|
33
33
|
required: false;
|
34
34
|
};
|
35
35
|
"no-scrolling": {
|
@@ -123,11 +123,11 @@ declare const _default: {
|
|
123
123
|
type: import("vue").PropType<boolean>;
|
124
124
|
};
|
125
125
|
alignTabs: {
|
126
|
-
type: import("vue").PropType<"
|
126
|
+
type: import("vue").PropType<"start" | "center" | "end">;
|
127
127
|
required: false;
|
128
128
|
};
|
129
129
|
"align-tabs": {
|
130
|
-
type: import("vue").PropType<"
|
130
|
+
type: import("vue").PropType<"start" | "center" | "end">;
|
131
131
|
required: false;
|
132
132
|
};
|
133
133
|
"no-scrolling": {
|
@@ -227,11 +227,11 @@ declare const _default: {
|
|
227
227
|
type: import("vue").PropType<boolean>;
|
228
228
|
};
|
229
229
|
alignTabs: {
|
230
|
-
type: import("vue").PropType<"
|
230
|
+
type: import("vue").PropType<"start" | "center" | "end">;
|
231
231
|
required: false;
|
232
232
|
};
|
233
233
|
"align-tabs": {
|
234
|
-
type: import("vue").PropType<"
|
234
|
+
type: import("vue").PropType<"start" | "center" | "end">;
|
235
235
|
required: false;
|
236
236
|
};
|
237
237
|
"no-scrolling": {
|
@@ -328,11 +328,11 @@ declare const _default: {
|
|
328
328
|
type: import("vue").PropType<boolean>;
|
329
329
|
};
|
330
330
|
alignTabs: {
|
331
|
-
type: import("vue").PropType<"
|
331
|
+
type: import("vue").PropType<"start" | "center" | "end">;
|
332
332
|
required: false;
|
333
333
|
};
|
334
334
|
"align-tabs": {
|
335
|
-
type: import("vue").PropType<"
|
335
|
+
type: import("vue").PropType<"start" | "center" | "end">;
|
336
336
|
required: false;
|
337
337
|
};
|
338
338
|
"no-scrolling": {
|
@@ -430,8 +430,8 @@ declare const _default: {
|
|
430
430
|
"hide-tab-name-if-only-one-tab"?: boolean;
|
431
431
|
noScrolling?: boolean;
|
432
432
|
"no-scrolling"?: boolean;
|
433
|
-
alignTabs?: "
|
434
|
-
"align-tabs"?: "
|
433
|
+
alignTabs?: "start" | "center" | "end";
|
434
|
+
"align-tabs"?: "start" | "center" | "end";
|
435
435
|
}>, "onUpdate:modelValue" | "onDoc$"> & {
|
436
436
|
"onUpdate:modelValue"?: (model: number) => any;
|
437
437
|
onDoc$?: (description?: string) => any;
|
@@ -35,9 +35,9 @@ declare const _default: {
|
|
35
35
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
36
36
|
};
|
37
37
|
typography: {
|
38
|
-
type: import("vue").PropType<"
|
38
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
39
39
|
} & {
|
40
|
-
type: import("vue").PropType<"
|
40
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
41
41
|
};
|
42
42
|
class: {
|
43
43
|
type: import("vue").PropType<String | String[]>;
|
@@ -81,9 +81,9 @@ declare const _default: {
|
|
81
81
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
82
82
|
};
|
83
83
|
typography: {
|
84
|
-
type: import("vue").PropType<"
|
84
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
85
85
|
} & {
|
86
|
-
type: import("vue").PropType<"
|
86
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
87
87
|
};
|
88
88
|
class: {
|
89
89
|
type: import("vue").PropType<String | String[]>;
|
@@ -138,9 +138,9 @@ declare const _default: {
|
|
138
138
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
139
139
|
};
|
140
140
|
typography: {
|
141
|
-
type: import("vue").PropType<"
|
141
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
142
142
|
} & {
|
143
|
-
type: import("vue").PropType<"
|
143
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
144
144
|
};
|
145
145
|
class: {
|
146
146
|
type: import("vue").PropType<String | String[]>;
|
@@ -192,9 +192,9 @@ declare const _default: {
|
|
192
192
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
193
193
|
};
|
194
194
|
typography: {
|
195
|
-
type: import("vue").PropType<"
|
195
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
196
196
|
} & {
|
197
|
-
type: import("vue").PropType<"
|
197
|
+
type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
|
198
198
|
};
|
199
199
|
class: {
|
200
200
|
type: import("vue").PropType<String | String[]>;
|
@@ -213,7 +213,7 @@ declare const _default: {
|
|
213
213
|
colorSchemaType?: any;
|
214
214
|
colors?: any;
|
215
215
|
} & {
|
216
|
-
typography?: "
|
216
|
+
typography?: "text" | "title" | "navigation" | TypographyTypes;
|
217
217
|
class?: String | String[];
|
218
218
|
size?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
|
219
219
|
wordBreak?: "none";
|
@@ -0,0 +1,65 @@
|
|
1
|
+
declare const _default: (props: {
|
2
|
+
"v-model"?: string;
|
3
|
+
"onUpdate:modelValue"?: (value: string) => void;
|
4
|
+
modelValue?: string;
|
5
|
+
location?: Anchor;
|
6
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
|
7
|
+
format?: "ampm" | "24hr";
|
8
|
+
} & Omit<{}, "format" | "position" | "v-model" | "onUpdate:modelValue" | "modelValue" | "location"> & {
|
9
|
+
"v-slots"?: {
|
10
|
+
default?: import("vue").Slot;
|
11
|
+
} & {};
|
12
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "format" | "position" | "v-model" | "onUpdate:modelValue" | "modelValue" | "location">) => {
|
13
|
+
$: import("vue").ComponentInternalInstance;
|
14
|
+
$data: {};
|
15
|
+
$props: {};
|
16
|
+
$attrs: {
|
17
|
+
[x: string]: unknown;
|
18
|
+
};
|
19
|
+
$refs: {
|
20
|
+
[x: string]: unknown;
|
21
|
+
};
|
22
|
+
$slots: Readonly<{
|
23
|
+
[name: string]: import("vue").Slot<any>;
|
24
|
+
}>;
|
25
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
26
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
27
|
+
$emit: (event: string, ...args: any[]) => void;
|
28
|
+
$el: any;
|
29
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
30
|
+
beforeCreate?: (() => void) | (() => void)[];
|
31
|
+
created?: (() => void) | (() => void)[];
|
32
|
+
beforeMount?: (() => void) | (() => void)[];
|
33
|
+
mounted?: (() => void) | (() => void)[];
|
34
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
35
|
+
updated?: (() => void) | (() => void)[];
|
36
|
+
activated?: (() => void) | (() => void)[];
|
37
|
+
deactivated?: (() => void) | (() => void)[];
|
38
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
39
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
40
|
+
destroyed?: (() => void) | (() => void)[];
|
41
|
+
unmounted?: (() => void) | (() => void)[];
|
42
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
43
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
44
|
+
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)[];
|
45
|
+
};
|
46
|
+
$forceUpdate: () => void;
|
47
|
+
$nextTick: typeof import("vue").nextTick;
|
48
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
49
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
50
|
+
propsDefinition: {
|
51
|
+
"v-model"?: string;
|
52
|
+
"onUpdate:modelValue"?: (value: string) => void;
|
53
|
+
modelValue?: string;
|
54
|
+
location?: Anchor;
|
55
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
|
56
|
+
format?: "ampm" | "24hr";
|
57
|
+
} & {
|
58
|
+
"v-slots"?: {
|
59
|
+
default?: import("vue").Slot;
|
60
|
+
} & {};
|
61
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "format" | "position" | "v-model" | "onUpdate:modelValue" | "modelValue" | "location">;
|
62
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
63
|
+
[key: string]: any;
|
64
|
+
}>;
|
65
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const ExampleComponents: import("@omnia/fx/ux").DocumentationSpec;
|
@@ -0,0 +1,55 @@
|
|
1
|
+
declare const _default: (props: {
|
2
|
+
[x: string]: any;
|
3
|
+
} & Omit<{}, string | number> & {
|
4
|
+
"v-slots"?: {
|
5
|
+
default?: import("vue").Slot;
|
6
|
+
} & {};
|
7
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string>) => {
|
8
|
+
$: import("vue").ComponentInternalInstance;
|
9
|
+
$data: {};
|
10
|
+
$props: {};
|
11
|
+
$attrs: {
|
12
|
+
[x: string]: unknown;
|
13
|
+
};
|
14
|
+
$refs: {
|
15
|
+
[x: string]: unknown;
|
16
|
+
};
|
17
|
+
$slots: Readonly<{
|
18
|
+
[name: string]: import("vue").Slot<any>;
|
19
|
+
}>;
|
20
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
21
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
22
|
+
$emit: (event: string, ...args: any[]) => void;
|
23
|
+
$el: any;
|
24
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
25
|
+
beforeCreate?: (() => void) | (() => void)[];
|
26
|
+
created?: (() => void) | (() => void)[];
|
27
|
+
beforeMount?: (() => void) | (() => void)[];
|
28
|
+
mounted?: (() => void) | (() => void)[];
|
29
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
30
|
+
updated?: (() => void) | (() => void)[];
|
31
|
+
activated?: (() => void) | (() => void)[];
|
32
|
+
deactivated?: (() => void) | (() => void)[];
|
33
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
34
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
35
|
+
destroyed?: (() => void) | (() => void)[];
|
36
|
+
unmounted?: (() => void) | (() => void)[];
|
37
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
38
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
39
|
+
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)[];
|
40
|
+
};
|
41
|
+
$forceUpdate: () => void;
|
42
|
+
$nextTick: typeof import("vue").nextTick;
|
43
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
44
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
45
|
+
propsDefinition: {
|
46
|
+
[x: string]: any;
|
47
|
+
} & {
|
48
|
+
"v-slots"?: {
|
49
|
+
default?: import("vue").Slot;
|
50
|
+
} & {};
|
51
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
|
52
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
53
|
+
[key: string]: any;
|
54
|
+
}>;
|
55
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const spec: import("@omnia/fx/ux").DocumentationSpec;
|
@@ -47,9 +47,9 @@ declare const _default: {
|
|
47
47
|
type: import("vue").PropType<string>;
|
48
48
|
};
|
49
49
|
variant: {
|
50
|
-
type: import("vue").PropType<"
|
50
|
+
type: import("vue").PropType<"menu" | "default" | "drawer" | "blade">;
|
51
51
|
} & {
|
52
|
-
type: import("vue").PropType<"
|
52
|
+
type: import("vue").PropType<"menu" | "default" | "drawer" | "blade">;
|
53
53
|
};
|
54
54
|
class: {
|
55
55
|
type: import("vue").PropType<String | String[]>;
|
@@ -110,9 +110,9 @@ declare const _default: {
|
|
110
110
|
type: import("vue").PropType<string>;
|
111
111
|
};
|
112
112
|
variant: {
|
113
|
-
type: import("vue").PropType<"
|
113
|
+
type: import("vue").PropType<"menu" | "default" | "drawer" | "blade">;
|
114
114
|
} & {
|
115
|
-
type: import("vue").PropType<"
|
115
|
+
type: import("vue").PropType<"menu" | "default" | "drawer" | "blade">;
|
116
116
|
};
|
117
117
|
class: {
|
118
118
|
type: import("vue").PropType<String | String[]>;
|
@@ -181,9 +181,9 @@ declare const _default: {
|
|
181
181
|
type: import("vue").PropType<string>;
|
182
182
|
};
|
183
183
|
variant: {
|
184
|
-
type: import("vue").PropType<"
|
184
|
+
type: import("vue").PropType<"menu" | "default" | "drawer" | "blade">;
|
185
185
|
} & {
|
186
|
-
type: import("vue").PropType<"
|
186
|
+
type: import("vue").PropType<"menu" | "default" | "drawer" | "blade">;
|
187
187
|
};
|
188
188
|
class: {
|
189
189
|
type: import("vue").PropType<String | String[]>;
|
@@ -249,9 +249,9 @@ declare const _default: {
|
|
249
249
|
type: import("vue").PropType<string>;
|
250
250
|
};
|
251
251
|
variant: {
|
252
|
-
type: import("vue").PropType<"
|
252
|
+
type: import("vue").PropType<"menu" | "default" | "drawer" | "blade">;
|
253
253
|
} & {
|
254
|
-
type: import("vue").PropType<"
|
254
|
+
type: import("vue").PropType<"menu" | "default" | "drawer" | "blade">;
|
255
255
|
};
|
256
256
|
class: {
|
257
257
|
type: import("vue").PropType<String | String[]>;
|
@@ -276,8 +276,8 @@ declare const _default: {
|
|
276
276
|
colorSchemaType?: any;
|
277
277
|
colors?: any;
|
278
278
|
} & {
|
279
|
-
title?: string;
|
280
279
|
icon?: IIcon;
|
280
|
+
title?: string;
|
281
281
|
class?: String | String[];
|
282
282
|
closeButton?: boolean;
|
283
283
|
toned?: boolean;
|
@@ -287,7 +287,7 @@ declare const _default: {
|
|
287
287
|
title?: Func<[VNodeChild]>;
|
288
288
|
customButtons?: Func<[VNodeChild]>;
|
289
289
|
};
|
290
|
-
variant?: "
|
290
|
+
variant?: "menu" | "default" | "drawer" | "blade";
|
291
291
|
subTitle?: string;
|
292
292
|
"sub-title"?: string;
|
293
293
|
backButton?: boolean;
|
@@ -1,5 +1,5 @@
|
|
1
|
+
import { IPostBaseContext, IPostBaseWithContext, ResolvedUserIdentity, type IPersistedPost } from "@omnia/fx-models";
|
1
2
|
import { PostPermission } from "../IPost";
|
2
|
-
import { type IPersistedPost, IPostBaseContext, IPostBaseWithContext, ResolvedUserIdentity } from "@omnia/fx-models";
|
3
3
|
declare const _default: (props: {
|
4
4
|
renderTitleInfo?: (isDialog: boolean) => JSX.Element;
|
5
5
|
renderEditOptions?: () => JSX.Element;
|