ps-toolkit-ui 1.16.35 → 1.16.37
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/bundles/ps-toolkit-ui.umd.js +5 -5
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/classes/string.class.js +2 -2
- package/esm2015/lib/components/footer/footer.component.js +2 -2
- package/esm2015/lib/components/form/select/form.select.component.js +4 -4
- package/fesm2015/ps-toolkit-ui.js +5 -5
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
- package/ps-toolkit-ui.metadata.json +1 -1
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
RulesTitle: 'شرایط و قوانین حریمخصوصی'
|
|
115
115
|
},
|
|
116
116
|
Footer: {
|
|
117
|
-
Copyright: 'تمامی حقوق برای
|
|
117
|
+
Copyright: 'تمامی حقوق برای {} محفوظ است.',
|
|
118
118
|
CreatorDesc: 'طراحی و توسعه',
|
|
119
119
|
CreatorCom: 'پارت سیلیکون'
|
|
120
120
|
},
|
|
@@ -384,7 +384,7 @@
|
|
|
384
384
|
FooterComponent.decorators = [
|
|
385
385
|
{ type: core.Component, args: [{
|
|
386
386
|
selector: 'lib-footer',
|
|
387
|
-
template: "<div id=\"Footer\">\r\n <div class=\"copyright\">\r\n <i class=\"far fa-copyright\"></i>\r\n {{l('Copyright')}}\r\n </div>\r\n <div class=\"creator\">\r\n <i class=\"fas fa-heart\"></i> {{l('CreatorDesc')}} <a href=\"http://partsilicon.ir/\" target=\"_blank\">{{l('CreatorCom')}}</a>\r\n </div>\r\n</div>\r\n",
|
|
387
|
+
template: "<div id=\"Footer\">\r\n <div class=\"copyright\">\r\n <i class=\"far fa-copyright\"></i>\r\n {{l('Copyright', 'SoftwareName')}}\r\n </div>\r\n <div class=\"creator\">\r\n <i class=\"fas fa-heart\"></i> {{l('CreatorDesc')}} <a href=\"http://partsilicon.ir/\" target=\"_blank\">{{l('CreatorCom')}}</a>\r\n </div>\r\n</div>\r\n",
|
|
388
388
|
styles: ["#Footer{background-color:var(--base-dark);bottom:0;color:#fff;font-size:12px;font-weight:700;line-height:35px;position:fixed;right:0;text-align:center;width:100%;z-index:2}#Footer .copyright,#Footer .creator{float:right;width:50%}#Footer .copyright i,#Footer .creator a,#Footer .creator i{color:var(--primary)!important}@media (max-width:599.98px){#Footer{z-index:-1}#Footer .copyright,#Footer .creator{line-height:30px;width:100%}}"]
|
|
389
389
|
},] }
|
|
390
390
|
];
|
|
@@ -6202,9 +6202,6 @@
|
|
|
6202
6202
|
}
|
|
6203
6203
|
this.setOptions();
|
|
6204
6204
|
this.cSearch = this.inp.search;
|
|
6205
|
-
if (this.inp.onChange) {
|
|
6206
|
-
this.inp.onChange(this.inp, isEdit);
|
|
6207
|
-
}
|
|
6208
6205
|
if (this.inp.rel) {
|
|
6209
6206
|
this.inp.rel.value = null;
|
|
6210
6207
|
this.inp.rel.search = '';
|
|
@@ -6224,6 +6221,9 @@
|
|
|
6224
6221
|
}
|
|
6225
6222
|
}
|
|
6226
6223
|
}
|
|
6224
|
+
if (this.inp.onChange) {
|
|
6225
|
+
this.inp.onChange(this.inp, isEdit);
|
|
6226
|
+
}
|
|
6227
6227
|
if (!isEdit && !this.inp.multiple) {
|
|
6228
6228
|
this.cI('Tab');
|
|
6229
6229
|
}
|