@omnia/fx 8.0.400-dev → 8.0.401-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 (102) hide show
  1. package/internal-do-not-import-from-here/ux/Exposes.d.ts +0 -1
  2. package/internal-do-not-import-from-here/ux/StyleFlow.d.ts +1 -0
  3. package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +1 -0
  4. package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/loc/localize.d.ts +3 -3
  5. package/internal-do-not-import-from-here/ux/admin/usermanagement/index.d.ts +1 -0
  6. package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +9 -2
  7. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementConstants.d.ts +6 -0
  8. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/tabs/AuthenticationBlades/BuiltInProvidersBlade.d.ts +15 -0
  9. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/tabs/AuthenticationBlades/BuiltInProvidersDetailBlade.d.ts +11 -0
  10. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/tabs/AuthenticationBlades/ExternalProvidersBlade.d.ts +15 -0
  11. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/tabs/AuthenticationBlades/OnboardingBlade.d.ts +15 -0
  12. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/tabs/AuthenticationBlades/RefreshTokensBlade.d.ts +15 -0
  13. package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +1 -1
  14. package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/blades/EditStylesBlade.d.ts +16 -0
  15. package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/store/TypographyEditorStore.d.ts +21 -2
  16. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +1 -1
  17. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +1 -1
  18. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +1 -1
  19. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/aurora/components/chromepicker/ChromePicker.d.ts +1 -1
  21. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +1 -1
  22. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +1 -1
  23. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
  25. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillBlueprintsPicker.d.ts +1 -1
  26. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillPicker.d.ts +1 -1
  27. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +1 -1
  28. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/aurora/components/placeholder/Placeholder.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingBlueprintPicker.d.ts +1 -1
  32. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorBlueprintsPicker.d.ts +1 -1
  33. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorPicker.d.ts +1 -1
  34. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/TextFormatPicker.d.ts +1 -1
  35. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintPicker.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +5 -2
  39. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +14 -4
  40. package/internal-do-not-import-from-here/ux/aurora/components/typography/components/TypographyFillRenderer.d.ts +1 -1
  41. package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/ViewTemplatePicker.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/aurora/store/ThemeNormalizer.d.ts +2 -1
  43. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintManager.d.ts +11 -0
  44. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +1 -0
  45. package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -0
  46. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +2 -0
  47. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +2 -0
  48. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +1 -7
  49. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +33 -179
  51. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker_old.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/enterprisepropertysets/Picker.d.ts +12 -0
  55. package/internal-do-not-import-from-here/ux/enterprisepropertysets/picker/EnterprisePropertySetPicker.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/enterprisepropertysets/store.d.ts +32 -0
  57. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -1
  58. package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +1 -1
  59. package/internal-do-not-import-from-here/ux/governancedashboard/NumericIndicator.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
  62. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
  63. package/internal-do-not-import-from-here/ux/inputtoken/InputToken.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +3 -3
  65. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +47 -457
  66. package/internal-do-not-import-from-here/ux/languagepicker/index.d.ts +0 -1
  67. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +1 -1
  68. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +4 -4
  69. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +4 -4
  70. package/internal-do-not-import-from-here/ux/mobile/index.d.ts +1 -0
  71. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
  72. package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +1 -1
  73. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
  74. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +1 -1
  75. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +1 -1
  76. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +1 -1
  77. package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +1 -1
  78. package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +1 -1
  79. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +1 -1
  80. package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +1 -1
  81. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +1 -1
  82. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
  85. package/internal-do-not-import-from-here/ux/oxide/selection/Selection.d.ts +2 -2
  86. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +2 -2
  87. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +1 -1
  88. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +2 -2
  89. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +1 -1
  90. package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +8 -332
  91. package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +1 -1
  92. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/IconEditor.d.ts +1 -1
  93. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/NumberEditor.d.ts +1 -1
  94. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +1 -1
  95. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SwitchEditor.d.ts +1 -1
  96. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TextEditor.d.ts +1 -1
  97. package/internal-do-not-import-from-here/wctypings.d.ts +10 -10
  98. package/package.json +2 -2
  99. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/AddOrEditUserTypeBladeGeneral.d.ts +0 -15
  100. package/internal-do-not-import-from-here/ux/languagepicker/ILanguagePicker.d.ts +0 -33
  101. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/blades/{EditTypographyDefinitionBlade.d.ts → EditDefinitionBlade.d.ts} +0 -0
  102. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/blades/{EditTypographyFillBlade.d.ts → EditScaleBlade.d.ts} +0 -0
@@ -5,5 +5,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<DividerProps
5
5
  "v-slots"?: {} & Omit<{
6
6
  default?: import("vue").Slot;
7
7
  }, never>;
8
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "variant" | "vertical" | "class" | "label" | "toned" | "labelSize" | "labelType"> & import("@omnia/fx/ux").VNodeEvents) => any;
8
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "icon" | "variant" | "vertical" | "class" | "toned" | "labelSize" | "labelType"> & import("@omnia/fx/ux").VNodeEvents) => any;
9
9
  export default _default;
@@ -5,5 +5,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<FormProps> &
5
5
  "v-slots"?: {} & Omit<{
6
6
  default?: import("vue").Slot;
7
7
  }, never>;
8
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "class" | "label" | "colorSchemaType" | "colors" | "toned"> & import("@omnia/fx/ux").VNodeEvents) => any;
8
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "class" | "colorSchemaType" | "colors" | "toned"> & import("@omnia/fx/ux").VNodeEvents) => any;
9
9
  export default _default;
