Socket
Socket
Sign inDemoInstall

@dhtmlx/trial-vue-gantt

Package Overview
Dependencies
21
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.1.0

src/components/grid/actions/reorder.js

6

package.json

@@ -5,3 +5,3 @@ {

"productTag": "gantt",
"version": "1.0.2",
"version": "1.1.0",
"main": "public/dist/gantt.js",

@@ -30,4 +30,4 @@ "source": "src/main.js",

"@babel/core": "^7.13.1",
"@dhtmlx/gantt-data-provider": "^0.1.0",
"@dhtmlx/trial-lib-gantt": "^1.0.2",
"@dhtmlx/gantt-data-provider": "^0.2.0",
"@dhtmlx/trial-lib-gantt": "^1.1.0",
"@rollup/plugin-alias": "^3.1.2",

@@ -34,0 +34,0 @@ "@rollup/plugin-babel": "^5.3.0",

@@ -17,2 +17,10 @@ import Gantt from "./components/Gantt.vue";

import RULocale from "@/wx/RULocale";
import ENLocale from "@/wx/ENLocale";
import CNLocale from "@/wx/CNLocale";
import ru from "./locales/ru";
import en from "./locales/en";
import cn from "./locales/cn";
const wx = {

@@ -28,6 +36,13 @@ Button,

Tooltip,
MaterialTheme,
DefaultTheme,
RULocale,
ENLocale,
CNLocale,
};
export { Gantt, wx, MaterialTheme, DefaultTheme };
const locales = { ru, en, cn };
export { Gantt, wx, MaterialTheme, DefaultTheme, locales };

@@ -10,5 +10,10 @@ import Button from "./Button.vue";

import Tooltip from "./Textarea.vue";
import DefaultTheme from "./DefaultTheme.vue";
import MaterialTheme from "./MaterialTheme.vue";
import RULocale from "./RULocale";
import ENLocale from "./ENLocale";
import CNLocale from "./CNLocale";
export const wx = {

@@ -27,2 +32,6 @@ Button,

MaterialTheme,
RULocale,
CNLocale,
ENLocale,
};

@@ -1,23 +0,1 @@

const days = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"];
const months = [
"January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December",
];
export default {
dates: {
months,
days,
},
};
export const LocaleContext = Symbol("WX Locale");

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc