portal-design-system 0.0.943 → 0.0.944
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.cjs +22 -22
- package/dist/index.d.ts +2 -1
- package/dist/index.js +2 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -18,5 +18,6 @@ import { default as DataGrid } from './components/DataGrid.vue';
|
|
|
18
18
|
import { default as Drawer } from './components/overlays/Drawer.vue';
|
|
19
19
|
import { default as Pagination } from './components/Pagination.vue';
|
|
20
20
|
import { default as RadioGroup } from './components/inputs/RadioGroup.vue';
|
|
21
|
+
import { default as DialogHeading } from './components/overlays/Heading.vue';
|
|
21
22
|
export type { LoadOptionBaseType, DxCustomColumn, FilterOptionType, FilterOptionListType, SortOptionType, SortOptionListType } from './types';
|
|
22
|
-
export { Button, Select, Input, Error, Iconsax, IconsaxFont, Badge, Dialog, Icon, Text, Tabs, Dropdown, DurationTimeline, Drawer, DataGrid, Pagination, RadioGroup, useOutsideClick, useWindowScroll, vTooltip };
|
|
23
|
+
export { Button, Select, Input, Error, Iconsax, IconsaxFont, Badge, Dialog, Icon, Text, Tabs, Dropdown, DurationTimeline, Drawer, DialogHeading, DataGrid, Pagination, RadioGroup, useOutsideClick, useWindowScroll, vTooltip };
|
package/dist/index.js
CHANGED
|
@@ -77269,7 +77269,7 @@ const Vve = { class: "w-full relative" }, Sme = /* @__PURE__ */ He({
|
|
|
77269
77269
|
]), 1032, ["class", "data-source", "word-wrap-enabled", "remote-operations", "key-expr"])) : Be("", !0)
|
|
77270
77270
|
]));
|
|
77271
77271
|
}
|
|
77272
|
-
}), Nve = { class: "h-24 app-flex items-center justify-between px-6 border-b border-base-neutral-100" }, Hve = { class: "app-flex gap-4 items-center" }, $ve = /* @__PURE__ */ He({
|
|
77272
|
+
}), Nve = { class: "h-24 min-h-24 app-flex items-center justify-between px-6 border-b border-base-neutral-100" }, Hve = { class: "app-flex gap-4 items-center" }, $ve = /* @__PURE__ */ He({
|
|
77273
77273
|
__name: "Heading",
|
|
77274
77274
|
props: {
|
|
77275
77275
|
title: {},
|
|
@@ -77590,6 +77590,7 @@ export {
|
|
|
77590
77590
|
Vo as Button,
|
|
77591
77591
|
Sme as DataGrid,
|
|
77592
77592
|
sme as Dialog,
|
|
77593
|
+
$ve as DialogHeading,
|
|
77593
77594
|
Eme as Drawer,
|
|
77594
77595
|
cme as Dropdown,
|
|
77595
77596
|
hme as DurationTimeline,
|