@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
@@ -0,0 +1,2 @@
1
+ import { PluginContext, PluginInfo } from "@toast-ui/editor";
2
+ export declare function themeStylingPlugin(context: PluginContext, options?: GainOptions): PluginInfo;
@@ -0,0 +1,86 @@
1
+ import { DefineProp, DefinePropClass, DefinePropTheming, DefineSlot, DefineVModel } from "@omnia/fx/ux";
2
+ import { VNodeChild } from "vue";
3
+ declare const defaultWeekDays: number[];
4
+ type EventType = {
5
+ title: string;
6
+ start: Date;
7
+ end: Date;
8
+ color?: string;
9
+ allDay?: boolean;
10
+ };
11
+ type CalendarProps = DefinePropTheming & DefinePropClass & DefineVModel<"", Date[], false, null, "The v-model of the component"> & DefineProp<"events", EventType[], false, null, "Array of events specific to this interval."> & DefineProp<"viewMode", "month" | "day" | "week", false, "month", "The current view mode of the calendar."> & DefineProp<"weekdays", number[], false, typeof defaultWeekDays, "Specifies which days of the week to display.Default is [0, 1, 2, 3, 4, 5, 6]"> & DefineProp<"year", number, false, null, "Specifies the year for the calendar view."> & DefineProp<"month", number, false, null, "Specifies the month for the calendar view."> & DefineProp<"intervals", number, false, 24, "Total number of intervals in a day view."> & DefineProp<"intervalStart", number, false, 0, "Starting time for this specific interval."> & DefineProp<"max", Date, false, null, "Maximum date or value that can be selected."> & DefineProp<"min", Date, false, null, "Minimum date or value that can be selected."> & DefineProp<"hideWeekNumber", boolean, false, false, "Toggles the display of week numbers in a calendar view."> & DefineProp<"hideDayHeader", boolean, false, false, "Determines whether the day header is visible in the calendar day view."> & DefineProp<"hideHeader", boolean, false, false, "Determines whether the header is hidden in the calendar view."> & DefineProp<"allowedDates", Date[] | ((date: Date) => boolean), false, null, "Determines which dates are selectable."> & DefineSlot<"event", (event: {
12
+ day: Date;
13
+ allDay: boolean;
14
+ event: Record<string, Date>;
15
+ }) => VNodeChild> & DefineSlot<"header", (header: {
16
+ title: string;
17
+ }) => VNodeChild>;
18
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<CalendarProps> & Omit<{}, "events" | "container" | "class" | "colorSchemaType" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "min" | "max" | "month" | "year" | "allowedDates" | "viewMode" | "weekdays" | "intervals" | "intervalStart" | "hideWeekNumber" | "hideDayHeader" | "hideHeader"> & {
19
+ "v-slots"?: {
20
+ default?: import("vue").Slot;
21
+ } & {
22
+ event?: (event: {
23
+ day: Date;
24
+ allDay: boolean;
25
+ event: Record<string, Date>;
26
+ }) => VNodeChild;
27
+ header?: (header: {
28
+ title: string;
29
+ }) => VNodeChild;
30
+ };
31
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "events" | "container" | "class" | "colorSchemaType" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "min" | "max" | "month" | "year" | "allowedDates" | "viewMode" | "weekdays" | "intervals" | "intervalStart" | "hideWeekNumber" | "hideDayHeader" | "hideHeader" | "slot:event" | "slot:header">) => {
32
+ $: import("vue").ComponentInternalInstance;
33
+ $data: {};
34
+ $props: {};
35
+ $attrs: {
36
+ [x: string]: unknown;
37
+ };
38
+ $refs: {
39
+ [x: string]: unknown;
40
+ };
41
+ $slots: Readonly<{
42
+ [name: string]: import("vue").Slot<any>;
43
+ }>;
44
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
45
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
46
+ $emit: (event: string, ...args: any[]) => void;
47
+ $el: any;
48
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
49
+ beforeCreate?: (() => void) | (() => void)[];
50
+ created?: (() => void) | (() => void)[];
51
+ beforeMount?: (() => void) | (() => void)[];
52
+ mounted?: (() => void) | (() => void)[];
53
+ beforeUpdate?: (() => void) | (() => void)[];
54
+ updated?: (() => void) | (() => void)[];
55
+ activated?: (() => void) | (() => void)[];
56
+ deactivated?: (() => void) | (() => void)[];
57
+ beforeDestroy?: (() => void) | (() => void)[];
58
+ beforeUnmount?: (() => void) | (() => void)[];
59
+ destroyed?: (() => void) | (() => void)[];
60
+ unmounted?: (() => void) | (() => void)[];
61
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
62
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
63
+ 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)[];
64
+ };
65
+ $forceUpdate: () => void;
66
+ $nextTick: typeof import("vue").nextTick;
67
+ $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;
68
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
69
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<CalendarProps> & {
70
+ "v-slots"?: {
71
+ default?: import("vue").Slot;
72
+ } & {
73
+ event?: (event: {
74
+ day: Date;
75
+ allDay: boolean;
76
+ event: Record<string, Date>;
77
+ }) => VNodeChild;
78
+ header?: (header: {
79
+ title: string;
80
+ }) => VNodeChild;
81
+ };
82
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "events" | "container" | "class" | "colorSchemaType" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "min" | "max" | "month" | "year" | "allowedDates" | "viewMode" | "weekdays" | "intervals" | "intervalStart" | "hideWeekNumber" | "hideDayHeader" | "hideHeader">;
83
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
84
+ [key: string]: any;
85
+ }>;
86
+ export default _default;
@@ -0,0 +1 @@
1
+ export declare const ExampleComponents: import("@omnia/fx/ux").DocumentationSpec;
@@ -0,0 +1,51 @@
1
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & Omit<{}, string | number> & {
2
+ "v-slots"?: {
3
+ default?: import("vue").Slot;
4
+ } & {};
5
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string>) => {
6
+ $: import("vue").ComponentInternalInstance;
7
+ $data: {};
8
+ $props: {};
9
+ $attrs: {
10
+ [x: string]: unknown;
11
+ };
12
+ $refs: {
13
+ [x: string]: unknown;
14
+ };
15
+ $slots: Readonly<{
16
+ [name: string]: import("vue").Slot<any>;
17
+ }>;
18
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
19
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
20
+ $emit: (event: string, ...args: any[]) => void;
21
+ $el: any;
22
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
23
+ beforeCreate?: (() => void) | (() => void)[];
24
+ created?: (() => void) | (() => void)[];
25
+ beforeMount?: (() => void) | (() => void)[];
26
+ mounted?: (() => void) | (() => void)[];
27
+ beforeUpdate?: (() => void) | (() => void)[];
28
+ updated?: (() => void) | (() => void)[];
29
+ activated?: (() => void) | (() => void)[];
30
+ deactivated?: (() => void) | (() => void)[];
31
+ beforeDestroy?: (() => void) | (() => void)[];
32
+ beforeUnmount?: (() => void) | (() => void)[];
33
+ destroyed?: (() => void) | (() => void)[];
34
+ unmounted?: (() => void) | (() => void)[];
35
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
36
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
37
+ 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)[];
38
+ };
39
+ $forceUpdate: () => void;
40
+ $nextTick: typeof import("vue").nextTick;
41
+ $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;
42
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
43
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {
44
+ "v-slots"?: {
45
+ default?: import("vue").Slot;
46
+ } & {};
47
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
48
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
49
+ [key: string]: any;
50
+ }>;
51
+ export default _default;
@@ -0,0 +1 @@
1
+ export declare const spec: import("@omnia/fx/ux").DocumentationSpec;
@@ -35,16 +35,22 @@ declare const _default: <T extends unknown>(props: import("@omnia/fx/ux").Extrac
35
35
  headers?: DataTableHeader[];
36
36
  } & {
37
37
  items?: T[];
38
- } & DefineEmit<"update:sortBy", (item: SortItem[]) => void> & DefineEmit<"update:expanded", (expanded: string[]) => void> & DefineEmit<"update:sortBy", (sort: SortItem[]) => void> & DefineSlot<"item", (row: IDataTableRowRenderer<T>) => void>> & Omit<{
38
+ } & DefineEmit<"update:sortBy", (item: SortItem[]) => void> & DefineEmit<"update:expanded", (expanded: string[]) => void> & DefineEmit<"update:sortBy", (sort: SortItem[]) => void> & DefineSlot<"item", (row: IDataTableRowRenderer<T>) => void> & DefineSlot<`header.${string}`, (header: DataTableHeader) => void> & DefineSlot<`item.${string}`, (e: {
39
+ item: T;
40
+ }) => void>> & Omit<{
39
41
  "onUpdate:sortBy"?: (item: SortItem[]) => any;
40
42
  "onUpdate:expanded"?: (expanded: string[]) => any;
41
43
  }, "headers" | "container" | "height" | "expanded" | "colorSchemaType" | "items" | "colors" | "loading" | "hover" | "sortBy" | "mustSort" | "showExpand" | "noDataText" | "itemsPerPage" | "onUpdate:sortBy" | "onUpdate:expanded" | "v-model:expanded" | "v-model:sortBy"> & {
42
44
  "v-slots"?: {
43
45
  default?: import("vue").Slot;
44
46
  } & {
47
+ [x: `header.${string}`]: (header: DataTableHeader) => void;
48
+ [x: `item.${string}`]: (e: {
49
+ item: T;
50
+ }) => void;
45
51
  item?: (row: IDataTableRowRenderer<T>) => void;
46
52
  };
47
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "headers" | "container" | "height" | "expanded" | "colorSchemaType" | "items" | "colors" | "loading" | "slot:item" | "hover" | "sortBy" | "mustSort" | "showExpand" | "noDataText" | "itemsPerPage" | "onUpdate:sortBy" | "onUpdate:expanded" | "v-model:expanded" | "v-model:sortBy" | "emit:update:sortBy" | "emit:update:expanded">) => {
53
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "headers" | "container" | "height" | "expanded" | "colorSchemaType" | "items" | "colors" | "loading" | "slot:item" | "hover" | "sortBy" | "mustSort" | "showExpand" | "noDataText" | "itemsPerPage" | "onUpdate:sortBy" | "onUpdate:expanded" | "v-model:expanded" | "v-model:sortBy" | "emit:update:sortBy" | "emit:update:expanded" | `slot:header.${string}` | `slot:item.${string}`>) => {
48
54
  $: import("vue").ComponentInternalInstance;
49
55
  $data: {};
50
56
  $props: {};
@@ -118,10 +124,16 @@ declare const _default: <T extends unknown>(props: import("@omnia/fx/ux").Extrac
118
124
  headers?: DataTableHeader[];
119
125
  } & {
120
126
  items?: T[];
121
- } & DefineEmit<"update:sortBy", (item: SortItem[]) => void> & DefineEmit<"update:expanded", (expanded: string[]) => void> & DefineEmit<"update:sortBy", (sort: SortItem[]) => void> & DefineSlot<"item", (row: IDataTableRowRenderer<T>) => void>> & {
127
+ } & DefineEmit<"update:sortBy", (item: SortItem[]) => void> & DefineEmit<"update:expanded", (expanded: string[]) => void> & DefineEmit<"update:sortBy", (sort: SortItem[]) => void> & DefineSlot<"item", (row: IDataTableRowRenderer<T>) => void> & DefineSlot<`header.${string}`, (header: DataTableHeader) => void> & DefineSlot<`item.${string}`, (e: {
128
+ item: T;
129
+ }) => void>> & {
122
130
  "v-slots"?: {
123
131
  default?: import("vue").Slot;
124
132
  } & {
133
+ [x: `header.${string}`]: (header: DataTableHeader) => void;
134
+ [x: `item.${string}`]: (e: {
135
+ item: T;
136
+ }) => void;
125
137
  item?: (row: IDataTableRowRenderer<T>) => void;
126
138
  };
127
139
  } & {
@@ -5,9 +5,9 @@ export declare const OTextBoxVariantTypeDefinitions: readonly ["default", "searc
5
5
  export type OTextBoxVariantTypes = typeof OTextBoxVariantTypeDefinitions[number];
6
6
  export declare const InputTypeDefinitions: readonly ["text", "password", "number"];
7
7
  export type InputTypes = typeof InputTypeDefinitions[number];
8
- type BaseProps = DefineProp<"variant", OTextBoxVariantTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"color", ColorValue, false, null, "Define the custom color for text field."> & DefineProp<"readonly", boolean, false, null, "Makes the text field readonly."> & DefineProp<"persistentHint", boolean, false, null, "Forces hint to always be visible."> & DefineProp<"hint", string, false, null, "Sets the hint of the text field. Hint will be displayed below the input when focused."> & DefineProp<"errorMessages", string | string[], false, null, "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the rules prop. This field will not trigger validation."> & DefineProp<"rules", ValidationRule[], false, null, "Accepts a mixed array of types function. Functions pass an input value as an argument and must return either true / false or a string containing an error message."> & DefineProp<"toned", boolean, false, null, ""> & DefineProp<"label", string, false, null, "The label of the input field."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the input."> & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"append-inner", () => VNodeChild, "Adds an item inside the input content."> & DefineSlot<"prepend", () => VNodeChild, "Adds an item outside the input and before input content."> & DefineSlot<"prepend-inner", () => VNodeChild, "Slot that is prepended to the input."> & DefineSlot<"message", () => VNodeChild, "Slot used to customize the message content."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineEmit<"click:button", () => void, "Emit when click on icon."> & DefineEmit<"click:clear", () => void, "Emit when search input field is cleared.">;
9
- type NumberInputProps = DefineVModel<"", number, false, null, "The v-model value of the component."> & DefineProp<"max", number, false, null, "The max value."> & DefineProp<"min", number, false, null, "The min value."> & DefineProp<"step", number, false, null, "incremental steps for adjusting the numeric value."> & DefinePropTheming & DefinePropClass & BaseProps;
10
- type TextInputProps = DefineVModel<"", string, false, null, "The v-model value of the component."> & DefineProp<"suffix", string, false, null, "The suffix text of the text field."> & DefineProp<"prefix", string, false, null, "The prefix text of the text field."> & DefineProp<"clearable", boolean, false, false, "Adds a clear button when the text field is not empty."> & DefineProp<"autofocus", boolean, false, false, "Enables autofocus."> & DefineProp<"placeholder", string, false, null, "Sets the input’s placeholder text."> & DefinePropTheming & DefinePropClass & BaseProps;
8
+ type BaseProps = DefinePropTheming & DefinePropClass & DefineProp<"variant", OTextBoxVariantTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"color", ColorValue, false, null, "Define the custom color for text field."> & DefineProp<"readonly", boolean, false, null, "Makes the text field readonly."> & DefineProp<"persistentHint", boolean, false, null, "Forces hint to always be visible."> & DefineProp<"hint", string, false, null, "Sets the hint of the text field. Hint will be displayed below the input when focused."> & DefineProp<"errorMessages", string | string[], false, null, "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the rules prop. This field will not trigger validation."> & DefineProp<"rules", ValidationRule[], false, null, "Accepts a mixed array of types function. Functions pass an input value as an argument and must return either true / false or a string containing an error message."> & DefineProp<"toned", boolean, false, null, ""> & DefineProp<"label", string, false, null, "The label of the input field."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the input."> & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"append-inner", () => VNodeChild, "Adds an item inside the input content."> & DefineSlot<"prepend", () => VNodeChild, "Adds an item outside the input and before input content."> & DefineSlot<"prepend-inner", () => VNodeChild, "Slot that is prepended to the input."> & DefineSlot<"message", () => VNodeChild, "Slot used to customize the message content."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineEmit<"click:button", () => void, "Emit when click on icon."> & DefineEmit<"click:clear", () => void, "Emit when search input field is cleared.">;
9
+ type NumberInputProps = DefineVModel<"", number, false, null, "The v-model value of the component."> & DefineProp<"max", number, false, null, "The max value."> & DefineProp<"min", number, false, null, "The min value."> & DefineProp<"step", number, false, null, "incremental steps for adjusting the numeric value."> & BaseProps;
10
+ type TextInputProps = DefineVModel<"", string, false, null, "The v-model value of the component."> & DefineProp<"suffix", string, false, null, "The suffix text of the text field."> & DefineProp<"prefix", string, false, null, "The prefix text of the text field."> & DefineProp<"clearable", boolean, false, false, "Adds a clear button when the text field is not empty."> & DefineProp<"autofocus", boolean, false, false, "Enables autofocus."> & DefineProp<"placeholder", string, false, null, "Sets the input’s placeholder text."> & BaseProps;
11
11
  declare const _default: <TType extends "number" | "text" | "password" = "text">(props: ExtractProps<{
12
12
  type?: TType;
13
13
  } & (TType extends "number" ? NumberInputProps : TextInputProps)> & Omit<({
@@ -0,0 +1,59 @@
1
+ import { OPosition } from "@omnia/fx-models";
2
+ import { DefineProp, DefinePropClass, DefinePropTheming, DefineSlot, DefineVModel } from "@omnia/fx/ux";
3
+ import { VNodeChild } from "vue";
4
+ type SpeedDialProps = DefinePropTheming & DefinePropClass & DefineVModel<"", boolean, false, false, "The v-model of the component"> & DefineProp<"openOnClick", boolean, false, null, "Activate the component when the activator is clicked."> & DefineProp<"openOnFocus", boolean, false, null, "Activate the component when the activator is focused."> & DefineProp<"openOnHover", boolean, false, false, "Opens speed-dial on hover."> & DefineProp<"persistent", boolean, false, false, "Clicking outside of the element or pressing esc key will not deactivate it."> & DefineProp<"location", OPosition, false, "top center", "Specifies the component's location. Can combine by using a space separated string."> & DefineSlot<"activator", () => VNodeChild>;
5
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SpeedDialProps> & Omit<{}, "container" | "class" | "persistent" | "colorSchemaType" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "location" | "openOnHover" | "openOnClick" | "openOnFocus"> & {
6
+ "v-slots"?: {
7
+ default?: import("vue").Slot;
8
+ } & {
9
+ activator?: () => VNodeChild;
10
+ };
11
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "container" | "class" | "persistent" | "colorSchemaType" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "location" | "openOnHover" | "openOnClick" | "openOnFocus" | "slot:activator">) => {
12
+ $: import("vue").ComponentInternalInstance;
13
+ $data: {};
14
+ $props: {};
15
+ $attrs: {
16
+ [x: string]: unknown;
17
+ };
18
+ $refs: {
19
+ [x: string]: unknown;
20
+ };
21
+ $slots: Readonly<{
22
+ [name: string]: import("vue").Slot<any>;
23
+ }>;
24
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
25
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
26
+ $emit: (event: string, ...args: any[]) => void;
27
+ $el: any;
28
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
29
+ beforeCreate?: (() => void) | (() => void)[];
30
+ created?: (() => void) | (() => void)[];
31
+ beforeMount?: (() => void) | (() => void)[];
32
+ mounted?: (() => void) | (() => void)[];
33
+ beforeUpdate?: (() => void) | (() => void)[];
34
+ updated?: (() => void) | (() => void)[];
35
+ activated?: (() => void) | (() => void)[];
36
+ deactivated?: (() => void) | (() => void)[];
37
+ beforeDestroy?: (() => void) | (() => void)[];
38
+ beforeUnmount?: (() => void) | (() => void)[];
39
+ destroyed?: (() => void) | (() => void)[];
40
+ unmounted?: (() => void) | (() => void)[];
41
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
42
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
43
+ 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)[];
44
+ };
45
+ $forceUpdate: () => void;
46
+ $nextTick: typeof import("vue").nextTick;
47
+ $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;
48
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
49
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<SpeedDialProps> & {
50
+ "v-slots"?: {
51
+ default?: import("vue").Slot;
52
+ } & {
53
+ activator?: () => VNodeChild;
54
+ };
55
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "container" | "class" | "persistent" | "colorSchemaType" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "location" | "openOnHover" | "openOnClick" | "openOnFocus">;
56
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
57
+ [key: string]: any;
58
+ }>;
59
+ export default _default;
@@ -0,0 +1 @@
1
+ export declare const ExampleComponents: import("@omnia/fx/ux").DocumentationSpec;
@@ -0,0 +1,51 @@
1
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & Omit<{}, string | number> & {
2
+ "v-slots"?: {
3
+ default?: import("vue").Slot;
4
+ } & {};
5
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string>) => {
6
+ $: import("vue").ComponentInternalInstance;
7
+ $data: {};
8
+ $props: {};
9
+ $attrs: {
10
+ [x: string]: unknown;
11
+ };
12
+ $refs: {
13
+ [x: string]: unknown;
14
+ };
15
+ $slots: Readonly<{
16
+ [name: string]: import("vue").Slot<any>;
17
+ }>;
18
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
19
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
20
+ $emit: (event: string, ...args: any[]) => void;
21
+ $el: any;
22
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
23
+ beforeCreate?: (() => void) | (() => void)[];
24
+ created?: (() => void) | (() => void)[];
25
+ beforeMount?: (() => void) | (() => void)[];
26
+ mounted?: (() => void) | (() => void)[];
27
+ beforeUpdate?: (() => void) | (() => void)[];
28
+ updated?: (() => void) | (() => void)[];
29
+ activated?: (() => void) | (() => void)[];
30
+ deactivated?: (() => void) | (() => void)[];
31
+ beforeDestroy?: (() => void) | (() => void)[];
32
+ beforeUnmount?: (() => void) | (() => void)[];
33
+ destroyed?: (() => void) | (() => void)[];
34
+ unmounted?: (() => void) | (() => void)[];
35
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
36
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
37
+ 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)[];
38
+ };
39
+ $forceUpdate: () => void;
40
+ $nextTick: typeof import("vue").nextTick;
41
+ $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;
42
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
43
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {
44
+ "v-slots"?: {
45
+ default?: import("vue").Slot;
46
+ } & {};
47
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
48
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
49
+ [key: string]: any;
50
+ }>;
51
+ export default _default;
@@ -0,0 +1 @@
1
+ export declare const spec: import("@omnia/fx/ux").DocumentationSpec;
@@ -1,3 +1,4 @@
1
+ import { OPosition } from "@omnia/fx-models";
1
2
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
2
3
  "v-model"?: string;
3
4
  } & {
@@ -5,7 +6,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
5
6
  } & {
6
7
  modelValue?: string;
7
8
  } & {
8
- location?: Anchor;
9
+ location?: OPosition;
9
10
  } & {
10
11
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
11
12
  } & {
@@ -59,7 +60,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
59
60
  } & {
60
61
  modelValue?: string;
61
62
  } & {
62
- location?: Anchor;
63
+ location?: OPosition;
63
64
  } & {
64
65
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
65
66
  } & {
@@ -1,22 +1,16 @@
1
- import { DynamicState } from "@omnia/fx-models";
2
- export interface ContentBlockVelcronState extends DynamicState {
3
- content: {
4
- [id: string]: unknown;
5
- };
6
- }
7
1
  declare const _default: {
8
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
2
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element | JSX.Element[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
9
3
  P: {};
10
4
  B: {};
11
5
  D: {};
12
6
  C: {};
13
7
  M: {};
14
8
  Defaults: {};
15
- }, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
9
+ }, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element | JSX.Element[], {}, {}, {}, {}>;
16
10
  __isFragment?: never;
17
11
  __isTeleport?: never;
18
12
  __isSuspense?: never;
19
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
13
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element | JSX.Element[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
20
14
  propsDefinition: Omit<Readonly<{} & {}>, never>;
21
15
  };
22
16
  export default _default;