@lets-events/react 12.1.12 → 12.1.13
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/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @lets-events/react@12.1.
|
|
3
|
+
> @lets-events/react@12.1.13 build
|
|
4
4
|
> tsup src/index.tsx --format esm,cjs --dts --external react
|
|
5
5
|
|
|
6
6
|
[1G[0K[34mCLI[39m Building entry: src/index.tsx
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
[34mCLI[39m Target: es6
|
|
11
11
|
[34mESM[39m Build start
|
|
12
12
|
[34mCJS[39m Build start
|
|
13
|
-
[
|
|
14
|
-
[
|
|
15
|
-
[
|
|
16
|
-
[
|
|
13
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m374.58 KB[39m
|
|
14
|
+
[32mESM[39m ⚡️ Build success in 286ms
|
|
15
|
+
[32mCJS[39m [1mdist/index.js [22m[32m388.40 KB[39m
|
|
16
|
+
[32mCJS[39m ⚡️ Build success in 286ms
|
|
17
17
|
DTS Build start
|
|
18
|
-
DTS ⚡️ Build success in
|
|
18
|
+
DTS ⚡️ Build success in 91323ms
|
|
19
19
|
DTS dist/index.d.mts 388.87 KB
|
|
20
20
|
DTS dist/index.d.ts 388.87 KB
|
|
21
21
|
[1G[0K⠙[1G[0K
|
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -155,7 +155,7 @@ var require_react_is_development = __commonJS({
|
|
|
155
155
|
var Portal = REACT_PORTAL_TYPE;
|
|
156
156
|
var Profiler = REACT_PROFILER_TYPE;
|
|
157
157
|
var StrictMode = REACT_STRICT_MODE_TYPE;
|
|
158
|
-
var
|
|
158
|
+
var Suspense = REACT_SUSPENSE_TYPE;
|
|
159
159
|
var hasWarnedAboutDeprecatedIsAsyncMode = false;
|
|
160
160
|
function isAsyncMode(object) {
|
|
161
161
|
{
|
|
@@ -214,7 +214,7 @@ var require_react_is_development = __commonJS({
|
|
|
214
214
|
exports2.Portal = Portal;
|
|
215
215
|
exports2.Profiler = Profiler;
|
|
216
216
|
exports2.StrictMode = StrictMode;
|
|
217
|
-
exports2.Suspense =
|
|
217
|
+
exports2.Suspense = Suspense;
|
|
218
218
|
exports2.isAsyncMode = isAsyncMode;
|
|
219
219
|
exports2.isConcurrentMode = isConcurrentMode;
|
|
220
220
|
exports2.isContextConsumer = isContextConsumer;
|
|
@@ -12127,6 +12127,7 @@ var QuillComponent = ({
|
|
|
12127
12127
|
const index = selection ? selection.index : quill.getLength();
|
|
12128
12128
|
quill.insertEmbed(index, "image", uploadedFile.url);
|
|
12129
12129
|
quill.setSelection(index + 1, 0);
|
|
12130
|
+
onChange == null ? void 0 : onChange(quill.root.innerHTML);
|
|
12130
12131
|
} catch (error) {
|
|
12131
12132
|
console.error("Erro no upload:", error);
|
|
12132
12133
|
addToast({
|
package/dist/index.mjs
CHANGED
|
@@ -149,7 +149,7 @@ var require_react_is_development = __commonJS({
|
|
|
149
149
|
var Portal = REACT_PORTAL_TYPE;
|
|
150
150
|
var Profiler = REACT_PROFILER_TYPE;
|
|
151
151
|
var StrictMode = REACT_STRICT_MODE_TYPE;
|
|
152
|
-
var
|
|
152
|
+
var Suspense = REACT_SUSPENSE_TYPE;
|
|
153
153
|
var hasWarnedAboutDeprecatedIsAsyncMode = false;
|
|
154
154
|
function isAsyncMode(object) {
|
|
155
155
|
{
|
|
@@ -208,7 +208,7 @@ var require_react_is_development = __commonJS({
|
|
|
208
208
|
exports.Portal = Portal;
|
|
209
209
|
exports.Profiler = Profiler;
|
|
210
210
|
exports.StrictMode = StrictMode;
|
|
211
|
-
exports.Suspense =
|
|
211
|
+
exports.Suspense = Suspense;
|
|
212
212
|
exports.isAsyncMode = isAsyncMode;
|
|
213
213
|
exports.isConcurrentMode = isConcurrentMode;
|
|
214
214
|
exports.isContextConsumer = isContextConsumer;
|
|
@@ -12025,6 +12025,7 @@ var QuillComponent = ({
|
|
|
12025
12025
|
const index = selection ? selection.index : quill.getLength();
|
|
12026
12026
|
quill.insertEmbed(index, "image", uploadedFile.url);
|
|
12027
12027
|
quill.setSelection(index + 1, 0);
|
|
12028
|
+
onChange == null ? void 0 : onChange(quill.root.innerHTML);
|
|
12028
12029
|
} catch (error) {
|
|
12029
12030
|
console.error("Erro no upload:", error);
|
|
12030
12031
|
addToast({
|
package/package.json
CHANGED
|
@@ -99,6 +99,7 @@ const QuillComponent: React.FC<RichEditorProps> = ({
|
|
|
99
99
|
const index = selection ? selection.index : quill.getLength();
|
|
100
100
|
quill.insertEmbed(index, "image", uploadedFile.url);
|
|
101
101
|
quill.setSelection(index + 1, 0);
|
|
102
|
+
onChange?.(quill.root.innerHTML);
|
|
102
103
|
} catch (error) {
|
|
103
104
|
console.error("Erro no upload:", error);
|
|
104
105
|
addToast({
|