@guillotinaweb/react-gmi 0.23.1 → 0.24.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 (102) hide show
  1. package/README.md +9 -0
  2. package/dist/actions/add_item.d.ts +1 -1
  3. package/dist/actions/change_pass.d.ts +1 -1
  4. package/dist/actions/copy_item.d.ts +1 -1
  5. package/dist/actions/copy_items.d.ts +1 -1
  6. package/dist/actions/move_item.d.ts +1 -1
  7. package/dist/actions/move_items.d.ts +1 -1
  8. package/dist/actions/remove_item.d.ts +1 -1
  9. package/dist/actions/remove_items.d.ts +1 -1
  10. package/dist/components/Link.d.ts +1 -1
  11. package/dist/components/TdLink.d.ts +1 -1
  12. package/dist/components/behavior_view.d.ts +2 -2
  13. package/dist/components/behaviors/iattachment.d.ts +1 -1
  14. package/dist/components/behaviors/idublincore.d.ts +1 -1
  15. package/dist/components/behaviors/iimageattachment.d.ts +4 -0
  16. package/dist/components/behaviors/imultiattachment.d.ts +1 -1
  17. package/dist/components/behaviors/imultiimageattachment.d.ts +4 -0
  18. package/dist/components/behaviors/imultiimageorderedattachment.d.ts +4 -0
  19. package/dist/components/behaviors/iworkflow.d.ts +1 -0
  20. package/dist/components/context_toolbar.d.ts +2 -2
  21. package/dist/components/error_boundary.d.ts +4 -5
  22. package/dist/components/error_zone.d.ts +1 -1
  23. package/dist/components/fields/downloadField.d.ts +2 -1
  24. package/dist/components/fields/editableField.d.ts +1 -1
  25. package/dist/components/fields/renderField.d.ts +8 -4
  26. package/dist/components/flash.d.ts +1 -1
  27. package/dist/components/guillotina.d.ts +3 -2
  28. package/dist/components/index.d.ts +8 -2
  29. package/dist/components/input/button.d.ts +1 -1
  30. package/dist/components/input/checkbox.d.ts +1 -1
  31. package/dist/components/input/dropdown.d.ts +1 -1
  32. package/dist/components/input/email.d.ts +1 -1
  33. package/dist/components/input/form.d.ts +1 -1
  34. package/dist/components/input/form_builder.d.ts +1 -1
  35. package/dist/components/input/input_list.d.ts +2 -1
  36. package/dist/components/input/password.d.ts +1 -1
  37. package/dist/components/input/search_input.d.ts +1 -1
  38. package/dist/components/input/select_vocabulary.d.ts +1 -0
  39. package/dist/components/input/upload.d.ts +1 -1
  40. package/dist/components/item.d.ts +3 -3
  41. package/dist/components/layout.d.ts +1 -1
  42. package/dist/components/login.d.ts +1 -1
  43. package/dist/components/modal.d.ts +3 -3
  44. package/dist/components/notallowed.d.ts +1 -1
  45. package/dist/components/notfound.d.ts +1 -1
  46. package/dist/components/pagination.d.ts +1 -1
  47. package/dist/components/panel/actions.d.ts +1 -24
  48. package/dist/components/panel/addons.d.ts +1 -1
  49. package/dist/components/panel/behaviors.d.ts +1 -1
  50. package/dist/components/panel/items.d.ts +1 -1
  51. package/dist/components/panel/permissions.d.ts +2 -2
  52. package/dist/components/panel/permissions_prinperm.d.ts +1 -1
  53. package/dist/components/panel/permissions_prinrole.d.ts +1 -1
  54. package/dist/components/panel/permissions_roleperm.d.ts +1 -1
  55. package/dist/components/panel/properties.d.ts +1 -1
  56. package/dist/components/path.d.ts +1 -1
  57. package/dist/components/search_labels.d.ts +1 -0
  58. package/dist/components/search_options_labels.d.ts +1 -0
  59. package/dist/components/search_vocabulary_labels.d.ts +1 -0
  60. package/dist/components/selected_items_actions.d.ts +4 -27
  61. package/dist/components/tabs.d.ts +2 -2
  62. package/dist/components/ui/delete.d.ts +1 -1
  63. package/dist/components/ui/icon.d.ts +1 -1
  64. package/dist/components/ui/loading.d.ts +1 -1
  65. package/dist/components/ui/notification.d.ts +1 -1
  66. package/dist/components/ui/table.d.ts +1 -1
  67. package/dist/components/ui/tag.d.ts +3 -2
  68. package/dist/components/widgets/tags.d.ts +1 -1
  69. package/dist/contexts/index.d.ts +5 -5
  70. package/dist/css/style.css +31 -0
  71. package/dist/css/style.css.map +1 -1
  72. package/dist/forms/base.d.ts +1 -1
  73. package/dist/forms/required_fields.d.ts +1 -1
  74. package/dist/forms/users.d.ts +1 -1
  75. package/dist/hooks/useAsync.d.ts +3 -1
  76. package/dist/hooks/useAsyncFn.d.ts +3 -1
  77. package/dist/hooks/useLocation.d.ts +1 -1
  78. package/dist/hooks/useMountedState.d.ts +1 -1
  79. package/dist/hooks/useRegistry.d.ts +17 -3
  80. package/dist/hooks/useVocabulary.d.ts +1 -0
  81. package/dist/index.d.ts +1 -0
  82. package/dist/lib/client.d.ts +12 -5
  83. package/dist/lib/helpers.d.ts +17 -0
  84. package/dist/lib/rest.d.ts +1 -1
  85. package/dist/locales/generic_messages.d.ts +370 -0
  86. package/dist/react-gmi.esm.js +6227 -724
  87. package/dist/react-gmi.esm.js.map +1 -1
  88. package/dist/react-gmi.js +6236 -727
  89. package/dist/react-gmi.js.map +1 -1
  90. package/dist/react-gmi.modern.js +5625 -744
  91. package/dist/react-gmi.modern.js.map +1 -1
  92. package/dist/react-gmi.umd.js +6237 -731
  93. package/dist/react-gmi.umd.js.map +1 -1
  94. package/dist/views/application.d.ts +15 -3
  95. package/dist/views/base.d.ts +1 -1
  96. package/dist/views/container.d.ts +1 -1
  97. package/dist/views/folder.d.ts +1 -1
  98. package/dist/views/groups.d.ts +3 -3
  99. package/dist/views/item.d.ts +1 -1
  100. package/dist/views/users.d.ts +3 -3
  101. package/package.json +18 -5
  102. package/dist/components/searchLabels.d.ts +0 -1
