@elevasis/ui 2.9.0 → 2.10.0
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/app/index.css +137 -0
- package/dist/app/index.d.ts +223 -0
- package/dist/app/index.js +95 -0
- package/dist/charts/index.js +3 -2
- package/dist/{chunk-NYMKWGKN.js → chunk-4BF74JVD.js} +110 -7
- package/dist/{chunk-YCHZ4U5V.js → chunk-5VBR74ZS.js} +5 -13
- package/dist/chunk-ADSSLKKP.js +10 -0
- package/dist/{chunk-C2OFFC7J.js → chunk-AL23U6C3.js} +3 -2
- package/dist/{chunk-27COZ5AH.js → chunk-CEWTOKE7.js} +3 -50
- package/dist/{chunk-AQQYVAFK.js → chunk-CLXMNMIS.js} +8 -7
- package/dist/{chunk-4PHPENKX.js → chunk-E3IFHX6A.js} +27 -377
- package/dist/{chunk-4JPW5U5I.js → chunk-E4W7LB37.js} +53 -54
- package/dist/{chunk-CYXZHBP4.js → chunk-F4TPY6YL.js} +14 -3
- package/dist/chunk-G2TDX3W6.js +5 -0
- package/dist/chunk-IIMU5YAJ.js +53 -0
- package/dist/{chunk-W4VYXIN7.js → chunk-L4XXM55J.js} +3 -142
- package/dist/{chunk-KGEYEUR5.js → chunk-MOHVG62K.js} +7 -6
- package/dist/{chunk-F5QSLYUB.js → chunk-N47Z6LD4.js} +317 -1060
- package/dist/{chunk-47YILFON.js → chunk-OS5GFW2O.js} +156 -141
- package/dist/chunk-P5VHGY5P.js +13 -0
- package/dist/chunk-R7WLWGPO.js +126 -0
- package/dist/{chunk-Y3D3WFJG.js → chunk-SQQGLGHW.js} +2 -11
- package/dist/{chunk-KFICYU6S.js → chunk-STZJ7SY5.js} +1 -1
- package/dist/chunk-SZHARWKU.js +15 -0
- package/dist/{chunk-7PDDPNQS.js → chunk-TSX4I3NW.js} +3 -3
- package/dist/{chunk-CTWYIRKW.js → chunk-U23TW6NP.js} +24 -34
- package/dist/{chunk-OPT74SGF.js → chunk-USVBMGMP.js} +26 -172
- package/dist/chunk-V7XHGJQZ.js +145 -0
- package/dist/{chunk-UE5QQDCR.js → chunk-WHQXDETX.js} +5 -5
- package/dist/{chunk-ZZ35VSNF.js → chunk-YQLE5HR5.js} +4 -4
- package/dist/{chunk-VNUOQQNY.js → chunk-Z3OWD3A4.js} +2 -2
- package/dist/components/index.d.ts +6 -253
- package/dist/components/index.js +31 -25
- package/dist/features/auth/index.d.ts +0 -107
- package/dist/features/auth/index.js +0 -1
- package/dist/features/crm/index.d.ts +3 -136
- package/dist/features/crm/index.js +14 -9
- package/dist/features/dashboard/index.js +13 -9
- package/dist/features/delivery/index.d.ts +3 -137
- package/dist/features/delivery/index.js +15 -9
- package/dist/features/lead-gen/index.d.ts +3 -29
- package/dist/features/lead-gen/index.js +20 -14
- package/dist/features/monitoring/index.d.ts +3 -30
- package/dist/features/monitoring/index.js +14 -10
- package/dist/features/operations/index.d.ts +18 -1323
- package/dist/features/operations/index.js +18 -13
- package/dist/features/seo/index.d.ts +3 -30
- package/dist/features/seo/index.js +3 -2
- package/dist/features/settings/index.d.ts +6 -146
- package/dist/features/settings/index.js +13 -9
- package/dist/hooks/index.d.ts +10 -1403
- package/dist/hooks/index.js +11 -7
- package/dist/hooks/published.d.ts +10 -1403
- package/dist/hooks/published.js +11 -7
- package/dist/index.d.ts +96 -1510
- package/dist/index.js +12 -8
- package/dist/initialization/index.d.ts +3 -117
- package/dist/layout/index.d.ts +12 -2
- package/dist/layout/index.js +5 -4
- package/dist/organization/index.d.ts +3 -10
- package/dist/organization/index.js +2 -1
- package/dist/profile/index.d.ts +0 -107
- package/dist/provider/index.d.ts +44 -65
- package/dist/provider/index.js +10 -6
- package/dist/provider/published.d.ts +44 -65
- package/dist/provider/published.js +6 -3
- package/dist/supabase/index.d.ts +0 -209
- package/dist/theme/index.d.ts +1 -1
- package/dist/theme/index.js +3 -3
- package/dist/typeform/index.js +10 -10
- package/dist/types/index.d.ts +68 -1738
- package/package.json +20 -4
- package/src/app/README.md +24 -0
- package/src/provider/README.md +8 -7
- package/dist/chunk-IDACMRGQ.js +0 -115
|
@@ -1113,113 +1113,6 @@ type Database = {
|
|
|
1113
1113
|
}
|
|
1114
1114
|
];
|
|
1115
1115
|
};
|
|
1116
|
-
calibration_projects: {
|
|
1117
|
-
Row: {
|
|
1118
|
-
created_at: string | null;
|
|
1119
|
-
description: string | null;
|
|
1120
|
-
id: string;
|
|
1121
|
-
name: string;
|
|
1122
|
-
organization_id: string;
|
|
1123
|
-
resource_id: string;
|
|
1124
|
-
resource_type: string;
|
|
1125
|
-
updated_at: string | null;
|
|
1126
|
-
};
|
|
1127
|
-
Insert: {
|
|
1128
|
-
created_at?: string | null;
|
|
1129
|
-
description?: string | null;
|
|
1130
|
-
id?: string;
|
|
1131
|
-
name: string;
|
|
1132
|
-
organization_id: string;
|
|
1133
|
-
resource_id: string;
|
|
1134
|
-
resource_type: string;
|
|
1135
|
-
updated_at?: string | null;
|
|
1136
|
-
};
|
|
1137
|
-
Update: {
|
|
1138
|
-
created_at?: string | null;
|
|
1139
|
-
description?: string | null;
|
|
1140
|
-
id?: string;
|
|
1141
|
-
name?: string;
|
|
1142
|
-
organization_id?: string;
|
|
1143
|
-
resource_id?: string;
|
|
1144
|
-
resource_type?: string;
|
|
1145
|
-
updated_at?: string | null;
|
|
1146
|
-
};
|
|
1147
|
-
Relationships: [
|
|
1148
|
-
{
|
|
1149
|
-
foreignKeyName: "calibration_projects_organization_id_fkey";
|
|
1150
|
-
columns: ["organization_id"];
|
|
1151
|
-
isOneToOne: false;
|
|
1152
|
-
referencedRelation: "organizations";
|
|
1153
|
-
referencedColumns: ["id"];
|
|
1154
|
-
}
|
|
1155
|
-
];
|
|
1156
|
-
};
|
|
1157
|
-
calibration_runs: {
|
|
1158
|
-
Row: {
|
|
1159
|
-
completed_at: string | null;
|
|
1160
|
-
config_variants: Json;
|
|
1161
|
-
created_at: string | null;
|
|
1162
|
-
description: string | null;
|
|
1163
|
-
execution_mode: string;
|
|
1164
|
-
grader_model: string | null;
|
|
1165
|
-
grading_rubric: Json | null;
|
|
1166
|
-
id: string;
|
|
1167
|
-
name: string;
|
|
1168
|
-
organization_id: string;
|
|
1169
|
-
project_id: string;
|
|
1170
|
-
results: Json;
|
|
1171
|
-
status: string;
|
|
1172
|
-
test_inputs: Json;
|
|
1173
|
-
};
|
|
1174
|
-
Insert: {
|
|
1175
|
-
completed_at?: string | null;
|
|
1176
|
-
config_variants: Json;
|
|
1177
|
-
created_at?: string | null;
|
|
1178
|
-
description?: string | null;
|
|
1179
|
-
execution_mode?: string;
|
|
1180
|
-
grader_model?: string | null;
|
|
1181
|
-
grading_rubric?: Json | null;
|
|
1182
|
-
id?: string;
|
|
1183
|
-
name: string;
|
|
1184
|
-
organization_id: string;
|
|
1185
|
-
project_id: string;
|
|
1186
|
-
results?: Json;
|
|
1187
|
-
status?: string;
|
|
1188
|
-
test_inputs: Json;
|
|
1189
|
-
};
|
|
1190
|
-
Update: {
|
|
1191
|
-
completed_at?: string | null;
|
|
1192
|
-
config_variants?: Json;
|
|
1193
|
-
created_at?: string | null;
|
|
1194
|
-
description?: string | null;
|
|
1195
|
-
execution_mode?: string;
|
|
1196
|
-
grader_model?: string | null;
|
|
1197
|
-
grading_rubric?: Json | null;
|
|
1198
|
-
id?: string;
|
|
1199
|
-
name?: string;
|
|
1200
|
-
organization_id?: string;
|
|
1201
|
-
project_id?: string;
|
|
1202
|
-
results?: Json;
|
|
1203
|
-
status?: string;
|
|
1204
|
-
test_inputs?: Json;
|
|
1205
|
-
};
|
|
1206
|
-
Relationships: [
|
|
1207
|
-
{
|
|
1208
|
-
foreignKeyName: "calibration_runs_organization_id_fkey";
|
|
1209
|
-
columns: ["organization_id"];
|
|
1210
|
-
isOneToOne: false;
|
|
1211
|
-
referencedRelation: "organizations";
|
|
1212
|
-
referencedColumns: ["id"];
|
|
1213
|
-
},
|
|
1214
|
-
{
|
|
1215
|
-
foreignKeyName: "calibration_runs_project_id_fkey";
|
|
1216
|
-
columns: ["project_id"];
|
|
1217
|
-
isOneToOne: false;
|
|
1218
|
-
referencedRelation: "calibration_projects";
|
|
1219
|
-
referencedColumns: ["id"];
|
|
1220
|
-
}
|
|
1221
|
-
];
|
|
1222
|
-
};
|
|
1223
1116
|
command_queue: {
|
|
1224
1117
|
Row: {
|
|
1225
1118
|
action_payload: Json | null;
|
|
@@ -1161,113 +1161,6 @@ type Database = {
|
|
|
1161
1161
|
}
|
|
1162
1162
|
];
|
|
1163
1163
|
};
|
|
1164
|
-
calibration_projects: {
|
|
1165
|
-
Row: {
|
|
1166
|
-
created_at: string | null;
|
|
1167
|
-
description: string | null;
|
|
1168
|
-
id: string;
|
|
1169
|
-
name: string;
|
|
1170
|
-
organization_id: string;
|
|
1171
|
-
resource_id: string;
|
|
1172
|
-
resource_type: string;
|
|
1173
|
-
updated_at: string | null;
|
|
1174
|
-
};
|
|
1175
|
-
Insert: {
|
|
1176
|
-
created_at?: string | null;
|
|
1177
|
-
description?: string | null;
|
|
1178
|
-
id?: string;
|
|
1179
|
-
name: string;
|
|
1180
|
-
organization_id: string;
|
|
1181
|
-
resource_id: string;
|
|
1182
|
-
resource_type: string;
|
|
1183
|
-
updated_at?: string | null;
|
|
1184
|
-
};
|
|
1185
|
-
Update: {
|
|
1186
|
-
created_at?: string | null;
|
|
1187
|
-
description?: string | null;
|
|
1188
|
-
id?: string;
|
|
1189
|
-
name?: string;
|
|
1190
|
-
organization_id?: string;
|
|
1191
|
-
resource_id?: string;
|
|
1192
|
-
resource_type?: string;
|
|
1193
|
-
updated_at?: string | null;
|
|
1194
|
-
};
|
|
1195
|
-
Relationships: [
|
|
1196
|
-
{
|
|
1197
|
-
foreignKeyName: "calibration_projects_organization_id_fkey";
|
|
1198
|
-
columns: ["organization_id"];
|
|
1199
|
-
isOneToOne: false;
|
|
1200
|
-
referencedRelation: "organizations";
|
|
1201
|
-
referencedColumns: ["id"];
|
|
1202
|
-
}
|
|
1203
|
-
];
|
|
1204
|
-
};
|
|
1205
|
-
calibration_runs: {
|
|
1206
|
-
Row: {
|
|
1207
|
-
completed_at: string | null;
|
|
1208
|
-
config_variants: Json;
|
|
1209
|
-
created_at: string | null;
|
|
1210
|
-
description: string | null;
|
|
1211
|
-
execution_mode: string;
|
|
1212
|
-
grader_model: string | null;
|
|
1213
|
-
grading_rubric: Json | null;
|
|
1214
|
-
id: string;
|
|
1215
|
-
name: string;
|
|
1216
|
-
organization_id: string;
|
|
1217
|
-
project_id: string;
|
|
1218
|
-
results: Json;
|
|
1219
|
-
status: string;
|
|
1220
|
-
test_inputs: Json;
|
|
1221
|
-
};
|
|
1222
|
-
Insert: {
|
|
1223
|
-
completed_at?: string | null;
|
|
1224
|
-
config_variants: Json;
|
|
1225
|
-
created_at?: string | null;
|
|
1226
|
-
description?: string | null;
|
|
1227
|
-
execution_mode?: string;
|
|
1228
|
-
grader_model?: string | null;
|
|
1229
|
-
grading_rubric?: Json | null;
|
|
1230
|
-
id?: string;
|
|
1231
|
-
name: string;
|
|
1232
|
-
organization_id: string;
|
|
1233
|
-
project_id: string;
|
|
1234
|
-
results?: Json;
|
|
1235
|
-
status?: string;
|
|
1236
|
-
test_inputs: Json;
|
|
1237
|
-
};
|
|
1238
|
-
Update: {
|
|
1239
|
-
completed_at?: string | null;
|
|
1240
|
-
config_variants?: Json;
|
|
1241
|
-
created_at?: string | null;
|
|
1242
|
-
description?: string | null;
|
|
1243
|
-
execution_mode?: string;
|
|
1244
|
-
grader_model?: string | null;
|
|
1245
|
-
grading_rubric?: Json | null;
|
|
1246
|
-
id?: string;
|
|
1247
|
-
name?: string;
|
|
1248
|
-
organization_id?: string;
|
|
1249
|
-
project_id?: string;
|
|
1250
|
-
results?: Json;
|
|
1251
|
-
status?: string;
|
|
1252
|
-
test_inputs?: Json;
|
|
1253
|
-
};
|
|
1254
|
-
Relationships: [
|
|
1255
|
-
{
|
|
1256
|
-
foreignKeyName: "calibration_runs_organization_id_fkey";
|
|
1257
|
-
columns: ["organization_id"];
|
|
1258
|
-
isOneToOne: false;
|
|
1259
|
-
referencedRelation: "organizations";
|
|
1260
|
-
referencedColumns: ["id"];
|
|
1261
|
-
},
|
|
1262
|
-
{
|
|
1263
|
-
foreignKeyName: "calibration_runs_project_id_fkey";
|
|
1264
|
-
columns: ["project_id"];
|
|
1265
|
-
isOneToOne: false;
|
|
1266
|
-
referencedRelation: "calibration_projects";
|
|
1267
|
-
referencedColumns: ["id"];
|
|
1268
|
-
}
|
|
1269
|
-
];
|
|
1270
|
-
};
|
|
1271
1164
|
command_queue: {
|
|
1272
1165
|
Row: {
|
|
1273
1166
|
action_payload: Json | null;
|
|
@@ -2823,27 +2716,6 @@ interface QuickCreateActionsProps {
|
|
|
2823
2716
|
}
|
|
2824
2717
|
declare function QuickCreateActions({ showSectionLabel }: QuickCreateActionsProps): react_jsx_runtime.JSX.Element;
|
|
2825
2718
|
|
|
2826
|
-
declare const SemanticDomainSchema = DisplayMetadataSchema.extend({
|
|
2827
|
-
id: ModelIdSchema,
|
|
2828
|
-
entityIds: ReferenceIdsSchema,
|
|
2829
|
-
surfaceIds: ReferenceIdsSchema,
|
|
2830
|
-
resourceIds: ReferenceIdsSchema,
|
|
2831
|
-
capabilityIds: ReferenceIdsSchema
|
|
2832
|
-
})
|
|
2833
|
-
|
|
2834
|
-
declare const FeatureKeySchema = z.enum([
|
|
2835
|
-
'acquisition',
|
|
2836
|
-
'delivery',
|
|
2837
|
-
'operations',
|
|
2838
|
-
'monitoring',
|
|
2839
|
-
'settings',
|
|
2840
|
-
'seo',
|
|
2841
|
-
'calibration'
|
|
2842
|
-
])
|
|
2843
|
-
|
|
2844
|
-
type OrganizationModelFeatureKey = z.infer<typeof FeatureKeySchema>
|
|
2845
|
-
type OrganizationModelSemanticDomain = z.infer<typeof SemanticDomainSchema>
|
|
2846
|
-
|
|
2847
2719
|
interface FeatureNavLink {
|
|
2848
2720
|
label: string;
|
|
2849
2721
|
link: string;
|
|
@@ -2862,15 +2734,10 @@ interface FeatureNavEntry {
|
|
|
2862
2734
|
}
|
|
2863
2735
|
type FeatureSidebarComponent = ComponentType;
|
|
2864
2736
|
interface FeatureModule {
|
|
2865
|
-
/** Unique stable identifier for this feature (e.g. `'crm'`, `'
|
|
2737
|
+
/** Unique stable identifier for this feature (e.g. `'crm'`, `'projects'`). */
|
|
2866
2738
|
key: string;
|
|
2867
|
-
/** Feature
|
|
2868
|
-
|
|
2869
|
-
/**
|
|
2870
|
-
* Semantic domain identifiers contributed by this feature.
|
|
2871
|
-
* Merged with surface-derived domain IDs during resolution.
|
|
2872
|
-
*/
|
|
2873
|
-
domainIds?: OrganizationModelSemanticDomain['id'][];
|
|
2739
|
+
/** Feature ID used for access-flag gating — must match the `id` of a feature in the organization model. */
|
|
2740
|
+
featureId: string;
|
|
2874
2741
|
/**
|
|
2875
2742
|
* Capability identifiers contributed by this feature.
|
|
2876
2743
|
* Merged into `ResolvedFeatureSemantics.capabilityIds` at resolution time.
|
|
@@ -1,25 +1,30 @@
|
|
|
1
|
-
export { ActivityFeedWidget, CRM_ITEMS, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, DEAL_STAGE_COLORS, DEAL_STAGE_OPTIONS, DealDetailPage, DealsListPage, MetricsStrip, MyTasksPanel, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel, TasksDueWidget, crmManifest, formatDealStageLabel, useCrmPipelineSummary, useCrmQuickMetrics, useRecentCrmActivity } from '../../chunk-
|
|
1
|
+
export { ActivityFeedWidget, CRM_ITEMS, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, DEAL_STAGE_COLORS, DEAL_STAGE_OPTIONS, DealDetailPage, DealsListPage, MetricsStrip, MyTasksPanel, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel, TasksDueWidget, crmManifest, formatDealStageLabel, useCrmPipelineSummary, useCrmQuickMetrics, useRecentCrmActivity } from '../../chunk-WHQXDETX.js';
|
|
2
2
|
import '../../chunk-TUMSNGTX.js';
|
|
3
3
|
import '../../chunk-BZZCNLT6.js';
|
|
4
|
-
import '../../chunk-
|
|
4
|
+
import '../../chunk-CEWTOKE7.js';
|
|
5
|
+
import '../../chunk-IIMU5YAJ.js';
|
|
5
6
|
import '../../chunk-PDHTXPSF.js';
|
|
6
7
|
import '../../chunk-GBMNCNHX.js';
|
|
7
8
|
import '../../chunk-7M2VOCYN.js';
|
|
8
|
-
import '../../chunk-
|
|
9
|
+
import '../../chunk-E3IFHX6A.js';
|
|
9
10
|
import '../../chunk-LXHZYSMQ.js';
|
|
10
11
|
import '../../chunk-22UVE3RA.js';
|
|
11
|
-
import '../../chunk-
|
|
12
|
-
import '../../chunk-
|
|
13
|
-
import '../../chunk-
|
|
14
|
-
import '../../chunk-
|
|
12
|
+
import '../../chunk-P5VHGY5P.js';
|
|
13
|
+
import '../../chunk-5VBR74ZS.js';
|
|
14
|
+
import '../../chunk-OS5GFW2O.js';
|
|
15
|
+
import '../../chunk-F4TPY6YL.js';
|
|
16
|
+
import '../../chunk-USVBMGMP.js';
|
|
15
17
|
import '../../chunk-RX4UWZZR.js';
|
|
16
|
-
import '../../chunk-
|
|
18
|
+
import '../../chunk-SQQGLGHW.js';
|
|
17
19
|
import '../../chunk-3KMDHCAR.js';
|
|
18
20
|
import '../../chunk-NYBEU5TE.js';
|
|
21
|
+
import '../../chunk-R7WLWGPO.js';
|
|
22
|
+
import '../../chunk-SZHARWKU.js';
|
|
19
23
|
import '../../chunk-NVOCKXUQ.js';
|
|
20
24
|
import '../../chunk-2IFYDILW.js';
|
|
21
25
|
import '../../chunk-ELJIFLCB.js';
|
|
22
|
-
import '../../chunk-
|
|
26
|
+
import '../../chunk-L4XXM55J.js';
|
|
27
|
+
import '../../chunk-V7XHGJQZ.js';
|
|
23
28
|
import '../../chunk-QJ2KCHKX.js';
|
|
24
29
|
import '../../chunk-DT3QYZVU.js';
|
|
25
30
|
import '../../chunk-SLVC5OJ2.js';
|
|
@@ -1,24 +1,28 @@
|
|
|
1
|
-
export { Dashboard, OperationsOverview, RecentExecutionsByResource, ResourceOverview, UnresolvedErrorsTeaser } from '../../chunk-
|
|
1
|
+
export { Dashboard, OperationsOverview, RecentExecutionsByResource, ResourceOverview, UnresolvedErrorsTeaser } from '../../chunk-U23TW6NP.js';
|
|
2
2
|
import '../../chunk-LGKLC5MG.js';
|
|
3
|
-
import '../../chunk-
|
|
3
|
+
import '../../chunk-STZJ7SY5.js';
|
|
4
4
|
import '../../chunk-YEX4MQSY.js';
|
|
5
5
|
import '../../chunk-XA34RETF.js';
|
|
6
6
|
import '../../chunk-7M2VOCYN.js';
|
|
7
|
-
import '../../chunk-
|
|
7
|
+
import '../../chunk-E3IFHX6A.js';
|
|
8
8
|
import '../../chunk-LXHZYSMQ.js';
|
|
9
9
|
import '../../chunk-22UVE3RA.js';
|
|
10
|
-
import '../../chunk-
|
|
11
|
-
import '../../chunk-
|
|
12
|
-
import '../../chunk-
|
|
13
|
-
import '../../chunk-
|
|
10
|
+
import '../../chunk-P5VHGY5P.js';
|
|
11
|
+
import '../../chunk-5VBR74ZS.js';
|
|
12
|
+
import '../../chunk-OS5GFW2O.js';
|
|
13
|
+
import '../../chunk-F4TPY6YL.js';
|
|
14
|
+
import '../../chunk-USVBMGMP.js';
|
|
14
15
|
import '../../chunk-RX4UWZZR.js';
|
|
15
|
-
import '../../chunk-
|
|
16
|
+
import '../../chunk-SQQGLGHW.js';
|
|
16
17
|
import '../../chunk-3KMDHCAR.js';
|
|
17
18
|
import '../../chunk-NYBEU5TE.js';
|
|
19
|
+
import '../../chunk-R7WLWGPO.js';
|
|
20
|
+
import '../../chunk-SZHARWKU.js';
|
|
18
21
|
import '../../chunk-NVOCKXUQ.js';
|
|
19
22
|
import '../../chunk-2IFYDILW.js';
|
|
20
23
|
import '../../chunk-ELJIFLCB.js';
|
|
21
|
-
import '../../chunk-
|
|
24
|
+
import '../../chunk-L4XXM55J.js';
|
|
25
|
+
import '../../chunk-V7XHGJQZ.js';
|
|
22
26
|
import '../../chunk-QJ2KCHKX.js';
|
|
23
27
|
import '../../chunk-DT3QYZVU.js';
|
|
24
28
|
import '../../chunk-SLVC5OJ2.js';
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import { ReactNode, ComponentType } from 'react';
|
|
3
|
-
import { z } from 'zod';
|
|
4
3
|
|
|
5
4
|
interface HealthStatusCardProps {
|
|
6
5
|
status: string;
|
|
@@ -1132,113 +1131,6 @@ type Database = {
|
|
|
1132
1131
|
},
|
|
1133
1132
|
]
|
|
1134
1133
|
}
|
|
1135
|
-
calibration_projects: {
|
|
1136
|
-
Row: {
|
|
1137
|
-
created_at: string | null
|
|
1138
|
-
description: string | null
|
|
1139
|
-
id: string
|
|
1140
|
-
name: string
|
|
1141
|
-
organization_id: string
|
|
1142
|
-
resource_id: string
|
|
1143
|
-
resource_type: string
|
|
1144
|
-
updated_at: string | null
|
|
1145
|
-
}
|
|
1146
|
-
Insert: {
|
|
1147
|
-
created_at?: string | null
|
|
1148
|
-
description?: string | null
|
|
1149
|
-
id?: string
|
|
1150
|
-
name: string
|
|
1151
|
-
organization_id: string
|
|
1152
|
-
resource_id: string
|
|
1153
|
-
resource_type: string
|
|
1154
|
-
updated_at?: string | null
|
|
1155
|
-
}
|
|
1156
|
-
Update: {
|
|
1157
|
-
created_at?: string | null
|
|
1158
|
-
description?: string | null
|
|
1159
|
-
id?: string
|
|
1160
|
-
name?: string
|
|
1161
|
-
organization_id?: string
|
|
1162
|
-
resource_id?: string
|
|
1163
|
-
resource_type?: string
|
|
1164
|
-
updated_at?: string | null
|
|
1165
|
-
}
|
|
1166
|
-
Relationships: [
|
|
1167
|
-
{
|
|
1168
|
-
foreignKeyName: "calibration_projects_organization_id_fkey"
|
|
1169
|
-
columns: ["organization_id"]
|
|
1170
|
-
isOneToOne: false
|
|
1171
|
-
referencedRelation: "organizations"
|
|
1172
|
-
referencedColumns: ["id"]
|
|
1173
|
-
},
|
|
1174
|
-
]
|
|
1175
|
-
}
|
|
1176
|
-
calibration_runs: {
|
|
1177
|
-
Row: {
|
|
1178
|
-
completed_at: string | null
|
|
1179
|
-
config_variants: Json
|
|
1180
|
-
created_at: string | null
|
|
1181
|
-
description: string | null
|
|
1182
|
-
execution_mode: string
|
|
1183
|
-
grader_model: string | null
|
|
1184
|
-
grading_rubric: Json | null
|
|
1185
|
-
id: string
|
|
1186
|
-
name: string
|
|
1187
|
-
organization_id: string
|
|
1188
|
-
project_id: string
|
|
1189
|
-
results: Json
|
|
1190
|
-
status: string
|
|
1191
|
-
test_inputs: Json
|
|
1192
|
-
}
|
|
1193
|
-
Insert: {
|
|
1194
|
-
completed_at?: string | null
|
|
1195
|
-
config_variants: Json
|
|
1196
|
-
created_at?: string | null
|
|
1197
|
-
description?: string | null
|
|
1198
|
-
execution_mode?: string
|
|
1199
|
-
grader_model?: string | null
|
|
1200
|
-
grading_rubric?: Json | null
|
|
1201
|
-
id?: string
|
|
1202
|
-
name: string
|
|
1203
|
-
organization_id: string
|
|
1204
|
-
project_id: string
|
|
1205
|
-
results?: Json
|
|
1206
|
-
status?: string
|
|
1207
|
-
test_inputs: Json
|
|
1208
|
-
}
|
|
1209
|
-
Update: {
|
|
1210
|
-
completed_at?: string | null
|
|
1211
|
-
config_variants?: Json
|
|
1212
|
-
created_at?: string | null
|
|
1213
|
-
description?: string | null
|
|
1214
|
-
execution_mode?: string
|
|
1215
|
-
grader_model?: string | null
|
|
1216
|
-
grading_rubric?: Json | null
|
|
1217
|
-
id?: string
|
|
1218
|
-
name?: string
|
|
1219
|
-
organization_id?: string
|
|
1220
|
-
project_id?: string
|
|
1221
|
-
results?: Json
|
|
1222
|
-
status?: string
|
|
1223
|
-
test_inputs?: Json
|
|
1224
|
-
}
|
|
1225
|
-
Relationships: [
|
|
1226
|
-
{
|
|
1227
|
-
foreignKeyName: "calibration_runs_organization_id_fkey"
|
|
1228
|
-
columns: ["organization_id"]
|
|
1229
|
-
isOneToOne: false
|
|
1230
|
-
referencedRelation: "organizations"
|
|
1231
|
-
referencedColumns: ["id"]
|
|
1232
|
-
},
|
|
1233
|
-
{
|
|
1234
|
-
foreignKeyName: "calibration_runs_project_id_fkey"
|
|
1235
|
-
columns: ["project_id"]
|
|
1236
|
-
isOneToOne: false
|
|
1237
|
-
referencedRelation: "calibration_projects"
|
|
1238
|
-
referencedColumns: ["id"]
|
|
1239
|
-
},
|
|
1240
|
-
]
|
|
1241
|
-
}
|
|
1242
1134
|
command_queue: {
|
|
1243
1135
|
Row: {
|
|
1244
1136
|
action_payload: Json | null
|
|
@@ -2635,27 +2527,6 @@ interface ProjectsSidebarMiddleProps {
|
|
|
2635
2527
|
}
|
|
2636
2528
|
declare const ProjectsSidebarMiddle: ({ currentPath, onNavigate, projectItems, workItems, communicationItems }?: ProjectsSidebarMiddleProps) => react_jsx_runtime.JSX.Element;
|
|
2637
2529
|
|
|
2638
|
-
declare const SemanticDomainSchema = DisplayMetadataSchema.extend({
|
|
2639
|
-
id: ModelIdSchema,
|
|
2640
|
-
entityIds: ReferenceIdsSchema,
|
|
2641
|
-
surfaceIds: ReferenceIdsSchema,
|
|
2642
|
-
resourceIds: ReferenceIdsSchema,
|
|
2643
|
-
capabilityIds: ReferenceIdsSchema
|
|
2644
|
-
})
|
|
2645
|
-
|
|
2646
|
-
declare const FeatureKeySchema = z.enum([
|
|
2647
|
-
'acquisition',
|
|
2648
|
-
'delivery',
|
|
2649
|
-
'operations',
|
|
2650
|
-
'monitoring',
|
|
2651
|
-
'settings',
|
|
2652
|
-
'seo',
|
|
2653
|
-
'calibration'
|
|
2654
|
-
])
|
|
2655
|
-
|
|
2656
|
-
type OrganizationModelFeatureKey = z.infer<typeof FeatureKeySchema>
|
|
2657
|
-
type OrganizationModelSemanticDomain = z.infer<typeof SemanticDomainSchema>
|
|
2658
|
-
|
|
2659
2530
|
interface FeatureNavLink {
|
|
2660
2531
|
label: string;
|
|
2661
2532
|
link: string;
|
|
@@ -2674,15 +2545,10 @@ interface FeatureNavEntry {
|
|
|
2674
2545
|
}
|
|
2675
2546
|
type FeatureSidebarComponent = ComponentType;
|
|
2676
2547
|
interface FeatureModule {
|
|
2677
|
-
/** Unique stable identifier for this feature (e.g. `'crm'`, `'
|
|
2548
|
+
/** Unique stable identifier for this feature (e.g. `'crm'`, `'projects'`). */
|
|
2678
2549
|
key: string;
|
|
2679
|
-
/** Feature
|
|
2680
|
-
|
|
2681
|
-
/**
|
|
2682
|
-
* Semantic domain identifiers contributed by this feature.
|
|
2683
|
-
* Merged with surface-derived domain IDs during resolution.
|
|
2684
|
-
*/
|
|
2685
|
-
domainIds?: OrganizationModelSemanticDomain['id'][];
|
|
2550
|
+
/** Feature ID used for access-flag gating — must match the `id` of a feature in the organization model. */
|
|
2551
|
+
featureId: string;
|
|
2686
2552
|
/**
|
|
2687
2553
|
* Capability identifiers contributed by this feature.
|
|
2688
2554
|
* Merged into `ResolvedFeatureSemantics.capabilityIds` at resolution time.
|
|
@@ -1,25 +1,31 @@
|
|
|
1
|
-
export { AllTasksPage, DELIVERY_COMMUNICATION_ITEMS, DELIVERY_PROJECT_ITEMS, DELIVERY_WORK_ITEMS, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage, calculateProgress, deliveryManifest, formatStatusLabel, milestoneStatusColors, noteTypeColors, projectStatusColors, taskStatusColors, taskTypeColors } from '../../chunk-
|
|
1
|
+
export { AllTasksPage, DELIVERY_COMMUNICATION_ITEMS, DELIVERY_PROJECT_ITEMS, DELIVERY_WORK_ITEMS, HealthStatusCard, MilestoneTimeline, ProjectDetailPage, ProjectsListPage, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, TaskCard, UpcomingMilestonesPage, calculateProgress, deliveryManifest, formatStatusLabel, milestoneStatusColors, noteTypeColors, projectStatusColors, taskStatusColors, taskTypeColors } from '../../chunk-CLXMNMIS.js';
|
|
2
|
+
import '../../chunk-G2TDX3W6.js';
|
|
2
3
|
import '../../chunk-TUMSNGTX.js';
|
|
3
4
|
import '../../chunk-BZZCNLT6.js';
|
|
4
|
-
import '../../chunk-
|
|
5
|
+
import '../../chunk-CEWTOKE7.js';
|
|
6
|
+
import '../../chunk-IIMU5YAJ.js';
|
|
5
7
|
import '../../chunk-PDHTXPSF.js';
|
|
6
8
|
import '../../chunk-GBMNCNHX.js';
|
|
7
9
|
import '../../chunk-7M2VOCYN.js';
|
|
8
|
-
import '../../chunk-
|
|
10
|
+
import '../../chunk-E3IFHX6A.js';
|
|
9
11
|
import '../../chunk-LXHZYSMQ.js';
|
|
10
12
|
import '../../chunk-22UVE3RA.js';
|
|
11
|
-
import '../../chunk-
|
|
12
|
-
import '../../chunk-
|
|
13
|
-
import '../../chunk-
|
|
14
|
-
import '../../chunk-
|
|
13
|
+
import '../../chunk-P5VHGY5P.js';
|
|
14
|
+
import '../../chunk-5VBR74ZS.js';
|
|
15
|
+
import '../../chunk-OS5GFW2O.js';
|
|
16
|
+
import '../../chunk-F4TPY6YL.js';
|
|
17
|
+
import '../../chunk-USVBMGMP.js';
|
|
15
18
|
import '../../chunk-RX4UWZZR.js';
|
|
16
|
-
import '../../chunk-
|
|
19
|
+
import '../../chunk-SQQGLGHW.js';
|
|
17
20
|
import '../../chunk-3KMDHCAR.js';
|
|
18
21
|
import '../../chunk-NYBEU5TE.js';
|
|
22
|
+
import '../../chunk-R7WLWGPO.js';
|
|
23
|
+
import '../../chunk-SZHARWKU.js';
|
|
19
24
|
import '../../chunk-NVOCKXUQ.js';
|
|
20
25
|
import '../../chunk-2IFYDILW.js';
|
|
21
26
|
import '../../chunk-ELJIFLCB.js';
|
|
22
|
-
import '../../chunk-
|
|
27
|
+
import '../../chunk-L4XXM55J.js';
|
|
28
|
+
import '../../chunk-V7XHGJQZ.js';
|
|
23
29
|
import '../../chunk-QJ2KCHKX.js';
|
|
24
30
|
import '../../chunk-DT3QYZVU.js';
|
|
25
31
|
import '../../chunk-SLVC5OJ2.js';
|
|
@@ -184,27 +184,6 @@ type AcqCompanyResponse = z.infer<typeof AcqCompanyResponseSchema>;
|
|
|
184
184
|
type AcqContactResponse = z.infer<typeof AcqContactResponseSchema>;
|
|
185
185
|
type ListConfigInput = z.infer<typeof ListConfigSchema>;
|
|
186
186
|
|
|
187
|
-
declare const SemanticDomainSchema = DisplayMetadataSchema.extend({
|
|
188
|
-
id: ModelIdSchema,
|
|
189
|
-
entityIds: ReferenceIdsSchema,
|
|
190
|
-
surfaceIds: ReferenceIdsSchema,
|
|
191
|
-
resourceIds: ReferenceIdsSchema,
|
|
192
|
-
capabilityIds: ReferenceIdsSchema
|
|
193
|
-
})
|
|
194
|
-
|
|
195
|
-
declare const FeatureKeySchema = z.enum([
|
|
196
|
-
'acquisition',
|
|
197
|
-
'delivery',
|
|
198
|
-
'operations',
|
|
199
|
-
'monitoring',
|
|
200
|
-
'settings',
|
|
201
|
-
'seo',
|
|
202
|
-
'calibration'
|
|
203
|
-
])
|
|
204
|
-
|
|
205
|
-
type OrganizationModelFeatureKey = z.infer<typeof FeatureKeySchema>
|
|
206
|
-
type OrganizationModelSemanticDomain = z.infer<typeof SemanticDomainSchema>
|
|
207
|
-
|
|
208
187
|
interface FeatureNavLink {
|
|
209
188
|
label: string;
|
|
210
189
|
link: string;
|
|
@@ -223,15 +202,10 @@ interface FeatureNavEntry {
|
|
|
223
202
|
}
|
|
224
203
|
type FeatureSidebarComponent = ComponentType;
|
|
225
204
|
interface FeatureModule {
|
|
226
|
-
/** Unique stable identifier for this feature (e.g. `'crm'`, `'
|
|
205
|
+
/** Unique stable identifier for this feature (e.g. `'crm'`, `'projects'`). */
|
|
227
206
|
key: string;
|
|
228
|
-
/** Feature
|
|
229
|
-
|
|
230
|
-
/**
|
|
231
|
-
* Semantic domain identifiers contributed by this feature.
|
|
232
|
-
* Merged with surface-derived domain IDs during resolution.
|
|
233
|
-
*/
|
|
234
|
-
domainIds?: OrganizationModelSemanticDomain['id'][];
|
|
207
|
+
/** Feature ID used for access-flag gating — must match the `id` of a feature in the organization model. */
|
|
208
|
+
featureId: string;
|
|
235
209
|
/**
|
|
236
210
|
* Capability identifiers contributed by this feature.
|
|
237
211
|
* Merged into `ResolvedFeatureSemantics.capabilityIds` at resolution time.
|