@onereach/ui-components 4.8.0-beta.2864.0 → 4.8.0-beta.2865.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.
Files changed (26) hide show
  1. package/dist/bundled/v2/components/OrRichTextEditorV3/OrRichTextEditor.js +1 -1
  2. package/dist/bundled/v2/components/OrRichTextEditorV3/OrRichTextEditor.vue.d.ts +6 -32
  3. package/dist/bundled/v2/components/OrRichTextEditorV3/props.d.ts +1 -0
  4. package/dist/bundled/v2/index.js +1 -1
  5. package/dist/bundled/v3/{OrRichTextEditor.vue_vue_type_script_lang-d4b26a7d.js → OrRichTextEditor.vue_vue_type_script_lang-9a8bb827.js} +1 -1
  6. package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.js +2 -2
  7. package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.vue.d.ts +6 -32
  8. package/dist/bundled/v3/components/OrRichTextEditorV3/index.js +1 -1
  9. package/dist/bundled/v3/components/OrRichTextEditorV3/props.d.ts +1 -0
  10. package/dist/bundled/v3/components/index.js +1 -1
  11. package/dist/bundled/v3/index.js +2 -2
  12. package/dist/esm/v2/{OrRichTextEditor-e5211295.js → OrRichTextEditor-7b986291.js} +1 -1
  13. package/dist/esm/v2/components/index.js +1 -1
  14. package/dist/esm/v2/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +6 -32
  15. package/dist/esm/v2/components/or-rich-text-editor-v3/index.js +1 -1
  16. package/dist/esm/v2/components/or-rich-text-editor-v3/props.d.ts +1 -0
  17. package/dist/esm/v2/index.js +1 -1
  18. package/dist/esm/v3/{OrRichTextEditor-f2c17c9b.js → OrRichTextEditor-fc699d3b.js} +1 -1
  19. package/dist/esm/v3/components/index.js +1 -1
  20. package/dist/esm/v3/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +6 -32
  21. package/dist/esm/v3/components/or-rich-text-editor-v3/index.js +1 -1
  22. package/dist/esm/v3/components/or-rich-text-editor-v3/props.d.ts +1 -0
  23. package/dist/esm/v3/index.js +1 -1
  24. package/package.json +1 -1
  25. package/src/components/or-rich-text-editor-v3/OrRichTextEditor.vue +3 -3
  26. package/src/components/or-rich-text-editor-v3/props.ts +2 -0
@@ -1666,7 +1666,7 @@ var script = defineComponent({
1666
1666
  }
1667
1667
  }), Blockquote.configure({
1668
1668
  HTMLAttributes: {
1669
- class: 'my-sm mx-lg px-lg border-l-2 border-primary-opacity-0-16'
1669
+ class: 'my-sm mx-lg px-lg border-l-2 border-outline'
1670
1670
  }
1671
1671
  }), Heading.configure({
1672
1672
  levels: headingLevels
@@ -1,5 +1,5 @@
1
1
  import { ComponentPublicInstance, PropType } from 'vue-demi';
2
- import { Formats } from './props';
2
+ import { Formats, Tools } from './props';
3
3
  import { Editor } from '@tiptap/core';
4
4
  import { Level } from '@tiptap/extension-heading';
5
5
  declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
@@ -59,20 +59,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
59
59
  default: undefined;
60
60
  };
61
61
  toolbar: {
62
- type: {
63
- (arrayLength: number): string[][];
64
- (...items: string[][]): string[][];
65
- new (arrayLength: number): string[][];
66
- new (...items: string[][]): string[][];
67
- isArray(arg: any): arg is any[];
68
- readonly prototype: any[];
69
- from<T>(arrayLike: ArrayLike<T>): T[];
70
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
71
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
72
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
73
- of<T_4>(...items: T_4[]): T_4[];
74
- readonly [Symbol.species]: ArrayConstructor;
75
- };
62
+ type: PropType<Tools>;
76
63
  default: () => never[];
77
64
  };
78
65
  description: {
@@ -101,20 +88,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
101
88
  default: undefined;
102
89
  };
103
90
  toolbar: {
104
- type: {
105
- (arrayLength: number): string[][];
106
- (...items: string[][]): string[][];
107
- new (arrayLength: number): string[][];
108
- new (...items: string[][]): string[][];
109
- isArray(arg: any): arg is any[];
110
- readonly prototype: any[];
111
- from<T>(arrayLike: ArrayLike<T>): T[];
112
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
113
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
114
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
115
- of<T_4>(...items: T_4[]): T_4[];
116
- readonly [Symbol.species]: ArrayConstructor;
117
- };
91
+ type: PropType<Tools>;
118
92
  default: () => never[];
119
93
  };
120
94
  description: {
@@ -139,7 +113,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
139
113
  };
140
114
  }>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
141
115
  modelValue: string;
142
- toolbar: string[][];
116
+ toolbar: Tools;
143
117
  description: string;
144
118
  placeholder: string;
145
119
  autofocus: boolean;
@@ -200,7 +174,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
200
174
  sourceValue: import("@vue/composition-api").Ref<string>;
201
175
  }>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
202
176
  modelValue: string;
203
- toolbar: string[][];
177
+ toolbar: Tools;
204
178
  description: string;
205
179
  placeholder: string;
206
180
  autofocus: boolean;
@@ -210,7 +184,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
210
184
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
211
185
  }, {
212
186
  modelValue: string;
213
- toolbar: string[][];
187
+ toolbar: Tools;
214
188
  description: string;
215
189
  placeholder: string;
216
190
  autofocus: boolean;
@@ -2,3 +2,4 @@ export declare enum Formats {
2
2
  Markdown = "markdown",
3
3
  Markup = "markup"
4
4
  }
5
+ export type Tools = string[][];