@blocknote/xl-multi-column 0.31.3 → 0.32.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/webpack-stats.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"builtAt":
|
|
1
|
+
{"builtAt":1750769786672,"assets":[{"name":"blocknote-xl-multi-column.cjs","size":20562},{"name":"blocknote-xl-multi-column.cjs.map","size":3791989}],"chunks":[{"id":"a1ee98a","entry":true,"initial":true,"files":["blocknote-xl-multi-column.cjs"],"names":["blocknote-xl-multi-column"]}],"modules":[{"name":"./src/i18n/locales/ar.ts","size":364,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/de.ts","size":400,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/en.ts","size":378,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/es.ts","size":392,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/fr.ts","size":398,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/hr.ts","size":396,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/is.ts","size":376,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/ja.ts","size":284,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/ko.ts","size":288,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/nl.ts","size":390,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/pl.ts","size":394,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/pt.ts","size":388,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/ru.ts","size":370,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/vi.ts","size":340,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/zh.ts","size":274,"chunks":["a1ee98a"]},{"name":"./src/i18n/locales/index.ts","size":0,"chunks":["a1ee98a"]},{"name":"./src/i18n/dictionary.ts","size":189,"chunks":["a1ee98a"]},{"name":"./src/extensions/ColumnResize/ColumnResizeExtension.ts","size":8309,"chunks":["a1ee98a"]},{"name":"./src/pm-nodes/Column.ts","size":2611,"chunks":["a1ee98a"]},{"name":"./src/pm-nodes/ColumnList.ts","size":1164,"chunks":["a1ee98a"]},{"name":"./src/blocks/Columns/index.ts","size":210,"chunks":["a1ee98a"]},{"name":"./src/blocks/schema.ts","size":425,"chunks":["a1ee98a"]},{"name":"./src/extensions/DropCursor/MultiColumnDropCursorPlugin.ts","size":11715,"chunks":["a1ee98a"]},{"name":"../../node_modules/.pnpm/react-icons@5.5.0_react@18.3.1/node_modules/react-icons/lib/iconContext.mjs","size":251,"chunks":["a1ee98a"]},{"name":"../../node_modules/.pnpm/react-icons@5.5.0_react@18.3.1/node_modules/react-icons/lib/iconBase.mjs","size":4003,"chunks":["a1ee98a"]},{"name":"../../node_modules/.pnpm/react-icons@5.5.0_react@18.3.1/node_modules/react-icons/tb/index.mjs","size":708,"chunks":["a1ee98a"]},{"name":"./src/extensions/SuggestionMenu/getMultiColumnSlashMenuItems.tsx","size":2073,"chunks":["a1ee98a"]},{"name":"./src/index.ts","size":0,"chunks":["a1ee98a"]}]}
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"directory": "packages/xl-multi-column"
|
|
10
10
|
},
|
|
11
11
|
"license": "AGPL-3.0 OR PROPRIETARY",
|
|
12
|
-
"version": "0.
|
|
12
|
+
"version": "0.32.0",
|
|
13
13
|
"files": [
|
|
14
14
|
"dist",
|
|
15
15
|
"types",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@blocknote/core": "0.
|
|
46
|
-
"@blocknote/react": "0.
|
|
45
|
+
"@blocknote/core": "0.32.0",
|
|
46
|
+
"@blocknote/react": "0.32.0",
|
|
47
47
|
"@tiptap/core": "^2.12.0",
|
|
48
48
|
"prosemirror-model": "^1.25.1",
|
|
49
49
|
"prosemirror-state": "^1.4.3",
|
|
@@ -41,7 +41,10 @@ export declare const testEditorSchema: BlockNoteSchema<import("@blocknote/core")
|
|
|
41
41
|
propSchema: {
|
|
42
42
|
level: {
|
|
43
43
|
default: number;
|
|
44
|
-
values: readonly [1, 2, 3];
|
|
44
|
+
values: readonly [1, 2, 3, 4, 5, 6];
|
|
45
|
+
};
|
|
46
|
+
isToggleable: {
|
|
47
|
+
default: false;
|
|
45
48
|
};
|
|
46
49
|
backgroundColor: {
|
|
47
50
|
default: "default";
|
|
@@ -61,7 +64,10 @@ export declare const testEditorSchema: BlockNoteSchema<import("@blocknote/core")
|
|
|
61
64
|
propSchema: {
|
|
62
65
|
level: {
|
|
63
66
|
default: number;
|
|
64
|
-
values: readonly [1, 2, 3];
|
|
67
|
+
values: readonly [1, 2, 3, 4, 5, 6];
|
|
68
|
+
};
|
|
69
|
+
isToggleable: {
|
|
70
|
+
default: false;
|
|
65
71
|
};
|
|
66
72
|
backgroundColor: {
|
|
67
73
|
default: "default";
|
|
@@ -130,6 +136,40 @@ export declare const testEditorSchema: BlockNoteSchema<import("@blocknote/core")
|
|
|
130
136
|
};
|
|
131
137
|
}, any, import("@blocknote/core").InlineContentSchema, import("@blocknote/core").StyleSchema>;
|
|
132
138
|
};
|
|
139
|
+
toggleListItem: {
|
|
140
|
+
config: {
|
|
141
|
+
type: "toggleListItem";
|
|
142
|
+
content: "inline";
|
|
143
|
+
propSchema: {
|
|
144
|
+
backgroundColor: {
|
|
145
|
+
default: "default";
|
|
146
|
+
};
|
|
147
|
+
textColor: {
|
|
148
|
+
default: "default";
|
|
149
|
+
};
|
|
150
|
+
textAlignment: {
|
|
151
|
+
default: "left";
|
|
152
|
+
values: readonly ["left", "center", "right", "justify"];
|
|
153
|
+
};
|
|
154
|
+
};
|
|
155
|
+
};
|
|
156
|
+
implementation: import("@blocknote/core").TiptapBlockImplementation<{
|
|
157
|
+
type: "toggleListItem";
|
|
158
|
+
content: "inline";
|
|
159
|
+
propSchema: {
|
|
160
|
+
backgroundColor: {
|
|
161
|
+
default: "default";
|
|
162
|
+
};
|
|
163
|
+
textColor: {
|
|
164
|
+
default: "default";
|
|
165
|
+
};
|
|
166
|
+
textAlignment: {
|
|
167
|
+
default: "left";
|
|
168
|
+
values: readonly ["left", "center", "right", "justify"];
|
|
169
|
+
};
|
|
170
|
+
};
|
|
171
|
+
}, any, import("@blocknote/core").InlineContentSchema, import("@blocknote/core").StyleSchema>;
|
|
172
|
+
};
|
|
133
173
|
bulletListItem: {
|
|
134
174
|
config: {
|
|
135
175
|
type: "bulletListItem";
|
|
@@ -599,7 +639,10 @@ export declare function setupTestEnv(): () => BlockNoteEditor<import("@blocknote
|
|
|
599
639
|
propSchema: {
|
|
600
640
|
level: {
|
|
601
641
|
default: number;
|
|
602
|
-
values: readonly [1, 2, 3];
|
|
642
|
+
values: readonly [1, 2, 3, 4, 5, 6];
|
|
643
|
+
};
|
|
644
|
+
isToggleable: {
|
|
645
|
+
default: false;
|
|
603
646
|
};
|
|
604
647
|
backgroundColor: {
|
|
605
648
|
default: "default";
|
|
@@ -619,7 +662,10 @@ export declare function setupTestEnv(): () => BlockNoteEditor<import("@blocknote
|
|
|
619
662
|
propSchema: {
|
|
620
663
|
level: {
|
|
621
664
|
default: number;
|
|
622
|
-
values: readonly [1, 2, 3];
|
|
665
|
+
values: readonly [1, 2, 3, 4, 5, 6];
|
|
666
|
+
};
|
|
667
|
+
isToggleable: {
|
|
668
|
+
default: false;
|
|
623
669
|
};
|
|
624
670
|
backgroundColor: {
|
|
625
671
|
default: "default";
|
|
@@ -688,6 +734,40 @@ export declare function setupTestEnv(): () => BlockNoteEditor<import("@blocknote
|
|
|
688
734
|
};
|
|
689
735
|
}, any, import("@blocknote/core").InlineContentSchema, import("@blocknote/core").StyleSchema>;
|
|
690
736
|
};
|
|
737
|
+
toggleListItem: {
|
|
738
|
+
config: {
|
|
739
|
+
type: "toggleListItem";
|
|
740
|
+
content: "inline";
|
|
741
|
+
propSchema: {
|
|
742
|
+
backgroundColor: {
|
|
743
|
+
default: "default";
|
|
744
|
+
};
|
|
745
|
+
textColor: {
|
|
746
|
+
default: "default";
|
|
747
|
+
};
|
|
748
|
+
textAlignment: {
|
|
749
|
+
default: "left";
|
|
750
|
+
values: readonly ["left", "center", "right", "justify"];
|
|
751
|
+
};
|
|
752
|
+
};
|
|
753
|
+
};
|
|
754
|
+
implementation: import("@blocknote/core").TiptapBlockImplementation<{
|
|
755
|
+
type: "toggleListItem";
|
|
756
|
+
content: "inline";
|
|
757
|
+
propSchema: {
|
|
758
|
+
backgroundColor: {
|
|
759
|
+
default: "default";
|
|
760
|
+
};
|
|
761
|
+
textColor: {
|
|
762
|
+
default: "default";
|
|
763
|
+
};
|
|
764
|
+
textAlignment: {
|
|
765
|
+
default: "left";
|
|
766
|
+
values: readonly ["left", "center", "right", "justify"];
|
|
767
|
+
};
|
|
768
|
+
};
|
|
769
|
+
}, any, import("@blocknote/core").InlineContentSchema, import("@blocknote/core").StyleSchema>;
|
|
770
|
+
};
|
|
691
771
|
bulletListItem: {
|
|
692
772
|
config: {
|
|
693
773
|
type: "bulletListItem";
|