@zeedhi/zd-richtext-vue 1.1.1 → 1.1.2
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.
|
@@ -227,7 +227,7 @@ function addStyle(id, css) {
|
|
|
227
227
|
const __vue_script__ = script;
|
|
228
228
|
|
|
229
229
|
/* template */
|
|
230
|
-
var __vue_render__ = function() {
|
|
230
|
+
var __vue_render__ = function () {
|
|
231
231
|
var _vm = this;
|
|
232
232
|
var _h = _vm.$createElement;
|
|
233
233
|
var _c = _vm._self._c || _h;
|
|
@@ -239,26 +239,26 @@ var __vue_render__ = function() {
|
|
|
239
239
|
"toolbar-attributes": {
|
|
240
240
|
color: _vm.instance.toolbarColor,
|
|
241
241
|
class: "rounded-t",
|
|
242
|
-
width: _vm.instance.width
|
|
242
|
+
width: _vm.instance.width,
|
|
243
243
|
},
|
|
244
244
|
"card-props": {
|
|
245
245
|
color: _vm.instance.cardColor,
|
|
246
246
|
class: "rounded-b-md",
|
|
247
247
|
outlined: _vm.instance.outlined,
|
|
248
248
|
width: _vm.instance.width,
|
|
249
|
-
height: _vm.instance.height
|
|
249
|
+
height: _vm.instance.height,
|
|
250
250
|
},
|
|
251
251
|
placeholder: _vm.instance.placeholder,
|
|
252
|
-
disabled: _vm.instance.disabled
|
|
252
|
+
disabled: _vm.instance.disabled,
|
|
253
253
|
},
|
|
254
254
|
on: { keydown: _vm.onKeyDown },
|
|
255
255
|
model: {
|
|
256
256
|
value: _vm.instance.content,
|
|
257
|
-
callback: function($$v) {
|
|
257
|
+
callback: function ($$v) {
|
|
258
258
|
_vm.$set(_vm.instance, "content", $$v);
|
|
259
259
|
},
|
|
260
|
-
expression: "instance.content"
|
|
261
|
-
}
|
|
260
|
+
expression: "instance.content",
|
|
261
|
+
},
|
|
262
262
|
})
|
|
263
263
|
};
|
|
264
264
|
var __vue_staticRenderFns__ = [];
|
|
@@ -267,7 +267,7 @@ __vue_render__._withStripped = true;
|
|
|
267
267
|
/* style */
|
|
268
268
|
const __vue_inject_styles__ = function (inject) {
|
|
269
269
|
if (!inject) return
|
|
270
|
-
inject("data-v-
|
|
270
|
+
inject("data-v-7d8f6dc8_0", { source: ".zd-rich-text button.v-btn.v-btn--icon.v-btn--round.theme--light.v-size--small.tiptap-vuetify-editor__action-render-btn {\n color: #ffffff;\n}\n.zd-rich-text div.v-card {\n display: flex;\n flex-direction: column;\n}\n.zd-rich-text div.v-card div.tiptap-vuetify-editor__toolbar {\n display: flex;\n}\n.zd-rich-text div.v-card div.tiptap-vuetify-editor__content {\n flex-grow: 1;\n}\n.zd-rich-text div.v-card div.tiptap-vuetify-editor__content .ProseMirror {\n margin: var(--spacing-2) !important;\n height: 100%;\n}\n.zd-rich-text div.v-card div.tiptap-vuetify-editor__content .ProseMirror p {\n margin-top: var(--spacing-2) !important;\n margin-bottom: var(--spacing-2) !important;\n}", map: undefined, media: undefined });
|
|
271
271
|
|
|
272
272
|
};
|
|
273
273
|
/* scoped */
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
const __vue_script__ = script;
|
|
232
232
|
|
|
233
233
|
/* template */
|
|
234
|
-
var __vue_render__ = function() {
|
|
234
|
+
var __vue_render__ = function () {
|
|
235
235
|
var _vm = this;
|
|
236
236
|
var _h = _vm.$createElement;
|
|
237
237
|
var _c = _vm._self._c || _h;
|
|
@@ -243,26 +243,26 @@
|
|
|
243
243
|
"toolbar-attributes": {
|
|
244
244
|
color: _vm.instance.toolbarColor,
|
|
245
245
|
class: "rounded-t",
|
|
246
|
-
width: _vm.instance.width
|
|
246
|
+
width: _vm.instance.width,
|
|
247
247
|
},
|
|
248
248
|
"card-props": {
|
|
249
249
|
color: _vm.instance.cardColor,
|
|
250
250
|
class: "rounded-b-md",
|
|
251
251
|
outlined: _vm.instance.outlined,
|
|
252
252
|
width: _vm.instance.width,
|
|
253
|
-
height: _vm.instance.height
|
|
253
|
+
height: _vm.instance.height,
|
|
254
254
|
},
|
|
255
255
|
placeholder: _vm.instance.placeholder,
|
|
256
|
-
disabled: _vm.instance.disabled
|
|
256
|
+
disabled: _vm.instance.disabled,
|
|
257
257
|
},
|
|
258
258
|
on: { keydown: _vm.onKeyDown },
|
|
259
259
|
model: {
|
|
260
260
|
value: _vm.instance.content,
|
|
261
|
-
callback: function($$v) {
|
|
261
|
+
callback: function ($$v) {
|
|
262
262
|
_vm.$set(_vm.instance, "content", $$v);
|
|
263
263
|
},
|
|
264
|
-
expression: "instance.content"
|
|
265
|
-
}
|
|
264
|
+
expression: "instance.content",
|
|
265
|
+
},
|
|
266
266
|
})
|
|
267
267
|
};
|
|
268
268
|
var __vue_staticRenderFns__ = [];
|
|
@@ -271,7 +271,7 @@
|
|
|
271
271
|
/* style */
|
|
272
272
|
const __vue_inject_styles__ = function (inject) {
|
|
273
273
|
if (!inject) return
|
|
274
|
-
inject("data-v-
|
|
274
|
+
inject("data-v-7d8f6dc8_0", { source: ".zd-rich-text button.v-btn.v-btn--icon.v-btn--round.theme--light.v-size--small.tiptap-vuetify-editor__action-render-btn {\n color: #ffffff;\n}\n.zd-rich-text div.v-card {\n display: flex;\n flex-direction: column;\n}\n.zd-rich-text div.v-card div.tiptap-vuetify-editor__toolbar {\n display: flex;\n}\n.zd-rich-text div.v-card div.tiptap-vuetify-editor__content {\n flex-grow: 1;\n}\n.zd-rich-text div.v-card div.tiptap-vuetify-editor__content .ProseMirror {\n margin: var(--spacing-2) !important;\n height: 100%;\n}\n.zd-rich-text div.v-card div.tiptap-vuetify-editor__content .ProseMirror p {\n margin-top: var(--spacing-2) !important;\n margin-bottom: var(--spacing-2) !important;\n}", map: undefined, media: undefined });
|
|
275
275
|
|
|
276
276
|
};
|
|
277
277
|
/* scoped */
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zeedhi/zd-richtext-vue",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "RichTextVue by BVR",
|
|
5
|
-
"publishConfig": {
|
|
6
|
-
"access": "public"
|
|
7
|
-
},
|
|
8
5
|
"main": "dist/rich-text-vue.umd.js",
|
|
9
6
|
"module": "dist/rich-text-vue.esm.js",
|
|
10
7
|
"typings": "types/index.d.ts",
|
|
8
|
+
"publishConfig": {
|
|
9
|
+
"access": "public"
|
|
10
|
+
},
|
|
11
11
|
"scripts": {
|
|
12
12
|
"build": "rollup -c",
|
|
13
13
|
"lint": "eslint . --ext .ts --fix",
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"vue-class-component": "^7.2.6",
|
|
24
24
|
"vue-property-decorator": "^9.1.2"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "cfdc8a9babdbc25699049b3b3adcd4cae426bc27"
|
|
27
27
|
}
|