@db-ux/v-core-components 4.4.3 → 4.5.1

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 (83) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/agent/.gitkeep +0 -0
  3. package/dist/components/accordion/accordion.vue.d.ts +3 -2
  4. package/dist/components/accordion-item/accordion-item.vue.d.ts +4 -3
  5. package/dist/components/badge/badge.vue.d.ts +5 -3
  6. package/dist/components/badge/model.d.ts +2 -2
  7. package/dist/components/brand/brand.vue.d.ts +3 -2
  8. package/dist/components/button/button.vue.d.ts +6 -4
  9. package/dist/components/button/model.d.ts +8 -10
  10. package/dist/components/card/card.vue.d.ts +2 -1
  11. package/dist/components/checkbox/checkbox.vue.d.ts +4 -3
  12. package/dist/components/custom-button/custom-button.vue.d.ts +29 -0
  13. package/dist/components/custom-button/index.d.ts +1 -0
  14. package/dist/components/custom-button/model.d.ts +6 -0
  15. package/dist/components/custom-select/custom-select.vue.d.ts +4 -3
  16. package/dist/components/custom-select-dropdown/custom-select-dropdown.vue.d.ts +2 -1
  17. package/dist/components/custom-select-form-field/custom-select-form-field.vue.d.ts +2 -1
  18. package/dist/components/custom-select-list/custom-select-list.vue.d.ts +3 -2
  19. package/dist/components/custom-select-list-item/custom-select-list-item.vue.d.ts +4 -3
  20. package/dist/components/divider/divider.vue.d.ts +2 -1
  21. package/dist/components/drawer/drawer.vue.d.ts +2 -1
  22. package/dist/components/header/header.vue.d.ts +2 -1
  23. package/dist/components/icon/icon.vue.d.ts +3 -2
  24. package/dist/components/infotext/infotext.vue.d.ts +5 -3
  25. package/dist/components/infotext/model.d.ts +2 -2
  26. package/dist/components/input/input.vue.d.ts +5 -4
  27. package/dist/components/link/link.vue.d.ts +5 -4
  28. package/dist/components/navigation/navigation.vue.d.ts +2 -1
  29. package/dist/components/navigation-item/navigation-item.vue.d.ts +5 -4
  30. package/dist/components/notification/model.d.ts +2 -2
  31. package/dist/components/notification/notification.vue.d.ts +4 -3
  32. package/dist/components/page/page.vue.d.ts +2 -1
  33. package/dist/components/popover/popover.vue.d.ts +2 -1
  34. package/dist/components/radio/radio.vue.d.ts +4 -3
  35. package/dist/components/section/section.vue.d.ts +2 -1
  36. package/dist/components/select/select.vue.d.ts +4 -3
  37. package/dist/components/stack/stack.vue.d.ts +3 -2
  38. package/dist/components/switch/switch.vue.d.ts +4 -3
  39. package/dist/components/tab-item/tab-item.vue.d.ts +5 -4
  40. package/dist/components/tab-list/tab-list.vue.d.ts +2 -1
  41. package/dist/components/tab-panel/tab-panel.vue.d.ts +3 -2
  42. package/dist/components/tabs/tabs.vue.d.ts +3 -2
  43. package/dist/components/tag/model.d.ts +2 -6
  44. package/dist/components/tag/tag.vue.d.ts +4 -3
  45. package/dist/components/textarea/textarea.vue.d.ts +4 -3
  46. package/dist/components/tooltip/model.d.ts +3 -3
  47. package/dist/components/tooltip/tooltip.vue.d.ts +3 -1
  48. package/dist/db-ux.es.js +1810 -1631
  49. package/dist/db-ux.umd.js +1 -1
  50. package/dist/index.d.ts +2 -0
  51. package/dist/shared/model.d.ts +15 -1
  52. package/package.json +5 -5
  53. package/agent/Accordion.md +0 -42
  54. package/agent/AccordionItem.md +0 -31
  55. package/agent/Badge.md +0 -38
  56. package/agent/Brand.md +0 -19
  57. package/agent/Button.md +0 -47
  58. package/agent/Card.md +0 -29
  59. package/agent/Checkbox.md +0 -39
  60. package/agent/CustomSelect.md +0 -79
  61. package/agent/Divider.md +0 -27
  62. package/agent/Drawer.md +0 -91
  63. package/agent/Header.md +0 -35
  64. package/agent/Icon.md +0 -26
  65. package/agent/Infotext.md +0 -29
  66. package/agent/Input.md +0 -48
  67. package/agent/Link.md +0 -42
  68. package/agent/Navigation.md +0 -23
  69. package/agent/NavigationItem.md +0 -29
  70. package/agent/Notification.md +0 -40
  71. package/agent/Page.md +0 -33
  72. package/agent/Popover.md +0 -50
  73. package/agent/Radio.md +0 -29
  74. package/agent/Section.md +0 -27
  75. package/agent/Select.md +0 -70
  76. package/agent/Stack.md +0 -41
  77. package/agent/Switch.md +0 -36
  78. package/agent/TabItem.md +0 -29
  79. package/agent/Tabs.md +0 -55
  80. package/agent/Tag.md +0 -38
  81. package/agent/Textarea.md +0 -43
  82. package/agent/Tooltip.md +0 -48
  83. package/agent/_instructions.md +0 -31
