dn-react-router-toolkit 0.9.8 → 0.9.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/api/index.js +1 -1
- package/dist/api/index.mjs +1 -1
- package/dist/api/patch_resource_handler.js +1 -1
- package/dist/api/patch_resource_handler.mjs +1 -1
- package/dist/api/put_resource_handler.js +1 -1
- package/dist/api/put_resource_handler.mjs +1 -1
- package/dist/api/resource_handler.js +1 -1
- package/dist/api/resource_handler.mjs +1 -1
- package/dist/client/editor.d.mts +1 -1
- package/dist/client/editor.d.ts +1 -1
- package/dist/client/index.d.mts +1 -1
- package/dist/client/index.d.ts +1 -1
- package/dist/client/index.js +2 -2
- package/dist/client/index.mjs +1 -1
- package/dist/client/store_text_editor.d.mts +1 -1
- package/dist/client/store_text_editor.d.ts +1 -1
- package/dist/client/store_text_editor.js +2 -2
- package/dist/client/store_text_editor.mjs +1 -1
- package/dist/crud/crud_form.js +2 -2
- package/dist/crud/crud_form.mjs +1 -1
- package/dist/crud/index.js +1 -1
- package/dist/crud/index.mjs +1 -1
- package/dist/post/index.d.mts +1 -4
- package/dist/post/index.d.ts +1 -4
- package/dist/post/index.js +2 -475
- package/dist/post/index.mjs +1 -484
- package/dist/post/thumbnail_picker.d.mts +1 -1
- package/dist/post/thumbnail_picker.d.ts +1 -1
- package/package.json +2 -2
- package/dist/post/editor_toolbar.d.mts +0 -10
- package/dist/post/editor_toolbar.d.ts +0 -10
- package/dist/post/editor_toolbar.js +0 -203
- package/dist/post/editor_toolbar.mjs +0 -177
- package/dist/post/post_form_page.d.mts +0 -33
- package/dist/post/post_form_page.d.ts +0 -33
- package/dist/post/post_form_page.js +0 -583
- package/dist/post/post_form_page.mjs +0 -560
package/dist/api/index.js
CHANGED
|
@@ -353,7 +353,7 @@ var import_jsx_runtime4 = require("react/jsx-runtime");
|
|
|
353
353
|
var import_react_router4 = require("react-router");
|
|
354
354
|
|
|
355
355
|
// src/client/store_text_editor.tsx
|
|
356
|
-
var
|
|
356
|
+
var import_gw_react_text_editor = require("gw-react-text-editor");
|
|
357
357
|
var import_react_store_input2 = require("react-store-input");
|
|
358
358
|
var import_react4 = require("react");
|
|
359
359
|
var import_jsx_runtime5 = require("react/jsx-runtime");
|
package/dist/api/index.mjs
CHANGED
|
@@ -347,7 +347,7 @@ import { useRouteLoaderData as useRouteLoaderData2 } from "react-router";
|
|
|
347
347
|
// src/client/store_text_editor.tsx
|
|
348
348
|
import {
|
|
349
349
|
TextEditor
|
|
350
|
-
} from "
|
|
350
|
+
} from "gw-react-text-editor";
|
|
351
351
|
import { useStoreController } from "react-store-input";
|
|
352
352
|
import { useImperativeHandle, useRef as useRef2 } from "react";
|
|
353
353
|
import { jsx as jsx5 } from "react/jsx-runtime";
|
|
@@ -127,7 +127,7 @@ var import_jsx_runtime4 = require("react/jsx-runtime");
|
|
|
127
127
|
var import_react_router3 = require("react-router");
|
|
128
128
|
|
|
129
129
|
// src/client/store_text_editor.tsx
|
|
130
|
-
var
|
|
130
|
+
var import_gw_react_text_editor = require("gw-react-text-editor");
|
|
131
131
|
var import_react_store_input2 = require("react-store-input");
|
|
132
132
|
var import_react4 = require("react");
|
|
133
133
|
var import_jsx_runtime5 = require("react/jsx-runtime");
|
|
@@ -100,7 +100,7 @@ import { useRouteLoaderData as useRouteLoaderData2 } from "react-router";
|
|
|
100
100
|
// src/client/store_text_editor.tsx
|
|
101
101
|
import {
|
|
102
102
|
TextEditor
|
|
103
|
-
} from "
|
|
103
|
+
} from "gw-react-text-editor";
|
|
104
104
|
import { useStoreController } from "react-store-input";
|
|
105
105
|
import { useImperativeHandle, useRef as useRef2 } from "react";
|
|
106
106
|
import { jsx as jsx5 } from "react/jsx-runtime";
|
|
@@ -127,7 +127,7 @@ var import_jsx_runtime4 = require("react/jsx-runtime");
|
|
|
127
127
|
var import_react_router3 = require("react-router");
|
|
128
128
|
|
|
129
129
|
// src/client/store_text_editor.tsx
|
|
130
|
-
var
|
|
130
|
+
var import_gw_react_text_editor = require("gw-react-text-editor");
|
|
131
131
|
var import_react_store_input2 = require("react-store-input");
|
|
132
132
|
var import_react4 = require("react");
|
|
133
133
|
var import_jsx_runtime5 = require("react/jsx-runtime");
|
|
@@ -106,7 +106,7 @@ import { useRouteLoaderData as useRouteLoaderData2 } from "react-router";
|
|
|
106
106
|
// src/client/store_text_editor.tsx
|
|
107
107
|
import {
|
|
108
108
|
TextEditor
|
|
109
|
-
} from "
|
|
109
|
+
} from "gw-react-text-editor";
|
|
110
110
|
import { useStoreController } from "react-store-input";
|
|
111
111
|
import { useImperativeHandle, useRef as useRef2 } from "react";
|
|
112
112
|
import { jsx as jsx5 } from "react/jsx-runtime";
|
|
@@ -131,7 +131,7 @@ var import_jsx_runtime4 = require("react/jsx-runtime");
|
|
|
131
131
|
var import_react_router3 = require("react-router");
|
|
132
132
|
|
|
133
133
|
// src/client/store_text_editor.tsx
|
|
134
|
-
var
|
|
134
|
+
var import_gw_react_text_editor = require("gw-react-text-editor");
|
|
135
135
|
var import_react_store_input2 = require("react-store-input");
|
|
136
136
|
var import_react4 = require("react");
|
|
137
137
|
var import_jsx_runtime5 = require("react/jsx-runtime");
|
|
@@ -115,7 +115,7 @@ import { useRouteLoaderData as useRouteLoaderData2 } from "react-router";
|
|
|
115
115
|
// src/client/store_text_editor.tsx
|
|
116
116
|
import {
|
|
117
117
|
TextEditor
|
|
118
|
-
} from "
|
|
118
|
+
} from "gw-react-text-editor";
|
|
119
119
|
import { useStoreController } from "react-store-input";
|
|
120
120
|
import { useImperativeHandle, useRef as useRef2 } from "react";
|
|
121
121
|
import { jsx as jsx5 } from "react/jsx-runtime";
|
package/dist/client/editor.d.mts
CHANGED
package/dist/client/editor.d.ts
CHANGED
package/dist/client/index.d.mts
CHANGED
|
@@ -6,7 +6,7 @@ export { StoreTextEditor } from './store_text_editor.mjs';
|
|
|
6
6
|
export { createAttachFileOptions } from './editor.mjs';
|
|
7
7
|
import 'react/jsx-runtime';
|
|
8
8
|
import 'react';
|
|
9
|
-
import '
|
|
9
|
+
import 'gw-react-text-editor';
|
|
10
10
|
import 'react-store-input';
|
|
11
11
|
import 'gw-file/client';
|
|
12
12
|
import 'gw-file';
|
package/dist/client/index.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ export { StoreTextEditor } from './store_text_editor.js';
|
|
|
6
6
|
export { createAttachFileOptions } from './editor.js';
|
|
7
7
|
import 'react/jsx-runtime';
|
|
8
8
|
import 'react';
|
|
9
|
-
import '
|
|
9
|
+
import 'gw-react-text-editor';
|
|
10
10
|
import 'react-store-input';
|
|
11
11
|
import 'gw-file/client';
|
|
12
12
|
import 'gw-file';
|
package/dist/client/index.js
CHANGED
|
@@ -113,7 +113,7 @@ function useUserAgent() {
|
|
|
113
113
|
}
|
|
114
114
|
|
|
115
115
|
// src/client/store_text_editor.tsx
|
|
116
|
-
var
|
|
116
|
+
var import_gw_react_text_editor = require("gw-react-text-editor");
|
|
117
117
|
var import_react_store_input = require("react-store-input");
|
|
118
118
|
var import_react2 = require("react");
|
|
119
119
|
var import_jsx_runtime3 = require("react/jsx-runtime");
|
|
@@ -176,7 +176,7 @@ function StoreTextEditor({
|
|
|
176
176
|
return void 0;
|
|
177
177
|
};
|
|
178
178
|
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
179
|
-
|
|
179
|
+
import_gw_react_text_editor.TextEditor,
|
|
180
180
|
{
|
|
181
181
|
...props,
|
|
182
182
|
ref: controllerRef,
|
package/dist/client/index.mjs
CHANGED
|
@@ -86,7 +86,7 @@ function useUserAgent() {
|
|
|
86
86
|
// src/client/store_text_editor.tsx
|
|
87
87
|
import {
|
|
88
88
|
TextEditor
|
|
89
|
-
} from "
|
|
89
|
+
} from "gw-react-text-editor";
|
|
90
90
|
import { useStoreController } from "react-store-input";
|
|
91
91
|
import { useImperativeHandle, useRef as useRef2 } from "react";
|
|
92
92
|
import { jsx as jsx3 } from "react/jsx-runtime";
|
|
@@ -23,7 +23,7 @@ __export(store_text_editor_exports, {
|
|
|
23
23
|
StoreTextEditor: () => StoreTextEditor
|
|
24
24
|
});
|
|
25
25
|
module.exports = __toCommonJS(store_text_editor_exports);
|
|
26
|
-
var
|
|
26
|
+
var import_gw_react_text_editor = require("gw-react-text-editor");
|
|
27
27
|
var import_react_store_input = require("react-store-input");
|
|
28
28
|
var import_react = require("react");
|
|
29
29
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
@@ -86,7 +86,7 @@ function StoreTextEditor({
|
|
|
86
86
|
return void 0;
|
|
87
87
|
};
|
|
88
88
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
89
|
-
|
|
89
|
+
import_gw_react_text_editor.TextEditor,
|
|
90
90
|
{
|
|
91
91
|
...props,
|
|
92
92
|
ref: controllerRef,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// src/client/store_text_editor.tsx
|
|
2
2
|
import {
|
|
3
3
|
TextEditor
|
|
4
|
-
} from "
|
|
4
|
+
} from "gw-react-text-editor";
|
|
5
5
|
import { useStoreController } from "react-store-input";
|
|
6
6
|
import { useImperativeHandle, useRef } from "react";
|
|
7
7
|
import { jsx } from "react/jsx-runtime";
|
package/dist/crud/crud_form.js
CHANGED
|
@@ -90,7 +90,7 @@ var import_jsx_runtime4 = require("react/jsx-runtime");
|
|
|
90
90
|
var import_react_router3 = require("react-router");
|
|
91
91
|
|
|
92
92
|
// src/client/store_text_editor.tsx
|
|
93
|
-
var
|
|
93
|
+
var import_gw_react_text_editor = require("gw-react-text-editor");
|
|
94
94
|
var import_react_store_input2 = require("react-store-input");
|
|
95
95
|
var import_react4 = require("react");
|
|
96
96
|
var import_jsx_runtime5 = require("react/jsx-runtime");
|
|
@@ -153,7 +153,7 @@ function StoreTextEditor({
|
|
|
153
153
|
return void 0;
|
|
154
154
|
};
|
|
155
155
|
return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
156
|
-
|
|
156
|
+
import_gw_react_text_editor.TextEditor,
|
|
157
157
|
{
|
|
158
158
|
...props,
|
|
159
159
|
ref: controllerRef,
|
package/dist/crud/crud_form.mjs
CHANGED
|
@@ -61,7 +61,7 @@ import { useRouteLoaderData as useRouteLoaderData2 } from "react-router";
|
|
|
61
61
|
// src/client/store_text_editor.tsx
|
|
62
62
|
import {
|
|
63
63
|
TextEditor
|
|
64
|
-
} from "
|
|
64
|
+
} from "gw-react-text-editor";
|
|
65
65
|
import { useStoreController } from "react-store-input";
|
|
66
66
|
import { useImperativeHandle, useRef as useRef2 } from "react";
|
|
67
67
|
import { jsx as jsx5 } from "react/jsx-runtime";
|
package/dist/crud/index.js
CHANGED
|
@@ -188,7 +188,7 @@ var import_jsx_runtime4 = require("react/jsx-runtime");
|
|
|
188
188
|
var import_react_router3 = require("react-router");
|
|
189
189
|
|
|
190
190
|
// src/client/store_text_editor.tsx
|
|
191
|
-
var
|
|
191
|
+
var import_gw_react_text_editor = require("gw-react-text-editor");
|
|
192
192
|
var import_react_store_input2 = require("react-store-input");
|
|
193
193
|
var import_react4 = require("react");
|
|
194
194
|
var import_jsx_runtime5 = require("react/jsx-runtime");
|
package/dist/crud/index.mjs
CHANGED
|
@@ -156,7 +156,7 @@ import { useRouteLoaderData as useRouteLoaderData2 } from "react-router";
|
|
|
156
156
|
// src/client/store_text_editor.tsx
|
|
157
157
|
import {
|
|
158
158
|
TextEditor
|
|
159
|
-
} from "
|
|
159
|
+
} from "gw-react-text-editor";
|
|
160
160
|
import { useStoreController } from "react-store-input";
|
|
161
161
|
import { useImperativeHandle, useRef as useRef2 } from "react";
|
|
162
162
|
import { jsx as jsx5 } from "react/jsx-runtime";
|
package/dist/post/index.d.mts
CHANGED
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
export { PostThumbnailPicker } from './thumbnail_picker.mjs';
|
|
2
|
-
export { EditorToolbar } from './editor_toolbar.mjs';
|
|
3
|
-
export { createPostFormPage } from './post_form_page.mjs';
|
|
4
2
|
import 'react/jsx-runtime';
|
|
5
3
|
import 'react-store-input';
|
|
6
4
|
import 'react';
|
|
7
|
-
import '
|
|
8
|
-
import '../crud/crud_form_provider.mjs';
|
|
5
|
+
import 'gw-react-text-editor';
|
package/dist/post/index.d.ts
CHANGED
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
export { PostThumbnailPicker } from './thumbnail_picker.js';
|
|
2
|
-
export { EditorToolbar } from './editor_toolbar.js';
|
|
3
|
-
export { createPostFormPage } from './post_form_page.js';
|
|
4
2
|
import 'react/jsx-runtime';
|
|
5
3
|
import 'react-store-input';
|
|
6
4
|
import 'react';
|
|
7
|
-
import '
|
|
8
|
-
import '../crud/crud_form_provider.js';
|
|
5
|
+
import 'gw-react-text-editor';
|