@fewangsit/wangsvue-fats 1.0.0-alpha.50 → 1.0.0-alpha.52

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.
@@ -155,6 +155,12 @@ export type TableCellComponent = {
155
155
  events?: any;
156
156
  onChange?: (itemData: any) => void;
157
157
  disabled?: boolean;
158
+ /**
159
+ * To tell DataTable component whether this component should stop propagation or not
160
+ *
161
+ * @default true - since old logic was automatically stop event click from bodyComponent
162
+ */
163
+ stop?: boolean;
158
164
  };
159
165
 
160
166
  export type TogglePresetConfirmDialogProps = Omit<
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fewangsit/wangsvue-fats",
3
- "version": "1.0.0-alpha.50",
3
+ "version": "1.0.0-alpha.52",
4
4
  "author": "Wangsit FE Developer",
5
5
  "description": "Fixed Asset Tagsamurai VueJS Component Library",
6
6
  "type": "module",