@@ -7,7 +7,7 @@ export type InputApi = {
7
7
  focus: () => void;
8
8
  };
9
9
  type BaseProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"variant", OTextFieldTypes, 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<"transparent", boolean, false, null, "Adds transparency to the text field."> & 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."> & DefineProp<"textBlueprint", TextBlueprint, false, null, "Sets a custom blueprint for the text."> & DefineProp<"blueprint", InputBlueprint, false, null, "Sets a custom blueprint for the text."> & DefineProp<"getApi", (api: InputApi) => void, false, null, "Gets the api"> & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineProp<"suffix", string, false, null, "The suffix text of the text field."> & DefineProp<"prefix", string, false, null, "The prefix text of the text field."> & 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.">;
10
- type NumberInputProps = DefineVModel<"", number, false, null, true, "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 NumberInputProps = DefineVModel<"", number, false, null, true, "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."> & DefineProp<"precision", number, false, null, "Enforces strict precision. It is expected to be an integer value in range between 0 and 15, or null for unrestricted."> & BaseProps;
11
11
  type TextInputProps = DefineVModel<"", string, false, null, true, "The v-model value of the component."> & 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;
12
12
  declare const _default: <TType extends "text" | "number" | "password" = "text">(props: ExtractProps<{
13
13
  type?: TType;
@@ -15,5 +15,5 @@ declare const _default: <T extends unknown>(props: import("@omnia/fx/ux").Extrac
15
15
  } & Omit<{
16
16
  default?: import("vue").Slot;
17
17
  }, "item">;
18
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "navigation" | "variant" | "drag" | "class" | "nav" | "colorSchemaType" | "modelValue" | "remove" | "colors" | "v-model" | "toned" | "emit:update:modelValue" | "divider" | "lines" | "itemValue" | "disableItemClickable" | "slot:item"> & import("@omnia/fx/ux").VNodeEvents) => any;
18
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "navigation" | "variant" | "drag" | "class" | "nav" | "colorSchemaType" | "modelValue" | "remove" | "colors" | "v-model" | "toned" | "emit:update:modelValue" | "lines" | "divider" | "itemValue" | "disableItemClickable" | "slot:item"> & import("@omnia/fx/ux").VNodeEvents) => any;
19
19
  export default _default;
@@ -16,5 +16,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<PickerProps>
16
16
  } & Omit<{
17
17
  default?: import("vue").Slot;
18
18
  }, "actions" | "activator" | "selectedItemRenderer">;
19
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "blueprint" | "grid" | "maxHeight" | "actions" | "variant" | "class" | "label" | "disabled" | "modelValue" | "slot:actions" | "v-model" | "toned" | "placeholder" | "emit:update:modelValue" | "slot:activator" | "searchable" | "emit:search" | "getApi" | "emit:click:clear" | "clearable" | "visibleOnContentClick" | "isLoading" | "slot:selectedItemRenderer" | "hasSelection"> & import("@omnia/fx/ux").VNodeEvents) => any;
19
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "label" | "blueprint" | "grid" | "maxHeight" | "actions" | "variant" | "class" | "disabled" | "modelValue" | "slot:actions" | "v-model" | "toned" | "placeholder" | "emit:update:modelValue" | "slot:activator" | "searchable" | "emit:search" | "getApi" | "emit:click:clear" | "clearable" | "visibleOnContentClick" | "isLoading" | "slot:selectedItemRenderer" | "hasSelection"> & import("@omnia/fx/ux").VNodeEvents) => any;
20
20
  export default _default;
@@ -9,5 +9,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<RadioProps>
9
9
  } & Omit<{
10
10
  default?: import("vue").Slot;
11
11
  }, "label">;
12
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "class" | "label" | "value" | "colorSchemaType" | "colors" | "slot:label"> & import("@omnia/fx/ux").VNodeEvents) => any;
12
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "class" | "value" | "colorSchemaType" | "colors" | "slot:label"> & import("@omnia/fx/ux").VNodeEvents) => any;
13
13
  export default _default;
