@xuda.io/runtime-bundle 1.0.1110 → 1.0.1112
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/css/mobile.css
CHANGED
|
@@ -74,7 +74,7 @@ input.geo_coder_address_input li {
|
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
.geo_coder_wrapper:before {
|
|
77
|
-
content:
|
|
77
|
+
content: '';
|
|
78
78
|
position: absolute;
|
|
79
79
|
left: 2px;
|
|
80
80
|
top: 0;
|
|
@@ -91,7 +91,7 @@ input.geo_coder_address_input li {
|
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
.pac-item:before {
|
|
94
|
-
content:
|
|
94
|
+
content: '';
|
|
95
95
|
position: absolute;
|
|
96
96
|
left: 18px;
|
|
97
97
|
height: 33px;
|
|
@@ -141,7 +141,7 @@ input.geo_coder_address_input li {
|
|
|
141
141
|
border-bottom: 1px solid #e6e6e6;
|
|
142
142
|
}
|
|
143
143
|
|
|
144
|
-
.geo_coder_wrapper input[type=
|
|
144
|
+
.geo_coder_wrapper input[type='search']::-webkit-search-cancel-button {
|
|
145
145
|
/* Remove default */
|
|
146
146
|
-webkit-appearance: none;
|
|
147
147
|
/* Now your own custom styles */
|
|
@@ -156,7 +156,7 @@ input.geo_coder_address_input li {
|
|
|
156
156
|
background-size: 14px;
|
|
157
157
|
}
|
|
158
158
|
|
|
159
|
-
.geo_coder_wrapper input[type=
|
|
159
|
+
.geo_coder_wrapper input[type='search'] {
|
|
160
160
|
border: 0 !important;
|
|
161
161
|
border-radius: 0 !important;
|
|
162
162
|
}
|
|
@@ -191,7 +191,7 @@ input.geo_coder_address_input li {
|
|
|
191
191
|
border-radius: 5px;
|
|
192
192
|
}
|
|
193
193
|
|
|
194
|
-
input[type=
|
|
194
|
+
input[type='file'] {
|
|
195
195
|
color: transparent;
|
|
196
196
|
overflow: hidden;
|
|
197
197
|
}
|
|
@@ -219,7 +219,7 @@ input[type="file"] {
|
|
|
219
219
|
margin-right: 10px;
|
|
220
220
|
}
|
|
221
221
|
|
|
222
|
-
[role=
|
|
222
|
+
[role='alert'] {
|
|
223
223
|
text-align: center;
|
|
224
224
|
margin-top: 15px;
|
|
225
225
|
}
|
|
@@ -293,12 +293,12 @@ ion-list {
|
|
|
293
293
|
}
|
|
294
294
|
|
|
295
295
|
.iti__flag {
|
|
296
|
-
background-image: url(
|
|
296
|
+
background-image: url('https://intl-tel-input.com/node_modules/intl-tel-input/build/img/flags@2x.png');
|
|
297
297
|
}
|
|
298
298
|
|
|
299
299
|
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
|
|
300
300
|
.iti__flag {
|
|
301
|
-
background-image: url(
|
|
301
|
+
background-image: url('https://intl-tel-input.com/node_modules/intl-tel-input/build/img/flags@2x.png');
|
|
302
302
|
}
|
|
303
303
|
}
|
|
304
304
|
|
|
@@ -488,7 +488,7 @@ ion-button:focus {
|
|
|
488
488
|
}
|
|
489
489
|
|
|
490
490
|
.spinner:before {
|
|
491
|
-
content:
|
|
491
|
+
content: '';
|
|
492
492
|
display: block;
|
|
493
493
|
border-radius: 50%;
|
|
494
494
|
border: 2px solid #eee;
|
|
@@ -548,13 +548,13 @@ ion-button:focus {
|
|
|
548
548
|
padding: 10px 0 !important;
|
|
549
549
|
}
|
|
550
550
|
|
|
551
|
-
[dir=
|
|
551
|
+
[dir='rtl'] .form-select {
|
|
552
552
|
background-position: left 0.5rem center;
|
|
553
553
|
}
|
|
554
554
|
|
|
555
555
|
/* For those who use it direct */
|
|
556
556
|
|
|
557
|
-
[dir=
|
|
557
|
+
[dir='rtl'] select {
|
|
558
558
|
background-position: left 0.5rem center;
|
|
559
559
|
}
|
|
560
560
|
|
|
@@ -719,8 +719,7 @@ ion-button:focus {
|
|
|
719
719
|
-ms-overflow-style: none; /* IE and Edge */
|
|
720
720
|
scrollbar-width: none; /* Firefox */
|
|
721
721
|
z-index: 99999;
|
|
722
|
-
-webkit-animation: fadeIn-labelAnimation 0.2s cubic-bezier(0.77, 0, 0.175, 1)
|
|
723
|
-
forwards;
|
|
722
|
+
-webkit-animation: fadeIn-labelAnimation 0.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
|
|
724
723
|
animation: fadeIn-labelAnimation 0.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
|
|
725
724
|
-webkit-backface-visibility: hidden;
|
|
726
725
|
-webkit-transform: translateZ(0) scale(1);
|
|
@@ -772,8 +771,7 @@ ion-button:focus {
|
|
|
772
771
|
-ms-overflow-style: none; /* IE and Edge */
|
|
773
772
|
scrollbar-width: none; /* Firefox */
|
|
774
773
|
z-index: 99999;
|
|
775
|
-
-webkit-animation: fadeIn-labelAnimation 0.2s cubic-bezier(0.77, 0, 0.175, 1)
|
|
776
|
-
forwards;
|
|
774
|
+
-webkit-animation: fadeIn-labelAnimation 0.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
|
|
777
775
|
animation: fadeIn-labelAnimation 0.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
|
|
778
776
|
-webkit-backface-visibility: hidden;
|
|
779
777
|
-webkit-transform: translateZ(0) scale(1);
|
|
@@ -832,8 +830,7 @@ ion-button:focus {
|
|
|
832
830
|
}
|
|
833
831
|
|
|
834
832
|
.labelAnimation {
|
|
835
|
-
-webkit-animation: fadeIn-labelAnimation 0.2s cubic-bezier(0.77, 0, 0.175, 1)
|
|
836
|
-
forwards;
|
|
833
|
+
-webkit-animation: fadeIn-labelAnimation 0.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
|
|
837
834
|
animation: fadeIn-labelAnimation 0.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
|
|
838
835
|
-webkit-backface-visibility: hidden;
|
|
839
836
|
-webkit-transform: translateZ(0) scale(1);
|
|
@@ -1061,3 +1058,6 @@ xu-nav {
|
|
|
1061
1058
|
cursor: pointer;
|
|
1062
1059
|
margin: 18px auto;
|
|
1063
1060
|
}
|
|
1061
|
+
.display_none {
|
|
1062
|
+
display: none;
|
|
1063
|
+
}
|
|
@@ -33313,7 +33313,7 @@ const generate_xu_ui_id = async function (SESSION_ID, nodeP, $container, paramsP
|
|
|
33313
33313
|
return new_ui_id;
|
|
33314
33314
|
};
|
|
33315
33315
|
|
|
33316
|
-
func.UI.screen.create_container = async function (SESSION_ID, $root_container, nodeP, $container, paramsP, parent_infoP, jobNoP, keyP, parent_nodeP, prop, classP, elem_propP, div_typeP, $appendToP, attr_str) {
|
|
33316
|
+
func.UI.screen.create_container = async function (SESSION_ID, $root_container, nodeP, $container, paramsP, parent_infoP, jobNoP, keyP, parent_nodeP, prop, classP, elem_propP, div_typeP, $appendToP, attr_str, is_placeholder) {
|
|
33317
33317
|
const _paramsP = _.cloneDeep(paramsP);
|
|
33318
33318
|
var _ds = SESSION_OBJ[SESSION_ID].DS_GLB[_paramsP.dsSessionP];
|
|
33319
33319
|
var $appendTo = $container;
|
|
@@ -33338,6 +33338,11 @@ func.UI.screen.create_container = async function (SESSION_ID, $root_container, n
|
|
|
33338
33338
|
/////////////////////////////////
|
|
33339
33339
|
|
|
33340
33340
|
var $div;
|
|
33341
|
+
|
|
33342
|
+
if (is_placeholder) {
|
|
33343
|
+
$div.addClass('display_none');
|
|
33344
|
+
}
|
|
33345
|
+
|
|
33341
33346
|
if (div === 'svg') {
|
|
33342
33347
|
const draw_svg = function (element) {
|
|
33343
33348
|
const get_tag_str = function (element, prop, val) {
|
|
@@ -34595,7 +34600,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
34595
34600
|
const draw_html_element = async function (element) {
|
|
34596
34601
|
const done = async function (ret = {}) {
|
|
34597
34602
|
const xu_ui_id = $div.attr('xu-ui-id');
|
|
34598
|
-
|
|
34603
|
+
$div.removeClass('display_none');
|
|
34599
34604
|
if (ret.has_xu_exp_render_attribute) {
|
|
34600
34605
|
// $div.css('display', 'unset');
|
|
34601
34606
|
|
|
@@ -34753,10 +34758,6 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
34753
34758
|
// }
|
|
34754
34759
|
if (!ret.xu_render_background_processing) {
|
|
34755
34760
|
iterate_child($div, nodeP, parent_infoP, $root_container);
|
|
34756
|
-
} else {
|
|
34757
|
-
if (ret.has_xu_render_attribute) {
|
|
34758
|
-
$div.css('display', 'none');
|
|
34759
|
-
}
|
|
34760
34761
|
}
|
|
34761
34762
|
}
|
|
34762
34763
|
|