@fluid-topics/ft-text-input 2.0.15 → 2.0.17
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/build/ft-text-input.min.js +348 -348
- package/build/ftds-text-input.js +1 -2
- package/package.json +10 -10
package/build/ftds-text-input.js
CHANGED
|
@@ -23,7 +23,7 @@ export class ClearEvent extends Event {
|
|
|
23
23
|
super("clear");
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
|
-
class FtdsTextInput extends withI18n(toFtInput(FtdsBase)) {
|
|
26
|
+
export class FtdsTextInput extends withI18n(toFtInput(FtdsBase)) {
|
|
27
27
|
constructor() {
|
|
28
28
|
var _a;
|
|
29
29
|
super();
|
|
@@ -195,4 +195,3 @@ __decorate([
|
|
|
195
195
|
__decorate([
|
|
196
196
|
query("input")
|
|
197
197
|
], FtdsTextInput.prototype, "input", void 0);
|
|
198
|
-
export { FtdsTextInput };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-text-input",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.17",
|
|
4
4
|
"description": "Text Input",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,17 +19,17 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-base-input": "2.0.
|
|
23
|
-
"@fluid-topics/ft-i18n": "2.0.
|
|
24
|
-
"@fluid-topics/ft-icon": "2.0.
|
|
25
|
-
"@fluid-topics/ft-input-helper-text": "2.0.
|
|
26
|
-
"@fluid-topics/ft-input-label": "2.0.
|
|
27
|
-
"@fluid-topics/ft-tooltip": "2.0.
|
|
28
|
-
"@fluid-topics/ft-wc-utils": "2.0.
|
|
22
|
+
"@fluid-topics/ft-base-input": "2.0.17",
|
|
23
|
+
"@fluid-topics/ft-i18n": "2.0.17",
|
|
24
|
+
"@fluid-topics/ft-icon": "2.0.17",
|
|
25
|
+
"@fluid-topics/ft-input-helper-text": "2.0.17",
|
|
26
|
+
"@fluid-topics/ft-input-label": "2.0.17",
|
|
27
|
+
"@fluid-topics/ft-tooltip": "2.0.17",
|
|
28
|
+
"@fluid-topics/ft-wc-utils": "2.0.17",
|
|
29
29
|
"lit": "3.1.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@fluid-topics/ft-wc-test-utils": "2.0.
|
|
32
|
+
"@fluid-topics/ft-wc-test-utils": "2.0.17"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "630c12bb34a3f0df02b112fc182bbbb97025d959"
|
|
35
35
|
}
|