@epam/uui 5.1.2-alpha.0 → 5.2.0-rc.1

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.
Files changed (93) hide show
  1. package/assets/styles/effects.scss +5 -8
  2. package/assets/styles/typography.scss +6 -6
  3. package/components/buttons/{Button/Button.d.ts → Button.d.ts} +2 -2
  4. package/components/buttons/Button.d.ts.map +1 -0
  5. package/components/buttons/LinkButton.d.ts.map +1 -1
  6. package/components/buttons/TabButton.d.ts.map +1 -1
  7. package/components/buttons/index.d.ts +1 -1
  8. package/components/buttons/index.d.ts.map +1 -1
  9. package/components/dnd/DropMarker.d.ts +2 -4
  10. package/components/dnd/DropMarker.d.ts.map +1 -1
  11. package/components/fileUpload/DropSpot.d.ts +15 -0
  12. package/components/fileUpload/DropSpot.d.ts.map +1 -0
  13. package/components/fileUpload/FileCard.d.ts +12 -0
  14. package/components/fileUpload/FileCard.d.ts.map +1 -0
  15. package/components/fileUpload/SvgCircleProgress.d.ts +9 -0
  16. package/components/fileUpload/SvgCircleProgress.d.ts.map +1 -0
  17. package/components/fileUpload/index.d.ts +4 -0
  18. package/components/fileUpload/index.d.ts.map +1 -0
  19. package/components/filters/FilterItemBody.d.ts.map +1 -1
  20. package/components/filters/FilterPanelItemToggler.d.ts.map +1 -1
  21. package/components/filters/FiltersPanel.d.ts.map +1 -1
  22. package/components/filters/FiltersPanelItem.d.ts.map +1 -1
  23. package/components/forms/useForm.d.ts.map +1 -1
  24. package/components/index.d.ts +1 -0
  25. package/components/index.d.ts.map +1 -1
  26. package/components/inputs/Checkbox.d.ts.map +1 -1
  27. package/components/inputs/TextInput.d.ts +1 -1
  28. package/components/inputs/TimePicker.d.ts +12 -0
  29. package/components/inputs/TimePicker.d.ts.map +1 -0
  30. package/components/inputs/TimePickerBody.d.ts +3 -0
  31. package/components/inputs/TimePickerBody.d.ts.map +1 -0
  32. package/components/inputs/index.d.ts +1 -0
  33. package/components/inputs/index.d.ts.map +1 -1
  34. package/components/navigation/Anchor.d.ts +2 -2
  35. package/components/navigation/Anchor.d.ts.map +1 -1
  36. package/components/navigation/MainMenu/Burger/Burger.d.ts.map +1 -1
  37. package/components/navigation/MainMenu/Burger/BurgerButton.d.ts.map +1 -1
  38. package/components/navigation/MainMenu/Burger/BurgerGroupHeader.d.ts.map +1 -1
  39. package/components/navigation/MainMenu/Burger/BurgerSearch.d.ts.map +1 -1
  40. package/components/navigation/MainMenu/MainMenu.d.ts.map +1 -1
  41. package/components/navigation/MainMenu/MainMenuIcon.d.ts +1 -1
  42. package/components/navigation/MainMenu/MainMenuSearch.d.ts +1 -1
  43. package/components/overlays/Alert.d.ts +2 -0
  44. package/components/overlays/Alert.d.ts.map +1 -1
  45. package/components/overlays/Dropdown.d.ts +2 -4
  46. package/components/overlays/Dropdown.d.ts.map +1 -1
  47. package/components/overlays/DropdownMenu.d.ts +8 -4
  48. package/components/overlays/DropdownMenu.d.ts.map +1 -1
  49. package/components/pickers/PickerInput.d.ts +3 -3
  50. package/components/pickers/PickerInput.d.ts.map +1 -1
  51. package/components/tables/DataTable.d.ts +3 -1
  52. package/components/tables/DataTable.d.ts.map +1 -1
  53. package/components/tables/DataTableCell.d.ts +1 -0
  54. package/components/tables/DataTableCell.d.ts.map +1 -1
  55. package/components/tables/DataTableHeaderCell.d.ts +2 -1
  56. package/components/tables/DataTableHeaderCell.d.ts.map +1 -1
  57. package/components/tables/DataTableHeaderRow.d.ts +2 -1
  58. package/components/tables/DataTableHeaderRow.d.ts.map +1 -1
  59. package/components/tables/DataTableRow.d.ts +1 -0
  60. package/components/tables/DataTableRow.d.ts.map +1 -1
  61. package/components/tables/columnsConfigurationModal/ColumnRow.d.ts.map +1 -1
  62. package/components/tables/columnsConfigurationModal/ColumnsConfigurationModal.d.ts.map +1 -1
  63. package/components/tables/types.d.ts +1 -1
  64. package/components/tables/types.d.ts.map +1 -1
  65. package/components/types.d.ts +3 -3
  66. package/components/typography/Text.d.ts +4 -2
  67. package/components/typography/Text.d.ts.map +1 -1
  68. package/components/widgets/Badge.d.ts.map +1 -1
  69. package/components/widgets/IndeterminateBar.d.ts +7 -0
  70. package/components/widgets/IndeterminateBar.d.ts.map +1 -0
  71. package/components/widgets/IndicatorBar.d.ts +8 -0
  72. package/components/widgets/IndicatorBar.d.ts.map +1 -0
  73. package/components/widgets/ProgressBar.d.ts +8 -0
  74. package/components/widgets/ProgressBar.d.ts.map +1 -0
  75. package/components/widgets/index.d.ts +3 -0
  76. package/components/widgets/index.d.ts.map +1 -1
  77. package/helpers/textLayout.d.ts +1 -1
  78. package/helpers/textLayout.d.ts.map +1 -1
  79. package/i18n.d.ts +8 -0
  80. package/i18n.d.ts.map +1 -1
  81. package/icons/icons.d.ts +11 -0
  82. package/icons/icons.d.ts.map +1 -1
  83. package/index.esm.js +3295 -2856
  84. package/index.esm.js.map +1 -1
  85. package/index.js +3379 -2930
  86. package/index.js.map +1 -1
  87. package/package.json +5 -5
  88. package/stats.html +1 -1
  89. package/styles.css +3589 -3006
  90. package/styles.css.map +1 -1
  91. package/components/buttons/Button/Button.d.ts.map +0 -1
  92. package/components/buttons/Button/index.d.ts +0 -2
  93. package/components/buttons/Button/index.d.ts.map +0 -1