@@ -167,10 +167,10 @@ declare const _default: {
167
167
  container: boolean;
168
168
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
169
169
  propsDefinition: Omit<Readonly<{} & {
170
+ label?: string;
170
171
  inline?: boolean;
171
172
  container?: boolean;
172
173
  class?: String | String[];
173
- label?: string;
174
174
  disabled?: boolean;
175
175
  colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
176
176
  modelValue?: any;
@@ -228,11 +228,11 @@ declare const _default: {
228
228
  container: boolean;
229
229
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
230
230
  propsDefinition: Omit<Readonly<{} & {
231
+ label?: string;
231
232
  direction?: "vertical" | "horizontal";
232
233
  container?: boolean;
233
234
  variant?: "default" | "prominent";
234
235
  class?: String | String[];
235
- label?: string;
236
236
  colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
237
237
  max?: string | number;
238
238
  modelValue?: [number, number];
@@ -19,5 +19,5 @@ declare const _default: <TItem extends readonly any[], TReturnObject extends boo
19
19
  "v-slots"?: (OSelectProps<TItem, TReturnObject> extends infer T_3 ? { [K_3 in keyof T_3 as K_3 extends `slot:${infer N_1}` ? N_1 : never]: OSelectProps<TItem, TReturnObject>[K_3]; } : never) & Omit<{
20
20
  default?: import("vue").Slot;
21
21
  }, keyof (OSelectProps<TItem, TReturnObject> extends infer T_4 ? { [K_3 in keyof T_4 as K_3 extends `slot:${infer N_1}` ? N_1 : never]: OSelectProps<TItem, TReturnObject>[K_3]; } : never)>;
22
- } & (OSelectProps<TItem, TReturnObject> extends infer T_5 ? { [K_4 in keyof T_5 as K_4 extends "ref" ? "ref" : never]: import("vue").Ref<OSelectProps<TItem, TReturnObject>[K_4], OSelectProps<TItem, TReturnObject>[K_4]> | ((ref: OSelectProps<TItem, TReturnObject>[K_4]) => void); } : never) & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "maxHeight" | "error" | "variant" | "class" | "label" | "multiple" | "disabled" | "colorSchemaType" | "modelValue" | "items" | "itemHeight" | "loading" | "readonly" | "errorMessages" | "rules" | "hideDetails" | "hint" | "persistentHint" | "colors" | "v-model" | "toned" | "emit:update:modelValue" | "itemValue" | "searchable" | "slot:append-inner" | "slot:prepend-inner" | "emit:update:focused" | "emit:click:button" | "clearable" | "hideSelected" | "itemTitle" | "returnObject" | "chips" | "hideNoData" | "menuIcon" | "multiSelectionStyle" | "emit:update:search" | "slot:append-item" | keyof (TReturnObject extends true ? SlotsWithReturnObject<TItem> : SlotsWithoutReturnObject)> & import("@omnia/fx/ux").VNodeEvents) => any;
22
+ } & (OSelectProps<TItem, TReturnObject> extends infer T_5 ? { [K_4 in keyof T_5 as K_4 extends "ref" ? "ref" : never]: import("vue").Ref<OSelectProps<TItem, TReturnObject>[K_4], OSelectProps<TItem, TReturnObject>[K_4]> | ((ref: OSelectProps<TItem, TReturnObject>[K_4]) => void); } : never) & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "blueprint" | "maxHeight" | "error" | "variant" | "class" | "multiple" | "disabled" | "colorSchemaType" | "modelValue" | "items" | "itemHeight" | "loading" | "readonly" | "errorMessages" | "rules" | "hideDetails" | "hint" | "persistentHint" | "colors" | "v-model" | "toned" | "emit:update:modelValue" | "itemValue" | "searchable" | "slot:append-inner" | "slot:prepend-inner" | "emit:update:focused" | "emit:click:button" | "clearable" | "hideSelected" | "itemTitle" | "returnObject" | "chips" | "hideNoData" | "menuIcon" | "multiSelectionStyle" | "emit:update:search" | "slot:append-item" | keyof (TReturnObject extends true ? SlotsWithReturnObject<TItem> : SlotsWithoutReturnObject)> & import("@omnia/fx/ux").VNodeEvents) => any;
23
23
  export default _default;
@@ -2,7 +2,7 @@ import { DefineEmit, DefineProp, DefinePropTheming, DefineSlot, ItemValueType }
2
2
  import { VNodeChild } from "vue";
3
3
  import { OMultiSelectionStyles } from "@omnia/fx-models";
4
4
  type SelectionVariants = "remove" | "settings";
5
- type BaseProps<TItem> = DefinePropTheming & DefineProp<"items", TItem[], false, null, "TItem must be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the item-title, item-value and item-disabled props."> & DefineProp<"variant", SelectionVariants, false, null, "The component variants"> & DefineProp<"toned", boolean, false, null, "Sets the component to toned"> & DefineProp<"sorting", boolean, false, null, "Sets the component to sorting mode"> & DefineProp<"itemValue", ItemValueType<TItem>, false, null, "Property on supplied items that contains its value."> & DefineProp<"itemTitle", ItemValueType<TItem>, false, null, "Property on supplied items that contains its title."> & DefineProp<"itemSubtitle", string, false, null, "Property on supplied items that contains its value."> & DefineProp<"itemIcon", string, false, null, "Property on supplied items that contains its value."> & DefineProp<"enableAdd", boolean, false, null, "If add button is shown"> & DefineProp<"selectionStyle", OMultiSelectionStyles, false, null, "The style of multi select"> & DefineSlot<"item", (item: TItem, index: Number) => VNodeChild> & DefineEmit<"selectItem", (index: any) => true> & DefineEmit<"sort:update", (items: TItem[]) => true> & DefineEmit<"addItem", () => true>;
5
+ type BaseProps<TItem> = DefinePropTheming & DefineProp<"items", TItem[], false, null, "TItem must be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the item-title, item-value and item-disabled props."> & DefineProp<"variant", SelectionVariants, false, null, "The component variants"> & DefineProp<"toned", boolean, false, null, "Sets the component to toned"> & DefineProp<"sorting", boolean, false, null, "Sets the component to sorting mode"> & DefineProp<"itemValue", ItemValueType<TItem>, false, null, "Property on supplied items that contains its value."> & DefineProp<"itemTitle", ItemValueType<TItem>, false, null, "Property on supplied items that contains its title."> & DefineProp<"itemSubtitle", string, false, null, "Property on supplied items that contains its value."> & DefineProp<"itemIcon", string, false, null, "Property on supplied items that contains its value."> & DefineProp<"enableAdd", boolean, false, null, "If add button is shown"> & DefineProp<"selectionStyle", OMultiSelectionStyles, false, null, "The style of multi select"> & DefineProp<"itemSettingable", (item: TItem) => boolean, false, null, "Item has settings or not."> & DefineSlot<"item", (item: TItem, index: Number) => VNodeChild> & DefineEmit<"selectItem", (index: any) => true> & DefineEmit<"sort:update", (items: TItem[]) => true> & DefineEmit<"addItem", () => true>;
6
6
  declare const _default: <TItem extends unknown>(props: import("@omnia/fx/ux").ExtractProps<BaseProps<TItem>> & {
7
7
  onSelectItem?: (index: any) => any;
8
8
  onAddItem?: () => any;
@@ -13,5 +13,5 @@ declare const _default: <TItem extends unknown>(props: import("@omnia/fx/ux").Ex
13
13
  } & Omit<{
14
14
  default?: import("vue").Slot;
15
15
  }, "item">;
16
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "colorSchemaType" | "items" | "colors" | "toned" | "itemValue" | "slot:item" | "itemTitle" | "itemIcon" | "emit:selectItem" | "sorting" | "itemSubtitle" | "enableAdd" | "selectionStyle" | "emit:sort:update" | "emit:addItem"> & import("@omnia/fx/ux").VNodeEvents) => any;
16
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "colorSchemaType" | "items" | "colors" | "toned" | "itemValue" | "slot:item" | "itemTitle" | "itemIcon" | "emit:selectItem" | "itemSettingable" | "sorting" | "itemSubtitle" | "enableAdd" | "selectionStyle" | "emit:sort:update" | "emit:addItem"> & import("@omnia/fx/ux").VNodeEvents) => any;
17
17
  export default _default;