package/README.md CHANGED
@@ -132,3 +132,12 @@ This project is sponsored by <a href="https://www.vinissimus.com">Vinissimus Win
132
132
  <a href="https://www.vinissimus.com"><img src="https://cdn.vinissimus.com/front/static/images/vinissimus-logo.svg" /></a>
133
133
  <br/>
134
134
  <a href="https://iskra.cat"><img src="https://storage.googleapis.com/iskra/iskra-logo.png" /></a>
135
+
136
+ # TODO
137
+ [X] Test workflow
138
+ [X] Filter workflow
139
+ [X] Test multiples fields GMI, all selects, and files behaviors
140
+ [] Render tags and render values in properties form, use vocabulary label instead of vocabulary key
141
+ [] Add richtext
142
+ [X] Add scales in IImageAttachment
143
+ [] Guillotina, no elimina l'info de l'imatge de l'objecte quan es borra, si que elimina l¡imatge, fer test a guillotina de IImageAttachment i @delete
@@ -1 +1 @@
1
- export function AddItem(props: any): any;
1
+ export function AddItem(props: any): JSX.Element;
@@ -1 +1 @@
1
- export function ChangePassword(props: any): any;
1
+ export function ChangePassword(props: any): JSX.Element;
@@ -1 +1 @@
1
- export function CopyItem(props: any): any;
1
+ export function CopyItem(props: any): JSX.Element;
@@ -1 +1 @@
1
- export function CopyItems(props: any): any;
1
+ export function CopyItems(props: any): JSX.Element;
@@ -1 +1 @@
1
- export function MoveItem(props: any): any;
1
+ export function MoveItem(props: any): JSX.Element;
@@ -1 +1 @@
1
- export function MoveItems(props: any): any;
1
+ export function MoveItems(props: any): JSX.Element;
@@ -1 +1 @@
1
- export function RemoveItem(props: any): any;
1
+ export function RemoveItem(props: any): JSX.Element;
@@ -1 +1 @@
1
- export function RemoveItems(props: any): any;
1
+ export function RemoveItems(props: any): JSX.Element;
@@ -3,4 +3,4 @@ export function Link({ aRef, model, children, ...props }: {
3
3
  aRef: any;
4
4
  model: any;
5
5
  children: any;
6
- }): any;
6
+ }): JSX.Element;
@@ -2,4 +2,4 @@ export function TdLink({ model, children, ...props }: {
2
2
  [x: string]: any;
3
3
  model: any;
4
4
  children: any;
5
- }): any;
5
+ }): JSX.Element;
@@ -1,5 +1,5 @@
1
1
  export function BehaviorsView({ context, schema }: {
2
2
  context: any;
3
3
  schema: any;
4
- }): any;
5
- export function BehaviorNotImplemented(): any;
4
+ }): JSX.Element;
5
+ export function BehaviorNotImplemented(): JSX.Element;
@@ -1,4 +1,4 @@
1
1
  export function IAttachment({ properties, values }: {
2
2
  properties: any;
3
3
  values: any;
4
- }): any;
4
+ }): JSX.Element;
@@ -1,4 +1,4 @@
1
1
  export function IDublinCore({ properties, values }: {
2
2
  properties: any;
3
3
  values: any;
4
- }): any;
4
+ }): JSX.Element;
@@ -0,0 +1,4 @@
1
+ export function IImageAttachment({ properties, values }: {
2
+ properties: any;
3
+ values: any;
4
+ }): JSX.Element;
@@ -1,4 +1,4 @@
1
1
  export function IMultiAttachment({ properties, values }: {
2
2
  properties: any;
3
3
  values: any;
4
- }): any;
4
+ }): JSX.Element;
@@ -0,0 +1,4 @@
1
+ export function IMultiImageAttachment({ properties, values }: {
2
+ properties: any;
3
+ values: any;
4
+ }): JSX.Element;
@@ -0,0 +1,4 @@
1
+ export function IMultiImageOrderedAttachment({ properties, values }: {
2
+ properties: any;
3
+ values: any;
4
+ }): JSX.Element;
@@ -0,0 +1 @@
1
+ export function IWorkflow(): JSX.Element;
@@ -1,5 +1,5 @@
1
- export function CreateButton(): any;
1
+ export function CreateButton(): JSX.Element;
2
2
  export function ContextToolbar({ AddButton, ...props }: {
3
3
  [x: string]: any;
4
4
  AddButton: any;
5
- }): any;
5
+ }): JSX.Element;
@@ -1,5 +1,4 @@
1
- export default class ErrorBoundary {
2
- state: {};
3
- componentDidCatch(error: any, errorInfo: any): void;
4
- render(): any;
5
- }
1
+ declare var _default: import("react-intl/node_modules/@types/react").FC<import("react-intl").WithIntlProps<import("react-intl").WrappedComponentProps<any>>> & {
2
+ WrappedComponent: import("react-intl/node_modules/@types/react").ComponentType<import("react-intl").WrappedComponentProps<any>>;
3
+ };
4
+ export default _default;
@@ -3,7 +3,7 @@ declare function ErrorZone({ children, id, className }: {
3
3
  children: any;
4
4
  id: any;
5
5
  className: any;
6
- }): any;
6
+ }): JSX.Element;
7
7
  declare namespace ErrorZone {
8
8
  namespace propTypes {
9
9
  const children: any;
@@ -1,3 +1,4 @@
1
1
  export function DownloadField({ value }: {
2
2
  value: any;
3
- }): any;
3
+ }): React.JSX.Element;
4
+ import * as React from "react";
@@ -5,4 +5,4 @@ export function EditableField({ field, value, ns, schema, modifyContent, require
5
5
  schema?: any;
6
6
  modifyContent: any;
7
7
  required: any;
8
- }): any;
8
+ }): JSX.Element;
@@ -1,12 +1,16 @@
1
- export function RenderField({ value, Widget }: {
1
+ export function RenderField({ value, Widget, schema }: {
2
2
  value: any;
3
3
  Widget: any;
4
+ schema: any;
4
5
  }): any;
5
6
  export function RenderFieldComponent({ schema, field, val, modifyContent }: {
6
7
  schema: any;
7
8
  field: any;
8
9
  val: any;
9
10
  modifyContent: any;
10
- }): any;
11
- export const DEFAULT_VALUE_EDITABLE_FIELD: "Click to edit";
12
- export const DEFAULT_VALUE_NO_EDITABLE_FIELD: " -- ";
11
+ }): JSX.Element;
12
+ export function VocabularyRenderField({ schema, value, modifyContent }: {
13
+ schema: any;
14
+ value: any;
15
+ modifyContent: any;
16
+ }): JSX.Element;
@@ -1 +1 @@
1
- export function Flash(): any;
1
+ export function Flash(): JSX.Element;
@@ -1,4 +1,5 @@
1
- export function Guillotina({ auth, ...props }: {
1
+ export function Guillotina({ auth, locale, ...props }: {
2
2
  [x: string]: any;
3
3
  auth: any;
4
- }): any;
4
+ locale: any;
5
+ }): JSX.Element;
@@ -14,9 +14,13 @@ export * from "./input/dropdown";
14
14
  export * from "./fields/editableField";
