andoncloud-dashboard-toolkit 1.5.20 → 1.5.22
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/components/DashboardFilters/DayTypeSelector/DayTypeSelector.cy.d.ts +1 -0
- package/dist/components/DashboardFilters/PeriodList/PeriodList.cy.d.ts +1 -0
- package/dist/components/DashboardFilters/ShiftSelector/ShiftSelector.cy.d.ts +1 -0
- package/dist/components/DashboardFilters/periods.cy.d.ts +1 -0
- package/dist/cypress/support/component.d.ts +9 -0
- package/dist/cypress.config.d.ts +2 -0
- package/dist/helpers/shifts.cy.d.ts +1 -0
- package/dist/helpers/time.cy.d.ts +1 -0
- package/dist/index.js +15 -15
- package/dist/index.js.map +1 -1
- package/dist/src/components/ConfirmTooltip/ConfirmTooltip.cy.d.ts +1 -0
- package/dist/src/components/ConfirmTooltip/index.d.ts +13 -0
- package/dist/src/components/ConfirmTooltip/styles.d.ts +3 -0
- package/dist/src/components/DashboardFilters/AccessDeniedModal/AccessDeniedModal.cy.d.ts +1 -0
- package/dist/src/components/DashboardFilters/AccessDeniedModal/index.d.ts +14 -0
- package/dist/src/components/DashboardFilters/AccessDeniedModal/styles.d.ts +3 -0
- package/dist/src/components/DashboardFilters/DateRangePicker/DateRangePicker.cy.d.ts +1 -0
- package/dist/src/components/DashboardFilters/DateRangePicker/index.d.ts +18 -0
- package/dist/src/components/DashboardFilters/DateRangePicker/styles.d.ts +3 -0
- package/dist/src/components/DashboardFilters/DayTypeSelector/DayTypeSelector.cy.d.ts +1 -0
- package/dist/src/components/DashboardFilters/DayTypeSelector/index.d.ts +8 -0
- package/dist/src/components/DashboardFilters/DayTypeSelector/styles.d.ts +3 -0
- package/dist/src/components/DashboardFilters/PeriodList/PeriodList.cy.d.ts +1 -0
- package/dist/src/components/DashboardFilters/PeriodList/index.d.ts +13 -0
- package/dist/src/components/DashboardFilters/PeriodList/styles.d.ts +3 -0
- package/dist/src/components/DashboardFilters/ShiftSelector/ShiftSelector.cy.d.ts +1 -0
- package/dist/src/components/DashboardFilters/ShiftSelector/index.d.ts +9 -0
- package/dist/src/components/DashboardFilters/ShiftSelector/styles.d.ts +3 -0
- package/dist/src/components/DashboardFilters/constants.d.ts +2 -0
- package/dist/src/components/DashboardFilters/index.d.ts +4 -0
- package/dist/src/components/DashboardFilters/periods.cy.d.ts +1 -0
- package/dist/src/components/DashboardFilters/styles.d.ts +3 -0
- package/dist/src/components/DashboardFilters/types.d.ts +36 -0
- package/dist/src/components/MetricCard/index.d.ts +14 -0
- package/dist/src/components/MetricCard/styles.d.ts +15 -0
- package/dist/src/components/SortableSelect/index.d.ts +14 -0
- package/dist/src/components/WidgetCard/index.d.ts +7 -0
- package/dist/src/components/WidgetCard/styles.d.ts +3 -0
- package/dist/src/components/index.d.ts +6 -0
- package/dist/src/graphql-request.d.ts +7856 -0
- package/dist/src/graphql-ws.d.ts +2 -0
- package/dist/src/helpers/periods.d.ts +8 -0
- package/dist/src/helpers/sdk.d.ts +74 -0
- package/dist/src/helpers/shifts.cy.d.ts +1 -0
- package/dist/src/helpers/shifts.d.ts +11 -0
- package/dist/src/helpers/time.cy.d.ts +1 -0
- package/dist/src/helpers/time.d.ts +2 -0
- package/dist/src/hooks/useGqlClients.d.ts +8 -0
- package/dist/src/index.d.ts +11 -0
- package/dist/src/locales/index.d.ts +95 -0
- package/dist/{operations → src/operations/generated}/mutations/index.d.ts +11 -0
- package/dist/{operations → src/operations/generated}/queries/index.d.ts +8 -1
- package/dist/src/types.d.ts +51 -0
- package/dist/src/utils/actioncable-client.d.ts +14 -0
- package/dist/src/utils/graphql-ws-client.d.ts +7 -0
- package/dist/src/version.d.ts +1 -0
- package/dist/version.d.ts +1 -1
- package/package.json +20 -22
- package/dist/components/DashboardFilters/periods.d.ts +0 -6
- /package/dist/components/{DashboardFilters/periods.test.d.ts → ConfirmTooltip/ConfirmTooltip.cy.d.ts} +0 -0
- /package/dist/{helpers/shifts.test.d.ts → components/DashboardFilters/AccessDeniedModal/AccessDeniedModal.cy.d.ts} +0 -0
- /package/dist/{helpers/time.test.d.ts → components/DashboardFilters/DateRangePicker/DateRangePicker.cy.d.ts} +0 -0
- /package/dist/{operations → src/operations/generated}/index.d.ts +0 -0
- /package/dist/{operations → src/operations/generated}/subscriptions/index.d.ts +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { mount } from 'cypress/react';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace Cypress {
|
|
4
|
+
interface Chainable {
|
|
5
|
+
mount: typeof mount;
|
|
6
|
+
getByTestId(selector: string, options?: Partial<Cypress.Loggable & Cypress.Timeoutable & Cypress.Withinable & Cypress.Shadow>): Cypress.Chainable<JQuery<HTMLElement>>;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|