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

feat(kinlineedit): remove component [KHCP-8984] #2049

Merged
merged 2 commits into from
Apr 4, 2024
Merged
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: 0 additions & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ export default defineConfig({
{ text: 'External Link', link: '/components/external-link' },
{ text: 'File Upload', link: '/components/file-upload' },
{ text: 'Icon', link: '/components/icon' },
{ text: 'Inline Edit', link: '/components/inline-edit' },
{ text: 'Input', link: '/components/input' },
{ text: 'Input Switch', link: '/components/input-switch' },
{ text: 'Label', link: '/components/label' },
Expand Down
143 changes: 0 additions & 143 deletions docs/components/inline-edit.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/guide/migrating-to-version-9.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ No breaking changes.

### KInlineEdit

This component has been removed.

### KInput

Expand Down
61 changes: 0 additions & 61 deletions src/components/KInlineEdit/KInlineEdit.cy.ts

This file was deleted.

168 changes: 0 additions & 168 deletions src/components/KInlineEdit/KInlineEdit.vue

This file was deleted.

1 change: 0 additions & 1 deletion src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export { default as KDropdownMenu } from './KDropdown/KDropdown.vue' // KDropdow
export { default as KEmptyState } from './KEmptyState/KEmptyState.vue'
export { default as KFileUpload } from './KFileUpload/KFileUpload.vue'
export { default as KIcon } from './KIcon/KIcon.vue'
export { default as KInlineEdit } from './KInlineEdit/KInlineEdit.vue'
export { default as KInput } from './KInput/KInput.vue'
export { default as KInputSwitch } from './KInputSwitch/KInputSwitch.vue'
export { default as KLabel } from './KLabel/KLabel.vue'
Expand Down
Loading
Loading