15
15
  export * from "./fields/renderField";
16
16
  export * from "./fields/downloadField";
17
+ export * from "./fields/editComponent";
17
18
  export * from "./behaviors/iattachment";
18
19
  export * from "./behaviors/imultiattachment";
19
- export * from "./behaviors/idublincore";
20
+ export * from "./behaviors/iimageattachment";
21
+ export * from "./behaviors/imultiimageattachment";
22
+ export * from "./behaviors/imultiimageorderedattachment";
23
+ export * from "./behaviors/iworkflow";
20
24
  export * from "./panel/actions";
21
25
  export * from "./panel/addons";
22
26
  export * from "./panel/behaviors";
@@ -42,7 +46,9 @@ export * from "./modal";
42
46
  export * from "./notallowed";
43
47
  export * from "./pagination";
44
48
  export * from "./path";
45
- export * from "./searchLabels";
49
+ export * from "./search_labels";
50
+ export * from "./search_options_labels";
51
+ export * from "./search_vocabulary_labels";
46
52
  export * from "./tabs";
47
53
  export * from "./selected_items_actions";
48
54
  export * from "./TdLink";
@@ -7,4 +7,4 @@ export function Button({ children, className, onClick, type, loading, disabled,
7
7
  loading?: boolean;
8
8
  disabled?: boolean;
9
9
  dataTest: any;
10
- }): any;
10
+ }): JSX.Element;
@@ -14,4 +14,4 @@ export function Checkbox({ id, className, classNameInput, loading, disabled, ind
14
14
  placeholder: any;
15
15
  onChange: any;
16
16
  dataTest: any;
17
- }): any;
17
+ }): JSX.Element;
@@ -7,4 +7,4 @@ export default function Dropdown({ children, disabled, id, isRight, onChange, op
7
7
  onChange: any;
8
8
  optionDisabledWhen: any;
9
9
  options: any;
10
- }): any;
10
+ }): JSX.Element;
@@ -2,4 +2,4 @@ export function EmailInput({ value, dataTest, ...rest }: {
2
2
  [x: string]: any;
3
3
  value?: string;
4
4
  dataTest: any;
5
- }): any;
5
+ }): JSX.Element;
@@ -8,7 +8,7 @@ export function Form({ children, className, onSubmit, onReset, autoComplete, tit
8
8
  title: any;
9
9
  error: any;
10
10
  dataTest: any;
11
- }): any;
11
+ }): JSX.Element;
12
12
  export namespace Form {
13
13
  namespace propTypes {
14
14
  const children: any;
@@ -9,4 +9,4 @@ export function FormBuilder({ schema, formData, title, onSubmit, actionName, chi
9
9
  exclude?: any[];
10
10
  remotes?: any[];
11
11
  submitButton?: boolean;
12
- }): any;
12
+ }): JSX.Element;
@@ -1 +1,2 @@
1
- export const InputList: any;
1
+ export const InputList: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
2
+ import * as React from "react";
@@ -1,4 +1,4 @@
1
1
  export function PasswordInput({ value, ...rest }: {
2
2
  [x: string]: any;
3
3
  value?: string;
4
- }): any;
4
+ }): JSX.Element;
@@ -12,7 +12,7 @@ export function SearchInput({ onChange, error, errorZoneClassName, traversal, pa
12
12
  dataTestSearchInput?: string;
13
13
  dataTestItem?: string;
14
14
  renderTextItemOption?: any;
15
- }): any;
15
+ }): JSX.Element;
16
16
  export namespace SearchInput {
17
17
  namespace propTypes {
18
18
  const onChange: any;
@@ -0,0 +1 @@
1
+ export const SelectVocabulary: any;
@@ -2,4 +2,4 @@ export function FileUpload({ label, onChange, ...props }: {
2
2
  [x: string]: any;
3
3
  label: any;
4
4
  onChange: any;
5
- }): any;
5
+ }): JSX.Element;
@@ -1,13 +1,13 @@
1
1
  export function Item({ item, icon }: {
2
2
  item: any;
3
3
  icon: any;
4
- }): any;
4
+ }): JSX.Element;
5
5
  export function RItem({ item, search, columns }: {
6
6
  item: any;
7
7
  search: any;
8
8
  columns: any;
9
- }): any;
9
+ }): JSX.Element;
10
10
  export function ItemTitle({ title, actions }: {
11
11
  title: any;
12
12
  actions: any;
13
- }): any;
13
+ }): JSX.Element;
@@ -2,4 +2,4 @@ export function Layout({ children, onLogout, auth }: {
2
2
  children: any;
3
3
  onLogout: any;
4
4
  auth: any;
5
- }): any;
5
+ }): JSX.Element;
@@ -4,4 +4,4 @@ export function Login({ currentSchema, setCurrentSchema, schemas, auth, onLogin,
4
4
  schemas: any;
5
5
  auth: any;
6
6
  onLogin: any;
7
- }): any;
7
+ }): JSX.Element;
@@ -1,14 +1,14 @@
1
- export function Modal(props: any): any;
1
+ export function Modal(props: any): JSX.Element;
2
2
  export function Confirm({ message, onCancel, onConfirm, loading }: {
3
3
  message: any;
4
4
  onCancel: any;
5
5
  onConfirm: any;
6
6
  loading: any;
7
- }): any;
7
+ }): JSX.Element;
8
8
  export function PathTree({ title, defaultPath, children, onConfirm, onCancel, }: {
9
9
  title: any;
10
10
  defaultPath: any;
11
11
  children: any;
12
12
  onConfirm: any;
13
13
  onCancel: any;
14
- }): any;
14
+ }): JSX.Element;
@@ -1 +1 @@
1
- export function NotAllowed(): any;
1
+ export function NotAllowed(): JSX.Element;
@@ -1 +1 @@
1
- export function NotFound(): any;
1
+ export function NotFound(): JSX.Element;
@@ -3,4 +3,4 @@ export function Pagination({ current, total, doPaginate, pager }: {
3
3
  total: any;
4
4
  doPaginate: any;
5
5
  pager: any;
6
- }): any;
6
+ }): JSX.Element;
@@ -1,24 +1 @@
1
- export function PanelActions(): any;
2
- export namespace ACTIONS_OBJECT {
3
- namespace DELETE {
4
- const text: string;
5
- const perms: string[];
6
- const action: string;
7
- }
8
- namespace MOVE {
9
- const text_1: string;
10
- export { text_1 as text };
11
- const perms_1: string[];
12
- export { perms_1 as perms };
13
- const action_1: string;
14
- export { action_1 as action };
15
- }
16
- namespace COPY {
17
- const text_2: string;
18
- export { text_2 as text };
19
- const perms_2: string[];
20
- export { perms_2 as perms };
21
- const action_2: string;
22
- export { action_2 as action };
23
- }
24
- }
1
+ export function PanelActions(): JSX.Element;
@@ -1 +1 @@
1
- export function PanelAddons(props: any): any;
1
+ export function PanelAddons(props: any): JSX.Element;
@@ -1 +1 @@
1
- export function PanelBehaviors(): any;
1
+ export function PanelBehaviors(): JSX.Element;
@@ -1 +1 @@
1
- export function PanelItems(): any;
1
+ export function PanelItems(): JSX.Element;
@@ -1,5 +1,5 @@
1
- export function PanelPermissions(): any;
1
+ export function PanelPermissions(): JSX.Element;
2
2
  export function AddPermission({ refresh, reset }: {
3
3
  refresh: any;
4
4
  reset: any;
5
- }): any;
5
+ }): JSX.Element;
@@ -3,4 +3,4 @@ export function PermissionPrinperm({ principals, permissions, operations, refres
3
3
  permissions: any;
4
4
  operations: any;
5
5
  refresh: any;
6
- }): any;
6
+ }): JSX.Element;
@@ -3,4 +3,4 @@ export function PermissionPrinrole({ principals, roles, operations, refresh }: {
3
3
  roles: any;
4
4
  operations: any;
5
5
  refresh: any;
6
- }): any;
6
+ }): JSX.Element;
@@ -3,4 +3,4 @@ export function PermissionRoleperm({ roles, permissions, operations, refresh, }:
3
3
  permissions: any;
4
4
  operations: any;
5
5
  refresh: any;
6
- }): any;
6
+ }): JSX.Element;
@@ -1 +1 @@
1
- export function PanelProperties(): any;
1
+ export function PanelProperties(): JSX.Element;
@@ -1 +1 @@
1
- export function Path(): any;
1
+ export function Path(): false | JSX.Element;
@@ -0,0 +1 @@
1
+ export function SearchLabels(props: any): JSX.Element;
@@ -0,0 +1 @@
1
+ export function SearchOptionsLabels(props: any): JSX.Element;
@@ -0,0 +1 @@
1
+ export function SearchVocabularyLabels(props: any): JSX.Element;
@@ -1,35 +1,12 @@
1
1
  export function ItemsActionsProvider({ items, children }: {
2
2
  items: any;
3
3
  children: any;
4
- }): any;
4
+ }): JSX.Element;
5
5
  export function AllItemsCheckbox({ dataTest }: {
6
6
  dataTest: any;
7
- }): any;
7
+ }): JSX.Element;
8
8
  export function ItemCheckbox({ item, dataTest }: {
9
9
  item: any;
10
10
  dataTest: any;
11
- }): any;
12
- export function ItemsActionsDropdown(): any;
13
- export namespace actions {
14
- namespace DELETE {
15
- const text: string;
16
- const perms: string[];
17
- const action: string;
18
- }
19
- namespace MOVE {
20
- const text_1: string;
21
- export { text_1 as text };
22
- const perms_1: string[];
23
- export { perms_1 as perms };
24
- const action_1: string;
25
- export { action_1 as action };
26
- }
27
- namespace COPY {
28
- const text_2: string;
29
- export { text_2 as text };
30
- const perms_2: string[];
31
- export { perms_2 as perms };
32
- const action_2: string;
33
- export { action_2 as action };
34
- }
35
- }
11
+ }): JSX.Element;
12
+ export function ItemsActionsDropdown(): JSX.Element;
@@ -4,8 +4,8 @@ export function TabsPanel({ tabs, currentTab, rightToolbar, fallback, ...props }
4
4
  currentTab: any;
5
5
  rightToolbar: any;
6
6
  fallback?: typeof FallbackTab;
7
- }): any;
7
+ }): JSX.Element;
8
8
  declare function FallbackTab({ title }: {
9
9
  title: any;
10
- }): any;
10
+ }): JSX.Element;
11
11
  export {};
