@factorialco/f0-react 1.306.4 → 1.307.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/experimental.d.ts +17 -17
- package/dist/experimental.js +3985 -3966
- package/dist/f0.d.ts +49 -29
- package/dist/f0.js +218 -217
- package/dist/{hooks-DRjrmneu.js → hooks-BeIXOFhm.js} +14985 -14898
- package/dist/i18n-provider-defaults.d.ts +17 -17
- package/dist/styles.css +1 -1
- package/icons/app/ClockBack.js +1 -1
- package/icons/app/DropdownDefault.js +1 -1
- package/icons/app/DropdownOpen.js +1 -1
- package/icons/app/EqualApproximately.d.ts.map +1 -1
- package/icons/app/EqualApproximately.js +2 -2
- package/icons/{modules/ITManagement.d.ts → app/Marketplace.d.ts} +1 -1
- package/icons/app/Marketplace.d.ts.map +1 -0
- package/icons/app/Marketplace.js +5 -0
- package/icons/app/index.d.ts +1 -0
- package/icons/app/index.d.ts.map +1 -1
- package/icons/app/index.js +1 -0
- package/icons/modules/Discover.d.ts.map +1 -1
- package/icons/modules/Discover.js +1 -1
- package/icons/modules/ItManagement.d.ts +4 -0
- package/icons/modules/ItManagement.d.ts.map +1 -0
- package/icons/modules/Marketplace.d.ts +4 -0
- package/icons/modules/Marketplace.d.ts.map +1 -0
- package/icons/modules/Marketplace.js +5 -0
- package/icons/modules/index.d.ts +2 -1
- package/icons/modules/index.d.ts.map +1 -1
- package/icons/modules/index.js +2 -1
- package/package.json +3 -3
- package/icons/modules/ITManagement.d.ts.map +0 -1
- /package/icons/modules/{ITManagement.js → ItManagement.js} +0 -0
|
@@ -450,23 +450,6 @@ declare global {
|
|
|
450
450
|
}
|
|
451
451
|
}
|
|
452
452
|
|
|
453
|
-
declare module "gridstack" {
|
|
454
|
-
interface GridStackWidget {
|
|
455
|
-
id?: string;
|
|
456
|
-
allowedSizes?: Array<{
|
|
457
|
-
w: number;
|
|
458
|
-
h: number;
|
|
459
|
-
}>;
|
|
460
|
-
meta?: Record<string, unknown>;
|
|
461
|
-
}
|
|
462
|
-
interface GridStackNode {
|
|
463
|
-
allowedSizes?: Array<{
|
|
464
|
-
w: number;
|
|
465
|
-
h: number;
|
|
466
|
-
}>;
|
|
467
|
-
}
|
|
468
|
-
}
|
|
469
|
-
|
|
470
453
|
|
|
471
454
|
declare module "@tiptap/core" {
|
|
472
455
|
interface Commands<ReturnType> {
|
|
@@ -494,6 +477,23 @@ declare module "@tiptap/core" {
|
|
|
494
477
|
}
|
|
495
478
|
}
|
|
496
479
|
|
|
480
|
+
declare module "gridstack" {
|
|
481
|
+
interface GridStackWidget {
|
|
482
|
+
id?: string;
|
|
483
|
+
allowedSizes?: Array<{
|
|
484
|
+
w: number;
|
|
485
|
+
h: number;
|
|
486
|
+
}>;
|
|
487
|
+
meta?: Record<string, unknown>;
|
|
488
|
+
}
|
|
489
|
+
interface GridStackNode {
|
|
490
|
+
allowedSizes?: Array<{
|
|
491
|
+
w: number;
|
|
492
|
+
h: number;
|
|
493
|
+
}>;
|
|
494
|
+
}
|
|
495
|
+
}
|
|
496
|
+
|
|
497
497
|
|
|
498
498
|
declare namespace Calendar {
|
|
499
499
|
var displayName: string;
|