@open-mercato/core 0.6.6-develop.5903.1.33a2be39eb → 0.6.6-develop.6089.1.a7ed560528
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.
- package/dist/modules/api_keys/index.js +1 -1
- package/dist/modules/api_keys/index.js.map +1 -1
- package/dist/modules/attachments/index.js +1 -1
- package/dist/modules/attachments/index.js.map +1 -1
- package/dist/modules/audit_logs/index.js +1 -1
- package/dist/modules/audit_logs/index.js.map +1 -1
- package/dist/modules/auth/index.js +1 -1
- package/dist/modules/auth/index.js.map +1 -1
- package/dist/modules/business_rules/index.js +1 -1
- package/dist/modules/business_rules/index.js.map +1 -1
- package/dist/modules/catalog/index.js +1 -1
- package/dist/modules/catalog/index.js.map +1 -1
- package/dist/modules/configs/index.js +1 -1
- package/dist/modules/configs/index.js.map +1 -1
- package/dist/modules/currencies/index.js +1 -1
- package/dist/modules/currencies/index.js.map +1 -1
- package/dist/modules/customer_accounts/index.js +1 -1
- package/dist/modules/customer_accounts/index.js.map +1 -1
- package/dist/modules/customers/backend/customers/deals/pipeline/page.js +9 -11
- package/dist/modules/customers/backend/customers/deals/pipeline/page.js.map +2 -2
- package/dist/modules/customers/index.js +1 -1
- package/dist/modules/customers/index.js.map +1 -1
- package/dist/modules/dashboards/index.js +1 -1
- package/dist/modules/dashboards/index.js.map +1 -1
- package/dist/modules/dictionaries/index.js +1 -1
- package/dist/modules/dictionaries/index.js.map +1 -1
- package/dist/modules/directory/index.js +1 -1
- package/dist/modules/directory/index.js.map +1 -1
- package/dist/modules/entities/backend/entities/user/[entityId]/page.js +5 -2
- package/dist/modules/entities/backend/entities/user/[entityId]/page.js.map +2 -2
- package/dist/modules/entities/index.js +1 -1
- package/dist/modules/entities/index.js.map +1 -1
- package/dist/modules/feature_toggles/components/FeatureToggleOverrideCard.js +6 -2
- package/dist/modules/feature_toggles/components/FeatureToggleOverrideCard.js.map +2 -2
- package/dist/modules/feature_toggles/index.js +1 -1
- package/dist/modules/feature_toggles/index.js.map +1 -1
- package/dist/modules/notifications/index.js +1 -1
- package/dist/modules/notifications/index.js.map +1 -1
- package/dist/modules/perspectives/index.js +1 -1
- package/dist/modules/perspectives/index.js.map +1 -1
- package/dist/modules/planner/index.js +1 -1
- package/dist/modules/planner/index.js.map +1 -1
- package/dist/modules/progress/index.js +1 -1
- package/dist/modules/progress/index.js.map +1 -1
- package/dist/modules/query_index/index.js +1 -1
- package/dist/modules/query_index/index.js.map +1 -1
- package/dist/modules/resources/index.js +1 -1
- package/dist/modules/resources/index.js.map +1 -1
- package/dist/modules/sales/index.js +1 -1
- package/dist/modules/sales/index.js.map +1 -1
- package/dist/modules/staff/index.js +1 -1
- package/dist/modules/staff/index.js.map +1 -1
- package/dist/modules/translations/index.js +1 -1
- package/dist/modules/translations/index.js.map +1 -1
- package/package.json +8 -7
- package/src/modules/api_keys/index.ts +1 -1
- package/src/modules/attachments/index.ts +1 -1
- package/src/modules/audit_logs/index.ts +1 -1
- package/src/modules/auth/index.ts +1 -1
- package/src/modules/business_rules/index.ts +1 -1
- package/src/modules/catalog/index.ts +1 -1
- package/src/modules/configs/index.ts +1 -1
- package/src/modules/currencies/index.ts +1 -1
- package/src/modules/customer_accounts/index.ts +1 -1
- package/src/modules/customers/backend/customers/deals/pipeline/page.tsx +8 -7
- package/src/modules/customers/index.ts +1 -1
- package/src/modules/dashboards/index.ts +1 -1
- package/src/modules/dictionaries/index.ts +1 -1
- package/src/modules/directory/index.ts +1 -1
- package/src/modules/entities/backend/entities/user/[entityId]/page.tsx +5 -2
- package/src/modules/entities/index.ts +1 -1
- package/src/modules/feature_toggles/components/FeatureToggleOverrideCard.tsx +6 -2
- package/src/modules/feature_toggles/index.ts +1 -1
- package/src/modules/notifications/index.ts +1 -1
- package/src/modules/perspectives/index.ts +1 -1
- package/src/modules/planner/index.ts +1 -1
- package/src/modules/progress/index.ts +1 -1
- package/src/modules/query_index/index.ts +1 -1
- package/src/modules/resources/index.ts +1 -1
- package/src/modules/sales/index.ts +1 -1
- package/src/modules/staff/index.ts +1 -1
- package/src/modules/translations/index.ts +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/modules/api_keys/index.ts"],
|
|
4
|
-
"sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'api_keys',\n title: 'API Keys',\n version: '0.1.0',\n description: 'Manage access tokens for external API access.',\n author: 'Open Mercato Team',\n license: '
|
|
4
|
+
"sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'api_keys',\n title: 'API Keys',\n version: '0.1.0',\n description: 'Manage access tokens for external API access.',\n author: 'Open Mercato Team',\n license: 'MIT',\n requires: ['auth'],\n}\n\nexport { features } from './acl'\n"],
|
|
5
5
|
"mappings": "AAEO,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AAAA,EACT,UAAU,CAAC,MAAM;AACnB;AAEA,SAAS,gBAAgB;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/modules/attachments/index.ts"],
|
|
4
|
-
"sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'attachments',\n title: 'Attachments',\n version: '0.1.0',\n description: 'File attachments and media management.',\n author: 'Open Mercato Team',\n license: '
|
|
4
|
+
"sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'attachments',\n title: 'Attachments',\n version: '0.1.0',\n description: 'File attachments and media management.',\n author: 'Open Mercato Team',\n license: 'MIT',\n}\n\n"],
|
|
5
5
|
"mappings": "AAEO,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AACX;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/modules/audit_logs/index.ts"],
|
|
4
|
-
"sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'audit_logs',\n title: 'Audit & Action Logs',\n version: '0.1.0',\n description: 'Tracks user actions and data accesses with undo support scaffolding.',\n author: 'Open Mercato Team',\n license: '
|
|
4
|
+
"sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'audit_logs',\n title: 'Audit & Action Logs',\n version: '0.1.0',\n description: 'Tracks user actions and data accesses with undo support scaffolding.',\n author: 'Open Mercato Team',\n license: 'MIT',\n}\n\nexport { features } from './acl'\n"],
|
|
5
5
|
"mappings": "AAEO,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AACX;AAEA,SAAS,gBAAgB;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/modules/auth/index.ts"],
|
|
4
|
-
"sourcesContent": ["import './commands/users'\nimport './commands/roles'\nimport type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'auth',\n title: 'Authentication & Accounts',\n version: '0.1.0',\n description: 'User accounts, sessions, roles and password resets.',\n author: 'Open Mercato Team',\n license: '
|
|
4
|
+
"sourcesContent": ["import './commands/users'\nimport './commands/roles'\nimport type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'auth',\n title: 'Authentication & Accounts',\n version: '0.1.0',\n description: 'User accounts, sessions, roles and password resets.',\n author: 'Open Mercato Team',\n license: 'MIT',\n}\n\n// Re-export features from module root acl.ts so generator can pick them up regardless of consumer imports\nexport { features } from './acl'\n"],
|
|
5
5
|
"mappings": "AAAA,OAAO;AACP,OAAO;AAGA,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AACX;AAGA,SAAS,gBAAgB;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/modules/business_rules/index.ts"],
|
|
4
|
-
"sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'business_rules',\n title: 'Business Rules',\n version: '0.1.0',\n description: 'Business Rules Engine for defining, managing, and executing business logic and automation rules.',\n author: 'Patryk Lewczuk',\n license: '
|
|
4
|
+
"sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'business_rules',\n title: 'Business Rules',\n version: '0.1.0',\n description: 'Business Rules Engine for defining, managing, and executing business logic and automation rules.',\n author: 'Patryk Lewczuk',\n license: 'MIT',\n}\n\n// Export rule engine types and functions for programmatic usage\nexport {\n executeRules,\n executeRuleById,\n executeRuleByRuleId,\n executeSingleRule,\n findApplicableRules,\n logRuleExecution,\n type RuleEngineContext,\n type RuleEngineResult,\n type RuleExecutionResult,\n type RuleDiscoveryOptions,\n type DirectRuleExecutionContext,\n type DirectRuleExecutionResult,\n type RuleIdExecutionContext,\n} from './lib/rule-engine'\n\n// Export validator schemas\nexport {\n directRuleExecutionContextSchema,\n ruleIdExecutionContextSchema,\n type DirectRuleExecutionContextInput,\n type RuleIdExecutionContextInput,\n} from './data/validators'\n"],
|
|
5
5
|
"mappings": "AAEO,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AACX;AAGA;AAAA,EACE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,OAQK;AAGP;AAAA,EACE;AAAA,EACA;AAAA,OAGK;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -5,7 +5,7 @@ const metadata = {
|
|
|
5
5
|
version: "0.1.0",
|
|
6
6
|
description: "Configurable catalog for products, variants, and pricing used by the sales module.",
|
|
7
7
|
author: "Open Mercato Team",
|
|
8
|
-
license: "
|
|
8
|
+
license: "MIT",
|
|
9
9
|
ejectable: true
|
|
10
10
|
};
|
|
11
11
|
import { features } from "./acl.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/modules/catalog/index.ts"],
|
|
4
|
-
"sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\nimport './commands'\n\nexport const metadata: ModuleInfo = {\n name: 'catalog',\n title: 'Product Catalog',\n version: '0.1.0',\n description: 'Configurable catalog for products, variants, and pricing used by the sales module.',\n author: 'Open Mercato Team',\n license: '
|
|
4
|
+
"sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\nimport './commands'\n\nexport const metadata: ModuleInfo = {\n name: 'catalog',\n title: 'Product Catalog',\n version: '0.1.0',\n description: 'Configurable catalog for products, variants, and pricing used by the sales module.',\n author: 'Open Mercato Team',\n license: 'MIT',\n ejectable: true,\n}\n\nexport { features } from './acl'\n"],
|
|
5
5
|
"mappings": "AACA,OAAO;AAEA,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AAAA,EACT,WAAW;AACb;AAEA,SAAS,gBAAgB;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/modules/configs/index.ts"],
|
|
4
|
-
"sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'configs',\n title: 'Configuration',\n version: '0.1.0',\n description: 'Shared configuration storage and helpers for module settings.',\n author: 'Open Mercato Team',\n license: '
|
|
4
|
+
"sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'configs',\n title: 'Configuration',\n version: '0.1.0',\n description: 'Shared configuration storage and helpers for module settings.',\n author: 'Open Mercato Team',\n license: 'MIT',\n}\n\n"],
|
|
5
5
|
"mappings": "AAEO,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AACX;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/modules/currencies/index.ts"],
|
|
4
|
-
"sourcesContent": ["import './commands/currencies'\nimport './commands/exchange-rates'\nimport type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'currencies',\n title: 'Currencies',\n version: '0.1.0',\n description: 'Currencies and Exchange rate management',\n author: 'Open Mercato Team',\n license: '
|
|
4
|
+
"sourcesContent": ["import './commands/currencies'\nimport './commands/exchange-rates'\nimport type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'currencies',\n title: 'Currencies',\n version: '0.1.0',\n description: 'Currencies and Exchange rate management',\n author: 'Open Mercato Team',\n license: 'MIT',\n ejectable: true,\n}\n"],
|
|
5
5
|
"mappings": "AAAA,OAAO;AACP,OAAO;AAGA,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AAAA,EACT,WAAW;AACb;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -4,7 +4,7 @@ const metadata = {
|
|
|
4
4
|
version: "0.1.0",
|
|
5
5
|
description: "Customer-facing authentication with two-tier identity model and full RBAC.",
|
|
6
6
|
author: "Open Mercato Team",
|
|
7
|
-
license: "
|
|
7
|
+
license: "MIT",
|
|
8
8
|
ejectable: true
|
|
9
9
|
};
|
|
10
10
|
import { features } from "./acl.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/modules/customer_accounts/index.ts"],
|
|
4
|
-
"sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'customer_accounts',\n title: 'Customer Identity & Portal Authentication',\n version: '0.1.0',\n description: 'Customer-facing authentication with two-tier identity model and full RBAC.',\n author: 'Open Mercato Team',\n license: '
|
|
4
|
+
"sourcesContent": ["import type { ModuleInfo } from '@open-mercato/shared/modules/registry'\n\nexport const metadata: ModuleInfo = {\n name: 'customer_accounts',\n title: 'Customer Identity & Portal Authentication',\n version: '0.1.0',\n description: 'Customer-facing authentication with two-tier identity model and full RBAC.',\n author: 'Open Mercato Team',\n license: 'MIT',\n ejectable: true,\n}\n\nexport { features } from './acl'\n"],
|
|
5
5
|
"mappings": "AAEO,MAAM,WAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,SAAS;AAAA,EACT,WAAW;AACb;AAEA,SAAS,gBAAgB;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -29,7 +29,7 @@ import { Button } from "@open-mercato/ui/primitives/button";
|
|
|
29
29
|
import { IconButton } from "@open-mercato/ui/primitives/icon-button";
|
|
30
30
|
import { SearchInput } from "@open-mercato/ui/primitives/search-input";
|
|
31
31
|
import { Spinner } from "@open-mercato/ui/primitives/spinner";
|
|
32
|
-
import {
|
|
32
|
+
import { Alert, AlertDescription, AlertTitle } from "@open-mercato/ui/primitives/alert";
|
|
33
33
|
import { EmptyState } from "@open-mercato/ui/primitives/empty-state";
|
|
34
34
|
import {
|
|
35
35
|
Select,
|
|
@@ -2230,16 +2230,14 @@ function DealsKanbanPage() {
|
|
|
2230
2230
|
),
|
|
2231
2231
|
className: "h-[50vh] w-full"
|
|
2232
2232
|
}
|
|
2233
|
-
) : isInitialLoading ? /* @__PURE__ */ jsx("div", { className: "flex h-[50vh] items-center justify-center", children: /* @__PURE__ */ jsx(Spinner, {}) }) : firstError ? /* @__PURE__ */ jsx("div", { className: "max-w-xl", children: /* @__PURE__ */
|
|
2234
|
-
|
|
2235
|
-
{
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
}
|
|
2242
|
-
) }) : /* @__PURE__ */ jsxs(
|
|
2233
|
+
) : isInitialLoading ? /* @__PURE__ */ jsx("div", { className: "flex h-[50vh] items-center justify-center", children: /* @__PURE__ */ jsx(Spinner, {}) }) : firstError ? /* @__PURE__ */ jsx("div", { className: "max-w-xl", children: /* @__PURE__ */ jsxs(Alert, { variant: "destructive", children: [
|
|
2234
|
+
/* @__PURE__ */ jsx(AlertTitle, { children: translateWithFallback(t, "ui.errors.defaultTitle", "Something went wrong") }),
|
|
2235
|
+
/* @__PURE__ */ jsx(AlertDescription, { children: firstError instanceof Error ? firstError.message : translateWithFallback(
|
|
2236
|
+
t,
|
|
2237
|
+
"customers.deals.pipeline.loadError",
|
|
2238
|
+
"Failed to load deals."
|
|
2239
|
+
) })
|
|
2240
|
+
] }) }) : /* @__PURE__ */ jsxs(
|
|
2243
2241
|
DndContext,
|
|
2244
2242
|
{
|
|
2245
2243
|
sensors,
|