@@ -2,4 +2,4 @@ export function Delete({ onClick, className, children }: {
2
2
  onClick: any;
3
3
  className: any;
4
4
  children: any;
5
- }): any;
5
+ }): JSX.Element;
@@ -2,4 +2,4 @@ export function Icon({ icon, className, align }: {
2
2
  icon: any;
3
3
  className: any;
4
4
  align: any;
5
- }): any;
5
+ }): JSX.Element;
@@ -1,3 +1,3 @@
1
1
  export function Loading({ ...rest }: {
2
2
  [x: string]: any;
3
- }): any;
3
+ }): JSX.Element;
@@ -1,4 +1,4 @@
1
1
  export function Notification({ isColor, children }: {
2
2
  isColor?: string;
3
3
  children: any;
4
- }): any;
4
+ }): JSX.Element;
@@ -2,4 +2,4 @@ export function Table({ headers, children, className }: {
2
2
  headers: any;
3
3
  children: any;
4
4
  className: any;
5
- }): any;
5
+ }): JSX.Element;
@@ -1,6 +1,7 @@
1
- export function Tag({ name, onRemove, size, color, }: {
1
+ export function Tag({ name, id, onRemove, size, color, }: {
2
2
  name: any;
3
+ id: any;
3
4
  onRemove: any;
4
5
  size?: string;
5
6
  color?: string;
6
- }): any;
7
+ }): JSX.Element;
@@ -5,4 +5,4 @@ export function TagsWidget({ items, available, title, noData, onChange, loading,
5
5
  noData: any;
6
6
  onChange: any;
7
7
  loading: any;
8
- }): any;
8
+ }): JSX.Element;
@@ -1,13 +1,13 @@
1
1
  export function TraversalProvider({ children, ...props }: {
2
2
  [x: string]: any;
3
3
  children: any;
4
- }): any;
4
+ }): JSX.Element;
5
5
  export function useTraversal(): any;
