tienjs-chartbrew-plugin-strapi 0.1.8 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_chunks/{App-BpC7R0_j.mjs → App-BJiVLUnP.mjs} +2 -2
- package/dist/_chunks/{App-lt6HG6qW.js → App-CCVoRere.js} +2 -2
- package/dist/_chunks/{Setup-DxewPleY.js → Setup-0D7tZ-f7.js} +2 -2
- package/dist/_chunks/{Setup-BMdCvgpv.mjs → Setup-CpYR2FX1.mjs} +2 -2
- package/dist/_chunks/{index-B3p4mN2L.js → index-FX46Ydj9.js} +5 -5
- package/dist/_chunks/{index-CoefDbt4.mjs → index-u59QMo8P.mjs} +5 -5
- package/dist/_chunks/{store-CoBqW3WZ.js → store-0QkUZN0z.js} +1 -1
- package/dist/_chunks/{store-ubI4wW6m.mjs → store-Ct8PCB3m.mjs} +1 -1
- package/dist/admin/index.js +1 -1
- package/dist/admin/index.mjs +1 -1
- package/package.json +3 -3
|
@@ -4,8 +4,8 @@ import { Link, Routes, Route } from "react-router-dom";
|
|
|
4
4
|
import { Layouts, Page } from "@strapi/strapi/admin";
|
|
5
5
|
import { LinkButton, Loader, Box, Flex, Typography, SingleSelect, SingleSelectOption, EmptyStateLayout, Alert, Link as Link$1, Checkbox, Grid, Button, Divider, Combobox, ComboboxOption } from "@strapi/design-system";
|
|
6
6
|
import { ChartCircle, Plus, ExternalLink, ArrowLeft } from "@strapi/icons";
|
|
7
|
-
import { P as PLUGIN_ID } from "./index-
|
|
8
|
-
import { g as getSettings, s as setSettings, i as instance } from "./store-
|
|
7
|
+
import { P as PLUGIN_ID } from "./index-u59QMo8P.mjs";
|
|
8
|
+
import { g as getSettings, s as setSettings, i as instance } from "./store-Ct8PCB3m.mjs";
|
|
9
9
|
import "js-cookie";
|
|
10
10
|
import "tldts";
|
|
11
11
|
async function login() {
|
|
@@ -6,8 +6,8 @@ const reactRouterDom = require("react-router-dom");
|
|
|
6
6
|
const admin = require("@strapi/strapi/admin");
|
|
7
7
|
const designSystem = require("@strapi/design-system");
|
|
8
8
|
const icons = require("@strapi/icons");
|
|
9
|
-
const index = require("./index-
|
|
10
|
-
const store = require("./store-
|
|
9
|
+
const index = require("./index-FX46Ydj9.js");
|
|
10
|
+
const store = require("./store-0QkUZN0z.js");
|
|
11
11
|
require("js-cookie");
|
|
12
12
|
require("tldts");
|
|
13
13
|
async function login() {
|
|
@@ -6,8 +6,8 @@ const designSystem = require("@strapi/design-system");
|
|
|
6
6
|
const admin = require("@strapi/strapi/admin");
|
|
7
7
|
const icons = require("@strapi/icons");
|
|
8
8
|
const reactRouterDom = require("react-router-dom");
|
|
9
|
-
const index = require("./index-
|
|
10
|
-
const store = require("./store-
|
|
9
|
+
const index = require("./index-FX46Ydj9.js");
|
|
10
|
+
const store = require("./store-0QkUZN0z.js");
|
|
11
11
|
const defaultHost = "https://api.chartbrew.com";
|
|
12
12
|
const defaultClientHost = "https://app.chartbrew.com";
|
|
13
13
|
const strapiHostEnv = process.env.STRAPI_ADMIN_BACKEND_URL;
|
|
@@ -4,8 +4,8 @@ import { LinkButton, Box, Typography, Tabs, Field, Button, Link, Flex, Alert } f
|
|
|
4
4
|
import { useNotification, Layouts } from "@strapi/strapi/admin";
|
|
5
5
|
import { ExternalLink, Magic, Check, Cross, ChevronRight } from "@strapi/icons";
|
|
6
6
|
import { Link as Link$1 } from "react-router-dom";
|
|
7
|
-
import { P as PLUGIN_ID } from "./index-
|
|
8
|
-
import { g as getSettings, s as setSettings } from "./store-
|
|
7
|
+
import { P as PLUGIN_ID } from "./index-u59QMo8P.mjs";
|
|
8
|
+
import { g as getSettings, s as setSettings } from "./store-Ct8PCB3m.mjs";
|
|
9
9
|
const defaultHost = "https://api.chartbrew.com";
|
|
10
10
|
const defaultClientHost = "https://app.chartbrew.com";
|
|
11
11
|
const strapiHostEnv = process.env.STRAPI_ADMIN_BACKEND_URL;
|
|
@@ -35,10 +35,10 @@ const index = {
|
|
|
35
35
|
icon: PluginIcon,
|
|
36
36
|
intlLabel: {
|
|
37
37
|
id: `${PLUGIN_ID}.plugin.name`,
|
|
38
|
-
defaultMessage: "
|
|
38
|
+
defaultMessage: "Dashboard"
|
|
39
39
|
},
|
|
40
40
|
Component: async () => {
|
|
41
|
-
const { App } = await Promise.resolve().then(() => require("./App-
|
|
41
|
+
const { App } = await Promise.resolve().then(() => require("./App-CCVoRere.js"));
|
|
42
42
|
return App;
|
|
43
43
|
}
|
|
44
44
|
});
|
|
@@ -47,7 +47,7 @@ const index = {
|
|
|
47
47
|
id: PLUGIN_ID,
|
|
48
48
|
intlLabel: {
|
|
49
49
|
id: `${PLUGIN_ID}.plugin.name`,
|
|
50
|
-
defaultMessage: "
|
|
50
|
+
defaultMessage: "Dashboard"
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
53
|
[
|
|
@@ -59,7 +59,7 @@ const index = {
|
|
|
59
59
|
id: "settings",
|
|
60
60
|
to: `/settings/${PLUGIN_ID}`,
|
|
61
61
|
Component: async () => {
|
|
62
|
-
const { Setup } = await Promise.resolve().then(() => require("./Setup-
|
|
62
|
+
const { Setup } = await Promise.resolve().then(() => require("./Setup-0D7tZ-f7.js"));
|
|
63
63
|
return Setup;
|
|
64
64
|
}
|
|
65
65
|
}
|
|
@@ -69,7 +69,7 @@ const index = {
|
|
|
69
69
|
id: PLUGIN_ID,
|
|
70
70
|
initializer: Initializer,
|
|
71
71
|
isReady: false,
|
|
72
|
-
name:
|
|
72
|
+
name: "Dashboard"
|
|
73
73
|
});
|
|
74
74
|
},
|
|
75
75
|
async registerTrads(app) {
|
|
@@ -34,10 +34,10 @@ const index = {
|
|
|
34
34
|
icon: PluginIcon,
|
|
35
35
|
intlLabel: {
|
|
36
36
|
id: `${PLUGIN_ID}.plugin.name`,
|
|
37
|
-
defaultMessage: "
|
|
37
|
+
defaultMessage: "Dashboard"
|
|
38
38
|
},
|
|
39
39
|
Component: async () => {
|
|
40
|
-
const { App } = await import("./App-
|
|
40
|
+
const { App } = await import("./App-BJiVLUnP.mjs");
|
|
41
41
|
return App;
|
|
42
42
|
}
|
|
43
43
|
});
|
|
@@ -46,7 +46,7 @@ const index = {
|
|
|
46
46
|
id: PLUGIN_ID,
|
|
47
47
|
intlLabel: {
|
|
48
48
|
id: `${PLUGIN_ID}.plugin.name`,
|
|
49
|
-
defaultMessage: "
|
|
49
|
+
defaultMessage: "Dashboard"
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
52
|
[
|
|
@@ -58,7 +58,7 @@ const index = {
|
|
|
58
58
|
id: "settings",
|
|
59
59
|
to: `/settings/${PLUGIN_ID}`,
|
|
60
60
|
Component: async () => {
|
|
61
|
-
const { Setup } = await import("./Setup-
|
|
61
|
+
const { Setup } = await import("./Setup-CpYR2FX1.mjs");
|
|
62
62
|
return Setup;
|
|
63
63
|
}
|
|
64
64
|
}
|
|
@@ -68,7 +68,7 @@ const index = {
|
|
|
68
68
|
id: PLUGIN_ID,
|
|
69
69
|
initializer: Initializer,
|
|
70
70
|
isReady: false,
|
|
71
|
-
name:
|
|
71
|
+
name: "Dashboard"
|
|
72
72
|
});
|
|
73
73
|
},
|
|
74
74
|
async registerTrads(app) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const Cookies = require("js-cookie");
|
|
3
|
-
const index = require("./index-
|
|
3
|
+
const index = require("./index-FX46Ydj9.js");
|
|
4
4
|
const tldts = require("tldts");
|
|
5
5
|
const _interopDefault = (e) => e && e.__esModule ? e : { default: e };
|
|
6
6
|
const Cookies__default = /* @__PURE__ */ _interopDefault(Cookies);
|
package/dist/admin/index.js
CHANGED
package/dist/admin/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tienjs-chartbrew-plugin-strapi",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Chartbrew brings data visualization to your Strapi dashboard",
|
|
3
|
+
"version": "0.1.9",
|
|
4
|
+
"description": "Chartbrew hehee brings data visualization to your Strapi dashboard",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"homepage": "https://github.com/chartbrew/strapi-plugin-chartbrew#readme",
|
|
7
7
|
"bugs": {
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"strapi": {
|
|
71
71
|
"kind": "plugin",
|
|
72
72
|
"name": "chartbrew",
|
|
73
|
-
"displayName": "
|
|
73
|
+
"displayName": "Dashboard",
|
|
74
74
|
"description": "Chartbrew brings data visualization to your Strapi dashboard"
|
|
75
75
|
}
|
|
76
76
|
}
|