@tmlmobilidade/ui 20250823.132.8 → 20250824.2317.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +3 -3
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -2,18 +2,18 @@ import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import * as React$1 from 'react';
|
3
3
|
import React__default, { PropsWithChildren, ReactNode, CSSProperties, RefObject } from 'react';
|
4
4
|
import { ButtonProps as ButtonProps$1, BadgeProps as BadgeProps$1, ComboboxProps, MenuProps as MenuProps$1, MenuTargetProps as MenuTargetProps$1, MenuDropdownProps as MenuDropdownProps$1, MenuItemProps as MenuItemProps$1, MenuDividerProps as MenuDividerProps$1, MenuLabelProps as MenuLabelProps$1, TooltipProps as TooltipProps$1, CheckboxProps as CheckboxProps$1, CheckboxGroupProps as CheckboxGroupProps$1, PopoverProps as PopoverProps$1, PopoverTargetProps as PopoverTargetProps$1, PopoverDropdownProps as PopoverDropdownProps$1, SegmentedControlProps as SegmentedControlProps$1, SliderProps as SliderProps$1, SwitchProps as SwitchProps$1, TextProps as TextProps$1, NumberInputProps as NumberInputProps$1, PasswordInputProps, PillsInputProps as PillsInputProps$1, TextareaProps as TextareaProps$1, TextInputProps as TextInputProps$1 } from '@mantine/core';
|
5
|
-
export { RenderTreeNodePayload, Tree, TreeNodeData, getTreeExpandedState, useTree } from '@mantine/core';
|
5
|
+
export { Modal, RenderTreeNodePayload, Tree, TreeNodeData, getTreeExpandedState, useTree } from '@mantine/core';
|
6
6
|
import { DatePickerInputProps, DateTimePickerProps as DateTimePickerProps$1 } from '@mantine/dates';
|
7
7
|
import { StyleSpecification, MapLibreEvent } from 'maplibre-gl';
|
8
8
|
import { FeatureCollection, Polygon, Point, LineString, Feature, Geometry, GeoJsonProperties } from 'geojson';
|
9
9
|
import { MapLayerMouseEvent, ViewStateChangeEvent, MapRef } from '@vis.gl/react-maplibre';
|
10
|
+
export * from '@mantine/modals';
|
10
11
|
import { HttpException } from '@tmlmobilidade/lib';
|
11
12
|
import { User, Permission } from '@tmlmobilidade/types';
|
12
13
|
import { HasPermissionResourceArgs } from '@tmlmobilidade/utils';
|
13
14
|
import { NotificationData } from '@mantine/notifications';
|
14
|
-
export * from '@mantine/form';
|
15
15
|
export * from '@mantine/hooks';
|
16
|
-
export * from '@mantine/
|
16
|
+
export * from '@mantine/form';
|
17
17
|
export { zod4Resolver, zodResolver } from 'mantine-form-zod-resolver';
|
18
18
|
|
19
19
|
declare function AppProvider({ children }: PropsWithChildren): react_jsx_runtime.JSX.Element;
|
package/dist/index.js
CHANGED
@@ -19,7 +19,7 @@ export { Popover } from './src/components/common/Popover/index.js';
|
|
19
19
|
export { SegmentedControl } from './src/components/common/SegmentedControl/index.js';
|
20
20
|
export { Slider } from './src/components/common/Slider/index.js';
|
21
21
|
export { Switch } from './src/components/common/Switch/index.js';
|
22
|
-
export { Tree, getTreeExpandedState, useTree } from '@mantine/core';
|
22
|
+
export { Modal, Tree, getTreeExpandedState, useTree } from '@mantine/core';
|
23
23
|
export { DataTable } from './src/components/datatable/DataTable/index.js';
|
24
24
|
export { AlertCard } from './src/components/display/AlertCard/index.js';
|
25
25
|
export { AlertMessage } from './src/components/display/AlertMessage/index.js';
|
@@ -60,6 +60,7 @@ export { MapOverlayPins } from './src/components/map/overlays/MapOverlayPins/ind
|
|
60
60
|
export { MapOverlayScheduledPath } from './src/components/map/overlays/MapOverlayScheduledPath/index.js';
|
61
61
|
export { MapView } from './src/components/map/view/MapView/index.js';
|
62
62
|
export { MapViewContextProvider, useMapViewContext } from './src/components/map/view/MapViewContext/index.js';
|
63
|
+
export * from '@mantine/modals';
|
63
64
|
export { Pane } from './src/components/panes/Pane/index.js';
|
64
65
|
export { PanesManager } from './src/components/panes/PanesManager/index.js';
|
65
66
|
export { Sidebar, sidebarApps } from './src/components/sidebar/Sidebar/index.js';
|
@@ -78,8 +79,7 @@ export { useToast } from './src/hooks/toast.js';
|
|
78
79
|
export { useCssVariable } from './src/hooks/use-css-variable.js';
|
79
80
|
export { useCurrentUrl } from './src/hooks/use-current-url.js';
|
80
81
|
export { useScreenSize } from './src/hooks/use-screen-size.js';
|
81
|
-
export * from '@mantine/form';
|
82
82
|
export * from '@mantine/hooks';
|
83
|
-
export * from '@mantine/
|
83
|
+
export * from '@mantine/form';
|
84
84
|
export { zod4Resolver, zodResolver } from 'mantine-form-zod-resolver';
|
85
85
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@tmlmobilidade/ui",
|
3
3
|
"description": "UI components for Transportes Metropolitanos de Lisboa (TML) web applications.",
|
4
|
-
"version": "
|
4
|
+
"version": "20250824.2317.20",
|
5
5
|
"author": "João de Vasconcelos & Jusi Monteiro",
|
6
6
|
"license": "AGPL-3.0-or-later",
|
7
7
|
"publishConfig": {
|