@littlebox/strapi-suite 1.0.43 → 1.0.44
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-CPtEzTxB.mjs → App-BVjomIXB.mjs} +6 -2
- package/dist/_chunks/{App-Cp8XmCTY.js → App-Bi-xxxuY.js} +6 -2
- package/dist/_chunks/{SlugInput-DlNZvvV5.js → SlugInput-CvpT0wcL.js} +2 -2
- package/dist/_chunks/{SlugInput-CfdpwmaN.mjs → SlugInput-D30cbcXd.mjs} +2 -2
- package/dist/_chunks/{convertToSlug-M7bBnlxy.js → convertToSlug-BruWscW3.js} +1 -1
- package/dist/_chunks/{convertToSlug-B8n8-z6F.mjs → convertToSlug-Nd3y4cGL.mjs} +1 -1
- package/dist/_chunks/{index-DykVJfCn.js → index-0bGiX8Dt.js} +2 -2
- package/dist/_chunks/{index-B77yEKma.mjs → index-CvCh0EV8.mjs} +2 -2
- package/dist/admin/index.js +1 -1
- package/dist/admin/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -2,12 +2,12 @@ import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
|
2
2
|
import { useNavigate, useParams, Routes, Route } from "react-router-dom";
|
|
3
3
|
import React__default, { useState, useEffect, createContext, useContext, Fragment as Fragment$1, useRef } from "react";
|
|
4
4
|
import { Box, Loader, Main, Typography, Button, Flex, Breadcrumbs, Crumb, CrumbLink, CardBody, CardContent, CardTitle, CardBadge, CardSubtitle, Card as Card$1, Dialog, IconButton, Toggle, SingleSelect, SingleSelectOption, SearchForm, Searchbar, Table, Thead, Tr, Th, Checkbox, VisuallyHidden, Tbody, Td, EmptyStateLayout, TextInput, Field, Tooltip } from "@strapi/design-system";
|
|
5
|
-
import { R as Registry, F as FetchSettings, g as getTranslation, c as config, S as SLUG_LANGUAGE_STRATEGY, a as SLUG_CONTENT_STRATEGY, b as FetchSlugs, f as fetchTemplates } from "./index-
|
|
5
|
+
import { R as Registry, F as FetchSettings, g as getTranslation, c as config, S as SLUG_LANGUAGE_STRATEGY, a as SLUG_CONTENT_STRATEGY, b as FetchSlugs, f as fetchTemplates } from "./index-CvCh0EV8.mjs";
|
|
6
6
|
import { ArrowLeft, ExternalLink, WarningCircle, Cross, BulletList, Pencil, Trash, Plus, Duplicate, Drag, Check } from "@strapi/icons";
|
|
7
7
|
import { useIntl } from "react-intl";
|
|
8
8
|
import styled, { useTheme } from "styled-components";
|
|
9
9
|
import { EmptyDocuments } from "@strapi/icons/symbols";
|
|
10
|
-
import { F as FetchLocales, c as convertToSlug } from "./convertToSlug-
|
|
10
|
+
import { F as FetchLocales, c as convertToSlug } from "./convertToSlug-Nd3y4cGL.mjs";
|
|
11
11
|
import { DndContext, DragOverlay, pointerWithin, rectIntersection } from "@dnd-kit/core";
|
|
12
12
|
import { useSortable, SortableContext, verticalListSortingStrategy, arrayMove } from "@dnd-kit/sortable";
|
|
13
13
|
import { restrictToVerticalAxis, restrictToParentElement } from "@dnd-kit/modifiers";
|
|
@@ -4693,6 +4693,10 @@ const TranslationSettingsPage = () => {
|
|
|
4693
4693
|
fetchRecords();
|
|
4694
4694
|
};
|
|
4695
4695
|
fetch();
|
|
4696
|
+
const elemento = document.getElementById("main-content");
|
|
4697
|
+
if (elemento && elemento.parentElement) {
|
|
4698
|
+
elemento.parentElement.style.overflowX = "hidden";
|
|
4699
|
+
}
|
|
4696
4700
|
}, []);
|
|
4697
4701
|
return /* @__PURE__ */ jsxs(
|
|
4698
4702
|
Main,
|
|
@@ -4,12 +4,12 @@ const jsxRuntime = require("react/jsx-runtime");
|
|
|
4
4
|
const reactRouterDom = require("react-router-dom");
|
|
5
5
|
const React = require("react");
|
|
6
6
|
const designSystem = require("@strapi/design-system");
|
|
7
|
-
const index = require("./index-
|
|
7
|
+
const index = require("./index-0bGiX8Dt.js");
|
|
8
8
|
const icons = require("@strapi/icons");
|
|
9
9
|
const reactIntl = require("react-intl");
|
|
10
10
|
const styled = require("styled-components");
|
|
11
11
|
const symbols = require("@strapi/icons/symbols");
|
|
12
|
-
const convertToSlug = require("./convertToSlug-
|
|
12
|
+
const convertToSlug = require("./convertToSlug-BruWscW3.js");
|
|
13
13
|
const core = require("@dnd-kit/core");
|
|
14
14
|
const sortable = require("@dnd-kit/sortable");
|
|
15
15
|
const modifiers = require("@dnd-kit/modifiers");
|
|
@@ -4698,6 +4698,10 @@ const TranslationSettingsPage = () => {
|
|
|
4698
4698
|
fetchRecords();
|
|
4699
4699
|
};
|
|
4700
4700
|
fetch();
|
|
4701
|
+
const elemento = document.getElementById("main-content");
|
|
4702
|
+
if (elemento && elemento.parentElement) {
|
|
4703
|
+
elemento.parentElement.style.overflowX = "hidden";
|
|
4704
|
+
}
|
|
4701
4705
|
}, []);
|
|
4702
4706
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
4703
4707
|
designSystem.Main,
|
|
@@ -8,8 +8,8 @@ const designSystem = require("@strapi/design-system");
|
|
|
8
8
|
const icons = require("@strapi/icons");
|
|
9
9
|
const admin = require("@strapi/strapi/admin");
|
|
10
10
|
const styled = require("styled-components");
|
|
11
|
-
const index = require("./index-
|
|
12
|
-
const convertToSlug = require("./convertToSlug-
|
|
11
|
+
const index = require("./index-0bGiX8Dt.js");
|
|
12
|
+
const convertToSlug = require("./convertToSlug-BruWscW3.js");
|
|
13
13
|
const _interopDefault = (e) => e && e.__esModule ? e : { default: e };
|
|
14
14
|
function _interopNamespace(e) {
|
|
15
15
|
if (e && e.__esModule) return e;
|
|
@@ -6,8 +6,8 @@ import { useComposedRefs, Field, Box, Typography, TextInput, IconButton, Button
|
|
|
6
6
|
import { Pin, Cross } from "@strapi/icons";
|
|
7
7
|
import { useFocusInputField, unstable_useContentManagerContext } from "@strapi/strapi/admin";
|
|
8
8
|
import styled from "styled-components";
|
|
9
|
-
import { R as Registry, P as PageAttributeUpdated, D as DocumentCustomFieldStarted, d as PluginIcon, g as getTranslation, c as config, e as FetchModuleSettings } from "./index-
|
|
10
|
-
import { c as convertToSlug, F as FetchLocales } from "./convertToSlug-
|
|
9
|
+
import { R as Registry, P as PageAttributeUpdated, D as DocumentCustomFieldStarted, d as PluginIcon, g as getTranslation, c as config, e as FetchModuleSettings } from "./index-CvCh0EV8.mjs";
|
|
10
|
+
import { c as convertToSlug, F as FetchLocales } from "./convertToSlug-Nd3y4cGL.mjs";
|
|
11
11
|
const BoxInput = styled(Box)`
|
|
12
12
|
& > div {
|
|
13
13
|
width: 100%;
|
|
@@ -3306,7 +3306,7 @@ const index = {
|
|
|
3306
3306
|
defaultMessage: config.pluginId
|
|
3307
3307
|
},
|
|
3308
3308
|
position: 999,
|
|
3309
|
-
Component: () => Promise.resolve().then(() => require("./App-
|
|
3309
|
+
Component: () => Promise.resolve().then(() => require("./App-Bi-xxxuY.js"))
|
|
3310
3310
|
});
|
|
3311
3311
|
app.customFields.register({
|
|
3312
3312
|
name: "ltbslug",
|
|
@@ -3324,7 +3324,7 @@ const index = {
|
|
|
3324
3324
|
components: {
|
|
3325
3325
|
Input: async () => Promise.resolve().then(() => require(
|
|
3326
3326
|
/* webpackChunkName: "input-slug-component" */
|
|
3327
|
-
"./SlugInput-
|
|
3327
|
+
"./SlugInput-CvpT0wcL.js"
|
|
3328
3328
|
))
|
|
3329
3329
|
},
|
|
3330
3330
|
options: {
|
|
@@ -3303,7 +3303,7 @@ const index = {
|
|
|
3303
3303
|
defaultMessage: config.pluginId
|
|
3304
3304
|
},
|
|
3305
3305
|
position: 999,
|
|
3306
|
-
Component: () => import("./App-
|
|
3306
|
+
Component: () => import("./App-BVjomIXB.mjs")
|
|
3307
3307
|
});
|
|
3308
3308
|
app.customFields.register({
|
|
3309
3309
|
name: "ltbslug",
|
|
@@ -3321,7 +3321,7 @@ const index = {
|
|
|
3321
3321
|
components: {
|
|
3322
3322
|
Input: async () => import(
|
|
3323
3323
|
/* webpackChunkName: "input-slug-component" */
|
|
3324
|
-
"./SlugInput-
|
|
3324
|
+
"./SlugInput-D30cbcXd.mjs"
|
|
3325
3325
|
)
|
|
3326
3326
|
},
|
|
3327
3327
|
options: {
|
package/dist/admin/index.js
CHANGED
package/dist/admin/index.mjs
CHANGED
package/package.json
CHANGED