@@ -1,11 +1,11 @@
1
1
  import { DefineProp, DefinePropTheming, DefineVModel } from "@omnia/fx/ux";
2
2
  import { ODirectionTypes, OSliderVariants } from "@omnia/fx-models";
3
- type SliderProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", any, false, null, true, "The v-model of the component"> & DefineProp<"step", string | number, false, null, "If greater than 0, sets step interval for ticks."> & DefineProp<"min", string | number, false, null, "Sets the minimum value of the slider."> & DefineProp<"max", string | number, false, null, "Sets the maximum value of the slider."> & DefineProp<"label", string, false, null, "Sets the label of the slider."> & DefineProp<"unitLabel", string, false, null, "Sets the unit label of the slider."> & DefineProp<"noThumbLabel", boolean, false, false, "Hides the thumb label."> & DefineProp<"hint", string, false, null, "Sets the hint of the slider. Hint will be displayed below the input when focused."> & DefineProp<"persistentHint", boolean, false, false, "Forces hint to always be visible."> & DefineProp<"direction", ODirectionTypes, false, "horizontal", "Sets the direction of the slider. Default is horizontal."> & DefineProp<"variant", OSliderVariants, false, null, "Sets the variant of the slider. Prominent should only be use when an extra level of emphasis is needed."> & DefineProp<"showTicks", boolean | "always", false, false, "Sets the visibility of the ticks. Default is false."> & DefineProp<"ticks", number[] | Record<number, string>, false, null, "Show track ticks. If true it shows ticks when using slider. If set to 'always' it always shows ticks."> & DefineProp<"toned", boolean, false, false> & DefineProp<"tickSize", number, false, 2, "Sets the size of the ticks. Default is 2.">;
3
+ type SliderProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", any, false, null, true, "The v-model of the component"> & DefineProp<"step", string | number, false, null, "If greater than 0, sets step interval for ticks."> & DefineProp<"min", string | number, false, null, "Sets the minimum value of the slider."> & DefineProp<"max", string | number, false, null, "Sets the maximum value of the slider."> & DefineProp<"precision", number, false, null, "Enforces strict precision. It is expected to be an integer value in range between 0 and 15, or null for unrestricted."> & DefineProp<"label", string, false, null, "Sets the label of the slider."> & DefineProp<"unitLabel", string, false, null, "Sets the unit label of the slider."> & DefineProp<"noThumbLabel", boolean, false, false, "Hides the thumb label."> & DefineProp<"hint", string, false, null, "Sets the hint of the slider. Hint will be displayed below the input when focused."> & DefineProp<"persistentHint", boolean, false, false, "Forces hint to always be visible."> & DefineProp<"direction", ODirectionTypes, false, "horizontal", "Sets the direction of the slider. Default is horizontal."> & DefineProp<"variant", OSliderVariants, false, null, "Sets the variant of the slider. Prominent should only be use when an extra level of emphasis is needed."> & DefineProp<"showTicks", boolean | "always", false, false, "Sets the visibility of the ticks. Default is false."> & DefineProp<"ticks", number[] | Record<number, string>, false, null, "Show track ticks. If true it shows ticks when using slider. If set to 'always' it always shows ticks."> & DefineProp<"toned", boolean, false, false> & DefineProp<"tickSize", number, false, 2, "Sets the size of the ticks. Default is 2.">;
4
4
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SliderProps> & {
5
5
  "onUpdate:modelValue"?: (value: any) => any;
6
6
  } & {
7
7
  "v-slots"?: {} & Omit<{
8
8
  default?: import("vue").Slot;
9
9
  }, never>;
10
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "direction" | "variant" | "class" | "label" | "colorSchemaType" | "max" | "modelValue" | "hint" | "persistentHint" | "colors" | "v-model" | "toned" | "emit:update:modelValue" | "min" | "step" | "unitLabel" | "noThumbLabel" | "showTicks" | "ticks" | "tickSize"> & import("@omnia/fx/ux").VNodeEvents) => any;
10
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "direction" | "variant" | "class" | "colorSchemaType" | "max" | "modelValue" | "hint" | "persistentHint" | "colors" | "v-model" | "toned" | "emit:update:modelValue" | "min" | "step" | "precision" | "unitLabel" | "noThumbLabel" | "showTicks" | "ticks" | "tickSize"> & import("@omnia/fx/ux").VNodeEvents) => any;
11
11
  export default _default;