package/agent/Tooltip.md DELETED
@@ -1,48 +0,0 @@
1
-
2
-
3
- # Tooltip Examples (vue)
4
-
5
- ```vue
6
- <template>
7
- <h1>DBTooltip Documentation Examples</h1>
8
- <h2>1. Default Tooltip</h2>
9
- <DBButton>
10
- Hover on me to open Tooltip
11
- <DBTooltip>Tooltip</DBTooltip></DBButton
12
- >
13
- <h2>2. Tooltip Variants</h2>
14
- <DBButton>
15
- Description Tooltip
16
- <DBTooltip variant="description">
17
- Description Tooltip Content
18
- </DBTooltip></DBButton
19
- >
20
- <DBButton>
21
- Label Tooltip
22
- <DBTooltip variant="label">Label Tooltip Content</DBTooltip></DBButton
23
- >
24
- <h2>3. Tooltip with Arrow</h2>
25
- <DBButton>
26
- Tooltip with Arrow
27
- <DBTooltip :showArrow="true">
28
- Tooltip Content with Arrow
29
- </DBTooltip></DBButton
30
- >
31
- <h2>4. Placement Variants</h2>
32
- <DBButton>
33
- Top Placement
34
- <DBTooltip placement="top">Tooltip Content at Top</DBTooltip></DBButton
35
- >
36
- <DBButton>
37
- Bottom Placement
38
- <DBTooltip placement="bottom">
39
- Tooltip Content at Bottom
40
- </DBTooltip></DBButton
41
- >
42
- </template>
43
-
44
- <script setup lang="ts">
45
- import { DBButton } from "@db-ux/v-v-core-components";
46
- import { DBTooltip } from "@db-ux/v-v-core-components";
47
- </script>
48
- ```
@@ -1,31 +0,0 @@
1
- - Use "@db-ux/v-core-components" as import for components:
2
- - use for `DBDrawer` or `Drawer` the file __agent-path__/agent/Drawer.md
3
- - use for `DBTooltip` or `Tooltip` the file __agent-path__/agent/Tooltip.md
4
- - use for `DBTextarea` or `Textarea` the file __agent-path__/agent/Textarea.md
5
- - use for `DBTag` or `Tag` the file __agent-path__/agent/Tag.md
6
- - use for `DBTabs` or `Tabs` the file __agent-path__/agent/Tabs.md
7
- - use for `DBTabItem` or `TabItem` the file __agent-path__/agent/TabItem.md
8
- - use for `DBSwitch` or `Switch` the file __agent-path__/agent/Switch.md
9
- - use for `DBStack` or `Stack` the file __agent-path__/agent/Stack.md
10
- - use for `DBSelect` or `Select` the file __agent-path__/agent/Select.md
11
- - use for `DBSection` or `Section` the file __agent-path__/agent/Section.md
12
- - use for `DBRadio` or `Radio` the file __agent-path__/agent/Radio.md
13
- - use for `DBPopover` or `Popover` the file __agent-path__/agent/Popover.md
14
- - use for `DBPage` or `Page` the file __agent-path__/agent/Page.md
15
- - use for `DBNotification` or `Notification` the file __agent-path__/agent/Notification.md
16
- - use for `DBNavigationItem` or `NavigationItem` the file __agent-path__/agent/NavigationItem.md
17
- - use for `DBNavigation` or `Navigation` the file __agent-path__/agent/Navigation.md
18
- - use for `DBLink` or `Link` the file __agent-path__/agent/Link.md
19
- - use for `DBInput` or `Input` the file __agent-path__/agent/Input.md
20
- - use for `DBInfotext` or `Infotext` the file __agent-path__/agent/Infotext.md
21
- - use for `DBIcon` or `Icon` the file __agent-path__/agent/Icon.md
22
- - use for `DBHeader` or `Header` the file __agent-path__/agent/Header.md
23
- - use for `DBDivider` or `Divider` the file __agent-path__/agent/Divider.md
24
- - use for `DBCustomSelect` or `CustomSelect` the file __agent-path__/agent/CustomSelect.md
25
- - use for `DBCheckbox` or `Checkbox` the file __agent-path__/agent/Checkbox.md
26
- - use for `DBCard` or `Card` the file __agent-path__/agent/Card.md
27
- - use for `DBButton` or `Button` the file __agent-path__/agent/Button.md
28
- - use for `DBBrand` or `Brand` the file __agent-path__/agent/Brand.md
29
- - use for `DBBadge` or `Badge` the file __agent-path__/agent/Badge.md
30
- - use for `DBAccordionItem` or `AccordionItem` the file __agent-path__/agent/AccordionItem.md
31
- - use for `DBAccordion` or `Accordion` the file __agent-path__/agent/Accordion.md