@furystack/shades-common-components 4.0.15 → 4.0.17

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.
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.showParallax = exports.fadeIn = exports.fadeOut = exports.hideSlide = exports.showSlide = void 0;
3
+ exports.expand = exports.collapse = exports.showParallax = exports.fadeIn = exports.fadeOut = exports.hideSlide = exports.showSlide = void 0;
4
4
  const promisify_animation_1 = require("../utils/promisify-animation");
5
5
  const showSlide = (element, options) => (0, promisify_animation_1.promisifyAnimation)(element, [
6
6
  { transform: 'translate(-350px, 0)scale(0)', opacity: 0 },
@@ -44,4 +44,28 @@ const showParallax = (element, options) => (0, promisify_animation_1.promisifyAn
44
44
  ...options,
45
45
  });
46
46
  exports.showParallax = showParallax;
47
+ const collapse = (element, options) => {
48
+ return (0, promisify_animation_1.promisifyAnimation)(element, [
49
+ { height: `${element?.scrollHeight}px`, opacity: 1 },
50
+ { height: '0px', opacity: 0 },
51
+ ], {
52
+ duration: 500,
53
+ easing: 'cubic-bezier(0.215, 0.610, 0.355, 1.000)',
54
+ fill: 'forwards',
55
+ ...options,
56
+ });
57
+ };
58
+ exports.collapse = collapse;
59
+ const expand = (element, options) => {
60
+ return (0, promisify_animation_1.promisifyAnimation)(element, [
61
+ { height: '0px', opacity: 0 },
62
+ { height: `${element?.scrollHeight}px`, opacity: 1 },
63
+ ], {
64
+ duration: 500,
65
+ easing: 'cubic-bezier(0.215, 0.610, 0.355, 1.000)',
66
+ fill: 'forwards',
67
+ ...options,
68
+ });
69
+ };
70
+ exports.expand = expand;
47
71
  //# sourceMappingURL=animations.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"animations.js","sourceRoot":"","sources":["../../src/components/animations.ts"],"names":[],"mappings":";;;AAAA,sEAAiE;AAE1D,MAAM,SAAS,GAAG,CAAC,OAAwB,EAAE,OAAkC,EAAE,EAAE,CACxF,IAAA,wCAAkB,EAChB,OAAO,EACP;IACE,EAAE,SAAS,EAAE,8BAA8B,EAAE,OAAO,EAAE,CAAC,EAAE;IACzD,EAAE,SAAS,EAAE,yBAAyB,EAAE,OAAO,EAAE,CAAC,EAAE;CACrD,EACD;IACE,QAAQ,EAAE,GAAG;IACb,MAAM,EAAE,0CAA0C;IAClD,IAAI,EAAE,UAAU;IAChB,GAAG,OAAO;CACX,CACF,CAAA;AAbU,QAAA,SAAS,aAanB;AACI,MAAM,SAAS,GAAG,CAAC,OAAwB,EAAE,OAAkC,EAAE,EAAE,CACxF,IAAA,wCAAkB,EAChB,OAAO,EACP;IACE,EAAE,SAAS,EAAE,yBAAyB,EAAE,OAAO,EAAE,CAAC,EAAE;IACpD,EAAE,SAAS,EAAE,8BAA8B,EAAE,OAAO,EAAE,CAAC,EAAE;CAC1D,EACD;IACE,QAAQ,EAAE,GAAG;IACb,MAAM,EAAE,0CAA0C;IAClD,IAAI,EAAE,UAAU;IAChB,GAAG,OAAO;CACX,CACF,CAAA;AAbU,QAAA,SAAS,aAanB;AACI,MAAM,OAAO,GAAG,CAAC,OAAwB,EAAE,OAAkC,EAAE,EAAE,CACtF,IAAA,wCAAkB,EAAC,OAAO,EAAE,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,EAAE,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC,EAAE;IAC5D,QAAQ,EAAE,GAAG;IACb,MAAM,EAAE,0CAA0C;IAClD,GAAG,OAAO;CACX,CAAC,CAAA;AALS,QAAA,OAAO,WAKhB;AACG,MAAM,MAAM,GAAG,CAAC,OAAwB,EAAE,OAAkC,EAAE,EAAE,CACrF,IAAA,wCAAkB,EAAC,OAAO,EAAE,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,EAAE,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC,EAAE;IAC5D,QAAQ,EAAE,GAAG;IACb,MAAM,EAAE,0CAA0C;IAClD,GAAG,OAAO;CACX,CAAC,CAAA;AALS,QAAA,MAAM,UAKf;AACG,MAAM,YAAY,GAAG,CAAC,OAAwB,EAAE,OAAkC,EAAE,EAAE,CAC3F,IAAA,wCAAkB,EAChB,OAAO,EACP;IACE,EAAE,SAAS,EAAE,oBAAoB,EAAE,OAAO,EAAE,CAAC,EAAE;IAC/C,EAAE,SAAS,EAAE,iBAAiB,EAAE,OAAO,EAAE,CAAC,EAAE;CAC7C,EACD;IACE,QAAQ,EAAE,GAAG;IACb,MAAM,EAAE,0CAA0C;IAClD,IAAI,EAAE,UAAU;IAChB,GAAG,OAAO;CACX,CACF,CAAA;AAbU,QAAA,YAAY,gBAatB"}
1
+ {"version":3,"file":"animations.js","sourceRoot":"","sources":["../../src/components/animations.ts"],"names":[],"mappings":"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"}
@@ -20,16 +20,16 @@ exports.DataGrid = (0, shades_1.Shade)({
20
20
  props.service.hasFocus.setValue(false);
21
21
  }));
22
22
  const headerStyle = {
23
- backdropFilter: 'blur(12px)',
24
- padding: '12px 0',
23
+ backdropFilter: 'blur(12px) saturate(180%)',
25
24
  color: theme.text.secondary,
25
+ height: '38px',
26
26
  alignItems: 'center',
27
27
  borderRadius: '2px',
28
- top: '0',
28
+ top: '2px',
29
29
  position: 'sticky',
30
30
  fontVariant: 'all-petite-caps',
31
31
  zIndex: '1',
32
- boxShadow: '3px 3px 4px rgba(0,0,0,0.3)',
32
+ boxShadow: 'rgba(0, 0, 0, 0.2) 1px 1px 1px 2px',
33
33
  ...props.styles?.header,
34
34
  };
