smoothly 0.1.95 → 0.1.96
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/cjs/smoothly-accordion_48.cjs.entry.js +1 -1
- package/dist/cjs/smoothly-input.cjs.entry.js +1 -1
- package/dist/collection/components/input/index.js +1 -1
- package/dist/custom-elements/index.js +1 -1
- package/dist/esm/smoothly-accordion_48.entry.js +1 -1
- package/dist/esm/smoothly-input.entry.js +1 -1
- package/dist/smoothly/{p-622e6474.entry.js → p-c7500dad.entry.js} +1 -1
- package/dist/smoothly/smoothly-input.entry.js +1 -1
- package/package.json +1 -1
|
@@ -39712,7 +39712,7 @@ let SmoothlyInput = class {
|
|
|
39712
39712
|
this.smoothlyChanged.emit({ name: this.name, value });
|
|
39713
39713
|
}
|
|
39714
39714
|
onCurrency() {
|
|
39715
|
-
this.state = Object.assign(Object.assign({}, this.state), { value: this.newState({ value: this.formatter.toString(this.value), selection: this.state.selection }).value });
|
|
39715
|
+
this.state = Object.assign(Object.assign({}, this.state), { value: this.newState({ value: this.formatter.toString(this.value), selection: this.state.selection }).value, pattern: this.newState({ value: this.formatter.toString(this.value), selection: this.state.selection }).pattern });
|
|
39716
39716
|
}
|
|
39717
39717
|
componentWillLoad() {
|
|
39718
39718
|
const value = this.formatter.toString(this.value) || "";
|
|
@@ -46,7 +46,7 @@ let SmoothlyInput = class {
|
|
|
46
46
|
this.smoothlyChanged.emit({ name: this.name, value });
|
|
47
47
|
}
|
|
48
48
|
onCurrency() {
|
|
49
|
-
this.state = Object.assign(Object.assign({}, this.state), { value: this.newState({ value: this.formatter.toString(this.value), selection: this.state.selection }).value });
|
|
49
|
+
this.state = Object.assign(Object.assign({}, this.state), { value: this.newState({ value: this.formatter.toString(this.value), selection: this.state.selection }).value, pattern: this.newState({ value: this.formatter.toString(this.value), selection: this.state.selection }).pattern });
|
|
50
50
|
}
|
|
51
51
|
componentWillLoad() {
|
|
52
52
|
const value = this.formatter.toString(this.value) || "";
|
|
@@ -36,7 +36,7 @@ export class SmoothlyInput {
|
|
|
36
36
|
this.smoothlyChanged.emit({ name: this.name, value });
|
|
37
37
|
}
|
|
38
38
|
onCurrency() {
|
|
39
|
-
this.state = Object.assign(Object.assign({}, this.state), { value: this.newState({ value: this.formatter.toString(this.value), selection: this.state.selection }).value });
|
|
39
|
+
this.state = Object.assign(Object.assign({}, this.state), { value: this.newState({ value: this.formatter.toString(this.value), selection: this.state.selection }).value, pattern: this.newState({ value: this.formatter.toString(this.value), selection: this.state.selection }).pattern });
|
|
40
40
|
}
|
|
41
41
|
componentWillLoad() {
|
|
42
42
|
const value = this.formatter.toString(this.value) || "";
|
|
@@ -42681,7 +42681,7 @@ let SmoothlyInput$1 = class extends HTMLElement {
|
|
|
42681
42681
|
this.smoothlyChanged.emit({ name: this.name, value });
|
|
42682
42682
|
}
|
|
42683
42683
|
onCurrency() {
|
|
42684
|
-
this.state = Object.assign(Object.assign({}, this.state), { value: this.newState({ value: this.formatter.toString(this.value), selection: this.state.selection }).value });
|
|
42684
|
+
this.state = Object.assign(Object.assign({}, this.state), { value: this.newState({ value: this.formatter.toString(this.value), selection: this.state.selection }).value, pattern: this.newState({ value: this.formatter.toString(this.value), selection: this.state.selection }).pattern });
|
|
42685
42685
|
}
|
|
42686
42686
|
componentWillLoad() {
|
|
42687
42687
|
const value = this.formatter.toString(this.value) || "";
|
|
@@ -39708,7 +39708,7 @@ let SmoothlyInput = class {
|
|
|
39708
39708
|
this.smoothlyChanged.emit({ name: this.name, value });
|
|
39709
39709
|
}
|
|
39710
39710
|
onCurrency() {
|
|
39711
|
-
this.state = Object.assign(Object.assign({}, this.state), { value: this.newState({ value: this.formatter.toString(this.value), selection: this.state.selection }).value });
|
|
39711
|
+
this.state = Object.assign(Object.assign({}, this.state), { value: this.newState({ value: this.formatter.toString(this.value), selection: this.state.selection }).value, pattern: this.newState({ value: this.formatter.toString(this.value), selection: this.state.selection }).pattern });
|
|
39712
39712
|
}
|
|
39713
39713
|
componentWillLoad() {
|
|
39714
39714
|
const value = this.formatter.toString(this.value) || "";
|
|
@@ -42,7 +42,7 @@ let SmoothlyInput = class {
|
|
|
42
42
|
this.smoothlyChanged.emit({ name: this.name, value });
|
|
43
43
|
}
|
|
44
44
|
onCurrency() {
|
|
45
|
-
this.state = Object.assign(Object.assign({}, this.state), { value: this.newState({ value: this.formatter.toString(this.value), selection: this.state.selection }).value });
|
|
45
|
+
this.state = Object.assign(Object.assign({}, this.state), { value: this.newState({ value: this.formatter.toString(this.value), selection: this.state.selection }).value, pattern: this.newState({ value: this.formatter.toString(this.value), selection: this.state.selection }).pattern });
|
|
46
46
|
}
|
|
47
47
|
componentWillLoad() {
|
|
48
48
|
const value = this.formatter.toString(this.value) || "";
|