@cayuse-test/react 1.0.4 → 1.0.6
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/README.md +154 -250
- package/dist/{chunk-JPEBFDVI.js → chunk-QRWUG2FO.js} +97 -94
- package/dist/chunk-QRWUG2FO.js.map +1 -0
- package/dist/components/index.js +5 -1
- package/dist/index.js +5 -1
- package/package.json +1 -1
- package/dist/chunk-JPEBFDVI.js.map +0 -1
package/dist/components/index.js
CHANGED
|
@@ -55,17 +55,19 @@ import {
|
|
|
55
55
|
TaskTitleCell,
|
|
56
56
|
TextArea,
|
|
57
57
|
Toggle,
|
|
58
|
+
UserComboboxOption,
|
|
58
59
|
UserSelect,
|
|
59
60
|
adminLoadOptions,
|
|
60
61
|
baseClearIcon,
|
|
61
62
|
dateToTimezoneDate,
|
|
62
63
|
findFirstActiveAttachmentType,
|
|
63
64
|
linkTasksToMilestone,
|
|
65
|
+
normalizeUserToOption,
|
|
64
66
|
notify,
|
|
65
67
|
setDictionary,
|
|
66
68
|
setLoginTenantId,
|
|
67
69
|
useActiveColumns
|
|
68
|
-
} from "../chunk-
|
|
70
|
+
} from "../chunk-QRWUG2FO.js";
|
|
69
71
|
import "../chunk-BVB7EXJY.js";
|
|
70
72
|
import "../chunk-QPEQWFAR.js";
|
|
71
73
|
import "../chunk-HRVK43NB.js";
|
|
@@ -129,12 +131,14 @@ export {
|
|
|
129
131
|
TaskTitleCell,
|
|
130
132
|
TextArea,
|
|
131
133
|
Toggle,
|
|
134
|
+
UserComboboxOption,
|
|
132
135
|
UserSelect,
|
|
133
136
|
adminLoadOptions,
|
|
134
137
|
baseClearIcon,
|
|
135
138
|
dateToTimezoneDate,
|
|
136
139
|
findFirstActiveAttachmentType,
|
|
137
140
|
linkTasksToMilestone,
|
|
141
|
+
normalizeUserToOption,
|
|
138
142
|
notify,
|
|
139
143
|
setDictionary,
|
|
140
144
|
setLoginTenantId,
|
package/dist/index.js
CHANGED
|
@@ -55,17 +55,19 @@ import {
|
|
|
55
55
|
TaskTitleCell,
|
|
56
56
|
TextArea,
|
|
57
57
|
Toggle,
|
|
58
|
+
UserComboboxOption,
|
|
58
59
|
UserSelect,
|
|
59
60
|
adminLoadOptions,
|
|
60
61
|
baseClearIcon,
|
|
61
62
|
dateToTimezoneDate,
|
|
62
63
|
findFirstActiveAttachmentType,
|
|
63
64
|
linkTasksToMilestone,
|
|
65
|
+
normalizeUserToOption,
|
|
64
66
|
notify,
|
|
65
67
|
setDictionary,
|
|
66
68
|
setLoginTenantId,
|
|
67
69
|
useActiveColumns
|
|
68
|
-
} from "./chunk-
|
|
70
|
+
} from "./chunk-QRWUG2FO.js";
|
|
69
71
|
import {
|
|
70
72
|
useConfirmNavigation,
|
|
71
73
|
useDebounceCallback,
|
|
@@ -236,6 +238,7 @@ export {
|
|
|
236
238
|
UploadError,
|
|
237
239
|
UploadService,
|
|
238
240
|
UppyService,
|
|
241
|
+
UserComboboxOption,
|
|
239
242
|
UserSelect,
|
|
240
243
|
adminLoadOptions,
|
|
241
244
|
alphaSortCollectionByKey,
|
|
@@ -275,6 +278,7 @@ export {
|
|
|
275
278
|
isUrl,
|
|
276
279
|
linkTasksToMilestone,
|
|
277
280
|
loginWithRedirect,
|
|
281
|
+
normalizeUserToOption,
|
|
278
282
|
notify,
|
|
279
283
|
registerGetTokenSilently,
|
|
280
284
|
removeDOMNode,
|