35
35
  return ((0, shades_1.createComponent)("div", { className: "shade-grid-wrapper", style: {
@@ -1 +1 @@
1
- {"version":3,"file":"data-grid.js","sourceRoot":"","sources":["../../../src/components/data-grid/data-grid.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"data-grid.js","sourceRoot":"","sources":["../../../src/components/data-grid/data-grid.tsx"],"names":[],"mappings":";;;AACA,8CAA0D;AAG1D,qCAAyC;AACzC,iCAAqC;AACrC,qCAAyC;AACzC,6CAAuE;AA8D1D,QAAA,QAAQ,GAA6E,IAAA,cAAK,EAErG;IACA,aAAa,EAAE,iBAAiB;IAChC,WAAW,EAAE,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE;QACzB,MAAM,QAAQ,GAAG,CAAC,EAAiB,EAAE,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,aAAa,CAAC,EAAE,CAAC,CAAA;QACvE,MAAM,CAAC,gBAAgB,CAAC,SAAS,EAAE,QAAQ,CAAC,CAAA;QAC5C,OAAO,GAAG,EAAE,CAAC,MAAM,CAAC,mBAAmB,CAAC,SAAS,EAAE,QAAQ,CAAC,CAAA;IAC9D,CAAC;IACD,MAAM,EAAE,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,aAAa,EAAE,OAAO,EAAE,EAAE,EAAE;QACtD,MAAM,EAAE,GAAG,QAAQ,CAAC,WAAW,CAAC,+BAAoB,CAAC,CAAA;QACrD,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,CAAA;QAEpB,aAAa,CACX,WAAW,EACX,GAAG,EAAE,CACH,IAAI,2BAAgB,CAAC,OAAO,EAAE,GAAG,EAAE;YACjC,KAAK,CAAC,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAA;QACxC,CAAC,CAAC,CACL,CAAA;QAED,MAAM,WAAW,GAAiC;YAChD,cAAc,EAAE,2BAA2B;YAC3C,KAAK,EAAE,KAAK,CAAC,IAAI,CAAC,SAAS;YAC3B,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,QAAQ;YACpB,YAAY,EAAE,KAAK;YACnB,GAAG,EAAE,KAAK;YACV,QAAQ,EAAE,QAAQ;YAClB,WAAW,EAAE,iBAAiB;YAC9B,MAAM,EAAE,GAAG;YACX,SAAS,EAAE,oCAAoC;YAC/C,GAAG,KAAK,CAAC,MAAM,EAAE,MAAM;SACxB,CAAA;QAED,OAAO,CACL,uCACE,SAAS,EAAC,oBAAoB,EAC9B,KAAK,EAAE;gBACL,GAAG,KAAK,CAAC,MAAM,EAAE,OAAO;gBACxB,KAAK,EAAE,MAAM;gBACb,MAAM,EAAE,MAAM;gBACd,QAAQ,EAAE,MAAM;gBAChB,MAAM,EAAE,GAAG;aACZ,EACD,OAAO,EAAE,GAAG,EAAE;gBACZ,KAAK,CAAC,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAA;YACvC,CAAC,EACD,mBAAmB,EAAC,MAAM;YAE1B,yCAAO,KAAK,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,SAAS,EAAE,kBAAkB,EAAE,QAAQ,EAAE,UAAU,EAAE;gBAClF;oBACE,0CACG,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,MAAW,EAAE,EAAE;wBACjC,OAAO,CACL,sCAAI,KAAK,EAAE,WAAW,IACnB,KAAK,CAAC,gBAAgB,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,IAAI,KAAK,CAAC,gBAAgB,EAAE,OAAO,EAAE,CAAC,MAAM,CAAC,IAAI,CAC1F,8BAAC,uBAAc,IAAqB,KAAK,EAAE,MAAM,EAAE,iBAAiB,EAAE,KAAK,CAAC,OAAO,GAAI,CACxF,CACE,CACN,CAAA;oBACH,CAAC,CAAC,CACC,CACC;gBACR,8BAAC,mBAAY,IACX,OAAO,EAAE,KAAK,CAAC,OAAO,EACtB,OAAO,EAAE,KAAK,CAAC,OAAO,EACtB,aAAa,EAAE,KAAK,CAAC,aAAa,EAClC,UAAU,EAAE,CAAC,KAAK,EAAE,EAAE,EAAE,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,cAAc,CAAC,KAAK,EAAE,EAAE,CAAC,EAClE,gBAAgB,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,oBAAoB,CAAC,KAAK,CAAC,EACtE,KAAK,EAAE,KAAK,CAAC,MAAM,EAAE,IAAI,EACzB,eAAe,EAAE,KAAK,CAAC,eAAe,EACtC,gBAAgB,EAAE,KAAK,CAAC,gBAAgB,EACxC,iBAAiB,EAAE,KAAK,CAAC,iBAAiB,EAC1C,kBAAkB,EAAE,KAAK,CAAC,kBAAkB,EAC5C,cAAc,EAAE,KAAK,CAAC,cAAc,EACpC,eAAe,EAAE,KAAK,CAAC,eAAe,GACtC,CACI;YACR,8BAAC,uBAAc,IAAC,OAAO,EAAE,KAAK,CAAC,OAAO,GAAI,CACtC,CACP,CAAA;IACH,CAAC;CACF,CAAC,CAAA"}
@@ -1,55 +1,134 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DataGridHeader = void 0;
3
+ exports.DataGridHeader = exports.OrderButton = void 0;
4
4
  const shades_1 = require("@furystack/shades");
5
- const utils_1 = require("@furystack/utils");
6
5
  const input_1 = require("../inputs/input");
6
+ const form_1 = require("../form");
7
+ const button_1 = require("../button");
8
+ const utils_1 = require("@furystack/utils");
9
+ const animations_1 = require("../animations");
10
+ exports.OrderButton = (0, shades_1.Shade)({
11
+ shadowDomName: 'data-grid-order-button',
12
+ render: ({ props, useObservable }) => {
13
+ const [currentQuerySettings, setQuerySettings] = useObservable('currentQuerySettings', props.collectionService.querySettings);
14
+ const currentOrder = Object.keys(currentQuerySettings.order || {})[0];
15
+ const currentOrderDirection = Object.values(currentQuerySettings.order || {})[0];
16
+ return ((0, shades_1.createComponent)(button_1.Button, { title: "Change order", style: {
17
+ padding: '4px',
18
+ margin: '0',
19
+ cursor: 'pointer',
20
+ }, color: currentOrder === props.field ? 'info' : undefined, onclick: (ev) => {
21
+ ev.stopPropagation();
22
+ let newDirection = 'ASC';
23
+ const newOrder = {};
24
+ if (currentOrder === props.field) {
25
+ newDirection = currentOrderDirection === 'ASC' ? 'DESC' : 'ASC';
26
+ }
27
+ newOrder[props.field] = newDirection;
28
+ setQuerySettings({
29
+ ...currentQuerySettings,
30
+ order: newOrder,
31
+ });
32
+ } }, (currentOrder === props.field && (currentOrderDirection === 'ASC' ? '⬇' : '⬆')) || '↕'));
33
+ },
34
+ });
35
+ const SearchButton = (0, shades_1.Shade)({
36
+ shadowDomName: 'data-grid-search-button',
37
+ render: ({ props, useObservable, element }) => {
38
+ const [queryState] = useObservable('currentFilterState', props.service.querySettings, (currentQueryState) => {
39
+ const currentValue = currentQueryState.filter?.[props.fieldName]?.$regex || '';
40
+ const button = element.querySelector('button');
41
+ button.innerHTML = currentValue ? '🔍' : '🔎';
42
+ button.style.textShadow = currentValue
43
+ ? '1px 1px 20px rgba(235,225,45,0.9), 1px 1px 12px rgba(235,225,45,0.9), 0px 0px 3px rgba(255,200,145,0.6)'
44
+ : 'none';
45
+ });
46
+ const filterValue = queryState.filter?.[props.fieldName]?.$regex || '';
47
+ return ((0, shades_1.createComponent)(button_1.Button, { type: "button", title: "Filter", style: {
48
+ padding: '4px',
49
+ margin: '0',
50
+ cursor: 'pointer',
51
+ }, onclick: props.onclick }, filterValue ? '🔍' : '🔎'));
52
+ },
53
+ });
54
+ const SearchForm = (0, shades_1.Shade)({
55
+ shadowDomName: 'data-grid-search-form',
56
+ render: ({ props, useObservable, element }) => {
57
+ const [queryState] = useObservable('currentFilterState', props.service.querySettings, (currentQueryState) => {
58
+ const currentValue = currentQueryState.filter?.[props.fieldName]?.$regex || '';
59
+ element.querySelector('input').value = currentValue;
60
+ });
61
+ return ((0, shades_1.createComponent)(form_1.Form, { className: "search-form", style: {
62
+ display: 'flex',
63
+ width: '100%',
64
+ overflow: 'hide',
65
+ height: '0px',
66
+ justifyContent: 'space-around',
67
+ opacity: '0',
68
+ }, validate: (data) => data.searchValue?.length, onSubmit: ({ searchValue }) => {
69
+ props.onSubmit(searchValue);
70
+ } },
71
+ (0, shades_1.createComponent)(input_1.Input, { style: { padding: '0px', paddingBottom: '0', margin: '0' }, placeholder: props.fieldName, autofocus: true, labelTitle: `${props.fieldName}`, name: "searchValue", value: queryState.filter?.[props.fieldName]?.$regex || '', labelProps: {
72
+ style: { padding: '0px 2em' },
73
+ } }),
74
+ (0, shades_1.createComponent)("div", { style: { display: 'flex', width: '64px', alignItems: 'center', justifyContent: 'center', gap: '8px' } },
75
+ (0, shades_1.createComponent)(button_1.Button, { type: "reset", style: { padding: '4px', margin: '0' }, onclick: () => {
76
+ props.onClear();
77
+ } }, "\u274C"),
78
+ (0, shades_1.createComponent)(button_1.Button, { style: { padding: '4px', margin: '0' }, type: "submit" }, "\uD83D\uDD0E"))));
79
+ },
80
+ });
7
81
  exports.DataGridHeader = (0, shades_1.Shade)({
8
82
  shadowDomName: 'data-grid-header',
9
- render: ({ props, element, useState, useObservable }) => {
10
- const [querySettings, setQuerySettings] = useObservable('querySettings', props.collectionService.querySettings);
11
- const currentOrder = Object.keys(querySettings.order || {})[0];
12
- const currentOrderDirection = Object.values(querySettings.order || {})[0];
13
- const [isSearchOpened, setIsSearchOpened] = useState('isSearchOpened', false);
14
- const [updateSearchValue] = useState('updateSearchValue', (0, utils_1.debounce)((value) => {
15
- const currentSettings = props.collectionService.querySettings.getValue();
16
- const newSettings = {
17
- ...currentSettings,
18
- filter: {
19
- ...currentSettings.filter,
20
- [props.field]: { $regex: value },
21
- },
22
- };
23
- props.collectionService.querySettings.setValue(newSettings);
24
- }));
25
- const filterValue = props.collectionService.querySettings.getValue().filter?.[props.field]?.$regex || '';
26
- useObservable('querySettingsChange', props.collectionService.querySettings, (newSettings) => {
27
- setQuerySettings(newSettings);
83
+ render: ({ props, element, useObservable }) => {
84
+ const [, setIsSearchOpened] = useObservable('isSearchOpened', new utils_1.ObservableValue(false), (newValue) => {
85
+ const searchForm = element.querySelector('.search-form');
86
+ const headerContent = element.querySelector('.header-content');
87
+ if (!newValue) {
88
+ (0, animations_1.collapse)(searchForm);
89
+ (0, animations_1.expand)(headerContent);
90
+ }
91
+ else {
92
+ searchForm.style.display = 'flex';
93
+ (0, animations_1.expand)(searchForm).then(() => searchForm.querySelector('input')?.focus());
94
+ (0, animations_1.collapse)(headerContent);
95
+ }
28
96
  });
29
- if (isSearchOpened) {
30
- setTimeout(() => {
31
- element.querySelector('input')?.focus();
32
- }, 1);
33
- return ((0, shades_1.createComponent)(input_1.Input, { style: { padding: '0px' }, value: filterValue, placeholder: props.field, autofocus: true, onblur: () => setIsSearchOpened(false), onkeyup: (ev) => updateSearchValue(ev.target.value), labelProps: {
34
- style: { padding: '0px 2em' },
35
- } }));
36
- }
37
- return ((0, shades_1.createComponent)("div", { style: { display: 'flex', width: '100%', height: '100%', justifyContent: 'space-around' }, onclick: () => setIsSearchOpened(true) },
38
- (0, shades_1.createComponent)("div", null, props.field),
39
- (0, shades_1.createComponent)("div", { className: "header-controls", style: { display: 'flex', justifyContent: 'center', alignItems: 'center' } },
40
- (0, shades_1.createComponent)("div", { title: "Change order", style: { padding: '0 1em', cursor: 'pointer', opacity: currentOrder === props.field ? '1' : '0.5' }, onclick: (ev) => {
41
- ev.stopPropagation();
42
- let newDirection = 'ASC';
43
- const newOrder = {};
44
- if (currentOrder === props.field) {
45
- newDirection = currentOrderDirection === 'ASC' ? 'DESC' : 'ASC';
46
- }
47
- newOrder[props.field] = newDirection;
48
- props.collectionService.querySettings.setValue({
49
- ...querySettings,
50
- order: newOrder,
51
- });
52
- } }, (currentOrder === props.field && (currentOrderDirection === 'ASC' ? '⬇' : '')) || '↕'))));
97
+ const updateSearchValue = (value) => {
98
+ const currentSettings = props.collectionService.querySettings.getValue();
99
+ if (value) {
100
+ const newSettings = {
101
+ ...currentSettings,
102
+ filter: {
103
+ ...currentSettings.filter,
104
+ [props.field]: { $regex: value },
105
+ },
106
+ };
107
+ props.collectionService.querySettings.setValue(newSettings);
108
+ }
109
+ else {
110
+ const { [props.field]: _, ...newFilter } = currentSettings.filter || {};
111
+ props.collectionService.querySettings.setValue({ ...currentSettings, filter: newFilter });
112
+ }
113
+ setIsSearchOpened(false);
114
+ };
115
+ return ((0, shades_1.createComponent)(shades_1.createComponent, null,
116
+ (0, shades_1.createComponent)(SearchForm, { onSubmit: updateSearchValue, onClear: updateSearchValue, service: props.collectionService, fieldName: props.field }),
117
+ (0, shades_1.createComponent)("div", { className: "header-content", style: {
118
+ display: 'flex',
119
+ width: '100%',
120
+ height: '48px',
121
+ justifyContent: 'space-between',
122
+ alignItems: 'center',
123
+ gap: '8px',
124
+ overflow: 'hide',
125
+ } },
126
+ (0, shades_1.createComponent)("div", { style: { paddingLeft: '0.5em' } }, props.field),
127
+ (0, shades_1.createComponent)("div", { className: "header-controls", style: { display: 'flex', justifyContent: 'center', alignItems: 'center', paddingRight: '0.5em' } },
128
+ (0, shades_1.createComponent)(SearchButton, { onclick: () => {
129
+ setIsSearchOpened(true);
130
+ }, service: props.collectionService, fieldName: props.field }),
131
+ (0, shades_1.createComponent)(exports.OrderButton, { collectionService: props.collectionService, field: props.field })))));
53
132
  },
54
133
  });
55
134
  //# sourceMappingURL=header.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"header.js","sourceRoot":"","sources":["../../../src/components/data-grid/header.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"header.js","sourceRoot":"","sources":["../../../src/components/data-grid/header.tsx"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@furystack/shades-common-components",
3
- "version": "4.0.15",
3
+ "version": "4.0.17",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "FuryStack",
@@ -18,7 +18,7 @@
18
18
  "license": "GPL-2.0",
19
19
  "devDependencies": {
20
20
  "@types/jest": "^29.5.0",
21
- "typescript": "5.0.2"
21
+ "typescript": "5.0.4"
22
22
  },
23
23
  "dependencies": {
24
24
  "@furystack/core": "^11.3.1",
@@ -54,3 +54,35 @@ export const showParallax = (element?: Element | null, options?: KeyframeAnimati
54
54
  ...options,
55
55
  },
56
56
  )
57
+
58
+ export const collapse = (element?: Element | null, options?: KeyframeAnimationOptions) => {
59
+ return promisifyAnimation(
60
+ element,
61
+ [
62
+ { height: `${element?.scrollHeight}px`, opacity: 1 },
63
+ { height: '0px', opacity: 0 },
64
+ ],
65
+ {
66
+ duration: 500,
67
+ easing: 'cubic-bezier(0.215, 0.610, 0.355, 1.000)',
68
+ fill: 'forwards',
69
+ ...options,
70
+ },
71
+ )
72
+ }
73
+
74
+ export const expand = (element?: Element | null, options?: KeyframeAnimationOptions) => {
75
+ return promisifyAnimation(
76
+ element,
77
+ [
78
+ { height: '0px', opacity: 0 },
79
+ { height: `${element?.scrollHeight}px`, opacity: 1 },
80
+ ],
81
+ {
82
+ duration: 500,
83
+ easing: 'cubic-bezier(0.215, 0.610, 0.355, 1.000)',
84
+ fill: 'forwards',
85
+ ...options,
86
+ },
87
+ )
88
+ }
@@ -89,16 +89,16 @@ export const DataGrid: <T>(props: DataGridProps<T>, children: ChildrenList) => J
89
89
  )
90
90
 
91
91
  const headerStyle: Partial<CSSStyleDeclaration> = {
92
- backdropFilter: 'blur(12px)',
93
- padding: '12px 0',
92
+ backdropFilter: 'blur(12px) saturate(180%)',
94
93
  color: theme.text.secondary,
94
+ height: '38px',
95
95
  alignItems: 'center',
96
96
  borderRadius: '2px',
97
- top: '0',
97
+ top: '2px',
98
98
  position: 'sticky',
99
99
  fontVariant: 'all-petite-caps',
100
100
  zIndex: '1',
101
- boxShadow: '3px 3px 4px rgba(0,0,0,0.3)',
101
+ boxShadow: 'rgba(0, 0, 0, 0.2) 1px 1px 1px 2px',
102
102
  ...props.styles?.header,
103
103
  }
104
104
 
@@ -1,9 +1,12 @@
1
1
  import type { FindOptions } from '@furystack/core'
2
2
  import type { ChildrenList } from '@furystack/shades'
3
3
  import { Shade, createComponent } from '@furystack/shades'
4
- import { debounce } from '@furystack/utils'
5
4
  import type { CollectionService } from '../../services/collection-service'
6
5
  import { Input } from '../inputs/input'
6
+ import { Form } from '../form'
7
+ import { Button } from '../button'
8
+ import { ObservableValue } from '@furystack/utils'
9
+ import { collapse, expand } from '../animations'
7
10
 
8
11
  export interface DataGridHeaderProps<T, K extends keyof T> {
9
12
  collectionService: CollectionService<T>
@@ -16,21 +19,159 @@ export interface DataGridHeaderState<T> {
16
19
  updateSearchValue: (value: string) => void
17
20
  }
18
21
 
22
+ export const OrderButton = Shade<{ collectionService: CollectionService<any>; field: string }>({
23
+ shadowDomName: 'data-grid-order-button',
24
+ render: ({ props, useObservable }) => {
25
+ const [currentQuerySettings, setQuerySettings] = useObservable(
26
+ 'currentQuerySettings',
27
+ props.collectionService.querySettings,
28
+ )
29
+ const currentOrder = Object.keys(currentQuerySettings.order || {})[0]
30
+ const currentOrderDirection = Object.values(currentQuerySettings.order || {})[0]
31
+ return (
32
+ <Button
33
+ title="Change order"
34
+ style={{
35
+ padding: '4px',
36
+ margin: '0',
37
+ cursor: 'pointer',
38
+ }}
39
+ color={currentOrder === props.field ? 'info' : undefined}
40
+ onclick={(ev) => {
41
+ ev.stopPropagation()
42
+ let newDirection: 'ASC' | 'DESC' = 'ASC'
43
+ const newOrder: { [K in keyof any]: 'ASC' | 'DESC' } = {}
44
+
45
+ if (currentOrder === props.field) {
46
+ newDirection = currentOrderDirection === 'ASC' ? 'DESC' : 'ASC'
47
+ }
48
+ newOrder[props.field] = newDirection
49
+ setQuerySettings({
50
+ ...currentQuerySettings,
51
+ order: newOrder,
52
+ })
53
+ }}
54
+ >
55
+ {(currentOrder === props.field && (currentOrderDirection === 'ASC' ? '⬇' : '⬆')) || '↕'}
56
+ </Button>
57
+ )
58
+ },
59
+ })
60
+
61
+ const SearchButton = Shade<{ service: CollectionService<any>; fieldName: string; onclick: () => void }>({
62
+ shadowDomName: 'data-grid-search-button',
63
+ render: ({ props, useObservable, element }) => {
64
+ const [queryState] = useObservable('currentFilterState', props.service.querySettings, (currentQueryState) => {
65
+ const currentValue = (currentQueryState.filter?.[props.fieldName] as any)?.$regex || ''
66
+
67
+ const button = element.querySelector('button') as HTMLInputElement
68
+ button.innerHTML = currentValue ? '🔍' : '🔎'
69
+ button.style.textShadow = currentValue
70
+ ? '1px 1px 20px rgba(235,225,45,0.9), 1px 1px 12px rgba(235,225,45,0.9), 0px 0px 3px rgba(255,200,145,0.6)'
71
+ : 'none'
72
+ })
73
+
74
+ const filterValue = (queryState.filter as any)?.[props.fieldName]?.$regex || ''
75
+
76
+ return (
77
+ <Button
78
+ type="button"
79
+ title="Filter"
80
+ style={{
81
+ padding: '4px',
82
+ margin: '0',
83
+ cursor: 'pointer',
84
+ }}
85
+ onclick={props.onclick}
86
+ >
87
+ {filterValue ? '🔍' : '🔎'}
88
+ </Button>
89
+ )
90
+ },
91
+ })
92
+
93
+ const SearchForm = Shade<{
94
+ onSubmit: (newValue: string) => void
95
+ onClear: () => void
96
+ service: CollectionService<any>
97
+ fieldName: string
98
+ }>({
99
+ shadowDomName: 'data-grid-search-form',
100
+ render: ({ props, useObservable, element }) => {
101
+ type SearchSubmitType = { searchValue: string }
102
+
103
+ const [queryState] = useObservable('currentFilterState', props.service.querySettings, (currentQueryState) => {
104
+ const currentValue = (currentQueryState.filter?.[props.fieldName] as any)?.$regex || ''
105
+ ;(element.querySelector('input') as HTMLInputElement).value = currentValue
106
+ })
107
+
108
+ return (
109
+ <Form<SearchSubmitType>
110
+ className="search-form"
111
+ style={{
112
+ display: 'flex',
113
+ width: '100%',
114
+ overflow: 'hide',
115
+ height: '0px',
116
+ justifyContent: 'space-around',
117
+ opacity: '0',
118
+ }}
119
+ validate={(data): data is SearchSubmitType => data.searchValue?.length}
120
+ onSubmit={({ searchValue }) => {
121
+ props.onSubmit(searchValue)
122
+ }}
123
+ >
124
+ <Input
125
+ style={{ padding: '0px', paddingBottom: '0', margin: '0' }}
126
+ placeholder={props.fieldName}
127
+ autofocus
128
+ labelTitle={`${props.fieldName}`}
129
+ name="searchValue"
130
+ value={(queryState.filter?.[props.fieldName] as any)?.$regex || ''}
131
+ labelProps={{
132
+ style: { padding: '0px 2em' },
133
+ }}
134
+ />
135
+ <div style={{ display: 'flex', width: '64px', alignItems: 'center', justifyContent: 'center', gap: '8px' }}>
136
+ <Button
137
+ type="reset"
138
+ style={{ padding: '4px', margin: '0' }}
139
+ onclick={() => {
140
+ props.onClear()
141
+ }}
142
+ >
143
+
144
+ </Button>
145
+ <Button style={{ padding: '4px', margin: '0' }} type="submit">
146
+ 🔎
147
+ </Button>
148
+ </div>
149
+ </Form>
150
+ )
151
+ },
152
+ })
153
+
19
154
  export const DataGridHeader: <T, K extends keyof T>(
20
155
  props: DataGridHeaderProps<T, K>,
21
156
  children: ChildrenList,
22
157
  ) => JSX.Element<any> = Shade<DataGridHeaderProps<any, any>>({
23
158
  shadowDomName: 'data-grid-header',
24
- render: ({ props, element, useState, useObservable }) => {
25
- const [querySettings, setQuerySettings] = useObservable('querySettings', props.collectionService.querySettings)
26
- const currentOrder = Object.keys(querySettings.order || {})[0]
27
- const currentOrderDirection = Object.values(querySettings.order || {})[0]
28
-
29
- const [isSearchOpened, setIsSearchOpened] = useState('isSearchOpened', false)
30
- const [updateSearchValue] = useState(
31
- 'updateSearchValue',
32
- debounce((value: string) => {
33
- const currentSettings = props.collectionService.querySettings.getValue()
159
+ render: ({ props, element, useObservable }) => {
160
+ const [, setIsSearchOpened] = useObservable('isSearchOpened', new ObservableValue(false), (newValue) => {
161
+ const searchForm = element.querySelector('.search-form') as HTMLElement
162
+ const headerContent = element.querySelector('.header-content') as HTMLElement
163
+ if (!newValue) {
164
+ collapse(searchForm)
165
+ expand(headerContent)
166
+ } else {
167
+ searchForm.style.display = 'flex'
168
+ expand(searchForm).then(() => searchForm.querySelector('input')?.focus())
169
+ collapse(headerContent)
170
+ }
171
+ })
172
+ const updateSearchValue = (value?: string) => {
173
+ const currentSettings = props.collectionService.querySettings.getValue()
174
+ if (value) {
34
175
  const newSettings: FindOptions<unknown, any> = {
35
176
  ...currentSettings,
36
177
  filter: {
@@ -39,63 +180,51 @@ export const DataGridHeader: <T, K extends keyof T>(
39
180
  },
40
181
  }
41
182
  props.collectionService.querySettings.setValue(newSettings)
42
- }),
43
- )
44
-
45
- const filterValue = (props.collectionService.querySettings.getValue().filter as any)?.[props.field]?.$regex || ''
183
+ } else {
184
+ const { [props.field]: _, ...newFilter } = currentSettings.filter || {}
185
+ props.collectionService.querySettings.setValue({ ...currentSettings, filter: newFilter })
186
+ }
46
187
 
47
- useObservable('querySettingsChange', props.collectionService.querySettings, (newSettings) => {
48
- setQuerySettings(newSettings)
49
- })
50
-
51
- if (isSearchOpened) {
52
- setTimeout(() => {
53
- element.querySelector('input')?.focus()
54
- }, 1)
55
- return (
56
- <Input
57
- style={{ padding: '0px' }}
58
- value={filterValue}
59
- placeholder={props.field}
60
- autofocus
61
- onblur={() => setIsSearchOpened(false)}
62
- onkeyup={(ev) => updateSearchValue((ev.target as HTMLInputElement).value)}
63
- labelProps={{
64
- style: { padding: '0px 2em' },
65
- }}
66
- />
67
- )
188
+ setIsSearchOpened(false)
68
189
  }
69
190
 
70
191
  return (
71
- <div
72
- style={{ display: 'flex', width: '100%', height: '100%', justifyContent: 'space-around' }}
73
- onclick={() => setIsSearchOpened(true)}
74
- >
75
- <div>{props.field}</div>
76
- <div className="header-controls" style={{ display: 'flex', justifyContent: 'center', alignItems: 'center' }}>
192
+ <>
193
+ <SearchForm
194
+ onSubmit={updateSearchValue}
195
+ onClear={updateSearchValue}
196
+ service={props.collectionService}
197
+ fieldName={props.field}
198
+ />
199
+ <div
200
+ className="header-content"
201
+ style={{
202
+ display: 'flex',
203
+ width: '100%',
204
+ height: '48px',
205
+ justifyContent: 'space-between',
206
+ alignItems: 'center',
207
+ gap: '8px',
208
+ overflow: 'hide',
209
+ }}
210
+ >
211
+ <div style={{ paddingLeft: '0.5em' }}>{props.field}</div>
77
212
  <div
78
- title="Change order"
79
- style={{ padding: '0 1em', cursor: 'pointer', opacity: currentOrder === props.field ? '1' : '0.5' }}
80
- onclick={(ev) => {
81
- ev.stopPropagation()
82
- let newDirection: 'ASC' | 'DESC' = 'ASC'
83
- const newOrder: { [K in keyof any]: 'ASC' | 'DESC' } = {}
84
-
85
- if (currentOrder === props.field) {
86
- newDirection = currentOrderDirection === 'ASC' ? 'DESC' : 'ASC'
87
- }
88
- newOrder[props.field] = newDirection
89
- props.collectionService.querySettings.setValue({
90
- ...querySettings,
91
- order: newOrder,
92
- })
93
- }}
213
+ className="header-controls"
214
+ style={{ display: 'flex', justifyContent: 'center', alignItems: 'center', paddingRight: '0.5em' }}
94
215
  >
95
- {(currentOrder === props.field && (currentOrderDirection === 'ASC' ? '⬇' : '⬆')) || '↕'}
216
+ <SearchButton
217
+ onclick={() => {
218
+ setIsSearchOpened(true)
219
+ }}
220
+ service={props.collectionService}
221
+ fieldName={props.field}
222
+ />
223
+
224
+ <OrderButton collectionService={props.collectionService} field={props.field} />
96
225
  </div>
97
226
  </div>
98
- </div>
227
+ </>
99
228
  )
100
229
  },
101
230
  })
@@ -1 +1 @@
1
- {"program":{"fileNames":["../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es5.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2015.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2016.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2017.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2018.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2019.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2020.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2021.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.dom.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.dom.iterable.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.scripthost.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2015.core.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2017.object.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2017.string.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2019.array.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2019.object.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2019.string.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2020.date.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2020.string.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2020.number.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2021.string.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.decorators.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../.yarn/cache/typescript-patch-772e75d75e-b63cb742fb.zip/node_modules/typescript/lib/lib.es2021.full.d.ts","./src/utils/promisify-animation.ts","./src/components/animations.ts","../utils/types/disposable.d.ts","../utils/types/deep-merge.d.ts","../utils/types/debounce.d.ts","../utils/types/value-observer.d.ts","../utils/types/observable-value.d.ts","../utils/types/path-helper.d.ts","../utils/types/sleep-async.d.ts","../utils/types/sort-by.d.ts","../utils/types/trace.d.ts","../utils/types/tuple.d.ts","../utils/types/index.d.ts","../shades/types/services/location-service.d.ts","../shades/types/services/screen-service.d.ts","../shades/types/services/index.d.ts","../inject/types/models/constructable.d.ts","../inject/types/injectable.d.ts","../inject/types/injector.d.ts","../inject/types/injected.d.ts","../inject/types/models/index.d.ts","../inject/types/index.d.ts","../shades/types/models/children-list.d.ts","../shades/types/models/partial-element.d.ts","../shades/types/models/render-options.d.ts","../shades/types/models/selection-state.d.ts","../shades/types/models/shade-component.d.ts","../shades/types/models/index.d.ts","../shades/types/services/resource-manager.d.ts","../shades/types/jsx.d.ts","../shades/types/shade-component.d.ts","../shades/types/shade.d.ts","../shades/types/components/lazy-load.d.ts","../../.yarn/cache/path-to-regexp-npm-6.2.1-8ebfe03654-f0227af828.zip/node_modules/path-to-regexp/dist/index.d.ts","../shades/types/components/router.d.ts","../shades/types/components/route-link.d.ts","../shades/types/components/index.d.ts","../shades/types/initialize.d.ts","../shades/types/index.d.ts","./src/services/default-variable-theme.ts","./src/services/theme-provider-service.ts","./src/components/app-bar.tsx","./src/services/click-away-service.ts","../core/types/errors/authorization-error.d.ts","../core/types/errors/aggregated-error.d.ts","../core/types/errors/index.d.ts","../core/types/models/physical-store.d.ts","../core/types/models/user.d.ts","../core/types/in-memory-store.d.ts","../core/types/store-manager.d.ts","../core/types/global-disposables.d.ts","../core/types/identity-context.d.ts","../core/types/create-physical-store-tests.d.ts","../core/types/helpers.d.ts","../core/types/index.d.ts","../../.yarn/cache/semaphore-async-await-npm-1.5.1-22d6ad656a-2dedf7c59b.zip/node_modules/semaphore-async-await/dist/Semaphore.d.ts","../../.yarn/cache/semaphore-async-await-npm-1.5.1-22d6ad656a-2dedf7c59b.zip/node_modules/semaphore-async-await/dist/Lock.d.ts","../../.yarn/cache/semaphore-async-await-npm-1.5.1-22d6ad656a-2dedf7c59b.zip/node_modules/semaphore-async-await/dist/index.d.ts","./src/services/collection-service.ts","./src/services/default-palette.ts","./src/services/default-dark-theme.ts","./src/services/default-light-theme.ts","./src/services/noty-service.ts","./src/services/index.ts","./src/components/app-bar-link.tsx","./src/components/inputs/input.tsx","./src/components/inputs/autocomplete.tsx","./src/utils/index.ts","./src/components/inputs/text-area.tsx","./src/components/inputs/index.ts","./src/components/avatar.tsx","./src/components/button.tsx","./src/components/grid.tsx","./src/components/data-grid/header.tsx","./src/components/loader.tsx","./src/components/data-grid/data-grid-row.tsx","./src/components/data-grid/body.tsx","./src/components/data-grid/footer.tsx","./src/components/data-grid/data-grid.tsx","./src/components/data-grid/selection-cell.tsx","./src/components/data-grid/index.tsx","./src/components/fab.tsx","./src/components/form.tsx","./src/components/modal.tsx","./src/components/noty-list.tsx","./src/components/paper.tsx","./src/components/skeleton.tsx","./src/components/styles.tsx","./src/components/suggest/suggestion-result.tsx","./src/components/suggest/suggest-manager.ts","./src/components/suggest/suggest-input.tsx","./src/components/suggest/suggestion-list.tsx","./src/components/suggest/index.tsx","./src/components/tabs.tsx","./src/components/command-palette/command-provider.ts","./src/components/command-palette/command-palette-manager.ts","./src/components/command-palette/command-palette-input.tsx","./src/components/command-palette/command-palette-suggestion-list.tsx","./src/components/command-palette/index.tsx","./src/components/wizard/index.tsx","./src/components/index.ts","./src/index.ts","./src/utils/promisify-animation.spec.ts","../../.yarn/cache/@jest-expect-utils-npm-29.5.0-69b6ba2629-c46fb677c8.zip/node_modules/@jest/expect-utils/build/index.d.ts","../../.yarn/cache/chalk-npm-4.1.2-ba8b67ab80-fe75c9d5c7.zip/node_modules/chalk/index.d.ts","../../.yarn/cache/@sinclair-typebox-npm-0.25.24-d04d0f45ef-10219c58f4.zip/node_modules/@sinclair/typebox/typebox.d.ts","../../.yarn/cache/@jest-schemas-npm-29.4.3-7d963e8d97-ac754e245c.zip/node_modules/@jest/schemas/build/index.d.ts","../../.yarn/cache/pretty-format-npm-29.5.0-4f1086147d-4065356b55.zip/node_modules/pretty-format/build/index.d.ts","../../.yarn/cache/jest-diff-npm-29.5.0-5c9573ed73-dfd0f4a299.zip/node_modules/jest-diff/build/index.d.ts","../../.yarn/cache/jest-matcher-utils-npm-29.5.0-f255c78df4-1d3e8c746e.zip/node_modules/jest-matcher-utils/build/index.d.ts","../../.yarn/cache/expect-npm-29.5.0-395e2d6fda-58f70b3869.zip/node_modules/expect/build/index.d.ts","../../.yarn/cache/@types-jest-npm-29.5.0-18eef6c3cc-cd877e5c56.zip/node_modules/@types/jest/index.d.ts"],"fileInfos":[{"version":"6a6b471e7e43e15ef6f8fe617a22ce4ecb0e34efa6c3dfcfe7cebd392bcca9d2","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","dc48272d7c333ccf58034c0026162576b7d50ea0e69c3b9292f803fc20720fd5","27147504487dc1159369da4f4da8a26406364624fa9bc3db632f7d94a5bae2c3","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569",{"version":"fcd3ecc9f764f06f4d5c467677f4f117f6abf49dee6716283aa204ff1162498b","affectsGlobalScope":true},{"version":"9a60b92bca4c1257db03b349d58e63e4868cfc0d1c8d0ba60c2dbc63f4e6c9f6","affectsGlobalScope":true},{"version":"c5c5565225fce2ede835725a92a28ece149f83542aa4866cfb10290bff7b8996","affectsGlobalScope":true},{"version":"7d2dbc2a0250400af0809b0ad5f84686e84c73526de931f84560e483eb16b03c","affectsGlobalScope":true},{"version":"f296963760430fb65b4e5d91f0ed770a91c6e77455bacf8fa23a1501654ede0e","affectsGlobalScope":true},{"version":"5114a95689b63f96b957e00216bc04baf9e1a1782aa4d8ee7e5e9acbf768e301","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"ab22100fdd0d24cfc2cc59d0a00fc8cf449830d9c4030dc54390a46bd562e929","affectsGlobalScope":true},{"version":"f7bd636ae3a4623c503359ada74510c4005df5b36de7f23e1db8a5c543fd176b","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"0c20f4d2358eb679e4ae8a4432bdd96c857a2960fd6800b21ec4008ec59d60ea","affectsGlobalScope":true},{"version":"36ae84ccc0633f7c0787bc6108386c8b773e95d3b052d9464a99cd9b8795fbec","affectsGlobalScope":true},{"version":"82d0d8e269b9eeac02c3bd1c9e884e85d483fcb2cd168bccd6bc54df663da031","affectsGlobalScope":true},{"version":"b8deab98702588840be73d67f02412a2d45a417a3c097b2e96f7f3a42ac483d1","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"376d554d042fb409cb55b5cbaf0b2b4b7e669619493c5d18d5fa8bd67273f82a","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"c4138a3dd7cd6cf1f363ca0f905554e8d81b45844feea17786cdf1626cb8ea06","affectsGlobalScope":true},{"version":"6ff3e2452b055d8f0ec026511c6582b55d935675af67cdb67dd1dc671e8065df","affectsGlobalScope":true},{"version":"03de17b810f426a2f47396b0b99b53a82c1b60e9cba7a7edda47f9bb077882f4","affectsGlobalScope":true},{"version":"8184c6ddf48f0c98429326b428478ecc6143c27f79b79e85740f17e6feb090f1","affectsGlobalScope":true},{"version":"261c4d2cf86ac5a89ad3fb3fafed74cbb6f2f7c1d139b0540933df567d64a6ca","affectsGlobalScope":true},{"version":"6af1425e9973f4924fca986636ac19a0cf9909a7e0d9d3009c349e6244e957b6","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"15a630d6817718a2ddd7088c4f83e4673fde19fa992d2eae2cf51132a302a5d3","affectsGlobalScope":true},{"version":"b7e9f95a7387e3f66be0ed6db43600c49cec33a3900437ce2fd350d9b7cb16f2","affectsGlobalScope":true},{"version":"01e0ee7e1f661acedb08b51f8a9b7d7f959e9cdb6441360f06522cc3aea1bf2e","affectsGlobalScope":true},{"version":"ac17a97f816d53d9dd79b0d235e1c0ed54a8cc6a0677e9a3d61efb480b2a3e4e","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"ec0104fee478075cb5171e5f4e3f23add8e02d845ae0165bfa3f1099241fa2aa","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"9cc66b0513ad41cb5f5372cca86ef83a0d37d1c1017580b7dace3ea5661836df","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"709efdae0cb5df5f49376cde61daacc95cdd44ae4671da13a540da5088bf3f30","affectsGlobalScope":true},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true},{"version":"61ed9b6d07af959e745fb11f9593ecd743b279418cc8a99448ea3cd5f3b3eb22","affectsGlobalScope":true},{"version":"038a2f66a34ee7a9c2fbc3584c8ab43dff2995f8c68e3f566f4c300d2175e31e","affectsGlobalScope":true},{"version":"189c0703923150aa30673fa3de411346d727cc44a11c75d05d7cf9ef095daa22","affectsGlobalScope":true},{"version":"95f22ce5f9dbcfc757ff850e7326a1ba1bc69806f1e70f48caefa824819d6f4f","affectsGlobalScope":true},"c1e8d979afc15d66e2bd5a58c732d5a2ba3ccaae41ac7d5a2c539e6de66a8e51",{"version":"7124f795d419b87d107bd66c6a7cc42c14d9d3b43ed71c5d4bac09b7508b0dcd","signature":"e58e75dade482b276661f8408dbe3824600d7cc13231449ae77186cf07a41439"},{"version":"2d5546fc15b333839b2bde4f67f62ad92d2fd1ef8f6ba7db4eefa14ad76b62f6","signature":"995461848202b6c8a9312def658d8447f4cb6a0628ac44a3569a825ba9a4ffad"},"208b5146292fac88e53df9ab6177285b069b9216a78a649bff6730e5909e4f6f","f8c575120f3c34269b3ab7578c0232c0f0cc0fd56e517460849df977a37d493e","8a7f7f8b752f378eced86917d2a5d58b54d442c7138a1f073a0010dd1187af0e","575935e882a407f42e09fa5f5e0e543baa49bfd1627f98e490bcbc9bef5bb76f","0e9c0786981147e7660e638a8d8c3041abef49657b81baddfcbf4b3949370bb2","a0bba79bf899041389bca17b491b2402f03b7b04225ec46151380bd736fe9849","d3c8385e76b49a22630d478c05cd75b92c8e3f9b515356296128809de1d95a60",{"version":"0a13c506e4b0ef4d753ffa4384f2e936d5d8ad980766d29d93bbf3bcbf429e21","affectsGlobalScope":true},"a6f1565eddf0a718524e244087c37d8a967d2261ff938b337d860372222e242c","2e86a7d19ff11b5c4ed2210c5c3dedd25b1ec5124a676cd35e3c647acfdf2e6e","c05e4dda46f9b5b69ef818b7f50c62c1d1de9f77d9bbbb6afddcc58c3bb7b4fb","152a5c4075158f73b590eb28294a2a0bf5f4a3a98a79e02c059b4c2821d16223","2c4648b98deaf0a6a97f1618fb89cd5a655e679acd58cf1e0e4548e73d517974","b89ede777930344eefa01dd632efdb8505f0a591c8096a0a66fdce6b34f99365","0afd231ec34ad85ee04a9c934ceddaca3b1360d0a21fb22fce1de8539ca04614","53ac1a20c00bbbc89ed023a8b99d273916ec65522132824129ab3be971d5165b","bfa46ab4ebc8b91e6344dc36881121d1c9e09841bb8ce5c91491e037a8c29ef8","1db75d63cb3de9caa607ac2726f0b6a6bfda11a034d55280c47f287a18b41ddd","e6e27952dda3bfeb1775a0c657d24128792f7373c6417e18481094d10cf9d2ab","59c3958bd26cf87200757f8a0861300bb0613abff69b8c5e98d109cf9d781031","e2b406280a97078bc879f8e3ed7b2fc9faf152fedd6dcf613f14cf488446b6b8","172ac5aa03752aed9658b918aed55745385d35be7c587e8f9cfbee6991eae68c","bbce3a842b233fab8b8a547e7827775423e9f5a4e20405143fe1bdaff238da4f","e9adfeead1c2823687c12373a347369e52f60c2ae6b7fa9e724068cd0e4b0d25","c3fac3b660a8f042b4145cefcc9b0bbb248380acdf5ba9b7f57b68624f180b2f","188dc1766bc0eef560642aa6102ab82c375337efc96110ee26c84032097361c2","3f0f196b4e746412cbb6b6e1cf4cb4d8702f255f133124ca9c3645679b030960",{"version":"d3e663cdf197ef4643831cea0c77a04fb66a4460e4dd6a0dff8d6c20691e3ee4","affectsGlobalScope":true},"d316253e7defe1056dd9eef32c1b8ee0c632a6f37c3418fa255d6d0265c5008b","40f1bf97c1f567eb0077aae083b2052ac1e01259790309cece6e3ad0509c250b","4fb4102149d54c76f4df9b0fe4478a86223b348663b3d4508773d3ddc1328cd1","6e7936b20cd2022c2a71f9d780e7f87216c19fde5c18448aaff60059a46ae2e7","28ffb7e01c60ae049d76071e6492b51b48bc5beeb7b3838949ce0cecd0703beb","f1a2e36a3f615b115c14415507117fff88c6b3d87c0c3c315700e6c65997f75f","face62546e796ca28c56c4b92e3b2120e9aaf629b01d9a424aa53329af17bfc4","a3ad6f6c2c9dc586e2cbb4479411f8f7e133507598b5a7c6437c51ce41a465f5","7fd95d90e2b8687a745c16ceb1dd766106ddcca2fb379184f0d149d258ab2bd8",{"version":"3b0a6971bf0f4f7320d1f2389c0c05f887403406fcd0502ed4e8911cb4ab1512","signature":"e529dc25dd16d4ce7630bd6576a587a63b0d13e6d19ea7629fb9dfecc3d00b0f"},{"version":"e833f36002284b83d64dcdb17b14f87dbefc445b3bbf9491d166f38a40d04278","signature":"fb10c6ef382ac8614b018810b09c17a5bcf87d77d9b1a5f0dbb2f152cc218055"},{"version":"751de291f7961d6abac72b7b92736eff5488608a527fef69bb900d3c1cad929d","signature":"3f7191f37a55b680b07ee21cf39575e6cce69e7acf9f677f578722dbd1641e73"},{"version":"0c2b9695207f71510c1e59287df0d66fbb2239e190ca489a1d6a67a216d1c3de","signature":"a7e7463d49cab5809d8f0e0eb40df0048c006d73f1eea8e5860feb44ff8140f1"},"9140d38b68864e3d3fc45736f24736d8613a1a637dc14d30a8d7e95e2d25b484","03ce9818763466761834642dca7a441e28a55d560a1d24336cc7cdd13940fa25","68db109d67ddf283832b2e892d87f36bf446709b535105dd93301d3f995cd489","57a4e05c0fedaf10e5e34c0ff6be6ddfc03d7e9b61dc2d391e4f8a05a84fcb90","ebe359091961ff69595b84d57776872045f10459cbe55eabfa5c5394288b13b1","3a0ee6cc1b01d426a86be73bc7d57a55a02258865787f917a5900d2bd79ba2a2","cf41053bf53f1520709fae1ed1ee9e7341ea6edb5d21f189e2e3b7c95f552963","7db03bd66dc1b9c37b3c48a696045ae0caa3b6209ba9671ae40f505f80a686ae","0cebdf6d52c0bbbdbeac15355e908d96d0ba70a26bac71bd38af5613542e4129","d901aadfd324a604ae8dde8bee73764d9fd1d750765011e3587f2807b4dba234","49ca9039ab55b7419da03d4a07ec4a813a05f06465dbd881b9a5855f390c0a48","5b8d30dca4ec293d444dc86eb74a1b8875b19ae08eaf3344f04a049b93d1705c","3397a2ee8489794041d0a6f7fbd0b00d398591431b4f61d55de829e7c5a6d72b","de118f02f7d0364247e6cc77e6a2901723e79859c1589c574d3f32ee710545a8","7b1ded6510e970493a673c9e082aafb2e516c9d63834cc3b43aea544c349b8b7",{"version":"9aa661f81ada23314464faf6f4c201be4276107121e1f081a5a35a10349ab66c","signature":"4f5dd980cd28b414c63fa5fea0047513d2e493dce9bef57636437547463c93be"},{"version":"6570641c355e7c5bce52f61b9be554a64a1f8c792c2152de7b5b3f39f93bca9b","signature":"e939e6121cf77167749ddd9d5321c5ddbc7b99341276de5db45ad406e7f6c85b"},{"version":"aa338f92ac923d22b304f0614de1d1d2fab7b9982371e2cb3d20256e03fff772","signature":"94b5e5131f265661069e2869ffcc4041cffeb6bb3a6cf7602e1f3880a95b9bca"},{"version":"13f18f6d8fc543b30faf63619883dd5e48dcafea65b885011e40778fc4c7abfe","signature":"288f6f2c5e5e1c345b1dc275762a7193e7bdb794d66c1312326b00ef6fc662bf"},{"version":"23f70da74e29620663821ac0beb336a4233a750ecb3ebb2c3777d733d08a82ad","signature":"4551590f711f5836293df806230416157ecfd14bf853306b05dc0252ca5a388a"},{"version":"15db90cae69d62463468f02d42b706c9f8cb4c595c6992088eda94296fbeb927","signature":"754a44b70b45176dc32e12b7fb49c48e812c4916ca35251e4a4db45b98ca9380"},{"version":"9ff64faacba9500c405a02df9cddc81a697fa64c6125cb03dc15dcbdb529d700","signature":"5a16acce4a1f020a3707bd4258d7f00bb503623ae4f6aec9a4637d555aa1bdb6"},{"version":"38b19d3afc2c074dd1ff2ed605b6c4274fbbb0a3b4a8a1382a021617fe5630de","signature":"3111ea96b53d8e6794dd83980aef915acd09cdadfa3effb5b8f7f85799b54176"},{"version":"ae6c2e539791b3bd4721e39737e4b0bde5f81b617a3793f4e31b1a5c0e1c1bbb","signature":"40267fee000a178b6d41f1e20709f6a88bb75ac29d2409887ae90cfef2be8e9e"},{"version":"0b78d898745acdd496185f17301dfa7341fd065dc955f842bc1dbf8d8a609f42","signature":"c7c230b337ba9564e646b8703726888906632ef4c3354e99b9d19cbf09d17c11"},{"version":"b4761b8373210acbcb4f2013505daeefd08b3f202563fea557ca299d8a81cdc7","signature":"9ac7e2e465dc502c97a1241617fd75904f0fbe05667e6acba72eb1197ad47dc9"},{"version":"07c351eeadf098ba0d37f7b5b1de334744c3244c4606c8ef9576e2ea6a4ebfd7","signature":"898e2f05c711e7d884103fd4d059ffba08389919436f0ce77e7603eb29c41dd6"},{"version":"e2b3e0d823358a47db1c105da89a96693703a4ad0a746a91101a9e8f940b91f9","signature":"c154d96562339e4bc259ac115bc3d06c21fd7b2985758025813d31d4fdd2f51e"},{"version":"06995724e98631ca1d9f7336ff5a142e272559e40f05be4a78337c2d2c793719","signature":"6b8df5364c940a7242931c5121a47442431f4c7b776087e20a2fc822da6ff768"},{"version":"3c805d2e32ec341f5ba0403e097e68dc141f065fa2888af540d331b9a6c0b32b","signature":"47eedc41b6e3b2b4f97bdf7fc13cf00292021dc62ebcc3a4a62f1fe68f9c9d5d"},{"version":"7ba521273f3744adf8ff9b2a24ee623f043a8260cb4743bcb40db3a685571527","signature":"fd67ca4ef60347f78a550709f2adfe1bd9726f302629cd244d8e6ce4972c513c"},{"version":"438d6965eee3a393308c1756ad8e1e78f8b38fcf8d80c3f43f3bbd1976f70742","signature":"45c00237620c64ba9c5ff24b0ad29725d29674cb41f87179bd2811d5b280004c"},{"version":"f29a066e3e5c4d74ea2eb688382884a8a4606aa8186ceb3a53e39473acda90c9","signature":"7e9292b9c2d46cc3b62278aa687f132c43a520eeacb11d2d18f8604120dee57a"},{"version":"7a49a6075dd376026b0208885189bcf30e0a1bcdf4decdd57479681ab33813f9","signature":"d2ec858ce8b431ab201711a95c26cdf10896cb792d0ddf513ac0f6f81b62fa21"},{"version":"401b1623a4756004bd5dc04c41ff34ac9b4d85e8ec830ecd5c1b1757aba7b9ca","signature":"c27b704f94785858d1dcefe9b8871fcf0b9f3389b3e2efbccd618dcf0137a10a"},{"version":"7c25da1eb048b1c6e222c94d4198f7275a78d451d4890f2852ca8242426cb3dd","signature":"5f3f7a8cd520a894c35499f9b9c91368d487910490ce2ea8e6cefe3c026b300a"},{"version":"0031aab536fd326e666ec05a889c9575c15f68e244fff96fea2f6e18a3cb20e1","signature":"60a93bbf495df7e943022a83afc4462fa2f72e8ef24e6616547d5d232b7dbb8c"},{"version":"57aa515b342630ee4e43c7d3632c95512e25f663479442a68dc9c337a788445b","signature":"a4ead47d29a449b142cb2ea34066e55c7c3528ea9735eb89c64cb37010d2c171"},{"version":"3bfd788740e66c16f945d8a582e1773426df87226add923e46f7eb6c1e5736ac","signature":"56e891a6f302d4cd68b031c94f82f72084ec4f4031d0c411c021011a059e4323"},{"version":"b90082537a06186b55e166b5f8fd921a71928c20c8aad81ea7a77984f9e5dabe","signature":"83e9092c211d354878e491781ad20c190c5c6684c2289bc81ef066675967a49b"},{"version":"1bd114290fcb679917380cfe72720a57c4cbb17f6214535f717ebb8e2afbbed3","signature":"bcf7363dcbf90cc172aafb78d2d75ac2e60d149e17edd5ae5125a33972120362"},{"version":"a3949100d0587df8fedd886be2c78c831bd79a88899d06b167fcc02792e20ad1","signature":"fcfa0c5109da8fa170e0e6cbcc841d7623e9752ae380dfbf0d8c82861e6ea3ab"},{"version":"e94d9142737e05901deabc6b6736f5dedc5f1ccf6b35bf1e73d78dd20fb04026","signature":"dc1e27e85667b19b6a61f73d604cd2d8683299047e625cbb1047cbcccfe2b6b8"},{"version":"bd01311ca4027f3ff485cfbb5d614c23e4c893b73d5453bebf6103ac757c5ed4","signature":"7205afe0c13e6405525abd6fce7c170c0c996d605e5c5e00472b01d322332281"},{"version":"ec7807d0b8fb16855a5d8b4ee44df17092be7f42d6b74bfb63fe867a13947e9d","signature":"661bd10aef65b09114d9896685294763bb03d1b750a8b60f416dc03674eaa215","affectsGlobalScope":true},{"version":"458be2376f961c0f23740ed3abc56cff5d317e5b87961b7410791f91fdcf76f3","signature":"849ede8a58c5f09b247e3c0a2d1787e381cefbd5e2cfa3720973a413d6fc94d5"},{"version":"9461ed12a71a1675c7b4bc84519409fe186b6b12c592ea1ca2edbdf152f7254d","signature":"1538a93636df4fbf12c5964b8cf3fb541455a0535e56492e106058e4c327bdcb"},{"version":"bcaf558b94a60298151aaf053fd97b89bb46f2d7b4182cf2e9cf42cc22887153","signature":"540b70d8c795eaa4b5b44fecb20e9a7882da542ce476568a4b5a3a675489038b"},{"version":"f664e161a56ca64439339276f9203c11e5ee43346187a29a9e55215aad542927","signature":"1c170e9033fe11fee60a6966c709f06de4ca173982d0bde1242d0108688c2326"},{"version":"6844faa3d1100cdfe70ddeeb7fba2bc78e5204b7733873f341d6710bdc815d9d","signature":"668684e10b65976206418b64644b0b70e29c0a703830eee335b3f8e1560e9533"},{"version":"fbce8d6dff35484f70d4014688543141c4da03e640c2f76cf97b6d570d6cd0dc","signature":"b9050be8148b8b2fd253b14d39939125a0f327eb1da1318c4a6b1771ade52c8c"},{"version":"d41a4ce8dbcbd1da5edcdf727a5b263fbb0a7aa7649a0449eaf046b544bcb858","signature":"0d47854cd005e640bcc797116f874bc5473516b8007cb4ac5e1f06f3780e9395"},{"version":"046d0b802c93cac36b3c2af94b78e3f111d9504eaa9c1788935a0aacd64c1ad4","signature":"78cee78c071d82d5f6e2bbd7d77b1e5dc8da4e751695c047759399170b901ed0"},{"version":"7c1aa37f0dd90903f1e9c425e416708f8049360cc84d3fd2627cbc081e900d51","signature":"f539005f0e1e39bcac0144e8e3ec6c2a3bbca9fdaf0b4ffb025fd2d2ed53e193"},{"version":"d691a1646a378815e1cdf6f11a5679875bcd4238f560fb2d2113a056a69afdb0","signature":"3e5f031c2b58f98b37fe90a38706376e5c185c6ea9bb3ad5ecb4ce4fc5e9c092"},{"version":"c89dc58a3e3118d50cc45c177a87a905fd8b9ef56f4e1680437d2114cc6e9d51","signature":"7a7db4f0f72c0ff277b0eb83b7df6d1b77bd3554e22409337e3cf141365d8760"},{"version":"7ce4f60bf1f018b0b69985d0489f09a0886742caec8001540ef882d50888da22","signature":"c3642b2e97a39d874e292dd4744d99f070014aed2e91c8f1590c5120fc30c50a"},{"version":"771af0fffeaab570d3317aefc1aed279f8761b28a177f47d5c4ead07489a0af4","signature":"998c91e9c01a335c4a0e8fc1cc49c956e9a2773a553646e48430cd947c5f3ce5"},{"version":"4640e3ca2e83e88a63818b5d96eadeb31af44b02d5c5af2c385124aa6ea89176","signature":"7e9b10f454d25b80fc07e288471b674582cd5247e2427c1aa5becb603f908fee"},{"version":"c73ebd00b42a43d648e8b30a229dda5ac9dd0b656f75af1c7cfa6f04f2bbfeaf","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},"6c1e688f95fcaf53b1e41c0fdadf2c1cfc96fa924eaf7f9fdb60f96deb0a4986","0d14fa22c41fdc7277e6f71473b20ebc07f40f00e38875142335d5b63cdfc9d2","db25694be959314fd1e868d72e567746db1db9e2001fae545d12d2a8c1bba1b8","43883cf3635bb1846cbdc6c363787b76227677388c74f7313e3f0edb380840fa","2d47012580f859dae201d2eef898a416bdae719dffc087dfd06aefe3de2f9c8d","3e70a7e67c2cb16f8cd49097360c0309fe9d1e3210ff9222e9dac1f8df9d4fb6","ab68d2a3e3e8767c3fba8f80de099a1cfc18c0de79e42cb02ae66e22dfe14a66","2cec1a31729b9b01e9294c33fc9425d336eff067282809761ad2e74425d6d2a5",{"version":"458e2fd1185e659cb800ef68d01ef77de70dcab8860bedf6d94eaebe736751f1","affectsGlobalScope":true}],"root":[53,54,[92,95],[111,155]],"options":{"alwaysStrict":true,"composite":true,"declaration":true,"declarationDir":"./types","declarationMap":true,"emitDecoratorMetadata":true,"esModuleInterop":true,"experimentalDecorators":true,"jsx":2,"module":1,"noImplicitAny":true,"noImplicitThis":true,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"./dist","rootDir":"./src","skipLibCheck":true,"sourceMap":true,"strict":true,"strictFunctionTypes":true,"strictNullChecks":true,"target":8},"fileIdsList":[[158],[160,163],[156,162],[160],[157,161],[159],[108],[108,109],[74,99],[96,97],[65],[65,71,99,102,107],[100],[98,99,100,101,102,103,104,105,106],[65,74],[65,74,99],[70,71,72,73],[69],[65,69,70],[53],[86,91,116],[91,93],[91],[53,65,91,93],[53,91,116,148],[65,74,147],[53,91,93,148],[74],[53,91,95,116,127,147,148,149,150],[91,111,127,128,131],[91,111,116,131],[91,111,116,125,126,129,130],[91,111,116],[65,91,107,111,118],[131,132],[91,116],[65,74,91,122],[54,94,117,122,123,124,125,127,133,134,135,136,137,138,139,140,145,146,151,152],[91,118],[118,119,121],[65,91,116,154],[91,116,120],[65,91],[91,93,115,120,124],[91,120],[53,91,116,127,141,142,143,144],[91,116,142],[65,74,141],[53,91,116,142],[91,138],[116,120,153],[65,107,110],[93,112],[93],[65,93],[92,93,95,111,112,113,114,115],[65,74,92],[53,65],[85,87,88],[80,91],[80,86],[68,80,82,83,84,89,90],[74,80,81],[75,76,77,78,79],[65,74,75],[75],[66,67],[80],[65,74,80],[55,56,57,58,59,60,61,62,63,64],[55,58],[55,59],[91,148],[91,147,148,149,150],[91,111,131],[91,111,125],[91,111],[91,107,111],[65,91,122],[91,115],[91,141,142,143,144],[91,142],[65,107]],"referencedMap":[[159,1],[164,2],[163,3],[161,4],[162,5],[160,6],[109,7],[110,8],[105,9],[98,10],[103,11],[106,12],[104,13],[101,9],[107,14],[99,15],[102,16],[74,17],[70,18],[72,18],[71,19],[73,18],[54,20],[117,21],[94,22],[123,23],[124,24],[149,25],[148,26],[150,27],[147,28],[151,29],[129,30],[128,31],[131,32],[130,33],[126,34],[133,35],[132,36],[134,23],[135,37],[125,36],[153,38],[119,39],[122,40],[118,41],[121,42],[127,42],[136,43],[137,44],[138,22],[139,45],[145,46],[143,47],[142,48],[144,49],[146,36],[152,50],[154,51],[111,52],[113,53],[114,53],[112,54],[92,55],[116,56],[115,15],[93,57],[120,20],[155,58],[89,59],[85,23],[88,60],[87,61],[91,62],[90,28],[82,63],[80,64],[77,65],[79,66],[68,67],[66,11],[81,11],[67,11],[83,68],[84,69],[65,70],[59,71],[63,72],[58,72]],"exportedModulesMap":[[159,1],[164,2],[163,3],[161,4],[162,5],[160,6],[109,7],[110,8],[105,9],[98,10],[103,11],[106,12],[104,13],[101,9],[107,14],[99,15],[102,16],[74,17],[70,18],[72,18],[71,19],[73,18],[117,23],[94,23],[123,23],[124,22],[149,73],[148,26],[150,73],[147,28],[151,74],[129,75],[128,75],[131,76],[130,77],[126,78],[133,35],[132,36],[134,23],[135,79],[125,23],[153,38],[119,39],[122,40],[118,36],[121,23],[127,23],[136,43],[137,80],[138,23],[139,23],[145,81],[143,82],[142,48],[144,82],[146,23],[152,23],[154,51],[111,83],[113,54],[114,54],[112,54],[92,55],[116,56],[115,11],[93,11],[120,20],[89,59],[85,23],[88,60],[87,61],[91,62],[90,28],[82,63],[80,64],[77,65],[79,66],[68,67],[66,11],[81,11],[67,11],[83,68],[84,69],[65,70],[59,71],[63,72],[58,72]],"semanticDiagnosticsPerFile":[156,159,158,164,157,163,161,162,86,160,109,108,110,50,51,9,10,14,13,2,15,16,17,18,19,20,21,22,3,4,26,23,24,25,27,28,29,5,30,31,32,33,6,37,34,35,36,38,7,39,44,45,40,41,42,43,8,52,49,46,47,48,1,12,11,105,97,96,98,103,106,104,101,107,99,100,102,74,70,72,71,69,73,54,117,94,123,124,149,148,150,147,151,129,128,131,130,126,133,132,134,135,125,153,119,122,118,121,127,136,137,138,139,140,145,143,142,144,141,146,152,154,95,111,113,114,112,92,116,115,93,120,155,53,89,85,88,87,91,90,82,75,80,76,77,78,79,68,66,81,67,83,84,57,56,55,65,59,60,61,62,63,64,58],"latestChangedDtsFile":"./types/utils/promisify-animation.spec.d.ts"},"version":"5.0.2"}
1
+ {"program":{"fileNames":["../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es5.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2015.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2016.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2017.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2018.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2019.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2020.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2021.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.dom.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.dom.iterable.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.scripthost.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2015.core.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2017.object.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2017.string.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2019.array.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2019.object.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2019.string.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2020.date.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2020.string.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2020.number.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2021.string.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.decorators.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../.yarn/cache/typescript-patch-260000abbe-bb309d320c.zip/node_modules/typescript/lib/lib.es2021.full.d.ts","./src/utils/promisify-animation.ts","./src/components/animations.ts","../utils/types/disposable.d.ts","../utils/types/deep-merge.d.ts","../utils/types/debounce.d.ts","../utils/types/value-observer.d.ts","../utils/types/observable-value.d.ts","../utils/types/path-helper.d.ts","../utils/types/sleep-async.d.ts","../utils/types/sort-by.d.ts","../utils/types/trace.d.ts","../utils/types/tuple.d.ts","../utils/types/index.d.ts","../shades/types/services/location-service.d.ts","../shades/types/services/screen-service.d.ts","../shades/types/services/index.d.ts","../inject/types/models/constructable.d.ts","../inject/types/injectable.d.ts","../inject/types/injector.d.ts","../inject/types/injected.d.ts","../inject/types/models/index.d.ts","../inject/types/index.d.ts","../shades/types/models/children-list.d.ts","../shades/types/models/partial-element.d.ts","../shades/types/models/render-options.d.ts","../shades/types/models/selection-state.d.ts","../shades/types/models/shade-component.d.ts","../shades/types/models/index.d.ts","../shades/types/services/resource-manager.d.ts","../shades/types/jsx.d.ts","../shades/types/shade-component.d.ts","../shades/types/shade.d.ts","../shades/types/components/lazy-load.d.ts","../../.yarn/cache/path-to-regexp-npm-6.2.1-8ebfe03654-f0227af828.zip/node_modules/path-to-regexp/dist/index.d.ts","../shades/types/components/router.d.ts","../shades/types/components/route-link.d.ts","../shades/types/components/index.d.ts","../shades/types/initialize.d.ts","../shades/types/index.d.ts","./src/services/default-variable-theme.ts","./src/services/theme-provider-service.ts","./src/components/app-bar.tsx","./src/services/click-away-service.ts","../core/types/errors/authorization-error.d.ts","../core/types/errors/aggregated-error.d.ts","../core/types/errors/index.d.ts","../core/types/models/physical-store.d.ts","../core/types/models/user.d.ts","../core/types/in-memory-store.d.ts","../core/types/store-manager.d.ts","../core/types/global-disposables.d.ts","../core/types/identity-context.d.ts","../core/types/create-physical-store-tests.d.ts","../core/types/helpers.d.ts","../core/types/index.d.ts","../../.yarn/cache/semaphore-async-await-npm-1.5.1-22d6ad656a-2dedf7c59b.zip/node_modules/semaphore-async-await/dist/Semaphore.d.ts","../../.yarn/cache/semaphore-async-await-npm-1.5.1-22d6ad656a-2dedf7c59b.zip/node_modules/semaphore-async-await/dist/Lock.d.ts","../../.yarn/cache/semaphore-async-await-npm-1.5.1-22d6ad656a-2dedf7c59b.zip/node_modules/semaphore-async-await/dist/index.d.ts","./src/services/collection-service.ts","./src/services/default-palette.ts","./src/services/default-dark-theme.ts","./src/services/default-light-theme.ts","./src/services/noty-service.ts","./src/services/index.ts","./src/components/app-bar-link.tsx","./src/components/inputs/input.tsx","./src/components/inputs/autocomplete.tsx","./src/utils/index.ts","./src/components/inputs/text-area.tsx","./src/components/inputs/index.ts","./src/components/avatar.tsx","./src/components/button.tsx","./src/components/grid.tsx","./src/components/form.tsx","./src/components/data-grid/header.tsx","./src/components/loader.tsx","./src/components/data-grid/data-grid-row.tsx","./src/components/data-grid/body.tsx","./src/components/data-grid/footer.tsx","./src/components/data-grid/data-grid.tsx","./src/components/data-grid/selection-cell.tsx","./src/components/data-grid/index.tsx","./src/components/fab.tsx","./src/components/modal.tsx","./src/components/noty-list.tsx","./src/components/paper.tsx","./src/components/skeleton.tsx","./src/components/styles.tsx","./src/components/suggest/suggestion-result.tsx","./src/components/suggest/suggest-manager.ts","./src/components/suggest/suggest-input.tsx","./src/components/suggest/suggestion-list.tsx","./src/components/suggest/index.tsx","./src/components/tabs.tsx","./src/components/command-palette/command-provider.ts","./src/components/command-palette/command-palette-manager.ts","./src/components/command-palette/command-palette-input.tsx","./src/components/command-palette/command-palette-suggestion-list.tsx","./src/components/command-palette/index.tsx","./src/components/wizard/index.tsx","./src/components/index.ts","./src/index.ts","./src/utils/promisify-animation.spec.ts","../../.yarn/cache/@jest-expect-utils-npm-29.5.0-69b6ba2629-c46fb677c8.zip/node_modules/@jest/expect-utils/build/index.d.ts","../../.yarn/cache/chalk-npm-4.1.2-ba8b67ab80-fe75c9d5c7.zip/node_modules/chalk/index.d.ts","../../.yarn/cache/@sinclair-typebox-npm-0.25.24-d04d0f45ef-10219c58f4.zip/node_modules/@sinclair/typebox/typebox.d.ts","../../.yarn/cache/@jest-schemas-npm-29.4.3-7d963e8d97-ac754e245c.zip/node_modules/@jest/schemas/build/index.d.ts","../../.yarn/cache/pretty-format-npm-29.5.0-4f1086147d-4065356b55.zip/node_modules/pretty-format/build/index.d.ts","../../.yarn/cache/jest-diff-npm-29.5.0-5c9573ed73-dfd0f4a299.zip/node_modules/jest-diff/build/index.d.ts","../../.yarn/cache/jest-matcher-utils-npm-29.5.0-f255c78df4-1d3e8c746e.zip/node_modules/jest-matcher-utils/build/index.d.ts","../../.yarn/cache/expect-npm-29.5.0-395e2d6fda-58f70b3869.zip/node_modules/expect/build/index.d.ts","../../.yarn/cache/@types-jest-npm-29.5.0-18eef6c3cc-cd877e5c56.zip/node_modules/@types/jest/index.d.ts"],"fileInfos":[{"version":"6a6b471e7e43e15ef6f8fe617a22ce4ecb0e34efa6c3dfcfe7cebd392bcca9d2","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","dc48272d7c333ccf58034c0026162576b7d50ea0e69c3b9292f803fc20720fd5","27147504487dc1159369da4f4da8a26406364624fa9bc3db632f7d94a5bae2c3","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569",{"version":"fcd3ecc9f764f06f4d5c467677f4f117f6abf49dee6716283aa204ff1162498b","affectsGlobalScope":true},{"version":"9a60b92bca4c1257db03b349d58e63e4868cfc0d1c8d0ba60c2dbc63f4e6c9f6","affectsGlobalScope":true},{"version":"c5c5565225fce2ede835725a92a28ece149f83542aa4866cfb10290bff7b8996","affectsGlobalScope":true},{"version":"7d2dbc2a0250400af0809b0ad5f84686e84c73526de931f84560e483eb16b03c","affectsGlobalScope":true},{"version":"f296963760430fb65b4e5d91f0ed770a91c6e77455bacf8fa23a1501654ede0e","affectsGlobalScope":true},{"version":"5114a95689b63f96b957e00216bc04baf9e1a1782aa4d8ee7e5e9acbf768e301","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"ab22100fdd0d24cfc2cc59d0a00fc8cf449830d9c4030dc54390a46bd562e929","affectsGlobalScope":true},{"version":"f7bd636ae3a4623c503359ada74510c4005df5b36de7f23e1db8a5c543fd176b","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"0c20f4d2358eb679e4ae8a4432bdd96c857a2960fd6800b21ec4008ec59d60ea","affectsGlobalScope":true},{"version":"36ae84ccc0633f7c0787bc6108386c8b773e95d3b052d9464a99cd9b8795fbec","affectsGlobalScope":true},{"version":"82d0d8e269b9eeac02c3bd1c9e884e85d483fcb2cd168bccd6bc54df663da031","affectsGlobalScope":true},{"version":"b8deab98702588840be73d67f02412a2d45a417a3c097b2e96f7f3a42ac483d1","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"376d554d042fb409cb55b5cbaf0b2b4b7e669619493c5d18d5fa8bd67273f82a","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"c4138a3dd7cd6cf1f363ca0f905554e8d81b45844feea17786cdf1626cb8ea06","affectsGlobalScope":true},{"version":"6ff3e2452b055d8f0ec026511c6582b55d935675af67cdb67dd1dc671e8065df","affectsGlobalScope":true},{"version":"03de17b810f426a2f47396b0b99b53a82c1b60e9cba7a7edda47f9bb077882f4","affectsGlobalScope":true},{"version":"8184c6ddf48f0c98429326b428478ecc6143c27f79b79e85740f17e6feb090f1","affectsGlobalScope":true},{"version":"261c4d2cf86ac5a89ad3fb3fafed74cbb6f2f7c1d139b0540933df567d64a6ca","affectsGlobalScope":true},{"version":"6af1425e9973f4924fca986636ac19a0cf9909a7e0d9d3009c349e6244e957b6","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"15a630d6817718a2ddd7088c4f83e4673fde19fa992d2eae2cf51132a302a5d3","affectsGlobalScope":true},{"version":"b7e9f95a7387e3f66be0ed6db43600c49cec33a3900437ce2fd350d9b7cb16f2","affectsGlobalScope":true},{"version":"01e0ee7e1f661acedb08b51f8a9b7d7f959e9cdb6441360f06522cc3aea1bf2e","affectsGlobalScope":true},{"version":"ac17a97f816d53d9dd79b0d235e1c0ed54a8cc6a0677e9a3d61efb480b2a3e4e","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"ec0104fee478075cb5171e5f4e3f23add8e02d845ae0165bfa3f1099241fa2aa","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"9cc66b0513ad41cb5f5372cca86ef83a0d37d1c1017580b7dace3ea5661836df","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"709efdae0cb5df5f49376cde61daacc95cdd44ae4671da13a540da5088bf3f30","affectsGlobalScope":true},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true},{"version":"61ed9b6d07af959e745fb11f9593ecd743b279418cc8a99448ea3cd5f3b3eb22","affectsGlobalScope":true},{"version":"038a2f66a34ee7a9c2fbc3584c8ab43dff2995f8c68e3f566f4c300d2175e31e","affectsGlobalScope":true},{"version":"189c0703923150aa30673fa3de411346d727cc44a11c75d05d7cf9ef095daa22","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},"c1e8d979afc15d66e2bd5a58c732d5a2ba3ccaae41ac7d5a2c539e6de66a8e51",{"version":"7124f795d419b87d107bd66c6a7cc42c14d9d3b43ed71c5d4bac09b7508b0dcd","signature":"e58e75dade482b276661f8408dbe3824600d7cc13231449ae77186cf07a41439"},{"version":"161ea0ef62af23c536c3c409dda97e0b5a9f4b8f60a2666bda732bd41a4320ca","signature":"31594e22b5c0eee1904f29a49f4d363c3f69e8726a978ad5656e218723144409"},"208b5146292fac88e53df9ab6177285b069b9216a78a649bff6730e5909e4f6f","f8c575120f3c34269b3ab7578c0232c0f0cc0fd56e517460849df977a37d493e","8a7f7f8b752f378eced86917d2a5d58b54d442c7138a1f073a0010dd1187af0e","575935e882a407f42e09fa5f5e0e543baa49bfd1627f98e490bcbc9bef5bb76f","0e9c0786981147e7660e638a8d8c3041abef49657b81baddfcbf4b3949370bb2","a0bba79bf899041389bca17b491b2402f03b7b04225ec46151380bd736fe9849","d3c8385e76b49a22630d478c05cd75b92c8e3f9b515356296128809de1d95a60",{"version":"0a13c506e4b0ef4d753ffa4384f2e936d5d8ad980766d29d93bbf3bcbf429e21","affectsGlobalScope":true},"a6f1565eddf0a718524e244087c37d8a967d2261ff938b337d860372222e242c","2e86a7d19ff11b5c4ed2210c5c3dedd25b1ec5124a676cd35e3c647acfdf2e6e","c05e4dda46f9b5b69ef818b7f50c62c1d1de9f77d9bbbb6afddcc58c3bb7b4fb","152a5c4075158f73b590eb28294a2a0bf5f4a3a98a79e02c059b4c2821d16223","2c4648b98deaf0a6a97f1618fb89cd5a655e679acd58cf1e0e4548e73d517974","b89ede777930344eefa01dd632efdb8505f0a591c8096a0a66fdce6b34f99365","0afd231ec34ad85ee04a9c934ceddaca3b1360d0a21fb22fce1de8539ca04614","53ac1a20c00bbbc89ed023a8b99d273916ec65522132824129ab3be971d5165b","bfa46ab4ebc8b91e6344dc36881121d1c9e09841bb8ce5c91491e037a8c29ef8","1db75d63cb3de9caa607ac2726f0b6a6bfda11a034d55280c47f287a18b41ddd","e6e27952dda3bfeb1775a0c657d24128792f7373c6417e18481094d10cf9d2ab","59c3958bd26cf87200757f8a0861300bb0613abff69b8c5e98d109cf9d781031","e2b406280a97078bc879f8e3ed7b2fc9faf152fedd6dcf613f14cf488446b6b8","172ac5aa03752aed9658b918aed55745385d35be7c587e8f9cfbee6991eae68c","bbce3a842b233fab8b8a547e7827775423e9f5a4e20405143fe1bdaff238da4f","e9adfeead1c2823687c12373a347369e52f60c2ae6b7fa9e724068cd0e4b0d25","c3fac3b660a8f042b4145cefcc9b0bbb248380acdf5ba9b7f57b68624f180b2f","188dc1766bc0eef560642aa6102ab82c375337efc96110ee26c84032097361c2","3f0f196b4e746412cbb6b6e1cf4cb4d8702f255f133124ca9c3645679b030960",{"version":"d3e663cdf197ef4643831cea0c77a04fb66a4460e4dd6a0dff8d6c20691e3ee4","affectsGlobalScope":true},"d316253e7defe1056dd9eef32c1b8ee0c632a6f37c3418fa255d6d0265c5008b","40f1bf97c1f567eb0077aae083b2052ac1e01259790309cece6e3ad0509c250b","4fb4102149d54c76f4df9b0fe4478a86223b348663b3d4508773d3ddc1328cd1","6e7936b20cd2022c2a71f9d780e7f87216c19fde5c18448aaff60059a46ae2e7","28ffb7e01c60ae049d76071e6492b51b48bc5beeb7b3838949ce0cecd0703beb","f1a2e36a3f615b115c14415507117fff88c6b3d87c0c3c315700e6c65997f75f","face62546e796ca28c56c4b92e3b2120e9aaf629b01d9a424aa53329af17bfc4","a3ad6f6c2c9dc586e2cbb4479411f8f7e133507598b5a7c6437c51ce41a465f5","7fd95d90e2b8687a745c16ceb1dd766106ddcca2fb379184f0d149d258ab2bd8",{"version":"3b0a6971bf0f4f7320d1f2389c0c05f887403406fcd0502ed4e8911cb4ab1512","signature":"e529dc25dd16d4ce7630bd6576a587a63b0d13e6d19ea7629fb9dfecc3d00b0f"},{"version":"e833f36002284b83d64dcdb17b14f87dbefc445b3bbf9491d166f38a40d04278","signature":"fb10c6ef382ac8614b018810b09c17a5bcf87d77d9b1a5f0dbb2f152cc218055"},{"version":"751de291f7961d6abac72b7b92736eff5488608a527fef69bb900d3c1cad929d","signature":"3f7191f37a55b680b07ee21cf39575e6cce69e7acf9f677f578722dbd1641e73"},{"version":"0c2b9695207f71510c1e59287df0d66fbb2239e190ca489a1d6a67a216d1c3de","signature":"a7e7463d49cab5809d8f0e0eb40df0048c006d73f1eea8e5860feb44ff8140f1"},"9140d38b68864e3d3fc45736f24736d8613a1a637dc14d30a8d7e95e2d25b484","03ce9818763466761834642dca7a441e28a55d560a1d24336cc7cdd13940fa25","68db109d67ddf283832b2e892d87f36bf446709b535105dd93301d3f995cd489","57a4e05c0fedaf10e5e34c0ff6be6ddfc03d7e9b61dc2d391e4f8a05a84fcb90","ebe359091961ff69595b84d57776872045f10459cbe55eabfa5c5394288b13b1","3a0ee6cc1b01d426a86be73bc7d57a55a02258865787f917a5900d2bd79ba2a2","cf41053bf53f1520709fae1ed1ee9e7341ea6edb5d21f189e2e3b7c95f552963","7db03bd66dc1b9c37b3c48a696045ae0caa3b6209ba9671ae40f505f80a686ae","0cebdf6d52c0bbbdbeac15355e908d96d0ba70a26bac71bd38af5613542e4129","d901aadfd324a604ae8dde8bee73764d9fd1d750765011e3587f2807b4dba234","49ca9039ab55b7419da03d4a07ec4a813a05f06465dbd881b9a5855f390c0a48","5b8d30dca4ec293d444dc86eb74a1b8875b19ae08eaf3344f04a049b93d1705c","3397a2ee8489794041d0a6f7fbd0b00d398591431b4f61d55de829e7c5a6d72b","de118f02f7d0364247e6cc77e6a2901723e79859c1589c574d3f32ee710545a8","7b1ded6510e970493a673c9e082aafb2e516c9d63834cc3b43aea544c349b8b7",{"version":"9aa661f81ada23314464faf6f4c201be4276107121e1f081a5a35a10349ab66c","signature":"4f5dd980cd28b414c63fa5fea0047513d2e493dce9bef57636437547463c93be"},{"version":"6570641c355e7c5bce52f61b9be554a64a1f8c792c2152de7b5b3f39f93bca9b","signature":"e939e6121cf77167749ddd9d5321c5ddbc7b99341276de5db45ad406e7f6c85b"},{"version":"aa338f92ac923d22b304f0614de1d1d2fab7b9982371e2cb3d20256e03fff772","signature":"94b5e5131f265661069e2869ffcc4041cffeb6bb3a6cf7602e1f3880a95b9bca"},{"version":"13f18f6d8fc543b30faf63619883dd5e48dcafea65b885011e40778fc4c7abfe","signature":"288f6f2c5e5e1c345b1dc275762a7193e7bdb794d66c1312326b00ef6fc662bf"},{"version":"23f70da74e29620663821ac0beb336a4233a750ecb3ebb2c3777d733d08a82ad","signature":"4551590f711f5836293df806230416157ecfd14bf853306b05dc0252ca5a388a"},{"version":"15db90cae69d62463468f02d42b706c9f8cb4c595c6992088eda94296fbeb927","signature":"754a44b70b45176dc32e12b7fb49c48e812c4916ca35251e4a4db45b98ca9380"},{"version":"9ff64faacba9500c405a02df9cddc81a697fa64c6125cb03dc15dcbdb529d700","signature":"5a16acce4a1f020a3707bd4258d7f00bb503623ae4f6aec9a4637d555aa1bdb6"},{"version":"38b19d3afc2c074dd1ff2ed605b6c4274fbbb0a3b4a8a1382a021617fe5630de","signature":"3111ea96b53d8e6794dd83980aef915acd09cdadfa3effb5b8f7f85799b54176"},{"version":"ae6c2e539791b3bd4721e39737e4b0bde5f81b617a3793f4e31b1a5c0e1c1bbb","signature":"40267fee000a178b6d41f1e20709f6a88bb75ac29d2409887ae90cfef2be8e9e"},{"version":"0b78d898745acdd496185f17301dfa7341fd065dc955f842bc1dbf8d8a609f42","signature":"c7c230b337ba9564e646b8703726888906632ef4c3354e99b9d19cbf09d17c11"},{"version":"b4761b8373210acbcb4f2013505daeefd08b3f202563fea557ca299d8a81cdc7","signature":"9ac7e2e465dc502c97a1241617fd75904f0fbe05667e6acba72eb1197ad47dc9"},{"version":"07c351eeadf098ba0d37f7b5b1de334744c3244c4606c8ef9576e2ea6a4ebfd7","signature":"898e2f05c711e7d884103fd4d059ffba08389919436f0ce77e7603eb29c41dd6"},{"version":"e2b3e0d823358a47db1c105da89a96693703a4ad0a746a91101a9e8f940b91f9","signature":"c154d96562339e4bc259ac115bc3d06c21fd7b2985758025813d31d4fdd2f51e"},{"version":"06995724e98631ca1d9f7336ff5a142e272559e40f05be4a78337c2d2c793719","signature":"6b8df5364c940a7242931c5121a47442431f4c7b776087e20a2fc822da6ff768"},{"version":"3c805d2e32ec341f5ba0403e097e68dc141f065fa2888af540d331b9a6c0b32b","signature":"47eedc41b6e3b2b4f97bdf7fc13cf00292021dc62ebcc3a4a62f1fe68f9c9d5d"},{"version":"b90082537a06186b55e166b5f8fd921a71928c20c8aad81ea7a77984f9e5dabe","signature":"83e9092c211d354878e491781ad20c190c5c6684c2289bc81ef066675967a49b"},{"version":"152a0a8dbebca87d4bd91d8bb527f8c38977157183e952a778561a5112729f54","signature":"7c3eb4c23315ae8981426f7c6f40f63cbe08884fde7dcda64f8cab537b78f039"},{"version":"438d6965eee3a393308c1756ad8e1e78f8b38fcf8d80c3f43f3bbd1976f70742","signature":"45c00237620c64ba9c5ff24b0ad29725d29674cb41f87179bd2811d5b280004c"},{"version":"f29a066e3e5c4d74ea2eb688382884a8a4606aa8186ceb3a53e39473acda90c9","signature":"7e9292b9c2d46cc3b62278aa687f132c43a520eeacb11d2d18f8604120dee57a"},{"version":"7a49a6075dd376026b0208885189bcf30e0a1bcdf4decdd57479681ab33813f9","signature":"d2ec858ce8b431ab201711a95c26cdf10896cb792d0ddf513ac0f6f81b62fa21"},{"version":"401b1623a4756004bd5dc04c41ff34ac9b4d85e8ec830ecd5c1b1757aba7b9ca","signature":"c27b704f94785858d1dcefe9b8871fcf0b9f3389b3e2efbccd618dcf0137a10a"},{"version":"392edc6386aab9dc192bf3543c9259e0dc1953196dcfb017cbab599789d5e01a","signature":"5f3f7a8cd520a894c35499f9b9c91368d487910490ce2ea8e6cefe3c026b300a"},{"version":"0031aab536fd326e666ec05a889c9575c15f68e244fff96fea2f6e18a3cb20e1","signature":"60a93bbf495df7e943022a83afc4462fa2f72e8ef24e6616547d5d232b7dbb8c"},{"version":"57aa515b342630ee4e43c7d3632c95512e25f663479442a68dc9c337a788445b","signature":"a4ead47d29a449b142cb2ea34066e55c7c3528ea9735eb89c64cb37010d2c171"},{"version":"3bfd788740e66c16f945d8a582e1773426df87226add923e46f7eb6c1e5736ac","signature":"56e891a6f302d4cd68b031c94f82f72084ec4f4031d0c411c021011a059e4323"},{"version":"1bd114290fcb679917380cfe72720a57c4cbb17f6214535f717ebb8e2afbbed3","signature":"bcf7363dcbf90cc172aafb78d2d75ac2e60d149e17edd5ae5125a33972120362"},{"version":"a3949100d0587df8fedd886be2c78c831bd79a88899d06b167fcc02792e20ad1","signature":"fcfa0c5109da8fa170e0e6cbcc841d7623e9752ae380dfbf0d8c82861e6ea3ab"},{"version":"e94d9142737e05901deabc6b6736f5dedc5f1ccf6b35bf1e73d78dd20fb04026","signature":"dc1e27e85667b19b6a61f73d604cd2d8683299047e625cbb1047cbcccfe2b6b8"},{"version":"bd01311ca4027f3ff485cfbb5d614c23e4c893b73d5453bebf6103ac757c5ed4","signature":"7205afe0c13e6405525abd6fce7c170c0c996d605e5c5e00472b01d322332281"},{"version":"ec7807d0b8fb16855a5d8b4ee44df17092be7f42d6b74bfb63fe867a13947e9d","signature":"661bd10aef65b09114d9896685294763bb03d1b750a8b60f416dc03674eaa215","affectsGlobalScope":true},{"version":"458be2376f961c0f23740ed3abc56cff5d317e5b87961b7410791f91fdcf76f3","signature":"849ede8a58c5f09b247e3c0a2d1787e381cefbd5e2cfa3720973a413d6fc94d5"},{"version":"9461ed12a71a1675c7b4bc84519409fe186b6b12c592ea1ca2edbdf152f7254d","signature":"1538a93636df4fbf12c5964b8cf3fb541455a0535e56492e106058e4c327bdcb"},{"version":"bcaf558b94a60298151aaf053fd97b89bb46f2d7b4182cf2e9cf42cc22887153","signature":"540b70d8c795eaa4b5b44fecb20e9a7882da542ce476568a4b5a3a675489038b"},{"version":"f664e161a56ca64439339276f9203c11e5ee43346187a29a9e55215aad542927","signature":"1c170e9033fe11fee60a6966c709f06de4ca173982d0bde1242d0108688c2326"},{"version":"6844faa3d1100cdfe70ddeeb7fba2bc78e5204b7733873f341d6710bdc815d9d","signature":"668684e10b65976206418b64644b0b70e29c0a703830eee335b3f8e1560e9533"},{"version":"fbce8d6dff35484f70d4014688543141c4da03e640c2f76cf97b6d570d6cd0dc","signature":"b9050be8148b8b2fd253b14d39939125a0f327eb1da1318c4a6b1771ade52c8c"},{"version":"d41a4ce8dbcbd1da5edcdf727a5b263fbb0a7aa7649a0449eaf046b544bcb858","signature":"0d47854cd005e640bcc797116f874bc5473516b8007cb4ac5e1f06f3780e9395"},{"version":"046d0b802c93cac36b3c2af94b78e3f111d9504eaa9c1788935a0aacd64c1ad4","signature":"78cee78c071d82d5f6e2bbd7d77b1e5dc8da4e751695c047759399170b901ed0"},{"version":"7c1aa37f0dd90903f1e9c425e416708f8049360cc84d3fd2627cbc081e900d51","signature":"f539005f0e1e39bcac0144e8e3ec6c2a3bbca9fdaf0b4ffb025fd2d2ed53e193"},{"version":"d691a1646a378815e1cdf6f11a5679875bcd4238f560fb2d2113a056a69afdb0","signature":"3e5f031c2b58f98b37fe90a38706376e5c185c6ea9bb3ad5ecb4ce4fc5e9c092"},{"version":"c89dc58a3e3118d50cc45c177a87a905fd8b9ef56f4e1680437d2114cc6e9d51","signature":"7a7db4f0f72c0ff277b0eb83b7df6d1b77bd3554e22409337e3cf141365d8760"},{"version":"7ce4f60bf1f018b0b69985d0489f09a0886742caec8001540ef882d50888da22","signature":"c3642b2e97a39d874e292dd4744d99f070014aed2e91c8f1590c5120fc30c50a"},{"version":"771af0fffeaab570d3317aefc1aed279f8761b28a177f47d5c4ead07489a0af4","signature":"998c91e9c01a335c4a0e8fc1cc49c956e9a2773a553646e48430cd947c5f3ce5"},{"version":"4640e3ca2e83e88a63818b5d96eadeb31af44b02d5c5af2c385124aa6ea89176","signature":"7e9b10f454d25b80fc07e288471b674582cd5247e2427c1aa5becb603f908fee"},{"version":"c73ebd00b42a43d648e8b30a229dda5ac9dd0b656f75af1c7cfa6f04f2bbfeaf","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},"6c1e688f95fcaf53b1e41c0fdadf2c1cfc96fa924eaf7f9fdb60f96deb0a4986","0d14fa22c41fdc7277e6f71473b20ebc07f40f00e38875142335d5b63cdfc9d2","db25694be959314fd1e868d72e567746db1db9e2001fae545d12d2a8c1bba1b8","43883cf3635bb1846cbdc6c363787b76227677388c74f7313e3f0edb380840fa","2d47012580f859dae201d2eef898a416bdae719dffc087dfd06aefe3de2f9c8d","3e70a7e67c2cb16f8cd49097360c0309fe9d1e3210ff9222e9dac1f8df9d4fb6","ab68d2a3e3e8767c3fba8f80de099a1cfc18c0de79e42cb02ae66e22dfe14a66","2cec1a31729b9b01e9294c33fc9425d336eff067282809761ad2e74425d6d2a5",{"version":"458e2fd1185e659cb800ef68d01ef77de70dcab8860bedf6d94eaebe736751f1","affectsGlobalScope":true}],"root":[53,54,[92,95],[111,155]],"options":{"alwaysStrict":true,"composite":true,"declaration":true,"declarationDir":"./types","declarationMap":true,"emitDecoratorMetadata":true,"esModuleInterop":true,"experimentalDecorators":true,"jsx":2,"module":1,"noImplicitAny":true,"noImplicitThis":true,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"./dist","rootDir":"./src","skipLibCheck":true,"sourceMap":true,"strict":true,"strictFunctionTypes":true,"strictNullChecks":true,"target":8},"fileIdsList":[[158],[160,163],[156,162],[160],[157,161],[159],[108],[108,109],[74,99],[96,97],[65],[65,71,99,102,107],[100],[98,99,100,101,102,103,104,105,106],[65,74],[65,74,99],[70,71,72,73],[69],[65,69,70],[53],[86,91,116],[91,93],[91],[53,65,91,93],[53,91,116,148],[65,74,147],[53,91,93,148],[74],[53,91,95,116,128,147,148,149,150],[91,111,128,129,132],[91,111,116,132],[91,111,116,125,127,130,131],[91,111,116],[54,65,91,107,111,118,124,126],[132,133],[91,116],[65,74,91,122],[54,94,117,122,123,124,125,126,128,134,135,136,137,138,139,140,145,146,151,152],[91,118],[118,119,121],[65,91,116,154],[91,116,120],[65,91],[91,93,115,120,124],[91,120],[53,91,116,128,141,142,143,144],[91,116,142],[65,74,141],[53,91,116,142],[91,138],[116,120,153],[65,107,110],[93,112],[93],[65,93],[92,93,95,111,112,113,114,115],[65,74,92],[53,65],[85,87,88],[80,91],[80,86],[68,80,82,83,84,89,90],[74,80,81],[75,76,77,78,79],[65,74,75],[75],[66,67],[80],[65,74,80],[55,56,57,58,59,60,61,62,63,64],[55,58],[55,59],[91,148],[91,147,148,149,150],[91,111,132],[91,111,125],[91,111],[91,107,111],[65,91,122],[91,115],[91,141,142,143,144],[91,142],[65,107]],"referencedMap":[[159,1],[164,2],[163,3],[161,4],[162,5],[160,6],[109,7],[110,8],[105,9],[98,10],[103,11],[106,12],[104,13],[101,9],[107,14],[99,15],[102,16],[74,17],[70,18],[72,18],[71,19],[73,18],[54,20],[117,21],[94,22],[123,23],[124,24],[149,25],[148,26],[150,27],[147,28],[151,29],[130,30],[129,31],[132,32],[131,33],[127,34],[134,35],[133,36],[135,23],[126,37],[125,36],[153,38],[119,39],[122,40],[118,41],[121,42],[128,42],[136,43],[137,44],[138,22],[139,45],[145,46],[143,47],[142,48],[144,49],[146,36],[152,50],[154,51],[111,52],[113,53],[114,53],[112,54],[92,55],[116,56],[115,15],[93,57],[120,20],[155,58],[89,59],[85,23],[88,60],[87,61],[91,62],[90,28],[82,63],[80,64],[77,65],[79,66],[68,67],[66,11],[81,11],[67,11],[83,68],[84,69],[65,70],[59,71],[63,72],[58,72]],"exportedModulesMap":[[159,1],[164,2],[163,3],[161,4],[162,5],[160,6],[109,7],[110,8],[105,9],[98,10],[103,11],[106,12],[104,13],[101,9],[107,14],[99,15],[102,16],[74,17],[70,18],[72,18],[71,19],[73,18],[117,23],[94,23],[123,23],[124,22],[149,73],[148,26],[150,73],[147,28],[151,74],[130,75],[129,75],[132,76],[131,77],[127,78],[134,35],[133,36],[135,23],[126,79],[125,23],[153,38],[119,39],[122,40],[118,36],[121,23],[128,23],[136,43],[137,80],[138,23],[139,23],[145,81],[143,82],[142,48],[144,82],[146,23],[152,23],[154,51],[111,83],[113,54],[114,54],[112,54],[92,55],[116,56],[115,11],[93,11],[120,20],[89,59],[85,23],[88,60],[87,61],[91,62],[90,28],[82,63],[80,64],[77,65],[79,66],[68,67],[66,11],[81,11],[67,11],[83,68],[84,69],[65,70],[59,71],[63,72],[58,72]],"semanticDiagnosticsPerFile":[156,159,158,164,157,163,161,162,86,160,109,108,110,50,51,9,10,14,13,2,15,16,17,18,19,20,21,22,3,4,26,23,24,25,27,28,29,5,30,31,32,33,6,37,34,35,36,38,7,39,44,45,40,41,42,43,8,52,49,46,47,48,1,12,11,105,97,96,98,103,106,104,101,107,99,100,102,74,70,72,71,69,73,54,117,94,123,124,149,148,150,147,151,130,129,132,131,127,134,133,135,126,125,153,119,122,118,121,128,136,137,138,139,140,145,143,142,144,141,146,152,154,95,111,113,114,112,92,116,115,93,120,155,53,89,85,88,87,91,90,82,75,80,76,77,78,79,68,66,81,67,83,84,57,56,55,65,59,60,61,62,63,64,58],"latestChangedDtsFile":"./types/utils/promisify-animation.spec.d.ts"},"version":"5.0.4"}
@@ -3,4 +3,6 @@ export declare const hideSlide: (element?: Element | null, options?: KeyframeAni
3
3
  export declare const fadeOut: (element?: Element | null, options?: KeyframeAnimationOptions) => Promise<AnimationPlaybackEvent>;
4
4
  export declare const fadeIn: (element?: Element | null, options?: KeyframeAnimationOptions) => Promise<AnimationPlaybackEvent>;
5
5
  export declare const showParallax: (element?: Element | null, options?: KeyframeAnimationOptions) => Promise<AnimationPlaybackEvent>;
6
+ export declare const collapse: (element?: Element | null, options?: KeyframeAnimationOptions) => Promise<AnimationPlaybackEvent>;
7
+ export declare const expand: (element?: Element | null, options?: KeyframeAnimationOptions) => Promise<AnimationPlaybackEvent>;
6
8
  //# sourceMappingURL=animations.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"animations.d.ts","sourceRoot":"","sources":["../../src/components/animations.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,aAAc,OAAO,GAAG,IAAI,YAAY,wBAAwB,oCAanF,CAAA;AACH,eAAO,MAAM,SAAS,aAAc,OAAO,GAAG,IAAI,YAAY,wBAAwB,oCAanF,CAAA;AACH,eAAO,MAAM,OAAO,aAAc,OAAO,GAAG,IAAI,YAAY,wBAAwB,oCAKhF,CAAA;AACJ,eAAO,MAAM,MAAM,aAAc,OAAO,GAAG,IAAI,YAAY,wBAAwB,oCAK/E,CAAA;AACJ,eAAO,MAAM,YAAY,aAAc,OAAO,GAAG,IAAI,YAAY,wBAAwB,oCAatF,CAAA"}
1
+ {"version":3,"file":"animations.d.ts","sourceRoot":"","sources":["../../src/components/animations.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,aAAc,OAAO,GAAG,IAAI,YAAY,wBAAwB,oCAanF,CAAA;AACH,eAAO,MAAM,SAAS,aAAc,OAAO,GAAG,IAAI,YAAY,wBAAwB,oCAanF,CAAA;AACH,eAAO,MAAM,OAAO,aAAc,OAAO,GAAG,IAAI,YAAY,wBAAwB,oCAKhF,CAAA;AACJ,eAAO,MAAM,MAAM,aAAc,OAAO,GAAG,IAAI,YAAY,wBAAwB,oCAK/E,CAAA;AACJ,eAAO,MAAM,YAAY,aAAc,OAAO,GAAG,IAAI,YAAY,wBAAwB,oCAatF,CAAA;AAEH,eAAO,MAAM,QAAQ,aAAc,OAAO,GAAG,IAAI,YAAY,wBAAwB,oCAcpF,CAAA;AAED,eAAO,MAAM,MAAM,aAAc,OAAO,GAAG,IAAI,YAAY,wBAAwB,oCAclF,CAAA"}
@@ -10,5 +10,9 @@ export interface DataGridHeaderState<T> {
10
10
  isSearchOpened: boolean;
11
11
  updateSearchValue: (value: string) => void;
12
12
  }
13
+ export declare const OrderButton: (props: {
14
+ collectionService: CollectionService<any>;
15
+ field: string;
16
+ }, children: ChildrenList) => JSX.Element<any>;
13
17
  export declare const DataGridHeader: <T, K extends keyof T>(props: DataGridHeaderProps<T, K>, children: ChildrenList) => JSX.Element<any>;
14
18
  //# sourceMappingURL=header.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"header.d.ts","sourceRoot":"","sources":["../../../src/components/data-grid/header.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAA;AAClD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAA;AAGrD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAA;AAG1E,MAAM,WAAW,mBAAmB,CAAC,CAAC,EAAE,CAAC,SAAS,MAAM,CAAC;IACvD,iBAAiB,EAAE,iBAAiB,CAAC,CAAC,CAAC,CAAA;IACvC,KAAK,EAAE,CAAC,CAAA;CACT;AAED,MAAM,WAAW,mBAAmB,CAAC,CAAC;IACpC,aAAa,EAAE,WAAW,CAAC,CAAC,EAAE,GAAG,CAAC,CAAA;IAClC,cAAc,EAAE,OAAO,CAAA;IACvB,iBAAiB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;CAC3C;AAED,eAAO,MAAM,cAAc,EAAE,CAAC,CAAC,EAAE,CAAC,SAAS,MAAM,CAAC,EAChD,KAAK,EAAE,mBAAmB,CAAC,CAAC,EAAE,CAAC,CAAC,EAChC,QAAQ,EAAE,YAAY,KACnB,GAAG,CAAC,OAAO,CAAC,GAAG,CA+ElB,CAAA"}
1
+ {"version":3,"file":"header.d.ts","sourceRoot":"","sources":["../../../src/components/data-grid/header.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAA;AAClD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAA;AAErD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAA;AAO1E,MAAM,WAAW,mBAAmB,CAAC,CAAC,EAAE,CAAC,SAAS,MAAM,CAAC;IACvD,iBAAiB,EAAE,iBAAiB,CAAC,CAAC,CAAC,CAAA;IACvC,KAAK,EAAE,CAAC,CAAA;CACT;AAED,MAAM,WAAW,mBAAmB,CAAC,CAAC;IACpC,aAAa,EAAE,WAAW,CAAC,CAAC,EAAE,GAAG,CAAC,CAAA;IAClC,cAAc,EAAE,OAAO,CAAA;IACvB,iBAAiB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;CAC3C;AAED,eAAO,MAAM,WAAW;uBAA8B,kBAAkB,GAAG,CAAC;WAAS,MAAM;8CAqCzF,CAAA;AA+FF,eAAO,MAAM,cAAc,EAAE,CAAC,CAAC,EAAE,CAAC,SAAS,MAAM,CAAC,EAChD,KAAK,EAAE,mBAAmB,CAAC,CAAC,EAAE,CAAC,CAAC,EAChC,QAAQ,EAAE,YAAY,KACnB,GAAG,CAAC,OAAO,CAAC,GAAG,CAyElB,CAAA"}