@quillsql/admin 1.3.3 → 1.3.4
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/Admin.d.ts +0 -1
- package/dist/AdminProvider.d.ts +0 -1
- package/dist/api/ConnectionClient.d.ts +0 -1
- package/dist/components/Banner/index.d.ts +0 -1
- package/dist/components/CardSection.d.ts +0 -1
- package/dist/components/CardTitle.d.ts +0 -1
- package/dist/components/DashboardSelectPopover.d.ts +0 -1
- package/dist/components/DatabaseSelector.d.ts +0 -1
- package/dist/components/DeleteButton.d.ts +0 -1
- package/dist/components/DropDownMenu.d.ts +0 -1
- package/dist/components/DropDownMenuWithLabel.d.ts +0 -1
- package/dist/components/EnvSelectPopover.d.ts +0 -1
- package/dist/components/InputLabel.d.ts +0 -1
- package/dist/components/OrgSelect.d.ts +0 -1
- package/dist/components/SqlViewTile.d.ts +0 -1
- package/dist/components/StepDisplay.d.ts +0 -1
- package/dist/components/index.d.ts +0 -1
- package/dist/forms/client_onboard/ConnectDatabase.d.ts +0 -1
- package/dist/forms/client_onboard/ConnectSchema.d.ts +0 -1
- package/dist/forms/client_onboard/CreateSqlViews.d.ts +0 -1
- package/dist/hooks/useItemBeingEdited.d.ts +0 -1
- package/dist/icons/ArrowDownHeadIcon.d.ts +0 -1
- package/dist/icons/XMarkIcon.d.ts +0 -1
- package/dist/icons/index.d.ts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/modals/EditDashboardsModal.d.ts +0 -1
- package/dist/modals/NewDashboardModal.d.ts +0 -1
- package/dist/modals/PromoteDashModal.d.ts +0 -1
- package/dist/modals/PromoteViewModal.d.ts +0 -1
- package/dist/modals/ReorderDashboardModal.d.ts +0 -1
- package/dist/modals/index.d.ts +0 -1
- package/dist/primitives/ButtonPrimitive.d.ts +0 -1
- package/dist/primitives/HeaderPrimitive.d.ts +0 -1
- package/dist/primitives/ModalPrimitive.d.ts +0 -1
- package/dist/primitives/SecondaryButtonPrimitive.d.ts +0 -1
- package/dist/primitives/SelectPrimitive.d.ts +0 -1
- package/dist/primitives/TextInputPrimitive.d.ts +0 -1
- package/dist/primitives/TogglePrimitive.d.ts +0 -1
- package/dist/primitives/index.d.ts +0 -1
- package/dist/public_components/CreateEnvironment.d.ts +0 -1
- package/dist/public_components/DashboardBuilder.d.ts +0 -1
- package/dist/public_components/DashboardManager.d.ts +0 -1
- package/dist/public_components/SQLViewManager.d.ts +0 -1
- package/dist/utils/constants.d.ts +0 -1
- package/dist/utils/databases.d.ts +0 -1
- package/dist/utils/delay.d.ts +0 -1
- package/dist/utils/schema.d.ts +0 -1
- package/dist/utils/table.d.ts +0 -1
- package/package.json +2 -2
package/dist/Admin.d.ts
CHANGED
package/dist/AdminProvider.d.ts
CHANGED
|
@@ -123,4 +123,3 @@ interface ContextProviderProps {
|
|
|
123
123
|
}
|
|
124
124
|
declare function AdminProvider({ children, publicKey, queryEndpoint, queryHeaders, withCredentials, customTheme, domainName, }: ContextProviderProps): import("react/jsx-runtime").JSX.Element;
|
|
125
125
|
export { AdminProvider, useAdmin };
|
|
126
|
-
//# sourceMappingURL=AdminProvider.d.ts.map
|
|
@@ -8,4 +8,3 @@ interface DashboardSelectPopoverProps {
|
|
|
8
8
|
}
|
|
9
9
|
export default function DashboardSelectDropdown({ dashboards, setDashboard, dashboard, theme, setSelectedEditDashboard, onClickNewDashboard, }: DashboardSelectPopoverProps): import("react/jsx-runtime").JSX.Element;
|
|
10
10
|
export {};
|
|
11
|
-
//# sourceMappingURL=DashboardSelectPopover.d.ts.map
|
|
@@ -9,4 +9,3 @@ interface DropdownMenuWithLabelProps {
|
|
|
9
9
|
}
|
|
10
10
|
export default function DropdownMenuWithLabel({ items, setSelected, selected, theme, label, disabled, secondaryTextColor, }: DropdownMenuWithLabelProps): import("react/jsx-runtime").JSX.Element;
|
|
11
11
|
export {};
|
|
12
|
-
//# sourceMappingURL=DropDownMenuWithLabel.d.ts.map
|
|
@@ -10,4 +10,3 @@ interface EnvSelectPopoverProps {
|
|
|
10
10
|
}
|
|
11
11
|
export default function EnvSelectPopover({ clients, setClient, client, theme, environment, setEnvironment, handlePromote, showPromote, }: EnvSelectPopoverProps): import("react/jsx-runtime").JSX.Element;
|
|
12
12
|
export {};
|
|
13
|
-
//# sourceMappingURL=EnvSelectPopover.d.ts.map
|
|
@@ -9,4 +9,3 @@ interface OrgSelectProps {
|
|
|
9
9
|
}
|
|
10
10
|
export default function OrgSelect({ environment, setEnvironment, organizations, theme, organizationId, setOrganizationId, parentRef, }: OrgSelectProps): import("react/jsx-runtime").JSX.Element;
|
|
11
11
|
export {};
|
|
12
|
-
//# sourceMappingURL=OrgSelect.d.ts.map
|
|
@@ -3,4 +3,3 @@ export { default as OrgSelect } from "./OrgSelect";
|
|
|
3
3
|
export { default as DropDownMenu } from "./DropDownMenu";
|
|
4
4
|
export { default as DashboardManager } from "../public_components/DashboardManager";
|
|
5
5
|
export { default as DashboardSelectPopover } from "./DashboardSelectPopover";
|
|
6
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -8,4 +8,3 @@ export default function ConnectDatabase({ containerStyle, header1Style, header2S
|
|
|
8
8
|
environmentDetails?: ConnectionType;
|
|
9
9
|
setEnvironmentDetails: (connectionInfo?: ConnectionType, schemaDetails?: SchemaDetails, schemaError?: ConnectionError) => void;
|
|
10
10
|
}): import("react/jsx-runtime").JSX.Element;
|
|
11
|
-
//# sourceMappingURL=ConnectDatabase.d.ts.map
|
|
@@ -10,4 +10,3 @@ export default function ConnectSchema({ containerStyle, header1Style, header2Sty
|
|
|
10
10
|
initialError?: ConnectionError;
|
|
11
11
|
propogateSchemaDetails: (schemaDetails?: SchemaDetails) => void;
|
|
12
12
|
}): import("react/jsx-runtime").JSX.Element;
|
|
13
|
-
//# sourceMappingURL=ConnectSchema.d.ts.map
|
package/dist/icons/index.d.ts
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -4,4 +4,3 @@ export { default as DashboardManager } from './public_components/DashboardManage
|
|
|
4
4
|
export { default as DashboardBuilder } from './public_components/DashboardBuilder';
|
|
5
5
|
export { default as SQLViewManager } from './public_components/SQLViewManager';
|
|
6
6
|
export { default as CreateEnvironment } from './public_components/CreateEnvironment';
|
|
7
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -17,4 +17,3 @@ interface EditDashboardsModalProps {
|
|
|
17
17
|
}
|
|
18
18
|
export default function EditDashboardsModal({ ModalComponent, TextInputComponent, isOpen, setIsOpen, clientId, ButtonComponent, SecondaryButtonComponent, openEditFilterModal, openEditOrderModal, openAddDashboardModal, HeaderComponent, setDashboardData, dashboards, getDashNames, }: EditDashboardsModalProps): import("react/jsx-runtime").JSX.Element;
|
|
19
19
|
export {};
|
|
20
|
-
//# sourceMappingURL=EditDashboardsModal.d.ts.map
|
|
@@ -14,4 +14,3 @@ interface PromoteDashModalProps {
|
|
|
14
14
|
}
|
|
15
15
|
export default function PromoteDashModal({ ModalComponent, isOpen, setIsOpen, clientId, client, dashboards, clients, theme, }: PromoteDashModalProps): import("react/jsx-runtime").JSX.Element;
|
|
16
16
|
export {};
|
|
17
|
-
//# sourceMappingURL=PromoteDashModal.d.ts.map
|
|
@@ -10,4 +10,3 @@ interface PromoteViewModalProps {
|
|
|
10
10
|
}
|
|
11
11
|
export default function PromoteViewModal({ ModalComponent, isOpen, setIsOpen, clientId, client, clients, views, }: PromoteViewModalProps): import("react/jsx-runtime").JSX.Element;
|
|
12
12
|
export {};
|
|
13
|
-
//# sourceMappingURL=PromoteViewModal.d.ts.map
|
package/dist/modals/index.d.ts
CHANGED
|
@@ -2,4 +2,3 @@ export { default as PromoteDashModal } from './PromoteDashModal';
|
|
|
2
2
|
export { default as EditDashboardsModal } from './EditDashboardsModal';
|
|
3
3
|
export { default as PromoteViewModal } from './PromoteViewModal';
|
|
4
4
|
export { default as ReorderDashboardModal } from './ReorderDashboardModal';
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -4,4 +4,3 @@ export { default as SecondaryButtonPrimitive } from './SecondaryButtonPrimitive'
|
|
|
4
4
|
export { default as ModalPrimitive } from './ModalPrimitive';
|
|
5
5
|
export { default as SelectPrimitive } from './SelectPrimitive';
|
|
6
6
|
export { default as HeaderPrimitive } from './HeaderPrimitive';
|
|
7
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -31,4 +31,3 @@ export declare const DATABASE_DEFAULT_INFO: DatabaseDefaultInfo[];
|
|
|
31
31
|
export declare function getDatabaseConnectionFormat(databaseName: string): ConnectionType | undefined;
|
|
32
32
|
export declare function formConnectionString(connection: DatabaseConnection | undefined): string;
|
|
33
33
|
export {};
|
|
34
|
-
//# sourceMappingURL=databases.d.ts.map
|
package/dist/utils/delay.d.ts
CHANGED
package/dist/utils/schema.d.ts
CHANGED
package/dist/utils/table.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quillsql/admin",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.4",
|
|
4
4
|
"description": "Admin tools for Quill",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"typescript": "^5.3.3"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
|
-
"@quillsql/react": "^2.
|
|
35
|
+
"@quillsql/react": "^2.9.1",
|
|
36
36
|
"react": "^18.0.0",
|
|
37
37
|
"react-dom": "^18.0.0"
|
|
38
38
|
},
|