diff --git a/components/lib/inputnumber/BaseInputNumber.vue b/components/lib/inputnumber/BaseInputNumber.vue new file mode 100644 index 000000000..f16bbb392 --- /dev/null +++ b/components/lib/inputnumber/BaseInputNumber.vue @@ -0,0 +1,290 @@ + diff --git a/components/lib/inputnumber/InputNumber.d.ts b/components/lib/inputnumber/InputNumber.d.ts index 3cb6edd5f..5ce199869 100755 --- a/components/lib/inputnumber/InputNumber.d.ts +++ b/components/lib/inputnumber/InputNumber.d.ts @@ -267,6 +267,11 @@ export interface InputNumberProps { * @type {InputNumberPassThroughOptions} */ pt?: InputNumberPassThroughOptions; + /** + * When enabled, it removes component related styles in the core. + * @defaultValue false + */ + unstyled?: boolean; } /** diff --git a/components/lib/inputnumber/InputNumber.vue b/components/lib/inputnumber/InputNumber.vue index 7b0b4cfe1..fa06ce8fd 100755 --- a/components/lib/inputnumber/InputNumber.vue +++ b/components/lib/inputnumber/InputNumber.vue @@ -1,11 +1,10 @@