@threadlabs/looma 0.13.1 → 0.13.3
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/components/ui-affordance-scope/ui-affordance-scope.html +9 -0
- package/components/ui-button/ui-button.html +18 -14
- package/components/ui-card/ui-card.html +8 -1
- package/components/ui-combobox/ui-combobox.html +1 -1
- package/components/ui-editor-table-overlay/ui-editor-table-overlay.html +2 -2
- package/components/ui-icon-button/ui-icon-button.html +1 -1
- package/components/ui-nav-item/ui-nav-item.html +28 -18
- package/components/ui-sidebar/ui-sidebar.html +1 -1
- package/components/ui-text/ui-text.html +11 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
- package/styles/ui-action-bar.css +1 -1
- package/styles/ui-affordance-scope.css +10 -2
- package/styles/ui-avatar-group.css +1 -1
- package/styles/ui-avatar.css +1 -1
- package/styles/ui-badge.css +1 -1
- package/styles/ui-breadcrumb-item.css +1 -1
- package/styles/ui-breadcrumbs.css +1 -1
- package/styles/ui-button.css +1 -1
- package/styles/ui-callout.css +1 -1
- package/styles/ui-card.css +1 -1
- package/styles/ui-checkbox.css +1 -1
- package/styles/ui-cluster.css +1 -1
- package/styles/ui-combobox.css +1 -1
- package/styles/ui-container.css +1 -1
- package/styles/ui-context-menu.css +1 -1
- package/styles/ui-cover.css +1 -1
- package/styles/ui-description-item.css +1 -1
- package/styles/ui-description-list.css +1 -1
- package/styles/ui-dialog.css +1 -1
- package/styles/ui-disclosure.css +1 -1
- package/styles/ui-editable.css +1 -1
- package/styles/ui-editor-insert-table-grid.css +1 -1
- package/styles/ui-editor-mention-menu.css +1 -1
- package/styles/ui-editor-slash-menu.css +1 -1
- package/styles/ui-editor-table-context-menu.css +1 -1
- package/styles/ui-editor-table-overlay.css +3 -3
- package/styles/ui-editor-table-toolbar.css +1 -1
- package/styles/ui-editor-toolbar.css +1 -1
- package/styles/ui-floating-action-button.css +1 -1
- package/styles/ui-form-field.css +1 -1
- package/styles/ui-grid.css +1 -1
- package/styles/ui-icon-button.css +2 -2
- package/styles/ui-icon.css +1 -1
- package/styles/ui-input-group.css +1 -1
- package/styles/ui-input.css +1 -1
- package/styles/ui-list-item.css +1 -1
- package/styles/ui-list.css +1 -1
- package/styles/ui-menu-item.css +1 -1
- package/styles/ui-menu.css +1 -1
- package/styles/ui-nav-item.css +1 -1
- package/styles/ui-page-header.css +1 -1
- package/styles/ui-popover.css +1 -1
- package/styles/ui-radio-group.css +1 -1
- package/styles/ui-radio.css +1 -1
- package/styles/ui-reel.css +1 -1
- package/styles/ui-scroll-area.css +1 -1
- package/styles/ui-search-result-row.css +1 -1
- package/styles/ui-search-shell.css +1 -1
- package/styles/ui-section.css +1 -1
- package/styles/ui-select.css +1 -1
- package/styles/ui-separator.css +1 -1
- package/styles/ui-sidebar.css +2 -2
- package/styles/ui-spinner.css +1 -1
- package/styles/ui-stack.css +1 -1
- package/styles/ui-status-message.css +1 -1
- package/styles/ui-switch.css +1 -1
- package/styles/ui-switcher.css +1 -1
- package/styles/ui-tabs.css +1 -1
- package/styles/ui-text.css +1 -1
- package/styles/ui-textarea.css +1 -1
- package/styles/ui-toast-region.css +1 -1
- package/styles/ui-tooltip.css +1 -1
- package/styles/ui-top-bar.css +1 -1
- package/styles/ui-tree-item.css +1 -1
- package/styles/ui-tree.css +1 -1
- package/vanilla/UiActionBar.d.ts +1 -1
- package/vanilla/UiActionBar.js +2 -2
- package/vanilla/UiAffordanceScope.d.ts +2 -1
- package/vanilla/UiAffordanceScope.js +3 -3
- package/vanilla/UiAvatar.d.ts +1 -1
- package/vanilla/UiAvatar.js +2 -2
- package/vanilla/UiAvatarGroup.d.ts +1 -1
- package/vanilla/UiAvatarGroup.js +2 -2
- package/vanilla/UiBadge.d.ts +1 -1
- package/vanilla/UiBadge.js +2 -2
- package/vanilla/UiBreadcrumbItem.d.ts +1 -1
- package/vanilla/UiBreadcrumbItem.js +2 -2
- package/vanilla/UiBreadcrumbs.d.ts +1 -1
- package/vanilla/UiBreadcrumbs.js +2 -2
- package/vanilla/UiButton.d.ts +3 -3
- package/vanilla/UiButton.js +46 -21
- package/vanilla/UiCallout.d.ts +1 -1
- package/vanilla/UiCallout.js +2 -2
- package/vanilla/UiCard.d.ts +3 -3
- package/vanilla/UiCard.js +67 -22
- package/vanilla/UiCheckbox.d.ts +1 -1
- package/vanilla/UiCheckbox.js +2 -2
- package/vanilla/UiCluster.d.ts +1 -1
- package/vanilla/UiCluster.js +2 -2
- package/vanilla/UiCombobox.d.ts +1 -1
- package/vanilla/UiCombobox.js +3 -3
- package/vanilla/UiContainer.d.ts +1 -1
- package/vanilla/UiContainer.js +2 -2
- package/vanilla/UiContextMenu.d.ts +1 -1
- package/vanilla/UiContextMenu.js +2 -2
- package/vanilla/UiCover.d.ts +1 -1
- package/vanilla/UiCover.js +2 -2
- package/vanilla/UiDescriptionItem.d.ts +1 -1
- package/vanilla/UiDescriptionItem.js +2 -2
- package/vanilla/UiDescriptionList.d.ts +1 -1
- package/vanilla/UiDescriptionList.js +2 -2
- package/vanilla/UiDialog.d.ts +1 -1
- package/vanilla/UiDialog.js +2 -2
- package/vanilla/UiDisclosure.d.ts +1 -1
- package/vanilla/UiDisclosure.js +2 -2
- package/vanilla/UiEditable.d.ts +1 -1
- package/vanilla/UiEditable.js +2 -2
- package/vanilla/UiEditorInsertTableGrid.d.ts +1 -1
- package/vanilla/UiEditorInsertTableGrid.js +2 -2
- package/vanilla/UiEditorMentionMenu.d.ts +1 -1
- package/vanilla/UiEditorMentionMenu.js +2 -2
- package/vanilla/UiEditorSlashMenu.d.ts +1 -1
- package/vanilla/UiEditorSlashMenu.js +2 -2
- package/vanilla/UiEditorTableContextMenu.d.ts +1 -1
- package/vanilla/UiEditorTableContextMenu.js +2 -2
- package/vanilla/UiEditorTableOverlay.d.ts +1 -1
- package/vanilla/UiEditorTableOverlay.js +2 -2
- package/vanilla/UiEditorTableToolbar.d.ts +1 -1
- package/vanilla/UiEditorTableToolbar.js +2 -2
- package/vanilla/UiEditorToolbar.d.ts +1 -1
- package/vanilla/UiEditorToolbar.js +2 -2
- package/vanilla/UiFloatingActionButton.d.ts +1 -1
- package/vanilla/UiFloatingActionButton.js +2 -2
- package/vanilla/UiFormField.d.ts +1 -1
- package/vanilla/UiFormField.js +2 -2
- package/vanilla/UiGrid.d.ts +1 -1
- package/vanilla/UiGrid.js +2 -2
- package/vanilla/UiIcon.d.ts +1 -1
- package/vanilla/UiIcon.js +2 -2
- package/vanilla/UiIconButton.d.ts +1 -1
- package/vanilla/UiIconButton.js +2 -2
- package/vanilla/UiInput.d.ts +1 -1
- package/vanilla/UiInput.js +2 -2
- package/vanilla/UiInputGroup.d.ts +1 -1
- package/vanilla/UiInputGroup.js +2 -2
- package/vanilla/UiList.d.ts +1 -1
- package/vanilla/UiList.js +2 -2
- package/vanilla/UiListItem.d.ts +1 -1
- package/vanilla/UiListItem.js +2 -2
- package/vanilla/UiMenu.d.ts +1 -1
- package/vanilla/UiMenu.js +2 -2
- package/vanilla/UiMenuItem.d.ts +1 -1
- package/vanilla/UiMenuItem.js +2 -2
- package/vanilla/UiNavItem.d.ts +3 -3
- package/vanilla/UiNavItem.js +106 -54
- package/vanilla/UiPageHeader.d.ts +1 -1
- package/vanilla/UiPageHeader.js +2 -2
- package/vanilla/UiPopover.d.ts +1 -1
- package/vanilla/UiPopover.js +2 -2
- package/vanilla/UiRadio.d.ts +1 -1
- package/vanilla/UiRadio.js +2 -2
- package/vanilla/UiRadioGroup.d.ts +1 -1
- package/vanilla/UiRadioGroup.js +2 -2
- package/vanilla/UiReel.d.ts +1 -1
- package/vanilla/UiReel.js +2 -2
- package/vanilla/UiScrollArea.d.ts +1 -1
- package/vanilla/UiScrollArea.js +2 -2
- package/vanilla/UiSearchResultRow.d.ts +1 -1
- package/vanilla/UiSearchResultRow.js +2 -2
- package/vanilla/UiSearchShell.d.ts +1 -1
- package/vanilla/UiSearchShell.js +2 -2
- package/vanilla/UiSection.d.ts +1 -1
- package/vanilla/UiSection.js +2 -2
- package/vanilla/UiSelect.d.ts +1 -1
- package/vanilla/UiSelect.js +2 -2
- package/vanilla/UiSeparator.d.ts +1 -1
- package/vanilla/UiSeparator.js +2 -2
- package/vanilla/UiSidebar.d.ts +1 -1
- package/vanilla/UiSidebar.js +2 -2
- package/vanilla/UiSpinner.d.ts +1 -1
- package/vanilla/UiSpinner.js +2 -2
- package/vanilla/UiStack.d.ts +1 -1
- package/vanilla/UiStack.js +2 -2
- package/vanilla/UiStatusMessage.d.ts +1 -1
- package/vanilla/UiStatusMessage.js +2 -2
- package/vanilla/UiSwitch.d.ts +1 -1
- package/vanilla/UiSwitch.js +2 -2
- package/vanilla/UiSwitcher.d.ts +1 -1
- package/vanilla/UiSwitcher.js +2 -2
- package/vanilla/UiTabs.d.ts +1 -1
- package/vanilla/UiTabs.js +2 -2
- package/vanilla/UiText.d.ts +3 -3
- package/vanilla/UiText.js +97 -28
- package/vanilla/UiTextarea.d.ts +1 -1
- package/vanilla/UiTextarea.js +2 -2
- package/vanilla/UiToastRegion.d.ts +1 -1
- package/vanilla/UiToastRegion.js +2 -2
- package/vanilla/UiTooltip.d.ts +1 -1
- package/vanilla/UiTooltip.js +2 -2
- package/vanilla/UiTopBar.d.ts +1 -1
- package/vanilla/UiTopBar.js +2 -2
- package/vanilla/UiTree.d.ts +1 -1
- package/vanilla/UiTree.js +2 -2
- package/vanilla/UiTreeItem.d.ts +1 -1
- package/vanilla/UiTreeItem.js +2 -2
- package/vue/UiActionBar.vue +1 -1
- package/vue/UiAffordanceScope.d.ts +2 -0
- package/vue/UiAffordanceScope.vue +10 -1
- package/vue/UiAvatar.vue +1 -1
- package/vue/UiAvatarGroup.vue +1 -1
- package/vue/UiBadge.vue +1 -1
- package/vue/UiBreadcrumbItem.vue +1 -1
- package/vue/UiBreadcrumbs.vue +1 -1
- package/vue/UiButton.d.ts +6 -4
- package/vue/UiButton.vue +14 -8
- package/vue/UiCallout.vue +1 -1
- package/vue/UiCard.d.ts +8 -2
- package/vue/UiCard.vue +27 -4
- package/vue/UiCheckbox.vue +1 -1
- package/vue/UiCluster.vue +1 -1
- package/vue/UiCombobox.vue +2 -2
- package/vue/UiContainer.vue +1 -1
- package/vue/UiContextMenu.vue +1 -1
- package/vue/UiCover.vue +1 -1
- package/vue/UiDescriptionItem.vue +1 -1
- package/vue/UiDescriptionList.vue +1 -1
- package/vue/UiDialog.vue +1 -1
- package/vue/UiDisclosure.vue +1 -1
- package/vue/UiEditable.vue +1 -1
- package/vue/UiEditorInsertTableGrid.vue +1 -1
- package/vue/UiEditorMentionMenu.vue +1 -1
- package/vue/UiEditorSlashMenu.vue +1 -1
- package/vue/UiEditorTableContextMenu.vue +1 -1
- package/vue/UiEditorTableOverlay.vue +3 -3
- package/vue/UiEditorTableToolbar.vue +1 -1
- package/vue/UiEditorToolbar.vue +1 -1
- package/vue/UiFloatingActionButton.vue +1 -1
- package/vue/UiFormField.vue +1 -1
- package/vue/UiGrid.vue +1 -1
- package/vue/UiIcon.vue +1 -1
- package/vue/UiIconButton.vue +2 -2
- package/vue/UiInput.vue +1 -1
- package/vue/UiInputGroup.vue +1 -1
- package/vue/UiList.vue +1 -1
- package/vue/UiListItem.vue +1 -1
- package/vue/UiMenu.vue +1 -1
- package/vue/UiMenuItem.vue +1 -1
- package/vue/UiNavItem.d.ts +10 -4
- package/vue/UiNavItem.vue +22 -5
- package/vue/UiPageHeader.vue +1 -1
- package/vue/UiPopover.vue +1 -1
- package/vue/UiRadio.vue +1 -1
- package/vue/UiRadioGroup.vue +1 -1
- package/vue/UiReel.vue +1 -1
- package/vue/UiScrollArea.vue +1 -1
- package/vue/UiSearchResultRow.vue +1 -1
- package/vue/UiSearchShell.vue +1 -1
- package/vue/UiSection.vue +1 -1
- package/vue/UiSelect.vue +1 -1
- package/vue/UiSeparator.vue +1 -1
- package/vue/UiSidebar.vue +2 -2
- package/vue/UiSpinner.vue +1 -1
- package/vue/UiStack.vue +1 -1
- package/vue/UiStatusMessage.vue +1 -1
- package/vue/UiSwitch.vue +1 -1
- package/vue/UiSwitcher.vue +1 -1
- package/vue/UiTabs.vue +1 -1
- package/vue/UiText.d.ts +14 -4
- package/vue/UiText.vue +37 -6
- package/vue/UiTextarea.vue +1 -1
- package/vue/UiToastRegion.vue +1 -1
- package/vue/UiTooltip.vue +1 -1
- package/vue/UiTopBar.vue +1 -1
- package/vue/UiTree.vue +1 -1
- package/vue/UiTreeItem.vue +1 -1
- package/vue/chunks/UiActionBar.js +1 -1
- package/vue/chunks/UiAffordanceScope.js +6 -3
- package/vue/chunks/UiAvatar.js +1 -1
- package/vue/chunks/UiAvatarGroup.js +1 -1
- package/vue/chunks/UiBadge.js +1 -1
- package/vue/chunks/UiBreadcrumbItem.js +1 -1
- package/vue/chunks/UiBreadcrumbs.js +1 -1
- package/vue/chunks/UiButton.js +28 -24
- package/vue/chunks/UiCallout.js +1 -1
- package/vue/chunks/UiCard.js +20 -6
- package/vue/chunks/UiCheckbox.js +1 -1
- package/vue/chunks/UiCluster.js +1 -1
- package/vue/chunks/UiCombobox.js +2 -2
- package/vue/chunks/UiContainer.js +1 -1
- package/vue/chunks/UiContextMenu.js +1 -1
- package/vue/chunks/UiCover.js +1 -1
- package/vue/chunks/UiDescriptionItem.js +1 -1
- package/vue/chunks/UiDescriptionList.js +1 -1
- package/vue/chunks/UiDialog.js +1 -1
- package/vue/chunks/UiDisclosure.js +1 -1
- package/vue/chunks/UiEditable.js +1 -1
- package/vue/chunks/UiEditorInsertTableGrid.js +1 -1
- package/vue/chunks/UiEditorMentionMenu.js +1 -1
- package/vue/chunks/UiEditorSlashMenu.js +1 -1
- package/vue/chunks/UiEditorTableContextMenu.js +1 -1
- package/vue/chunks/UiEditorTableOverlay.js +1 -1
- package/vue/chunks/UiEditorTableToolbar.js +1 -1
- package/vue/chunks/UiEditorToolbar.js +1 -1
- package/vue/chunks/UiFloatingActionButton.js +1 -1
- package/vue/chunks/UiFormField.js +1 -1
- package/vue/chunks/UiGrid.js +1 -1
- package/vue/chunks/UiIcon.js +1 -1
- package/vue/chunks/UiIconButton.js +1 -1
- package/vue/chunks/UiInput.js +1 -1
- package/vue/chunks/UiInputGroup.js +1 -1
- package/vue/chunks/UiList.js +1 -1
- package/vue/chunks/UiListItem.js +1 -1
- package/vue/chunks/UiMenu.js +1 -1
- package/vue/chunks/UiMenuItem.js +1 -1
- package/vue/chunks/UiNavItem.js +58 -28
- package/vue/chunks/UiPageHeader.js +1 -1
- package/vue/chunks/UiPopover.js +1 -1
- package/vue/chunks/UiRadio.js +1 -1
- package/vue/chunks/UiRadioGroup.js +1 -1
- package/vue/chunks/UiReel.js +1 -1
- package/vue/chunks/UiScrollArea.js +1 -1
- package/vue/chunks/UiSearchResultRow.js +1 -1
- package/vue/chunks/UiSearchShell.js +1 -1
- package/vue/chunks/UiSection.js +1 -1
- package/vue/chunks/UiSelect.js +1 -1
- package/vue/chunks/UiSeparator.js +1 -1
- package/vue/chunks/UiSidebar.js +1 -1
- package/vue/chunks/UiSpinner.js +1 -1
- package/vue/chunks/UiStack.js +1 -1
- package/vue/chunks/UiStatusMessage.js +1 -1
- package/vue/chunks/UiSwitch.js +1 -1
- package/vue/chunks/UiSwitcher.js +1 -1
- package/vue/chunks/UiTabs.js +1 -1
- package/vue/chunks/UiText.js +29 -7
- package/vue/chunks/UiTextarea.js +1 -1
- package/vue/chunks/UiToastRegion.js +1 -1
- package/vue/chunks/UiTooltip.js +1 -1
- package/vue/chunks/UiTopBar.js +1 -1
- package/vue/chunks/UiTree.js +1 -1
- package/vue/chunks/UiTreeItem.js +1 -1
- package/vue/components.css +918 -912
- package/vue/host.ts +1 -1
package/vue/UiSearchShell.vue
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!-- Generated by HTML Next 1.0.0-alpha.
|
|
1
|
+
<!-- Generated by HTML Next 1.0.0-alpha.7 for Vue 3.5. Do not edit. -->
|
|
2
2
|
<script setup lang="ts">
|
|
3
3
|
import { ref, useTemplateRef } from 'vue'
|
|
4
4
|
import * as controllerModule from '../components/ui-search-shell/ui-search-shell.js'
|
package/vue/UiSection.vue
CHANGED
package/vue/UiSelect.vue
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!-- Generated by HTML Next 1.0.0-alpha.
|
|
1
|
+
<!-- Generated by HTML Next 1.0.0-alpha.7 for Vue 3.5. Do not edit. -->
|
|
2
2
|
<script setup lang="ts">
|
|
3
3
|
import { computed, ref } from 'vue'
|
|
4
4
|
import * as controllerModule from '../components/ui-select/ui-select.js'
|
package/vue/UiSeparator.vue
CHANGED
package/vue/UiSidebar.vue
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!-- Generated by HTML Next 1.0.0-alpha.
|
|
1
|
+
<!-- Generated by HTML Next 1.0.0-alpha.7 for Vue 3.5. Do not edit. -->
|
|
2
2
|
<script setup lang="ts">
|
|
3
3
|
import { computed, ref, useTemplateRef } from 'vue'
|
|
4
4
|
import * as controllerModule from '../components/ui-sidebar/ui-sidebar.js'
|
|
@@ -222,7 +222,7 @@ useComponentHost(controllerModule.default, {
|
|
|
222
222
|
var(--ui-affordance-guide-color, var(--ui-border-strong)) 45%,
|
|
223
223
|
transparent
|
|
224
224
|
);
|
|
225
|
-
opacity: var(--ui-affordance-guide-opacity);
|
|
225
|
+
opacity: calc(var(--ui-affordance-guide-opacity) * var(--ui-affordance-scope-guide, 1));
|
|
226
226
|
transition:
|
|
227
227
|
background-color var(--ui-affordance-motion, var(--ui-motion-fast)) var(--ui-motion-ease),
|
|
228
228
|
opacity var(--ui-affordance-motion, var(--ui-motion-fast)) var(--ui-motion-ease);
|
package/vue/UiSpinner.vue
CHANGED
package/vue/UiStack.vue
CHANGED
package/vue/UiStatusMessage.vue
CHANGED
package/vue/UiSwitch.vue
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!-- Generated by HTML Next 1.0.0-alpha.
|
|
1
|
+
<!-- Generated by HTML Next 1.0.0-alpha.7 for Vue 3.5. Do not edit. -->
|
|
2
2
|
<script setup lang="ts">
|
|
3
3
|
import { computed, ref, useTemplateRef } from 'vue'
|
|
4
4
|
import * as controllerModule from '../components/ui-switch/ui-switch.js'
|
package/vue/UiSwitcher.vue
CHANGED
package/vue/UiTabs.vue
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!-- Generated by HTML Next 1.0.0-alpha.
|
|
1
|
+
<!-- Generated by HTML Next 1.0.0-alpha.7 for Vue 3.5. Do not edit. -->
|
|
2
2
|
<script setup lang="ts">
|
|
3
3
|
import { computed, ref, useTemplateRef } from 'vue'
|
|
4
4
|
import * as controllerModule from '../components/ui-tabs/ui-tabs.js'
|
package/vue/UiText.d.ts
CHANGED
|
@@ -1,22 +1,32 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
|
-
as?: 'p' | 'span' | 'div' | 'small' | 'strong' | 'label';
|
|
3
2
|
align?: 'start' | 'center';
|
|
3
|
+
as?: 'p' | 'span' | 'div' | 'small' | 'strong' | 'label';
|
|
4
4
|
size?: 'inherit' | 'xs' | 'sm' | 'md' | 'lg';
|
|
5
5
|
tone?: 'default' | 'secondary' | 'muted' | 'accent' | 'danger' | 'success';
|
|
6
6
|
truncate?: boolean;
|
|
7
7
|
variant?: 'body' | 'eyebrow' | 'code';
|
|
8
8
|
weight?: 'inherit' | 'normal' | 'medium' | 'semibold';
|
|
9
9
|
};
|
|
10
|
-
declare var
|
|
10
|
+
declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {}, __VLS_7: {}, __VLS_9: {}, __VLS_11: {};
|
|
11
11
|
type __VLS_Slots = {} & {
|
|
12
|
-
default?: (props: typeof
|
|
12
|
+
default?: (props: typeof __VLS_1) => any;
|
|
13
|
+
} & {
|
|
14
|
+
default?: (props: typeof __VLS_3) => any;
|
|
15
|
+
} & {
|
|
16
|
+
default?: (props: typeof __VLS_5) => any;
|
|
17
|
+
} & {
|
|
18
|
+
default?: (props: typeof __VLS_7) => any;
|
|
19
|
+
} & {
|
|
20
|
+
default?: (props: typeof __VLS_9) => any;
|
|
21
|
+
} & {
|
|
22
|
+
default?: (props: typeof __VLS_11) => any;
|
|
13
23
|
};
|
|
14
24
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
15
25
|
size: "inherit" | "xs" | "sm" | "md" | "lg";
|
|
16
26
|
tone: "default" | "secondary" | "muted" | "accent" | "danger" | "success";
|
|
17
27
|
variant: "body" | "eyebrow" | "code";
|
|
18
|
-
as: "p" | "span" | "div" | "small" | "strong" | "label";
|
|
19
28
|
align: "start" | "center";
|
|
29
|
+
as: "p" | "span" | "div" | "small" | "strong" | "label";
|
|
20
30
|
truncate: boolean;
|
|
21
31
|
weight: "inherit" | "normal" | "medium" | "semibold";
|
|
22
32
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
package/vue/UiText.vue
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!-- Generated by HTML Next 1.0.0-alpha.
|
|
1
|
+
<!-- Generated by HTML Next 1.0.0-alpha.7 for Vue 3.5. Do not edit. -->
|
|
2
2
|
<script setup lang="ts">
|
|
3
3
|
import { computed } from 'vue'
|
|
4
4
|
|
|
@@ -6,8 +6,8 @@ defineOptions({ inheritAttrs: false })
|
|
|
6
6
|
|
|
7
7
|
const props = withDefaults(
|
|
8
8
|
defineProps<{
|
|
9
|
-
as?: 'p' | 'span' | 'div' | 'small' | 'strong' | 'label'
|
|
10
9
|
align?: 'start' | 'center'
|
|
10
|
+
as?: 'p' | 'span' | 'div' | 'small' | 'strong' | 'label'
|
|
11
11
|
size?: 'inherit' | 'xs' | 'sm' | 'md' | 'lg'
|
|
12
12
|
tone?: 'default' | 'secondary' | 'muted' | 'accent' | 'danger' | 'success'
|
|
13
13
|
truncate?: boolean
|
|
@@ -15,8 +15,8 @@ const props = withDefaults(
|
|
|
15
15
|
weight?: 'inherit' | 'normal' | 'medium' | 'semibold'
|
|
16
16
|
}>(),
|
|
17
17
|
{
|
|
18
|
-
as: 'p',
|
|
19
18
|
align: 'start',
|
|
19
|
+
as: 'p',
|
|
20
20
|
size: 'inherit',
|
|
21
21
|
tone: 'default',
|
|
22
22
|
truncate: false,
|
|
@@ -39,10 +39,41 @@ const hostState = computed(() =>
|
|
|
39
39
|
</script>
|
|
40
40
|
|
|
41
41
|
<template>
|
|
42
|
-
<
|
|
43
|
-
|
|
42
|
+
<span
|
|
43
|
+
v-if="as === 'span'"
|
|
44
|
+
data-component="ui-text"
|
|
45
|
+
v-bind="$attrs"
|
|
46
|
+
:data-ui-text-state="hostState || undefined"
|
|
47
|
+
><slot /></span>
|
|
48
|
+
<div
|
|
49
|
+
v-else-if="as === 'div'"
|
|
50
|
+
data-component="ui-text"
|
|
51
|
+
v-bind="$attrs"
|
|
52
|
+
:data-ui-text-state="hostState || undefined"
|
|
53
|
+
>
|
|
54
|
+
<slot />
|
|
55
|
+
</div>
|
|
56
|
+
<small
|
|
57
|
+
v-else-if="as === 'small'"
|
|
58
|
+
data-component="ui-text"
|
|
59
|
+
v-bind="$attrs"
|
|
60
|
+
:data-ui-text-state="hostState || undefined"
|
|
61
|
+
><slot /></small>
|
|
62
|
+
<strong
|
|
63
|
+
v-else-if="as === 'strong'"
|
|
64
|
+
data-component="ui-text"
|
|
65
|
+
v-bind="$attrs"
|
|
66
|
+
:data-ui-text-state="hostState || undefined"
|
|
67
|
+
><slot /></strong>
|
|
68
|
+
<label
|
|
69
|
+
v-else-if="as === 'label'"
|
|
70
|
+
data-component="ui-text"
|
|
71
|
+
v-bind="$attrs"
|
|
72
|
+
:data-ui-text-state="hostState || undefined"
|
|
73
|
+
><slot /></label>
|
|
74
|
+
<p v-else data-component="ui-text" v-bind="$attrs" :data-ui-text-state="hostState || undefined">
|
|
44
75
|
<slot />
|
|
45
|
-
</
|
|
76
|
+
</p>
|
|
46
77
|
</template>
|
|
47
78
|
|
|
48
79
|
<style scoped>
|
package/vue/UiTextarea.vue
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!-- Generated by HTML Next 1.0.0-alpha.
|
|
1
|
+
<!-- Generated by HTML Next 1.0.0-alpha.7 for Vue 3.5. Do not edit. -->
|
|
2
2
|
<script setup lang="ts">
|
|
3
3
|
import { computed, ref } from 'vue'
|
|
4
4
|
import * as controllerModule from '../components/ui-textarea/ui-textarea.js'
|
package/vue/UiToastRegion.vue
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!-- Generated by HTML Next 1.0.0-alpha.
|
|
1
|
+
<!-- Generated by HTML Next 1.0.0-alpha.7 for Vue 3.5. Do not edit. -->
|
|
2
2
|
<script setup lang="ts">
|
|
3
3
|
import { ref } from 'vue'
|
|
4
4
|
import * as controllerModule from '../components/ui-toast-region/ui-toast-region.js'
|
package/vue/UiTooltip.vue
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!-- Generated by HTML Next 1.0.0-alpha.
|
|
1
|
+
<!-- Generated by HTML Next 1.0.0-alpha.7 for Vue 3.5. Do not edit. -->
|
|
2
2
|
<script setup lang="ts">
|
|
3
3
|
import { computed, ref } from 'vue'
|
|
4
4
|
import * as controllerModule from '../components/ui-tooltip/ui-tooltip.js'
|
package/vue/UiTopBar.vue
CHANGED
package/vue/UiTree.vue
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!-- Generated by HTML Next 1.0.0-alpha.
|
|
1
|
+
<!-- Generated by HTML Next 1.0.0-alpha.7 for Vue 3.5. Do not edit. -->
|
|
2
2
|
<script setup lang="ts">
|
|
3
3
|
import { computed, ref } from 'vue'
|
|
4
4
|
import * as controllerModule from '../components/ui-tree/ui-tree.js'
|
package/vue/UiTreeItem.vue
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!-- Generated by HTML Next 1.0.0-alpha.
|
|
1
|
+
<!-- Generated by HTML Next 1.0.0-alpha.7 for Vue 3.5. Do not edit. -->
|
|
2
2
|
<script setup lang="ts">
|
|
3
3
|
import { computed, ref, useTemplateRef } from 'vue'
|
|
4
4
|
import * as controllerModule from '../components/ui-tree-item/ui-tree-item.js'
|
|
@@ -9,13 +9,16 @@ var _hoisted_1 = ["data-ui-affordance-scope-state"];
|
|
|
9
9
|
var UiAffordanceScope_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
|
|
10
10
|
inheritAttrs: false,
|
|
11
11
|
__name: "UiAffordanceScope",
|
|
12
|
-
props: {
|
|
12
|
+
props: {
|
|
13
|
+
guide: { default: "dot" },
|
|
14
|
+
nearRadius: { default: 16 }
|
|
15
|
+
},
|
|
13
16
|
setup(__props) {
|
|
14
17
|
const props = __props;
|
|
15
18
|
const root = ref(null);
|
|
16
19
|
const engaged = ref(false);
|
|
17
20
|
/** The values the styles' :host-state() rules test. */
|
|
18
|
-
const hostState = computed(() => [engaged.value && "engaged"].filter(Boolean).join(" "));
|
|
21
|
+
const hostState = computed(() => [engaged.value && "engaged", props.guide && `guide guide=${props.guide}`].filter(Boolean).join(" "));
|
|
19
22
|
const dispatch = createDispatch(root);
|
|
20
23
|
useComponentHost(controllerModule.default, {
|
|
21
24
|
root,
|
|
@@ -31,6 +34,6 @@ var UiAffordanceScope_default = /*#__PURE__*/ _plugin_vue_export_helper_default(
|
|
|
31
34
|
}), [renderSlot(_ctx.$slots, "default", {}, void 0, true)], 16, _hoisted_1);
|
|
32
35
|
};
|
|
33
36
|
}
|
|
34
|
-
}), [["__scopeId", "data-v-
|
|
37
|
+
}), [["__scopeId", "data-v-0ec8d3e6"]]);
|
|
35
38
|
//#endregion
|
|
36
39
|
export { UiAffordanceScope_default as t };
|
package/vue/chunks/UiAvatar.js
CHANGED
|
@@ -48,6 +48,6 @@ var UiAvatarGroup_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @
|
|
|
48
48
|
}, toDisplayString(`+${overflowCount.value}`), 9, _hoisted_2)], 16, _hoisted_1);
|
|
49
49
|
};
|
|
50
50
|
}
|
|
51
|
-
}), [["__scopeId", "data-v-
|
|
51
|
+
}), [["__scopeId", "data-v-ff71c721"]]);
|
|
52
52
|
//#endregion
|
|
53
53
|
export { UiAvatarGroup_default as t };
|
package/vue/chunks/UiBadge.js
CHANGED
|
@@ -24,6 +24,6 @@ var UiBadge_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__PURE
|
|
|
24
24
|
return openBlock(), createElementBlock("span", mergeProps({ "data-component": "ui-badge" }, _ctx.$attrs, { "data-ui-badge-state": hostState.value || void 0 }), [renderSlot(_ctx.$slots, "default", {}, void 0, true)], 16, _hoisted_1);
|
|
25
25
|
};
|
|
26
26
|
}
|
|
27
|
-
}), [["__scopeId", "data-v-
|
|
27
|
+
}), [["__scopeId", "data-v-4c8e66a3"]]);
|
|
28
28
|
//#endregion
|
|
29
29
|
export { UiBadge_default as t };
|
|
@@ -45,6 +45,6 @@ var UiBreadcrumbItem_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/
|
|
|
45
45
|
}), [createElementVNode("span", _hoisted_2, [createVNode(UiIcon_default, { name: "chevron-right" })]), createElementVNode("span", _hoisted_3, [renderSlot(_ctx.$slots, "default")])], 16, _hoisted_1);
|
|
46
46
|
};
|
|
47
47
|
}
|
|
48
|
-
}), [["__scopeId", "data-v-
|
|
48
|
+
}), [["__scopeId", "data-v-8ffebd0c"]]);
|
|
49
49
|
//#endregion
|
|
50
50
|
export { UiBreadcrumbItem_default as t };
|
|
@@ -14,6 +14,6 @@ var UiBreadcrumbs_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @
|
|
|
14
14
|
return openBlock(), createElementBlock("nav", mergeProps({ "data-component": "ui-breadcrumbs" }, _ctx.$attrs, { "aria-label": __props.label }), [createElementVNode("ol", _hoisted_2, [renderSlot(_ctx.$slots, "default", {}, void 0, true)])], 16, _hoisted_1);
|
|
15
15
|
};
|
|
16
16
|
}
|
|
17
|
-
}), [["__scopeId", "data-v-
|
|
17
|
+
}), [["__scopeId", "data-v-ee3145b6"]]);
|
|
18
18
|
//#endregion
|
|
19
19
|
export { UiBreadcrumbs_default as t };
|
package/vue/chunks/UiButton.js
CHANGED
|
@@ -1,13 +1,26 @@
|
|
|
1
1
|
import { t as _plugin_vue_export_helper_default } from "./_plugin-vue_export-helper.js";
|
|
2
|
-
import { computed,
|
|
2
|
+
import { computed, createElementBlock, defineComponent, mergeProps, openBlock, renderSlot } from "vue";
|
|
3
|
+
//#region .build/vue/UiButton.vue?vue&type=script&setup=true&lang.ts
|
|
4
|
+
var _hoisted_1 = [
|
|
5
|
+
"href",
|
|
6
|
+
"target",
|
|
7
|
+
"rel",
|
|
8
|
+
"aria-disabled",
|
|
9
|
+
"data-ui-button-state"
|
|
10
|
+
];
|
|
11
|
+
var _hoisted_2 = [
|
|
12
|
+
"type",
|
|
13
|
+
"disabled",
|
|
14
|
+
"data-ui-button-state"
|
|
15
|
+
];
|
|
3
16
|
//#endregion
|
|
4
17
|
//#region .build/vue/UiButton.vue
|
|
5
18
|
var UiButton_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
|
|
6
19
|
inheritAttrs: false,
|
|
7
20
|
__name: "UiButton",
|
|
8
21
|
props: {
|
|
9
|
-
as: { default: "button" },
|
|
10
22
|
align: { default: "center" },
|
|
23
|
+
as: { default: "button" },
|
|
11
24
|
disabled: {
|
|
12
25
|
type: Boolean,
|
|
13
26
|
default: false
|
|
@@ -43,15 +56,10 @@ var UiButton_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__PUR
|
|
|
43
56
|
return value === true ? "" : text(value);
|
|
44
57
|
}
|
|
45
58
|
return (_ctx, _cache) => {
|
|
46
|
-
return
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
}[`${!__props.href}`]),
|
|
51
|
-
disabled: attribute({
|
|
52
|
-
true: true,
|
|
53
|
-
false: null
|
|
54
|
-
}[`${__props.disabled && !__props.href}`]),
|
|
59
|
+
return __props.as === "a" ? (openBlock(), createElementBlock("a", mergeProps({
|
|
60
|
+
key: 0,
|
|
61
|
+
"data-component": "ui-button"
|
|
62
|
+
}, _ctx.$attrs, {
|
|
55
63
|
href: attribute({
|
|
56
64
|
true: null,
|
|
57
65
|
false: __props.href
|
|
@@ -69,20 +77,16 @@ var UiButton_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__PUR
|
|
|
69
77
|
false: null
|
|
70
78
|
}[`${Boolean(__props.disabled && __props.href)}`]),
|
|
71
79
|
"data-ui-button-state": hostState.value || void 0
|
|
72
|
-
}), {
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
},
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
"
|
|
79
|
-
|
|
80
|
-
"rel",
|
|
81
|
-
"aria-disabled",
|
|
82
|
-
"data-ui-button-state"
|
|
83
|
-
]);
|
|
80
|
+
}), [renderSlot(_ctx.$slots, "default", {}, void 0, true)], 16, _hoisted_1)) : (openBlock(), createElementBlock("button", mergeProps({
|
|
81
|
+
key: 1,
|
|
82
|
+
"data-component": "ui-button"
|
|
83
|
+
}, _ctx.$attrs, {
|
|
84
|
+
type: __props.type,
|
|
85
|
+
disabled: __props.disabled,
|
|
86
|
+
"data-ui-button-state": hostState.value || void 0
|
|
87
|
+
}), [renderSlot(_ctx.$slots, "default", {}, void 0, true)], 16, _hoisted_2));
|
|
84
88
|
};
|
|
85
89
|
}
|
|
86
|
-
}), [["__scopeId", "data-v-
|
|
90
|
+
}), [["__scopeId", "data-v-a45835c7"]]);
|
|
87
91
|
//#endregion
|
|
88
92
|
export { UiButton_default as t };
|
package/vue/chunks/UiCallout.js
CHANGED
|
@@ -103,6 +103,6 @@ var UiCallout_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__PU
|
|
|
103
103
|
]), createElementVNode("div", _hoisted_8, [renderSlot(_ctx.$slots, "default")])], 16, _hoisted_1);
|
|
104
104
|
};
|
|
105
105
|
}
|
|
106
|
-
}), [["__scopeId", "data-v-
|
|
106
|
+
}), [["__scopeId", "data-v-faa2395f"]]);
|
|
107
107
|
//#endregion
|
|
108
108
|
export { UiCallout_default as t };
|
package/vue/chunks/UiCard.js
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
import { t as _plugin_vue_export_helper_default } from "./_plugin-vue_export-helper.js";
|
|
2
|
-
import { computed,
|
|
2
|
+
import { computed, createElementBlock, defineComponent, mergeProps, openBlock, renderSlot } from "vue";
|
|
3
|
+
//#region .build/vue/UiCard.vue?vue&type=script&setup=true&lang.ts
|
|
4
|
+
var _hoisted_1 = ["data-ui-card-state"];
|
|
5
|
+
var _hoisted_2 = ["data-ui-card-state"];
|
|
6
|
+
var _hoisted_3 = ["data-ui-card-state"];
|
|
7
|
+
var _hoisted_4 = ["data-ui-card-state"];
|
|
3
8
|
//#endregion
|
|
4
9
|
//#region .build/vue/UiCard.vue
|
|
5
10
|
var UiCard_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
|
|
@@ -20,12 +25,21 @@ var UiCard_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__PURE_
|
|
|
20
25
|
props.tone && `tone tone=${props.tone}`
|
|
21
26
|
].filter(Boolean).join(" "));
|
|
22
27
|
return (_ctx, _cache) => {
|
|
23
|
-
return
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
},
|
|
28
|
+
return __props.as === "section" ? (openBlock(), createElementBlock("section", mergeProps({
|
|
29
|
+
key: 0,
|
|
30
|
+
"data-component": "ui-card"
|
|
31
|
+
}, _ctx.$attrs, { "data-ui-card-state": hostState.value || void 0 }), [renderSlot(_ctx.$slots, "default", {}, void 0, true)], 16, _hoisted_1)) : __props.as === "article" ? (openBlock(), createElementBlock("article", mergeProps({
|
|
32
|
+
key: 1,
|
|
33
|
+
"data-component": "ui-card"
|
|
34
|
+
}, _ctx.$attrs, { "data-ui-card-state": hostState.value || void 0 }), [renderSlot(_ctx.$slots, "default", {}, void 0, true)], 16, _hoisted_2)) : __props.as === "aside" ? (openBlock(), createElementBlock("aside", mergeProps({
|
|
35
|
+
key: 2,
|
|
36
|
+
"data-component": "ui-card"
|
|
37
|
+
}, _ctx.$attrs, { "data-ui-card-state": hostState.value || void 0 }), [renderSlot(_ctx.$slots, "default", {}, void 0, true)], 16, _hoisted_3)) : (openBlock(), createElementBlock("div", mergeProps({
|
|
38
|
+
key: 3,
|
|
39
|
+
"data-component": "ui-card"
|
|
40
|
+
}, _ctx.$attrs, { "data-ui-card-state": hostState.value || void 0 }), [renderSlot(_ctx.$slots, "default", {}, void 0, true)], 16, _hoisted_4));
|
|
27
41
|
};
|
|
28
42
|
}
|
|
29
|
-
}), [["__scopeId", "data-v-
|
|
43
|
+
}), [["__scopeId", "data-v-e61f21fd"]]);
|
|
30
44
|
//#endregion
|
|
31
45
|
export { UiCard_default as t };
|
package/vue/chunks/UiCheckbox.js
CHANGED
|
@@ -94,6 +94,6 @@ var UiCheckbox_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__P
|
|
|
94
94
|
}, null, 40, _hoisted_2), createElementVNode("span", _hoisted_3, [createElementVNode("span", _hoisted_4, [renderSlot(_ctx.$slots, "default", {}, void 0, true)]), createElementVNode("span", _hoisted_5, [renderSlot(_ctx.$slots, "description", {}, void 0, true)], 512)])], 16, _hoisted_1);
|
|
95
95
|
};
|
|
96
96
|
}
|
|
97
|
-
}), [["__scopeId", "data-v-
|
|
97
|
+
}), [["__scopeId", "data-v-e122df08"]]);
|
|
98
98
|
//#endregion
|
|
99
99
|
export { UiCheckbox_default as t };
|
package/vue/chunks/UiCluster.js
CHANGED
|
@@ -19,6 +19,6 @@ var UiCluster_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__PU
|
|
|
19
19
|
return openBlock(), createElementBlock("div", mergeProps({ "data-component": "ui-cluster" }, _ctx.$attrs, { "data-ui-cluster-state": hostState.value || void 0 }), [renderSlot(_ctx.$slots, "default", {}, void 0, true)], 16, _hoisted_1);
|
|
20
20
|
};
|
|
21
21
|
}
|
|
22
|
-
}), [["__scopeId", "data-v-
|
|
22
|
+
}), [["__scopeId", "data-v-d749e74b"]]);
|
|
23
23
|
//#endregion
|
|
24
24
|
export { UiCluster_default as t };
|
package/vue/chunks/UiCombobox.js
CHANGED
|
@@ -470,7 +470,7 @@ var UiCombobox_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__P
|
|
|
470
470
|
createElementVNode("div", {
|
|
471
471
|
class: "message",
|
|
472
472
|
id: `${uid.value}-validation`,
|
|
473
|
-
hidden: !validation.value.issues
|
|
473
|
+
hidden: !validation.value.issues.length
|
|
474
474
|
}, [(openBlock(true), createElementBlock(Fragment, null, renderList(validation.value.issues, (issue, index) => {
|
|
475
475
|
return openBlock(), createElementBlock("div", { key: index }, toDisplayString(issue.message), 1);
|
|
476
476
|
}), 128))], 8, _hoisted_20),
|
|
@@ -479,6 +479,6 @@ var UiCombobox_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__P
|
|
|
479
479
|
], 16, _hoisted_1);
|
|
480
480
|
};
|
|
481
481
|
}
|
|
482
|
-
}), [["__scopeId", "data-v-
|
|
482
|
+
}), [["__scopeId", "data-v-7616cc1c"]]);
|
|
483
483
|
//#endregion
|
|
484
484
|
export { UiCombobox_default as t };
|
|
@@ -19,6 +19,6 @@ var UiContainer_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__
|
|
|
19
19
|
return openBlock(), createElementBlock("div", mergeProps({ "data-component": "ui-container" }, _ctx.$attrs, { "data-ui-container-state": hostState.value || void 0 }), [renderSlot(_ctx.$slots, "default", {}, void 0, true)], 16, _hoisted_1);
|
|
20
20
|
};
|
|
21
21
|
}
|
|
22
|
-
}), [["__scopeId", "data-v-
|
|
22
|
+
}), [["__scopeId", "data-v-4c3cd815"]]);
|
|
23
23
|
//#endregion
|
|
24
24
|
export { UiContainer_default as t };
|
|
@@ -61,6 +61,6 @@ var UiContextMenu_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @
|
|
|
61
61
|
}), [createElementVNode("div", _hoisted_1, [renderSlot(_ctx.$slots, "default", {}, void 0, true)], 512)], 16);
|
|
62
62
|
};
|
|
63
63
|
}
|
|
64
|
-
}), [["__scopeId", "data-v-
|
|
64
|
+
}), [["__scopeId", "data-v-3d09af05"]]);
|
|
65
65
|
//#endregion
|
|
66
66
|
export { UiContextMenu_default as t };
|
package/vue/chunks/UiCover.js
CHANGED
|
@@ -16,6 +16,6 @@ var UiCover_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__PURE
|
|
|
16
16
|
return openBlock(), createElementBlock("div", mergeProps({ "data-component": "ui-cover" }, _ctx.$attrs, { "data-ui-cover-state": hostState.value || void 0 }), [renderSlot(_ctx.$slots, "default")], 16, _hoisted_1);
|
|
17
17
|
};
|
|
18
18
|
}
|
|
19
|
-
}), [["__scopeId", "data-v-
|
|
19
|
+
}), [["__scopeId", "data-v-2c13f2c3"]]);
|
|
20
20
|
//#endregion
|
|
21
21
|
export { UiCover_default as t };
|
|
@@ -11,6 +11,6 @@ var UiDescriptionItem_default = /*#__PURE__*/ _plugin_vue_export_helper_default(
|
|
|
11
11
|
return openBlock(), createElementBlock("div", mergeProps({ "data-component": "ui-description-item" }, _ctx.$attrs), [createElementVNode("dt", null, toDisplayString(__props.term), 1), createElementVNode("dd", null, [renderSlot(_ctx.$slots, "default", {}, void 0, true)])], 16);
|
|
12
12
|
};
|
|
13
13
|
}
|
|
14
|
-
}), [["__scopeId", "data-v-
|
|
14
|
+
}), [["__scopeId", "data-v-6e5b491d"]]);
|
|
15
15
|
//#endregion
|
|
16
16
|
export { UiDescriptionItem_default as t };
|
|
@@ -16,6 +16,6 @@ var UiDescriptionList_default = /*#__PURE__*/ _plugin_vue_export_helper_default(
|
|
|
16
16
|
return openBlock(), createElementBlock("dl", mergeProps({ "data-component": "ui-description-list" }, _ctx.$attrs, { "data-ui-description-list-state": hostState.value || void 0 }), [renderSlot(_ctx.$slots, "default", {}, void 0, true)], 16, _hoisted_1);
|
|
17
17
|
};
|
|
18
18
|
}
|
|
19
|
-
}), [["__scopeId", "data-v-
|
|
19
|
+
}), [["__scopeId", "data-v-a4548235"]]);
|
|
20
20
|
//#endregion
|
|
21
21
|
export { UiDescriptionList_default as t };
|
package/vue/chunks/UiDialog.js
CHANGED
|
@@ -86,6 +86,6 @@ var UiDisclosure_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @_
|
|
|
86
86
|
}, [createElementVNode("div", _hoisted_4, [renderSlot(_ctx.$slots, "default", {}, void 0, true)])], 8, _hoisted_3)], 16, _hoisted_1);
|
|
87
87
|
};
|
|
88
88
|
}
|
|
89
|
-
}), [["__scopeId", "data-v-
|
|
89
|
+
}), [["__scopeId", "data-v-07294756"]]);
|
|
90
90
|
//#endregion
|
|
91
91
|
export { UiDisclosure_default as t };
|
package/vue/chunks/UiEditable.js
CHANGED
|
@@ -120,6 +120,6 @@ var UiEditable_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__P
|
|
|
120
120
|
}, "Cancel", -1)])])) : createCommentVNode("v-if", true)], 16, _hoisted_1);
|
|
121
121
|
};
|
|
122
122
|
}
|
|
123
|
-
}), [["__scopeId", "data-v-
|
|
123
|
+
}), [["__scopeId", "data-v-73a44500"]]);
|
|
124
124
|
//#endregion
|
|
125
125
|
export { UiEditable_default as t };
|
|
@@ -104,6 +104,6 @@ var UiEditorInsertTableGrid_default = /*#__PURE__*/ _plugin_vue_export_helper_de
|
|
|
104
104
|
], 16, _hoisted_1);
|
|
105
105
|
};
|
|
106
106
|
}
|
|
107
|
-
}), [["__scopeId", "data-v-
|
|
107
|
+
}), [["__scopeId", "data-v-efb1c451"]]);
|
|
108
108
|
//#endregion
|
|
109
109
|
export { UiEditorInsertTableGrid_default as t };
|
|
@@ -101,6 +101,6 @@ var UiEditorMentionMenu_default = /*#__PURE__*/ _plugin_vue_export_helper_defaul
|
|
|
101
101
|
], 16, _hoisted_1);
|
|
102
102
|
};
|
|
103
103
|
}
|
|
104
|
-
}), [["__scopeId", "data-v-
|
|
104
|
+
}), [["__scopeId", "data-v-b290e588"]]);
|
|
105
105
|
//#endregion
|
|
106
106
|
export { UiEditorMentionMenu_default as t };
|
|
@@ -95,6 +95,6 @@ var UiEditorSlashMenu_default = /*#__PURE__*/ _plugin_vue_export_helper_default(
|
|
|
95
95
|
], 16, _hoisted_1);
|
|
96
96
|
};
|
|
97
97
|
}
|
|
98
|
-
}), [["__scopeId", "data-v-
|
|
98
|
+
}), [["__scopeId", "data-v-2399c2e3"]]);
|
|
99
99
|
//#endregion
|
|
100
100
|
export { UiEditorSlashMenu_default as t };
|
|
@@ -93,6 +93,6 @@ var UiEditorTableContextMenu_default = /*#__PURE__*/ _plugin_vue_export_helper_d
|
|
|
93
93
|
}), 128))], 16, _hoisted_1);
|
|
94
94
|
};
|
|
95
95
|
}
|
|
96
|
-
}), [["__scopeId", "data-v-
|
|
96
|
+
}), [["__scopeId", "data-v-abe5d04d"]]);
|
|
97
97
|
//#endregion
|
|
98
98
|
export { UiEditorTableContextMenu_default as t };
|
|
@@ -181,6 +181,6 @@ var UiEditorTableOverlay_default = /*#__PURE__*/ _plugin_vue_export_helper_defau
|
|
|
181
181
|
], 16, _hoisted_1);
|
|
182
182
|
};
|
|
183
183
|
}
|
|
184
|
-
}), [["__scopeId", "data-v-
|
|
184
|
+
}), [["__scopeId", "data-v-0de9cbcc"]]);
|
|
185
185
|
//#endregion
|
|
186
186
|
export { UiEditorTableOverlay_default as t };
|
|
@@ -175,6 +175,6 @@ var UiEditorTableToolbar_default = /*#__PURE__*/ _plugin_vue_export_helper_defau
|
|
|
175
175
|
], 16, _hoisted_1);
|
|
176
176
|
};
|
|
177
177
|
}
|
|
178
|
-
}), [["__scopeId", "data-v-
|
|
178
|
+
}), [["__scopeId", "data-v-57f609e3"]]);
|
|
179
179
|
//#endregion
|
|
180
180
|
export { UiEditorTableToolbar_default as t };
|