@@ -1,6 +1,6 @@
1
- export type ButtonMode = 'solid' | 'outline' | 'ghost' | 'none';
2
- export declare const allButtonModes: ButtonMode[];
3
- export type FillStyle = ButtonMode;
1
+ export type ButtonFill = 'solid' | 'outline' | 'ghost' | 'none';
2
+ export declare const allButtonFills: ButtonFill[];
3
+ export type FillStyle = ButtonFill;
4
4
  export declare const allFillStyles: FillStyle[];
5
5
  export type ControlSize = 'none' | '24' | '30' | '36' | '42' | '48';
6
6
  export declare const allSizes: ControlSize[];
@@ -1,10 +1,12 @@
1
1
  import * as types from '../types';
2
2
  import { TextProps as UuiTextProps } from '@epam/uui-components';
3
- import { TextSettings } from '../../helpers/textLayout';
3
+ import { TextSettings } from '../../helpers';
4
+ export type TextColor = 'info' | 'warning' | 'error' | 'success' | 'brand' | 'primary' | 'secondary' | 'disabled' | 'contrast' | 'white';
5
+ export declare const allTextColors: TextColor[];
4
6
  export interface TextMods extends TextSettings {
5
7
  size?: types.TextSize | '42';
6
8
  font?: types.FontStyle;
7
- color?: 'info' | 'warning' | 'error' | 'success' | 'brand' | 'primary' | 'secondary' | 'disabled' | 'contrast' | 'white';
9
+ color?: TextColor;
8
10
  }
9
11
  export type TextProps = UuiTextProps & TextMods;
