From 1ea4836cebbf3fdb513f9e5341a3118969379a34 Mon Sep 17 00:00:00 2001 From: Alex Kanunnikov Date: Sat, 6 Jan 2024 18:35:10 +0300 Subject: [PATCH] + --- frameworks/keyed/gxt/src/App.gts | 21 ++++++++++++--------- frameworks/keyed/gxt/src/RemoveIcon.gts | 2 +- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/frameworks/keyed/gxt/src/App.gts b/frameworks/keyed/gxt/src/App.gts index 70c7514ce..fe589dae8 100644 --- a/frameworks/keyed/gxt/src/App.gts +++ b/frameworks/keyed/gxt/src/App.gts @@ -1,7 +1,6 @@ import { Component, cell } from "@lifeart/gxt"; import { type Item, buildData, swapRows, updateData } from "./utils"; import { Row } from "./Row.gts"; -import { RemoveIcon } from './RemoveIcon.gts'; export class Application extends Component { itemsCell = cell([], 'items'); @@ -61,7 +60,7 @@ export class Application extends Component {
-
+ @@ -132,6 +131,10 @@ export class Application extends Component { {{/each}}
- + + } \ No newline at end of file diff --git a/frameworks/keyed/gxt/src/RemoveIcon.gts b/frameworks/keyed/gxt/src/RemoveIcon.gts index 25d2a9f89..d7524c96d 100644 --- a/frameworks/keyed/gxt/src/RemoveIcon.gts +++ b/frameworks/keyed/gxt/src/RemoveIcon.gts @@ -1,6 +1,6 @@ export const RemoveIcon = ; \ No newline at end of file