@tasenor/common-plugins 1.13.20 → 1.13.22

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.13.19 build /home/ci/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
2
+ > @tasenor/common-plugins@1.13.21 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.13.19 ci /home/ci/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
2
+ > @tasenor/common-plugins@1.13.21 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.13.19 lint /home/ci/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
6
+ > @tasenor/common-plugins@1.13.21 lint /home/ci/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
7
7
  > eslint 'src/**/*.{ts,tsx}' 'data/**/*.mjs'
8
8
 
@@ -1,12 +1,12 @@
1
1
 
2
- > @tasenor/common-plugins@1.13.17 nightly /home/ci/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
2
+ > @tasenor/common-plugins@1.13.21 nightly /home/ci/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
3
3
  > pnpm run ci
4
4
 
5
5
 
6
- > @tasenor/common-plugins@1.13.17 ci /home/ci/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
6
+ > @tasenor/common-plugins@1.13.21 ci /home/ci/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
7
7
  > pnpm run lint
8
8
 
9
9
 
10
- > @tasenor/common-plugins@1.13.17 lint /home/ci/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
10
+ > @tasenor/common-plugins@1.13.21 lint /home/ci/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
11
11
  > eslint 'src/**/*.{ts,tsx}' 'data/**/*.mjs'
12
12
 
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ToolPlugin } from '@tasenor/common-ui';
2
3
  import { ShortDate, ID } from '@tasenor/common';
3
4
  declare class DocumentCleaner extends ToolPlugin {
@@ -349,5 +349,6 @@
349
349
  "Alert": "Huomio",
350
350
  "Imported data deleted.": "Tuonnin tiedot poistettu.",
351
351
  "Processing crashed before started. Bad file perhaps.": "Käsittely meni vikaan ennen kuin päästiin alkuun. Mahdollisesti vääränlainen tiedosto.",
352
- "We don't seem to have any history for an asset '{asset}' of type '{type}'. Has it been renamed at some point?": "Meillä ei näyttäisi olevan mitään tietoa tyypin '{type}' omaisuuserästä '{asset}'. Onkohan se nimetty uudelleen jossakin vaiheessa?"
352
+ "We don't seem to have any history for an asset '{asset}' of type '{type}'. Has it been renamed at some point?": "Meillä ei näyttäisi olevan mitään tietoa tyypin '{type}' omaisuuserästä '{asset}'. Onkohan se nimetty uudelleen jossakin vaiheessa?",
353
+ "Online Documentation": "Nettiohjeet"
353
354
  }
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ToolPlugin } from '@tasenor/common-ui';
2
3
  declare class GitBackup extends ToolPlugin {
3
4
  busy: boolean;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ToolPlugin } from '@tasenor/common-ui';
2
3
  import { DatabaseModel, TagModel } from '@tasenor/common';
3
4
  /**
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ToolPlugin } from '@tasenor/common-ui';
2
3
  declare class VAT extends ToolPlugin {
3
4
  showVatTable: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tasenor/common-plugins",
3
- "version": "1.13.20",
3
+ "version": "1.13.22",
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.13.20",
17
- "@tasenor/common-ui": "1.13.20",
18
- "@tasenor/common-node": "1.13.20"
16
+ "@tasenor/common": "1.13.22",
17
+ "@tasenor/common-node": "1.13.22",
18
+ "@tasenor/common-ui": "1.13.22"
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.13.20",
34
+ "@tasenor/config": "1.13.22",
35
35
  "eslint-config-tasenor": "0.0.0"
36
36
  },
37
37
  "peerDependencies": {
@@ -349,5 +349,6 @@
349
349
  "Alert": "Huomio",
350
350
  "Imported data deleted.": "Tuonnin tiedot poistettu.",
351
351
  "Processing crashed before started. Bad file perhaps.": "Käsittely meni vikaan ennen kuin päästiin alkuun. Mahdollisesti vääränlainen tiedosto.",
352
- "We don't seem to have any history for an asset '{asset}' of type '{type}'. Has it been renamed at some point?": "Meillä ei näyttäisi olevan mitään tietoa tyypin '{type}' omaisuuserästä '{asset}'. Onkohan se nimetty uudelleen jossakin vaiheessa?"
352
+ "We don't seem to have any history for an asset '{asset}' of type '{type}'. Has it been renamed at some point?": "Meillä ei näyttäisi olevan mitään tietoa tyypin '{type}' omaisuuserästä '{asset}'. Onkohan se nimetty uudelleen jossakin vaiheessa?",
353
+ "Online Documentation": "Nettiohjeet"
353
354
  }