Skip to content

Commit

Permalink
feat(kinline edit): remove component [KHCP-8984] (#2049)
Browse files Browse the repository at this point in the history
  • Loading branch information
portikM authored and adamdehaven committed Jun 15, 2024
1 parent 5f1c9ea commit 9a625af
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 385 deletions.
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

0 comments on commit 9a625af

Please sign in to comment.