10
12
  export declare const Text: (props: import("@epam/uui-core").IHasCX & import("@epam/uui-core").IHasChildren & import("@epam/uui-core").IClickable & import("@epam/uui-core").IAnalyticableClick & import("@epam/uui-core").IHasRawProps<import("react").HTMLAttributes<HTMLDivElement>> & import("@epam/uui-core").IHasForwardedRef<HTMLDivElement> & TextMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../components/typography/Text.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAClC,OAAO,EAAmB,SAAS,IAAI,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAElF,OAAO,EAAkB,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAExE,MAAM,WAAW,QAAS,SAAQ,YAAY;IAC1C,IAAI,CAAC,EAAE,KAAK,CAAC,QAAQ,GAAG,IAAI,CAAC;IAC7B,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,GAAG,UAAU,GAAG,OAAO,CAAC;CAC5H;AAED,MAAM,MAAM,SAAS,GAAG,YAAY,GAAG,QAAQ,CAAC;AAmBhD,eAAO,MAAM,IAAI,ocAA2D,CAAC"}
1
+ {"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../components/typography/Text.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAClC,OAAO,EAAmB,SAAS,IAAI,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAElF,OAAO,EAAkB,YAAY,EAAE,MAAM,eAAe,CAAC;AAE7D,MAAM,MAAM,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,GAAG,UAAU,GAAG,OAAO,CAAC;AACzI,eAAO,MAAM,aAAa,EAAE,SAAS,EAA8G,CAAC;AAEpJ,MAAM,WAAW,QAAS,SAAQ,YAAY;IAC1C,IAAI,CAAC,EAAE,KAAK,CAAC,QAAQ,GAAG,IAAI,CAAC;IAC7B,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,KAAK,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,MAAM,MAAM,SAAS,GAAG,YAAY,GAAG,QAAQ,CAAC;AAoBhD,eAAO,MAAM,IAAI,ocAA2D,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../components/widgets/Badge.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,EAAU,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAe3D,MAAM,MAAM,UAAU,GAAG,sBAAsB,CAAC;AAChD,MAAM,MAAM,SAAS,GAAG,OAAO,GAAG,iBAAiB,GAAG,aAAa,CAAC;AACpE,MAAM,MAAM,SAAS,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEhE,MAAM,WAAW,SAAS;IACtB,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,IAAI,CAAC,EAAE,SAAS,CAAC;CACpB;AAED,MAAM,MAAM,UAAU,GAAG,WAAW,GAAG,SAAS,CAAC;AAEjD,wBAAgB,cAAc,CAAC,IAAI,EAAE,SAAS,YAI7C;AAED,eAAO,MAAM,KAAK,iKAIf,CAAC"}
1
+ {"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../components/widgets/Badge.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,EAAU,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAc3D,MAAM,MAAM,UAAU,GAAG,sBAAsB,CAAC;AAChD,MAAM,MAAM,SAAS,GAAG,OAAO,GAAG,iBAAiB,GAAG,aAAa,CAAC;AACpE,MAAM,MAAM,SAAS,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEhE,MAAM,WAAW,SAAS;IACtB,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,IAAI,CAAC,EAAE,SAAS,CAAC;CACpB;AAED,MAAM,MAAM,UAAU,GAAG,WAAW,GAAG,SAAS,CAAC;AAEjD,wBAAgB,cAAc,CAAC,IAAI,EAAE,SAAS,YAQ7C;AAED,eAAO,MAAM,KAAK,iKAIf,CAAC"}
@@ -0,0 +1,7 @@
1
+ import * as React from 'react';
2
+ import { IHasCX } from '@epam/uui-core';
3
+ export interface IndeterminateBarMods extends IHasCX {
4
+ size?: '12' | '18' | '24';
5
+ }
6
+ export declare const IndeterminateBar: React.ForwardRefExoticComponent<IndeterminateBarMods & React.RefAttributes<HTMLDivElement>>;
7
+ //# sourceMappingURL=IndeterminateBar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IndeterminateBar.d.ts","sourceRoot":"","sources":["../../../components/widgets/IndeterminateBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAGxC,MAAM,WAAW,oBAAqB,SAAQ,MAAM;IAChD,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC7B;AAED,eAAO,MAAM,gBAAgB,6FAM3B,CAAC"}
@@ -0,0 +1,8 @@
1
+ import * as React from 'react';
2
+ import { IHasCX, IHasRawProps } from '@epam/uui-core';
3
+ interface IIndicatorProps extends IHasCX, IHasRawProps<HTMLDivElement> {
4
+ progress?: number;
5
+ }
6
+ export declare const IndicatorBar: React.ForwardRefExoticComponent<IIndicatorProps & React.RefAttributes<HTMLDivElement>>;
7
+ export {};
8
+ //# sourceMappingURL=IndicatorBar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IndicatorBar.d.ts","sourceRoot":"","sources":["../../../components/widgets/IndicatorBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAKtD,UAAU,eAAgB,SAAQ,MAAM,EAAE,YAAY,CAAC,cAAc,CAAC;IAClE,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,eAAO,MAAM,YAAY,wFAQvB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { IProgressBarProps } from '@epam/uui-components';
2
+ export interface ProgressBarMods {
3
+ size?: '12' | '18' | '24';
4
+ striped?: boolean;
5
+ }
6
+ export declare function applyProgressBarMods(mods: ProgressBarMods): string[];
7
+ export declare const ProgressBar: (props: IProgressBarProps & ProgressBarMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
8
+ //# sourceMappingURL=ProgressBar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProgressBar.d.ts","sourceRoot":"","sources":["../../../components/widgets/ProgressBar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAiC,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAMxF,MAAM,WAAW,eAAe;IAC5B,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,OAAO,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,eAAe,YAMzD;AAED,eAAO,MAAM,WAAW,6KAErB,CAAC"}
@@ -4,4 +4,7 @@ export * from './Badge';
4
4
  export * from './Tag';
5
5
  export * from './Spinner';
6
6
  export * from './Paginator';
7
+ export * from './IndeterminateBar';
8
+ export * from './IndicatorBar';
9
+ export * from './ProgressBar';
7
10
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/widgets/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAC9C,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC;AACtB,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/widgets/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAC9C,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC;AACtB,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC"}
@@ -1,4 +1,4 @@
1
- import { ControlSize } from '../components';
1
+ import { ControlSize } from '../components/types';
2
2
  export interface TextSettings {
3
3
  lineHeight?: '12' | '18' | '24' | '30';
4
4
  fontSize?: '10' | '12' | '14' | '16' | '18' | '24';
@@ -1 +1 @@
1
- {"version":3,"file":"textLayout.d.ts","sourceRoot":"","sources":["../../helpers/textLayout.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,MAAM,WAAW,YAAY;IACzB,UAAU,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACvC,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CACtD;AAYD,wBAAgB,cAAc,CAAC,KAAK,EAAE,YAAY,GAAG;IAAE,IAAI,EAAE,IAAI,GAAG,WAAW,GAAG,IAAI,CAAA;CAAE,EAAE,MAAM,EAAE,OAAO,YAgBxG"}
1
+ {"version":3,"file":"textLayout.d.ts","sourceRoot":"","sources":["../../helpers/textLayout.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,MAAM,WAAW,YAAY;IACzB,UAAU,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACvC,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CACtD;AAYD,wBAAgB,cAAc,CAAC,KAAK,EAAE,YAAY,GAAG;IAAE,IAAI,EAAE,IAAI,GAAG,WAAW,GAAG,IAAI,CAAA;CAAE,EAAE,MAAM,EAAE,OAAO,YAgBxG"}
package/i18n.d.ts CHANGED
@@ -91,6 +91,14 @@ export declare const i18n: {
91
91
  discardButton: string;
92
92
  saveButton: string;
93
93
  };
94
+ fileUpload: {
95
+ labelStart: string;
96
+ browse: string;
97
+ labelEnd: string;
98
+ };
99
+ fileCard: {
100
+ fileSizeProgress: string;
101
+ };
94
102
  lenses: {
95
103
  validation: {
96
104
  isRequiredMessage: string;
package/i18n.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../i18n.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8FhB,CAAC"}
1
+ {"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../i18n.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsGhB,CAAC"}
package/icons/icons.d.ts CHANGED
@@ -1,3 +1,14 @@
1
+ export declare const fileIcons: {
2
+ docIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
3
+ exelIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
4
+ pdfIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
5
+ imgIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
6
+ videoIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
7
+ tableIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
8
+ textIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
9
+ mailIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
10
+ fileIcon: import("react").FC<import("react").SVGProps<SVGSVGElement>>;
11
+ };
1
12
  export declare const systemIcons: {
2
13
  [key: string]: any;
3
14
  };
@@ -1 +1 @@
1
- {"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../icons/icons.tsx"],"names":[],"mappings":"AAqBA,eAAO,MAAM,WAAW,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;CAyE7C,CAAC"}
1
+ {"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../icons/icons.tsx"],"names":[],"mappings":"AA8BA,eAAO,MAAM,SAAS;;;;;;;;;;CAUrB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;CAyE7C,CAAC"}