form-custom-test 3.0.178 → 3.0.180
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/designer.es.js +10 -2
- package/dist/designer.umd.js +2 -2
- package/dist/render.es.js +2 -2
- package/dist/render.umd.js +1 -1
- package/package.json +1 -1
package/dist/designer.es.js
CHANGED
|
@@ -60011,6 +60011,10 @@ function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
60011
60011
|
createVNode(_component_el_option, {
|
|
60012
60012
|
label: "YYYY-MM-DD HH:mm",
|
|
60013
60013
|
value: "YYYY-MM-DD hh:mm"
|
|
60014
|
+
}),
|
|
60015
|
+
createVNode(_component_el_option, {
|
|
60016
|
+
label: "YYYY/MM",
|
|
60017
|
+
value: "YYYY/MM"
|
|
60014
60018
|
})
|
|
60015
60019
|
]),
|
|
60016
60020
|
_: 1
|
|
@@ -60121,6 +60125,10 @@ function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
60121
60125
|
createVNode(_component_el_option, {
|
|
60122
60126
|
label: "YYYY-MM-DD HH:mm:ss",
|
|
60123
60127
|
value: "YYYY-MM-DD HH:mm:ss"
|
|
60128
|
+
}),
|
|
60129
|
+
createVNode(_component_el_option, {
|
|
60130
|
+
label: "YYYY/MM",
|
|
60131
|
+
value: "YYYY/MM"
|
|
60124
60132
|
})
|
|
60125
60133
|
]),
|
|
60126
60134
|
_: 1
|
|
@@ -69031,13 +69039,13 @@ function registerIcon(app) {
|
|
|
69031
69039
|
if (typeof window !== "undefined") {
|
|
69032
69040
|
let loadSvg = function() {
|
|
69033
69041
|
var body = document.body;
|
|
69034
|
-
var svgDom = document.getElementById("
|
|
69042
|
+
var svgDom = document.getElementById("__svg__icons__dom__1780382544327__");
|
|
69035
69043
|
if (!svgDom) {
|
|
69036
69044
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
69037
69045
|
svgDom.style.position = "absolute";
|
|
69038
69046
|
svgDom.style.width = "0";
|
|
69039
69047
|
svgDom.style.height = "0";
|
|
69040
|
-
svgDom.id = "
|
|
69048
|
+
svgDom.id = "__svg__icons__dom__1780382544327__";
|
|
69041
69049
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
69042
69050
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
69043
69051
|
}
|