nectiasw 0.0.113 → 0.0.115
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/components/Totalhours/index.d.ts +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.es.js +6969 -6968
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +213 -213
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
|
@@ -17,6 +17,7 @@ export declare const PendingColumn: import('styled-components/dist/types').IStyl
|
|
|
17
17
|
ref?: ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
18
18
|
}, never>> & string;
|
|
19
19
|
export type TotalHoursProps = {
|
|
20
|
+
prefix?: string;
|
|
20
21
|
hours?: number;
|
|
21
22
|
inputs?: number;
|
|
22
23
|
pending?: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -117,5 +117,5 @@ export type { DetailProps, SectionProps } from './components/Detail';
|
|
|
117
117
|
export { Timeline } from './components/Timeline';
|
|
118
118
|
export type { TimelineProps, TimelineDashedProps, } from './components/Timeline/types';
|
|
119
119
|
export { Dragarea } from './components/Dragarea';
|
|
120
|
-
export type { DragareaProps } from './components/Dragarea/types';
|
|
120
|
+
export type { DragareaProps, DropStatus } from './components/Dragarea/types';
|
|
121
121
|
export { Stepper } from './components/Stepper';
|