@kmkf-fe-packages/basic-components 2.2.39-beta.8 → 2.2.39-beta.9
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/index.esm.js +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -10027,6 +10027,7 @@ function HoverTableRowDeleteIcon(_ref) {
|
|
|
10027
10027
|
}
|
|
10028
10028
|
|
|
10029
10029
|
var WidgetMap = {
|
|
10030
|
+
TRADE_ID_INPUT: 'tradeId',
|
|
10030
10031
|
INPUT: 'input',
|
|
10031
10032
|
TEXTAREA: 'textarea',
|
|
10032
10033
|
PICTURE: 'picture',
|
package/dist/index.js
CHANGED
|
@@ -10042,6 +10042,7 @@ function HoverTableRowDeleteIcon(_ref) {
|
|
|
10042
10042
|
}
|
|
10043
10043
|
|
|
10044
10044
|
var WidgetMap = {
|
|
10045
|
+
TRADE_ID_INPUT: 'tradeId',
|
|
10045
10046
|
INPUT: 'input',
|
|
10046
10047
|
TEXTAREA: 'textarea',
|
|
10047
10048
|
PICTURE: 'picture',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.2.39-beta.
|
|
3
|
+
"version": "2.2.39-beta.9",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "7c5a8bc0defacde6e6d5aa499d2b5a70add8ffdd"
|
|
70
70
|
}
|