@fastkit/vui-wysiwyg 8.3.0-next.1 → 8.3.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/vui-wysiwyg.d.mts +2 -2
- package/package.json +4 -5
package/dist/vui-wysiwyg.d.mts
CHANGED
|
@@ -2019,7 +2019,7 @@ declare const VWysiwygEditor: import("vue").DefineComponent<import("vue").Extrac
|
|
|
2019
2019
|
limit: BooleanConstructor;
|
|
2020
2020
|
autocomplete: {
|
|
2021
2021
|
type: PropType<FormAutoComplete | boolean>;
|
|
2022
|
-
default: () => boolean | "name" | "off" | "on" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "
|
|
2022
|
+
default: () => boolean | "name" | "email" | "tel" | "url" | "off" | "on" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "username" | "new-password" | "current-password" | "one-time-code" | "organization-title" | "organization" | "street-address" | "address-line1" | "address-line2" | "address-line3" | "address-level4" | "address-level3" | "address-level2" | "address-level1" | "country" | "country-name" | "postal-code" | "cc-name" | "cc-given-name" | "cc-additional-name" | "cc-family-name" | "cc-number" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-csc" | "cc-type" | "transaction-currency" | "transaction-amount" | "language" | "bday" | "bday-day" | "bday-month" | "bday-year" | "sex" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "impp" | "photo" | undefined;
|
|
2023
2023
|
};
|
|
2024
2024
|
name: StringConstructor;
|
|
2025
2025
|
tag: StringConstructor;
|
|
@@ -2117,7 +2117,7 @@ declare const VWysiwygEditor: import("vue").DefineComponent<import("vue").Extrac
|
|
|
2117
2117
|
limit: BooleanConstructor;
|
|
2118
2118
|
autocomplete: {
|
|
2119
2119
|
type: PropType<FormAutoComplete | boolean>;
|
|
2120
|
-
default: () => boolean | "name" | "off" | "on" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "
|
|
2120
|
+
default: () => boolean | "name" | "email" | "tel" | "url" | "off" | "on" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "username" | "new-password" | "current-password" | "one-time-code" | "organization-title" | "organization" | "street-address" | "address-line1" | "address-line2" | "address-line3" | "address-level4" | "address-level3" | "address-level2" | "address-level1" | "country" | "country-name" | "postal-code" | "cc-name" | "cc-given-name" | "cc-additional-name" | "cc-family-name" | "cc-number" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-csc" | "cc-type" | "transaction-currency" | "transaction-amount" | "language" | "bday" | "bday-day" | "bday-month" | "bday-year" | "sex" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "impp" | "photo" | undefined;
|
|
2121
2121
|
};
|
|
2122
2122
|
name: StringConstructor;
|
|
2123
2123
|
tag: StringConstructor;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fastkit/vui-wysiwyg",
|
|
3
|
-
"version": "8.3.0
|
|
3
|
+
"version": "8.3.0",
|
|
4
4
|
"description": "vui-wysiwyg",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"repository": {
|
|
@@ -252,17 +252,16 @@
|
|
|
252
252
|
"@tiptap/extension-underline": "^3.26.1",
|
|
253
253
|
"@tiptap/pm": "^3.26.1",
|
|
254
254
|
"@tiptap/starter-kit": "^3.26.1",
|
|
255
|
-
"@tiptap/vue-3": "^3.26.1"
|
|
256
|
-
"@types/markdown-it": "^14.1.2"
|
|
255
|
+
"@tiptap/vue-3": "^3.26.1"
|
|
257
256
|
},
|
|
258
257
|
"devDependencies": {
|
|
259
258
|
"vue": "^3.5.38",
|
|
260
|
-
"@fastkit/vui": "^1.4.0
|
|
259
|
+
"@fastkit/vui": "^1.4.0"
|
|
261
260
|
},
|
|
262
261
|
"peerDependencies": {
|
|
263
262
|
"vue": "^3.5.0",
|
|
264
263
|
"vue-router": "^4.4.0",
|
|
265
|
-
"@fastkit/vui": "^1.4.0
|
|
264
|
+
"@fastkit/vui": "^1.4.0"
|
|
266
265
|
},
|
|
267
266
|
"scripts": {
|
|
268
267
|
"build": "plugboy build",
|