@bsol-oss/react-datatable5 6.0.5 → 6.0.6
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/dist/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import { RankingInfo } from '@tanstack/match-sorter-utils';
|
|
|
9
9
|
import * as _tanstack_table_core from '@tanstack/table-core';
|
|
10
10
|
import { JSONSchema7 } from 'json-schema';
|
|
11
11
|
import { FieldValues, SubmitHandler } from 'react-hook-form';
|
|
12
|
-
import { RenderProps, Props } from 'dayzed';
|
|
12
|
+
import { RenderProps, Props } from '@bsol-oss/dayzed-react19';
|
|
13
13
|
|
|
14
14
|
interface DensityToggleButtonProps {
|
|
15
15
|
icon?: React__default.ReactElement;
|
package/dist/index.js
CHANGED
|
@@ -23,7 +23,7 @@ var axios = require('axios');
|
|
|
23
23
|
var reactHookForm = require('react-hook-form');
|
|
24
24
|
var reactQuery = require('@tanstack/react-query');
|
|
25
25
|
var dayjs = require('dayjs');
|
|
26
|
-
var Dayzed = require('dayzed');
|
|
26
|
+
var Dayzed = require('@bsol-oss/dayzed-react19');
|
|
27
27
|
|
|
28
28
|
function _interopNamespaceDefault(e) {
|
|
29
29
|
var n = Object.create(null);
|
package/dist/index.mjs
CHANGED
|
@@ -22,7 +22,7 @@ import axios from 'axios';
|
|
|
22
22
|
import { useFormContext, useForm, FormProvider } from 'react-hook-form';
|
|
23
23
|
import { useQuery, QueryClient, QueryClientProvider } from '@tanstack/react-query';
|
|
24
24
|
import dayjs from 'dayjs';
|
|
25
|
-
import Dayzed from 'dayzed';
|
|
25
|
+
import Dayzed from '@bsol-oss/dayzed-react19';
|
|
26
26
|
|
|
27
27
|
const TableContext = createContext({
|
|
28
28
|
table: {},
|