File manager - Edit - /home/autoph/public_html/tasks/bower_components.tar
Back
bootstrap-table-toolbar-buttons/.bower.json 0000644 00000001652 15025026016 0015072 0 ustar 00 { "name": "bootstrap-table-toolbar-buttons", "homepage": "https://github.com/michaelsogos/bootstrap-table-toolbar-buttons", "authors": [ "Michael Sogos <michael.sogos@gurustudioweb.it>" ], "version": "1.0.0", "description": "This is an extension for bootstrap-table to add custom buttons to toolbar.", "main": [ "src/bootstrap-table-toolbar-buttons.js" ], "keywords": [ "bootstrap", "table", "toolbar", "button", "buttons" ], "license": "MIT", "ignore": [ "node_modules", "extension.json", "README.md", ".gitignore", "package.json" ], "_release": "1.0.0", "_resolution": { "type": "version", "tag": "1.0.0", "commit": "8b2f48788e08276c3ac95b59a334744097ed8610" }, "_source": "https://github.com/michaelsogos/bootstrap-table-toolbar-buttons.git", "_target": "^1.0.0", "_originalSource": "bootstrap-table-toolbar-buttons", "_direct": true } bootstrap-table-toolbar-buttons/src/bootstrap-table-toolbar-buttons.js 0000644 00000002702 15025026016 0022363 0 ustar 00 /** * @author Michael Sogos <michael.sogos@gurustudioweb.it> * @version v1.0.0 * @link https://github.com/michaelsogos/bootstrap-table-toolbar-buttons */ (function ($) { 'use strict'; var sprintf = $.fn.bootstrapTable.utils.sprintf; $.extend($.fn.bootstrapTable.defaults, { customToolbarButtons: [] }); $.extend($.fn.bootstrapTable.defaults); var BootstrapTable = $.fn.bootstrapTable.Constructor, _initToolbar = BootstrapTable.prototype.initToolbar; BootstrapTable.prototype.initToolbar = function () { var self = this; _initToolbar.apply(this, Array.prototype.slice.apply(arguments)); if (this.options.customToolbarButtons.length > 0) { this.showToolbar = true; $.each(this.options.customToolbarButtons, function (index, item) { var btnGroup = self.$toolbar.find('>.btn-group'); var button = btnGroup.find('button[name=' + item.name + ']'); if (!button.length) { var htmlButton = '<button ' + sprintf('name="%s" ', item.name) + sprintf('title="%s" ', item.title) + sprintf('aria-label="%s" ', item.title) + 'class="btn ' + sprintf('btn-%s ', self.options.buttonsClass) + sprintf('btn-%s ', self.options.iconSize) + '" type="button"><i class="' + sprintf('%s ', self.options.iconsPrefix) + sprintf('%s ', item.icon) + '"></i></button>'; button = $(htmlButton).appendTo(btnGroup); button.on("click", item.callback); } }); } }; })(jQuery); bootstrap-table-toolbar-buttons/LICENSE 0000644 00000002056 15025026016 0014007 0 ustar 00 MIT License Copyright (c) 2017 Michael Sogos Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. bootstrap-table-toolbar-buttons/bower.json 0000644 00000001253 15025026016 0015011 0 ustar 00 { "name": "bootstrap-table-toolbar-buttons", "homepage": "https://github.com/michaelsogos/bootstrap-table-toolbar-buttons", "authors": [ "Michael Sogos <michael.sogos@gurustudioweb.it>" ], "version": "1.0.0", "description": "This is an extension for bootstrap-table to add custom buttons to toolbar.", "main": [ "src/bootstrap-table-toolbar-buttons.js" ], "keywords": [ "bootstrap", "table", "toolbar", "button", "buttons" ], "license": "MIT", "ignore": [ "node_modules", "extension.json", "README.md", ".gitignore", "package.json" ] }
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings