diff --git a/components/lib/inplace/BaseInplace.vue b/components/lib/inplace/BaseInplace.vue new file mode 100644 index 000000000..77642aad7 --- /dev/null +++ b/components/lib/inplace/BaseInplace.vue @@ -0,0 +1,75 @@ + diff --git a/components/lib/inplace/Inplace.d.ts b/components/lib/inplace/Inplace.d.ts index 7141a548a..1de356221 100755 --- a/components/lib/inplace/Inplace.d.ts +++ b/components/lib/inplace/Inplace.d.ts @@ -101,6 +101,11 @@ export interface InplaceProps { * @type {InplacePassThroughOptions} */ pt?: InplacePassThroughOptions; + /** + * When enabled, it removes component related styles in the core. + * @defaultValue false + */ + unstyled?: boolean; } /** diff --git a/components/lib/inplace/Inplace.vue b/components/lib/inplace/Inplace.vue index b757cd82f..c026e56f3 100755 --- a/components/lib/inplace/Inplace.vue +++ b/components/lib/inplace/Inplace.vue @@ -1,14 +1,14 @@ - - diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 928e0282c..99403d99d 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -20874,6 +20874,14 @@ "type": "InplacePassThroughOptions", "default": "", "description": "Uses to pass attributes to DOM elements inside the component." + }, + { + "name": "unstyled", + "optional": true, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "When enabled, it removes component related styles in the core." } ], "methods": []