@contractspec/example.crm-pipeline 3.6.0 → 3.7.1
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/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +35 -0
- package/package.json +94 -276
package/.turbo/turbo-build.log
CHANGED
|
@@ -3,7 +3,7 @@ $ bun run prebuild && bun run build:bundle && bun run build:types
|
|
|
3
3
|
$ contractspec-bun-build prebuild
|
|
4
4
|
$ contractspec-bun-build transpile
|
|
5
5
|
[contractspec-bun-build] transpile target=bun root=src entries=44 noBundle=false
|
|
6
|
-
Bundled 44 modules in
|
|
6
|
+
Bundled 44 modules in 51ms
|
|
7
7
|
|
|
8
8
|
./crm-pipeline.feature.js 2.54 KB (entry point)
|
|
9
9
|
seeders/index.js 1.00 KB (entry point)
|
|
@@ -51,7 +51,7 @@ Bundled 44 modules in 70ms
|
|
|
51
51
|
docs/crm-pipeline.docblock.js 4.43 KB (entry point)
|
|
52
52
|
|
|
53
53
|
[contractspec-bun-build] transpile target=node root=src entries=44 noBundle=false
|
|
54
|
-
Bundled 44 modules in
|
|
54
|
+
Bundled 44 modules in 39ms
|
|
55
55
|
|
|
56
56
|
./crm-pipeline.feature.js 2.54 KB (entry point)
|
|
57
57
|
seeders/index.js 0.99 KB (entry point)
|
|
@@ -99,7 +99,7 @@ Bundled 44 modules in 80ms
|
|
|
99
99
|
docs/crm-pipeline.docblock.js 4.41 KB (entry point)
|
|
100
100
|
|
|
101
101
|
[contractspec-bun-build] transpile target=browser root=src entries=44 noBundle=false
|
|
102
|
-
Bundled 44 modules in
|
|
102
|
+
Bundled 44 modules in 42ms
|
|
103
103
|
|
|
104
104
|
./crm-pipeline.feature.js 2.54 KB (entry point)
|
|
105
105
|
seeders/index.js 0.99 KB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
# @contractspec/example.crm-pipeline
|
|
2
2
|
|
|
3
|
+
## 3.7.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 5eb8626: fix: package exports
|
|
8
|
+
- Updated dependencies [5eb8626]
|
|
9
|
+
- @contractspec/lib.example-shared-ui@6.0.1
|
|
10
|
+
- @contractspec/module.notifications@3.7.1
|
|
11
|
+
- @contractspec/lib.runtime-sandbox@2.7.1
|
|
12
|
+
- @contractspec/lib.contracts-spec@3.7.1
|
|
13
|
+
- @contractspec/module.audit-trail@3.7.1
|
|
14
|
+
- @contractspec/lib.design-system@3.7.1
|
|
15
|
+
- @contractspec/lib.identity-rbac@3.7.1
|
|
16
|
+
- @contractspec/lib.ui-kit-web@3.7.1
|
|
17
|
+
- @contractspec/lib.schema@3.7.1
|
|
18
|
+
|
|
19
|
+
## 3.7.0
|
|
20
|
+
|
|
21
|
+
### Minor Changes
|
|
22
|
+
|
|
23
|
+
- f88df2d: feat: add expo mobile app example
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- Updated dependencies [f88df2d]
|
|
28
|
+
- @contractspec/lib.example-shared-ui@6.0.0
|
|
29
|
+
- @contractspec/module.notifications@3.7.0
|
|
30
|
+
- @contractspec/lib.runtime-sandbox@2.7.0
|
|
31
|
+
- @contractspec/lib.contracts-spec@3.7.0
|
|
32
|
+
- @contractspec/module.audit-trail@3.7.0
|
|
33
|
+
- @contractspec/lib.design-system@3.7.0
|
|
34
|
+
- @contractspec/lib.identity-rbac@3.7.0
|
|
35
|
+
- @contractspec/lib.ui-kit-web@3.7.0
|
|
36
|
+
- @contractspec/lib.schema@3.7.0
|
|
37
|
+
|
|
3
38
|
## 3.6.0
|
|
4
39
|
|
|
5
40
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,407 +1,316 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.crm-pipeline",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.7.1",
|
|
4
4
|
"description": "CRM Pipeline - Contacts, Companies, Deals, Tasks",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"types": "./dist/index.d.ts",
|
|
10
|
+
"browser": "./dist/browser/index.js",
|
|
10
11
|
"bun": "./dist/index.js",
|
|
11
12
|
"node": "./dist/node/index.js",
|
|
12
|
-
"browser": "./dist/browser/index.js",
|
|
13
13
|
"default": "./dist/index.js"
|
|
14
14
|
},
|
|
15
15
|
"./crm-pipeline.feature": {
|
|
16
16
|
"types": "./dist/crm-pipeline.feature.d.ts",
|
|
17
|
+
"browser": "./dist/browser/crm-pipeline.feature.js",
|
|
17
18
|
"bun": "./dist/crm-pipeline.feature.js",
|
|
18
19
|
"node": "./dist/node/crm-pipeline.feature.js",
|
|
19
|
-
"browser": "./dist/browser/crm-pipeline.feature.js",
|
|
20
20
|
"default": "./dist/crm-pipeline.feature.js"
|
|
21
21
|
},
|
|
22
22
|
"./deal": {
|
|
23
23
|
"types": "./dist/deal/index.d.ts",
|
|
24
|
+
"browser": "./dist/browser/deal/index.js",
|
|
24
25
|
"bun": "./dist/deal/index.js",
|
|
25
26
|
"node": "./dist/node/deal/index.js",
|
|
26
|
-
"browser": "./dist/browser/deal/index.js",
|
|
27
27
|
"default": "./dist/deal/index.js"
|
|
28
28
|
},
|
|
29
29
|
"./deal/deal.enum": {
|
|
30
30
|
"types": "./dist/deal/deal.enum.d.ts",
|
|
31
|
+
"browser": "./dist/browser/deal/deal.enum.js",
|
|
31
32
|
"bun": "./dist/deal/deal.enum.js",
|
|
32
33
|
"node": "./dist/node/deal/deal.enum.js",
|
|
33
|
-
"browser": "./dist/browser/deal/deal.enum.js",
|
|
34
34
|
"default": "./dist/deal/deal.enum.js"
|
|
35
35
|
},
|
|
36
36
|
"./deal/deal.operation": {
|
|
37
37
|
"types": "./dist/deal/deal.operation.d.ts",
|
|
38
|
+
"browser": "./dist/browser/deal/deal.operation.js",
|
|
38
39
|
"bun": "./dist/deal/deal.operation.js",
|
|
39
40
|
"node": "./dist/node/deal/deal.operation.js",
|
|
40
|
-
"browser": "./dist/browser/deal/deal.operation.js",
|
|
41
41
|
"default": "./dist/deal/deal.operation.js"
|
|
42
42
|
},
|
|
43
43
|
"./deal/deal.schema": {
|
|
44
44
|
"types": "./dist/deal/deal.schema.d.ts",
|
|
45
|
+
"browser": "./dist/browser/deal/deal.schema.js",
|
|
45
46
|
"bun": "./dist/deal/deal.schema.js",
|
|
46
47
|
"node": "./dist/node/deal/deal.schema.js",
|
|
47
|
-
"browser": "./dist/browser/deal/deal.schema.js",
|
|
48
48
|
"default": "./dist/deal/deal.schema.js"
|
|
49
49
|
},
|
|
50
50
|
"./deal/deal.test-spec": {
|
|
51
51
|
"types": "./dist/deal/deal.test-spec.d.ts",
|
|
52
|
+
"browser": "./dist/browser/deal/deal.test-spec.js",
|
|
52
53
|
"bun": "./dist/deal/deal.test-spec.js",
|
|
53
54
|
"node": "./dist/node/deal/deal.test-spec.js",
|
|
54
|
-
"browser": "./dist/browser/deal/deal.test-spec.js",
|
|
55
55
|
"default": "./dist/deal/deal.test-spec.js"
|
|
56
56
|
},
|
|
57
|
-
"./deal/index": {
|
|
58
|
-
"types": "./dist/deal/index.d.ts",
|
|
59
|
-
"bun": "./dist/deal/index.js",
|
|
60
|
-
"node": "./dist/node/deal/index.js",
|
|
61
|
-
"browser": "./dist/browser/deal/index.js",
|
|
62
|
-
"default": "./dist/deal/index.js"
|
|
63
|
-
},
|
|
64
57
|
"./docs": {
|
|
65
58
|
"types": "./dist/docs/index.d.ts",
|
|
59
|
+
"browser": "./dist/browser/docs/index.js",
|
|
66
60
|
"bun": "./dist/docs/index.js",
|
|
67
61
|
"node": "./dist/node/docs/index.js",
|
|
68
|
-
"browser": "./dist/browser/docs/index.js",
|
|
69
62
|
"default": "./dist/docs/index.js"
|
|
70
63
|
},
|
|
71
64
|
"./docs/crm-pipeline.docblock": {
|
|
72
65
|
"types": "./dist/docs/crm-pipeline.docblock.d.ts",
|
|
66
|
+
"browser": "./dist/browser/docs/crm-pipeline.docblock.js",
|
|
73
67
|
"bun": "./dist/docs/crm-pipeline.docblock.js",
|
|
74
68
|
"node": "./dist/node/docs/crm-pipeline.docblock.js",
|
|
75
|
-
"browser": "./dist/browser/docs/crm-pipeline.docblock.js",
|
|
76
69
|
"default": "./dist/docs/crm-pipeline.docblock.js"
|
|
77
70
|
},
|
|
78
|
-
"./docs/index": {
|
|
79
|
-
"types": "./dist/docs/index.d.ts",
|
|
80
|
-
"bun": "./dist/docs/index.js",
|
|
81
|
-
"node": "./dist/node/docs/index.js",
|
|
82
|
-
"browser": "./dist/browser/docs/index.js",
|
|
83
|
-
"default": "./dist/docs/index.js"
|
|
84
|
-
},
|
|
85
71
|
"./entities": {
|
|
86
72
|
"types": "./dist/entities/index.d.ts",
|
|
73
|
+
"browser": "./dist/browser/entities/index.js",
|
|
87
74
|
"bun": "./dist/entities/index.js",
|
|
88
75
|
"node": "./dist/node/entities/index.js",
|
|
89
|
-
"browser": "./dist/browser/entities/index.js",
|
|
90
76
|
"default": "./dist/entities/index.js"
|
|
91
77
|
},
|
|
92
78
|
"./entities/company.entity": {
|
|
93
79
|
"types": "./dist/entities/company.entity.d.ts",
|
|
80
|
+
"browser": "./dist/browser/entities/company.entity.js",
|
|
94
81
|
"bun": "./dist/entities/company.entity.js",
|
|
95
82
|
"node": "./dist/node/entities/company.entity.js",
|
|
96
|
-
"browser": "./dist/browser/entities/company.entity.js",
|
|
97
83
|
"default": "./dist/entities/company.entity.js"
|
|
98
84
|
},
|
|
99
85
|
"./entities/contact.entity": {
|
|
100
86
|
"types": "./dist/entities/contact.entity.d.ts",
|
|
87
|
+
"browser": "./dist/browser/entities/contact.entity.js",
|
|
101
88
|
"bun": "./dist/entities/contact.entity.js",
|
|
102
89
|
"node": "./dist/node/entities/contact.entity.js",
|
|
103
|
-
"browser": "./dist/browser/entities/contact.entity.js",
|
|
104
90
|
"default": "./dist/entities/contact.entity.js"
|
|
105
91
|
},
|
|
106
92
|
"./entities/deal.entity": {
|
|
107
93
|
"types": "./dist/entities/deal.entity.d.ts",
|
|
94
|
+
"browser": "./dist/browser/entities/deal.entity.js",
|
|
108
95
|
"bun": "./dist/entities/deal.entity.js",
|
|
109
96
|
"node": "./dist/node/entities/deal.entity.js",
|
|
110
|
-
"browser": "./dist/browser/entities/deal.entity.js",
|
|
111
97
|
"default": "./dist/entities/deal.entity.js"
|
|
112
98
|
},
|
|
113
|
-
"./entities/index": {
|
|
114
|
-
"types": "./dist/entities/index.d.ts",
|
|
115
|
-
"bun": "./dist/entities/index.js",
|
|
116
|
-
"node": "./dist/node/entities/index.js",
|
|
117
|
-
"browser": "./dist/browser/entities/index.js",
|
|
118
|
-
"default": "./dist/entities/index.js"
|
|
119
|
-
},
|
|
120
99
|
"./entities/task.entity": {
|
|
121
100
|
"types": "./dist/entities/task.entity.d.ts",
|
|
101
|
+
"browser": "./dist/browser/entities/task.entity.js",
|
|
122
102
|
"bun": "./dist/entities/task.entity.js",
|
|
123
103
|
"node": "./dist/node/entities/task.entity.js",
|
|
124
|
-
"browser": "./dist/browser/entities/task.entity.js",
|
|
125
104
|
"default": "./dist/entities/task.entity.js"
|
|
126
105
|
},
|
|
127
106
|
"./events": {
|
|
128
107
|
"types": "./dist/events/index.d.ts",
|
|
108
|
+
"browser": "./dist/browser/events/index.js",
|
|
129
109
|
"bun": "./dist/events/index.js",
|
|
130
110
|
"node": "./dist/node/events/index.js",
|
|
131
|
-
"browser": "./dist/browser/events/index.js",
|
|
132
111
|
"default": "./dist/events/index.js"
|
|
133
112
|
},
|
|
134
113
|
"./events/contact.event": {
|
|
135
114
|
"types": "./dist/events/contact.event.d.ts",
|
|
115
|
+
"browser": "./dist/browser/events/contact.event.js",
|
|
136
116
|
"bun": "./dist/events/contact.event.js",
|
|
137
117
|
"node": "./dist/node/events/contact.event.js",
|
|
138
|
-
"browser": "./dist/browser/events/contact.event.js",
|
|
139
118
|
"default": "./dist/events/contact.event.js"
|
|
140
119
|
},
|
|
141
120
|
"./events/deal.event": {
|
|
142
121
|
"types": "./dist/events/deal.event.d.ts",
|
|
122
|
+
"browser": "./dist/browser/events/deal.event.js",
|
|
143
123
|
"bun": "./dist/events/deal.event.js",
|
|
144
124
|
"node": "./dist/node/events/deal.event.js",
|
|
145
|
-
"browser": "./dist/browser/events/deal.event.js",
|
|
146
125
|
"default": "./dist/events/deal.event.js"
|
|
147
126
|
},
|
|
148
|
-
"./events/index": {
|
|
149
|
-
"types": "./dist/events/index.d.ts",
|
|
150
|
-
"bun": "./dist/events/index.js",
|
|
151
|
-
"node": "./dist/node/events/index.js",
|
|
152
|
-
"browser": "./dist/browser/events/index.js",
|
|
153
|
-
"default": "./dist/events/index.js"
|
|
154
|
-
},
|
|
155
127
|
"./events/task.event": {
|
|
156
128
|
"types": "./dist/events/task.event.d.ts",
|
|
129
|
+
"browser": "./dist/browser/events/task.event.js",
|
|
157
130
|
"bun": "./dist/events/task.event.js",
|
|
158
131
|
"node": "./dist/node/events/task.event.js",
|
|
159
|
-
"browser": "./dist/browser/events/task.event.js",
|
|
160
132
|
"default": "./dist/events/task.event.js"
|
|
161
133
|
},
|
|
162
134
|
"./example": {
|
|
163
135
|
"types": "./dist/example.d.ts",
|
|
136
|
+
"browser": "./dist/browser/example.js",
|
|
164
137
|
"bun": "./dist/example.js",
|
|
165
138
|
"node": "./dist/node/example.js",
|
|
166
|
-
"browser": "./dist/browser/example.js",
|
|
167
139
|
"default": "./dist/example.js"
|
|
168
140
|
},
|
|
169
141
|
"./handlers": {
|
|
170
142
|
"types": "./dist/handlers/index.d.ts",
|
|
143
|
+
"browser": "./dist/browser/handlers/index.js",
|
|
171
144
|
"bun": "./dist/handlers/index.js",
|
|
172
145
|
"node": "./dist/node/handlers/index.js",
|
|
173
|
-
"browser": "./dist/browser/handlers/index.js",
|
|
174
146
|
"default": "./dist/handlers/index.js"
|
|
175
147
|
},
|
|
176
148
|
"./handlers/crm.handlers": {
|
|
177
149
|
"types": "./dist/handlers/crm.handlers.d.ts",
|
|
150
|
+
"browser": "./dist/browser/handlers/crm.handlers.js",
|
|
178
151
|
"bun": "./dist/handlers/crm.handlers.js",
|
|
179
152
|
"node": "./dist/node/handlers/crm.handlers.js",
|
|
180
|
-
"browser": "./dist/browser/handlers/crm.handlers.js",
|
|
181
153
|
"default": "./dist/handlers/crm.handlers.js"
|
|
182
154
|
},
|
|
183
155
|
"./handlers/deal.handlers": {
|
|
184
156
|
"types": "./dist/handlers/deal.handlers.d.ts",
|
|
157
|
+
"browser": "./dist/browser/handlers/deal.handlers.js",
|
|
185
158
|
"bun": "./dist/handlers/deal.handlers.js",
|
|
186
159
|
"node": "./dist/node/handlers/deal.handlers.js",
|
|
187
|
-
"browser": "./dist/browser/handlers/deal.handlers.js",
|
|
188
160
|
"default": "./dist/handlers/deal.handlers.js"
|
|
189
161
|
},
|
|
190
|
-
"./handlers/index": {
|
|
191
|
-
"types": "./dist/handlers/index.d.ts",
|
|
192
|
-
"bun": "./dist/handlers/index.js",
|
|
193
|
-
"node": "./dist/node/handlers/index.js",
|
|
194
|
-
"browser": "./dist/browser/handlers/index.js",
|
|
195
|
-
"default": "./dist/handlers/index.js"
|
|
196
|
-
},
|
|
197
162
|
"./handlers/mock-data": {
|
|
198
163
|
"types": "./dist/handlers/mock-data.d.ts",
|
|
164
|
+
"browser": "./dist/browser/handlers/mock-data.js",
|
|
199
165
|
"bun": "./dist/handlers/mock-data.js",
|
|
200
166
|
"node": "./dist/node/handlers/mock-data.js",
|
|
201
|
-
"browser": "./dist/browser/handlers/mock-data.js",
|
|
202
167
|
"default": "./dist/handlers/mock-data.js"
|
|
203
168
|
},
|
|
204
169
|
"./operations": {
|
|
205
170
|
"types": "./dist/operations/index.d.ts",
|
|
206
|
-
"bun": "./dist/operations/index.js",
|
|
207
|
-
"node": "./dist/node/operations/index.js",
|
|
208
171
|
"browser": "./dist/browser/operations/index.js",
|
|
209
|
-
"default": "./dist/operations/index.js"
|
|
210
|
-
},
|
|
211
|
-
"./operations/index": {
|
|
212
|
-
"types": "./dist/operations/index.d.ts",
|
|
213
172
|
"bun": "./dist/operations/index.js",
|
|
214
173
|
"node": "./dist/node/operations/index.js",
|
|
215
|
-
"browser": "./dist/browser/operations/index.js",
|
|
216
174
|
"default": "./dist/operations/index.js"
|
|
217
175
|
},
|
|
218
176
|
"./presentations": {
|
|
219
177
|
"types": "./dist/presentations/index.d.ts",
|
|
178
|
+
"browser": "./dist/browser/presentations/index.js",
|
|
220
179
|
"bun": "./dist/presentations/index.js",
|
|
221
180
|
"node": "./dist/node/presentations/index.js",
|
|
222
|
-
"browser": "./dist/browser/presentations/index.js",
|
|
223
181
|
"default": "./dist/presentations/index.js"
|
|
224
182
|
},
|
|
225
183
|
"./presentations/dashboard.presentation": {
|
|
226
184
|
"types": "./dist/presentations/dashboard.presentation.d.ts",
|
|
185
|
+
"browser": "./dist/browser/presentations/dashboard.presentation.js",
|
|
227
186
|
"bun": "./dist/presentations/dashboard.presentation.js",
|
|
228
187
|
"node": "./dist/node/presentations/dashboard.presentation.js",
|
|
229
|
-
"browser": "./dist/browser/presentations/dashboard.presentation.js",
|
|
230
188
|
"default": "./dist/presentations/dashboard.presentation.js"
|
|
231
189
|
},
|
|
232
|
-
"./presentations/index": {
|
|
233
|
-
"types": "./dist/presentations/index.d.ts",
|
|
234
|
-
"bun": "./dist/presentations/index.js",
|
|
235
|
-
"node": "./dist/node/presentations/index.js",
|
|
236
|
-
"browser": "./dist/browser/presentations/index.js",
|
|
237
|
-
"default": "./dist/presentations/index.js"
|
|
238
|
-
},
|
|
239
190
|
"./presentations/pipeline.presentation": {
|
|
240
191
|
"types": "./dist/presentations/pipeline.presentation.d.ts",
|
|
192
|
+
"browser": "./dist/browser/presentations/pipeline.presentation.js",
|
|
241
193
|
"bun": "./dist/presentations/pipeline.presentation.js",
|
|
242
194
|
"node": "./dist/node/presentations/pipeline.presentation.js",
|
|
243
|
-
"browser": "./dist/browser/presentations/pipeline.presentation.js",
|
|
244
195
|
"default": "./dist/presentations/pipeline.presentation.js"
|
|
245
196
|
},
|
|
246
197
|
"./seeders": {
|
|
247
198
|
"types": "./dist/seeders/index.d.ts",
|
|
248
|
-
"bun": "./dist/seeders/index.js",
|
|
249
|
-
"node": "./dist/node/seeders/index.js",
|
|
250
199
|
"browser": "./dist/browser/seeders/index.js",
|
|
251
|
-
"default": "./dist/seeders/index.js"
|
|
252
|
-
},
|
|
253
|
-
"./seeders/index": {
|
|
254
|
-
"types": "./dist/seeders/index.d.ts",
|
|
255
200
|
"bun": "./dist/seeders/index.js",
|
|
256
201
|
"node": "./dist/node/seeders/index.js",
|
|
257
|
-
"browser": "./dist/browser/seeders/index.js",
|
|
258
202
|
"default": "./dist/seeders/index.js"
|
|
259
203
|
},
|
|
260
204
|
"./shared/overlay-types": {
|
|
261
205
|
"types": "./dist/shared/overlay-types.d.ts",
|
|
206
|
+
"browser": "./dist/browser/shared/overlay-types.js",
|
|
262
207
|
"bun": "./dist/shared/overlay-types.js",
|
|
263
208
|
"node": "./dist/node/shared/overlay-types.js",
|
|
264
|
-
"browser": "./dist/browser/shared/overlay-types.js",
|
|
265
209
|
"default": "./dist/shared/overlay-types.js"
|
|
266
210
|
},
|
|
267
211
|
"./ui": {
|
|
268
212
|
"types": "./dist/ui/index.d.ts",
|
|
213
|
+
"browser": "./dist/browser/ui/index.js",
|
|
269
214
|
"bun": "./dist/ui/index.js",
|
|
270
215
|
"node": "./dist/node/ui/index.js",
|
|
271
|
-
"browser": "./dist/browser/ui/index.js",
|
|
272
216
|
"default": "./dist/ui/index.js"
|
|
273
217
|
},
|
|
274
218
|
"./ui/CrmDashboard": {
|
|
275
219
|
"types": "./dist/ui/CrmDashboard.d.ts",
|
|
220
|
+
"browser": "./dist/browser/ui/CrmDashboard.js",
|
|
276
221
|
"bun": "./dist/ui/CrmDashboard.js",
|
|
277
222
|
"node": "./dist/node/ui/CrmDashboard.js",
|
|
278
|
-
"browser": "./dist/browser/ui/CrmDashboard.js",
|
|
279
223
|
"default": "./dist/ui/CrmDashboard.js"
|
|
280
224
|
},
|
|
281
225
|
"./ui/CrmDealCard": {
|
|
282
226
|
"types": "./dist/ui/CrmDealCard.d.ts",
|
|
227
|
+
"browser": "./dist/browser/ui/CrmDealCard.js",
|
|
283
228
|
"bun": "./dist/ui/CrmDealCard.js",
|
|
284
229
|
"node": "./dist/node/ui/CrmDealCard.js",
|
|
285
|
-
"browser": "./dist/browser/ui/CrmDealCard.js",
|
|
286
230
|
"default": "./dist/ui/CrmDealCard.js"
|
|
287
231
|
},
|
|
288
232
|
"./ui/CrmPipelineBoard": {
|
|
289
233
|
"types": "./dist/ui/CrmPipelineBoard.d.ts",
|
|
234
|
+
"browser": "./dist/browser/ui/CrmPipelineBoard.js",
|
|
290
235
|
"bun": "./dist/ui/CrmPipelineBoard.js",
|
|
291
236
|
"node": "./dist/node/ui/CrmPipelineBoard.js",
|
|
292
|
-
"browser": "./dist/browser/ui/CrmPipelineBoard.js",
|
|
293
237
|
"default": "./dist/ui/CrmPipelineBoard.js"
|
|
294
238
|
},
|
|
295
239
|
"./ui/hooks": {
|
|
296
240
|
"types": "./dist/ui/hooks/index.d.ts",
|
|
297
|
-
"bun": "./dist/ui/hooks/index.js",
|
|
298
|
-
"node": "./dist/node/ui/hooks/index.js",
|
|
299
241
|
"browser": "./dist/browser/ui/hooks/index.js",
|
|
300
|
-
"default": "./dist/ui/hooks/index.js"
|
|
301
|
-
},
|
|
302
|
-
"./ui/hooks/index": {
|
|
303
|
-
"types": "./dist/ui/hooks/index.d.ts",
|
|
304
242
|
"bun": "./dist/ui/hooks/index.js",
|
|
305
243
|
"node": "./dist/node/ui/hooks/index.js",
|
|
306
|
-
"browser": "./dist/browser/ui/hooks/index.js",
|
|
307
244
|
"default": "./dist/ui/hooks/index.js"
|
|
308
245
|
},
|
|
309
246
|
"./ui/hooks/useDealList": {
|
|
310
247
|
"types": "./dist/ui/hooks/useDealList.d.ts",
|
|
248
|
+
"browser": "./dist/browser/ui/hooks/useDealList.js",
|
|
311
249
|
"bun": "./dist/ui/hooks/useDealList.js",
|
|
312
250
|
"node": "./dist/node/ui/hooks/useDealList.js",
|
|
313
|
-
"browser": "./dist/browser/ui/hooks/useDealList.js",
|
|
314
251
|
"default": "./dist/ui/hooks/useDealList.js"
|
|
315
252
|
},
|
|
316
253
|
"./ui/hooks/useDealMutations": {
|
|
317
254
|
"types": "./dist/ui/hooks/useDealMutations.d.ts",
|
|
255
|
+
"browser": "./dist/browser/ui/hooks/useDealMutations.js",
|
|
318
256
|
"bun": "./dist/ui/hooks/useDealMutations.js",
|
|
319
257
|
"node": "./dist/node/ui/hooks/useDealMutations.js",
|
|
320
|
-
"browser": "./dist/browser/ui/hooks/useDealMutations.js",
|
|
321
258
|
"default": "./dist/ui/hooks/useDealMutations.js"
|
|
322
259
|
},
|
|
323
|
-
"./ui/index": {
|
|
324
|
-
"types": "./dist/ui/index.d.ts",
|
|
325
|
-
"bun": "./dist/ui/index.js",
|
|
326
|
-
"node": "./dist/node/ui/index.js",
|
|
327
|
-
"browser": "./dist/browser/ui/index.js",
|
|
328
|
-
"default": "./dist/ui/index.js"
|
|
329
|
-
},
|
|
330
260
|
"./ui/modals": {
|
|
331
261
|
"types": "./dist/ui/modals/index.d.ts",
|
|
262
|
+
"browser": "./dist/browser/ui/modals/index.js",
|
|
332
263
|
"bun": "./dist/ui/modals/index.js",
|
|
333
264
|
"node": "./dist/node/ui/modals/index.js",
|
|
334
|
-
"browser": "./dist/browser/ui/modals/index.js",
|
|
335
265
|
"default": "./dist/ui/modals/index.js"
|
|
336
266
|
},
|
|
337
267
|
"./ui/modals/CreateDealModal": {
|
|
338
268
|
"types": "./dist/ui/modals/CreateDealModal.d.ts",
|
|
269
|
+
"browser": "./dist/browser/ui/modals/CreateDealModal.js",
|
|
339
270
|
"bun": "./dist/ui/modals/CreateDealModal.js",
|
|
340
271
|
"node": "./dist/node/ui/modals/CreateDealModal.js",
|
|
341
|
-
"browser": "./dist/browser/ui/modals/CreateDealModal.js",
|
|
342
272
|
"default": "./dist/ui/modals/CreateDealModal.js"
|
|
343
273
|
},
|
|
344
274
|
"./ui/modals/DealActionsModal": {
|
|
345
275
|
"types": "./dist/ui/modals/DealActionsModal.d.ts",
|
|
276
|
+
"browser": "./dist/browser/ui/modals/DealActionsModal.js",
|
|
346
277
|
"bun": "./dist/ui/modals/DealActionsModal.js",
|
|
347
278
|
"node": "./dist/node/ui/modals/DealActionsModal.js",
|
|
348
|
-
"browser": "./dist/browser/ui/modals/DealActionsModal.js",
|
|
349
279
|
"default": "./dist/ui/modals/DealActionsModal.js"
|
|
350
280
|
},
|
|
351
|
-
"./ui/modals/index": {
|
|
352
|
-
"types": "./dist/ui/modals/index.d.ts",
|
|
353
|
-
"bun": "./dist/ui/modals/index.js",
|
|
354
|
-
"node": "./dist/node/ui/modals/index.js",
|
|
355
|
-
"browser": "./dist/browser/ui/modals/index.js",
|
|
356
|
-
"default": "./dist/ui/modals/index.js"
|
|
357
|
-
},
|
|
358
281
|
"./ui/overlays": {
|
|
359
282
|
"types": "./dist/ui/overlays/index.d.ts",
|
|
283
|
+
"browser": "./dist/browser/ui/overlays/index.js",
|
|
360
284
|
"bun": "./dist/ui/overlays/index.js",
|
|
361
285
|
"node": "./dist/node/ui/overlays/index.js",
|
|
362
|
-
"browser": "./dist/browser/ui/overlays/index.js",
|
|
363
286
|
"default": "./dist/ui/overlays/index.js"
|
|
364
287
|
},
|
|
365
288
|
"./ui/overlays/demo-overlays": {
|
|
366
289
|
"types": "./dist/ui/overlays/demo-overlays.d.ts",
|
|
290
|
+
"browser": "./dist/browser/ui/overlays/demo-overlays.js",
|
|
367
291
|
"bun": "./dist/ui/overlays/demo-overlays.js",
|
|
368
292
|
"node": "./dist/node/ui/overlays/demo-overlays.js",
|
|
369
|
-
"browser": "./dist/browser/ui/overlays/demo-overlays.js",
|
|
370
293
|
"default": "./dist/ui/overlays/demo-overlays.js"
|
|
371
294
|
},
|
|
372
|
-
"./ui/overlays/index": {
|
|
373
|
-
"types": "./dist/ui/overlays/index.d.ts",
|
|
374
|
-
"bun": "./dist/ui/overlays/index.js",
|
|
375
|
-
"node": "./dist/node/ui/overlays/index.js",
|
|
376
|
-
"browser": "./dist/browser/ui/overlays/index.js",
|
|
377
|
-
"default": "./dist/ui/overlays/index.js"
|
|
378
|
-
},
|
|
379
295
|
"./ui/renderers": {
|
|
380
296
|
"types": "./dist/ui/renderers/index.d.ts",
|
|
381
|
-
"bun": "./dist/ui/renderers/index.js",
|
|
382
|
-
"node": "./dist/node/ui/renderers/index.js",
|
|
383
297
|
"browser": "./dist/browser/ui/renderers/index.js",
|
|
384
|
-
"default": "./dist/ui/renderers/index.js"
|
|
385
|
-
},
|
|
386
|
-
"./ui/renderers/index": {
|
|
387
|
-
"types": "./dist/ui/renderers/index.d.ts",
|
|
388
298
|
"bun": "./dist/ui/renderers/index.js",
|
|
389
299
|
"node": "./dist/node/ui/renderers/index.js",
|
|
390
|
-
"browser": "./dist/browser/ui/renderers/index.js",
|
|
391
300
|
"default": "./dist/ui/renderers/index.js"
|
|
392
301
|
},
|
|
393
302
|
"./ui/renderers/pipeline.markdown": {
|
|
394
303
|
"types": "./dist/ui/renderers/pipeline.markdown.d.ts",
|
|
304
|
+
"browser": "./dist/browser/ui/renderers/pipeline.markdown.js",
|
|
395
305
|
"bun": "./dist/ui/renderers/pipeline.markdown.js",
|
|
396
306
|
"node": "./dist/node/ui/renderers/pipeline.markdown.js",
|
|
397
|
-
"browser": "./dist/browser/ui/renderers/pipeline.markdown.js",
|
|
398
307
|
"default": "./dist/ui/renderers/pipeline.markdown.js"
|
|
399
308
|
},
|
|
400
309
|
"./ui/renderers/pipeline.renderer": {
|
|
401
310
|
"types": "./dist/ui/renderers/pipeline.renderer.d.ts",
|
|
311
|
+
"browser": "./dist/browser/ui/renderers/pipeline.renderer.js",
|
|
402
312
|
"bun": "./dist/ui/renderers/pipeline.renderer.js",
|
|
403
313
|
"node": "./dist/node/ui/renderers/pipeline.renderer.js",
|
|
404
|
-
"browser": "./dist/browser/ui/renderers/pipeline.renderer.js",
|
|
405
314
|
"default": "./dist/ui/renderers/pipeline.renderer.js"
|
|
406
315
|
}
|
|
407
316
|
},
|
|
@@ -422,424 +331,333 @@
|
|
|
422
331
|
"typecheck": "tsc --noEmit"
|
|
423
332
|
},
|
|
424
333
|
"dependencies": {
|
|
425
|
-
"@contractspec/lib.contracts-spec": "3.
|
|
426
|
-
"@contractspec/lib.design-system": "3.
|
|
427
|
-
"@contractspec/lib.example-shared-ui": "
|
|
428
|
-
"@contractspec/lib.identity-rbac": "3.
|
|
429
|
-
"@contractspec/lib.runtime-sandbox": "2.
|
|
430
|
-
"@contractspec/lib.schema": "3.
|
|
431
|
-
"@contractspec/lib.ui-kit-web": "3.
|
|
432
|
-
"@contractspec/module.audit-trail": "3.
|
|
433
|
-
"@contractspec/module.notifications": "3.
|
|
434
|
-
"react": "19.2.
|
|
435
|
-
"react-dom": "19.2.
|
|
334
|
+
"@contractspec/lib.contracts-spec": "3.7.1",
|
|
335
|
+
"@contractspec/lib.design-system": "3.7.1",
|
|
336
|
+
"@contractspec/lib.example-shared-ui": "6.0.1",
|
|
337
|
+
"@contractspec/lib.identity-rbac": "3.7.1",
|
|
338
|
+
"@contractspec/lib.runtime-sandbox": "2.7.1",
|
|
339
|
+
"@contractspec/lib.schema": "3.7.1",
|
|
340
|
+
"@contractspec/lib.ui-kit-web": "3.7.1",
|
|
341
|
+
"@contractspec/module.audit-trail": "3.7.1",
|
|
342
|
+
"@contractspec/module.notifications": "3.7.1",
|
|
343
|
+
"react": "19.2.0",
|
|
344
|
+
"react-dom": "19.2.0"
|
|
436
345
|
},
|
|
437
346
|
"devDependencies": {
|
|
438
|
-
"@contractspec/tool.typescript": "3.
|
|
347
|
+
"@contractspec/tool.typescript": "3.7.1",
|
|
439
348
|
"typescript": "^5.9.3",
|
|
440
349
|
"@types/react": "^19.2.14",
|
|
441
350
|
"@types/react-dom": "^19.2.2",
|
|
442
|
-
"@contractspec/tool.bun": "3.
|
|
351
|
+
"@contractspec/tool.bun": "3.7.1"
|
|
443
352
|
},
|
|
444
353
|
"publishConfig": {
|
|
445
354
|
"exports": {
|
|
446
355
|
".": {
|
|
447
356
|
"types": "./dist/index.d.ts",
|
|
357
|
+
"browser": "./dist/browser/index.js",
|
|
448
358
|
"bun": "./dist/index.js",
|
|
449
359
|
"node": "./dist/node/index.js",
|
|
450
|
-
"browser": "./dist/browser/index.js",
|
|
451
360
|
"default": "./dist/index.js"
|
|
452
361
|
},
|
|
453
362
|
"./crm-pipeline.feature": {
|
|
454
363
|
"types": "./dist/crm-pipeline.feature.d.ts",
|
|
364
|
+
"browser": "./dist/browser/crm-pipeline.feature.js",
|
|
455
365
|
"bun": "./dist/crm-pipeline.feature.js",
|
|
456
366
|
"node": "./dist/node/crm-pipeline.feature.js",
|
|
457
|
-
"browser": "./dist/browser/crm-pipeline.feature.js",
|
|
458
367
|
"default": "./dist/crm-pipeline.feature.js"
|
|
459
368
|
},
|
|
460
369
|
"./deal": {
|
|
461
370
|
"types": "./dist/deal/index.d.ts",
|
|
371
|
+
"browser": "./dist/browser/deal/index.js",
|
|
462
372
|
"bun": "./dist/deal/index.js",
|
|
463
373
|
"node": "./dist/node/deal/index.js",
|
|
464
|
-
"browser": "./dist/browser/deal/index.js",
|
|
465
374
|
"default": "./dist/deal/index.js"
|
|
466
375
|
},
|
|
467
376
|
"./deal/deal.enum": {
|
|
468
377
|
"types": "./dist/deal/deal.enum.d.ts",
|
|
378
|
+
"browser": "./dist/browser/deal/deal.enum.js",
|
|
469
379
|
"bun": "./dist/deal/deal.enum.js",
|
|
470
380
|
"node": "./dist/node/deal/deal.enum.js",
|
|
471
|
-
"browser": "./dist/browser/deal/deal.enum.js",
|
|
472
381
|
"default": "./dist/deal/deal.enum.js"
|
|
473
382
|
},
|
|
474
383
|
"./deal/deal.operation": {
|
|
475
384
|
"types": "./dist/deal/deal.operation.d.ts",
|
|
385
|
+
"browser": "./dist/browser/deal/deal.operation.js",
|
|
476
386
|
"bun": "./dist/deal/deal.operation.js",
|
|
477
387
|
"node": "./dist/node/deal/deal.operation.js",
|
|
478
|
-
"browser": "./dist/browser/deal/deal.operation.js",
|
|
479
388
|
"default": "./dist/deal/deal.operation.js"
|
|
480
389
|
},
|
|
481
390
|
"./deal/deal.schema": {
|
|
482
391
|
"types": "./dist/deal/deal.schema.d.ts",
|
|
392
|
+
"browser": "./dist/browser/deal/deal.schema.js",
|
|
483
393
|
"bun": "./dist/deal/deal.schema.js",
|
|
484
394
|
"node": "./dist/node/deal/deal.schema.js",
|
|
485
|
-
"browser": "./dist/browser/deal/deal.schema.js",
|
|
486
395
|
"default": "./dist/deal/deal.schema.js"
|
|
487
396
|
},
|
|
488
397
|
"./deal/deal.test-spec": {
|
|
489
398
|
"types": "./dist/deal/deal.test-spec.d.ts",
|
|
399
|
+
"browser": "./dist/browser/deal/deal.test-spec.js",
|
|
490
400
|
"bun": "./dist/deal/deal.test-spec.js",
|
|
491
401
|
"node": "./dist/node/deal/deal.test-spec.js",
|
|
492
|
-
"browser": "./dist/browser/deal/deal.test-spec.js",
|
|
493
402
|
"default": "./dist/deal/deal.test-spec.js"
|
|
494
403
|
},
|
|
495
|
-
"./deal/index": {
|
|
496
|
-
"types": "./dist/deal/index.d.ts",
|
|
497
|
-
"bun": "./dist/deal/index.js",
|
|
498
|
-
"node": "./dist/node/deal/index.js",
|
|
499
|
-
"browser": "./dist/browser/deal/index.js",
|
|
500
|
-
"default": "./dist/deal/index.js"
|
|
501
|
-
},
|
|
502
404
|
"./docs": {
|
|
503
405
|
"types": "./dist/docs/index.d.ts",
|
|
406
|
+
"browser": "./dist/browser/docs/index.js",
|
|
504
407
|
"bun": "./dist/docs/index.js",
|
|
505
408
|
"node": "./dist/node/docs/index.js",
|
|
506
|
-
"browser": "./dist/browser/docs/index.js",
|
|
507
409
|
"default": "./dist/docs/index.js"
|
|
508
410
|
},
|
|
509
411
|
"./docs/crm-pipeline.docblock": {
|
|
510
412
|
"types": "./dist/docs/crm-pipeline.docblock.d.ts",
|
|
413
|
+
"browser": "./dist/browser/docs/crm-pipeline.docblock.js",
|
|
511
414
|
"bun": "./dist/docs/crm-pipeline.docblock.js",
|
|
512
415
|
"node": "./dist/node/docs/crm-pipeline.docblock.js",
|
|
513
|
-
"browser": "./dist/browser/docs/crm-pipeline.docblock.js",
|
|
514
416
|
"default": "./dist/docs/crm-pipeline.docblock.js"
|
|
515
417
|
},
|
|
516
|
-
"./docs/index": {
|
|
517
|
-
"types": "./dist/docs/index.d.ts",
|
|
518
|
-
"bun": "./dist/docs/index.js",
|
|
519
|
-
"node": "./dist/node/docs/index.js",
|
|
520
|
-
"browser": "./dist/browser/docs/index.js",
|
|
521
|
-
"default": "./dist/docs/index.js"
|
|
522
|
-
},
|
|
523
418
|
"./entities": {
|
|
524
419
|
"types": "./dist/entities/index.d.ts",
|
|
420
|
+
"browser": "./dist/browser/entities/index.js",
|
|
525
421
|
"bun": "./dist/entities/index.js",
|
|
526
422
|
"node": "./dist/node/entities/index.js",
|
|
527
|
-
"browser": "./dist/browser/entities/index.js",
|
|
528
423
|
"default": "./dist/entities/index.js"
|
|
529
424
|
},
|
|
530
425
|
"./entities/company.entity": {
|
|
531
426
|
"types": "./dist/entities/company.entity.d.ts",
|
|
427
|
+
"browser": "./dist/browser/entities/company.entity.js",
|
|
532
428
|
"bun": "./dist/entities/company.entity.js",
|
|
533
429
|
"node": "./dist/node/entities/company.entity.js",
|
|
534
|
-
"browser": "./dist/browser/entities/company.entity.js",
|
|
535
430
|
"default": "./dist/entities/company.entity.js"
|
|
536
431
|
},
|
|
537
432
|
"./entities/contact.entity": {
|
|
538
433
|
"types": "./dist/entities/contact.entity.d.ts",
|
|
434
|
+
"browser": "./dist/browser/entities/contact.entity.js",
|
|
539
435
|
"bun": "./dist/entities/contact.entity.js",
|
|
540
436
|
"node": "./dist/node/entities/contact.entity.js",
|
|
541
|
-
"browser": "./dist/browser/entities/contact.entity.js",
|
|
542
437
|
"default": "./dist/entities/contact.entity.js"
|
|
543
438
|
},
|
|
544
439
|
"./entities/deal.entity": {
|
|
545
440
|
"types": "./dist/entities/deal.entity.d.ts",
|
|
441
|
+
"browser": "./dist/browser/entities/deal.entity.js",
|
|
546
442
|
"bun": "./dist/entities/deal.entity.js",
|
|
547
443
|
"node": "./dist/node/entities/deal.entity.js",
|
|
548
|
-
"browser": "./dist/browser/entities/deal.entity.js",
|
|
549
444
|
"default": "./dist/entities/deal.entity.js"
|
|
550
445
|
},
|
|
551
|
-
"./entities/index": {
|
|
552
|
-
"types": "./dist/entities/index.d.ts",
|
|
553
|
-
"bun": "./dist/entities/index.js",
|
|
554
|
-
"node": "./dist/node/entities/index.js",
|
|
555
|
-
"browser": "./dist/browser/entities/index.js",
|
|
556
|
-
"default": "./dist/entities/index.js"
|
|
557
|
-
},
|
|
558
446
|
"./entities/task.entity": {
|
|
559
447
|
"types": "./dist/entities/task.entity.d.ts",
|
|
448
|
+
"browser": "./dist/browser/entities/task.entity.js",
|
|
560
449
|
"bun": "./dist/entities/task.entity.js",
|
|
561
450
|
"node": "./dist/node/entities/task.entity.js",
|
|
562
|
-
"browser": "./dist/browser/entities/task.entity.js",
|
|
563
451
|
"default": "./dist/entities/task.entity.js"
|
|
564
452
|
},
|
|
565
453
|
"./events": {
|
|
566
454
|
"types": "./dist/events/index.d.ts",
|
|
455
|
+
"browser": "./dist/browser/events/index.js",
|
|
567
456
|
"bun": "./dist/events/index.js",
|
|
568
457
|
"node": "./dist/node/events/index.js",
|
|
569
|
-
"browser": "./dist/browser/events/index.js",
|
|
570
458
|
"default": "./dist/events/index.js"
|
|
571
459
|
},
|
|
572
460
|
"./events/contact.event": {
|
|
573
461
|
"types": "./dist/events/contact.event.d.ts",
|
|
462
|
+
"browser": "./dist/browser/events/contact.event.js",
|
|
574
463
|
"bun": "./dist/events/contact.event.js",
|
|
575
464
|
"node": "./dist/node/events/contact.event.js",
|
|
576
|
-
"browser": "./dist/browser/events/contact.event.js",
|
|
577
465
|
"default": "./dist/events/contact.event.js"
|
|
578
466
|
},
|
|
579
467
|
"./events/deal.event": {
|
|
580
468
|
"types": "./dist/events/deal.event.d.ts",
|
|
469
|
+
"browser": "./dist/browser/events/deal.event.js",
|
|
581
470
|
"bun": "./dist/events/deal.event.js",
|
|
582
471
|
"node": "./dist/node/events/deal.event.js",
|
|
583
|
-
"browser": "./dist/browser/events/deal.event.js",
|
|
584
472
|
"default": "./dist/events/deal.event.js"
|
|
585
473
|
},
|
|
586
|
-
"./events/index": {
|
|
587
|
-
"types": "./dist/events/index.d.ts",
|
|
588
|
-
"bun": "./dist/events/index.js",
|
|
589
|
-
"node": "./dist/node/events/index.js",
|
|
590
|
-
"browser": "./dist/browser/events/index.js",
|
|
591
|
-
"default": "./dist/events/index.js"
|
|
592
|
-
},
|
|
593
474
|
"./events/task.event": {
|
|
594
475
|
"types": "./dist/events/task.event.d.ts",
|
|
476
|
+
"browser": "./dist/browser/events/task.event.js",
|
|
595
477
|
"bun": "./dist/events/task.event.js",
|
|
596
478
|
"node": "./dist/node/events/task.event.js",
|
|
597
|
-
"browser": "./dist/browser/events/task.event.js",
|
|
598
479
|
"default": "./dist/events/task.event.js"
|
|
599
480
|
},
|
|
600
481
|
"./example": {
|
|
601
482
|
"types": "./dist/example.d.ts",
|
|
483
|
+
"browser": "./dist/browser/example.js",
|
|
602
484
|
"bun": "./dist/example.js",
|
|
603
485
|
"node": "./dist/node/example.js",
|
|
604
|
-
"browser": "./dist/browser/example.js",
|
|
605
486
|
"default": "./dist/example.js"
|
|
606
487
|
},
|
|
607
488
|
"./handlers": {
|
|
608
489
|
"types": "./dist/handlers/index.d.ts",
|
|
490
|
+
"browser": "./dist/browser/handlers/index.js",
|
|
609
491
|
"bun": "./dist/handlers/index.js",
|
|
610
492
|
"node": "./dist/node/handlers/index.js",
|
|
611
|
-
"browser": "./dist/browser/handlers/index.js",
|
|
612
493
|
"default": "./dist/handlers/index.js"
|
|
613
494
|
},
|
|
614
495
|
"./handlers/crm.handlers": {
|
|
615
496
|
"types": "./dist/handlers/crm.handlers.d.ts",
|
|
497
|
+
"browser": "./dist/browser/handlers/crm.handlers.js",
|
|
616
498
|
"bun": "./dist/handlers/crm.handlers.js",
|
|
617
499
|
"node": "./dist/node/handlers/crm.handlers.js",
|
|
618
|
-
"browser": "./dist/browser/handlers/crm.handlers.js",
|
|
619
500
|
"default": "./dist/handlers/crm.handlers.js"
|
|
620
501
|
},
|
|
621
502
|
"./handlers/deal.handlers": {
|
|
622
503
|
"types": "./dist/handlers/deal.handlers.d.ts",
|
|
504
|
+
"browser": "./dist/browser/handlers/deal.handlers.js",
|
|
623
505
|
"bun": "./dist/handlers/deal.handlers.js",
|
|
624
506
|
"node": "./dist/node/handlers/deal.handlers.js",
|
|
625
|
-
"browser": "./dist/browser/handlers/deal.handlers.js",
|
|
626
507
|
"default": "./dist/handlers/deal.handlers.js"
|
|
627
508
|
},
|
|
628
|
-
"./handlers/index": {
|
|
629
|
-
"types": "./dist/handlers/index.d.ts",
|
|
630
|
-
"bun": "./dist/handlers/index.js",
|
|
631
|
-
"node": "./dist/node/handlers/index.js",
|
|
632
|
-
"browser": "./dist/browser/handlers/index.js",
|
|
633
|
-
"default": "./dist/handlers/index.js"
|
|
634
|
-
},
|
|
635
509
|
"./handlers/mock-data": {
|
|
636
510
|
"types": "./dist/handlers/mock-data.d.ts",
|
|
511
|
+
"browser": "./dist/browser/handlers/mock-data.js",
|
|
637
512
|
"bun": "./dist/handlers/mock-data.js",
|
|
638
513
|
"node": "./dist/node/handlers/mock-data.js",
|
|
639
|
-
"browser": "./dist/browser/handlers/mock-data.js",
|
|
640
514
|
"default": "./dist/handlers/mock-data.js"
|
|
641
515
|
},
|
|
642
516
|
"./operations": {
|
|
643
517
|
"types": "./dist/operations/index.d.ts",
|
|
644
|
-
"bun": "./dist/operations/index.js",
|
|
645
|
-
"node": "./dist/node/operations/index.js",
|
|
646
518
|
"browser": "./dist/browser/operations/index.js",
|
|
647
|
-
"default": "./dist/operations/index.js"
|
|
648
|
-
},
|
|
649
|
-
"./operations/index": {
|
|
650
|
-
"types": "./dist/operations/index.d.ts",
|
|
651
519
|
"bun": "./dist/operations/index.js",
|
|
652
520
|
"node": "./dist/node/operations/index.js",
|
|
653
|
-
"browser": "./dist/browser/operations/index.js",
|
|
654
521
|
"default": "./dist/operations/index.js"
|
|
655
522
|
},
|
|
656
523
|
"./presentations": {
|
|
657
524
|
"types": "./dist/presentations/index.d.ts",
|
|
525
|
+
"browser": "./dist/browser/presentations/index.js",
|
|
658
526
|
"bun": "./dist/presentations/index.js",
|
|
659
527
|
"node": "./dist/node/presentations/index.js",
|
|
660
|
-
"browser": "./dist/browser/presentations/index.js",
|
|
661
528
|
"default": "./dist/presentations/index.js"
|
|
662
529
|
},
|
|
663
530
|
"./presentations/dashboard.presentation": {
|
|
664
531
|
"types": "./dist/presentations/dashboard.presentation.d.ts",
|
|
532
|
+
"browser": "./dist/browser/presentations/dashboard.presentation.js",
|
|
665
533
|
"bun": "./dist/presentations/dashboard.presentation.js",
|
|
666
534
|
"node": "./dist/node/presentations/dashboard.presentation.js",
|
|
667
|
-
"browser": "./dist/browser/presentations/dashboard.presentation.js",
|
|
668
535
|
"default": "./dist/presentations/dashboard.presentation.js"
|
|
669
536
|
},
|
|
670
|
-
"./presentations/index": {
|
|
671
|
-
"types": "./dist/presentations/index.d.ts",
|
|
672
|
-
"bun": "./dist/presentations/index.js",
|
|
673
|
-
"node": "./dist/node/presentations/index.js",
|
|
674
|
-
"browser": "./dist/browser/presentations/index.js",
|
|
675
|
-
"default": "./dist/presentations/index.js"
|
|
676
|
-
},
|
|
677
537
|
"./presentations/pipeline.presentation": {
|
|
678
538
|
"types": "./dist/presentations/pipeline.presentation.d.ts",
|
|
539
|
+
"browser": "./dist/browser/presentations/pipeline.presentation.js",
|
|
679
540
|
"bun": "./dist/presentations/pipeline.presentation.js",
|
|
680
541
|
"node": "./dist/node/presentations/pipeline.presentation.js",
|
|
681
|
-
"browser": "./dist/browser/presentations/pipeline.presentation.js",
|
|
682
542
|
"default": "./dist/presentations/pipeline.presentation.js"
|
|
683
543
|
},
|
|
684
544
|
"./seeders": {
|
|
685
545
|
"types": "./dist/seeders/index.d.ts",
|
|
686
|
-
"bun": "./dist/seeders/index.js",
|
|
687
|
-
"node": "./dist/node/seeders/index.js",
|
|
688
546
|
"browser": "./dist/browser/seeders/index.js",
|
|
689
|
-
"default": "./dist/seeders/index.js"
|
|
690
|
-
},
|
|
691
|
-
"./seeders/index": {
|
|
692
|
-
"types": "./dist/seeders/index.d.ts",
|
|
693
547
|
"bun": "./dist/seeders/index.js",
|
|
694
548
|
"node": "./dist/node/seeders/index.js",
|
|
695
|
-
"browser": "./dist/browser/seeders/index.js",
|
|
696
549
|
"default": "./dist/seeders/index.js"
|
|
697
550
|
},
|
|
698
551
|
"./shared/overlay-types": {
|
|
699
552
|
"types": "./dist/shared/overlay-types.d.ts",
|
|
553
|
+
"browser": "./dist/browser/shared/overlay-types.js",
|
|
700
554
|
"bun": "./dist/shared/overlay-types.js",
|
|
701
555
|
"node": "./dist/node/shared/overlay-types.js",
|
|
702
|
-
"browser": "./dist/browser/shared/overlay-types.js",
|
|
703
556
|
"default": "./dist/shared/overlay-types.js"
|
|
704
557
|
},
|
|
705
558
|
"./ui": {
|
|
706
559
|
"types": "./dist/ui/index.d.ts",
|
|
560
|
+
"browser": "./dist/browser/ui/index.js",
|
|
707
561
|
"bun": "./dist/ui/index.js",
|
|
708
562
|
"node": "./dist/node/ui/index.js",
|
|
709
|
-
"browser": "./dist/browser/ui/index.js",
|
|
710
563
|
"default": "./dist/ui/index.js"
|
|
711
564
|
},
|
|
712
565
|
"./ui/CrmDashboard": {
|
|
713
566
|
"types": "./dist/ui/CrmDashboard.d.ts",
|
|
567
|
+
"browser": "./dist/browser/ui/CrmDashboard.js",
|
|
714
568
|
"bun": "./dist/ui/CrmDashboard.js",
|
|
715
569
|
"node": "./dist/node/ui/CrmDashboard.js",
|
|
716
|
-
"browser": "./dist/browser/ui/CrmDashboard.js",
|
|
717
570
|
"default": "./dist/ui/CrmDashboard.js"
|
|
718
571
|
},
|
|
719
572
|
"./ui/CrmDealCard": {
|
|
720
573
|
"types": "./dist/ui/CrmDealCard.d.ts",
|
|
574
|
+
"browser": "./dist/browser/ui/CrmDealCard.js",
|
|
721
575
|
"bun": "./dist/ui/CrmDealCard.js",
|
|
722
576
|
"node": "./dist/node/ui/CrmDealCard.js",
|
|
723
|
-
"browser": "./dist/browser/ui/CrmDealCard.js",
|
|
724
577
|
"default": "./dist/ui/CrmDealCard.js"
|
|
725
578
|
},
|
|
726
579
|
"./ui/CrmPipelineBoard": {
|
|
727
580
|
"types": "./dist/ui/CrmPipelineBoard.d.ts",
|
|
581
|
+
"browser": "./dist/browser/ui/CrmPipelineBoard.js",
|
|
728
582
|
"bun": "./dist/ui/CrmPipelineBoard.js",
|
|
729
583
|
"node": "./dist/node/ui/CrmPipelineBoard.js",
|
|
730
|
-
"browser": "./dist/browser/ui/CrmPipelineBoard.js",
|
|
731
584
|
"default": "./dist/ui/CrmPipelineBoard.js"
|
|
732
585
|
},
|
|
733
586
|
"./ui/hooks": {
|
|
734
587
|
"types": "./dist/ui/hooks/index.d.ts",
|
|
735
|
-
"bun": "./dist/ui/hooks/index.js",
|
|
736
|
-
"node": "./dist/node/ui/hooks/index.js",
|
|
737
588
|
"browser": "./dist/browser/ui/hooks/index.js",
|
|
738
|
-
"default": "./dist/ui/hooks/index.js"
|
|
739
|
-
},
|
|
740
|
-
"./ui/hooks/index": {
|
|
741
|
-
"types": "./dist/ui/hooks/index.d.ts",
|
|
742
589
|
"bun": "./dist/ui/hooks/index.js",
|
|
743
590
|
"node": "./dist/node/ui/hooks/index.js",
|
|
744
|
-
"browser": "./dist/browser/ui/hooks/index.js",
|
|
745
591
|
"default": "./dist/ui/hooks/index.js"
|
|
746
592
|
},
|
|
747
593
|
"./ui/hooks/useDealList": {
|
|
748
594
|
"types": "./dist/ui/hooks/useDealList.d.ts",
|
|
595
|
+
"browser": "./dist/browser/ui/hooks/useDealList.js",
|
|
749
596
|
"bun": "./dist/ui/hooks/useDealList.js",
|
|
750
597
|
"node": "./dist/node/ui/hooks/useDealList.js",
|
|
751
|
-
"browser": "./dist/browser/ui/hooks/useDealList.js",
|
|
752
598
|
"default": "./dist/ui/hooks/useDealList.js"
|
|
753
599
|
},
|
|
754
600
|
"./ui/hooks/useDealMutations": {
|
|
755
601
|
"types": "./dist/ui/hooks/useDealMutations.d.ts",
|
|
602
|
+
"browser": "./dist/browser/ui/hooks/useDealMutations.js",
|
|
756
603
|
"bun": "./dist/ui/hooks/useDealMutations.js",
|
|
757
604
|
"node": "./dist/node/ui/hooks/useDealMutations.js",
|
|
758
|
-
"browser": "./dist/browser/ui/hooks/useDealMutations.js",
|
|
759
605
|
"default": "./dist/ui/hooks/useDealMutations.js"
|
|
760
606
|
},
|
|
761
|
-
"./ui/index": {
|
|
762
|
-
"types": "./dist/ui/index.d.ts",
|
|
763
|
-
"bun": "./dist/ui/index.js",
|
|
764
|
-
"node": "./dist/node/ui/index.js",
|
|
765
|
-
"browser": "./dist/browser/ui/index.js",
|
|
766
|
-
"default": "./dist/ui/index.js"
|
|
767
|
-
},
|
|
768
607
|
"./ui/modals": {
|
|
769
608
|
"types": "./dist/ui/modals/index.d.ts",
|
|
609
|
+
"browser": "./dist/browser/ui/modals/index.js",
|
|
770
610
|
"bun": "./dist/ui/modals/index.js",
|
|
771
611
|
"node": "./dist/node/ui/modals/index.js",
|
|
772
|
-
"browser": "./dist/browser/ui/modals/index.js",
|
|
773
612
|
"default": "./dist/ui/modals/index.js"
|
|
774
613
|
},
|
|
775
614
|
"./ui/modals/CreateDealModal": {
|
|
776
615
|
"types": "./dist/ui/modals/CreateDealModal.d.ts",
|
|
616
|
+
"browser": "./dist/browser/ui/modals/CreateDealModal.js",
|
|
777
617
|
"bun": "./dist/ui/modals/CreateDealModal.js",
|
|
778
618
|
"node": "./dist/node/ui/modals/CreateDealModal.js",
|
|
779
|
-
"browser": "./dist/browser/ui/modals/CreateDealModal.js",
|
|
780
619
|
"default": "./dist/ui/modals/CreateDealModal.js"
|
|
781
620
|
},
|
|
782
621
|
"./ui/modals/DealActionsModal": {
|
|
783
622
|
"types": "./dist/ui/modals/DealActionsModal.d.ts",
|
|
623
|
+
"browser": "./dist/browser/ui/modals/DealActionsModal.js",
|
|
784
624
|
"bun": "./dist/ui/modals/DealActionsModal.js",
|
|
785
625
|
"node": "./dist/node/ui/modals/DealActionsModal.js",
|
|
786
|
-
"browser": "./dist/browser/ui/modals/DealActionsModal.js",
|
|
787
626
|
"default": "./dist/ui/modals/DealActionsModal.js"
|
|
788
627
|
},
|
|
789
|
-
"./ui/modals/index": {
|
|
790
|
-
"types": "./dist/ui/modals/index.d.ts",
|
|
791
|
-
"bun": "./dist/ui/modals/index.js",
|
|
792
|
-
"node": "./dist/node/ui/modals/index.js",
|
|
793
|
-
"browser": "./dist/browser/ui/modals/index.js",
|
|
794
|
-
"default": "./dist/ui/modals/index.js"
|
|
795
|
-
},
|
|
796
628
|
"./ui/overlays": {
|
|
797
629
|
"types": "./dist/ui/overlays/index.d.ts",
|
|
630
|
+
"browser": "./dist/browser/ui/overlays/index.js",
|
|
798
631
|
"bun": "./dist/ui/overlays/index.js",
|
|
799
632
|
"node": "./dist/node/ui/overlays/index.js",
|
|
800
|
-
"browser": "./dist/browser/ui/overlays/index.js",
|
|
801
633
|
"default": "./dist/ui/overlays/index.js"
|
|
802
634
|
},
|
|
803
635
|
"./ui/overlays/demo-overlays": {
|
|
804
636
|
"types": "./dist/ui/overlays/demo-overlays.d.ts",
|
|
637
|
+
"browser": "./dist/browser/ui/overlays/demo-overlays.js",
|
|
805
638
|
"bun": "./dist/ui/overlays/demo-overlays.js",
|
|
806
639
|
"node": "./dist/node/ui/overlays/demo-overlays.js",
|
|
807
|
-
"browser": "./dist/browser/ui/overlays/demo-overlays.js",
|
|
808
640
|
"default": "./dist/ui/overlays/demo-overlays.js"
|
|
809
641
|
},
|
|
810
|
-
"./ui/overlays/index": {
|
|
811
|
-
"types": "./dist/ui/overlays/index.d.ts",
|
|
812
|
-
"bun": "./dist/ui/overlays/index.js",
|
|
813
|
-
"node": "./dist/node/ui/overlays/index.js",
|
|
814
|
-
"browser": "./dist/browser/ui/overlays/index.js",
|
|
815
|
-
"default": "./dist/ui/overlays/index.js"
|
|
816
|
-
},
|
|
817
642
|
"./ui/renderers": {
|
|
818
643
|
"types": "./dist/ui/renderers/index.d.ts",
|
|
819
|
-
"bun": "./dist/ui/renderers/index.js",
|
|
820
|
-
"node": "./dist/node/ui/renderers/index.js",
|
|
821
644
|
"browser": "./dist/browser/ui/renderers/index.js",
|
|
822
|
-
"default": "./dist/ui/renderers/index.js"
|
|
823
|
-
},
|
|
824
|
-
"./ui/renderers/index": {
|
|
825
|
-
"types": "./dist/ui/renderers/index.d.ts",
|
|
826
645
|
"bun": "./dist/ui/renderers/index.js",
|
|
827
646
|
"node": "./dist/node/ui/renderers/index.js",
|
|
828
|
-
"browser": "./dist/browser/ui/renderers/index.js",
|
|
829
647
|
"default": "./dist/ui/renderers/index.js"
|
|
830
648
|
},
|
|
831
649
|
"./ui/renderers/pipeline.markdown": {
|
|
832
650
|
"types": "./dist/ui/renderers/pipeline.markdown.d.ts",
|
|
651
|
+
"browser": "./dist/browser/ui/renderers/pipeline.markdown.js",
|
|
833
652
|
"bun": "./dist/ui/renderers/pipeline.markdown.js",
|
|
834
653
|
"node": "./dist/node/ui/renderers/pipeline.markdown.js",
|
|
835
|
-
"browser": "./dist/browser/ui/renderers/pipeline.markdown.js",
|
|
836
654
|
"default": "./dist/ui/renderers/pipeline.markdown.js"
|
|
837
655
|
},
|
|
838
656
|
"./ui/renderers/pipeline.renderer": {
|
|
839
657
|
"types": "./dist/ui/renderers/pipeline.renderer.d.ts",
|
|
658
|
+
"browser": "./dist/browser/ui/renderers/pipeline.renderer.js",
|
|
840
659
|
"bun": "./dist/ui/renderers/pipeline.renderer.js",
|
|
841
660
|
"node": "./dist/node/ui/renderers/pipeline.renderer.js",
|
|
842
|
-
"browser": "./dist/browser/ui/renderers/pipeline.renderer.js",
|
|
843
661
|
"default": "./dist/ui/renderers/pipeline.renderer.js"
|
|
844
662
|
}
|
|
845
663
|
},
|