@epam/uui 4.9.1 → 4.10.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 (67) hide show
  1. package/components/buttons/Button.d.ts +2 -2
  2. package/components/buttons/Button.d.ts.map +1 -1
  3. package/components/buttons/IconButton.d.ts +1 -1
  4. package/components/buttons/IconButton.d.ts.map +1 -1
  5. package/components/buttons/LinkButton.d.ts +1 -1
  6. package/components/buttons/TabButton.d.ts +1 -1
  7. package/components/buttons/VerticalTabButton.d.ts +1 -1
  8. package/components/inputs/TextInput.d.ts +1 -1
  9. package/components/layout/Accordion.d.ts +1 -1
  10. package/components/layout/Accordion.d.ts.map +1 -1
  11. package/components/layout/FlexItems/FlexCell.d.ts +1 -1
  12. package/components/layout/FlexItems/FlexCell.d.ts.map +1 -1
  13. package/components/layout/FlexItems/FlexRow.d.ts +10 -6
  14. package/components/layout/FlexItems/FlexRow.d.ts.map +1 -1
  15. package/components/overlays/DropdownMenu.d.ts.map +1 -1
  16. package/components/overlays/NotificationCard.d.ts +1 -1
  17. package/components/overlays/NotificationCard.d.ts.map +1 -1
  18. package/components/pickers/DataPickerBody.d.ts +1 -1
  19. package/components/pickers/DataPickerFooter.d.ts +1 -1
  20. package/components/pickers/DataPickerFooter.d.ts.map +1 -1
  21. package/components/pickers/PickerInput.d.ts +3 -3
  22. package/components/pickers/PickerInput.d.ts.map +1 -1
  23. package/components/pickers/PickerList.d.ts +1 -1
  24. package/components/pickers/PickerList.d.ts.map +1 -1
  25. package/components/pickers/PickerModal.d.ts +1 -1
  26. package/components/types.d.ts +6 -6
  27. package/components/types.d.ts.map +1 -1
  28. package/components/widgets/Badge.d.ts +4 -4
  29. package/components/widgets/Badge.d.ts.map +1 -1
  30. package/components/widgets/Tag.d.ts +1 -1
  31. package/index.js +1453 -5063
  32. package/index.js.map +1 -1
  33. package/package.json +9 -11
  34. package/stats.html +4044 -0
  35. package/styles.css +615 -616
  36. package/styles.css.map +1 -1
  37. package/bundle-stats.json +0 -1
  38. package/components/buttons/docs/button.doc.d.ts +0 -6
  39. package/components/buttons/docs/button.doc.d.ts.map +0 -1
  40. package/components/buttons/docs/linkButton.doc.d.ts +0 -6
  41. package/components/buttons/docs/linkButton.doc.d.ts.map +0 -1
  42. package/components/inputs/docs/checkbox.doc.d.ts +0 -6
  43. package/components/inputs/docs/checkbox.doc.d.ts.map +0 -1
  44. package/components/inputs/docs/radioInput.doc.d.ts +0 -6
  45. package/components/inputs/docs/radioInput.doc.d.ts.map +0 -1
  46. package/components/inputs/docs/switch.doc.d.ts +0 -6
  47. package/components/inputs/docs/switch.doc.d.ts.map +0 -1
  48. package/components/inputs/docs/textInput.doc.d.ts +0 -6
  49. package/components/inputs/docs/textInput.doc.d.ts.map +0 -1
  50. package/components/pickers/docs/common.d.ts +0 -28
  51. package/components/pickers/docs/common.d.ts.map +0 -1
  52. package/components/pickers/docs/pickerInput.doc.d.ts +0 -5
  53. package/components/pickers/docs/pickerInput.doc.d.ts.map +0 -1
  54. package/components/pickers/docs/pickerToggler.doc.d.ts +0 -6
  55. package/components/pickers/docs/pickerToggler.doc.d.ts.map +0 -1
  56. package/components/typography/docs/textPlaceholder.doc.d.ts +0 -5
  57. package/components/typography/docs/textPlaceholder.doc.d.ts.map +0 -1
  58. package/docs/common.d.ts +0 -11
  59. package/docs/common.d.ts.map +0 -1
  60. package/docs/contexts/DefaultContext.d.ts +0 -7
  61. package/docs/contexts/DefaultContext.d.ts.map +0 -1
  62. package/docs/contexts/index.d.ts +0 -2
  63. package/docs/contexts/index.d.ts.map +0 -1
  64. package/docs/index.d.ts +0 -3
  65. package/docs/index.d.ts.map +0 -1
  66. package/index.docs.d.ts +0 -6
  67. package/index.docs.d.ts.map +0 -1
