@deepnoid/ui 0.1.136 → 0.1.137

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.
@@ -1,11 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  table_head_default
4
- } from "../../chunk-IUNZZ77V.mjs";
5
- import "../../chunk-MZ76AA76.mjs";
6
- import "../../chunk-6PN3DGOE.mjs";
4
+ } from "../../chunk-3YR6VGGQ.mjs";
7
5
  import "../../chunk-7B7LRG5J.mjs";
8
- import "../../chunk-4URRLVNR.mjs";
6
+ import "../../chunk-4JOD47VZ.mjs";
9
7
  import "../../chunk-F3HENRVM.mjs";
10
8
  import "../../chunk-2GCSFWHD.mjs";
11
9
  import "../../chunk-GL4E6YGW.mjs";
@@ -19,7 +19,6 @@ interface TableBaseProps extends Omit<ComponentPropsWithRef<"table">, "ref" | "c
19
19
  }) => void;
20
20
  emptyContent?: ReactNode;
21
21
  isLoading?: boolean;
22
- skeletonRow?: number;
23
22
  checkedRows?: TableRow[];
24
23
  onCheckedRowsChange?: (rows: TableRow[]) => void;
25
24
  onRowClick?: (row: TableRow, index: number, event: React.MouseEvent<HTMLTableRowElement>) => void;
@@ -89,6 +88,7 @@ declare const tableStyle: tailwind_variants.TVReturnType<{
89
88
  th: string[];
90
89
  td: string[];
91
90
  empty: string[];
91
+ tbodyLoading: never[];
92
92
  }, undefined, {
93
93
  variant: {
94
94
  solid: {
@@ -147,6 +147,7 @@ declare const tableStyle: tailwind_variants.TVReturnType<{
147
147
  th: string[];
148
148
  td: string[];
149
149
  empty: string[];
150
+ tbodyLoading: never[];
150
151
  }, tailwind_variants.TVReturnType<{
151
152
  variant: {
152
153
  solid: {
@@ -205,6 +206,7 @@ declare const tableStyle: tailwind_variants.TVReturnType<{
205
206
  th: string[];
206
207
  td: string[];
207
208
  empty: string[];
209
+ tbodyLoading: never[];
208
210
  }, undefined, unknown, unknown, undefined>>;
209
211
  declare const getCellStyle: (column: TableColumn) => CSSProperties;
210
212
  type TableVariantProps = VariantProps<typeof tableStyle>;
@@ -19,7 +19,6 @@ interface TableBaseProps extends Omit<ComponentPropsWithRef<"table">, "ref" | "c
19
19
  }) => void;
20
20
  emptyContent?: ReactNode;
21
21
  isLoading?: boolean;
22
- skeletonRow?: number;
23
22
  checkedRows?: TableRow[];
24
23
  onCheckedRowsChange?: (rows: TableRow[]) => void;
25
24
  onRowClick?: (row: TableRow, index: number, event: React.MouseEvent<HTMLTableRowElement>) => void;
@@ -89,6 +88,7 @@ declare const tableStyle: tailwind_variants.TVReturnType<{
89
88
  th: string[];
90
89
  td: string[];
91
90
  empty: string[];
91
+ tbodyLoading: never[];
92
92
  }, undefined, {
93
93
  variant: {
94
94
  solid: {
@@ -147,6 +147,7 @@ declare const tableStyle: tailwind_variants.TVReturnType<{
147
147
  th: string[];
148
148
  td: string[];
149
149
  empty: string[];
150
+ tbodyLoading: never[];
150
151
  }, tailwind_variants.TVReturnType<{
151
152
  variant: {
152
153
  solid: {
@@ -205,6 +206,7 @@ declare const tableStyle: tailwind_variants.TVReturnType<{
205
206
  th: string[];
206
207
  td: string[];
207
208
  empty: string[];
209
+ tbodyLoading: never[];
208
210
  }, undefined, unknown, unknown, undefined>>;
209
211
  declare const getCellStyle: (column: TableColumn) => CSSProperties;
210
212
  type TableVariantProps = VariantProps<typeof tableStyle>;