@licklist/design 0.72.0-dev.1 → 0.72.0-dev.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/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts +2 -1
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.js +22 -4
- package/dist/events/edit-event-modal/utils/checkIfEventBooked.d.ts +5 -0
- package/dist/events/edit-event-modal/utils/checkIfEventBooked.d.ts.map +1 -0
- package/dist/events/edit-event-modal/utils/checkIfEventBooked.js +27 -0
- package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.d.ts +6 -1
- package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.d.ts.map +1 -1
- package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.js +13 -4
- package/dist/iframe/payment/payment-page/PaymentPage.js +1 -1
- package/package.json +2 -2
- package/src/events/edit-event-modal/component/EditEventForm/EditEventForm.tsx +33 -2
- package/src/events/edit-event-modal/utils/checkIfEventBooked.ts +44 -0
- package/src/events/edit-recurrent-event-modal/EditRecurrentEventModal.tsx +37 -9
- package/src/iframe/payment/payment-page/PaymentPage.tsx +1 -1
- package/yarn.lock +192 -188
|
@@ -38,6 +38,7 @@ export interface EditEventFormProps extends HasPermissionProp {
|
|
|
38
38
|
overrideNameError?: string;
|
|
39
39
|
disabledRecurrent?: boolean;
|
|
40
40
|
isCopyCreate?: boolean;
|
|
41
|
+
isBooked?: boolean;
|
|
41
42
|
}
|
|
42
|
-
export declare const EditEventForm: ({ disabled, categories, title, hasPermission, defaultEventValues, serverErrors, onSaveEvent, productSets, createProductSet, setEditProductSetId, isExternalPaymentLinkEnabled, timeZone, eventProductSet, overrideNameError, disabledRecurrent, isCopyCreate, }: EditEventFormProps) => import("react/jsx-runtime").JSX.Element;
|
|
43
|
+
export declare const EditEventForm: ({ disabled, categories, title, hasPermission, defaultEventValues, serverErrors, onSaveEvent, productSets, createProductSet, setEditProductSetId, isExternalPaymentLinkEnabled, timeZone, eventProductSet, overrideNameError, disabledRecurrent, isCopyCreate, isBooked, }: EditEventFormProps) => import("react/jsx-runtime").JSX.Element;
|
|
43
44
|
//# sourceMappingURL=EditEventForm.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EditEventForm.d.ts","sourceRoot":"","sources":["../../../../../src/events/edit-event-modal/component/EditEventForm/EditEventForm.tsx"],"names":[],"mappings":"AAEA,OAAO,EAIL,KAAK,EACN,MAAM,sDAAsD,CAAA;AAO7D,OAAO,EAAE,iBAAiB,EAAE,MAAM,oDAAoD,CAAA;AAGtF,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAA;AAG3E,OAAO,EAAE,UAAU,EAAE,MAAM,6DAA6D,CAAA;
|
|
1
|
+
{"version":3,"file":"EditEventForm.d.ts","sourceRoot":"","sources":["../../../../../src/events/edit-event-modal/component/EditEventForm/EditEventForm.tsx"],"names":[],"mappings":"AAEA,OAAO,EAIL,KAAK,EACN,MAAM,sDAAsD,CAAA;AAO7D,OAAO,EAAE,iBAAiB,EAAE,MAAM,oDAAoD,CAAA;AAGtF,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAA;AAG3E,OAAO,EAAE,UAAU,EAAE,MAAM,6DAA6D,CAAA;AAExF,OAAO,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAA;AAS5D,OAAO,EAAiB,mBAAmB,EAAE,MAAM,qBAAqB,CAAA;AAGxE,OAAO,EAAE,oBAAoB,EAAE,MAAM,6CAA6C,CAAA;AAKlF,MAAM,WAAW,mBAAoB,SAAQ,mBAAmB;IAC9D,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,MAAM,CAAA;IACf,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,EAAE,MAAM,GAAG,IAAI,CAAA;IAC1B,UAAU,EAAE,MAAM,EAAE,CAAA;IACpB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAA;IACjC,OAAO,EAAE,OAAO,GAAG,MAAM,CAAA;IACzB,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAA;IAClC,MAAM,EAAE,KAAK,EAAE,GAAG,IAAI,CAAA;IACtB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAA;IAC3B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAA;IAC7B,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,gBAAgB,CAAC,EAAE,oBAAoB,CAAA;CACxC;AAED,MAAM,WAAW,kBAAmB,SAAQ,iBAAiB;IAC3D,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,UAAU,EAAE,aAAa,EAAE,CAAA;IAC3B,KAAK,EAAE,MAAM,CAAA;IACb,kBAAkB,CAAC,EAAE,OAAO,CAAC,mBAAmB,CAAC,CAAA;IACjD,YAAY,CAAC,EAAE,WAAW,CAAA;IAC1B,WAAW,EAAE,CAAC,MAAM,EAAE,mBAAmB,KAAK,IAAI,CAAA;IAClD,WAAW,CAAC,EAAE,UAAU,EAAE,GAAG,IAAI,CAAA;IACjC,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,gBAAgB,EAAE,CAAC,KAAK,EAAE,mBAAmB,KAAK,IAAI,CAAA;IACtD,mBAAmB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IAC5C,4BAA4B,CAAC,EAAE,OAAO,CAAA;IACtC,QAAQ,EAAE,MAAM,CAAA;IAChB,eAAe,CAAC,EAAE,UAAU,CAAA;IAC5B,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,iBAAiB,CAAC,EAAE,OAAO,CAAA;IAC3B,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB;AAOD,eAAO,MAAM,aAAa,8QAkBvB,kBAAkB,4CAiYpB,CAAA"}
|
|
@@ -11,6 +11,9 @@ import { useMultipleImages } from '@licklist/plugins/dist/hooks/Media/useMultipl
|
|
|
11
11
|
import FormErrorService from '@licklist/plugins/dist/services/Form/FormErrorService';
|
|
12
12
|
import { scrollToError } from '@licklist/plugins/dist/utils/ScrollUtils';
|
|
13
13
|
import { getFirstErrorKey } from '@licklist/plugins/dist/utils/FormValues';
|
|
14
|
+
import { ConfirmModal } from '../../../../modals/confirmation/ConfirmModal.js';
|
|
15
|
+
import { Dialog } from '../../../../modals/dialog/Dialog.js';
|
|
16
|
+
import { useDialogContext } from '../../../../modals/dialog/DialogContext.js';
|
|
14
17
|
import { SaleDeadline } from '../SaleDeadline/SaleDeadline.js';
|
|
15
18
|
import { CategoriesInput } from '../../../../provider/categories-input/CategoriesInput.js';
|
|
16
19
|
import { CategoriesInputDescription } from '../../../../provider/categories-input/CategoriesInputDescription.js';
|
|
@@ -33,9 +36,8 @@ import { TipTapEditor } from '../../../../tiptap-editor/TipTapEditor.js';
|
|
|
33
36
|
import { FileUpload } from '../../../../file-upload/FileUpload.js';
|
|
34
37
|
import { IntervalInput } from '../../IntervalInput.js';
|
|
35
38
|
import { SelectEventProductSet } from '../SelectEventProductSet/SelectEventProductSet.js';
|
|
36
|
-
import { Dialog } from '../../../../modals/dialog/Dialog.js';
|
|
37
|
-
import { useDialogContext } from '../../../../modals/dialog/DialogContext.js';
|
|
38
39
|
import { isUrlValid } from '../../utils/isUrlValid.js';
|
|
40
|
+
import { toSimpleDateTime } from '../../utils/checkIfEventBooked.js';
|
|
39
41
|
|
|
40
42
|
/* eslint-disable react-hooks/exhaustive-deps */ function _array_like_to_array(arr, len) {
|
|
41
43
|
if (len == null || len > arr.length) len = arr.length;
|
|
@@ -140,7 +142,7 @@ var eventImageTypes = {
|
|
|
140
142
|
uploadCover: IMAGE_TYPE_MAP[IMAGE_TYPE_COVER]
|
|
141
143
|
};
|
|
142
144
|
var EditEventForm = function(param) {
|
|
143
|
-
var _param_disabled = param.disabled, disabled = _param_disabled === void 0 ? false : _param_disabled, categories = param.categories, title = param.title, _param_hasPermission = param.hasPermission, hasPermission = _param_hasPermission === void 0 ? true : _param_hasPermission, defaultEventValues = param.defaultEventValues, serverErrors = param.serverErrors, onSaveEvent = param.onSaveEvent, productSets = param.productSets, createProductSet = param.createProductSet, setEditProductSetId = param.setEditProductSetId, isExternalPaymentLinkEnabled = param.isExternalPaymentLinkEnabled, timeZone = param.timeZone, eventProductSet = param.eventProductSet, overrideNameError = param.overrideNameError, _param_disabledRecurrent = param.disabledRecurrent, disabledRecurrent = _param_disabledRecurrent === void 0 ? false : _param_disabledRecurrent, _param_isCopyCreate = param.isCopyCreate, isCopyCreate = _param_isCopyCreate === void 0 ? false : _param_isCopyCreate;
|
|
145
|
+
var _param_disabled = param.disabled, disabled = _param_disabled === void 0 ? false : _param_disabled, categories = param.categories, title = param.title, _param_hasPermission = param.hasPermission, hasPermission = _param_hasPermission === void 0 ? true : _param_hasPermission, defaultEventValues = param.defaultEventValues, serverErrors = param.serverErrors, onSaveEvent = param.onSaveEvent, productSets = param.productSets, createProductSet = param.createProductSet, setEditProductSetId = param.setEditProductSetId, isExternalPaymentLinkEnabled = param.isExternalPaymentLinkEnabled, timeZone = param.timeZone, eventProductSet = param.eventProductSet, overrideNameError = param.overrideNameError, _param_disabledRecurrent = param.disabledRecurrent, disabledRecurrent = _param_disabledRecurrent === void 0 ? false : _param_disabledRecurrent, _param_isCopyCreate = param.isCopyCreate, isCopyCreate = _param_isCopyCreate === void 0 ? false : _param_isCopyCreate, _param_isBooked = param.isBooked, isBooked = _param_isBooked === void 0 ? false : _param_isBooked;
|
|
144
146
|
var _defaultEventValues_rrule, _defaultEventValues_rrule1, _errors_name, _errors_externalPaymentLink, _errors_integrationUrl;
|
|
145
147
|
var t = useTranslation([
|
|
146
148
|
'Design',
|
|
@@ -221,6 +223,8 @@ var EditEventForm = function(param) {
|
|
|
221
223
|
rrule
|
|
222
224
|
]);
|
|
223
225
|
var isChanged = !isEqual(watchedValues, sanitizeDefaultValues(defaultEventValues));
|
|
226
|
+
var isChangedTime = (watchedValues === null || watchedValues === void 0 ? void 0 : watchedValues.start) !== toSimpleDateTime((defaultEventValues === null || defaultEventValues === void 0 ? void 0 : defaultEventValues.startAt) || '') || (watchedValues === null || watchedValues === void 0 ? void 0 : watchedValues.end) !== toSimpleDateTime((defaultEventValues === null || defaultEventValues === void 0 ? void 0 : defaultEventValues.endAt) || '');
|
|
227
|
+
var isSinglEventWithBooked = !rrule && isBooked && isChangedTime;
|
|
224
228
|
return /*#__PURE__*/ jsxs(Fragment, {
|
|
225
229
|
children: [
|
|
226
230
|
/*#__PURE__*/ jsx(Dialog, {
|
|
@@ -484,7 +488,21 @@ var EditEventForm = function(param) {
|
|
|
484
488
|
eventProductSet: eventProductSet,
|
|
485
489
|
overrideNameError: overrideNameError
|
|
486
490
|
}),
|
|
487
|
-
|
|
491
|
+
isSinglEventWithBooked && /*#__PURE__*/ jsx(ConfirmModal, {
|
|
492
|
+
content: t('App:confirmChangeEventDate'),
|
|
493
|
+
children: function(confirm) {
|
|
494
|
+
return /*#__PURE__*/ jsx(Button, {
|
|
495
|
+
disabled: disabled || formState.isSubmitting || !isChanged || isImagesLoading || isCoverImagesLoading,
|
|
496
|
+
className: "save-event",
|
|
497
|
+
type: "button",
|
|
498
|
+
onClick: function() {
|
|
499
|
+
return confirm(handleSubmit(onSaveEvent, onErrorSubmit));
|
|
500
|
+
},
|
|
501
|
+
children: formState.isSubmitting ? "".concat(t('saveAndAdd'), "...") : t('saveAndAdd')
|
|
502
|
+
});
|
|
503
|
+
}
|
|
504
|
+
}),
|
|
505
|
+
hasPermission && !showEditProductSet && !isSinglEventWithBooked && /*#__PURE__*/ jsx(Button, {
|
|
488
506
|
disabled: disabled || formState.isSubmitting || !isChanged || isImagesLoading || isCoverImagesLoading,
|
|
489
507
|
className: "save-event",
|
|
490
508
|
type: "submit",
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { EventWithMetadata } from '@licklist/plugins';
|
|
2
|
+
import { RecurrentEventMode } from 'src/events/edit-recurrent-event-modal';
|
|
3
|
+
export declare const checkIfEventIsBooked: (event?: EventWithMetadata, date?: string, activityMode?: RecurrentEventMode) => boolean;
|
|
4
|
+
export declare const toSimpleDateTime: (dateTime: string) => string;
|
|
5
|
+
//# sourceMappingURL=checkIfEventBooked.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkIfEventBooked.d.ts","sourceRoot":"","sources":["../../../../src/events/edit-event-modal/utils/checkIfEventBooked.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAA;AAErD,OAAO,EAGL,kBAAkB,EACnB,MAAM,uCAAuC,CAAA;AAE9C,eAAO,MAAM,oBAAoB,WACvB,iBAAiB,SAClB,MAAM,iBACE,kBAAkB,YAsBlC,CAAA;AAGD,eAAO,MAAM,gBAAgB,aAAc,MAAM,WAM7C,CAAA"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { DATE_FORMAT, DATE_TIME_FULL_FORMAT } from '@licklist/core/dist/Config';
|
|
2
|
+
import { DateTime } from 'luxon';
|
|
3
|
+
import { MODE_ALL_EVENTS, MODE_THIS_AND_FOLLOWING_EVENTS } from '../../edit-recurrent-event-modal/EditRecurrentEventModal.js';
|
|
4
|
+
|
|
5
|
+
var checkIfEventIsBooked = function(event, date, activityMode) {
|
|
6
|
+
var _event_eventStatistic, _Object_keys;
|
|
7
|
+
if (!event || !date) return false;
|
|
8
|
+
var productCategorySummary = event === null || event === void 0 ? void 0 : (_event_eventStatistic = event.eventStatistic) === null || _event_eventStatistic === void 0 ? void 0 : _event_eventStatistic.productCategorySummary;
|
|
9
|
+
if (!productCategorySummary) return false;
|
|
10
|
+
var summaryFormattedDate = DateTime.fromISO(date).toUTC().toFormat(DATE_FORMAT);
|
|
11
|
+
var summaryDays = (_Object_keys = Object.keys(productCategorySummary)) === null || _Object_keys === void 0 ? void 0 : _Object_keys.map(function(date) {
|
|
12
|
+
return DateTime.fromFormat(date, DATE_TIME_FULL_FORMAT).toFormat(DATE_FORMAT);
|
|
13
|
+
});
|
|
14
|
+
if (activityMode && (activityMode === MODE_ALL_EVENTS || activityMode === MODE_THIS_AND_FOLLOWING_EVENTS)) {
|
|
15
|
+
return !!summaryDays.length;
|
|
16
|
+
}
|
|
17
|
+
return summaryDays.includes(summaryFormattedDate);
|
|
18
|
+
};
|
|
19
|
+
var toSimpleDateTime = function(dateTime) {
|
|
20
|
+
return dateTime && DateTime.fromISO(dateTime).toISO({
|
|
21
|
+
includeOffset: false,
|
|
22
|
+
suppressMilliseconds: true,
|
|
23
|
+
suppressSeconds: true
|
|
24
|
+
});
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export { checkIfEventIsBooked, toSimpleDateTime };
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EventWithMetadata } from '@licklist/plugins';
|
|
1
2
|
export declare const MODE_THIS_EVENT = "thisEvent";
|
|
2
3
|
export declare const MODE_THIS_AND_FOLLOWING_EVENTS = "thisAndFollowingEvents";
|
|
3
4
|
export declare const MODE_ALL_EVENTS = "allEvents";
|
|
@@ -22,7 +23,11 @@ export type EditRecurrentEventModalProps = {
|
|
|
22
23
|
title: string;
|
|
23
24
|
onSubmit: (values: EditRecurrentEventModalValues) => void;
|
|
24
25
|
isDateWasChanged?: boolean;
|
|
26
|
+
isChangeDateOrTime?: boolean;
|
|
27
|
+
event?: EventWithMetadata;
|
|
28
|
+
date?: string;
|
|
29
|
+
isRemoveModal?: boolean;
|
|
25
30
|
};
|
|
26
|
-
export declare const EditRecurrentEventModal: ({ disabled, isOpen, onHide, title, onSubmit, isDateWasChanged }: EditRecurrentEventModalProps) => import("react/jsx-runtime").JSX.Element;
|
|
31
|
+
export declare const EditRecurrentEventModal: ({ disabled, isOpen, onHide, title, onSubmit, isDateWasChanged, isChangeDateOrTime, event, date, isRemoveModal, }: EditRecurrentEventModalProps) => import("react/jsx-runtime").JSX.Element;
|
|
27
32
|
export {};
|
|
28
33
|
//# sourceMappingURL=EditRecurrentEventModal.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EditRecurrentEventModal.d.ts","sourceRoot":"","sources":["../../../src/events/edit-recurrent-event-modal/EditRecurrentEventModal.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"EditRecurrentEventModal.d.ts","sourceRoot":"","sources":["../../../src/events/edit-recurrent-event-modal/EditRecurrentEventModal.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAA;AAGrD,eAAO,MAAM,eAAe,cAAc,CAAA;AAC1C,eAAO,MAAM,8BAA8B,2BAA2B,CAAA;AACtE,eAAO,MAAM,eAAe,cAAc,CAAA;AAE1C,QAAA,MAAM,KAAK,+DAID,CAAA;AAEV,eAAO,MAAM,2BAA2B,cAAkB,CAAA;AAE1D,eAAO,MAAM,yBAAyB;;;;CAIrC,CAAA;AAED,eAAO,MAAM,gCAAgC;;CAE5C,CAAA;AAED,MAAM,MAAM,kBAAkB,GAAG,CAAC,OAAO,KAAK,CAAC,CAAC,MAAM,CAAC,CAAA;AAEvD,MAAM,MAAM,6BAA6B,GAAG;IAC1C,IAAI,EAAE,kBAAkB,CAAA;CACzB,CAAA;AAED,MAAM,MAAM,4BAA4B,GAAG;IACzC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,MAAM,EAAE,OAAO,CAAA;IACf,MAAM,EAAE,MAAM,IAAI,CAAA;IAClB,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,EAAE,CAAC,MAAM,EAAE,6BAA6B,KAAK,IAAI,CAAA;IACzD,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAC5B,KAAK,CAAC,EAAE,iBAAiB,CAAA;IACzB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB,CAAA;AAED,eAAO,MAAM,uBAAuB,qHAWjC,4BAA4B,4CAoG9B,CAAA"}
|
|
@@ -3,6 +3,7 @@ import { Modal, Form, Button } from 'react-bootstrap';
|
|
|
3
3
|
import { useTranslation } from 'react-i18next';
|
|
4
4
|
import { useForm, Controller } from 'react-hook-form';
|
|
5
5
|
import { FaTimes } from 'react-icons/fa';
|
|
6
|
+
import { checkIfEventIsBooked } from '../edit-event-modal/utils/checkIfEventBooked.js';
|
|
6
7
|
|
|
7
8
|
function _define_property(obj, key, value) {
|
|
8
9
|
if (key in obj) {
|
|
@@ -25,14 +26,17 @@ var _obj;
|
|
|
25
26
|
var RECURRENT_MODE_TYPES_LIST = (_obj = {}, _define_property(_obj, MODE_THIS_EVENT, 1), _define_property(_obj, MODE_THIS_AND_FOLLOWING_EVENTS, 2), _define_property(_obj, MODE_ALL_EVENTS, 3), _obj);
|
|
26
27
|
var RECURRENT_MODE_TYPES_WITHOUT_ALL = _define_property({}, MODE_THIS_EVENT, 1);
|
|
27
28
|
var EditRecurrentEventModal = function(param) {
|
|
28
|
-
var disabled = param.disabled, isOpen = param.isOpen, onHide = param.onHide, title = param.title, onSubmit = param.onSubmit, _param_isDateWasChanged = param.isDateWasChanged, isDateWasChanged = _param_isDateWasChanged === void 0 ? false : _param_isDateWasChanged;
|
|
29
|
+
var disabled = param.disabled, isOpen = param.isOpen, onHide = param.onHide, title = param.title, onSubmit = param.onSubmit, _param_isDateWasChanged = param.isDateWasChanged, isDateWasChanged = _param_isDateWasChanged === void 0 ? false : _param_isDateWasChanged, _param_isChangeDateOrTime = param.isChangeDateOrTime, isChangeDateOrTime = _param_isChangeDateOrTime === void 0 ? false : _param_isChangeDateOrTime, event = param.event, date = param.date, _param_isRemoveModal = param.isRemoveModal, isRemoveModal = _param_isRemoveModal === void 0 ? false : _param_isRemoveModal;
|
|
29
30
|
var t = useTranslation('Design').t;
|
|
30
31
|
var _useForm = useForm({
|
|
31
32
|
defaultValues: {
|
|
32
33
|
mode: DEFAULT_RECURRENT_MODE_TYPE
|
|
33
34
|
}
|
|
34
|
-
}), control = _useForm.control, handleSubmit = _useForm.handleSubmit;
|
|
35
|
+
}), control = _useForm.control, watch = _useForm.watch, handleSubmit = _useForm.handleSubmit;
|
|
36
|
+
var activityMode = watch('mode');
|
|
37
|
+
var isBooked = checkIfEventIsBooked(event, date, activityMode);
|
|
35
38
|
var recurrentListMode = isDateWasChanged ? RECURRENT_MODE_TYPES_WITHOUT_ALL : RECURRENT_MODE_TYPES_LIST;
|
|
39
|
+
var confirmDescription = isChangeDateOrTime && isBooked || isBooked && isRemoveModal;
|
|
36
40
|
return /*#__PURE__*/ jsx(Modal, {
|
|
37
41
|
show: isOpen,
|
|
38
42
|
onHide: onHide,
|
|
@@ -61,6 +65,11 @@ var EditRecurrentEventModal = function(param) {
|
|
|
61
65
|
})
|
|
62
66
|
]
|
|
63
67
|
}),
|
|
68
|
+
confirmDescription && /*#__PURE__*/ jsx(Modal.Dialog, {
|
|
69
|
+
className: "pl-4",
|
|
70
|
+
contentClassName: "border-0",
|
|
71
|
+
children: t(isRemoveModal ? 'App:confirmRemoveEventWithBooking' : 'App:confirmChangeEventDate')
|
|
72
|
+
}),
|
|
64
73
|
/*#__PURE__*/ jsx(Modal.Body, {
|
|
65
74
|
className: "p-0 ml-4",
|
|
66
75
|
children: /*#__PURE__*/ jsx(Form.Group, {
|
|
@@ -106,14 +115,14 @@ var EditRecurrentEventModal = function(param) {
|
|
|
106
115
|
onClick: onHide,
|
|
107
116
|
className: "text-decoration-none",
|
|
108
117
|
disabled: disabled,
|
|
109
|
-
children: t('cancel')
|
|
118
|
+
children: t(confirmDescription ? 'App:cancelChangeDate' : 'cancel')
|
|
110
119
|
}),
|
|
111
120
|
/*#__PURE__*/ jsx(Button, {
|
|
112
121
|
variant: "success",
|
|
113
122
|
type: "submit",
|
|
114
123
|
className: "text-decoration-none",
|
|
115
124
|
disabled: disabled,
|
|
116
|
-
children: t('
|
|
125
|
+
children: t(confirmDescription ? 'App:saveChangeDate' : 'OK')
|
|
117
126
|
})
|
|
118
127
|
]
|
|
119
128
|
})
|
|
@@ -207,7 +207,7 @@ var PaymentPage = function(_param) {
|
|
|
207
207
|
rightBlock: /*#__PURE__*/ jsx(PageBody.RightBlock, {
|
|
208
208
|
children: /*#__PURE__*/ jsx(BookingSummary, _object_spread_props(_object_spread({}, bookingSummaryProps), {
|
|
209
209
|
isPaymentPage: true,
|
|
210
|
-
headerTitle: t('
|
|
210
|
+
headerTitle: t('remainingBalance'),
|
|
211
211
|
headerComponent: /*#__PURE__*/ jsx(SummaryTotalBlock, {
|
|
212
212
|
amount: totalBooked
|
|
213
213
|
}),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@licklist/design",
|
|
3
|
-
"version": "0.72.0-dev.
|
|
3
|
+
"version": "0.72.0-dev.3",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+ssh://git@bitbucket.org/artelogicsoft/licklist_design.git"
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
]
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
|
-
"@licklist/core": "0.31.2-dev.
|
|
45
|
+
"@licklist/core": "0.31.2-dev.16",
|
|
46
46
|
"@licklist/eslint-config": "0.5.6",
|
|
47
47
|
"@licklist/plugins": "0.35.1-dev.8",
|
|
48
48
|
"lodash": "4.17.21",
|
|
@@ -19,6 +19,7 @@ import { ServerError } from '@licklist/plugins/dist/hooks/Api/useHttpQuery'
|
|
|
19
19
|
import { scrollToError } from '@licklist/plugins/dist/utils/ScrollUtils'
|
|
20
20
|
import { getFirstErrorKey } from '@licklist/plugins/dist/utils/FormValues'
|
|
21
21
|
import { ProductSet } from '@licklist/core/dist/DataMapper/Product/ProductSetDataMapper'
|
|
22
|
+
import { ConfirmModal } from 'src/modals'
|
|
22
23
|
import { CategoryGroup } from '../../../../types/categories'
|
|
23
24
|
import { SaleDeadline } from '../SaleDeadline/SaleDeadline'
|
|
24
25
|
import {
|
|
@@ -33,6 +34,8 @@ import { SelectEventProductSet } from '../SelectEventProductSet'
|
|
|
33
34
|
import { Dialog, useDialogContext } from '../../../../modals/dialog'
|
|
34
35
|
import { ProductSetFormValues } from '../../../../product-set/form/ProductSetForm'
|
|
35
36
|
import { isUrlValid } from '../../utils/isUrlValid'
|
|
37
|
+
import { toSimpleDateTime } from '../../utils/checkIfEventBooked'
|
|
38
|
+
|
|
36
39
|
|
|
37
40
|
export interface EditEventFormValues extends IntervalInputValues {
|
|
38
41
|
name: string
|
|
@@ -68,6 +71,7 @@ export interface EditEventFormProps extends HasPermissionProp {
|
|
|
68
71
|
overrideNameError?: string
|
|
69
72
|
disabledRecurrent?: boolean
|
|
70
73
|
isCopyCreate?: boolean
|
|
74
|
+
isBooked?: boolean
|
|
71
75
|
}
|
|
72
76
|
|
|
73
77
|
const eventImageTypes = {
|
|
@@ -92,6 +96,7 @@ export const EditEventForm = ({
|
|
|
92
96
|
overrideNameError,
|
|
93
97
|
disabledRecurrent = false,
|
|
94
98
|
isCopyCreate = false,
|
|
99
|
+
isBooked = false,
|
|
95
100
|
}: EditEventFormProps) => {
|
|
96
101
|
const { t } = useTranslation(['Design', 'Validation'])
|
|
97
102
|
|
|
@@ -195,8 +200,11 @@ export const EditEventForm = ({
|
|
|
195
200
|
rrule && setValue('rrule', rrule?.concat(`;EXDATE=${defaultExDate}`))
|
|
196
201
|
}, [defaultExDate, rrule])
|
|
197
202
|
|
|
198
|
-
|
|
199
203
|
const isChanged = !isEqual(watchedValues, sanitizeDefaultValues(defaultEventValues));
|
|
204
|
+
const isChangedTime =
|
|
205
|
+
watchedValues?.start !== toSimpleDateTime(defaultEventValues?.startAt || '') ||
|
|
206
|
+
watchedValues?.end !== toSimpleDateTime(defaultEventValues?.endAt || '')
|
|
207
|
+
const isSinglEventWithBooked = !rrule && isBooked && isChangedTime
|
|
200
208
|
|
|
201
209
|
return (
|
|
202
210
|
<>
|
|
@@ -432,7 +440,28 @@ export const EditEventForm = ({
|
|
|
432
440
|
overrideNameError={overrideNameError}
|
|
433
441
|
/>
|
|
434
442
|
|
|
435
|
-
{
|
|
443
|
+
{isSinglEventWithBooked && (
|
|
444
|
+
<ConfirmModal content={t('App:confirmChangeEventDate')}>
|
|
445
|
+
{(confirm) => (
|
|
446
|
+
<Button
|
|
447
|
+
disabled={
|
|
448
|
+
disabled ||
|
|
449
|
+
formState.isSubmitting ||
|
|
450
|
+
!isChanged ||
|
|
451
|
+
isImagesLoading ||
|
|
452
|
+
isCoverImagesLoading
|
|
453
|
+
}
|
|
454
|
+
className='save-event'
|
|
455
|
+
type='button'
|
|
456
|
+
onClick={() => confirm(handleSubmit(onSaveEvent, onErrorSubmit))}
|
|
457
|
+
>
|
|
458
|
+
{formState.isSubmitting ? `${t('saveAndAdd')}...` : t('saveAndAdd')}
|
|
459
|
+
</Button>
|
|
460
|
+
)}
|
|
461
|
+
</ConfirmModal>
|
|
462
|
+
)}
|
|
463
|
+
|
|
464
|
+
{hasPermission && !showEditProductSet && !isSinglEventWithBooked && (
|
|
436
465
|
<Button
|
|
437
466
|
disabled={
|
|
438
467
|
disabled ||
|
|
@@ -490,3 +519,5 @@ const sanitizeDefaultValues = (
|
|
|
490
519
|
recurrenceEndAt: values?.recurrenceEndAt ?? undefined,
|
|
491
520
|
}
|
|
492
521
|
}
|
|
522
|
+
|
|
523
|
+
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { DATE_FORMAT, DATE_TIME_FULL_FORMAT } from '@licklist/core/dist/Config'
|
|
2
|
+
import { EventWithMetadata } from '@licklist/plugins'
|
|
3
|
+
import { DateTime } from 'luxon'
|
|
4
|
+
import {
|
|
5
|
+
MODE_ALL_EVENTS,
|
|
6
|
+
MODE_THIS_AND_FOLLOWING_EVENTS,
|
|
7
|
+
RecurrentEventMode,
|
|
8
|
+
} from 'src/events/edit-recurrent-event-modal'
|
|
9
|
+
|
|
10
|
+
export const checkIfEventIsBooked = (
|
|
11
|
+
event?: EventWithMetadata,
|
|
12
|
+
date?: string,
|
|
13
|
+
activityMode?: RecurrentEventMode,
|
|
14
|
+
) => {
|
|
15
|
+
if (!event || !date) return false
|
|
16
|
+
const productCategorySummary = event?.eventStatistic?.productCategorySummary
|
|
17
|
+
|
|
18
|
+
if (!productCategorySummary) return false
|
|
19
|
+
const summaryFormattedDate = DateTime.fromISO(date)
|
|
20
|
+
.toUTC()
|
|
21
|
+
.toFormat(DATE_FORMAT)
|
|
22
|
+
|
|
23
|
+
const summaryDays = Object.keys(productCategorySummary)?.map((date) =>
|
|
24
|
+
DateTime.fromFormat(date, DATE_TIME_FULL_FORMAT).toFormat(DATE_FORMAT),
|
|
25
|
+
)
|
|
26
|
+
if (
|
|
27
|
+
activityMode &&
|
|
28
|
+
(activityMode === MODE_ALL_EVENTS ||
|
|
29
|
+
activityMode === MODE_THIS_AND_FOLLOWING_EVENTS)
|
|
30
|
+
) {
|
|
31
|
+
return !!summaryDays.length
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
return summaryDays.includes(summaryFormattedDate)
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
export const toSimpleDateTime = (dateTime: string) =>
|
|
39
|
+
dateTime &&
|
|
40
|
+
DateTime.fromISO(dateTime).toISO({
|
|
41
|
+
includeOffset: false,
|
|
42
|
+
suppressMilliseconds: true,
|
|
43
|
+
suppressSeconds: true,
|
|
44
|
+
})
|
|
@@ -2,6 +2,8 @@ import { Form, Modal, Button } from 'react-bootstrap'
|
|
|
2
2
|
import { useTranslation } from 'react-i18next'
|
|
3
3
|
import { Controller, useForm } from 'react-hook-form'
|
|
4
4
|
import { FaTimes } from 'react-icons/fa'
|
|
5
|
+
import { EventWithMetadata } from '@licklist/plugins'
|
|
6
|
+
import { checkIfEventIsBooked } from '../edit-event-modal/utils/checkIfEventBooked'
|
|
5
7
|
|
|
6
8
|
export const MODE_THIS_EVENT = 'thisEvent'
|
|
7
9
|
export const MODE_THIS_AND_FOLLOWING_EVENTS = 'thisAndFollowingEvents'
|
|
@@ -38,6 +40,10 @@ export type EditRecurrentEventModalProps = {
|
|
|
38
40
|
title: string
|
|
39
41
|
onSubmit: (values: EditRecurrentEventModalValues) => void
|
|
40
42
|
isDateWasChanged?: boolean
|
|
43
|
+
isChangeDateOrTime?: boolean
|
|
44
|
+
event?: EventWithMetadata
|
|
45
|
+
date?: string
|
|
46
|
+
isRemoveModal?: boolean
|
|
41
47
|
}
|
|
42
48
|
|
|
43
49
|
export const EditRecurrentEventModal = ({
|
|
@@ -46,17 +52,30 @@ export const EditRecurrentEventModal = ({
|
|
|
46
52
|
onHide,
|
|
47
53
|
title,
|
|
48
54
|
onSubmit,
|
|
49
|
-
isDateWasChanged = false
|
|
55
|
+
isDateWasChanged = false,
|
|
56
|
+
isChangeDateOrTime = false,
|
|
57
|
+
event,
|
|
58
|
+
date,
|
|
59
|
+
isRemoveModal = false,
|
|
50
60
|
}: EditRecurrentEventModalProps) => {
|
|
51
61
|
const { t } = useTranslation('Design')
|
|
52
62
|
|
|
53
|
-
const { control, handleSubmit } =
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
63
|
+
const { control, watch, handleSubmit } =
|
|
64
|
+
useForm<EditRecurrentEventModalValues>({
|
|
65
|
+
defaultValues: {
|
|
66
|
+
mode: DEFAULT_RECURRENT_MODE_TYPE,
|
|
67
|
+
},
|
|
68
|
+
})
|
|
58
69
|
|
|
59
|
-
const
|
|
70
|
+
const activityMode = watch('mode')
|
|
71
|
+
|
|
72
|
+
const isBooked = checkIfEventIsBooked(event, date, activityMode)
|
|
73
|
+
const recurrentListMode = isDateWasChanged
|
|
74
|
+
? RECURRENT_MODE_TYPES_WITHOUT_ALL
|
|
75
|
+
: RECURRENT_MODE_TYPES_LIST
|
|
76
|
+
|
|
77
|
+
const confirmDescription =
|
|
78
|
+
(isChangeDateOrTime && isBooked) || (isBooked && isRemoveModal)
|
|
60
79
|
|
|
61
80
|
return (
|
|
62
81
|
<Modal
|
|
@@ -78,6 +97,15 @@ export const EditRecurrentEventModal = ({
|
|
|
78
97
|
<FaTimes size={16} />
|
|
79
98
|
</Button>
|
|
80
99
|
</Modal.Header>
|
|
100
|
+
{confirmDescription && (
|
|
101
|
+
<Modal.Dialog className='pl-4' contentClassName='border-0'>
|
|
102
|
+
{t(
|
|
103
|
+
isRemoveModal
|
|
104
|
+
? 'App:confirmRemoveEventWithBooking'
|
|
105
|
+
: 'App:confirmChangeEventDate',
|
|
106
|
+
)}
|
|
107
|
+
</Modal.Dialog>
|
|
108
|
+
)}
|
|
81
109
|
<Modal.Body className='p-0 ml-4'>
|
|
82
110
|
<Form.Group className='m-0'>
|
|
83
111
|
<Controller
|
|
@@ -115,7 +143,7 @@ export const EditRecurrentEventModal = ({
|
|
|
115
143
|
className='text-decoration-none'
|
|
116
144
|
disabled={disabled}
|
|
117
145
|
>
|
|
118
|
-
{t('cancel')}
|
|
146
|
+
{t(confirmDescription ? 'App:cancelChangeDate' : 'cancel')}
|
|
119
147
|
</Button>
|
|
120
148
|
<Button
|
|
121
149
|
variant='success'
|
|
@@ -123,7 +151,7 @@ export const EditRecurrentEventModal = ({
|
|
|
123
151
|
className='text-decoration-none'
|
|
124
152
|
disabled={disabled}
|
|
125
153
|
>
|
|
126
|
-
{t('
|
|
154
|
+
{t(confirmDescription ? 'App:saveChangeDate' : 'OK')}
|
|
127
155
|
</Button>
|
|
128
156
|
</Modal.Footer>
|
|
129
157
|
</Form>
|
|
@@ -162,7 +162,7 @@ export const PaymentPage = ({
|
|
|
162
162
|
<BookingSummary
|
|
163
163
|
{...bookingSummaryProps}
|
|
164
164
|
isPaymentPage
|
|
165
|
-
headerTitle={t('
|
|
165
|
+
headerTitle={t('remainingBalance')}
|
|
166
166
|
headerComponent={<SummaryTotalBlock amount={totalBooked} />}
|
|
167
167
|
footer={
|
|
168
168
|
<div className='d-flex flex-column justify-content-between'>
|
package/yarn.lock
CHANGED
|
@@ -83,38 +83,38 @@ __metadata:
|
|
|
83
83
|
linkType: hard
|
|
84
84
|
|
|
85
85
|
"@babel/core@npm:^7.1.0, @babel/core@npm:^7.12.10, @babel/core@npm:^7.12.3, @babel/core@npm:^7.21.3, @babel/core@npm:^7.24.5, @babel/core@npm:^7.7.5":
|
|
86
|
-
version: 7.26.
|
|
87
|
-
resolution: "@babel/core@npm:7.26.
|
|
86
|
+
version: 7.26.10
|
|
87
|
+
resolution: "@babel/core@npm:7.26.10"
|
|
88
88
|
dependencies:
|
|
89
89
|
"@ampproject/remapping": "npm:^2.2.0"
|
|
90
90
|
"@babel/code-frame": "npm:^7.26.2"
|
|
91
|
-
"@babel/generator": "npm:^7.26.
|
|
91
|
+
"@babel/generator": "npm:^7.26.10"
|
|
92
92
|
"@babel/helper-compilation-targets": "npm:^7.26.5"
|
|
93
93
|
"@babel/helper-module-transforms": "npm:^7.26.0"
|
|
94
|
-
"@babel/helpers": "npm:^7.26.
|
|
95
|
-
"@babel/parser": "npm:^7.26.
|
|
94
|
+
"@babel/helpers": "npm:^7.26.10"
|
|
95
|
+
"@babel/parser": "npm:^7.26.10"
|
|
96
96
|
"@babel/template": "npm:^7.26.9"
|
|
97
|
-
"@babel/traverse": "npm:^7.26.
|
|
98
|
-
"@babel/types": "npm:^7.26.
|
|
97
|
+
"@babel/traverse": "npm:^7.26.10"
|
|
98
|
+
"@babel/types": "npm:^7.26.10"
|
|
99
99
|
convert-source-map: "npm:^2.0.0"
|
|
100
100
|
debug: "npm:^4.1.0"
|
|
101
101
|
gensync: "npm:^1.0.0-beta.2"
|
|
102
102
|
json5: "npm:^2.2.3"
|
|
103
103
|
semver: "npm:^6.3.1"
|
|
104
|
-
checksum: 10c0/
|
|
104
|
+
checksum: 10c0/e046e0e988ab53841b512ee9d263ca409f6c46e2a999fe53024688b92db394346fa3aeae5ea0866331f62133982eee05a675d22922a4603c3f603aa09a581d62
|
|
105
105
|
languageName: node
|
|
106
106
|
linkType: hard
|
|
107
107
|
|
|
108
|
-
"@babel/generator@npm:^7.12.11, @babel/generator@npm:^7.12.5, @babel/generator@npm:^7.26.
|
|
109
|
-
version: 7.26.
|
|
110
|
-
resolution: "@babel/generator@npm:7.26.
|
|
108
|
+
"@babel/generator@npm:^7.12.11, @babel/generator@npm:^7.12.5, @babel/generator@npm:^7.26.10":
|
|
109
|
+
version: 7.26.10
|
|
110
|
+
resolution: "@babel/generator@npm:7.26.10"
|
|
111
111
|
dependencies:
|
|
112
|
-
"@babel/parser": "npm:^7.26.
|
|
113
|
-
"@babel/types": "npm:^7.26.
|
|
112
|
+
"@babel/parser": "npm:^7.26.10"
|
|
113
|
+
"@babel/types": "npm:^7.26.10"
|
|
114
114
|
"@jridgewell/gen-mapping": "npm:^0.3.5"
|
|
115
115
|
"@jridgewell/trace-mapping": "npm:^0.3.25"
|
|
116
116
|
jsesc: "npm:^3.0.2"
|
|
117
|
-
checksum: 10c0/
|
|
117
|
+
checksum: 10c0/88b3b3ea80592fc89349c4e1a145e1386e4042866d2507298adf452bf972f68d13bf699a845e6ab8c028bd52c2247013eb1221b86e1db5c9779faacba9c4b10e
|
|
118
118
|
languageName: node
|
|
119
119
|
linkType: hard
|
|
120
120
|
|
|
@@ -327,13 +327,13 @@ __metadata:
|
|
|
327
327
|
languageName: node
|
|
328
328
|
linkType: hard
|
|
329
329
|
|
|
330
|
-
"@babel/helpers@npm:^7.12.5, @babel/helpers@npm:^7.26.
|
|
331
|
-
version: 7.26.
|
|
332
|
-
resolution: "@babel/helpers@npm:7.26.
|
|
330
|
+
"@babel/helpers@npm:^7.12.5, @babel/helpers@npm:^7.26.10":
|
|
331
|
+
version: 7.26.10
|
|
332
|
+
resolution: "@babel/helpers@npm:7.26.10"
|
|
333
333
|
dependencies:
|
|
334
334
|
"@babel/template": "npm:^7.26.9"
|
|
335
|
-
"@babel/types": "npm:^7.26.
|
|
336
|
-
checksum: 10c0/
|
|
335
|
+
"@babel/types": "npm:^7.26.10"
|
|
336
|
+
checksum: 10c0/f99e1836bcffce96db43158518bb4a24cf266820021f6461092a776cba2dc01d9fc8b1b90979d7643c5c2ab7facc438149064463a52dd528b21c6ab32509784f
|
|
337
337
|
languageName: node
|
|
338
338
|
linkType: hard
|
|
339
339
|
|
|
@@ -349,14 +349,14 @@ __metadata:
|
|
|
349
349
|
languageName: node
|
|
350
350
|
linkType: hard
|
|
351
351
|
|
|
352
|
-
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.12.11, @babel/parser@npm:^7.12.7, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.25.3, @babel/parser@npm:^7.26.9":
|
|
353
|
-
version: 7.26.
|
|
354
|
-
resolution: "@babel/parser@npm:7.26.
|
|
352
|
+
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.12.11, @babel/parser@npm:^7.12.7, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.25.3, @babel/parser@npm:^7.26.10, @babel/parser@npm:^7.26.9":
|
|
353
|
+
version: 7.26.10
|
|
354
|
+
resolution: "@babel/parser@npm:7.26.10"
|
|
355
355
|
dependencies:
|
|
356
|
-
"@babel/types": "npm:^7.26.
|
|
356
|
+
"@babel/types": "npm:^7.26.10"
|
|
357
357
|
bin:
|
|
358
358
|
parser: ./bin/babel-parser.js
|
|
359
|
-
checksum: 10c0/
|
|
359
|
+
checksum: 10c0/c47f5c0f63cd12a663e9dc94a635f9efbb5059d98086a92286d7764357c66bceba18ccbe79333e01e9be3bfb8caba34b3aaebfd8e62c3d5921c8cf907267be75
|
|
360
360
|
languageName: node
|
|
361
361
|
linkType: hard
|
|
362
362
|
|
|
@@ -1510,21 +1510,21 @@ __metadata:
|
|
|
1510
1510
|
linkType: hard
|
|
1511
1511
|
|
|
1512
1512
|
"@babel/runtime-corejs3@npm:^7.10.2":
|
|
1513
|
-
version: 7.26.
|
|
1514
|
-
resolution: "@babel/runtime-corejs3@npm:7.26.
|
|
1513
|
+
version: 7.26.10
|
|
1514
|
+
resolution: "@babel/runtime-corejs3@npm:7.26.10"
|
|
1515
1515
|
dependencies:
|
|
1516
1516
|
core-js-pure: "npm:^3.30.2"
|
|
1517
1517
|
regenerator-runtime: "npm:^0.14.0"
|
|
1518
|
-
checksum: 10c0/
|
|
1518
|
+
checksum: 10c0/897b61d84809d6e63e08566d436cd08a3a78f218283641bb53533948d4bcd5524c6a1f83613e20485cf7fa8d054da20dd9039d17e06c92cf282f25d4d4f57250
|
|
1519
1519
|
languageName: node
|
|
1520
1520
|
linkType: hard
|
|
1521
1521
|
|
|
1522
1522
|
"@babel/runtime@npm:^7.0.0, @babel/runtime@npm:^7.1.2, @babel/runtime@npm:^7.10.2, @babel/runtime@npm:^7.12.0, @babel/runtime@npm:^7.12.1, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.13.10, @babel/runtime@npm:^7.13.6, @babel/runtime@npm:^7.13.8, @babel/runtime@npm:^7.14.0, @babel/runtime@npm:^7.14.8, @babel/runtime@npm:^7.16.3, @babel/runtime@npm:^7.17.8, @babel/runtime@npm:^7.18.3, @babel/runtime@npm:^7.20.13, @babel/runtime@npm:^7.21.0, @babel/runtime@npm:^7.23.8, @babel/runtime@npm:^7.3.1, @babel/runtime@npm:^7.4.4, @babel/runtime@npm:^7.5.0, @babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.6.2, @babel/runtime@npm:^7.6.3, @babel/runtime@npm:^7.7.2, @babel/runtime@npm:^7.7.6, @babel/runtime@npm:^7.8.4, @babel/runtime@npm:^7.8.7":
|
|
1523
|
-
version: 7.26.
|
|
1524
|
-
resolution: "@babel/runtime@npm:7.26.
|
|
1523
|
+
version: 7.26.10
|
|
1524
|
+
resolution: "@babel/runtime@npm:7.26.10"
|
|
1525
1525
|
dependencies:
|
|
1526
1526
|
regenerator-runtime: "npm:^0.14.0"
|
|
1527
|
-
checksum: 10c0/
|
|
1527
|
+
checksum: 10c0/6dc6d88c7908f505c4f7770fb4677dfa61f68f659b943c2be1f2a99cb6680343462867abf2d49822adc435932919b36c77ac60125793e719ea8745f2073d3745
|
|
1528
1528
|
languageName: node
|
|
1529
1529
|
linkType: hard
|
|
1530
1530
|
|
|
@@ -1539,28 +1539,28 @@ __metadata:
|
|
|
1539
1539
|
languageName: node
|
|
1540
1540
|
linkType: hard
|
|
1541
1541
|
|
|
1542
|
-
"@babel/traverse@npm:^7.1.6, @babel/traverse@npm:^7.12.11, @babel/traverse@npm:^7.12.9, @babel/traverse@npm:^7.13.0, @babel/traverse@npm:^7.25.9, @babel/traverse@npm:^7.26.5, @babel/traverse@npm:^7.26.8, @babel/traverse@npm:^7.26.9":
|
|
1543
|
-
version: 7.26.
|
|
1544
|
-
resolution: "@babel/traverse@npm:7.26.
|
|
1542
|
+
"@babel/traverse@npm:^7.1.6, @babel/traverse@npm:^7.12.11, @babel/traverse@npm:^7.12.9, @babel/traverse@npm:^7.13.0, @babel/traverse@npm:^7.25.9, @babel/traverse@npm:^7.26.10, @babel/traverse@npm:^7.26.5, @babel/traverse@npm:^7.26.8, @babel/traverse@npm:^7.26.9":
|
|
1543
|
+
version: 7.26.10
|
|
1544
|
+
resolution: "@babel/traverse@npm:7.26.10"
|
|
1545
1545
|
dependencies:
|
|
1546
1546
|
"@babel/code-frame": "npm:^7.26.2"
|
|
1547
|
-
"@babel/generator": "npm:^7.26.
|
|
1548
|
-
"@babel/parser": "npm:^7.26.
|
|
1547
|
+
"@babel/generator": "npm:^7.26.10"
|
|
1548
|
+
"@babel/parser": "npm:^7.26.10"
|
|
1549
1549
|
"@babel/template": "npm:^7.26.9"
|
|
1550
|
-
"@babel/types": "npm:^7.26.
|
|
1550
|
+
"@babel/types": "npm:^7.26.10"
|
|
1551
1551
|
debug: "npm:^4.3.1"
|
|
1552
1552
|
globals: "npm:^11.1.0"
|
|
1553
|
-
checksum: 10c0/
|
|
1553
|
+
checksum: 10c0/4e86bb4e3c30a6162bb91df86329df79d96566c3e2d9ccba04f108c30473a3a4fd360d9990531493d90f6a12004f10f616bf9b9229ca30c816b708615e9de2ac
|
|
1554
1554
|
languageName: node
|
|
1555
1555
|
linkType: hard
|
|
1556
1556
|
|
|
1557
|
-
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.12.11, @babel/types@npm:^7.12.7, @babel/types@npm:^7.2.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.21.3, @babel/types@npm:^7.25.9, @babel/types@npm:^7.26.9, @babel/types@npm:^7.4.4":
|
|
1558
|
-
version: 7.26.
|
|
1559
|
-
resolution: "@babel/types@npm:7.26.
|
|
1557
|
+
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.12.11, @babel/types@npm:^7.12.7, @babel/types@npm:^7.2.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.21.3, @babel/types@npm:^7.25.9, @babel/types@npm:^7.26.10, @babel/types@npm:^7.26.9, @babel/types@npm:^7.4.4":
|
|
1558
|
+
version: 7.26.10
|
|
1559
|
+
resolution: "@babel/types@npm:7.26.10"
|
|
1560
1560
|
dependencies:
|
|
1561
1561
|
"@babel/helper-string-parser": "npm:^7.25.9"
|
|
1562
1562
|
"@babel/helper-validator-identifier": "npm:^7.25.9"
|
|
1563
|
-
checksum: 10c0/
|
|
1563
|
+
checksum: 10c0/7a7f83f568bfc3dfabfaf9ae3a97ab5c061726c0afa7dcd94226d4f84a81559da368ed79671e3a8039d16f12476cf110381a377ebdea07587925f69628200dac
|
|
1564
1564
|
languageName: node
|
|
1565
1565
|
linkType: hard
|
|
1566
1566
|
|
|
@@ -2651,7 +2651,7 @@ __metadata:
|
|
|
2651
2651
|
vite-plugin-svgr: "npm:4.2.0"
|
|
2652
2652
|
vite-tsconfig-paths: "npm:5.0.1"
|
|
2653
2653
|
peerDependencies:
|
|
2654
|
-
"@licklist/core": 0.31.2-dev.
|
|
2654
|
+
"@licklist/core": 0.31.2-dev.16
|
|
2655
2655
|
"@licklist/eslint-config": 0.5.6
|
|
2656
2656
|
"@licklist/plugins": 0.35.1-dev.8
|
|
2657
2657
|
lodash: 4.17.21
|
|
@@ -3202,11 +3202,11 @@ __metadata:
|
|
|
3202
3202
|
linkType: hard
|
|
3203
3203
|
|
|
3204
3204
|
"@react-types/shared@npm:^3.9.0":
|
|
3205
|
-
version: 3.
|
|
3206
|
-
resolution: "@react-types/shared@npm:3.
|
|
3205
|
+
version: 3.28.0
|
|
3206
|
+
resolution: "@react-types/shared@npm:3.28.0"
|
|
3207
3207
|
peerDependencies:
|
|
3208
3208
|
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
|
|
3209
|
-
checksum: 10c0/
|
|
3209
|
+
checksum: 10c0/d5dbba060c9b3204bb6d6db1fec4c7d8b56a185ce000fe0676a136b07a2655885a9db3cd3e6b30564f1761bf91de12fb36ba869bc90152c865bebec8ce8e3b0a
|
|
3210
3210
|
languageName: node
|
|
3211
3211
|
linkType: hard
|
|
3212
3212
|
|
|
@@ -3303,135 +3303,135 @@ __metadata:
|
|
|
3303
3303
|
languageName: node
|
|
3304
3304
|
linkType: hard
|
|
3305
3305
|
|
|
3306
|
-
"@rollup/rollup-android-arm-eabi@npm:4.
|
|
3307
|
-
version: 4.
|
|
3308
|
-
resolution: "@rollup/rollup-android-arm-eabi@npm:4.
|
|
3306
|
+
"@rollup/rollup-android-arm-eabi@npm:4.36.0":
|
|
3307
|
+
version: 4.36.0
|
|
3308
|
+
resolution: "@rollup/rollup-android-arm-eabi@npm:4.36.0"
|
|
3309
3309
|
conditions: os=android & cpu=arm
|
|
3310
3310
|
languageName: node
|
|
3311
3311
|
linkType: hard
|
|
3312
3312
|
|
|
3313
|
-
"@rollup/rollup-android-arm64@npm:4.
|
|
3314
|
-
version: 4.
|
|
3315
|
-
resolution: "@rollup/rollup-android-arm64@npm:4.
|
|
3313
|
+
"@rollup/rollup-android-arm64@npm:4.36.0":
|
|
3314
|
+
version: 4.36.0
|
|
3315
|
+
resolution: "@rollup/rollup-android-arm64@npm:4.36.0"
|
|
3316
3316
|
conditions: os=android & cpu=arm64
|
|
3317
3317
|
languageName: node
|
|
3318
3318
|
linkType: hard
|
|
3319
3319
|
|
|
3320
|
-
"@rollup/rollup-darwin-arm64@npm:4.
|
|
3321
|
-
version: 4.
|
|
3322
|
-
resolution: "@rollup/rollup-darwin-arm64@npm:4.
|
|
3320
|
+
"@rollup/rollup-darwin-arm64@npm:4.36.0":
|
|
3321
|
+
version: 4.36.0
|
|
3322
|
+
resolution: "@rollup/rollup-darwin-arm64@npm:4.36.0"
|
|
3323
3323
|
conditions: os=darwin & cpu=arm64
|
|
3324
3324
|
languageName: node
|
|
3325
3325
|
linkType: hard
|
|
3326
3326
|
|
|
3327
|
-
"@rollup/rollup-darwin-x64@npm:4.
|
|
3328
|
-
version: 4.
|
|
3329
|
-
resolution: "@rollup/rollup-darwin-x64@npm:4.
|
|
3327
|
+
"@rollup/rollup-darwin-x64@npm:4.36.0":
|
|
3328
|
+
version: 4.36.0
|
|
3329
|
+
resolution: "@rollup/rollup-darwin-x64@npm:4.36.0"
|
|
3330
3330
|
conditions: os=darwin & cpu=x64
|
|
3331
3331
|
languageName: node
|
|
3332
3332
|
linkType: hard
|
|
3333
3333
|
|
|
3334
|
-
"@rollup/rollup-freebsd-arm64@npm:4.
|
|
3335
|
-
version: 4.
|
|
3336
|
-
resolution: "@rollup/rollup-freebsd-arm64@npm:4.
|
|
3334
|
+
"@rollup/rollup-freebsd-arm64@npm:4.36.0":
|
|
3335
|
+
version: 4.36.0
|
|
3336
|
+
resolution: "@rollup/rollup-freebsd-arm64@npm:4.36.0"
|
|
3337
3337
|
conditions: os=freebsd & cpu=arm64
|
|
3338
3338
|
languageName: node
|
|
3339
3339
|
linkType: hard
|
|
3340
3340
|
|
|
3341
|
-
"@rollup/rollup-freebsd-x64@npm:4.
|
|
3342
|
-
version: 4.
|
|
3343
|
-
resolution: "@rollup/rollup-freebsd-x64@npm:4.
|
|
3341
|
+
"@rollup/rollup-freebsd-x64@npm:4.36.0":
|
|
3342
|
+
version: 4.36.0
|
|
3343
|
+
resolution: "@rollup/rollup-freebsd-x64@npm:4.36.0"
|
|
3344
3344
|
conditions: os=freebsd & cpu=x64
|
|
3345
3345
|
languageName: node
|
|
3346
3346
|
linkType: hard
|
|
3347
3347
|
|
|
3348
|
-
"@rollup/rollup-linux-arm-gnueabihf@npm:4.
|
|
3349
|
-
version: 4.
|
|
3350
|
-
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.
|
|
3348
|
+
"@rollup/rollup-linux-arm-gnueabihf@npm:4.36.0":
|
|
3349
|
+
version: 4.36.0
|
|
3350
|
+
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.36.0"
|
|
3351
3351
|
conditions: os=linux & cpu=arm & libc=glibc
|
|
3352
3352
|
languageName: node
|
|
3353
3353
|
linkType: hard
|
|
3354
3354
|
|
|
3355
|
-
"@rollup/rollup-linux-arm-musleabihf@npm:4.
|
|
3356
|
-
version: 4.
|
|
3357
|
-
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.
|
|
3355
|
+
"@rollup/rollup-linux-arm-musleabihf@npm:4.36.0":
|
|
3356
|
+
version: 4.36.0
|
|
3357
|
+
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.36.0"
|
|
3358
3358
|
conditions: os=linux & cpu=arm & libc=musl
|
|
3359
3359
|
languageName: node
|
|
3360
3360
|
linkType: hard
|
|
3361
3361
|
|
|
3362
|
-
"@rollup/rollup-linux-arm64-gnu@npm:4.
|
|
3363
|
-
version: 4.
|
|
3364
|
-
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.
|
|
3362
|
+
"@rollup/rollup-linux-arm64-gnu@npm:4.36.0":
|
|
3363
|
+
version: 4.36.0
|
|
3364
|
+
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.36.0"
|
|
3365
3365
|
conditions: os=linux & cpu=arm64 & libc=glibc
|
|
3366
3366
|
languageName: node
|
|
3367
3367
|
linkType: hard
|
|
3368
3368
|
|
|
3369
|
-
"@rollup/rollup-linux-arm64-musl@npm:4.
|
|
3370
|
-
version: 4.
|
|
3371
|
-
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.
|
|
3369
|
+
"@rollup/rollup-linux-arm64-musl@npm:4.36.0":
|
|
3370
|
+
version: 4.36.0
|
|
3371
|
+
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.36.0"
|
|
3372
3372
|
conditions: os=linux & cpu=arm64 & libc=musl
|
|
3373
3373
|
languageName: node
|
|
3374
3374
|
linkType: hard
|
|
3375
3375
|
|
|
3376
|
-
"@rollup/rollup-linux-loongarch64-gnu@npm:4.
|
|
3377
|
-
version: 4.
|
|
3378
|
-
resolution: "@rollup/rollup-linux-loongarch64-gnu@npm:4.
|
|
3376
|
+
"@rollup/rollup-linux-loongarch64-gnu@npm:4.36.0":
|
|
3377
|
+
version: 4.36.0
|
|
3378
|
+
resolution: "@rollup/rollup-linux-loongarch64-gnu@npm:4.36.0"
|
|
3379
3379
|
conditions: os=linux & cpu=loong64 & libc=glibc
|
|
3380
3380
|
languageName: node
|
|
3381
3381
|
linkType: hard
|
|
3382
3382
|
|
|
3383
|
-
"@rollup/rollup-linux-powerpc64le-gnu@npm:4.
|
|
3384
|
-
version: 4.
|
|
3385
|
-
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.
|
|
3383
|
+
"@rollup/rollup-linux-powerpc64le-gnu@npm:4.36.0":
|
|
3384
|
+
version: 4.36.0
|
|
3385
|
+
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.36.0"
|
|
3386
3386
|
conditions: os=linux & cpu=ppc64 & libc=glibc
|
|
3387
3387
|
languageName: node
|
|
3388
3388
|
linkType: hard
|
|
3389
3389
|
|
|
3390
|
-
"@rollup/rollup-linux-riscv64-gnu@npm:4.
|
|
3391
|
-
version: 4.
|
|
3392
|
-
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.
|
|
3390
|
+
"@rollup/rollup-linux-riscv64-gnu@npm:4.36.0":
|
|
3391
|
+
version: 4.36.0
|
|
3392
|
+
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.36.0"
|
|
3393
3393
|
conditions: os=linux & cpu=riscv64 & libc=glibc
|
|
3394
3394
|
languageName: node
|
|
3395
3395
|
linkType: hard
|
|
3396
3396
|
|
|
3397
|
-
"@rollup/rollup-linux-s390x-gnu@npm:4.
|
|
3398
|
-
version: 4.
|
|
3399
|
-
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.
|
|
3397
|
+
"@rollup/rollup-linux-s390x-gnu@npm:4.36.0":
|
|
3398
|
+
version: 4.36.0
|
|
3399
|
+
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.36.0"
|
|
3400
3400
|
conditions: os=linux & cpu=s390x & libc=glibc
|
|
3401
3401
|
languageName: node
|
|
3402
3402
|
linkType: hard
|
|
3403
3403
|
|
|
3404
|
-
"@rollup/rollup-linux-x64-gnu@npm:4.
|
|
3405
|
-
version: 4.
|
|
3406
|
-
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.
|
|
3404
|
+
"@rollup/rollup-linux-x64-gnu@npm:4.36.0":
|
|
3405
|
+
version: 4.36.0
|
|
3406
|
+
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.36.0"
|
|
3407
3407
|
conditions: os=linux & cpu=x64 & libc=glibc
|
|
3408
3408
|
languageName: node
|
|
3409
3409
|
linkType: hard
|
|
3410
3410
|
|
|
3411
|
-
"@rollup/rollup-linux-x64-musl@npm:4.
|
|
3412
|
-
version: 4.
|
|
3413
|
-
resolution: "@rollup/rollup-linux-x64-musl@npm:4.
|
|
3411
|
+
"@rollup/rollup-linux-x64-musl@npm:4.36.0":
|
|
3412
|
+
version: 4.36.0
|
|
3413
|
+
resolution: "@rollup/rollup-linux-x64-musl@npm:4.36.0"
|
|
3414
3414
|
conditions: os=linux & cpu=x64 & libc=musl
|
|
3415
3415
|
languageName: node
|
|
3416
3416
|
linkType: hard
|
|
3417
3417
|
|
|
3418
|
-
"@rollup/rollup-win32-arm64-msvc@npm:4.
|
|
3419
|
-
version: 4.
|
|
3420
|
-
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.
|
|
3418
|
+
"@rollup/rollup-win32-arm64-msvc@npm:4.36.0":
|
|
3419
|
+
version: 4.36.0
|
|
3420
|
+
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.36.0"
|
|
3421
3421
|
conditions: os=win32 & cpu=arm64
|
|
3422
3422
|
languageName: node
|
|
3423
3423
|
linkType: hard
|
|
3424
3424
|
|
|
3425
|
-
"@rollup/rollup-win32-ia32-msvc@npm:4.
|
|
3426
|
-
version: 4.
|
|
3427
|
-
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.
|
|
3425
|
+
"@rollup/rollup-win32-ia32-msvc@npm:4.36.0":
|
|
3426
|
+
version: 4.36.0
|
|
3427
|
+
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.36.0"
|
|
3428
3428
|
conditions: os=win32 & cpu=ia32
|
|
3429
3429
|
languageName: node
|
|
3430
3430
|
linkType: hard
|
|
3431
3431
|
|
|
3432
|
-
"@rollup/rollup-win32-x64-msvc@npm:4.
|
|
3433
|
-
version: 4.
|
|
3434
|
-
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.
|
|
3432
|
+
"@rollup/rollup-win32-x64-msvc@npm:4.36.0":
|
|
3433
|
+
version: 4.36.0
|
|
3434
|
+
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.36.0"
|
|
3435
3435
|
conditions: os=win32 & cpu=x64
|
|
3436
3436
|
languageName: node
|
|
3437
3437
|
linkType: hard
|
|
@@ -5692,11 +5692,11 @@ __metadata:
|
|
|
5692
5692
|
linkType: hard
|
|
5693
5693
|
|
|
5694
5694
|
"@types/node@npm:*":
|
|
5695
|
-
version: 22.13.
|
|
5696
|
-
resolution: "@types/node@npm:22.13.
|
|
5695
|
+
version: 22.13.10
|
|
5696
|
+
resolution: "@types/node@npm:22.13.10"
|
|
5697
5697
|
dependencies:
|
|
5698
5698
|
undici-types: "npm:~6.20.0"
|
|
5699
|
-
checksum: 10c0/
|
|
5699
|
+
checksum: 10c0/a3865f9503d6f718002374f7b87efaadfae62faa499c1a33b12c527cfb9fd86f733e1a1b026b80c5a0e4a965701174bc3305595a7d36078aa1abcf09daa5dee9
|
|
5700
5700
|
languageName: node
|
|
5701
5701
|
linkType: hard
|
|
5702
5702
|
|
|
@@ -6227,30 +6227,30 @@ __metadata:
|
|
|
6227
6227
|
languageName: node
|
|
6228
6228
|
linkType: hard
|
|
6229
6229
|
|
|
6230
|
-
"@volar/language-core@npm:2.4.
|
|
6231
|
-
version: 2.4.
|
|
6232
|
-
resolution: "@volar/language-core@npm:2.4.
|
|
6230
|
+
"@volar/language-core@npm:2.4.12, @volar/language-core@npm:~2.4.0-alpha.18":
|
|
6231
|
+
version: 2.4.12
|
|
6232
|
+
resolution: "@volar/language-core@npm:2.4.12"
|
|
6233
6233
|
dependencies:
|
|
6234
|
-
"@volar/source-map": "npm:2.4.
|
|
6235
|
-
checksum: 10c0/
|
|
6234
|
+
"@volar/source-map": "npm:2.4.12"
|
|
6235
|
+
checksum: 10c0/060978fe9fcd08b39dddf0dd41283d7b615491aab19634f69ecad72a2a7f111972b2137ed24777f58fd52f4f76d122b91d9bf9aaf5f7261ebb316dd63733c4e0
|
|
6236
6236
|
languageName: node
|
|
6237
6237
|
linkType: hard
|
|
6238
6238
|
|
|
6239
|
-
"@volar/source-map@npm:2.4.
|
|
6240
|
-
version: 2.4.
|
|
6241
|
-
resolution: "@volar/source-map@npm:2.4.
|
|
6242
|
-
checksum: 10c0/
|
|
6239
|
+
"@volar/source-map@npm:2.4.12":
|
|
6240
|
+
version: 2.4.12
|
|
6241
|
+
resolution: "@volar/source-map@npm:2.4.12"
|
|
6242
|
+
checksum: 10c0/433b5d6a9f1e1df1c7410d2dfca43e9c880f4688dde13323ee1c8d2f36cec7dce3e0549d444038384c279c0e1cf9a2764b401278bbfdf1ecfa427092c84fb944
|
|
6243
6243
|
languageName: node
|
|
6244
6244
|
linkType: hard
|
|
6245
6245
|
|
|
6246
6246
|
"@volar/typescript@npm:^2.3.4, @volar/typescript@npm:~2.4.0-alpha.18":
|
|
6247
|
-
version: 2.4.
|
|
6248
|
-
resolution: "@volar/typescript@npm:2.4.
|
|
6247
|
+
version: 2.4.12
|
|
6248
|
+
resolution: "@volar/typescript@npm:2.4.12"
|
|
6249
6249
|
dependencies:
|
|
6250
|
-
"@volar/language-core": "npm:2.4.
|
|
6250
|
+
"@volar/language-core": "npm:2.4.12"
|
|
6251
6251
|
path-browserify: "npm:^1.0.1"
|
|
6252
6252
|
vscode-uri: "npm:^3.0.8"
|
|
6253
|
-
checksum: 10c0/
|
|
6253
|
+
checksum: 10c0/fa08dccecc1c41b1b44aa9d4582e75d67c484cc6366075fc84de5e4611b6d7f6fed72a30bad0794a6b3f16003c49a19b5cd1759b79ae4b1c6bc9c8aa4012e413
|
|
6254
6254
|
languageName: node
|
|
6255
6255
|
linkType: hard
|
|
6256
6256
|
|
|
@@ -7096,17 +7096,18 @@ __metadata:
|
|
|
7096
7096
|
linkType: hard
|
|
7097
7097
|
|
|
7098
7098
|
"array.prototype.reduce@npm:^1.0.6":
|
|
7099
|
-
version: 1.0.
|
|
7100
|
-
resolution: "array.prototype.reduce@npm:1.0.
|
|
7099
|
+
version: 1.0.8
|
|
7100
|
+
resolution: "array.prototype.reduce@npm:1.0.8"
|
|
7101
7101
|
dependencies:
|
|
7102
|
-
call-bind: "npm:^1.0.
|
|
7102
|
+
call-bind: "npm:^1.0.8"
|
|
7103
|
+
call-bound: "npm:^1.0.4"
|
|
7103
7104
|
define-properties: "npm:^1.2.1"
|
|
7104
|
-
es-abstract: "npm:^1.23.
|
|
7105
|
+
es-abstract: "npm:^1.23.9"
|
|
7105
7106
|
es-array-method-boxes-properly: "npm:^1.0.0"
|
|
7106
7107
|
es-errors: "npm:^1.3.0"
|
|
7107
|
-
es-object-atoms: "npm:^1.
|
|
7108
|
-
is-string: "npm:^1.
|
|
7109
|
-
checksum: 10c0/
|
|
7108
|
+
es-object-atoms: "npm:^1.1.1"
|
|
7109
|
+
is-string: "npm:^1.1.1"
|
|
7110
|
+
checksum: 10c0/0a4635f468e9161f51c4a87f80057b8b3c27b0ccc3e40ad7ea77cd1e147f1119f46977b0452f3fa325f543126200f2caf8c1390bd5303edf90d9c1dcd7d5a8a0
|
|
7110
7111
|
languageName: node
|
|
7111
7112
|
linkType: hard
|
|
7112
7113
|
|
|
@@ -7278,9 +7279,9 @@ __metadata:
|
|
|
7278
7279
|
linkType: hard
|
|
7279
7280
|
|
|
7280
7281
|
"axe-core@npm:^4.2.0, axe-core@npm:^4.3.5":
|
|
7281
|
-
version: 4.10.
|
|
7282
|
-
resolution: "axe-core@npm:4.10.
|
|
7283
|
-
checksum: 10c0/
|
|
7282
|
+
version: 4.10.3
|
|
7283
|
+
resolution: "axe-core@npm:4.10.3"
|
|
7284
|
+
checksum: 10c0/1b1c24f435b2ffe89d76eca0001cbfff42dbf012ad9bd37398b70b11f0d614281a38a28bc3069e8972e3c90ec929a8937994bd24b0ebcbaab87b8d1e241ab0c7
|
|
7284
7285
|
languageName: node
|
|
7285
7286
|
linkType: hard
|
|
7286
7287
|
|
|
@@ -8032,7 +8033,7 @@ __metadata:
|
|
|
8032
8033
|
languageName: node
|
|
8033
8034
|
linkType: hard
|
|
8034
8035
|
|
|
8035
|
-
"call-bound@npm:^1.0.2, call-bound@npm:^1.0.3":
|
|
8036
|
+
"call-bound@npm:^1.0.2, call-bound@npm:^1.0.3, call-bound@npm:^1.0.4":
|
|
8036
8037
|
version: 1.0.4
|
|
8037
8038
|
resolution: "call-bound@npm:1.0.4"
|
|
8038
8039
|
dependencies:
|
|
@@ -8100,9 +8101,9 @@ __metadata:
|
|
|
8100
8101
|
linkType: hard
|
|
8101
8102
|
|
|
8102
8103
|
"caniuse-lite@npm:^1.0.0, caniuse-lite@npm:^1.0.30001109, caniuse-lite@npm:^1.0.30001125, caniuse-lite@npm:^1.0.30001646, caniuse-lite@npm:^1.0.30001688":
|
|
8103
|
-
version: 1.0.
|
|
8104
|
-
resolution: "caniuse-lite@npm:1.0.
|
|
8105
|
-
checksum: 10c0/
|
|
8104
|
+
version: 1.0.30001705
|
|
8105
|
+
resolution: "caniuse-lite@npm:1.0.30001705"
|
|
8106
|
+
checksum: 10c0/f135a9075e36cc28a66a8f37145dca2bdc45ea18fd9fae2569e781e0f7156962d4fcac374640aa6421a70c6e8d23587bf9386f5561a1fe81bbbf36055b807243
|
|
8106
8107
|
languageName: node
|
|
8107
8108
|
linkType: hard
|
|
8108
8109
|
|
|
@@ -9889,9 +9890,9 @@ __metadata:
|
|
|
9889
9890
|
linkType: hard
|
|
9890
9891
|
|
|
9891
9892
|
"electron-to-chromium@npm:^1.3.564, electron-to-chromium@npm:^1.5.73":
|
|
9892
|
-
version: 1.5.
|
|
9893
|
-
resolution: "electron-to-chromium@npm:1.5.
|
|
9894
|
-
checksum: 10c0/
|
|
9893
|
+
version: 1.5.119
|
|
9894
|
+
resolution: "electron-to-chromium@npm:1.5.119"
|
|
9895
|
+
checksum: 10c0/f4ca0eb3af21d16d2c1fd480c5a43428ce4423ca887338d69bd3eadae818b6d6e799c62b1baac1bc4f76e4226f5fb15a6b0dc8965f601ac053e86508d3e8e41c
|
|
9895
9896
|
languageName: node
|
|
9896
9897
|
linkType: hard
|
|
9897
9898
|
|
|
@@ -10098,7 +10099,7 @@ __metadata:
|
|
|
10098
10099
|
languageName: node
|
|
10099
10100
|
linkType: hard
|
|
10100
10101
|
|
|
10101
|
-
"es-abstract@npm:^1.17.5, es-abstract@npm:^1.22.1, es-abstract@npm:^1.22.3, es-abstract@npm:^1.23.
|
|
10102
|
+
"es-abstract@npm:^1.17.5, es-abstract@npm:^1.22.1, es-abstract@npm:^1.22.3, es-abstract@npm:^1.23.2, es-abstract@npm:^1.23.3, es-abstract@npm:^1.23.5, es-abstract@npm:^1.23.6, es-abstract@npm:^1.23.9":
|
|
10102
10103
|
version: 1.23.9
|
|
10103
10104
|
resolution: "es-abstract@npm:1.23.9"
|
|
10104
10105
|
dependencies:
|
|
@@ -11236,7 +11237,7 @@ __metadata:
|
|
|
11236
11237
|
languageName: node
|
|
11237
11238
|
linkType: hard
|
|
11238
11239
|
|
|
11239
|
-
"for-each@npm:^0.3.3":
|
|
11240
|
+
"for-each@npm:^0.3.3, for-each@npm:^0.3.5":
|
|
11240
11241
|
version: 0.3.5
|
|
11241
11242
|
resolution: "for-each@npm:0.3.5"
|
|
11242
11243
|
dependencies:
|
|
@@ -13804,9 +13805,9 @@ __metadata:
|
|
|
13804
13805
|
linkType: hard
|
|
13805
13806
|
|
|
13806
13807
|
"libphonenumber-js@npm:^1.9.11":
|
|
13807
|
-
version: 1.12.
|
|
13808
|
-
resolution: "libphonenumber-js@npm:1.12.
|
|
13809
|
-
checksum: 10c0/
|
|
13808
|
+
version: 1.12.6
|
|
13809
|
+
resolution: "libphonenumber-js@npm:1.12.6"
|
|
13810
|
+
checksum: 10c0/7218d8ce96a19c76c677a89da41c6b55c89c07f64999b464b5fde605d2abfcbefe2afc5bbb13f08be0f5a3dfa9ac27ac9b7ab7b65450563467fa82fb91579389
|
|
13810
13811
|
languageName: node
|
|
13811
13812
|
linkType: hard
|
|
13812
13813
|
|
|
@@ -14966,11 +14967,11 @@ __metadata:
|
|
|
14966
14967
|
linkType: hard
|
|
14967
14968
|
|
|
14968
14969
|
"nanoid@npm:^3.3.7, nanoid@npm:^3.3.8":
|
|
14969
|
-
version: 3.3.
|
|
14970
|
-
resolution: "nanoid@npm:3.3.
|
|
14970
|
+
version: 3.3.10
|
|
14971
|
+
resolution: "nanoid@npm:3.3.10"
|
|
14971
14972
|
bin:
|
|
14972
14973
|
nanoid: bin/nanoid.cjs
|
|
14973
|
-
checksum: 10c0/
|
|
14974
|
+
checksum: 10c0/34eca53d4d95cb538b05a9fa07e4b2ab941906852202edb00824c8004d71d34592704e40b0ae608bf756b1ffd91ff9359d2ea59f8d92e1a7b769e0ca46368e84
|
|
14974
14975
|
languageName: node
|
|
14975
14976
|
linkType: hard
|
|
14976
14977
|
|
|
@@ -15318,13 +15319,14 @@ __metadata:
|
|
|
15318
15319
|
linkType: hard
|
|
15319
15320
|
|
|
15320
15321
|
"object.entries@npm:^1.1.0, object.entries@npm:^1.1.2, object.entries@npm:^1.1.8":
|
|
15321
|
-
version: 1.1.
|
|
15322
|
-
resolution: "object.entries@npm:1.1.
|
|
15322
|
+
version: 1.1.9
|
|
15323
|
+
resolution: "object.entries@npm:1.1.9"
|
|
15323
15324
|
dependencies:
|
|
15324
|
-
call-bind: "npm:^1.0.
|
|
15325
|
+
call-bind: "npm:^1.0.8"
|
|
15326
|
+
call-bound: "npm:^1.0.4"
|
|
15325
15327
|
define-properties: "npm:^1.2.1"
|
|
15326
|
-
es-object-atoms: "npm:^1.
|
|
15327
|
-
checksum: 10c0/
|
|
15328
|
+
es-object-atoms: "npm:^1.1.1"
|
|
15329
|
+
checksum: 10c0/d4b8c1e586650407da03370845f029aa14076caca4e4d4afadbc69cfb5b78035fd3ee7be417141abdb0258fa142e59b11923b4c44d8b1255b28f5ffcc50da7db
|
|
15328
15330
|
languageName: node
|
|
15329
15331
|
linkType: hard
|
|
15330
15332
|
|
|
@@ -16751,9 +16753,9 @@ __metadata:
|
|
|
16751
16753
|
linkType: hard
|
|
16752
16754
|
|
|
16753
16755
|
"prismjs@npm:^1.21.0":
|
|
16754
|
-
version: 1.
|
|
16755
|
-
resolution: "prismjs@npm:1.
|
|
16756
|
-
checksum: 10c0/
|
|
16756
|
+
version: 1.30.0
|
|
16757
|
+
resolution: "prismjs@npm:1.30.0"
|
|
16758
|
+
checksum: 10c0/f56205bfd58ef71ccfcbcb691fd0eb84adc96c6ff21b0b69fc6fdcf02be42d6ef972ba4aed60466310de3d67733f6a746f89f2fb79c00bf217406d465b3e8f23
|
|
16757
16759
|
languageName: node
|
|
16758
16760
|
linkType: hard
|
|
16759
16761
|
|
|
@@ -18087,15 +18089,15 @@ __metadata:
|
|
|
18087
18089
|
linkType: hard
|
|
18088
18090
|
|
|
18089
18091
|
"react-textarea-autosize@npm:^8.3.0":
|
|
18090
|
-
version: 8.5.
|
|
18091
|
-
resolution: "react-textarea-autosize@npm:8.5.
|
|
18092
|
+
version: 8.5.8
|
|
18093
|
+
resolution: "react-textarea-autosize@npm:8.5.8"
|
|
18092
18094
|
dependencies:
|
|
18093
18095
|
"@babel/runtime": "npm:^7.20.13"
|
|
18094
18096
|
use-composed-ref: "npm:^1.3.0"
|
|
18095
18097
|
use-latest: "npm:^1.2.1"
|
|
18096
18098
|
peerDependencies:
|
|
18097
18099
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
18098
|
-
checksum: 10c0/
|
|
18100
|
+
checksum: 10c0/3d7add9773fd3dc189a6668efb82c1d2d5238ee5b7e933204f5f7da9df8daef81df50b36ca573a57beaa31b2727c6176ea806422790ad23be6cf7f5a5f71bbb9
|
|
18099
18101
|
languageName: node
|
|
18100
18102
|
linkType: hard
|
|
18101
18103
|
|
|
@@ -18928,28 +18930,28 @@ __metadata:
|
|
|
18928
18930
|
linkType: hard
|
|
18929
18931
|
|
|
18930
18932
|
"rollup@npm:^4.13.0":
|
|
18931
|
-
version: 4.
|
|
18932
|
-
resolution: "rollup@npm:4.
|
|
18933
|
-
dependencies:
|
|
18934
|
-
"@rollup/rollup-android-arm-eabi": "npm:4.
|
|
18935
|
-
"@rollup/rollup-android-arm64": "npm:4.
|
|
18936
|
-
"@rollup/rollup-darwin-arm64": "npm:4.
|
|
18937
|
-
"@rollup/rollup-darwin-x64": "npm:4.
|
|
18938
|
-
"@rollup/rollup-freebsd-arm64": "npm:4.
|
|
18939
|
-
"@rollup/rollup-freebsd-x64": "npm:4.
|
|
18940
|
-
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.
|
|
18941
|
-
"@rollup/rollup-linux-arm-musleabihf": "npm:4.
|
|
18942
|
-
"@rollup/rollup-linux-arm64-gnu": "npm:4.
|
|
18943
|
-
"@rollup/rollup-linux-arm64-musl": "npm:4.
|
|
18944
|
-
"@rollup/rollup-linux-loongarch64-gnu": "npm:4.
|
|
18945
|
-
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.
|
|
18946
|
-
"@rollup/rollup-linux-riscv64-gnu": "npm:4.
|
|
18947
|
-
"@rollup/rollup-linux-s390x-gnu": "npm:4.
|
|
18948
|
-
"@rollup/rollup-linux-x64-gnu": "npm:4.
|
|
18949
|
-
"@rollup/rollup-linux-x64-musl": "npm:4.
|
|
18950
|
-
"@rollup/rollup-win32-arm64-msvc": "npm:4.
|
|
18951
|
-
"@rollup/rollup-win32-ia32-msvc": "npm:4.
|
|
18952
|
-
"@rollup/rollup-win32-x64-msvc": "npm:4.
|
|
18933
|
+
version: 4.36.0
|
|
18934
|
+
resolution: "rollup@npm:4.36.0"
|
|
18935
|
+
dependencies:
|
|
18936
|
+
"@rollup/rollup-android-arm-eabi": "npm:4.36.0"
|
|
18937
|
+
"@rollup/rollup-android-arm64": "npm:4.36.0"
|
|
18938
|
+
"@rollup/rollup-darwin-arm64": "npm:4.36.0"
|
|
18939
|
+
"@rollup/rollup-darwin-x64": "npm:4.36.0"
|
|
18940
|
+
"@rollup/rollup-freebsd-arm64": "npm:4.36.0"
|
|
18941
|
+
"@rollup/rollup-freebsd-x64": "npm:4.36.0"
|
|
18942
|
+
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.36.0"
|
|
18943
|
+
"@rollup/rollup-linux-arm-musleabihf": "npm:4.36.0"
|
|
18944
|
+
"@rollup/rollup-linux-arm64-gnu": "npm:4.36.0"
|
|
18945
|
+
"@rollup/rollup-linux-arm64-musl": "npm:4.36.0"
|
|
18946
|
+
"@rollup/rollup-linux-loongarch64-gnu": "npm:4.36.0"
|
|
18947
|
+
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.36.0"
|
|
18948
|
+
"@rollup/rollup-linux-riscv64-gnu": "npm:4.36.0"
|
|
18949
|
+
"@rollup/rollup-linux-s390x-gnu": "npm:4.36.0"
|
|
18950
|
+
"@rollup/rollup-linux-x64-gnu": "npm:4.36.0"
|
|
18951
|
+
"@rollup/rollup-linux-x64-musl": "npm:4.36.0"
|
|
18952
|
+
"@rollup/rollup-win32-arm64-msvc": "npm:4.36.0"
|
|
18953
|
+
"@rollup/rollup-win32-ia32-msvc": "npm:4.36.0"
|
|
18954
|
+
"@rollup/rollup-win32-x64-msvc": "npm:4.36.0"
|
|
18953
18955
|
"@types/estree": "npm:1.0.6"
|
|
18954
18956
|
fsevents: "npm:~2.3.2"
|
|
18955
18957
|
dependenciesMeta:
|
|
@@ -18995,7 +18997,7 @@ __metadata:
|
|
|
18995
18997
|
optional: true
|
|
18996
18998
|
bin:
|
|
18997
18999
|
rollup: dist/bin/rollup
|
|
18998
|
-
checksum: 10c0/
|
|
19000
|
+
checksum: 10c0/52ad34ba18edb3613253ecbc7db5c8d6067ed103d8786051e96d42bcb383f7473bbda91b25297435b8a531fe308726cf1bb978456b9fcce044e4885510d73252
|
|
18999
19001
|
languageName: node
|
|
19000
19002
|
linkType: hard
|
|
19001
19003
|
|
|
@@ -20085,14 +20087,15 @@ __metadata:
|
|
|
20085
20087
|
linkType: hard
|
|
20086
20088
|
|
|
20087
20089
|
"string.prototype.padstart@npm:^3.0.0":
|
|
20088
|
-
version: 3.1.
|
|
20089
|
-
resolution: "string.prototype.padstart@npm:3.1.
|
|
20090
|
+
version: 3.1.7
|
|
20091
|
+
resolution: "string.prototype.padstart@npm:3.1.7"
|
|
20090
20092
|
dependencies:
|
|
20091
|
-
call-bind: "npm:^1.0.
|
|
20093
|
+
call-bind: "npm:^1.0.8"
|
|
20094
|
+
call-bound: "npm:^1.0.4"
|
|
20092
20095
|
define-properties: "npm:^1.2.1"
|
|
20093
|
-
es-abstract: "npm:^1.23.
|
|
20094
|
-
es-object-atoms: "npm:^1.
|
|
20095
|
-
checksum: 10c0/
|
|
20096
|
+
es-abstract: "npm:^1.23.9"
|
|
20097
|
+
es-object-atoms: "npm:^1.1.1"
|
|
20098
|
+
checksum: 10c0/b554810e1b65c68c3a1b5bf38d0b17830116491b7ddeeaa4504588cb79e6c614beebe71f4047c5f3ca8fdf5502ef6a0c3770f4374ce5144b1660b81462014e4e
|
|
20096
20099
|
languageName: node
|
|
20097
20100
|
linkType: hard
|
|
20098
20101
|
|
|
@@ -22016,16 +22019,17 @@ __metadata:
|
|
|
22016
22019
|
linkType: hard
|
|
22017
22020
|
|
|
22018
22021
|
"which-typed-array@npm:^1.1.16, which-typed-array@npm:^1.1.18":
|
|
22019
|
-
version: 1.1.
|
|
22020
|
-
resolution: "which-typed-array@npm:1.1.
|
|
22022
|
+
version: 1.1.19
|
|
22023
|
+
resolution: "which-typed-array@npm:1.1.19"
|
|
22021
22024
|
dependencies:
|
|
22022
22025
|
available-typed-arrays: "npm:^1.0.7"
|
|
22023
22026
|
call-bind: "npm:^1.0.8"
|
|
22024
|
-
call-bound: "npm:^1.0.
|
|
22025
|
-
for-each: "npm:^0.3.
|
|
22027
|
+
call-bound: "npm:^1.0.4"
|
|
22028
|
+
for-each: "npm:^0.3.5"
|
|
22029
|
+
get-proto: "npm:^1.0.1"
|
|
22026
22030
|
gopd: "npm:^1.2.0"
|
|
22027
22031
|
has-tostringtag: "npm:^1.0.2"
|
|
22028
|
-
checksum: 10c0/
|
|
22032
|
+
checksum: 10c0/702b5dc878addafe6c6300c3d0af5983b175c75fcb4f2a72dfc3dd38d93cf9e89581e4b29c854b16ea37e50a7d7fca5ae42ece5c273d8060dcd603b2404bbb3f
|
|
22029
22033
|
languageName: node
|
|
22030
22034
|
linkType: hard
|
|
22031
22035
|
|