Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Missing Export and Release Tags in TypeScript Definitions #416

Open
97 tasks
wesdevpro opened this issue Jan 18, 2025 · 0 comments
Open
97 tasks

Add Missing Export and Release Tags in TypeScript Definitions #416

wesdevpro opened this issue Jan 18, 2025 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@wesdevpro
Copy link

wesdevpro commented Jan 18, 2025

Task Description

We need to address warnings related to missing exports and release tags in various TypeScript definition files.

Files Needing Release Tags

  1. index.d.ts
    • Plugin in multiple component directories
  2. config.d.ts
    • defaultTabsType (@private)
    • setOptions (@private)
    • setVueInstance (@private)
    • VueInstance (@private)
  3. helpers.d.ts
    • ExtractComponentProps
    • ExtractComponentData
    • sign
    • getValueByPath
    • merge
    • removeElement
    • createAbsoluteElement
    • isVueComponent
    • MultiColumnSortPriority
    • multiColumnSort
    • createNewEvent
    • toCssWidth
    • isCustomElement
    • isDefined
    • isFragment
    • isTag
    • getComponentFromVNode
    • copyAppContext
    • translateTouchAsDragEvent
    • TranslateTouchAsDragEventOptions

Files Needing Exports

  1. Autocomplete.vue.d.ts
    • DataItem
    • FieldTypeProp
    • FieldMessageProp
    • FieldMessagePropItem
  2. Carousel.vue.d.ts
    • ProviderParentMixin
    • ICarouselItem
    • IndicatorMode
  3. CarouselItem.vue.d.ts
    • InjectedChildMixin
    • `ICarousel
  4. CarouselList.vue.d.ts
    • BreakpointSettings
  5. Clockpicker.vue.d.ts
    • HourFormat
    • TimeFormatter
    • ITimepickerMixin
    • TimeParser
    • TimeCreator
  6. Collapse.vue.d.ts
    • CollapsePosition
  7. Colorpicker.vue.d.ts
    • Rgb
    • ColorFormatter
    • IColorpicker
    • ColorParser
  8. Datepicker.vue.d.ts
    • DateSelector
    • DateFormatter
    • IDatepicker
    • DateParser
    • DatepickerEvent
    • FocusedDate
    • MonthInfo
  9. Datetimepicker.vue.d.ts
    • DatetimeFormatter
    • DatetimeParser
    • DatetimeCreator
  10. Dialog.vue.d.ts
    • DialogProps
    • DialogInstance
    • DialogProgrammaticInstance
  11. Dropdown.vue.d.ts
    • ItemValueType
  12. Field.vue.d.ts
    • FieldTypeProp
    • FieldMessageProp
    • FieldMessagePropItem
  13. Image.vue.d.ts
    • SrcsetFormatter
  14. Loading.vue.d.ts
    • LoadingProps
    • LoadingProgrammaticInstance
  15. Menu.vue.d.ts
    • IMenuItem
    • MenuItemContainer
    • MenuInstance
  16. Notification.vue.d.ts
    • NotificationNoticeProps
    • NotificationProps
    • NotificationProgrammaticInstance
  17. Numberinput.vue.d.ts
    • ControlsAlignment
    • ControlOperation
  18. Pagination.vue.d.ts
    • PaginationPage
    • PaginationPageOptions
  19. Select.vue.d.ts
    • ModelValue
  20. Sidebar.vue.d.ts
    • SidebarPosition
    • CancelHandler
    • ScrollBehavior_2
    • CancelMethod
  21. Slider.vue.d.ts
    • CustomFormatter
    • DisplayFormat
  22. SliderTick.vue.d.ts
    • ISlider
  23. Snackbar.vue.d.ts
    • SnackbarOpenParams
    • SnackbarProgrammaticInstance
  24. StepItem.vue.d.ts
    • TabbedParent
    • TransitionName
  25. Steps.vue.d.ts
    • IStepItem
    • LabelPosition
    • MobileMode
    • TabbedChild
  26. Table.vue.d.ts
    • TableColumnProps
    • FiltersChangeHandler
    • StyleValueUnit
    • StyleValue_2
    • CustomSearchFunction
    • CustomSortFunction
  27. Upload.vue.d.ts
    • tbd
@wesdevpro wesdevpro added the enhancement New feature or request label Jan 18, 2025
@wesdevpro wesdevpro added this to the v0.2.1 milestone Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant