@ticatec/uniface-flexi-module 0.1.0 → 0.1.1
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.
|
@@ -86,6 +86,7 @@ export default class FlexiDataTable {
|
|
|
86
86
|
protected _round: boolean;
|
|
87
87
|
protected _indicatorColumn?: IndicatorColumn;
|
|
88
88
|
initialize(schema: FlexiDataTableSchema): Promise<void>;
|
|
89
|
+
get indicatorColumn(): IndicatorColumn | undefined;
|
|
89
90
|
protected set actionsColumn(value: ActionsColumn);
|
|
90
91
|
get isRound(): boolean;
|
|
91
92
|
get actionsColumn(): ActionsColumn | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ticatec/uniface-flexi-module",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "A flexible form framework for Svelte applications with dynamic field types, criteria panels, and modular components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"svelte",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"type": "module",
|
|
30
30
|
"repository": {
|
|
31
31
|
"type": "git",
|
|
32
|
-
"url": "https://github.com/ticatec/uniface-flexi-module"
|
|
32
|
+
"url": "https://github.com/x`ticatec/uniface-flexi-module"
|
|
33
33
|
},
|
|
34
34
|
"bugs": {
|
|
35
35
|
"url": "https://github.com/ticatec/uniface-flexi-module/issues"
|