@tasenor/common-plugins 1.11.49 → 1.11.51

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @tasenor/common-plugins@1.11.48 build /home/ci/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
2
+ > @tasenor/common-plugins@1.11.50 build /home/ci/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
3
3
  > rm -fr dist && tsc
4
4
 
@@ -1,8 +1,8 @@
1
1
 
2
- > @tasenor/common-plugins@1.11.48 ci /home/ci/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
2
+ > @tasenor/common-plugins@1.11.50 ci /home/ci/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
3
3
  > pnpm run lint
4
4
 
5
5
 
6
- > @tasenor/common-plugins@1.11.48 lint /home/ci/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
6
+ > @tasenor/common-plugins@1.11.50 lint /home/ci/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
7
7
  > eslint 'src/**/*.{ts,tsx}' 'data/**/*.mjs'
8
8
 
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ToolPlugin } from '@tasenor/common-ui';
3
2
  import { ShortDate, ID } from '@tasenor/common';
4
3
  declare class DocumentCleaner extends ToolPlugin {
@@ -337,5 +337,10 @@
337
337
  "There are no importers configured.": "Yhtään tuontilisäosaa ei ole konfiguroitu.",
338
338
  "Create New Database": "Perusta uusi tietokanta",
339
339
  "Initial values for assets:": "Omaisuuserien alkuarvot:",
340
- "Asset value change:": "Omaisuuserän arvonmuutos:"
340
+ "Asset value change:": "Omaisuuserän arvonmuutos:",
341
+ "Bad value": "Virheellinen arvo",
342
+ "Delete this data line?": "Poistetaanko tämä tietueen rivi?",
343
+ "from this entry": "tältä tapahtumalta",
344
+ "extra-data-stock-change": "Omaisuuserän muutos",
345
+ "icon-add-stock-change": "Lisää omaisuuserän muutos"
341
346
  }
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ToolPlugin } from '@tasenor/common-ui';
3
2
  declare class GitBackup extends ToolPlugin {
4
3
  busy: boolean;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ToolPlugin } from '@tasenor/common-ui';
3
2
  import { DatabaseModel, TagModel } from '@tasenor/common';
4
3
  /**
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ToolPlugin } from '@tasenor/common-ui';
3
2
  declare class VAT extends ToolPlugin {
4
3
  showVatTable: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tasenor/common-plugins",
3
- "version": "1.11.49",
3
+ "version": "1.11.51",
4
4
  "description": "Shared common plugins of Tasenor project",
5
5
  "repository": "git@github.com:dataplugoy/tasenor-bookkeeper.git",
6
6
  "author": "Tommi Ronkainen <tommi.ronkainen@gmail.com>",
@@ -13,9 +13,9 @@
13
13
  "dayjs": "1.10.8",
14
14
  "sprintf-js": "^1.1.2",
15
15
  "tsx": "^4.7.0",
16
- "@tasenor/common": "1.11.49",
17
- "@tasenor/common-node": "1.11.49",
18
- "@tasenor/common-ui": "1.11.49"
16
+ "@tasenor/common": "1.11.51",
17
+ "@tasenor/common-node": "1.11.51",
18
+ "@tasenor/common-ui": "1.11.51"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@mui/icons-material": "^5.14.1",
@@ -31,7 +31,7 @@
31
31
  "react-i18next": "^14.0.5",
32
32
  "react-router-dom": "^6.14.1",
33
33
  "typescript": "^5.1.6",
34
- "@tasenor/config": "1.11.49",
34
+ "@tasenor/config": "1.11.51",
35
35
  "eslint-config-tasenor": "0.0.0"
36
36
  },
37
37
  "peerDependencies": {
@@ -337,5 +337,10 @@
337
337
  "There are no importers configured.": "Yhtään tuontilisäosaa ei ole konfiguroitu.",
338
338
  "Create New Database": "Perusta uusi tietokanta",
339
339
  "Initial values for assets:": "Omaisuuserien alkuarvot:",
340
- "Asset value change:": "Omaisuuserän arvonmuutos:"
340
+ "Asset value change:": "Omaisuuserän arvonmuutos:",
341
+ "Bad value": "Virheellinen arvo",
342
+ "Delete this data line?": "Poistetaanko tämä tietueen rivi?",
343
+ "from this entry": "tältä tapahtumalta",
344
+ "extra-data-stock-change": "Omaisuuserän muutos",
345
+ "icon-add-stock-change": "Lisää omaisuuserän muutos"
341
346
  }