Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion common/config/rush/pnpm-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@
"globalOverrides": {
// DEV: Uncomment the lines below to use local huly.core packages
// Then "rush update --full" to update the dependencies.
// "@hcengineering/platform-rig": "file:/../../../huly.utils/packages/platform-rig"
// NOTE: It's configured to work if huly.core is placed adjacent to the platform. If you have it in a different location, you need to change the paths below.

// "@hcengineering/account-client": "file:../../../huly.core/packages/account-client",
// "@hcengineering/analytics": "file:../../../huly.core/packages/analytics",
// "@hcengineering/analytics-service": "file:../../../huly.core/packages/analytics-service",
Expand Down
6,117 changes: 4,465 additions & 1,652 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion common/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"template": "none",
"devDependencies": {
"@hcengineering/platform-rig": "^0.7.15",
"@hcengineering/platform-rig": "^0.7.18",
"esbuild": "^0.25.9",
"sharp": "~0.34.3",
"@typescript-eslint/eslint-plugin": "^6.21.0",
Expand Down
2 changes: 1 addition & 1 deletion desktop-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"bump": "bump-package-version"
},
"devDependencies": {
"@hcengineering/platform-rig": "^0.7.15",
"@hcengineering/platform-rig": "^0.7.18",
"@hcengineering/desktop": "^0.7.0",
"@vercel/webpack-asset-relocator-loader": "^1.7.3",
"node-loader": "~2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"bump": "bump-package-version"
},
"devDependencies": {
"@hcengineering/platform-rig": "^0.7.15",
"@hcengineering/platform-rig": "^0.7.18",
"@vercel/webpack-asset-relocator-loader": "^1.7.3",
"node-loader": "~2.0.0",
"cross-env": "~7.0.3",
Expand Down
3 changes: 1 addition & 2 deletions desktop/src/ui/platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ import { testManagementId } from '@hcengineering/test-management'
import { timeId } from '@hcengineering/time'
import tracker, { trackerId } from '@hcengineering/tracker'
import { trainingId } from '@hcengineering/training'
import uiPlugin, { getCurrentLocation, locationStorageKeyId, navigate, setLocationStorageKey } from '@hcengineering/ui'
import uiPlugin, { getCurrentLocation, locationStorageKeyId, navigate, setLocationStorageKey, uiId } from '@hcengineering/ui'
import { mediaId } from '@hcengineering/media'
import { uploaderId } from '@hcengineering/uploader'
import recorder, { recorderId } from '@hcengineering/recorder'
Expand Down Expand Up @@ -145,7 +145,6 @@ import { ipcMainExposed } from './typesUtils'
import github, { githubId } from '@hcengineering/github'
import '@hcengineering/github-assets'
import { preferenceId } from '@hcengineering/preference'
import { uiId } from '@hcengineering/ui/src/plugin'

function configureI18n (): void {
// Add localization
Expand Down
3 changes: 1 addition & 2 deletions dev/doc-import-tool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@hcengineering/qms-doc-import-tool",
"version": "0.7.0",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
"author": "Anticrm Platform Contributors",
"template": "@hcengineering/node-package",
Expand All @@ -22,7 +21,7 @@
},
"devDependencies": {
"cross-env": "~7.0.3",
"@hcengineering/platform-rig": "^0.7.15",
"@hcengineering/platform-rig": "^0.7.18",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-promise": "^6.1.1",
Expand Down
3 changes: 1 addition & 2 deletions dev/import-tool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@hcengineering/import-tool",
"version": "0.7.0",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
"author": "Anticrm Platform Contributors",
"template": "@hcengineering/node-package",
Expand Down Expand Up @@ -32,7 +31,7 @@
},
"devDependencies": {
"cross-env": "~7.0.3",
"@hcengineering/platform-rig": "^0.7.15",
"@hcengineering/platform-rig": "^0.7.18",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint": "^8.54.0",
"ts-node": "^10.8.0",
Expand Down
4 changes: 2 additions & 2 deletions dev/prod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "EPL-2.0",
"scripts": {
"_phase:package": "rushx package",
"_phase:validate": "compile validate",
"_phase:validate": "rm -rf ./types && compile validate",
"package": "rm -rf ./dist && cross-env NODE_ENV=production webpack --stats-error-details && echo 'done'",
"analyze": "rm -rf ./dist && cross-env NODE_ENV=production webpack --profile --json > stats.json",
"show": "webpack-bundle-analyzer stats.json dist",
Expand All @@ -23,7 +23,7 @@
"format": "echo 'no format yet'"
},
"devDependencies": {
"@hcengineering/platform-rig": "^0.7.15",
"@hcengineering/platform-rig": "^0.7.18",
"@types/node": "^22.15.29",
"autoprefixer": "^10.4.14",
"browserslist": "^4.25.0",
Expand Down
4 changes: 1 addition & 3 deletions dev/prod/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
module.exports = {
plugins: [
require('autoprefixer')
]
plugins: [require('autoprefixer')]
}
2 changes: 1 addition & 1 deletion dev/prod/src/platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ import { setMetadata } from '@hcengineering/platform'
import { initThemeStore, setDefaultLanguage } from '@hcengineering/theme'

import { preferenceId } from '@hcengineering/preference'
import { uiId } from '@hcengineering/ui/src/plugin'
import { uiId } from '@hcengineering/ui'
import { configureAnalytics } from './analytics'

export interface Config {
Expand Down
3 changes: 1 addition & 2 deletions dev/tool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@hcengineering/tool",
"version": "0.7.0",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
"author": "Anticrm Platform Contributors",
"template": "@hcengineering/node-package",
Expand Down Expand Up @@ -36,7 +35,7 @@
},
"devDependencies": {
"cross-env": "~7.0.3",
"@hcengineering/platform-rig": "^0.7.15",
"@hcengineering/platform-rig": "^0.7.18",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-promise": "^6.1.1",
Expand Down
3 changes: 1 addition & 2 deletions models/achievement/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@hcengineering/model-achievement",
"version": "0.7.0",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
"author": "Copyright © Hardcore Engineering Inc.",
"template": "@hcengineering/model-package",
Expand All @@ -18,7 +17,7 @@
"test": "jest --passWithNoTests --silent --forceExit"
},
"devDependencies": {
"@hcengineering/platform-rig": "^0.7.15",
"@hcengineering/platform-rig": "^0.7.18",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-promise": "^6.1.1",
Expand Down
2 changes: 1 addition & 1 deletion models/achievement/src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//
import { mergeIds } from '@hcengineering/platform'
import { achievementId } from '@hcengineering/achievement'
import achievement from '@hcengineering/achievement-resources/src/plugin'
import { achievementPlugin as achievement } from '@hcengineering/achievement-resources'
import { type Ref } from '@hcengineering/core'
import { type ComponentPointExtension } from '@hcengineering/presentation'

Expand Down
3 changes: 1 addition & 2 deletions models/activity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@hcengineering/model-activity",
"version": "0.7.0",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
"author": "Anticrm Platform Contributors",
"template": "@hcengineering/model-package",
Expand All @@ -18,7 +17,7 @@
"test": "jest --passWithNoTests --silent --forceExit"
},
"devDependencies": {
"@hcengineering/platform-rig": "^0.7.15",
"@hcengineering/platform-rig": "^0.7.18",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.54.0",
Expand Down
2 changes: 1 addition & 1 deletion models/activity/src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.
//
import { activityId, type ActivityMessage, type DocUpdateMessageViewlet } from '@hcengineering/activity'
import activity from '@hcengineering/activity-resources/src/plugin'
import { activityPlugin as activity } from '@hcengineering/activity-resources'
import { type IntlString, mergeIds, type Resource } from '@hcengineering/platform'
import { type Doc, type Ref } from '@hcengineering/core'
import type { Location } from '@hcengineering/ui/src/types'
Expand Down
3 changes: 1 addition & 2 deletions models/ai-assistant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@hcengineering/model-ai-assistant",
"version": "0.7.0",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
"author": "Copyright © Hardcore Engineering Inc.",
"template": "@hcengineering/model-package",
Expand All @@ -18,7 +17,7 @@
"test": "jest --passWithNoTests --silent --forceExit"
},
"devDependencies": {
"@hcengineering/platform-rig": "^0.7.15",
"@hcengineering/platform-rig": "^0.7.18",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-promise": "^6.1.1",
Expand Down
2 changes: 1 addition & 1 deletion models/ai-assistant/src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

import { type IntlString, mergeIds } from '@hcengineering/platform'
import { aiAssistantId } from '@hcengineering/ai-assistant'
import aiAssistant from '@hcengineering/ai-assistant-resources/src/plugin'
import { aiAssistantPlugin as aiAssistant } from '@hcengineering/ai-assistant-resources'

export default mergeIds(aiAssistantId, aiAssistant, {
string: {
Expand Down
3 changes: 1 addition & 2 deletions models/ai-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@hcengineering/model-ai-bot",
"version": "0.7.0",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
"author": "Copyright © Hardcore Engineering Inc.",
"template": "@hcengineering/model-package",
Expand All @@ -18,7 +17,7 @@
"test": "jest --passWithNoTests --silent --forceExit"
},
"devDependencies": {
"@hcengineering/platform-rig": "^0.7.15",
"@hcengineering/platform-rig": "^0.7.18",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.54.0",
Expand Down
3 changes: 1 addition & 2 deletions models/all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@hcengineering/model-all",
"version": "0.7.0",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
"author": "Anticrm Platform Contributors",
"template": "@hcengineering/model-package",
Expand All @@ -21,7 +20,7 @@
"test": "jest --passWithNoTests --silent --forceExit"
},
"devDependencies": {
"@hcengineering/platform-rig": "^0.7.15",
"@hcengineering/platform-rig": "^0.7.18",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-promise": "^6.1.1",
Expand Down
3 changes: 1 addition & 2 deletions models/analytics-collector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@hcengineering/model-analytics-collector",
"version": "0.7.0",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
"author": "Copyright © Hardcore Engineering Inc.",
"template": "@hcengineering/model-package",
Expand All @@ -18,7 +17,7 @@
"test": "jest --passWithNoTests --silent --forceExit"
},
"devDependencies": {
"@hcengineering/platform-rig": "^0.7.15",
"@hcengineering/platform-rig": "^0.7.18",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.54.0",
Expand Down
3 changes: 1 addition & 2 deletions models/attachment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@hcengineering/model-attachment",
"version": "0.7.0",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
"author": "Anticrm Platform Contributors",
"template": "@hcengineering/model-package",
Expand All @@ -18,7 +17,7 @@
"test": "jest --passWithNoTests --silent --forceExit"
},
"devDependencies": {
"@hcengineering/platform-rig": "^0.7.15",
"@hcengineering/platform-rig": "^0.7.18",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.54.0",
Expand Down
2 changes: 1 addition & 1 deletion models/attachment/src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

import type { ActivityMessage, DocUpdateMessageViewlet } from '@hcengineering/activity'
import { attachmentId } from '@hcengineering/attachment'
import attachment from '@hcengineering/attachment-resources/src/plugin'
import { attachmentPlugin as attachment } from '@hcengineering/attachment-resources'
import type { Ref, Doc } from '@hcengineering/core'
import type { IntlString, Resource } from '@hcengineering/platform'
import { mergeIds } from '@hcengineering/platform'
Expand Down
3 changes: 1 addition & 2 deletions models/billing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@hcengineering/model-billing",
"version": "0.7.0",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
"author": "Hardcore Engineering Inc.",
"template": "@hcengineering/model-package",
Expand All @@ -18,7 +17,7 @@
"test": "jest --passWithNoTests --silent --forceExit"
},
"devDependencies": {
"@hcengineering/platform-rig": "^0.7.15",
"@hcengineering/platform-rig": "^0.7.18",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-promise": "^6.1.1",
Expand Down
3 changes: 1 addition & 2 deletions models/bitrix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@hcengineering/model-bitrix",
"version": "0.7.0",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
"author": "Anticrm Platform Contributors",
"template": "@hcengineering/model-package",
Expand All @@ -18,7 +17,7 @@
"test": "jest --passWithNoTests --silent --forceExit"
},
"devDependencies": {
"@hcengineering/platform-rig": "^0.7.15",
"@hcengineering/platform-rig": "^0.7.18",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-promise": "^6.1.1",
Expand Down
2 changes: 1 addition & 1 deletion models/bitrix/src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
//

import { bitrixId } from '@hcengineering/bitrix'
import bitrix from '@hcengineering/bitrix-resources/src/plugin'
import { bitrixPlugin as bitrix } from '@hcengineering/bitrix-resources'
import { type IntlString, mergeIds } from '@hcengineering/platform'
import { type Action } from '@hcengineering/view'

Expand Down
3 changes: 1 addition & 2 deletions models/board/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@hcengineering/model-board",
"version": "0.7.0",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
"author": "Anticrm Platform Contributors",
"template": "@hcengineering/model-package",
Expand All @@ -18,7 +17,7 @@
"test": "jest --passWithNoTests --silent --forceExit"
},
"devDependencies": {
"@hcengineering/platform-rig": "^0.7.15",
"@hcengineering/platform-rig": "^0.7.18",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-promise": "^6.1.1",
Expand Down
2 changes: 1 addition & 1 deletion models/board/src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
//

import { type Board, boardId } from '@hcengineering/board'
import board from '@hcengineering/board-resources/src/plugin'
import { boardPlugin as board } from '@hcengineering/board-resources'
import type { Ref, Sequence } from '@hcengineering/core'
import { type IntlString, mergeIds } from '@hcengineering/platform'
import { type TaskTypeDescriptor, type ProjectType } from '@hcengineering/task'
Expand Down
3 changes: 1 addition & 2 deletions models/calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@hcengineering/model-calendar",
"version": "0.7.0",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
"author": "Anticrm Platform Contributors",
"template": "@hcengineering/model-package",
Expand All @@ -18,7 +17,7 @@
"test": "jest --passWithNoTests --silent --forceExit"
},
"devDependencies": {
"@hcengineering/platform-rig": "^0.7.15",
"@hcengineering/platform-rig": "^0.7.18",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-promise": "^6.1.1",
Expand Down
2 changes: 1 addition & 1 deletion models/calendar/src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

import { type DocUpdateMessageViewlet } from '@hcengineering/activity'
import { calendarId } from '@hcengineering/calendar'
import calendar from '@hcengineering/calendar-resources/src/plugin'
import { calendarPlugin as calendar } from '@hcengineering/calendar-resources'
import { type Doc, type Ref } from '@hcengineering/core'
import { type NotificationGroup } from '@hcengineering/notification'
import type { IntlString } from '@hcengineering/platform'
Expand Down
Loading
Loading