@ansible/ansible-ui-framework 0.0.618 → 0.0.620
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/index.js +11 -11
- package/index.umd.cjs +17 -17
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -9406,7 +9406,7 @@ function uy(t) {
|
|
|
9406
9406
|
},
|
|
9407
9407
|
children: /* @__PURE__ */ f.jsxs(Pa, { children: [
|
|
9408
9408
|
w && /* @__PURE__ */ f.jsx(Jn, { children: /* @__PURE__ */ f.jsx(vr, { variant: "bulk-select", children: /* @__PURE__ */ f.jsx(oy, { ...t }) }) }),
|
|
9409
|
-
a && a.length > 0 && /* @__PURE__ */ f.jsx(gd, { toggleIcon: /* @__PURE__ */ f.jsx(Aa, {}), breakpoint: "md",
|
|
9409
|
+
a && a.length > 0 && /* @__PURE__ */ f.jsx(gd, { toggleIcon: /* @__PURE__ */ f.jsx(Aa, {}), breakpoint: "md", children: /* @__PURE__ */ f.jsxs(Jn, { variant: "filter-group", children: [
|
|
9410
9410
|
/* @__PURE__ */ f.jsx(vr, { children: /* @__PURE__ */ f.jsx(
|
|
9411
9411
|
Ir,
|
|
9412
9412
|
{
|
|
@@ -9475,7 +9475,7 @@ function uy(t) {
|
|
|
9475
9475
|
);
|
|
9476
9476
|
})
|
|
9477
9477
|
] }) }),
|
|
9478
|
-
/* @__PURE__ */ f.jsx(Jn, { variant: "button-group",
|
|
9478
|
+
/* @__PURE__ */ f.jsx(Jn, { variant: "button-group", children: /* @__PURE__ */ f.jsx(
|
|
9479
9479
|
qs,
|
|
9480
9480
|
{
|
|
9481
9481
|
actions: v,
|
|
@@ -9484,7 +9484,7 @@ function uy(t) {
|
|
|
9484
9484
|
}
|
|
9485
9485
|
) }),
|
|
9486
9486
|
/* @__PURE__ */ f.jsx(ly, {}),
|
|
9487
|
-
/* @__PURE__ */ f.jsxs(Jn, { variant: "button-group",
|
|
9487
|
+
/* @__PURE__ */ f.jsxs(Jn, { variant: "button-group", children: [
|
|
9488
9488
|
!t.disableColumnManagement && h && p === "table" && /* @__PURE__ */ f.jsx(vr, { children: /* @__PURE__ */ f.jsx(zt, { content: "Manage columns", children: /* @__PURE__ */ f.jsx(Je, { variant: "plain", icon: /* @__PURE__ */ f.jsx(Bd, {}), onClick: h }) }) }),
|
|
9489
9489
|
x > 1 && /* @__PURE__ */ f.jsx(vr, { children: /* @__PURE__ */ f.jsx(vd, { "aria-label": "table view toggle", children: [
|
|
9490
9490
|
!t.disableTableView && ht.Table,
|
|
@@ -12020,10 +12020,10 @@ function $0(t) {
|
|
|
12020
12020
|
}
|
|
12021
12021
|
),
|
|
12022
12022
|
rules: {
|
|
12023
|
-
required: typeof s == "string" &&
|
|
12023
|
+
required: typeof s == "string" && a === !0 ? {
|
|
12024
12024
|
value: !0,
|
|
12025
12025
|
message: `${Tr(s.toLocaleLowerCase())} is required.`
|
|
12026
|
-
} :
|
|
12026
|
+
} : void 0,
|
|
12027
12027
|
validate: t.validate
|
|
12028
12028
|
}
|
|
12029
12029
|
}
|
|
@@ -12142,10 +12142,10 @@ function E0(t) {
|
|
|
12142
12142
|
}
|
|
12143
12143
|
)),
|
|
12144
12144
|
rules: {
|
|
12145
|
-
required: typeof e == "string" &&
|
|
12145
|
+
required: typeof e == "string" && r === !0 ? {
|
|
12146
12146
|
value: !0,
|
|
12147
12147
|
message: `${Tr(e.toLocaleLowerCase())} is required.`
|
|
12148
|
-
} :
|
|
12148
|
+
} : void 0,
|
|
12149
12149
|
validate: n
|
|
12150
12150
|
}
|
|
12151
12151
|
}
|
|
@@ -12221,10 +12221,10 @@ function T0(t) {
|
|
|
12221
12221
|
}
|
|
12222
12222
|
),
|
|
12223
12223
|
rules: {
|
|
12224
|
-
required: typeof r == "string" &&
|
|
12224
|
+
required: typeof r == "string" && s === !0 ? {
|
|
12225
12225
|
value: !0,
|
|
12226
12226
|
message: `${Tr(r.toLocaleLowerCase())} is required.`
|
|
12227
|
-
} :
|
|
12227
|
+
} : void 0,
|
|
12228
12228
|
minLength: typeof r == "string" && typeof i == "number" ? {
|
|
12229
12229
|
value: i,
|
|
12230
12230
|
message: `${Tr(
|
|
@@ -12304,10 +12304,10 @@ function k0(t) {
|
|
|
12304
12304
|
}
|
|
12305
12305
|
),
|
|
12306
12306
|
rules: {
|
|
12307
|
-
required: typeof p == "string" &&
|
|
12307
|
+
required: typeof p == "string" && n === !0 ? {
|
|
12308
12308
|
value: !0,
|
|
12309
12309
|
message: `${Tr(p.toLocaleLowerCase())} is required.`
|
|
12310
|
-
} :
|
|
12310
|
+
} : void 0,
|
|
12311
12311
|
minLength: typeof p == "string" && typeof s == "number" ? {
|
|
12312
12312
|
value: s,
|
|
12313
12313
|
message: `${Tr(
|