Server IP : 150.95.80.236 / Your IP : 18.218.189.173 Web Server : Apache System : Linux host-150-95-80-236 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64 User : social-telecare ( 10000) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/pcu.in.th/uat.pcu.in.th/assets/plugins/formvalidation/dist/amd/plugins/ |
Upload File : |
var __extends = (this && this.__extends) || (function () { var extendStatics = function (d, b) { extendStatics = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; }; return extendStatics(d, b); }; return function (d, b) { if (typeof b !== "function" && b !== null) throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); extendStatics(d, b); function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); }; })(); define(["require", "exports", "../utils/classSet", "./Framework"], function (require, exports, classSet_1, Framework_1) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Uikit = (function (_super) { __extends(Uikit, _super); function Uikit(opts) { return _super.call(this, Object.assign({}, { formClass: 'fv-plugins-uikit', messageClass: 'uk-text-danger', rowInvalidClass: 'uk-form-danger', rowPattern: /^.*(uk-form-controls|uk-width-[\d+]-[\d+]).*$/, rowSelector: '.uk-margin', rowValidClass: 'uk-form-success', }, opts)) || this; } Uikit.prototype.onIconPlaced = function (e) { var type = e.element.getAttribute('type'); if ('checkbox' === type || 'radio' === type) { var parent_1 = e.element.parentElement; (0, classSet_1.default)(e.iconElement, { 'fv-plugins-icon-check': true, }); parent_1.parentElement.insertBefore(e.iconElement, parent_1.nextSibling); } }; return Uikit; }(Framework_1.default)); exports.default = Uikit; });