@shophost/react 2.0.28 → 2.0.30
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/admin/contexts/admin-auth-context.d.ts +7 -0
- package/admin/contexts/admin-config-context.d.ts +7 -0
- package/admin/contexts/admin-routes-context.d.ts +7 -0
- package/{views/DashboardView.d.ts → admin/dashboard/views/dashboard-view.d.ts} +1 -1
- package/{providers → admin/providers}/admin-provider.d.ts +1 -1
- package/{components/admin/forms → admin/settings/access/components}/access-form.d.ts +1 -1
- package/{components/admin/forms → admin/settings/opening-times/components}/organization-schedule-form.d.ts +1 -1
- package/{components/admin/forms → admin/settings/shipping-method/components}/shipping-method-form.d.ts +1 -1
- package/{components/admin/partials → admin/settings/shipping-method/components}/shipping-methods-list/columns.d.ts +1 -1
- package/admin-client.cjs +1 -1
- package/admin-client.js +2867 -2973
- package/config.d.ts +6 -0
- package/contexts/route-params-context.d.ts +16 -0
- package/index.d.ts +5 -5
- package/index.mjs +2 -2
- package/index.react-server.cjs +1 -1
- package/index.react-server.d.ts +2 -2
- package/index.react-server.mjs +12 -9
- package/next/server.cjs +1 -1
- package/next/server.d.ts +1 -1
- package/next/server.mjs +95 -14
- package/next/views.d.ts +1 -1
- package/package.json +7 -12
- package/react.css +1 -1
- package/storefront.mjs +42 -42
- package/types.d.ts +16 -0
- package/{components/ui/data-table/DataTablePagination.d.ts → ui/data-table/data-table-pagination.d.ts} +1 -1
- package/{components/ui/data-table/DataTable.d.ts → ui/data-table/data-table.d.ts} +1 -1
- package/{components/ui → ui}/input/image-upload-input.d.ts +1 -1
- package/{components/ui → ui}/input-group.d.ts +1 -1
- package/{components/ui → ui}/line-chart.d.ts +1 -1
- package/components/admin/partials/members-list/columns.d.ts +0 -3
- /package/{views/auth → admin/auth/components}/auth-layout.d.ts +0 -0
- /package/{components/admin/forms → admin/auth/components}/sign-in-form.d.ts +0 -0
- /package/{components/admin/forms → admin/auth/components}/sign-up-form.d.ts +0 -0
- /package/{views/auth/SignInView.d.ts → admin/auth/views/sign-in-view.d.ts} +0 -0
- /package/{views/auth/SignUpView.d.ts → admin/auth/views/sign-up-view.d.ts} +0 -0
- /package/{components/ui/navigation/DropdownUserProfile.d.ts → admin/components/navigation/dropdown-user-profile.d.ts} +0 -0
- /package/{components/ui/navigation/MobileSidebar.d.ts → admin/components/navigation/mobile-sidebar.d.ts} +0 -0
- /package/{components/ui/navigation/SidebarWorkspacesDropdown.d.ts → admin/components/navigation/sidebar-workspaces-dropdown.d.ts} +0 -0
- /package/{components/ui/navigation/Sidebar.d.ts → admin/components/navigation/sidebar.d.ts} +0 -0
- /package/{components/ui/navigation/UserProfile.d.ts → admin/components/navigation/user-profile.d.ts} +0 -0
- /package/{components/ui/overview/DashboardCategoryBarCard.d.ts → admin/dashboard/components/overview/dashboard-category-bar-card.d.ts} +0 -0
- /package/{components/ui/overview/DashboardChartCard.d.ts → admin/dashboard/components/overview/dashboard-chart-card.d.ts} +0 -0
- /package/{components/ui/overview/DashboardFilterbar.d.ts → admin/dashboard/components/overview/dashboard-filterbar.d.ts} +0 -0
- /package/{components/ui/overview/DashboardProgressBarCard.d.ts → admin/dashboard/components/overview/dashboard-progress-bar-card.d.ts} +0 -0
- /package/{components/ui → admin/dashboard/components}/overview/dashboard-types.d.ts +0 -0
- /package/{data → admin/data}/data.d.ts +0 -0
- /package/{data → admin/data}/overview-data.d.ts +0 -0
- /package/{data → admin/data}/schema.d.ts +0 -0
- /package/{lib → admin/lib}/auth-redirect.d.ts +0 -0
- /package/{lib → admin/lib}/auth.d.ts +0 -0
- /package/{components/admin/forms → admin/manufacturer/components}/manufacturer-form.d.ts +0 -0
- /package/{components/admin/partials → admin/manufacturer/components}/manufacturers-list/columns.d.ts +0 -0
- /package/{components/admin/partials → admin/manufacturer/components}/manufacturers-list/index.d.ts +0 -0
- /package/{views/manufacturers/ManufacturerCreateView.d.ts → admin/manufacturer/views/manufacturer-create-view.d.ts} +0 -0
- /package/{views/manufacturers/ManufacturerEditView.d.ts → admin/manufacturer/views/manufacturer-edit-view.d.ts} +0 -0
- /package/{views/manufacturers/ManufacturersListView.d.ts → admin/manufacturer/views/manufacturers-list-view.d.ts} +0 -0
- /package/{components/admin/partials → admin/order/components}/orders-list/actions-cell.d.ts +0 -0
- /package/{components/admin/partials → admin/order/components}/orders-list/columns.d.ts +0 -0
- /package/{components/admin/partials → admin/order/components}/orders-list/index.d.ts +0 -0
- /package/{components/admin/partials → admin/order/components}/orders-list/order-details-modal.d.ts +0 -0
- /package/{views/OrdersView.d.ts → admin/order/views/orders-view.d.ts} +0 -0
- /package/{components/admin/forms → admin/organization/components}/organization-form.d.ts +0 -0
- /package/{components/admin/partials → admin/organization/components}/organization-list/index.d.ts +0 -0
- /package/{views/OrganizationsView.d.ts → admin/organization/views/organizations-view.d.ts} +0 -0
- /package/{components/admin/forms → admin/product/components}/product-form/basic-info-section.d.ts +0 -0
- /package/{components/admin/forms → admin/product/components}/product-form/index.d.ts +0 -0
- /package/{components/admin/forms → admin/product/components}/product-form/metadata-section.d.ts +0 -0
- /package/{components/admin/forms → admin/product/components}/product-form/modifier-group-dialog.d.ts +0 -0
- /package/{components/admin/forms → admin/product/components}/product-form/modifiers-list.d.ts +0 -0
- /package/{components/admin/forms → admin/product/components}/product-form/modifiers-section.d.ts +0 -0
- /package/{components/admin/forms → admin/product/components}/product-form/price-section.d.ts +0 -0
- /package/{components/admin/partials → admin/product/components}/products-list/columns.d.ts +0 -0
- /package/{components/admin/partials → admin/product/components}/products-list/index.d.ts +0 -0
- /package/{views/products/ProductCreateView.d.ts → admin/product/views/product-create-view.d.ts} +0 -0
- /package/{views/products/ProductEditView.d.ts → admin/product/views/product-edit-view.d.ts} +0 -0
- /package/{views/products/ProductsListView.d.ts → admin/product/views/products-list-view.d.ts} +0 -0
- /package/{components/admin/partials → admin/product-category/components}/product-categories-list/columns.d.ts +0 -0
- /package/{components/admin/partials → admin/product-category/components}/product-categories-list/index.d.ts +0 -0
- /package/{components/admin/forms/product-category.form.d.ts → admin/product-category/components/product-category-form.d.ts} +0 -0
- /package/{views/product-categories/ProductCategoriesListView.d.ts → admin/product-category/views/product-categories-list-view.d.ts} +0 -0
- /package/{views/product-categories/ProductCategoryCreateView.d.ts → admin/product-category/views/product-category-create-view.d.ts} +0 -0
- /package/{views/product-categories/ProductCategoryEditView.d.ts → admin/product-category/views/product-category-edit-view.d.ts} +0 -0
- /package/{components/admin/partials → admin/reservation/components}/reservations-list/actions-cell.d.ts +0 -0
- /package/{components/admin/partials → admin/reservation/components}/reservations-list/columns.d.ts +0 -0
- /package/{components/admin/partials → admin/reservation/components}/reservations-list/index.d.ts +0 -0
- /package/{components/admin/partials → admin/reservation/components}/reservations-list/reservation-details-modal.d.ts +0 -0
- /package/{views/ReservationsView.d.ts → admin/reservation/views/reservations-view.d.ts} +0 -0
- /package/{router/AdminRouter.d.ts → admin/router/admin-router.d.ts} +0 -0
- /package/{router → admin/router}/resolve.d.ts +0 -0
- /package/{router → admin/router}/routes.d.ts +0 -0
- /package/{components/admin/partials → admin/settings/access/components}/members-list/index.d.ts +0 -0
- /package/{components/admin/partials/members-list/PendingInvitations.d.ts → admin/settings/access/components/members-list/pending-invitations.d.ts} +0 -0
- /package/{views/settings/access/AccessInviteView.d.ts → admin/settings/access/views/access-invite-view.d.ts} +0 -0
- /package/{views/settings/access/AccessListView.d.ts → admin/settings/access/views/access-list-view.d.ts} +0 -0
- /package/{views/settings/access/AccessMemberEditView.d.ts → admin/settings/access/views/access-member-edit-view.d.ts} +0 -0
- /package/{components/ui/settings/ModalAddUser.d.ts → admin/settings/components/modal-add-user.d.ts} +0 -0
- /package/{components/admin/forms → admin/settings/components}/organization-configuration-form.d.ts +0 -0
- /package/{views/settings/OpeningTimesView.d.ts → admin/settings/opening-times/views/opening-times-view.d.ts} +0 -0
- /package/{components/admin/partials → admin/settings/shipping-method/components}/shipping-methods-list/index.d.ts +0 -0
- /package/{views/settings/shipping-methods/ShippingMethodCreateView.d.ts → admin/settings/shipping-method/views/shipping-method-create-view.d.ts} +0 -0
- /package/{views/settings/shipping-methods/ShippingMethodEditView.d.ts → admin/settings/shipping-method/views/shipping-method-edit-view.d.ts} +0 -0
- /package/{views/settings/shipping-methods/ShippingMethodsListView.d.ts → admin/settings/shipping-method/views/shipping-methods-list-view.d.ts} +0 -0
- /package/{views/settings/SettingsLayout.d.ts → admin/settings/views/settings-layout.d.ts} +0 -0
- /package/{views/settings/SettingsView.d.ts → admin/settings/views/settings-view.d.ts} +0 -0
- /package/{views/AdminShell.d.ts → admin/shell/views/admin-shell.d.ts} +0 -0
- /package/{views/ErrorView.d.ts → admin/shell/views/error-view.d.ts} +0 -0
- /package/{components/ui → ui}/badge.d.ts +0 -0
- /package/{components/ui → ui}/button.d.ts +0 -0
- /package/{components/ui → ui}/calendar.d.ts +0 -0
- /package/{components/ui → ui}/card.d.ts +0 -0
- /package/{components/ui → ui}/checkbox.d.ts +0 -0
- /package/{components/ui → ui}/command-bar.d.ts +0 -0
- /package/{components/ui → ui}/command.d.ts +0 -0
- /package/{components/ui/data-table/DataTableBulkEditor.d.ts → ui/data-table/data-table-bulk-editor.d.ts} +0 -0
- /package/{components/ui/data-table/DataTableColumnHeader.d.ts → ui/data-table/data-table-column-header.d.ts} +0 -0
- /package/{components/ui/data-table/DataTableFilter.d.ts → ui/data-table/data-table-filter.d.ts} +0 -0
- /package/{components/ui/data-table/DataTableViewOptions.d.ts → ui/data-table/data-table-view-options.d.ts} +0 -0
- /package/{components/ui → ui}/data-table/tanstack-table.d.ts +0 -0
- /package/{components/ui → ui}/date-picker.d.ts +0 -0
- /package/{components/ui → ui}/dialog.d.ts +0 -0
- /package/{components/ui → ui}/divider.d.ts +0 -0
- /package/{components/ui → ui}/drawer.d.ts +0 -0
- /package/{components/ui → ui}/dropdown.d.ts +0 -0
- /package/{components/ui → ui}/form-generator.d.ts +0 -0
- /package/{components/ui → ui}/header.d.ts +0 -0
- /package/{components/ui/icons/ArrowAnimated.d.ts → ui/icons/arrow-animated.d.ts} +0 -0
- /package/{components/ui → ui}/icons/spinner-icon.d.ts +0 -0
- /package/{components/ui → ui}/input/country-input.d.ts +0 -0
- /package/{components/ui → ui}/input/email-input.d.ts +0 -0
- /package/{components/ui → ui}/input/phone-number-input.d.ts +0 -0
- /package/{components/ui → ui}/input/select-input.d.ts +0 -0
- /package/{components/ui → ui}/input/text-input.d.ts +0 -0
- /package/{components/ui → ui}/input-array-group.d.ts +0 -0
- /package/{components/ui → ui}/input-object-group.d.ts +0 -0
- /package/{components/ui → ui}/input.d.ts +0 -0
- /package/{components/ui → ui}/label.d.ts +0 -0
- /package/{components/ui → ui}/logo.d.ts +0 -0
- /package/{components/ui → ui}/multiple-select.d.ts +0 -0
- /package/{components/ui → ui}/popover.d.ts +0 -0
- /package/{components/ui → ui}/progress-bar.d.ts +0 -0
- /package/{components/ui → ui}/progress-circle.d.ts +0 -0
- /package/{components/ui → ui}/radio-card.d.ts +0 -0
- /package/{components/ui → ui}/search-bar.d.ts +0 -0
- /package/{components/ui → ui}/select.d.ts +0 -0
- /package/{components/ui → ui}/switch.d.ts +0 -0
- /package/{components/ui → ui}/tab-navigation.d.ts +0 -0
- /package/{components/ui → ui}/table.d.ts +0 -0
- /package/{components/ui → ui}/tooltip.d.ts +0 -0
package/storefront.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
2
|
+
import { ac as o, V as e, aZ as r, af as t, N as i, Q as n, K as d, L as m, G as u, W as C, au as l, aR as p, aS as g, aT as I, aU as P, aV as c, av as D, ay as f, az as M, aw as v, aA as S, ax as h, aC as B, aB as T, al as G, T as A, aD as L, aE as b, aF as y, aG as R, aH as V, aI as w, aJ as x, aK as E, a$ as F, ak as O, ap as k, ah as z, at as H, ar as N, ai as Q, Y as U, X as q, _ as J, a0 as K, $ as W, aj as X, aL as Y, aM as Z, aN as _, aO as $, aP as j, Z as aa, aW as sa, aX as oa, aY as ea, am as ra, U as ta, ab as ia, aQ as na, an as da, ao as ma, aq as ua, a_ as Ca, ag as la, a5 as pa, a8 as ga, a6 as Ia, as as Pa, a7 as ca, aa as Da, a9 as fa, ad as Ma, I as va, H as Sa, a4 as ha, a3 as Ba, J as Ta, a2 as Ga, ae as Aa, a1 as La } from "./admin-client.js";
|
|
3
3
|
export {
|
|
4
4
|
o as APIProvider,
|
|
5
5
|
e as AccountPages,
|
|
@@ -14,45 +14,45 @@ export {
|
|
|
14
14
|
l as Command,
|
|
15
15
|
p as CommandBar,
|
|
16
16
|
g as CommandBarBar,
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
I as CommandBarCommand,
|
|
18
|
+
P as CommandBarSeperator,
|
|
19
|
+
c as CommandBarValue,
|
|
20
20
|
D as CommandDialog,
|
|
21
21
|
f as CommandEmpty,
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
22
|
+
M as CommandGroup,
|
|
23
|
+
v as CommandInput,
|
|
24
|
+
S as CommandItem,
|
|
25
|
+
h as CommandList,
|
|
26
26
|
B as CommandSeparator,
|
|
27
27
|
T as CommandShortcut,
|
|
28
28
|
G as CountryInput,
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
29
|
+
A as CustomerDetailsPage,
|
|
30
|
+
L as Dialog,
|
|
31
|
+
b as DialogClose,
|
|
32
|
+
y as DialogContent,
|
|
33
|
+
R as DialogDescription,
|
|
34
|
+
V as DialogFooter,
|
|
35
|
+
w as DialogHeader,
|
|
36
36
|
x as DialogTitle,
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
37
|
+
E as DialogTrigger,
|
|
38
|
+
F as Divider,
|
|
39
|
+
O as EmailInput,
|
|
40
|
+
k as ImageUploadInput,
|
|
41
41
|
z as Input,
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
42
|
+
H as InputGroup,
|
|
43
|
+
N as Label,
|
|
44
|
+
Q as LocationInput,
|
|
45
|
+
U as ModifierContainer,
|
|
46
|
+
q as ModifiersDialog,
|
|
47
|
+
J as ModifiersGroup,
|
|
48
|
+
K as ModifiersModal,
|
|
49
|
+
W as ModifiersOption,
|
|
50
|
+
X as PhoneNumberInput,
|
|
51
|
+
Y as Popover,
|
|
52
|
+
Z as PopoverAnchor,
|
|
53
|
+
_ as PopoverClose,
|
|
54
|
+
$ as PopoverContent,
|
|
55
|
+
j as PopoverTrigger,
|
|
56
56
|
aa as QuantityControl,
|
|
57
57
|
sa as RadioCardGroup,
|
|
58
58
|
oa as RadioCardGroupIndicator,
|
|
@@ -68,18 +68,18 @@ export {
|
|
|
68
68
|
la as buttonVariants,
|
|
69
69
|
pa as calculateCartTotal,
|
|
70
70
|
ga as findCartItem,
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
71
|
+
Ia as formatPrice,
|
|
72
|
+
Pa as getFieldError,
|
|
73
|
+
ca as getFormattedModifiers,
|
|
74
74
|
Da as mockProducts,
|
|
75
75
|
fa as productRequiresModifiers,
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
76
|
+
Ma as useAPI,
|
|
77
|
+
va as useCart,
|
|
78
|
+
Sa as useCartContext,
|
|
79
|
+
ha as useLocalization,
|
|
80
80
|
Ba as useModifierSelection,
|
|
81
81
|
Ta as useModifiers,
|
|
82
82
|
Ga as useMultipleProductDetails,
|
|
83
|
-
|
|
84
|
-
|
|
83
|
+
Aa as useOrganization,
|
|
84
|
+
La as useProductDetails
|
|
85
85
|
};
|
package/types.d.ts
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Metadata } from 'next';
|
|
2
|
+
export interface AdminConfig {
|
|
3
|
+
basePath?: string;
|
|
4
|
+
apiBaseUrl: string;
|
|
5
|
+
metadata?: Partial<Metadata>;
|
|
6
|
+
branding?: {
|
|
7
|
+
name: string;
|
|
8
|
+
logoSrc?: string;
|
|
9
|
+
logoAlt?: string;
|
|
10
|
+
};
|
|
11
|
+
appearance?: {
|
|
12
|
+
loginImage?: string;
|
|
13
|
+
organizationImage?: string;
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
export type ResolvedAdminConfig = Required<Pick<AdminConfig, "basePath">> & AdminConfig;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Table } from '@tanstack/react-table';
|
|
2
|
-
import { PaginationMeta } from '
|
|
2
|
+
import { PaginationMeta } from '../../../../client/src/index.ts';
|
|
3
3
|
interface DataTablePaginationProps<TData> {
|
|
4
4
|
table: Table<TData>;
|
|
5
5
|
meta: PaginationMeta;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ColumnDef } from '@tanstack/react-table';
|
|
2
|
-
import { PaginationMeta } from '
|
|
2
|
+
import { PaginationMeta } from '../../../../client/src/index.ts';
|
|
3
3
|
interface DataTableProps<TData> {
|
|
4
4
|
meta?: PaginationMeta & Record<string, unknown>;
|
|
5
5
|
columns: ColumnDef<TData>[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
import { Locale } from '
|
|
2
|
+
import { Locale } from '../../../client/src/index.ts';
|
|
3
3
|
import { InputType } from './input';
|
|
4
4
|
import { Option } from './input/select-input';
|
|
5
5
|
interface InputGroupProps {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{components/ui/navigation/UserProfile.d.ts → admin/components/navigation/user-profile.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{components/admin/partials → admin/manufacturer/components}/manufacturers-list/columns.d.ts
RENAMED
|
File without changes
|
/package/{components/admin/partials → admin/manufacturer/components}/manufacturers-list/index.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{components/admin/partials → admin/order/components}/orders-list/order-details-modal.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{components/admin/partials → admin/organization/components}/organization-list/index.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/{components/admin/forms → admin/product/components}/product-form/basic-info-section.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/{components/admin/forms → admin/product/components}/product-form/metadata-section.d.ts
RENAMED
|
File without changes
|
/package/{components/admin/forms → admin/product/components}/product-form/modifier-group-dialog.d.ts
RENAMED
|
File without changes
|
/package/{components/admin/forms → admin/product/components}/product-form/modifiers-list.d.ts
RENAMED
|
File without changes
|
/package/{components/admin/forms → admin/product/components}/product-form/modifiers-section.d.ts
RENAMED
|
File without changes
|
/package/{components/admin/forms → admin/product/components}/product-form/price-section.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{views/products/ProductCreateView.d.ts → admin/product/views/product-create-view.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
/package/{views/products/ProductsListView.d.ts → admin/product/views/products-list-view.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{components/admin/partials → admin/reservation/components}/reservations-list/columns.d.ts
RENAMED
|
File without changes
|
/package/{components/admin/partials → admin/reservation/components}/reservations-list/index.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{components/admin/partials → admin/settings/access/components}/members-list/index.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{components/ui/settings/ModalAddUser.d.ts → admin/settings/components/modal-add-user.d.ts}
RENAMED
|
File without changes
|
/package/{components/admin/forms → admin/settings/components}/organization-configuration-form.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{components/ui/data-table/DataTableFilter.d.ts → ui/data-table/data-table-filter.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|