@tiptap/extension-drag-handle-vue-2 3.11.0 → 3.11.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.cts CHANGED
@@ -173,7 +173,7 @@ declare class Mark<Options = any, Storage = any> extends Extendable<Options, Sto
173
173
  mark: Mark;
174
174
  }): boolean;
175
175
  configure(options?: Partial<Options>): Mark<Options, Storage>;
176
- extend<ExtendedOptions = Options, ExtendedStorage = Storage, ExtendedConfig = MarkConfig<ExtendedOptions, ExtendedStorage>>(extendedConfig?: (() => Partial<ExtendedConfig>) | (Partial<ExtendedConfig> & ThisType<{
176
+ extend<ExtendedOptions = Options, ExtendedStorage = Storage, ExtendedConfig extends MarkConfig<ExtendedOptions, ExtendedStorage> = MarkConfig<ExtendedOptions, ExtendedStorage>>(extendedConfig?: (() => Partial<ExtendedConfig>) | (Partial<ExtendedConfig> & ThisType<{
177
177
  name: string;
178
178
  options: ExtendedOptions;
179
179
  storage: ExtendedStorage;
@@ -466,7 +466,7 @@ declare class Node$1<Options = any, Storage = any> extends Extendable<Options, S
466
466
  */
467
467
  static create<O = any, S = any>(config?: Partial<NodeConfig<O, S>> | (() => Partial<NodeConfig<O, S>>)): Node$1<O, S>;
468
468
  configure(options?: Partial<Options>): Node$1<Options, Storage>;
469
- extend<ExtendedOptions = Options, ExtendedStorage = Storage, ExtendedConfig = NodeConfig<ExtendedOptions, ExtendedStorage>>(extendedConfig?: (() => Partial<ExtendedConfig>) | (Partial<ExtendedConfig> & ThisType<{
469
+ extend<ExtendedOptions = Options, ExtendedStorage = Storage, ExtendedConfig extends NodeConfig<ExtendedOptions, ExtendedStorage> = NodeConfig<ExtendedOptions, ExtendedStorage>>(extendedConfig?: (() => Partial<ExtendedConfig>) | (Partial<ExtendedConfig> & ThisType<{
470
470
  name: string;
471
471
  options: ExtendedOptions;
472
472
  storage: ExtendedStorage;
package/dist/index.d.ts CHANGED
@@ -173,7 +173,7 @@ declare class Mark<Options = any, Storage = any> extends Extendable<Options, Sto
173
173
  mark: Mark;
174
174
  }): boolean;
175
175
  configure(options?: Partial<Options>): Mark<Options, Storage>;
176
- extend<ExtendedOptions = Options, ExtendedStorage = Storage, ExtendedConfig = MarkConfig<ExtendedOptions, ExtendedStorage>>(extendedConfig?: (() => Partial<ExtendedConfig>) | (Partial<ExtendedConfig> & ThisType<{
176
+ extend<ExtendedOptions = Options, ExtendedStorage = Storage, ExtendedConfig extends MarkConfig<ExtendedOptions, ExtendedStorage> = MarkConfig<ExtendedOptions, ExtendedStorage>>(extendedConfig?: (() => Partial<ExtendedConfig>) | (Partial<ExtendedConfig> & ThisType<{
177
177
  name: string;
178
178
  options: ExtendedOptions;
179
179
  storage: ExtendedStorage;
@@ -466,7 +466,7 @@ declare class Node$1<Options = any, Storage = any> extends Extendable<Options, S
466
466
  */
467
467
  static create<O = any, S = any>(config?: Partial<NodeConfig<O, S>> | (() => Partial<NodeConfig<O, S>>)): Node$1<O, S>;
468
468
  configure(options?: Partial<Options>): Node$1<Options, Storage>;
469
- extend<ExtendedOptions = Options, ExtendedStorage = Storage, ExtendedConfig = NodeConfig<ExtendedOptions, ExtendedStorage>>(extendedConfig?: (() => Partial<ExtendedConfig>) | (Partial<ExtendedConfig> & ThisType<{
469
+ extend<ExtendedOptions = Options, ExtendedStorage = Storage, ExtendedConfig extends NodeConfig<ExtendedOptions, ExtendedStorage> = NodeConfig<ExtendedOptions, ExtendedStorage>>(extendedConfig?: (() => Partial<ExtendedConfig>) | (Partial<ExtendedConfig> & ThisType<{
470
470
  name: string;
471
471
  options: ExtendedOptions;
472
472
  storage: ExtendedStorage;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tiptap/extension-drag-handle-vue-2",
3
3
  "description": "drag handle extension for tiptap with vue 2",
4
- "version": "3.11.0",
4
+ "version": "3.11.1",
5
5
  "homepage": "https://tiptap.dev",
6
6
  "keywords": [
7
7
  "tiptap",
@@ -37,16 +37,16 @@
37
37
  ],
38
38
  "peerDependencies": {
39
39
  "vue": "^2.0.0",
40
- "@tiptap/extension-drag-handle": "^3.11.0",
41
- "@tiptap/pm": "^3.11.0",
42
- "@tiptap/vue-2": "^3.11.0"
40
+ "@tiptap/extension-drag-handle": "^3.11.1",
41
+ "@tiptap/pm": "^3.11.1",
42
+ "@tiptap/vue-2": "^3.11.1"
43
43
  },
44
44
  "devDependencies": {
45
45
  "vue": "^2.0.0",
46
46
  "vue-ts-types": "1.6.2",
47
- "@tiptap/extension-drag-handle": "^3.11.0",
48
- "@tiptap/pm": "^3.11.0",
49
- "@tiptap/vue-2": "^3.11.0"
47
+ "@tiptap/extension-drag-handle": "^3.11.1",
48
+ "@tiptap/pm": "^3.11.1",
49
+ "@tiptap/vue-2": "^3.11.1"
50
50
  },
51
51
  "scripts": {
52
52
  "build": "tsup",