Skip to content

fix: export props types of each component #405

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/components/Badge/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default as Badge } from './Badge.vue';
export * from './types';
1 change: 1 addition & 0 deletions src/components/Banner/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ export { default as BannerLayout } from './components/BannerLayout.vue';
export { default as DefaultBanner} from './components/DefaultBanner.vue';
export { default as InlineIconBanner } from './components/InlineIconBanner.vue';
export { default as WithinContentContainerBanner } from './components/WithinContentContainerBanner.vue';
export * from './types';
1 change: 1 addition & 0 deletions src/components/BlockStack/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default as BlockStack } from './BlockStack.vue';
export * from './types';
1 change: 1 addition & 0 deletions src/components/Box/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default as Box } from './Box.vue';
export * from './types';
1 change: 1 addition & 0 deletions src/components/BulkActions/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default as BulkActions } from './BulkActions.vue';
export * from './types';
1 change: 1 addition & 0 deletions src/components/Button/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export { default as Button } from './Button.vue';
export { default as ButtonFrom } from './ButtonFrom.vue';
export * from './types';
1 change: 1 addition & 0 deletions src/components/ButtonGroup/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export { default as ButtonGroup } from './ButtonGroup.vue';
export { Item as ButtonGroupItem } from './components';
export * from './types';
1 change: 1 addition & 0 deletions src/components/Card/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default as Card } from './Card.vue';
export * from './types';
1 change: 1 addition & 0 deletions src/components/CheckableButton/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export { default as CheckableButton } from './CheckableButton.vue';
export type { CheckableButtonProps } from './types';
export * from './types';
1 change: 1 addition & 0 deletions src/components/Choice/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default as Choice } from './Choice.vue';
export * from './types';
1 change: 1 addition & 0 deletions src/components/ChoiceList/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default as ChoiceList } from './ChoiceList.vue';
export * from './types';
1 change: 1 addition & 0 deletions src/components/Collapsible/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default as Collapsible } from './Collapsible.vue';
export * from './types';
1 change: 1 addition & 0 deletions src/components/DataTable/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default as DataTable } from './DataTable.vue';
export * from './types';
1 change: 1 addition & 0 deletions src/components/ExceptionList/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default as ExceptionList } from './ExceptionList.vue';
export * from './types';
1 change: 1 addition & 0 deletions src/components/Icon/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default as Icon } from './Icon.vue';
export * from './type';
1 change: 1 addition & 0 deletions src/components/IndexFilters/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export { default as IndexFilters } from './IndexFilters.vue';
export { IndexFiltersMode } from './types';
export * from './types';
1 change: 1 addition & 0 deletions src/components/IndexProvider/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default as IndexProvider } from './IndexProvider.vue';
export * from './types';
1 change: 1 addition & 0 deletions src/components/IndexTable/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export { default as IndexTable } from './IndexTable.vue';
export { default as IndexTableRow } from './components/Row/Row.vue';
export { default as IndexTableCell } from './components/Cell/Cell.vue';
export * from './types';
1 change: 1 addition & 0 deletions src/components/InlineGrid/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default as InlineGrid } from './InlineGrid.vue';
export * from './types';
1 change: 1 addition & 0 deletions src/components/InlineStack/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default as InlineStack } from './InlineStack.vue'
export * from './types';
1 change: 1 addition & 0 deletions src/components/Labelled/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default as Labelled } from './Labelled.vue';
export * from './types';
1 change: 1 addition & 0 deletions src/components/Link/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default as Link } from './Link.vue';
export * from './types';
1 change: 1 addition & 0 deletions src/components/Pagination/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default as Pagination } from './Pagination.vue';
export * from './types';
1 change: 1 addition & 0 deletions src/components/Popover/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export { default as Popover } from './Popover.vue';
export * from './components';
export type { PopoverProps } from './types';
export * from './types';
1 change: 1 addition & 0 deletions src/components/PositionedOverlay/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default as PositionedOverlay } from './PositionedOverlay.vue';
export * from './types';
1 change: 1 addition & 0 deletions src/components/RadioButton/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default as RadioButton } from './RadioButton.vue';
export * from './types';
1 change: 1 addition & 0 deletions src/components/RangeSlider/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default as RangeSlider } from './RangeSlider.vue';
export * from './types';
1 change: 1 addition & 0 deletions src/components/Select/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default as Select } from './Select.vue';
export * from './types';
1 change: 1 addition & 0 deletions src/components/ShadowBevel/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default as ShadowBevel } from './ShadowBevel.vue';
export * from './types';
1 change: 1 addition & 0 deletions src/components/Tabs/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default as Tabs } from './Tabs.vue';
export * from './types';
1 change: 1 addition & 0 deletions src/components/Text/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@

export { default as Text } from './Text.vue';
export * from './types';
1 change: 1 addition & 0 deletions src/components/TextField/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default as TextField } from './TextField.vue';
export * from './types';
1 change: 1 addition & 0 deletions src/components/ThemeProvider/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default as ThemeProvider } from './ThemeProvider.vue';
export * from './types';
1 change: 1 addition & 0 deletions src/components/Tooltip/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export { default as Tooltip } from './Tooltip.vue';
export * from './components';
export * from './types';
1 change: 1 addition & 0 deletions src/components/VideoThumbnail/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default as VideoThumbnail } from './VideoThumbnail.vue';
export * from './types';