6
6
  export function ClientProvider({ children, client }: {
7
7
  children: any;
8
8
  client: any;
9
- }): any;
9
+ }): JSX.Element;
10
10
  export function useGuillotinaClient(): any;
11
- export const AuthContext: any;
12
- export const ClientContext: any;
13
- export const TraversalContext: any;
11
+ export const AuthContext: import("react").Context<{}>;
12
+ export const ClientContext: import("react").Context<{}>;
13
+ export const TraversalContext: import("react").Context<{}>;
@@ -10393,4 +10393,35 @@ section.main {
10393
10393
  margin-right: 10px;
10394
10394
  }
10395
10395
 
10396
+ .filters-items-view {
10397
+ display: grid;
10398
+ grid-template-columns: 1fr 1fr 1fr;
10399
+ align-items: center;
10400
+ column-gap: 15px;
10401
+ }
10402
+ .filters-items-view .field {
10403
+ margin-bottom: 0.75rem;
10404
+ }
10405
+ @media (max-width: 768px) {
10406
+ .filters-items-view {
10407
+ grid-template-columns: 1fr;
10408
+ }
10409
+ }
10410
+
10411
+ .wrapper-filters-info {
10412
+ display: grid;
10413
+ grid-template-columns: auto 1fr auto;
10414
+ align-items: center;
10415
+ gap: 10px;
10416
+ }
10417
+
10418
+ .wrapper-filters-tags {
10419
+ display: flex;
10420
+ gap: 10px;
10421
+ flex-wrap: wrap;
10422
+ }
10423
+ .wrapper-filters-tags .tags, .wrapper-filters-tags .tag {
10424
+ margin-bottom: 0px;
10425
+ }
10426
+
10396
10427
  /*# sourceMappingURL=style.css.map */