@@ -6,5 +6,5 @@ declare const _default: <T extends string | boolean>(props: import("@omnia/fx/ux
6
6
  "v-slots"?: {} & Omit<{
7
7
  default?: import("vue").Slot;
8
8
  }, never>;
9
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "class" | "label" | "disabled" | "revert" | "colorSchemaType" | "modelValue" | "rules" | "hideDetails" | "hint" | "persistentHint" | "colors" | "v-model" | "emit:update:modelValue" | "trueValue" | "falseValue"> & import("@omnia/fx/ux").VNodeEvents) => any;
9
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "class" | "disabled" | "revert" | "colorSchemaType" | "modelValue" | "rules" | "hideDetails" | "hint" | "persistentHint" | "colors" | "v-model" | "emit:update:modelValue" | "trueValue" | "falseValue"> & import("@omnia/fx/ux").VNodeEvents) => any;
10
10
  export default _default;
@@ -1,10 +1,10 @@
1
1
  import { DefinePropTheming, DefineProp } from "@omnia/fx/ux";
2
2
  import { ColorType, ColorTypes, OTextAlignmentTypes, TextBlueprint, TextStyleSize, TextStyleSizes, TextStyleType, TextStyleTypes } from "@omnia/fx/models";
3
3
  type textWrapping = "none";
4
- type TextProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"typography", TextStyleType | TextStyleTypes, false, null, "Applies a specific typography to be used. Default is text."> & DefineProp<"size", TextStyleSize | TextStyleSizes, false, null, "Applies a specific typography size to be used. Default is medium text."> & DefineProp<"colorType", ColorTypes | ColorType, false, null, "Applies a specific color type to be used. Default is onBase."> & DefineProp<"color", string, false, null, "Applies a specific color"> & DefineProp<"divider", boolean, false, false, "If true, each item will have a bottom divider"> & DefineProp<"toned", boolean, false, false, "Applies a tonal color to the text."> & DefineProp<"wordBreak", textWrapping, false, null, "Specifies how the text should wrap."> & DefineProp<"whiteSpace", "normal" | "nowrap" | "pre" | "pre-wrap" | "pre-line", false, null, "Specifies how is white space inside text is handled"> & DefineProp<"align", OTextAlignmentTypes, false, null, "Specifiecs text alignment."> & DefineProp<"truncateLines", number, false, null, "Specifies if text should be truncated and number of lines before truncating."> & DefineProp<"blueprint", TextBlueprint, false, null, "Sets a custom blueprint for the text.">;
4
+ type TextProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"typography", TextStyleType | TextStyleTypes, false, null, "Applies a specific typography to be used. Default is text."> & DefineProp<"size", TextStyleSize | TextStyleSizes, false, null, "Applies a specific typography size to be used. Default is medium text."> & DefineProp<"colorType", ColorTypes | ColorType, false, null, "Applies a specific color type to be used. Default is onBase."> & DefineProp<"color", string, false, null, "Applies a specific color"> & DefineProp<"toned", boolean, false, false, "Applies a tonal color to the text."> & DefineProp<"wordBreak", textWrapping, false, null, "Specifies how the text should wrap."> & DefineProp<"as", "text" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6", false, null, "Specifies how to render the text tag"> & DefineProp<"whiteSpace", "normal" | "nowrap" | "pre" | "pre-wrap" | "pre-line", false, null, "Specifies how is white space inside text is handled"> & DefineProp<"align", OTextAlignmentTypes, false, null, "Specifiecs text alignment."> & DefineProp<"truncateLines", number, false, null, "Specifies if text should be truncated and number of lines before truncating."> & DefineProp<"blueprint", TextBlueprint, false, null, "Sets a custom blueprint for the text.">;
5
5
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<TextProps> & {} & {
6
6
  "v-slots"?: {} & Omit<{
7
7
  default?: import("vue").Slot;
8
8
  }, never>;
9
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "color" | "typography" | "blueprint" | "whiteSpace" | "wordBreak" | "size" | "class" | "colorSchemaType" | "align" | "colors" | "toned" | "colorType" | "divider" | "truncateLines"> & import("@omnia/fx/ux").VNodeEvents) => any;
9
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "color" | "typography" | "blueprint" | "whiteSpace" | "wordBreak" | "size" | "class" | "colorSchemaType" | "align" | "colors" | "toned" | "colorType" | "as" | "truncateLines"> & import("@omnia/fx/ux").VNodeEvents) => any;
10
10
  export default _default;
@@ -13,5 +13,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<TextAreaProp
13
13
  } & Omit<{
14
14
  default?: import("vue").Slot;
15
15
  }, "append-inner">;
