dce-reactkit 3.7.2-beta.1 → 3.7.3
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/cjs/index.js +3 -4
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/index.d.ts +2 -1
- package/dist/esm/index.js +3 -4
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/index.d.ts +2 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
- package/src/helpers/canReviewLogs.ts +1 -1
- package/src/helpers/getTimeInfoInET.ts +3 -3
- package/src/index.ts +2 -0
|
@@ -83,9 +83,10 @@ import LogSource from './types/LogSource';
|
|
|
83
83
|
import LogAction from './types/LogAction';
|
|
84
84
|
import LogBuiltInMetadata from './types/LogBuiltInMetadata';
|
|
85
85
|
import LogMetadataType from './types/LogMetadataType';
|
|
86
|
+
import LogFunction from './types/LogFunction';
|
|
86
87
|
import IntelliTableColumn from './types/IntelliTableColumn';
|
|
87
88
|
import PickableItem from './components/ItemPicker/types/PickableItem';
|
|
88
89
|
import DBEntry from './components/DBEntryManagerPanel/types/DBEntry';
|
|
89
90
|
import DBEntryField from './components/DBEntryManagerPanel/types/DBEntryField';
|
|
90
91
|
import DBEntryFieldType from './components/DBEntryManagerPanel/types/DBEntryFieldType';
|
|
91
|
-
export { AppWrapper, LoadingSpinner, ErrorBox, Modal, TabBox, RadioButton, CheckboxButton, ButtonInputGroup, SimpleDateChooser, Drawer, PopSuccessMark, PopFailureMark, PopPendingMark, CopiableBox, ItemPicker, LogReviewer, IntelliTable, CSVDownloadButton, DBEntryManagerPanel, Tooltip, ToggleSwitch, AutoscrollToBottomContainer, MultiSwitch, alert, confirm, showFatalError, ErrorWithCode, MINUTE_IN_MS, HOUR_IN_MS, DAY_IN_MS, DynamicWord, abbreviate, avg, ceilToNumDecimals, floorToNumDecimals, forceNumIntoBounds, padDecimalZeros, padZerosLeft, roundToNumDecimals, sum, waitMs, getOrdinal, getTimeInfoInET, stubServerEndpoint, startMinWait, getHumanReadableDate, getPartOfDay, stringsToHumanReadableList, onlyKeepLetters, parallelLimit, getMonthName, genCSV, canReviewLogs, isMobileOrTablet, extractProp, compareArraysByProp, genCommaList, validateEmail, validatePhoneNumber, validateString, getLocalTimeInfo, idify, makeLinksClickable, prefixWithAOrAn, initClient, visitServerEndpoint, logClientEvent, addFatalErrorHandler, leaveToURL, combineClassNames, useForceRender, setClientEventMetadataPopulator, initServer, genRouteHandler, handleError, handleSuccess, initLogCollection, addDBEditorEndpoints, ModalButtonType, ModalSize, ModalType, ReactKitErrorCode, Variant, DayOfWeek, Log, LogType, LogSource, LogAction, LogBuiltInMetadata, LogMetadataType, IntelliTableColumn, PickableItem, DBEntry, DBEntryField, DBEntryFieldType, ParamType, };
|
|
92
|
+
export { AppWrapper, LoadingSpinner, ErrorBox, Modal, TabBox, RadioButton, CheckboxButton, ButtonInputGroup, SimpleDateChooser, Drawer, PopSuccessMark, PopFailureMark, PopPendingMark, CopiableBox, ItemPicker, LogReviewer, IntelliTable, CSVDownloadButton, DBEntryManagerPanel, Tooltip, ToggleSwitch, AutoscrollToBottomContainer, MultiSwitch, alert, confirm, showFatalError, ErrorWithCode, MINUTE_IN_MS, HOUR_IN_MS, DAY_IN_MS, DynamicWord, abbreviate, avg, ceilToNumDecimals, floorToNumDecimals, forceNumIntoBounds, padDecimalZeros, padZerosLeft, roundToNumDecimals, sum, waitMs, getOrdinal, getTimeInfoInET, stubServerEndpoint, startMinWait, getHumanReadableDate, getPartOfDay, stringsToHumanReadableList, onlyKeepLetters, parallelLimit, getMonthName, genCSV, canReviewLogs, isMobileOrTablet, extractProp, compareArraysByProp, genCommaList, validateEmail, validatePhoneNumber, validateString, getLocalTimeInfo, idify, makeLinksClickable, prefixWithAOrAn, initClient, visitServerEndpoint, logClientEvent, addFatalErrorHandler, leaveToURL, combineClassNames, useForceRender, setClientEventMetadataPopulator, initServer, genRouteHandler, handleError, handleSuccess, initLogCollection, addDBEditorEndpoints, ModalButtonType, ModalSize, ModalType, ReactKitErrorCode, Variant, DayOfWeek, Log, LogType, LogSource, LogAction, LogBuiltInMetadata, LogMetadataType, LogFunction, IntelliTableColumn, PickableItem, DBEntry, DBEntryField, DBEntryFieldType, ParamType, };
|
package/dist/index.d.ts
CHANGED
|
@@ -1515,4 +1515,4 @@ declare const LogBuiltInMetadata: {
|
|
|
1515
1515
|
};
|
|
1516
1516
|
};
|
|
1517
1517
|
|
|
1518
|
-
export { AppWrapper, AutoscrollToBottomContainer, ButtonInputGroup, CSVDownloadButton, CheckboxButton, CopiableBox, DAY_IN_MS, DBEntry, DBEntryField, DBEntryFieldType, DBEntryManagerPanel, DayOfWeek, Drawer, DynamicWord, ErrorBox, ErrorWithCode, HOUR_IN_MS, IntelliTable, IntelliTableColumn, ItemPicker, LoadingSpinner, Log, LogAction, LogBuiltInMetadata, LogMetadataType, LogReviewer, LogSource, LogType, MINUTE_IN_MS, Modal, ModalButtonType, ModalSize, ModalType, MultiSwitch, ParamType, PickableItem, PopFailureMark, PopPendingMark, PopSuccessMark, RadioButton, ReactKitErrorCode, SimpleDateChooser, TabBox, ToggleSwitch, Tooltip, Variant, abbreviate, addDBEditorEndpoints, addFatalErrorHandler, alert, avg, canReviewLogs, ceilToNumDecimals, combineClassNames, compareArraysByProp, confirm, extractProp, floorToNumDecimals, forceNumIntoBounds, genCSV, genCommaList, genRouteHandler, getHumanReadableDate, getLocalTimeInfo, getMonthName, getOrdinal, getPartOfDay, getTimeInfoInET, handleError, handleSuccess, idify, initClient, initLogCollection, initServer, isMobileOrTablet, leaveToURL, logClientEvent, makeLinksClickable, onlyKeepLetters, padDecimalZeros, padZerosLeft, parallelLimit, prefixWithAOrAn, roundToNumDecimals, setClientEventMetadataPopulator, showFatalError, startMinWait, stringsToHumanReadableList, stubServerEndpoint, sum, useForceRender, validateEmail, validatePhoneNumber, validateString, visitServerEndpoint, waitMs };
|
|
1518
|
+
export { AppWrapper, AutoscrollToBottomContainer, ButtonInputGroup, CSVDownloadButton, CheckboxButton, CopiableBox, DAY_IN_MS, DBEntry, DBEntryField, DBEntryFieldType, DBEntryManagerPanel, DayOfWeek, Drawer, DynamicWord, ErrorBox, ErrorWithCode, HOUR_IN_MS, IntelliTable, IntelliTableColumn, ItemPicker, LoadingSpinner, Log, LogAction, LogBuiltInMetadata, LogFunction, LogMetadataType, LogReviewer, LogSource, LogType, MINUTE_IN_MS, Modal, ModalButtonType, ModalSize, ModalType, MultiSwitch, ParamType, PickableItem, PopFailureMark, PopPendingMark, PopSuccessMark, RadioButton, ReactKitErrorCode, SimpleDateChooser, TabBox, ToggleSwitch, Tooltip, Variant, abbreviate, addDBEditorEndpoints, addFatalErrorHandler, alert, avg, canReviewLogs, ceilToNumDecimals, combineClassNames, compareArraysByProp, confirm, extractProp, floorToNumDecimals, forceNumIntoBounds, genCSV, genCommaList, genRouteHandler, getHumanReadableDate, getLocalTimeInfo, getMonthName, getOrdinal, getPartOfDay, getTimeInfoInET, handleError, handleSuccess, idify, initClient, initLogCollection, initServer, isMobileOrTablet, leaveToURL, logClientEvent, makeLinksClickable, onlyKeepLetters, padDecimalZeros, padZerosLeft, parallelLimit, prefixWithAOrAn, roundToNumDecimals, setClientEventMetadataPopulator, showFatalError, startMinWait, stringsToHumanReadableList, stubServerEndpoint, sum, useForceRender, validateEmail, validatePhoneNumber, validateString, visitServerEndpoint, waitMs };
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@ import LOG_REVIEW_STATUS_ROUTE from '../constants/LOG_REVIEW_STATUS_ROUTE';
|
|
|
9
9
|
/*------------------------------------------------------------------------*/
|
|
10
10
|
|
|
11
11
|
// Cache user's ability
|
|
12
|
-
let canReview: boolean | undefined
|
|
12
|
+
let canReview: boolean | undefined;
|
|
13
13
|
|
|
14
14
|
/*------------------------------------------------------------------------*/
|
|
15
15
|
/* ---------------------------- Other Helpers --------------------------- */
|
|
@@ -31,7 +31,7 @@ const getTimeInfoInET = (dateOrTimestamp?: Date | number): {
|
|
|
31
31
|
}
|
|
32
32
|
const str = d.toLocaleString(
|
|
33
33
|
'en-US', // Using US encoding (it's the only one installed on containers)
|
|
34
|
-
{ timeZone: 'America/New_York' } // Force EST timezone
|
|
34
|
+
{ timeZone: 'America/New_York' }, // Force EST timezone
|
|
35
35
|
);
|
|
36
36
|
|
|
37
37
|
// Parse the string for the date/time info
|
|
@@ -45,11 +45,11 @@ const getTimeInfoInET = (dateOrTimestamp?: Date | number): {
|
|
|
45
45
|
const month = Number.parseInt(monthStr, 10);
|
|
46
46
|
const day = Number.parseInt(dayStr, 10);
|
|
47
47
|
const minute = Number.parseInt(minStr, 10);
|
|
48
|
-
|
|
48
|
+
const hour12 = Number.parseInt(hourStr, 10);
|
|
49
49
|
// Convert from am/pm to 24hr
|
|
50
50
|
const isAM = ending.toLowerCase().includes('am');
|
|
51
51
|
const isPM = !isAM;
|
|
52
|
-
let hour = hour12
|
|
52
|
+
let hour = hour12;
|
|
53
53
|
if (isPM && hour12 !== 12) {
|
|
54
54
|
hour += 12;
|
|
55
55
|
} else if (isAM && hour12 === 12) {
|
package/src/index.ts
CHANGED
|
@@ -100,6 +100,7 @@ import LogSource from './types/LogSource';
|
|
|
100
100
|
import LogAction from './types/LogAction';
|
|
101
101
|
import LogBuiltInMetadata from './types/LogBuiltInMetadata';
|
|
102
102
|
import LogMetadataType from './types/LogMetadataType';
|
|
103
|
+
import LogFunction from './types/LogFunction';
|
|
103
104
|
import IntelliTableColumn from './types/IntelliTableColumn';
|
|
104
105
|
|
|
105
106
|
// Component-specific-types
|
|
@@ -209,6 +210,7 @@ export {
|
|
|
209
210
|
LogAction,
|
|
210
211
|
LogBuiltInMetadata,
|
|
211
212
|
LogMetadataType,
|
|
213
|
+
LogFunction,
|
|
212
214
|
IntelliTableColumn,
|
|
213
215
|
// Component-specific-types
|
|
214
216
|
PickableItem,
|