@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.
- package/CHANGELOG.md +24 -0
- package/agent/.gitkeep +0 -0
- package/dist/components/accordion/accordion.vue.d.ts +3 -2
- package/dist/components/accordion-item/accordion-item.vue.d.ts +4 -3
- package/dist/components/badge/badge.vue.d.ts +5 -3
- package/dist/components/badge/model.d.ts +2 -2
- package/dist/components/brand/brand.vue.d.ts +3 -2
- package/dist/components/button/button.vue.d.ts +6 -4
- package/dist/components/button/model.d.ts +8 -10
- package/dist/components/card/card.vue.d.ts +2 -1
- package/dist/components/checkbox/checkbox.vue.d.ts +4 -3
- package/dist/components/custom-button/custom-button.vue.d.ts +29 -0
- package/dist/components/custom-button/index.d.ts +1 -0
- package/dist/components/custom-button/model.d.ts +6 -0
- package/dist/components/custom-select/custom-select.vue.d.ts +4 -3
- package/dist/components/custom-select-dropdown/custom-select-dropdown.vue.d.ts +2 -1
- package/dist/components/custom-select-form-field/custom-select-form-field.vue.d.ts +2 -1
- package/dist/components/custom-select-list/custom-select-list.vue.d.ts +3 -2
- package/dist/components/custom-select-list-item/custom-select-list-item.vue.d.ts +4 -3
- package/dist/components/divider/divider.vue.d.ts +2 -1
- package/dist/components/drawer/drawer.vue.d.ts +2 -1
- package/dist/components/header/header.vue.d.ts +2 -1
- package/dist/components/icon/icon.vue.d.ts +3 -2
- package/dist/components/infotext/infotext.vue.d.ts +5 -3
- package/dist/components/infotext/model.d.ts +2 -2
- package/dist/components/input/input.vue.d.ts +5 -4
- package/dist/components/link/link.vue.d.ts +5 -4
- package/dist/components/navigation/navigation.vue.d.ts +2 -1
- package/dist/components/navigation-item/navigation-item.vue.d.ts +5 -4
- package/dist/components/notification/model.d.ts +2 -2
- package/dist/components/notification/notification.vue.d.ts +4 -3
- package/dist/components/page/page.vue.d.ts +2 -1
- package/dist/components/popover/popover.vue.d.ts +2 -1
- package/dist/components/radio/radio.vue.d.ts +4 -3
- package/dist/components/section/section.vue.d.ts +2 -1
- package/dist/components/select/select.vue.d.ts +4 -3
- package/dist/components/stack/stack.vue.d.ts +3 -2
- package/dist/components/switch/switch.vue.d.ts +4 -3
- package/dist/components/tab-item/tab-item.vue.d.ts +5 -4
- package/dist/components/tab-list/tab-list.vue.d.ts +2 -1
- package/dist/components/tab-panel/tab-panel.vue.d.ts +3 -2
- package/dist/components/tabs/tabs.vue.d.ts +3 -2
- package/dist/components/tag/model.d.ts +2 -6
- package/dist/components/tag/tag.vue.d.ts +4 -3
- package/dist/components/textarea/textarea.vue.d.ts +4 -3
- package/dist/components/tooltip/model.d.ts +3 -3
- package/dist/components/tooltip/tooltip.vue.d.ts +3 -1
- package/dist/db-ux.es.js +1810 -1631
- package/dist/db-ux.umd.js +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/shared/model.d.ts +15 -1
- package/package.json +5 -5
- package/agent/Accordion.md +0 -42
- package/agent/AccordionItem.md +0 -31
- package/agent/Badge.md +0 -38
- package/agent/Brand.md +0 -19
- package/agent/Button.md +0 -47
- package/agent/Card.md +0 -29
- package/agent/Checkbox.md +0 -39
- package/agent/CustomSelect.md +0 -79
- package/agent/Divider.md +0 -27
- package/agent/Drawer.md +0 -91
- package/agent/Header.md +0 -35
- package/agent/Icon.md +0 -26
- package/agent/Infotext.md +0 -29
- package/agent/Input.md +0 -48
- package/agent/Link.md +0 -42
- package/agent/Navigation.md +0 -23
- package/agent/NavigationItem.md +0 -29
- package/agent/Notification.md +0 -40
- package/agent/Page.md +0 -33
- package/agent/Popover.md +0 -50
- package/agent/Radio.md +0 -29
- package/agent/Section.md +0 -27
- package/agent/Select.md +0 -70
- package/agent/Stack.md +0 -41
- package/agent/Switch.md +0 -36
- package/agent/TabItem.md +0 -29
- package/agent/Tabs.md +0 -55
- package/agent/Tag.md +0 -38
- package/agent/Textarea.md +0 -43
- package/agent/Tooltip.md +0 -48
- 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
|
-
```
|
package/agent/_instructions.md
DELETED
|
@@ -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
|