16
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "color" | "variant" | "class" | "label" | "rows" | "disabled" | "colorSchemaType" | "modelValue" | "readonly" | "errorMessages" | "rules" | "hint" | "persistentHint" | "colors" | "v-model" | "toned" | "placeholder" | "emit:update:modelValue" | "autofocus" | "textBlueprint" | "slot:append-inner" | "emit:update:focused" | "emit:click:button" | "clearable" | "autoGrow"> & import("@omnia/fx/ux").VNodeEvents) => any;
16
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "color" | "variant" | "class" | "rows" | "disabled" | "colorSchemaType" | "modelValue" | "readonly" | "errorMessages" | "rules" | "hint" | "persistentHint" | "colors" | "v-model" | "toned" | "placeholder" | "emit:update:modelValue" | "autofocus" | "textBlueprint" | "slot:append-inner" | "emit:update:focused" | "emit:click:button" | "clearable" | "autoGrow"> & import("@omnia/fx/ux").VNodeEvents) => any;
17
17
  export default _default;
@@ -1,335 +1,11 @@
1
+ import { DefineProp, DefineVModel } from "@omnia/fx/ux";
1
2
  import { TimePeriodSettings } from "../../models";
2
- declare const _default: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
- hideDetails: {
5
- type: import("vue").PropType<boolean>;
6
- };
7
- disabled: {
8
- type: import("vue").PropType<boolean>;
9
- };
10
- label: {
11
- type: import("vue").PropType<string>;
12
- };
13
- min: {
14
- type: import("vue").PropType<number>;
15
- };
16
- "onUpdate:modelValue": {
17
- type: import("vue").PropType<(value: TimePeriodSettings) => any | void>;
18
- };
19
- "v-model": {
20
- type: import("vue").PropType<TimePeriodSettings>;
21
- required: false;
22
- };
23
- modelValue: {
24
- type: import("vue").PropType<TimePeriodSettings>;
25
- required: false;
26
- };
27
- name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
28
- type: import("vue").PropType<(value: TimePeriodSettings) => any | void>;
29
- }; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
30
- type: import("vue").PropType<TimePeriodSettings>;
31
- required: false;
32
- }; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
33
- type: import("vue").PropType<TimePeriodSettings>;
34
- required: false;
35
- }; } & {
36
- require(): import("../DefineVueTypings").DefinePropModelRequire<TName, TimePeriodSettings, {
37
- "onUpdate:modelValue": {
38
- type: import("vue").PropType<(value: TimePeriodSettings) => any | void>;
39
- };
40
- } & {
41
- "v-model": {
42
- type: import("vue").PropType<TimePeriodSettings>;
43
- required: false;
44
- };
45
- } & {
46
- modelValue: {
47
- type: import("vue").PropType<TimePeriodSettings>;
48
- required: false;
49
- };
50
- }>;
51
- defaultValue(value?: TimePeriodSettings): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, TimePeriodSettings, {
52
- "onUpdate:modelValue": {
53
- type: import("vue").PropType<(value: TimePeriodSettings) => any | void>;
54
- };
55
- } & {
56
- "v-model": {
57
- type: import("vue").PropType<TimePeriodSettings>;
58
- required: false;
59
- };
60
- } & {
61
- modelValue: {
62
- type: import("vue").PropType<TimePeriodSettings>;
63
- required: false;
64
- };
65
- }, false>;
66
- doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, TimePeriodSettings, {
67
- "onUpdate:modelValue": {
68
- type: import("vue").PropType<(value: TimePeriodSettings) => any | void>;
69
- };
70
- } & {
71
- "v-model": {
72
- type: import("vue").PropType<TimePeriodSettings>;
73
- required: false;
74
- };
75
- } & {
76
- modelValue: {
77
- type: import("vue").PropType<TimePeriodSettings>;
78
- required: false;
79
- };
80
- }>;
81
- };
82
- }>> & {
83
- "onUpdate:modelValue"?: (value: TimePeriodSettings) => any;
84
- }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
85
- "update:modelValue": (value: TimePeriodSettings) => true;
86
- }, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
87
- P: {};
88
- B: {};
89
- D: {};
90
- C: {};
91
- M: {};
92
- Defaults: {};
93
- }, Readonly<import("vue").ExtractPropTypes<{
94
- hideDetails: {
95
- type: import("vue").PropType<boolean>;
96
- };
97
- disabled: {
98
- type: import("vue").PropType<boolean>;
99
- };
100
- label: {
101
- type: import("vue").PropType<string>;
102
- };
103
- min: {
104
- type: import("vue").PropType<number>;
105
- };
106
- "onUpdate:modelValue": {
107
- type: import("vue").PropType<(value: TimePeriodSettings) => any | void>;
108
- };
109
- "v-model": {
110
- type: import("vue").PropType<TimePeriodSettings>;
111
- required: false;
112
- };
113
- modelValue: {
114
- type: import("vue").PropType<TimePeriodSettings>;
115
- required: false;
116
- };
117
- name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
118
- type: import("vue").PropType<(value: TimePeriodSettings) => any | void>;
119
- }; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
120
- type: import("vue").PropType<TimePeriodSettings>;
121
- required: false;
122
- }; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
123
- type: import("vue").PropType<TimePeriodSettings>;
124
- required: false;
125
- }; } & {
126
- require(): import("../DefineVueTypings").DefinePropModelRequire<TName, TimePeriodSettings, {
127
- "onUpdate:modelValue": {
128
- type: import("vue").PropType<(value: TimePeriodSettings) => any | void>;
129
- };
130
- } & {
131
- "v-model": {
132
- type: import("vue").PropType<TimePeriodSettings>;
133
- required: false;
134
- };
135
- } & {
136
- modelValue: {
137
- type: import("vue").PropType<TimePeriodSettings>;
138
- required: false;
139
- };
140
- }>;
141
- defaultValue(value?: TimePeriodSettings): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, TimePeriodSettings, {
142
- "onUpdate:modelValue": {
143
- type: import("vue").PropType<(value: TimePeriodSettings) => any | void>;
144
- };
145
- } & {
146
- "v-model": {
147
- type: import("vue").PropType<TimePeriodSettings>;
148
- required: false;
149
- };
150
- } & {
151
- modelValue: {
152
- type: import("vue").PropType<TimePeriodSettings>;
153
- required: false;
154
- };
155
- }, false>;
156
- doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, TimePeriodSettings, {
157
- "onUpdate:modelValue": {
158
- type: import("vue").PropType<(value: TimePeriodSettings) => any | void>;
159
- };
160
- } & {
161
- "v-model": {
162
- type: import("vue").PropType<TimePeriodSettings>;
163
- required: false;
164
- };
165
- } & {
166
- modelValue: {
167
- type: import("vue").PropType<TimePeriodSettings>;
168
- required: false;
169
- };
170
- }>;
171
- };
172
- }>> & {
173
- "onUpdate:modelValue"?: (value: TimePeriodSettings) => any;
174
- }, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
175
- __isFragment?: never;
176
- __isTeleport?: never;
177
- __isSuspense?: never;
178
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
179
- hideDetails: {
180
- type: import("vue").PropType<boolean>;
181
- };
182
- disabled: {
183
- type: import("vue").PropType<boolean>;
184
- };
185
- label: {
186
- type: import("vue").PropType<string>;
187
- };
188
- min: {
189
- type: import("vue").PropType<number>;
190
- };
191
- "onUpdate:modelValue": {
192
- type: import("vue").PropType<(value: TimePeriodSettings) => any | void>;
193
- };
194
- "v-model": {
195
- type: import("vue").PropType<TimePeriodSettings>;
196
- required: false;
197
- };
198
- modelValue: {
199
- type: import("vue").PropType<TimePeriodSettings>;
200
- required: false;
201
- };
202
- name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
203
- type: import("vue").PropType<(value: TimePeriodSettings) => any | void>;
204
- }; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
205
- type: import("vue").PropType<TimePeriodSettings>;
206
- required: false;
207
- }; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
208
- type: import("vue").PropType<TimePeriodSettings>;
209
- required: false;
210
- }; } & {
211
- require(): import("../DefineVueTypings").DefinePropModelRequire<TName, TimePeriodSettings, {
212
- "onUpdate:modelValue": {
213
- type: import("vue").PropType<(value: TimePeriodSettings) => any | void>;
214
- };
215
- } & {
216
- "v-model": {
217
- type: import("vue").PropType<TimePeriodSettings>;
218
- required: false;
219
- };
220
- } & {
221
- modelValue: {
222
- type: import("vue").PropType<TimePeriodSettings>;
223
- required: false;
224
- };
225
- }>;
226
- defaultValue(value?: TimePeriodSettings): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, TimePeriodSettings, {
227
- "onUpdate:modelValue": {
228
- type: import("vue").PropType<(value: TimePeriodSettings) => any | void>;
229
- };
230
- } & {
231
- "v-model": {
232
- type: import("vue").PropType<TimePeriodSettings>;
233
- required: false;
234
- };
235
- } & {
236
- modelValue: {
237
- type: import("vue").PropType<TimePeriodSettings>;
238
- required: false;
239
- };
240
- }, false>;
241
- doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, TimePeriodSettings, {
242
- "onUpdate:modelValue": {
243
- type: import("vue").PropType<(value: TimePeriodSettings) => any | void>;
244
- };
245
- } & {
246
- "v-model": {
247
- type: import("vue").PropType<TimePeriodSettings>;
248
- required: false;
249
- };
250
- } & {
251
- modelValue: {
252
- type: import("vue").PropType<TimePeriodSettings>;
253
- required: false;
254
- };
255
- }>;
256
- };
257
- }>> & {
3
+ type TimePeriodPickerProps = DefineVModel<"", TimePeriodSettings> & DefineProp<"min", number, false, 0> & DefineProp<"label", string> & DefineProp<"disabled", boolean> & DefineProp<"hideDetails", boolean>;
4
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<TimePeriodPickerProps> & {
258
5
  "onUpdate:modelValue"?: (value: TimePeriodSettings) => any;
259
- }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
260
- "update:modelValue": (value: TimePeriodSettings) => true;
261
- }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
262
- propsDefinition: Omit<Readonly<{} & {
263
- name?: {
264
- [x: `onUpdate:${string}`]: {
265
- type: import("vue").PropType<(value: TimePeriodSettings) => any | void>;
266
- };
267
- } & {
268
- [x: `v-model:${string}`]: {
269
- type: import("vue").PropType<TimePeriodSettings>;
270
- required: false;
271
- };
272
- } & {
273
- [x: string]: {
274
- type: import("vue").PropType<TimePeriodSettings>;
275
- required: false;
276
- };
277
- } & {
278
- require(): import("../DefineVueTypings").DefinePropModelRequire<string, TimePeriodSettings, {
279
- "onUpdate:modelValue": {
280
- type: import("vue").PropType<(value: TimePeriodSettings) => any | void>;
281
- };
282
- } & {
283
- "v-model": {
284
- type: import("vue").PropType<TimePeriodSettings>;
285
- required: false;
286
- };
287
- } & {
288
- modelValue: {
289
- type: import("vue").PropType<TimePeriodSettings>;
290
- required: false;
291
- };
292
- }>;
293
- defaultValue(value?: TimePeriodSettings): import("../DefineVueTypings").DefinePropModelDefaultValue<string, TimePeriodSettings, {
294
- "onUpdate:modelValue": {
295
- type: import("vue").PropType<(value: TimePeriodSettings) => any | void>;
296
- };
297
- } & {
298
- "v-model": {
299
- type: import("vue").PropType<TimePeriodSettings>;
300
- required: false;
301
- };
302
- } & {
303
- modelValue: {
304
- type: import("vue").PropType<TimePeriodSettings>;
305
- required: false;
306
- };
307
- }, false>;
308
- doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<string, TimePeriodSettings, {
309
- "onUpdate:modelValue": {
310
- type: import("vue").PropType<(value: TimePeriodSettings) => any | void>;
311
- };
312
- } & {
313
- "v-model": {
314
- type: import("vue").PropType<TimePeriodSettings>;
315
- required: false;
316
- };
317
- } & {
318
- modelValue: {
319
- type: import("vue").PropType<TimePeriodSettings>;
320
- required: false;
321
- };
322
- }>;
323
- };
324
- label?: string;
325
- disabled?: boolean;
326
- modelValue?: TimePeriodSettings;
327
- "onUpdate:modelValue"?: (value: TimePeriodSettings) => any | void;
328
- hideDetails?: boolean;
329
- "v-model"?: TimePeriodSettings;
330
- min?: number;
331
- }>, "onUpdate:modelValue"> & {
332
- "onUpdate:modelValue"?: (value: TimePeriodSettings) => any;
333
- };
334
- };
6
+ } & {
7
+ "v-slots"?: {} & Omit<{
8
+ default?: import("vue").Slot;
9
+ }, never>;
10
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "disabled" | "modelValue" | "hideDetails" | "v-model" | "emit:update:modelValue" | "min"> & import("@omnia/fx/ux").VNodeEvents) => any;
335
11
  export default _default;
