@tmlmobilidade/ui 20250313.1809.31 → 20250325.1729.37
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 +124 -114
- package/dist/src/_virtual/jsx-runtime.js +4 -2
- package/dist/src/_virtual/jsx-runtime.js.map +1 -1
- package/dist/src/_virtual/jsx-runtime2.js +4 -0
- package/dist/src/_virtual/jsx-runtime2.js.map +1 -0
- package/dist/src/_virtual/navigation.js +4 -2
- package/dist/src/_virtual/navigation.js.map +1 -1
- package/dist/src/_virtual/navigation2.js +4 -0
- package/dist/src/_virtual/navigation2.js.map +1 -0
- package/dist/src/_virtual/unstable-rethrow.browser.js +4 -0
- package/dist/src/_virtual/unstable-rethrow.browser.js.map +1 -0
- package/dist/src/_virtual/unstable-rethrow.server.js +4 -0
- package/dist/src/_virtual/unstable-rethrow.server.js.map +1 -0
- package/dist/src/components/AppProvider/index.d.ts +2 -6
- package/dist/src/components/AppProvider/index.js +8 -9
- package/dist/src/components/AppProvider/index.js.map +1 -1
- package/dist/src/components/common/ActionIcon/index.js +1 -1
- package/dist/src/components/common/AppLogos/index.js +3 -3
- package/dist/src/components/common/Badge/index.js +1 -1
- package/dist/src/components/common/Button/index.js +1 -1
- package/dist/src/components/common/Checkbox/index.js +1 -1
- package/dist/src/components/common/Combobox/index.js +1 -1
- package/dist/src/components/common/ComponentWrapper/index.js +1 -1
- package/dist/src/components/common/DateTimePicker/index.js +1 -1
- package/dist/src/components/common/DeleteActionIcon/index.js +1 -1
- package/dist/src/components/common/Description/index.js +1 -1
- package/dist/src/components/common/FileButton/index.js +1 -1
- package/dist/src/components/common/Label/index.js +1 -1
- package/dist/src/components/common/Menu/index.js +1 -1
- package/dist/src/components/common/PasswordInput/index.js +1 -1
- package/dist/src/components/common/SegmentedControl/index.js +1 -1
- package/dist/src/components/common/Slider/index.js +1 -1
- package/dist/src/components/common/Switch/index.js +1 -1
- package/dist/src/components/common/Tag/index.js +1 -1
- package/dist/src/components/common/Text/index.js +1 -1
- package/dist/src/components/common/TextArea/index.js +1 -1
- package/dist/src/components/common/TextInput/index.js +1 -1
- package/dist/src/components/common/Tooltip/index.js +1 -1
- package/dist/src/components/datatable/DataTable/index.js +1 -1
- package/dist/src/components/datatable/DataTableContext/index.js +1 -1
- package/dist/src/components/datatable/DataTableHeader/index.js +1 -1
- package/dist/src/components/datatable/DataTableRow/index.js +1 -1
- package/dist/src/components/datatable/DataTableTitle/index.js +1 -1
- package/dist/src/components/index.d.ts +6 -8
- package/dist/src/components/layout/AppWrapper/Header/index.js +1 -1
- package/dist/src/components/layout/AppWrapper/index.d.ts +1 -1
- package/dist/src/components/layout/AppWrapper/index.js +3 -2
- package/dist/src/components/layout/AppWrapper/index.js.map +1 -1
- package/dist/src/components/layout/Grid/index.js +1 -1
- package/dist/src/components/layout/Section/index.js +1 -1
- package/dist/src/components/layout/Sidebar/index.js +1 -1
- package/dist/src/components/layout/SimpleSurface/index.js +1 -1
- package/dist/src/components/layout/Spacer/index.js +1 -1
- package/dist/src/components/layout/Surface/index.js +1 -1
- package/dist/src/components/map/MapView/index.d.ts +1 -1
- package/dist/src/components/map/MapView/index.js +2 -2
- package/dist/src/components/map/MapView/index.js.map +1 -1
- package/dist/src/components/map/MapViewStyleActiveStops/index.js +1 -1
- package/dist/src/components/map/MapViewStylePath/index.js +1 -1
- package/dist/src/components/map/MapViewStyleStops/index.js +1 -1
- package/dist/src/components/map/MapViewStyleVehicles/index.js +1 -1
- package/dist/src/components/theme/ThemeSwitcher/index.d.ts +1 -1
- package/dist/src/components/theme/ThemeSwitcher/index.js +16 -10
- package/dist/src/components/theme/ThemeSwitcher/index.js.map +1 -1
- package/dist/src/components/theme/Themer/index.d.ts +10 -10
- package/dist/src/components/theme/Themer/index.js +8 -9
- package/dist/src/components/theme/Themer/index.js.map +1 -1
- package/dist/src/components/theme/index.d.ts +1 -3
- package/dist/src/{components/providers → contexts}/MapOptions.context.d.ts +1 -1
- package/dist/src/{components/providers → contexts}/MapOptions.context.js +3 -1
- package/dist/src/contexts/MapOptions.context.js.map +1 -0
- package/dist/src/contexts/Me.context.d.ts +14 -0
- package/dist/src/contexts/Me.context.js +54 -0
- package/dist/src/contexts/Me.context.js.map +1 -0
- package/dist/src/contexts/Sidebar.context.d.ts +14 -0
- package/dist/src/contexts/Sidebar.context.js +53 -0
- package/dist/src/contexts/Sidebar.context.js.map +1 -0
- package/dist/src/contexts/Theme.context.d.ts +13 -0
- package/dist/src/contexts/Theme.context.js +60 -0
- package/dist/src/contexts/Theme.context.js.map +1 -0
- package/dist/src/contexts/index.d.ts +4 -0
- package/dist/src/hooks/index.d.ts +5 -0
- package/dist/src/hooks/use-is-active-page.js +33 -0
- package/dist/src/hooks/use-is-active-page.js.map +1 -0
- package/dist/src/index.css.map +1 -0
- package/dist/src/index.d.ts +4 -5
- package/dist/src/index.js +8 -6
- package/dist/src/index.js.map +1 -1
- package/dist/src/lib/map.utils.js +2 -1
- package/dist/src/lib/map.utils.js.map +1 -1
- package/dist/src/node_modules/@swc/helpers/cjs/_interop_require_default.js +17 -0
- package/dist/src/node_modules/@swc/helpers/cjs/_interop_require_default.js.map +1 -0
- package/dist/src/node_modules/@swc/helpers/cjs/_interop_require_wildcard.js +49 -0
- package/dist/src/node_modules/@swc/helpers/cjs/_interop_require_wildcard.js.map +1 -0
- package/dist/src/node_modules/@turf/helpers/dist/esm/index.js.map +1 -0
- package/dist/src/node_modules/{.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next → next}/dist/client/components/bailout-to-client-rendering.js +3 -4
- package/dist/src/node_modules/next/dist/client/components/bailout-to-client-rendering.js.map +1 -0
- package/dist/src/node_modules/next/dist/client/components/forbidden.js +63 -0
- package/dist/src/node_modules/next/dist/client/components/forbidden.js.map +1 -0
- package/dist/src/node_modules/next/dist/client/components/hooks-server-context.js +51 -0
- package/dist/src/node_modules/next/dist/client/components/hooks-server-context.js.map +1 -0
- package/dist/src/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js +78 -0
- package/dist/src/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js.map +1 -0
- package/dist/src/node_modules/next/dist/client/components/is-next-router-error.js +38 -0
- package/dist/src/node_modules/next/dist/client/components/is-next-router-error.js.map +1 -0
- package/dist/src/node_modules/next/dist/client/components/navigation.js +185 -0
- package/dist/src/node_modules/next/dist/client/components/navigation.js.map +1 -0
- package/dist/src/node_modules/next/dist/client/components/navigation.react-server.js +90 -0
- package/dist/src/node_modules/next/dist/client/components/navigation.react-server.js.map +1 -0
- package/dist/src/node_modules/next/dist/client/components/not-found.js +57 -0
- package/dist/src/node_modules/next/dist/client/components/not-found.js.map +1 -0
- package/dist/src/node_modules/next/dist/client/components/redirect-error.js +61 -0
- package/dist/src/node_modules/next/dist/client/components/redirect-error.js.map +1 -0
- package/dist/src/node_modules/next/dist/client/components/redirect-status-code.js +37 -0
- package/dist/src/node_modules/next/dist/client/components/redirect-status-code.js.map +1 -0
- package/dist/src/node_modules/next/dist/client/components/redirect.js +102 -0
- package/dist/src/node_modules/next/dist/client/components/redirect.js.map +1 -0
- package/dist/src/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js +34 -0
- package/dist/src/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js.map +1 -0
- package/dist/src/node_modules/next/dist/client/components/static-generation-bailout.js +51 -0
- package/dist/src/node_modules/next/dist/client/components/static-generation-bailout.js.map +1 -0
- package/dist/src/node_modules/next/dist/client/components/unauthorized.js +64 -0
- package/dist/src/node_modules/next/dist/client/components/unauthorized.js.map +1 -0
- package/dist/src/node_modules/next/dist/client/components/unstable-rethrow.browser.js +43 -0
- package/dist/src/node_modules/next/dist/client/components/unstable-rethrow.browser.js.map +1 -0
- package/dist/src/node_modules/next/dist/client/components/unstable-rethrow.js +42 -0
- package/dist/src/node_modules/next/dist/client/components/unstable-rethrow.js.map +1 -0
- package/dist/src/node_modules/next/dist/client/components/unstable-rethrow.server.js +51 -0
- package/dist/src/node_modules/next/dist/client/components/unstable-rethrow.server.js.map +1 -0
- package/dist/src/node_modules/next/dist/lib/metadata/metadata-constants.js +39 -0
- package/dist/src/node_modules/next/dist/lib/metadata/metadata-constants.js.map +1 -0
- package/dist/src/node_modules/next/dist/lib/scheduler.js +71 -0
- package/dist/src/node_modules/next/dist/lib/scheduler.js.map +1 -0
- package/dist/src/node_modules/next/dist/server/app-render/action-async-storage-instance.js +28 -0
- package/dist/src/node_modules/next/dist/server/app-render/action-async-storage-instance.js.map +1 -0
- package/dist/src/node_modules/next/dist/server/app-render/action-async-storage.external.js +27 -0
- package/dist/src/node_modules/next/dist/server/app-render/action-async-storage.external.js.map +1 -0
- package/dist/src/node_modules/next/dist/server/app-render/async-local-storage.js +83 -0
- package/dist/src/node_modules/next/dist/server/app-render/async-local-storage.js.map +1 -0
- package/dist/src/node_modules/next/dist/server/app-render/dynamic-rendering.js +538 -0
- package/dist/src/node_modules/next/dist/server/app-render/dynamic-rendering.js.map +1 -0
- package/dist/src/node_modules/next/dist/server/app-render/work-async-storage-instance.js +28 -0
- package/dist/src/node_modules/next/dist/server/app-render/work-async-storage-instance.js.map +1 -0
- package/dist/src/node_modules/next/dist/server/app-render/work-async-storage.external.js +27 -0
- package/dist/src/node_modules/next/dist/server/app-render/work-async-storage.external.js.map +1 -0
- package/dist/src/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js +28 -0
- package/dist/src/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js.map +1 -0
- package/dist/src/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js +99 -0
- package/dist/src/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js.map +1 -0
- package/dist/src/node_modules/next/dist/server/dynamic-rendering-utils.js +60 -0
- package/dist/src/node_modules/next/dist/server/dynamic-rendering-utils.js.map +1 -0
- package/dist/src/node_modules/next/dist/server/lib/router-utils/is-postpone.js +29 -0
- package/dist/src/node_modules/next/dist/server/lib/router-utils/is-postpone.js.map +1 -0
- package/dist/src/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js +58 -0
- package/dist/src/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js.map +1 -0
- package/dist/src/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js +47 -0
- package/dist/src/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js.map +1 -0
- package/dist/src/node_modules/{.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next → next}/dist/shared/lib/lazy-dynamic/bailout-to-csr.js +1 -1
- package/dist/src/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js.map +1 -0
- package/dist/src/node_modules/next/dist/shared/lib/segment.js +59 -0
- package/dist/src/node_modules/next/dist/shared/lib/segment.js.map +1 -0
- package/dist/src/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js +46 -0
- package/dist/src/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js.map +1 -0
- package/dist/src/node_modules/next/navigation.js +14 -0
- package/dist/src/node_modules/next/navigation.js.map +1 -0
- package/dist/src/node_modules/nuqs/dist/adapters/next/app.js.map +1 -0
- package/dist/src/node_modules/nuqs/dist/chunk-5WWTJYGR.js.map +1 -0
- package/dist/src/node_modules/{.pnpm/nuqs@2.4.1_next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0__react@19.0.0/node_modules/nuqs → nuqs}/dist/chunk-C3RNEY2H.js +3 -3
- package/dist/src/node_modules/nuqs/dist/chunk-C3RNEY2H.js.map +1 -0
- package/dist/src/node_modules/{.pnpm/react@19.0.0/node_modules/react → react}/cjs/react-jsx-runtime.development.js +1 -1
- package/dist/src/node_modules/react/cjs/react-jsx-runtime.development.js.map +1 -0
- package/dist/src/node_modules/{.pnpm/react@19.0.0/node_modules/react → react}/cjs/react-jsx-runtime.production.js +1 -1
- package/dist/src/node_modules/react/cjs/react-jsx-runtime.production.js.map +1 -0
- package/dist/src/node_modules/react/jsx-runtime.js +20 -0
- package/dist/src/node_modules/react/jsx-runtime.js.map +1 -0
- package/dist/src/styles/mantine/PasswordInput.module.css.js +4 -0
- package/dist/src/styles/mantine/PasswordInput.module.css.js.map +1 -0
- package/dist/src/styles/mantine/TextInput-sm.module.css.js +4 -0
- package/dist/src/styles/mantine/TextInput-sm.module.css.js.map +1 -0
- package/dist/src/styles/mantine/TextInput.module.css.js +4 -0
- package/dist/src/styles/mantine/TextInput.module.css.js.map +1 -0
- package/dist/src/styles/theme.js +9 -4
- package/dist/src/styles/theme.js.map +1 -1
- package/dist/styles-no-reset.css +276 -329
- package/dist/styles.css +277 -330
- package/package.json +47 -46
- package/dist/src/_virtual/is-dynamic-usage-error.js +0 -4
- package/dist/src/_virtual/is-dynamic-usage-error.js.map +0 -1
- package/dist/src/components/providers/MapOptions.context.js.map +0 -1
- package/dist/src/components/providers/Me.context.d.ts +0 -20
- package/dist/src/components/providers/Me.context.js +0 -61
- package/dist/src/components/providers/Me.context.js.map +0 -1
- package/dist/src/components/theme/ThemeProvider/index.d.ts +0 -12
- package/dist/src/components/theme/ThemeProvider/index.js +0 -49
- package/dist/src/components/theme/ThemeProvider/index.js.map +0 -1
- package/dist/src/components/theme/ThemeProvider/use-theme.d.ts +0 -2
- package/dist/src/components/theme/ThemeProvider/use-theme.js +0 -15
- package/dist/src/components/theme/ThemeProvider/use-theme.js.map +0 -1
- package/dist/src/node_modules/.pnpm/@swc_helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_default.js +0 -9
- package/dist/src/node_modules/.pnpm/@swc_helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_default.js.map +0 -1
- package/dist/src/node_modules/.pnpm/@swc_helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_wildcard.js +0 -41
- package/dist/src/node_modules/.pnpm/@swc_helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_wildcard.js.map +0 -1
- package/dist/src/node_modules/.pnpm/@turf_helpers@7.2.0/node_modules/@turf/helpers/dist/esm/index.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/bailout-to-client-rendering.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/forbidden.js +0 -58
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/forbidden.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/hooks-server-context.js +0 -46
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/hooks-server-context.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js +0 -73
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/is-next-router-error.js +0 -33
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/is-next-router-error.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/navigation.js +0 -185
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/navigation.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/navigation.react-server.js +0 -85
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/navigation.react-server.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/not-found.js +0 -52
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/not-found.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/redirect-error.js +0 -56
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/redirect-error.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/redirect-status-code.js +0 -32
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/redirect-status-code.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/redirect.js +0 -98
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/redirect.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js +0 -29
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/static-generation-bailout.js +0 -46
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/static-generation-bailout.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/unauthorized.js +0 -59
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/unauthorized.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/unstable-rethrow.js +0 -47
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/client/components/unstable-rethrow.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/export/helpers/is-dynamic-usage-error.js +0 -26
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/export/helpers/is-dynamic-usage-error.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/metadata/metadata-constants.js +0 -30
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/metadata/metadata-constants.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/scheduler.js +0 -62
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/lib/scheduler.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/action-async-storage-instance.js +0 -20
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/action-async-storage-instance.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/action-async-storage.external.js +0 -19
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/action-async-storage.external.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/async-local-storage.js +0 -74
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/async-local-storage.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/dynamic-rendering.js +0 -536
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/dynamic-rendering.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/work-async-storage-instance.js +0 -20
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/work-async-storage-instance.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/work-async-storage.external.js +0 -19
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/work-async-storage.external.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js +0 -20
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js +0 -91
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/dynamic-rendering-utils.js +0 -51
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/dynamic-rendering-utils.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/lib/router-utils/is-postpone.js +0 -20
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/server/lib/router-utils/is-postpone.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js +0 -50
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js +0 -38
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/segment.js +0 -50
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/segment.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js +0 -38
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js.map +0 -1
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/navigation.js +0 -6
- package/dist/src/node_modules/.pnpm/next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/next/navigation.js.map +0 -1
- package/dist/src/node_modules/.pnpm/nuqs@2.4.1_next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0__react@19.0.0/node_modules/nuqs/dist/adapters/next/app.js.map +0 -1
- package/dist/src/node_modules/.pnpm/nuqs@2.4.1_next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0__react@19.0.0/node_modules/nuqs/dist/chunk-5WWTJYGR.js.map +0 -1
- package/dist/src/node_modules/.pnpm/nuqs@2.4.1_next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0__react@19.0.0/node_modules/nuqs/dist/chunk-C3RNEY2H.js.map +0 -1
- package/dist/src/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react-jsx-runtime.development.js.map +0 -1
- package/dist/src/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react-jsx-runtime.production.js.map +0 -1
- package/dist/src/node_modules/.pnpm/react@19.0.0/node_modules/react/jsx-runtime.js +0 -14
- package/dist/src/node_modules/.pnpm/react@19.0.0/node_modules/react/jsx-runtime.js.map +0 -1
- package/dist/src/styles/mantine/button.module.css.js +0 -4
- package/dist/src/styles/mantine/button.module.css.js.map +0 -1
- package/dist/src/styles/mantine/password-input.module.css.js +0 -4
- package/dist/src/styles/mantine/password-input.module.css.js.map +0 -1
- package/dist/src/styles/mantine/text-input-sm.module.css.js +0 -4
- package/dist/src/styles/mantine/text-input-sm.module.css.js.map +0 -1
- package/dist/src/styles/mantine/text-input.module.css.js +0 -4
- package/dist/src/styles/mantine/text-input.module.css.js.map +0 -1
- /package/dist/src/node_modules/{.pnpm/@turf_helpers@7.2.0/node_modules/@turf → @turf}/helpers/dist/esm/index.js +0 -0
- /package/dist/src/node_modules/{.pnpm/nuqs@2.4.1_next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0__react@19.0.0/node_modules/nuqs → nuqs}/dist/adapters/next/app.js +0 -0
- /package/dist/src/node_modules/{.pnpm/nuqs@2.4.1_next@15.2.0_react-dom@19.0.0_react@19.0.0__react@19.0.0__react@19.0.0/node_modules/nuqs → nuqs}/dist/chunk-5WWTJYGR.js +0 -0
package/dist/index.d.ts
CHANGED
@@ -1,94 +1,45 @@
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
2
|
+
import * as React$1 from 'react';
|
3
|
+
import React__default, { PropsWithChildren, ReactNode } from 'react';
|
2
4
|
import { BadgeProps as BadgeProps$1, ButtonProps as ButtonProps$1, CheckboxProps as CheckboxProps$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, PasswordInputProps, SegmentedControlProps as SegmentedControlProps$1, SliderProps as SliderProps$1, SwitchProps as SwitchProps$1, TextProps as TextProps$1, TextareaProps, TextInputProps as TextInputProps$1, TooltipProps as TooltipProps$1, AccordionStylesNames } from '@mantine/core';
|
3
5
|
export { RenderTreeNodePayload, Tree, TreeNodeData, getTreeExpandedState, useTree } from '@mantine/core';
|
4
|
-
import * as React$1 from 'react';
|
5
|
-
import React__default, { ReactNode } from 'react';
|
6
6
|
import { DateTimePickerProps as DateTimePickerProps$1 } from '@mantine/dates';
|
7
7
|
import { MapRef, MapLayerMouseEvent, ViewStateChangeEvent } from '@vis.gl/react-maplibre';
|
8
|
+
import { User } from '@tmlmobilidade/types';
|
8
9
|
import { NotificationData } from '@mantine/notifications';
|
9
10
|
export * from '@mantine/form';
|
10
11
|
export * from '@mantine/hooks';
|
11
12
|
export * from '@mantine/modals';
|
12
13
|
|
13
|
-
interface
|
14
|
-
|
15
|
-
href: string;
|
16
|
-
icon: React.ReactNode | string;
|
17
|
-
label: string;
|
18
|
-
}
|
19
|
-
interface SidebarProps {
|
20
|
-
items: SidebarItemProps[];
|
21
|
-
}
|
22
|
-
declare function Sidebar({ items, }: SidebarProps): react_jsx_runtime.JSX.Element;
|
23
|
-
|
24
|
-
interface MeContextState {
|
25
|
-
data: {
|
26
|
-
sidebar: SidebarItemProps[];
|
27
|
-
user: any;
|
28
|
-
};
|
29
|
-
flags: {
|
30
|
-
error: null | string;
|
31
|
-
loading: boolean;
|
32
|
-
};
|
33
|
-
}
|
34
|
-
interface MeContextProviderProps {
|
35
|
-
children: React.ReactNode;
|
36
|
-
initialSidebar?: MeContextState['data']['sidebar'];
|
37
|
-
initialUser?: MeContextState['data']['user'];
|
38
|
-
meApiUrl: string;
|
39
|
-
}
|
40
|
-
declare function useMeContext(): MeContextState;
|
41
|
-
|
42
|
-
declare const THEMES: readonly ["ocean", "park", "path", "pool", "royal", "street"];
|
43
|
-
interface ThemeContextType {
|
44
|
-
setTheme: (theme: typeof THEMES[number]) => void;
|
45
|
-
theme: typeof THEMES[number];
|
46
|
-
}
|
47
|
-
interface ThemeProviderProps {
|
48
|
-
children: React.ReactNode;
|
49
|
-
fontFamilyStyle?: string;
|
50
|
-
initialTheme?: typeof THEMES[number];
|
14
|
+
interface CenterMapOptions {
|
15
|
+
padding: number;
|
51
16
|
}
|
52
|
-
declare function ThemeProvider({ children, fontFamilyStyle, initialTheme }: ThemeProviderProps): react_jsx_runtime.JSX.Element;
|
53
|
-
|
54
|
-
declare function useTheme(): ThemeContextType;
|
55
|
-
|
56
17
|
/**
|
57
|
-
*
|
58
|
-
* @param
|
59
|
-
* @
|
18
|
+
*
|
19
|
+
* @param mapObject The map that should be manipulated
|
20
|
+
* @param features The features to center the map on
|
21
|
+
* @param options Optional settings to customize the centering
|
60
22
|
*/
|
61
|
-
declare
|
62
|
-
children: React.ReactNode;
|
63
|
-
}): react_jsx_runtime.JSX.Element;
|
23
|
+
declare const centerMap: (mapObject: any, features: GeoJSON.Feature<GeoJSON.Geometry, GeoJSON.GeoJsonProperties>[], options?: CenterMapOptions) => void;
|
64
24
|
/**
|
65
|
-
*
|
66
|
-
* @param
|
67
|
-
* @
|
25
|
+
*
|
26
|
+
* @param mapObject THe map that should be manipulated
|
27
|
+
* @param coordinates The destination coordinates to move the map to
|
28
|
+
* @param options Optional settings to customize the movement
|
68
29
|
*/
|
69
|
-
declare
|
70
|
-
children: React.ReactNode;
|
71
|
-
}): react_jsx_runtime.JSX.Element;
|
30
|
+
declare const moveMap: (mapObject: any, coordinates: GeoJSON.Position) => void;
|
72
31
|
/**
|
73
|
-
*
|
74
|
-
* @
|
75
|
-
* @param {ReactNode} light The content to display in light theme.
|
76
|
-
* @returns {JSX.Element} The rendered ThemeSwitch component.
|
32
|
+
* Return a base GeoJSON Feature for LineString object
|
33
|
+
* @returns A GeoJSON Feature for LineString object with an empty features array
|
77
34
|
*/
|
78
|
-
declare
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
onThemeChange?: (theme: string) => void;
|
85
|
-
}
|
86
|
-
declare function ThemeSwitcher({ onThemeChange }: ThemeSwitcherProps): react_jsx_runtime.JSX.Element;
|
35
|
+
declare const getBaseGeoJsonFeatureLineString: () => GeoJSON.Feature<GeoJSON.LineString>;
|
36
|
+
/**
|
37
|
+
* Return a base GeoJSON FeatureCollection object
|
38
|
+
* @returns A GeoJSON FeatureCollection object with an empty features array
|
39
|
+
*/
|
40
|
+
declare const getBaseGeoJsonFeatureCollection: () => GeoJSON.FeatureCollection<GeoJSON.LineString | GeoJSON.Point, GeoJSON.GeoJsonProperties>;
|
87
41
|
|
88
|
-
|
89
|
-
children: React.ReactNode;
|
90
|
-
}
|
91
|
-
declare function AppProvider({ children, fontFamilyStyle, initialSidebar, initialTheme, initialUser, meApiUrl }: AppProviderProps): react_jsx_runtime.JSX.Element;
|
42
|
+
declare function AppProvider({ children }: PropsWithChildren): react_jsx_runtime.JSX.Element;
|
92
43
|
|
93
44
|
interface ActionIconProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
|
94
45
|
disabled?: boolean;
|
@@ -466,6 +417,17 @@ interface DataTableTitleProps<T> {
|
|
466
417
|
|
467
418
|
declare function DataTable<T>({ records, ...props }: DataTableProps<T>): react_jsx_runtime.JSX.Element;
|
468
419
|
|
420
|
+
interface SidebarItemProps {
|
421
|
+
disabled?: boolean;
|
422
|
+
href: string;
|
423
|
+
icon: React.ReactNode | string;
|
424
|
+
label: string;
|
425
|
+
}
|
426
|
+
interface SidebarProps {
|
427
|
+
items: SidebarItemProps[];
|
428
|
+
}
|
429
|
+
declare function Sidebar({ items, }: SidebarProps): react_jsx_runtime.JSX.Element;
|
430
|
+
|
469
431
|
interface HeaderProps {
|
470
432
|
user_name?: string;
|
471
433
|
}
|
@@ -478,7 +440,7 @@ interface AppWrapperProps {
|
|
478
440
|
};
|
479
441
|
sidebarItems: SidebarItemProps[];
|
480
442
|
}
|
481
|
-
declare function AppWrapper({ children, headerProps, icon, sidebarItems
|
443
|
+
declare function AppWrapper({ children, headerProps, icon, sidebarItems }: AppWrapperProps): react_jsx_runtime.JSX.Element;
|
482
444
|
|
483
445
|
interface Props$5 extends React.HTMLAttributes<HTMLDivElement> {
|
484
446
|
columns?: 'a' | 'aab' | 'ab' | 'abb' | 'abc' | 'abcd';
|
@@ -531,6 +493,27 @@ interface SurfaceProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
531
493
|
declare function Surface({ alignItems, borderRadius, children, classNames, divider, flexDirection, gap, justifyContent, padding, variant, ...props }: SurfaceProps): react_jsx_runtime.JSX.Element;
|
532
494
|
|
533
495
|
type MapStyle = 'map' | 'satellite';
|
496
|
+
interface MapOptionsContextState {
|
497
|
+
actions: {
|
498
|
+
centerMap: (source: string) => void;
|
499
|
+
setMap: (map: MapRef) => void;
|
500
|
+
setStyle: (value: MapStyle) => void;
|
501
|
+
setViewportHeight: (value: number) => void;
|
502
|
+
};
|
503
|
+
data: {
|
504
|
+
map: MapRef | undefined;
|
505
|
+
style: string;
|
506
|
+
viewport_height: null | number;
|
507
|
+
};
|
508
|
+
flags: {
|
509
|
+
is_loading: boolean;
|
510
|
+
};
|
511
|
+
}
|
512
|
+
declare function useMapOptionsContext(): MapOptionsContextState;
|
513
|
+
declare const MapOptionsContextProvider: ({ children }: {
|
514
|
+
children: React.ReactNode;
|
515
|
+
}) => react_jsx_runtime.JSX.Element;
|
516
|
+
|
534
517
|
interface Props$4 {
|
535
518
|
children: React.ReactNode;
|
536
519
|
fullscreen?: boolean;
|
@@ -593,23 +576,73 @@ interface Props {
|
|
593
576
|
}
|
594
577
|
declare function MapViewStyleVehicles({ presentBeforeId, vehiclesData }: Props): react_jsx_runtime.JSX.Element;
|
595
578
|
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
|
579
|
+
/**
|
580
|
+
* Use to show children only when light theme is active. Hidden otherwise.
|
581
|
+
* @param {React.ReactElement} children The content to display in light theme.
|
582
|
+
* @returns {React.ReactElement} The rendered ThemeLight component.
|
583
|
+
*/
|
584
|
+
declare function ThemeLight({ children }: {
|
585
|
+
children: React.ReactNode;
|
586
|
+
}): React.ReactElement;
|
587
|
+
/**
|
588
|
+
* Use to show children only when dark theme is active. Hidden otherwise.
|
589
|
+
* @param {React.ReactNode} children The content to display in dark theme.
|
590
|
+
* @returns {React.ReactElement} The rendered ThemeDark component.
|
591
|
+
*/
|
592
|
+
declare function ThemeDark({ children }: {
|
593
|
+
children: React.ReactNode;
|
594
|
+
}): React.ReactElement;
|
595
|
+
/**
|
596
|
+
* ThemeSwitch component to automatically toggle children components between dark and light themes.
|
597
|
+
* @param {React.ReactNode} dark The content to display in dark theme.
|
598
|
+
* @param {React.ReactNode} light The content to display in light theme.
|
599
|
+
* @returns {React.ReactElement} The rendered ThemeSwitch component.
|
600
|
+
*/
|
601
|
+
declare function Themer({ dark, light }: {
|
602
|
+
dark: React.ReactNode;
|
603
|
+
light: React.ReactNode;
|
604
|
+
}): React.ReactElement;
|
605
|
+
|
606
|
+
interface ThemeSwitcherProps {
|
607
|
+
onThemeChange?: (theme: string) => void;
|
608
|
+
}
|
609
|
+
declare function ThemeSwitcher({ onThemeChange }: ThemeSwitcherProps): react_jsx_runtime.JSX.Element;
|
610
|
+
|
611
|
+
interface MeContextState {
|
612
|
+
data: {
|
613
|
+
user: null | User;
|
602
614
|
};
|
615
|
+
flags: {
|
616
|
+
error: null | string;
|
617
|
+
loading: boolean;
|
618
|
+
};
|
619
|
+
}
|
620
|
+
declare function useMeContext(): MeContextState;
|
621
|
+
declare const MeContextProvider: ({ children }: PropsWithChildren) => react_jsx_runtime.JSX.Element;
|
622
|
+
|
623
|
+
interface SidebarContextState {
|
603
624
|
data: {
|
604
|
-
|
605
|
-
style: string;
|
606
|
-
viewport_height: null | number;
|
625
|
+
sidebar: SidebarItemProps[];
|
607
626
|
};
|
608
627
|
flags: {
|
609
|
-
|
628
|
+
error: null | string;
|
629
|
+
loading: boolean;
|
610
630
|
};
|
611
631
|
}
|
612
|
-
declare function
|
632
|
+
declare function useSidebarContext(): SidebarContextState;
|
633
|
+
declare const SidebarContextProvider: ({ children }: PropsWithChildren) => react_jsx_runtime.JSX.Element;
|
634
|
+
|
635
|
+
declare const AVAILABLE_THEMES: readonly ["ocean", "park", "path", "pool", "royal", "street"];
|
636
|
+
interface ThemeContextState {
|
637
|
+
actions: {
|
638
|
+
activateTheme: (theme: typeof AVAILABLE_THEMES[number]) => void;
|
639
|
+
};
|
640
|
+
data: {
|
641
|
+
active_theme: typeof AVAILABLE_THEMES[number];
|
642
|
+
};
|
643
|
+
}
|
644
|
+
declare function useThemeContext(): ThemeContextState;
|
645
|
+
declare const ThemeContextProvider: ({ children }: PropsWithChildren) => react_jsx_runtime.JSX.Element;
|
613
646
|
|
614
647
|
interface ToastProps extends NotificationData {
|
615
648
|
type?: 'error' | 'info' | 'success' | 'warning';
|
@@ -674,6 +707,10 @@ declare class Toast {
|
|
674
707
|
}
|
675
708
|
declare const useToast: Toast;
|
676
709
|
|
710
|
+
declare function useIsActiveDomain(domain: string): boolean;
|
711
|
+
|
712
|
+
declare function useIsActivePage(href: string): boolean;
|
713
|
+
|
677
714
|
declare function useScreenSize(): "desktop" | "mobile" | "tablet" | undefined;
|
678
715
|
|
679
716
|
declare function useSearchQuery<T>(data: T[], { accessors, customSearch, debounce, }?: {
|
@@ -686,32 +723,5 @@ declare function useSearchQuery<T>(data: T[], { accessors, customSearch, debounc
|
|
686
723
|
setSearchQuery: React$1.Dispatch<React$1.SetStateAction<string | undefined>>;
|
687
724
|
};
|
688
725
|
|
689
|
-
|
690
|
-
|
691
|
-
}
|
692
|
-
/**
|
693
|
-
*
|
694
|
-
* @param mapObject The map that should be manipulated
|
695
|
-
* @param features The features to center the map on
|
696
|
-
* @param options Optional settings to customize the centering
|
697
|
-
*/
|
698
|
-
declare const centerMap: (mapObject: any, features: GeoJSON.Feature<GeoJSON.Geometry, GeoJSON.GeoJsonProperties>[], options?: CenterMapOptions) => void;
|
699
|
-
/**
|
700
|
-
*
|
701
|
-
* @param mapObject THe map that should be manipulated
|
702
|
-
* @param coordinates The destination coordinates to move the map to
|
703
|
-
* @param options Optional settings to customize the movement
|
704
|
-
*/
|
705
|
-
declare const moveMap: (mapObject: any, coordinates: GeoJSON.Position) => void;
|
706
|
-
/**
|
707
|
-
* Return a base GeoJSON Feature for LineString object
|
708
|
-
* @returns A GeoJSON Feature for LineString object with an empty features array
|
709
|
-
*/
|
710
|
-
declare const getBaseGeoJsonFeatureLineString: () => GeoJSON.Feature<GeoJSON.LineString>;
|
711
|
-
/**
|
712
|
-
* Return a base GeoJSON FeatureCollection object
|
713
|
-
* @returns A GeoJSON FeatureCollection object with an empty features array
|
714
|
-
*/
|
715
|
-
declare const getBaseGeoJsonFeatureCollection: () => GeoJSON.FeatureCollection<GeoJSON.LineString | GeoJSON.Point, GeoJSON.GeoJsonProperties>;
|
716
|
-
|
717
|
-
export { ActionIcon, AppProvider, type AppProviderProps, AppWrapper, Badge, Button, CMIcon, CMLogo, Checkbox, ComboboxComponent as Combobox, ComponentWrapper, type DataItem, DataTable, type DataTableColumn, type DataTableColumnProps, type DataTableHeaderProps, type DataTableProps, type DataTableRowProps, type DataTableSearchProps, type DataTableTitleProps, DateTimePicker, DeleteActionIcon, Description, FileButton, Grid, Label, type MapStyle, MapView, MapViewStyleActiveStops, MapViewStyleActiveStopsInteractiveLayerId, MapViewStyleActiveStopsPrimaryLayerId, MapViewStylePath, MapViewStylePathInteractiveLayerId, MapViewStylePathPrimaryLayerId, MapViewStyleStops, MapViewStyleStopsInteractiveLayerId, MapViewStyleStopsPrimaryLayerId, MapViewStyleVehicles, MapViewStyleVehiclesInteractiveLayerId, MapViewStyleVehiclesPrimaryLayerId, Menu, PasswordInput, Section, SegmentedControl, Sidebar, type SidebarItemProps, SimpleSurface, Slider, Spacer, Surface, Switch, TMLogo, TMLogoDark, TMLogoLight, Tag, Text, Component$1 as TextArea, Component as TextInput, ThemeDark, ThemeLight, ThemeProvider, type ThemeProviderProps, ThemeSwitcher, Themer, type ToastPromiseParams, type ToastProps, Tooltip, centerMap, getBaseGeoJsonFeatureCollection, getBaseGeoJsonFeatureLineString, moveMap, useMapOptionsContext, useMeContext, useScreenSize, useSearchQuery, useTheme, useToast };
|
726
|
+
export { AVAILABLE_THEMES, ActionIcon, AppProvider, AppWrapper, Badge, Button, CMIcon, CMLogo, Checkbox, ComboboxComponent as Combobox, ComponentWrapper, DataTable, DateTimePicker, DeleteActionIcon, Description, FileButton, Grid, Label, MapOptionsContextProvider, MapView, MapViewStyleActiveStops, MapViewStyleActiveStopsInteractiveLayerId, MapViewStyleActiveStopsPrimaryLayerId, MapViewStylePath, MapViewStylePathInteractiveLayerId, MapViewStylePathPrimaryLayerId, MapViewStyleStops, MapViewStyleStopsInteractiveLayerId, MapViewStyleStopsPrimaryLayerId, MapViewStyleVehicles, MapViewStyleVehiclesInteractiveLayerId, MapViewStyleVehiclesPrimaryLayerId, MeContextProvider, Menu, PasswordInput, Section, SegmentedControl, Sidebar, SidebarContextProvider, SimpleSurface, Slider, Spacer, Surface, Switch, TMLogo, TMLogoDark, TMLogoLight, Tag, Text, Component$1 as TextArea, Component as TextInput, ThemeContextProvider, ThemeDark, ThemeLight, ThemeSwitcher, Themer, Tooltip, centerMap, getBaseGeoJsonFeatureCollection, getBaseGeoJsonFeatureLineString, moveMap, useIsActiveDomain, useIsActivePage, useMapOptionsContext, useMeContext, useScreenSize, useSearchQuery, useSidebarContext, useThemeContext, useToast };
|
727
|
+
export type { DataItem, DataTableColumn, DataTableColumnProps, DataTableHeaderProps, DataTableProps, DataTableRowProps, DataTableSearchProps, DataTableTitleProps, MapStyle, SidebarItemProps, ToastPromiseParams, ToastProps };
|
@@ -1,4 +1,6 @@
|
|
1
|
-
|
1
|
+
import { __require as requireJsxRuntime } from '../node_modules/react/jsx-runtime.js';
|
2
2
|
|
3
|
-
|
3
|
+
var jsxRuntimeExports = requireJsxRuntime();
|
4
|
+
|
5
|
+
export { jsxRuntimeExports as j };
|
4
6
|
//# sourceMappingURL=jsx-runtime.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"jsx-runtime.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"jsx-runtime.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"jsx-runtime2.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -1,4 +1,6 @@
|
|
1
|
-
|
1
|
+
import { __require as requireNavigation } from '../node_modules/next/navigation.js';
|
2
2
|
|
3
|
-
|
3
|
+
var navigationExports = requireNavigation();
|
4
|
+
|
5
|
+
export { navigationExports as n };
|
4
6
|
//# sourceMappingURL=navigation.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"navigation.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"navigation.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"navigation2.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"unstable-rethrow.browser.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"unstable-rethrow.server.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
@@ -1,6 +1,2 @@
|
|
1
|
-
import { type
|
2
|
-
|
3
|
-
export interface AppProviderProps extends MeContextProviderProps, ThemeProviderProps {
|
4
|
-
children: React.ReactNode;
|
5
|
-
}
|
6
|
-
export declare function AppProvider({ children, fontFamilyStyle, initialSidebar, initialTheme, initialUser, meApiUrl }: AppProviderProps): import("react/jsx-runtime").JSX.Element;
|
1
|
+
import { type PropsWithChildren } from 'react';
|
2
|
+
export declare function AppProvider({ children }: PropsWithChildren): import("react/jsx-runtime").JSX.Element;
|
@@ -1,15 +1,14 @@
|
|
1
1
|
'use client';
|
2
|
-
import { j as jsxRuntimeExports } from '../../
|
2
|
+
import { j as jsxRuntimeExports } from '../../_virtual/jsx-runtime.js';
|
3
|
+
import { MapOptionsContextProvider } from '../../contexts/MapOptions.context.js';
|
4
|
+
import { MeContextProvider } from '../../contexts/Me.context.js';
|
5
|
+
import { ThemeContextProvider } from '../../contexts/Theme.context.js';
|
3
6
|
import { MapProvider } from '@vis.gl/react-maplibre';
|
4
|
-
import { NuqsAdapter } from '../../node_modules
|
7
|
+
import { NuqsAdapter } from '../../node_modules/nuqs/dist/adapters/next/app.js';
|
5
8
|
import { SWRConfig } from 'swr';
|
6
|
-
import { MapOptionsContextProvider } from '../providers/MapOptions.context.js';
|
7
|
-
import { MeContextProvider } from '../providers/Me.context.js';
|
8
|
-
import ThemeProvider from '../theme/ThemeProvider/index.js';
|
9
|
-
import 'react';
|
10
|
-
import '@mantine/core';
|
11
9
|
|
12
|
-
|
10
|
+
/* * */
|
11
|
+
function AppProvider({ children }) {
|
13
12
|
//
|
14
13
|
//
|
15
14
|
// A. Setup variables
|
@@ -34,7 +33,7 @@ function AppProvider({ children, fontFamilyStyle, initialSidebar, initialTheme,
|
|
34
33
|
};
|
35
34
|
//
|
36
35
|
// B. Render components
|
37
|
-
return (jsxRuntimeExports.jsx(
|
36
|
+
return (jsxRuntimeExports.jsx(SWRConfig, { value: swrSettings, children: jsxRuntimeExports.jsx(NuqsAdapter, { children: jsxRuntimeExports.jsx(ThemeContextProvider, { children: jsxRuntimeExports.jsx(MapOptionsContextProvider, { children: jsxRuntimeExports.jsx(MapProvider, { children: jsxRuntimeExports.jsx(MeContextProvider, { children: children }) }) }) }) }) }));
|
38
37
|
//
|
39
38
|
}
|
40
39
|
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../../src/components/AppProvider/index.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":"
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../src/components/AppProvider/index.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":"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"}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
'use client';
|
2
|
-
import { j as jsxRuntimeExports } from '../../../
|
2
|
+
import { j as jsxRuntimeExports } from '../../../_virtual/jsx-runtime.js';
|
3
3
|
import { cn } from '../../../lib/utils.js';
|
4
4
|
import { ActionIcon as ActionIcon$1 } from '@mantine/core';
|
5
5
|
import styles from './styles.module.css.js';
|
@@ -1,9 +1,9 @@
|
|
1
1
|
'use client';
|
2
|
-
import { j as jsxRuntimeExports } from '../../../
|
3
|
-
import '../../theme/ThemeProvider/index.js';
|
4
|
-
import 'react';
|
2
|
+
import { j as jsxRuntimeExports } from '../../../_virtual/jsx-runtime.js';
|
5
3
|
import { Themer } from '../../theme/Themer/index.js';
|
4
|
+
import '../../../contexts/Theme.context.js';
|
6
5
|
import '@mantine/core';
|
6
|
+
import 'react';
|
7
7
|
|
8
8
|
// CM ICON
|
9
9
|
function CMIcon() {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
'use client';
|
2
|
-
import { j as jsxRuntimeExports } from '../../../
|
2
|
+
import { j as jsxRuntimeExports } from '../../../_virtual/jsx-runtime.js';
|
3
3
|
import { cn } from '../../../lib/utils.js';
|
4
4
|
import { Badge as Badge$1 } from '@mantine/core';
|
5
5
|
import styles from './styles.module.css.js';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
'use client';
|
2
|
-
import { j as jsxRuntimeExports } from '../../../
|
2
|
+
import { j as jsxRuntimeExports } from '../../../_virtual/jsx-runtime.js';
|
3
3
|
import { Button as Button$1 } from '@mantine/core';
|
4
4
|
|
5
5
|
/* * */
|
@@ -1,5 +1,5 @@
|
|
1
1
|
'use client';
|
2
|
-
import { j as jsxRuntimeExports } from '../../../
|
2
|
+
import { j as jsxRuntimeExports } from '../../../_virtual/jsx-runtime.js';
|
3
3
|
import { Checkbox as Checkbox$1 } from '@mantine/core';
|
4
4
|
import styles from './styles.module.css.js';
|
5
5
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
'use client';
|
2
|
-
import { j as jsxRuntimeExports } from '../../../
|
2
|
+
import { j as jsxRuntimeExports } from '../../../_virtual/jsx-runtime.js';
|
3
3
|
import { cn } from '../../../lib/utils.js';
|
4
4
|
import { useCombobox, Combobox, Group, CheckIcon, PillsInput, Pill, InputBase, Input, ActionIcon } from '@mantine/core';
|
5
5
|
import { IconX, IconCaretDownFilled } from '@tabler/icons-react';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { j as jsxRuntimeExports } from '../../../
|
1
|
+
import { j as jsxRuntimeExports } from '../../../_virtual/jsx-runtime.js';
|
2
2
|
import styles from './styles.module.css.js';
|
3
3
|
|
4
4
|
function ComponentWrapper({ children, className }) {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
'use client';
|
2
|
-
import { j as jsxRuntimeExports } from '../../../
|
2
|
+
import { j as jsxRuntimeExports } from '../../../_virtual/jsx-runtime.js';
|
3
3
|
import { DateTimePicker as DateTimePicker$1 } from '@mantine/dates';
|
4
4
|
import { IconCalendar } from '@tabler/icons-react';
|
5
5
|
import styles from './styles.module.css.js';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
'use client';
|
2
|
-
import { j as jsxRuntimeExports } from '../../../
|
2
|
+
import { j as jsxRuntimeExports } from '../../../_virtual/jsx-runtime.js';
|
3
3
|
import { modals } from '@mantine/modals';
|
4
4
|
import { IconTrash } from '@tabler/icons-react';
|
5
5
|
import ActionIcon from '../ActionIcon/index.js';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
'use client';
|
2
|
-
import { j as jsxRuntimeExports } from '../../../
|
2
|
+
import { j as jsxRuntimeExports } from '../../../_virtual/jsx-runtime.js';
|
3
3
|
import { IconUpload } from '@tabler/icons-react';
|
4
4
|
import { useState } from 'react';
|
5
5
|
import { Button } from '../Button/index.js';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
'use client';
|
2
|
-
import { j as jsxRuntimeExports } from '../../../
|
2
|
+
import { j as jsxRuntimeExports } from '../../../_virtual/jsx-runtime.js';
|
3
3
|
import { Menu as Menu$1 } from '@mantine/core';
|
4
4
|
import styles from './styles.module.css.js';
|
5
5
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
'use client';
|
2
|
-
import { j as jsxRuntimeExports } from '../../../
|
2
|
+
import { j as jsxRuntimeExports } from '../../../_virtual/jsx-runtime.js';
|
3
3
|
import { PasswordInput as PasswordInput$1 } from '@mantine/core';
|
4
4
|
import { IconEye, IconEyeClosed } from '@tabler/icons-react';
|
5
5
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
'use client';
|
2
|
-
import { j as jsxRuntimeExports } from '../../../
|
2
|
+
import { j as jsxRuntimeExports } from '../../../_virtual/jsx-runtime.js';
|
3
3
|
import { cn } from '../../../lib/utils.js';
|
4
4
|
import { SegmentedControl as SegmentedControl$1 } from '@mantine/core';
|
5
5
|
import styles from './styles.module.css.js';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
'use client';
|
2
|
-
import { j as jsxRuntimeExports } from '../../../
|
2
|
+
import { j as jsxRuntimeExports } from '../../../_virtual/jsx-runtime.js';
|
3
3
|
import { Slider as Slider$1 } from '@mantine/core';
|
4
4
|
import styles from './styles.module.css.js';
|
5
5
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
'use client';
|
2
|
-
import { j as jsxRuntimeExports } from '../../../
|
2
|
+
import { j as jsxRuntimeExports } from '../../../_virtual/jsx-runtime.js';
|
3
3
|
import { Switch as Switch$1 } from '@mantine/core';
|
4
4
|
import styles from './styles.module.css.js';
|
5
5
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
'use client';
|
2
|
-
import { j as jsxRuntimeExports } from '../../../
|
2
|
+
import { j as jsxRuntimeExports } from '../../../_virtual/jsx-runtime.js';
|
3
3
|
import React__default from 'react';
|
4
4
|
import styles from './styles.module.css.js';
|
5
5
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
'use client';
|
2
|
-
import { j as jsxRuntimeExports } from '../../../
|
2
|
+
import { j as jsxRuntimeExports } from '../../../_virtual/jsx-runtime.js';
|
3
3
|
import { Text as Text$1 } from '@mantine/core';
|
4
4
|
import styles from './styles.module.css.js';
|
5
5
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
'use client';
|
2
|
-
import { j as jsxRuntimeExports } from '../../../
|
2
|
+
import { j as jsxRuntimeExports } from '../../../_virtual/jsx-runtime.js';
|
3
3
|
import { Textarea } from '@mantine/core';
|
4
4
|
|
5
5
|
function Component({ classNames, ...props }) {
|