mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 09:54:24 +04:00
tabler license in files, bootstrap upgrade
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
/*
|
||||||
|
* Tabler (v0.9.0): banner.js
|
||||||
|
* Copyright 2018-2019 The Tabler Authors
|
||||||
|
* Copyright 2018-2019 codecalm
|
||||||
|
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
|
||||||
|
*/
|
||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
const pkg = require('../package.json'),
|
const pkg = require('../package.json'),
|
||||||
|
|||||||
@@ -1,3 +1,10 @@
|
|||||||
|
/*
|
||||||
|
* Tabler (v0.9.0): browsersync.js
|
||||||
|
* Copyright 2018-2019 The Tabler Authors
|
||||||
|
* Copyright 2018-2019 codecalm
|
||||||
|
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
|
||||||
|
*/
|
||||||
|
|
||||||
const bs = require('browser-sync').create();
|
const bs = require('browser-sync').create();
|
||||||
|
|
||||||
bs.init({
|
bs.init({
|
||||||
|
|||||||
@@ -1,3 +1,10 @@
|
|||||||
|
/*
|
||||||
|
* Tabler (v0.9.0): generate-font-codepoints.js
|
||||||
|
* Copyright 2018-2019 The Tabler Authors
|
||||||
|
* Copyright 2018-2019 codecalm
|
||||||
|
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
|
||||||
|
*/
|
||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
const fs = require('fs'),
|
const fs = require('fs'),
|
||||||
|
|||||||
@@ -1,3 +1,10 @@
|
|||||||
|
/*
|
||||||
|
* Tabler (v0.9.0): postcss.config.js
|
||||||
|
* Copyright 2018-2019 The Tabler Authors
|
||||||
|
* Copyright 2018-2019 codecalm
|
||||||
|
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
|
||||||
|
*/
|
||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
module.exports = ctx => ({
|
module.exports = ctx => ({
|
||||||
|
|||||||
@@ -1,3 +1,10 @@
|
|||||||
|
/*
|
||||||
|
* Tabler (v0.9.0): rollup.config.js
|
||||||
|
* Copyright 2018-2019 The Tabler Authors
|
||||||
|
* Copyright 2018-2019 codecalm
|
||||||
|
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
|
||||||
|
*/
|
||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
const BUNDLE = process.env.BUNDLE === 'true';
|
const BUNDLE = process.env.BUNDLE === 'true';
|
||||||
|
|||||||
@@ -1,3 +1,10 @@
|
|||||||
|
/*
|
||||||
|
* Tabler (v0.9.0): scss-compile.js
|
||||||
|
* Copyright 2018-2019 The Tabler Authors
|
||||||
|
* Copyright 2018-2019 codecalm
|
||||||
|
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
|
||||||
|
*/
|
||||||
|
|
||||||
//node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/tabler.scss dist/css/tabler.css
|
//node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/tabler.scss dist/css/tabler.css
|
||||||
|
|
||||||
const path = require('path'),
|
const path = require('path'),
|
||||||
|
|||||||
@@ -1,3 +1,10 @@
|
|||||||
|
/*
|
||||||
|
* Tabler Demo (v0.9.0)
|
||||||
|
* Copyright 2018-2019 The Tabler Authors
|
||||||
|
* Copyright 2018-2019 codecalm
|
||||||
|
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
|
||||||
|
*/
|
||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
class TablerDemo {
|
class TablerDemo {
|
||||||
|
|||||||
@@ -1,3 +1,10 @@
|
|||||||
|
/*
|
||||||
|
* Tabler Charts (v0.9.0)
|
||||||
|
* Copyright 2018-2019 The Tabler Authors
|
||||||
|
* Copyright 2018-2019 codecalm
|
||||||
|
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
|
||||||
|
*/
|
||||||
|
|
||||||
(function ($) {
|
(function ($) {
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
$().peity &&
|
$().peity &&
|
||||||
|
|||||||
@@ -1,3 +1,10 @@
|
|||||||
|
/*
|
||||||
|
* Tabler (v0.9.0)
|
||||||
|
* Copyright 2018-2019 The Tabler Authors
|
||||||
|
* Copyright 2018-2019 codecalm
|
||||||
|
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
|
||||||
|
*/
|
||||||
|
|
||||||
const tabler = {
|
const tabler = {
|
||||||
colorVariation: function(color, variation) {
|
colorVariation: function(color, variation) {
|
||||||
const colorValue = this.colors[color];
|
const colorValue = this.colors[color];
|
||||||
|
|||||||
27
package.json
27
package.json
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "tabler-ui",
|
"name": "tabler-ui",
|
||||||
"version": "1.0.0",
|
"version": "0.9.0",
|
||||||
|
"version_short": "0.9",
|
||||||
"description": "Premium and Open Source dashboard template with responsive and high quality UI.",
|
"description": "Premium and Open Source dashboard template with responsive and high quality UI.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "npm-run-all clean css-main js-compile-standalone --parallel html-watch browsersync watch",
|
"start": "npm-run-all clean css-main js-compile-standalone --parallel html-watch browsersync watch",
|
||||||
@@ -34,7 +35,15 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/tabler/tabler.git"
|
"url": "git+https://github.com/tabler/tabler.git"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [
|
||||||
|
"css",
|
||||||
|
"sass",
|
||||||
|
"mobile-first",
|
||||||
|
"responsive",
|
||||||
|
"front-end",
|
||||||
|
"framework",
|
||||||
|
"web"
|
||||||
|
],
|
||||||
"author": "codecalm",
|
"author": "codecalm",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
@@ -45,9 +54,11 @@
|
|||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/{css,js}/*.{css,js,map}",
|
"dist/{css,js}/*.{css,js,map}",
|
||||||
"js/{src,dist}/**/*.{js,map}",
|
"dist/fonts/**/*",
|
||||||
|
"js/**/*.{js,map}",
|
||||||
"scss/**/*.scss"
|
"scss/**/*.scss"
|
||||||
],
|
],
|
||||||
|
"main": "dist/js/tabler.js",
|
||||||
"homepage": "https://tabler.io",
|
"homepage": "https://tabler.io",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/preset-env": "7.6.0",
|
"@babel/preset-env": "7.6.0",
|
||||||
@@ -83,7 +94,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"apexcharts": "3.8.6",
|
"apexcharts": "3.8.6",
|
||||||
"autosize": "4.0.2",
|
"autosize": "4.0.2",
|
||||||
"bootstrap": "twbs/bootstrap#129bb08",
|
"bootstrap": "twbs/bootstrap#d2a24e0",
|
||||||
"imask": "5.2.1",
|
"imask": "5.2.1",
|
||||||
"jquery": "3.4.1",
|
"jquery": "3.4.1",
|
||||||
"selectize": "0.12.6"
|
"selectize": "0.12.6"
|
||||||
@@ -104,14 +115,6 @@
|
|||||||
{
|
{
|
||||||
"path": "./dist/js/tabler.min.js",
|
"path": "./dist/js/tabler.min.js",
|
||||||
"maxSize": "1.5 kB"
|
"maxSize": "1.5 kB"
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "./dist/js/tabler.bundle.js",
|
|
||||||
"maxSize": "1.5 kB"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "./dist/js/tabler.bundle.min.js",
|
|
||||||
"maxSize": "1.1 kB"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,2 +1,9 @@
|
|||||||
|
/*!
|
||||||
|
* Tabler Charts (v0.9.0)
|
||||||
|
* Copyright 2018-2019 The Tabler Authors
|
||||||
|
* Copyright 2018-2019 codecalm
|
||||||
|
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
|
||||||
|
*/
|
||||||
|
|
||||||
@import "config";
|
@import "config";
|
||||||
@import "ui/charts";
|
@import "ui/charts";
|
||||||
|
|||||||
@@ -1,2 +1,9 @@
|
|||||||
|
/*!
|
||||||
|
* Tabler Flags (v0.9.0)
|
||||||
|
* Copyright 2018-2019 The Tabler Authors
|
||||||
|
* Copyright 2018-2019 codecalm
|
||||||
|
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
|
||||||
|
*/
|
||||||
|
|
||||||
@import "config";
|
@import "config";
|
||||||
@import "ui/flags";
|
@import "ui/flags";
|
||||||
|
|||||||
@@ -1,7 +1,13 @@
|
|||||||
|
/*!
|
||||||
|
* Tabler (v0.9.0)
|
||||||
|
* Copyright 2018-2019 The Tabler Authors
|
||||||
|
* Copyright 2018-2019 codecalm
|
||||||
|
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
|
||||||
|
*/
|
||||||
|
|
||||||
@import "config";
|
@import "config";
|
||||||
@import "../node_modules/bootstrap/scss/bootstrap";
|
@import "../node_modules/bootstrap/scss/bootstrap";
|
||||||
|
|
||||||
|
|
||||||
@import "fonts/tabler-webfont";
|
@import "fonts/tabler-webfont";
|
||||||
|
|
||||||
@import "layout/webfonts";
|
@import "layout/webfonts";
|
||||||
|
|||||||
Reference in New Issue
Block a user