@@ -291,6 +291,7 @@ declare const _default: {
291
291
  "update:modelValue": (value: UrlPropertyValue) => true;
292
292
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
293
293
  propsDefinition: Omit<Readonly<{} & {
294
+ label?: string;
294
295
  name?: {
295
296
  [x: `onUpdate:${string}`]: {
296
297
  type: import("vue").PropType<(value: UrlPropertyValue) => any | void>;
@@ -352,7 +353,6 @@ declare const _default: {
352
353
  };
353
354
  }>;
354
355
  };
355
- label?: string;
356
356
  disabled?: boolean;
357
357
  modelValue?: UrlPropertyValue;
358
358
  "onUpdate:modelValue"?: (value: UrlPropertyValue) => any | void;
@@ -242,6 +242,7 @@ declare const _default: {
242
242
  "update:modelValue": (value: string) => true;
243
243
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
244
244
  propsDefinition: Omit<Readonly<{} & {
245
+ label?: string;
245
246
  name?: {
246
247
  [x: `onUpdate:${string}`]: {
247
248
  type: import("vue").PropType<(value: string) => any | void>;
@@ -303,7 +304,6 @@ declare const _default: {
303
304
  };
304
305
  }>;
305
306
  };
306
- label?: string;
307
307
  settings?: VelcronTextEditorSettings;
308
308
  modelValue?: string;
309
309
  "onUpdate:modelValue"?: (value: string) => any | void;
@@ -251,6 +251,7 @@ declare const _default: {
251
251
  "update:modelValue": (value: string) => true;
252
252
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
253
253
  propsDefinition: Omit<Readonly<{} & {
254
+ label?: string;
254
255
  name?: {
255
256
  [x: `onUpdate:${string}`]: {
256
257
  type: import("vue").PropType<(value: number) => any | void>;
@@ -312,7 +313,6 @@ declare const _default: {
312
313
  };
313
314
  }>;
314
315
  };
315
- label?: string;
316
316
  settings?: VelcronNumberEditorSettings;
317
317
  location?: EditorLocation;
318
318
  modelValue?: number;
@@ -270,6 +270,7 @@ declare const _default: {
270
270
  "value:leave": (value: any) => true;
271
271
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
272
272
  propsDefinition: Omit<Readonly<{} & {
273
+ label?: string;
273
274
  name?: {
274
275
  [x: `onUpdate:${string}`]: {
275
276
  type: import("vue").PropType<(value: any) => any | void>;
@@ -331,7 +332,6 @@ declare const _default: {
331
332
  };
332
333
  }>;
333
334
  };
334
- label?: string;
335
335
  editor?: VelcronEditor<any>;
336
336
  location?: EditorLocation;
337
337
  modelValue?: any;
@@ -242,6 +242,7 @@ declare const _default: {
242
242
  "update:modelValue": (value: boolean) => true;
243
243
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
244
244
  propsDefinition: Omit<Readonly<{} & {
245
+ label?: string;
245
246
  name?: {
246
247
  [x: `onUpdate:${string}`]: {
247
248
  type: import("vue").PropType<(value: boolean) => any | void>;
@@ -303,7 +304,6 @@ declare const _default: {
303
304
  };
304
305
  }>;
305
306
  };
306
- label?: string;
307
307
  location?: EditorLocation;
308
308
  modelValue?: boolean;
309
309
  "onUpdate:modelValue"?: (value: boolean) => any | void;