@ecoma-io/loom 0.2.0 → 0.3.0
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/README.md +1 -1
- package/dist/a11y.js +2 -1
- package/dist/index.js +218 -124
- package/dist/packages/blocks/app-header/src/AppHeader.js +7 -0
- package/dist/packages/blocks/app-header/src/AppHeader.js.map +1 -0
- package/dist/packages/blocks/app-header/src/AppHeader.vue.d.ts.map +1 -0
- package/dist/packages/blocks/app-header/src/AppHeader.vue_vue_type_script_setup_true_lang.js +95 -0
- package/dist/packages/blocks/app-header/src/AppHeader.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/blocks/app-header/src/index.d.ts +2 -0
- package/dist/packages/blocks/app-header/src/index.d.ts.map +1 -0
- package/dist/packages/blocks/app-header/src/index.js +2 -0
- package/dist/packages/blocks/dashboard-grid/src/DashboardGrid.js +7 -0
- package/dist/packages/blocks/dashboard-grid/src/DashboardGrid.js.map +1 -0
- package/dist/packages/blocks/dashboard-grid/src/DashboardGrid.vue.d.ts.map +1 -0
- package/dist/packages/blocks/dashboard-grid/src/DashboardGrid.vue_vue_type_script_setup_true_lang.js +45 -0
- package/dist/packages/blocks/dashboard-grid/src/DashboardGrid.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/blocks/dashboard-grid/src/index.d.ts +2 -0
- package/dist/packages/blocks/dashboard-grid/src/index.d.ts.map +1 -0
- package/dist/packages/blocks/dashboard-grid/src/index.js +2 -0
- package/dist/packages/blocks/desktop-app-shell/src/DesktopAppShell.js +7 -0
- package/dist/packages/blocks/desktop-app-shell/src/DesktopAppShell.js.map +1 -0
- package/dist/packages/blocks/desktop-app-shell/src/DesktopAppShell.vue.d.ts +102 -0
- package/dist/packages/blocks/desktop-app-shell/src/DesktopAppShell.vue.d.ts.map +1 -0
- package/dist/packages/blocks/desktop-app-shell/src/DesktopAppShell.vue_vue_type_script_setup_true_lang.js +76 -0
- package/dist/packages/blocks/desktop-app-shell/src/DesktopAppShell.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/blocks/desktop-app-shell/src/index.d.ts +2 -0
- package/dist/packages/blocks/desktop-app-shell/src/index.d.ts.map +1 -0
- package/dist/packages/blocks/desktop-app-shell/src/index.js +2 -0
- package/dist/packages/blocks/empty-state/src/EmptyState.js +7 -0
- package/dist/packages/blocks/empty-state/src/EmptyState.js.map +1 -0
- package/dist/packages/blocks/empty-state/src/EmptyState.vue.d.ts.map +1 -0
- package/dist/packages/blocks/empty-state/src/EmptyState.vue_vue_type_script_setup_true_lang.js +71 -0
- package/dist/packages/blocks/empty-state/src/EmptyState.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/blocks/empty-state/src/index.d.ts +2 -0
- package/dist/packages/blocks/empty-state/src/index.d.ts.map +1 -0
- package/dist/packages/blocks/empty-state/src/index.js +2 -0
- package/dist/packages/blocks/error-state/src/ErrorState.js +7 -0
- package/dist/packages/blocks/error-state/src/ErrorState.js.map +1 -0
- package/dist/packages/blocks/error-state/src/ErrorState.vue.d.ts.map +1 -0
- package/dist/packages/blocks/error-state/src/ErrorState.vue_vue_type_script_setup_true_lang.js +60 -0
- package/dist/packages/blocks/error-state/src/ErrorState.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/blocks/error-state/src/index.d.ts +2 -0
- package/dist/packages/blocks/error-state/src/index.d.ts.map +1 -0
- package/dist/packages/blocks/error-state/src/index.js +2 -0
- package/dist/packages/blocks/form-actions/src/FormActions.js +7 -0
- package/dist/packages/blocks/form-actions/src/FormActions.js.map +1 -0
- package/dist/packages/blocks/form-actions/src/FormActions.vue.d.ts.map +1 -0
- package/dist/packages/blocks/form-actions/src/FormActions.vue_vue_type_script_setup_true_lang.js +22 -0
- package/dist/packages/blocks/form-actions/src/FormActions.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/blocks/form-actions/src/index.d.ts +3 -0
- package/dist/packages/blocks/form-actions/src/index.d.ts.map +1 -0
- package/dist/packages/blocks/form-actions/src/index.js +2 -0
- package/dist/packages/blocks/form-section/src/FormSection.js +7 -0
- package/dist/packages/blocks/form-section/src/FormSection.js.map +1 -0
- package/dist/packages/blocks/form-section/src/FormSection.vue.d.ts.map +1 -0
- package/dist/packages/blocks/form-section/src/FormSection.vue_vue_type_script_setup_true_lang.js +64 -0
- package/dist/packages/blocks/form-section/src/FormSection.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/blocks/form-section/src/index.d.ts +3 -0
- package/dist/packages/blocks/form-section/src/index.d.ts.map +1 -0
- package/dist/packages/blocks/form-section/src/index.js +2 -0
- package/dist/packages/blocks/loading-state/src/LoadingState.js +7 -0
- package/dist/packages/blocks/loading-state/src/LoadingState.js.map +1 -0
- package/dist/packages/blocks/loading-state/src/LoadingState.vue.d.ts.map +1 -0
- package/dist/packages/blocks/loading-state/src/LoadingState.vue_vue_type_script_setup_true_lang.js +59 -0
- package/dist/packages/blocks/loading-state/src/LoadingState.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/blocks/loading-state/src/index.d.ts +2 -0
- package/dist/packages/blocks/loading-state/src/index.d.ts.map +1 -0
- package/dist/packages/blocks/loading-state/src/index.js +2 -0
- package/dist/packages/blocks/metric-card/src/MetricCard.js +7 -0
- package/dist/packages/blocks/metric-card/src/MetricCard.js.map +1 -0
- package/dist/packages/blocks/metric-card/src/MetricCard.vue.d.ts +59 -0
- package/dist/packages/blocks/metric-card/src/MetricCard.vue.d.ts.map +1 -0
- package/dist/packages/blocks/metric-card/src/MetricCard.vue_vue_type_script_setup_true_lang.js +64 -0
- package/dist/packages/blocks/metric-card/src/MetricCard.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/blocks/metric-card/src/index.d.ts +3 -0
- package/dist/packages/blocks/metric-card/src/index.d.ts.map +1 -0
- package/dist/packages/blocks/metric-card/src/index.js +2 -0
- package/dist/packages/blocks/page-header/src/PageHeader.js +7 -0
- package/dist/packages/blocks/page-header/src/PageHeader.js.map +1 -0
- package/dist/packages/blocks/page-header/src/PageHeader.vue.d.ts.map +1 -0
- package/dist/packages/blocks/page-header/src/PageHeader.vue_vue_type_script_setup_true_lang.js +68 -0
- package/dist/packages/blocks/page-header/src/PageHeader.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/blocks/page-header/src/index.d.ts +2 -0
- package/dist/packages/blocks/page-header/src/index.d.ts.map +1 -0
- package/dist/packages/blocks/page-header/src/index.js +2 -0
- package/dist/packages/blocks/row-actions/src/RowActions.js +7 -0
- package/dist/packages/blocks/row-actions/src/RowActions.js.map +1 -0
- package/dist/packages/blocks/row-actions/src/RowActions.vue.d.ts.map +1 -0
- package/dist/packages/blocks/row-actions/src/RowActions.vue_vue_type_script_setup_true_lang.js +47 -0
- package/dist/packages/blocks/row-actions/src/RowActions.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/blocks/row-actions/src/index.d.ts +2 -0
- package/dist/packages/blocks/row-actions/src/index.d.ts.map +1 -0
- package/dist/packages/blocks/row-actions/src/index.js +2 -0
- package/dist/packages/blocks/sidebar-nav/src/SidebarNav.js +7 -0
- package/dist/packages/blocks/sidebar-nav/src/SidebarNav.js.map +1 -0
- package/dist/packages/blocks/sidebar-nav/src/SidebarNav.vue.d.ts.map +1 -0
- package/dist/packages/blocks/sidebar-nav/src/SidebarNav.vue_vue_type_script_setup_true_lang.js +129 -0
- package/dist/packages/blocks/sidebar-nav/src/SidebarNav.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/blocks/sidebar-nav/src/index.d.ts +3 -0
- package/dist/packages/blocks/sidebar-nav/src/index.d.ts.map +1 -0
- package/dist/packages/blocks/sidebar-nav/src/index.js +2 -0
- package/dist/packages/blocks/title-bar/src/TitleBar.js +7 -0
- package/dist/packages/blocks/title-bar/src/TitleBar.js.map +1 -0
- package/dist/packages/blocks/title-bar/src/TitleBar.vue.d.ts +83 -0
- package/dist/packages/blocks/title-bar/src/TitleBar.vue.d.ts.map +1 -0
- package/dist/packages/blocks/title-bar/src/TitleBar.vue_vue_type_script_setup_true_lang.js +69 -0
- package/dist/packages/blocks/title-bar/src/TitleBar.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/blocks/title-bar/src/index.d.ts +2 -0
- package/dist/packages/blocks/title-bar/src/index.d.ts.map +1 -0
- package/dist/packages/blocks/title-bar/src/index.js +2 -0
- package/dist/packages/blocks/toast-stack/src/ToastStack.js +7 -0
- package/dist/packages/blocks/toast-stack/src/ToastStack.js.map +1 -0
- package/dist/packages/blocks/toast-stack/src/ToastStack.vue.d.ts +44 -0
- package/dist/packages/blocks/toast-stack/src/ToastStack.vue.d.ts.map +1 -0
- package/dist/packages/blocks/toast-stack/src/ToastStack.vue_vue_type_script_setup_true_lang.js +52 -0
- package/dist/packages/blocks/toast-stack/src/ToastStack.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/blocks/toast-stack/src/index.d.ts +3 -0
- package/dist/packages/blocks/toast-stack/src/index.d.ts.map +1 -0
- package/dist/packages/blocks/toast-stack/src/index.js +2 -0
- package/dist/packages/composition/center/src/Center.js +7 -0
- package/dist/packages/composition/center/src/Center.js.map +1 -0
- package/dist/packages/composition/center/src/Center.vue.d.ts.map +1 -0
- package/dist/packages/composition/center/src/Center.vue_vue_type_script_setup_true_lang.js +30 -0
- package/dist/packages/composition/center/src/Center.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/composition/center/src/index.d.ts +3 -0
- package/dist/packages/composition/center/src/index.d.ts.map +1 -0
- package/dist/packages/composition/center/src/index.js +2 -0
- package/dist/packages/composition/frame/src/Frame.js +7 -0
- package/dist/packages/composition/frame/src/Frame.js.map +1 -0
- package/dist/packages/composition/frame/src/Frame.vue.d.ts.map +1 -0
- package/dist/packages/composition/frame/src/Frame.vue_vue_type_script_setup_true_lang.js +30 -0
- package/dist/packages/composition/frame/src/Frame.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/composition/frame/src/index.d.ts +3 -0
- package/dist/packages/composition/frame/src/index.d.ts.map +1 -0
- package/dist/packages/composition/frame/src/index.js +2 -0
- package/dist/packages/composition/grid/src/Grid.js +7 -0
- package/dist/packages/composition/grid/src/Grid.js.map +1 -0
- package/dist/packages/composition/grid/src/Grid.vue.d.ts.map +1 -0
- package/dist/packages/composition/grid/src/Grid.vue_vue_type_script_setup_true_lang.js +28 -0
- package/dist/packages/composition/grid/src/Grid.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/composition/grid/src/index.d.ts +3 -0
- package/dist/packages/composition/grid/src/index.d.ts.map +1 -0
- package/dist/packages/composition/grid/src/index.js +2 -0
- package/dist/packages/composition/inline/src/Inline.js +7 -0
- package/dist/packages/composition/inline/src/Inline.js.map +1 -0
- package/dist/packages/composition/inline/src/Inline.vue.d.ts.map +1 -0
- package/dist/packages/composition/inline/src/Inline.vue_vue_type_script_setup_true_lang.js +36 -0
- package/dist/packages/composition/inline/src/Inline.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/composition/inline/src/index.d.ts +3 -0
- package/dist/packages/composition/inline/src/index.d.ts.map +1 -0
- package/dist/packages/composition/inline/src/index.js +2 -0
- package/dist/packages/composition/scroll-reel/src/ScrollReel.js +7 -0
- package/dist/packages/composition/scroll-reel/src/ScrollReel.js.map +1 -0
- package/dist/packages/composition/scroll-reel/src/ScrollReel.vue.d.ts.map +1 -0
- package/dist/packages/composition/scroll-reel/src/ScrollReel.vue_vue_type_script_setup_true_lang.js +80 -0
- package/dist/packages/composition/scroll-reel/src/ScrollReel.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/composition/scroll-reel/src/index.d.ts +3 -0
- package/dist/packages/composition/scroll-reel/src/index.d.ts.map +1 -0
- package/dist/packages/composition/scroll-reel/src/index.js +2 -0
- package/dist/packages/composition/sidebar/src/Sidebar.js +7 -0
- package/dist/packages/composition/sidebar/src/Sidebar.js.map +1 -0
- package/dist/packages/composition/sidebar/src/Sidebar.vue.d.ts.map +1 -0
- package/dist/packages/composition/sidebar/src/Sidebar.vue_vue_type_script_setup_true_lang.js +37 -0
- package/dist/packages/composition/sidebar/src/Sidebar.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/composition/sidebar/src/index.d.ts +3 -0
- package/dist/packages/composition/sidebar/src/index.d.ts.map +1 -0
- package/dist/packages/composition/sidebar/src/index.js +2 -0
- package/dist/packages/composition/split/src/Split.js +7 -0
- package/dist/packages/composition/split/src/Split.js.map +1 -0
- package/dist/packages/composition/split/src/Split.vue.d.ts.map +1 -0
- package/dist/packages/composition/split/src/Split.vue_vue_type_script_setup_true_lang.js +41 -0
- package/dist/packages/composition/split/src/Split.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/composition/split/src/index.d.ts +3 -0
- package/dist/packages/composition/split/src/index.d.ts.map +1 -0
- package/dist/packages/composition/split/src/index.js +2 -0
- package/dist/packages/composition/stack/src/Stack.js +7 -0
- package/dist/packages/composition/stack/src/Stack.js.map +1 -0
- package/dist/packages/composition/stack/src/Stack.vue.d.ts.map +1 -0
- package/dist/packages/composition/stack/src/Stack.vue_vue_type_script_setup_true_lang.js +31 -0
- package/dist/packages/composition/stack/src/Stack.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/composition/stack/src/index.d.ts +3 -0
- package/dist/packages/composition/stack/src/index.d.ts.map +1 -0
- package/dist/packages/composition/stack/src/index.js +2 -0
- package/dist/packages/core/src/a11y-scope.d.ts +19 -0
- package/dist/packages/core/src/a11y-scope.d.ts.map +1 -0
- package/dist/packages/core/src/a11y-scope.js +29 -0
- package/dist/packages/core/src/a11y-scope.js.map +1 -0
- package/dist/packages/core/src/attrs.d.ts.map +1 -0
- package/dist/packages/core/src/attrs.js +28 -0
- package/dist/packages/core/src/attrs.js.map +1 -0
- package/dist/packages/core/src/cn.d.ts.map +1 -0
- package/dist/packages/core/src/cn.js +61 -0
- package/dist/packages/core/src/cn.js.map +1 -0
- package/dist/packages/core/src/icon-defaults.d.ts.map +1 -0
- package/dist/packages/core/src/icon-defaults.js +32 -0
- package/dist/packages/core/src/icon-defaults.js.map +1 -0
- package/dist/packages/core/src/index.d.ts +9 -0
- package/dist/packages/core/src/index.d.ts.map +1 -0
- package/dist/packages/core/src/index.js +8 -0
- package/dist/packages/core/src/motion.d.ts.map +1 -0
- package/dist/packages/core/src/motion.js +20 -0
- package/dist/packages/core/src/motion.js.map +1 -0
- package/dist/packages/core/src/props.d.ts.map +1 -0
- package/dist/packages/core/src/props.js +37 -0
- package/dist/packages/core/src/props.js.map +1 -0
- package/dist/packages/core/src/theme.d.ts.map +1 -0
- package/dist/packages/core/src/theme.js +163 -0
- package/dist/packages/core/src/theme.js.map +1 -0
- package/dist/packages/labels/src/ancestor-disabled.d.ts.map +1 -0
- package/dist/packages/labels/src/ancestor-disabled.js +86 -0
- package/dist/packages/labels/src/ancestor-disabled.js.map +1 -0
- package/dist/packages/labels/src/component-shapes.d.ts +779 -0
- package/dist/packages/labels/src/component-shapes.d.ts.map +1 -0
- package/dist/packages/labels/src/count-labels.d.ts.map +1 -0
- package/dist/packages/labels/src/count-labels.js +29 -0
- package/dist/packages/labels/src/count-labels.js.map +1 -0
- package/dist/packages/labels/src/date-labels.d.ts.map +1 -0
- package/dist/packages/labels/src/date-labels.js +157 -0
- package/dist/packages/labels/src/date-labels.js.map +1 -0
- package/dist/packages/labels/src/field-context.d.ts.map +1 -0
- package/dist/packages/labels/src/field-context.js +107 -0
- package/dist/packages/labels/src/field-context.js.map +1 -0
- package/dist/packages/labels/src/index.d.ts +12 -0
- package/dist/packages/labels/src/index.d.ts.map +1 -0
- package/dist/packages/labels/src/index.js +6 -0
- package/dist/packages/labels/src/label-registry.d.ts +55 -0
- package/dist/packages/labels/src/label-registry.d.ts.map +1 -0
- package/dist/packages/labels/src/labels.d.ts.map +1 -0
- package/dist/packages/labels/src/labels.js +85 -0
- package/dist/packages/labels/src/labels.js.map +1 -0
- package/dist/packages/layouts/app-shell/src/AppShell.js +7 -0
- package/dist/packages/layouts/app-shell/src/AppShell.js.map +1 -0
- package/dist/packages/layouts/app-shell/src/AppShell.vue.d.ts.map +1 -0
- package/dist/packages/layouts/app-shell/src/AppShell.vue_vue_type_script_setup_true_lang.js +48 -0
- package/dist/packages/layouts/app-shell/src/AppShell.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/layouts/app-shell/src/index.d.ts +3 -0
- package/dist/packages/layouts/app-shell/src/index.d.ts.map +1 -0
- package/dist/packages/layouts/app-shell/src/index.js +2 -0
- package/dist/packages/layouts/centered/src/Centered.js +7 -0
- package/dist/packages/layouts/centered/src/Centered.js.map +1 -0
- package/dist/packages/layouts/centered/src/Centered.vue.d.ts.map +1 -0
- package/dist/packages/layouts/centered/src/Centered.vue_vue_type_script_setup_true_lang.js +36 -0
- package/dist/packages/layouts/centered/src/Centered.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/layouts/centered/src/index.d.ts +3 -0
- package/dist/packages/layouts/centered/src/index.d.ts.map +1 -0
- package/dist/packages/layouts/centered/src/index.js +2 -0
- package/dist/packages/layouts/dashboard/src/Dashboard.js +7 -0
- package/dist/packages/layouts/dashboard/src/Dashboard.js.map +1 -0
- package/dist/packages/layouts/dashboard/src/Dashboard.vue.d.ts.map +1 -0
- package/dist/packages/layouts/dashboard/src/Dashboard.vue_vue_type_script_setup_true_lang.js +65 -0
- package/dist/packages/layouts/dashboard/src/Dashboard.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/layouts/dashboard/src/index.d.ts +3 -0
- package/dist/packages/layouts/dashboard/src/index.d.ts.map +1 -0
- package/dist/packages/layouts/dashboard/src/index.js +2 -0
- package/dist/packages/layouts/form-layout/src/FormLayout.js +7 -0
- package/dist/packages/layouts/form-layout/src/FormLayout.js.map +1 -0
- package/dist/packages/layouts/form-layout/src/FormLayout.vue.d.ts.map +1 -0
- package/dist/packages/layouts/form-layout/src/FormLayout.vue_vue_type_script_setup_true_lang.js +29 -0
- package/dist/packages/layouts/form-layout/src/FormLayout.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/layouts/form-layout/src/index.d.ts +3 -0
- package/dist/packages/layouts/form-layout/src/index.d.ts.map +1 -0
- package/dist/packages/layouts/form-layout/src/index.js +2 -0
- package/dist/packages/layouts/master-detail/src/MasterDetail.js +7 -0
- package/dist/packages/layouts/master-detail/src/MasterDetail.js.map +1 -0
- package/dist/packages/layouts/master-detail/src/MasterDetail.vue.d.ts.map +1 -0
- package/dist/packages/layouts/master-detail/src/MasterDetail.vue_vue_type_script_setup_true_lang.js +43 -0
- package/dist/packages/layouts/master-detail/src/MasterDetail.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/layouts/master-detail/src/index.d.ts +3 -0
- package/dist/packages/layouts/master-detail/src/index.d.ts.map +1 -0
- package/dist/packages/layouts/master-detail/src/index.js +2 -0
- package/dist/packages/layouts/reading/src/Reading.js +7 -0
- package/dist/packages/layouts/reading/src/Reading.js.map +1 -0
- package/dist/packages/layouts/reading/src/Reading.vue.d.ts.map +1 -0
- package/dist/packages/layouts/reading/src/Reading.vue_vue_type_script_setup_true_lang.js +30 -0
- package/dist/packages/layouts/reading/src/Reading.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/layouts/reading/src/index.d.ts +2 -0
- package/dist/packages/layouts/reading/src/index.d.ts.map +1 -0
- package/dist/packages/layouts/reading/src/index.js +2 -0
- package/dist/packages/layouts/settings/src/Settings.js +7 -0
- package/dist/packages/layouts/settings/src/Settings.js.map +1 -0
- package/dist/packages/layouts/settings/src/Settings.vue.d.ts.map +1 -0
- package/dist/packages/layouts/settings/src/Settings.vue_vue_type_script_setup_true_lang.js +36 -0
- package/dist/packages/layouts/settings/src/Settings.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/layouts/settings/src/index.d.ts +3 -0
- package/dist/packages/layouts/settings/src/index.d.ts.map +1 -0
- package/dist/packages/layouts/settings/src/index.js +2 -0
- package/dist/packages/layouts/split-layout/src/SplitLayout.js +7 -0
- package/dist/packages/layouts/split-layout/src/SplitLayout.js.map +1 -0
- package/dist/packages/layouts/split-layout/src/SplitLayout.vue.d.ts.map +1 -0
- package/dist/packages/layouts/split-layout/src/SplitLayout.vue_vue_type_script_setup_true_lang.js +47 -0
- package/dist/packages/layouts/split-layout/src/SplitLayout.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/layouts/split-layout/src/index.d.ts +3 -0
- package/dist/packages/layouts/split-layout/src/index.d.ts.map +1 -0
- package/dist/packages/layouts/split-layout/src/index.js +2 -0
- package/dist/packages/loom/src/a11y.d.ts +2 -0
- package/dist/packages/loom/src/a11y.d.ts.map +1 -0
- package/dist/packages/loom/src/index.d.ts +175 -0
- package/dist/packages/loom/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/accordion/src/Accordion.js +7 -0
- package/dist/packages/primitives/accordion/src/Accordion.js.map +1 -0
- package/dist/packages/primitives/accordion/src/Accordion.vue.d.ts +68 -0
- package/dist/packages/primitives/accordion/src/Accordion.vue.d.ts.map +1 -0
- package/dist/packages/primitives/accordion/src/Accordion.vue_vue_type_script_setup_true_lang.js +68 -0
- package/dist/packages/primitives/accordion/src/Accordion.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/accordion/src/index.d.ts +3 -0
- package/dist/packages/primitives/accordion/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/accordion/src/index.js +2 -0
- package/dist/packages/primitives/alert-dialog/src/AlertDialog.js +7 -0
- package/dist/packages/primitives/alert-dialog/src/AlertDialog.js.map +1 -0
- package/dist/packages/primitives/alert-dialog/src/AlertDialog.vue.d.ts +69 -0
- package/dist/packages/primitives/alert-dialog/src/AlertDialog.vue.d.ts.map +1 -0
- package/dist/packages/primitives/alert-dialog/src/AlertDialog.vue_vue_type_script_setup_true_lang.js +104 -0
- package/dist/packages/primitives/alert-dialog/src/AlertDialog.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/alert-dialog/src/index.d.ts +3 -0
- package/dist/packages/primitives/alert-dialog/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/alert-dialog/src/index.js +3 -0
- package/dist/packages/primitives/avatar/src/Avatar.js +7 -0
- package/dist/packages/primitives/avatar/src/Avatar.js.map +1 -0
- package/dist/packages/primitives/avatar/src/Avatar.vue.d.ts +54 -0
- package/dist/packages/primitives/avatar/src/Avatar.vue.d.ts.map +1 -0
- package/dist/packages/primitives/avatar/src/Avatar.vue_vue_type_script_setup_true_lang.js +115 -0
- package/dist/packages/primitives/avatar/src/Avatar.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/avatar/src/index.d.ts +3 -0
- package/dist/packages/primitives/avatar/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/avatar/src/index.js +3 -0
- package/dist/packages/primitives/avatar-group/src/AvatarGroup.js +7 -0
- package/dist/packages/primitives/avatar-group/src/AvatarGroup.js.map +1 -0
- package/dist/packages/primitives/avatar-group/src/AvatarGroup.vue.d.ts +81 -0
- package/dist/packages/primitives/avatar-group/src/AvatarGroup.vue.d.ts.map +1 -0
- package/dist/packages/primitives/avatar-group/src/AvatarGroup.vue_vue_type_script_setup_true_lang.js +144 -0
- package/dist/packages/primitives/avatar-group/src/AvatarGroup.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/avatar-group/src/index.d.ts +4 -0
- package/dist/packages/primitives/avatar-group/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/avatar-group/src/index.js +3 -0
- package/dist/packages/primitives/badge/src/Badge.js +7 -0
- package/dist/packages/primitives/badge/src/Badge.js.map +1 -0
- package/dist/packages/primitives/badge/src/Badge.vue.d.ts.map +1 -0
- package/dist/packages/primitives/badge/src/Badge.vue_vue_type_script_setup_true_lang.js +31 -0
- package/dist/packages/primitives/badge/src/Badge.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/badge/src/index.d.ts +3 -0
- package/dist/packages/primitives/badge/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/badge/src/index.js +3 -0
- package/dist/packages/primitives/breadcrumb/src/Breadcrumb.js +7 -0
- package/dist/packages/primitives/breadcrumb/src/Breadcrumb.js.map +1 -0
- package/dist/packages/primitives/breadcrumb/src/Breadcrumb.vue.d.ts.map +1 -0
- package/dist/packages/primitives/breadcrumb/src/Breadcrumb.vue_vue_type_script_setup_true_lang.js +49 -0
- package/dist/packages/primitives/breadcrumb/src/Breadcrumb.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/breadcrumb/src/index.d.ts +3 -0
- package/dist/packages/primitives/breadcrumb/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/breadcrumb/src/index.js +2 -0
- package/dist/packages/primitives/button/src/Button.js +7 -0
- package/dist/packages/primitives/button/src/Button.js.map +1 -0
- package/dist/packages/primitives/button/src/Button.vue.d.ts +93 -0
- package/dist/packages/primitives/button/src/Button.vue.d.ts.map +1 -0
- package/dist/packages/primitives/button/src/Button.vue_vue_type_script_setup_true_lang.js +139 -0
- package/dist/packages/primitives/button/src/Button.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/button/src/index.d.ts +3 -0
- package/dist/packages/primitives/button/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/button/src/index.js +3 -0
- package/dist/packages/primitives/checkbox/src/Checkbox.js +7 -0
- package/dist/packages/primitives/checkbox/src/Checkbox.js.map +1 -0
- package/dist/packages/primitives/checkbox/src/Checkbox.vue.d.ts.map +1 -0
- package/dist/packages/primitives/checkbox/src/Checkbox.vue_vue_type_script_setup_true_lang.js +135 -0
- package/dist/packages/primitives/checkbox/src/Checkbox.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/checkbox/src/index.d.ts +2 -0
- package/dist/packages/primitives/checkbox/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/checkbox/src/index.js +2 -0
- package/dist/packages/primitives/chip/src/Chip.js +7 -0
- package/dist/packages/primitives/chip/src/Chip.js.map +1 -0
- package/dist/packages/primitives/chip/src/Chip.vue.d.ts +81 -0
- package/dist/packages/primitives/chip/src/Chip.vue.d.ts.map +1 -0
- package/dist/packages/primitives/chip/src/Chip.vue_vue_type_script_setup_true_lang.js +142 -0
- package/dist/packages/primitives/chip/src/Chip.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/chip/src/index.d.ts +3 -0
- package/dist/packages/primitives/chip/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/chip/src/index.js +3 -0
- package/dist/packages/primitives/color-picker/src/ColorPicker.js +7 -0
- package/dist/packages/primitives/color-picker/src/ColorPicker.js.map +1 -0
- package/dist/packages/primitives/color-picker/src/ColorPicker.vue.d.ts +63 -0
- package/dist/packages/primitives/color-picker/src/ColorPicker.vue.d.ts.map +1 -0
- package/dist/packages/primitives/color-picker/src/ColorPicker.vue_vue_type_script_setup_true_lang.js +305 -0
- package/dist/packages/primitives/color-picker/src/ColorPicker.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/color-picker/src/index.d.ts +3 -0
- package/dist/packages/primitives/color-picker/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/color-picker/src/index.js +3 -0
- package/dist/packages/primitives/combobox/src/Combobox.js +7 -0
- package/dist/packages/primitives/combobox/src/Combobox.js.map +1 -0
- package/dist/packages/primitives/combobox/src/Combobox.vue.d.ts +165 -0
- package/dist/packages/primitives/combobox/src/Combobox.vue.d.ts.map +1 -0
- package/dist/packages/primitives/combobox/src/Combobox.vue_vue_type_script_setup_true_lang.js +305 -0
- package/dist/packages/primitives/combobox/src/Combobox.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/combobox/src/index.d.ts +4 -0
- package/dist/packages/primitives/combobox/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/combobox/src/index.js +3 -0
- package/dist/packages/primitives/context-menu/src/ContextMenu.js +7 -0
- package/dist/packages/primitives/context-menu/src/ContextMenu.js.map +1 -0
- package/dist/packages/primitives/context-menu/src/ContextMenu.vue.d.ts.map +1 -0
- package/dist/packages/primitives/context-menu/src/ContextMenu.vue_vue_type_script_setup_true_lang.js +83 -0
- package/dist/packages/primitives/context-menu/src/ContextMenu.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/context-menu/src/index.d.ts +3 -0
- package/dist/packages/primitives/context-menu/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/context-menu/src/index.js +2 -0
- package/dist/packages/primitives/date-picker/src/DatePicker.js +7 -0
- package/dist/packages/primitives/date-picker/src/DatePicker.js.map +1 -0
- package/dist/packages/primitives/date-picker/src/DatePicker.vue.d.ts +102 -0
- package/dist/packages/primitives/date-picker/src/DatePicker.vue.d.ts.map +1 -0
- package/dist/packages/primitives/date-picker/src/DatePicker.vue_vue_type_script_setup_true_lang.js +294 -0
- package/dist/packages/primitives/date-picker/src/DatePicker.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/date-picker/src/index.d.ts +3 -0
- package/dist/packages/primitives/date-picker/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/date-picker/src/index.js +2 -0
- package/dist/packages/primitives/date-range-picker/src/DateRangePicker.js +7 -0
- package/dist/packages/primitives/date-range-picker/src/DateRangePicker.js.map +1 -0
- package/dist/packages/primitives/date-range-picker/src/DateRangePicker.vue.d.ts +130 -0
- package/dist/packages/primitives/date-range-picker/src/DateRangePicker.vue.d.ts.map +1 -0
- package/dist/packages/primitives/date-range-picker/src/DateRangePicker.vue_vue_type_script_setup_true_lang.js +416 -0
- package/dist/packages/primitives/date-range-picker/src/DateRangePicker.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/date-range-picker/src/index.d.ts +5 -0
- package/dist/packages/primitives/date-range-picker/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/date-range-picker/src/index.js +3 -0
- package/dist/packages/primitives/date-time-picker/src/DateTimePicker.js +7 -0
- package/dist/packages/primitives/date-time-picker/src/DateTimePicker.js.map +1 -0
- package/dist/packages/primitives/date-time-picker/src/DateTimePicker.vue.d.ts +113 -0
- package/dist/packages/primitives/date-time-picker/src/DateTimePicker.vue.d.ts.map +1 -0
- package/dist/packages/primitives/date-time-picker/src/DateTimePicker.vue_vue_type_script_setup_true_lang.js +360 -0
- package/dist/packages/primitives/date-time-picker/src/DateTimePicker.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/date-time-picker/src/index.d.ts +3 -0
- package/dist/packages/primitives/date-time-picker/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/date-time-picker/src/index.js +2 -0
- package/dist/packages/primitives/date-time-range-picker/src/DateTimeRangePicker.js +7 -0
- package/dist/packages/primitives/date-time-range-picker/src/DateTimeRangePicker.js.map +1 -0
- package/dist/packages/primitives/date-time-range-picker/src/DateTimeRangePicker.vue.d.ts +133 -0
- package/dist/packages/primitives/date-time-range-picker/src/DateTimeRangePicker.vue.d.ts.map +1 -0
- package/dist/packages/primitives/date-time-range-picker/src/DateTimeRangePicker.vue_vue_type_script_setup_true_lang.js +564 -0
- package/dist/packages/primitives/date-time-range-picker/src/DateTimeRangePicker.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/date-time-range-picker/src/index.d.ts +5 -0
- package/dist/packages/primitives/date-time-range-picker/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/date-time-range-picker/src/index.js +3 -0
- package/dist/packages/primitives/dialog/src/Dialog.js +7 -0
- package/dist/packages/primitives/dialog/src/Dialog.js.map +1 -0
- package/dist/packages/primitives/dialog/src/Dialog.vue.d.ts +87 -0
- package/dist/packages/primitives/dialog/src/Dialog.vue.d.ts.map +1 -0
- package/dist/packages/primitives/dialog/src/Dialog.vue_vue_type_script_setup_true_lang.js +101 -0
- package/dist/packages/primitives/dialog/src/Dialog.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/dialog/src/index.d.ts +4 -0
- package/dist/packages/primitives/dialog/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/dialog/src/index.js +3 -0
- package/dist/packages/primitives/drawer/src/Drawer.js +7 -0
- package/dist/packages/primitives/drawer/src/Drawer.js.map +1 -0
- package/dist/packages/primitives/drawer/src/Drawer.vue.d.ts +99 -0
- package/dist/packages/primitives/drawer/src/Drawer.vue.d.ts.map +1 -0
- package/dist/packages/primitives/drawer/src/Drawer.vue_vue_type_script_setup_true_lang.js +227 -0
- package/dist/packages/primitives/drawer/src/Drawer.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/drawer/src/index.d.ts +4 -0
- package/dist/packages/primitives/drawer/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/drawer/src/index.js +3 -0
- package/dist/packages/primitives/dropdown-menu/src/DropdownMenu.js +7 -0
- package/dist/packages/primitives/dropdown-menu/src/DropdownMenu.js.map +1 -0
- package/dist/packages/primitives/dropdown-menu/src/DropdownMenu.vue.d.ts.map +1 -0
- package/dist/packages/primitives/dropdown-menu/src/DropdownMenu.vue_vue_type_script_setup_true_lang.js +83 -0
- package/dist/packages/primitives/dropdown-menu/src/DropdownMenu.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/dropdown-menu/src/index.d.ts +3 -0
- package/dist/packages/primitives/dropdown-menu/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/dropdown-menu/src/index.js +2 -0
- package/dist/packages/primitives/editable/src/Editable.js +7 -0
- package/dist/packages/primitives/editable/src/Editable.js.map +1 -0
- package/dist/packages/primitives/editable/src/Editable.vue.d.ts +154 -0
- package/dist/packages/primitives/editable/src/Editable.vue.d.ts.map +1 -0
- package/dist/packages/primitives/editable/src/Editable.vue_vue_type_script_setup_true_lang.js +280 -0
- package/dist/packages/primitives/editable/src/Editable.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/editable/src/index.d.ts +4 -0
- package/dist/packages/primitives/editable/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/editable/src/index.js +3 -0
- package/dist/packages/primitives/field/src/Field.js +7 -0
- package/dist/packages/primitives/field/src/Field.js.map +1 -0
- package/dist/packages/primitives/field/src/Field.vue.d.ts.map +1 -0
- package/dist/packages/primitives/field/src/Field.vue_vue_type_script_setup_true_lang.js +119 -0
- package/dist/packages/primitives/field/src/Field.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/field/src/index.d.ts +2 -0
- package/dist/packages/primitives/field/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/field/src/index.js +2 -0
- package/dist/packages/primitives/fieldset/src/Fieldset.js +7 -0
- package/dist/packages/primitives/fieldset/src/Fieldset.js.map +1 -0
- package/dist/packages/primitives/fieldset/src/Fieldset.vue.d.ts.map +1 -0
- package/dist/packages/primitives/fieldset/src/Fieldset.vue_vue_type_script_setup_true_lang.js +141 -0
- package/dist/packages/primitives/fieldset/src/Fieldset.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/fieldset/src/index.d.ts +2 -0
- package/dist/packages/primitives/fieldset/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/fieldset/src/index.js +2 -0
- package/dist/packages/primitives/file-upload/src/FileUpload.js +7 -0
- package/dist/packages/primitives/file-upload/src/FileUpload.js.map +1 -0
- package/dist/packages/primitives/file-upload/src/FileUpload.vue.d.ts +78 -0
- package/dist/packages/primitives/file-upload/src/FileUpload.vue.d.ts.map +1 -0
- package/dist/packages/primitives/file-upload/src/FileUpload.vue_vue_type_script_setup_true_lang.js +361 -0
- package/dist/packages/primitives/file-upload/src/FileUpload.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/file-upload/src/index.d.ts +3 -0
- package/dist/packages/primitives/file-upload/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/file-upload/src/index.js +3 -0
- package/dist/packages/primitives/hover-card/src/HoverCard.js +7 -0
- package/dist/packages/primitives/hover-card/src/HoverCard.js.map +1 -0
- package/dist/packages/primitives/hover-card/src/HoverCard.vue.d.ts +68 -0
- package/dist/packages/primitives/hover-card/src/HoverCard.vue.d.ts.map +1 -0
- package/dist/packages/primitives/hover-card/src/HoverCard.vue_vue_type_script_setup_true_lang.js +63 -0
- package/dist/packages/primitives/hover-card/src/HoverCard.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/hover-card/src/index.d.ts +3 -0
- package/dist/packages/primitives/hover-card/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/hover-card/src/index.js +2 -0
- package/dist/packages/primitives/icon-button/src/IconButton.js +7 -0
- package/dist/packages/primitives/icon-button/src/IconButton.js.map +1 -0
- package/dist/packages/primitives/icon-button/src/IconButton.vue.d.ts.map +1 -0
- package/dist/packages/primitives/icon-button/src/IconButton.vue_vue_type_script_setup_true_lang.js +59 -0
- package/dist/packages/primitives/icon-button/src/IconButton.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/icon-button/src/index.d.ts +3 -0
- package/dist/packages/primitives/icon-button/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/icon-button/src/index.js +3 -0
- package/dist/packages/primitives/indicator/src/Indicator.js +7 -0
- package/dist/packages/primitives/indicator/src/Indicator.js.map +1 -0
- package/dist/packages/primitives/indicator/src/Indicator.vue.d.ts +115 -0
- package/dist/packages/primitives/indicator/src/Indicator.vue.d.ts.map +1 -0
- package/dist/packages/primitives/indicator/src/Indicator.vue_vue_type_script_setup_true_lang.js +164 -0
- package/dist/packages/primitives/indicator/src/Indicator.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/indicator/src/index.d.ts +4 -0
- package/dist/packages/primitives/indicator/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/indicator/src/index.js +3 -0
- package/dist/packages/primitives/inline-error/src/InlineError.js +7 -0
- package/dist/packages/primitives/inline-error/src/InlineError.js.map +1 -0
- package/dist/packages/primitives/inline-error/src/InlineError.vue.d.ts.map +1 -0
- package/dist/packages/primitives/inline-error/src/InlineError.vue_vue_type_script_setup_true_lang.js +45 -0
- package/dist/packages/primitives/inline-error/src/InlineError.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/inline-error/src/index.d.ts +2 -0
- package/dist/packages/primitives/inline-error/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/inline-error/src/index.js +2 -0
- package/dist/packages/primitives/link/src/Link.js +7 -0
- package/dist/packages/primitives/link/src/Link.js.map +1 -0
- package/dist/packages/primitives/link/src/Link.vue.d.ts +46 -0
- package/dist/packages/primitives/link/src/Link.vue.d.ts.map +1 -0
- package/dist/packages/primitives/link/src/Link.vue_vue_type_script_setup_true_lang.js +86 -0
- package/dist/packages/primitives/link/src/Link.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/link/src/index.d.ts +3 -0
- package/dist/packages/primitives/link/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/link/src/index.js +3 -0
- package/dist/packages/primitives/menubar/src/Menubar.js +7 -0
- package/dist/packages/primitives/menubar/src/Menubar.js.map +1 -0
- package/dist/packages/primitives/menubar/src/Menubar.vue.d.ts.map +1 -0
- package/dist/packages/primitives/menubar/src/Menubar.vue_vue_type_script_setup_true_lang.js +185 -0
- package/dist/packages/primitives/menubar/src/Menubar.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/menubar/src/index.d.ts +3 -0
- package/dist/packages/primitives/menubar/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/menubar/src/index.js +2 -0
- package/dist/packages/primitives/number-field/src/NumberField.js +7 -0
- package/dist/packages/primitives/number-field/src/NumberField.js.map +1 -0
- package/dist/packages/primitives/number-field/src/NumberField.vue.d.ts +80 -0
- package/dist/packages/primitives/number-field/src/NumberField.vue.d.ts.map +1 -0
- package/dist/packages/primitives/number-field/src/NumberField.vue_vue_type_script_setup_true_lang.js +252 -0
- package/dist/packages/primitives/number-field/src/NumberField.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/number-field/src/index.d.ts +4 -0
- package/dist/packages/primitives/number-field/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/number-field/src/index.js +3 -0
- package/dist/packages/primitives/otp-input/src/OtpInput.js +7 -0
- package/dist/packages/primitives/otp-input/src/OtpInput.js.map +1 -0
- package/dist/packages/primitives/otp-input/src/OtpInput.vue.d.ts +81 -0
- package/dist/packages/primitives/otp-input/src/OtpInput.vue.d.ts.map +1 -0
- package/dist/packages/primitives/otp-input/src/OtpInput.vue_vue_type_script_setup_true_lang.js +132 -0
- package/dist/packages/primitives/otp-input/src/OtpInput.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/otp-input/src/index.d.ts +4 -0
- package/dist/packages/primitives/otp-input/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/otp-input/src/index.js +3 -0
- package/dist/packages/primitives/pagination/src/Pagination.js +7 -0
- package/dist/packages/primitives/pagination/src/Pagination.js.map +1 -0
- package/dist/packages/primitives/pagination/src/Pagination.vue.d.ts +97 -0
- package/dist/packages/primitives/pagination/src/Pagination.vue.d.ts.map +1 -0
- package/dist/packages/primitives/pagination/src/Pagination.vue_vue_type_script_setup_true_lang.js +216 -0
- package/dist/packages/primitives/pagination/src/Pagination.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/pagination/src/index.d.ts +4 -0
- package/dist/packages/primitives/pagination/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/pagination/src/index.js +3 -0
- package/dist/packages/primitives/popover/src/Popover.js +7 -0
- package/dist/packages/primitives/popover/src/Popover.js.map +1 -0
- package/dist/packages/primitives/popover/src/Popover.vue.d.ts +61 -0
- package/dist/packages/primitives/popover/src/Popover.vue.d.ts.map +1 -0
- package/dist/packages/primitives/popover/src/Popover.vue_vue_type_script_setup_true_lang.js +60 -0
- package/dist/packages/primitives/popover/src/Popover.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/popover/src/index.d.ts +3 -0
- package/dist/packages/primitives/popover/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/popover/src/index.js +2 -0
- package/dist/packages/primitives/progress/src/Progress.js +7 -0
- package/dist/packages/primitives/progress/src/Progress.js.map +1 -0
- package/dist/packages/primitives/progress/src/Progress.vue.d.ts +74 -0
- package/dist/packages/primitives/progress/src/Progress.vue.d.ts.map +1 -0
- package/dist/packages/primitives/progress/src/Progress.vue_vue_type_script_setup_true_lang.js +123 -0
- package/dist/packages/primitives/progress/src/Progress.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/progress/src/index.d.ts +4 -0
- package/dist/packages/primitives/progress/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/progress/src/index.js +3 -0
- package/dist/packages/primitives/radial-progress/src/RadialProgress.js +7 -0
- package/dist/packages/primitives/radial-progress/src/RadialProgress.js.map +1 -0
- package/dist/packages/primitives/radial-progress/src/RadialProgress.vue.d.ts +78 -0
- package/dist/packages/primitives/radial-progress/src/RadialProgress.vue.d.ts.map +1 -0
- package/dist/packages/primitives/radial-progress/src/RadialProgress.vue_vue_type_script_setup_true_lang.js +171 -0
- package/dist/packages/primitives/radial-progress/src/RadialProgress.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/radial-progress/src/index.d.ts +4 -0
- package/dist/packages/primitives/radial-progress/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/radial-progress/src/index.js +3 -0
- package/dist/packages/primitives/radio-group/src/RadioGroup.js +7 -0
- package/dist/packages/primitives/radio-group/src/RadioGroup.js.map +1 -0
- package/dist/packages/primitives/radio-group/src/RadioGroup.vue.d.ts.map +1 -0
- package/dist/packages/primitives/radio-group/src/RadioGroup.vue_vue_type_script_setup_true_lang.js +82 -0
- package/dist/packages/primitives/radio-group/src/RadioGroup.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/radio-group/src/index.d.ts +2 -0
- package/dist/packages/primitives/radio-group/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/radio-group/src/index.js +2 -0
- package/dist/packages/primitives/rating/src/Rating.js +7 -0
- package/dist/packages/primitives/rating/src/Rating.js.map +1 -0
- package/dist/packages/primitives/rating/src/Rating.vue.d.ts +88 -0
- package/dist/packages/primitives/rating/src/Rating.vue.d.ts.map +1 -0
- package/dist/packages/primitives/rating/src/Rating.vue_vue_type_script_setup_true_lang.js +230 -0
- package/dist/packages/primitives/rating/src/Rating.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/rating/src/index.d.ts +5 -0
- package/dist/packages/primitives/rating/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/rating/src/index.js +3 -0
- package/dist/packages/primitives/scroll-area/src/ScrollArea.js +7 -0
- package/dist/packages/primitives/scroll-area/src/ScrollArea.js.map +1 -0
- package/dist/packages/primitives/scroll-area/src/ScrollArea.vue.d.ts.map +1 -0
- package/dist/packages/primitives/scroll-area/src/ScrollArea.vue_vue_type_script_setup_true_lang.js +46 -0
- package/dist/packages/primitives/scroll-area/src/ScrollArea.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/scroll-area/src/index.d.ts +3 -0
- package/dist/packages/primitives/scroll-area/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/scroll-area/src/index.js +2 -0
- package/dist/packages/primitives/segmented-control/src/SegmentedControl.js +7 -0
- package/dist/packages/primitives/segmented-control/src/SegmentedControl.js.map +1 -0
- package/dist/packages/primitives/segmented-control/src/SegmentedControl.vue.d.ts.map +1 -0
- package/dist/packages/primitives/segmented-control/src/SegmentedControl.vue_vue_type_script_setup_true_lang.js +134 -0
- package/dist/packages/primitives/segmented-control/src/SegmentedControl.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/segmented-control/src/index.d.ts +3 -0
- package/dist/packages/primitives/segmented-control/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/segmented-control/src/index.js +2 -0
- package/dist/packages/primitives/select/src/Select.js +7 -0
- package/dist/packages/primitives/select/src/Select.js.map +1 -0
- package/dist/packages/primitives/select/src/Select.vue.d.ts.map +1 -0
- package/dist/packages/primitives/select/src/Select.vue_vue_type_script_setup_true_lang.js +177 -0
- package/dist/packages/primitives/select/src/Select.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/select/src/index.d.ts +3 -0
- package/dist/packages/primitives/select/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/select/src/index.js +3 -0
- package/dist/packages/primitives/separator/src/Separator.js +7 -0
- package/dist/packages/primitives/separator/src/Separator.js.map +1 -0
- package/dist/packages/primitives/separator/src/Separator.vue.d.ts.map +1 -0
- package/dist/packages/primitives/separator/src/Separator.vue_vue_type_script_setup_true_lang.js +32 -0
- package/dist/packages/primitives/separator/src/Separator.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/separator/src/index.d.ts +3 -0
- package/dist/packages/primitives/separator/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/separator/src/index.js +2 -0
- package/dist/packages/primitives/skeleton/src/Skeleton.js +7 -0
- package/dist/packages/primitives/skeleton/src/Skeleton.js.map +1 -0
- package/dist/packages/primitives/skeleton/src/Skeleton.vue.d.ts.map +1 -0
- package/dist/packages/primitives/skeleton/src/Skeleton.vue_vue_type_script_setup_true_lang.js +38 -0
- package/dist/packages/primitives/skeleton/src/Skeleton.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/skeleton/src/index.d.ts +3 -0
- package/dist/packages/primitives/skeleton/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/skeleton/src/index.js +3 -0
- package/dist/packages/primitives/slider/src/Slider.js +7 -0
- package/dist/packages/primitives/slider/src/Slider.js.map +1 -0
- package/dist/packages/primitives/slider/src/Slider.vue.d.ts +78 -0
- package/dist/packages/primitives/slider/src/Slider.vue.d.ts.map +1 -0
- package/dist/packages/primitives/slider/src/Slider.vue_vue_type_script_setup_true_lang.js +209 -0
- package/dist/packages/primitives/slider/src/Slider.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/slider/src/index.d.ts +2 -0
- package/dist/packages/primitives/slider/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/slider/src/index.js +2 -0
- package/dist/packages/primitives/speed-dial/src/SpeedDial.js +7 -0
- package/dist/packages/primitives/speed-dial/src/SpeedDial.js.map +1 -0
- package/dist/packages/primitives/speed-dial/src/SpeedDial.vue.d.ts.map +1 -0
- package/dist/packages/primitives/speed-dial/src/SpeedDial.vue_vue_type_script_setup_true_lang.js +176 -0
- package/dist/packages/primitives/speed-dial/src/SpeedDial.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/speed-dial/src/index.d.ts +3 -0
- package/dist/packages/primitives/speed-dial/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/speed-dial/src/index.js +2 -0
- package/dist/packages/primitives/spinner/src/Spinner.js +7 -0
- package/dist/packages/primitives/spinner/src/Spinner.js.map +1 -0
- package/dist/packages/primitives/spinner/src/Spinner.vue.d.ts.map +1 -0
- package/dist/packages/primitives/spinner/src/Spinner.vue_vue_type_script_setup_true_lang.js +64 -0
- package/dist/packages/primitives/spinner/src/Spinner.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/spinner/src/index.d.ts +3 -0
- package/dist/packages/primitives/spinner/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/spinner/src/index.js +3 -0
- package/dist/packages/primitives/stepper/src/Stepper.js +7 -0
- package/dist/packages/primitives/stepper/src/Stepper.js.map +1 -0
- package/dist/packages/primitives/stepper/src/Stepper.vue.d.ts +75 -0
- package/dist/packages/primitives/stepper/src/Stepper.vue.d.ts.map +1 -0
- package/dist/packages/primitives/stepper/src/Stepper.vue_vue_type_script_setup_true_lang.js +206 -0
- package/dist/packages/primitives/stepper/src/Stepper.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/stepper/src/index.d.ts +4 -0
- package/dist/packages/primitives/stepper/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/stepper/src/index.js +3 -0
- package/dist/packages/primitives/surface/src/Surface.js +7 -0
- package/dist/packages/primitives/surface/src/Surface.js.map +1 -0
- package/dist/packages/primitives/surface/src/Surface.vue.d.ts.map +1 -0
- package/dist/packages/primitives/surface/src/Surface.vue_vue_type_script_setup_true_lang.js +49 -0
- package/dist/packages/primitives/surface/src/Surface.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/surface/src/index.d.ts +3 -0
- package/dist/packages/primitives/surface/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/surface/src/index.js +3 -0
- package/dist/packages/primitives/switch/src/Switch.js +7 -0
- package/dist/packages/primitives/switch/src/Switch.js.map +1 -0
- package/dist/packages/primitives/switch/src/Switch.vue.d.ts.map +1 -0
- package/dist/packages/primitives/switch/src/Switch.vue_vue_type_script_setup_true_lang.js +75 -0
- package/dist/packages/primitives/switch/src/Switch.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/switch/src/index.d.ts +2 -0
- package/dist/packages/primitives/switch/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/switch/src/index.js +2 -0
- package/dist/packages/primitives/tabs/src/Tabs.js +7 -0
- package/dist/packages/primitives/tabs/src/Tabs.js.map +1 -0
- package/dist/packages/primitives/tabs/src/Tabs.vue.d.ts.map +1 -0
- package/dist/packages/primitives/tabs/src/Tabs.vue_vue_type_script_setup_true_lang.js +55 -0
- package/dist/packages/primitives/tabs/src/Tabs.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/tabs/src/index.d.ts +3 -0
- package/dist/packages/primitives/tabs/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/tabs/src/index.js +2 -0
- package/dist/packages/primitives/tags-input/src/TagsInput.js +7 -0
- package/dist/packages/primitives/tags-input/src/TagsInput.js.map +1 -0
- package/dist/packages/primitives/tags-input/src/TagsInput.vue.d.ts +101 -0
- package/dist/packages/primitives/tags-input/src/TagsInput.vue.d.ts.map +1 -0
- package/dist/packages/primitives/tags-input/src/TagsInput.vue_vue_type_script_setup_true_lang.js +390 -0
- package/dist/packages/primitives/tags-input/src/TagsInput.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/tags-input/src/index.d.ts +3 -0
- package/dist/packages/primitives/tags-input/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/tags-input/src/index.js +3 -0
- package/dist/packages/primitives/text-field/src/TextField.js +7 -0
- package/dist/packages/primitives/text-field/src/TextField.js.map +1 -0
- package/dist/packages/primitives/text-field/src/TextField.vue.d.ts +150 -0
- package/dist/packages/primitives/text-field/src/TextField.vue.d.ts.map +1 -0
- package/dist/packages/primitives/text-field/src/TextField.vue_vue_type_script_setup_true_lang.js +282 -0
- package/dist/packages/primitives/text-field/src/TextField.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/text-field/src/index.d.ts +5 -0
- package/dist/packages/primitives/text-field/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/text-field/src/index.js +3 -0
- package/dist/packages/primitives/textarea/src/Textarea.js +7 -0
- package/dist/packages/primitives/textarea/src/Textarea.js.map +1 -0
- package/dist/packages/primitives/textarea/src/Textarea.vue.d.ts +134 -0
- package/dist/packages/primitives/textarea/src/Textarea.vue.d.ts.map +1 -0
- package/dist/packages/primitives/textarea/src/Textarea.vue_vue_type_script_setup_true_lang.js +252 -0
- package/dist/packages/primitives/textarea/src/Textarea.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/textarea/src/index.d.ts +5 -0
- package/dist/packages/primitives/textarea/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/textarea/src/index.js +3 -0
- package/dist/packages/primitives/time-picker/src/TimePicker.js +7 -0
- package/dist/packages/primitives/time-picker/src/TimePicker.js.map +1 -0
- package/dist/packages/primitives/time-picker/src/TimePicker.vue.d.ts +111 -0
- package/dist/packages/primitives/time-picker/src/TimePicker.vue.d.ts.map +1 -0
- package/dist/packages/primitives/time-picker/src/TimePicker.vue_vue_type_script_setup_true_lang.js +187 -0
- package/dist/packages/primitives/time-picker/src/TimePicker.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/time-picker/src/index.d.ts +3 -0
- package/dist/packages/primitives/time-picker/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/time-picker/src/index.js +2 -0
- package/dist/packages/primitives/toast/src/Toast.js +8 -0
- package/dist/packages/primitives/toast/src/Toast.js.map +1 -0
- package/dist/packages/primitives/toast/src/Toast.vue.d.ts +71 -0
- package/dist/packages/primitives/toast/src/Toast.vue.d.ts.map +1 -0
- package/dist/packages/primitives/toast/src/Toast.vue_vue_type_script_setup_true_lang.js +64 -0
- package/dist/packages/primitives/toast/src/Toast.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/toast/src/ToastItem.js +7 -0
- package/dist/packages/primitives/toast/src/ToastItem.js.map +1 -0
- package/dist/packages/primitives/toast/src/ToastItem.vue.d.ts +59 -0
- package/dist/packages/primitives/toast/src/ToastItem.vue.d.ts.map +1 -0
- package/dist/packages/primitives/toast/src/ToastItem.vue_vue_type_script_setup_true_lang.js +118 -0
- package/dist/packages/primitives/toast/src/ToastItem.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/toast/src/index.d.ts +6 -0
- package/dist/packages/primitives/toast/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/toast/src/index.js +4 -0
- package/dist/packages/primitives/tooltip/src/Tooltip.js +7 -0
- package/dist/packages/primitives/tooltip/src/Tooltip.js.map +1 -0
- package/dist/packages/primitives/tooltip/src/Tooltip.vue.d.ts +52 -0
- package/dist/packages/primitives/tooltip/src/Tooltip.vue.d.ts.map +1 -0
- package/dist/packages/primitives/tooltip/src/Tooltip.vue_vue_type_script_setup_true_lang.js +57 -0
- package/dist/packages/primitives/tooltip/src/Tooltip.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/tooltip/src/index.d.ts +3 -0
- package/dist/packages/primitives/tooltip/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/tooltip/src/index.js +2 -0
- package/dist/packages/primitives/window-controls/src/WindowControls.js +7 -0
- package/dist/packages/primitives/window-controls/src/WindowControls.js.map +1 -0
- package/dist/packages/primitives/window-controls/src/WindowControls.vue.d.ts +81 -0
- package/dist/packages/primitives/window-controls/src/WindowControls.vue.d.ts.map +1 -0
- package/dist/packages/primitives/window-controls/src/WindowControls.vue_vue_type_script_setup_true_lang.js +124 -0
- package/dist/packages/primitives/window-controls/src/WindowControls.vue_vue_type_script_setup_true_lang.js.map +1 -0
- package/dist/packages/primitives/window-controls/src/index.d.ts +4 -0
- package/dist/packages/primitives/window-controls/src/index.d.ts.map +1 -0
- package/dist/packages/primitives/window-controls/src/index.js +3 -0
- package/dist/styles/theme.css +34 -0
- package/package.json +8 -5
- package/dist/a11y.d.ts +0 -2
- package/dist/a11y.d.ts.map +0 -1
- package/dist/blocks/AppHeader/AppHeader.js +0 -7
- package/dist/blocks/AppHeader/AppHeader.js.map +0 -1
- package/dist/blocks/AppHeader/AppHeader.vue.d.ts.map +0 -1
- package/dist/blocks/AppHeader/AppHeader.vue_vue_type_script_setup_true_lang.js +0 -95
- package/dist/blocks/AppHeader/AppHeader.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/blocks/DashboardGrid/DashboardGrid.js +0 -7
- package/dist/blocks/DashboardGrid/DashboardGrid.js.map +0 -1
- package/dist/blocks/DashboardGrid/DashboardGrid.vue.d.ts.map +0 -1
- package/dist/blocks/DashboardGrid/DashboardGrid.vue_vue_type_script_setup_true_lang.js +0 -45
- package/dist/blocks/DashboardGrid/DashboardGrid.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/blocks/DesktopAppShell/DesktopAppShell.js +0 -7
- package/dist/blocks/DesktopAppShell/DesktopAppShell.js.map +0 -1
- package/dist/blocks/DesktopAppShell/DesktopAppShell.vue.d.ts +0 -102
- package/dist/blocks/DesktopAppShell/DesktopAppShell.vue.d.ts.map +0 -1
- package/dist/blocks/DesktopAppShell/DesktopAppShell.vue_vue_type_script_setup_true_lang.js +0 -74
- package/dist/blocks/DesktopAppShell/DesktopAppShell.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/blocks/EmptyState/EmptyState.js +0 -7
- package/dist/blocks/EmptyState/EmptyState.js.map +0 -1
- package/dist/blocks/EmptyState/EmptyState.vue.d.ts.map +0 -1
- package/dist/blocks/EmptyState/EmptyState.vue_vue_type_script_setup_true_lang.js +0 -71
- package/dist/blocks/EmptyState/EmptyState.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/blocks/ErrorState/ErrorState.js +0 -7
- package/dist/blocks/ErrorState/ErrorState.js.map +0 -1
- package/dist/blocks/ErrorState/ErrorState.vue.d.ts.map +0 -1
- package/dist/blocks/ErrorState/ErrorState.vue_vue_type_script_setup_true_lang.js +0 -60
- package/dist/blocks/ErrorState/ErrorState.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/blocks/FormActions/FormActions.js +0 -7
- package/dist/blocks/FormActions/FormActions.js.map +0 -1
- package/dist/blocks/FormActions/FormActions.vue.d.ts.map +0 -1
- package/dist/blocks/FormActions/FormActions.vue_vue_type_script_setup_true_lang.js +0 -21
- package/dist/blocks/FormActions/FormActions.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/blocks/FormSection/FormSection.js +0 -7
- package/dist/blocks/FormSection/FormSection.js.map +0 -1
- package/dist/blocks/FormSection/FormSection.vue.d.ts.map +0 -1
- package/dist/blocks/FormSection/FormSection.vue_vue_type_script_setup_true_lang.js +0 -62
- package/dist/blocks/FormSection/FormSection.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/blocks/LoadingState/LoadingState.js +0 -7
- package/dist/blocks/LoadingState/LoadingState.js.map +0 -1
- package/dist/blocks/LoadingState/LoadingState.vue.d.ts.map +0 -1
- package/dist/blocks/LoadingState/LoadingState.vue_vue_type_script_setup_true_lang.js +0 -57
- package/dist/blocks/LoadingState/LoadingState.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/blocks/MetricCard/MetricCard.js +0 -7
- package/dist/blocks/MetricCard/MetricCard.js.map +0 -1
- package/dist/blocks/MetricCard/MetricCard.vue.d.ts +0 -59
- package/dist/blocks/MetricCard/MetricCard.vue.d.ts.map +0 -1
- package/dist/blocks/MetricCard/MetricCard.vue_vue_type_script_setup_true_lang.js +0 -63
- package/dist/blocks/MetricCard/MetricCard.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/blocks/PageHeader/PageHeader.js +0 -7
- package/dist/blocks/PageHeader/PageHeader.js.map +0 -1
- package/dist/blocks/PageHeader/PageHeader.vue.d.ts.map +0 -1
- package/dist/blocks/PageHeader/PageHeader.vue_vue_type_script_setup_true_lang.js +0 -68
- package/dist/blocks/PageHeader/PageHeader.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/blocks/RowActions/RowActions.js +0 -7
- package/dist/blocks/RowActions/RowActions.js.map +0 -1
- package/dist/blocks/RowActions/RowActions.vue.d.ts.map +0 -1
- package/dist/blocks/RowActions/RowActions.vue_vue_type_script_setup_true_lang.js +0 -47
- package/dist/blocks/RowActions/RowActions.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/blocks/SidebarNav/SidebarNav.js +0 -7
- package/dist/blocks/SidebarNav/SidebarNav.js.map +0 -1
- package/dist/blocks/SidebarNav/SidebarNav.vue.d.ts.map +0 -1
- package/dist/blocks/SidebarNav/SidebarNav.vue_vue_type_script_setup_true_lang.js +0 -125
- package/dist/blocks/SidebarNav/SidebarNav.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/blocks/TitleBar/TitleBar.js +0 -7
- package/dist/blocks/TitleBar/TitleBar.js.map +0 -1
- package/dist/blocks/TitleBar/TitleBar.vue.d.ts +0 -83
- package/dist/blocks/TitleBar/TitleBar.vue.d.ts.map +0 -1
- package/dist/blocks/TitleBar/TitleBar.vue_vue_type_script_setup_true_lang.js +0 -66
- package/dist/blocks/TitleBar/TitleBar.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/blocks/ToastStack/ToastStack.js +0 -7
- package/dist/blocks/ToastStack/ToastStack.js.map +0 -1
- package/dist/blocks/ToastStack/ToastStack.vue.d.ts +0 -44
- package/dist/blocks/ToastStack/ToastStack.vue.d.ts.map +0 -1
- package/dist/blocks/ToastStack/ToastStack.vue_vue_type_script_setup_true_lang.js +0 -49
- package/dist/blocks/ToastStack/ToastStack.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/composition/Center/Center.js +0 -7
- package/dist/composition/Center/Center.js.map +0 -1
- package/dist/composition/Center/Center.vue.d.ts.map +0 -1
- package/dist/composition/Center/Center.vue_vue_type_script_setup_true_lang.js +0 -29
- package/dist/composition/Center/Center.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/composition/Frame/Frame.js +0 -7
- package/dist/composition/Frame/Frame.js.map +0 -1
- package/dist/composition/Frame/Frame.vue.d.ts.map +0 -1
- package/dist/composition/Frame/Frame.vue_vue_type_script_setup_true_lang.js +0 -29
- package/dist/composition/Frame/Frame.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/composition/Grid/Grid.js +0 -7
- package/dist/composition/Grid/Grid.js.map +0 -1
- package/dist/composition/Grid/Grid.vue.d.ts.map +0 -1
- package/dist/composition/Grid/Grid.vue_vue_type_script_setup_true_lang.js +0 -27
- package/dist/composition/Grid/Grid.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/composition/Inline/Inline.js +0 -7
- package/dist/composition/Inline/Inline.js.map +0 -1
- package/dist/composition/Inline/Inline.vue.d.ts.map +0 -1
- package/dist/composition/Inline/Inline.vue_vue_type_script_setup_true_lang.js +0 -35
- package/dist/composition/Inline/Inline.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/composition/ScrollReel/ScrollReel.js +0 -7
- package/dist/composition/ScrollReel/ScrollReel.js.map +0 -1
- package/dist/composition/ScrollReel/ScrollReel.vue.d.ts.map +0 -1
- package/dist/composition/ScrollReel/ScrollReel.vue_vue_type_script_setup_true_lang.js +0 -79
- package/dist/composition/ScrollReel/ScrollReel.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/composition/Sidebar/Sidebar.js +0 -7
- package/dist/composition/Sidebar/Sidebar.js.map +0 -1
- package/dist/composition/Sidebar/Sidebar.vue.d.ts.map +0 -1
- package/dist/composition/Sidebar/Sidebar.vue_vue_type_script_setup_true_lang.js +0 -36
- package/dist/composition/Sidebar/Sidebar.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/composition/Split/Split.js +0 -7
- package/dist/composition/Split/Split.js.map +0 -1
- package/dist/composition/Split/Split.vue.d.ts.map +0 -1
- package/dist/composition/Split/Split.vue_vue_type_script_setup_true_lang.js +0 -40
- package/dist/composition/Split/Split.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/composition/Stack/Stack.js +0 -7
- package/dist/composition/Stack/Stack.js.map +0 -1
- package/dist/composition/Stack/Stack.vue.d.ts.map +0 -1
- package/dist/composition/Stack/Stack.vue_vue_type_script_setup_true_lang.js +0 -30
- package/dist/composition/Stack/Stack.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/index.d.ts +0 -183
- package/dist/index.d.ts.map +0 -1
- package/dist/layouts/AppShell/AppShell.js +0 -7
- package/dist/layouts/AppShell/AppShell.js.map +0 -1
- package/dist/layouts/AppShell/AppShell.vue.d.ts.map +0 -1
- package/dist/layouts/AppShell/AppShell.vue_vue_type_script_setup_true_lang.js +0 -47
- package/dist/layouts/AppShell/AppShell.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/layouts/Centered/Centered.js +0 -7
- package/dist/layouts/Centered/Centered.js.map +0 -1
- package/dist/layouts/Centered/Centered.vue.d.ts.map +0 -1
- package/dist/layouts/Centered/Centered.vue_vue_type_script_setup_true_lang.js +0 -35
- package/dist/layouts/Centered/Centered.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/layouts/Dashboard/Dashboard.js +0 -7
- package/dist/layouts/Dashboard/Dashboard.js.map +0 -1
- package/dist/layouts/Dashboard/Dashboard.vue.d.ts.map +0 -1
- package/dist/layouts/Dashboard/Dashboard.vue_vue_type_script_setup_true_lang.js +0 -64
- package/dist/layouts/Dashboard/Dashboard.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/layouts/FormLayout/FormLayout.js +0 -7
- package/dist/layouts/FormLayout/FormLayout.js.map +0 -1
- package/dist/layouts/FormLayout/FormLayout.vue.d.ts.map +0 -1
- package/dist/layouts/FormLayout/FormLayout.vue_vue_type_script_setup_true_lang.js +0 -28
- package/dist/layouts/FormLayout/FormLayout.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/layouts/MasterDetail/MasterDetail.js +0 -7
- package/dist/layouts/MasterDetail/MasterDetail.js.map +0 -1
- package/dist/layouts/MasterDetail/MasterDetail.vue.d.ts.map +0 -1
- package/dist/layouts/MasterDetail/MasterDetail.vue_vue_type_script_setup_true_lang.js +0 -42
- package/dist/layouts/MasterDetail/MasterDetail.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/layouts/Reading/Reading.js +0 -7
- package/dist/layouts/Reading/Reading.js.map +0 -1
- package/dist/layouts/Reading/Reading.vue.d.ts.map +0 -1
- package/dist/layouts/Reading/Reading.vue_vue_type_script_setup_true_lang.js +0 -29
- package/dist/layouts/Reading/Reading.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/layouts/Settings/Settings.js +0 -7
- package/dist/layouts/Settings/Settings.js.map +0 -1
- package/dist/layouts/Settings/Settings.vue.d.ts.map +0 -1
- package/dist/layouts/Settings/Settings.vue_vue_type_script_setup_true_lang.js +0 -35
- package/dist/layouts/Settings/Settings.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/layouts/SplitLayout/SplitLayout.js +0 -7
- package/dist/layouts/SplitLayout/SplitLayout.js.map +0 -1
- package/dist/layouts/SplitLayout/SplitLayout.vue.d.ts.map +0 -1
- package/dist/layouts/SplitLayout/SplitLayout.vue_vue_type_script_setup_true_lang.js +0 -46
- package/dist/layouts/SplitLayout/SplitLayout.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/lib/a11y-scope.d.ts +0 -19
- package/dist/lib/a11y-scope.d.ts.map +0 -1
- package/dist/lib/a11y-scope.js +0 -28
- package/dist/lib/a11y-scope.js.map +0 -1
- package/dist/lib/ancestor-disabled.d.ts.map +0 -1
- package/dist/lib/ancestor-disabled.js +0 -86
- package/dist/lib/ancestor-disabled.js.map +0 -1
- package/dist/lib/attrs.d.ts.map +0 -1
- package/dist/lib/attrs.js +0 -28
- package/dist/lib/attrs.js.map +0 -1
- package/dist/lib/cn.d.ts.map +0 -1
- package/dist/lib/cn.js +0 -61
- package/dist/lib/cn.js.map +0 -1
- package/dist/lib/count-labels.d.ts.map +0 -1
- package/dist/lib/count-labels.js +0 -29
- package/dist/lib/count-labels.js.map +0 -1
- package/dist/lib/date-labels.d.ts.map +0 -1
- package/dist/lib/date-labels.js +0 -157
- package/dist/lib/date-labels.js.map +0 -1
- package/dist/lib/field-context.d.ts.map +0 -1
- package/dist/lib/field-context.js +0 -106
- package/dist/lib/field-context.js.map +0 -1
- package/dist/lib/icon-defaults.d.ts.map +0 -1
- package/dist/lib/icon-defaults.js +0 -32
- package/dist/lib/icon-defaults.js.map +0 -1
- package/dist/lib/label-registry.d.ts +0 -75
- package/dist/lib/label-registry.d.ts.map +0 -1
- package/dist/lib/labels.d.ts.map +0 -1
- package/dist/lib/labels.js +0 -84
- package/dist/lib/labels.js.map +0 -1
- package/dist/lib/motion.d.ts.map +0 -1
- package/dist/lib/motion.js +0 -20
- package/dist/lib/motion.js.map +0 -1
- package/dist/lib/props.d.ts.map +0 -1
- package/dist/lib/props.js +0 -37
- package/dist/lib/props.js.map +0 -1
- package/dist/lib/theme.d.ts.map +0 -1
- package/dist/primitives/Accordion/Accordion.js +0 -7
- package/dist/primitives/Accordion/Accordion.js.map +0 -1
- package/dist/primitives/Accordion/Accordion.vue.d.ts +0 -68
- package/dist/primitives/Accordion/Accordion.vue.d.ts.map +0 -1
- package/dist/primitives/Accordion/Accordion.vue_vue_type_script_setup_true_lang.js +0 -67
- package/dist/primitives/Accordion/Accordion.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/AlertDialog/AlertDialog.js +0 -7
- package/dist/primitives/AlertDialog/AlertDialog.js.map +0 -1
- package/dist/primitives/AlertDialog/AlertDialog.vue.d.ts +0 -94
- package/dist/primitives/AlertDialog/AlertDialog.vue.d.ts.map +0 -1
- package/dist/primitives/AlertDialog/AlertDialog.vue_vue_type_script_setup_true_lang.js +0 -99
- package/dist/primitives/AlertDialog/AlertDialog.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/Avatar/Avatar.js +0 -7
- package/dist/primitives/Avatar/Avatar.js.map +0 -1
- package/dist/primitives/Avatar/Avatar.vue.d.ts +0 -54
- package/dist/primitives/Avatar/Avatar.vue.d.ts.map +0 -1
- package/dist/primitives/Avatar/Avatar.vue_vue_type_script_setup_true_lang.js +0 -114
- package/dist/primitives/Avatar/Avatar.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/AvatarGroup/AvatarGroup.js +0 -7
- package/dist/primitives/AvatarGroup/AvatarGroup.js.map +0 -1
- package/dist/primitives/AvatarGroup/AvatarGroup.vue.d.ts +0 -104
- package/dist/primitives/AvatarGroup/AvatarGroup.vue.d.ts.map +0 -1
- package/dist/primitives/AvatarGroup/AvatarGroup.vue_vue_type_script_setup_true_lang.js +0 -139
- package/dist/primitives/AvatarGroup/AvatarGroup.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/Badge/Badge.js +0 -7
- package/dist/primitives/Badge/Badge.js.map +0 -1
- package/dist/primitives/Badge/Badge.vue.d.ts.map +0 -1
- package/dist/primitives/Badge/Badge.vue_vue_type_script_setup_true_lang.js +0 -30
- package/dist/primitives/Badge/Badge.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/Breadcrumb/Breadcrumb.js +0 -7
- package/dist/primitives/Breadcrumb/Breadcrumb.js.map +0 -1
- package/dist/primitives/Breadcrumb/Breadcrumb.vue.d.ts.map +0 -1
- package/dist/primitives/Breadcrumb/Breadcrumb.vue_vue_type_script_setup_true_lang.js +0 -48
- package/dist/primitives/Breadcrumb/Breadcrumb.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/Button/Button.js +0 -7
- package/dist/primitives/Button/Button.js.map +0 -1
- package/dist/primitives/Button/Button.vue.d.ts +0 -93
- package/dist/primitives/Button/Button.vue.d.ts.map +0 -1
- package/dist/primitives/Button/Button.vue_vue_type_script_setup_true_lang.js +0 -138
- package/dist/primitives/Button/Button.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/Checkbox/Checkbox.js +0 -7
- package/dist/primitives/Checkbox/Checkbox.js.map +0 -1
- package/dist/primitives/Checkbox/Checkbox.vue.d.ts.map +0 -1
- package/dist/primitives/Checkbox/Checkbox.vue_vue_type_script_setup_true_lang.js +0 -133
- package/dist/primitives/Checkbox/Checkbox.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/Chip/Chip.js +0 -7
- package/dist/primitives/Chip/Chip.js.map +0 -1
- package/dist/primitives/Chip/Chip.vue.d.ts +0 -79
- package/dist/primitives/Chip/Chip.vue.d.ts.map +0 -1
- package/dist/primitives/Chip/Chip.vue_vue_type_script_setup_true_lang.js +0 -139
- package/dist/primitives/Chip/Chip.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/ColorPicker/ColorPicker.js +0 -7
- package/dist/primitives/ColorPicker/ColorPicker.js.map +0 -1
- package/dist/primitives/ColorPicker/ColorPicker.vue.d.ts +0 -125
- package/dist/primitives/ColorPicker/ColorPicker.vue.d.ts.map +0 -1
- package/dist/primitives/ColorPicker/ColorPicker.vue_vue_type_script_setup_true_lang.js +0 -301
- package/dist/primitives/ColorPicker/ColorPicker.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/Combobox/Combobox.js +0 -7
- package/dist/primitives/Combobox/Combobox.js.map +0 -1
- package/dist/primitives/Combobox/Combobox.vue.d.ts +0 -205
- package/dist/primitives/Combobox/Combobox.vue.d.ts.map +0 -1
- package/dist/primitives/Combobox/Combobox.vue_vue_type_script_setup_true_lang.js +0 -345
- package/dist/primitives/Combobox/Combobox.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/ContextMenu/ContextMenu.js +0 -7
- package/dist/primitives/ContextMenu/ContextMenu.js.map +0 -1
- package/dist/primitives/ContextMenu/ContextMenu.vue.d.ts.map +0 -1
- package/dist/primitives/ContextMenu/ContextMenu.vue_vue_type_script_setup_true_lang.js +0 -82
- package/dist/primitives/ContextMenu/ContextMenu.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/DatePicker/DatePicker.js +0 -7
- package/dist/primitives/DatePicker/DatePicker.js.map +0 -1
- package/dist/primitives/DatePicker/DatePicker.vue.d.ts +0 -102
- package/dist/primitives/DatePicker/DatePicker.vue.d.ts.map +0 -1
- package/dist/primitives/DatePicker/DatePicker.vue_vue_type_script_setup_true_lang.js +0 -292
- package/dist/primitives/DatePicker/DatePicker.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/DateRangePicker/DateRangePicker.js +0 -7
- package/dist/primitives/DateRangePicker/DateRangePicker.js.map +0 -1
- package/dist/primitives/DateRangePicker/DateRangePicker.vue.d.ts +0 -173
- package/dist/primitives/DateRangePicker/DateRangePicker.vue.d.ts.map +0 -1
- package/dist/primitives/DateRangePicker/DateRangePicker.vue_vue_type_script_setup_true_lang.js +0 -412
- package/dist/primitives/DateRangePicker/DateRangePicker.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/DateTimePicker/DateTimePicker.js +0 -7
- package/dist/primitives/DateTimePicker/DateTimePicker.js.map +0 -1
- package/dist/primitives/DateTimePicker/DateTimePicker.vue.d.ts +0 -113
- package/dist/primitives/DateTimePicker/DateTimePicker.vue.d.ts.map +0 -1
- package/dist/primitives/DateTimePicker/DateTimePicker.vue_vue_type_script_setup_true_lang.js +0 -358
- package/dist/primitives/DateTimePicker/DateTimePicker.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/DateTimeRangePicker/DateTimeRangePicker.js +0 -7
- package/dist/primitives/DateTimeRangePicker/DateTimeRangePicker.js.map +0 -1
- package/dist/primitives/DateTimeRangePicker/DateTimeRangePicker.vue.d.ts +0 -181
- package/dist/primitives/DateTimeRangePicker/DateTimeRangePicker.vue.d.ts.map +0 -1
- package/dist/primitives/DateTimeRangePicker/DateTimeRangePicker.vue_vue_type_script_setup_true_lang.js +0 -562
- package/dist/primitives/DateTimeRangePicker/DateTimeRangePicker.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/Dialog/Dialog.js +0 -7
- package/dist/primitives/Dialog/Dialog.js.map +0 -1
- package/dist/primitives/Dialog/Dialog.vue.d.ts +0 -97
- package/dist/primitives/Dialog/Dialog.vue.d.ts.map +0 -1
- package/dist/primitives/Dialog/Dialog.vue_vue_type_script_setup_true_lang.js +0 -97
- package/dist/primitives/Dialog/Dialog.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/Drawer/Drawer.js +0 -7
- package/dist/primitives/Drawer/Drawer.js.map +0 -1
- package/dist/primitives/Drawer/Drawer.vue.d.ts +0 -110
- package/dist/primitives/Drawer/Drawer.vue.d.ts.map +0 -1
- package/dist/primitives/Drawer/Drawer.vue_vue_type_script_setup_true_lang.js +0 -223
- package/dist/primitives/Drawer/Drawer.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/DropdownMenu/DropdownMenu.js +0 -7
- package/dist/primitives/DropdownMenu/DropdownMenu.js.map +0 -1
- package/dist/primitives/DropdownMenu/DropdownMenu.vue.d.ts.map +0 -1
- package/dist/primitives/DropdownMenu/DropdownMenu.vue_vue_type_script_setup_true_lang.js +0 -82
- package/dist/primitives/DropdownMenu/DropdownMenu.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/Editable/Editable.js +0 -7
- package/dist/primitives/Editable/Editable.js.map +0 -1
- package/dist/primitives/Editable/Editable.vue.d.ts +0 -200
- package/dist/primitives/Editable/Editable.vue.d.ts.map +0 -1
- package/dist/primitives/Editable/Editable.vue_vue_type_script_setup_true_lang.js +0 -275
- package/dist/primitives/Editable/Editable.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/Field/Field.js +0 -7
- package/dist/primitives/Field/Field.js.map +0 -1
- package/dist/primitives/Field/Field.vue.d.ts.map +0 -1
- package/dist/primitives/Field/Field.vue_vue_type_script_setup_true_lang.js +0 -117
- package/dist/primitives/Field/Field.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/Fieldset/Fieldset.js +0 -7
- package/dist/primitives/Fieldset/Fieldset.js.map +0 -1
- package/dist/primitives/Fieldset/Fieldset.vue.d.ts.map +0 -1
- package/dist/primitives/Fieldset/Fieldset.vue_vue_type_script_setup_true_lang.js +0 -138
- package/dist/primitives/Fieldset/Fieldset.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/FileUpload/FileUpload.js +0 -7
- package/dist/primitives/FileUpload/FileUpload.js.map +0 -1
- package/dist/primitives/FileUpload/FileUpload.vue.d.ts +0 -132
- package/dist/primitives/FileUpload/FileUpload.vue.d.ts.map +0 -1
- package/dist/primitives/FileUpload/FileUpload.vue_vue_type_script_setup_true_lang.js +0 -359
- package/dist/primitives/FileUpload/FileUpload.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/HoverCard/HoverCard.js +0 -7
- package/dist/primitives/HoverCard/HoverCard.js.map +0 -1
- package/dist/primitives/HoverCard/HoverCard.vue.d.ts +0 -68
- package/dist/primitives/HoverCard/HoverCard.vue.d.ts.map +0 -1
- package/dist/primitives/HoverCard/HoverCard.vue_vue_type_script_setup_true_lang.js +0 -62
- package/dist/primitives/HoverCard/HoverCard.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/IconButton/IconButton.js +0 -7
- package/dist/primitives/IconButton/IconButton.js.map +0 -1
- package/dist/primitives/IconButton/IconButton.vue.d.ts.map +0 -1
- package/dist/primitives/IconButton/IconButton.vue_vue_type_script_setup_true_lang.js +0 -58
- package/dist/primitives/IconButton/IconButton.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/Indicator/Indicator.js +0 -7
- package/dist/primitives/Indicator/Indicator.js.map +0 -1
- package/dist/primitives/Indicator/Indicator.vue.d.ts +0 -144
- package/dist/primitives/Indicator/Indicator.vue.d.ts.map +0 -1
- package/dist/primitives/Indicator/Indicator.vue_vue_type_script_setup_true_lang.js +0 -198
- package/dist/primitives/Indicator/Indicator.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/InlineError/InlineError.js +0 -7
- package/dist/primitives/InlineError/InlineError.js.map +0 -1
- package/dist/primitives/InlineError/InlineError.vue.d.ts.map +0 -1
- package/dist/primitives/InlineError/InlineError.vue_vue_type_script_setup_true_lang.js +0 -44
- package/dist/primitives/InlineError/InlineError.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/Link/Link.js +0 -7
- package/dist/primitives/Link/Link.js.map +0 -1
- package/dist/primitives/Link/Link.vue.d.ts +0 -46
- package/dist/primitives/Link/Link.vue.d.ts.map +0 -1
- package/dist/primitives/Link/Link.vue_vue_type_script_setup_true_lang.js +0 -85
- package/dist/primitives/Link/Link.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/Menubar/Menubar.js +0 -7
- package/dist/primitives/Menubar/Menubar.js.map +0 -1
- package/dist/primitives/Menubar/Menubar.vue.d.ts.map +0 -1
- package/dist/primitives/Menubar/Menubar.vue_vue_type_script_setup_true_lang.js +0 -184
- package/dist/primitives/Menubar/Menubar.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/NumberField/NumberField.js +0 -7
- package/dist/primitives/NumberField/NumberField.js.map +0 -1
- package/dist/primitives/NumberField/NumberField.vue.d.ts +0 -108
- package/dist/primitives/NumberField/NumberField.vue.d.ts.map +0 -1
- package/dist/primitives/NumberField/NumberField.vue_vue_type_script_setup_true_lang.js +0 -248
- package/dist/primitives/NumberField/NumberField.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/OtpInput/OtpInput.js +0 -7
- package/dist/primitives/OtpInput/OtpInput.js.map +0 -1
- package/dist/primitives/OtpInput/OtpInput.vue.d.ts +0 -110
- package/dist/primitives/OtpInput/OtpInput.vue.d.ts.map +0 -1
- package/dist/primitives/OtpInput/OtpInput.vue_vue_type_script_setup_true_lang.js +0 -130
- package/dist/primitives/OtpInput/OtpInput.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/Pagination/Pagination.js +0 -7
- package/dist/primitives/Pagination/Pagination.js.map +0 -1
- package/dist/primitives/Pagination/Pagination.vue.d.ts +0 -143
- package/dist/primitives/Pagination/Pagination.vue.d.ts.map +0 -1
- package/dist/primitives/Pagination/Pagination.vue_vue_type_script_setup_true_lang.js +0 -231
- package/dist/primitives/Pagination/Pagination.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/Popover/Popover.js +0 -7
- package/dist/primitives/Popover/Popover.js.map +0 -1
- package/dist/primitives/Popover/Popover.vue.d.ts +0 -61
- package/dist/primitives/Popover/Popover.vue.d.ts.map +0 -1
- package/dist/primitives/Popover/Popover.vue_vue_type_script_setup_true_lang.js +0 -59
- package/dist/primitives/Popover/Popover.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/Progress/Progress.js +0 -7
- package/dist/primitives/Progress/Progress.js.map +0 -1
- package/dist/primitives/Progress/Progress.vue.d.ts +0 -96
- package/dist/primitives/Progress/Progress.vue.d.ts.map +0 -1
- package/dist/primitives/Progress/Progress.vue_vue_type_script_setup_true_lang.js +0 -133
- package/dist/primitives/Progress/Progress.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/RadialProgress/RadialProgress.js +0 -7
- package/dist/primitives/RadialProgress/RadialProgress.js.map +0 -1
- package/dist/primitives/RadialProgress/RadialProgress.vue.d.ts +0 -96
- package/dist/primitives/RadialProgress/RadialProgress.vue.d.ts.map +0 -1
- package/dist/primitives/RadialProgress/RadialProgress.vue_vue_type_script_setup_true_lang.js +0 -189
- package/dist/primitives/RadialProgress/RadialProgress.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/RadioGroup/RadioGroup.js +0 -7
- package/dist/primitives/RadioGroup/RadioGroup.js.map +0 -1
- package/dist/primitives/RadioGroup/RadioGroup.vue.d.ts.map +0 -1
- package/dist/primitives/RadioGroup/RadioGroup.vue_vue_type_script_setup_true_lang.js +0 -80
- package/dist/primitives/RadioGroup/RadioGroup.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/Rating/Rating.js +0 -7
- package/dist/primitives/Rating/Rating.js.map +0 -1
- package/dist/primitives/Rating/Rating.vue.d.ts +0 -113
- package/dist/primitives/Rating/Rating.vue.d.ts.map +0 -1
- package/dist/primitives/Rating/Rating.vue_vue_type_script_setup_true_lang.js +0 -282
- package/dist/primitives/Rating/Rating.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/ScrollArea/ScrollArea.js +0 -7
- package/dist/primitives/ScrollArea/ScrollArea.js.map +0 -1
- package/dist/primitives/ScrollArea/ScrollArea.vue.d.ts.map +0 -1
- package/dist/primitives/ScrollArea/ScrollArea.vue_vue_type_script_setup_true_lang.js +0 -45
- package/dist/primitives/ScrollArea/ScrollArea.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/SegmentedControl/SegmentedControl.js +0 -7
- package/dist/primitives/SegmentedControl/SegmentedControl.js.map +0 -1
- package/dist/primitives/SegmentedControl/SegmentedControl.vue.d.ts.map +0 -1
- package/dist/primitives/SegmentedControl/SegmentedControl.vue_vue_type_script_setup_true_lang.js +0 -132
- package/dist/primitives/SegmentedControl/SegmentedControl.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/Select/Select.js +0 -7
- package/dist/primitives/Select/Select.js.map +0 -1
- package/dist/primitives/Select/Select.vue.d.ts.map +0 -1
- package/dist/primitives/Select/Select.vue_vue_type_script_setup_true_lang.js +0 -175
- package/dist/primitives/Select/Select.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/Separator/Separator.js +0 -7
- package/dist/primitives/Separator/Separator.js.map +0 -1
- package/dist/primitives/Separator/Separator.vue.d.ts.map +0 -1
- package/dist/primitives/Separator/Separator.vue_vue_type_script_setup_true_lang.js +0 -31
- package/dist/primitives/Separator/Separator.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/Skeleton/Skeleton.js +0 -7
- package/dist/primitives/Skeleton/Skeleton.js.map +0 -1
- package/dist/primitives/Skeleton/Skeleton.vue.d.ts.map +0 -1
- package/dist/primitives/Skeleton/Skeleton.vue_vue_type_script_setup_true_lang.js +0 -37
- package/dist/primitives/Skeleton/Skeleton.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/Slider/Slider.js +0 -7
- package/dist/primitives/Slider/Slider.js.map +0 -1
- package/dist/primitives/Slider/Slider.vue.d.ts +0 -78
- package/dist/primitives/Slider/Slider.vue.d.ts.map +0 -1
- package/dist/primitives/Slider/Slider.vue_vue_type_script_setup_true_lang.js +0 -207
- package/dist/primitives/Slider/Slider.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/SpeedDial/SpeedDial.js +0 -7
- package/dist/primitives/SpeedDial/SpeedDial.js.map +0 -1
- package/dist/primitives/SpeedDial/SpeedDial.vue.d.ts.map +0 -1
- package/dist/primitives/SpeedDial/SpeedDial.vue_vue_type_script_setup_true_lang.js +0 -175
- package/dist/primitives/SpeedDial/SpeedDial.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/Spinner/Spinner.js +0 -7
- package/dist/primitives/Spinner/Spinner.js.map +0 -1
- package/dist/primitives/Spinner/Spinner.vue.d.ts.map +0 -1
- package/dist/primitives/Spinner/Spinner.vue_vue_type_script_setup_true_lang.js +0 -63
- package/dist/primitives/Spinner/Spinner.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/Stepper/Stepper.js +0 -7
- package/dist/primitives/Stepper/Stepper.js.map +0 -1
- package/dist/primitives/Stepper/Stepper.vue.d.ts +0 -119
- package/dist/primitives/Stepper/Stepper.vue.d.ts.map +0 -1
- package/dist/primitives/Stepper/Stepper.vue_vue_type_script_setup_true_lang.js +0 -202
- package/dist/primitives/Stepper/Stepper.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/Surface/Surface.js +0 -7
- package/dist/primitives/Surface/Surface.js.map +0 -1
- package/dist/primitives/Surface/Surface.vue.d.ts.map +0 -1
- package/dist/primitives/Surface/Surface.vue_vue_type_script_setup_true_lang.js +0 -48
- package/dist/primitives/Surface/Surface.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/Switch/Switch.js +0 -7
- package/dist/primitives/Switch/Switch.js.map +0 -1
- package/dist/primitives/Switch/Switch.vue.d.ts.map +0 -1
- package/dist/primitives/Switch/Switch.vue_vue_type_script_setup_true_lang.js +0 -73
- package/dist/primitives/Switch/Switch.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/Tabs/Tabs.js +0 -7
- package/dist/primitives/Tabs/Tabs.js.map +0 -1
- package/dist/primitives/Tabs/Tabs.vue.d.ts.map +0 -1
- package/dist/primitives/Tabs/Tabs.vue_vue_type_script_setup_true_lang.js +0 -54
- package/dist/primitives/Tabs/Tabs.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/TagsInput/TagsInput.js +0 -7
- package/dist/primitives/TagsInput/TagsInput.js.map +0 -1
- package/dist/primitives/TagsInput/TagsInput.vue.d.ts +0 -156
- package/dist/primitives/TagsInput/TagsInput.vue.d.ts.map +0 -1
- package/dist/primitives/TagsInput/TagsInput.vue_vue_type_script_setup_true_lang.js +0 -387
- package/dist/primitives/TagsInput/TagsInput.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/TextField/TextField.js +0 -7
- package/dist/primitives/TextField/TextField.js.map +0 -1
- package/dist/primitives/TextField/TextField.vue.d.ts +0 -167
- package/dist/primitives/TextField/TextField.vue.d.ts.map +0 -1
- package/dist/primitives/TextField/TextField.vue_vue_type_script_setup_true_lang.js +0 -320
- package/dist/primitives/TextField/TextField.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/Textarea/Textarea.js +0 -7
- package/dist/primitives/Textarea/Textarea.js.map +0 -1
- package/dist/primitives/Textarea/Textarea.vue.d.ts +0 -148
- package/dist/primitives/Textarea/Textarea.vue.d.ts.map +0 -1
- package/dist/primitives/Textarea/Textarea.vue_vue_type_script_setup_true_lang.js +0 -250
- package/dist/primitives/Textarea/Textarea.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/TimePicker/TimePicker.js +0 -7
- package/dist/primitives/TimePicker/TimePicker.js.map +0 -1
- package/dist/primitives/TimePicker/TimePicker.vue.d.ts +0 -111
- package/dist/primitives/TimePicker/TimePicker.vue.d.ts.map +0 -1
- package/dist/primitives/TimePicker/TimePicker.vue_vue_type_script_setup_true_lang.js +0 -185
- package/dist/primitives/TimePicker/TimePicker.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/Toast/Toast.js +0 -8
- package/dist/primitives/Toast/Toast.js.map +0 -1
- package/dist/primitives/Toast/Toast.vue.d.ts +0 -72
- package/dist/primitives/Toast/Toast.vue.d.ts.map +0 -1
- package/dist/primitives/Toast/Toast.vue_vue_type_script_setup_true_lang.js +0 -62
- package/dist/primitives/Toast/Toast.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/Toast/ToastItem.js +0 -7
- package/dist/primitives/Toast/ToastItem.js.map +0 -1
- package/dist/primitives/Toast/ToastItem.vue.d.ts +0 -95
- package/dist/primitives/Toast/ToastItem.vue.d.ts.map +0 -1
- package/dist/primitives/Toast/ToastItem.vue_vue_type_script_setup_true_lang.js +0 -114
- package/dist/primitives/Toast/ToastItem.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/Tooltip/Tooltip.js +0 -7
- package/dist/primitives/Tooltip/Tooltip.js.map +0 -1
- package/dist/primitives/Tooltip/Tooltip.vue.d.ts +0 -52
- package/dist/primitives/Tooltip/Tooltip.vue.d.ts.map +0 -1
- package/dist/primitives/Tooltip/Tooltip.vue_vue_type_script_setup_true_lang.js +0 -56
- package/dist/primitives/Tooltip/Tooltip.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/primitives/WindowControls/WindowControls.js +0 -7
- package/dist/primitives/WindowControls/WindowControls.js.map +0 -1
- package/dist/primitives/WindowControls/WindowControls.vue.d.ts +0 -97
- package/dist/primitives/WindowControls/WindowControls.vue.d.ts.map +0 -1
- package/dist/primitives/WindowControls/WindowControls.vue_vue_type_script_setup_true_lang.js +0 -121
- package/dist/primitives/WindowControls/WindowControls.vue_vue_type_script_setup_true_lang.js.map +0 -1
- package/dist/theme.js +0 -171
- package/dist/theme.js.map +0 -1
- /package/dist/{blocks/AppHeader → packages/blocks/app-header/src}/AppHeader.vue.d.ts +0 -0
- /package/dist/{blocks/DashboardGrid → packages/blocks/dashboard-grid/src}/DashboardGrid.vue.d.ts +0 -0
- /package/dist/{blocks/EmptyState → packages/blocks/empty-state/src}/EmptyState.vue.d.ts +0 -0
- /package/dist/{blocks/ErrorState → packages/blocks/error-state/src}/ErrorState.vue.d.ts +0 -0
- /package/dist/{blocks/FormActions → packages/blocks/form-actions/src}/FormActions.vue.d.ts +0 -0
- /package/dist/{blocks/FormSection → packages/blocks/form-section/src}/FormSection.vue.d.ts +0 -0
- /package/dist/{blocks/LoadingState → packages/blocks/loading-state/src}/LoadingState.vue.d.ts +0 -0
- /package/dist/{blocks/PageHeader → packages/blocks/page-header/src}/PageHeader.vue.d.ts +0 -0
- /package/dist/{blocks/RowActions → packages/blocks/row-actions/src}/RowActions.vue.d.ts +0 -0
- /package/dist/{blocks/SidebarNav → packages/blocks/sidebar-nav/src}/SidebarNav.vue.d.ts +0 -0
- /package/dist/{composition/Center → packages/composition/center/src}/Center.vue.d.ts +0 -0
- /package/dist/{composition/Frame → packages/composition/frame/src}/Frame.vue.d.ts +0 -0
- /package/dist/{composition/Grid → packages/composition/grid/src}/Grid.vue.d.ts +0 -0
- /package/dist/{composition/Inline → packages/composition/inline/src}/Inline.vue.d.ts +0 -0
- /package/dist/{composition/ScrollReel → packages/composition/scroll-reel/src}/ScrollReel.vue.d.ts +0 -0
- /package/dist/{composition/Sidebar → packages/composition/sidebar/src}/Sidebar.vue.d.ts +0 -0
- /package/dist/{composition/Split → packages/composition/split/src}/Split.vue.d.ts +0 -0
- /package/dist/{composition/Stack → packages/composition/stack/src}/Stack.vue.d.ts +0 -0
- /package/dist/{lib → packages/core/src}/attrs.d.ts +0 -0
- /package/dist/{lib → packages/core/src}/cn.d.ts +0 -0
- /package/dist/{lib → packages/core/src}/icon-defaults.d.ts +0 -0
- /package/dist/{lib → packages/core/src}/motion.d.ts +0 -0
- /package/dist/{lib → packages/core/src}/props.d.ts +0 -0
- /package/dist/{lib → packages/core/src}/theme.d.ts +0 -0
- /package/dist/{lib → packages/labels/src}/ancestor-disabled.d.ts +0 -0
- /package/dist/{lib → packages/labels/src}/count-labels.d.ts +0 -0
- /package/dist/{lib → packages/labels/src}/date-labels.d.ts +0 -0
- /package/dist/{lib → packages/labels/src}/field-context.d.ts +0 -0
- /package/dist/{lib → packages/labels/src}/labels.d.ts +0 -0
- /package/dist/{layouts/AppShell → packages/layouts/app-shell/src}/AppShell.vue.d.ts +0 -0
- /package/dist/{layouts/Centered → packages/layouts/centered/src}/Centered.vue.d.ts +0 -0
- /package/dist/{layouts/Dashboard → packages/layouts/dashboard/src}/Dashboard.vue.d.ts +0 -0
- /package/dist/{layouts/FormLayout → packages/layouts/form-layout/src}/FormLayout.vue.d.ts +0 -0
- /package/dist/{layouts/MasterDetail → packages/layouts/master-detail/src}/MasterDetail.vue.d.ts +0 -0
- /package/dist/{layouts/Reading → packages/layouts/reading/src}/Reading.vue.d.ts +0 -0
- /package/dist/{layouts/Settings → packages/layouts/settings/src}/Settings.vue.d.ts +0 -0
- /package/dist/{layouts/SplitLayout → packages/layouts/split-layout/src}/SplitLayout.vue.d.ts +0 -0
- /package/dist/{primitives/Badge → packages/primitives/badge/src}/Badge.vue.d.ts +0 -0
- /package/dist/{primitives/Breadcrumb → packages/primitives/breadcrumb/src}/Breadcrumb.vue.d.ts +0 -0
- /package/dist/{primitives/Checkbox → packages/primitives/checkbox/src}/Checkbox.vue.d.ts +0 -0
- /package/dist/{primitives/ContextMenu → packages/primitives/context-menu/src}/ContextMenu.vue.d.ts +0 -0
- /package/dist/{primitives/DropdownMenu → packages/primitives/dropdown-menu/src}/DropdownMenu.vue.d.ts +0 -0
- /package/dist/{primitives/Field → packages/primitives/field/src}/Field.vue.d.ts +0 -0
- /package/dist/{primitives/Fieldset → packages/primitives/fieldset/src}/Fieldset.vue.d.ts +0 -0
- /package/dist/{primitives/IconButton → packages/primitives/icon-button/src}/IconButton.vue.d.ts +0 -0
- /package/dist/{primitives/InlineError → packages/primitives/inline-error/src}/InlineError.vue.d.ts +0 -0
- /package/dist/{primitives/Menubar → packages/primitives/menubar/src}/Menubar.vue.d.ts +0 -0
- /package/dist/{primitives/RadioGroup → packages/primitives/radio-group/src}/RadioGroup.vue.d.ts +0 -0
- /package/dist/{primitives/ScrollArea → packages/primitives/scroll-area/src}/ScrollArea.vue.d.ts +0 -0
- /package/dist/{primitives/SegmentedControl → packages/primitives/segmented-control/src}/SegmentedControl.vue.d.ts +0 -0
- /package/dist/{primitives/Select → packages/primitives/select/src}/Select.vue.d.ts +0 -0
- /package/dist/{primitives/Separator → packages/primitives/separator/src}/Separator.vue.d.ts +0 -0
- /package/dist/{primitives/Skeleton → packages/primitives/skeleton/src}/Skeleton.vue.d.ts +0 -0
- /package/dist/{primitives/SpeedDial → packages/primitives/speed-dial/src}/SpeedDial.vue.d.ts +0 -0
- /package/dist/{primitives/Spinner → packages/primitives/spinner/src}/Spinner.vue.d.ts +0 -0
- /package/dist/{primitives/Surface → packages/primitives/surface/src}/Surface.vue.d.ts +0 -0
- /package/dist/{primitives/Switch → packages/primitives/switch/src}/Switch.vue.d.ts +0 -0
- /package/dist/{primitives/Tabs → packages/primitives/tabs/src}/Tabs.vue.d.ts +0 -0
|
@@ -0,0 +1,779 @@
|
|
|
1
|
+
import type { CountLabels } from "./count-labels";
|
|
2
|
+
import type { DateValue } from "@internationalized/date";
|
|
3
|
+
import type { LabelOf } from "./labels";
|
|
4
|
+
/** What a cell accepts, and what keyboard a phone raises for it. `numeric` is digits only; `text` takes any character, for an alphanumeric backup code. */
|
|
5
|
+
export type OtpInputType = "numeric" | "text";
|
|
6
|
+
/** Why a file the reader offered was not added to the list. */
|
|
7
|
+
export type FileUploadRejectReason = "too-large" | "type" | "duplicate" | "too-many";
|
|
8
|
+
/** One refused file, paired with the rule that refused it. */
|
|
9
|
+
export interface FileUploadRejection {
|
|
10
|
+
/** The file as the browser handed it over — untouched, so a host can report on it. */
|
|
11
|
+
file: File;
|
|
12
|
+
/** Which rule turned it away. */
|
|
13
|
+
reason: FileUploadRejectReason;
|
|
14
|
+
}
|
|
15
|
+
/** Which rule turned a value away. */
|
|
16
|
+
export type TagsInputRejectReason = "duplicate" | "max";
|
|
17
|
+
/** One value the field would not take, and the rule that refused it. */
|
|
18
|
+
export interface TagsInputRejection {
|
|
19
|
+
/** The value as it would have been committed — trimmed, exactly as a token would read. */
|
|
20
|
+
readonly value: string;
|
|
21
|
+
/** Which rule refused it. */
|
|
22
|
+
readonly reason: TagsInputRejectReason;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* The two buttons, which are the whole of what this component says on its own
|
|
26
|
+
* account: the title and the consequence line are the host's, and there is no
|
|
27
|
+
* body slot for anything else to arrive through.
|
|
28
|
+
*
|
|
29
|
+
* These were `confirmLabel` and `cancelLabel` props, and folding them in here
|
|
30
|
+
* is not a rename. A prop default is per-instance by construction, so
|
|
31
|
+
* "Confirm" and "Cancel" were the two strings in this library that a host
|
|
32
|
+
* could correct at every call site and nowhere else — an application in
|
|
33
|
+
* Vietnamese had to restate `cancelLabel` on every alert it rendered, and
|
|
34
|
+
* forgetting one left an English button in the middle of a Vietnamese
|
|
35
|
+
* decision. As a slot, `cancel` is set once for the application and `confirm`
|
|
36
|
+
* is corrected per instance, which is the split these two actually want.
|
|
37
|
+
*/
|
|
38
|
+
export interface AlertDialogLabels {
|
|
39
|
+
/**
|
|
40
|
+
* The action button. **Replace it with the verb it performs** — "Delete",
|
|
41
|
+
* "Discard", "Leave without saving". The default is a placeholder: "Confirm"
|
|
42
|
+
* tells a reader they are confirming and not what.
|
|
43
|
+
*/
|
|
44
|
+
readonly confirm: string;
|
|
45
|
+
/**
|
|
46
|
+
* The way out, and the control that opens with focus. Unlike `confirm` this
|
|
47
|
+
* one usually is the same word everywhere in an application, which is what
|
|
48
|
+
* makes a vocabulary rather than a prop the right home for it.
|
|
49
|
+
*/
|
|
50
|
+
readonly cancel: string;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* The two sentences the row says that are not a member's own name.
|
|
54
|
+
*
|
|
55
|
+
* **`accent` is one key and not a name, a comma and a qualifier.** Where the
|
|
56
|
+
* qualifier sits relative to the name, and whether a comma is what separates
|
|
57
|
+
* them at all, is a property of the language — Loom joining `${who}, ${what}`
|
|
58
|
+
* has already answered both, in English, for every host that translates the
|
|
59
|
+
* two halves. The name arrives raw because it is the caller's own data rather
|
|
60
|
+
* than anything Loom formatted, and the empty case arrives too: a face with no
|
|
61
|
+
* `alt` and no `fallback` still carries the accent variant, and the accent
|
|
62
|
+
* label alone is the honest reading of it.
|
|
63
|
+
*
|
|
64
|
+
* `overflow` takes the count for the reason every counted message here does —
|
|
65
|
+
* "3 more" is a plural category English collapses and Russian does not.
|
|
66
|
+
*/
|
|
67
|
+
export interface AvatarGroupLabels {
|
|
68
|
+
/** The counter tile at the end of the row, named for how many faces it stands in for. */
|
|
69
|
+
readonly overflow: LabelOf<{
|
|
70
|
+
count: number;
|
|
71
|
+
}>;
|
|
72
|
+
/** One member's whole name, with the accent qualifier already worked into it. `name` is empty when the member gave neither an `alt` nor a `fallback`. */
|
|
73
|
+
readonly accent: LabelOf<{
|
|
74
|
+
name: string;
|
|
75
|
+
}>;
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* Everything this picker publishes to assistive technology, and none of it is
|
|
79
|
+
* optional: a saturation surface, two thumbs and a row of coloured squares
|
|
80
|
+
* carry no text at all, so a name missing here is a control announced as
|
|
81
|
+
* "slider" and nothing else.
|
|
82
|
+
*
|
|
83
|
+
* Six of the nine replace a string Reka UI writes in English inside its own
|
|
84
|
+
* render function, with no prop to reach it — `ColorAreaThumb`'s
|
|
85
|
+
* `Saturation, Brightness`, `ColorSliderThumb`'s `Hue`, the three
|
|
86
|
+
* `aria-roledescription`s (`Color picker`, `Color thumb`, `color swatch`) and
|
|
87
|
+
* the colour *name* `ColorSwatch` and `ColorSwatchPickerItem` derive from the
|
|
88
|
+
* hex. Loom binds over each one, which works for the reason
|
|
89
|
+
* `docs/foundations/localisation.md` sets out: Vue merges a caller's
|
|
90
|
+
* fallthrough attributes after the render function that produced the vnode, and
|
|
91
|
+
* for everything but `class`, `style` and `on*` the later value wins.
|
|
92
|
+
*
|
|
93
|
+
* **`swatch` defaults to the hex rather than to a colour name**, and that is a
|
|
94
|
+
* deliberate loss. Reka answers "vibrant red"; its `getColorName` is not part
|
|
95
|
+
* of the package's public surface, so Loom cannot delegate to it, and inventing
|
|
96
|
+
* a second English colour vocabulary here would be shipping translations — the
|
|
97
|
+
* one thing this seam exists to avoid. `#ef4444` is at least the value itself,
|
|
98
|
+
* in no language, and a host with real colour names supplies them through this
|
|
99
|
+
* key.
|
|
100
|
+
*
|
|
101
|
+
* `aria-roledescription` is exposed rather than suppressed because an empty one
|
|
102
|
+
* is not a neutral choice either: it drops the phrase and leaves the screen
|
|
103
|
+
* reader's own localised role announcement, which is what a host may well want
|
|
104
|
+
* — setting the key to `""` is how they ask for it.
|
|
105
|
+
*/
|
|
106
|
+
export interface ColorPickerLabels {
|
|
107
|
+
/** The saturation/brightness surface. Reka gives it `role="application"` and hands it every key press, so this name is what tells a reader where those keys are going. */
|
|
108
|
+
readonly area: string;
|
|
109
|
+
/** Replaces Reka's `aria-roledescription` on that surface (`Color picker`). */
|
|
110
|
+
readonly areaRoleDescription: string;
|
|
111
|
+
/** The two-axis thumb inside the surface. */
|
|
112
|
+
readonly areaThumb: string;
|
|
113
|
+
/** Replaces Reka's `aria-roledescription` on that thumb (`Color thumb`). */
|
|
114
|
+
readonly areaThumbRoleDescription: string;
|
|
115
|
+
/**
|
|
116
|
+
* What that thumb reports as its value on every arrow key, replacing the
|
|
117
|
+
* `aria-valuetext="Saturation 60, Brightness 80"` Reka builds from its own
|
|
118
|
+
* English channel names.
|
|
119
|
+
*
|
|
120
|
+
* It is the one string in this control a reader hears repeatedly rather than
|
|
121
|
+
* once, and both numbers arrive raw so a host can order the sentence its own
|
|
122
|
+
* way and put the digits through `Intl.NumberFormat`.
|
|
123
|
+
*/
|
|
124
|
+
readonly areaValue: LabelOf<{
|
|
125
|
+
saturation: number;
|
|
126
|
+
brightness: number;
|
|
127
|
+
}>;
|
|
128
|
+
/** The hue slider's thumb. */
|
|
129
|
+
readonly hue: string;
|
|
130
|
+
/** The hex field — the picker's one non-colour channel, and its only real form control. */
|
|
131
|
+
readonly hex: string;
|
|
132
|
+
/** The preset row, which is a listbox. */
|
|
133
|
+
readonly presets: string;
|
|
134
|
+
/** One colour named: the swatch beside the hex field and every preset square. */
|
|
135
|
+
readonly swatch: LabelOf<{
|
|
136
|
+
color: string;
|
|
137
|
+
}>;
|
|
138
|
+
/** Replaces Reka's `aria-roledescription` on the swatch beside the hex field (`color swatch`). */
|
|
139
|
+
readonly swatchRoleDescription: string;
|
|
140
|
+
}
|
|
141
|
+
/**
|
|
142
|
+
* Everything this control says that does not come from the host's own options.
|
|
143
|
+
*
|
|
144
|
+
* `trigger` replaces a name Reka UI writes in English of its own accord:
|
|
145
|
+
* `ComboboxTrigger` puts `aria-label="Show popup"` in its own vnode props and
|
|
146
|
+
* exposes no prop for it, so without this the chevron is the one control on a
|
|
147
|
+
* fully localised form still speaking English. A binding on the Loom side
|
|
148
|
+
* arrives as a fallthrough attribute, which Vue merges onto the root vnode
|
|
149
|
+
* after Reka's render function produced it, and `mergeProps` is last-write-wins
|
|
150
|
+
* for everything that is not `class`, `style` or `on*` — so it replaces Reka's
|
|
151
|
+
* rather than competing with it.
|
|
152
|
+
*
|
|
153
|
+
* `empty` is Loom's own, and it is the default beneath the `emptyMessage`
|
|
154
|
+
* prop rather than a competitor to it: the prop is the wording for one box —
|
|
155
|
+
* "No country by that name" — and this is what every other box says.
|
|
156
|
+
*
|
|
157
|
+
* The two multi-select keys take the **number**, never a formatted string, for
|
|
158
|
+
* the reason `src/lib/labels.ts` gives at length: "3 selected" has one plural
|
|
159
|
+
* form in Vietnamese, two in English and six in Arabic, and `+47` is a
|
|
160
|
+
* punctuation choice made in one language. A host handed the integer reaches
|
|
161
|
+
* `Intl.PluralRules` for the category and `Intl.NumberFormat` for the digits.
|
|
162
|
+
*/
|
|
163
|
+
export interface ComboboxLabels {
|
|
164
|
+
/** The chevron that opens the list. It is not a Tab stop; this is what a screen reader reads on it. */
|
|
165
|
+
readonly trigger: string;
|
|
166
|
+
/** The row shown in place of the list when the filter matches nothing, unless `emptyMessage` says otherwise. */
|
|
167
|
+
readonly empty: string;
|
|
168
|
+
/**
|
|
169
|
+
* How many options are chosen, read out when the box takes focus.
|
|
170
|
+
*
|
|
171
|
+
* Multi-select only, and the only thing that tells a reader the size of a
|
|
172
|
+
* selection without walking the list: the trigger shows the first few tokens
|
|
173
|
+
* and a count for the rest, and neither is announced on its own.
|
|
174
|
+
*/
|
|
175
|
+
readonly count: LabelOf<{
|
|
176
|
+
count: number;
|
|
177
|
+
}>;
|
|
178
|
+
/** The visible summary standing in for the tokens the trigger did not have room for. */
|
|
179
|
+
readonly overflow: LabelOf<{
|
|
180
|
+
hidden: number;
|
|
181
|
+
}>;
|
|
182
|
+
}
|
|
183
|
+
/**
|
|
184
|
+
* The strings this control says that no other member of the family says: the
|
|
185
|
+
* two half-group names and the status line above the grids.
|
|
186
|
+
*
|
|
187
|
+
* They are **not** shared with `DateTimeRangePicker`, which says both in
|
|
188
|
+
* different words and from different facts — `Start date` against `Start date
|
|
189
|
+
* and time`, a count of whole days against a signed duration. A key shared
|
|
190
|
+
* between them would have to be a sentence that is never true of both. Its
|
|
191
|
+
* calendar cells' names *are* shared, in `rangeCell`, because those differ in
|
|
192
|
+
* neither.
|
|
193
|
+
*
|
|
194
|
+
* The segment names and the calendar chrome, which every one of the five
|
|
195
|
+
* shares, come from `src/lib/date-labels.ts` too.
|
|
196
|
+
*/
|
|
197
|
+
export interface DateRangeLabels {
|
|
198
|
+
/** The group holding the first half of the field. Reka names a segment `day` or `year` alone, which is two identical sets of three names with nothing to tell the ends apart. */
|
|
199
|
+
readonly startDate: string;
|
|
200
|
+
/** The group holding the second half of the field. */
|
|
201
|
+
readonly endDate: string;
|
|
202
|
+
/**
|
|
203
|
+
* The `role="status"` line above the grids — what has been chosen, what is
|
|
204
|
+
* wanted next, and how long the finished span is.
|
|
205
|
+
*
|
|
206
|
+
* One message rather than four phrases and a joiner. Which end is chosen,
|
|
207
|
+
* whether a count follows the dates or precedes them, and how "7 days" is
|
|
208
|
+
* written are all properties of a language, and a control that emitted them
|
|
209
|
+
* as separate nodes would have decided all three in English.
|
|
210
|
+
*
|
|
211
|
+
* `days` counts **both ends**, which is how a reader counts a booking: the
|
|
212
|
+
* 14th to the 20th is seven days. It arrives as a number so the plural
|
|
213
|
+
* category is the host's to select — Loom ships no plural engine — and
|
|
214
|
+
* `locale` arrives with it only because Loom's own English default has to
|
|
215
|
+
* format the two dates somehow. A host replacing this formats with whatever
|
|
216
|
+
* their application already uses and ignores it.
|
|
217
|
+
*/
|
|
218
|
+
readonly status: LabelOf<{
|
|
219
|
+
locale: string;
|
|
220
|
+
start: DateValue | undefined;
|
|
221
|
+
end: DateValue | undefined;
|
|
222
|
+
days: number | undefined;
|
|
223
|
+
}>;
|
|
224
|
+
}
|
|
225
|
+
/**
|
|
226
|
+
* The strings this control says that no other member of the family says: the
|
|
227
|
+
* two half-group names and the status line above the grids.
|
|
228
|
+
*
|
|
229
|
+
* They are **not** shared with `DateRangePicker`, which says both in different
|
|
230
|
+
* words and from different facts — `Start date` against `Start date and time`,
|
|
231
|
+
* a count of whole days against a signed duration. A key shared between them
|
|
232
|
+
* would have to be a sentence that is never true of both. Its calendar cells'
|
|
233
|
+
* names *are* shared, in `rangeCell`, because those differ in neither.
|
|
234
|
+
*
|
|
235
|
+
* The segment names and the calendar chrome, which every one of the five
|
|
236
|
+
* shares, come from `src/lib/date-labels.ts` too.
|
|
237
|
+
*/
|
|
238
|
+
export interface DateTimeRangeLabels {
|
|
239
|
+
/** The group holding the first half of the field. Reka names a segment `hour` or `year` alone, which is ten segments and two identical sets of five names with nothing to tell the ends apart. */
|
|
240
|
+
readonly startDate: string;
|
|
241
|
+
/** The group holding the second half of the field. */
|
|
242
|
+
readonly endDate: string;
|
|
243
|
+
/**
|
|
244
|
+
* The `role="status"` line above the grids — what has been chosen, what is
|
|
245
|
+
* wanted next, how long the finished span is, and whether it runs backwards.
|
|
246
|
+
*
|
|
247
|
+
* **One message rather than four sentences and a joiner**, and that collapse
|
|
248
|
+
* is what deleted this control's hand-rolled pluraliser rather than moving
|
|
249
|
+
* it. `minutes` is the whole duration as a number, so a host builds "2 days
|
|
250
|
+
* 3 hours" with `Intl.DurationFormat`, `Intl.PluralRules` or their own
|
|
251
|
+
* translation file — Loom ships no plural engine and appends no `"s"`.
|
|
252
|
+
*
|
|
253
|
+
* `minutes` is **signed**: negative means the end falls before the start,
|
|
254
|
+
* which within a single day only the times can decide and which nothing in
|
|
255
|
+
* the grid distinguishes. It is `undefined` while the range is half made.
|
|
256
|
+
*
|
|
257
|
+
* `locale`, `hour12` and `seconds` arrive only because Loom's own English
|
|
258
|
+
* default has to format the two instants somehow, and they are the control's
|
|
259
|
+
* own props rather than anything it has already decided. A host replacing
|
|
260
|
+
* this formats with whatever their application already uses and ignores all
|
|
261
|
+
* three.
|
|
262
|
+
*/
|
|
263
|
+
readonly status: LabelOf<{
|
|
264
|
+
locale: string;
|
|
265
|
+
start: DateValue | undefined;
|
|
266
|
+
end: DateValue | undefined;
|
|
267
|
+
minutes: number | undefined;
|
|
268
|
+
hour12: boolean | undefined;
|
|
269
|
+
seconds: boolean;
|
|
270
|
+
}>;
|
|
271
|
+
}
|
|
272
|
+
/**
|
|
273
|
+
* The one thing this component says on its own account.
|
|
274
|
+
*
|
|
275
|
+
* Everything else on the surface is the host's — `title`, `description`, the
|
|
276
|
+
* body and the footer all arrive as props or slots — so the corner close
|
|
277
|
+
* control is the whole of Dialog's vocabulary. Its glyph is `aria-hidden` by
|
|
278
|
+
* construction, which makes this name the only thing a screen reader has to go
|
|
279
|
+
* on rather than a nicety on top of visible text.
|
|
280
|
+
*/
|
|
281
|
+
export interface DialogLabels {
|
|
282
|
+
/** The corner control that dismisses the dialog. */
|
|
283
|
+
readonly close: string;
|
|
284
|
+
}
|
|
285
|
+
/**
|
|
286
|
+
* The one thing this component says on its own account. The title, the
|
|
287
|
+
* description, the body and the footer are all the host's; the drag handle is
|
|
288
|
+
* `aria-hidden` and unfocusable by Reka's own design, so it says nothing at
|
|
289
|
+
* all.
|
|
290
|
+
*
|
|
291
|
+
* The close control's glyph is `aria-hidden`, which makes this name the only
|
|
292
|
+
* thing a screen reader has to go on — and unlike Dialog's, this control is
|
|
293
|
+
* unconditional, so a drawer always publishes it.
|
|
294
|
+
*/
|
|
295
|
+
export interface DrawerLabels {
|
|
296
|
+
/** The corner control that dismisses the panel. */
|
|
297
|
+
readonly close: string;
|
|
298
|
+
}
|
|
299
|
+
/**
|
|
300
|
+
* Everything this control publishes to assistive technology — and every one of
|
|
301
|
+
* these replaces a name Reka UI would otherwise supply in English of its own
|
|
302
|
+
* accord.
|
|
303
|
+
*
|
|
304
|
+
* `input` stands in for the `aria-label="editable input"` Reka writes into
|
|
305
|
+
* `EditableInput`'s own vnode; `submit` and `cancel` for the `aria-label`s and
|
|
306
|
+
* the visible `Submit` / `Cancel` text its two triggers render. A binding on
|
|
307
|
+
* the Loom side arrives as a fallthrough attribute, which Vue merges onto the
|
|
308
|
+
* root vnode *after* the render function produced it, and `mergeProps` is
|
|
309
|
+
* last-write-wins for everything that is not `class`, `style` or `on*` — so
|
|
310
|
+
* these replace Reka's rather than competing with it. Removing one does not
|
|
311
|
+
* fall back to nothing: it falls back to Reka's English, which no test of
|
|
312
|
+
* Loom's own strings would catch, and which `Editable.test.ts` therefore pins
|
|
313
|
+
* by reading the rendered attribute back.
|
|
314
|
+
*
|
|
315
|
+
* `edit` is Loom's own, and it is the one that decides whether this component
|
|
316
|
+
* is accessible at all. Edit-in-place fails a screen reader by looking like
|
|
317
|
+
* text and therefore reading like text; this word is what the preview appends
|
|
318
|
+
* to its value so it announces as something a reader can act on.
|
|
319
|
+
*/
|
|
320
|
+
export interface EditableLabels {
|
|
321
|
+
/**
|
|
322
|
+
* Appended to the preview's accessible name, after the value, so the text
|
|
323
|
+
* announces as a control rather than as prose. It is what a reader hears at
|
|
324
|
+
* the end of "Quarterly report, Edit, button".
|
|
325
|
+
*/
|
|
326
|
+
readonly edit: string;
|
|
327
|
+
/**
|
|
328
|
+
* The editor's own name, used only where nothing else names it — no
|
|
329
|
+
* wrapping [Field](../Field/Field.vue), no `ariaLabel`, no `aria-labelledby`.
|
|
330
|
+
* Naming the *kind* of value it holds beats naming the widget.
|
|
331
|
+
*/
|
|
332
|
+
readonly input: string;
|
|
333
|
+
/** The button that commits the edit. */
|
|
334
|
+
readonly submit: string;
|
|
335
|
+
/** The button that abandons it and restores the previous value. */
|
|
336
|
+
readonly cancel: string;
|
|
337
|
+
/**
|
|
338
|
+
* Announced when a submit is refused because the box was left empty and
|
|
339
|
+
* `allowEmpty` is off. The value is the one that was restored, so a host can
|
|
340
|
+
* say what came back rather than only that something did — see `LabelOf` in
|
|
341
|
+
* `src/lib/labels.ts` for why it arrives as a value and not as a sentence.
|
|
342
|
+
*/
|
|
343
|
+
readonly restored: LabelOf<{
|
|
344
|
+
value: string;
|
|
345
|
+
}>;
|
|
346
|
+
}
|
|
347
|
+
/**
|
|
348
|
+
* Everything this control puts in front of a reader that is not a file name —
|
|
349
|
+
* and it is the most prose in the library, which is why every one of these
|
|
350
|
+
* takes raw values and returns a finished string.
|
|
351
|
+
*
|
|
352
|
+
* **Every size arrives as a byte count, never as `"5 MB"`.** The unit ladder,
|
|
353
|
+
* the decimal separator and the space before the unit are all language
|
|
354
|
+
* decisions: `formatBytes` above writes `1,5 MB` nowhere and `%42` never, and
|
|
355
|
+
* a host handed the number reaches `Intl.NumberFormat` for both. Handing over
|
|
356
|
+
* a string Loom had already formatted would make Loom's English the only
|
|
357
|
+
* arithmetic anyone could do.
|
|
358
|
+
*
|
|
359
|
+
* **`rejected` takes the whole list, not one refusal at a time.** Loom joined
|
|
360
|
+
* four sentences with a space before this, and a joiner is a fragment — the
|
|
361
|
+
* character between two sentences is a property of the script, and a language
|
|
362
|
+
* that would rather say "3 files were refused" than list them cannot get there
|
|
363
|
+
* from a per-file message. One function over the list can say either.
|
|
364
|
+
*
|
|
365
|
+
* **`remove` and `rejected` are handed the `File` itself**, not its name, for
|
|
366
|
+
* the same reason: a host that would rather name the row by index, or truncate
|
|
367
|
+
* a long name from the middle, has the whole object to work from.
|
|
368
|
+
*/
|
|
369
|
+
export interface FileUploadLabels {
|
|
370
|
+
/** The zone's own line of copy, which is also the file input's accessible name. The `label` prop overrides it for one zone. */
|
|
371
|
+
readonly zone: LabelOf<{
|
|
372
|
+
multiple: boolean;
|
|
373
|
+
}>;
|
|
374
|
+
/** The smaller line under it, stating the size limit. The `hint` prop overrides it for one zone. */
|
|
375
|
+
readonly hint: LabelOf<{
|
|
376
|
+
maxSize: number;
|
|
377
|
+
}>;
|
|
378
|
+
/** The size shown against one chosen file. */
|
|
379
|
+
readonly size: LabelOf<{
|
|
380
|
+
bytes: number;
|
|
381
|
+
}>;
|
|
382
|
+
/** The button that takes one file back out of the list. */
|
|
383
|
+
readonly remove: LabelOf<{
|
|
384
|
+
file: File;
|
|
385
|
+
}>;
|
|
386
|
+
/** Everything refused by one interaction, as one message. `maxSize` is `undefined` when no limit is set. */
|
|
387
|
+
readonly rejected: LabelOf<{
|
|
388
|
+
rejections: readonly FileUploadRejection[];
|
|
389
|
+
maxSize: number | undefined;
|
|
390
|
+
}>;
|
|
391
|
+
}
|
|
392
|
+
/**
|
|
393
|
+
* What a screen reader is told when the caller passes no `label` — which is
|
|
394
|
+
* every string this component can utter, because a marker that renders nothing
|
|
395
|
+
* but a coloured circle has no text of its own to fall back on.
|
|
396
|
+
*
|
|
397
|
+
* The four presence keys are named for the four `IndicatorStatus` members and
|
|
398
|
+
* resolved by lookup, so a status added to the union without a name for it is a
|
|
399
|
+
* compile error rather than an unnamed dot.
|
|
400
|
+
*
|
|
401
|
+
* `count` takes the number and not a formatted string: "3 unread" is a plural
|
|
402
|
+
* category in most languages and a digit shape in several, and a component
|
|
403
|
+
* whose whole job is to show a small integer has no business deciding either.
|
|
404
|
+
* It also reports the *real* figure rather than the clamped `99+` — see the
|
|
405
|
+
* comment on `name` below.
|
|
406
|
+
*/
|
|
407
|
+
export interface IndicatorLabels {
|
|
408
|
+
/** The `online` dot. */
|
|
409
|
+
readonly online: string;
|
|
410
|
+
/** The `offline` dot. */
|
|
411
|
+
readonly offline: string;
|
|
412
|
+
/** The `busy` dot. */
|
|
413
|
+
readonly busy: string;
|
|
414
|
+
/** The `away` dot. */
|
|
415
|
+
readonly away: string;
|
|
416
|
+
/** The `count` pill, named for how many things it counts. */
|
|
417
|
+
readonly count: LabelOf<{
|
|
418
|
+
count: number;
|
|
419
|
+
}>;
|
|
420
|
+
/** A dot with no `status`: something changed here, and nothing more specific. */
|
|
421
|
+
readonly attention: string;
|
|
422
|
+
}
|
|
423
|
+
/**
|
|
424
|
+
* Everything this control publishes to assistive technology — and all three of
|
|
425
|
+
* these are names Reka UI would otherwise supply in English of its own accord.
|
|
426
|
+
*
|
|
427
|
+
* `increment` and `decrement` are the stepper buttons, which Reka labels
|
|
428
|
+
* `Increase` and `Decrease` inside its own render function with no prop to
|
|
429
|
+
* reach them by. `roleDescription` replaces the `aria-roledescription="Number
|
|
430
|
+
* field"` Reka writes on the spinbutton itself — the phrase a screen reader
|
|
431
|
+
* announces *in place of* "spin button", so leaving it unreachable means a
|
|
432
|
+
* fully localised form still names its own control in English.
|
|
433
|
+
*
|
|
434
|
+
* A binding on the Loom side arrives as a fallthrough attribute, which Vue
|
|
435
|
+
* merges onto the root vnode after Reka's render function produced it, and
|
|
436
|
+
* `mergeProps` is last-write-wins for everything that is not `class`, `style`
|
|
437
|
+
* or `on*`. So these replace Reka's rather than competing with it, and
|
|
438
|
+
* `NumberField.test.ts` pins that by overriding each one and reading the DOM
|
|
439
|
+
* back — the check the wording alone cannot make, since Loom's English for the
|
|
440
|
+
* role description is the same phrase Reka chose.
|
|
441
|
+
*/
|
|
442
|
+
export interface NumberFieldLabels {
|
|
443
|
+
/** The stepper's up button. */
|
|
444
|
+
readonly increment: string;
|
|
445
|
+
/** The stepper's down button. */
|
|
446
|
+
readonly decrement: string;
|
|
447
|
+
/**
|
|
448
|
+
* What the field calls itself, announced in place of "spin button". Set it
|
|
449
|
+
* to the kind of number the field holds — "Rotation, in degrees" — where
|
|
450
|
+
* that is more use to a reader than the control's generic name.
|
|
451
|
+
*/
|
|
452
|
+
readonly roleDescription: string;
|
|
453
|
+
}
|
|
454
|
+
/**
|
|
455
|
+
* The one name this control publishes, and it replaces one Reka writes in
|
|
456
|
+
* English of its own accord: `PinInputInput` labels every cell
|
|
457
|
+
* `` `pin input ${index + 1} of ${length}` `` and exposes no prop for it.
|
|
458
|
+
*
|
|
459
|
+
* **One key, not "Digit" plus "Character" plus a joiner plus a position.** The
|
|
460
|
+
* noun and the two numbers arrive together in one argument object, and the
|
|
461
|
+
* variant — whether this row takes digits or any character — arrives with
|
|
462
|
+
* them, because which word a language uses for a cell and where the position
|
|
463
|
+
* sits relative to it are one decision rather than two. Four fragment keys
|
|
464
|
+
* Loom then joined would be a sentence no translator could reorder.
|
|
465
|
+
*
|
|
466
|
+
* `index` is 1-based: it is a position a person is being read, not an offset
|
|
467
|
+
* into an array, and handing over the 0-based one would make every override
|
|
468
|
+
* write `index + 1` before it could say anything.
|
|
469
|
+
*/
|
|
470
|
+
export interface OtpInputLabels {
|
|
471
|
+
/** One cell, named for what it takes and where it sits in the row. */
|
|
472
|
+
readonly cell: LabelOf<{
|
|
473
|
+
index: number;
|
|
474
|
+
length: number;
|
|
475
|
+
type: OtpInputType;
|
|
476
|
+
}>;
|
|
477
|
+
}
|
|
478
|
+
/**
|
|
479
|
+
* Everything this control publishes to assistive technology — including the six
|
|
480
|
+
* names Reka would otherwise supply in English of its own accord.
|
|
481
|
+
*
|
|
482
|
+
* `first`, `previous`, `next`, `last` and `page` are not decoration. Reka's
|
|
483
|
+
* `PaginationFirst` and its siblings write `aria-label="First Page"` into their
|
|
484
|
+
* own vnode props and expose no prop for it; `PaginationListItem` writes
|
|
485
|
+
* `` `Page ${value}` ``. A binding on the Loom side arrives as a fallthrough
|
|
486
|
+
* attribute, which Vue merges onto the root vnode *after* the render function
|
|
487
|
+
* produced it, and `mergeProps` is last-write-wins for everything that is not
|
|
488
|
+
* `class`, `style` or `on*`. So these replace Reka's rather than competing with
|
|
489
|
+
* it — the same mechanism `DateRangePicker`'s cell triggers have relied on
|
|
490
|
+
* since they landed, and `Pagination.test.ts` pins it by asserting the
|
|
491
|
+
* *capitalisation* Loom uses and Reka does not.
|
|
492
|
+
*
|
|
493
|
+
* `page` and `position` take the numbers rather than a formatted string, so an
|
|
494
|
+
* `ar-EG` host reaches `Intl.NumberFormat` for Eastern Arabic digits and a
|
|
495
|
+
* language that orders "of" differently can order it differently. See
|
|
496
|
+
* `LabelOf` in `src/lib/labels.ts`.
|
|
497
|
+
*/
|
|
498
|
+
export interface PaginationLabels {
|
|
499
|
+
/**
|
|
500
|
+
* The `<nav>` landmark's own name. A page commonly carries two of these —
|
|
501
|
+
* above and below a table — and two `<nav>`s named the same thing are as
|
|
502
|
+
* confusing to a screen reader as two named nothing, so give each one a name
|
|
503
|
+
* that says which it is.
|
|
504
|
+
*/
|
|
505
|
+
readonly nav: string;
|
|
506
|
+
/** The button that jumps to page one. */
|
|
507
|
+
readonly first: string;
|
|
508
|
+
/** The button that steps back one page. */
|
|
509
|
+
readonly previous: string;
|
|
510
|
+
/** The button that steps on one page. */
|
|
511
|
+
readonly next: string;
|
|
512
|
+
/** The button that jumps to the last page. */
|
|
513
|
+
readonly last: string;
|
|
514
|
+
/** One numbered button in the `full` variant, named for the page it reaches. */
|
|
515
|
+
readonly page: LabelOf<{
|
|
516
|
+
page: number;
|
|
517
|
+
}>;
|
|
518
|
+
/** The position readout the `compact` and `simple` variants publish. */
|
|
519
|
+
readonly position: LabelOf<{
|
|
520
|
+
page: number;
|
|
521
|
+
pageCount: number;
|
|
522
|
+
}>;
|
|
523
|
+
/** The ellipsis standing in for the pages the window had no room for. */
|
|
524
|
+
readonly ellipsis: string;
|
|
525
|
+
}
|
|
526
|
+
/**
|
|
527
|
+
* The one thing this bar prints, and the placeholder it prints instead when
|
|
528
|
+
* there is no percentage yet.
|
|
529
|
+
*
|
|
530
|
+
* **`value` takes both raw numbers and no formatting at all.** A hand-built
|
|
531
|
+
* `${Math.round(pct)}%` has already decided three things a component cannot
|
|
532
|
+
* know: that the sign trails the digits — Turkish writes `%42` — that the
|
|
533
|
+
* digits are Western Arabic, and that a percentage is the right reading of the
|
|
534
|
+
* pair at all. Handed `value` and `max`, a host reaches
|
|
535
|
+
* `Intl.NumberFormat(locale, { style: "percent" })` for the first two and can
|
|
536
|
+
* answer "3 of 4 steps" instead of "75%" for the third.
|
|
537
|
+
*
|
|
538
|
+
* The rounding therefore lives in Loom's default rather than in the component,
|
|
539
|
+
* so it is a wording choice a host replaces along with the words.
|
|
540
|
+
*/
|
|
541
|
+
export interface ProgressLabels {
|
|
542
|
+
/** The readout beside the track, from the clamped value and the scale it is out of. */
|
|
543
|
+
readonly value: LabelOf<{
|
|
544
|
+
value: number;
|
|
545
|
+
max: number;
|
|
546
|
+
}>;
|
|
547
|
+
/** What the readout prints while there is no percentage — never a false zero. */
|
|
548
|
+
readonly indeterminate: string;
|
|
549
|
+
}
|
|
550
|
+
/**
|
|
551
|
+
* The one thing this ring prints, and the placeholder it prints instead when
|
|
552
|
+
* there is no percentage yet. `Progress`'s keys, for the reason its whole
|
|
553
|
+
* contract is `Progress`'s — see `ProgressLabels` for why both raw numbers go
|
|
554
|
+
* over and nothing is formatted first.
|
|
555
|
+
*
|
|
556
|
+
* A separate slot rather than a shared one, though, and that is deliberate:
|
|
557
|
+
* the readout beside a bar has a line to itself, where this one sits inside a
|
|
558
|
+
* 40px circle at `text-micro`. "42% uploaded" fits the first and overflows the
|
|
559
|
+
* second, and one shared slot would leave a host no way to say so.
|
|
560
|
+
*/
|
|
561
|
+
export interface RadialProgressLabels {
|
|
562
|
+
/** The readout in the ring's centre, from the clamped value and the scale it is out of. */
|
|
563
|
+
readonly value: LabelOf<{
|
|
564
|
+
value: number;
|
|
565
|
+
max: number;
|
|
566
|
+
}>;
|
|
567
|
+
/** What the readout prints while there is no percentage — never a false zero. */
|
|
568
|
+
readonly indeterminate: string;
|
|
569
|
+
}
|
|
570
|
+
/**
|
|
571
|
+
* The one thing this control says out loud — and it carries both numbers,
|
|
572
|
+
* because a row of star glyphs announces nothing at all on its own.
|
|
573
|
+
*
|
|
574
|
+
* **One key, not a score plus a joiner plus a noun.** "4 of 5 stars" is three
|
|
575
|
+
* language decisions in one sentence: where the qualifier sits relative to the
|
|
576
|
+
* numbers, how the digits are written, and which plural form "stars" takes at
|
|
577
|
+
* 1, at 4 and at 0.5 — a category English does not distinguish and Russian
|
|
578
|
+
* does. Handing over both raw numbers is what lets a host make all three of
|
|
579
|
+
* those; a `${score} of ${length} stars` template with holes in it has already
|
|
580
|
+
* made the first two, in English.
|
|
581
|
+
*
|
|
582
|
+
* Rounding to two decimals lives in Loom's default rather than in the
|
|
583
|
+
* component, so it is a wording choice a host replaces along with the words:
|
|
584
|
+
* it is what turns a half step's `4.0` into `4`.
|
|
585
|
+
*/
|
|
586
|
+
export interface RatingLabels {
|
|
587
|
+
/**
|
|
588
|
+
* The score out of the scale. It names the read-only picture, and it names
|
|
589
|
+
* every radio in the interactive branch — which is what turns a bare "4"
|
|
590
|
+
* into "4 of 5 stars" at the moment a reader arrives on it.
|
|
591
|
+
*/
|
|
592
|
+
readonly score: LabelOf<{
|
|
593
|
+
score: number;
|
|
594
|
+
length: number;
|
|
595
|
+
}>;
|
|
596
|
+
}
|
|
597
|
+
/**
|
|
598
|
+
* Everything the spine publishes that is not one of the host's own step
|
|
599
|
+
* titles — and two of the three exist because Reka UI says them in English of
|
|
600
|
+
* its own accord.
|
|
601
|
+
*
|
|
602
|
+
* `group` replaces the literal `aria-label="progress"` that `StepperRoot`
|
|
603
|
+
* writes into its own vnode props, which it exposes no prop for. `position`
|
|
604
|
+
* replaces the live region it renders as a bare text node inside its render
|
|
605
|
+
* function, which no attribute can reach at all — `src/styles/global.css`
|
|
606
|
+
* carries how that one is taken out of the accessibility tree, and why it has
|
|
607
|
+
* to be taken out rather than translated in place.
|
|
608
|
+
*
|
|
609
|
+
* `position` and `completed` take values rather than returning fragments Loom
|
|
610
|
+
* would join. "Step 3 of 12" is not four keys and a preposition; it is one
|
|
611
|
+
* sentence a translator has to be able to re-order, and the same is true of
|
|
612
|
+
* where a language puts a qualifier relative to the thing it qualifies. See
|
|
613
|
+
* `LabelOf` in `src/lib/labels.ts`.
|
|
614
|
+
*/
|
|
615
|
+
export interface StepperLabels {
|
|
616
|
+
/**
|
|
617
|
+
* The name of the whole spine, as a group. A page carrying two flows should
|
|
618
|
+
* name each one for what it steps through rather than leaving both
|
|
619
|
+
* "Progress"; a caller's own `aria-label` on `<Stepper>` still wins over
|
|
620
|
+
* this, for the instance that needs it.
|
|
621
|
+
*/
|
|
622
|
+
readonly group: string;
|
|
623
|
+
/**
|
|
624
|
+
* The position, announced politely each time the flow advances. It takes the
|
|
625
|
+
* two numbers raw, so a language can order them its own way and
|
|
626
|
+
* `Intl.NumberFormat` can write the digits.
|
|
627
|
+
*/
|
|
628
|
+
readonly position: LabelOf<{
|
|
629
|
+
step: number;
|
|
630
|
+
stepCount: number;
|
|
631
|
+
}>;
|
|
632
|
+
/**
|
|
633
|
+
* A finished step's whole accessible name, built from its title. ARIA has a
|
|
634
|
+
* value for "you are here" and none for "done", and the check glyph is
|
|
635
|
+
* invisible to a screen reader, so the word has to join the name — and where
|
|
636
|
+
* it joins is a property of the language, which is why this receives the
|
|
637
|
+
* title rather than being a suffix Loom appends to it.
|
|
638
|
+
*/
|
|
639
|
+
readonly completed: LabelOf<{
|
|
640
|
+
title: string;
|
|
641
|
+
}>;
|
|
642
|
+
}
|
|
643
|
+
/**
|
|
644
|
+
* Everything this control says out loud, and every word of it is Loom's own.
|
|
645
|
+
*
|
|
646
|
+
* That is worth stating because it is the exception in this library. Reka's
|
|
647
|
+
* `Pagination` writes `aria-label="Next Page"` into its own vnode props, and
|
|
648
|
+
* `Pagination.vue` carries a paragraph about replacing rather than competing
|
|
649
|
+
* with it. Reka's TagsInput family writes **no** name and **no** English at
|
|
650
|
+
* all: the root and the item are unlabelled `div`s, and the one string
|
|
651
|
+
* `TagsInputItemText` renders is `displayValue(value)` — the host's own token.
|
|
652
|
+
* So nothing here falls back to English when a key is dropped; it falls back to
|
|
653
|
+
* nothing, which is the louder failure and the easier one to notice.
|
|
654
|
+
*
|
|
655
|
+
* `count` takes the number rather than a formatted string, for the reason
|
|
656
|
+
* `src/lib/labels.ts` gives at length: "3 tags" has one plural form in
|
|
657
|
+
* Vietnamese, two in English and six in Arabic, and a host handed the number
|
|
658
|
+
* reaches `Intl.PluralRules` and `Intl.NumberFormat` for both the category and
|
|
659
|
+
* the digits.
|
|
660
|
+
*
|
|
661
|
+
* `remove` takes the token because a row of six buttons all called "Remove" is
|
|
662
|
+
* six identical announcements and one guess about which one a reader is on —
|
|
663
|
+
* the same rule `FileUpload` applies to its file rows.
|
|
664
|
+
*/
|
|
665
|
+
export interface TagsInputLabels {
|
|
666
|
+
/** One token's remove control, named for the token it takes out. */
|
|
667
|
+
readonly remove: LabelOf<{
|
|
668
|
+
value: string;
|
|
669
|
+
}>;
|
|
670
|
+
/**
|
|
671
|
+
* How many tokens are in the field, read out when the text box takes focus.
|
|
672
|
+
*
|
|
673
|
+
* `max` is `undefined` when the field has no limit, so a host can word the
|
|
674
|
+
* bounded and unbounded cases differently rather than being handed "3 of
|
|
675
|
+
* undefined".
|
|
676
|
+
*/
|
|
677
|
+
readonly count: LabelOf<{
|
|
678
|
+
count: number;
|
|
679
|
+
max: number | undefined;
|
|
680
|
+
}>;
|
|
681
|
+
/** Everything one interaction refused, as one message. Fires once per interaction, not once per value. */
|
|
682
|
+
readonly rejected: LabelOf<{
|
|
683
|
+
rejections: readonly TagsInputRejection[];
|
|
684
|
+
max: number | undefined;
|
|
685
|
+
}>;
|
|
686
|
+
/** The control that empties the field. */
|
|
687
|
+
readonly clear: string;
|
|
688
|
+
}
|
|
689
|
+
/**
|
|
690
|
+
* Everything this control says out loud, and every word of it is Loom's own —
|
|
691
|
+
* a bare `<input>` renders no English of anybody else's, so a dropped key here
|
|
692
|
+
* falls back to nothing rather than to a stray untranslated string.
|
|
693
|
+
*
|
|
694
|
+
* The five counter keys are shared with Textarea by name and by argument shape
|
|
695
|
+
* — a host that has already worded a character counter can copy that bag across
|
|
696
|
+
* unchanged. They come from `src/lib/count-labels.ts` rather than being declared
|
|
697
|
+
* a second time. This slot also carries `reveal`, a password toggle a textarea
|
|
698
|
+
* has no use for.
|
|
699
|
+
*/
|
|
700
|
+
export interface TextFieldLabels extends CountLabels {
|
|
701
|
+
/**
|
|
702
|
+
* The password reveal toggle, named for what pressing it does. The name is
|
|
703
|
+
* **stable across both states** and `aria-pressed` carries which state the
|
|
704
|
+
* field is in, so word it as an action ("Show password"), not as a report.
|
|
705
|
+
*/
|
|
706
|
+
readonly reveal: string;
|
|
707
|
+
}
|
|
708
|
+
/**
|
|
709
|
+
* Everything this control says out loud, and every word of it is Loom's own —
|
|
710
|
+
* a bare `<textarea>` renders no English of anybody else's, so a dropped key
|
|
711
|
+
* here falls back to nothing rather than to a stray untranslated string.
|
|
712
|
+
*
|
|
713
|
+
* These are TextField's five counter keys, by name and by argument shape, and
|
|
714
|
+
* deliberately so: a host that has already worded a character counter should be
|
|
715
|
+
* able to copy that bag across unchanged. They come from `./count-labels`
|
|
716
|
+
* rather than being declared a second time. They are a slot of their own rather
|
|
717
|
+
* than a share of `textField`'s because that slot also carries `reveal`, and
|
|
718
|
+
* handing a textarea's translator a password-toggle key to fill in is asking a
|
|
719
|
+
* question the control cannot answer.
|
|
720
|
+
*/
|
|
721
|
+
export type TextareaLabels = CountLabels;
|
|
722
|
+
/**
|
|
723
|
+
* Everything a toast publishes that is not the host's own copy — including the
|
|
724
|
+
* two strings Reka UI would otherwise supply in English of its own accord.
|
|
725
|
+
*
|
|
726
|
+
* Declared here rather than in `Toast.vue`, which is where a reader would look
|
|
727
|
+
* for it, and the reason is a module cycle rather than a preference.
|
|
728
|
+
* `Toast.vue` imports this file; this file needs the defaults for the close
|
|
729
|
+
* control it renders. Declaring them in `Toast.vue` and importing them back
|
|
730
|
+
* would make that a real runtime cycle where today it is a type-only one, and
|
|
731
|
+
* it would cost the block that reuses this card — `ToastStack` mounts
|
|
732
|
+
* `ToastItem` directly through its own provider — the whole seam. Owning them
|
|
733
|
+
* here means every card resolves its own names wherever it is mounted.
|
|
734
|
+
*
|
|
735
|
+
* `announce` and `region` are not decoration. Reka's `ToastProvider` defaults
|
|
736
|
+
* its `label` to "Notification" and reads it out ahead of every toast's own
|
|
737
|
+
* text in a hidden live region; its `ToastViewport` names the list
|
|
738
|
+
* "Notifications ({hotkey})". Both are real props rather than hard-coded
|
|
739
|
+
* vnode attributes, so these are set rather than overridden — but leaving
|
|
740
|
+
* either unset falls back to English, not to nothing.
|
|
741
|
+
*/
|
|
742
|
+
export interface ToastLabels {
|
|
743
|
+
/** The ✕ control on the card. */
|
|
744
|
+
readonly close: string;
|
|
745
|
+
/**
|
|
746
|
+
* Spoken before each toast's own title, in a hidden live region, to say what
|
|
747
|
+
* kind of thing has just arrived. Keep it to one word — it is a prefix on
|
|
748
|
+
* every announcement, not a sentence.
|
|
749
|
+
*/
|
|
750
|
+
readonly announce: string;
|
|
751
|
+
/**
|
|
752
|
+
* The name of the list the toasts stack in. `hotkey` is the key that focuses
|
|
753
|
+
* it, as the environment reports it ("F8"), handed over raw so a language
|
|
754
|
+
* can put it wherever it belongs in the phrase.
|
|
755
|
+
*/
|
|
756
|
+
readonly region: LabelOf<{
|
|
757
|
+
hotkey: string;
|
|
758
|
+
}>;
|
|
759
|
+
}
|
|
760
|
+
/**
|
|
761
|
+
* The three buttons' accessible names. There are four, because the middle
|
|
762
|
+
* button is one control in two states and a language may well name them with
|
|
763
|
+
* unrelated words.
|
|
764
|
+
*
|
|
765
|
+
* Every glyph here is an inline SVG marked `aria-hidden`, so these names are
|
|
766
|
+
* the only thing a screen reader has to go on — a missing one is not a degraded
|
|
767
|
+
* label but an unnamed button.
|
|
768
|
+
*/
|
|
769
|
+
export interface WindowControlsLabels {
|
|
770
|
+
/** Send the window to the taskbar. */
|
|
771
|
+
readonly minimize: string;
|
|
772
|
+
/** Fill the screen. The middle button's name while the window is restored. */
|
|
773
|
+
readonly maximize: string;
|
|
774
|
+
/** Return to the previous size. The same button's name while maximized. */
|
|
775
|
+
readonly restore: string;
|
|
776
|
+
/** Close the window. */
|
|
777
|
+
readonly close: string;
|
|
778
|
+
}
|
|
779
|
+
//# sourceMappingURL=component-shapes.d.ts.map
|