@ckc-net/puck-extended 0.4.0 → 0.5.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/dist/index.d.ts +194 -188
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +895 -331
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -2,25 +2,25 @@ import * as react0 from "react";
|
|
|
2
2
|
import React$1, { ComponentProps, ReactNode, SyntheticEvent } from "react";
|
|
3
3
|
import { useRender } from "@base-ui/react/use-render";
|
|
4
4
|
import { VariantProps } from "class-variance-authority";
|
|
5
|
-
import * as
|
|
6
|
-
import { Tooltip as
|
|
5
|
+
import * as react_jsx_runtime63 from "react/jsx-runtime";
|
|
6
|
+
import { Tooltip as TooltipPrimitive } from "@base-ui/react/tooltip";
|
|
7
7
|
import { Checkbox as Checkbox$1 } from "@base-ui/react/checkbox";
|
|
8
8
|
import { Input as Input$1 } from "@base-ui/react/input";
|
|
9
9
|
import { Select as Select$1 } from "@base-ui/react/select";
|
|
10
10
|
import { Radio } from "@base-ui/react/radio";
|
|
11
11
|
import { RadioGroup as RadioGroup$1 } from "@base-ui/react/radio-group";
|
|
12
|
+
import { Switch as Switch$1 } from "@base-ui/react/switch";
|
|
12
13
|
import * as _puckeditor_core0 from "@puckeditor/core";
|
|
13
14
|
import { ComponentConfig, Field, FieldProps, Fields, Slot } from "@puckeditor/core";
|
|
14
|
-
import { Tabs as
|
|
15
|
+
import { Tabs as TabsPrimitive } from "@base-ui/react/tabs";
|
|
15
16
|
import { Accordion as AccordionPrimitive } from "@base-ui/react/accordion";
|
|
16
17
|
import { Popover as Popover$1 } from "@base-ui/react/popover";
|
|
17
18
|
import { Dialog as Dialog$1 } from "@base-ui/react/dialog";
|
|
18
|
-
import { ScrollArea as
|
|
19
|
+
import { ScrollArea as ScrollAreaPrimitive } from "@base-ui/react/scroll-area";
|
|
19
20
|
import { ColumnDef, PaginationState, SortingState } from "@tanstack/react-table";
|
|
20
21
|
import * as _tiptap_extension_text_style0 from "@tiptap/extension-text-style";
|
|
21
22
|
import { Menu as MenuPrimitive } from "@base-ui/react/menu";
|
|
22
23
|
import { Separator as Separator$1 } from "@base-ui/react/separator";
|
|
23
|
-
import { Switch as Switch$1 } from "@base-ui/react/switch";
|
|
24
24
|
import { Toast } from "@base-ui/react/toast";
|
|
25
25
|
import { Editor } from "@tiptap/react";
|
|
26
26
|
import * as _tiptap_core0 from "@tiptap/core";
|
|
@@ -44,7 +44,7 @@ declare const FieldNumberUnit: ({
|
|
|
44
44
|
label: string;
|
|
45
45
|
field: any;
|
|
46
46
|
readOnly?: boolean;
|
|
47
|
-
}) =>
|
|
47
|
+
}) => react_jsx_runtime63.JSX.Element;
|
|
48
48
|
//#endregion
|
|
49
49
|
//#region src/overrides/plugin.d.ts
|
|
50
50
|
declare const createPuckOverridesPlugin: () => {
|
|
@@ -58,7 +58,7 @@ declare const createPuckOverridesPlugin: () => {
|
|
|
58
58
|
label?: string;
|
|
59
59
|
parentAction?: react0.ReactNode;
|
|
60
60
|
children?: react0.ReactNode;
|
|
61
|
-
}):
|
|
61
|
+
}): react_jsx_runtime63.JSX.Element;
|
|
62
62
|
Action: ({
|
|
63
63
|
children,
|
|
64
64
|
label,
|
|
@@ -67,31 +67,31 @@ declare const createPuckOverridesPlugin: () => {
|
|
|
67
67
|
children: react0.ReactNode;
|
|
68
68
|
label?: string;
|
|
69
69
|
onClick?: (e: react0.SyntheticEvent) => void;
|
|
70
|
-
}) =>
|
|
70
|
+
}) => react_jsx_runtime63.JSX.Element;
|
|
71
71
|
Label: ({
|
|
72
72
|
label
|
|
73
73
|
}: {
|
|
74
74
|
label: string;
|
|
75
|
-
}) =>
|
|
75
|
+
}) => react_jsx_runtime63.JSX.Element;
|
|
76
76
|
Group: ({
|
|
77
77
|
children
|
|
78
78
|
}: {
|
|
79
79
|
children: react0.ReactNode;
|
|
80
|
-
}) =>
|
|
81
|
-
Separator: () =>
|
|
80
|
+
}) => react_jsx_runtime63.JSX.Element;
|
|
81
|
+
Separator: () => react_jsx_runtime63.JSX.Element;
|
|
82
82
|
};
|
|
83
83
|
drawer: ({
|
|
84
84
|
children
|
|
85
85
|
}: {
|
|
86
86
|
children: React.ReactNode;
|
|
87
|
-
}) =>
|
|
87
|
+
}) => react_jsx_runtime63.JSX.Element;
|
|
88
88
|
drawerItem: ({
|
|
89
89
|
name,
|
|
90
90
|
icon
|
|
91
91
|
}: {
|
|
92
92
|
name: string;
|
|
93
93
|
icon?: React.ReactNode;
|
|
94
|
-
}) =>
|
|
94
|
+
}) => react_jsx_runtime63.JSX.Element;
|
|
95
95
|
fields: ({
|
|
96
96
|
children
|
|
97
97
|
}: {
|
|
@@ -101,7 +101,7 @@ declare const createPuckOverridesPlugin: () => {
|
|
|
101
101
|
path?: string;
|
|
102
102
|
index?: number;
|
|
103
103
|
} | null;
|
|
104
|
-
}) =>
|
|
104
|
+
}) => react_jsx_runtime63.JSX.Element;
|
|
105
105
|
fieldLabel: ({
|
|
106
106
|
children,
|
|
107
107
|
label,
|
|
@@ -112,7 +112,7 @@ declare const createPuckOverridesPlugin: () => {
|
|
|
112
112
|
label?: string;
|
|
113
113
|
field?: any;
|
|
114
114
|
tooltip?: string;
|
|
115
|
-
}) =>
|
|
115
|
+
}) => react_jsx_runtime63.JSX.Element;
|
|
116
116
|
fieldTypes: {
|
|
117
117
|
checkbox: ({
|
|
118
118
|
onChange,
|
|
@@ -133,7 +133,7 @@ declare const createPuckOverridesPlugin: () => {
|
|
|
133
133
|
};
|
|
134
134
|
}) & {
|
|
135
135
|
label: string;
|
|
136
|
-
}) =>
|
|
136
|
+
}) => react_jsx_runtime63.JSX.Element | null;
|
|
137
137
|
numberUnit: ({
|
|
138
138
|
onChange,
|
|
139
139
|
value,
|
|
@@ -146,7 +146,7 @@ declare const createPuckOverridesPlugin: () => {
|
|
|
146
146
|
label: string;
|
|
147
147
|
field: any;
|
|
148
148
|
readOnly?: boolean;
|
|
149
|
-
}) =>
|
|
149
|
+
}) => react_jsx_runtime63.JSX.Element;
|
|
150
150
|
radio: ({
|
|
151
151
|
onChange,
|
|
152
152
|
value,
|
|
@@ -164,7 +164,7 @@ declare const createPuckOverridesPlugin: () => {
|
|
|
164
164
|
};
|
|
165
165
|
}) & {
|
|
166
166
|
label: string;
|
|
167
|
-
}) =>
|
|
167
|
+
}) => react_jsx_runtime63.JSX.Element | null;
|
|
168
168
|
select: ({
|
|
169
169
|
onChange,
|
|
170
170
|
value,
|
|
@@ -177,7 +177,22 @@ declare const createPuckOverridesPlugin: () => {
|
|
|
177
177
|
label: string;
|
|
178
178
|
field: any;
|
|
179
179
|
readOnly?: boolean;
|
|
180
|
-
}) =>
|
|
180
|
+
}) => react_jsx_runtime63.JSX.Element;
|
|
181
|
+
switch: ({
|
|
182
|
+
onChange,
|
|
183
|
+
value,
|
|
184
|
+
readOnly,
|
|
185
|
+
field,
|
|
186
|
+
label
|
|
187
|
+
}: _puckeditor_core0.FieldProps<_puckeditor_core0.Field<any>> & {
|
|
188
|
+
name: string;
|
|
189
|
+
field: _puckeditor_core0.Field<any> & {
|
|
190
|
+
readOnly?: boolean;
|
|
191
|
+
tooltip?: string;
|
|
192
|
+
layout?: SwitchLayout;
|
|
193
|
+
};
|
|
194
|
+
label: string;
|
|
195
|
+
}) => react_jsx_runtime63.JSX.Element;
|
|
181
196
|
text: ({
|
|
182
197
|
onChange,
|
|
183
198
|
value,
|
|
@@ -190,7 +205,7 @@ declare const createPuckOverridesPlugin: () => {
|
|
|
190
205
|
label?: string;
|
|
191
206
|
field: any;
|
|
192
207
|
readOnly?: boolean;
|
|
193
|
-
}) =>
|
|
208
|
+
}) => react_jsx_runtime63.JSX.Element;
|
|
194
209
|
textarea: ({
|
|
195
210
|
onChange,
|
|
196
211
|
value,
|
|
@@ -203,7 +218,7 @@ declare const createPuckOverridesPlugin: () => {
|
|
|
203
218
|
label: string;
|
|
204
219
|
field: any;
|
|
205
220
|
readOnly?: boolean;
|
|
206
|
-
}) =>
|
|
221
|
+
}) => react_jsx_runtime63.JSX.Element;
|
|
207
222
|
};
|
|
208
223
|
};
|
|
209
224
|
};
|
|
@@ -213,13 +228,15 @@ declare const Label: ({
|
|
|
213
228
|
label,
|
|
214
229
|
readOnly,
|
|
215
230
|
tooltip,
|
|
216
|
-
action
|
|
231
|
+
action,
|
|
232
|
+
className
|
|
217
233
|
}: {
|
|
218
234
|
label?: string;
|
|
219
235
|
readOnly?: boolean;
|
|
220
236
|
tooltip?: string;
|
|
221
237
|
action?: React$1.ReactNode;
|
|
222
|
-
|
|
238
|
+
className?: string;
|
|
239
|
+
}) => react_jsx_runtime63.JSX.Element;
|
|
223
240
|
//#endregion
|
|
224
241
|
//#region src/components/Fields/Input/index.d.ts
|
|
225
242
|
declare const FieldInput: ({
|
|
@@ -234,7 +251,7 @@ declare const FieldInput: ({
|
|
|
234
251
|
label?: string;
|
|
235
252
|
field: any;
|
|
236
253
|
readOnly?: boolean;
|
|
237
|
-
}) =>
|
|
254
|
+
}) => react_jsx_runtime63.JSX.Element;
|
|
238
255
|
//#endregion
|
|
239
256
|
//#region src/components/Fields/Textarea/index.d.ts
|
|
240
257
|
declare const FieldTextarea: ({
|
|
@@ -249,7 +266,7 @@ declare const FieldTextarea: ({
|
|
|
249
266
|
label: string;
|
|
250
267
|
field: any;
|
|
251
268
|
readOnly?: boolean;
|
|
252
|
-
}) =>
|
|
269
|
+
}) => react_jsx_runtime63.JSX.Element;
|
|
253
270
|
//#endregion
|
|
254
271
|
//#region src/components/Fields/Select/index.d.ts
|
|
255
272
|
declare const FieldSelect: ({
|
|
@@ -264,7 +281,7 @@ declare const FieldSelect: ({
|
|
|
264
281
|
label: string;
|
|
265
282
|
field: any;
|
|
266
283
|
readOnly?: boolean;
|
|
267
|
-
}) =>
|
|
284
|
+
}) => react_jsx_runtime63.JSX.Element;
|
|
268
285
|
//#endregion
|
|
269
286
|
//#region src/components/ui/radio.d.ts
|
|
270
287
|
type RadioLayout = "horizontal" | "inline";
|
|
@@ -278,12 +295,12 @@ declare function RadioGroup({
|
|
|
278
295
|
className,
|
|
279
296
|
layout,
|
|
280
297
|
...props
|
|
281
|
-
}: RadioGroupProps):
|
|
298
|
+
}: RadioGroupProps): react_jsx_runtime63.JSX.Element;
|
|
282
299
|
declare function RadioGroupItem({
|
|
283
300
|
className,
|
|
284
301
|
layout,
|
|
285
302
|
...props
|
|
286
|
-
}: RadioGroupItemProps):
|
|
303
|
+
}: RadioGroupItemProps): react_jsx_runtime63.JSX.Element;
|
|
287
304
|
//#endregion
|
|
288
305
|
//#region src/components/Fields/Radio/index.d.ts
|
|
289
306
|
type RadioProps = FieldProps<Field<any>> & {
|
|
@@ -304,7 +321,7 @@ declare const FieldRadio: ({
|
|
|
304
321
|
label
|
|
305
322
|
}: RadioProps & {
|
|
306
323
|
label: string;
|
|
307
|
-
}) =>
|
|
324
|
+
}) => react_jsx_runtime63.JSX.Element | null;
|
|
308
325
|
//#endregion
|
|
309
326
|
//#region src/components/ui/checkbox.d.ts
|
|
310
327
|
type CheckboxLayout = "horizontal" | "inline";
|
|
@@ -315,7 +332,7 @@ declare function Checkbox({
|
|
|
315
332
|
className,
|
|
316
333
|
layout,
|
|
317
334
|
...props
|
|
318
|
-
}: CheckboxProps$1):
|
|
335
|
+
}: CheckboxProps$1): react_jsx_runtime63.JSX.Element;
|
|
319
336
|
//#endregion
|
|
320
337
|
//#region src/components/Fields/Checkbox/index.d.ts
|
|
321
338
|
type CheckboxProps = FieldProps<Field<any>> & {
|
|
@@ -338,7 +355,26 @@ declare const FieldCheckbox: ({
|
|
|
338
355
|
label
|
|
339
356
|
}: CheckboxProps & {
|
|
340
357
|
label: string;
|
|
341
|
-
}) =>
|
|
358
|
+
}) => react_jsx_runtime63.JSX.Element | null;
|
|
359
|
+
//#endregion
|
|
360
|
+
//#region src/components/Fields/Switch/index.d.ts
|
|
361
|
+
type SwitchLayout = "inline" | "stacked";
|
|
362
|
+
type SwitchFieldProps = FieldProps<Field<any>> & {
|
|
363
|
+
name: string;
|
|
364
|
+
field: Field<any> & {
|
|
365
|
+
readOnly?: boolean;
|
|
366
|
+
tooltip?: string;
|
|
367
|
+
layout?: SwitchLayout;
|
|
368
|
+
};
|
|
369
|
+
label: string;
|
|
370
|
+
};
|
|
371
|
+
declare const FieldSwitch: ({
|
|
372
|
+
onChange,
|
|
373
|
+
value,
|
|
374
|
+
readOnly,
|
|
375
|
+
field,
|
|
376
|
+
label
|
|
377
|
+
}: SwitchFieldProps) => react_jsx_runtime63.JSX.Element;
|
|
342
378
|
//#endregion
|
|
343
379
|
//#region src/components/RichTextMenuLink/index.d.ts
|
|
344
380
|
type RichTextMenuLinkProps = {
|
|
@@ -347,7 +383,7 @@ type RichTextMenuLinkProps = {
|
|
|
347
383
|
declare function RichTextMenuLink({
|
|
348
384
|
editor,
|
|
349
385
|
...props
|
|
350
|
-
}: RichTextMenuLinkProps & Omit<ComponentProps<"div">, keyof RichTextMenuLinkProps>):
|
|
386
|
+
}: RichTextMenuLinkProps & Omit<ComponentProps<"div">, keyof RichTextMenuLinkProps>): react_jsx_runtime63.JSX.Element;
|
|
351
387
|
//#endregion
|
|
352
388
|
//#region src/components/RichTextMenuColorPicker/index.d.ts
|
|
353
389
|
type RichTextMenuColorPickerProps = {
|
|
@@ -362,24 +398,35 @@ declare const richTextMenuColorPickerExtension: (_tiptap_core0.Mark<_tiptap_exte
|
|
|
362
398
|
declare function RichTextMenuColorPicker({
|
|
363
399
|
editor,
|
|
364
400
|
...props
|
|
365
|
-
}: RichTextMenuColorPickerProps & Omit<ComponentProps<"div">, keyof RichTextMenuColorPickerProps>):
|
|
401
|
+
}: RichTextMenuColorPickerProps & Omit<ComponentProps<"div">, keyof RichTextMenuColorPickerProps>): react_jsx_runtime63.JSX.Element;
|
|
402
|
+
//#endregion
|
|
403
|
+
//#region src/plugins/unsplash/utils/unsplashClient.d.ts
|
|
404
|
+
type UnsplashPhoto = {
|
|
405
|
+
id: string;
|
|
406
|
+
description?: string | null;
|
|
407
|
+
altDescription?: string | null;
|
|
408
|
+
thumbUrl: string;
|
|
409
|
+
regularUrl: string;
|
|
410
|
+
htmlUrl: string;
|
|
411
|
+
width?: number;
|
|
412
|
+
height?: number;
|
|
413
|
+
authorName?: string;
|
|
414
|
+
};
|
|
366
415
|
//#endregion
|
|
367
416
|
//#region src/components/MediaPicker/index.d.ts
|
|
368
417
|
type MediaItem = {
|
|
369
418
|
id: number;
|
|
370
419
|
name: string;
|
|
371
420
|
url: string;
|
|
372
|
-
thumbnail: string;
|
|
373
421
|
type: string;
|
|
374
422
|
};
|
|
375
423
|
/**
|
|
376
|
-
* Référence stable vers un média —
|
|
377
|
-
*
|
|
424
|
+
* Référence stable vers un média — identifié uniquement par son `id`.
|
|
425
|
+
* Utiliser `useMediaUrl` pour résoudre l'URL courante depuis l'API.
|
|
378
426
|
*/
|
|
379
427
|
type MediaReference = {
|
|
380
428
|
id: number;
|
|
381
429
|
name: string;
|
|
382
|
-
thumbnail?: string;
|
|
383
430
|
};
|
|
384
431
|
type MediaPickerValue = {
|
|
385
432
|
type?: "url" | "media";
|
|
@@ -392,19 +439,24 @@ type MediaPickerProps = {
|
|
|
392
439
|
mediaType?: string;
|
|
393
440
|
acceptedTypes?: string;
|
|
394
441
|
maxSize?: number;
|
|
442
|
+
unsplashSearchEndpoint?: string;
|
|
443
|
+
unsplashFeaturedQuery?: string;
|
|
444
|
+
unsplashDownloadEndpoint?: string;
|
|
445
|
+
unsplashUploadEndpoint?: string;
|
|
446
|
+
onUnsplashDownloadPhoto?: (photo: UnsplashPhoto) => void | Promise<void>;
|
|
395
447
|
};
|
|
396
448
|
declare const MediaPicker: ({
|
|
397
449
|
value,
|
|
398
450
|
onChange,
|
|
399
451
|
mediaType,
|
|
400
452
|
acceptedTypes,
|
|
401
|
-
maxSize
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
453
|
+
maxSize,
|
|
454
|
+
unsplashSearchEndpoint,
|
|
455
|
+
unsplashFeaturedQuery,
|
|
456
|
+
unsplashDownloadEndpoint,
|
|
457
|
+
unsplashUploadEndpoint,
|
|
458
|
+
onUnsplashDownloadPhoto
|
|
459
|
+
}: MediaPickerProps) => react_jsx_runtime63.JSX.Element;
|
|
408
460
|
/**
|
|
409
461
|
* Hook React qui résout dynamiquement l'URL courante d'un `MediaPickerValue`.
|
|
410
462
|
*
|
|
@@ -450,7 +502,7 @@ type PagePickerProps = {
|
|
|
450
502
|
declare const PagePicker: ({
|
|
451
503
|
value,
|
|
452
504
|
onChange
|
|
453
|
-
}: PagePickerProps) =>
|
|
505
|
+
}: PagePickerProps) => react_jsx_runtime63.JSX.Element;
|
|
454
506
|
/**
|
|
455
507
|
* Hook React qui résout dynamiquement l'URL courante d'un `PagePickerValue`.
|
|
456
508
|
*
|
|
@@ -477,7 +529,7 @@ declare const ActionBar: {
|
|
|
477
529
|
label?: string;
|
|
478
530
|
parentAction?: ReactNode;
|
|
479
531
|
children?: ReactNode;
|
|
480
|
-
}):
|
|
532
|
+
}): react_jsx_runtime63.JSX.Element;
|
|
481
533
|
Action: ({
|
|
482
534
|
children,
|
|
483
535
|
label,
|
|
@@ -486,18 +538,18 @@ declare const ActionBar: {
|
|
|
486
538
|
children: ReactNode;
|
|
487
539
|
label?: string;
|
|
488
540
|
onClick?: (e: SyntheticEvent) => void;
|
|
489
|
-
}) =>
|
|
541
|
+
}) => react_jsx_runtime63.JSX.Element;
|
|
490
542
|
Label: ({
|
|
491
543
|
label
|
|
492
544
|
}: {
|
|
493
545
|
label: string;
|
|
494
|
-
}) =>
|
|
546
|
+
}) => react_jsx_runtime63.JSX.Element;
|
|
495
547
|
Group: ({
|
|
496
548
|
children
|
|
497
549
|
}: {
|
|
498
550
|
children: ReactNode;
|
|
499
|
-
}) =>
|
|
500
|
-
Separator: () =>
|
|
551
|
+
}) => react_jsx_runtime63.JSX.Element;
|
|
552
|
+
Separator: () => react_jsx_runtime63.JSX.Element;
|
|
501
553
|
};
|
|
502
554
|
//#endregion
|
|
503
555
|
//#region src/components/DrawerItem/index.d.ts
|
|
@@ -507,7 +559,7 @@ declare const DrawerItem: ({
|
|
|
507
559
|
}: {
|
|
508
560
|
name: string;
|
|
509
561
|
icon?: React.ReactNode;
|
|
510
|
-
}) =>
|
|
562
|
+
}) => react_jsx_runtime63.JSX.Element;
|
|
511
563
|
//#endregion
|
|
512
564
|
//#region src/components/FieldGroups/index.d.ts
|
|
513
565
|
type ItemSelector = {
|
|
@@ -521,7 +573,7 @@ type FieldGroupsProps = {
|
|
|
521
573
|
};
|
|
522
574
|
declare const FieldGroups: ({
|
|
523
575
|
children
|
|
524
|
-
}: FieldGroupsProps) =>
|
|
576
|
+
}: FieldGroupsProps) => react_jsx_runtime63.JSX.Element;
|
|
525
577
|
//#endregion
|
|
526
578
|
//#region src/components/PickerModal/index.d.ts
|
|
527
579
|
type PickerModalProps<T extends {
|
|
@@ -553,6 +605,12 @@ type PickerModalProps<T extends {
|
|
|
553
605
|
emptyMessage?: string;
|
|
554
606
|
/** Optional footer (e.g. upload zone) */
|
|
555
607
|
footer?: React$1.ReactNode;
|
|
608
|
+
/** Optional content rendered next to the search bar (e.g. source selector) */
|
|
609
|
+
filterContent?: React$1.ReactNode;
|
|
610
|
+
/** When provided, replaces the table/loading area entirely */
|
|
611
|
+
tableContent?: React$1.ReactNode;
|
|
612
|
+
/** Overlay rendered inside the modal popup (e.g. image preview) */
|
|
613
|
+
overlay?: React$1.ReactNode;
|
|
556
614
|
};
|
|
557
615
|
declare function PickerModal<T extends {
|
|
558
616
|
id: number | string;
|
|
@@ -574,8 +632,11 @@ declare function PickerModal<T extends {
|
|
|
574
632
|
pageSizeOptions,
|
|
575
633
|
emptyIcon,
|
|
576
634
|
emptyMessage,
|
|
577
|
-
footer
|
|
578
|
-
|
|
635
|
+
footer,
|
|
636
|
+
filterContent,
|
|
637
|
+
tableContent,
|
|
638
|
+
overlay
|
|
639
|
+
}: PickerModalProps<T>): react_jsx_runtime63.JSX.Element;
|
|
579
640
|
//#endregion
|
|
580
641
|
//#region src/components/ColorPicker/index.d.ts
|
|
581
642
|
type ColorPickerProps = {
|
|
@@ -635,7 +696,7 @@ declare function Badge({
|
|
|
635
696
|
//#region src/components/ui/button.d.ts
|
|
636
697
|
declare const buttonVariants: (props?: ({
|
|
637
698
|
size?: "icon" | "default" | "lg" | "sm" | "icon-lg" | "icon-sm" | "icon-xl" | "icon-xs" | "xl" | "xs" | null | undefined;
|
|
638
|
-
variant?: "
|
|
699
|
+
variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "destructive-outline" | "ghost" | "primary" | null | undefined;
|
|
639
700
|
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
640
701
|
interface ButtonProps extends useRender.ComponentProps<"button"> {
|
|
641
702
|
variant?: VariantProps<typeof buttonVariants>["variant"];
|
|
@@ -651,7 +712,7 @@ declare function Button({
|
|
|
651
712
|
//#endregion
|
|
652
713
|
//#region src/components/ui/dialog.d.ts
|
|
653
714
|
declare const Dialog: typeof Dialog$1.Root;
|
|
654
|
-
declare function DialogTrigger(props: Dialog$1.Trigger.Props):
|
|
715
|
+
declare function DialogTrigger(props: Dialog$1.Trigger.Props): react_jsx_runtime63.JSX.Element;
|
|
655
716
|
declare function DialogPopup({
|
|
656
717
|
className,
|
|
657
718
|
children,
|
|
@@ -661,59 +722,59 @@ declare function DialogPopup({
|
|
|
661
722
|
}: Dialog$1.Popup.Props & {
|
|
662
723
|
showCloseButton?: boolean;
|
|
663
724
|
bottomStickOnMobile?: boolean;
|
|
664
|
-
}):
|
|
725
|
+
}): react_jsx_runtime63.JSX.Element;
|
|
665
726
|
declare function DialogHeader({
|
|
666
727
|
className,
|
|
667
728
|
...props
|
|
668
|
-
}: React.ComponentProps<"div">):
|
|
729
|
+
}: React.ComponentProps<"div">): react_jsx_runtime63.JSX.Element;
|
|
669
730
|
declare function DialogFooter({
|
|
670
731
|
className,
|
|
671
732
|
variant,
|
|
672
733
|
...props
|
|
673
734
|
}: React.ComponentProps<"div"> & {
|
|
674
735
|
variant?: "default" | "bare";
|
|
675
|
-
}):
|
|
736
|
+
}): react_jsx_runtime63.JSX.Element;
|
|
676
737
|
declare function DialogTitle({
|
|
677
738
|
className,
|
|
678
739
|
...props
|
|
679
|
-
}: Dialog$1.Title.Props):
|
|
740
|
+
}: Dialog$1.Title.Props): react_jsx_runtime63.JSX.Element;
|
|
680
741
|
declare function DialogDescription({
|
|
681
742
|
className,
|
|
682
743
|
...props
|
|
683
|
-
}: Dialog$1.Description.Props):
|
|
744
|
+
}: Dialog$1.Description.Props): react_jsx_runtime63.JSX.Element;
|
|
684
745
|
declare function DialogPanel({
|
|
685
746
|
className,
|
|
686
747
|
scrollFade,
|
|
687
748
|
...props
|
|
688
749
|
}: React.ComponentProps<"div"> & {
|
|
689
750
|
scrollFade?: boolean;
|
|
690
|
-
}):
|
|
751
|
+
}): react_jsx_runtime63.JSX.Element;
|
|
691
752
|
//#endregion
|
|
692
753
|
//#region src/components/ui/frame.d.ts
|
|
693
754
|
declare function Frame({
|
|
694
755
|
className,
|
|
695
756
|
...props
|
|
696
|
-
}: react0.ComponentProps<"div">):
|
|
757
|
+
}: react0.ComponentProps<"div">): react_jsx_runtime63.JSX.Element;
|
|
697
758
|
declare function FramePanel({
|
|
698
759
|
className,
|
|
699
760
|
...props
|
|
700
|
-
}: react0.ComponentProps<"div">):
|
|
761
|
+
}: react0.ComponentProps<"div">): react_jsx_runtime63.JSX.Element;
|
|
701
762
|
declare function FrameHeader({
|
|
702
763
|
className,
|
|
703
764
|
...props
|
|
704
|
-
}: react0.ComponentProps<"header">):
|
|
765
|
+
}: react0.ComponentProps<"header">): react_jsx_runtime63.JSX.Element;
|
|
705
766
|
declare function FrameTitle({
|
|
706
767
|
className,
|
|
707
768
|
...props
|
|
708
|
-
}: react0.ComponentProps<"div">):
|
|
769
|
+
}: react0.ComponentProps<"div">): react_jsx_runtime63.JSX.Element;
|
|
709
770
|
declare function FrameDescription({
|
|
710
771
|
className,
|
|
711
772
|
...props
|
|
712
|
-
}: react0.ComponentProps<"div">):
|
|
773
|
+
}: react0.ComponentProps<"div">): react_jsx_runtime63.JSX.Element;
|
|
713
774
|
declare function FrameFooter({
|
|
714
775
|
className,
|
|
715
776
|
...props
|
|
716
|
-
}: react0.ComponentProps<"footer">):
|
|
777
|
+
}: react0.ComponentProps<"footer">): react_jsx_runtime63.JSX.Element;
|
|
717
778
|
//#endregion
|
|
718
779
|
//#region src/components/ui/input.d.ts
|
|
719
780
|
type InputProps = Omit<Input$1.Props & react0.RefAttributes<HTMLInputElement>, "size"> & {
|
|
@@ -727,7 +788,7 @@ declare function Input({
|
|
|
727
788
|
unstyled,
|
|
728
789
|
nativeInput,
|
|
729
790
|
...props
|
|
730
|
-
}: InputProps):
|
|
791
|
+
}: InputProps): react_jsx_runtime63.JSX.Element;
|
|
731
792
|
//#endregion
|
|
732
793
|
//#region src/components/ui/textarea.d.ts
|
|
733
794
|
type TextareaProps = react0.ComponentProps<"textarea"> & {
|
|
@@ -739,13 +800,13 @@ declare function Textarea({
|
|
|
739
800
|
size,
|
|
740
801
|
unstyled,
|
|
741
802
|
...props
|
|
742
|
-
}: TextareaProps):
|
|
803
|
+
}: TextareaProps): react_jsx_runtime63.JSX.Element;
|
|
743
804
|
//#endregion
|
|
744
805
|
//#region src/components/ui/input-group.d.ts
|
|
745
806
|
declare function InputGroup({
|
|
746
807
|
className,
|
|
747
808
|
...props
|
|
748
|
-
}: react0.ComponentProps<"div">):
|
|
809
|
+
}: react0.ComponentProps<"div">): react_jsx_runtime63.JSX.Element;
|
|
749
810
|
declare const inputGroupAddonVariants: (props?: ({
|
|
750
811
|
align?: "inline-start" | "block-end" | "block-start" | "inline-end" | null | undefined;
|
|
751
812
|
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
@@ -753,19 +814,19 @@ declare function InputGroupAddon({
|
|
|
753
814
|
className,
|
|
754
815
|
align,
|
|
755
816
|
...props
|
|
756
|
-
}: react0.ComponentProps<"div"> & VariantProps<typeof inputGroupAddonVariants>):
|
|
817
|
+
}: react0.ComponentProps<"div"> & VariantProps<typeof inputGroupAddonVariants>): react_jsx_runtime63.JSX.Element;
|
|
757
818
|
declare function InputGroupText({
|
|
758
819
|
className,
|
|
759
820
|
...props
|
|
760
|
-
}: react0.ComponentProps<"span">):
|
|
821
|
+
}: react0.ComponentProps<"span">): react_jsx_runtime63.JSX.Element;
|
|
761
822
|
declare function InputGroupInput({
|
|
762
823
|
className,
|
|
763
824
|
...props
|
|
764
|
-
}: InputProps):
|
|
825
|
+
}: InputProps): react_jsx_runtime63.JSX.Element;
|
|
765
826
|
declare function InputGroupTextarea({
|
|
766
827
|
className,
|
|
767
828
|
...props
|
|
768
|
-
}: TextareaProps):
|
|
829
|
+
}: TextareaProps): react_jsx_runtime63.JSX.Element;
|
|
769
830
|
//#endregion
|
|
770
831
|
//#region src/components/ui/menu.d.ts
|
|
771
832
|
declare const Menu: typeof MenuPrimitive.Root;
|
|
@@ -853,14 +914,14 @@ declare function MenuSubPopup({
|
|
|
853
914
|
declare function Pagination({
|
|
854
915
|
className,
|
|
855
916
|
...props
|
|
856
|
-
}: react0.ComponentProps<"nav">):
|
|
917
|
+
}: react0.ComponentProps<"nav">): react_jsx_runtime63.JSX.Element;
|
|
857
918
|
declare function PaginationContent({
|
|
858
919
|
className,
|
|
859
920
|
...props
|
|
860
|
-
}: react0.ComponentProps<"ul">):
|
|
921
|
+
}: react0.ComponentProps<"ul">): react_jsx_runtime63.JSX.Element;
|
|
861
922
|
declare function PaginationItem({
|
|
862
923
|
...props
|
|
863
|
-
}: react0.ComponentProps<"li">):
|
|
924
|
+
}: react0.ComponentProps<"li">): react_jsx_runtime63.JSX.Element;
|
|
864
925
|
type PaginationLinkProps = {
|
|
865
926
|
isActive?: boolean;
|
|
866
927
|
size?: react0.ComponentProps<typeof Button>["size"];
|
|
@@ -875,20 +936,20 @@ declare function PaginationLink({
|
|
|
875
936
|
declare function PaginationPrevious({
|
|
876
937
|
className,
|
|
877
938
|
...props
|
|
878
|
-
}: react0.ComponentProps<typeof PaginationLink>):
|
|
939
|
+
}: react0.ComponentProps<typeof PaginationLink>): react_jsx_runtime63.JSX.Element;
|
|
879
940
|
declare function PaginationNext({
|
|
880
941
|
className,
|
|
881
942
|
...props
|
|
882
|
-
}: react0.ComponentProps<typeof PaginationLink>):
|
|
943
|
+
}: react0.ComponentProps<typeof PaginationLink>): react_jsx_runtime63.JSX.Element;
|
|
883
944
|
declare function PaginationEllipsis({
|
|
884
945
|
className,
|
|
885
946
|
...props
|
|
886
|
-
}: react0.ComponentProps<"span">):
|
|
947
|
+
}: react0.ComponentProps<"span">): react_jsx_runtime63.JSX.Element;
|
|
887
948
|
//#endregion
|
|
888
949
|
//#region src/components/ui/popover.d.ts
|
|
889
950
|
declare const PopoverCreateHandle: typeof Popover$1.createHandle;
|
|
890
951
|
declare const Popover: typeof Popover$1.Root;
|
|
891
|
-
declare function PopoverTrigger(props: Popover$1.Trigger.Props):
|
|
952
|
+
declare function PopoverTrigger(props: Popover$1.Trigger.Props): react_jsx_runtime63.JSX.Element;
|
|
892
953
|
declare function PopoverPopup({
|
|
893
954
|
children,
|
|
894
955
|
className,
|
|
@@ -904,18 +965,18 @@ declare function PopoverPopup({
|
|
|
904
965
|
sideOffset?: Popover$1.Positioner.Props["sideOffset"];
|
|
905
966
|
alignOffset?: Popover$1.Positioner.Props["alignOffset"];
|
|
906
967
|
tooltipStyle?: boolean;
|
|
907
|
-
}):
|
|
968
|
+
}): react_jsx_runtime63.JSX.Element;
|
|
908
969
|
declare function PopoverClose({
|
|
909
970
|
...props
|
|
910
|
-
}: Popover$1.Close.Props):
|
|
971
|
+
}: Popover$1.Close.Props): react_jsx_runtime63.JSX.Element;
|
|
911
972
|
declare function PopoverTitle({
|
|
912
973
|
className,
|
|
913
974
|
...props
|
|
914
|
-
}: Popover$1.Title.Props):
|
|
975
|
+
}: Popover$1.Title.Props): react_jsx_runtime63.JSX.Element;
|
|
915
976
|
declare function PopoverDescription({
|
|
916
977
|
className,
|
|
917
978
|
...props
|
|
918
|
-
}: Popover$1.Description.Props):
|
|
979
|
+
}: Popover$1.Description.Props): react_jsx_runtime63.JSX.Element;
|
|
919
980
|
//#endregion
|
|
920
981
|
//#region src/components/ui/scroll-area.d.ts
|
|
921
982
|
declare function ScrollArea({
|
|
@@ -924,15 +985,15 @@ declare function ScrollArea({
|
|
|
924
985
|
scrollFade,
|
|
925
986
|
scrollbarGutter,
|
|
926
987
|
...props
|
|
927
|
-
}:
|
|
988
|
+
}: ScrollAreaPrimitive.Root.Props & {
|
|
928
989
|
scrollFade?: boolean;
|
|
929
990
|
scrollbarGutter?: boolean;
|
|
930
|
-
}):
|
|
991
|
+
}): React$1.ReactElement;
|
|
931
992
|
declare function ScrollBar({
|
|
932
993
|
className,
|
|
933
994
|
orientation,
|
|
934
995
|
...props
|
|
935
|
-
}:
|
|
996
|
+
}: ScrollAreaPrimitive.Scrollbar.Props): React$1.ReactElement;
|
|
936
997
|
//#endregion
|
|
937
998
|
//#region src/components/ui/select.d.ts
|
|
938
999
|
declare const Select: typeof Select$1.Root;
|
|
@@ -944,11 +1005,11 @@ declare function SelectTrigger({
|
|
|
944
1005
|
size,
|
|
945
1006
|
children,
|
|
946
1007
|
...props
|
|
947
|
-
}: Select$1.Trigger.Props & VariantProps<typeof selectTriggerVariants>):
|
|
1008
|
+
}: Select$1.Trigger.Props & VariantProps<typeof selectTriggerVariants>): react_jsx_runtime63.JSX.Element;
|
|
948
1009
|
declare function SelectValue({
|
|
949
1010
|
className,
|
|
950
1011
|
...props
|
|
951
|
-
}: Select$1.Value.Props):
|
|
1012
|
+
}: Select$1.Value.Props): react_jsx_runtime63.JSX.Element;
|
|
952
1013
|
declare function SelectPopup({
|
|
953
1014
|
className,
|
|
954
1015
|
children,
|
|
@@ -966,88 +1027,88 @@ declare function SelectPopup({
|
|
|
966
1027
|
alignOffset?: Select$1.Positioner.Props["alignOffset"];
|
|
967
1028
|
alignItemWithTrigger?: Select$1.Positioner.Props["alignItemWithTrigger"];
|
|
968
1029
|
anchor?: Select$1.Positioner.Props["anchor"];
|
|
969
|
-
}):
|
|
1030
|
+
}): react_jsx_runtime63.JSX.Element;
|
|
970
1031
|
declare function SelectItem({
|
|
971
1032
|
className,
|
|
972
1033
|
children,
|
|
973
1034
|
...props
|
|
974
|
-
}: Select$1.Item.Props):
|
|
1035
|
+
}: Select$1.Item.Props): react_jsx_runtime63.JSX.Element;
|
|
975
1036
|
declare function SelectSeparator({
|
|
976
1037
|
className,
|
|
977
1038
|
...props
|
|
978
|
-
}: Select$1.Separator.Props):
|
|
979
|
-
declare function SelectGroup(props: Select$1.Group.Props):
|
|
980
|
-
declare function SelectGroupLabel(props: Select$1.GroupLabel.Props):
|
|
1039
|
+
}: Select$1.Separator.Props): react_jsx_runtime63.JSX.Element;
|
|
1040
|
+
declare function SelectGroup(props: Select$1.Group.Props): react_jsx_runtime63.JSX.Element;
|
|
1041
|
+
declare function SelectGroupLabel(props: Select$1.GroupLabel.Props): react_jsx_runtime63.JSX.Element;
|
|
981
1042
|
//#endregion
|
|
982
1043
|
//#region src/components/ui/separator.d.ts
|
|
983
1044
|
declare function Separator({
|
|
984
1045
|
className,
|
|
985
1046
|
orientation,
|
|
986
1047
|
...props
|
|
987
|
-
}: Separator$1.Props):
|
|
1048
|
+
}: Separator$1.Props): react_jsx_runtime63.JSX.Element;
|
|
988
1049
|
//#endregion
|
|
989
1050
|
//#region src/components/ui/switch.d.ts
|
|
990
1051
|
declare function Switch({
|
|
991
1052
|
className,
|
|
992
1053
|
...props
|
|
993
|
-
}: Switch$1.Root.Props):
|
|
1054
|
+
}: Switch$1.Root.Props): react_jsx_runtime63.JSX.Element;
|
|
994
1055
|
//#endregion
|
|
995
1056
|
//#region src/components/ui/table.d.ts
|
|
996
1057
|
declare function Table({
|
|
997
1058
|
className,
|
|
998
1059
|
...props
|
|
999
|
-
}: react0.ComponentProps<"table">):
|
|
1060
|
+
}: react0.ComponentProps<"table">): react_jsx_runtime63.JSX.Element;
|
|
1000
1061
|
declare function TableHeader({
|
|
1001
1062
|
className,
|
|
1002
1063
|
...props
|
|
1003
|
-
}: react0.ComponentProps<"thead">):
|
|
1064
|
+
}: react0.ComponentProps<"thead">): react_jsx_runtime63.JSX.Element;
|
|
1004
1065
|
declare function TableBody({
|
|
1005
1066
|
className,
|
|
1006
1067
|
...props
|
|
1007
|
-
}: react0.ComponentProps<"tbody">):
|
|
1068
|
+
}: react0.ComponentProps<"tbody">): react_jsx_runtime63.JSX.Element;
|
|
1008
1069
|
declare function TableFooter({
|
|
1009
1070
|
className,
|
|
1010
1071
|
...props
|
|
1011
|
-
}: react0.ComponentProps<"tfoot">):
|
|
1072
|
+
}: react0.ComponentProps<"tfoot">): react_jsx_runtime63.JSX.Element;
|
|
1012
1073
|
declare function TableRow({
|
|
1013
1074
|
className,
|
|
1014
1075
|
...props
|
|
1015
|
-
}: react0.ComponentProps<"tr">):
|
|
1076
|
+
}: react0.ComponentProps<"tr">): react_jsx_runtime63.JSX.Element;
|
|
1016
1077
|
declare function TableHead({
|
|
1017
1078
|
className,
|
|
1018
1079
|
...props
|
|
1019
|
-
}: react0.ComponentProps<"th">):
|
|
1080
|
+
}: react0.ComponentProps<"th">): react_jsx_runtime63.JSX.Element;
|
|
1020
1081
|
declare function TableCell({
|
|
1021
1082
|
className,
|
|
1022
1083
|
...props
|
|
1023
|
-
}: react0.ComponentProps<"td">):
|
|
1084
|
+
}: react0.ComponentProps<"td">): react_jsx_runtime63.JSX.Element;
|
|
1024
1085
|
declare function TableCaption({
|
|
1025
1086
|
className,
|
|
1026
1087
|
...props
|
|
1027
|
-
}: react0.ComponentProps<"caption">):
|
|
1088
|
+
}: react0.ComponentProps<"caption">): react_jsx_runtime63.JSX.Element;
|
|
1028
1089
|
//#endregion
|
|
1029
1090
|
//#region src/components/ui/tabs.d.ts
|
|
1030
1091
|
type TabsVariant = "default" | "underline";
|
|
1031
1092
|
declare function Tabs({
|
|
1032
1093
|
className,
|
|
1033
1094
|
...props
|
|
1034
|
-
}:
|
|
1095
|
+
}: TabsPrimitive.Root.Props): React$1.ReactElement;
|
|
1035
1096
|
declare function TabsList({
|
|
1036
1097
|
variant,
|
|
1037
1098
|
className,
|
|
1038
1099
|
children,
|
|
1039
1100
|
...props
|
|
1040
|
-
}:
|
|
1101
|
+
}: TabsPrimitive.List.Props & {
|
|
1041
1102
|
variant?: TabsVariant;
|
|
1042
|
-
}):
|
|
1103
|
+
}): React$1.ReactElement;
|
|
1043
1104
|
declare function TabsTab({
|
|
1044
1105
|
className,
|
|
1045
1106
|
...props
|
|
1046
|
-
}:
|
|
1107
|
+
}: TabsPrimitive.Tab.Props): React$1.ReactElement;
|
|
1047
1108
|
declare function TabsPanel({
|
|
1048
1109
|
className,
|
|
1049
1110
|
...props
|
|
1050
|
-
}:
|
|
1111
|
+
}: TabsPrimitive.Panel.Props): React$1.ReactElement;
|
|
1051
1112
|
//#endregion
|
|
1052
1113
|
//#region src/components/ui/toast.d.ts
|
|
1053
1114
|
declare const toastManager: _base_ui_react0.ToastManager;
|
|
@@ -1060,87 +1121,32 @@ declare function ToastProvider({
|
|
|
1060
1121
|
children,
|
|
1061
1122
|
position,
|
|
1062
1123
|
...props
|
|
1063
|
-
}: ToastProviderProps):
|
|
1124
|
+
}: ToastProviderProps): react_jsx_runtime63.JSX.Element;
|
|
1064
1125
|
declare function AnchoredToastProvider({
|
|
1065
1126
|
children,
|
|
1066
1127
|
...props
|
|
1067
|
-
}: Toast.Provider.Props):
|
|
1128
|
+
}: Toast.Provider.Props): react_jsx_runtime63.JSX.Element;
|
|
1068
1129
|
//#endregion
|
|
1069
1130
|
//#region src/components/ui/tooltip.d.ts
|
|
1070
|
-
declare const
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
fade: string[];
|
|
1074
|
-
slideOutside: string[];
|
|
1075
|
-
slideInside: string[];
|
|
1076
|
-
wipe: string[];
|
|
1077
|
-
wipeScale: string[];
|
|
1078
|
-
motion: string[];
|
|
1079
|
-
motionBlur: string[];
|
|
1080
|
-
};
|
|
1081
|
-
declare const cssTransitionPresets: {
|
|
1082
|
-
inExpo: string;
|
|
1083
|
-
outExpo: string;
|
|
1084
|
-
inOutExpo: string;
|
|
1085
|
-
anticipate: string;
|
|
1086
|
-
quickOut: string;
|
|
1087
|
-
overshootOut: string;
|
|
1088
|
-
swiftOut: string;
|
|
1089
|
-
snappyOut: string;
|
|
1090
|
-
in: string;
|
|
1091
|
-
out: string;
|
|
1092
|
-
inOut: string;
|
|
1093
|
-
outIn: string;
|
|
1094
|
-
inQuad: string;
|
|
1095
|
-
outQuad: string;
|
|
1096
|
-
inOutQuad: string;
|
|
1097
|
-
inCubic: string;
|
|
1098
|
-
outCubic: string;
|
|
1099
|
-
inOutCubic: string;
|
|
1100
|
-
inQuart: string;
|
|
1101
|
-
outQuart: string;
|
|
1102
|
-
inOutQuart: string;
|
|
1103
|
-
inQuint: string;
|
|
1104
|
-
outQuint: string;
|
|
1105
|
-
inOutQuint: string;
|
|
1106
|
-
inCirc: string;
|
|
1107
|
-
outCirc: string;
|
|
1108
|
-
inOutCirc: string;
|
|
1109
|
-
inOutBase: string;
|
|
1110
|
-
none: string;
|
|
1111
|
-
};
|
|
1112
|
-
type CSSAnimationPresets = keyof typeof cssAnimationPresets;
|
|
1113
|
-
type CSSTransitionPresets = keyof typeof cssTransitionPresets;
|
|
1114
|
-
interface TooltipProviderProps extends Tooltip$1.Provider.Props {}
|
|
1115
|
-
declare function TooltipProvider({
|
|
1116
|
-
delay,
|
|
1117
|
-
...props
|
|
1118
|
-
}: TooltipProviderProps): react_jsx_runtime17.JSX.Element;
|
|
1119
|
-
interface TooltipProps extends Tooltip$1.Root.Props {}
|
|
1120
|
-
declare function Tooltip({
|
|
1121
|
-
...props
|
|
1122
|
-
}: TooltipProps): react_jsx_runtime17.JSX.Element;
|
|
1123
|
-
interface TooltipTriggerProps extends Tooltip$1.Trigger.Props {}
|
|
1124
|
-
declare function TooltipTrigger(props: TooltipTriggerProps): react_jsx_runtime17.JSX.Element;
|
|
1125
|
-
interface TooltipPositionerProps extends Tooltip$1.Positioner.Props {}
|
|
1126
|
-
interface TooltipPopupProps extends Tooltip$1.Popup.Props, Pick<TooltipPositionerProps, "side" | "sideOffset" | "align" | "alignOffset"> {
|
|
1127
|
-
animationPreset?: CSSAnimationPresets;
|
|
1128
|
-
transitionPreset?: CSSTransitionPresets;
|
|
1129
|
-
reduceMotion?: boolean;
|
|
1130
|
-
showArrow?: boolean;
|
|
1131
|
-
}
|
|
1131
|
+
declare const TooltipProvider: typeof TooltipPrimitive.Provider;
|
|
1132
|
+
declare const Tooltip: typeof TooltipPrimitive.Root;
|
|
1133
|
+
declare function TooltipTrigger(props: TooltipPrimitive.Trigger.Props): React$1.ReactElement;
|
|
1132
1134
|
declare function TooltipPopup({
|
|
1133
1135
|
className,
|
|
1134
|
-
animationPreset,
|
|
1135
|
-
transitionPreset,
|
|
1136
|
-
reduceMotion,
|
|
1137
|
-
showArrow,
|
|
1138
|
-
side,
|
|
1139
|
-
sideOffset,
|
|
1140
1136
|
align,
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1137
|
+
sideOffset,
|
|
1138
|
+
side,
|
|
1139
|
+
anchor,
|
|
1140
|
+
children,
|
|
1141
|
+
portalProps,
|
|
1142
|
+
...props
|
|
1143
|
+
}: TooltipPrimitive.Popup.Props & {
|
|
1144
|
+
align?: TooltipPrimitive.Positioner.Props["align"];
|
|
1145
|
+
side?: TooltipPrimitive.Positioner.Props["side"];
|
|
1146
|
+
sideOffset?: TooltipPrimitive.Positioner.Props["sideOffset"];
|
|
1147
|
+
anchor?: TooltipPrimitive.Positioner.Props["anchor"];
|
|
1148
|
+
portalProps?: TooltipPrimitive.Portal.Props;
|
|
1149
|
+
}): React$1.ReactElement;
|
|
1144
1150
|
//#endregion
|
|
1145
1151
|
//#region src/blocks/Template/index.d.ts
|
|
1146
1152
|
type TemplateProps = {
|
|
@@ -1318,7 +1324,7 @@ declare const sizeDefaultProps: SizeTraitProps;
|
|
|
1318
1324
|
//#endregion
|
|
1319
1325
|
//#region src/utils/spacing.d.ts
|
|
1320
1326
|
type SpacingTraitProps = MarginTraitProps & PaddingTraitProps;
|
|
1321
|
-
declare const
|
|
1327
|
+
declare const spacingField: {
|
|
1322
1328
|
[x: string]: _puckeditor_core0.Field<any, {}>;
|
|
1323
1329
|
[x: number]: _puckeditor_core0.Field<any, {}>;
|
|
1324
1330
|
};
|
|
@@ -1374,7 +1380,7 @@ declare const textTransformDefaultProps: TextTransformTraitProps;
|
|
|
1374
1380
|
//#endregion
|
|
1375
1381
|
//#region src/utils/typography.d.ts
|
|
1376
1382
|
type TypographyTraitProps = TextAlignTraitProps & TextTransformTraitProps & TextDecorationTraitProps & TextSizeTraitProps & TextColorTraitProps & LineHeightTraitProps & FontWeightTraitProps;
|
|
1377
|
-
declare const
|
|
1383
|
+
declare const typographyField: {
|
|
1378
1384
|
[x: string]: _puckeditor_core0.Field<any, {}>;
|
|
1379
1385
|
[x: number]: _puckeditor_core0.Field<any, {}>;
|
|
1380
1386
|
};
|
|
@@ -1413,10 +1419,10 @@ declare function createRedactorPlugin(): {
|
|
|
1413
1419
|
value,
|
|
1414
1420
|
field,
|
|
1415
1421
|
label
|
|
1416
|
-
}: any) =>
|
|
1422
|
+
}: any) => react_jsx_runtime63.JSX.Element;
|
|
1417
1423
|
};
|
|
1418
1424
|
};
|
|
1419
1425
|
};
|
|
1420
1426
|
//#endregion
|
|
1421
|
-
export { Accordion, AccordionItem, AccordionPanel, AccordionTrigger, ActionBar, AnchoredToastProvider, AnimationTraitProps, Badge, Button, Checkbox, type CheckboxLayout, ColorPicker, ColorPickerContent, type ColorPickerContentProps, type ColorPickerProps, type CreateTemplateBlockOptions, CustomClassesTraitProps, Dialog, DialogDescription, DialogFooter, DialogHeader, DialogPanel, DialogPopup, DialogTitle, DialogTrigger, DisplayTraitProps, DrawerItem, FieldCheckbox, FieldGroups, FieldInput, FieldNumberUnit, FieldRadio, FieldSelect, FieldTextarea, FontWeightTraitProps, Frame, FrameDescription, FrameFooter, FrameHeader, FramePanel, FrameTitle, GRAY_COLORS, Input, InputGroup, InputGroupAddon, InputGroupInput, InputGroupText, InputGroupTextarea, type InputProps, Label, LineHeightTraitProps, MarginItem, MarginTraitProps, MarginValue, type MediaItem, MediaPicker, type MediaPickerProps, type MediaPickerValue, type MediaReference, Menu, MenuCheckboxItem, MenuGroup, MenuGroupLabel, MenuItem, MenuPopup, MenuRadioGroup, MenuRadioItem, MenuSeparator, MenuSub, MenuSubPopup, MenuSubTrigger, MenuTrigger, OptimizedImageAttrs, PREDEFINED_COLORS, PaddingItem, PaddingTraitProps, PaddingValue, type PageItem, PagePicker, type PagePickerProps, type PagePickerValue, type PageReference, Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, PickerModal, type PickerModalProps, Popover, PopoverClose, PopoverPopup as PopoverContent, PopoverPopup, PopoverCreateHandle, PopoverDescription, PopoverTitle, PopoverTrigger, PositionTraitProps, RadioGroup, RadioGroupItem, type RadioLayout, RichTextMenuColorPicker, RichTextMenuLink, ScrollArea, ScrollBar, Select, SelectGroup, SelectGroupLabel, SelectItem, SelectPopup, SelectSeparator, SelectTrigger, SelectValue, Separator, SizeTraitProps, SizeValue, SpacingTraitProps, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs,
|
|
1427
|
+
export { Accordion, AccordionItem, AccordionPanel, AccordionTrigger, ActionBar, AnchoredToastProvider, AnimationTraitProps, Badge, Button, Checkbox, type CheckboxLayout, ColorPicker, ColorPickerContent, type ColorPickerContentProps, type ColorPickerProps, type CreateTemplateBlockOptions, CustomClassesTraitProps, Dialog, DialogDescription, DialogFooter, DialogHeader, DialogPanel, DialogPopup, DialogTitle, DialogTrigger, DisplayTraitProps, DrawerItem, FieldCheckbox, FieldGroups, FieldInput, FieldNumberUnit, FieldRadio, FieldSelect, FieldSwitch, FieldTextarea, FontWeightTraitProps, Frame, FrameDescription, FrameFooter, FrameHeader, FramePanel, FrameTitle, GRAY_COLORS, Input, InputGroup, InputGroupAddon, InputGroupInput, InputGroupText, InputGroupTextarea, type InputProps, Label, LineHeightTraitProps, MarginItem, MarginTraitProps, MarginValue, type MediaItem, MediaPicker, type MediaPickerProps, type MediaPickerValue, type MediaReference, Menu, MenuCheckboxItem, MenuGroup, MenuGroupLabel, MenuItem, MenuPopup, MenuRadioGroup, MenuRadioItem, MenuSeparator, MenuSub, MenuSubPopup, MenuSubTrigger, MenuTrigger, OptimizedImageAttrs, PREDEFINED_COLORS, PaddingItem, PaddingTraitProps, PaddingValue, type PageItem, PagePicker, type PagePickerProps, type PagePickerValue, type PageReference, Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, PickerModal, type PickerModalProps, Popover, PopoverClose, PopoverPopup as PopoverContent, PopoverPopup, PopoverCreateHandle, PopoverDescription, PopoverTitle, PopoverTrigger, PositionTraitProps, RadioGroup, RadioGroupItem, type RadioLayout, RichTextMenuColorPicker, RichTextMenuLink, ScrollArea, ScrollBar, Select, SelectGroup, SelectGroupLabel, SelectItem, SelectPopup, SelectSeparator, SelectTrigger, SelectValue, Separator, SizeTraitProps, SizeValue, SpacingTraitProps, Switch, type SwitchLayout, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsList, TabsPanel, TabsTab, type TabsVariant, type TemplateProps, TextAlignTraitProps, TextColorTraitProps, TextDecorationTraitProps, TextSizeTraitProps, TextTransformTraitProps, Textarea, type TextareaProps, type ToastPosition, ToastProvider, Tooltip, TooltipPopup, TooltipProvider, TooltipTrigger, TypographyTraitProps, type UnsplashPhoto, anchoredToastManager, animationDefaultProps, animationField, animationToAttributes, badgeVariants, buttonVariants, createPuckOverridesPlugin, createRedactorPlugin, createTemplateBlock, customClassesDefaultProps, customClassesField, customClassesToClasses, displayDefaultProps, displayField, displayToClasses, fontWeightDefaultProps, fontWeightField, fontWeightToClasses, getCsrfToken, lineHeightDefaultProps, lineHeightField, lineHeightToClasses, marginDefaultProps, marginField, marginToClasses, paddingDefaultProps, paddingField, paddingToClasses, pageField, positionDefaultProps, positionField, positionToClasses, richTextMenuColorPickerExtension, sizeDefaultProps, sizeField, sizeToClasses, spacingDefaultProps, spacingField, spacingFieldNames, spacingOptions, spacingToClasses, textAlignDefaultProps, textAlignField, textAlignToClasses, textColorDefaultProps, textColorField, textColorToClasses, textDecorationDefaultProps, textDecorationField, textDecorationToClasses, textSizeDefaultProps, textSizeField, textSizeToClasses, textTransformDefaultProps, textTransformField, textTransformToClasses, toastManager, typographyDefaultProps, typographyField, typographyFieldNames, typographyToClasses, useMediaUrl, useOptimizedImage, usePageUrl };
|
|
1422
1428
|
//# sourceMappingURL=index.d.ts.map
|