@civicactions/cmsds-open-data-components 3.1.10-alpha.4 → 3.1.10-alpha.5
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/main.js +10 -9
- package/dist/main.js.map +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -3064,9 +3064,8 @@ const $6765a74df807d015$var$DataDictionaryTable = ({ tableColumns: tableColumns,
|
|
|
3064
3064
|
return /*#__PURE__*/ (0, $hgUW1$jsxs)("div", {
|
|
3065
3065
|
children: [
|
|
3066
3066
|
mobile && /*#__PURE__*/ (0, $hgUW1$jsx)("div", {
|
|
3067
|
-
className: "ds-u-margin-bottom--3",
|
|
3067
|
+
className: "ds-u-margin-bottom--3 ds-l-col--12 ds-l-sm-col--6",
|
|
3068
3068
|
children: /*#__PURE__*/ (0, $hgUW1$jsx)((0, $hgUW1$Dropdown), {
|
|
3069
|
-
className: "ds-l-col--12 ds-l-sm-col--6",
|
|
3070
3069
|
labelClassName: "ds-u-margin-top--1 ds-u-sm-margin-top--0",
|
|
3071
3070
|
options: sortOptions,
|
|
3072
3071
|
label: "Sort",
|
|
@@ -3300,14 +3299,16 @@ const $a6e312940f7003ef$var$DatasetDictionaryTable = ({ datasetDictionary: datas
|
|
|
3300
3299
|
name: "dc-data-dictionary-title",
|
|
3301
3300
|
onChange: (e)=>setTitleFilter(e.target.value)
|
|
3302
3301
|
}),
|
|
3303
|
-
/*#__PURE__*/ (0, $hgUW1$jsx)(
|
|
3302
|
+
/*#__PURE__*/ (0, $hgUW1$jsx)("div", {
|
|
3304
3303
|
className: "ds-l-col--12 ds-l-sm-col--6",
|
|
3305
|
-
|
|
3306
|
-
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
|
|
3304
|
+
children: /*#__PURE__*/ (0, $hgUW1$jsx)((0, $hgUW1$Dropdown), {
|
|
3305
|
+
labelClassName: "ds-u-margin-top--1 ds-u-sm-margin-top--0",
|
|
3306
|
+
options: typeOptions,
|
|
3307
|
+
label: "Type",
|
|
3308
|
+
value: typeFilter,
|
|
3309
|
+
name: "dc-data-dictionary-type",
|
|
3310
|
+
onChange: (e)=>setTypeFilter(e.target.value)
|
|
3311
|
+
})
|
|
3311
3312
|
}),
|
|
3312
3313
|
/*#__PURE__*/ (0, $hgUW1$jsx)("div", {
|
|
3313
3314
|
className: "ds-u-float--right ds-u-padding-y--2 ds-l-col--12 ds-u-display--flex ds-u-flex-wrap--wrap ds-u-justify-content--end",
|