@ixo/editor 1.8.0 → 1.8.1
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
|
@@ -1645,14 +1645,9 @@ interface IxoCollaborativeUser {
|
|
|
1645
1645
|
id: string;
|
|
1646
1646
|
}
|
|
1647
1647
|
interface IxoCollaborativeEditorPermissions {
|
|
1648
|
-
/**
|
|
1649
|
-
* Whether the user has read permissions
|
|
1650
|
-
* @default true
|
|
1651
|
-
*/
|
|
1652
|
-
read: boolean;
|
|
1653
1648
|
/**
|
|
1654
1649
|
* Whether the user has write permissions
|
|
1655
|
-
* @default
|
|
1650
|
+
* @default false
|
|
1656
1651
|
*/
|
|
1657
1652
|
write: boolean;
|
|
1658
1653
|
}
|
|
@@ -1662,7 +1657,7 @@ interface IxoCollaborativeEditorOptions extends IxoEditorOptions {
|
|
|
1662
1657
|
roomId: string;
|
|
1663
1658
|
/**
|
|
1664
1659
|
* User permissions for the collaborative document
|
|
1665
|
-
* @default {
|
|
1660
|
+
* @default { write: false }
|
|
1666
1661
|
*/
|
|
1667
1662
|
permissions?: IxoCollaborativeEditorPermissions;
|
|
1668
1663
|
/**
|
package/dist/index.mjs
CHANGED
package/dist/mantine/index.mjs
CHANGED