@oliasoft-open-source/react-ui-library 4.6.6-beta-1 → 4.6.7-beta-1
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/index.d.ts +1 -0
- package/dist/index.js +16 -11
- package/dist/index.js.map +1 -1
- package/dist/storybook/assets/{Color-6VNJS4EI-BrOcbA6h.js → Color-6VNJS4EI-hQgbfk1_.js} +1 -1
- package/dist/storybook/assets/{DocsRenderer-NNNQARDV-tJI6VTjP.js → DocsRenderer-NNNQARDV-qVZ0Szzp.js} +1 -1
- package/dist/storybook/assets/{WithTooltip-V3YHNWJZ-YRJYbhNd.js → WithTooltip-V3YHNWJZ-EVkXusH9.js} +1 -1
- package/dist/storybook/assets/{accordion.stories-nYKTmoeA.js → accordion.stories-Je6TgVbI.js} +1 -1
- package/dist/storybook/assets/{buttons-and-links-VKKWJKFr.js → buttons-and-links-Htqi06fE.js} +1 -1
- package/dist/storybook/assets/{casing-loads.stories-oh3l5Q7X.js → casing-loads.stories-rv-r7qUR.js} +1 -1
- package/dist/storybook/assets/cell.stories-ntUcZ9Z2.js +245 -0
- package/dist/storybook/assets/{chunk-HLWAVYOI-83EByc66.js → chunk-HLWAVYOI-XUXGp0n7.js} +1 -1
- package/dist/storybook/assets/{color-ugWGhOJm.js → color-l-jFB8qa.js} +1 -1
- package/dist/storybook/assets/{file-input.stories-8w1taUk6.js → file-input.stories-lKF1ABXX.js} +1 -1
- package/dist/storybook/assets/{footer.stories-tB9ZiuYm.js → footer.stories-txHcy_rz.js} +1 -1
- package/dist/storybook/assets/{form.stories-b8fSf1KV.js → form.stories-AikCzsZc.js} +1 -1
- package/dist/storybook/assets/{formation.stories-4zFgtvwa.js → formation.stories-WYUKooZj.js} +1 -1
- package/dist/storybook/assets/{formatter-SWP5E3XI-umUJAuhQ.js → formatter-SWP5E3XI-2jpDZ32o.js} +1 -1
- package/dist/storybook/assets/{iframe-LJjp0O19.js → iframe-afwDQcyf.js} +2 -2
- package/dist/storybook/assets/{index-hMEOtd8c.js → index-WQN43Pdc.js} +5 -5
- package/dist/storybook/assets/{input-validation-5TXTtQCt.js → input-validation-1C25NF0D.js} +1 -1
- package/dist/storybook/assets/{inputs-rK_va801.js → inputs-dvl3Vxzi.js} +1 -1
- package/dist/storybook/assets/{layout-forms-4SDauXUc.js → layout-forms-aQDJspiu.js} +1 -1
- package/dist/storybook/assets/{layout-general-4b2v8KKO.js → layout-general-glx7j38t.js} +1 -1
- package/dist/storybook/assets/{padding-and-spacing-0ADtQv-B.js → padding-and-spacing-nDPUVOhE.js} +1 -1
- package/dist/storybook/assets/{preview-Jj3eWAFT.js → preview-8iAUReLe.js} +1 -1
- package/dist/storybook/assets/{preview-ZGYBin_R.js → preview-NgqKh_bR.js} +2 -2
- package/dist/storybook/assets/{row.stories-p0ssjvtr.js → row.stories-s3mq4p3b.js} +1 -1
- package/dist/storybook/assets/{syntaxhighlighter-B5GMVT5T-yVSKFRoH.js → syntaxhighlighter-B5GMVT5T-sSZfeghu.js} +1 -1
- package/dist/storybook/assets/table-5HZEOUW_.js +1 -0
- package/dist/storybook/assets/{table.stories-wdVWlpz1.js → table.stories-wP0SdJzJ.js} +1 -1
- package/dist/storybook/assets/{textarea-gwm6gdQO.js → textarea-TSoWqDT8.js} +1 -1
- package/dist/storybook/assets/{textarea.stories-eOTtHmL4.js → textarea.stories-w6XYooLd.js} +1 -1
- package/dist/storybook/assets/{title.stories-9QWP9XVr.js → title.stories-CDtRZqWr.js} +1 -1
- package/dist/storybook/assets/{unit-table.stories-ZHWCQMuq.js → unit-table.stories-M8TmG1IT.js} +1 -1
- package/dist/storybook/iframe.html +1 -1
- package/dist/storybook/index.json +1 -1
- package/dist/storybook/project.json +1 -1
- package/dist/storybook/stories.json +1 -1
- package/package.json +1 -1
- package/dist/storybook/assets/cell.stories-dk65sciA.js +0 -212
- package/dist/storybook/assets/table-033R9jUC.js +0 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -55945,6 +55945,7 @@ const SelectCell = ({
|
|
|
55945
55945
|
maxTooltipWidth: cell2.maxTooltipWidth,
|
|
55946
55946
|
width: "100%",
|
|
55947
55947
|
autoLayerWidth: cell2.autoLayerWidth,
|
|
55948
|
+
multi: cell2.multi,
|
|
55948
55949
|
right: columnAlignment === Align.RIGHT,
|
|
55949
55950
|
testId,
|
|
55950
55951
|
tabIndex: cell2.disabled ? -1 : 0
|
|
@@ -70909,6 +70910,8 @@ const SmartUploadModal = ({
|
|
|
70909
70910
|
return;
|
|
70910
70911
|
setFetching(true);
|
|
70911
70912
|
const data = await onUpload(prompt, file);
|
|
70913
|
+
if (!visible)
|
|
70914
|
+
return;
|
|
70912
70915
|
if (data) {
|
|
70913
70916
|
clearInterval(id2);
|
|
70914
70917
|
const id22 = setInterval(
|
|
@@ -70916,7 +70919,7 @@ const SmartUploadModal = ({
|
|
|
70916
70919
|
FINISH_TIME / FINISH_INTERVALS,
|
|
70917
70920
|
(REQUEST_TIME - timer) / (FINISH_INTERVALS - 1)
|
|
70918
70921
|
);
|
|
70919
|
-
|
|
70922
|
+
setTimeout(() => {
|
|
70920
70923
|
onComplete(data);
|
|
70921
70924
|
clearInterval(id22);
|
|
70922
70925
|
setFetching(false);
|
|
@@ -70952,16 +70955,18 @@ const SmartUploadModal = ({
|
|
|
70952
70955
|
accept: "image/*"
|
|
70953
70956
|
}
|
|
70954
70957
|
),
|
|
70955
|
-
/* @__PURE__ */
|
|
70956
|
-
|
|
70957
|
-
|
|
70958
|
-
|
|
70959
|
-
|
|
70960
|
-
|
|
70961
|
-
|
|
70962
|
-
|
|
70963
|
-
|
|
70964
|
-
|
|
70958
|
+
isFetching && /* @__PURE__ */ jsxs(Fragment$1, { children: [
|
|
70959
|
+
/* @__PURE__ */ jsx(Spacer, {}),
|
|
70960
|
+
/* @__PURE__ */ jsx(
|
|
70961
|
+
ProgressBar$1,
|
|
70962
|
+
{
|
|
70963
|
+
percentage: roundByMagnitudeToFixed(
|
|
70964
|
+
100 * requestTimer / REQUEST_TIME,
|
|
70965
|
+
3
|
|
70966
|
+
)
|
|
70967
|
+
}
|
|
70968
|
+
)
|
|
70969
|
+
] })
|
|
70965
70970
|
] });
|
|
70966
70971
|
const footer2 = /* @__PURE__ */ jsxs(Fragment$1, { children: [
|
|
70967
70972
|
/* @__PURE__ */ jsx(
|