@ostack.tech/ui-kform 0.6.2 → 0.6.4
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/ostack-ui-kform.css +0 -1
- package/dist/ostack-ui-kform.css.map +1 -1
- package/dist/ostack-ui-kform.js +2 -0
- package/dist/ostack-ui-kform.js.map +1 -1
- package/dist/types/components/TableControl/TableControlAddRowTrigger.d.ts +7 -0
- package/package.json +2 -2
- package/scss/components/FormPages/_FormPages.scss +0 -1
|
@@ -9,6 +9,13 @@ export interface TableControlAddRowTriggerProps extends ComponentPropsWithoutRef
|
|
|
9
9
|
defaultButtonText?: ReactNode;
|
|
10
10
|
/** Function called after the row has been added. */
|
|
11
11
|
onRowAdded?: () => void;
|
|
12
|
+
/**
|
|
13
|
+
* Whether the component should preferably be aligned to the right. This only
|
|
14
|
+
* has an effect when the component is nested directly under the `DataTable`.
|
|
15
|
+
*
|
|
16
|
+
* @default true
|
|
17
|
+
*/
|
|
18
|
+
preferRightAlignment?: boolean;
|
|
12
19
|
/**
|
|
13
20
|
* Whether to show the trigger when the table is read-only.
|
|
14
21
|
*
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ostack.tech/ui-kform",
|
|
3
3
|
"description": "Integration of ostack/UI with ostack/KForm.",
|
|
4
|
-
"version": "0.6.
|
|
4
|
+
"version": "0.6.4",
|
|
5
5
|
"homepage": "https://ui.ostack.tech/",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Opensoft",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@fortawesome/free-solid-svg-icons": "^6.2.0 || ^7.0.0",
|
|
53
53
|
"@ostack.tech/kform": "~0.31.0",
|
|
54
54
|
"@ostack.tech/kform-react": "~0.31.0",
|
|
55
|
-
"@ostack.tech/ui": "~0.6.
|
|
55
|
+
"@ostack.tech/ui": "~0.6.4",
|
|
56
56
|
"@types/react": "^18.0.0 || ^19.0.0",
|
|
57
57
|
"@types/react-dom": "^18.0.0 || ^19.0.0",
|
|
58
58
|
"date-fns": "^4.1.0",
|