@shoper/phoenix_design_system 1.18.8-11 → 1.18.8-13
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/build/cjs/packages/phoenix/src/components/accordion/accordion.js +5 -21
- package/build/cjs/packages/phoenix/src/components/accordion/accordion.js.map +1 -1
- package/build/cjs/packages/phoenix/src/components/accordion/accordion_constants.js +8 -6
- package/build/cjs/packages/phoenix/src/components/accordion/accordion_constants.js.map +1 -1
- package/build/cjs/packages/phoenix/src/components/accordion/accordion_content.js +2 -125
- package/build/cjs/packages/phoenix/src/components/accordion/accordion_content.js.map +1 -1
- package/build/cjs/packages/phoenix/src/components/accordion/accordion_group.js +96 -79
- package/build/cjs/packages/phoenix/src/components/accordion/accordion_group.js.map +1 -1
- package/build/cjs/packages/phoenix/src/components/accordion/accordion_toggler.js +1 -41
- package/build/cjs/packages/phoenix/src/components/accordion/accordion_toggler.js.map +1 -1
- package/build/cjs/packages/phoenix/src/components/messages/base_message.js +1 -1
- package/build/cjs/packages/phoenix/src/index.js +5 -36
- package/build/cjs/packages/phoenix/src/index.js.map +1 -1
- package/build/esm/packages/phoenix/src/components/accordion/accordion.d.ts +1 -6
- package/build/esm/packages/phoenix/src/components/accordion/accordion.js +6 -22
- package/build/esm/packages/phoenix/src/components/accordion/accordion.js.map +1 -1
- package/build/esm/packages/phoenix/src/components/accordion/accordion_constants.d.ts +4 -3
- package/build/esm/packages/phoenix/src/components/accordion/accordion_constants.js +7 -6
- package/build/esm/packages/phoenix/src/components/accordion/accordion_constants.js.map +1 -1
- package/build/esm/packages/phoenix/src/components/accordion/accordion_content.d.ts +0 -23
- package/build/esm/packages/phoenix/src/components/accordion/accordion_content.js +2 -125
- package/build/esm/packages/phoenix/src/components/accordion/accordion_content.js.map +1 -1
- package/build/esm/packages/phoenix/src/components/accordion/accordion_group.d.ts +11 -15
- package/build/esm/packages/phoenix/src/components/accordion/accordion_group.js +97 -80
- package/build/esm/packages/phoenix/src/components/accordion/accordion_group.js.map +1 -1
- package/build/esm/packages/phoenix/src/components/accordion/accordion_toggler.d.ts +0 -8
- package/build/esm/packages/phoenix/src/components/accordion/accordion_toggler.js +1 -41
- package/build/esm/packages/phoenix/src/components/accordion/accordion_toggler.js.map +1 -1
- package/build/esm/packages/phoenix/src/components/accordion/accordion_types.d.ts +0 -11
- package/build/esm/packages/phoenix/src/components/messages/base_message.js +1 -1
- package/build/esm/packages/phoenix/src/index.d.ts +0 -5
- package/build/esm/packages/phoenix/src/index.js +2 -7
- package/build/esm/packages/phoenix/src/index.js.map +1 -1
- package/package.json +1 -1
- package/build/cjs/packages/phoenix/src/components/details/details.js +0 -33
- package/build/cjs/packages/phoenix/src/components/details/details.js.map +0 -1
- package/build/cjs/packages/phoenix/src/components/details/details_constants.js +0 -20
- package/build/cjs/packages/phoenix/src/components/details/details_constants.js.map +0 -1
- package/build/cjs/packages/phoenix/src/components/details/details_content.js +0 -23
- package/build/cjs/packages/phoenix/src/components/details/details_content.js.map +0 -1
- package/build/cjs/packages/phoenix/src/components/details/details_group.js +0 -154
- package/build/cjs/packages/phoenix/src/components/details/details_group.js.map +0 -1
- package/build/cjs/packages/phoenix/src/components/details/details_toggler.js +0 -19
- package/build/cjs/packages/phoenix/src/components/details/details_toggler.js.map +0 -1
- package/build/esm/packages/phoenix/src/components/details/details.d.ts +0 -8
- package/build/esm/packages/phoenix/src/components/details/details.js +0 -31
- package/build/esm/packages/phoenix/src/components/details/details.js.map +0 -1
- package/build/esm/packages/phoenix/src/components/details/details_constants.d.ts +0 -11
- package/build/esm/packages/phoenix/src/components/details/details_constants.js +0 -14
- package/build/esm/packages/phoenix/src/components/details/details_constants.js.map +0 -1
- package/build/esm/packages/phoenix/src/components/details/details_content.d.ts +0 -6
- package/build/esm/packages/phoenix/src/components/details/details_content.js +0 -21
- package/build/esm/packages/phoenix/src/components/details/details_content.js.map +0 -1
- package/build/esm/packages/phoenix/src/components/details/details_group.d.ts +0 -23
- package/build/esm/packages/phoenix/src/components/details/details_group.js +0 -152
- package/build/esm/packages/phoenix/src/components/details/details_group.js.map +0 -1
- package/build/esm/packages/phoenix/src/components/details/details_toggler.d.ts +0 -5
- package/build/esm/packages/phoenix/src/components/details/details_toggler.js +0 -17
- package/build/esm/packages/phoenix/src/components/details/details_toggler.js.map +0 -1
- package/build/esm/packages/phoenix/src/components/details/details_types.d.ts +0 -12
- package/build/esm/packages/phoenix/src/components/details/details_types.js +0 -2
- package/build/esm/packages/phoenix/src/components/details/details_types.js.map +0 -1
|
@@ -7,7 +7,6 @@ import { HAccordionToggler } from "./accordion_toggler";
|
|
|
7
7
|
export interface IAccordion {
|
|
8
8
|
enable(): void;
|
|
9
9
|
disable(): void;
|
|
10
|
-
notify(): void;
|
|
11
10
|
}
|
|
12
11
|
export interface IAccordionGroup {
|
|
13
12
|
show(): void;
|
|
@@ -15,16 +14,6 @@ export interface IAccordionGroup {
|
|
|
15
14
|
toggle(): void;
|
|
16
15
|
}
|
|
17
16
|
export declare type TAccordionMode = Any.Keys<typeof ACCORDION_MODE>;
|
|
18
|
-
export declare type TAccordionProps = {
|
|
19
|
-
disabled: boolean;
|
|
20
|
-
mode: TAccordionMode;
|
|
21
|
-
};
|
|
22
|
-
export declare type TAccordionGroupProps = {
|
|
23
|
-
opened: boolean;
|
|
24
|
-
disabled: boolean;
|
|
25
|
-
regionId: string;
|
|
26
|
-
controlsId: string;
|
|
27
|
-
};
|
|
28
17
|
declare global {
|
|
29
18
|
interface HTMLElementTagNameMap {
|
|
30
19
|
'h-accordion': HAccordion;
|
|
@@ -7,8 +7,8 @@ import v4 from '../../../../../external/uuid/dist/esm-browser/v4.js';
|
|
|
7
7
|
import { PORTAL_TARGET_COMPONENT_NAME, PORTAL_TARGET_NAME_PROP, PORTAL_TARGET_ATTRIBUTE_NAME } from '../portal/portal_constants.js';
|
|
8
8
|
import { ClickOutsideController } from '../../controllers/click_outside_controller/click_outside_controller.js';
|
|
9
9
|
import { RelativePositionController } from '../../controllers/relative_position_controller/relative_position_controller.js';
|
|
10
|
-
import { DEFAULT_MESSAGE_PORTAL_NAME, DEFAULT_MESSAGE_OFFSET, LIST_OF_MESSAGE_CHILDREN, MESSAGE_SHOW_DELAY_IN_MS, MESSAGE_TIME_TO_DELAY_CLOSING_IN_MS, MESSAGE_REMOVED_CLASS_NAME, MESSAGE_CLOSE_DELAY_IN_MS, MESSAGE_CONTENT_ELEMENTS, SCREEN_READER_ONLY_CLASS_NAME, MESSAGE_CONTENT_SLOT_NAME } from './base_message_constants.js';
|
|
11
10
|
import { createRef, ref } from 'lit/directives/ref';
|
|
11
|
+
import { DEFAULT_MESSAGE_PORTAL_NAME, DEFAULT_MESSAGE_OFFSET, LIST_OF_MESSAGE_CHILDREN, MESSAGE_SHOW_DELAY_IN_MS, MESSAGE_TIME_TO_DELAY_CLOSING_IN_MS, MESSAGE_REMOVED_CLASS_NAME, MESSAGE_CLOSE_DELAY_IN_MS, MESSAGE_CONTENT_ELEMENTS, SCREEN_READER_ONLY_CLASS_NAME, MESSAGE_CONTENT_SLOT_NAME } from './base_message_constants.js';
|
|
12
12
|
|
|
13
13
|
class BaseMessage extends PhoenixLightLitElement {
|
|
14
14
|
constructor() {
|
|
@@ -71,11 +71,6 @@ export { HAccordionGroup } from './components/accordion/accordion_group';
|
|
|
71
71
|
export { HAccordionToggler } from './components/accordion/accordion_toggler';
|
|
72
72
|
export { HAccordionContent } from './components/accordion/accordion_content';
|
|
73
73
|
export * from './components/accordion/accordion_constants';
|
|
74
|
-
export { HDetails } from './components/details/details';
|
|
75
|
-
export { HDetailsGroup } from './components/details/details_group';
|
|
76
|
-
export { HDetailsToggler } from './components/details/details_toggler';
|
|
77
|
-
export { HDetailsContent } from './components/details/details_content';
|
|
78
|
-
export * from './components/details/details_constants';
|
|
79
74
|
export { BtnController } from './controllers/btn_controller/btn_controller';
|
|
80
75
|
export { HDropdown } from './components/dropdown/dropdown';
|
|
81
76
|
export { HDropdownToggler } from './components/dropdown/dropdown_toggler';
|
|
@@ -70,16 +70,11 @@ export { HRadioControl } from './components/form/radio/radio_control.js';
|
|
|
70
70
|
export { TEXTAREA_CONTROL_CSS_CLASSES, TEXTAREA_CONTROL_EVENTS, TEXTAREA_PROPS_TO_SYNC, TEXTAREA_SLOTS } from './components/form/textarea/textarea_constants.js';
|
|
71
71
|
export { HTextarea } from './components/form/textarea/textarea.js';
|
|
72
72
|
export { HTextareaControl } from './components/form/textarea/textarea_control.js';
|
|
73
|
-
export {
|
|
73
|
+
export { ACCORDION_ANIMATION_DURATION, ACCORDION_CSS_CLASSES, ACCORDION_EVENTS, ACCORDION_MODE } from './components/accordion/accordion_constants.js';
|
|
74
74
|
export { HAccordion } from './components/accordion/accordion.js';
|
|
75
75
|
export { HAccordionGroup } from './components/accordion/accordion_group.js';
|
|
76
|
-
export { HAccordionContent } from './components/accordion/accordion_content.js';
|
|
77
76
|
export { HAccordionToggler } from './components/accordion/accordion_toggler.js';
|
|
78
|
-
export {
|
|
79
|
-
export { HDetails } from './components/details/details.js';
|
|
80
|
-
export { HDetailsGroup } from './components/details/details_group.js';
|
|
81
|
-
export { HDetailsToggler } from './components/details/details_toggler.js';
|
|
82
|
-
export { HDetailsContent } from './components/details/details_content.js';
|
|
77
|
+
export { HAccordionContent } from './components/accordion/accordion_content.js';
|
|
83
78
|
export { HDropdownClose } from './components/dropdown/dropdown_close.js';
|
|
84
79
|
export { HToggleButtonGroup } from './components/groups/toggle_button_group/toggle_button_group.js';
|
|
85
80
|
export { HToggleButton } from './components/groups/toggle_button_group/toggle_button.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;
|
|
1
|
+
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
|
package/package.json
CHANGED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var tslib_es6 = require('../../../../../external/tslib/tslib.es6.js');
|
|
6
|
-
var decorators = require('lit/decorators');
|
|
7
|
-
var phoenix_light_lit_element = require('../../core/phoenix_light_lit_element/phoenix_light_lit_element.js');
|
|
8
|
-
var phoenix_custom_element = require('../../core/decorators/phoenix_custom_element.js');
|
|
9
|
-
var accordion_constants = require('../accordion/accordion_constants.js');
|
|
10
|
-
var details_constants = require('./details_constants.js');
|
|
11
|
-
|
|
12
|
-
exports.HDetails = class HDetails extends phoenix_light_lit_element.PhoenixLightLitElement {
|
|
13
|
-
constructor() {
|
|
14
|
-
super(...arguments);
|
|
15
|
-
this.disabled = false;
|
|
16
|
-
this.mode = accordion_constants.ACCORDION_MODE.multi;
|
|
17
|
-
}
|
|
18
|
-
updated() {
|
|
19
|
-
this.dispatchEvent(new Event(details_constants.DETAILS_EVENTS.update));
|
|
20
|
-
}
|
|
21
|
-
};
|
|
22
|
-
tslib_es6.__decorate([
|
|
23
|
-
decorators.property({ type: Boolean, reflect: true }),
|
|
24
|
-
tslib_es6.__metadata("design:type", Object)
|
|
25
|
-
], exports.HDetails.prototype, "disabled", void 0);
|
|
26
|
-
tslib_es6.__decorate([
|
|
27
|
-
decorators.property({ type: String }),
|
|
28
|
-
tslib_es6.__metadata("design:type", String)
|
|
29
|
-
], exports.HDetails.prototype, "mode", void 0);
|
|
30
|
-
exports.HDetails = tslib_es6.__decorate([
|
|
31
|
-
phoenix_custom_element.phoenixCustomElement('h-details')
|
|
32
|
-
], exports.HDetails);
|
|
33
|
-
//# sourceMappingURL=details.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA,wBAAwB,4CAAgD;AACxE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
const DETAILS_EVENTS = {
|
|
6
|
-
toggle: 'toggle',
|
|
7
|
-
update: 'update'
|
|
8
|
-
};
|
|
9
|
-
const DETAILS_CSS_CLASSES = {
|
|
10
|
-
smoothDetails: 'smooth-details',
|
|
11
|
-
isOpen: 'is-open',
|
|
12
|
-
contentWrapper: 'content-wrapper',
|
|
13
|
-
content: 'content'
|
|
14
|
-
};
|
|
15
|
-
const DETAILS_TRANSITION_DURATION = 400;
|
|
16
|
-
|
|
17
|
-
exports.DETAILS_CSS_CLASSES = DETAILS_CSS_CLASSES;
|
|
18
|
-
exports.DETAILS_EVENTS = DETAILS_EVENTS;
|
|
19
|
-
exports.DETAILS_TRANSITION_DURATION = DETAILS_TRANSITION_DURATION;
|
|
20
|
-
//# sourceMappingURL=details_constants.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var tslib_es6 = require('../../../../../external/tslib/tslib.es6.js');
|
|
6
|
-
var phoenix_light_lit_element = require('../../core/phoenix_light_lit_element/phoenix_light_lit_element.js');
|
|
7
|
-
var phoenix_custom_element = require('../../core/decorators/phoenix_custom_element.js');
|
|
8
|
-
|
|
9
|
-
exports.HDetailsContent = class HDetailsContent extends phoenix_light_lit_element.PhoenixLightLitElement {
|
|
10
|
-
constructor() {
|
|
11
|
-
super();
|
|
12
|
-
this.slot = this.hasAttribute('slot') ? this.slot : 'content';
|
|
13
|
-
}
|
|
14
|
-
connectedCallback() {
|
|
15
|
-
super.connectedCallback();
|
|
16
|
-
this.classList.add('content-wrapper');
|
|
17
|
-
}
|
|
18
|
-
};
|
|
19
|
-
exports.HDetailsContent = tslib_es6.__decorate([
|
|
20
|
-
phoenix_custom_element.phoenixCustomElement('h-details-content'),
|
|
21
|
-
tslib_es6.__metadata("design:paramtypes", [])
|
|
22
|
-
], exports.HDetailsContent);
|
|
23
|
-
//# sourceMappingURL=details_content.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA,wBAAwB,4CAAgD;AACxE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
|
|
@@ -1,154 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var tslib_es6 = require('../../../../../external/tslib/tslib.es6.js');
|
|
6
|
-
var lit = require('lit');
|
|
7
|
-
var decorators = require('lit/decorators');
|
|
8
|
-
var phoenix_light_lit_element = require('../../core/phoenix_light_lit_element/phoenix_light_lit_element.js');
|
|
9
|
-
var phoenix_custom_element = require('../../core/decorators/phoenix_custom_element.js');
|
|
10
|
-
var v4 = require('../../../../../external/uuid/dist/esm-browser/v4.js');
|
|
11
|
-
var accordion_constants = require('../accordion/accordion_constants.js');
|
|
12
|
-
var details_constants = require('./details_constants.js');
|
|
13
|
-
|
|
14
|
-
exports.HDetailsGroup = class HDetailsGroup extends phoenix_light_lit_element.PhoenixLightLitElement {
|
|
15
|
-
constructor() {
|
|
16
|
-
super(...arguments);
|
|
17
|
-
this.opened = false;
|
|
18
|
-
this._isDisabled = false;
|
|
19
|
-
this._mode = accordion_constants.ACCORDION_MODE.multi;
|
|
20
|
-
this._$detailsWrapper = null;
|
|
21
|
-
this._togglerId = v4['default']();
|
|
22
|
-
this._syncWithDetailsWrapper = () => {
|
|
23
|
-
if (!this._$detailsWrapper)
|
|
24
|
-
return;
|
|
25
|
-
this._mode = this._$detailsWrapper.mode;
|
|
26
|
-
if (this._$detailsWrapper.disabled && !this._isDisabled) {
|
|
27
|
-
this.disable();
|
|
28
|
-
this.show();
|
|
29
|
-
}
|
|
30
|
-
else if (!this._$detailsWrapper.disabled && this._isDisabled) {
|
|
31
|
-
this.enable();
|
|
32
|
-
this.hide();
|
|
33
|
-
}
|
|
34
|
-
};
|
|
35
|
-
this._hideOtherDetailsGroups = () => {
|
|
36
|
-
var _a;
|
|
37
|
-
if (this._isDisabled)
|
|
38
|
-
return;
|
|
39
|
-
(_a = this._$detailsWrapper) === null || _a === void 0 ? void 0 : _a.querySelectorAll('h-details-group').forEach(($detailsGroup) => {
|
|
40
|
-
if ($detailsGroup === this)
|
|
41
|
-
return;
|
|
42
|
-
$detailsGroup.hide();
|
|
43
|
-
});
|
|
44
|
-
};
|
|
45
|
-
this._summaryClickHandler = (ev) => {
|
|
46
|
-
ev.preventDefault();
|
|
47
|
-
if (this._isDisabled)
|
|
48
|
-
return;
|
|
49
|
-
const $summary = ev.currentTarget;
|
|
50
|
-
const $details = $summary.parentNode;
|
|
51
|
-
this.toggle($details);
|
|
52
|
-
};
|
|
53
|
-
}
|
|
54
|
-
connectedCallback() {
|
|
55
|
-
var _a;
|
|
56
|
-
super.connectedCallback();
|
|
57
|
-
this._$detailsWrapper = this.closest('h-details');
|
|
58
|
-
(_a = this._$detailsWrapper) === null || _a === void 0 ? void 0 : _a.addEventListener(details_constants.DETAILS_EVENTS.update, this._syncWithDetailsWrapper);
|
|
59
|
-
this._syncWithDetailsWrapper();
|
|
60
|
-
}
|
|
61
|
-
firstUpdated(props) {
|
|
62
|
-
super.firstUpdated(props);
|
|
63
|
-
if (this.opened) {
|
|
64
|
-
this.show();
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
disconnectedCallback() {
|
|
68
|
-
var _a;
|
|
69
|
-
super.disconnectedCallback();
|
|
70
|
-
(_a = this._$detailsWrapper) === null || _a === void 0 ? void 0 : _a.removeEventListener(details_constants.DETAILS_EVENTS.update, this._syncWithDetailsWrapper);
|
|
71
|
-
}
|
|
72
|
-
toggle(details) {
|
|
73
|
-
if (this._mode === accordion_constants.ACCORDION_MODE.single)
|
|
74
|
-
this._hideOtherDetailsGroups();
|
|
75
|
-
const $details = details || this.querySelector('details');
|
|
76
|
-
if (!$details)
|
|
77
|
-
return;
|
|
78
|
-
const isOpen = $details.hasAttribute('open');
|
|
79
|
-
isOpen ? this.hide($details) : this.show($details);
|
|
80
|
-
}
|
|
81
|
-
show(details) {
|
|
82
|
-
if (this._mode === accordion_constants.ACCORDION_MODE.single)
|
|
83
|
-
this._hideOtherDetailsGroups();
|
|
84
|
-
const $details = details || this.querySelector('details');
|
|
85
|
-
if (!$details)
|
|
86
|
-
return;
|
|
87
|
-
$details.setAttribute('open', '');
|
|
88
|
-
requestAnimationFrame(() => {
|
|
89
|
-
$details.classList.add(details_constants.DETAILS_CSS_CLASSES.isOpen);
|
|
90
|
-
});
|
|
91
|
-
this._dispatchToggleEvent($details, true);
|
|
92
|
-
}
|
|
93
|
-
hide(details) {
|
|
94
|
-
const $details = details || this.querySelector('details');
|
|
95
|
-
if (!$details)
|
|
96
|
-
return;
|
|
97
|
-
$details.classList.remove(details_constants.DETAILS_CSS_CLASSES.isOpen);
|
|
98
|
-
setTimeout(() => {
|
|
99
|
-
$details.removeAttribute('open');
|
|
100
|
-
}, details_constants.DETAILS_TRANSITION_DURATION);
|
|
101
|
-
this._dispatchToggleEvent($details, false);
|
|
102
|
-
}
|
|
103
|
-
_dispatchToggleEvent(details, open) {
|
|
104
|
-
this.emitCustomEvent(details_constants.DETAILS_EVENTS.toggle, {
|
|
105
|
-
detail: { open, target: details }
|
|
106
|
-
});
|
|
107
|
-
}
|
|
108
|
-
enable() {
|
|
109
|
-
if (this._isDisabled) {
|
|
110
|
-
this.hide();
|
|
111
|
-
this._isDisabled = false;
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
disable() {
|
|
115
|
-
if (!this._isDisabled) {
|
|
116
|
-
this.show();
|
|
117
|
-
this._isDisabled = true;
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
render() {
|
|
121
|
-
return lit.html `
|
|
122
|
-
<details
|
|
123
|
-
class="smooth-details"
|
|
124
|
-
aria-disabled="${this._isDisabled ? 'true' : 'false'}"
|
|
125
|
-
aria-labelledby="${this._togglerId}"
|
|
126
|
-
>
|
|
127
|
-
<summary
|
|
128
|
-
id="${this._togglerId}"
|
|
129
|
-
@click=${this._summaryClickHandler}
|
|
130
|
-
>
|
|
131
|
-
${this.getSlot('toggler')}
|
|
132
|
-
</summary>
|
|
133
|
-
|
|
134
|
-
${this.getSlot('content')}
|
|
135
|
-
</details>
|
|
136
|
-
`;
|
|
137
|
-
}
|
|
138
|
-
};
|
|
139
|
-
tslib_es6.__decorate([
|
|
140
|
-
decorators.property({ type: Boolean, reflect: true }),
|
|
141
|
-
tslib_es6.__metadata("design:type", Object)
|
|
142
|
-
], exports.HDetailsGroup.prototype, "opened", void 0);
|
|
143
|
-
tslib_es6.__decorate([
|
|
144
|
-
decorators.state(),
|
|
145
|
-
tslib_es6.__metadata("design:type", Object)
|
|
146
|
-
], exports.HDetailsGroup.prototype, "_isDisabled", void 0);
|
|
147
|
-
tslib_es6.__decorate([
|
|
148
|
-
decorators.state(),
|
|
149
|
-
tslib_es6.__metadata("design:type", String)
|
|
150
|
-
], exports.HDetailsGroup.prototype, "_mode", void 0);
|
|
151
|
-
exports.HDetailsGroup = tslib_es6.__decorate([
|
|
152
|
-
phoenix_custom_element.phoenixCustomElement('h-details-group')
|
|
153
|
-
], exports.HDetailsGroup);
|
|
154
|
-
//# sourceMappingURL=details_group.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA,wBAAwB,4CAAgD;AACxE;AACA;AACA;AACA;AACA,iBAAiB,qDAAyD;AAC1E;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var tslib_es6 = require('../../../../../external/tslib/tslib.es6.js');
|
|
6
|
-
var phoenix_light_lit_element = require('../../core/phoenix_light_lit_element/phoenix_light_lit_element.js');
|
|
7
|
-
var phoenix_custom_element = require('../../core/decorators/phoenix_custom_element.js');
|
|
8
|
-
|
|
9
|
-
exports.HDetailsToggler = class HDetailsToggler extends phoenix_light_lit_element.PhoenixLightLitElement {
|
|
10
|
-
constructor() {
|
|
11
|
-
super();
|
|
12
|
-
this.slot = this.hasAttribute('slot') ? this.slot : 'toggler';
|
|
13
|
-
}
|
|
14
|
-
};
|
|
15
|
-
exports.HDetailsToggler = tslib_es6.__decorate([
|
|
16
|
-
phoenix_custom_element.phoenixCustomElement('h-details-toggler'),
|
|
17
|
-
tslib_es6.__metadata("design:paramtypes", [])
|
|
18
|
-
], exports.HDetailsToggler);
|
|
19
|
-
//# sourceMappingURL=details_toggler.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA,wBAAwB,4CAAgD;AACxE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { PhoenixLightLitElement } from "../../core/phoenix_light_lit_element/phoenix_light_lit_element";
|
|
2
|
-
import './details_types';
|
|
3
|
-
import type { TAccordionMode } from "../accordion/accordion_types";
|
|
4
|
-
export declare class HDetails extends PhoenixLightLitElement {
|
|
5
|
-
disabled: boolean;
|
|
6
|
-
mode: TAccordionMode;
|
|
7
|
-
updated(): void;
|
|
8
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { __decorate, __metadata } from '../../../../../external/tslib/tslib.es6.js';
|
|
2
|
-
import { property } from 'lit/decorators';
|
|
3
|
-
import { PhoenixLightLitElement } from '../../core/phoenix_light_lit_element/phoenix_light_lit_element.js';
|
|
4
|
-
import { phoenixCustomElement } from '../../core/decorators/phoenix_custom_element.js';
|
|
5
|
-
import { ACCORDION_MODE } from '../accordion/accordion_constants.js';
|
|
6
|
-
import { DETAILS_EVENTS } from './details_constants.js';
|
|
7
|
-
|
|
8
|
-
let HDetails = class HDetails extends PhoenixLightLitElement {
|
|
9
|
-
constructor() {
|
|
10
|
-
super(...arguments);
|
|
11
|
-
this.disabled = false;
|
|
12
|
-
this.mode = ACCORDION_MODE.multi;
|
|
13
|
-
}
|
|
14
|
-
updated() {
|
|
15
|
-
this.dispatchEvent(new Event(DETAILS_EVENTS.update));
|
|
16
|
-
}
|
|
17
|
-
};
|
|
18
|
-
__decorate([
|
|
19
|
-
property({ type: Boolean, reflect: true }),
|
|
20
|
-
__metadata("design:type", Object)
|
|
21
|
-
], HDetails.prototype, "disabled", void 0);
|
|
22
|
-
__decorate([
|
|
23
|
-
property({ type: String }),
|
|
24
|
-
__metadata("design:type", String)
|
|
25
|
-
], HDetails.prototype, "mode", void 0);
|
|
26
|
-
HDetails = __decorate([
|
|
27
|
-
phoenixCustomElement('h-details')
|
|
28
|
-
], HDetails);
|
|
29
|
-
|
|
30
|
-
export { HDetails };
|
|
31
|
-
//# sourceMappingURL=details.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA,uCAAuC,4CAAgD;AACvF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export declare const DETAILS_EVENTS: {
|
|
2
|
-
readonly toggle: "toggle";
|
|
3
|
-
readonly update: "update";
|
|
4
|
-
};
|
|
5
|
-
export declare const DETAILS_CSS_CLASSES: {
|
|
6
|
-
readonly smoothDetails: "smooth-details";
|
|
7
|
-
readonly isOpen: "is-open";
|
|
8
|
-
readonly contentWrapper: "content-wrapper";
|
|
9
|
-
readonly content: "content";
|
|
10
|
-
};
|
|
11
|
-
export declare const DETAILS_TRANSITION_DURATION = 400;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
const DETAILS_EVENTS = {
|
|
2
|
-
toggle: 'toggle',
|
|
3
|
-
update: 'update'
|
|
4
|
-
};
|
|
5
|
-
const DETAILS_CSS_CLASSES = {
|
|
6
|
-
smoothDetails: 'smooth-details',
|
|
7
|
-
isOpen: 'is-open',
|
|
8
|
-
contentWrapper: 'content-wrapper',
|
|
9
|
-
content: 'content'
|
|
10
|
-
};
|
|
11
|
-
const DETAILS_TRANSITION_DURATION = 400;
|
|
12
|
-
|
|
13
|
-
export { DETAILS_CSS_CLASSES, DETAILS_EVENTS, DETAILS_TRANSITION_DURATION };
|
|
14
|
-
//# sourceMappingURL=details_constants.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { __decorate, __metadata } from '../../../../../external/tslib/tslib.es6.js';
|
|
2
|
-
import { PhoenixLightLitElement } from '../../core/phoenix_light_lit_element/phoenix_light_lit_element.js';
|
|
3
|
-
import { phoenixCustomElement } from '../../core/decorators/phoenix_custom_element.js';
|
|
4
|
-
|
|
5
|
-
let HDetailsContent = class HDetailsContent extends PhoenixLightLitElement {
|
|
6
|
-
constructor() {
|
|
7
|
-
super();
|
|
8
|
-
this.slot = this.hasAttribute('slot') ? this.slot : 'content';
|
|
9
|
-
}
|
|
10
|
-
connectedCallback() {
|
|
11
|
-
super.connectedCallback();
|
|
12
|
-
this.classList.add('content-wrapper');
|
|
13
|
-
}
|
|
14
|
-
};
|
|
15
|
-
HDetailsContent = __decorate([
|
|
16
|
-
phoenixCustomElement('h-details-content'),
|
|
17
|
-
__metadata("design:paramtypes", [])
|
|
18
|
-
], HDetailsContent);
|
|
19
|
-
|
|
20
|
-
export { HDetailsContent };
|
|
21
|
-
//# sourceMappingURL=details_content.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA,uCAAuC,4CAAgD;AACvF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { PhoenixLightLitElement } from "../../core/phoenix_light_lit_element/phoenix_light_lit_element";
|
|
2
|
-
import './details_types';
|
|
3
|
-
import { PropertyValues } from 'lit';
|
|
4
|
-
export declare class HDetailsGroup extends PhoenixLightLitElement {
|
|
5
|
-
opened: boolean;
|
|
6
|
-
private _isDisabled;
|
|
7
|
-
private _mode;
|
|
8
|
-
private _$detailsWrapper;
|
|
9
|
-
private _togglerId;
|
|
10
|
-
connectedCallback(): void;
|
|
11
|
-
firstUpdated(props: PropertyValues): void;
|
|
12
|
-
disconnectedCallback(): void;
|
|
13
|
-
private _syncWithDetailsWrapper;
|
|
14
|
-
toggle(details?: HTMLElement): void;
|
|
15
|
-
show(details?: HTMLElement): void;
|
|
16
|
-
hide(details?: HTMLElement): void;
|
|
17
|
-
private _hideOtherDetailsGroups;
|
|
18
|
-
private _dispatchToggleEvent;
|
|
19
|
-
enable(): void;
|
|
20
|
-
disable(): void;
|
|
21
|
-
private _summaryClickHandler;
|
|
22
|
-
protected render(): unknown;
|
|
23
|
-
}
|
|
@@ -1,152 +0,0 @@
|
|
|
1
|
-
import { __decorate, __metadata } from '../../../../../external/tslib/tslib.es6.js';
|
|
2
|
-
import { html } from 'lit';
|
|
3
|
-
import { property, state } from 'lit/decorators';
|
|
4
|
-
import { PhoenixLightLitElement } from '../../core/phoenix_light_lit_element/phoenix_light_lit_element.js';
|
|
5
|
-
import { phoenixCustomElement } from '../../core/decorators/phoenix_custom_element.js';
|
|
6
|
-
import v4 from '../../../../../external/uuid/dist/esm-browser/v4.js';
|
|
7
|
-
import { ACCORDION_MODE } from '../accordion/accordion_constants.js';
|
|
8
|
-
import { DETAILS_EVENTS, DETAILS_CSS_CLASSES, DETAILS_TRANSITION_DURATION } from './details_constants.js';
|
|
9
|
-
|
|
10
|
-
let HDetailsGroup = class HDetailsGroup extends PhoenixLightLitElement {
|
|
11
|
-
constructor() {
|
|
12
|
-
super(...arguments);
|
|
13
|
-
this.opened = false;
|
|
14
|
-
this._isDisabled = false;
|
|
15
|
-
this._mode = ACCORDION_MODE.multi;
|
|
16
|
-
this._$detailsWrapper = null;
|
|
17
|
-
this._togglerId = v4();
|
|
18
|
-
this._syncWithDetailsWrapper = () => {
|
|
19
|
-
if (!this._$detailsWrapper)
|
|
20
|
-
return;
|
|
21
|
-
this._mode = this._$detailsWrapper.mode;
|
|
22
|
-
if (this._$detailsWrapper.disabled && !this._isDisabled) {
|
|
23
|
-
this.disable();
|
|
24
|
-
this.show();
|
|
25
|
-
}
|
|
26
|
-
else if (!this._$detailsWrapper.disabled && this._isDisabled) {
|
|
27
|
-
this.enable();
|
|
28
|
-
this.hide();
|
|
29
|
-
}
|
|
30
|
-
};
|
|
31
|
-
this._hideOtherDetailsGroups = () => {
|
|
32
|
-
var _a;
|
|
33
|
-
if (this._isDisabled)
|
|
34
|
-
return;
|
|
35
|
-
(_a = this._$detailsWrapper) === null || _a === void 0 ? void 0 : _a.querySelectorAll('h-details-group').forEach(($detailsGroup) => {
|
|
36
|
-
if ($detailsGroup === this)
|
|
37
|
-
return;
|
|
38
|
-
$detailsGroup.hide();
|
|
39
|
-
});
|
|
40
|
-
};
|
|
41
|
-
this._summaryClickHandler = (ev) => {
|
|
42
|
-
ev.preventDefault();
|
|
43
|
-
if (this._isDisabled)
|
|
44
|
-
return;
|
|
45
|
-
const $summary = ev.currentTarget;
|
|
46
|
-
const $details = $summary.parentNode;
|
|
47
|
-
this.toggle($details);
|
|
48
|
-
};
|
|
49
|
-
}
|
|
50
|
-
connectedCallback() {
|
|
51
|
-
var _a;
|
|
52
|
-
super.connectedCallback();
|
|
53
|
-
this._$detailsWrapper = this.closest('h-details');
|
|
54
|
-
(_a = this._$detailsWrapper) === null || _a === void 0 ? void 0 : _a.addEventListener(DETAILS_EVENTS.update, this._syncWithDetailsWrapper);
|
|
55
|
-
this._syncWithDetailsWrapper();
|
|
56
|
-
}
|
|
57
|
-
firstUpdated(props) {
|
|
58
|
-
super.firstUpdated(props);
|
|
59
|
-
if (this.opened) {
|
|
60
|
-
this.show();
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
disconnectedCallback() {
|
|
64
|
-
var _a;
|
|
65
|
-
super.disconnectedCallback();
|
|
66
|
-
(_a = this._$detailsWrapper) === null || _a === void 0 ? void 0 : _a.removeEventListener(DETAILS_EVENTS.update, this._syncWithDetailsWrapper);
|
|
67
|
-
}
|
|
68
|
-
toggle(details) {
|
|
69
|
-
if (this._mode === ACCORDION_MODE.single)
|
|
70
|
-
this._hideOtherDetailsGroups();
|
|
71
|
-
const $details = details || this.querySelector('details');
|
|
72
|
-
if (!$details)
|
|
73
|
-
return;
|
|
74
|
-
const isOpen = $details.hasAttribute('open');
|
|
75
|
-
isOpen ? this.hide($details) : this.show($details);
|
|
76
|
-
}
|
|
77
|
-
show(details) {
|
|
78
|
-
if (this._mode === ACCORDION_MODE.single)
|
|
79
|
-
this._hideOtherDetailsGroups();
|
|
80
|
-
const $details = details || this.querySelector('details');
|
|
81
|
-
if (!$details)
|
|
82
|
-
return;
|
|
83
|
-
$details.setAttribute('open', '');
|
|
84
|
-
requestAnimationFrame(() => {
|
|
85
|
-
$details.classList.add(DETAILS_CSS_CLASSES.isOpen);
|
|
86
|
-
});
|
|
87
|
-
this._dispatchToggleEvent($details, true);
|
|
88
|
-
}
|
|
89
|
-
hide(details) {
|
|
90
|
-
const $details = details || this.querySelector('details');
|
|
91
|
-
if (!$details)
|
|
92
|
-
return;
|
|
93
|
-
$details.classList.remove(DETAILS_CSS_CLASSES.isOpen);
|
|
94
|
-
setTimeout(() => {
|
|
95
|
-
$details.removeAttribute('open');
|
|
96
|
-
}, DETAILS_TRANSITION_DURATION);
|
|
97
|
-
this._dispatchToggleEvent($details, false);
|
|
98
|
-
}
|
|
99
|
-
_dispatchToggleEvent(details, open) {
|
|
100
|
-
this.emitCustomEvent(DETAILS_EVENTS.toggle, {
|
|
101
|
-
detail: { open, target: details }
|
|
102
|
-
});
|
|
103
|
-
}
|
|
104
|
-
enable() {
|
|
105
|
-
if (this._isDisabled) {
|
|
106
|
-
this.hide();
|
|
107
|
-
this._isDisabled = false;
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
disable() {
|
|
111
|
-
if (!this._isDisabled) {
|
|
112
|
-
this.show();
|
|
113
|
-
this._isDisabled = true;
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
render() {
|
|
117
|
-
return html `
|
|
118
|
-
<details
|
|
119
|
-
class="smooth-details"
|
|
120
|
-
aria-disabled="${this._isDisabled ? 'true' : 'false'}"
|
|
121
|
-
aria-labelledby="${this._togglerId}"
|
|
122
|
-
>
|
|
123
|
-
<summary
|
|
124
|
-
id="${this._togglerId}"
|
|
125
|
-
@click=${this._summaryClickHandler}
|
|
126
|
-
>
|
|
127
|
-
${this.getSlot('toggler')}
|
|
128
|
-
</summary>
|
|
129
|
-
|
|
130
|
-
${this.getSlot('content')}
|
|
131
|
-
</details>
|
|
132
|
-
`;
|
|
133
|
-
}
|
|
134
|
-
};
|
|
135
|
-
__decorate([
|
|
136
|
-
property({ type: Boolean, reflect: true }),
|
|
137
|
-
__metadata("design:type", Object)
|
|
138
|
-
], HDetailsGroup.prototype, "opened", void 0);
|
|
139
|
-
__decorate([
|
|
140
|
-
state(),
|
|
141
|
-
__metadata("design:type", Object)
|
|
142
|
-
], HDetailsGroup.prototype, "_isDisabled", void 0);
|
|
143
|
-
__decorate([
|
|
144
|
-
state(),
|
|
145
|
-
__metadata("design:type", String)
|
|
146
|
-
], HDetailsGroup.prototype, "_mode", void 0);
|
|
147
|
-
HDetailsGroup = __decorate([
|
|
148
|
-
phoenixCustomElement('h-details-group')
|
|
149
|
-
], HDetailsGroup);
|
|
150
|
-
|
|
151
|
-
export { HDetailsGroup };
|
|
152
|
-
//# sourceMappingURL=details_group.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA,uCAAuC,4CAAgD;AACvF;AACA;AACA;AACA;AACA,eAAe,qDAAyD;AACxE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
|