@fctc/widget-logic 1.5.7 → 1.5.8

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/widget.d.ts CHANGED
@@ -260,7 +260,7 @@ declare const tableController: ({ data }: ITableProps) => {
260
260
  rows: any[];
261
261
  columns: any;
262
262
  onToggleColumnOptional: (item: any) => void;
263
- typeTable: "group" | "list" | "calendar" | undefined;
263
+ typeTable: "list" | "calendar" | "group" | undefined;
264
264
  };
265
265
 
266
266
  declare const tableGroupController: (props: any) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/widget-logic",
3
- "version": "1.5.7",
3
+ "version": "1.5.8",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
package/dist/config.d.mts DELETED
@@ -1,6 +0,0 @@
1
- export * from '@fctc/interface-logic/configs';
2
- import '@fctc/interface-logic/constants';
3
- import '@fctc/interface-logic/environment';
4
- import '@fctc/interface-logic/store';
5
- import '@fctc/interface-logic/provider';
6
- import '@fctc/interface-logic/services';
package/dist/config.mjs DELETED
@@ -1,2 +0,0 @@
1
- // src/config.ts
2
- export * from "@fctc/interface-logic/configs";
@@ -1 +0,0 @@
1
- export * from '@fctc/interface-logic/constants';
@@ -1,2 +0,0 @@
1
- // src/constants.ts
2
- export * from "@fctc/interface-logic/constants";
@@ -1 +0,0 @@
1
- export * from '@fctc/interface-logic/environment';
@@ -1,2 +0,0 @@
1
- // src/environment.ts
2
- export * from "@fctc/interface-logic/environment";