@jumoo/translate 17.9.2 → 17.9.3-prerelease.16

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,6 +1,6 @@
1
1
  import { UmbLitElement } from '@umbraco-cms/backoffice/lit-element';
2
2
  import { TranslationJobView } from '../../api';
3
- import { nothing } from '@umbraco-cms/backoffice/external/lit';
3
+ import { nothing, PropertyValues } from '@umbraco-cms/backoffice/external/lit';
4
4
  export declare class TranslationJobItemTableElement extends UmbLitElement {
5
5
  #private;
6
6
  job?: TranslationJobView;
@@ -8,6 +8,7 @@ export declare class TranslationJobItemTableElement extends UmbLitElement {
8
8
  selection: string[];
9
9
  page: number;
10
10
  render(): import("lit-html").TemplateResult<1>;
11
+ updated(changedProperties: PropertyValues<this>): void;
11
12
  renderPagination(pageSize: number): import("lit-html").TemplateResult<1> | typeof nothing;
12
13
  static styles: import("lit").CSSResult;
13
14
  }
@@ -9,6 +9,7 @@ export declare class TranslationJobDefaultWorkspaceViewElement extends UmbLitEle
9
9
  _selectedItems: string[];
10
10
  _loading: boolean;
11
11
  _checkError?: TranslationJobCheckError;
12
+ _pageItemKeys: string[];
12
13
  constructor();
13
14
  render(): import("lit-html").TemplateResult<1>;
14
15
  renderNote(): import("lit-html").TemplateResult<1> | typeof nothing;
@@ -7,6 +7,7 @@ export declare class TranslationNodesTableElement extends UmbLitElement {
7
7
  nodes: TranslationNode[];
8
8
  allowSelection: boolean;
9
9
  selection: string[];
10
+ hideSelectAll: boolean;
10
11
  _tableConfig: JumooPagedTableConfig;
11
12
  _tableColumns: UmbTableColumn[];
12
13
  constructor();
@@ -1 +1 @@
1
- export declare const manifests: (import("@umbraco-cms/backoffice/extension-registry").ManifestRepository<import("@umbraco-cms/backoffice/extension-api").UmbApi> | import("@umbraco-cms/backoffice/tree").ManifestTreeItem | import("@umbraco-cms/backoffice/tree").ManifestTree | import("@umbraco-cms/backoffice/menu").ManifestMenu | import("@umbraco-cms/backoffice/section").ManifestSectionSidebarApp | import("@umbraco-cms/backoffice/tree").ManifestMenuItemTreeKind | import("@umbraco-cms/backoffice/extension-registry").ManifestTreeStore)[];
1
+ export declare const manifests: (import("@umbraco-cms/backoffice/tree").ManifestTreeItem | import("@umbraco-cms/backoffice/tree").ManifestTree | import("@umbraco-cms/backoffice/menu").ManifestMenu | import("@umbraco-cms/backoffice/section").ManifestSectionSidebarApp | import("@umbraco-cms/backoffice/tree").ManifestMenuItemTreeKind | import("@umbraco-cms/backoffice/extension-registry").ManifestRepository<import("@umbraco-cms/backoffice/extension-api").UmbApi> | import("@umbraco-cms/backoffice/extension-registry").ManifestTreeStore)[];
package/package.json CHANGED
@@ -1,50 +1,55 @@
1
- {
2
- "name": "@jumoo/translate",
3
- "licence": "Custom",
4
- "version": "17.9.2",
5
- "description": "Jumoo Translation Client",
6
- "type": "module",
7
- "publishConfig": {
8
- "access": "restricted"
9
- },
10
- "exports": {
11
- ".": "./dist/index.js",
12
- "./api": "./dist/api/index.js"
13
- },
14
- "files": [
15
- "./dist/**/*"
16
- ],
17
- "author": {
18
- "name": "Jumoo",
19
- "email": "info@jumoo.co.uk",
20
- "url": "https://jumoo.co.uk"
21
- },
22
- "scripts": {
23
- "client:build": "tsc --project ./tsconfig.dist.json",
24
- "client:pack": "npm pack --pack-destination ./pack",
25
- "client:publish": "npm publish -tag next",
26
- "client:make": "npm run client:build && npm run client:pack && npm run client:publish",
27
- "client:link": "npm link",
28
- "generate": "openapi-ts",
29
- "format:fix": "npm run format -- --write",
30
- "format": "prettier \"src/**/*.ts\" --check",
31
- "build": "tsc && vite build",
32
- "watch": "vite build --watch",
33
- "make": "npm run build && npm run client:make"
34
- },
35
- "devDependencies": {
36
- "@hey-api/openapi-ts": "^0.99.0",
37
- "@jumoo/processing": "^17.3.1",
38
- "@rollup/plugin-node-resolve": "^16.0.3",
39
- "@umbraco-cms/backoffice": "^17.3.0",
40
- "lit": "^3.3.2",
41
- "prettier": "^3.8.3",
42
- "rm-rs": "^0.2.3",
43
- "typescript": "^5.8.3",
44
- "vite": "^8.0.9",
45
- "vite-plugin-checker": "^0.14.5",
46
- "vite-plugin-dts": "^5.0.3",
47
- "vite-plugin-static-copy": "^4.1.0",
48
- "vite-tsconfig-paths": "^6.1.1"
49
- }
50
- }
1
+ {
2
+ "name": "@jumoo/translate",
3
+ "licence": "Custom",
4
+ "version": "17.9.3-prerelease.16",
5
+ "description": "Jumoo Translation Client",
6
+ "type": "module",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/Jumoo/Jumoo.TranslationManager.git",
10
+ "directory": "Jumoo.TranslationManager.Client/translation-client"
11
+ },
12
+ "publishConfig": {
13
+ "access": "public"
14
+ },
15
+ "exports": {
16
+ ".": "./dist/index.js",
17
+ "./api": "./dist/api/index.js"
18
+ },
19
+ "files": [
20
+ "./dist/**/*"
21
+ ],
22
+ "author": {
23
+ "name": "Jumoo",
24
+ "email": "info@jumoo.co.uk",
25
+ "url": "https://jumoo.co.uk"
26
+ },
27
+ "scripts": {
28
+ "client:build": "tsc --project ./tsconfig.dist.json",
29
+ "client:pack": "npm pack --pack-destination ./pack",
30
+ "client:publish": "npm publish -tag next",
31
+ "client:make": "npm run client:build && npm run client:pack && npm run client:publish",
32
+ "client:link": "npm link",
33
+ "generate": "openapi-ts",
34
+ "format:fix": "npm run format -- --write",
35
+ "format": "prettier \"src/**/*.ts\" --check",
36
+ "build": "tsc && vite build",
37
+ "watch": "vite build --watch",
38
+ "make": "npm run build && npm run client:make"
39
+ },
40
+ "devDependencies": {
41
+ "@hey-api/openapi-ts": "^0.99.0",
42
+ "@jumoo/processing": "^17.3.1",
43
+ "@rollup/plugin-node-resolve": "^16.0.3",
44
+ "@umbraco-cms/backoffice": "^17.3.0",
45
+ "lit": "^3.3.2",
46
+ "prettier": "^3.8.3",
47
+ "rm-rs": "^0.2.3",
48
+ "typescript": "^5.8.3",
49
+ "vite": "^8.0.9",
50
+ "vite-plugin-checker": "^0.14.5",
51
+ "vite-plugin-dts": "^5.0.3",
52
+ "vite-plugin-static-copy": "^4.1.0",
53
+ "vite-tsconfig-paths": "^6.1.1"
54
+ }
55
+ }