@namiml/web-sdk 3.4.2-dev.202606032104 → 3.4.2-dev.202606032130

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.
@@ -281,8 +281,14 @@ declare class NamiResponsiveGrid extends NamiElement {
281
281
  startDragging: (e: any) => void;
282
282
  stopDragging: () => void;
283
283
  move: (e: any) => void;
284
+ private isGroupedHorizontal;
284
285
  protected styles(): CSSResult;
285
- render(): any[][];
286
+ render(): any[][] | lit_html.TemplateResult<1>[];
287
+ private _rowMouseDown;
288
+ private _rowStartX;
289
+ private _rowStartDragging;
290
+ private _rowStopDragging;
291
+ private _rowMove;
286
292
  }
287
293
 
288
294
  declare class NamiRepeatingGrid extends NamiElement {