dattatable
Advanced tools
Comparing version 0.1.2 to 0.1.3
import { Components } from "gd-sprest-bs"; | ||
import "datatables.net"; | ||
import "datatables.net-bs5"; | ||
import "../../node_modules/datatables.net-bs5/css/dataTables.bootstrap5.min.css"; | ||
/** | ||
@@ -6,0 +5,0 @@ * Data Table |
@@ -9,3 +9,2 @@ "use strict"; | ||
require("datatables.net-bs5"); | ||
require("../../node_modules/datatables.net-bs5/css/dataTables.bootstrap5.min.css"); | ||
/** | ||
@@ -12,0 +11,0 @@ * Data Table |
export * from "./common"; | ||
export * from "./dashboard"; | ||
export * from "./itemForm"; | ||
/** Styling */ | ||
import "./styles"; | ||
import { Dashboard } from "./dashboard"; | ||
@@ -5,0 +7,0 @@ declare const DattaTable: { |
@@ -16,2 +16,5 @@ "use strict"; | ||
__exportStar(require("./itemForm"), exports); | ||
/** Styling */ | ||
require("./styles"); | ||
/** Global Variable */ | ||
var common_1 = require("./common"); | ||
@@ -18,0 +21,0 @@ var dashboard_1 = require("./dashboard"); |
@@ -9,2 +9,4 @@ // Generated by dts-bundle v0.7.3 | ||
export * from "dattatable/itemForm"; | ||
/** Styling */ | ||
import "./styles"; | ||
import { Dashboard } from "dattatable/dashboard"; | ||
@@ -11,0 +13,0 @@ const DattaTable: { |
{ | ||
"name": "dattatable", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "", | ||
@@ -8,6 +8,7 @@ "main": "build/index.js", | ||
"scripts": { | ||
"all": "npm run clean && tsc && npm run build && npm run prod && npm run typings", | ||
"all": "npm run clean && tsc && npm run styles && npm run build && npm run prod && npm run typings", | ||
"clean": "node ./clean.js", | ||
"build": "webpack --mode=development", | ||
"prod": "webpack --mode=production", | ||
"styles": "webpack --mode=production --config=webpack.styles.js", | ||
"typings": "dts-bundle --configJson dts-bundle.json" | ||
@@ -14,0 +15,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36
4413442
12367