mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-02 00:32:09 +02:00
updated dist
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
/*! gridster.js - v0.1.0 - 2012-08-07
|
/*! gridster.js - v0.1.0 - 2012-08-08
|
||||||
* http://gridster.net/
|
* http://gridster.net/
|
||||||
* Copyright (c) 2012 ducksboard; Licensed MIT */
|
* Copyright (c) 2012 ducksboard; Licensed MIT */
|
||||||
|
|
||||||
|
|||||||
Vendored
+9
-3
@@ -1,4 +1,4 @@
|
|||||||
/*! gridster.js - v0.1.0 - 2012-08-07
|
/*! gridster.js - v0.1.0 - 2012-08-08
|
||||||
* http://gridster.net/
|
* http://gridster.net/
|
||||||
* Copyright (c) 2012 ducksboard; Licensed MIT */
|
* Copyright (c) 2012 ducksboard; Licensed MIT */
|
||||||
|
|
||||||
@@ -692,6 +692,8 @@
|
|||||||
extra_cols: 0,
|
extra_cols: 0,
|
||||||
min_cols: 1,
|
min_cols: 1,
|
||||||
min_rows: 15,
|
min_rows: 15,
|
||||||
|
max_size_x: 6,
|
||||||
|
max_size_y: 6,
|
||||||
autogenerate_stylesheet: true,
|
autogenerate_stylesheet: true,
|
||||||
avoid_overlapped_widgets: true,
|
avoid_overlapped_widgets: true,
|
||||||
serialize_params: function($w, wgd) {
|
serialize_params: function($w, wgd) {
|
||||||
@@ -729,6 +731,10 @@
|
|||||||
* those that have been calculated.
|
* those that have been calculated.
|
||||||
* @param {Number} [options.min_cols] The minimum required columns.
|
* @param {Number} [options.min_cols] The minimum required columns.
|
||||||
* @param {Number} [options.min_rows] The minimum required rows.
|
* @param {Number} [options.min_rows] The minimum required rows.
|
||||||
|
* @param {Number} [options.max_size_x] The maximum number of columns
|
||||||
|
* that a widget can span.
|
||||||
|
* @param {Number} [options.max_size_y] The maximum number of rows
|
||||||
|
* that a widget can span.
|
||||||
* @param {Boolean} [options.autogenerate_stylesheet] If true, all the
|
* @param {Boolean} [options.autogenerate_stylesheet] If true, all the
|
||||||
* CSS required to position all widgets in their respective columns
|
* CSS required to position all widgets in their respective columns
|
||||||
* and rows will be generated automatically and injected to the
|
* and rows will be generated automatically and injected to the
|
||||||
@@ -2647,8 +2653,8 @@
|
|||||||
fn.generate_stylesheet = function(opts) {
|
fn.generate_stylesheet = function(opts) {
|
||||||
var styles = '';
|
var styles = '';
|
||||||
var extra_cells = 10;
|
var extra_cells = 10;
|
||||||
var max_size_y = 6;
|
var max_size_y = this.options.max_size_y;
|
||||||
var max_size_x = 6;
|
var max_size_x = this.options.max_size_x;
|
||||||
var i;
|
var i;
|
||||||
var rules;
|
var rules;
|
||||||
|
|
||||||
|
|||||||
Vendored
+1
-1
@@ -1,3 +1,3 @@
|
|||||||
/*! gridster.js - v0.1.0 - 2012-08-07
|
/*! gridster.js - v0.1.0 - 2012-08-08
|
||||||
* http://gridster.net/
|
* http://gridster.net/
|
||||||
* Copyright (c) 2012 ducksboard; Licensed MIT */.gridster{position:relative}.gridster>*{margin:0 auto;-webkit-transition:height .4s;-moz-transition:height .4s;-o-transition:height .4s;-ms-transition:height .4s;transition:height .4s}.gridster .gs_w{z-index:2;position:absolute}.ready .gs_w:not(.preview-holder){-webkit-transition:opacity .3s,left .3s,top .3s;-moz-transition:opacity .3s,left .3s,top .3s;-o-transition:opacity .3s,left .3s,top .3s;transition:opacity .3s,left .3s,top .3s}.gridster .preview-holder{z-index:1;position:absolute;background-color:#fff;border-color:#fff;opacity:.3}.gridster .player-revert{z-index:10!important;-webkit-transition:left .3s,top .3s!important;-moz-transition:left .3s,top .3s!important;-o-transition:left .3s,top .3s!important;transition:left .3s,top .3s!important}.gridster .dragging{z-index:10!important;-webkit-transition:all 0s!important;-moz-transition:all 0s!important;-o-transition:all 0s!important;transition:all 0s!important}
|
* Copyright (c) 2012 ducksboard; Licensed MIT */.gridster{position:relative}.gridster>*{margin:0 auto;-webkit-transition:height .4s;-moz-transition:height .4s;-o-transition:height .4s;-ms-transition:height .4s;transition:height .4s}.gridster .gs_w{z-index:2;position:absolute}.ready .gs_w:not(.preview-holder){-webkit-transition:opacity .3s,left .3s,top .3s;-moz-transition:opacity .3s,left .3s,top .3s;-o-transition:opacity .3s,left .3s,top .3s;transition:opacity .3s,left .3s,top .3s}.gridster .preview-holder{z-index:1;position:absolute;background-color:#fff;border-color:#fff;opacity:.3}.gridster .player-revert{z-index:10!important;-webkit-transition:left .3s,top .3s!important;-moz-transition:left .3s,top .3s!important;-o-transition:left .3s,top .3s!important;transition:left .3s,top .3s!important}.gridster .dragging{z-index:10!important;-webkit-transition:all 0s!important;-moz-transition:all 0s!important;-o-transition:all 0s!important;transition:all 0s!important}
|
||||||
Vendored
+2
-2
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user