@ws-ui/settings-editor 1.11.12-rc8 → 1.11.12-rc9
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/Standalone/index.d.ts +2 -0
- package/dist/adapter/reducer/adapter.d.ts +1 -1
- package/dist/index.cjs.js +11 -11
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +15 -14
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -14361,11 +14361,11 @@ const Wk = ({
|
|
|
14361
14361
|
className: "w-full h-full"
|
|
14362
14362
|
}) }),
|
|
14363
14363
|
/* @__PURE__ */ z("div", { className: "text-sm", children: i }),
|
|
14364
|
-
/* @__PURE__ */
|
|
14364
|
+
/* @__PURE__ */ Me(
|
|
14365
14365
|
Is.Root,
|
|
14366
14366
|
{
|
|
14367
14367
|
color: s ? "negative" : "primary",
|
|
14368
|
-
className: "w-[208px]",
|
|
14368
|
+
className: "w-[208px] ml-auto",
|
|
14369
14369
|
options: C,
|
|
14370
14370
|
value: w ? { label: w, value: w } : null,
|
|
14371
14371
|
onChange: M,
|
|
@@ -14373,16 +14373,15 @@ const Wk = ({
|
|
|
14373
14373
|
onInputChange: d,
|
|
14374
14374
|
isSearchable: !0,
|
|
14375
14375
|
getOptionLabel: (D) => D.label,
|
|
14376
|
-
getOptionValue: (D) => D.value,
|
|
14377
|
-
formatOptionLabel: (D) => /* @__PURE__ */ Me("div", { className: "flex items-center", children: [
|
|
14378
|
-
!D.__isNew__ && /* @__PURE__ */ z(cp, { className: "mr-2 h-4 w-4" }),
|
|
14379
|
-
D.label
|
|
14380
|
-
] }),
|
|
14381
14376
|
children: [
|
|
14382
14377
|
/* @__PURE__ */ z(
|
|
14383
14378
|
Is.Field,
|
|
14384
14379
|
{
|
|
14385
14380
|
placeholder: "Page",
|
|
14381
|
+
formatOptionLabel: (D) => /* @__PURE__ */ Me("div", { className: "flex items-center", children: [
|
|
14382
|
+
!D.__isNew__ && /* @__PURE__ */ z(cp, { className: "mr-2 h-4 w-4" }),
|
|
14383
|
+
D.label
|
|
14384
|
+
] }),
|
|
14386
14385
|
isClearable: !0,
|
|
14387
14386
|
onBlur: () => {
|
|
14388
14387
|
l(null);
|
|
@@ -14392,7 +14391,7 @@ const Wk = ({
|
|
|
14392
14391
|
s && /* @__PURE__ */ z(Is.Message, { children: s.message })
|
|
14393
14392
|
]
|
|
14394
14393
|
}
|
|
14395
|
-
)
|
|
14394
|
+
)
|
|
14396
14395
|
] })
|
|
14397
14396
|
}
|
|
14398
14397
|
);
|
|
@@ -14585,17 +14584,19 @@ const Wk = ({
|
|
|
14585
14584
|
path: r = sy,
|
|
14586
14585
|
initialValue: i,
|
|
14587
14586
|
defaultActiveTab: n = "session",
|
|
14588
|
-
|
|
14589
|
-
|
|
14590
|
-
|
|
14587
|
+
webforms: a,
|
|
14588
|
+
onChange: s,
|
|
14589
|
+
onFetchFolderContentWithoutExpanding: l,
|
|
14590
|
+
onCreateNewFileAndOpen: u
|
|
14591
14591
|
}) => /* @__PURE__ */ z(
|
|
14592
14592
|
Oy,
|
|
14593
14593
|
{
|
|
14594
14594
|
tabPath: r,
|
|
14595
|
+
webforms: a,
|
|
14595
14596
|
preferences: i,
|
|
14596
|
-
onChange:
|
|
14597
|
-
onFetchFolderContentWithoutExpanding:
|
|
14598
|
-
onCreateNewFileAndOpen:
|
|
14597
|
+
onChange: s,
|
|
14598
|
+
onFetchFolderContentWithoutExpanding: l,
|
|
14599
|
+
onCreateNewFileAndOpen: u,
|
|
14599
14600
|
children: /* @__PURE__ */ z(qk, { path: r, defaultActiveTab: n })
|
|
14600
14601
|
}
|
|
14601
14602
|
);
|