Skip to content

Commit d193e96

Browse files
committed
fix tabulator
1 parent e500aa4 commit d193e96

8 files changed

+10
-15
lines changed

assets/app.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import 'bootstrap';
21
import Plotly from 'plotly.js-dist';
3-
import Tabulator from 'tabulator-tables';
2+
import { Tabulator } from 'tabulator-tables';
43
import './styles/app.css';
4+
5+
window.Tabulator = Tabulator;

assets/public/app.2037c5ce.js

-2
This file was deleted.

assets/public/app.958664e1.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/public/app.2037c5ce.js.LICENSE.txt assets/public/app.958664e1.js.LICENSE.txt

-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
/*!
2-
* Bootstrap v5.3.3 (https://getbootstrap.com/)
3-
* Copyright 2011-2024 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
4-
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
5-
*/
6-
71
/*!
82
* Determine if an object is a Buffer
93
*

assets/public/entrypoints.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"entrypoints": {
33
"app": {
44
"js": [
5-
"/assets/public/runtime.6a336bbc.js",
6-
"/assets/public/app.2037c5ce.js"
5+
"/assets/public/runtime.5fcd29d9.js",
6+
"/assets/public/app.958664e1.js"
77
],
88
"css": [
99
"/assets/public/app.065a764a.css"

assets/public/manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"assets/public/app.css": "/assets/public/app.065a764a.css",
3-
"assets/public/app.js": "/assets/public/app.2037c5ce.js",
4-
"assets/public/runtime.js": "/assets/public/runtime.6a336bbc.js",
3+
"assets/public/app.js": "/assets/public/app.958664e1.js",
4+
"assets/public/runtime.js": "/assets/public/runtime.5fcd29d9.js",
55
"assets/public/fonts/bootstrap-icons.woff?": "/assets/public/fonts/bootstrap-icons.39795c0b.woff",
66
"assets/public/fonts/bootstrap-icons.woff2?": "/assets/public/fonts/bootstrap-icons.b7bcc075.woff2"
77
}

assets/public/runtime.5fcd29d9.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/public/runtime.6a336bbc.js

-1
This file was deleted.

0 commit comments

Comments
 (0)