ps-toolkit-ui 1.16.36 → 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
  ];