@paris-ias/trees 2.0.29 → 2.0.30
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/form/events.cjs.js
CHANGED
|
@@ -133,7 +133,6 @@ const data = {
|
|
|
133
133
|
"state": "",
|
|
134
134
|
"tags": "",
|
|
135
135
|
"totalSlots": "",
|
|
136
|
-
"place": "",
|
|
137
136
|
"stream": "",
|
|
138
137
|
"url": ""
|
|
139
138
|
},
|
|
@@ -691,12 +690,6 @@ const data = {
|
|
|
691
690
|
},
|
|
692
691
|
"meta": "totalSlots"
|
|
693
692
|
},
|
|
694
|
-
"place": {
|
|
695
|
-
"label": "place",
|
|
696
|
-
"component": "TextField",
|
|
697
|
-
"type": "PRIMITIVE",
|
|
698
|
-
"meta": "place"
|
|
699
|
-
},
|
|
700
693
|
"stream": {
|
|
701
694
|
"label": "stream",
|
|
702
695
|
"component": "TextField",
|
package/dist/form/events.js
CHANGED
|
@@ -131,7 +131,6 @@ const data = {
|
|
|
131
131
|
"state": "",
|
|
132
132
|
"tags": "",
|
|
133
133
|
"totalSlots": "",
|
|
134
|
-
"place": "",
|
|
135
134
|
"stream": "",
|
|
136
135
|
"url": ""
|
|
137
136
|
},
|
|
@@ -689,12 +688,6 @@ const data = {
|
|
|
689
688
|
},
|
|
690
689
|
"meta": "totalSlots"
|
|
691
690
|
},
|
|
692
|
-
"place": {
|
|
693
|
-
"label": "place",
|
|
694
|
-
"component": "TextField",
|
|
695
|
-
"type": "PRIMITIVE",
|
|
696
|
-
"meta": "place"
|
|
697
|
-
},
|
|
698
691
|
"stream": {
|
|
699
692
|
"label": "stream",
|
|
700
693
|
"component": "TextField",
|