@@ -1,6 +0,0 @@
1
- import { ButtonMods } from '../Button';
2
- import { DocBuilder } from '@epam/uui-docs';
3
- import { ButtonProps } from '@epam/uui-components';
4
- declare const ButtonDoc: DocBuilder<ButtonProps & ButtonMods>;
5
- export = ButtonDoc;
6
- //# sourceMappingURL=button.doc.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"button.doc.d.ts","sourceRoot":"","sources":["../../../../components/buttons/docs/button.doc.tsx"],"names":[],"mappings":"AACA,OAAO,EAA2B,UAAU,EAAE,MAAM,WAAW,CAAC;AAChE,OAAO,EAAe,UAAU,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAKnD,QAAA,MAAM,SAAS,sCAWkB,CAAC;AAElC,SAAS,SAAS,CAAC"}
@@ -1,6 +0,0 @@
1
- import { LinkButtonMods } from '../LinkButton';
2
- import { DocBuilder } from '@epam/uui-docs';
3
- import { ButtonProps } from '@epam/uui-components';
4
- declare const LinkButtonDoc: DocBuilder<ButtonProps & LinkButtonMods>;
5
- export = LinkButtonDoc;
6
- //# sourceMappingURL=linkButton.doc.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"linkButton.doc.d.ts","sourceRoot":"","sources":["../../../../components/buttons/docs/linkButton.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,cAAc,EAAE,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAInD,QAAA,MAAM,aAAa,0CAOc,CAAC;AAElC,SAAS,aAAa,CAAC"}
@@ -1,6 +0,0 @@
1
- import { DocBuilder } from '@epam/uui-docs';
2
- import { CheckboxProps } from '@epam/uui-components';
3
- import { CheckboxMods } from '../Checkbox';
4
- declare const CheckboxDoc: DocBuilder<CheckboxProps & CheckboxMods>;
5
- export = CheckboxDoc;
6
- //# sourceMappingURL=checkbox.doc.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"checkbox.doc.d.ts","sourceRoot":"","sources":["../../../../components/inputs/docs/checkbox.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,EAAY,YAAY,EAAE,MAAM,aAAa,CAAC;AAIrD,QAAA,MAAM,WAAW,0CAKgB,CAAC;AAElC,SAAS,WAAW,CAAC"}
@@ -1,6 +0,0 @@
1
- import { DocBuilder } from '@epam/uui-docs';
2
- import { RadioInputProps } from '@epam/uui-components';
3
- import { RadioInputMods } from '../RadioInput';
4
- declare const RadioInputDoc: DocBuilder<RadioInputProps & RadioInputMods>;
5
- export = RadioInputDoc;
6
- //# sourceMappingURL=radioInput.doc.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"radioInput.doc.d.ts","sourceRoot":"","sources":["../../../../components/inputs/docs/radioInput.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAiB,MAAM,gBAAgB,CAAC;AAC3D,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAc,cAAc,EAAE,MAAM,eAAe,CAAC;AAI3D,QAAA,MAAM,aAAa,8CAIc,CAAC;AAElC,SAAS,aAAa,CAAC"}
@@ -1,6 +0,0 @@
1
- import { DocBuilder } from '@epam/uui-docs';
2
- import { SwitchProps } from '@epam/uui-components';
3
- import { SwitchMods } from '../Switch';
4
- declare const SwitchDoc: DocBuilder<SwitchProps & SwitchMods>;
5
- export = SwitchDoc;
6
- //# sourceMappingURL=switch.doc.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"switch.doc.d.ts","sourceRoot":"","sources":["../../../../components/inputs/docs/switch.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAU,UAAU,EAAE,MAAM,WAAW,CAAC;AAI/C,QAAA,MAAM,SAAS,sCAIkB,CAAC;AAElC,SAAS,SAAS,CAAC"}
@@ -1,6 +0,0 @@
1
- import { DocBuilder } from '@epam/uui-docs';
2
- import { TextInputProps } from '@epam/uui-components';
3
- import { TextInputMods } from '../TextInput';
4
- declare const TextInputDoc: DocBuilder<TextInputProps & TextInputMods>;
5
- export = TextInputDoc;
6
- //# sourceMappingURL=textInput.doc.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"textInput.doc.d.ts","sourceRoot":"","sources":["../../../../components/inputs/docs/textInput.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAA8B,MAAM,gBAAgB,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAa,aAAa,EAAE,MAAM,cAAc,CAAC;AAIxD,QAAA,MAAM,YAAY,4CAYe,CAAC;AAElC,SAAS,YAAY,CAAC"}
@@ -1,28 +0,0 @@
1
- import { ArrayDataSource, LazyDataSource, AsyncDataSource, PickerBaseOptions } from "@epam/uui-core";
2
- import { DocBuilder, PropSamplesCreationContext } from '@epam/uui-docs';
3
- export declare const getDataSourceExamples: (ctx: PropSamplesCreationContext) => ({
4
- name: string;
5
- isDefault: boolean;
6
- value: AsyncDataSource<import("@epam/uui-docs").Language, any, any>;
7
- } | {
8
- name: string;
9
- value: ArrayDataSource<{
10
- id: number;
11
- level: string;
12
- }, any, any>;
13
- isDefault?: undefined;
14
- } | {
15
- name: string;
16
- value: AsyncDataSource<import("@epam/uui-docs").City, any, any>;
17
- isDefault?: undefined;
18
- } | {
19
- name: string;
20
- value: AsyncDataSource<import("@epam/uui-docs").Location, any, any>;
21
- isDefault?: undefined;
22
- } | {
23
- name: string;
24
- value: LazyDataSource<any, any, any>;
25
- isDefault?: undefined;
26
- })[];
27
- export declare const pickerBaseOptionsDoc: DocBuilder<PickerBaseOptions<any, any>>;
28
- //# sourceMappingURL=common.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../../components/pickers/docs/common.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,cAAc,EAAE,eAAe,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACrG,OAAO,EAAE,UAAU,EAAE,0BAA0B,EAAE,MAAM,gBAAgB,CAAC;AAOxE,eAAO,MAAM,qBAAqB,QAAS,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;IAgCpE,CAAC;AAEF,eAAO,MAAM,oBAAoB,yCAkDkB,CAAC"}
@@ -1,5 +0,0 @@
1
- import { PickerInputBaseProps } from '@epam/uui-components';
2
- import { DocBuilder } from '@epam/uui-docs';
3
- declare const PickerInputDoc: DocBuilder<PickerInputBaseProps<any, any> & import("../..").SizeMod & import("../..").IHasEditMode>;
4
- export = PickerInputDoc;
5
- //# sourceMappingURL=pickerInput.doc.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"pickerInput.doc.d.ts","sourceRoot":"","sources":["../../../../components/pickers/docs/pickerInput.doc.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAAE,UAAU,EAAiB,MAAM,gBAAgB,CAAC;AAU3D,QAAA,MAAM,cAAc,qGAyCa,CAAC;AAElC,SAAS,cAAc,CAAC"}
@@ -1,6 +0,0 @@
1
- import { DocBuilder } from '@epam/uui-docs';
2
- import { PickerTogglerProps } from '@epam/uui-components';
3
- import { PickerTogglerMods } from '../PickerToggler';
4
- declare const PickerTogglerDoc: DocBuilder<PickerTogglerProps<any, any> & PickerTogglerMods>;
5
- export = PickerTogglerDoc;
6
- //# sourceMappingURL=pickerToggler.doc.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"pickerToggler.doc.d.ts","sourceRoot":"","sources":["../../../../components/pickers/docs/pickerToggler.doc.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAiB,MAAM,gBAAgB,CAAC;AAC3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAG1D,OAAO,EAAiB,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAEpE,QAAA,MAAM,gBAAgB,8DAaW,CAAC;AAElC,SAAS,gBAAgB,CAAC"}
@@ -1,5 +0,0 @@
1
- import { DocBuilder } from '@epam/uui-docs';
2
- import { TextPlaceholderProps } from '../TextPlaceholder';
3
- declare const textPlaceholderDoc: DocBuilder<TextPlaceholderProps>;
4
- export = textPlaceholderDoc;
5
- //# sourceMappingURL=textPlaceholder.doc.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"textPlaceholder.doc.d.ts","sourceRoot":"","sources":["../../../../components/typography/docs/textPlaceholder.doc.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAC5C,OAAO,EAAmB,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAI3E,QAAA,MAAM,kBAAkB,kCAGS,CAAC;AAElC,SAAS,kBAAkB,CAAC"}
package/docs/common.d.ts DELETED
@@ -1,11 +0,0 @@
1
- import { IHasIcon } from '@epam/uui-core';
2
- import { DocBuilder } from '@epam/uui-docs';
3
- import { IHasEditMode, SizeMod, ColorMod } from '../components';
4
- import { TextSettings } from "../helpers/textLayout";
5
- export declare const sizeDoc: DocBuilder<SizeMod>;
6
- export declare const textSettingsDoc: DocBuilder<TextSettings>;
7
- export declare const colorDoc: DocBuilder<ColorMod>;
8
- export declare const iconOptionsDoc: DocBuilder<IHasIcon>;
9
- export declare const IHasEditModeDoc: DocBuilder<IHasEditMode>;
10
- export * from '@epam/uui-docs';
11
- //# sourceMappingURL=common.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../docs/common.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EAAe,UAAU,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EACO,YAAY,EAAyB,OAAO,EAAE,QAAQ,EACnE,MAAM,eAAe,CAAC;AAGvB,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAErD,eAAO,MAAM,OAAO,qBACyC,CAAC;AAE9D,eAAO,MAAM,eAAe,0BAE6C,CAAC;AAK1E,eAAO,MAAM,QAAQ,sBAC2J,CAAC;AAcjL,eAAO,MAAM,cAAc,sBAEoD,CAAC;AAEhF,eAAO,MAAM,eAAe,0BAC2C,CAAC;AAExE,cAAc,gBAAgB,CAAC"}
@@ -1,7 +0,0 @@
1
- import * as React from 'react';
2
- import { DemoComponentProps } from '@epam/uui-docs';
3
- export declare class DefaultContext extends React.Component<DemoComponentProps, any> {
4
- static displayName: string;
5
- render(): JSX.Element;
6
- }
7
- //# sourceMappingURL=DefaultContext.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DefaultContext.d.ts","sourceRoot":"","sources":["../../../docs/contexts/DefaultContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AAGpD,qBAAa,cAAe,SAAQ,KAAK,CAAC,SAAS,CAAC,kBAAkB,EAAE,GAAG,CAAC;IACxE,OAAc,WAAW,SAAa;IACtC,MAAM;CAWT"}
@@ -1,2 +0,0 @@
1
- export * from './DefaultContext';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../docs/contexts/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
package/docs/index.d.ts DELETED
@@ -1,3 +0,0 @@
1
- export * from './common';
2
- export * from './contexts';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../docs/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC"}
package/index.docs.d.ts DELETED
@@ -1,6 +0,0 @@
1
- import { DocBuilder } from '@epam/uui-docs';
2
- export declare const docs: {
3
- doc: DocBuilder<any>;
4
- category: string;
5
- }[];
6
- //# sourceMappingURL=index.docs.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.docs.d.ts","sourceRoot":"","sources":["../index.docs.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAG5C,eAAO,MAAM,IAAI,EAAE;IAAC,GAAG,EAAE,UAAU,CAAC,GAAG,CAAC,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAA;CAAC,EAGzD,CAAC"}