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.
@@ -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
  }