@bitrix24/b24ui-nuxt 2.1.6 → 2.1.8
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/.nuxt/b24ui.css +17 -0
- package/dist/meta.d.mts +7 -7
- package/dist/meta.mjs +7 -7
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/components/Accordion.d.vue.ts +3 -3
- package/dist/runtime/components/Accordion.vue.d.ts +3 -3
- package/dist/runtime/components/Advice.d.vue.ts +1 -4
- package/dist/runtime/components/Advice.vue.d.ts +1 -4
- package/dist/runtime/components/Alert.d.vue.ts +1 -4
- package/dist/runtime/components/Alert.vue.d.ts +1 -4
- package/dist/runtime/components/App.d.vue.ts +3 -1
- package/dist/runtime/components/App.vue.d.ts +3 -1
- package/dist/runtime/components/Badge.d.vue.ts +1 -4
- package/dist/runtime/components/Badge.vue.d.ts +1 -4
- package/dist/runtime/components/Breadcrumb.d.vue.ts +3 -1
- package/dist/runtime/components/Breadcrumb.vue.d.ts +3 -1
- package/dist/runtime/components/Button.d.vue.ts +1 -4
- package/dist/runtime/components/Button.vue.d.ts +1 -4
- package/dist/runtime/components/Calendar.d.vue.ts +3 -6
- package/dist/runtime/components/Calendar.vue.d.ts +3 -6
- package/dist/runtime/components/ChatMessage.d.vue.ts +1 -3
- package/dist/runtime/components/ChatMessage.vue.d.ts +1 -3
- package/dist/runtime/components/ChatMessages.d.vue.ts +1 -6
- package/dist/runtime/components/ChatMessages.vue.d.ts +1 -6
- package/dist/runtime/components/ChatPrompt.d.vue.ts +2 -7
- package/dist/runtime/components/ChatPrompt.vue.d.ts +2 -7
- package/dist/runtime/components/ChatPromptSubmit.d.vue.ts +7 -13
- package/dist/runtime/components/ChatPromptSubmit.vue +6 -6
- package/dist/runtime/components/ChatPromptSubmit.vue.d.ts +7 -13
- package/dist/runtime/components/CheckboxGroup.d.vue.ts +3 -4
- package/dist/runtime/components/CheckboxGroup.vue.d.ts +3 -4
- package/dist/runtime/components/Chip.d.vue.ts +1 -6
- package/dist/runtime/components/Chip.vue.d.ts +1 -6
- package/dist/runtime/components/Collapsible.d.vue.ts +1 -3
- package/dist/runtime/components/Collapsible.vue.d.ts +1 -3
- package/dist/runtime/components/ColorPicker.d.vue.ts +1 -5
- package/dist/runtime/components/ColorPicker.vue.d.ts +1 -5
- package/dist/runtime/components/CommandPalette.d.vue.ts +6 -11
- package/dist/runtime/components/CommandPalette.vue.d.ts +6 -11
- package/dist/runtime/components/ContextMenu.d.vue.ts +3 -3
- package/dist/runtime/components/ContextMenu.vue.d.ts +3 -3
- package/dist/runtime/components/ContextMenuContent.d.vue.ts +3 -7
- package/dist/runtime/components/ContextMenuContent.vue.d.ts +3 -7
- package/dist/runtime/components/Countdown.d.vue.ts +1 -10
- package/dist/runtime/components/Countdown.vue.d.ts +1 -10
- package/dist/runtime/components/DashboardGroup.d.vue.ts +1 -4
- package/dist/runtime/components/DashboardGroup.vue.d.ts +1 -4
- package/dist/runtime/components/DashboardSearch.d.vue.ts +2 -7
- package/dist/runtime/components/DashboardSearch.vue.d.ts +2 -7
- package/dist/runtime/components/DashboardSearchButton.d.vue.ts +1 -6
- package/dist/runtime/components/DashboardSearchButton.vue.d.ts +1 -6
- package/dist/runtime/components/DescriptionList.d.vue.ts +3 -1
- package/dist/runtime/components/DescriptionList.vue.d.ts +3 -1
- package/dist/runtime/components/DropdownMenu.d.vue.ts +3 -3
- package/dist/runtime/components/DropdownMenu.vue.d.ts +3 -3
- package/dist/runtime/components/DropdownMenuContent.d.vue.ts +3 -7
- package/dist/runtime/components/DropdownMenuContent.vue.d.ts +3 -7
- package/dist/runtime/components/Empty.d.vue.ts +1 -3
- package/dist/runtime/components/Empty.vue.d.ts +1 -3
- package/dist/runtime/components/Error.d.vue.ts +1 -4
- package/dist/runtime/components/Error.vue.d.ts +1 -4
- package/dist/runtime/components/FieldGroup.d.vue.ts +1 -4
- package/dist/runtime/components/FieldGroup.vue.d.ts +1 -4
- package/dist/runtime/components/FileUpload.d.vue.ts +3 -4
- package/dist/runtime/components/FileUpload.vue.d.ts +3 -4
- package/dist/runtime/components/Form.d.vue.ts +3 -4
- package/dist/runtime/components/Form.vue.d.ts +3 -4
- package/dist/runtime/components/Input.d.vue.ts +4 -6
- package/dist/runtime/components/Input.vue.d.ts +4 -6
- package/dist/runtime/components/InputDate.d.vue.ts +3 -7
- package/dist/runtime/components/InputDate.vue.d.ts +3 -7
- package/dist/runtime/components/InputMenu.d.vue.ts +6 -14
- package/dist/runtime/components/InputMenu.vue.d.ts +6 -14
- package/dist/runtime/components/InputNumber.d.vue.ts +3 -5
- package/dist/runtime/components/InputNumber.vue.d.ts +3 -5
- package/dist/runtime/components/InputTags.d.vue.ts +4 -10
- package/dist/runtime/components/InputTags.vue.d.ts +4 -10
- package/dist/runtime/components/InputTime.d.vue.ts +1 -3
- package/dist/runtime/components/InputTime.vue.d.ts +1 -3
- package/dist/runtime/components/Kbd.d.vue.ts +1 -4
- package/dist/runtime/components/Kbd.vue.d.ts +1 -4
- package/dist/runtime/components/Link.d.vue.ts +1 -7
- package/dist/runtime/components/Link.vue.d.ts +1 -7
- package/dist/runtime/components/LinkBase.d.vue.ts +1 -4
- package/dist/runtime/components/LinkBase.vue.d.ts +1 -4
- package/dist/runtime/components/Modal.d.vue.ts +1 -10
- package/dist/runtime/components/Modal.vue.d.ts +1 -10
- package/dist/runtime/components/Navbar.d.vue.ts +1 -3
- package/dist/runtime/components/Navbar.vue.d.ts +1 -3
- package/dist/runtime/components/NavbarDivider.d.vue.ts +1 -3
- package/dist/runtime/components/NavbarDivider.vue.d.ts +1 -3
- package/dist/runtime/components/NavbarSection.d.vue.ts +1 -3
- package/dist/runtime/components/NavbarSection.vue.d.ts +1 -3
- package/dist/runtime/components/NavbarSpacer.d.vue.ts +1 -3
- package/dist/runtime/components/NavbarSpacer.vue.d.ts +1 -3
- package/dist/runtime/components/NavigationMenu.d.vue.ts +3 -3
- package/dist/runtime/components/NavigationMenu.vue.d.ts +3 -3
- package/dist/runtime/components/PageCard.d.vue.ts +1 -3
- package/dist/runtime/components/PageCard.vue.d.ts +1 -3
- package/dist/runtime/components/PageLinks.d.vue.ts +3 -1
- package/dist/runtime/components/PageLinks.vue.d.ts +3 -1
- package/dist/runtime/components/PageList.d.vue.ts +1 -3
- package/dist/runtime/components/PageList.vue.d.ts +1 -3
- package/dist/runtime/components/Pagination.d.vue.ts +1 -9
- package/dist/runtime/components/Pagination.vue.d.ts +1 -9
- package/dist/runtime/components/PinInput.d.vue.ts +3 -6
- package/dist/runtime/components/PinInput.vue.d.ts +3 -6
- package/dist/runtime/components/Popover.d.vue.ts +3 -4
- package/dist/runtime/components/Popover.vue.d.ts +3 -4
- package/dist/runtime/components/Progress.d.vue.ts +1 -5
- package/dist/runtime/components/Progress.vue.d.ts +1 -5
- package/dist/runtime/components/RadioGroup.d.vue.ts +3 -4
- package/dist/runtime/components/RadioGroup.vue.d.ts +3 -4
- package/dist/runtime/components/Range.d.vue.ts +3 -4
- package/dist/runtime/components/Range.vue +2 -2
- package/dist/runtime/components/Range.vue.d.ts +3 -4
- package/dist/runtime/components/Select.d.vue.ts +3 -7
- package/dist/runtime/components/Select.vue.d.ts +3 -7
- package/dist/runtime/components/SelectMenu.d.vue.ts +6 -13
- package/dist/runtime/components/SelectMenu.vue.d.ts +6 -13
- package/dist/runtime/components/Separator.d.vue.ts +1 -6
- package/dist/runtime/components/Separator.vue.d.ts +1 -6
- package/dist/runtime/components/Sidebar.d.vue.ts +1 -3
- package/dist/runtime/components/Sidebar.vue.d.ts +1 -3
- package/dist/runtime/components/SidebarBody.d.vue.ts +1 -4
- package/dist/runtime/components/SidebarBody.vue.d.ts +1 -4
- package/dist/runtime/components/SidebarFooter.d.vue.ts +1 -3
- package/dist/runtime/components/SidebarFooter.vue.d.ts +1 -3
- package/dist/runtime/components/SidebarHeader.d.vue.ts +1 -3
- package/dist/runtime/components/SidebarHeader.vue.d.ts +1 -3
- package/dist/runtime/components/SidebarHeading.d.vue.ts +1 -3
- package/dist/runtime/components/SidebarHeading.vue.d.ts +1 -3
- package/dist/runtime/components/SidebarLayout.d.vue.ts +1 -6
- package/dist/runtime/components/SidebarLayout.vue.d.ts +1 -6
- package/dist/runtime/components/SidebarSection.d.vue.ts +1 -3
- package/dist/runtime/components/SidebarSection.vue.d.ts +1 -3
- package/dist/runtime/components/SidebarSpacer.d.vue.ts +1 -3
- package/dist/runtime/components/SidebarSpacer.vue.d.ts +1 -3
- package/dist/runtime/components/Skeleton.d.vue.ts +1 -3
- package/dist/runtime/components/Skeleton.vue.d.ts +1 -3
- package/dist/runtime/components/Slideover.d.vue.ts +1 -11
- package/dist/runtime/components/Slideover.vue.d.ts +1 -11
- package/dist/runtime/components/Stepper.d.vue.ts +3 -5
- package/dist/runtime/components/Stepper.vue.d.ts +3 -5
- package/dist/runtime/components/Table.d.vue.ts +3 -15
- package/dist/runtime/components/Table.vue +22 -3
- package/dist/runtime/components/Table.vue.d.ts +3 -15
- package/dist/runtime/components/TableWrapper.d.vue.ts +1 -4
- package/dist/runtime/components/TableWrapper.vue.d.ts +1 -4
- package/dist/runtime/components/Tabs.d.vue.ts +3 -3
- package/dist/runtime/components/Tabs.vue.d.ts +3 -3
- package/dist/runtime/components/Textarea.d.vue.ts +4 -6
- package/dist/runtime/components/Textarea.vue.d.ts +4 -6
- package/dist/runtime/components/Timeline.d.vue.ts +3 -3
- package/dist/runtime/components/Timeline.vue.d.ts +3 -3
- package/dist/runtime/components/Toast.d.vue.ts +1 -5
- package/dist/runtime/components/Toast.vue.d.ts +1 -5
- package/dist/runtime/components/Toaster.d.vue.ts +1 -8
- package/dist/runtime/components/Toaster.vue.d.ts +1 -8
- package/dist/runtime/components/Tooltip.d.vue.ts +1 -4
- package/dist/runtime/components/Tooltip.vue.d.ts +1 -4
- package/dist/runtime/components/User.d.vue.ts +1 -3
- package/dist/runtime/components/User.vue.d.ts +1 -3
- package/dist/runtime/components/color-mode/ColorModeButton.d.vue.ts +1 -3
- package/dist/runtime/components/color-mode/ColorModeButton.vue.d.ts +1 -3
- package/dist/runtime/components/color-mode/ColorModeSelect.d.vue.ts +1 -3
- package/dist/runtime/components/color-mode/ColorModeSelect.vue.d.ts +1 -3
- package/dist/runtime/components/content/ContentSearch.d.vue.ts +4 -4
- package/dist/runtime/components/content/ContentSearch.vue.d.ts +4 -4
- package/dist/runtime/components/content/ContentSearchButton.d.vue.ts +1 -6
- package/dist/runtime/components/content/ContentSearchButton.vue.d.ts +1 -6
- package/dist/runtime/components/content/ContentSurround.d.vue.ts +3 -1
- package/dist/runtime/components/content/ContentSurround.vue.d.ts +3 -1
- package/dist/runtime/components/content/ContentToc.d.vue.ts +3 -4
- package/dist/runtime/components/content/ContentToc.vue.d.ts +3 -4
- package/dist/runtime/components/locale/LocaleSelect.d.vue.ts +1 -5
- package/dist/runtime/components/locale/LocaleSelect.vue.d.ts +1 -5
- package/dist/runtime/components/prose/Accordion.d.vue.ts +1 -3
- package/dist/runtime/components/prose/Accordion.vue.d.ts +1 -3
- package/dist/runtime/components/prose/CodeGroup.d.vue.ts +1 -3
- package/dist/runtime/components/prose/CodeGroup.vue.d.ts +1 -3
- package/dist/runtime/components/prose/H1.d.vue.ts +1 -3
- package/dist/runtime/components/prose/H1.vue.d.ts +1 -3
- package/dist/runtime/components/prose/H2.d.vue.ts +1 -3
- package/dist/runtime/components/prose/H2.vue.d.ts +1 -3
- package/dist/runtime/components/prose/H3.d.vue.ts +1 -3
- package/dist/runtime/components/prose/H3.vue.d.ts +1 -3
- package/dist/runtime/components/prose/H4.d.vue.ts +1 -3
- package/dist/runtime/components/prose/H4.vue.d.ts +1 -3
- package/dist/runtime/components/prose/H5.d.vue.ts +1 -3
- package/dist/runtime/components/prose/H5.vue.d.ts +1 -3
- package/dist/runtime/components/prose/H6.d.vue.ts +1 -3
- package/dist/runtime/components/prose/H6.vue.d.ts +1 -3
- package/dist/runtime/components/prose/Img.d.vue.ts +1 -3
- package/dist/runtime/components/prose/Img.vue.d.ts +1 -3
- package/dist/runtime/components/prose/P.d.vue.ts +1 -4
- package/dist/runtime/components/prose/P.vue.d.ts +1 -4
- package/dist/runtime/components/prose/Table.d.vue.ts +1 -7
- package/dist/runtime/components/prose/Table.vue.d.ts +1 -7
- package/dist/runtime/components/prose/Tabs.d.vue.ts +1 -3
- package/dist/runtime/components/prose/Tabs.vue.d.ts +1 -3
- package/dist/runtime/components/prose/callout/Caution.d.vue.ts +2 -2
- package/dist/runtime/components/prose/callout/Caution.vue.d.ts +2 -2
- package/dist/runtime/components/prose/callout/Note.d.vue.ts +2 -2
- package/dist/runtime/components/prose/callout/Note.vue.d.ts +2 -2
- package/dist/runtime/components/prose/callout/Tip.d.vue.ts +2 -2
- package/dist/runtime/components/prose/callout/Tip.vue.d.ts +2 -2
- package/dist/runtime/components/prose/callout/Warning.d.vue.ts +2 -2
- package/dist/runtime/components/prose/callout/Warning.vue.d.ts +2 -2
- package/dist/runtime/inertia/components/Link.d.vue.ts +1 -7
- package/dist/runtime/inertia/components/Link.vue.d.ts +1 -7
- package/dist/runtime/inertia/components/LinkBase.d.vue.ts +1 -4
- package/dist/runtime/inertia/components/LinkBase.vue.d.ts +1 -4
- package/dist/runtime/vue/components/Link.d.vue.ts +1 -7
- package/dist/runtime/vue/components/Link.vue.d.ts +1 -7
- package/dist/runtime/vue/components/color-mode/ColorModeSelect.d.vue.ts +1 -3
- package/dist/runtime/vue/components/color-mode/ColorModeSelect.vue.d.ts +1 -3
- package/dist/shared/{b24ui-nuxt.DwYJyZL6.mjs → b24ui-nuxt.CyWhhgYE.mjs} +30 -13
- package/dist/unplugin.mjs +1 -1
- package/dist/vite.mjs +1 -1
- package/package.json +11 -7
|
@@ -67,11 +67,9 @@ export type StepperSlots<T extends StepperItem = StepperItem> = {
|
|
|
67
67
|
declare const __VLS_export: <T extends StepperItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
68
68
|
props: __VLS_PrettifyLocal<(StepperProps<T> & {
|
|
69
69
|
modelValue?: string | number;
|
|
70
|
-
}) & {
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
"onUpdate:modelValue"?: ((value: string | number | undefined) => any) | undefined;
|
|
74
|
-
}> & import("vue").PublicProps;
|
|
70
|
+
}) & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "next", value: T) => void) & ((evt: "prev", value: T) => void) & ((evt: "update:modelValue", value: string | number | undefined) => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
71
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
72
|
+
} ? P : {});
|
|
75
73
|
expose: (exposed: import("vue").ShallowUnwrapRef<{
|
|
76
74
|
next(): void;
|
|
77
75
|
prev(): void;
|
|
@@ -67,11 +67,9 @@ export type StepperSlots<T extends StepperItem = StepperItem> = {
|
|
|
67
67
|
declare const __VLS_export: <T extends StepperItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
68
68
|
props: __VLS_PrettifyLocal<(StepperProps<T> & {
|
|
69
69
|
modelValue?: string | number;
|
|
70
|
-
}) & {
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
"onUpdate:modelValue"?: ((value: string | number | undefined) => any) | undefined;
|
|
74
|
-
}> & import("vue").PublicProps;
|
|
70
|
+
}) & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "next", value: T) => void) & ((evt: "prev", value: T) => void) & ((evt: "update:modelValue", value: string | number | undefined) => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
71
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
72
|
+
} ? P : {});
|
|
75
73
|
expose: (exposed: import("vue").ShallowUnwrapRef<{
|
|
76
74
|
next(): void;
|
|
77
75
|
prev(): void;
|
|
@@ -190,21 +190,9 @@ declare const __VLS_export: <T extends TableData>(__VLS_props: NonNullable<Await
|
|
|
190
190
|
grouping?: GroupingState;
|
|
191
191
|
expanded?: ExpandedState;
|
|
192
192
|
pagination?: PaginationState;
|
|
193
|
-
}) & {
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
"onUpdate:columnOrder"?: ((value: ColumnOrderState) => any) | undefined;
|
|
197
|
-
"onUpdate:columnVisibility"?: ((value: VisibilityState) => any) | undefined;
|
|
198
|
-
"onUpdate:columnPinning"?: ((value: ColumnPinningState) => any) | undefined;
|
|
199
|
-
"onUpdate:columnSizing"?: ((value: ColumnSizingState) => any) | undefined;
|
|
200
|
-
"onUpdate:columnSizingInfo"?: ((value: ColumnSizingInfoState) => any) | undefined;
|
|
201
|
-
"onUpdate:rowSelection"?: ((value: RowSelectionState) => any) | undefined;
|
|
202
|
-
"onUpdate:rowPinning"?: ((value: RowPinningState) => any) | undefined;
|
|
203
|
-
"onUpdate:sorting"?: ((value: SortingState) => any) | undefined;
|
|
204
|
-
"onUpdate:grouping"?: ((value: GroupingState) => any) | undefined;
|
|
205
|
-
"onUpdate:expanded"?: ((value: ExpandedState) => any) | undefined;
|
|
206
|
-
"onUpdate:pagination"?: ((value: PaginationState) => any) | undefined;
|
|
207
|
-
}> & import("vue").PublicProps;
|
|
193
|
+
}) & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "update:globalFilter", value: string) => void) & ((evt: "update:columnFilters", value: ColumnFiltersState) => void) & ((evt: "update:columnOrder", value: ColumnOrderState) => void) & ((evt: "update:columnVisibility", value: VisibilityState) => void) & ((evt: "update:columnPinning", value: ColumnPinningState) => void) & ((evt: "update:columnSizing", value: ColumnSizingState) => void) & ((evt: "update:columnSizingInfo", value: ColumnSizingInfoState) => void) & ((evt: "update:rowSelection", value: RowSelectionState) => void) & ((evt: "update:rowPinning", value: RowPinningState) => void) & ((evt: "update:sorting", value: SortingState) => void) & ((evt: "update:grouping", value: GroupingState) => void) & ((evt: "update:expanded", value: ExpandedState) => void) & ((evt: "update:pagination", value: PaginationState) => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
194
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
195
|
+
} ? P : {});
|
|
208
196
|
expose: (exposed: import("vue").ShallowUnwrapRef<{
|
|
209
197
|
readonly $el: HTMLElement;
|
|
210
198
|
tableRef: Readonly<import("vue").ShallowRef<HTMLTableElement | null>>;
|
|
@@ -278,6 +278,16 @@ function resolveValue(prop, arg) {
|
|
|
278
278
|
}
|
|
279
279
|
return prop;
|
|
280
280
|
}
|
|
281
|
+
function getColumnStyles(column) {
|
|
282
|
+
const styles = {};
|
|
283
|
+
const pinned = column.getIsPinned();
|
|
284
|
+
if (pinned === "left") {
|
|
285
|
+
styles.left = `${column.getStart("left")}px`;
|
|
286
|
+
} else if (pinned === "right") {
|
|
287
|
+
styles.right = `${column.getAfter("right")}px`;
|
|
288
|
+
}
|
|
289
|
+
return styles;
|
|
290
|
+
}
|
|
281
291
|
watch(() => props.data, () => {
|
|
282
292
|
data.value = props.data ? [...props.data] : [];
|
|
283
293
|
}, props.watchOptions);
|
|
@@ -325,7 +335,10 @@ defineExpose({
|
|
|
325
335
|
],
|
|
326
336
|
pinned: !!cell.column.getIsPinned()
|
|
327
337
|
})"
|
|
328
|
-
:style="
|
|
338
|
+
:style="[
|
|
339
|
+
getColumnStyles(cell.column),
|
|
340
|
+
resolveValue(cell.column.columnDef.meta?.style?.td, cell)
|
|
341
|
+
]"
|
|
329
342
|
>
|
|
330
343
|
<slot :name="`${cell.column.id}-cell`" v-bind="cell.getContext()">
|
|
331
344
|
<FlexRender :render="cell.column.columnDef.cell" :props="cell.getContext()" />
|
|
@@ -365,7 +378,10 @@ defineExpose({
|
|
|
365
378
|
],
|
|
366
379
|
pinned: !!header.column.getIsPinned()
|
|
367
380
|
})"
|
|
368
|
-
:style="
|
|
381
|
+
:style="[
|
|
382
|
+
getColumnStyles(header.column),
|
|
383
|
+
resolveValue(header.column.columnDef.meta?.style?.th, header)
|
|
384
|
+
]"
|
|
369
385
|
>
|
|
370
386
|
<slot :name="`${header.id}-header`" v-bind="header.getContext()">
|
|
371
387
|
<FlexRender v-if="!header.isPlaceholder" :render="header.column.columnDef.header" :props="header.getContext()" />
|
|
@@ -439,7 +455,10 @@ defineExpose({
|
|
|
439
455
|
],
|
|
440
456
|
pinned: !!header.column.getIsPinned()
|
|
441
457
|
})"
|
|
442
|
-
:style="
|
|
458
|
+
:style="[
|
|
459
|
+
getColumnStyles(header.column),
|
|
460
|
+
resolveValue(header.column.columnDef.meta?.style?.th, header)
|
|
461
|
+
]"
|
|
443
462
|
>
|
|
444
463
|
<slot :name="`${header.id}-footer`" v-bind="header.getContext()">
|
|
445
464
|
<FlexRender v-if="!header.isPlaceholder" :render="header.column.columnDef.footer" :props="header.getContext()" />
|
|
@@ -190,21 +190,9 @@ declare const __VLS_export: <T extends TableData>(__VLS_props: NonNullable<Await
|
|
|
190
190
|
grouping?: GroupingState;
|
|
191
191
|
expanded?: ExpandedState;
|
|
192
192
|
pagination?: PaginationState;
|
|
193
|
-
}) & {
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
"onUpdate:columnOrder"?: ((value: ColumnOrderState) => any) | undefined;
|
|
197
|
-
"onUpdate:columnVisibility"?: ((value: VisibilityState) => any) | undefined;
|
|
198
|
-
"onUpdate:columnPinning"?: ((value: ColumnPinningState) => any) | undefined;
|
|
199
|
-
"onUpdate:columnSizing"?: ((value: ColumnSizingState) => any) | undefined;
|
|
200
|
-
"onUpdate:columnSizingInfo"?: ((value: ColumnSizingInfoState) => any) | undefined;
|
|
201
|
-
"onUpdate:rowSelection"?: ((value: RowSelectionState) => any) | undefined;
|
|
202
|
-
"onUpdate:rowPinning"?: ((value: RowPinningState) => any) | undefined;
|
|
203
|
-
"onUpdate:sorting"?: ((value: SortingState) => any) | undefined;
|
|
204
|
-
"onUpdate:grouping"?: ((value: GroupingState) => any) | undefined;
|
|
205
|
-
"onUpdate:expanded"?: ((value: ExpandedState) => any) | undefined;
|
|
206
|
-
"onUpdate:pagination"?: ((value: PaginationState) => any) | undefined;
|
|
207
|
-
}> & import("vue").PublicProps;
|
|
193
|
+
}) & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "update:globalFilter", value: string) => void) & ((evt: "update:columnFilters", value: ColumnFiltersState) => void) & ((evt: "update:columnOrder", value: ColumnOrderState) => void) & ((evt: "update:columnVisibility", value: VisibilityState) => void) & ((evt: "update:columnPinning", value: ColumnPinningState) => void) & ((evt: "update:columnSizing", value: ColumnSizingState) => void) & ((evt: "update:columnSizingInfo", value: ColumnSizingInfoState) => void) & ((evt: "update:rowSelection", value: RowSelectionState) => void) & ((evt: "update:rowPinning", value: RowPinningState) => void) & ((evt: "update:sorting", value: SortingState) => void) & ((evt: "update:grouping", value: GroupingState) => void) & ((evt: "update:expanded", value: ExpandedState) => void) & ((evt: "update:pagination", value: PaginationState) => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
194
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
195
|
+
} ? P : {});
|
|
208
196
|
expose: (exposed: import("vue").ShallowUnwrapRef<{
|
|
209
197
|
readonly $el: HTMLElement;
|
|
210
198
|
tableRef: Readonly<import("vue").ShallowRef<HTMLTableElement | null>>;
|
|
@@ -46,10 +46,7 @@ export interface TableWrapperProps {
|
|
|
46
46
|
export interface TableWrapperSlots {
|
|
47
47
|
default(props?: {}): any;
|
|
48
48
|
}
|
|
49
|
-
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<TableWrapperProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TableWrapperProps> & Readonly<{}>, {
|
|
50
|
-
as: any;
|
|
51
|
-
scrollbarThin: boolean;
|
|
52
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
49
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<TableWrapperProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TableWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
53
50
|
default?: (props: {}) => any;
|
|
54
51
|
}>;
|
|
55
52
|
declare const _default: typeof __VLS_export;
|
|
@@ -46,10 +46,7 @@ export interface TableWrapperProps {
|
|
|
46
46
|
export interface TableWrapperSlots {
|
|
47
47
|
default(props?: {}): any;
|
|
48
48
|
}
|
|
49
|
-
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<TableWrapperProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TableWrapperProps> & Readonly<{}>, {
|
|
50
|
-
as: any;
|
|
51
|
-
scrollbarThin: boolean;
|
|
52
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
49
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<TableWrapperProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TableWrapperProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
53
50
|
default?: (props: {}) => any;
|
|
54
51
|
}>;
|
|
55
52
|
declare const _default: typeof __VLS_export;
|
|
@@ -82,9 +82,9 @@ export type TabsSlots<T extends TabsItem = TabsItem> = {
|
|
|
82
82
|
b24ui: Tabs['b24ui'];
|
|
83
83
|
}>;
|
|
84
84
|
declare const __VLS_export: <T extends TabsItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
85
|
-
props: __VLS_PrettifyLocal<TabsProps<T> & {
|
|
86
|
-
|
|
87
|
-
}
|
|
85
|
+
props: __VLS_PrettifyLocal<TabsProps<T> & __VLS_EmitsToProps<__VLS_NormalizeEmits<(evt: "update:modelValue", payload: string | number) => void>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
86
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
87
|
+
} ? P : {});
|
|
88
88
|
expose: (exposed: import("vue").ShallowUnwrapRef<{
|
|
89
89
|
triggersRef: import("vue").Ref<ComponentPublicInstance[], ComponentPublicInstance[]>;
|
|
90
90
|
}>) => void;
|
|
@@ -82,9 +82,9 @@ export type TabsSlots<T extends TabsItem = TabsItem> = {
|
|
|
82
82
|
b24ui: Tabs['b24ui'];
|
|
83
83
|
}>;
|
|
84
84
|
declare const __VLS_export: <T extends TabsItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
85
|
-
props: __VLS_PrettifyLocal<TabsProps<T> & {
|
|
86
|
-
|
|
87
|
-
}
|
|
85
|
+
props: __VLS_PrettifyLocal<TabsProps<T> & __VLS_EmitsToProps<__VLS_NormalizeEmits<(evt: "update:modelValue", payload: string | number) => void>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
86
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
87
|
+
} ? P : {});
|
|
88
88
|
expose: (exposed: import("vue").ShallowUnwrapRef<{
|
|
89
89
|
triggersRef: import("vue").Ref<ComponentPublicInstance[], ComponentPublicInstance[]>;
|
|
90
90
|
}>) => void;
|
|
@@ -82,13 +82,11 @@ export interface TextareaSlots {
|
|
|
82
82
|
}): any;
|
|
83
83
|
}
|
|
84
84
|
declare const __VLS_export: <T extends TextareaValue>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
85
|
-
props: __VLS_PrettifyLocal<TextareaProps<T> & {
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
"onUpdate:modelValue"?: ((value: T) => any) | undefined;
|
|
89
|
-
}> & import("vue").PublicProps;
|
|
85
|
+
props: __VLS_PrettifyLocal<TextareaProps<T> & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "change", event: Event) => void) & ((evt: "blur", event: FocusEvent) => void) & ((evt: "update:modelValue", value: T) => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
86
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
87
|
+
} ? P : {});
|
|
90
88
|
expose: (exposed: import("vue").ShallowUnwrapRef<{
|
|
91
|
-
textareaRef: Readonly<import("vue").ShallowRef<
|
|
89
|
+
textareaRef: Readonly<import("vue").ShallowRef<any>>;
|
|
92
90
|
}>) => void;
|
|
93
91
|
attrs: any;
|
|
94
92
|
slots: TextareaSlots;
|
|
@@ -82,13 +82,11 @@ export interface TextareaSlots {
|
|
|
82
82
|
}): any;
|
|
83
83
|
}
|
|
84
84
|
declare const __VLS_export: <T extends TextareaValue>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
85
|
-
props: __VLS_PrettifyLocal<TextareaProps<T> & {
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
"onUpdate:modelValue"?: ((value: T) => any) | undefined;
|
|
89
|
-
}> & import("vue").PublicProps;
|
|
85
|
+
props: __VLS_PrettifyLocal<TextareaProps<T> & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "change", event: Event) => void) & ((evt: "blur", event: FocusEvent) => void) & ((evt: "update:modelValue", value: T) => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
86
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
87
|
+
} ? P : {});
|
|
90
88
|
expose: (exposed: import("vue").ShallowUnwrapRef<{
|
|
91
|
-
textareaRef: Readonly<import("vue").ShallowRef<
|
|
89
|
+
textareaRef: Readonly<import("vue").ShallowRef<any>>;
|
|
92
90
|
}>) => void;
|
|
93
91
|
attrs: any;
|
|
94
92
|
slots: TextareaSlots;
|
|
@@ -55,9 +55,9 @@ export type TimelineSlots<T extends TimelineItem = TimelineItem> = {
|
|
|
55
55
|
declare const __VLS_export: <T extends TimelineItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
56
56
|
props: __VLS_PrettifyLocal<(TimelineProps<T> & {
|
|
57
57
|
modelValue?: string | number;
|
|
58
|
-
}) & {
|
|
59
|
-
|
|
60
|
-
}
|
|
58
|
+
}) & __VLS_EmitsToProps<__VLS_NormalizeEmits<(evt: "update:modelValue", value: string | number | undefined) => void>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
59
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
60
|
+
} ? P : {});
|
|
61
61
|
expose: (exposed: {}) => void;
|
|
62
62
|
attrs: any;
|
|
63
63
|
slots: TimelineSlots<T>;
|
|
@@ -55,9 +55,9 @@ export type TimelineSlots<T extends TimelineItem = TimelineItem> = {
|
|
|
55
55
|
declare const __VLS_export: <T extends TimelineItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
56
56
|
props: __VLS_PrettifyLocal<(TimelineProps<T> & {
|
|
57
57
|
modelValue?: string | number;
|
|
58
|
-
}) & {
|
|
59
|
-
|
|
60
|
-
}
|
|
58
|
+
}) & __VLS_EmitsToProps<__VLS_NormalizeEmits<(evt: "update:modelValue", value: string | number | undefined) => void>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
59
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
60
|
+
} ? P : {});
|
|
61
61
|
expose: (exposed: {}) => void;
|
|
62
62
|
attrs: any;
|
|
63
63
|
slots: TimelineSlots<T>;
|
|
@@ -152,11 +152,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ToastP
|
|
|
152
152
|
y: number;
|
|
153
153
|
};
|
|
154
154
|
}>, "currentTarget">) => any) | undefined;
|
|
155
|
-
}>, {
|
|
156
|
-
close: boolean | Partial<ButtonProps>;
|
|
157
|
-
progress: boolean | Pick<ProgressProps, "color" | "b24ui">;
|
|
158
|
-
orientation: Toast["variants"]["orientation"];
|
|
159
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ToastSlots>;
|
|
155
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ToastSlots>;
|
|
160
156
|
declare const _default: typeof __VLS_export;
|
|
161
157
|
export default _default;
|
|
162
158
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -152,11 +152,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ToastP
|
|
|
152
152
|
y: number;
|
|
153
153
|
};
|
|
154
154
|
}>, "currentTarget">) => any) | undefined;
|
|
155
|
-
}>, {
|
|
156
|
-
close: boolean | Partial<ButtonProps>;
|
|
157
|
-
progress: boolean | Pick<ProgressProps, "color" | "b24ui">;
|
|
158
|
-
orientation: Toast["variants"]["orientation"];
|
|
159
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ToastSlots>;
|
|
155
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ToastSlots>;
|
|
160
156
|
declare const _default: typeof __VLS_export;
|
|
161
157
|
export default _default;
|
|
162
158
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -39,14 +39,7 @@ export interface ToasterProps extends Omit<ToastProviderProps, 'swipeDirection'>
|
|
|
39
39
|
export interface ToasterSlots {
|
|
40
40
|
default(props?: {}): any;
|
|
41
41
|
}
|
|
42
|
-
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ToasterProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ToasterProps> & Readonly<{}>, {
|
|
43
|
-
progress: boolean;
|
|
44
|
-
duration: number;
|
|
45
|
-
position: Toaster["variants"]["position"];
|
|
46
|
-
max: number;
|
|
47
|
-
expand: boolean;
|
|
48
|
-
portal: boolean | string | HTMLElement;
|
|
49
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ToasterSlots>;
|
|
42
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ToasterProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ToasterProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ToasterSlots>;
|
|
50
43
|
declare const _default: typeof __VLS_export;
|
|
51
44
|
export default _default;
|
|
52
45
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -39,14 +39,7 @@ export interface ToasterProps extends Omit<ToastProviderProps, 'swipeDirection'>
|
|
|
39
39
|
export interface ToasterSlots {
|
|
40
40
|
default(props?: {}): any;
|
|
41
41
|
}
|
|
42
|
-
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ToasterProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ToasterProps> & Readonly<{}>, {
|
|
43
|
-
progress: boolean;
|
|
44
|
-
duration: number;
|
|
45
|
-
position: Toaster["variants"]["position"];
|
|
46
|
-
max: number;
|
|
47
|
-
expand: boolean;
|
|
48
|
-
portal: boolean | string | HTMLElement;
|
|
49
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ToasterSlots>;
|
|
42
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ToasterProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ToasterProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ToasterSlots>;
|
|
50
43
|
declare const _default: typeof __VLS_export;
|
|
51
44
|
export default _default;
|
|
52
45
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -48,10 +48,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<Toolti
|
|
|
48
48
|
"update:open": (value: boolean) => any;
|
|
49
49
|
}, string, import("vue").PublicProps, Readonly<TooltipProps> & Readonly<{
|
|
50
50
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
51
|
-
}>, {
|
|
52
|
-
portal: boolean | string | HTMLElement;
|
|
53
|
-
arrow: boolean | Omit<TooltipArrowProps, "as" | "asChild">;
|
|
54
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, TooltipSlots>;
|
|
51
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, TooltipSlots>;
|
|
55
52
|
declare const _default: typeof __VLS_export;
|
|
56
53
|
export default _default;
|
|
57
54
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -48,10 +48,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<Toolti
|
|
|
48
48
|
"update:open": (value: boolean) => any;
|
|
49
49
|
}, string, import("vue").PublicProps, Readonly<TooltipProps> & Readonly<{
|
|
50
50
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
51
|
-
}>, {
|
|
52
|
-
portal: boolean | string | HTMLElement;
|
|
53
|
-
arrow: boolean | Omit<TooltipArrowProps, "as" | "asChild">;
|
|
54
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, TooltipSlots>;
|
|
51
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, TooltipSlots>;
|
|
55
52
|
declare const _default: typeof __VLS_export;
|
|
56
53
|
export default _default;
|
|
57
54
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -38,9 +38,7 @@ export interface UserSlots {
|
|
|
38
38
|
description(props?: {}): any;
|
|
39
39
|
default(props?: {}): any;
|
|
40
40
|
}
|
|
41
|
-
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<UserProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UserProps> & Readonly<{}>, {
|
|
42
|
-
orientation: User["variants"]["orientation"];
|
|
43
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, UserSlots>;
|
|
41
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<UserProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UserProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, UserSlots>;
|
|
44
42
|
declare const _default: typeof __VLS_export;
|
|
45
43
|
export default _default;
|
|
46
44
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -38,9 +38,7 @@ export interface UserSlots {
|
|
|
38
38
|
description(props?: {}): any;
|
|
39
39
|
default(props?: {}): any;
|
|
40
40
|
}
|
|
41
|
-
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<UserProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UserProps> & Readonly<{}>, {
|
|
42
|
-
orientation: User["variants"]["orientation"];
|
|
43
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, UserSlots>;
|
|
41
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<UserProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UserProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, UserSlots>;
|
|
44
42
|
declare const _default: typeof __VLS_export;
|
|
45
43
|
export default _default;
|
|
46
44
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -5,8 +5,6 @@ export interface ColorModeButtonProps extends Omit<ButtonProps, 'color'> {
|
|
|
5
5
|
*/
|
|
6
6
|
color?: ButtonProps['color'];
|
|
7
7
|
}
|
|
8
|
-
declare const __VLS_export: import("vue").DefineComponent<ColorModeButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ColorModeButtonProps> & Readonly<{}>, {
|
|
9
|
-
color: "default" | "link" | "air-primary" | "air-primary-success" | "air-primary-alert" | "air-primary-copilot" | "air-secondary" | "air-secondary-accent" | "air-secondary-accent-1" | "air-tertiary" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "air-secondary-alert" | "air-secondary-accent-2" | "air-secondary-no-accent" | "air-tertiary-accent" | "air-tertiary-no-accent" | "air-selection" | "air-boost";
|
|
10
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
declare const __VLS_export: import("vue").DefineComponent<ColorModeButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ColorModeButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
9
|
declare const _default: typeof __VLS_export;
|
|
12
10
|
export default _default;
|
|
@@ -5,8 +5,6 @@ export interface ColorModeButtonProps extends Omit<ButtonProps, 'color'> {
|
|
|
5
5
|
*/
|
|
6
6
|
color?: ButtonProps['color'];
|
|
7
7
|
}
|
|
8
|
-
declare const __VLS_export: import("vue").DefineComponent<ColorModeButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ColorModeButtonProps> & Readonly<{}>, {
|
|
9
|
-
color: "default" | "link" | "air-primary" | "air-primary-success" | "air-primary-alert" | "air-primary-copilot" | "air-secondary" | "air-secondary-accent" | "air-secondary-accent-1" | "air-tertiary" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "air-secondary-alert" | "air-secondary-accent-2" | "air-secondary-no-accent" | "air-tertiary-accent" | "air-tertiary-no-accent" | "air-selection" | "air-boost";
|
|
10
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
declare const __VLS_export: import("vue").DefineComponent<ColorModeButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ColorModeButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
9
|
declare const _default: typeof __VLS_export;
|
|
12
10
|
export default _default;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import type { SelectMenuProps, SelectMenuItem } from '../../types';
|
|
2
2
|
export interface ColorModeSelectProps extends Omit<SelectMenuProps<SelectMenuItem[]>, 'icon' | 'items' | 'modelValue'> {
|
|
3
3
|
}
|
|
4
|
-
declare const __VLS_export: import("vue").DefineComponent<ColorModeSelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ColorModeSelectProps> & Readonly<{}>, {
|
|
5
|
-
searchInput: boolean | import("../Input.vue").InputProps;
|
|
6
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
4
|
+
declare const __VLS_export: import("vue").DefineComponent<ColorModeSelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ColorModeSelectProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
5
|
declare const _default: typeof __VLS_export;
|
|
8
6
|
export default _default;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import type { SelectMenuProps, SelectMenuItem } from '../../types';
|
|
2
2
|
export interface ColorModeSelectProps extends Omit<SelectMenuProps<SelectMenuItem[]>, 'icon' | 'items' | 'modelValue'> {
|
|
3
3
|
}
|
|
4
|
-
declare const __VLS_export: import("vue").DefineComponent<ColorModeSelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ColorModeSelectProps> & Readonly<{}>, {
|
|
5
|
-
searchInput: boolean | import("../Input.vue").InputProps;
|
|
6
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
4
|
+
declare const __VLS_export: import("vue").DefineComponent<ColorModeSelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ColorModeSelectProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
5
|
declare const _default: typeof __VLS_export;
|
|
8
6
|
export default _default;
|
|
@@ -95,11 +95,11 @@ export type ContentSearchSlots = CommandPaletteSlots<CommandPaletteGroup<Content
|
|
|
95
95
|
declare const __VLS_export: <T extends ContentSearchLink>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
96
96
|
props: __VLS_PrettifyLocal<(ContentSearchProps<T> & {
|
|
97
97
|
searchTerm?: string;
|
|
98
|
-
}) & {
|
|
99
|
-
|
|
100
|
-
}
|
|
98
|
+
}) & __VLS_EmitsToProps<__VLS_NormalizeEmits<(evt: "update:searchTerm", value: string) => void>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
99
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
100
|
+
} ? P : {});
|
|
101
101
|
expose: (exposed: import("vue").ShallowUnwrapRef<{
|
|
102
|
-
commandPaletteRef: Readonly<import("vue").ShallowRef<
|
|
102
|
+
commandPaletteRef: Readonly<import("vue").ShallowRef<any>>;
|
|
103
103
|
}>) => void;
|
|
104
104
|
attrs: any;
|
|
105
105
|
slots: ContentSearchSlots;
|
|
@@ -95,11 +95,11 @@ export type ContentSearchSlots = CommandPaletteSlots<CommandPaletteGroup<Content
|
|
|
95
95
|
declare const __VLS_export: <T extends ContentSearchLink>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
96
96
|
props: __VLS_PrettifyLocal<(ContentSearchProps<T> & {
|
|
97
97
|
searchTerm?: string;
|
|
98
|
-
}) & {
|
|
99
|
-
|
|
100
|
-
}
|
|
98
|
+
}) & __VLS_EmitsToProps<__VLS_NormalizeEmits<(evt: "update:searchTerm", value: string) => void>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
99
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
100
|
+
} ? P : {});
|
|
101
101
|
expose: (exposed: import("vue").ShallowUnwrapRef<{
|
|
102
|
-
commandPaletteRef: Readonly<import("vue").ShallowRef<
|
|
102
|
+
commandPaletteRef: Readonly<import("vue").ShallowRef<any>>;
|
|
103
103
|
}>) => void;
|
|
104
104
|
attrs: any;
|
|
105
105
|
slots: ContentSearchSlots;
|
|
@@ -39,12 +39,7 @@ export interface ContentSearchButtonProps extends Omit<ButtonProps, 'icon' | 'la
|
|
|
39
39
|
b24ui?: ContentSearchButton['slots'] & ButtonProps['b24ui'];
|
|
40
40
|
class?: any;
|
|
41
41
|
}
|
|
42
|
-
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ContentSearchButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ContentSearchButtonProps> & Readonly<{}>, {
|
|
43
|
-
color: "default" | "link" | "air-primary" | "air-primary-success" | "air-primary-alert" | "air-primary-copilot" | "air-secondary" | "air-secondary-accent" | "air-secondary-accent-1" | "air-tertiary" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "air-secondary-alert" | "air-secondary-accent-2" | "air-secondary-no-accent" | "air-tertiary-accent" | "air-tertiary-no-accent" | "air-selection" | "air-boost";
|
|
44
|
-
tooltip: boolean | TooltipProps;
|
|
45
|
-
kbds: KbdProps["value"][] | KbdProps[];
|
|
46
|
-
collapsed: boolean;
|
|
47
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ButtonSlots>;
|
|
42
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ContentSearchButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ContentSearchButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ButtonSlots>;
|
|
48
43
|
declare const _default: typeof __VLS_export;
|
|
49
44
|
export default _default;
|
|
50
45
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -39,12 +39,7 @@ export interface ContentSearchButtonProps extends Omit<ButtonProps, 'icon' | 'la
|
|
|
39
39
|
b24ui?: ContentSearchButton['slots'] & ButtonProps['b24ui'];
|
|
40
40
|
class?: any;
|
|
41
41
|
}
|
|
42
|
-
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ContentSearchButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ContentSearchButtonProps> & Readonly<{}>, {
|
|
43
|
-
color: "default" | "link" | "air-primary" | "air-primary-success" | "air-primary-alert" | "air-primary-copilot" | "air-secondary" | "air-secondary-accent" | "air-secondary-accent-1" | "air-tertiary" | "danger" | "success" | "warning" | "primary" | "secondary" | "collab" | "ai" | "air-secondary-alert" | "air-secondary-accent-2" | "air-secondary-no-accent" | "air-tertiary-accent" | "air-tertiary-no-accent" | "air-selection" | "air-boost";
|
|
44
|
-
tooltip: boolean | TooltipProps;
|
|
45
|
-
kbds: KbdProps["value"][] | KbdProps[];
|
|
46
|
-
collapsed: boolean;
|
|
47
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ButtonSlots>;
|
|
42
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ContentSearchButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ContentSearchButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ButtonSlots>;
|
|
48
43
|
declare const _default: typeof __VLS_export;
|
|
49
44
|
export default _default;
|
|
50
45
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -46,7 +46,9 @@ export interface ContentSurroundSlots<T extends ContentSurroundLink = ContentSur
|
|
|
46
46
|
'link-description': SlotProps<T>;
|
|
47
47
|
}
|
|
48
48
|
declare const __VLS_export: <T extends ContentSurroundLink>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
49
|
-
props: __VLS_PrettifyLocal<ContentSurroundProps<T>> & import("vue").PublicProps
|
|
49
|
+
props: __VLS_PrettifyLocal<ContentSurroundProps<T>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
50
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
51
|
+
} ? P : {});
|
|
50
52
|
expose: (exposed: {}) => void;
|
|
51
53
|
attrs: any;
|
|
52
54
|
slots: ContentSurroundSlots<T>;
|
|
@@ -46,7 +46,9 @@ export interface ContentSurroundSlots<T extends ContentSurroundLink = ContentSur
|
|
|
46
46
|
'link-description': SlotProps<T>;
|
|
47
47
|
}
|
|
48
48
|
declare const __VLS_export: <T extends ContentSurroundLink>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
49
|
-
props: __VLS_PrettifyLocal<ContentSurroundProps<T>> & import("vue").PublicProps
|
|
49
|
+
props: __VLS_PrettifyLocal<ContentSurroundProps<T>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
50
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
51
|
+
} ? P : {});
|
|
50
52
|
expose: (exposed: {}) => void;
|
|
51
53
|
attrs: any;
|
|
52
54
|
slots: ContentSurroundSlots<T>;
|
|
@@ -60,10 +60,9 @@ export interface ContentTocSlots<T extends ContentTocLink = ContentTocLink> {
|
|
|
60
60
|
}): any;
|
|
61
61
|
}
|
|
62
62
|
declare const __VLS_export: <T extends ContentTocLink>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
63
|
-
props: __VLS_PrettifyLocal<ContentTocProps<T> & {
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
}> & import("vue").PublicProps;
|
|
63
|
+
props: __VLS_PrettifyLocal<ContentTocProps<T> & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "update:open", value: boolean) => void) & ((evt: "move", id: string) => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
64
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
65
|
+
} ? P : {});
|
|
67
66
|
expose: (exposed: {}) => void;
|
|
68
67
|
attrs: any;
|
|
69
68
|
slots: ContentTocSlots<T>;
|
|
@@ -60,10 +60,9 @@ export interface ContentTocSlots<T extends ContentTocLink = ContentTocLink> {
|
|
|
60
60
|
}): any;
|
|
61
61
|
}
|
|
62
62
|
declare const __VLS_export: <T extends ContentTocLink>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
63
|
-
props: __VLS_PrettifyLocal<ContentTocProps<T> & {
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
}> & import("vue").PublicProps;
|
|
63
|
+
props: __VLS_PrettifyLocal<ContentTocProps<T> & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "update:open", value: boolean) => void) & ((evt: "move", id: string) => void)>>> & import("vue").PublicProps & (typeof globalThis extends {
|
|
64
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
65
|
+
} ? P : {});
|
|
67
66
|
expose: (exposed: {}) => void;
|
|
68
67
|
attrs: any;
|
|
69
68
|
slots: ContentTocSlots<T>;
|
|
@@ -11,10 +11,6 @@ declare const __VLS_export: import("vue").DefineComponent<LocaleSelectProps & {
|
|
|
11
11
|
modelValue: string;
|
|
12
12
|
}> & Readonly<{
|
|
13
13
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14
|
-
}>, {
|
|
15
|
-
labelKey: string;
|
|
16
|
-
valueKey: "code";
|
|
17
|
-
searchInput: boolean | import("../Input.vue").InputProps;
|
|
18
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
15
|
declare const _default: typeof __VLS_export;
|
|
20
16
|
export default _default;
|
|
@@ -11,10 +11,6 @@ declare const __VLS_export: import("vue").DefineComponent<LocaleSelectProps & {
|
|
|
11
11
|
modelValue: string;
|
|
12
12
|
}> & Readonly<{
|
|
13
13
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14
|
-
}>, {
|
|
15
|
-
labelKey: string;
|
|
16
|
-
valueKey: "code";
|
|
17
|
-
searchInput: boolean | import("../Input.vue").InputProps;
|
|
18
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
15
|
declare const _default: typeof __VLS_export;
|
|
20
16
|
export default _default;
|
|
@@ -11,9 +11,7 @@ export interface ProseAccordionProps {
|
|
|
11
11
|
export interface ProseAccordionSlots {
|
|
12
12
|
default(props?: {}): any;
|
|
13
13
|
}
|
|
14
|
-
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProseAccordionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseAccordionProps> & Readonly<{}>, {
|
|
15
|
-
type: "single" | "multiple";
|
|
16
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseAccordionSlots>;
|
|
14
|
+
declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<ProseAccordionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseAccordionProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseAccordionSlots>;
|
|
17
15
|
declare const _default: typeof __VLS_export;
|
|
18
16
|
export default _default;
|
|
19
17
|
type __VLS_WithSlots<T, S> = T & {
|